/*
Theme Name: ANTHEM Child
Theme URI: https://tcd-theme.com/tcd083
Template: anthem_tcd083
Author: TCD
Author URI: https://tcd-theme.com/
Description: "ANTHEM" is a WordPress theme that allows you to create great sales pages. It beautifully expresses the features of products and includes a review function. Smart ranking pages also supports product sales.
Version: 1.15.1.1747643315
Updated: 2025-05-19 17:28:35

*/

/*ヘッダー*/
#header_top {
    display: none;
}

/*フッター*/
#menu_button span { background:#FFF; }
#header_top_inner{ height: 20px; }
footer { background:#000; }
#footer_bottom a { color:#FFF; }
.footer_menu a { color:#FFF; text-decoration-line: underline;}
.img_center{margin-left: 0;}
@media only screen and (max-width: 580px) {
   .img_center{ margin-left: auto; margin-right: auto;}
}


/* SNSボタン */
#footer_sns { font-size:0; z-index:20; text-align:center; position:absolute; top:20px;  }

.section-title { text-align: center; font-size: 3vw; font-weight: 900; }

table.top-company { text-align: center; font-size: 1.6rem; }
table.top-company td { padding: 10px 0px 10px 10px; text-align: left; line-height: 2rem;}
table.top-company th { padding: 10px 10px 10px 0px; text-align: right; }


/*--------------------------------------*/
/*トップページ                            */
/*--------------------------------------*/
.overview{
	margin-top: 20px;
	font-size: 1.0rem;
	line-height: 1.8rem;
}

.more_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #1D1C1C;
  position: relative;
  border: 2px solid #1D1C1C;
  /*border-radius: 35px;*/
  transition: color 0.5s ease;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.more_btn:hover {
  color: #fff;
}
.post_content a.more_btn:hover {
  color: #fff;
}
.more_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.more_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1D1C1C;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}

table.top-company{
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
table.top-company th{
	width: 45%;
	font-size: 20px;
	font-weight: 900;
	border-bottom: solid 1px #CCC;
	text-align: center;
	vertical-align: middle;
}
table.top-company td{
	width: 55%;
	font-size: 18px;
	font-weight:normal;
	border-bottom: solid 1px #CCC;
	padding: 20px 0;
}
@media only screen and (max-width: 520px) {
	table.top-company th{
		width: auto;
	}
	table.top-company td{
		width: auto;
	}
}


.image_hover a{
    display: block;
    position: relative;
}
.image_hover a::before{
    content: "採用情報";
	font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.image_hover img{
    width: 100%;
    vertical-align: middle;
}
.image_hover a:hover::before{
    opacity: .8;
}




/* 会社概要テーブル */
#table-company {
	/*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
#table-company::-webkit-scrollbar{
  display:none;
}
#table-company tr { border-bottom: 1px solid #b5b1b1; }
#table-company th,
#table-company td { padding: 24px 0; border: none; background: none; white-space:normal; letter-spacing: 0.05em; font-size: 1.0rem;}
#table-company th { width: 30%; font-weight: 400; }

/* sp */
@media only screen and (max-width: 480px) {
  #table-company th,
  #table-company td { width: 100%; display: block; white-space: pre-line;}
  #table-company th { width: 100%; }
  #table-company td { padding-top: 0; font-size: 0.8rem; }
}




/*-----------------------*/
/* 店舗案内テーブル */
/*-----------------------*/
#table-shop {
	/*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}
#table-shop tr:nth-child(odd){
  background-color: #eee
}
/*スクロールバー非表示（Chrome・Safari）*/
#table-shop::-webkit-scrollbar{
  display:none;
}
#table-shop tr { border-bottom: 1px solid #b5b1b1; }
#table-shop th,
#table-shop td { padding: 24px 0; border: none; background: none; white-space:normal; font-size: 1.2vw; font-weight: normal;}
#table-shop th { width: 30%; font-weight: 600; vertical-align: middle; font-size: 1.0vw;}

/* sp */
@media only screen and (max-width: 1500px) {
  #table-shop th,
  #table-shop td { font-size: 18px;}
}
@media only screen and (max-width: 480px) {
  #table-shop th,
  #table-shop td { width: 100%; display: block; white-space: pre-line; text-align: center; font-size: 14px;}
  #table-shop th { width: 100%; padding: 10px 0; }
  #table-shop td { padding: 0 0 24px 0; }
}

#table-shop2 {
	/*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}
#table-shop2 tr:nth-child(odd){
  background-color: #eee
}
/*スクロールバー非表示（Chrome・Safari）*/
#table-shop2::-webkit-scrollbar{
  display:none;
}
#table-shop2 tr { border-bottom: 1px solid #b5b1b1; }
#table-shop2 th,
#table-shop2 td { padding: 0 5%; border: none; background: none; white-space:normal; font-size: 1.1vw; font-weight: normal; font-family: "Noto Sans JP",sans-serif;}
#table-shop2 th { width: 30%; font-weight: 600; vertical-align: middle; font-size: 1.0vw;}

/* sp */
@media only screen and (max-width: 1500px) {
  #table-shop2 th,
  #table-shop2 td { font-size: 18px;}
}
@media only screen and (max-width: 480px) {
  #table-shop2 th,
  #table-shop2 td { width: 100%; display: block; white-space: pre-line; text-align: center; font-size: 14px;}
  #table-shop2 th { width: 100%; padding: 10px 0; }
  #table-shop2 td { padding: 10px 0 10px 0; }
}


/*オーパーツパージ　ふわっと処理*/
.inview1{
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
  transition-delay: 0.5s;
}

.inview1.show{
  opacity: 1;
  transform: translateY(0px); 
}

/*ランディングページ*/
.lp-sub_title {
    display: inline-block;
    position: relative;
    transition: all 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-weight: 900 !important;
    font-family: "Noto Sans JP", sans-serif !important;
	font-size: 3vw;
}
.section-subtitle { text-align: center; font-size: 1.5vw; font-weight: 300; padding-top: 20px;}


@media only screen and (max-width: 768px) {
    .lp-sub_title {
        font-size: 6vw;
    }
	.section-subtitle{ font-size: 3vw;}
}
@media only screen and (max-width: 520px) {
    .sub-title {
        font-size: 8vw;
    }
	.section-subtitle{ font-size: 4vw;}
}

.lp-p{
	font-size: 16px;
    font-weight: 500;
	letter-spacing: 0.05em;
    font-size: 1.0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    word-wrap: break-word;
}



/*-----------------------*/
/* オーパーツトップ         */
/*-----------------------*/
#index_news_inner{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#index_news_list{
    top: 22px;
    width: 100%;
	margin-bottom: 100px;
}

article.news_item{
    border-bottom: 1px #ccc solid;
	padding: 0 5%;
}
#index_news_list a{
    padding: 1.5em 0;
	display: block;
}
#index_news_list a .date {
    float: left;
    width: 120px;
    top: 2px;
    position: relative;
	margin-right: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 1.7;
}
#index_news_list a .news_title{
    /* font-size: 14px; */
    font-size: 16px;
    font-weight: 500;
    float: left;
	text-align: left;
    width: calc(100% - 150px);
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
@media only screen and (max-width: 520px) {
	article.news_item{
		padding: 0 15px;
	}
	#index_news_list a .date {
		width: auto;
	}
}

.link_access{
    width: 100%;
    overflow: hidden;
}
.link_access a{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;	
}
.link_access a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #35913C, inset 0 0 #35913C, inset 0 0 #35913C, inset 0 0 #35913C;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
}
.link_access img{
    width: 100%;
    vertical-align: middle;
}
.link_access a:hover {

	
}
.link_access a:hover::before{
    box-shadow: inset 15px 0 #35913C, inset 0 15px #35913C, inset -15px 0 #35913C, inset 0 -15px #35913C;
}



/*----------------------------------*/
/*  査定                             */
/*----------------------------------*/
/*lineお問い合わせ*/
.line_btn,
a.line_btn,
button.line_btn {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, YuGothic, "游ゴシック sans-serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.line_code{
	font-size: 14px;
	font-weight: normal;
}

a.btn-tag {
  padding: 1.5rem 1.5rem 1.5rem 110px;
  color: #fff;
  background: #00B900;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}

a.btn-tag:hover {
  color: #fff;
  background: #4cc764;
}

a.btn-tag i {
  font-size: 300%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0;
}
.line_center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 520px) {
    .line_btn,
	a.line_btn,
	button.line_btn {
		font-size: 16px;
	}
	a.btn-tag {
  		padding: 2rem 2rem 2rem 80px;
	}
	a.btn-tag:before {
	  	width: 65px;
	}
	a.btn-tag i {
		width: 40px;
		padding: 20px 10px;
	}
}

/*-----------------------------------------------*/
/*  サービス
/*-----------------------------------------------*/
.icon-service {
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
}
.icon-service span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
}
.icon-service img {
    max-width: 100%;
    transform: rotate(0);
    transition: all 0.6s;
}
.service_h{ text-align: center; font-size: 26px; font-weight: 600;}

/*-----------------------------------------------*/
/*お問い合わせフォーム                              */
/*-----------------------------------------------*/

table.tbl-contact_name {
	max-width: 450px;
}
table.tbl-contact_date {
	max-width: 680px;
}

.recruit-form input[type="text"], .recruit-form input[type="password"], .recruit-form input[type="email"], .recruit-form input[type="url"], .recruit-form input[type="tel"], .recruit-form input[type="submit"], .recruit-form textarea {
    margin: 0 auto;
    padding: 7px;
    font-size: 16px;
    max-width: 95%;
    border: 1px solid rgba(0,0,0,0.50);
    display: inline;
}
.recruit-form input[type="text"].datepicker{
    max-width:200px;
}
.recruit-form input[type="text"].contact_date,
.recruit-form select.contact_date
{
    margin-bottom: 10px;
    margin-right: 20px;
	padding: 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.recruit-form input[type="text"].user_name{
    /*margin-bottom: 10px;*/
}
.recruit-form textarea {
	width: 800px;
}
.recruit-form select {
    font-size: 16px;
    border: 1px solid rgba(0,0,0,0.50);
    background-color: #fff;
    margin: 0px auto;
    padding: 7px;
}
.input_time, .input_birthday{ 
    font-size: 16px;
}

dl.contact-form dt{
    background-color: #000;
    color: #FFF;
    font-weight: 500;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 110%;
	margin-bottom: 0;
}
dl.contact-form dd{
    padding: 20px;
	background-color: #FFFFFF;
}
dl.contact-form dd.email{
    padding: 20px;
	margin-bottom: 0px;
}
dl.contact-form dd.re_email{
    padding: 0px 20px 20px;
	margin-bottom: 20px;
}
dl.contact-form dd.no-padding{
    padding: 0px;
}

.mw_wp_form_confirm .confirm-hidden {
	display: none;
}

.contact_form_font14{
    font-size:14px;
}
@media only screen and (max-width:480px){
    .confirm-hidden{
         font-size: 14px;
        word-wrap: break-word;
        /*width:100%;*/
    }
}

.must {
    background-color: #a11515;
    /*border: solid 2px #fff;*/
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 12px;
    color: #FFF;
    margin: 0px 10px;
    border-radius: 4px;
    background-size: 100% 100%;
}

.any {
    background-color: #275BA2;
    /*border: solid 2px #fff;*/
    /*text-shadow: 0px 1px 2px #933;*/
    padding: 2px 5px;
    font-size: 90%;
    color: #FFF;
    margin: 0px 10px;
    border-radius: 4px;
    background-size: 100% 100%;
}

.loop-section.contact-section .loop-article:hover:after{
    width: 0%;
}

table.tbl-contact_category,
table.tbl-contact_date,
table.tbl-contact_name {
    margin-bottom: 0px;
}
table.tbl-contact_date td,
table.tbl-contact_name td {
　border: none;
  padding: 20px 0px 20px 20px;
  border-color: transparent;
}
table.tbl-contact_category td {
　border: none;
  padding: 0px ;
    border-color: transparent;
}

table.tbl-contact_name td{ 
    border: none;
    padding-left: 20px;
}
table.tbl-contact_name td.right{ 
    border: none;
    padding-right: 20px;
}
table.tbl-birthday{
	width: inherit;
	border-top: 0px solid #ccc;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 400px;
}
table.tbl-birthday tr td{
	border: 0;
}
table.tbl-birthday td{
	padding: 10px 8px;
}

@media only screen and (max-width: 520px) {
	table.tbl-birthday td{ padding: 0px;}
	dl.contact-form dd { padding: 10px 0px; }


}


/*
.form-icon{
    position: relative;
    top: 35px;
    left: -30px;
}
*/
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-contact_category{
      width: 100%;
  }
  .tbl-contact_date {
    width: 80%;
  }
  .tbl-contactl_item th,
  .tbl-contact_category td,
  .tbl-contact_date th, 
  .tbl-contact_date td{
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-contact_date td.right{
      padding-top: 0px;
   }
  .tbl-contact_category td.item_data{
      padding-left:30px;
      margin-top: -10px;
          padding-bottom: 15px;
  }
}

.form2 span.mwform-radio-field label {
    padding: 5px;
    /*border: solid 1px #EEE;*/
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    white-space: nowrap;
}

.form2 input[type="radio"] + span {
    padding: 10px;
    border: solid 1px #555;
    border-radius: 5px;
    background-color: #FFF;
    /*box-shadow: 0px 1px 3px #ccc inset;*/
}

.form2 input[type="radio"]:checked + span {
    padding: 10px;
    border: solid 1px #000;
    /*color: #fff;*/
    border-radius: 5px;
    background-color: #aecaed;    /*box-shadow: 0px 1px 3px #ccc inset;*/
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}


html div.ui-datepicker {
    font-size: 14px;
}



.mw-wp-form__buttons button[type="submit"] {
  display: block;
  position: relative;
  width: 360px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #1B201A;
  color: #1B201A;
  transition: opacity .6s;
}

.mw-wp-form__buttons button[type="submit"]:hover {
  opacity: .6;
}

.mw-wp-form__buttons button[type="submit"].send:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1B201A;
  border-right: 1px solid #1B201A;
  content: '';
}
.mw-wp-form__buttons button[type="submit"].back:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(225deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1B201A;
  border-right: 1px solid #1B201A;
  content: '';
}

table.submit_area{
    max-width: 800px;
    width: 100%;
}
.content table.submit_area td{
    border: none;
    width: 50%;
}
@media only screen and (max-width:740px){
  .mw-wp-form__buttons button[type="submit"] {
      width: 95%;
      font-size: 12px;
      margin: 0;
  }
}
.error-hidden{
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    /*text-align: center;*/
    margin-top: 30px;
    font-weight: bold;
    display: none;
    background-color: red;
}

.btn-1 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 240px;
    padding: 20px 20px 20px 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;	
    background-color:#fff;
    color: #000;
    cursor: pointer;
    z-index: 0;
    transition: 0.3s ease-in-out;
}
.dp-container a.btn-1:hover {
    color: #fff;
    border: 1px solid #212121;
}
.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color:#212121;*/
    transform: translateX(-100%);
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.btn-1:hover:before {
    transform: translateX(0);
}
.btn-1:after{
    content: url("../img/common/arrow_b0.svg");
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    transition: all .4s;
}
.btn-1:hover:after{
    content: url("../img/common/arrow_f0.svg");
    right: 16px;
}
.form_exp {
   text-align: center;
	background-color: aliceblue;
    padding: 20px 20px;
    margin-bottom: 30px;
    line-height: normal;
}
@media screen and (max-width: 680px){
.form_exp {
    text-align: left;
}
}

h3.contact_form_h {
  position: relative;
  color: #000;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
}

h3.contact_form_h:before {
  font-family: "FontAwesome";
  content: "\f044";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
h3.contact_form_h:after{
    background: none;
}

 /*確認画面のみ表示*/
.mw_wp_form_input .confirm-display,
.mw_wp_form_complete .confirm-display {
    display: none;
}
.confirm-display{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}


.mw_wp_form_confirm #input_date.hidden,
.mw_wp_form_confirm #input_time.hidden{
	display: none;
}

.form_zip{
	max-width: 150px;
}

/*メールフォーム未入力赤枠表示*/
/*
dl.recruit-form dd.is-error {
    background-color: #ffe1e1;
}
table.tbl-rental_item td.is-error {
    background-color: #ffe1e1;
}
table.tbl-rental_name td.is-error {
    background-color: #ffe1e1;
}
table.tbl-rental_date td.is-error {
    background-color: #ffe1e1;
    padding-top: 10px;
}
*/

dd.is-error div.consent{
    background-color: #ffb4b4;
}
.is-error input,
.is-error select,
.is-error textarea{
 background-color: #ffb4b4;
}

.definition_box{
	margin: 0em auto 2em; /* ボックスの余白 */
	padding:2.5em 1.5em 2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #000;	/* ボックスの線 (太さ　種類　色)*/
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    width: 98%;
}
.definition_box .box_title {
background-color:#000; /* タイトル背景色 */
font-size: 1em;/* タイトル文字の大きさ */
color: #fff ; /* タイトル文字色 */
padding: 7px 10px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;	/* 配置(ここを動かす) */
top: 0; /*上から（0px）移動*/
left: 0; /*左から(0px)移動*/
font-size: 18px;
}

a.btn_08 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: auto;
    padding: 1rem;
    font-weight: bold;
    background: #32953e;
    border: 6px outset #226b2b;
    color: #fff;
    transition: 0.5s;
    /*font-size: 1.4em;*/
}


/*---------------------------------*/
/* スタッフ紹介
/*---------------------------------*/

.dp_sc_prof,.dp_sc_prof_top_area,.dp_sc_prof_img,.dp_sc_talk {
    position: relative;
    overflow: hidden;
}

.dp_sc_prof_top_area {
    min-height: 80px;
}

.dp_sc_prof_top_area.has-bd {
    margin-right: -2px;
}

.dp_sc_prof_top_bgimg {
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}

.dp_sc_prof_top_bgimg img {
    margin: 0;
    padding: 0;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.dp_sc_prof_top_bgimg img:hover {
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
};

.dp_sc_prof {
    text-align: center;
    margin-bottom: 40px;
	font-family: "Noto Sans JP", sans-serif;
}

.dp_sc_prof div {
    padding: 0;
}

.dp_sc_prof img {
    padding: 0;
    margin: 0;
}

.dp_sc_prof a,.dp_sc_prof a:hover {
    text-decoration: none;
}

.dp_sc_prof_top_bgimg {
    position: relative;
    margin: 0 auto;
    max-height: 200px;
}

.dp_sc_prof_top_bgimg img {
    width: 100%;
}

.dp_sc_prof_img,.talk_avatar {
    margin: 0 auto 10px auto;
}

.dp_sc_prof_img a,.talk_avatar a {
    display: block;
    height: 100%;
}
.dp_sc_prof_post {
    margin: 0 auto 15px auto !important;
	font-size: 22px;
	font-weight: bold;
    text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
.dp_sc_prof_name {
    margin: 0 auto 15px auto !important;
	font-size: 28px;
    text-align: center;
}

.dp_sc_prof_license{
	margin: 0 auto 30px auto !important;
    text-align: center;
}

.dp_sc_prof_desc {
    padding: 0 10px 15px 10px !important;
    line-height: 1.6;
}



.dp_sc_prof_img.circle,.talk_avatar.circle,.dp_sc_prof_img.circle .cover_img,.talk_avatar.circle .cover_img {
    border-radius: 50%;
}
[class*="dp_sc_"] .cover_img,[class^="dp_sc_"] .cover_img {
    display: block;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/*--------------------------------------*/
/* 車を探す                              */
/*--------------------------------------*/

.zoom-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.zoom-img:hover img {
  transform: scale(1.1); /* 拡大 */
}


/*--------------------------------------*/
/* ガリバー                             */
/*--------------------------------------*/
.gulliver_shop{ font-size: 2rem; line-height: 2rem; font-weight: 700; margin-bottom: 30px; color: #03835A; text-align: center;}
.gulliver_addr{ font-size: 1.0rem; line-height: 1.5rem; margin-bottom: 15px; text-align: center;}
.gulliver_tel{ font-size: 1.5rem; line-height: 1.5rem; text-align: center; }


.gulliver_link{
  --mainColor :#03835a;
  --subColor :#fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  border-style: solid;
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  font-weight: 700;
  color: var(--subColor);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
	font-size: 1.2rem;
 padding: 10px 20px;
/*
  font-size: clamp(14px, 1.1111111111111112vw, 18px);
  padding-right: clamp(8px, 4.266666666666667vw, 24px);
  padding-left: clamp(8px, 4.266666666666667vw, 24px);
  padding-top: clamp(4px, 2.1333333333333333vw, 12px);
  padding-bottom: clamp(4px, 2.1333333333333333vw, 12px);
  border-top-width: clamp(1px, 0.1388888888888889vw, 3px);
  border-right-width: clamp(1px, 0.1388888888888889vw, 3px);
  border-bottom-width: clamp(1px, 0.1388888888888889vw, 3px);
  border-left-width: clamp(1px, 0.1388888888888889vw, 3px);
*/
}

.gulliver_link:hover {
  background-color: var(--subColor);
  color: var(--mainColor);
}

/*
@media (min-width: 1025px) {
  .gulliver_link {
    font-size: clamp(14px, 4.266666666666667vw, 18px);
    padding-right: clamp(24px, 2.2222222222222223vw, 40px);
    padding-left: clamp(24px, 2.2222222222222223vw, 40px);
    padding-top: clamp(12px, 1.1111111111111112vw, 24px);
    padding-bottom: clamp(12px, 1.1111111111111112vw, 24px);
  }
}
*/

.gulliver_link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 5px;
  -webkit-column-gap: 5px;
  column-gap: 5px;
}

.gulliver_link-arrow .btn-arrow{
  position: relative;
  display: inline-block;
 transform: translateY(0%) rotate(45deg);
  border-style: solid;
  border-color: var(--subColor);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: clamp(10px, 0.6944444444444444vw, 12px);
  height: clamp(10px, 0.6944444444444444vw, 12px);
  border-top-width: clamp(2px, 0.1388888888888889vw, 3px);
  border-right-width: clamp(2px, 0.1388888888888889vw, 3px);
  margin: 0;
}

.gulliver_link-arrow:hover .btn-arrow{
  --tw-translate-x: 3px;
   transform: translateY(0%) rotate(45deg);
  border-color: var(--mainColor);
}

/*店舗リスト*/
.store__lists{
	margin-left: 0;
}
.store__lists .item {
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    /*width: calc(100%);*/
	width: 100%;
    max-height: 410px;
    height: 410px;
    overflow: hidden;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
    transform: translateZ(0);
}
.store__lists .item .link01 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.store__lists .item .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.store__lists .item:hover img {
  transform: scale(1.1); /* 拡大 */
}
.store__lists .item .store__contents {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    z-index: 10;
}
.store__lists .item .store__contents {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    z-index: 10;
}
.store__lists .item .store__contents .store__name {
    display: block;
    line-height: 1.25;
}
.store__lists .item .store__contents .store__name .name01 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
.store__lists .item .store__contents .add01 {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.05rem 0.5px;
	margin: 0 0 1em 0;
    color: #f1f1f1;
    line-height: 1.4;
}

/*--------------------------------------*/
/* 採用情報                              */
/*--------------------------------------*/

#entry-button a {
  font-family: 'Noto Sans JP', serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #333;
  font-weight: 700;
  border: solid 3px #333;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a.entry-a{ color: #fff; }
a:hover.entry-a{color: #333;}
#entry-button a:hover {
  color: #333;
  background: initial;
  transition: all 0.3s;
}


/*--------------------------------------*/
/* お知らせ                             */
/*--------------------------------------*/
#news_list a { display:block; height:120px; }
#news_list .image_wrap { display:block; width:200px; height:100%; float:left; position:relative; z-index:1; overflow:hidden; }
#news_list .title_area {
  border:1px solid #ddd;
  /* border-left:none; */
  border-bottom:none;
  width:calc(100% - 200px);
  float:left;
  background:#fff;
  height:100%;
  position:relative;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#news_list .date { font-size:16px; font-weight: 400; color:#999; margin:8px 0 0 0; }
#news_archive #main_col {
  background:#fff; border:1px solid #ddd; padding:60px 30px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


@media screen and (max-width:750px) {
  #news_list .image_wrap { width:30%; }
  #news_list .title_area { width:70%; }
  #news_list .item a { height:130px; }
  #news_list .title_area { border-right:none; }
  #news_list .title_area_inner { padding:0 20px; }
  #news_archive #main_col { border:none; padding:0; margin:0 0px 40px; background:none; }
}


/*スタッフ*/
.store__member {
    padding-top: 60px;
}

.store__member .member__wrap {
    margin-top: 55px;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    transition: all 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
}

@media (max-width: 575px) {
    .store__member .member__wrap {
        margin-top: 35px;
        padding-top: 50px;
        padding-bottom: 15px;
    }
}

.store__member .member__wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 10;
}

@media (max-width: 575px) {
    .store__member .member__wrap::before {
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 100%);
    }
}

.store__member .member__wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 30;
}

.store__member .member__wrap.active {
    opacity: 1;
}

.store__member .member__wrap.active::after {
    width: 0;
    background-color: #000;
}

.store__member .member__wrap .main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image {
        object-position: 58% center;
    }
}

.store__member .member__wrap .member__container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    z-index: 20;
}

@media (max-width: 991px) {
    .store__member .member__wrap .member__container {
        /*flex-direction: column-reverse;*/
        align-items: flex-start;
		flex-direction: row;
    }
}

.store__member .member__wrap .member__contents {
    margin-left: 35px;
    /*min-width: calc(100% - 625px - 35px);*/
	min-width: calc(100% - 800px);
	height: 400px;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents {
        margin-left: 20px;
        /*min-width: calc(100% - 625px - 20px);*/
		height: auto;
    }
}

@media (max-width: 991px) {
    .store__member .member__wrap .member__contents {
        margin-top: 15px;
        /*margin-left: 0;*/
		margin-left: 10px;
        min-width: 0;
		height: auto;
    }
}

.store__member .member__wrap .member__contents .position {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03rem;
}
.store__member .member__wrap .graph__contents .position {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03rem;
	margin-bottom: 1em;
	line-height: 1.4;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .position {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .position {
        font-size: 14px;
    }
}

.store__member .member__wrap .member__contents .profile {
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.store__member .member__wrap .member__contents .profile .name01,
.store__member .member__wrap .graph__contents .profile .name01 {
    margin-right: 25px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    line-height: 1.2;
	margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .profile .name01,
	.store__member .member__wrap .graph__contents .profile .name01 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .profile .name01,
	.store__member .member__wrap .graph__contents .profile .name01 {
        margin-right: 10px;
        font-size: 18px;
		margin-bottom: 50px;
    }
}

.store__member .member__wrap .member__contents .profile .en__name,
.store__member .member__wrap .graph__contents .profile .en__name {
    margin-right: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #f1f1f1;
    letter-spacing: 0.07rem;
    line-height: 1;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .profile .en__name,
	.store__member .member__wrap .graph__contents .profile .en__name {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .profile .en__name {
        margin-right: 18px;
        font-size: 13.5px;
        color: #f5f5f5;
    }
}

.store__member .member__wrap .member__contents .profile .sns__container {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.store__member .member__wrap .member__contents .profile .sns__container .item {
    width: auto;
    height: 16px;
}

.store__member .member__wrap .member__contents .profile .sns__container .item:nth-child(n+2) {
    margin-left: 18px;
}

.store__member .member__wrap .member__contents .profile .sns__container .item .link01 {
    display: inline-block;
    width: auto;
    height: 100%;
    transition: 0.3s;
}

.store__member .member__wrap .member__contents .profile .sns__container .item .link01:hover {
    opacity: 0.6;
}

.store__member .member__wrap .member__contents .profile .sns__container .item .link01 .icon01 {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.store__member .member__wrap .member__contents .profile__txt01,
.store__member .member__wrap .graph__contents .profile__txt01 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfd;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .profile__txt01,
	.store__member .member__wrap .graph__contents .profile__txt01 {
        margin-top: 12px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .profile__txt01,
	.store__member .member__wrap .graph__contents .profile__txt01 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.5;	
    }
}

.store__member .member__wrap .graph__contents {
    position: relative;
    /*max-width: 625px;*/
	/*width: 100%;*/
    /*height: 452px;*/
    /*text-align: center;*/
	margin-left: 5%;
	margin-right: 5%;
	color: #FFFFFF;
	padding-top: 50px;
}
/*
@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents {
        width: 500px;
        min-width: 500px;
        height: 362px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents {
        width: 310px;
        min-width: 310px;
        height: 224px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents {
        width: 185px;
        min-width: 185px;
        height: 134px;
    }
}
*/
.store__member .member__wrap .graph__contents::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 390px;
    height: 390px;
    background-image: url(../../store/images/graph_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -5;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents::before {
        width: 312px;
        height: 312px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents::before {
        width: 193px;
        height: 193px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents::before {
        width: 116px;
        height: 116px;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.95);
    z-index: 10;
}

.store__member .member__wrap .graph__contents .skill__list--sm .item {
    font-size: 14px;
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.88);
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(1) {
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(1) {
        top: -6.5px;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
    display: inline-block;
    top: 109px;
    right: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: left;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
        top: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
        top: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
        top: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
    display: inline-block;
    bottom: 109px;
    right: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: left;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
        bottom: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
        bottom: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
        bottom: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(4) {
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(4) {
        bottom: -8.5px;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
    display: inline-block;
    bottom: 109px;
    left: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: right;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
        bottom: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
        bottom: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
        bottom: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
    display: inline-block;
    top: 109px;
    left: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: right;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
        top: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
        top: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
        top: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .graph01 {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.store__member .member__wrap:nth-of-type(2n)::before {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.68) 100%);
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n)::before {
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.5) 100%);
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image {
        object-position: 42% center;
    }
}

@media (min-width: 1650px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--t01 {
        object-position: center 8%;
    }
}

.store__member .member__wrap:nth-of-type(2n) .main__image--r02 {
    object-position: 75% center;
}

.store__member .member__wrap:nth-of-type(2n) .main__image--l02 {
    object-position: 25% center;
}

.store__member .member__wrap:nth-of-type(2n) .main__image--l03 {
    object-position: 35% center;
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--r02sp {
        object-position: 75% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--r03sp {
        object-position: 68% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--l01sp {
        object-position: 21% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--l02sp {
        object-position: 30% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--l03sp {
        object-position: 36% center;
    }
}

.store__member .member__wrap:nth-of-type(2n) .member__container {
    flex-direction: row;
}

@media (max-width: 991px) {
    .store__member .member__wrap:nth-of-type(2n) .member__container {
        flex-direction: column-reverse;
    }
}

.store__member .member__wrap:nth-of-type(2n) .member__contents {
    margin-right: 35px;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .store__member .member__wrap:nth-of-type(2n) .member__contents {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .store__member .member__wrap:nth-of-type(2n) .member__contents {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .store__member .member__wrap:nth-of-type(2n) .graph__contents {
        margin-left: auto;
    }
}



@media (min-width: 1650px) {
    .store__member .member__wrap .main__image--t01 {
        object-position: center 8%;
    }
}

.store__member .member__wrap .main__image--r01 {
    object-position: 65% center;
}

.store__member .member__wrap .main__image--r02 {
    object-position: 75% center;
}

.store__member .member__wrap .main__image--r03 {
    object-position: 83% center;
}

.store__member .member__wrap .main__image--l02 {
    object-position: 25% center;
}

.store__member .member__wrap .main__image--l03 {
    object-position: 35% center;
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--r01sp {
        object-position: 80% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--r02sp {
        object-position: 75% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--r03sp {
        object-position: 55% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--l02sp {
        object-position: 30% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--l03sp {
        object-position: 36% center;
    }
}

.staff_name_right{
	width: auto;
	display: flex;
    justify-content: flex-end;
}
.staff_name_left{
	width: auto;
	display: flex;
    justify-content: flex-start;
}




