@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;
}
*/

@font-face {
  font-family: "Marufo-B";
  src: url(css/fonts/MaruFoPro-Bold.woff2) format("woff2"),
  url(css/fonts/MaruFoPro-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Marufo-M";
  src: url(css/fonts/MaruFoPro-Medium.woff2) format("woff2"),
  url(css/fonts/MaruFoPro-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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{
  text-decoration: underline;
}

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;
  }
}


.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;
}
.container{
  width: 1140px;
  max-width: 100%;
  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-color: #ccc;
  background-repeat: no-repeat;
  background-position: center top, center center;
  background-size: auto, cover;
  /*margin-bottom: 240px;*/
  margin-bottom: 130px;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 620px;
}

/* 共通の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{
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: center;
}

.hdr1 .hdr_tel{
  order: 1;
}
.hdr1 .hdr_contact{
  order: 3;
}
.hdr1 .hdr_logo{
  line-height: 1;
  order: 2;
  padding-top: 10px;
}
.hdr1 .hdr_logo .txt{
  font-size: 14px;
  font-weight: 500;
  color: #0a2f00;
  margin-bottom: 8px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.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;
}
.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{
  font-weight: 700;
  color: #4c598a;
  text-decoration: none;
  display: block;
  padding: 3px 23px;
}
.gnav li.current-menu-item a{
  display: block;
  background: #7fc7c5;
  border-radius: 16px;
  
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.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: 890px;
  background-image: url('/img/mv_header_cover.png'), url('/img/mv2.jpg');
  background-repeat: no-repeat;
  background-position: center top, center center;
    background-size: auto, cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 40px;
}
body.home footer{
  margin-top: 40px;
}
@media (min-width: 1220px){
  footer{
    margin-top: 200px;
  }
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
footer .box1{
  width: 100%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  text-align: center;
  margin-bottom: 25px;
}
footer .ftr_addr{
  line-height: 1.875;
}


footer .ftr_links{
  display: flex;
  flex-wrap: wrap;
  width: 675px;
  margin: 0 auto;
}
footer .ftr_links li{
  width: 20%;
  line-height: 1.1;
}
footer .ftr_links li:nth-child(n+6){
  margin-top: 20px;
}
footer .copy{
  background: #7fc7c5;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #70aba9;
  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: #7fc7c5;
  color: #FFF;
  text-decoration: none;
}


.ftr_contact_wrap{
  height: 225px;
  margin: 0 10px;
  background: #FFF;
  background-image: url('/img/ftr_contact_bg.png'), url('/img/ftr_contact_bg2.jpg');
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
  border: 4px solid #7fc7c5;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.ftr_contact_wrap .box1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  position: absolute;
  left: 0;
  font-size: 20px;
  font-family: "Marufo-M","Noto Sans JP", sans-serif;
  color: #FFF;
  line-height: 1.5;
}
.ftr_contact_wrap .box2{
  width: 355px;
  margin-top: -10px;
  margin-left: -30px;
  text-align: center;
}
.ftr_contact_wrap .tel{
  font-size: 38px;
  font-family: "Marufo-M","Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #7fc7c5;
}
.ftr_contact_wrap .tel i{
  font-size: 0.8421em;
  margin-right: 15px;
}
.ftr_contact_wrap .txt{
  color: #0a2f00;
  margin-top: 10px;
}

.ftr_contact_wrap .read_more{
  margin-top: 15px;
}

.ftr_yuryo_bn{
  margin: 0 10px 15px;
  text-align: center;
}
.ftr_yuryo_bn img{
  border: 4px solid #7fc7c5;
  width: 400px;
  max-width: 100%;
}

.ftr_contact_qr{
  margin-top: 15px;
  text-align: center;
}

/* 検索フォーム */
.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_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item + .item{
  margin-top: 18px;
}
.post_items .item:last-child{
  
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 90px;
  font-size: 15px;
  letter-spacing: 0.065em;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 260px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #7fc7c5;
  color: #fff;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 90px - 260px - 10px);
  margin-left: 10px;
}
.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 #7fc7c5;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 20px;
}
.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;
  margin-left: auto;
}
.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: #7fc7c5;
  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;
}


.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%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 18px;
  font-weight: bold;
  font-family: "Marufo-B","Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 0 5px #ccc;
  color: #FFF;
  
}
.tt1 span{
  display: block;
  font-size: 44px;
  font-family: "Marufo-M","Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.tt2{
  font-size: 18px;
  /*font-weight: 700;*/
  /*font-family: "Marufo-B","Noto Sans JP", sans-serif;*/
  font-weight: 500;
  font-family: "Marufo-M","Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #2eb638;
  text-align: center;
  margin-bottom: 35px;
  font-feature-settings: "palt";
}
.tt2 em{
  display: block;
  font-size: 2.111em;
  font-weight: 500;
  font-family: "Marufo-M","Noto Sans JP", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.tt2 em.pre{
  text-transform:initial;
}
.tt2:after{
  content: "";
  display: block;
  width: 127px;
  height: 10px;
  margin: 18px auto 0;
  background-image: url('/img/tt2_bdr.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tt2.wh{
  color: #FFF;
}
.tt2.wh:after{
  background-image: url('/img/tt2_bdr_wh.png');
}
.tt2.bl{
  color: #7fc7c5;
}
.tt2.bl:after{
  background-image: url('/img/tt2_bdr_blue.png');
  width: 48px;
  height: 5px;
}

.tt2.recruit{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.tt3{
  text-align: center;
  margin-bottom: 25px;
}
.tt3 span{
  display: inline-block;
  min-width: 290px;
  margin: 0 auto;
  padding: 3px 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #7fc7c5;
  color: #FFF;
  border-radius: 18px;
  position: relative;
}
.tt3 span:before,
.tt3 span:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FFF;
}
.tt3 span:before{
  left: 25px;
}
.tt3 span:after{
  right: 25px;
}

.tt3.wh span{
  background: #FFF;
  color: #7fc7c5;
}
.tt3.wh span:before,
.tt3.wh span:after{
  background: #7fc7c5;
}

.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  margin-top: 45px;
}
.read_more a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 0 auto;
  
  padding: 13px 0;
  border: 1px solid #0068b7;
  border-radius: 10px;
  /*background: #00a7c6;*/
  /*color: #FFF;*/
  font-size: 14px;
  /*font-weight: 500;*/
  /*letter-spacing: 0.1em;*/
  text-align: center;
  text-decoration: none;
  position: relative;
  
}
.read_more a:hover{
  opacity: 0.8;
}
.read_more a.wh{
  background: #FFF;
  color: #111;
  border-color: #FFF;
}
.read_more a.wh:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #7fc7c5 transparent;
  position: absolute;
  bottom: 3px;
  right: 5px;
  /*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%);*/
}

.read_more a.contact{
  width: 334px;
  font-size: 20px;
  font-weight: 500;
  background: #ea3143;
  color: #FFF;
  border-color: #ea3143;
  padding: 7px 10px;
}
.read_more a.contact i{
  margin-right: 15px;
}
.read_more a.contact:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  bottom: 3px;
  right: 5px;
  
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  padding-top: 50px;
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  margin-top: 80px;
}
.pg_home .section#sec3{
  margin-top: 80px;
}
.pg_home .section#sec4{
  margin-top: 95px;
}
.pg_home .section#sec5{
  margin-top: 70px;
}
.pg_home .section#sec6{
  background-color: #7fc7c5;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.pg_home .section#sec7{
  background-color: #92c669;
  padding-top: 40px;
  padding-bottom: 50px;
}

.home_about_wrap{
  text-align: center;
  margin-bottom: 50px;
}
.home_about_wrap .title{
  font-size: 34px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.76;
  color: #fc7882;
  margin-bottom: 10px;
}
.home_about_wrap .txt{
  font-weight: 500;
  line-height: 1.875;
}


.home_about_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home_about_items .item{
  width: 33.333%;
  padding: 0 10px;
}
.home_about_items .item .inner{
  border-radius: 10px;
  background: #7fc7c5;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  height: 100%;
}
.home_about_items .item .inner:before{
  content: "";
  border: 2px dashed #FFF;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}
.home_about_items .item .img{
  border-radius: 10px 10px 0 0;
}
.home_about_items .item .img img{
  
}
.home_about_items .item .title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #ffe200;
  margin-top: 12px;
}
.home_about_items .item .txt{
  color: #FFF;
  letter-spacing: 0.02em;
}


/* 横幅いっぱいレイアウト */
.home_fullwide_wrap{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.home_fullwide_wrap.mb1{
  margin-bottom: 70px;
}
.home_fullwide_wrap:before{
  content: "";
  background: #7fc7c5;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.home_fullwide_wrap .box1{
  width: 50%;
  height: 420px;
  position: relative;
}
.home_fullwide_wrap .box2{
  width: 50%;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.home_fullwide_wrap .img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50vw;
}
.home_fullwide_wrap .title{
  width: 100%;
  font-size: 41px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 30px;
}
.home_fullwide_wrap .title span{
  display: block;
  font-size: 1.219em;
  margin-top: 5px;
}
.home_fullwide_wrap .txt{
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  text-align: center;
  color: #FFF;
}
.home_fullwide_wrap .link{
  width: 100%;
  margin-top: 45px;
}
.home_fullwide_wrap .link a{
  display: block;
  width: 300px;
  max-width: 100%;
  color: #fc7882;
  background: #FFF;
  margin: 0 auto;
  padding: 13px 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.home_fullwide_wrap.reverse .box1{
  order: 2;
}
.home_fullwide_wrap.reverse .box2{
  order: 1;
}
.home_fullwide_wrap.reverse .img{
  right: auto;
  left: 0;
}

/* 入園案内1 */
.home_admission_items1{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home_admission_items1 .item{
  width: 50%;
  padding: 0 10px;
  
}
.home_admission_items1 .item:nth-child(n+3){
  margin-top: 20px;
}
.home_admission_items1 .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  background: #7fc7c5;
  height: 100%;
  position: relative;
}
.home_admission_items1 .item .inner:before{
  content: "";
  border: 1px solid #FFF;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}
.home_admission_items1 .item .box1{
  width: 47.11%;
}
.home_admission_items1 .item .box2{
  width: 50.96%;
}
.home_admission_items1 .item .img{
  
}
.home_admission_items1 .item .title{
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fc7882;
  width: 220px;
  margin: 0 auto 12px;
  padding: 3px 0;
  background: #FFF;
  border-radius: 18px;
  text-align: center;
}
.home_admission_items1 .item .txt1{
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.home_admission_items1 .item .txt1 em{
  color: #ffe200;
}
.home_admission_items1 .item .txt2{
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  padding-left: 10px;
}

/* 入園案内2 */
.home_admission_items2{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.home_admission_items2 .item{
  width: 33.333%;
  padding: 0 13px;
  
}
.home_admission_items2 .item:nth-child(n+4){
  margin-top: 20px;
}
.home_admission_items2 .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 23px 18px;
  background: #FFF;
  height: 100%;
  position: relative;
}
.home_admission_items2 .item .inner:before{
  content: "";
  border: 1px solid #7fc7c5;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}
.home_admission_items2 .item .box1{
}
.home_admission_items2 .item .box2{
  margin-top: 25px;
}
.home_admission_items2 .item .img{
  text-align: center;
}
.home_admission_items2 .item .title{
  font-size: 18px;
  font-weight: 700;
  color: #ffe200;
  width: 220px;
  margin: 0 auto 12px;
  padding: 3px 0;
  background: #7fc7c5;
  border-radius: 18px;
  text-align: center;
}
.home_admission_items2 .item .txt1{
  font-size: 20px;
  font-weight: 700;
  color: #4d8694;
  text-align: center;
}
.home_admission_items2 .item .txt1 em{
  color: #fc7882;
}
.home_admission_items2 .item .txt2{
  font-weight: 500;
  line-height: 1.5;
  color: #4d8694;
  /*padding-left: 10px;*/
}


.home_admission_wrap{
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.home_admission_wrap + .home_admission_wrap{
  margin-top: 70px;
}
.home_admission_wrap:before{
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home_admission_wrap.bg1:before{
  background-color: #FFF;
}

.home_admission_wrap.bg2{
  padding-top: 35px;
  padding-bottom: 50px;
}
.home_admission_wrap.bg2:before{
  background-color: #7fc7c5;
}

/* 保育内容 */
.home_program_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -6.5px;
  margin-bottom: 80px;
}
.home_program_items .item{
  width: 25%;
  padding: 0 6.5px;
  
}
.home_program_items .item:nth-child(n+5){
  margin-top: 20px;
}
.home_program_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #7fc7c5;
  height: 100%;
  position: relative;
}
.home_program_items .item .inner:before{
  content: "";
  border: 2px solid #FFF;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}
.home_program_items .item .box1{
}
.home_program_items .item .box2{
  padding: 15px 20px 35px;
}
.home_program_items .item .img{
  text-align: center;
}
.home_program_items .item .title{
  font-size: 16px;
  font-weight: 900;
  color: #f8e014;
  text-align: center;
}
.home_program_items .item .txt1{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  color: #fff;
}

/* お知らせ */
.home_news_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
.home_news_items .item{
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
}
.home_news_items .item:nth-child(n+5){
  margin-top: 30px;
}
.home_news_items .item .inner{
  height: 100%;
}
.home_news_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #CCC;
}
.home_news_items .item .img:before{
  content: "";
  display: block;
  padding-top: 63.07%;
}
.home_news_items .item .date{
  font-size: 15px;
  margin-top: 10px;
}
.home_news_items .item .category{
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background: #7fc7c5;
  border-radius: 5px;
  margin-top: 5px;
  padding: 2px 0;
}
.home_news_items .item .title{
  line-height: 1.875;
}

/* リンク */
.home_link_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 80px;
}
.home_link_items .item{
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
._items .item:nth-child(n+4){
  margin-top: 20px;
}
.home_link_items .item .inner{
  display: block;
  height: 100%;
  position: relative;
  background: #7fc7c5;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding-bottom: 15px;
}
.home_link_items .item .inner:before{
  content: "";
  border: 1px dotted #FFF;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.home_link_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_link_items .item .img img{
  
}
.home_link_items .item .title{
  font-size: 24px;
  font-weight: 700;
  color: #ffe200;
}
.home_link_items .item .txt{
  color: #FFF;
  padding: 0 10px;
}

/* Photo */
.home_photo_items_wrap{
  
}
.home_photo_items_wrap + .home_photo_items_wrap{
  margin-top: 50px;
}
.home_photo_items + .read_more{
  margin-top: 25px;
}

.home_photo_title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}

.home_photo_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: 25px;
}
.home_photo_items .item{
  width: 20%;
  padding-left: 17px;
  padding-right: 17px;
}
.home_photo_items_wrap .item:nth-child(n+6){
  margin-top: 20px;
}
.home_photo_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #CCC;
  border-radius: 10px;
}
.home_photo_items .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.home_access_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_access_wrap .item{
  width: 48.21%;
  background: #FFF;
  padding: 10px 18px 20px;
}
.home_access_wrap .item .title{
  font-size: 21px;
  font-weight: 700;
  color: #0a2f00;
  margin-bottom: 3px;
}
.home_access_wrap .item .txt{
  line-height: 1.875;
}
.home_access_wrap .item .map{
  margin-top: 20px;
}
.home_access_wrap .item .map iframe{
  border: 2px solid #dcdcdc;
}



.sche_calender_wrap{
  background: #7fc7c5;  
  /*padding: 30px 45px 40px;*/
  padding: 30px 30px 30px;
  border-radius: 10px;
}
.sche_calender_tt{
  font-size: 1.6em;
  font-weight: 700;
  color: #ffeb3b;
  text-align: center;
}
.sche_calender_img{
  
}
.sche_calender_img img{
  width: 100%;
}
.sche_calender_msg{
  font-weight: 700;
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}
.sche_calender{
  background: #FFF;
}
.sche_calender th,
.sche_calender td{
  border: 1px solid;
  height: 100px;
  vertical-align: top;
}
.sche_calender .box{
  text-align: center;
}
.sche_calender .box .week,
.sche_calender .box .day,
.sche_calender .box .event{
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.sche_calender .box .event{
  font-size: 16px;
}

.sche_calender_nav{
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 21px;
  margin-bottom: 20px;
}


/* **********************************
 *  保育方針
 * ********************************* */
.pg_policy{
  
}
.pg_policy .section#sec1{
  
}
.pg_policy .section#sec2{
  background-color: #7fc7c5;
  padding-top: 75px;
  padding-bottom: 45px;
  margin-top: 100px;
}
.pg_policy .section#sec3{
  margin-top: 60px;
}
.pg_policy .section#sec4{
  margin-top: 135px;
}

.policy_msg{
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  padding-top: 55px;
}

.policy_skills_img1{
  margin-bottom: 40px;
}
.policy_skills_img2{
  
}

.policy_skills_msg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFF;
}
.policy_skills_msg + .policy_skills_msg{
  margin-top: 10px;
}
.policy_skills_msg > *{
  width: 100%;
}
.policy_skills_msg .box1{
  width: 60.71%;
  padding-top: 20px;
}
.policy_skills_msg .box2{
  width: 36.875%;
}
.policy_skills_msg .box3{
  width: 100%;
  margin-top: 30px;
  font-feature-settings: "palt";
}
.policy_skills_msg .txt1{
  /*text-shadow: 0 0 5px #ccc;*/
  line-height: 1.875;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.005em;
}
.policy_skills_msg .txt2{
  color: #fc7882;
  background: #FFF;
  border-radius: 57px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 18px 10px;
  margin: 30px 0;
}
.policy_skills_msg .img1{
  
}
.policy_skills_msg .img1 img{
  border-radius: 10px;
}

.policy_skills_msg strong{
  color: #ffe200;
  font-weight: 500;
}

.policy_goal_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width:1200px){
  .policy_goal_wrap{
    padding-top: 50px;
  }
}

.policy_goal_wrap .box1{
  width: 53.57%;
}
.policy_goal_wrap .box2{
  width: 41.33%;
}
.policy_goal_wrap .txt{
  font-weight: 500;
  line-height: 1.875;
}
.policy_goal_wrap .txt a{
  display: inline-block;
  color: #fc7882;
  border-bottom: 1px solid;
  text-decoration: none;
  padding-bottom: 2px;
}
.policy_goal_wrap .img img{
  border-radius: 10px;
}

/* 年間行事 */
.policy_events_wrap{
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #7fc7c5;
}
.policy_events_wrap .item{
  width: 25%;
  background: #FFF;
  color: #7fc7c5;
  text-align: center;
  padding: 25px 0 15px;
}

.policy_events_wrap .item h3{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 18px;
}
.policy_events_wrap .item h3 em{
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}
.policy_events_wrap .item h3 em:after{
  content: "・・・・・";
  display: block;
  font-size: 20px;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-feature-settings: "palt";
}
.policy_events_wrap .item .txt1{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  color: #7fc7c5;
  min-height: calc(1.25em * 3);
}
.policy_events_wrap .item .txt2{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: #353535;
  margin-top: 25px;
  /*letter-spacing: -0.025em;*/
  font-feature-settings: "palt";
}
.policy_events_wrap .item .txt2.ltrSm{
  font-size: 15px;
}

.policy_events_wrap .item a.color1{
  color: #fc7882;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.policy_events_wrap .item a.color2{
  color: #ffe200;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

@media (min-width:1200px){
  
  .policy_events_wrap .item{
    width: 25%;
  }
  
  .policy_events_wrap .item:nth-child(2),
  .policy_events_wrap .item:nth-child(4),
  .policy_events_wrap .item:nth-child(5),
  .policy_events_wrap .item:nth-child(7),
  .policy_events_wrap .item:nth-child(10),
  .policy_events_wrap .item:nth-child(12){
    background: #7fc7c5;
    color: #FFF;
  }
  .policy_events_wrap .item:nth-child(2) *,
  .policy_events_wrap .item:nth-child(4) *,
  .policy_events_wrap .item:nth-child(5) *,
  .policy_events_wrap .item:nth-child(7) *,
  .policy_events_wrap .item:nth-child(10) *,
  .policy_events_wrap .item:nth-child(12) *{
    color: #FFF;
  }
}
@media (min-width:768px) and (max-width:1199px){
  
  .policy_events_wrap .item{
    width: 33.333%;
  }
  
  .policy_events_wrap .item:nth-child(2),
  .policy_events_wrap .item:nth-child(4),
  .policy_events_wrap .item:nth-child(6),
  .policy_events_wrap .item:nth-child(8),
  .policy_events_wrap .item:nth-child(10),
  .policy_events_wrap .item:nth-child(12){
    background: #7fc7c5;
    color: #FFF;
  }
  .policy_events_wrap .item:nth-child(2) *,
  .policy_events_wrap .item:nth-child(4) *,
  .policy_events_wrap .item:nth-child(6) *,
  .policy_events_wrap .item:nth-child(8) *,
  .policy_events_wrap .item:nth-child(10) *,
  .policy_events_wrap .item:nth-child(12) *{
    color: #FFF;
  }
  
  .policy_events_wrap .item .txt1 {
    font-size: 16px;
  }
  .policy_events_wrap .item .txt2,
  .policy_events_wrap .item .txt2.ltrSm {
    font-size: 13px;
  }
}
  
@media (max-width:767px){

  .policy_events_wrap .item{
    width: 50%;
  }
  
  .policy_events_wrap .item:nth-child(2),
  .policy_events_wrap .item:nth-child(3),
  .policy_events_wrap .item:nth-child(6),
  .policy_events_wrap .item:nth-child(7),
  .policy_events_wrap .item:nth-child(10),
  .policy_events_wrap .item:nth-child(11){
    background: #7fc7c5;
    color: #FFF;
  }
  .policy_events_wrap .item:nth-child(2) *,
  .policy_events_wrap .item:nth-child(3) *,
  .policy_events_wrap .item:nth-child(6) *,
  .policy_events_wrap .item:nth-child(7) *,
  .policy_events_wrap .item:nth-child(10) *,
  .policy_events_wrap .item:nth-child(11) *{
    color: #FFF;
  }
  
  .policy_events_wrap .item h3{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .policy_events_wrap .item .txt1{
    font-size: 14px;
  }
  .policy_events_wrap .item .txt2,
  .policy_events_wrap .item .txt2.ltrSm {
    font-size: 12px;
    margin-top: 10px;
  }
}



/* **********************************
 *  入園のご案内
 * ********************************* */
.pg_admission{
  
}
.pg_admission .section#sec1{
  
}
.pg_admission .section#sec2{
  margin-top: 135px;
}
.pg_admission .section#sec3{
  margin-top: 120px;
}
.pg_admission .section#sec4{
  margin-top: 135px;
}
.pg_admission .section#sec5{
  margin-top: 135px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7fc7c5;
}

.admission_course_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.admission_course_wrap + .admission_course_wrap{
  margin-top: 30px;
}
.admission_course_wrap .row1{
  width: 100%;
  padding: 0 14px;
}
.admission_course_wrap .row2{
  width: 50%;
  padding: 0 14px;
}

.admission_course_item{
  
} 
.admission_course_item .inner{
  border: 1px solid #7fc7c5;
  border-radius: 8px;
  overflow: hidden;
} 
.admission_course_item .inner2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 20px 25px 30px;
}
.admission_course_item .inner3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 13px 25px 30px;
}
.admission_course_item .head{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #7fc7c5;
  color: #FFF;
  padding: 13px 22px 16px 30px;
} 
.admission_course_item .head .title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "palt";
  border-right: 2px solid;
  padding-bottom: 1px;
  padding-right: 13px;
  margin-right: 30px;
}
.admission_course_item .head .title.nobdr{
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.admission_course_item .head .title span{
  font-size: 16px;
  font-weight: 400;
}
.admission_course_item .head .title2{
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "palt";
  color: #ffe200;
  padding-bottom: 1px;
}

.admission_course_wrap .row2 .title{
  margin-right: 0;
}
.admission_course_wrap .row2 .title2{
  margin-top: 10px;
}

.admission_course_item .head .icons{
  margin-left: auto;
}
.admission_course_item .head .icons span{
  display: inline-block;
  min-width: 214px;
  background: #FFF;
  color: #7fc7c5;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
  text-align: center;
  padding: 3px 5px;
}
.admission_course_item .head .icons span.min{
  min-width: 195px;
}
.admission_course_item .box1{
  width: 66.07%;
} 
.admission_course_item .box2{
  width: 30.37%;
  padding-top: 5px;
} 

.admission_course_item .inner3 .box1{
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
} 
.admission_course_item .inner3 .box2{
  width: 43%;
} 

.admission_course_item .txt1{
  line-height: 2.0625;
  font-feature-settings: "palt";
} 
.admission_course_item .txt2{
  background: #fc7882;
  color: #FFF;
  border-radius: 8px;
  padding: 8px 15px;
  margin-top: 15px;
  font-feature-settings: "palt";
  line-height: 1.5625;
  width: 100%;
} 
.admission_course_item .txt3{
  margin-top: 35px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
} 

@media (min-width:1220px){
  /*.admission_course_item .txt2{
    margin-top: 50px;
  }*/
}

.admission_course_item .inner3 .txt2{
  
}

.admission_course_item .txt1 ul{
  
}
.admission_course_item .txt1 ul li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5625;
}
.admission_course_item .txt1 ul li+li{
  margin-top: 8px;
}

/**/
.admission_msg_wrap{
  font-size: 15px;
  line-height: 1.933;
  font-feature-settings: "palt";
  margin-top: 45px;
  margin-bottom: 85px;
}
.admission_msg_wrap a{
  color: #fc7882;
  font-weight: 500;
}
.admission_msg_wrap a.bdr{
  border-bottom: 1px solid;
  padding-bottom: 5px;
  text-decoration: none;
}

/**/
.admission_entry_wrap{
  
}
.admission_entry_wrap + .admission_entry_wrap{
  margin-top: 110px;
}
.admission_entry_wrap .title{
  text-align: center;
}
.admission_entry_wrap .title span{
  display: inline-block;
  min-width: 144px;
  background: #7fc7c5;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  padding: 3px;
  margin-bottom: 45px;
}

.admission_tbl{
  border: 1px solid #7fc7c5;
  text-align: center;
}
.admission_tbl th,
.admission_tbl td{
  border: 1px solid #7fc7c5;
  padding: 5px 5px;
  
}

.admission_tbl th{
  font-size: 18px;
  font-weight: 700;
  background: #7fc7c5;
  color: #FFF;
}
.admission_tbl th:not(:last-child){
  border-right: 1px solid #FFF;
}
.admission_tbl th+th{
  border-left: 1px solid #FFF;
}
.admission_tbl td{
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  padding: 7px 5px;
}
.admission_tbl .sm{
  font-size: 17px;
  font-feature-settings: "palt";
}

/**/
.admission_content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.admission_content_wrap .box1{
  width: 66.07%;
}
.admission_content_wrap .box2{
  width: 31.07%;
}
.admission_content_wrap .txt{
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.admission_content_wrap .txt a{
  color: #fc7882;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.admission_content_wrap .txt strong{
  font-weight: 400;
  color: #fc7882;
}
.admission_content_wrap .txt hr{
  border-top: 1px dotted;
  margin: 1.5em 0 0.5em;
}

@media (min-width: 1220px){
  .admission_content_wrap{
    padding-top: 50px;
  }
}

/**/
.admission_relief_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media (min-width: 1220px){
  .admission_relief_wrap{
    padding-top: 50px;
  }
}

.admission_relief_wrap .item{
  width: 25%;
  padding: 0 5px; 
}
.admission_relief_wrap .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #7fc7c5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  height: 100%;
  min-height: 233px;
  padding: 24px 5px 19px;
  box-shadow: 4px 3px 0 0 #2e8d8a;
}
.admission_relief_wrap .item .inner.bg1{
  background-image: url('/img/admission/relief_bg1.png');
}
.admission_relief_wrap .item .inner.bg2{
  background-image: url('/img/admission/relief_bg2.png');
}
.admission_relief_wrap .item .inner.bg3{
  background-image: url('/img/admission/relief_bg3.png');
}

.admission_relief_wrap .item .subtitle{
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  margin-top: -5px;
}
.admission_relief_wrap .item .txt1{
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5625;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
}
.admission_relief_wrap .item .txt1 a{
  display: inline-block;
  color: #ffe200;
  text-decoration: none;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  
}
.admission_relief_wrap .item .txt1 strong{
  color: #ffe200;
}
.admission_relief_wrap .item .txt2{
  width: 100%;
  margin: 0 8px;
  padding: 6px 10px;
  background: #FFF;
  border-radius: 8px;
  /*line-height: 1.625;*/
  line-height: 1.437;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.admission_relief_wrap .item .txt2 strong{
  display: block;
  color: #7fc7c5;
}
.admission_relief_wrap .item .txt2 + .txt2{
  margin-top: 10px;
}

/* アクセス */
.admission_access_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px 80px;
}
.admission_access_wrap .item{
  width: 50%;
  padding: 0 36px;
  color: #FFF;
}
.admission_access_wrap .item .map{
  margin-bottom: 45px;
}
.admission_access_wrap .item .map iframe{
  border: 0;
  height: 395px;
}
.admission_access_wrap .item .title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.005em;
  border-bottom: 1px solid;
  padding: 9px 0;
  margin-bottom: 20px;
}
.admission_access_wrap .item .title a{
  width: 184px;
  background: #FFF;
  color: #7fc7c5;
  border-radius: 14.5px;
  text-align: center;
  letter-spacing: 0.005em;
}
.admission_access_wrap .item .title a i{
  margin-right: 10px;
}
.admission_access_wrap .item .addr,
.admission_access_wrap .item .txt{
  
  line-height: 1.25;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
}
.admission_access_wrap .item .addr{
  
}
.admission_access_wrap .item .txt{
  border-top: 1px dashed;
  margin-top: 20px;
  padding-top: 10px;
}

.admission_access_root{
  color: #FFF;
}
.admission_access_root + .admission_access_root{
  margin-top: 60px;
}
.admission_access_root .title{
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1;
  border-bottom: 1px solid;
  border-left: 6px solid;
  padding: 6px 0 10px 12px;
  margin-bottom: 20px;
  
}
.admission_access_root .txt{
  font-feature-settings: "palt";
  line-height: 1.875;
  letter-spacing: 0.05em;
  padding-left: 25px;
}


/* **********************************
 *  よくある質問
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.faq_items{
  
}
.faq_items dl{
  border: 1px solid #7fc7c5;
  border-radius: 8px;
  overflow: hidden;
}
.faq_items dl+dl{
  margin-top: 80px;
}
.faq_items dl dt,
.faq_items dl dd{
  position: relative;
  padding: 12px 10px 12px 65px;
}
.faq_items dl dt{
  background: #7fc7c5;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.faq_items dl dd{
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 25px;
}
.faq_items dl dt:before,
.faq_items dl dd:before{
  content: "";
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 32px;
}
.faq_items dl dt:before{
  content: "Q.";
}
.faq_items dl dd:before{
  content: "A.";
  color: #fc7882;
  margin-top: -10px;
}


/* **********************************
 *  スタッフ紹介
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

.staff_items_wrap{
  padding: 0 40px;
}
.staff_items{
  
}
.staff_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -15px;
}
.staff_items .item{
  width: 33.333%;
  padding-left: 45px;
  padding-right: 45px;
}
.staff_items .item:nth-child(n+4){
  margin-top: 95px;
}
.staff_items .item .inner{
  height: 100%;
  position: relative;
}
.staff_items .item .img{
  display: block;
  width: 230px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #FFF;
  border-radius: 50%;
  border: 3px solid #7fc7c5;
  position: relative;
  z-index: 2;
}
.staff_items .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.staff_items .item .box{
  background: #7fc7c5;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-top: -35px;
  padding: 35px 8px 8px;
}
.staff_items .item .name{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.staff_items .item .job{
  text-align: center;
  color: #FFF;
  
}
.staff_items .item .comment{
  border-radius: 8px;
  background: #FFF;
  line-height: 1.5625;
  padding: 10px 10px;
  margin-top: 5px;
}

/* **********************************
 *  保育内容
 * ********************************* */
.pg_program{
  
}
.pg_program .section#sec1{
  
}
.pg_program .section#sec2{
  margin-top: 175px;
}
.pg_program .section#sec3{
  margin-top: 160px;
}
.pg_program .section#sec4{
  margin-top: 135px;
}

/* 1日の生活 */
.program_oneday_msg{
  line-height: 2.0625;
  font-feature-settings: "palt";
  text-align: center;
  
  margin-top: -30px;
  padding-top: 75px;
  padding-bottom: 10px;
  background-image: url('/img/program/oneday_msg_l.png'), url('/img/program/oneday_msg_r.png');
  background-repeat: no-repeat;
  background-position: left 22px bottom, right 16px bottom;
}



/* 1日の流れ */
.program_oneday_sche{
  margin-top: 70px;
}
.program_oneday_sche .item{
  margin: 0 85px;
  padding-top: 20px;
  padding-left: 55px;
  position: relative;
}
.program_oneday_sche .item + .item{
  margin-top: 112px;
}
.program_oneday_sche .item:not(:last-child):before{
  content: "";
  background-image: url('/img/program/sche_dot.png');
  background-size: contain;
  background-position: center top;
  width: 7px;
  height: 75px;
  position: absolute;
  top: calc(100% + 30px);
  left: 70px;
}
.program_oneday_sche .item .time{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 153px;
  height: 153px;
  background: #7fc7c5;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.program_oneday_sche .item .time:before{
  content: "";
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  pointer-events: none;
}
.program_oneday_sche .item .time span{
  width: 100%;
  line-height: 1;
  font-feature-settings: "palt";
}
.program_oneday_sche .item .time .st{
  
}
.program_oneday_sche .item .time .ed{
  
}
.program_oneday_sche .item .time .icon{
  margin: 10px 0;
}

.program_oneday_sche .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #7fc7c5;
  border-radius: 8px;
  min-height: 116px;
  padding-left: 140px;
  padding-right: 14px;
}
.program_oneday_sche .item .box1{
  width: 37.67%;
}
.program_oneday_sche .item .box2{
  width: 62.32%;
  /*padding-top: 18px;*/
  padding-top: 8px;
  padding-bottom: 5px;
}
.program_oneday_sche .item .txt1{
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #7fc7c5;
}
.program_oneday_sche .item .txt2{
  line-height: 2.0625;
  font-feature-settings: "palt";
}
.program_oneday_sche .item .txt2.sm{
  font-size: 14px;
}
.program_oneday_sche .item .list{
  background: #7fc7c5;
  border-radius: 6px;
  padding: 8px 15px;
  margin-top: 10px;
  line-height: 1.5625;
  font-feature-settings: "palt";
  color: #FFF;
}
.program_oneday_sche .item .list .s1{
  display: inline-block;
  width: 7.7em;
}
.program_oneday_sche .item .list .s2{
  display: inline-block;
  margin-right: 10px;
}
.program_oneday_sche .item .list .s3{
  
}

.program_oneday_sche .item .illust{
  position: absolute;
}
.program_oneday_sche .item .illust.pos1{
  top: calc(100% + 9px);
  right: -68px;
  right: -6.84%;
}
.program_oneday_sche .item .illust.pos2{
  top: calc(100% + 20px);
  left: 180px;
  left: 18.94%;
}
.program_oneday_sche .item .illust.pos3{
  top: calc(100% + 30px);
  right: -65px;
  right: -6.84%;
}
.program_oneday_sche .item .illust.pos4{
  top: calc(100% + 25px);
  left: 355px;
  left: 37.36%;
}
.program_oneday_sche .item .illust.pos5{
  top: calc(100% + 35px);
  right: -30px;
  right: -3.15%;
}

/* プレバレエレッスン･体操クラス */
.program_bellet_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.program_bellet_wrap .box1{
  width: 58.03%;
}
.program_bellet_wrap .box2{
  width: 41.33%;
}
.program_bellet_wrap .txt{
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.program_bellet_wrap .txt a{
  display: inline-block;
  color: #fc7882;
  text-decoration: none;
  letter-spacing: 0;
  border-bottom: 1px solid;
  /*margin-bottom: 5px;*/
}
.program_bellet_wrap .imgs{
  display: flex;
  margin: 0 -11px;
}
.program_bellet_wrap .imgs .img{
  width: 50%;
  padding: 0 11px;
}

.program_bellet_desc{
  background: #7fc7c5;
  border-radius: 10px;
  padding: 20px 35px;
  margin-top: 25px;
  font-feature-settings: "palt";
}
.program_bellet_desc .title{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffe200;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.program_bellet_desc .txt{
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.065em;
  color: #FFF;
}

.program_bellet_policy{
  margin-top: 77px;
  font-feature-settings: "palt";
}
.program_bellet_policy .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #7fc7c5;
  padding-left: 13px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-left: 5px solid;
  border-bottom: 1px solid;
  
}
.program_bellet_policy .txt{
  line-height: 1.875;
  letter-spacing: 0.025em;
}
.program_bellet_policy .txt a{
  display: inline-block;
  color: #fc7882;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  text-decoration: none;
}
.program_bellet_policy .txt2{
  font-size: 14px;
  margin-top: 25px;
  letter-spacing: 0.025em;
}

/* イベント */
.program_contents_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-feature-settings: "palt";
}
.program_contents_wrap .box1{
  width: 69.64%;
}
.program_contents_wrap .box2{
  width: 22.32%;
}
.program_contents_wrap .txt{
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.program_contents_wrap .bdr{
  margin-top: 15px;
}

.program_active_desc{
  font-feature-settings: "palt";
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 45px;
}
.program_active_desc .title{
  font-size: 16px;
  font-weight: 700;
}
.program_active_desc .txt{
}


/* Farm */
.program_farm_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 4px dotted #7fc7c5;
  border-radius: 10px;
  padding: 30px 15px 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 60px;
}
.program_farm_wrap .box1{
  width: 32.8%;
  text-align: center;
}
.program_farm_wrap .box2{
  width: 61%;
}
.program_farm_wrap .link{
  text-align: center;
  margin-top: 60px;
}
.program_farm_wrap .link a{
  display: inline-block;
  border-radius: 8px;
  background: #fc7882;
  color: #FFF;
  font-weight: 700;
  padding: 2px 10px;
}
.program_farm_wrap .link a i{
  margin-left: 10px;
}
.program_farm_wrap .title{
  font-size: 18px;
  font-weight: 700;
  color: #fc7882;
  margin-bottom: 10px;
}
.program_farm_wrap .txt{
  line-height: 1.875;
}
.program_farm_wrap .txt a{
  display: inline-block;
  color: #fc7882;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

/* 災害時 */
.program_safety_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  margin-top: 77px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.program_safety_wrap .item{
  width: 50%;
  padding: 0 25px;
}
.program_safety_wrap .item:nth-child(2n){
  border-left: 1px solid #d2d2d2;
}
.program_safety_wrap .item .title{
  font-size: 16px;
  font-weight: 700;
  color: #fc7882;
  margin-bottom: 10px;
}
.program_safety_wrap .item .txt{
  line-height: 1.875;
}

@media (min-width: 1220px){
  .program_bellet_wrap{
    padding-top: 50px;
  }
  .program_contents_wrap{
    padding-top: 35px;
  }
  .program_contents_wrap{
    padding-top: 50px;
  }
}

/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 115px;
}
.pg_recruit .section#sec3{
  margin-top: 100px;
}


.recruit_msg{
  text-align: center;
  margin-bottom: 130px;
}
.recruit_msg .title{
  font-size: 34px;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fc7882;
  margin-bottom: 55px;
}
.recruit_msg .txt{
  font-weight: 500;
}

.recruit_kv{
  margin-bottom: 90px;
}


.recruit_job_wrap{
  
}
.recruit_job_wrap + .recruit_job_wrap{
  margin-top: 90px;
}

.recruit_info_tbl{
  border: 1px solid #96a0a0;
  margin-top: 65px;
}
.recruit_info_tbl tr{
  
}
.recruit_info_tbl tr + tr{
  border-top: 1px solid #96a0a0;
}
.recruit_info_tbl th,
.recruit_info_tbl td{
  font-weight: 500;
  text-align: left;
  padding: 15px 10px;
}
.recruit_info_tbl th{
  width: 250px;
  background: #c8e4e3;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0.08em;
  vertical-align: top;
}
.recruit_info_tbl td{
  padding-left: 30px;
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.933;
}

.recruit_info_tbl b{
  color: #fc7882;
  font-weight: 500;
}
.recruit_info_tbl strong{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #fc7882;
}

.recruit_notice{
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-top: 45px;
}

.cf_recruit_postfor{
  background: #7fc7c5;
  color: #FFF;
  border-radius: 10px;
  padding: 15px 25px;
  margin-top: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.cf_recruit_postfor .title{
  font-size: 16px;
  font-weight: 500;
}
.cf_recruit_postfor .txt{
  font-size: 16px;
  line-height: 1.625;
}
.cf_recruit_postfor .txt b{
  color: #FFF;
}


/* **********************************
 *  
 * ********************************* */
.pg_calm{
  
}
.pg_calm .section#sec1{
  
}
.pg_calm .section#sec2{
  background: #7fc7c5;
  padding-top: 80px;
  padding-bottom: 85px;
  margin-top: 215px;
}
.pg_calm .section#sec3{
  margin-top: 200px;
}
.pg_calm .section#sec4{
  margin-top: 195px;
}
.pg_calm .section#sec5{
  margin-top: 195px;
}
.pg_calm .section#sec6{
  margin-top: 195px;
}


/* 病児保育について */
.calm_about_msg{
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  padding-top: 25px;
}
.calm_about_msg strong{
  display: inline-block;
  color: #fc7882;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  font-weight: 400;
}


/* ご利用について */
.calm_usage_img{
  margin-bottom: 40px;
}
.calm_usage_tbl{
  border: 1px solid #96a0a0;
  background: #FFF;
  margin-bottom: 80px;
}
.calm_usage_tbl tr{
  
}
.calm_usage_tbl tr+tr{
  border-top: 1px solid #96a0a0;
}
.calm_usage_tbl th,
.calm_usage_tbl td{
  font-weight: 500;
  line-height: 1.933;
  text-align: left;
  padding: 16px 10px;
}
.calm_usage_tbl th{
  width: 250px;
  background: #c8e4e3;
  padding-left: 20px;
  vertical-align: top;
  letter-spacing: 0.08em;
}
.calm_usage_tbl td{
  padding-left: 30px;
  letter-spacing: 0.16em;
  font-size: 15px;
}

/* 用意するもの */
.calm_preparation_wrap{
  background: #FFF;
  padding: 25px 25px 40px;
}
.calm_preparation_wrap ul{
  
}
.calm_preparation_wrap ul li{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.235;
  text-indent: -1.5em;
  padding-left: 1.5em;
}


/* 重要なお願い */
.calm_important_wrap{
  background: #efbfb9;
  padding: 40px 60px 60px;
}

.calm_important_wrap .title{
  font-size: 28px;
  font-weight: 700;
  font-family: "Marufo-B","Noto Sans JP", sans-serif;
  text-align: center;
  font-feature-settings: "palt";
  color: #FFF;
  margin-bottom: 30px;
} 
.calm_important_wrap .inner{
  background: #FFF;
  padding: 30px 25px 45px 35px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2.2;
  background-image: url('/img/calm/circle.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.calm_important_wrap .txt1{
  
} 
.calm_important_wrap .txt2{
  margin-top: 30px;
} 
.calm_important_wrap .txt1 strong{
  font-weight: 500;
  color: #fc7882;
}

/* 必要な書類 */
.calm_doc_msg{
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  padding-top: 25px;
  margin-bottom: 75px;
}

.calm_doc_btns{
  display: flex;
  justify-content: space-between;
}
.calm_doc_btns a{
  width: 48.21%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  border: 2px solid;
  padding: 16px 10px;
}
.calm_doc_btns a i{
  margin-left: 20px;
}
.calm_doc_btns a.btn1{
  color: #fc7882;
  
}
.calm_doc_btns a.btn2{
  color: #7fc7c5;
  
}


/* 流れ */
.calm_flow_items{
  
}
.calm_flow_items .item{
  border: 1px solid #7fc7c5;
  border-radius: 8px;
  overflow: hidden;
}
.calm_flow_items .item dt,
.calm_flow_items .item dd{
  padding-left: 30px;
  padding-right: 15px;
}
.calm_flow_items .item dt{
  background: #7fc7c5;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.calm_flow_items .item dd{
  padding-top: 15px;
  padding-bottom: 20px;
  font-feature-settings: "palt";
}
.calm_flow_items .item .txt{
  line-height: 2.0625;
}
.calm_flow_items .item .txt strong{
  font-weight: 400;
  color: #fc7882;
}
.calm_flow_items .item .txt2{
  font-size: 21px;
  font-weight: 500;
  color: #fc7882;
  margin-top: 20px;
}
.calm_flow_items .item .tel{
  font-size: 21px;
  font-weight: 500;
  color: #5db7b4;
  margin-bottom: 5px;
}
.calm_flow_items .item .tel a{
  font-size: 1.476em;
  font-weight: 700;
  margin-left: 15px;
}
.calm_flow_items .icon{
  font-size: 50px;
  color: #7fc7c5;
  text-align: center;
  line-height: 1;
  margin: 18px 0;
}

/* Q&A */
.calm_qa_items{
  padding-top: 25px;
}
.calm_qa_items .item{
  
}
.calm_qa_items .item + .item{
  margin-top: 20px;
}
.calm_qa_items .item dt,
.calm_qa_items .item dd{
  padding-left: 40px;
  position: relative;
}
.calm_qa_items .item dt{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 18px;
  padding-right: 50px;
  cursor: pointer;
  
}
.calm_qa_items .item dd{
  line-height: 2.0625;
  font-feature-settings: "palt";
  margin-top: 14px;
  padding-bottom: 15px;
  display: none;
}
.calm_qa_items .item dt:before,
.calm_qa_items .item dd:before{
  font-size: 27px;
  font-family: "Marufo-M";
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.calm_qa_items .item dt:before{
  content: "Q.";
  color: #5db7b4;
}
.calm_qa_items .item dd:before{
  content: "A.";
  color: #fc7882;
}

.calm_qa_items .item dt:after{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 29px;
  line-height: 1.2;
  color: #b7b7b7;
  position: absolute;
  top: 0;
  right: 18px;
}
.calm_qa_items .item dt.on:after{
  content: "\f068";
}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  margin-top: 130px;
}
.pg_company .section#sec3{
  
}

.comapany_tbl{
  border: 1px solid #96a0a0;
}
.comapany_tbl tr +tr{
  border-top: 1px solid #96a0a0;
}
.comapany_tbl th,
.comapany_tbl td{
  font-weight: 500;
  text-align: left;
  padding: 14px 20px;
}
.comapany_tbl th{
  width: 250px;
  background: #c8e4e3;
  border-right: 0;
  letter-spacing: 0.08em;
  vertical-align: top;
  padding-left: 20px;
}
.comapany_tbl td{
  letter-spacing: 0.16em;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.933;
}

/* 施設ご紹介 */
.company_facility_wrap{
  display: flex;
  flex-wrap: wrap;
  
}
.company_facility_wrap .item{
  width: 33.333%;
  padding: 0 50px;
  border-right: 1px solid #d2d2d2;
}
.company_facility_wrap .item:nth-child(3n){
  border-right: 0;
}
.company_facility_wrap .item:nth-child(n+4){
  margin-top: 50px;
}

.company_facility_wrap .item .img{
  position: relative;
}
.company_facility_wrap .item .img:before{
  content: "";
  display: block;
  padding-top: 134.19%;
}
.company_facility_wrap .item .img a{
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.company_facility_wrap .item .img a:before{
  /*content: "";
  display: block;
  padding-top: 134.19%;*/
}
.company_facility_wrap .item .txt{
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 30px;
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #80c8c5;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  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: #80c8c5;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.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.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  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;
}
.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-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.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;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  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{
  
}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.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;
}
