/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2025 | 03:52:24 */
html #wpadminbar {
    display: none;
}
.entry-content #original h2 {
    font-size: initial;
    text-align: left;
}
.entry-content #original h2::after {
    display:none;
}
.entry-content h2, h2 {
    line-height: 1.8;
}
.es-list.grid h3 {
    text-align:center;
}
#staff .img_4_3 {
    aspect-ratio: 1/1;
}
#staff .img_4_3 img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 50%;
}
.entry-content #original .flow-box-item * + .ttl-nvy{
	margin-top:0!important;
}

/*#original .top-news .es-list li:last-child {
display:none;
}*/
#original .top-news .es-list.list-direction-column h3 {
    font-weight: normal;
}

/* アイコンのサイズを変更するためのルール */
.material-symbols-outlined{
	margin: 0 2px;
  display: inline-flex;
  vertical-align: middle;
}
.material-symbols-outlined.md-12 { font-size: 12px; }
.material-symbols-outlined.md-13 { font-size: 13px; }
.material-symbols-outlined.md-14 { font-size: 14px; }
.material-symbols-outlined.md-15 { font-size: 15px; }
.material-symbols-outlined.md-16 { font-size: 16px; }
.material-symbols-outlined.md-18 { font-size: 18px; }
.material-symbols-outlined.md-24 { font-size: 24px; }
.material-symbols-outlined.md-36 { font-size: 36px; }
.material-symbols-outlined.md-48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */
.material-symbols-outlined.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-symbols-outlined.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景の場合に白色でアイコンを表示するためのルール */
.material-symbols-outlined.md-light { color: rgba(255, 255, 255, 1); }
.material-symbols-outlined.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }





@media screen and (min-width: 769px){

/*=====================================

【PC】

=====================================*/
html .admin-bar{
    margin-top: -32px !important;
}
.es-container{
width:100%!important;
max-width:100%!important;
margin:0!important;
padding:0!important;
}
.es-separate-container #primary, .es-separate-container #secondary {
    padding-bottom: 0!important;
}
.top-news .es-list-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.mgtp80{
	margin-top:80px!important;
}
#original .es-list.list-border-bottom li {
	border-bottom: none;
    margin: 0;
    padding: 0;
}
#original .es-list.list-direction-column li:last-child {
    margin-bottom: initial!important;
}
.entry-content #original p {
    margin-bottom: 0;
	line-height: 1.8;
}
footer#colophon{
	display:none;
}
	
	.es-normal-title-enabled #page {
		width: min(90%, 1150px);
		margin:0 auto;
	}
.es-normal-title-enabled  #page header {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 100%;
}
/*=====================================
初期設定
=====================================*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #1d1d1e;
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
    letter-spacing: .03em
}
body {
    width: 100%
}
body * {
	box-sizing: border-box;
	word-wrap: break-word;
}
/* タグのリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form, blockquote, label {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
    font-weight: normal;
	line-height: 1.8;
	list-style-type: none;
}
table, th, td {
	/*	border: none;*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間を除去 */
/* 画像綺麗に縮小 */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
ins {
    text-decoration: none;
}
/* フォーカスしたらプレースホルダーを非表示に */
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{
	color: transparent;
}
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder,textarea:focus::placeholder{
	color: transparent;
}
/* プレースホルダーテキストの調整 */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgb(189, 188, 188);
    font-size: 80%;
}
   :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(189, 188, 188);
    font-size: 80%;
}
   ::placeholder{ /* Others */
    color: rgb(189, 188, 188);
    font-size: 80%;
}
/* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}


/*=====================================
テキスト・カラー指定
=====================================*/
:root {
    --wht: #fff;
    --blk: #1d1d1e;
    --gry: #77777c;
    --pgry: #f5f5f5;
    --lgry: #d5d5d5;
    --dgry: #36363a;
    --nvy: #243a66;
    --red: #c40202;
    --blu: #3575d3;
    --lblu: #5390ea;
    --nblu:#385889;
    --wine: #a54a4a;
    --grn: #749750;
    --gld: #c19227;
    --trp: rgba(255,255,255,0);
    --c: center;
    --r: right;
    --l: left;
    --x2l: clamp(28px, 2.2vw, 36px);
    --xl: clamp(23px, 1.87vw, 31px);
    --tl: clamp(19px, 1.53vw, 26px);
    --tm: clamp(17px, 1.26vw, 23px);
    --nm: clamp(15px, 1.07vw, 18px);
    --ts: clamp(13px, .8vw, 14px);
    --t2s: clamp(10px, .667vw, 11px);
}
a {
	color: var(--blu);
    text-decoration: underline;
    transition: .2s
}
a:hover {
    color: var(--lblu);
    text-decoration: none
}
img {
    max-width: 100%
}
.cont-l {
    padding: min(6.67%, 100px) 0
}
.cont-m {
    padding: min(5%, 75px) 0
}
.cont-s {
    padding: min(3.33%, 50px) 0
}
[class^="inner-"], [class*=" inner-"] {
    margin-left: auto;
    margin-right: auto;
}
.inner-l {
    width: min(90%, 1150px)
}
.inner-m {
    width: min(80%, 950px)
}
.inner-s {
    width: min(60%, 750px)
}
[class^="inner-"] + [class^="inner-"],
[class^="inner-"] + [class*=" inner-"],
[class*=" inner-"] + [class^="inner-"],
[class*=" inner-"] + [class*=" inner-"] {
    margin-top: min(7.5%, 100px)
}
.cmn-box {
    padding: min(3.33%, 50px)
}
.inner-l.cmn-box {
    padding: min(6.67%, 100px)
}
.inner-m.cmn-box {
    padding: min(5%, 75px)
}
.cmn-box > * + * {
    margin-top: min(4.34%, 50px)
}
.cmn-base > * + * {
    margin-top: min(3.48%, 40px)
}
.pdt00 {
    padding-top: 0!important
}
.pdt03 {
    padding-top: 3%!important
}
.pdb00 {
    padding-bottom: 0!important
}
.pdg00 {
    padding-top: 0!important;
    padding-bottom: 0!important
}
.mgr05 {
    margin-right: 5%!important
}
.mgb00 {
    margin-bottom: 0!important
}
.mgb50 {
    margin-bottom: min(3.33vw, 50px)!important
}
.bg-wht {
    background: var(--wht)
}
.bg-gry {
    background: var(--gry)
}
.bg-pgry {
    background: var(--pgry)
}
.bg-lgry {
    background: #ddd
}
.bg-wine {
    background: var(--wine)
}
.bg-grn {
    background: var(--grn)
}
.bg-gld {
    background: var(--gld)
}
.bg-nblu {
    background: var(--nblu)
}
.txt-wht {
    color: var(--wht)!important
}
.txt-gry {
    color: var(--gry)!important
}
.txt-nvy {
    color: var(--nvy)!important
}
.txt-red {
    color: var(--red)!important
}
.txt-wine {
    color: var(--wine)!important
}
.txt-grn {
    color: var(--grn)!important
}
.txt-gld {
    color: var(--gld)!important
}
.txt-underline {
    text-decoration: underline;
}
.txt-upper {
    text-transform: uppercase;
}
.txt-c {
    text-align: var(--c)!important
}
.txt-l {
    text-align: var(--l)!important
}
.txt-r {
    text-align: var(--r)!important
}
.fs-es {
    font-size: var(--t2s)!important
}
.fs-s {
    font-size: var(--ts)!important
}
.fs-m {
    font-size: var(--tm)!important
}
.fs-l {
    font-size: var(--tl)!important
}
.fs-el {
    font-size: var(--x2l)!important
}
.pcno {
    display: none!important
}
.gry-frame {
    border: 1px solid var(--lgry)
}
.wd100 {
    width: 100%
}
.fs-bold {
 font-weight: 700!important;
}

/*=====================================
ローディング
=====================================*/
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: 1s
}
.loaded {
    opacity: 0;
    visibility: hidden
}


/*=====================================
ヘッダー
=====================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin: auto;
    width: 100%
}
header .header__wrap {
    height: 136px
}
header .header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 min(3.333%,50px);
    width: 100%;
    height: 76px;
    background: var(--wht)
}
.header__logo {
    display: flex;
    align-items: center
}
.bh-logo {
    display: inline-block;
    width: 14.4vw;
    max-width: 216px;
    font-size: 0
}
.bh-logo img {
    width: 100%
}
.subnavi__lists {
    display: flex;
    flex-direction: row;
    align-items: center
}
.subnavi__lists li {
    font-size: var(--ts)
}
.subnavi__lists > li {
    padding-left: min(2.5vw,38px)
}
.subnavi__lists > li > a {
    display: flex;
    align-items: center;
    color: var(--blk);
    transition: .3s;
    text-decoration: none
}
.subnavi__lists li a:hover {
    color: var(--gry)
}
.subnavi__lists li a.btn {
    padding: 6px 20px 6px 18px;
    background: var(--nvy);
    border-radius: 3px;
    color: var(--wht);
    transition: .3s
}
.subnavi__lists li a.btn:hover {
    background: var(--lblu)
}
.subnavi__lists > li > a [class^="ic-"] {
    margin-right: 5px;
    font-size: 20px
}
.subnavi__lists > li a.btn [class^="ic-"] {
    margin-right: 9px;
}
.subnavi__list {
    position: relative
}
.subnavi__list:hover .dropdown__lists {
    visibility: visible;
    opacity: 1;
}
.dropdown__lists {
    visibility: hidden;
    width: 640px;
    position: absolute;
    top: 42px;
    left: calc(50% - 300px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 4px;
    padding: 22px 15px 30px;
    background: var(--wht);
    filter:drop-shadow(0px 0px 6px rgba(50, 50, 50, .3));
    opacity: 0;
    transition: .3s
}
.dropdown__lists::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 18px 10px;
    border-color: var(--trp) var(--trp) var(--wht) var(--trp);
    transform: translate(294px, -30px);
}
.dropdown__lists li {
    flex-basis: calc(25% - 4px);
    line-height: 1.4
}
.dropdown__lists li.half {
    flex-basis: calc(50% - 4px)
}
.dropdown__lists li a {
    color: var(--blk);
    text-decoration: none
}
.dropdown__lists img {
    display: block;
    width: 100%;
    aspect-ratio: 8/5;
    margin-bottom: 5px;
    opacity: 1;
    transition: .3s
}
.dropdown__lists li a:hover img {
    opacity: .8
}
.header__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: rgba(54,54,58,.9);
    border-top: 1px solid var(--lgry)
}
.header__menu {
    width: 100%
}
.header__menu .humberger {
    display: none;
}
.global-navigation__list li .accordion {
    visibility: hidden;
    position: absolute;
    top: 136px;
    left: 0;
    width: 100%;
    background: var(--pgry);
    opacity: 0;
    transition: .3s
}
.global-navigation__list li.gnavi__list:hover .accordion {
    visibility: visible;
    opacity: 1;
}
.global-navigation__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.global-navigation__list > li {
    flex-basis: 25%;
    height: 60px;
    font-size: clamp(12px, 1vw, 15px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    transition: .3s
}
.global-navigation__list > li {
    border-left: 1px solid rgba(213,213,213,.2);
}
.global-navigation__list > li:first-child {
    border-left: 0
}
.global-navigation__list li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 60px;
    background: var(--trp);
    font-size: clamp(12px, 1vw, 15px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}
.global-navigation__list > li > button a,
.global-navigation__list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: min(2%,10px) 0;
}
.global-navigation__list > li a {
    height: 60px;
    color: var(--wht);
    text-decoration: none;
    background: var(--trp);
    transition: .3s;
}
.global-navigation__list > li > button a:hover,
.global-navigation__list > li > a:hover {
    background: var(--wht);
    color: var(--blk)
}
.global-navigation__list li .accordion__list li a {
    color: var(--blk)
}
.global-navigation__list li .accordion__list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: min(3.333%,50px);
}
.global-navigation__list li .accordion__list li {
    flex-basis: calc((100% / 6) - 8px);
    text-align: left
}
.global-navigation__list li .accordion__list li a img {
    display: block;
    margin-bottom: 5px;
    opacity: 1;
    transition: .3s
}
.global-navigation__list li .accordion__list li a:hover {
    color: var(--gry)
}
.global-navigation__list li .accordion__list li a:hover img {
    opacity: .8
}

/*=====================================
フッター
=====================================*/
footer {
    padding: min(4%,60px) min(3.333%,50px);
    background: var(--dgry);
    color: var(--wht)
}
footer a,
footer a:hover {
    color: var(--wht);
    text-decoration: none
}
footer .bh-logo {
    display: block;
    margin: 0 auto 25px
}
.footer__inner {
    padding: min(2.667%,40px) 0;
    border-top: 1px solid rgba(213,213,213,.2)
}
.footer__inner:last-of-type {
    padding-bottom: 0
}
.footer__menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 12px;
  width: 100%;
  height: 350px
}
@media screen and (max-width: 900px){
    .footer__menu {
        height: 450px
    }
}
.footer__menu > li {
    padding-top: min(2%,20px);
    padding-right: min(1.667%,25px);
    width: 25%;
    font-size: clamp(15px, 1.07vw, 16px);
    font-weight: 700;
}
.footer__menu > li ul {
    padding-top: 4px;
}
.footer__menu > li ul li {
    padding: 4px 0;
    font-size: clamp(14px, 1vw, 15px)
}
.footer__menu > li ul li a {
    color: #c9c9cd;
}
.footer__menu > li ul li a:hover {
    color: var(--pgry)
}
.footer__menu > li ul li a::before {
	content: "\e315";
	flex-shrink: 0;
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
}
.footer__group img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    aspect-ratio: 2.333/1
}
.footer__group h2 {
    padding: 20px 12px 10px;
    font-size: var(--ts);
    font-weight: 700;
		color: var(--wht);
}
.footer__group p {
    padding: 0 12px;
    font-size: var(--ts)
}
.footer__btm {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.footer__btm li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: var(--ts);
}
.footer__btm li a {
    color: #c9c9cd;
}
.copyright {
    color: #c9c9cd;
    font-size: var(--t2s);
    text-align: right
}


/*=====================================
コンテンツ
=====================================*/
main #original section:last-of-type{
    padding: min(7.5%, 100px) 0!important;
}
main {
    padding-top: 76px;
}
main section {
    width: 100%
}
main p, main li {
    font-size: var(--nm);
    line-height: 1.8
}
sup {
    display: inline-block;
    font-size: 50%;
    vertical-align: text-top
}
.smp__btm {
    display: none
}

/*ボタン*/
.btnArea {
    margin-top: min(4.62%,40px);
    margin-bottom: min(4.62%,40px);
}
.gryBtn {
    padding: 2px 10px 2px 6px;
    background: var(--gry);
    border-radius: 3px;
    color: var(--wht);
    font-weight: 700
}
.gryBtn:hover {
    background: #999
}

/*見出し*/
.entry-content #original h2{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.8;
    list-style-type: none;
}
.entry-content #original h2::after {
    content: initial;
    display: initial;
    height: initial;
    margin: initial;
    width: initial;
}
.entry-content #original .ttl-blk {
    font-size: var(--x2l)!important;
    font-weight: 700!important;
    text-align: center!important;
    line-height: 1.8;
}
.entry-content #original * + .ttl-blk {
    margin-top: min(7.5%, 100px)!important
}
.entry-content #original .ttl-blk a {
    color: #1d1d1e!important;
    font-weight: 700!important;
    text-decoration: none!important
}
.entry-content #original .ttl-blk small {
    font-size: var(--nm)!important;
    font-weight: 400!important
}
.entry-content #original .ttl-blk.line::after {
    content: ''!important;
    display: block!important;
    margin: 20px auto 30px!important;
    width: 80px!important;
    height: 1px!important;
    background: var(--blk)!important
}
.entry-content #original .ttl-cmn {
    margin: 0 auto min(3%,15px);
    font-size: var(--tl)!important;
    font-weight: 700;
    letter-spacing: .05em
}
#newsrelease h2.ttl-cmn {    
	text-align: left;
}

.entry-content #original .ttl-nvy {
    color: var(--nvy)!important;
    font-size: var(--tl);
    font-weight: 700!important;
    letter-spacing: .05em!important;
    text-align: center!important;
	margin-bottom:0!important
}
.entry-content #original * + .ttl-nvy {
    margin-top: min(7.5%, 100px)!important
}
.entry-content #original .ttl-nvy.line {
    padding-bottom: min(1.667%,25px)!important;
    border-bottom:  1px solid var(--lgry)!important;
    text-align: left!important
}
.entry-content #original .ttl-nvy a {
    color: var(--nvy)!important;
    text-decoration: none!important
}
.entry-content #original .ttl-wht {
    color: var(--wht)!important;
    font-weight: 700!important
}
.entry-content #original .ttl-wht a {
    color: var(--wht)!important;
    text-decoration: none!important
}

/*レイアウト*/
.fbox {
    display: flex;
    flex-wrap: wrap;
}
.fbox.center {
    justify-content: center
}
.fbox.between {
    justify-content: space-between
}
.fbox img {
    max-width: 100%
}
.fbox__row2 {
    gap: 25px 4.35%
}
.fbox__row3 {
    gap: 25px 2.9%
}
.fbox__row4 {
    gap: 25px 2%
}
.fbox__row2 > * {
    flex-basis: 47.825%
}
.fbox__row3 > * {
    flex-basis: 31.4%
}
.fbox__row4 > * {
    flex-basis: 23.5%
}
.fbox .half {
    flex-basis: 47.825%
}
.entry-content #original .lead {
    text-align: center
}


/*=====================================
TOP PAGE
=====================================*/
/*MV*/
.mv-slider {
    width: 100%;
}
.mv-slider .slick-track {
    overflow: hidden;
    width: 100%;
    height: 750px;
    max-height: calc(90vh - 76px);
}
.mv-slider .slick-slide {
    position: relative
}
.mv-slider .slick-slide span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    font-size: clamp(24px, 1.8667vw, 30px);
    font-weight: 700;
    letter-spacing: .2em;
    text-shadow: rgba(35,35,35,.75) 0 0 6px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mv-slider .slick-slide img {
    position: absolute;
    top: 0;
    left: -10%;
    width: 110%;
    max-width: 110%;
    height: 750px;
    max-height: calc(90vh - 76px);
    object-fit: cover;
}
.add-animation img {
    animation: mvAnm 10s linear
}
@-webkit-keyframes mvAnm {
  0% {
    left: 0;
  }
  100% {
    left: -10%;
  }
}
@keyframes mvAnm {
  0% {
    left: 0;
  }
  100% {
    left: -10%;
  }
}
.mv-slider .slick-slide .mv-logo {
    position: relative;
    display: block;
    width: 300px;
    aspect-ratio: 4.5/1;
    background: url("/app/uploads/sites/1105/2023/10/logo-bh-nvy.png") no-repeat left top / contain;
    font-size: 0!important
}

/*top news*/
.top-news {
    padding: min(2%,30px) min(3.333%,50px);
}
.top-news li {
    padding: 0
}
.top-news .es-list-items{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-news li {
	width: 100%;
}
.top-news strong {
    margin-right: 30px
}
.top-news .date {
    margin-right: 30px;
    font-weight: 700
}
.top-news h3 {
	display:inline;
}
.top-news a {
    color: var(--blk);
    text-decoration: none
}
.top-news a:hover {
    color: var(--gry);
    text-decoration: none
}
.top-news .list_content.es-list-content::before{
  content: "NEW　";
	color: var(--nvy)!important;
	font-weight:bold;
}
.top-news .es-list.list-direction-column li:last-child {
    margin-bottom: 0;
}

/*pick up*/
.pickup {
    padding: 4% 0;
}
.entry-content #original .pickup .ttl-nvy {
margin-bottom: 20px!important;
}
.pickup-slider .es-list-items {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.pickup-slider .es-list-items .material-symbols-outlined  {
    font-size: 20px;
    line-height: 1.8;
    cursor: pointer;
    transition: .2s
}
.pickup-slider .es-list-items .material-symbols-outlined:hover  {
    color: var(--gry)
}
.pickup-slider .es-list-items .slick-list {
    order: 1;
    margin-bottom: 15px;
}
.pickup-slider .es-list-items .ic-prev {
    order: 2
}
.pickup-slider .es-list-items .slick-dots {
    order: 3;
}
.pickup-slider .es-list-items .ic-next {
    order: 4
}
.pickup-slider .es-list-items .slick-track {
    float: none;
    display: flex;
    gap: 50px;
    left: calc((20vw + 25px) * -1)
}
.pickup-slider .es-list-items .slick-slide {
    width: 40vw;
}
.pickup-slider .es-list-items .slick-slide img {
    width: 100%;
    max-width: auto!important
}
.pickup-slider.es-list-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.pickup-slider .img_4_3:before {
    padding-top: 60%;
}
/*service*/
.service {
    padding-top: min(5.333%, 80px)
}
.service-owner {
    display: flex;
    margin-top: min(3.333%,50px);
    border-top: 1px solid var(--lgry);
    border-bottom: 1px solid var(--lgry)
}
.s-owner {
    flex-basis: calc((100% / 3) * 2);
    flex-shrink: 0;
}
.s-consulting {
    flex-basis: calc(100% / 3);
    flex-shrink: 0;
    border-left: 1px solid var(--lgry)
}
.s-owner__inner {
    display: flex
}
.s-owner__inner a {
    flex-basis: 50%
}
.s-owner__inner a:nth-child(2) {
    border-left: 1px solid var(--lgry)
}
.s-owner .ttl-nvy,
.s-consulting .ttl-nvy {
    padding: 18px 0;
    margin-bottom: 0
}
.top-s-bnr {
    color: var(--blk);
    text-decoration: none
}
.top-s-bnr:hover {
    color: var(--gry)
}
.top-s-bnr span {
    overflow: hidden;
    display: block;
    width: 100%;
    aspect-ratio: 1.7794/1
}
.top-s-bnr span img {
    transform: scale(1);
    transition: .4s
}
.top-s-bnr:hover span img {
    transform: scale(1.1)
}
.top-s-bnr .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px max(4.4%,15px) 3px;
    font-size: var(--xl);
    font-weight: 700
}
.top-s-bnr .ttl::after {
    content: "\e315";
    flex-shrink: 0;
	font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-size: 21px;
    color: var(--dgry);
    transition: .2s
}
.top-s-bnr:hover .ttl::after {
    color: var(--gry)
}
.top-s-bnr p {
    padding: 0 max(4.4%,15px) 40px;
    font-size: var(--nm)
}
.top-indi {
    display: flex;
    gap: 2.6%;
    width: 92%;
    max-width: 1340px;
    margin: min(3.47%,40px) auto min(1.73%,20px);
}
.top-indi-bnr {
    flex-basis: calc(94.8% / 3);
    flex-shrink: 0;
    background: var(--wht);
    display: flex;
    align-items: stretch;
    color: var(--blk);
    text-decoration: none;
    cursor: pointer
}
.top-indi-bnr:hover {
    color: var(--gry);
}
.top-indi-bnr .ph {
    overflow: hidden;
    flex-shrink: 0;
    width: 42.8%;
}
.top-indi-bnr .ph img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transform: scale(1);
    transition: .4s
}
.top-indi-bnr:hover .ph img {
    transform: scale(1.1);
}
.top-indi-bnr .txt {
    position: relative;
    flex-grow: 1;
    padding: 7% 5%;
    font-size: clamp(15px, 1.26vw, 19px);
    font-weight: 700;
    line-height: 1.6
}
.top-indi-bnr .txt strong {
    display: block;
    font-size: clamp(21px, 1.87vw, 28px);
    font-weight: 400
}
.top-indi-bnr .txt img {
    width: 100%;
    margin-top: 8px;
}
.top-indi-bnr .txt::after {
    content: "\e879";
    position: absolute;
    bottom: -.5px;
    right: -.5px;
    font-size: 21px;
    line-height: 1;
	font-family: 'Material Symbols Outlined';
    font-weight: normal;
    color: var(--dgry);
    transition: .2s
}
.top-indi-bnr:hover .txt::after {
    color: var(--gry)
}
/*modal*/
body:not(.wp-admin) #original .modal_wrap input[type=checkbox], body:not(.wp-admin) #original .modal_wrap input[type=radio] {
display: none;
height: initial;
opacity: initial;
position: initial;
width: initial;
}
body .modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_content {
    align-self: center;
    width: 70%;
    padding: 50px 30px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}
.modal_content h4.fbox {
    align-items: center
}
.modal_content p {
  padding-top: 0;
}
.modal_menu {
    color: var(--blk);
    line-height: 1.5;
    text-decoration: none
}
.modal_menu:hover {
    color: var(--gry);
}
.modal_menu img {
    margin-bottom: 10px;
    opacity: 1;
    transition: .3s
}
.modal_menu:hover img {
    opacity: .8
}
.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

/*news release*/
#newsrelease .es-list-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
#newsrelease .es-list-items {
    border-top: 1px solid var(--lgry);
}
#newsrelease .es-list-items a {
    position: relative;
    color: var(--blk);
    text-decoration: none
}
#newsrelease .es-list-items a::after {
content: "\e315";
position: absolute;
top: calc(50% - 11px);
right: min(2.17%,25px);
font-size: 22px;
line-height: 1;
font-family: 'Material Symbols Outlined';
font-weight: normal;
color: var(--dgry);
transition: .2s
}
#newsrelease .es-list-items a:hover {
    color: var(--gry);
}
#newsrelease .es-list-items a:hover::after {
    right: min(1.74%,20px);
}
#newsrelease .es-list-items .list_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: min(2.17%,25px) min(2.17%,25px);
    border-bottom: 1px solid var(--lgry)
}
#newsrelease .es-list-items span {
    margin-right: min(6%,70px);
    font-weight: 700;
}
#newsrelease .es-list-items h3 {
    display: inline;
}


/*=====================================
CV
=====================================*/
.cv {
	margin: min(7.5%, 100px) 0 0 0;
    padding: min(5.333%,80px) 0;
    background: var(--nvy);
    color: var(--wht)
}
.cv__wrap {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}
.cv__bnr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 min(4%,20px);
    padding: 10px;
    flex-basis: 47.8%;
    aspect-ratio: 3.0556/1;
    background: var(--wht);
    color: var(--blk);
    font-size: var(--xl);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none
}
.cv__bnr.tel {
    pointer-events: none
}
.cv__bnr span {
    text-align: center
}
.cv__bnr .tag {
    padding: min(1.8%,10px);
    background: var(--nvy);
    color: var(--wht);
    font-size: var(--nm);
    line-height: 1.4;
    white-space: nowrap
}
.cv__bnr strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 min(2.8%,14px);
    color: var(--nvy);
    font-size: var(--x2l);
    white-space: nowrap
}
.cv__bnr small {
    display: block;
    margin-top: 6px;
    font-size: var(--ts);
    font-weight: 400
}
.cv__bnr [class^="ic-"] {
    color: var(--blk);
    font-size: 36px;
    transition: .3s
}
.cv__bnr:hover,
.cv__bnr:hover [class^="ic-"] {
    color: var(--gry)
}
@media screen and (max-width: 900px){
    .cv__bnr .tag {
        font-size: var(--ts);
    }
    .cv__bnr strong {
        font-size: var(--xl);
    }
}


/*=====================================
中面
=====================================*/
.pgbnr {
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: 5/1;
    background-position: center center;
    background-repeat: no-repeat
}
.pgbnr h1 {
    padding: clamp(30px, 2.5vw, 37.5px) min(5.333%,80px) 0;
    color: #fff;
    font-size: clamp(24px, 1.8667vw, 30px);
    font-weight: 700;
    letter-spacing: .2em;
    text-shadow: rgba(35,35,35,.75) 0 0 6px;
}
.pgbnr.bnr01 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_kashitai.webp")
}
.pgbnr.bnr02 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_service.webp")
}
.pgbnr.bnr03 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_uritai.webp")
}
.pgbnr.bnr04 {
    background-image: url("/app/uploads/sites/1105/2023/12/besthomes_header.webp")
}
.pgbnr.bnr05 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_tokucho.webp")
}
.pgbnr.bnr06 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_topmessage.webp")
}
.pgbnr.bnr07 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_companyhistory.webp")
}
.pgbnr.bnr08 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_staff.webp")
}
.pgbnr.bnr09 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_syukutoku.webp")
}
.pgbnr.bnr10 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_sumaisagashi.webp")
}
.pgbnr.bnr11 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_heyasagashi.webp")
}
.pgbnr.bnr12 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_reform.webp")
}
.pgbnr.bnr13 {
    background-image: url("/app/uploads/sites/1105/2023/11/img_reform.webp")
}
.pgbnr.bnr14 {
    background-image: url("/app/uploads/sites/1105/2023/10/img_consulting.webp")
}
.pgbnr.bnr15 {
    background-image: url("/app/uploads/sites/1105/2025/05/navy.jpg")
}
.point__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    padding-top: 6px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: var(--wht);
    font-size: 16px;
    font-weight: 700;
    transform: translateY(-50%)
}
.point__num strong {
    display: block;
    font-size: 24px;
}
.point__num span {
    font-weight: normal;
}
.entry-content #original h2.pointTtl {
	margin-top: min(4.34%, 50px);
    font-size: clamp(35px, 2.67vw, 43px);
    font-weight: 700
}
.plan {
    display: flex;
    justify-content: space-between
}
.plan__img {
    display: block;
    flex-shrink: 0;
    flex-basis: 34%;
    width: 34%;
    aspect-ratio: 1/1;
    object-fit: cover
}
.plan__txt {
    flex-basis: 60%
}
.plan__txt p {
    margin-top: 2.5%;
    width: 90%
}
.plan__logo {
    margin-top: 5%
}
.frame__box {
    padding: 3% 5%;
    border-style: solid;
    border-width: 2px;
    border-color: var(--nvy)
}
.frame__box.wine {
    border-color: var(--wine)
}
.frame__box.grn {
    border-color: var(--grn)
}
.frame__box.gld {
    border-color: var(--gld)
}
.frame__box.nblu {
    border-color: var(--nblu)
}
.pic__box {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.fbox.pic__box {
    gap: 30px min(3%,30px)
}
.pic__box figcaption {
    padding: 10px;
    color: var(--gry);
    font-size: var(--ts)
}
.check__list li {
    position: relative;
    padding: min(.5%,2px) 0 min(.5%,2px) 36px;
    font-size: var(--tm)
}
.check__list.fbox li {
    padding: min(.5%,2px) 20px min(.5%,2px) 36px;
}
.check__list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 2px;
    width: 16px;
    height: 8px;
    border-bottom: 4px solid var(--nvy);
    border-left: 4px solid var(--nvy);
    transform: translate(3px,-4px) rotate(-45deg)
}
.check__list.wine li::before {
    border-bottom: 4px solid var(--wine);
    border-left: 4px solid var(--wine);
}
.check__list.grn li::before {
    border-bottom: 4px solid var(--grn);
    border-left: 4px solid var(--grn);
}
.check__list.gld li::before {
    border-bottom: 4px solid var(--gld);
    border-left: 4px solid var(--gld);
}
.check__list.nvy li::before {
    border-bottom: 4px solid var(--nvy);
    border-left: 4px solid var(--nvy);
}
.more__body {
    display: none
}
.cmn-table {
    border-collapse: collapse
}
.cmn-table th,
.cmn-table td {
    border: 1px solid var(--lgry)
}
.cmn-table.chart thead th {
    font-size: var(--tm);
    font-weight: 700;
    text-align: center
}
.cmn-table.chart thead th,
.cmn-table.chart thead td {
    padding: 10px 12px
}
.cmn-table.chart tbody th {
    text-align: left
}
.cmn-table.chart tbody th,
.cmn-table.chart tbody td {
    padding: 12px;
    background-color: var(--wht);
    font-size: var(--nm)
}
.cmn-table.chart td {
    width: 25%;
    text-align: center
}
.cmn-table.chart .ic-next {
    display: inline-block;
    margin-left: 4px;
    transform: translateY(3px) rotate(90deg);
    color: var(--nvy);
    font-size: var(--tl);
    font-weight: 700
}
.cmn-table.chart .more__body th,
.cmn-table.chart .more__body td {
    background-color: #fcf8de
}
.cmn-table.chart tbody tr:nth-child(4n + 3) th,
.cmn-table.chart tbody tr:nth-child(4n + 3) td {
    background-color: var(--pgry)
}

/*=====================================
アンカーリンク
=====================================*/
.anchor-link__list {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.anchor-link__item:not(:first-child) {
    margin-left: 58px;
}

.anchor-link__item a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #333;
    text-decoration: none;
    font-size: 19px;
}

.anchor-link__item a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -6px;
    transform: rotate(45deg);
}

/*=====================================
会社概要
=====================================*/
.overview__items {
    margin-top: 60px;
}

.overview-item {
    display: flex;
    border-bottom: 1px solid #c9c9cd;
    padding: 20px 0;
}

.overview-item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    width: 25%;
    margin-left: 10px;
}

.overview-item__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: var(--blk);
    width: 72%;
    margin-left: 3%;
}
main section.factory-access {
    padding: min(7.5%, 100px) 0;
}
/*=====================================
アクセスマップ
=====================================*/

.accessmap {
    margin-top: 150px;
}

.accessmap__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 950 / 585;
    object-fit: cover;
}

/*=====================================
共通パーツ（cmn-section）
=====================================*/

.company-place-list__item:not(:first-child) {
    margin-top: 95px;
}

.cmn-section__container {
    display: flex;
    align-items: start;
}

.cmn-section__img {
    max-width: 400px;
    width: 100%;
}

.cmn-section__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 300;
    object-fit: cover;
}

.cmn-section__contents {
    margin-left: 40px;
}

.cmn-section__title {
    font-size: 23px!important;
    font-weight: 700!important;
    line-height: 1.75!important;
    letter-spacing: 0.025em!important;
    color: #243A66!important;
}

.cmn-section__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: var(--blk);
    margin-top: 40px;
}

.cmn-section iframe {
    margin-top: 35px;
    width: 100%;
}

/*=====================================
当社の特長
=====================================*/


.cmn-box__container {
    display: flex;
    align-items: start;
}

.cmn-box__container.cmn-box__container--store {
    justify-content: space-between;
}

.cmn-box__container--store .cmn-box__text {
    flex-basis: 52%;
}

.cmn-box__container--store .cmn-box-card {
    flex-basis: 42%;
    width: 100%;
}

.cmn-box__container--store .cmn-box-card__img img {
    aspect-ratio: 400 / 300;
}


.cmn-box__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--blk);
}

.cmn-box__img-container {
    display: flex;
}

.cmn-box__img-container.cmn-box__img-container--feature {
    margin-top: 35px;
}

.cmn-box-card:not(:first-child) {
    margin-left: 25px;
}

.cmn-box-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cmn-box__img-container--feature .cmn-box-card__img:first-child  {
    aspect-ratio: 492 / 260;
}

.cmn-box__img-container--feature .cmn-box-card__img:not(:first-child)  {
    aspect-ratio: 183 / 260;
}

.cmn-box-card__text {
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.75;
    color: #8e8e8e;
}

.frame__box-container {
    display: flex;
    align-items: start;
}

.frame__box-container.frame__box-container--domain {
    margin-top: 50px;
}

.frame__box-container.frame__box-container--shamaison {
    margin-top: 50px;
    justify-content: space-between;
}

.frame__box-container.frame__box-container--shamaison  .frame__box-text-contents {
    max-width: 431px;
    width: 100%;
}

.frame__box-container.frame__box-container--shamaison  .frame__box-img {
    max-width: 200px;
    width: 100%;
}

.frame__box-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
}

.frame__box-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--blk);
}

.frame__box-text  a {
    color: var(--red);
}

.frame__box-container--domain .frame__box-title:not(:first-child) {
    margin-top: 35px;
}

.frame__box-container--domain .frame__box-text {
    margin-top: 30px;
}

.frame__box-img {
    margin-left: 25px;
}

.frame__box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.frame__box-img-domain img {
    aspect-ratio: 378 / 344;
}

.cmn-box__img-container.cmn-box__img-container--store {
    margin-top: 35px;
}

.cmn-box__img-container--store .cmn-box-card__img  {
    max-width: 300px;
    width: 100%;
    max-height: 225px;
    height: auto;
}

.cmn-box__img-container--store .cmn-box-card__img img {
    aspect-ratio: 330 / 240;
}

.cmn-box iframe {
    width: 100%;
}

/*=====================================
トップメッセージ
=====================================*/
.topmessage-img,.philosophy-innner {
    width: 100%;
 margin-top: min(4.34%, 50px);
    font-size: clamp(35px, 2.67vw, 43px);
    font-weight: 700;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	line-height:1.4;
}
.topmessage-container {
    margin-top: 60px;
}

.topmessage-container__text {
    font-size: var(--nm);
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--blk);
}
.topmessage-container p {
	    font-size: var(--nm);
    font-weight: normal;
    line-height: 1.8!important;
    letter-spacing: 0.05em;
    color: var(--blk);
		margin-bottom:1em!important;
}

.topmessage-container__img {
	padding:1em 0 2em;
	text-align:center;
}
	.topmessage-container__img img {
	max-width:700px;
    width: 100%;
	text-align:center;
}


.topmessage-container--reverse .topmessage-container__text {
   margin-left: 50px;
}

.topmessage-image--Management-philosophy {
    margin-top: 80px;
	background-image:url("/app/uploads/sites/1105/2023/10/besthomes-5049-scaled.webp");
	background-repeat:no-repeat;
	background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	padding:2em;
}
	.topmessage-image--Management-philosophy .philosophy-innner  {
	background-color: rgba(255,255,255,0.8);
		width:98%;
		max-width:800px;
		margin:0 auto;
		padding:1em;
}
		.topmessage-image--Management-philosophy .philosophy-innner h3 {
font-size: var(--tm)!important;
			text-align:center;
			padding:0 0 1em;
			margin:0!important;
			font-weight: 700;
}
.officer-introduction-container {
    display: flex;
    align-items: start;
}

.officer-introduction-container__card-img {
    max-width: 300px;
    width: 100%;
}

.officer-introduction-container__card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 300 / 300;
}

.officer-introduction-container__card-text {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    text-align: center;
    margin-top: 20px;
}

.officer-introduction-container__text {
    font-size: var(--nm);
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--blk);
    margin-left: 60px;
}

/*=====================================
沿革
=====================================*/

.history-item {
    display: flex;
    align-items: flex-start;
}

.history-item__timeline {
    position: relative;
    color: var(--nvy);
    font-size: var(--nm);
    line-height: 1.75;
    font-weight: 700;
    white-space: nowrap;
    width: 9.5%;
    margin-top: 15px;
}

.history-item__border {
    width: 10.5%;
    border-top: 1px solid #243a66;
    margin-left: 21px;
    margin-top: 28px;
}

.history-item__text-wrapper {
    border-left: 1px solid #d2d2d2;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 80%;
}

.history-item__text {
    position: relative;
    font-size: var(--nm);
    line-height: 1.75;
    font-weight: normal;
}

.history-item__text::before {
    position: absolute;
    content: "";
    background-color: var(--nvy);
    border-radius: 50%;
    top: 7px;
    left: -23px;
    width: 12px;
    height: 12px;
}


/*=====================================
淑徳大学指定店
=====================================*/
.shinnyusei__frame {
    margin-top: 100px;
}

.frame__box-img-contents {
    max-width: 390px;
    width: 100%;
    display: flex;
    margin-left: 50px;
}

.frame__box-container.frame__box-container--shinnyusei {
    margin-top: 30px;
}

.frame__box-container.frame__box-container--shinnyusei  .frame__box-img {
    max-width: 185px;
    width: 100%;
    margin-left: 0;
}

.frame__box-container.frame__box-container--shinnyusei  .frame__box-img:not(:first-child) {
    margin-left: 20px;
}

.frame__box-container.frame__box-container--shinnyusei img {
    aspect-ratio: 185 / 260;
}

.cmn-section__container.cmn-section__container--reverse {
    flex-direction: row-reverse;
    margin-top: 35px;
}

.cmn-section__container.cmn-section__container--reverse  .cmn-section__contents {
    margin-left: 0;
}

.cmn-section__container.cmn-section__container--reverse  .cmn-section__img {
    margin-left: 65px;
}

.cmn-section__container.cmn-section__container--reverse  .cmn-section__text {
    margin-top: 0;
}

.cmn-section__container.cmn-section__container--real-estate  .cmn-section__text:last-child {
    margin-top: 15px;
}

.cmn-section__container.cmn-section__container--consulting  .cmn-section__text:last-child {
    margin-top: 15px;
}

.cmn-section__text-list {
    margin-top: 10px;
}

.cmn-section__text-list li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: var(--blk);
    text-indent: -1em;
    padding-left: 1em;
}

/* 当社管理物件例 */
.property-example {
    margin-top: 50px;
}

.property-example__list {
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
}

.property-example__item:not(:first-child) {
    margin-left: 50px;
}

.property-example-card {
    max-width: 550px;
    width: 100%;
}

.property-example-card__img-area {
    display: flex;
}

.property-example-card__img {
    width: 50%;
}

.property-example-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 275 / 205;
    object-fit: cover;
}

.property-example-card__text-area {
    background-color: var(--wht);
    padding: min(5%, 20px) min(7%, 30px);
}

.property-example-card__title {
    line-height: 1.75;
    letter-spacing: 0.025em;
    font-weight: 700;
    color: #000;
}


.property-example-card-description-list {
    margin-top: 30px;
}

.property-example-card-description-item {
    display: flex;
}

.property-example__button {
    text-align: center;
    text-align: -webkit-center;
}

.property-example-card-description-item__title, .property-example-card-description-item__text {
    font-size: clamp(12px, 1.26vw, 19px);
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: normal;
    color: #000;
}

.property-example-card-description-item__title {
    width: 18%;
}

.property-example-card-description-item__text {
    width: 82%;
}

/* お部屋のご内見のポイント */
.frame__box-container.frame__box-container--preview {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.frame__box-container.frame__box-container--preview:not(:first-child) {
    margin-top: 30px;
}

.frame__box-container.frame__box-container--preview .frame__box-img {
    margin-left: 0;
    max-width: 240px;
    width: 100%;
}

.frame__box-container.frame__box-container--preview img {
    aspect-ratio: 240 / 183;
}

.frame__box-container.frame__box-container--preview .frame__box-text-contents {
    margin-left: 45px;
}

.frame__box-container.frame__box-container--preview .frame__box-text {
    margin-top: 30px;
}

.preview-point__button {
    margin-top: 50px;
    text-align: center;
    text-align: -webkit-center;
}

/* 気にいったお部屋が見つかったら・・・ */
.cmn-box__container--favorite .cmn-box__text {
    flex-basis: 60%;
}

.cmn-box__container--favorite .cmn-box-card {
    flex-basis: 37.5%;
    width: 100%;
    margin-left: 63px;
}

.cmn-box__container--favorite .cmn-box-card__img img {
    aspect-ratio: 400 / 269;
}

.check__list-title {
    font-size: var(--tl);
}

.check__list-text {
    font-size: var(--tm);
}

/* 契約時にかかる費用は？ 電気・ガス・水道について（共通） */
.contract-price-contents__item:not(:first-child) {
    margin-top: 50px;
}

.contract-cost-contents__item:not(:first-child) {
    margin-top: 50px;
}

.description-item__label {
    font-size: clamp(15px, 1.26vw, 19px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    padding: 20px;
}

.description-item__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--blk);
    margin-top: 25px;
    margin-left: 25px;
}

.contract-price__button {
    margin-top: 50px;
    text-align: center;
    text-align: -webkit-center;
}



/* 在校生の方へ */
.cmn-section__container.cmn-section__container--zaikousei .check__list {
    margin-top: 30px;
}

.cmn-section__container.cmn-section__container--zaikousei .cmn-section__text {
    margin-top: 30px;
}

.zaikousei__container {
    margin-top: 50px;
}

.zaikousei__button {
    margin-top: 50px;
    text-align: center;
    text-align: -webkit-center;
}

/*=====================================
共通ボタン
=====================================*/
.button {
    max-width: 420px;
    width: 100%;
    padding: 29px 20px;
    border: 1px solid #d2d2d2;
    background-color: var(--wht);
    display: block;
    color: var(--blk);
    position: relative;
    text-align: left;
    text-decoration: none;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.025em;
    box-shadow: 0 2px #E2E2E2;
    transition: .3s;
}

.button:hover {
    color: var(--gry);
    box-shadow: none;
}

.button:hover::before {
    background-color: var(--gry);
}

.button::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 21.5px;
    height: 21.5px;
    background: var(--blk);
    transition: .3s;
}

.button::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 29px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

/*=====================================
お部屋探しのポイント
=====================================*/

.frame__box-wrapper {
    display: flex;
    justify-content: space-between;
}

.frame__box-wrapper.frame__box-wrapper--point {
    margin-top: 50px;
}

.frame__box-wrapper--point .frame__box {
    max-width: 459px;
    width: 100%;
    padding: 40px 30px;
}

.frame__box-wrapper--point .frame__box:not(:first-child) {
    margin-left: 30px;
}

/*=====================================
住まい探しの流れ
=====================================*/
.cmn-box__img-container.cmn-box__img-container--flow {
    justify-content: center;
}


.cmn-box__img-container--flow .cmn-box-card {
    max-width: 375px;
    width: 100%;
}

.cmn-box__img-container--flow .cmn-box-card:not(:first-child) {
    margin-left: 30px;
}

.flow-contents__items {
    margin-top: 50px;
}

/*=====================================
入居者様へのご案内
=====================================*/
	.guidance{	
	padding: min(7.5%, 100px) 0!important;
}	
.guidance__list {
    margin-top: 56px;
}

.guidance__item:not(:first-child) {
    margin-top: 90px;
}

.guidance__item .cmn-box__text {
    margin-top: 40px;
}

.guidance__item .frame__box {
    margin-top: 35px;
}

.guidance__item .cv__bnr {
    background-color: var(--nvy);
    aspect-ratio: 480 / 90;
    border-radius: 8px;
}


.guidance__item .ic-mail {
    color: var(--wht);
}

.guidance__item .cv__bnr.tel {
    background-color: var(--wht);
}

.live-qa__items {
    margin-top: 50px;
}

.live-qa__item:not(:first-child) {
    margin-top: 50px;
}

.live-qa__item .description-item__label  {
    display: flex;
    align-items: center;
}

.live-qa__item .description-item__label span {
    font-size: 23px;
    color: var(--wht);
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--grn);
    border-radius: 50%;
    padding: 6px 15px;
    max-width: 48px;
    width: 100%;
}

.live-qa__item .description-item__label p {
   margin-left: 20px;
   font-size: clamp(15px, 1.26vw, 19px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
}


.live-qa__item .description-item__text  {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.live-qa__item .description-item__text span {
    font-size: 23px;
    color: var(--wht);
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--nvy);
    border-radius: 50%;
    padding: 5px 16px;
}

.live-qa__item .description-item__text p {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--blk);
}


.guidance__button-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.guidance__button {
    max-width: 420px;
    width: 100%;
}

.button.button--guidance {
    display: flex;
    flex-shrink: 0;
}

.button__img {
    max-width: 46px;
    width: 100%;
}

.button__img  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 46 / 56;
}

.button__text {
    margin-left: 20px;
    font-size: clamp(15px, 1.26vw, 19px);
    letter-spacing: 0.025em;
}

.button__text span {
    font-size: clamp(21px, 1.87vw, 28px);
    line-height: 1.4;
    letter-spacing: 0.025em;
    font-weight: 700;
}

.guidance__button:not(:first-child) {
    margin-left: 80px;
}

.guidance__text-small {
    margin-top: 18px;
    display: block;
    text-align: center;
}

.guidance-container {
    margin-top: 44px;
}

.cmn-section__container.cmn-section__container--guidance .cmn-section__img {
    max-width: 200px;
	padding-top:0.7rem;
    width: 100%;
}

.cmn-section__container.cmn-section__container--guidance img {
    aspect-ratio: 382 / 45;
}

.cmn-section__container.cmn-section__container--guidance .cmn-section__text {
    margin-top: 0;
}

.cmn-section__container.cmn-section__container--guidance:not(:first-child) {
    margin-top: 48px;
}

/*=====================================
賃貸管理・賃貸仲介サービス
=====================================*/

.renntal {
    margin-top: 70px;
}

.customer-opinion {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 0;
}


.customer-opinion_list {
    margin-top: 70px;
}

.customer-opinion-box-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .customer-opinion-box-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
}

.customer-opinion__img {
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
}

.customer-opinion__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 320 / 143;
}

.besthomes-answer__frame {
    margin-top: 75px;
}

.frame__box-container.frame__box-container--besthomes-answer img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1035 / 560;
}



/*=====================================
共通パーツ
=====================================*/

.customer-opinion-box-item {
    padding: 20px;
    background-color: var(--wht);
    z-index: 0;
}

.customer-opinion-box-item__text {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    text-align: center;
}

.triangle__img {
    max-width: 143px;
    width: 100%;
    margin: 0 auto;
}

.triangle__img  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 270 / 90;
}

.flow-box-item {
    padding: 50px 30px;
    background-color: var(--wht);
    position: relative;
}

.flow-box-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid #D0D0D0;
    border-top: 4px solid #D0D0D0;
    display: inline-block;
    top: 50%;
    right: -30px;
    transform: rotate(45deg);
}

.point__num.point__num--flow {
    position: absolute;
    content: "";
    top: 0;
    left: -25px;
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 1.28;
}

.flow-box-item__title.ttl-nvy {
    margin-top: 0;
}

.flow-box-item__container-title, .flow-box-item__container-text , .flow-box-item__text  {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: var(--blk);
}

.flow-box-item__container-title {
    font-weight: 700;
}

.flow-box-item__container-text-wrapper {
    margin-top: 20px;
}

.flow-box-item__container-text {
    text-indent: -1em;
    padding-left: 1em;
}



.flow-box-item__text {
    margin-top: 25px;
}

.flow-box-item__container {
    margin-top: 15px;
    display: flex;
    align-items: start;
}

.flow-box-item__container.flow-box-item__container--sell {
    align-items: center;
    justify-content: space-between;
}

.flow-box-item__img:not(:first-child) {
    margin-left: 17px;
}

.flow-box-item__img.flow-box-item__img--homes {
    max-width: 127px;
    width: 100%;
}

.flow-box-item__img.flow-box-item__img--homes img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 127 / 38;
}
.flow-box-item__img.flow-box-item__img--athome {
    max-width: 120px;
    width: 100%;
}

.flow-box-item__img.flow-box-item__img--athome img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 120 / 26;
}
.flow-box-item__img.flow-box-item__img--sumo {
    max-width: 129px;
    width: 100%;
}

.flow-box-item__img.flow-box-item__img--sumo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 129 / 49;
}
.flow-box-item__img.flow-box-item__img--yahoo {
    max-width: 120px;
    width: 100%;
}

.flow-box-item__img.flow-box-item__img--yahoo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 120 / 30;
}

.flow-box-item__container-item {
    width: 45%;
}

.flow-box-item__container-item:not(:first-child) {
    margin-left: 34px;
}

.besthomes-partner-item__title {
    font-size: 23px;
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: var(--blk);
}

.besthomes-partner-item__container {
    display: flex;
    align-items: start;
    margin-top: 30px;
}

.besthomes-partner-item__img {
    max-width: 234px;
    width: 100%;
    border: 1px solid #e8e8e8;
}

.besthomes-partner-item__img  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 234 / 127;
}

.besthomes-partner-item__text {
    max-width: 289px;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: var(--blk);
    margin-left: 29px;
}

.rental-manage-plan-cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: clamp(16px, 1vw, 30px)
}



.rental-manage-plan-card {
    background-color: var(--wht);
    max-width: 360px;
    width: 100%;
}

.rental-manage-plan-card__title-img {
    max-width: 320px;
    width: 100%;
    padding: 18px 20px;
    aspect-ratio: 320 / 52;
}

.rental-manage-plan-card__title-img img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.rental-manage-plan-card__img {
    width: 100%;

}

.rental-manage-plan-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.rental-manage-plan-card__contents {
    padding: 24px;
}

.rental-manage-plan-card__title {
    font-size: 21px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    font-weight: 700;
}

.rental-manage-plan-card__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: var(--blk);
    margin-top: 10px;
}

.triangle__img.triangle__img--induct {
    max-width: 143px;
    width: 100%;
    margin-top: 40px;
}

.triangle__img.triangle__img--induct  img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.real-estate-sell-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.real-estate-sell-item {
    max-width: 360px;
    width: 100%;
    padding: 44px 30px;
    background-color:var(--wht);
}

.real-estate-sell-item__content:not(:first-child) {
    margin-top: 6px;
}

.real-estate-sell-item__title {
    font-size: clamp(15px, 1.26vw, 19px);
}

.real-estate-sell-item__tag, .real-estate-sell-item__text {
    display: inline-block;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: var(--blk);
}

.real-estate-sell-item__tag {
    padding: 7px 5px;
    background-color: var(--pgry);

}

.real-estate-sell-item__text {
    margin-left: 12px;
}

.real-estate-sell-item__text.txt-wine {
    font-size: var(--tm);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
}

.real-estate-sell-item__text.txt-wine span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
}

.form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    background-color: var(--gld);
    text-decoration: none;
    padding: 35px;
    border-radius: 10px;
}

.form-button__img {
    max-width: 36px;
    width: 100%;
}

.form-button__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 36 / 36;
}

.form-button__text {
    font-size: var(--x2l);
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: var(--wht);
    margin-left: 25px;
}




/* 賃貸管理委託契約の流れ */


.rental-flow__items {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.rental-flow__items__item:nth-child(1) {
    grid-column: span 1;
    grid-row: 1;
    max-width: 340px;
    width: 100%;
}

.rental-flow__items__item:nth-child(2) {
    grid-column: span 2;
    grid-row: 1;
    max-width: 682px;
    width: 100%;
}

.rental-flow__items__item:nth-child(n+3) {
    grid-column: span 1;
    grid-row: 2;
    max-width: 340px;
    width: 100%;
    height: auto;
}

/* 信頼の証・パートナー事業 */

.besthomes-partner__items {
    margin-top: 67px;
    display: flex;
    align-items: start;
}

.besthomes-partner__item:not(:first-child) {
    margin-left: 43px;
}

/* オーナー様のご要望にあわせて選べる３つの賃貸管理プラン */

.rental-manage-plan__cards {
    margin-top: 62px;
}

.rental-manage-plan__button {
    margin-top: 63px;
    text-align: center;
    text-align: -webkit-center;
}

/*=====================================
不動産購入・売却
=====================================*/

.real-estate {
    margin-top: 70px;
}

.besthomes-answer .ttl-nvy {
    font-size: clamp(21px, 1.87vw, 28px);
    margin-top: 50px;
}


.real-estate .lead {
    margin-top: 60px;
}

.real-estate-sell__items {
    margin-top: 60px;
}

.real-estate-sell-item__contents {
    margin-top: 15px;
}

.induction-assessment__form-button {
    margin-top: 35px;
    text-align: center;
    text-align: -webkit-center;
}
	.sell-flow__inner{
		margin-top:60px;
	}
.sell-flow__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.sell-flow__items__item:nth-child(1),
.sell-flow__items__item:nth-child(2),
.sell-flow__items__item:nth-child(3) {
    grid-row: 1;
}

.sell-flow__items__item:nth-child(1) {
    grid-column: 1;
}

.sell-flow__items__item:nth-child(2) {
    grid-column: 2;
}

.sell-flow__items__item:nth-child(3) {
    grid-column: 3;
}

.sell-flow__items__item:nth-child(4) {
    grid-column: span 1;
    grid-row: 2;
    max-width: 340px;
    width: 100%;
}

.sell-flow__items__item:nth-child(5) {
    grid-column: span 2;
    grid-row: 2;
    max-width: 682px;
    width: 100%;
}
å

.sell-flow__items__item:nth-child(6),
.sell-flow__items__item:nth-child(7),
.sell-flow__items__item:nth-child(8) {
    grid-row: 3;
}

.sell-flow__items__item:nth-child(6) {
    grid-column: 1;
}

.sell-flow__items__item:nth-child(7) {
    grid-column: 2;
}

.sell-flow__items__item:nth-child(8) {
    grid-column: 3;
}

.sell-flow__text {
    margin-top: 35px;
    font-size: 13px;
    line-height: 1.75;
    color: var(--blk);
}

.induction-contact .frame__box {
    margin-top: 45px;
}

/*=====================================
リフォーム
=====================================*/

.reform {
    margin-top: 70px;
}

.reform-todo__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
    margin-top: 40px;
}

.reform-todo-box-item {
    max-width: 220px;
    max-height: 220px;
    width: 100%;
    height: 100%;
    background-color: var(--wht);
    padding: 40px 33px;
}

.reform-todo-box-item__img {
    max-width: 78px;
    width: 100%;
    margin: 0 auto
}

.reform-todo-box-item__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 78 / 78;
}

.reform-todo-box-item__text {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    font-weight: 700;
    text-align: center;
}

.reform-todo__list.reform-todo__list--trouble {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(3, 1fr);
    max-width: 748px;
    width: 100%;
}

.reform-up .lead {
    margin-top: 50px;
}

.reform-up__container {
    margin-top: 48px;
    max-width: 955px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.reform-up__text {
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    font-weight: 700;
}

.reform-up__items {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 84px;
}

.reform-up-item {
    padding: 27px;
    font-size: var(--tm);
    position: relative;
}

.reform-up-item:last-child {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.reform-up-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 4px solid #D0D0D0;
    border-top: 4px solid #D0D0D0;
    display: inline-block;
    top: 40%;
    right: -48px;
    transform: rotate(45deg);
}

.reform-up-item__img {
    max-width: 123px;
    width: 100%;
    margin-left: 15px;
}

.reform-up-item__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 123 / 106;
}

.customer-opinion.customer-opinion--card {
    margin-top: 0;
    padding: 100px;
}

.customer-opinion.customer-opinion--card  .customer-opinion-box-item {
    padding: 45px 33px;
}

.customer-opinion-box-item__container {
    margin-top: 35px;
    display: flex;
    align-items: start;
}

.customer-opinion-box-item__img {
    max-width: 123px;
    width: 100%;
    border-radius: 50%;
    position: relative;
    margin-top: 20px;
}

.customer-opinion-box-item__img::after {
    content: "";
    position: absolute;
    background-color: var(--pgry);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.customer-opinion-box-item__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 140 / 140;
    border-radius: 50%;
}

.customer-opinion-box-item__description {
    max-width: 550px;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: var(--blk);
    margin-left: 25px;
}
/*リノベーション事例  */
.renovation-case-item {
    position: relative;
}

.renovation-case__item:not(:first-child) {
    margin-top: 60px;
}

.renovation-case-item__title-wrapper {
    padding-bottom: min(1.667%,25px);
    border-bottom:  1px solid var(--lgry);
}

.point__num.point__num--renovation {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 1.28;
    padding-top: 0;
}


.renovation-case-item__title.ttl-nvy {
    line-height: 1;
    font-size: 33px;
    padding-left: 100px;
    text-align: left;
}

.renovation-case-item__title span {
    font-size: 23px;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.renovation-case-item__title .no-capitalize {
    text-transform: none;
}

.renovation-case-item__container {
    margin-top: 40px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.renovation-case-item__img.renovation-case-item__img--horizontal {
    max-width: 400px;
    width: 100%;
    position: relative;
}

.renovation-case-item__img.renovation-case-item__img--horizontal img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 400 / 300;
}

.renovation-case-item__img.renovation-case-item__img--vertical {
    max-width: 300px;
    width: 100%;
    position: relative;
}

.renovation-case-item__img.renovation-case-item__img--vertical img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 300 / 400;
}

.renovation-case-item__img.renovation-case-item__img--before::after {
    content: "";
    width: 32.7px;
    height: 89.6px;
    position: absolute;
    background-image: url(../img/triangle-nvy-right.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 38%;
    right: -74px;
}

.renovation-case-item__img.renovation-case-item__img--after {
    margin-left: 110px;
}

.renovation-case-item__img span {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100px;
    height: 32px;
    font-size: 16px;
    font-weight: 700;
    color: var(--blk);
    text-transform: uppercase;
    line-height: 1;
    background-color: #c8c8c8;
    text-align: center;
    padding-top: 7px;
    top: 0;
    left: 0;
}


.renovation-case-item__img.renovation-case-item__img--after span {
    background-color: var(--nvy);
    color: var(--wht);
}

.besthomes-answer .frame__box {
    margin-top: 60px;
}

.cv.cv--reform {
    background-color: #3D789F;
}

.cv--reform .bh-logo {
    display: block;
    margin: 0 auto 25px;
}

.cv__container {
    display: flex;
    align-items: center;
}

.cv-container-img-list {
    max-width: 400px;
    width: 100%;
}

.cv-container-img-list iframe {
    max-width: 400px;
    width: 100%;
    margin-top: 25px;
}

.cv-container-overview-list {
    max-width: 698px;
    width: 100%;
    margin-left: 50px;
}

.overview-item--cv .overview-item__title {
    color: var(--wht);
}

.overview-item--cv .overview-item__text {
    color: var(--wht);
}




/*=====================================
土地・不動産活用コンサルティング
=====================================*/

.consulting {
    margin-top: 70px;
}

.besthomes-answer__img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.besthomes-answer__container-img {
    max-width: 338px;
    width: 100%;
}

.besthomes-answer__container-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 338 / 254;
}



.besthomes-answer__frame-container {
    display: flex;
    align-items: start;
    margin-top: 55px;
}

.besthomes-answer__frame-container .ttl-cmn {
    font-size: var(--tm);
}

.besthomes-answer__frame-container .frame__box {
    padding: 43px 22px;
}

.besthomes-answer__frame-container .frame__box:not(:first-child) {
    margin-left: 35px;
}
	.customer-opinion--consulting .besthomes-answer__inner{
		    margin-top: 0;
		    margin-bottom: min(7.5%, 100px);
	}

	
	
	
.consulting-todo__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.consulting-todo-box-item {
    padding: 50px 40px;
    background-color: var(--wht);
    position: relative;
    z-index: 0;
}

.consulting-todo-box-item__wrapper {
    display: flex;
    align-items: center;
}


.consulting-todo-box-item__img {
    max-width: 40px;
    width: 100%;
    border-radius: 50%;
    position: relative;
}

.consulting-todo-box-item__img::after {
    content: "";
    position: absolute;
    background-color: var(--pgry);
    width: 64.41px;
    height: 63.41px;
    border-radius: 50%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.consulting-todo-box-item__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 35 / 25;
}

.consulting-todo-box-item__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.025em;
    color: var(--blk);
    margin-left: 30px;
}

.consulting-todo-box-item__text {
    font-size: 16px;
    line-height: 2.4;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: var(--blk);
    margin-top: 18px;
}

.customer-opinion.customer-opinion--consulting {
    padding-bottom: 30px;
}

.customer-opinion--consulting .customer-opinion_list {
    margin-bottom: 70px;
}

.customer-opinion--consulting .customer-opinion-box-item {
    display: grid;
    place-items: center;
}
	
	/*サイトマップ*/
.entry-content #original .sitemap .ttl-nvy,
.entry-content #original .privacy .ttl-nvy{
		padding-bottom:20px;
	}
	
.entry-content #original .sitemap ul {
		border-top:solid 1px #ccc;
		line-height:1.8;
	}
.entry-content #original .sitemap ul li{
		border-bottom:solid 1px #ccc;
		padding:0.5em;
	}
.entry-content #original .sitemap ul li a {
		position: relative;
	padding-left:30px;
	display:block;
	}
.entry-content #original .sitemap ul li a::before {
content: "\e315";
position: absolute;
top: calc(50% - 11px);
left : 5px;
font-size: 22px;
line-height: 1;
font-family: 'Material Symbols Outlined';
font-weight: normal;
color: var(--dgry);
transition: .2s
}
	
	
}
