@charset "utf-8";
/* *************************************
// スタイル
************************************* */


:root {
    --main-color: #dd0036;
    --red-color1: #bb0202;
    --milky-color: #f5e2c2;
    --gray-color: #dbdbdb;

    --filter-main-color: invert(23%) sepia(44%) saturate(5255%) hue-rotate(341deg) brightness(88%) contrast(96%);  
    --filter-white: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(105%) contrast(103%);

    --stripe_red-bg: #C31B1E;
    --stripe_red-line: repeating-linear-gradient(135deg, transparent, transparent 3px, #BD0012 3px, #BD0012 6px );

    --stripe_milky-bg: #fff;
    --stripe_milky-line: repeating-linear-gradient(135deg, transparent, transparent 2px, #fff4df 2px, #fff4df 4px );

    --stripe_pink-bg: #fff;
    --stripe_pink-line: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255,17,28, 0.1) 2px, rgba(255,17,28, 0.1) 4px );

    --grid-bg: linear-gradient(transparent 95%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .02)), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .02));

    --font-en: "Tw Cen MT Condensed", "Roboto", sans-serif;
    --font-en-weight: 800;

    --font-en: "Roboto", sans-serif;
    --font-en-weight: 900;
}

body {
    font-family: "Zen Maru Gothic", serif;
}

body.open {
    height: 100%;
    overflow: hidden;
}


#container {
    padding: 0;
}

#content {
    overflow: hidden;
}

article.no_topspace {
    padding-top: 0;
}

a {
    color: var(--main-color);
}


/* ロゴ */
.logo_wrap a {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1em;
    gap: 0 10px;
    color: #000;
    text-decoration: none;
    height: 50px;
}
.logo_wrap a img.logo_icon {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    height: 50px;
    width: auto;
    min-width: 24px;
}
.logo_wrap a img.logo_text {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    height: 22px;
    width: auto;
}
.logo_wrap a .company_name {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-weight: bold;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}


/* ボタン */
.btn001 input[type="submit"],
.btn001 a {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    font-weight: bold;
    position: relative;
}
.btn001 a:before {
    width: 0.7em;
    height: 0.7em;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}
.btn001 a:after {
    width: 0.4em;
    height: 0.4em;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0.6em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(20% 0, 20% 100%, 80% 50%);
}

.btn002 a {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 32px 10px 16px;
    margin: 0 auto;
    text-align: center;
    border-radius: 2em;
    white-space: nowrap;
    transition: all 0.5s;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.btn002 a:before {
    width: 0.7em;
    height: 0.7em;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}
.btn002 a:after {
    width: 0.4em;
    height: 0.4em;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0.6em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(20% 0, 20% 100%, 80% 50%);
}

.btn003 > a,
.btn003 > div {
    background: #fff;
    border-radius: 100px;
    padding: 10px 40px 10px 30px;
    color:var(--main-color);
    border: 1px solid var(--main-color);
    display: inline-block;
    position: relative;
}
.btn003 > a:before,
.btn003 > div:before {
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
}

.btn003 > a:after,
.btn003 > div:after {
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 50%;
    right: 0.6em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(20% 0, 20% 100%, 80% 50%);
    background: #fff;
}



/* 赤ストライプ背景 */
.bg_stripe_red {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
}

/* ベージュストライプ背景 */
.bg_stripe_milky {
    background-color: var(--stripe_milky-bg);
    background-image: var(--stripe_milky-line);
}

/* ピンクストライプ背景 */
.bg_stripe_pink {
    background-color: var(--stripe_pink-bg);
    background-image: var(--stripe_pink-line);
}

/* グリッド背景 */
.bg_grid {
    background-color: #FFF;
    background-image: var(--grid-bg);
    background-size: 15px 15px;
    background-repeat: repeat;
}




/* 見出し(英語と日本語の組み合わせ) */
.h_title001 {
    text-align: center;
}
.h_title001 .subtitle {
    font-size: 40px;
    font-family: var(--font-en);
    font-weight: var(--font-en-weight);
    letter-spacing: 3px;
    line-height: 1;
    color: var(--main-color);
}
.h_title001 .maintitle {
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 768px) {

    .h_title001 .subtitle {
        font-size: 55px;
    }

    .h_title001 .maintitle {
        font-size: 25px;
    }
}


/* 見出し(ページトップ) */
.hl001 {
    padding-top: 100px;
}

.hl001:before {
    background-image: none;
}
.hl001 .h_title001 .subtitle {
    color: var(--main-color);
}
.hl001 .h_title001 .maintitle {
    color: var(--text-color);
}

@media (min-width: 768px) {

    .hl001 {
        padding-top: 140px;
    }
    
}


/* slider設定 */
.slick-slider .slick-track {
    display: flex;
    align-items: stretch;
}
.slick-slider .slick-track > div {
    height: auto;
}


/* 一覧のBOX */
.imgbox001 {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	display: block;
	color: var(--text-color);
	box-shadow: 0px 0px 5px rgb(0 0 0 / 0.3);
    height: 100%;
}

.imgbox001 > .image {
	overflow: hidden;
}
.imgbox001 .image > img {
	width: 100%;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: all 0.3s;
}

.imgbox001 > .text {
	padding: 30px 15px;
}
.imgbox001 > .text .date {
	font-size: 14px;
	color: var(--main-color);
    display: inline-block;
    margin-right: 1em;
}
.imgbox001 > .text .category {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	min-width: 40%;
	text-align: center;
    border-radius: 100px;
}
.imgbox001 > .text .title {
	margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
}

.imgbox001 > .text .catch {
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.imgbox001 > .text .catch > span {
    display: block;
}

.imgbox001 > .text .history {
    border: 1px solid #000;
    display: table;
    margin: 0 auto 5px;
    font-size: 13px;
    border-radius: 5px;
    color: #000;
    padding: 0 5px;
}

.imgbox001 > .text .name {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.imgbox001 .btn002 {
    margin-top: 15px;
}
.imgbox001 .btn002 > a {
    width: 80%;
    max-width: 300px;
}

/* お知らせ固有 */
.imgbox001.topics > .text {
	padding: 15px 30px 15px 15px;
	position: relative;
}

.imgbox001.topics > .text:before {
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
}

.imgbox001.topics > .text:after {
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 50%;
    right: 0.6em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(20% 0, 20% 100%, 80% 50%);
    background: #fff;
}

.imgbox001.topics:hover .image > img {
	transform: scale(1.1);
}

/* VOICE固有 */
.imgbox001.voice {
    border-radius: 25px;
    margin: 0 auto;
    height: 100%;
}

.imgbox001.voice .image > img {
    aspect-ratio: 1;
    object-fit: cover;
}


@media (min-width: 768px) {

    .imgbox001 > .text .catch {
        font-size: 18px;
    }
    .imgbox001 > .text .name {
        font-size: 20px;
    }
}

@media (min-width: 1030px) {
    .imgbox001.voice {
        max-width: 400px;
    }
}

/* 電話 */
a.tel_box {
	display: inline-block;
	text-align: center;
    font-size: 45px;
}
a.tel_box .number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
a.tel_box .number img {
	display: block;
	height: 1em;
	width: auto;
	margin-right: 0.5rem;
    filter: var(--filter-main-color);
}
a.tel_box .time {
	display: block;
	font-size: 40%;
	font-weight: normal;
	width: 100%;
	margin-top: 4px;
	white-space: nowrap;
}




.googlemap {
    width: 100%;
    z-index: 1;
    position: relative;
    aspect-ratio: 3 / 2;
}
.googlemap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 改行レスポンシブ */
br.m {
    display: none !important;
}
  
@media (max-width: 767px) {
    br.pc {
      display: none !important;
    }
    br.m {
      display: block !important;
    }
}

/* PCのみセンター寄せ */
.text_center {
    text-align: center;
}
@media (max-width: 767px) {
    .text_center {
        text-align: left;
    }
}


/* *************************************
// エディター
************************************* */


.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}

hr {
	border-top: 4px double #8c8b8b;
    margin: 1rem 0;
}

/* *************************************
// ローディング画面
************************************* */
#loader-bg.l002 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader-bg.l002 .image {
    width: 200px;

}

#loader-bg.l002 .image > img{
    width: 100%;
    height: auto;
}

.image.chara {
    text-align: center;
}

/* *************************************
// ヘッダー
************************************* */

.h001.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: none;
}

.h001.header:before {
    content: "";
    display:block;
    width: 100%;
    height: 5px;
    background-size: auto auto;
    background-color: var(--main-color);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, var(--red-color1) 50px, var(--red-color1) 100px );
    position: absolute;
    top: 0;
    left: 0;
}

.h001.header #inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1600px;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    padding: 10px 30px;
}

.h001.header .logo_wrap a {
    height: 40px;
    grid-template-rows: auto 12px;
}
.h001.header .logo_wrap a img {
    filter: var(--filter-main-color);
}
.h001.header .logo_wrap a img.logo_icon {
    height: 40px;
}

.h001.header .logo_wrap a .company_name {
    font-size: 12px;
}


.h001.header .menu {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    border-radius: 50%;
}
.h001.header label.buMenu .icon-bar {
    background-color: #fff;
}
.h001.header .menu .menu_text {
    color: #fff;
}


.h001.header .menu_box {
    position: absolute;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff4df;
    margin: 0;
    padding: 130px 5% 5%;
    z-index: 99;
    overflow: auto;
    -webkit-transition: opacity .5s .2s;
    transition: opacity .5s .2s;
    opacity: 0;
     visibility: hidden;
}

.h001.header .header_box > div.menu_box {
    flex-direction: column;
    justify-content: flex-start;
}
.h001.header .menu.open + div.menu_box {
    visibility: visible;
    opacity: 1;
}

.h001.header .header_box > div.menu_box > .inner {
    overflow-x: auto;
    height: 100%;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
    z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff4df;
    /*丸のスタート位置と形状*/
    transform: scale(0);/*scaleをはじめは0に*/
    right: -5px;
    top: 0;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}	
.menu.open + div.menu_box + .circle-bg{
    transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}	


.h001.header .menu_box {
    padding-top: 80px;
    padding-bottom: 20px;
}

.h001.header .menu_box nav ul {
    border: none;
    display: flex;
    flex-wrap: wrap;
}


.h001.header .menu_box nav ul li {
    border: none;
    padding: 5px;
    width: 100%;
}
.h001.header .menu_box nav ul li.sp_half {
    width: 50%;

}

.h001.header .menu_box nav ul li a {
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s;
}
.h001.header .menu_box nav ul li a:hover {
    opacity: 0.5;
}

.h001.header .menu_box .nav > li a > img {
    width: 20px;
    height: 20px;
    margin-right: 1em;
}

.h001.header .menu_box .sp_sub_menu {
    margin-top: 20px;
}

.h001.header .menu_box .sp_sub_menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.h001.header .menu_box .sp_sub_menu > ul > li {
    width: 50%;
    text-align: center;
}
.h001.header .menu_box .sp_sub_menu > ul > li > a {
    font-size: 14px;
    color: var(--text-color);
}

/*サブメニュー*/
.h001.header .menu_box nav ul.sub-menu {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	overflow: hidden;
    margin-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    width: 200px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    border-radius: 15px;
}


.h001.header .menu_box nav > ul > li:hover > ul.sub-menu {
    top: auto;
    visibility: visible;
    opacity: 1;
}

.h001.header .menu_box nav ul.sub-menu > li {
    width: 100%;
    position: relative;
}

.h001.header .menu_box nav ul.sub-menu > li > a {
	color: #000;
    text-align: left;
    transition: background 0.3s;
    height: auto;
    display: block;
    padding: 1.25em 1.25em;
    border-radius: 0;
}
.h001.header .menu_box nav ul.sub-menu > li > a:hover {
	color: #000;
    background: #ffcfcd;
    opacity: 1;
}



@media (min-width: 768px) {

    .h001.header .menu_box nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 600px;
        max-width: 100%;
        margin-inline: auto;
    }

    .h001.header .menu_box .sp_sub_menu > ul > li {
        width: auto;
        padding: 0 15px;
        border-right: 1px solid #000;
        line-height: 1;
    }
    .h001.header .menu_box .sp_sub_menu > ul > li:last-child {
        border-right: none;
    }


}



@media (width >= 1200px) {

    .h001.header #inner-header {
        padding: 5px 30px;
    }

    .h001.header .logo_wrap a {
        height: 50px;
        grid-template-rows: auto 1em;
    }
    .h001.header .logo_wrap a img.logo_icon {
        height: 50px;
    }
    .h001.header .logo_wrap a .company_name {
        font-size: 14px;
    }


    .h001.header .menu_box {
        visibility: visible;
        opacity: 1;
        width: auto;
        height: auto;
        background: transparent;
        position: static;
        padding: 0;
        display: flex;
        align-items: stretch;
    }

    .h001.header .menu_box .nav {
        display: flex;
        height: 100%;
        align-items: center;
        width: auto;
    }

    .h001.header .menu_box nav ul > li {
        width: auto;
        padding: 0;
    }
    .h001.header .menu_box nav ul li.sp_half {
        width: auto;
    }

    .h001.header .menu_box nav ul li a {
        text-align: center;
        height: 70px;
        display: grid;
        grid-template-rows: auto 14px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
    }
    .h001.header .menu_box nav ul li.txt_small a {
        letter-spacing: -1px;
    }

    .h001.header .menu_box .nav > li a > img {
        min-width: 35px;
        min-height: 25px;
        width: 35px;
        height: 25px;        
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }

    .circle-bg{
        display: none;
    }

    .h001.header .menu_box .sp_sub_menu {
        display: none;
    }

}

@media (width >= 768px) {

    .h001.header #inner-header {
        height: 80px;
    }
    .h001.header .menu {
        height: 80px;
        width: 80px;
    }
}

/* サブメニュー */
@media (max-width: 1199px) {
  
    .h001.header .menu_box nav ul.sub-menu {
        position: static;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        background: transparent;
        box-shadow: none;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 2em;
    }

    .h001.header .menu.open + div.menu_box nav ul.sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .h001.header .menu_box nav ul.sub-menu > li {
    }
    .h001.header .menu_box nav ul.sub-menu > li.sp_half {
        width: 50%;
    }

    .h001.header .menu_box nav ul.sub-menu > li > a {
        background: #fff;
        border-radius: 100px;
        padding: 0.75rem;
        transition: opacity 0.3s;
        font-size: 13px;
    }
        .h001.header .menu_box nav ul.sub-menu > li > a:hover {
            background: #fff;
            opacity: 0.5;
        }
}



/* *************************************
// パンくず
************************************* */
.breadcrumbs {
    font-size: 10px;
    padding: 15px;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.breadcrumbs > span {
    position: relative;
}

.breadcrumbs > span:first-child a {
    padding-left: 2em;
    background-image: url(../images/common/icon_home.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center left;
}

.breadcrumbs > span:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translate(-50%);
    margin: 0 5px;
}
.breadcrumbs > span:last-child:after {
    display: none;
}


.breadcrumbs a {
    color: var(--text-color);
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {

    .breadcrumbs {
        font-size: 13px;
    }

    .breadcrumbs > span:after {
        margin: 0 15px;
    }

}


/* *************************************
// フッター
************************************* */

.f001 #inner-footer > * {
    margin-right: 0;
}

.f001 #inner-footer > .company_info {
    text-align: center;
    width: 100%;
}


.f001.footer .logo {
    display: table;
    margin-inline: auto;
}

.f001.footer .logo_wrap a img {
    filter: var(--filter-white);
}
.f001.footer .logo_wrap a .company_name {
    font-family: "Noto Sans JP", sans-serif;
}

.f001 nav {
    display: none;
}

.f001 ul.nav {
    width: auto;
}

.f001 .nav li {
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

.f001 .nav li.sitemap {
    display: none;
}

.f001 .nav li a {
    padding: 0;
    display: inline;
    line-height: 1.8;
    white-space: nowrap;
}

.f001 .nav li a:before {
    content: "\30fb";
    display: inline;
}

.f001 .nav li ul.sub-menu,
.f001 .nav li ul.children {
    padding-left: 2em;
}

.f001 .nav li ul.sub-menu li,
.f001 .nav li ul.children li {
    padding: 0;
    margin: 0;
}

.f001 .copyright {
    font-size: 12px;
}

@media (min-width: 1030px) {

    .f001 nav {
        display: block;
    }
    .f001 #inner-footer > .company_info {
        margin-right: 100px;
        width: auto;
        text-align: left;
    }
    .f001 #inner-footer > * {
        margin-right: 30px;
    }

    .f001.footer .logo {
        margin-left: 0;
        margin-right: auto;
    }

    .f001 .copyright {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {

     .f001 #inner-footer > * {
        margin-right: 80px;
    }
}


@media (max-width: 1029px) {

    .f001 .logo a {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 5px;
    }
}


/* *****************************************************************************
// bottom お問い合わせ
***************************************************************************** */
.bottom_contact {
    color: #fff;
}

.bottom_contact > .inner {
    position: relative;
    z-index: 0;
   	padding-top: 80px;
    padding-bottom: 80px;
}
.bottom_contact > .inner > img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}

.bottom_contact > .inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bottom_contact > .inner > .wrap {
    position: relative;
    z-index: 1;
}

.bottom_contact .h_title001 {
    margin-bottom: 50px;
}
.bottom_contact .h_title001 .subtitle {
    color: #fff;
}

.bottom_contact .contact_link {
    align-items: center;
}

.bottom_contact .contact_link > div {
	padding: 0 20px;
    width: 100%;
    margin-bottom: 20px;
}


.bottom_contact > .googlemap {
    width: 100%;
    z-index: 1;
    position: relative;
    aspect-ratio: auto;
    height: 450px;
}
.bottom_contact > .googlemap > iframe {
    width: 100%;
}


/* アイコンと電話番号横並び、下に受付時間 */
.tel_box001 {
	line-height: 1;
	font-size: 40px;
	display: table;
	margin: 0 auto;
}

.tel_box001 .number {
	display: flex;
	justify-content: center;
}

.tel_box001 .number > img {
	height: 1em;
	width: auto;
	max-width: 1em;
	object-fit: contain;
	margin-right: 10px;
}

.tel_box001 .number > .text {
	font-size: 1em;
	line-height: 1em;
    font-weight: bold;
    white-space: nowrap;
}

.tel_box001 .time {
	font-size: 40%;
	line-height: 1em;
	display: block;
	margin-top: 10px;
	text-align: center;
}


.bottom_contact .tel_box001 .number > img {
    filter: var(--filter-white);
}

.bottom_contact .btn002 a {
    font-size: 14px;
    max-width: 300px;
}

@media (min-width: 1030px) {

    .bottom_contact .contact_link > div {
        width: calc(100% / 2);
        margin-bottom: 0;
    }

    .bottom_contact .btn002 a {
        font-size: 22px;
        max-width: 300px;
        padding: 10px 32px 10px 16px;
    }
}




/* *************************************
// footerバナー
************************************* */

#footer_bnr {
    padding: 40px 0;
}

.bnr_list {
    display: grid;
    max-width: 300px;
    margin-inline: auto;
    gap: 15px;
}

.bnr_list a {
    width: 100%;
}

.bnr_list a > img {
    vertical-align: bottom;
    width: 100%;
}

@media (min-width: 768px) {
    #footer_bnr .bnr_list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 100%;
    }
}

@media (min-width: 1030px) {

    .bnr_list {
        gap: 30px;
    }
}





/* *************************************
// mainvisual
************************************* */

.main_visual {
    position: relative;
    z-index: 0;
}

.video_wrap video {
    width: 100%;
    vertical-align: bottom;
    background: #ccc;
}

.main_visual .video_wrap {
    position: relative;
    z-index: 0;
}

.main_visual .video_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main_visual .video_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 20%), -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 20%);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main_visual .main_visual_text {
    position: absolute;
    width: 40%;
    left: 5%;
    height: 100%;
    top: 0;
    color: #fff;

    display: grid;
    place-content: center;
    padding-top: 100px;
}

.main_visual .main_visual_text h1 {
    width: 100%;
}   
.main_visual .main_visual_text h1 > img {
    width: 100%;
}
.main_visual .main_visual_text h1 > span {
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 2.8vw;
    white-space: nowrap;
}

@media (max-width: 767px) {

    .home .video_wrap video {
        height: 100vh;
        object-fit: cover;
    }

    .main_visual .main_visual_text {
        width: 70%;
        left: 15%;
    }
    .main_visual .main_visual_text h1 > span {
        font-size: max(5vw, 16px);
    }

}


/* *************************************
// top メインビジュアル下バナー
************************************* */

#top_bnr {
    padding: 40px 0;
}


@media (min-width: 768px) {
    #top_bnr .bnr_list {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;

    }
}

/* *************************************
// top ヤクルトレディのお仕事
// reverseクラスを付けると反対レイアウト
************************************* */

.p005 {
    padding: 80px 0;
}

.p005 .h_title001 {
    text-align: left;
    margin-bottom: 20px;
}

.p005 .h_title001 .subtitle {
    line-height: 1.2;
}

.p005 .h_title_sub {
    font-weight: bold;
    margin: 20px 0;
    font-size: 20px;
}

.p005 .two_in_one .image {
    height: 100%;
    width: 100%;
}
.p005 .two_in_one .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p005 .two_in_one > div.left {
    width: 45%;
    position: relative;
}
.p005 .two_in_one > div.right {
    width: 55%;
    display: flex;
    justify-content: center;
} 
.p005 .two_in_one > div.right > .inner {
    max-width: 90%;
    width: 600px;
}
.p005 .text p {
    line-height: 2;
}
.p005 .btn001 > a {
    margin-left: 0;
}


.p005.reverse .two_in_one {
    flex-direction: row-reverse;
}

#top_about.p005 .two_in_one > .left {
    display: flex;
    align-items: center;
}
#top_about.p005 .two_in_one .image {
    height: auto;
}
#top_about.p005 .two_in_one .image > img {
    height: auto;
}


@media (max-width: 1029px) {

    #top_about {
        padding-top: 0;
    }

    .p005 .h_title001 .subtitle {
        font-size: 35px;
    }

	.p005 .two_in_one > div.right,
	.p005 .two_in_one > div.left {
		width: 100%;
        margin-bottom: 40px;
	}
    .p005 .two_in_one > div:last-child {
        margin-bottom: 0;
    }

	.p005 .two_in_one .image {
		width: 100%;
	}

	.p005 .two_in_one .image > img {
		aspect-ratio: 3 / 2;
		object-fit: cover;
	}

    .p005 .btn001 > a {
        margin-left: auto;
    }

}

@media (max-width: 767px) {

}


/* *************************************
// top ヤクルトレディの一日
************************************* */

.p006 {
    position: relative;
    z-index: 0;
    overflow: hidden;

}


.p006:before {
    content: "";
    display: block;
    width: 400vw;
    height: 400vw;
    border-radius: 50%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    right: 6%;
    transform: translateX(50%);
    z-index: -1;
}


.p006 > .inner {
    width: 1200px;
    max-width: 96%;
    margin-inline: auto;
    color: #fff;
    padding: 100px 0 80px;
    position: relative;
    z-index: 0;
}
.p006 > .inner:after {
    content: "";
    display: block;
    width: 400vw;
    height: 400vw;
    border-radius: 50%;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    position: absolute;
    top: 0;
    left: 6%;
    transform: translateX(-50%);
    z-index: -1;
}


.p006 .h_title001 {
    text-align: left;
    margin-bottom: 20px;
}

.p006 .h_title001 .subtitle {
    font-size: 35px;
    letter-spacing: 0;
    color: #fff;
}

.p006 .h_title001 .maintitle {
    
}

.p006 .image {
    margin-bottom: 20px;
}
.p006 .image > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #ccc;
    display: block;
}

.p006 .btn003 {
    text-align: center;
    margin-top: 40px;
}
.p006 .btn003 > a {
    border: none;
}

@media (min-width: 768px) {

    .p006 > .inner {
        width: 700px;
        max-width: 90%;
    }
}

@media (min-width: 1030px) {

    .p006 > .inner {
        padding: 150px 0 80px;
        width: 1400px;
        max-width: 96%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 0 40px;
    }
    .p006 .h_title001 .subtitle {
        font-size: 55px;
        line-height: 1.2;
    }
    .p006 .image {
        grid-column: 2 / 3;
        grid-row: 1 / 4;
        margin: 0;
        align-self: center;
    }

    .p006 .btn003 {
        text-align: left;
    }
}

/* *************************************
// お知らせ
************************************* */
#top_topics {
    padding: 80px 0;
}


#top_topics .h_title001 {
    margin-bottom: 50px;
}

.topics_wrap {
    margin-bottom: 40px;
}

.topics_wrap:not(.slick-slider) {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

.topics_wrap > div {
    width: 100%;
}

.topics_wrap.slick-slider .slick-track > div {
    padding: 10px;
}

#top_topics 

#top_topics .btn002 {
    margin-top: 40px;
}

#top_topics .btn002 a {
    width: 300px;
    max-width: 100%;
}

@media (min-width: 768px) {

    .topics_wrap:not(.slick-slider) {
        grid-template-columns: 1fr 1fr;
    }

}

@media (min-width: 1030px) {

    .topics_wrap {
        max-width: 1200px;
        margin-inline: auto;
    }

    .topics_wrap.four_in_one:not(.slick-slider) {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .topics_wrap.two_in_one:not(.slick-slider) {
        grid-template-columns: 1fr 1fr;
    }
    .topics_wrap.three_in_one:not(.slick-slider) {
        grid-template-columns: 1fr 1fr 1fr;
    }

}


/* *************************************
// top instagram
************************************* */

#instagram {
    padding: 80px 0;
}

#instagram h2 {
    margin-bottom: 40px;
    text-align: center;
}

#instagram h2 > img {
    width: 250px;
}

.insta_dummy {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.insta_dummy > div {
    aspect-ratio: 1;
    background: #ccc;
    width: 100%;
}

@media (min-width: 768px) {


    .insta_dummy {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 40px;
    }
}




/* *************************************
// ヤクルトレディって？
************************************* */
article.post-57 {
    padding: 0;
}

.p007 {
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    gap: 15px;
}

.p007 img.bg,
.p007 > .image {
    grid-row: 1;
    grid-column: 1;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.p007 img.bg {
    display: block;
}

.p007 .h_title001 {
    grid-row: 1;
    grid-column: 1;
    width: 60%;
    text-align: left;
    background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    align-items: flex-start;
}

.p007 .h_title001 .subtitle {
    font-size: clamp(40px, 10vw, 80px);
    padding-left: 15px;
}
.p007 .h_title001 .maintitle {
    font-size: 14px;
    background: rgba(255,255,255,0.8);
    padding: 0px 15px;
    border-radius: 100px;
    margin-top: 10px;
}

.p007 .text {
    width: 100%;
    padding: 40px 0;
}

.p007 .text .catch {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

.p007 .text .catch > span {
    display: inline-block;
    margin: 0 5px;
    font-size: 130%;
    color: var(--main-color);
    position: relative;
}
.p007 .text .catch > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    background-color: transparent;
    background-image: var(--stripe_pink-line);
}

.p007 .text p {
    text-align: center;
}

@media (min-width: 768px) {
    .p007 .h_title001 .maintitle {
        font-size: clamp(18px, 3.5vw, 28px);
    }

    .p007 .text .catch {
        font-size: 25px;
    }
    .p007 .text .catch br.m {
        display: none;
    }

    .p007 .text p {
        text-align: center;
    }

    .p007 .text p br.m {
        display: none;
    }

}

@media (min-width: 1200px) {

    .p007 {
        position: relative;
        z-index: 0;
        display: grid;
        grid-template-columns: 5% 50% auto;
        grid-template-rows: auto auto;
        gap: 0;
        aspect-ratio: 2 / 1;
    }
    .p007:before {
        content: "";
        width: 70%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 100%);
        z-index: 0;
    }

    .p007 img.bg ,
    .p007 > .image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        z-index: -1;
    }





    .p007 .h_title001 {
        background: transparent;
        width: 100%;
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        margin-top: 40px;
        place-content: start;
        z-index: 1;
        display: block;
        padding-left: 0;
    }

    .p007 .h_title001 .subtitle {
        padding: 0;
    }
    .p007 .h_title001 .maintitle {
        background: transparent;
        padding: 0;
    }

    .p007 .h_title001 .subtitle br.m {
        display: none;
    }

    .p007 .text {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        text-align: left;
        width: 100%;
        max-width: 100%;
        z-index: 1;
    }

    .p007 .text .catch {
        text-align: left;
    }

    .p007 .text p {
        text-align: left;
    }

}


/* *************************************
// ヤクルトレディの魅力
************************************* */

#lady_point {
    padding: 80px 0;
}

.h_title002 {
    position: relative;
    display: table;
    text-align: center;
    margin-inline: auto;
    padding: 0 20px;
    margin-bottom: 40px;
}
.h_title002:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotate(-20deg);
}
.h_title002:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -15px;
    transform: rotate(20deg);
}
.h_title002 .subtitle {
    background: #fff;
    color: var(--main-color);
    display: table;
    margin: 0 auto 15px;
    padding: 3px 20px;
    border-radius: 100px;
    position: relative;
    font-weight: bold;
}
.h_title002 .subtitle:after {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.h_title002 .maintitle {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
}

@media (min-width: 768px) {

    .h_title002 {
        padding: 0 30px;
    }

    .h_title002 .maintitle {
        font-size: 35px;
    }
}

.point_list {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
}

.point_list .item {
    background: #fff;
    width: 90%;
    margin-inline: auto;
    border-radius: 20px;

}

.point_list .item .image {
    overflow: hidden;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.point_list .item .image > img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    background: #ccc;
    display: block;
    
}

.point_list .item .text {
    padding: 30px 20px 10px;
    position: relative;
    z-index: 0;
}


.point_list .item .text .point {
    background: #ffd100;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -20px;
}
.point_list .item .text .point:after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: #bd9800;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 100%;
    left: 10px;
}

.point_list .item .text .title {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
.point_list .item .text .title > span {
    display: inline-block;
    line-height: 1.5;
}
.point_list .item .text .title > span:last-child {
    color: var(--main-color);
    position: relative;
}
/*
.point_list .item .text .title > span:last-child:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/point.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 65%;
    left: 100%;
}
*/
.point_list .item .text .description {
    font-size: 14px;
}

.point_list .item > div.text .btn001 {
    margin-bottom: 10px;
}
.point_list .item > div.text .btn001 > a {
    font-size: 16px;
}


@media (min-width: 768px) {
    .point_list .item {
        display: flex;
        flex-direction: row-reverse;
    }

    .point_list .item > div.image {
        width: 40%;
        border-radius: 0 20px 20px 0;
    }
    .point_list .item > div.text {
        width: 60%;
    }

    .point_list .item .image > img {
        height: 100%;
        aspect-ratio: auto;
        min-height: 300px;
    }

    .point_list .item .text {
        padding: 20px;
    }
    .point_list .item .text .point {
        position: relative;
        top: 0;
        left: -40px;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .point_list .item .text .title {
        font-size: 22px;
    }

    .point_list .item .text .title > span br.m {
        display: none;
    }

}

@media (min-width: 1200px) {
    .point_list .item {
        width: 100%;
    }

    .point_list .item .text .title {
        font-size: 25px;
    }
}


/* *************************************
// 採用情報
************************************* */

.p008 {
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

.p008:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.p008:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 20%), -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 20%);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.p008 > .inner {
    position: relative;
    z-index: 1;
}

.p008 > picture > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ccc;
}

.p008 .box {
    background: rgb(255 255 255 / 0.9);
    border-radius: 20px;
    padding: 30px 20px 20px;
    max-width: 90%;
    width: 600px;
    margin-inline: auto;
}

.p008 .box .h_title001 {
    margin-bottom: 20px;
}

.p008 .box .h_title001 > img {
    width: 100px;
    height: auto;
}

.p008 .box .h_title001 .subtitle {
    font-size: 40px;
}

.p008 .box .text {
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {
    .p008 .box .text {
        font-size: 16px;
    }
}



/* *************************************
// ヤクルトレディ お悩み解決
************************************* */
.p010 {
    padding: 80px 0;
}

.p010 .fukidashi {
    display: table;
    padding: 0 30px;
    position: relative;
    margin: 40px auto;
    font-size: 20px;
    font-weight: bold;
}

.p010 .fukidashi:before {
    content: "";
    display: block;
    width: 2px;
    height: 2em;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-20deg);
}
.p010 .fukidashi:after {
    content: "";
    display: block;
    width: 2px;
    height: 2em;
    background: var(--main-color);;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(20deg);
}


.faq_list001 {

}
.faq_list001 > .item {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(221 0 54 / 0.3);
}


.faq_list001 > .item > .question {
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.faq_list001 > .item > .question p {
    border-bottom: 1px solid var(--main-color);
    line-height: 1.5em;
    padding-bottom: 5px;
    font-weight: bold;
    color: var(--main-color);
    font-size: 16px;
}

.faq_list001 > .item > .question:before {
    margin-right: 15px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--main-color);
    padding: 0;
    border-radius: 50%;
    font-weight: bold;
    content: 'Q';
    width: 35px;
    min-width: 35px;
    aspect-ratio: 1;
    font-size: 25px;
    line-height: 1;
}
  
.faq_list001 > .item > .answer {
    padding: 0;
    font-size: 14px;
}

.faq_list001 > .item > .answer p {
    text-align: justify;
}

.faq_list001 > .item > .answer p:last-child {
    margin-bottom: 0!important;
}


@media (min-width: 768px) {

    .faq_list001 > .item {
        padding: 40px;
    }


    .faq_list001 > .item > .question {
        padding: 0 15px;
    }
    
    .faq_list001 > .item > .question p {
        padding: 5px 0;
        font-size: 20px;
    }

    .faq_list001 > .item > .answer {
        padding: 0 15px 0 60px;
        font-size: 16px;
    }
}



/* *************************************
// ヤクルトレディ リンクバナー
************************************* */

.p009 {
    padding: 50px 0;

}

.p009 .bnr_link {
    display: grid;
    grid-template-row: 1fr 1fr;
    grid-template-columns: 100%;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
}
.p009 .bnr_link > .item {
    padding: 20px;
    width: 100%;
}

.p009 .bnr_link > .item a  {
    position: relative;
    display: block;
    z-index: 0;
    overflow: hidden;
    aspect-ratio:5 / 3;
    color: #fff;
    padding: 40px 20px;
    place-content: end start;
    border-radius: 20px;
}
.p009 .bnr_link > .item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.p009 .bnr_link > .item a:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--stripe_red-bg);
    /*background-image: var(--stripe_red-line);*/
    position: absolute;
    top: 70%;
    right: 35%;
    transform: translateY(-50%);
    opacity: 0.8;
    z-index: 1;
}

.p009 .bnr_link > .item a > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.p009 .bnr_link > .item a .h_title003 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.p009 .bnr_link > .item a .h_title003 .subtitle {
    font-family: var(--font-en);
    font-weight: var(--font-en-weight);
    letter-spacing:1px;
    line-height: 1;
    font-size: 16px;
}
.p009 .bnr_link > .item a .h_title003 .maintitle {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.p009 .bnr_link > .item a .btn003 {
    position: relative;
    z-index: 1;
}
.p009 .bnr_link > .item a .btn003 > div {
    border: none;
    padding: 5px 40px;

}

@media (min-width: 768px) {

    .p009 .bnr_link > .item a  {
        aspect-ratio:4 / 2;
    }

    .p009 .bnr_link > .item a .h_title003 .maintitle {
        font-size: 23px;
    }

    .p009 .bnr_link > .item a .btn003 > div {
        border: none;
        padding: 10px 60px;
    }
    
}

@media (min-width: 1030px) {

    .p009 .bnr_link {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        max-width: 100%;
    }

}


/* *************************************
// ヤクルトレディの声
************************************* */
/* 声一覧 */
.voice_list {
    padding: 80px 0;
}

.voice_list .h_title001 {
    margin-bottom: 40px;
}

.voice_wrap .item {
    padding: 10px;
}

@media (min-width: 768px) {

    .voice_wrap .item {
        padding: 20px;
    }
}

/* 個別ページ */
article.type-voice {
    padding: 0;
}

/* プロフィール */
.voice_profile {
    padding-top: 140px;
}

.voice_profile > .inner {
    display: grid;
    grid-template-columns: 100%;
    gap: 0 40px;
}

.voice_profile .h_title001 {
    margin-bottom: 30px;
}

.voice_profile .image {

}

.voice_profile .text_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.voice_profile .catch {
    width: 100%;
    margin-bottom: 10px;
}

.voice_profile .catch > span {
    display: table;
    background: var(--main-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 10px;
    position: relative;
}

.voice_profile .catch > span:last-child:after {
    content: "";
    display: block;
    width: 20px;
    height: 14px;
    position: absolute;
    left: 50vw;
    top: 100%;
    transform: translateX(-50%);
    background: var(--main-color);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}


.voice_profile .name_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.voice_profile .history {
    border: 1px solid #000;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    padding: 0 5px;
    margin-right: 20px;
    font-size: 14px;
}

.voice_profile .name {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

.voice_profile .image > img {
    height: auto;
    width: 400px;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    max-width: 70%;
    margin: auto;
}

@media (min-width: 1030px) {
    .voice_profile .h_title001 {
        margin-bottom: 0;
    }
    .voice_profile > .inner {
        display: grid;
        grid-template-columns: auto 400px;
        grid-template-rows: auto auto;
        gap: 0 40px;
    }

    .voice_profile .h_title001 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .voice_profile .image {
        grid-column: 2 / 3;
        grid-row: 1 / 3;  
    }

    .voice_profile .catch > span {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .voice_profile .catch > span:last-child:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        background: var(--main-color);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }
    .voice_profile .name_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }

    .voice_profile .image > img {
        height: 600px;
        width: 400px;
        max-width: 100%;
        object-fit: contain;
        object-position: center bottom;
    }


}


/* インタビュー */
.voice_interview {
    position: relative;
}
.voice_interview .two_in_one > div {
    width: 100%;
}

.voice_interview .two_in_one > div.image {
    margin-bottom: 40px;
}
.voice_interview .two_in_one > div.image > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.voice_interview .faq_item  {
    margin-bottom: 40px;
}

.voice_interview  .faq_item > * {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.voice_interview  .faq_item > .question {
    padding: 0 15px;
}

.voice_interview  .faq_item > .question p {
    border-bottom: 1px solid var(--main-color);
    line-height: 1.5em;
    padding: 5px 0;
    font-weight: bold;

}

/*
.voice_interview  .faq_item > .question:before {
    margin-right: 15px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--main-color);
    padding: 0;
    border-radius: 50%;
    font-weight: bold;
    content: 'Q';
    width: 35px;
    aspect-ratio: 1;
    font-size: 25px;
    line-height: 1;
}
*/

.voice_interview  .faq_item > .answer {
    padding: 0 15px;
    font-size: 14px;
    text-align: justify;
}

@media (min-width: 768px) {
    .voice_interview {
        padding: 80px 0;
    }

}

@media (min-width: 1030px) {
    .voice_interview .two_in_one {
        gap: 40px;
        align-items: center;
        margin-bottom: 50px;
    }

    .voice_interview .two_in_one:nth-child(even) {
        flex-direction: row-reverse;
    }

    .voice_interview .two_in_one > div {
        width: calc(50% - 20px);
        margin-bottom: 0;
    }


    .voice_interview .two_in_one > div.image > img {
        border-radius: 0 20px 20px 0;
    }
    .voice_interview .two_in_one:nth-child(even) > div.image > img {
        border-radius: 20px 0 0 20px;
    }

    .voice_interview .text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 80px;
    }

    .voice_interview .text > .inner {
        max-width: 100%;
        width: 600px;
    }

    .voice_interview .faq_item > .question p {
        font-size: 20px;
    }

    .voice_interview .faq_item > .answer {
        font-size: 16px;
        line-height: 2;
    }
}



.voice_message {
    color: #fff;
    padding: 20px 15px;
}
.voice_message .two_in_one > div {
    margin-bottom: 20px;
    width: 100%;
}

.voice_message .image > img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: block;
}

.voice_message h3 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.voice_message .text {
    font-size: 14px;
}

@media (min-width: 768px) {
    .voice_message > .wrap {
        max-width: 700px;
    }

    .voice_message h3 br {
        display: none;
    }
}

@media (min-width: 1030px) {
    .voice_message {
        padding: 50px 0;
    }

    .voice_message > .wrap {
        max-width: 1040px;
    }
    .voice_message .two_in_one {
        gap: 40px;
        align-items: center;
    }
    .voice_message .two_in_one > div {
        width: calc(50% - 20px);
        margin-bottom: 0;
    }

    .voice_message h3 {
        font-size: 25px;
    }

    .voice_message .text {
        font-size: 16px;
    }
}




/* *************************************
// レディの声 改
************************************* */

.voice_profile.type2 {
    padding: 0;
    position: relative;
    z-index: 0;
}
.voice_profile.type2:before {
    content: "";
    display: block;
    width: 60%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--stripe_milky-bg);
    background-image: var(--stripe_milky-line);
    position: absolute;
    right: 60%;
    bottom: 0;
}

.voice_profile.type2 > .inner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: 100%;
    position: relative;
    gap: 0;
}

.voice_profile.type2 > .inner > .h_title001 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: center;
    justify-self: center;
    text-align: left;
}
.voice_profile.type2 > .inner > .image {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    border-radius: 0 0 0 50px;
    overflow: hidden;
}

.voice_profile.type2 > .inner > .image > img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.voice_profile.type2 .text_wrap {
    position: absolute;
    bottom: 25%;
    left: 0;
    padding: 10px 30px;
    width: 30%;
    justify-content: center;
    flex-direction: row;
}

.voice_profile.type2 .history {
    font-size: 16px;
}

@media (max-width: 1029px) {

    .voice_profile.type2 {
        height: 600px;
    }
    .voice_profile.type2:before {
        display: none;
    }

    .voice_profile.type2 > .inner {
        grid-template-columns: 20% 80%;
    }

    .voice_profile.type2 > .inner > .h_title001 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        grid-row: auto;
        grid-column: auto;
        background-color: var(--stripe_milky-bg);
        background-image: var(--stripe_milky-line);
        padding: 30px;
        border-radius: 0 20px 20px 0;
    }

    .voice_profile.type2 .text_wrap {
        width: auto;
        left: auto;
        right: 0;
        bottom: 5%;
        border-radius: 20px 0 0 20px;
    }
    .voice_profile.type2 .name_wrap {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .voice_profile.type2 {
        padding-bottom: 50px;
        height: auto;
    }

    .voice_profile.type2 > .inner {
        display: flex;
        flex-direction: column;
    }

    .voice_profile.type2 > .inner > .h_title001 {
        position: static;
        width: 100%;
        padding-top: 100px;
        transform: none;
        border-radius: 0;
        margin-bottom: 0;
        text-align: center;
        order: 0;
    }

    .voice_profile.type2 > .inner > .image {
        border-radius: 0;
    }

    .voice_profile.type2 .text_wrap {
        padding-right: 60px;
        position: static;
        order: 2;
    }

    .voice_profile.type2 .history {
        font-size: 14px;
    }

    .voice_profile.type2 > .inner > .image {
        order: 1;
    }
}


/* *************************************
// 商品情報
************************************* */
.top_product {
    padding: 80px 0;
}

.top_product .h_title001 {
    margin-bottom: 40px;
}


.top_product .two_in_one {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px;
}
.top_product .two_in_one > div {
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 15px;
}

.top_product .item .image > img {  
    display: block;
    background: #ccc;
    width: 100%;
    height: auto;
}

.top_product .item .catch {
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
}
.top_product .item .text {
    text-align: center;
    font-size: 14px;
}

.top_product .item .btn003 {
    text-align: center;

}

@media (min-width: 1030px) {


    .top_product .two_in_one {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .top_product .item .text {
        font-size: 16px;
    }

}


/* *************************************
// 採用情報
************************************* */

#recruit_list {
    padding: 50px 0;
}

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

.recruit_link_list > li {
    padding: 10px;
    width: 100%;
}
.recruit_link_list > li > a {
    border: 1px solid var(--main-color);
    padding: 0 40px 0 15px;
    border-radius: 15px;
    color: var(--main-color);
    min-height: 70px;
    display: grid;
    place-content: center start;
    position: relative;
}
.recruit_link_list > li > a .status {
    font-size: 12px;
    display: block;
}
.recruit_link_list > li > a .title {
    font-weight: bold;
}

.recruit_link_list > li > a:before {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
}

.recruit_link_list > li > a:after {
    width: 0.7em;
    height: 0.5em;
    position: absolute;
    top: 50%;
    right: 0.9em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #fff;
}



.recruit_contents {
    padding: 50px 0;
}

.recruit_contents .box {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(221 0 54 / 0.3);
}

.recruit_contents .box h2 {
    display: table;
    min-width: 50%;
    margin: 0 auto 30px;
    color: var(--main-color);
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding: 5px;
}
.recruit_contents .box h2:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 200px;
    height: 5px;
    background-size: auto auto;
    background-color: var(--main-color);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, var(--red-color1) 50px, var(--red-color1) 100px);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.recruit_contents .box .status {
    text-align: center;
    margin-bottom: 1em;
    color: var(--main-color);
    font-weight: bold;
}

.recruit_contents .box table {
    width: 100%;
}
.recruit_contents .box table th,
.recruit_contents .box table td {
    padding: 10px;
}

.recruit_contents .box table th {
    position: relative;
    font-weight: bold;
}
.recruit_contents .box table th:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,  var(--main-color) 0%,var(--main-color) 100px,var(--gray-color) 100px,var(--gray-color) 100px,var(--gray-color) 100%);
    position: absolute;
    top: 100%;
    left: 0;
}

.recruit_contents .box table p {
    margin-bottom: 0;
}

.recruit_contents .box .btn001 {
    margin-bottom: 0;
}
.recruit_contents .box .btn001 > a {
    width: 100%;
    font-size: 20px;
    text-align: center;
    max-width: 400px;
}


@media (min-width: 768px) {
    
    .recruit_link_list > li {
        width: 50%;
    }

    .recruit_contents {
        padding: 80px 0;
    }

    .recruit_contents .box {
        padding: 40px;
    }
    .recruit_contents .box h2 {
        font-size: 30px;
    }
    .recruit_contents .box table {
        margin-inline: auto;
    }
    .recruit_contents .box table th {
        border-bottom: 1px solid var(--main-color);
        min-width: 150px;
        width: 150px;
    }
    .recruit_contents .box table th:before {
        display: none;
    }

    .recruit_contents .box table td {
        border-bottom: 1px solid var(--gray-color);
    }
}


@media (min-width: 1030px) {

    .recruit_contents .box table {
        width: 80%;
    }
}


/* *************************************
// 問い合わせフォーム
************************************* */

form .btn001 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

form .wpcf7-spinner {
    margin-top: 10px;
}


/* *************************************
// プライバシーポリシー
************************************* */
.privacy-policy article h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.privacy-policy article h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 20px;
}

.privacy-policy article ol {
    list-style: decimal;
    margin-bottom: 1rem;
    margin-left: 1em;
}

.privacy-policy article ol.privacy_list {
    list-style: decimal;
    margin-bottom: 1rem;
}

.privacy-policy article ol.privacy_list >  li {
    margin-left: 1.5em;
}

.privacy-policy article ol.privacy_list >  li::marker {
    font-weight: bold;
    font-size: 25px;
}

.privacy-policy article ul {
    list-style: disc;
    margin-bottom: 1rem;
    margin-left: 1.5em;
}

@media (min-width: 768px) {

    .privacy-policy article h3 {
        font-size: 25px;
    }


}






/* *************************************
// 商品情報
************************************* */

/* 一覧 */
#products_list {
    padding: 50px 0;
}

#products_list .h_title001 {
    margin-bottom: 40px;
}

#products_list .note {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

/* tab */
.tab-wrap {
    width:96%;
    max-width: 1200px;
    margin-inline: auto;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.tab-wrap input[type="radio"] {
    display:none;
}

.tab-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.tab-area label {
    width:100%;
    display:block;
    padding:12px 0;
    color:#6E6E6E;
    background: #F2F2F2;
    text-align:center;
    font-size:28px;
    font-weight: bold;
    cursor:pointer;
    transition:ease 0.2s opacity;
    border-radius: 20px 20px 0 0;
}

.tab-area label:hover {
    opacity:0.7;
}

.panel-area {
    background:#fff;
    border-radius: 0 0 20px 20px
}

.tab-panel {
    width:100%;
    padding:20px;
    display:none;
}



.tab-wrap .category-wrap {
    display: grid;
    grid-template-columns: 224px auto;
    padding: 24px 0;
    border-bottom: 1px dashed #DCDCDC;
    text-align: left;
}
.tab-wrap .category-wrap:last-child {
    border-bottom: none;
}

.tab-wrap .category-wrap.top-link {
    grid-template-columns: 1fr 1fr;
}

.tab-wrap .category-wrap.top-link > a {
    width: 80%;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    padding: 5px 20px;
    position: relative;
    transition:ease 0.2s opacity; 
}
.tab-wrap .category-wrap.top-link > a:hover,
.tab-wrap .category-wrap.top-link > a.first:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}
.tab-wrap .category-wrap.top-link > a:before {
    width: 0.7em;
    height: 0.7em;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}
.tab-wrap .category-wrap.top-link > a:after {
    width: 0.4em;
    height: 0.4em;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0.6em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(20% 0, 20% 100%, 80% 50%);
}

.tab-wrap .category-wrap:not(.top-link) .first {
    color: var(--text-color);
    transition:ease 0.2s color;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}


.tab-wrap .category-wrap:not(.top-link) a.first:after {
    content: "\e5df";
    display: grid;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    place-content: center;
    text-decoration: none!important;
    margin-left: 10px;
    font-family: "Material Symbols Outlined";
    padding-left: 3px;
    margin-top: 5px;
    transition:ease 0.2s color, ease 0.2s background;
}
.tab-wrap .category-wrap:not(.top-link) a.first:hover:after {
    background: var(--main-color);
    color: #fff;
}

.tab-wrap .category-wrap a.first:hover {
    color: var(--main-color);
    text-decoration: none;
}


.tab-wrap .category-wrap .second {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 20px
}

.tab-wrap .category-wrap .second .l-col-item {
    color: var(--text-color);
    transition:ease 0.2s color;
}
.tab-wrap .category-wrap .second .l-col-item:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.tab-wrap .category-wrap .second .l-col-item img {
    display: block;
    transition:ease 0.2s opacity;
}

.tab-wrap .category-wrap .second .l-col-item p {
    text-align: left;
    margin-top: 12px;
    margin: 0.5em 0;
    font-size: 14px;
    font-weight: bold;
}
.tab-wrap .category-wrap .second .l-col-item:hover img {
    opacity: 0.7;
}


.tab-wrap .icon-arrow-circle-small {
    font-size: 24px;
    font-weight: bold;
}


#tab1:checked ~ .tab-area .tab1-label {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
}
#tab1:checked ~ .panel-area #panel1 {
    display:block;
}
#tab2:checked ~ .tab-area .tab2-label {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
}
#tab2:checked ~ .panel-area #panel2 {
    display:block;
}
  

.btn-beige {
    position: relative;
    background-color: #FBF6EC;
    height: 70px;
    display: grid;
    place-content: center start;
    font-size: 16px;
    font-weight: bold;
    
    border-radius: 8px;
    padding-left: 20px;
    color: var(--text-color);
    transition: ease 0.2s opacity;
}
.btn-beige:before {
    width: 1em;
    height: 1em;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 0.5em;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--main-color);
    transition:ease 0.2s scale;
    transform-origin: top center;
}
.btn-beige:after {
    width: 0.5em;
    height: 0.5em;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0.7em;
    content: "";
    transform: translateY(-50%);
    clip-path: polygon(20% 0, 20% 100%, 80% 50%);
    transition:ease 0.2s scale;
    transform-origin: top center;
}

.btn-beige:hover:before {
    scale: 1.5;
}
.btn-beige:hover:after {
    scale: 1.5;
}

.tab-wrap .category-wrap .second .l-col-item.btn-beige:hover {
    color: var(--text-color);
    text-decoration: none;
    opacity: 0.7;
}

#panel2 .ttl-bl-red {
    margin-top: 16px;
}


@media (max-width: 1199px) {
    .tab-wrap .category-wrap .second {
        grid-template-columns: 1fr 1fr 1fr;
    }

}
@media (max-width: 1029px) {
    .tab-wrap .category-wrap .second {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {

    #products_list .note {
        font-size: 12px;
    }

    .tab-area {
        gap: 0;
    }

    .tab-area label {
        font-size: 18px;
        line-height: 1.2;
    }

    .tab-wrap .category-wrap.top-link {
        gap: 10px;
    }

    .tab-wrap .category-wrap.top-link > a {
        width: 100%;
        font-size: 18px;
    }

    .tab-wrap .category-wrap {
        grid-template-columns: 100%;;
    }
    .tab-wrap .category-wrap:not(.top-link) .first {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .tab-wrap .category-wrap .second {
        gap: 20px 10px;
    }

    .btn-beige {
        padding: 10px;
        font-size: 14px;
    }

    #panel2 .ttl-bl-red {
        margin-top: 0;
    }

    .tab-wrap .category-wrap:not(.top-link) a.first {
        align-items: center;
    }

    .tab-wrap .category-wrap:not(.top-link) a.first:after {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        padding-left: 0;
        margin-top: 0;
    }
}

/* 流れ */

#products_flow {
    padding-bottom: 80px;
}

#products_flow .h_title001 {
    margin-bottom: 40px;
    text-align: center;
}


#products_flow.p005 .two_in_one > .left {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

#products_flow.p005 .two_in_one .image {
    height: auto;
    width: 100%;
}

/*
#products_flow.p005 .two_in_one .image:nth-child(1) {
    margin-left: auto;
}
#products_flow.p005 .two_in_one .image:nth-child(2) {
    margin-top: -20px;
    margin-right: auto;
}
*/
#products_flow.p005 .two_in_one .image > img {
    width: 100%;
    height: auto;
}

@media (max-width: 1029px) {

    #products_flow.p005 .two_in_one .image {
        width: 50%;
    }
}

@media (max-width: 767px) {

    #products_flow.p005 .two_in_one .image {
        width: 100%;
    }

}


ol.flow {
    list-style:none;
    display: grid;
    gap: 30px;
    width: 100%;
}

ol.flow > li {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    min-height: 0;
    position: relative;
    z-index: 0;
    margin-top: 40px;
}

ol.flow > li:before {
    content: "";
    display: block;
    width: 100px;
    height: 80px;
    background-color: var(--stripe_pink-bg);
    background-image: var(--stripe_pink-line);
    position: absolute;
    left: 50%;
    top: calc(100%);
    transform: translateX(-50%);
    z-index: -1;
}
ol.flow > li:last-child:before {
    display: none;
}

ol.flow > li:after {
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    background: #fff;
    clip-path: polygon(30% 0%, 100% 50%, 30% 100%, 0% 100%, 70% 50%, 0% 0%);
    position: absolute;
    z-index: 0;
    bottom: -70px;
    left: 50%;
    transform: rotate(90deg);
    transform-origin: left;
}


ol.flow > li .step {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    display: grid;
    place-content: center;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20%;
    top: -40px;
    transform: translateX(-50%);
}
ol.flow > li .step > span {
    display: block;
    text-align: center;
    line-height: 1;
}
ol.flow > li .step > span:first-child {
    font-size: 12px;
}
ol.flow > li .step > span:last-child {
    font-size: 40px;
}


ol.flow > li .contents {
    border: 3px solid var(--stripe_red-bg);
    border-radius: 20px;
    padding: 45px 20px 20px;
    background: #fff;
}

ol.flow > li .contents h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

ol.flow > li .contents a.tel_box {
    margin-bottom: 20px;
    font-size: 35px;
    display: table;
    margin-inline: auto;
}

ol.flow > li .contents p {
    margin: 0;
}

@media (min-width: 768px) {

    ol.flow {
        width: 90%;
        margin-inline: auto;
    }

    ol.flow > li {
        display: grid;
        min-height: 150px;
    }
    ol.flow > li .step {
        left: 0;
    }

    ol.flow > li .contents {
        width: 100%;
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    ol.flow > li .contents h3 {
        font-size: 24px;
    }

    ol.flow > li .contents a.tel_box {
        font-size: 45px;
        display: inline-block;
        margin-inline: 0;
    }
}




.shop_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px;
    border-radius: 20px;
    justify-content: center;
    font-size: 16px;
    color: var(--main-color);
    font-weight: bold;
    gap: 20px;
    margin-top: 50px;
}

.shop_link > div {
    width: 100%;
    text-align: center;
}

.shop_link img {
    vertical-align: bottom;
    width: auto;
    max-width: 240px;
}

@media (min-width: 768px) {

    .shop_link {
        justify-content: space-between;
        font-size: 20px;
        flex-wrap: nowrap;
    }

    .shop_link > div {
        width: auto;
        text-align: left;
    }

}

/* *************************************
// 化粧品
************************************* */


#products_list .box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    max-width: 1200px;
    width: 96%;
    margin-inline: auto;
    margin-bottom: 30px;
}

#products_list .box h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

#products_list .box h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
}

@media (min-width: 768px) {

    #products_list .box h4 {
        text-align: left;
    }
}

@media (min-width: 1030px) {

    #products_list .box h3 {
        font-size: 25px;
    }
    #products_list .box h4 {
        font-size: 18px;
    }
    #products_list .box {
        padding: 40px;
    }

}


.category_list > li {
    padding: 10px 0;
}
.category_list > li a {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    padding: 0 5%;
    width: 100%;
    height: 120px;
    color: var(--text-color);
    font-weight: bold;
    transition: 0.2s opacity;
}
.category_list > li a > picture img {
    position:absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% center;
}
.category_list > li a span > img {
    display: block;
    margin-top: 10px;
    width: auto;
    transition: 0.6s transform;
}
.category_list > li a:hover {
    opacity: 0.7;
}
.category_list > li a:hover span > img {
    transform: translateX(20px);
}

@media (min-width: 768px) {

    .category_list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .category_list > li {
        padding: 0;
    }
}

@media (min-width: 1030px) {

    .category_list {
        display: grid;
        gap: 20px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
    }



    .category_list > li.skincare {
        grid-row: 1 / 2;
        grid-column: 1 / 4;
    }
    .category_list > li a {
        height: 180px;
        font-size: 18px;
        padding: 0 30px;
    }

    .category_list > li a > picture img{
        object-position: center;
    }
}


.trouble_list {
    display: grid;
    gap: 30px 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.trouble_list > li {
    width: 100%;
}

.trouble_list > li a {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    display: grid;
    grid-template-rows: auto auto;
    transition: 0.2s opacity;
}

.trouble_list > li a .circle {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
}
.trouble_list > li a .circle img {
    vertical-align: bottom;
    transition: 0.4s transform;
}

.trouble_list > li a:hover {
    opacity: 0.7;
}
.trouble_list > li a:hover .circle img {
    transform: scale(1.2);
}

@media (min-width: 768px) {

    .trouble_list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .trouble_list > li a {
        font-size: 16px;
    }

}
@media (min-width: 1030px) {
    .trouble_list {
        display: flex;
        justify-content: space-between;
    }
    .trouble_list > li {
        width: 160px;
    }
    .trouble_list > li a {
        font-size: 18px;
        margin-inline: auto;
    }
}


.brand_list {
    display: grid;
    gap: 20px 10px;
    grid-template-columns: 1fr 1fr;
}
.brand_list > li a {
    transition: 0.2s opacity;
}
.brand_list > li a img {
    vertical-align: bottom;
}


.brand_list > li a:hover {
    opacity: 0.7;
}

@media (min-width: 768px) {

    .brand_list {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}


/* *************************************
// お仕事Q&A
************************************* */

#work_faq > .inner > .h003:first-child {
    margin-top: 0;
}

.h003 {
    font-size: 20px;
    text-align: center;
    color: var(--main-color);
    font-weight: bold;
    padding: 20px;
    margin: 80px 0 40px;
    position: relative;
}

.h003:before,
.h003:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-size: auto auto;
    background-color: var(--main-color);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, var(--red-color1) 50px, var(--red-color1) 100px);
    position: absolute;
    left: 0;
}
.h003:before {
    top: 0;
}
.h003:after {
    bottom: 0;
}

@media (min-width: 768px) {
    .h003 {
        font-size: 25px;
    }
}

.image.rounded {
    overflow: hidden;
    border-radius: 20px;
    margin: 40px 0;
}

.image.rounded > img {
    width: 100%;
    display: block;
}

.faq_list.accordion .item {
    margin-bottom: 40px;
}

.faq_list.accordion .question {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    padding: 15px 40px 15px 10px;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}

.faq_list.accordion .question:before {
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--main-color);
    padding: 0;
    border-radius: 50%;
    font-weight: bold;
    content: 'Q';
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1;
}

.faq_list.accordion .question:after {
    content: "\e5c5";
    display: grid;
    border-radius: 50%;
    background: #fff;
    color: var(--main-color);
    place-content: center;
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    line-height: 1;
    transition: rotate 0.3s;
    width: 24px;
    height: 24px;
    font-size: 24px;
    right: 10px;
}

.faq_list.accordion .question.open:after {
    rotate: 180deg;
}

.faq_list.accordion .answer {
    margin-top: 20px;
    padding-left: 1em;
    font-size: 14px;
}

@media (min-width: 768px) {
    .faq_list.accordion .question {
        font-size: 20px;
        padding: 20px 60px 20px 20px;
        border-radius: 100px;
        align-items: center;
        margin-right: 15px;
    }
    .faq_list.accordion .question:before {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 25px;
    }
    .faq_list.accordion .question:after {
        width: 36px;
        height: 36px;
        font-size: 30px;
        right: 20px;
    }
    .faq_list.accordion .answer {
        margin-top: 40px;
        padding-left: 3em;
        font-size: 16px;
    }
}



/* *************************************
// ヤクルトレディ募集
************************************* */

#recruitment_flow {
    padding: 80px 0;
}

#recruitment_flow .h_title002 {
    margin-bottom: 50px;
}
#recruitment_flow .h_title002:before,
#recruitment_flow .h_title002:after {
    background: #000;
}

#recruitment_flow .h_title002 .subtitle {
    color: #fff;
    background: var(--main-color);
    font-size: 12px;
    margin-bottom: 20px;
}
#recruitment_flow .h_title002 .subtitle:after {
    background: var(--main-color);
}

#recruitment_flow .h_title002 .maintitle {
    color: var(--text-color);
    font-size: 20px;
}

#recruitment_flow .flow2 {
    max-width: 350px;
    width: 80%;
    margin-inline: auto;
    display: grid;
    gap: 40px;
}


#recruitment_flow .flow2 .item {
    position: relative;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}


#recruitment_flow .flow2 .step {
    margin: 0;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    display: grid;
    place-content: center;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: relative;
}


#recruitment_flow .flow2 .step > span {
    display: block;
    text-align: center;
    line-height: 1;
}
#recruitment_flow .flow2 .step > span:first-child {
    font-size: 12px;
}
#recruitment_flow .flow2 .step > span:last-child {
    font-size: 30px;
}

#recruitment_flow .flow2 .step:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: var(--main-color);
    position: absolute;
    top: 100%;
    left: 50%;
}
#recruitment_flow .flow2 .item:last-child .step:after {
    display: none;
}


#recruitment_flow .flow2 .photo img {
    display: block;
    width: 60px;
    aspect-ratio: 1;
    object-fit: contain;
    filter: var(--filter-main-color);
    margin-inline: auto;
}

#recruitment_flow .flow2 .text {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}




@media (min-width: 768px) {

    #recruitment_flow .flow2 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
        max-width: 1200px;
        width: 96%;
    }

    #recruitment_flow .h_title002 .subtitle {
        font-size: 16px;
    }
    #recruitment_flow .h_title002 .maintitle {
        font-size: 25px;
    }

    #recruitment_flow .flow2 .item {
        flex-direction: column;
        background-color: #fff;
        padding: 15px 0;
        border-radius: 10px;
        border: 1px solid var(--main-color);
    }

    #recruitment_flow .flow2 .item:after {
        content: "";
        display: block;
        width: 15px;
        height: 20px;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        position: absolute;
        top: 50%;
        left: auto;
        right: -20px;
        transform: translateY(-50%);
        background: var(--main-color);
    }
    #recruitment_flow .flow2 .item:last-child:after {
        display: none;
    }

    #recruitment_flow .flow2 .step {
        background: transparent;
        color: var(--main-color);
        height: auto;
    }

    #recruitment_flow .flow2 .step:after {
        display: none;
    }

    #recruitment_flow .flow2 .photo {
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        width: 80px;
        padding: 15px;
    }
    #recruitment_flow .flow2 .photo img {
        width: 100%;
    }

    #recruitment_flow .flow2 .text {
        font-size: 14px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #recruitment_flow .flow2 .photo {
        width: 100px;
    }

    #recruitment_flow .flow2 .text {
        text-align: center;
        font-size: 20px;
    }

    #recruitment_flow .flow2 .text br {
        display: block;
    }

}



#recruitment_info .h_title001 {
    color: #fff;
    margin-bottom: 40px;
}

#recruitment_info .h_title001 .subtitle {
    color: #fff;
}

#recruitment_info table table {
    width: auto;
    margin: 0;
}

#recruitment_info table table th,
#recruitment_info table table td {
    border: none;
    padding: 0 10px;
}



#recruitment_about {
    padding: 80px 0;
}

.image > img.dummy {
    aspect-ratio: 3 / 2;
    background: #ccc;
    display: block;
}



.p011 {
    position: relative;
    z-index: 0;
    padding: 80px 0;
}
.p011 img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.p011:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.p011:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 20%), -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 20%);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.p011 .box {
    background: rgba(255 255 255 / 0.9);
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
    width: auto;
    max-width: 90%;
    display: table;
    margin-inline: auto;
    z-index: 2;
    position: relative;
}
.p011 .box .h_title001 {
    text-align: left;
    margin-bottom: 30px;
}
.p011 .box .h_title001 .subtitle {
    line-height: 1.2;
}

.p011 .box .text p {
    font-size: 14px;
}
.p011 .box .text p br {
    display: none;
}

@media (min-width: 768px) {

    .p011 .box {
        padding: 40px;

        width: 600px;
        max-width: 90%;
    }

    .p011 > .inner {
        padding: 0 5%;
    }

    .p011 .box .text p {
        font-size: 16px;
    }

    .p011 .box .text p br {
        display: block;
    }
}

@media (min-width: 1200px) {
    .p011 .box {
        margin-left: auto;
        margin-right: 0;
    }

}


.flow3 {
    display: grid;
    grid-template-columns: 100%;
    max-width: 400px;
    margin-inline: auto;
}
.flow3 > .item {
    padding: 20px;
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    position: relative;
}

.flow3 > .item .number {
    font-size: 35px;
    font-weight: bold;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    width: 60px;
    aspect-ratio: 1;
    height: auto;
    display: grid;
    place-content: center;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: -23px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20px;
    top: -10px;
}

.flow3 > .item .image {
    width: 80%;
    margin: 0 auto 10px;
    border-radius: 15px;
    overflow: hidden;
}

.flow3 > .item .image > img {
    width: 100%;
    display: block;
}

.flow3 > .item .title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;

}
.flow3 > .item .subtitle1 {
    font-size: 14px;
    border: 1px solid #000;
    padding: 0 10px;
    border-radius: 100vmax;
    display: table;
    margin: auto;
}

.flow3 > .item .subtitle2 {
    font-size: 14px;
    background-color: var(--stripe_milky-bg);
    background-image: var(--stripe_milky-line);
    padding: 4px 20px;
    border-radius: 100vmax;
    display: table;
    margin: auto;
    position: relative;
    color: var(--main-color);
    font-weight: bold;
}

.flow3 > .item .description {
    margin-top: 10px;
    text-align: center;
}


@media (min-width: 1030px) {

    .flow3 {
        max-width: 96%;
        grid-template-columns: 1fr 1fr 1fr;
    }
}




#recruitment_form {
    padding: 80px 0;

}
#recruitment_form .box {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(221 0 54 / 0.3);
}
#recruitment_form .box .h_title001  {
    margin-bottom: 40px;
}


@media (min-width: 768px) {

    #recruitment_form .box {
        padding: 40px;
    }

}



/* *************************************
// 会社概要
************************************* */

.p002 {
    padding: 0 0 80px;
}

.p002 .h_title001 {
    text-align: left;
    margin-bottom: 40px;
}

.p002 .sub {
    font-weight: bold;
    font-size: 20px;
    color: var(--main-color);
    display: inline-block;
    position: relative;
    line-height: 2;
    margin-bottom: 20px;
}
.p002 .sub:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    background-color: transparent;
    background-image: var(--stripe_pink-line);
}

.p002 .two_in_one .image {
    width: 95%;
}

.p002 .two_in_one .image > img {
    object-position: center top;
}

.p002 .two_in_one .image figcaption{
    text-align: center;
    margin-top: 5px;
}

@media (min-width: 1030px) {

    .p002 .sub {
        font-size: 24px;
    }

    .p002 .two_in_one {
        align-items: center;
    }
    .p002 .two_in_one .image {
        width: 100%;
    }
}

.p003 {
    position: relative;
    z-index: 0;
}

.p003 .h_title001 {
    margin-bottom: 40px;
}

.p003 .h_title001 .subtitle {
    margin-bottom: 0;
}

.p003 .catch {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
    color: var(--main-color);
    display: table;
    border-bottom: 1px solid var(--main-color);
    margin-inline: auto;
    padding: 5px 10px;
}

.p003 .catch > img {
    display: block;
    width: 100px;
    margin: 0 auto 10px;

}

.p003 .box {
    color: var(--text-color);
    max-width: 95%;
    margin-inline: auto;
    border-radius: 15px;
    padding: 20px;
    font-size: 14px;
    margin-top: 40px;
}

.p003 .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 768px) {

    .p003 .catch {
        font-size: 25px;
    }

    .p003 .box {
        font-size: 16px;
    }
}


.p004 .h_title001 {
    margin-bottom: 40px;
}
.p004 > .inner > .h_title001,
.p004 > .inner > .h_title001 .subtitle {
    color: #fff;
}

.p004 table {
    width: 100%;
}
.p004 table tr th {
    font-weight: bold;
    border-bottom: none;
}

.p004 table tr td {
    padding-left: 2em;
}

.p004 table tr td p:last-child {
    margin: 0;
}

.p004 table a {
    color: var(--main-color);
    text-decoration: underline;
}

.p004 .box {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.company_box {
    margin: 40px 0;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.company_box h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 10px solid var(--main-color);
    padding-left: 10px;
}

.company_box .tel_box001 {
    font-size: 24px;
    margin: 10px 0;
}
.company_box .tel_box001 .number {
    justify-content: flex-start;
}
.company_box .tel_box001 .time {
    font-size: 14px;
}

.company_box .googlemap {
    margin: 20px 0;
}

@media (min-width: 768px) {

    .p004 .box {
        padding: 40px;
    }

    .p004 table {
        width: 80%;
    }
    .p004 table tr th {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .p004 table tr td {
        padding-left: 10px;
    }

    .company_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 10px 20px;
    }
    .company_box h3 {
        grid-column: 1 / 3;
        grid-row: 1 / 2; 
        margin: 0;
    }
    .company_box .text {
        grid-column: 1 / 3;
        grid-row: 2 / 3; 
    }

    .company_box .googlemap {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        margin: 0;
     }
    .company_box .image {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
    .company_box .image > img {
        aspect-ratio: 3 / 2;
        object-fit: contain;
        display: block;
    }
}

@media (min-width: 1200px) {
    .company_box {
        padding: 40px;
    }
}

#company_history {
    padding: 80px 0;

}
#company_history .box {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(221 0 54 / 0.3);
}
#company_history .box .h_title001  {
    margin-bottom: 40px;
}

#company_history table tr th {
    white-space: nowrap;
}

#company_history table tr th,
#company_history table tr td {
    border-bottom: none;
    border-top: 1px solid #ccc;
}
#company_history table tr:first-child th,
#company_history table tr:first-child td {
    border-top: none;
}
#company_history table tr th:nth-child(1),
#company_history table tr th:nth-child(2) {
    border-top-color: var(--main-color);
}
#company_history table tr.noborder th,
#company_history table tr.noborder td {
    border-top: none;
}

#company_history .youtube_wrap {
    width: 100%;
    margin: 80px auto 0;
}


@media (min-width: 768px) {

    #company_history .box {
        padding: 40px;
    }

    #company_history .youtube_wrap {
        width: 80%;
    }
}

@media (max-width: 767px) {
    #company_history table tr th,
    #company_history table tr td {
        border: none;
    }
    #company_history table tr {
        display: flex;
        flex-wrap: wrap;
    }

    #company_history table tr th:nth-child(1) {
        width: 100%;
        background: #ffcfcd;
    }
    #company_history table tr th:nth-child(1):empty {
        background: transparent;
        padding: 0;
    }
    #company_history table tr th:nth-child(2) {
        width: 70px;
        font-size: 14px;
    }
    #company_history table tr td {
        width: calc(100% - 70px);
        padding: 10px;
        font-size: 14px;
    }
}


#company_area {
    padding: 80px 0;
}

#company_area .h_title001 {
    margin-bottom: 40px;
}

#company_area .area {
    gap: 40px;
}
#company_area .area > div {
    padding: 20px;
    width: 100%;
    border-radius: 20px;
}

h3.pin {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h3.pin:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-bottom: 0.2em;
    margin-right: 1em;
}

@media (min-width: 768px) {
    h3.pin {
        font-size: 20px;
    }
}

ul.city {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 20px;
}

ul.city > li {
    margin-bottom: 5px;
}

ul.city  ul.town {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
}

ul.city  ul.town > li {
}
ul.city  ul.town > li:after {
    content: "/";
    display: inline;
    margin: 0 0.5em;
}
ul.city  ul.town > li:last-child:after {
    display: none;
}

@media (min-width: 1029px) {
    #company_area .area > div {
        width:  calc(50% - 20px);
    }
}


/**/
#company_center {
    padding: 80px 0;
}

#company_center .h_title001 {
    margin-bottom: 40px;
}

.center_list {
    display: grid;
    gap: 20px;
    grid-template-columns: 100%;
    margin-bottom: 40px;
}

.center_list > .item {
    display: grid;
    grid-template-columns: 100%;
    gap: 5px 0;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 20px;
    line-height: 1.5;
}

.center_list > .item .image {
    width: 60%;
    margin: auto;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.center_list > .item .image > img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.center_list > .item .name {
    grid-column: 1 / 2;
    grid-row: 2 / 3;

    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.center_list > .item .facility {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    display: flex;
}
.center_list > .item .facility > img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.center_list > .item .facility > img.invalid {
    filter: grayscale(100%);
}

.center_list > .item .tel_list {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.center_list > .item .tel_list > a {
    display: block;
    font-size: 18px;
}
.center_list > .item .tel_list > a > img {
    height: 16px;
    width: auto;
}
.center_list > .item .tel_list > a > span {
    font-size: 14px;
}
.center_list > .item .address {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}
.center_list > .item .address > span {
    display: block;
}

.center_list > .item .googlemap {
    grid-column: 1 / 2;
    grid-row: 6 / 7;
    aspect-ratio: 16 / 9;
    margin-top: 20px;
}


.icon_list {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.icon_list ul {
    display: flex;
    flex-wrap: wrap;
}
.icon_list ul > li {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 50%;
    padding: 3px 0;
}
.icon_list ul > li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}


@media (min-width: 768px) {

    .center_list {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .center_list > .item {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 6;
    }


    .icon_list {
        padding: 10px;
        border-radius: 10px;
        display: table;
        margin-inline: auto;
    }
    .icon_list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .icon_list ul > li {
        display: flex;
        align-items: center;
        font-size: 14px;
        width: auto;
        padding: 3px 0;
        margin-inline: 1.5em;
    }
    .icon_list ul > li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 5px;
    }


}

@media (min-width: 1030px) {

    .center_list > .item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: subgrid;
        grid-row: span 5;
        gap: 0 20px;
    }

    .center_list > .item .image {
        grid-row: 1 / 5;
        grid-column: 1 / 2;
        width: 100%;
    }
    .center_list > .item .name {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .center_list > .item .facility {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .center_list > .item .tel_list {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
    .center_list > .item .address {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }
    .center_list > .item .googlemap {
        grid-column: 1 / 3;
        grid-row: 5 / 6;
    }

}




.center_list2 {
    display: grid;
    gap: 15px;
}

.center_list2 > .item {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.center_list2 > .item .name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid var(--main-color);
}
.center_list2 > .item .address {
    line-height: 1.5;

}
.center_list2 > .item .address > span {
    display: block;        
}

.center_list2 > .item .lady_nursery {
    color: var(--main-color);
    font-size: 14px;
}

@media (min-width: 768px) {
    .center_list2 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

}







/* *************************************
// ヤクルトレディの1日
************************************* */

#lady_day_movie {
    padding-top: 80px;
}

#lady_day_movie .h_title002 {

}
#lady_day_movie .h_title002 .subtitle {
    background: var(--main-color);
    color: #fff;
}
#lady_day_movie .h_title002 .subtitle:after {
    background: var(--main-color);
}
#lady_day_movie .h_title002 .maintitle {
    line-height: 1.5;
    font-size: 20px;
    color: var(--text-color);
}
#lady_day_movie .h_title002:before {
    background: #333;
    display: none;
}
#lady_day_movie .h_title002:after {
    background: #333;
    display: none;
}
@media (min-width: 768px) {

    #lady_day_movie .h_title002:before {
        display: block;
    }
    #lady_day_movie .h_title002:after {
        display: block;
    }
    #lady_day_movie .h_title002 .maintitle {
        font-size: 25px;
    }
}




.flow4 {
    margin-top: 50px;
}

.flow4 .item {
    display: grid;
    grid-template-columns: 90px auto;
    grid-template-rows: auto auto;
    padding: 0;
    gap: 20px;
    position: relative;
    z-index: 0;
}

.flow4 .item:after {
    content: "";
    display: block;
    z-index: -1;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 45px;
    top: 40px;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
}

.flow4 .item:last-child:after {
    display: none;
}

.flow4 .item .time {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-content: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    font-size: 30px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;;
}

.flow4 .item .text h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.flow4 .item .image {
    width: 100%;
    margin-top: 0;
    grid-column: 2 / 3;
    grid-row: 2 / 3;;
}

@media (min-width: 768px) {

    .flow4 .item {
        display: grid;
        grid-template-columns: 120px auto 40%;
        grid-template-rows: auto;
        padding: 20px;
        gap: 0 40px;
    }
    .flow4 .item:after {
        left: 80px;
    }


    .flow4 .item .time {
        width: 120px;
        height: 120px;
    }

    .flow4 .item .text h3 {
        margin-top: 40px;
    }
    .flow4 .item .image {
        margin-top: 40px;
        grid-row: 1;
        grid-column: 3 / 4;
    }

}




/* *****************************************************************************
// Fixedバナー
***************************************************************************** */

.fixed_bnr {
    position: fixed;
    bottom: 50px;
    top: auto;
    right: 0;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    z-index: 1;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.fixed_bnr .fukidashi {  
    background: #ffd100;
    color: var(--text-color);
    bottom: 100%;
    right: 0;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    border-radius: 50%;
    padding: 15px;
    letter-spacing: -1px;
    display: none;
    margin-right: 5px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
}
.fixed_bnr .fukidashi:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border-left: 8px solid #ffd100;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateY(-50%) rotate(11deg);
    z-index: -1;
}

.fixed_bnr .bnr {   
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    writing-mode: vertical-rl;
    display: block;
    padding: 10px 10px;
    border-radius: 15px 0 0 15px;
    width: 50px;
    margin-left: auto;
}

.fixed_bnr .bnr img.icon {  
    width: 30px;
    height: auto;
    object-fit: contain;
    margin-bottom: 5px;
}

.fixed_bnr .bnr img.arrow {  
    width: 15px;
    height: auto;
    object-fit: contain;
    margin-top: 15px;
}

@media (min-width: 1030px) {

    .fixed_bnr {
        top: 120px;
        bottom: auto;
    }

    .fixed_bnr .fukidashi {  
        display: block;
    }

    .fixed_bnr .bnr {
        width: 80px;
        display: flex;
        align-items: center;
        padding: 30px 20px 20px;;
        font-size: 20px;
    }

}


/* *****************************************************************************
// sitemap
***************************************************************************** */
.sitemap a {
    color: var(--text-color);
}

.sitemap a[href]:hover {
    color: var(--main-color);
    text-decoration: underline;
}

ul.sitemap {
    list-style: circle;
    margin-left: 2em;
}

ul.sitemap > li::marker {
    color: var(--main-color);
}

ul.sitemap > li {
    margin-bottom: 5px;
}


.sitemap ul.sub-menu {
    padding-left: 2em;
}

ul.sitemap > li ul.sub-menu > li > *:before {
    content: "-";
    display: inline;
    margin-right: 0.5em;
}

/* *************************************
// 地域活性化
************************************* */

article.community {
    padding-top: 0;
}

.s001 {
    padding: 80px 0;
}

.s001:nth-child(even) {
    position: relative;
    z-index: 0;
}
.s001:nth-child(even):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--stripe_pink-bg);
    background-image: var(--stripe_pink-line);
    clip-path: polygon(0 50px, 100% 0%, 100% calc(100% - 50px), 0% 100%);

}
.s001:nth-child(even):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--stripe_milky-bg);
    background-image: var(--stripe_milky-line);
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
}

.s001 .h_title004 {
    margin-bottom: 40px;
}

.s001 .h_title004 > h2 {
    font-size: 24px;
    font-weight: bold;
    display: table;
    position: relative;
    padding: 0 1em;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.s001 .h_title004 > img {
    margin: 0 auto 10px;
    width: 130px;
    display: block;
}

.s001 .h_title004 .date {
    display: table;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 100vmax;
}

.p012 .image {
    display: grid;
    gap: 20px;
    grid-template-columns: 100%;
    margin-bottom: 20px;
}

.p012 .image > img {
    width: 100%;
    display: block;
    margin-inline: auto;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.p012 .image.one > img {
    max-width: 800px;
    margin-inline: auto; 
}


.p012 .text {
    margin-top: 40px;
}

.p012 .text p {
    line-height: 2;
    text-align: justify;
}

.p012 .text p > span.color {
    color: var(--main-color);
}

.p012 .text .bnr_wrap {
    text-align: center;
    margin-top: 30px;
}

.p012 .text .bnr_wrap .fukidashi {
    display: table;
    padding: 0 30px;
    position: relative;
    margin: 40px auto 20px;
    font-size: 20px;
    font-weight: bold;
}

.p012 .text .bnr_wrap .fukidashi:before {
    content: "";
    display: block;
    width: 2px;
    height: 2em;
    background: var(--text-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-20deg);
}
.p012 .text .bnr_wrap .fukidashi:after {
    content: "";
    display: block;
    width: 2px;
    height: 2em;
    background: var(--text-color);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(20deg);
}


.p012 .text .bnr_wrap img {
    width: 600px;
    max-width: 100%;
}


.p012 .flow6 h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    display: table;
    border: 1px solid #000;
    padding: 0 15px;
    border-radius: 10px;
}
.p012 .flow6 .flow6_list {
    display: grid;
    gap: 15px 30px;
    grid-template-columns: repeat(6, 1fr);

}
.p012 .flow6 .flow6_list > .item {
    background-color: #ffcfcd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    min-height: calc(3em + 20px);
}

.p012 .flow6 .flow6_list > .item:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p012 .flow6 .flow6_list > .item:last-child:after {
    display: none;
}


#health_factory {
    margin-bottom: 50px;
}

@media (min-width: 768px) {

    .s001 .h_title004 > h2 {
        font-size: 30px;
    }

    .p012 .image.two {
        grid-template-columns: 1fr 1fr;
    }




    .p012 .image.three {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1029px) {
    .p012 .flow6 .flow6_list {
        gap: 15px 30px;
        grid-template-columns: repeat(3, 1fr);
        width: 80%;
        margin: auto;

    }

    .p012 .flow6 h3 {
        margin-inline: auto;
    }


}

@media (max-width: 767px) {
    .p012 .flow6 .flow6_list {
        grid-template-columns: repeat(2, 1fr);
        width: 95%;
    }
    .p012 .flow6 .flow6_list > .item:after {
        width: 20px;
        right: -26px;
        clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    }

    .p012 .flow6 .flow6_list > .item:nth-child(even):after {
        left: -25px;
        top: 96%;
        transform: rotate(145deg);transform: rotate(145deg);
    }

}



/* *************************************
// 健康教室
************************************* */

article.health {
    padding: 0 0 80px;
}

.s002 {
    padding: 80px 0;
}

.h_title005 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}  

.h_title005 img {
    height: 4em;
    width: auto;
    transform: rotate(-5deg);
}
.h_title005 h2 {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    line-height: 1.5;
    border-radius: 15px;
    position: relative;
}

.h_title005 h2 img.point {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    position: absolute;
    bottom: 80%;
    left: 100%;
    transform: none;
}

.h_title005 h2:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    top: 50%;
    left: -19px;
    transform: translateY(-50%);
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

@media (min-width: 768px) {
    .h_title005 {
        justify-content: center;
        font-size: 35px;
    }  
    .h_title005 h2 img.point {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        bottom: 80%;
        left: 100%;
    }
}


.p013 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


.p013 .image {
    margin-bottom: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: 100%;
    padding: 0 15px;
    width: 100%;
    order: 2;
}

.p013 .image > img {
    width: 100%;
    display: block;
    margin-inline: auto;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.p013 .image.one > img {
    max-width: 800px;
    margin-inline: auto; 
}

.p013 .text {
    width: 100%;
    order: 1;
}

.p013 .text p {
    line-height: 2;
    text-align: justify;
}

@media (min-width: 768px) {

    .p013 .image {
        order: 1;
    }

    .p013 .image.two {
        grid-template-columns: 1fr 1fr;
    }
    .p013 .image.three {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .p013 .text {
        order: 2;
    }

    .p013 .text p {
        text-align: center;
    }
}



.s003 {
    padding: 80px 0;
}

.h_title006 {
    margin-bottom: 40px;
    display: flex;
    font-size: 35px;
    align-items: center;
    justify-content: center;
}

.h_title006 img {
    margin-right: 0.5em;
    height: 1.5em;
    width: auto;
}

.h_title006 h2 {
    color: #fff;
    font-weight: bold;
}

.voice_item {
    display: grid;
    gap: 50px;
    justify-content: center;
    margin-bottom: 30px;
}

.voice_item .image {
    width: 200px;
    min-width: 200px;
    margin-inline: auto;
}

.voice_item .image > img {
    width: 200px;
    aspect-ratio: 1;
    overflow: hidden;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.voice_item .image .name {
    text-align: center;
    background: #ffd100;
    font-weight: bold;
    padding: 5px 20px 5px 10px;
    line-height: 1.5;
    margin-top: -10px;
    position: relative;
    width: calc(100% + 10px);
    margin-right: -10px;
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0% 100%);
}

.voice_item .text {
    width: 100%;
}

.voice_item .fukidashi {
    padding: 20px 40px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}
.voice_item .fukidashi:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media (min-width: 768px) {

    .voice_item {
        gap: 60px;
        grid-template-columns: 200px auto;
    }


    .voice_item .text {
        width: 100%;
    }

    .voice_item .fukidashi {
        padding: 40px;
        min-height: 200px;
        display: grid;
        place-content: center;
    }
    .voice_item .fukidashi:after {
        top: 100px;
        left: -29px;
        transform: translateY(-50%);
        clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    }

    .voice_list002 > .item:nth-child(even) > .voice_item {
        flex-direction: row-reverse;
    }
    .voice_list002 > .item:nth-child(even) > .voice_item .fukidashi:after {
        left: auto;
        right: -29px;
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    }

}


/* *************************************
// さんさん保育園
************************************* */

#sansan_top {
    padding-bottom: 50px;
}

#sansan_top .h_title004 > h2 {
    font-size: 30px;
    font-weight: bold;
    display: table;
    position: relative;
    padding: 0 1em;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.5;
}

#sansan_top .h_title004 > img {
    margin: 0 auto 10px;
    width: 130px;
    display: block;
}

#sansan_top .text {
    margin-bottom: 80px;
}

#sansan_top .flow5 {
    width: 1200px;
    max-width: 95%;
    margin: auto;
    display: grid;
}

#sansan_top .flow5 .item {
    padding: 0;
    width: 100%;
    display: grid;
    gap: 70px;
    position: relative;
    grid-template-columns: 1fr 120px 1fr;
    padding-bottom: 80px;
}

#sansan_top .flow5 .item:after {
    content: "";
    display: block;
    z-index: -1;
    width: 0px;
    height: 100%;
    position: absolute;
    border-left: 10px dotted var(--main-color);
    left: 50%;
    transform: translateX(-50%);
}

#sansan_top .flow5 .item .time {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-content: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    font-size: 30px;
    grid-column: 2 / 3;
}

#sansan_top .flow5 .item:nth-child(odd) .box {
    grid-column: 3 / 4;
}
#sansan_top .flow5 .item:nth-child(even) .box {
    grid-column: 1 / 2;
}
#sansan_top .flow5 .item:nth-child(odd) .image {
    grid-column: 1 / 2;
}
#sansan_top .flow5 .item:nth-child(even) .image {
    grid-column: 3 / 4;
}

#sansan_top .flow5 .item .box {
    border-radius: 20px;
    padding: 30px 40px;
    background-color: var(--stripe_milky-bg);
    background-image: var(--stripe_milky-line);
    grid-row: 1 / 2;
    align-self: start;
    position: relative;
}

#sansan_top .flow5 .item .box:before {
    content: "";
    width: 30px;
    height: 40px;
    display: block;
    background: var(--main-color);
    position: absolute;
    top: 60px;
    transform: translateY(-50%);
}
#sansan_top .flow5 .item:nth-child(odd) .box:before {
    left: -50px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#sansan_top .flow5 .item:nth-child(even) .box:before {
    right: -50px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}


#sansan_top .flow5 .item .box .title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

#sansan_top .flow5 .item .box .text {
    margin: 0;
}

#sansan_top .flow5 .item .image {
    position: relative;
    z-index: 0;
    grid-row: 1 / 2;
    align-self: center;
    justify-self: center;
}
#sansan_top .flow5 .item .image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    clip-path: polygon(70% 2%, 96% 16%, 100% 63%, 77% 100%, 13% 92%, 1% 47%, 18% 0);
    position: absolute;
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    left: 15px;
    top: 15px;
    z-index: -1;
}
#sansan_top .flow5 .item .image > img {
    display: block;
    background: #ffcfcd;
    clip-path: polygon(70% 2%, 96% 16%, 100% 63%, 77% 100%, 13% 92%, 1% 47%, 18% 0);
    width: auto;
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 1029px) {

    #sansan_top .flow5 .item {
        grid-template-columns: 120px 1fr 1fr;
        column-gap: 0;
    }
    #sansan_top .flow5 .item:after {
        left: 40px;
    }
    #sansan_top .flow5 .item:nth-child(odd) .time,
    #sansan_top .flow5 .item:nth-child(even) .time  {
        grid-column: 1 / 2;
    }
    #sansan_top .flow5 .item:nth-child(odd) .box,
    #sansan_top .flow5 .item:nth-child(even) .box {
        grid-column: 2 / 3;
    }
    #sansan_top .flow5 .item:nth-child(odd) .image,
    #sansan_top .flow5 .item:nth-child(even) .image {
        grid-column: 3 / 4;
    }

    #sansan_top .flow5 .item .time {
        width: 80px;
        height: 80px;
        margin-right: 40px;
        font-size: 25px;
    }
    #sansan_top .flow5 .item .box {
        padding: 20px;
    }

    #sansan_top .flow5 .item:nth-child(odd) .box:before,
    #sansan_top .flow5 .item:nth-child(even) .box:before {
        width: 20px;
        height: 25px;
        left: -30px;
        top: 40px;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }

    #sansan_top .flow5 .item .image > img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    #sansan_top .flow5 .item {
        grid-template-columns: 100px 1fr;
        grid-template-rows: auto auto;
        column-gap: 0;
        row-gap: 0;
        padding-bottom: 40px;
    }
    #sansan_top .flow5 .item:after {
        left: 30px;
        border-left-width: 5px;
    }
    #sansan_top .flow5 .item:nth-child(odd) .time,
    #sansan_top .flow5 .item:nth-child(even) .time  {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    #sansan_top .flow5 .item:nth-child(odd) .box,
    #sansan_top .flow5 .item:nth-child(even) .box {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    #sansan_top .flow5 .item:nth-child(odd) .image,
    #sansan_top .flow5 .item:nth-child(even) .image {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    #sansan_top .flow5 .item .time {
        width: 60px;
        height: 60px;
        margin-right: 40px;
        font-size: 20px;
    }

    #sansan_top .flow5 .item:nth-child(odd) .box:before,
    #sansan_top .flow5 .item:nth-child(even) .box:before {
        width: 20px;
        height: 25px;
        left: -30px;
        top: 30px;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }

    #sansan_top .flow5 .item .box .title {
        font-size: 20px;
        line-height: 1;
    }

    #sansan_top .flow5 .item .box .text p {
        font-size: 14px;
    }

    #sansan_top .flow5 .item .image {
        width: 80%;
        margin-top: -20px;
    }
    #sansan_top .flow5 .item .image > img {
        height: 160px;
    }
}



#sansan_center {
    padding: 50px 0;
    background-color: var(--stripe_milky-bg);
    background-image: var(--stripe_milky-line);
}

#sansan_center h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    display: table;
    margin-inline: auto;
    padding: 10px;
    border-bottom: 1px solid #000;
}

#sansan_center .text {
    margin-bottom: 50px;
}

.sansan_center_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 30px;
}

.sansan_center_list > .item {
    width: 100%;
}
.sansan_center_list > .item .image{
    z-index: 0;
    position: relative;
    border-radius: 15px;
    overflow :hidden;
}
.sansan_center_list > .item .image > img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    display: block;
}
.sansan_center_list > .item .name {
    background-color: var(--stripe_red-bg);
    background-image: var(--stripe_red-line);
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: -20px auto 0;
    border-radius: 100vmax;
    z-index: 1;
    font-weight: bold;
    position: relative;
}

@media (max-width: 1029px) {

    .sansan_center_list {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 767px) {

    #sansan_center h2 {
        font-size: 20px;
    }

    .sansan_center_list {
        grid-template-columns: 1fr;
    }
    .sansan_center_list > .item {
        width: 80%;
        justify-self: center;
    }

}