/*
Theme Name:  Child
Template: massive_tcd084
Description: 子テーマ
Author: MASSIVE
Version: 1.0
*/

/* 親テーマのCSSを読み込む（後述の functions.php でも行う） */

/* 
#header_slider_catch {
    background: url(../massive_tcd084_child/img/fv_bg.png) no-repeat center center !important;
    background-size: cover;
} */

/* .interview_list .item a {
    position: relative;
}
.interview_list .item a::before {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(0deg, #ffffff, transparent);
    opacity: 1;
}
.interview_list .item .image {
    position: relative;
    z-index: 1;
} */


.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
@media screen and (max-width: 950px) {
.br-pc {
    display: none;
}
.br-sp {
    display: block;
}
}

.post_content p {
    line-height: 1.7 !important;
}


.inner {
    padding-inline: 20px;
}

.container {
    max-width: calc(1040px + 20px * 2);
    margin-left: auto;
    margin-right: auto;
}

.rich_font_1 {
    font-family: "M PLUS 2", sans-serif !important;
}

/* ====================================
header
==================================== */
#header_logo {
    width: 140px;
}
#header_logo img {
    width: 80% !important;
    height: auto !important;
}
@media screen and (max-width: 950px) {
#header_logo img {
    width: 80% !important;
    max-width: 100px;
}
}


#header #site_description {
    display: none;
}

#header_button .num1 {
    font-weight: bold !important;
}

#drawer_menu,
#drawer_menu .simplebar-wrapper {
    height: 100vh !important;
}

#drawer_menu_inner {
    max-width: 100% !important;
}


.cb_free_space {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 950px) {
.cb_free_space {
    margin-bottom: 50px !important;
}
}


.cb_header .headline,
.cb_free_space .cb_header .headline,
.cb_free_space .cb_content .num4 .type3 {
    /* font-size: 48px; */
    font-weight: 800 !important;
}

.cb_free_space.type2 .cb_contents_inner {
    width: 100%;
    margin: unset;
    position: unset;
}

.cb_link_button a {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 999px;
    color: #000 !important;
}

#drawer_menu_footer {
    display: none;
}
@media screen and (max-width: 950px) {
    #drawer_menu_footer {
        display: none !important;
    }
}

#header_slider_wrap .caption {
    text-align: left !important;
}
#header_slider_wrap .caption h3 {
    font-family: "M PLUS 2", sans-serif !important;
    font-weight: 800 !important;
    color: #333 !important;

	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
	padding: 15px 30px;
	line-height: 2.5;
	background-color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 950px) {
#header_slider .caption {
    padding: 0 min(calc(50 / 375 * 100vw), 50px) !important;
    top: unset !important;
    transform: unset !important;
    bottom: 12% !important;
}
#header_slider_wrap .caption h3 {
	padding: 10px 20px;
	line-height: 2.7;
    font-size: min(calc(24 / 375 * 100vw), 24px) !important;
}

}



/* キャプション内のアニメーション設定 */
/* caption の開始を即時化（delay 0s） */
#header_slider .catch.animate,
#header_slider .desc.animate,
#header_slider .button.animate {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s !important;
}












/* 初期化前の一瞬で横にはみ出さないように */
#header_slider_wrap,
#header_slider { overflow: hidden; }

/* 初期化完了まで表示を隠す（チラつき防止） */
#header_slider { visibility: hidden; }
#header_slider.slick-initialized { visibility: visible; }

/* スライド内のメディアがはみ出さないように */
#header_slider .slide-media,
#header_slider .slide-video,
#header_slider iframe { 
  display: block;
  width: 100%;
  height: 100%;
}

/* 背景でなく video 要素を使うスライドを全面フィットさせる */
#header_slider .item.video { position: relative; }
#header_slider .item.video .slide-video {
  position: absolute; inset: 0;
  object-fit: cover;   /* レター・ピラー回避 */
}

/* 念のため YouTube ラッパも横スクロールさせない */
#header_slider .youtube_wrap,
#header_slider .youtube_inner { overflow: hidden; }




/* ====================================
Trouble (こんなお悩み…)
==================================== */

/* リスト */
.post_content .trouble_list{
    width: fit-content;
    margin-left: auto ;
    margin-right: auto ;
    list-style: disc;
    /* list-style: none; */
    /* font-size: 30px; */
}


/* CTAブロック */
.post_content .trouble_cta{
    margin-top: 100px;
    text-align: center;
}
@media screen and (max-width: 950px) {
.post_content .trouble_cta{
    margin-top: 50px;
}
}

.post_content .trouble_cta .cb_header {
    margin-bottom: 0;
}
.trouble_cta-title {
    font-size: 30px;
    font-size: clamp(16px, 2.78vw, 30px);
    font-weight: bold;
    margin-bottom: 0 !important;
}

.post_content .trouble_cta__lead{
    margin-bottom: 0;
}


/* LINEボタン */
.post_content .btn.btn--line{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;

    font-size: 30px;
    font-weight: bold;
    padding: 15px 40px;
    color:#fff;

    position: relative;
    top: 0;
    display: block;
    background-color: #00C300;
    box-shadow: 0 6px 0 #0da400, 0 12px 24px rgba(0,0,0,.08);
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out;
}
@media screen and (max-width: 950px) {
    .post_content .btn.btn--line {
        width: fit-content !important;
        font-size: clamp(16px, 5.13vw, 20px);
    }
}

.post_content .btn.btn--line:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #0da400; /* 影を0pxにする */
}


.post_content .trouble_cta__note{
  margin: 14px 0 0 !important;
  /* font-size: 30px; */
  line-height: 1.7;
  color:#6b6f75;
}

/* --- Responsive tweaks --- */
/* @media (max-width: 768px){
  .post_content .trouble_cta__lead::before,
  .post_content .trouble_cta__lead::after{
    width: 64px;
    border-top-width: 2px;
  }
  .post_content .btn.btn--line{
    min-width: 260px;
    padding: 14px 22px;
  }
} */


/* ====================================
yourPartner
==================================== */
.yourPartner {
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f0f0f0;
}
@media screen and (max-width: 950px) {
.yourPartner {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}
}
.yourPartner__contents {
    max-width: 900px;
    margin-inline: auto;
}
.yourPartner__text {
    line-height: 1.7 !important;
    /* wbr */
    /* word-break: keep-all;
    overflow-wrap: break-word; */
}


/* ====================================
flow
==================================== */
.flow {
    margin-top: 150px;
}
@media screen and (max-width: 950px) {
.flow {
    margin-top: 68px;
}
}
.flow__contents {
    max-width: 900px;
    margin-inline: auto;

    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
@media screen and (max-width: 950px) {
.flow__contents {
    margin-top: 50px;
    gap: 30px;
}
}

.flow__item {
    background: rgba(163, 184, 176, .1);
    /* padding: 20px; */
    margin-top: 24px;
    display: grid;
    /* grid-template-columns: 300px auto; */
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 0;
    /* border-radius: 10px; */
    position: relative;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}
@media screen and (max-width: 950px) {
.flow__item {
    display: flex;
    flex-direction: column;
    max-width: 390px;
    margin-inline: auto;
}
}
.flow__item-step {
    position: absolute;
    top: -24px;
    left: 20px;


    background: #A3B8B0;
    /* padding: 10px 20px 10px 30px; */
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0 !important;
    line-height: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
}
@media screen and (max-width: 950px) {
.flow__item-step {
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}
}
/* 右側に三角を付ける（clip-pathで作成） */
.flow__item-step::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 16px;
    height: 100%;
    background: #A3B8B0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/* 左側に三角を付ける（clip-pathで作成） */
/* .flow__item-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
} */
.flow__item-image {
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    /* margin-right: 30px; */
}
@media screen and (max-width: 950px) {
.flow__item-image {
    margin-right: 0;
}
}
.flow__item-right {
    /* padding-left: 30px; */
    /* border-left: 1px solid #A3B8B0; */
    padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 950px) {
.flow__item-right {
    padding: 20px;
    /* border-left: none; */
}
}
.flow__item-title {
    margin-bottom: 0 !important;
    font-size: 25px !important;
    font-weight: bold !important;
}
@media screen and (max-width: 950px) {
.flow__item-title {
    font-size: 18px !important;
}
}
.flow__item-description {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
}
@media screen and (max-width: 950px) {
.flow__item-description {
    margin-top: 10px !important;
}
}

/* ====================================
promise
==================================== */
.promise {
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #a3b8b0;
}
@media screen and (max-width: 950px) {
.promise {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
}

.promise h2 {
    color: #fff;
}
.promise__contents {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.post_content .promise__contents p {
    color: #fff;
    line-height: 1.7 !important;
    margin-bottom: 0;
    font-weight: bold;
}
.promise__button {
    margin-top: 60px;
}
@media screen and (max-width: 950px) {
.promise__button {
    margin-top: 20px;
}
}


/* ====================================
スタッフ紹介
==================================== */
.cb_interview_list .sub_title {
    margin-top: 50px;
    font-size: 25px !important;
    font-weight: bold !important;
    padding-inline: 20px !important;
    line-height: 1.7 !important;
}
@media screen and (max-width: 950px) {
.cb_interview_list {
    margin-top: 50px;
    padding-bottom: 60px !important;
}
.cb_interview_list .sub_title {
    margin-top: 50px !important;
    font-size: 18px !important;
}
}

.cb_interview_list .header_desc {
    text-align: center !important;
}
@media screen and (max-width: 950px) {
.cb_interview_list .header_desc {
    text-align: left !important;
}
.cb_interview_list .cb_link_button {
    margin-top: 30px !important;
}
}

/* ====================================
voice
==================================== */
/* 子孫に .voice がある場合の .cb_free_space にだけ適用 */
.cb_free_space:has(.voice) {
    background: #f0f0f0;
    margin-top: 0 !important;
    padding-top: 100px !important;
}
@media screen and (max-width: 950px) {
.cb_free_space:has(.voice) {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}
}
.voice {
    /* swiper用にhidden */
    overflow: hidden;
}
.voice__sub-message {
    margin-top: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    /* wbr */
    word-break: keep-all;
    overflow-wrap: break-word;
}
@media screen and (max-width: 950px) {
.voice__sub-message {
    font-size: 18px;
}
}

.voice__description {
    text-align: center;
    line-height: 1.7 !important;
}
.voice__contents {
    margin-top: 50px;

    display: flex;
    flex-direction: column;
    gap: 60px;
}
.voice__block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.voice__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.voice__image {
    /* width: 100vw;
    margin-inline: calc( 50% - 50vw ); */
}
.voice__image img {
    width: 100%;
    /* height: auto;
    aspect-ratio: 1031/297;
    object-fit: cover; */
}
.voice__item {
    /* width: 100%; */
    /* padding-inline-start: 20px; */
    max-width: 900px;
    margin-inline: auto;
}
.voice__name {
    /* text-align: center; */
}
.voice__description {
    margin-bottom: 0 !important;
    text-align: left;
}


.voice__swiper-container,
.voice__swiper,
.voice__swiper-wrapper,
.voice__swiper-slide {
    position: relative;
}
.voice__swiper {
    overflow: visible !important;
}

.voice02 .voice__swiper {
    width: 100vw;
    margin-inline: calc(50% - 50VW);
    margin-bottom: 60px;
}
.voice__swiper-slide {
    height: 100%;
    margin-bottom: 5px;
    height: auto;
}
.voice02 .voice__item {
    border: 1px solid #333;
    padding: 30px;
}
.voice02 .voice__slide-box {
    border-radius: 22px;
    border: solid 2px #333;
    overflow: hidden !important;
    background: #f7f7f7;
    height: 100%;
    display: flex;
    flex-direction: column;

    /* padding: 15px;
    position: relative; */
}
.voice02 .voice__image {
    /* position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%); */
}
.voice02 .voice__image img {
    /* aspect-ratio: 4/3; */
    aspect-ratio: 16/9;

    /* display: block;
    width: 150px;
    margin-inline: auto;
    border-radius: 999px; */

    /* aspect-ratio: 1; */
    object-fit: cover;
}
.voice02 .voice__slide-box-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}




/* =============================
   ナビゲーションボタン
============================= */
/* 位置のreset */
.voice02 .swiper-button-prev,
.voice02 .swiper-button-next,
.voice02 .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* デフォルトのボタンを初期化 */
.voice02 .swiper-button-prev::after,
.voice02 .swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.voice02 .swiper-button-prev,
.voice02 .swiper-button-next {
  /* bottom: calc(100% + 20px); */
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.voice02 .swiper-button-prev {
  left: 20px;
}
.voice02 .swiper-button-next {
  right: 20px;
}

.voice02 .swiper-button-prev svg,
.voice02 .swiper-button-next svg {
    width: 100%;
    height: 100%;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.voice02 .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 30px);
    left: 0;
    text-align: center;
}

/* それぞれのページネーション */
.voice02 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    opacity: 1;
    width: 40px;
    height: 5px;
    border-radius: 0;
    background: #d9d9d9;
    margin-inline: calc(11px / 2);
}
.voice02 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
}

/* activeな部分 */
.voice02 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: #000;
}


/* ====================================
ブログ
==================================== */
.cb_blog_list .header_desc {
    width: 90% !important;
    text-align: center;
    padding-inline: 20px !important;
    margin-inline: 0 !important;
}
.cb_blog_list.cb_content {
    padding: 100px 0 100px !important;
}
@media screen and (max-width: 750px) {
.cb_blog_list.cb_content {
    padding: 60px 0 60px !important;
}
}

.cb_blog_list.no_desc_image .blog_list {
    margin-top: 60px !important;
}

/* ====================================
cta
==================================== */

/* 子孫に .cta がある場合の .cb_free_space にだけ適用 */
.cb_free_space:has(.cta) {
  padding-bottom: 0;
}
.cta {
    /* margin-top: 150px; */
    padding-top: 100px;
    padding-bottom: 100px;
    background: #a3b8b0;
}
@media screen and (max-width: 950px) {
.cta {
    padding-top: 60px;
    padding-bottom: 60px;
}
}

.post_content .cta .cb_header {
    margin-bottom: 0;
}
.cta h2 {
    color: #fff;
}
.cta__contents {
    margin-top: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.post_content .cta__contents p {
    color: #fff;
    line-height: 1.7 !important;
    margin-bottom: 0;
    text-align: center;
}
.cta__contents .btn--line {
    margin-top: 30px;
}


/* ====================================
フッター周り
==================================== */
.footer_menu {
    display: none;
}
#footer_bottom {
    display: none;
}
#return_top_pc {
    display: none !important;
}

.footer-before-widget .textwidget.custom-html-widget.post_content {
    padding: 0;
}
.footer-before-title {
    display: none;
}
.footer-before-widget .btn.btn--line:hover {
  color: #fff !important;
}

#footer_menu_bottom {
    height: auto !important;
    background: #333 !important;
}
@media screen and (max-width: 950px) {
#footer_menu_bottom .menu {
    padding-block: 30px;
    display: flex;
    flex-direction: column;
}
}
#footer_menu_bottom .menu-item a {
    color: #fff !important;
}

/* footerInfo */
.footerInfo {
    background: #333;
    color: #fff;
    padding-block: 40px 20px;
}
.footerInfo__inner {
    padding-inline: 20px;
    text-align: center;
}
@media screen and (max-width: 700px) {
.footerInfo__inner {
    max-width: 390px;
    margin-inline: auto;
    /* text-align: left; */
}
}
.footerInfo__company {
    font-weight: bold;
}
.footerInfo__address {
    font-size: 14px;
}
.footerInfo__sns img {
    width: 30px;
    margin-inline: auto;
}


/* ====================================
会社情報ページ__メッセージ コンテンツ
==================================== */
.lp_page {
    width: calc(1040px + 20px * 2);
}

.p-companyMessage__head {

}
.p-companyMessage__head .title {
    font-size: 30px;
    font-weight: 800 !important;
    text-align: center;
}
@media screen and (max-width: 950px) {
.p-companyMessage__head .title {
    font-size: 18px !important;
    /* wbr */
    word-break: keep-all;
    /* word-break: auto-phrase; */
    overflow-wrap: break-word;
}
}

.p-companyMessage__head .description {
    margin-top: 40px !important;
    text-align: center;
}
@media screen and (max-width: 950px) {
.p-companyMessage__head .description {
    text-align: left;
    /* wbr */
    /* word-break: keep-all;
    word-break: auto-phrase; */
    /* overflow-wrap: break-word; */
}
}

.p-companyMessage__contents {
    margin-top: 60px;
}
@media screen and (max-width: 950px) {
.p-companyMessage__contents {
    margin-top: 30px;
}
}

/* ====================================
会社情報ページ__会社概要
==================================== */
.page-company .s_table {
    white-space: unset !important;
    height: auto !important;
}
.p-company__table {
    width: 100% !important;
    height: auto;
}
.p-company__table tbody {
width: 100% !important;
}
.p-company__table tbody tr {
    width: 100%;
    height: auto !important;
}
.p-company__table tbody tr td {
    width: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
}
.p-company__table tbody tr td:first-of-type {
    background: #f7f7f7;
}
@media screen and (max-width: 950px) {
.p-company__table tbody tr {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}
.p-company__table tbody tr td {
    width: 100% !important;
}
}
@media (max-width: 767px) {
.post_content .s_table{overflow: unset!important;white-space: normal!important;}
}


/* ====================================
会社情報ページ__概要 コンテンツ
==================================== */
.p-companydetail__googleMap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.p-companydetail__address {
    margin-top: 30px !important;
    /* background: #f0f0f0;
    padding: 20px; */
}



/* ====================================
流れページ
==================================== */
body.page-flow {
    background: #F6F4ED;
}
body.page-flow header {
    background: #fff;
}

.p-flowItem {

}
.p-flowItem:nth-of-type(n+2) {
    margin-top: 100px;
}

.p-flowItem__title {
    font-size: 30px !important;
    font-weight: 800 !important;
    padding: 15px !important;
    background: #fff;
    font-family: "M PLUS 2", sans-serif !important;
}
@media (max-width: 950px) {
.p-flowItem__title {
    font-size: 18px !important;
    /* wbr */
    word-break: keep-all;
    /* word-break: auto-phrase; */
    overflow-wrap: break-word;
}
}
.p-flowItem__sub-title {
    margin-top: 40px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    /* font-family: "M PLUS 2", sans-serif !important; */
    margin-bottom: 0 !important;
}
@media (max-width: 950px) {
.p-flowItem__sub-title {
    text-align: left !important;
    font-size: 16px !important;
}
}

.p-flowItem__lead {
    font-size: 20px !important;
    font-weight: 800 !important;
    font-family: "M PLUS 2", sans-serif !important;
    margin-bottom: 0 !important;
}
.p-flowItem__contents {
    margin-top: 30px;
}
.p-flowItem__contents ul {
    list-style: disc !important;
}
.p-flowItem__image {
    margin-top: 30px;
}
.p-flowItem__image img {
    /* width: 100%;
    height: auto !important;
    aspect-ratio: 1440 / 553 !important;
    object-fit: cover !important; */
}





/* ====================================
お問い合わせページ
==================================== */
.page-contact .cta {
    display: none;
}
.page-contact p {
    /* wbr */
    word-break: keep-all;
    word-break: auto-phrase;
    overflow-wrap: break-word;
}










.interview_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.interview_list .item {
    width: calc(50% - 15px) !important;
    margin: 0 !important;
    height: auto;
    aspect-ratio: 4/3;
}
.interview_list .item a {
    height: 100% !important;
}
/* @media screen and (max-width: 1200px) {
.pc .interview_list .item {
    width: calc(50% - 30px);
}
} */

#interview_header_inner .catch .parent {
    display: none;
}


/* 画像付きのヘッダー */
#page_header {
    height: 400px;
}
/* 画像なしのヘッダー */
#page_header_type2 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-interview #page_header {
    height: 700px;
}
@media screen and (max-width: 750px) {
/* 画像付きのヘッダー */
#page_header {
    height: 200px;
}
/* 画像なしのヘッダー */
#page_header_type2 {
    height: 200px !important;
}
}
#page_header .bg_image {
    background-position: center center !important;
    background-size: cover !important;
}




/* ====================================
インタビュー一覧
==================================== */
.interview_archive__box {
    line-height: 1.7;
    padding-bottom: 50px;
}
@media (max-width: 950px) {
.interview_archive__box {
    padding-bottom: 30px;
}
}
.interview_archive__box .title {
    text-align: center;
    font-size: 30px !important;
    font-weight: 800 !important;
    padding: 15px !important;
    background: #fff;
    font-family: "M PLUS 2", sans-serif !important;
}
@media (max-width: 950px) {
.interview_archive__box .title {
    font-size: 18px !important;
    /* wbr */
    word-break: keep-all;
    /* word-break: auto-phrase; */
    overflow-wrap: break-word;
}
}
.interview_archive__contents {
    margin-top: 30px;
    /* max-width: 900px;
    margin-inline: auto; */

}
@media (max-width: 950px) {
.interview_archive__contents {

}
}
.interview_archive__contents p {
    line-height: 2;
    font-size: 18px;
}
@media (max-width: 950px) {
.interview_archive__contents p {
    line-height: 1.7;
    font-size: 14px;
}
}

/* .staff__shingle__mov {
    width: 100%;
    max-width: 100%;
}
.staff__shingle__mov video {
    width: 100%;
    max-width: 100%;
} */


/* ====================================
スタッフ詳細
==================================== */

.interview_design_content .desc {
    line-height: 1.7 !important;
}


/* ====================================
固定ページのブロックエディター作成
==================================== */

.page-flow .post_content p {
    margin: 0 0 0.5em 0 !important;
}