/* REPONSIVE */
@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.site-enterprise .enterprise-content .slick-wrapper .slick-block {
    position: relative;
}

.site-enterprise .enterprise-content .slick-wrapper .slick-block .full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.3s;
}

.site-enterprise .enterprise-content .slick-wrapper .slick-block .full-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.site-enterprise .enterprise-content .slick-wrapper .slick-block .info-top {
    font-size: 16px;
}

.enterprise-content {
    height: 514px;
    overflow: hidden;
    position: relative;
}

.enterprise-content.active{
	height: auto;
	overflow: inherit;
}

.enterprise-content .inner {
    opacity: 0;
}

.enterprise-content.active .inner{
	opacity: 1;
}
.enterprise-content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}
.enterprise-content.active:before{
	display: none;
}

.site-hero .inner-hero{
    max-width: 1230px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
	flex-direction: row-reverse;
}

@media (max-width: 980px) {
    .site-hero .inner-hero{
        justify-content: center;
		flex-direction: column;
		align-items: center;
    }
    .site-hero .inner-hero .hero-image{
        min-height:240px;
    }
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* FRONT PAGE */
/*.site-hero {
    transition: opacity 0.3s;
    opacity: 1;
}
.site-hero.sloading {
    opacity: 0;
}*/

/*homePerson*/
.homePerson {
    margin: -4px 0 60px;
}
.homePerson .site-ttl {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}
.homePerson .personNote {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #1D365F;
    letter-spacing: 0.2px;
    line-height: 1.75;
    margin-bottom: 30px;
}
.homePerson .personWrap {
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
    text-align: center;
}
.homePerson .personWrap:not(:last-child) {
    margin-bottom: 30px;
}
.homePerson .personWrap .personList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 7px;
}
.homePerson .personWrap .personList .personPhoto {
    margin: 0;
}
.homePerson .personWrap .personPosition {
    font-size: 16px;
    font-weight: bold;
    color: #1D365F;
    margin-bottom: 12px;
}
.homePerson .personWrap .personSub {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
}
@media(min-width: 769px) {
    .homePerson .personWrap .personList > div {
        width: calc(100%/6 - 29px);
        margin: 8px 6px 7px;
    }
}
@media(max-width: 768px) {
    .homePerson {
        margin-bottom: 14px;
    }
    .homePerson .site-ttl {
        margin-bottom: 6px;
    }
    .homePerson .site-ttl span {
        line-height: 1.4;
    }
    .homePerson .personNote {
        padding: 0 10px;
        margin-bottom: 37px;
    }
    .homePerson .personWrap {
        text-align: left;
    }
    .homePerson .personWrap:not(:last-child) {
        margin-bottom: 24px;
    }
    .homePerson .personWrap .personList,
    .homePerson .personWrap .slickRight {
        flex-wrap: nowrap;
        justify-content: normal;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 22px;
    }
    .homePerson .personWrap .slickRight {
        margin-top: -15px;
    }
    .homePerson .personWrap.slickRightWrap {
        margin-right: -64px;
    }
    .homePerson .personWrap .personList.pc {
        display: none!important;
    }
    .homePerson .personWrap .personList .keen-slider__slide,
    .homePerson .personWrap .slickRight .keen-slider__slide {
        max-width: 100px;
        min-width: 100px;
    }
    .homePerson .personWrap .personList .keen-slider__slide .personPhoto,
    .homePerson .personWrap .slickRight .keen-slider__slide .personPhoto{
        padding: 0 4px;
        margin: 0;
    } 
    .homePerson .personWrap .personPosition {
        margin-left: 5px;
        margin-bottom: 11px;
    }
    .homePerson .personWrap .personSub {
        line-height: 1.85;
        margin-left: 5px;
        font-size: 13px;
    }
}
/*homePerson*/


/*new-footer*/
.site-footer.new-footer .footer-top .inner {
    display: block;
    max-width: 1095px;
}
.site-footer.new-footer .footer-top {
    padding: 0;
    background-color: #2D3647;
}
.new-footer .footer-top .top-best-factor {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 44px 0 39px;
}
.new-footer .footer-top .top-best-factor .best-factor-left {
    width: 258px;
    margin-right: 79px;
}
.new-footer .footer-top .top-best-factor .best-factor-left .footer-logo {
    width: 100%;
    margin-bottom: 9px;
}
.new-footer .footer-top .top-best-factor .best-factor-left .footer-logo a {
    background-color: inherit!important;
    -webkit-text-decoration-skip: unset!important;
}
.new-footer .footer-top .top-best-factor .best-factor-left #copyright {
    float: left;
}
.new-footer .footer-top .top-best-factor .best-factor-right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 337px);
    margin-top: 6px;
}
.new-footer .footer-top .top-best-factor .best-factor-right .right-wrap:not(:last-child) {
    margin-right: 65px;
}
.new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}
.new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list li:not(:last-child) {
    margin-bottom: 7px;
}
.new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-photo {
    margin: 23px 0 0 1px;
    width: 76px;
}
.new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-photo a {
    display: block;
    border-radius: 11px;
    overflow: hidden;
    width: 100%;
}
.new-footer .footer-top .botttom-alesia {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 52px 0 74px;
}
.new-footer .footer-top .botttom-alesia .alesia-logo {
    width: 258px;
    margin-right: 79px;
}
.new-footer .footer-top .botttom-alesia .alesia-logo a {
    display: block;
}
.new-footer .footer-top .botttom-alesia .alesia-info {
    width: calc(100% - 337px);
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}
.new-footer .footer-top .botttom-alesia .alesia-info .info-sub:not(:last-child) {
    margin-bottom: 9px;
}
.new-footer .footer-top .botttom-alesia .alesia-info .info-sub.info-direction:not(:last-child) {
    margin-bottom: 3px;
}
.new-footer .footer-top .botttom-alesia .alesia-info .info-sub.info-direction {
    position: relative;
    padding-left: 16px;
}
.new-footer .footer-top .botttom-alesia .alesia-info .info-sub.info-direction:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 5px;
    aspect-ratio: 1/1;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media(max-width: 1000px) and (min-width: 769px) {
    .new-footer .footer-top .top-best-factor .best-factor-left{
        margin-bottom: 20px;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right{
        width: 100%;
    }

}

@media(max-width: 850px) and (min-width: 769px) {
    .new-footer .footer-top .botttom-alesia .alesia-logo {
        margin-bottom: 20px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info {
        width: 100%;
    }

}
@media(min-width: 769px) {
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
}
@media(max-width: 768px) {
    .new-footer .footer-top .top-best-factor {
        padding: 40px 5px 0;
        border-bottom: 0;
    }
    .new-footer .footer-top .top-best-factor .best-factor-left {
        width: 43.2%;
        margin-left: 11px;
        margin-right: 7.6%;
    }
    .new-footer .footer-top .top-best-factor .best-factor-left .footer-logo {
        padding: 0;
        margin-bottom: 7px;
    }
    .new-footer .footer-top .top-best-factor .best-factor-left .footer-logo img {
        height: auto;
        margin: 0;
    }
    .new-footer .footer-top .top-best-factor .best-factor-left #copyright {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .new-footer .footer-top .top-best-factor .best-factor-tics {
        width: 36.7%;
        margin: 1.8% 0 0;
    }
    .new-footer .footer-top .top-best-factor .best-factor-tics a {
        display: block;
        overflow: hidden;
        border-radius: 7px;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right {
        margin-top: 20px;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap {
        width: 100%;
        border-top: 1px solid #fff;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap:not(:last-child) {
        margin: 0;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap:last-child {
        border-bottom: 1px solid #fff;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name {
        position: relative;
        font-size: 14px;
        padding: 13px 11px;
        margin: 0;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name:before,
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name:after {
        content: "";
        position: absolute;
        top: 48%;
        right: 12px;
        transform: translateY(-50%);
        width: 14px;
        height: 1px;
        background-color: #fff;
        transition: all .3s
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name:after {
        transform: translateY(-50%) rotate(90deg);
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name.open:before {
        transform: translateY(-50%) rotate(-45deg);
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-name.open:after {
        transform: translateY(-50%) rotate(45deg);
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list {
        display: none;
        padding: 9px 12px 20px;
        border-top: 1px solid #fff;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list li {
        display: inline-block;
        width: calc(47% - 5px);
        margin: 8px 0;
        vertical-align: text-top;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list li:not(:last-child) {
        margin-bottom: 8px;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list li:not(:nth-child(2n)) {
        margin-right: 7%;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right .right-wrap .wrap-list a {
        font-size: 13px;
    }
    .new-footer .footer-top .top-best-factor .best-factor-right,
    .new-footer .footer-top .botttom-alesia .alesia-info {
        width: 100%;
    }
    .new-footer .footer-top .botttom-alesia {
        padding: 0 0 96px;
        margin-top: 43px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-logo {
        width: 45.8%;
        margin:0 0 29px 18px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info {
        font-size: 13px;
        padding: 0 18px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info .info-sub {
        line-height: 1.55;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info .info-sub:not(:last-child) {
        margin-bottom: 14px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info .info-sub.info-direction {
        font-size: 12px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info .info-sub.info-direction:not(:last-child) {
        margin-bottom: 10px;
    }
    .new-footer .footer-top .botttom-alesia .alesia-info .info-sub.info-direction:before {
        top: 6px;
        left: 5px;
    }
}
/*new-footer*/

/*post-faq*/
.post-faq {
    margin-bottom: 34px;
}
.post-faq .faq-title {
    background: 0;
    padding: 10px 16px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 28px 0 13px;
}
.post-faq .faq-wrap .faq-box {
    width: 100%;
    padding: 0 16px;
    border-bottom: 1px solid #ccc;
}
.post-faq .faq-wrap .faq-box:first-child {
    border-top: 1px solid #ccc;
}
.post-faq .faq-wrap .faq-box .faq-quest {
    position: relative;
    display: block;
    padding: 14px 31px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
}
.post-faq .faq-wrap .faq-box .faq-quest:before {
    content: 'Q';
    display: block;
    white-space: nowrap;
    width: 30px;
    max-height: 33px;
    position: absolute;
    left: -1px;
    top: 6px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    font-family: "Saira Semi Condensed", 'Noto Sans JP', 'Saira Semi Condensed', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    background: linear-gradient(to right, #138cdb, #3fd5dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1494db;
}
.post-faq .faq-wrap .faq-box .faq-quest:after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 29px;
    font-weight: bold;
    transition: 0.3s;
    font-family: "Saira Semi Condensed", 'Noto Sans JP', 'Saira Semi Condensed', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    color: #1494db;
}
.post-faq .faq-wrap .faq-box .faq-quest.open:after {
    transform: rotate(45deg);
}
.post-faq .faq-wrap .faq-box .faq-answer {
    display: none;
}
.post-faq .faq-wrap .faq-box .faq-answer .answer {
    position: relative;
    width: 95.2%;
    margin-left: 4.8%;
    border-radius: 10px;
    background-color: #F4F6FA;
    padding: 18px 18px 18px 46px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 17px;
}
.post-faq .faq-wrap .faq-box .faq-answer .answer:before {
    content: 'A';
    display: block;
    white-space: nowrap;
    width: 33px;
    max-height: 33px;
    position: absolute;
    left: 11px;
    top: 2px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    font-family: "Saira Semi Condensed", 'Noto Sans JP', 'Saira Semi Condensed', "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    background: linear-gradient(to right, #138cdb, #3fd5dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1494db;
}
.post-faq .faq-wrap .faq-box .faq-answer .answer img {
    margin-bottom: 15px;
}
@media(max-width: 430px) {
    .post-faq {
        margin-bottom: 26px;
    }
    .post-faq .faq-title {
        font-size: 16px;
        margin: 25px 0 3px;
        padding-left: 11px;
    }
    .post-faq .faq-wrap .faq-box .faq-quest {
        padding: 12px 22px 11px;
        font-size: 14px;
        font-weight: 500;
    }
    .post-faq .faq-wrap .faq-box .faq-quest:before {
        max-height: 32px;
        left: -6px;
        top: 2px;
        font-size: 24px;
    }
    .post-faq .faq-wrap .faq-box .faq-quest:after {
        right: 4px;
        top: -3px;
    }
    .post-faq .faq-wrap .faq-box .faq-answer .answer {
        width: 91.2%;
        margin-left: 6.8%;
        font-size: 12px;
        font-weight: 500;
        padding: 14px 12px 10px 37px;
        margin-bottom: 14px;
        line-height: 1.65;
    }
    .post-faq .faq-wrap .faq-box .faq-answer .answer:before {
        left: 12px;
        top: 0px;
        font-size: 21px;
    }
}
/*post-faq*/

/*post-cta-banners*/
.post-cta-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-bottom: -5px;
}
.post-cta-banners .cta-banner {
    width: 49%;
    margin-bottom: 0;
    padding: 3px;
}
.post-cta-banners .cta-banner a {
    display: block;
}
.post-cta-banners .cta-banner img {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media(max-width: 430px) {
    .post-cta-banners {
        margin-bottom: 27px;
    }
    .post-cta-banners .cta-banner {
        width: 100%;
    }
}
/*post-cta-banners*/

/*post_author_section*/
.post_author_section {
    width: 96%;
    margin: 0 auto;
}
.post_author_section .post_footer_author_title {
    color: #fff;
    background-color: #001D4B;
    border: none;
    font-size: 14px;
    padding: 8px 20px 6px;
    border-radius: 16px 16px 0 0;
}
.post_author_section .post_footer_author {
    background-color: #F4F6FA;
    padding: 15px 19px 28px;
}
.post_author_section .post_footer_author .post_author_user {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    align-items: flex-start;
    justify-content: flex-start;
}
.post_author_section .post_footer_author .post_author_user .post_thum {
    width: 107px;
    margin-right: 20px;
}
.post_author_section .post_footer_author .post_author_user .post_thum img {
    width: 100%;
}
.post_author_section .post_footer_author .post_author_user .post_author_user_meta {
    width: calc(100% - 127px);
    flex-direction: inherit;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -2px;
}
.post_author_section .post_footer_author .post_author_user .post-author a {
    color: #001D4B;
}
.post_author_section .post_footer_author .post_author_user .post_author_user_meta .post-description {
    font-size: 12px;
    color: #434343;
    width: 100%;
    text-align: left;
    line-height: 1.7;
}
.post_author_section .post_footer_author .post_author_user .post_author_user_meta .post-description strong {
    color: #797979;
}
@media(max-width: 768px) {

    .post_author_section .post_footer_author .post_author_user .post_author_user_meta .post-description {
        padding: 0;
    }
}
@media (max-width: 430px) {
    .post_author_section {
        width: 100%;
    }
    .post_author_section .post_footer_author {
        padding: 4px 9px 15px;
    }
    .post_author_section .post_footer_author .post_author_user {
        display: flex;
    }
    .post_author_section .post_footer_author .post_author_user .post_author_user_meta {
        width: calc(100% - 98px);
        margin-top: 9px;
    }
    .post_author_section .post_footer_author .post_author_user .post_thum {
        width: 85px;
        margin-right: 13px;
    }
    .post_author_section .post_footer_author .post_author_user .post-author a {
        font-size: 16px;
    }
    .post_author_section .post_footer_author .post_author_user .post_author_user_meta .post-description strong {
        font-size: 11px;
    }

}
/*post_author_section*/

/*post-cta-section*/
.post-cta-section .common-interview1 {
    display: none;
}
/*post-cta-section*/

/*page-about*/
.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
}
body.page .page-about-new .page-ttl {
    text-align: left!important;
    border-top: 0!important;
    padding: 7px 0!important;
    border-bottom: 3px solid rgba(18,149,217,0.3)!important;
    margin: 21px auto !important;
}
.page-about-new {
    margin-top: -7px;
}
.page-about-new .about-philosophy {
    margin-bottom: 55px;
}
.page-about-new  .noto-serif-jp {
    font-size: 26px;
    font-weight: 500;
    color: #3A3A36;
    line-height: 1.43;
    margin-bottom: 32px;
}
.page-about-new .about-sub {
    line-height: 1.85;
    margin-bottom: 0;
    text-align: justify;
}
.page-about-new .about-staff .staff-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.page-about-new .about-staff .staff-wrap .staff-detail {
    width: calc(100% - 370px);
}
.page-about-new .about-staff .staff-wrap .staff-detail .staff-note {
    margin-bottom: 25px;
}
.page-about-new .about-staff .staff-wrap .staff-detail .about-sub {
    margin-bottom: 18px;
}
.page-about-new .about-staff .staff-wrap .staff-detail .staff-direction {
    margin-bottom: 9px;
}
.page-about-new .about-staff .staff-wrap .staff-detail .staff-signature {
    width: 223px;
}
.page-about-new .about-staff .staff-wrap .staff-photo {
    width: 343px;
    margin: 8px 0 0;
}
.page-about.page-about-new .about-company {
    margin: 41px 0;
}
.page-about.page-about-new .about-company .company-content {
    margin: 30px 0 56px;
}
.page-about.page-about-new .about-company .company-content dt {
    display: flex;
    align-items: center;
    padding: 26px 34px;
}
.page-about.page-about-new .about-company .company-content dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 13px 32px;
    background-color: #fff;
}
.page-about.page-about-new .about-company .company-content dd p {
    margin: 0;
}
.page-about.page-about-new .about-company .company-content dd p.tics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.page-about.page-about-new .about-company .company-content dd p.tics img {
    width: 52px;
}
.page-about.page-about-new .about-company .company-content dd span.pc {
    display: inline-block;
}
.page-about.page-about-new .about-store {
    margin-bottom: 90px;
}
.page-about.page-about-new .about-store .store-box {
    width: 93.6%;
    margin: 0 auto;
}
body.page .page-about.page-about-new .about-store .page-ttl {
    margin-bottom: 59px!important;
}
.page-about.page-about-new .about-store .store-box:not(:last-child) {
    margin-bottom: 92px;
}
.page-about.page-about-new .about-store .store-box .store-name {
    font-size: 26px;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 18px;
}
.page-about.page-about-new .about-store .store-box .store-photo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
.page-about.page-about-new .about-store .store-box .store-photo li {
    width: calc(100%/3 - 10px);
    margin: 7px 0;
}
.page-about.page-about-new .about-store .store-box .store-photo li:not(:nth-child(3n)){
    margin-right: 15px;
}
.page-about.page-about-new .about-store .store-box .store-photo li img {
    width: 100%;
    aspect-ratio: 4 / 2.63;
    object-fit: cover;
    object-position: center;
}
.page-about.page-about-new .about-store .store-box .store-direction {
    line-height: 1.9;
}
.page-about.page-about-new .about-store .store-box .store-map {
    margin-bottom: 26px;
}
.page-about.page-about-new .about-store .store-box .store-map iframe {
    width: 100%;
    aspect-ratio: 4/1.678;
}
.page-about.page-about-new .about-store .store-box .store-intruct {
    margin: 0;
}
@media(max-width: 768px) {
    .page-about-new {
        margin-top: 25px;
    }
    body.page .page-about-new .page-ttl {
        padding: 9px 0 !important;
        margin: 19px auto !important;
    }
    .page-about-new .noto-serif-jp {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .page-about-new .about-sub {
        font-size: 13px;
    }
    .page-about-new .about-philosophy {
        margin-bottom: 42px;
    }
    .page-about-new .about-staff .staff-wrap {
        flex-direction: column-reverse;
    }
    .page-about-new .about-staff .staff-wrap .staff-detail {
        width: 100%;
    }
    .page-about-new .about-staff .staff-wrap .staff-photo {
        width: 100%;
        margin: 10px 0 20px;
    }
    .page-about-new .about-staff .staff-wrap .staff-detail .staff-note {
        margin-bottom: 19px;
    }
    .page-about-new .about-staff .staff-wrap .staff-detail .about-sub {
        margin-bottom: 20px;
    }
    .page-about-new .about-staff .staff-wrap .staff-detail .staff-direction {
        margin-bottom: 8px;
    }
    .page-about.page-about-new .about-company {
        margin: 27px 0;
    }
    .page-about.page-about-new .about-company .company-content {
        margin: 23px 0 43px;
    }
    .page-about.page-about-new .about-company .company-content dt {
        min-width: 104px;
        padding: 28px 10px;
    }
    .page-about.page-about-new .about-company .company-content dd {
        padding: 15px 12px 12px;
    }
    .page-about.page-about-new .about-store {
        margin-bottom: 64px;
    }
    body.page .page-about.page-about-new .about-store .page-ttl {
        margin-bottom: 42px !important;
    }
    .page-about.page-about-new .about-store .store-box:not(:last-child) {
        margin-bottom: 69px;
    }
    .page-about.page-about-new .about-store .store-box:first-child {
        margin-top: 92px;
    }
    .page-about.page-about-new .about-store .store-box .store-name {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .page-about.page-about-new .about-store .store-box .store-photo {
        margin-bottom: 6px;
    }
    .page-about.page-about-new .about-store .store-box .store-photo li {
        width: calc(100% / 3 - 4px);
        margin-bottom: 3px 0;
    }
    .page-about.page-about-new .about-store .store-box .store-photo li:not(:nth-child(3n)) {
        margin-right: 6px;
    }
    .page-about.page-about-new .about-store .store-box .store-direction {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .page-about.page-about-new .about-store .store-box .store-map {
        margin-bottom: 20px;
    }
    .page-about.page-about-new .about-store .store-box .store-map iframe {
        aspect-ratio: 4 / 1.95;
    }
    .page-about.page-about-new .about-store .store-box .store-intruct {
        font-size: 13px;
    }
}
/*page-about*/