@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@font-face {
    font-family: "TCM";
    src: url('../font/TCB_____.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'GenJyuuGothic-Bold';
    src: url('../font/GenJyuuGothic-Bold.woff?ver=20230404') format('woff');
    font-display: swap;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カテゴリー「動画」の記事を取得するショートコード（2026-01-08）wi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about .yt-section{
  padding: 80px 0px;
}

/* 一覧レイアウト */
#home_about .yt-section ul.cmn_movie_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
}

#home_about .yt-section ul.cmn_movie_list li{
  margin: 0;
}

/* ::before の基準 */
ul.post_archive li.cat-youtube .area_a,
#home_about .yt-section ul.cmn_movie_list .area_a{
  position: relative;
}

/* アイコン本体 */
ul.post_archive li.cat-youtube .area_a::before,
#home_about .yt-section ul.cmn_movie_list .area_a::before{
  content: "\e925";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;

  width: 56px;
  height: 38px;
  border-radius: 30%;

  font-family: "icomoon";
  font-size: 1.4em;
  background-color: #ff0033;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
}

#home_about .yt-section ul.cmn_movie_list img {
    height: auto!important;
    margin-bottom: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　サイトのテーマ色を一括指定する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字色 */
body.sp[class*="voice"] ul.child_navi a[href*="voice"], body.sp dl.type01 [class*="current"] > a, body.sp dl.type01 dt, a.basic_btn02, .basic_list01 li:before, ol.basic_list02 > li:after, a.basic_color_font, [class*="current"] .basic_color_font_cur, [class*="current"] .basic_color_font_cur:hover, .basic_color_font_bf:before, .basic_color_font_af:after, .cmn_kadomaru {
    color: #0059aa;
}

/* ボーダー色 */
body.sp dl.type01 > dt .arrow, h3[class*="h3a"], h2[class*="h2a"], .basic_box02, .basic_list02 > li, .basic_color_border, .basic_color_border_bg:before, .basic_color_border_af:after, .cmn_kadomaru {
    border-color: #0059aa;
}

/* 背景色 */
a.basic_btn01, h3[class*="h3b"], ol.basic_list02 > li:before, .basic_color_bg, .basic_color_bg_bf:before, .basic_color_bg_af:after, #h_navi_main ul:not(.sub-menu) > li > a:after {
    background-color: #0059aa;
}
h3.h3bg{
	background-color: #FAAB00;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　画像がない場合の汎用スタイル（一覧ページ／ショートコード／関連記事…などで共有）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.noimage {
    background: url(../images/noimage.svg) no-repeat 50% / auto 36% #f0f4fc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話番号のフォントファミリーを指定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb .num,a[href*="tel:"]:not(.ja) {
    font-family: "TCM";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* [.h2a][.h2b]共通のスタイル */
h2[class*="h2"] {
    font-weight: bold;
}

/* [.h2a]のスタイル */
h2[class*="h2a"] {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #c7c7c7;
}

h2[class*="h2a"]::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #0059aa;
    position: absolute;
    left: 0;
    bottom: -2px;
}

h2[class*="h2b"] {
    padding: 0 0 25px;
    margin-bottom: 1.5em;
}

h2[class*="h2b"]:before {
    width: 64px;
    height: 8px;
    top: auto;
    bottom: 0;
    right: calc(50% - 32px);
    background: url(../images/h2_nami.png) repeat-x 0 0/contain;
}

/* [.h3a][.h3b]共通のスタイル */
h3[class*="h3"] {
    font-weight: bold;
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    border-color: #fabe00;
    border-left-width: 10px;
}

/* [.h3b]のスタイル */
h3[class*="h3b"] {
    padding: 15px 25px;
    border-radius: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn01 {
    min-width: 280px;
    padding: 22px 35px;
    border-radius: 2em;
    font-weight: bold;
}

a.basic_btn01.white {
    border: 2px solid;
    background-color: transparent;
}

a.basic_btn01.white:hover {
    background-color: rgba(255,255,255,.15);
}

a.basic_btn01:after {
    right: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 th, .basic_table01 td {
    border: 1px solid #caced1;
}

.basic_table01 th {
    background-color: #f0f4fc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_box01 {
    background-color: #f0f4fc;
}

.basic_box02 {
    border-radius: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq:not(:last-child),dl.faq {
    border-bottom: 2px solid #0059aa;
}

dl.faq > dt {
    background-color: #fff;
    padding-left: 75px;
}

dl.faq > dt:before {
    top: 8px;
    font-size: 3.0rem;
    color: #0059aa;
}

dl.faq > dt .arrow:before {
    color: #b8b8b8;
}

dl.faq > dd {
    background-color: #fff;
    border-top: 1px dashed #94aad7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ギャラリーの画像拡大機能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.gallery-item [rel=lightbox] {
    border: 1px solid #bebebe;
    border-radius: 5px;
    overflow: hidden;
}

.gallery-item [rel=lightbox]:after {
    right: auto;
    left: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お客様の声　＞　TOP・アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_voice_list {
    margin: 0 -20px;
}

ul.cmn_voice_list li {
    width: calc(50% - 40px);
    margin: 0 20px;
    border: 1px solid #b9b9b9;
    padding: 35px;
    border-radius: 5px;
}

body[class*="archive"] ul.cmn_voice_list li {
    width: 100%;
}

body[class*="archive"] ul.cmn_voice_list li:not(:last-child) {
    margin-bottom: 20px;
}

.cmn_voice_list li .area_a {
    width: 225px;
}

.cmn_voice_list li .area_a p.img {
    padding-top: 66.6666%;
}

.cmn_voice_list li .area_b {
    width: calc(100% - 225px - 20px);
    margin-left: 20px;
}

/* アーカイブと詳細共通 */
.cmn_voice_list p.meta_wrap {
    margin-bottom: 10px;
}

.cmn_voice_list p.meta_wrap span {
    display: inline-block;
    padding: 0 20px;
    border-radius: 2em;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.cmn_voice_list p.meta_wrap .shisetsu {
    background-color: #0059aa;
}

.cmn_voice_list p.meta_wrap .method {
    background-color: #ffa500;
}

.cmn_voice_list p.meta_wrap span:not(:first-child) {
    margin-left: .5em;
}

/* ▲アーカイブと詳細共通ここまで */
.cmn_voice_list p.name {
    font-size: 1.6rem;
    font-weight: bold;
    color: #7d7d7d;
    margin-bottom: 10px;
}

.cmn_voice_list h3.ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お客様の声　＞　詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.single-voice #main_area > * > * > * > .editor_area {
    min-height: auto;
}

body.single-voice #main_area .article_title.plain_type h1 {
    margin-bottom: 40px;
}

body.single-voice .detail_area {
    margin-bottom: 40px;
}

body.single-voice .detail_area .area_a {
    width: 500px;
    margin-right: 50px;
}

body.single-voice .detail_area .area_b {
    width: calc(100% - 500px - 50px);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
今月のメニュー　＞　アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_menu_list {
    flex-direction: column;
}

ul.cmn_menu_list li {
    border: 1px solid #a7a7a7;
    padding: 40px 125px;
    text-align: center;
}

ul.cmn_menu_list li:not(:last-child) {
    margin-bottom: 20px;
}

ul.cmn_menu_list li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.cmn_menu_list li dl dt {
    width: 100%;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
}

ul.cmn_menu_list li dl dd a {
    display: block;
    background-color: #0059aa;
    color: #fff;
    font-weight: bold;
    padding: 16px 20px 16px 70px;
    min-width: 230px;
    border-radius: 6px;
    position: relative;
}

ul.cmn_menu_list li dl dd a:hover {
    text-decoration: none;
    opacity: .8;
}

ul.cmn_menu_list li dl dd a::before {
    content: "";
    width: 40px;
    height: 40px;
    background: no-repeat 50% 50%/20px #fff;
    position: absolute;
    left: 20px;
    top: calc(50% - 20px);
    border-radius: 50%;
}

ul.cmn_menu_list li dl dd.daily a::before {
    background-image: url(../images/daily_icon.svg);
}

ul.cmn_menu_list li dl dd.care a::before {
    background-image: url(../images/care_icon.svg);
}

ul.cmn_menu_list li dl dd.kids a::before {
    background-image: url(../images/kids_icon.svg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_post_list li {
    border-bottom: 1px solid #bfbfbf;
    align-items: center;
    padding: 24px 0 24px 20px;
    transition: .2s;
	/*2022-06-14修正ty*/
    flex-wrap: nowrap;
}

.cmn_post_list li:hover {
    background-color: #f5f8ff;
    opacity: 1;
}

.cmn_post_list li p.cat {
    /* width: 125px; */
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding-right: 25px;
}

.cmn_post_list li p.cat span {
    display: inline-block;
    text-align: center;
    background-color: #244dae;
    border-radius: 3px;
    /* min-width: 100px;
	/*2022-06-14修正ty*/
    padding: 0 0.5em;
    width: 125px;
}

.cmn_post_list li p.date {
    width: 110px;
    font-family: "TCM";
    font-size: 1.8rem;
    color: #454545;
}

.cmn_post_list li h3.ttl {
    width: calc(100% - 125px - 110px);
    padding-right: 50px;
    font-size: 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.cmn_post_list li h3.ttl a::after {
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -.48em;
    line-height: 1;
    right: 15px;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サービス一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul[class*="cmn_service_list"] {
    justify-content: space-between;
    margin-bottom: -55px;
}

ul[class*="cmn_service_list"] li {
    /* width: 520px; */
    width: 48%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 55px;
}

body.page-index ul[class*="cmn_service_list"] li {
    margin: 0 0 55px;
}

ul[class*="cmn_service_list"] li .area_a {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    padding: 45px 270px 60px 20px;
    background: no-repeat 100% 100%/280px auto;
    margin-bottom: 20px;
}

ul.cmn_service_list li.business .area_a {
    background-image: url(../images/bg_business.jpg);
}

ul.cmn_service_list li.care .area_a {
    background-image: url(../images/bg_care.jpg);
}

ul.cmn_service_list li.kindergarten .area_a {
    background-image: url(../images/bg_kindergarten.jpg);
}

ul.cmn_service_list li.special .area_a {
    background-image: url(../images/bg_special.jpg);
}

ul[class*="cmn_service_list"] li .area_a p.icon {
    margin-bottom: 15px;
}

ul[class*="cmn_service_list"] li .area_a h4.ttl .ja {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
}

[class*="cmn_service_list"] li .area_a h4.ttl .en {
    font-size: 1.3rem;
    color: #0059aa;
    font-family: "TCM";
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ul.cmn_service_list2 */
ul.cmn_service_list2 li {
    /*width: 580px;*/
    width: 48%;
}

ul.cmn_service_list2 li .area_a {
    padding: 90px 165px;
    background: no-repeat 50% /cover;
    position: relative;
}

ul.cmn_service_list2 li.pack .area_a {
    background-image: url(../images/bg_pack.jpg);
}

ul.cmn_service_list2 li.kyushoku .area_a {
    background-image: url(../images/bg_kyushoku.jpg);
}

ul.cmn_service_list2 li.gumma .area_a {
    background-image: url(../images/Gumma.jpg);
}

ul.cmn_service_list2 li.myragym .area_a {
    background-image: url(../images/MyraGym.jpg);
}
ul.cmn_service_list2 li.gumma .area_a h4.ttl .ja {
	font-size: 20px;
}
ul.cmn_service_list2 li.myragym .area_a h4.ttl .ja {
	font-size: 20px;
}
ul.cmn_service_list2 li.fitness .area_a {
    background-image: url("../images/fitness.jpg");
}
ul.cmn_service_list2 p.txt.fitness_txt{
	 font-size: 20px;
}

ul.cmn_service_list2 li .area_a p.icon {
    position: absolute;
    left: 25px;
    top: 25px;
}

ul.cmn_service_list2 li .area_a .inner {
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    padding: 30px 10px;
}

ul.cmn_service_list2 li .area_a h4.ttl .ja {
    font-size: 2.4rem;
    margin-bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ送り(一覧／詳細共通部分)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body[class*="page-service"] .paging_common {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　ヘッダー画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo .img_wrap {
    height: 350px;
}

.page_promo .inner {
    background-color:rgba(255,255,255,.9);
    display: table;
    margin:0 auto;
    border-radius: 8px;
    min-width: 385px;
    padding: 45px 20px;
}

.page_promo .sub_ttl{
    color:#0059aa;
}

.page_promo .ttl {
    font-size: 2.8rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サービスページ　＞　ヘッダー画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.page-index)[class*="page-service"] .page_promo .img_wrap {
    height: 540px;
    max-height: none;
    z-index: 0;
    background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ・サービスページ共通バナーセクション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.home #bnr_area.kugiri_m{
    padding-top: 0;
}

#bnr_area ul.items {
    justify-content: space-between;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    text-align: center;
    margin-bottom: 20px;
}

h2.cmn_ttl .en {
    font-size: 4.0rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
    color: #0059aa;
}

h2.cmn_ttl .ja {
    font-size: 1.5rem;
    font-weight: bold;
}

p.cmn_txt {
    text-align: center;
    margin-bottom: 45px;
}

a.cmn_tel::before {
    content: '\f095';
    font-size: 1em;
    line-height: 1;
    font-family: "icomoon";
    font-weight: normal;
    vertical-align: -3px;
    margin-right: 0.3em;
}

/* 対応エリア */
dl.area_box {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #0059aa;
    padding: 35px;
    align-items: center;
}

dl.area_box dt {
    padding: 0 40px;
    color: #0059aa;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

dl.area_box dd {
    flex: 1;
    padding: 0 55px;
}

dl.area_box dd h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

dl.area_box dd p.addr:not(:last-child) {
    margin-bottom: 1em;
}

/* 導入の流れ */
ol.flow_list {
    justify-content: space-between;
}

ol.flow_list li {
    width: 277px;
    position: relative;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    padding: 200px 20px 30px;
    background: no-repeat 50% 30px;
}

ol.flow_list li:nth-child(1) {
    background-image: url(../images/flow01.jpg);
}

ol.flow_list li:nth-child(2) {
    background-image: url(../images/flow02.jpg);
}

ol.flow_list li:nth-child(3) {
    background-image: url(../images/flow03.jpg);
}

ol.flow_list li:nth-child(4) {
    background-image: url(../images/flow04.jpg);
}

ol.flow_list li::before {
    content: counters(ol_cnt, "");
    font-family: "TCM";
    font-size: 3.2rem;
    background-color: #ffa800;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 25px;
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

ol.flow_list li:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 14px;
    border-color: transparent transparent transparent #0059aa;
    position: absolute;
    right: -24px;
    top: calc(50% - 7px);
}

ol.flow_list li h3.ttl {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame{
    background:none;
    position: relative;
}

#promo_frame .box_w {
    width: 790px;
    position: relative;
    margin:0 auto;
    color:#fff;
    text-align: center;
}

#promo_frame .box_w p.lead {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 10px;
    padding:0 140px;
    text-shadow: rgba(0,0,0,.3) 1px 0 10px;
}

#promo_frame .box_w p.lead strong {
    font-size: 3.0rem;
    background: linear-gradient(transparent 65%, #ffaa00 65%) no-repeat;
}

#promo_frame .box_w p.area {
    position: absolute;
    right: -45px;
    top: -140px;
}

#promo_frame .box_w h2.main_ttl {
    font-family: 'GenJyuuGothic-Bold';
    font-size: 5.4rem;
    margin-bottom: 15px;
    text-shadow: rgba(0,0,0,.3) 1px 0 10px;
}

#promo_frame .box_w > ul.items {
    width:575px;
    margin: 0 auto;
}

#promo_frame .box_w > ul.items li {
    flex-grow: 1;
    background-color: #0059aa;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 20px;
}

#promo_frame .box_w > ul.items li:not(:first-child) {
    margin-left: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ動画
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame .video_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

#promo_frame .video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area .f_wrap{
	justify-content: center;
	align-content: center;
	padding: 20px 0;
}

.tweet_area .f_wrap > * {
    padding: 0 10px;
    align-self: center;
}

.tweet_area .icon {
    font-family: "TCM";
    font-size: 2.2rem;
    width: 80px;
    text-align: left;
    color: #faab00;
}

.tweet_area ul.items {
    width: auto;
    max-width: calc(100% - 200px);
}

.tweet_area .date {
    font-family: "TCM";
    font-size: 1.8rem;
    color: #454545;
}

.tweet_area .more a:hover{
    text-decoration:none;
}

.tweet_area .more a::before {
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.5em;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　サービス案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service {
    background-color: #f0f4fc;
    position: relative;
    z-index: 0;
}

#home_service::before {
    content: "";
    width: 100%;
    height: 180px;
    background: url(../images/stripe.png) repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#home_service.kugiri_m {
    padding-top: 60px;
    padding-bottom: 80px;
}

#home_service .box_w {
    background-color: #fff;
    border-radius: 5px;
    padding: 50px 60px 65px;
    margin-bottom: 60px;
}

#home_service .box_w h3.ttl {
    font-size: 2.6rem;
    color: #0059aa;
    text-align: center;
    font-family: 'GenJyuuGothic-Bold';
    margin-bottom: 45px;
}

#home_service .box_w h3.ttl::before, #home_service .box_w h3.ttl::after {
    content: "";
    width: 94px;
    height: 8px;
    background: url(../images/h2_nami.png) repeat-x 0 0/contain;
    display: inline-block;
    vertical-align: 5px;
    margin: 0 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　才武給食のこだわり
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about::before {
    content: "";
    width: 100%;
    height: 20px;
    background: url(../images/nami.png) repeat-x 0 0;
    display: block;
    margin-top: -1px;
}

#home_about .kugiri_m {
    padding-top: 70px;
    padding-bottom: 0;
}

#home_about ol.items {
    justify-content: space-between;
}

#home_about ol.items li {
    border-radius: 10px;
    overflow: hidden;
}

#home_about ol.items li a {
    display: block;
    width: 277px;
    text-align: center;
    background: no-repeat 50% 50%/cover;
    padding: 35px 15px 50px;
    color: #fff;
    position: relative;
}

#home_about ol.items li:nth-child(1) a {
    background-image: url(../images/about01.jpg);
}

#home_about ol.items li:nth-child(2) a {
    background-image: url(../images/about02.jpg);
}

#home_about ol.items li:nth-child(3) a {
    background-image: url(../images/about03.jpg);
}

#home_about ol.items li:nth-child(4) a {
    background-image: url(../images/about04.jpg);
}

#home_about ol.items li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .2s;
}

#home_about ol.items li a:hover::before {
    opacity: 1;
}

#home_about ol.items li a > * {
    position: relative;
}

#home_about ol.items li a .point {
    display: table;
    margin: 0 auto 10px;
    background-color: #ffa800;
    font-family: "TCM";
    padding: 3px 30px;
    border-radius: 2em;
    line-height: 1.2;
}

#home_about ol.items li a .point::before {
    content: "POINT.";
}

#home_about ol.items li a .point::after {
    content: "0"counters(ol_cnt, "");
    font-size: 2.5rem;
    margin-left: 2px;
}

#home_about ol.items li a .ttl {
    font-family: 'GenJyuuGothic-Bold';
    font-size: 2.4rem;
}

#home_about .kugiri_m2 {
    padding-top: 160px;
    padding-bottom: 80px;
    background-color: #244dae;
    color: #fff;
    margin-top: -95px;
}

#home_about .inner {
    padding-left: 640px;
    position: relative;
}

#home_about .inner h3.main_lead {
    font-family: 'GenJyuuGothic-Bold';
    font-size: 3.0rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

#home_about .inner p.main_txt {
    line-height: 2.1;
    margin-bottom: 30px;
}

#home_about .inner p.yt {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　安心・安全
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_safety {
    background: no-repeat 50% 50%/cover;
}

#home_safety.kugiri_m {
    padding-top: 150px;
    padding-bottom: 70px;
}

#home_safety .area_a {
    width: 610px;
}

#home_safety h2.main_ttl {
    font-family: 'GenJyuuGothic-Bold';
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

#home_safety p.main_txt {
    line-height: 2.1;
    margin-bottom: 30px;
}

#home_safety .area_b {
    flex: 1;
    margin-right: -150px;
    padding: 175px 0 0 75px;
}

@media (max-width: 1530px) {
    #home_safety .area_b {
        margin-right: 0;
        padding: 170px 0 0 30px;
    }
}

#home_safety ul.items {
    justify-content: space-between;
}

#home_safety ul.items li {
    text-align: center;
    max-width: 317px;
    width: 49%;
}

#home_safety ul.items p.img {
    margin-bottom: 5px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}

#home_safety ul.items p.txt {
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　お客様の声
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_voice.kugiri_m {
    padding-top: 70px;
    padding-bottom: 70px;
}

#home_voice h2.cmn_ttl {
    margin-bottom: 40px;
}

#home_voice p.btn {
    margin-top: 35px;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_com {
    background: url(../images/map.png) no-repeat #f6f6f6;
    background-position: calc(50% + 600px) 30px;
}

#home_com.kugiri_m {
    padding-top: 90px;
    padding-bottom: 70px;
}

#home_com .inner {
    padding-left: 600px;
    position: relative;
    min-height: 351px;
    margin-bottom: 50px;
}

#home_com h2.cmn_ttl {
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 1;
}

#home_com h2.cmn_ttl .ja {
    margin-left: 2em;
}

#home_com p.img {
    position: absolute;
    left: 0;
    top: 0;
}

#home_com p.lead {
    font-family: 'GenJyuuGothic-Bold';
    font-size: 2.8rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

#home_com p.txt {
    margin-bottom: 35px;
}

#home_com .btn_wrap{
    justify-content: space-between;
}

#home_com p.btn:nth-child(2) a {
    background-color: #ffa800;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　お知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_news.kugiri_m {
    padding-top: 60px;
    padding-bottom: 70px;
}

#home_news .inner {
    justify-content: space-between;
}

#home_news .area_a {
    width: 730px;
    position: relative;
}

#home_news h2.cmn_ttl {
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 1;
    padding-right: 190px;
}

#home_news h2.cmn_ttl .ja {
    margin-left: 2em;
}

#home_news p.more {
    position: absolute;
    right: 0;
    top: -2px;
}

#home_news p.more a {
    font-size: 1.7rem;
    background-color: transparent;
    color: #244dae;
    border: 2px solid;
    padding: 10px 35px;
    min-width: 150px;
}

#home_news p.more a:after {
    margin-top: -0.45em;
    right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　CONTACT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area .kugiri_m1 {
    padding-bottom: 65px;
    background: no-repeat 50% 50%/cover;
}

#contact_area .lazyloaded {
    background-image: url(../images/contact_bg.jpg);
}

#contact_area h2.cmn_ttl .en {
    color: #fff;
}

#contact_area p.main_lead {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

#contact_area .btn_wrap {
    width: 760px;
    margin: 0 auto;
    justify-content: space-between;
}

#contact_area p.tel_wrap {
    color: #fff;
    border: 2px solid;
    border-radius: 5px;
    width: 375px;
    padding: 28px 10px;
}

#contact_area p.tel_wrap[class~="biggerlink"]:hover {
    opacity: 1;
}

#contact_area p.tel_wrap > * {
    display: block;
    text-align: center;
}

#contact_area p.tel_wrap .txt {
    font-size: 1.8rem;
    font-weight: bold;
}

#contact_area p.tel_wrap a.cmn_tel {
    font-size: 4.0rem;
    line-height: 1.4;
}

#contact_area p.tel_wrap a.cmn_tel::before {
    vertical-align: -6px;
}

#contact_area p.tel_wrap .open {
    font-size: 1.6rem;
}

#contact_area .area_b {
    flex-direction: column;
    justify-content: space-between;
}

#contact_area .area_b p a {
    display: block;
    width: 360px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 24px 60px 24px 80px;
    position: relative;
}

#contact_area .area_b p.contact a {
    background-color: #fff;
    color: #244dae;
}

#contact_area .area_b p.line a {
    background-color: #31b431;
    color: #fff;
}

#contact_area .area_b p a::before {
    font-family: "icomoon";
    line-height: 1;
    font-weight: normal;
    position: absolute;
    left: 45px;
    top: calc(50% - .5em);
}

#contact_area .area_b p.contact a::before {
    content: '\f003';
    font-size: 1.7em;
}

#contact_area .area_b p.line a::before {
    content: '\e902';
    font-size: 2em;
}

#contact_area .kugiri_m2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

#contact_area ul.items {
    width: 845px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

#contact_area ul.items li a:hover {
    text-decoration: none;
    opacity: .8;
}

#contact_area ul.items li.logo a {
    font-size: 1.8rem;
    font-weight: bold;
    align-items: center;
}

#contact_area ul.items li.logo a img {
    margin-right: 15px;
}

#contact_area ul.items li.logo a img:hover {
    opacity: 1;
}

#contact_area ul.items li.addr {
    font-size: 1.4rem;
}

#contact_area ul.items li.route a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #9d9d9d;
    border-radius: 2em;
    padding: 13px 30px 13px 50px;
    min-width: 254px;
    text-align: center;
    position: relative;
}

#contact_area ul.items li.route a::before {
    font-family: "icomoon";
    content: '\f041';
    font-weight: normal;
    font-size: 1.7em;
    line-height: 1;
    color: #e60012;
    position: absolute;
    left: 25px;
    top: calc(50% - .5em);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
    background-color: #f2f2f2;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　コピーライトのエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#copy_frame {
    background-color: transparent;
}

div#copy_area, div#copy_area a {
    color: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼▼▼サービスページ▼▼▼
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンテンツエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.page-index)[class*="page-service"] #contents_area {
    padding-top: 0;
    margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタ－エリア内の画像に下余白をナシにする
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body[class*="page-service"] .editor_area img {
    margin-bottom: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　リスト系
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.page-index)[class*="page-service"] .editor_area li {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Post Snippets用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*全幅要素*/
.my_wide.blue1 {
    background-color: #0059aa;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    max-height: none;
}

.my_wide.blue2 {
    background-color: #f0f4fc;
    padding-top: 70px;
    padding-bottom: 70px;
    max-height: none;
}

/*汎用ボックス*/
.basic_box03 {
    background-color: #f9f7f1;
    padding: 30px;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
}

.basic_box03::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 55px 0 55px;
    border-color: #f9f7f1 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    right: calc(50% - 55px);
}

.basic_box03.container00.col_82 > div:first-of-type {
    width: auto;
    max-width: calc(80% - 15px);
}

.basic_box03.container00.col_82 > div:last-of-type {
    margin-left: 15px;
}

/* UL */
ul.basic_list03 > li {
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 45px
}

ul.basic_list03 > li:before {
    content: "";
    width: 29px;
    height: 32px;
    background: url(../images/check.svg) no-repeat 50% 50%/contain;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 15px;
    margin: 0 15px 0 -45px
}

ul.basic_list03 > li strong {
    font-size: 3.0rem;
    background: linear-gradient(transparent 65%, #ffee00 65%) no-repeat;
}

/* POINT */
p.cmn_point {
    display: table;
    background-color: #0059aa;
    color: #fff;
    font-family: "TCM";
    text-transform: uppercase;
    padding: 8px 10px;
    min-width: 135px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.1;
    letter-spacing: .05em;
}

p.cmn_point strong {
    font-size: 2.5rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▼▼▼アニメーション▼▼▼
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fadeInUpTrigger, fadeInTrigger {
    opacity: 0;
}

body.editor_only .fadeInUpTrigger, fadeInTrigger {
    opacity: 1;
}

.delay-time {
    animation-delay: 0.2s;
}

.delay-time2 {
    animation-delay: 0.4s;
}

.delay-time3 {
    animation-delay: 0.6s;
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2!important;
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,80px,0);
        transform: translate3d(0,80px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,80px,0);
        transform: translate3d(0,80px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
LP仕様(2021-09-20)mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lp div#header_fixed_zone,
.lp .page_promo_wrap,
.lp .cmn_hamburger2,
.lp.sp #pickup_navi,
.lp #side_fixed_zone,
.lp #footer_fixed_zone,
.lp #footer,
.lp .new_header_area{
    /* border: 10px solid red;*/
    display: none;
}
