/* ================================
OC Theme: Default Styles
================================ */

:root {
	--oc-link-color: #f7931d;
    --oc-primary-color: #141419;
    --oc-dark-color: #212529; /* From Bootstrap */
	
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

    --lm-bg-color-light: #f5f5f5;
    --lm-bg-color-dark: #2c2f34;
    --lm-link-color: #f7931d;
    --lm-primary-color: #141419;
}

body {
    margin: 0;
    font-family: 'NotoSansJP', sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
    vertical-align: bottom;
}
li {
    list-style: none;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.text-dark {
    color: var(--oc-dark-color);
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

.page-privacy-policy ol,
.page-privacy-policy ul {
    margin-left: 1em;
}
.page-privacy-policy ol li {
    list-style-type: decimal;
}
.page-privacy-policy ul li {
    list-style-type: disc;
}
.page-privacy-policy li {
    padding: 0.25em 0;
}
.page-privacy-policy p {
    margin-top: 0.5em;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */

/* Initialize Web Fonts */

.font-notosans {
    font-family: 'NotoSansJP', sans-serif;
}
.font-roboto {
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: 'NotoSansJP';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
    font-family: 'NotoSansJP';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
    font-family: 'NotoSansJP';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
    font-family: 'NotoSansJP';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Black.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
        url("../fonts/Roboto-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Roboto-Bold.woff") format("woff");
}

/* END - Initialize Web Fonts */

/* --------------------------------------------------------
Original Theme
-------------------------------------------------------- */

body {
    padding-top: 80px;
}

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

header {
    background-color: #2c2f34;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
    transition: 0.6s;
}

header .container {
    max-width: 1440px;
    height: 80px;
    margin: 0 auto;
    padding: 22px 14px 18px 30px;
    display: flex;
    justify-content: space-between;
}

h1 a {
    display: flex;
}

.logo-img {
    vertical-align: baseline;
    width: 170px;
    transition: 0.6s;
}

.scroll-logo-img {
    display: none;
    width: 127px;
    vertical-align: baseline;
    transition: 0.6s;
}

.scroll {
    background-color: rgba(255, 255, 255, 0.83);
}

.scroll .logo-img {
    display: none;
}

.scroll .scroll-logo-img {
    display: block;
    transition: 0.6s;
}

#top-nav {
    display: flex;
    color: white;
}

.header-menu {
    display: flex;
    gap: 36px;
}

.header-menu li {
    text-align: center;
}

.header-menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    transition: 0.6s;
}

.scroll .header-menu a {
    line-height: 1.48;
    color: #141419;
}
.scroll .header-menu a:hover,
.header-menu a:hover {
    color: #f7931d;
}

.header-menu .small-font {
    font-size: 12px;
    font-weight: 500;
    line-height: 17.38px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.header-menu__item--mega {
    position: static;
}

.header-mega {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: min(1080px, calc(100vw - 32px));
    padding: 28px 36px 32px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 25px 65px rgba(20, 20, 25, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 25;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.header-menu__item--mega.is-open .header-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.header-mega__inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.header-mega__menu {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.header-mega__column {
    flex: 1 1 0;
    min-width: 0;
}

.header-mega__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background-color: #2c2f34;
    border-radius: 6px;
    padding: 10px 12px;
    text-align: center;
}

.header-mega__title-highlight {
    color: #f7931d;
}

.header-mega__list {
    margin: 0;
    padding: 0;
}

.header-mega__item {
    border-top: 1px solid #E1E5EA;
}

.header-mega__item:first-child {
    border-top: none;
}

.header-mega__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #141419;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.2s ease;
    position: relative;
}

.header-mega__item-label {
    position: relative;
    display: inline-block;
    padding-right: 24px;
}

.header-mega__item-label::before {
    content: url(../img/arrow.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-90%) scale(0.3);
    width: 10px;
    height: 10px;
    z-index: 10;
}

.header-mega__item a:hover,
.header-mega__item a:focus {
    color: #f7931d;
}

@media (max-width: 1024px) {
    .header-mega {
        position: static;
        width: 100%;
        margin-top: 14px;
        transform: none;
        border: 1px solid #E1E5EA;
        box-shadow: none;
        max-height: none;
        overflow: visible;
    }

    .header-menu__item--mega.is-open .header-mega {
        transform: none;
    }

    .header-mega__menu {
        flex-direction: column;
    }
}

header .tel {
    position: relative;
    margin: 0 16px 0 70px;
    padding-left: 5px;
    text-align: left;
}

header .tel:before {
    position: absolute;
    top: 50%;
    left: -30px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image:  url(../img/tel-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

header .tel-num {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.172;
    letter-spacing: 0.02rem;
    color: #FFF;
}

header .tel-date {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.48;
    color: #FFF;
    text-align: right;
}

header .tel-time {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.17;
    color: #FFF;
}

header.scroll .tel-num,
header.scroll .tel-date,
header.scroll .tel-time {
    color: #141419;
}
header.scroll .tel:before {
    background-image:  url(../img/tel-icon-black.png);
}

.contact {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7931d;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #141419;
    transition: 0.6s;
}

.contact:hover {
    background-color: #FFBC79;
}

.mail-icon {
    width: 16px;
    margin-top: -4px;
    margin-right: 6px;
    vertical-align: middle;
}

#nav-menu {
    display: none;
}

.sp-menu {
    display: none;
}

.toggle-btn {
    display: none;
}

/* --------------------------------------------------------
Bread crumbs
-------------------------------------------------------- */

.bc {
    width: 100%;
    background-color: #2c2f34;
}
.bc .container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1440px;
    height: 36px;
    margin: 0 auto;
    padding: 0px 16px 0px 13px;
}
.bc .bc-list {
    display: flex;
    align-items: center;
    max-width: 100%;
    column-gap: 33px;
    white-space: nowrap;
}
.bc .bc-item {
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
.bc .bc-item:not(:last-child)::before,
.bc .bc-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: -20px;
    width: 4.2px;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 0.5px) 50%;
}
.bc .bc-item:not(:last-child)::before {
    transform: rotate(51.35deg);
}
.bc .bc-item:not(:last-child)::after {
    transform: rotate(-51.35deg);
}
.bc .bc-item:last-child {
    overflow: hidden;
}
.bc .bc-item:last-child .bc-text {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.bc .bc-link {
    color: #FFF;
    text-decoration: none;
}
.bc .bc-link .bc-text {
    text-decoration: underline;
}
.bc .home-icon {
    width: 12px;
    height: 13px;
    margin-right: 6px;
    vertical-align: middle;
}

/* --------------------------------------------------------
FV
-------------------------------------------------------- */
.fv {
    height: 660px;
    padding-top: 78px;
}

.fv-bg {
    height: 740px;
    position: absolute;
    background-color: #2c2f34;
    top: 0;
    left: 0;
    z-index: -10;
}

.fv-bg-sp {
    display: none;
}

.fv-bg img {
    width: 100%;
}

.fv .container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 40px;
}

.fv .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #FFF;
}

.fv .narrow {
    letter-spacing: -0.2em;
}

.spbr {
    display: none;
}

.fv-contents {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
    padding-left: 28px;
}

.fv .text-box {
    width: 400px;
}

.fv .sub-title {
    font-size: 25px;
    color: #FFF;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.fv .movie-box {
    width: 589px;
    height: 301px;
}


/* --------------------------------------------------------
news
-------------------------------------------------------- */

.news {
    display: flex;
    justify-content: start;
    text-align: center;
    margin-top: 47px;
    margin-left: 28px;
}

.news-left {
    display: flex;
}

.news-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 37px;
    position: relative;
}

.news-contents {
    color: #FFF;
    position: relative;
    margin-top: 2px;
    padding-left: 2px;
}

.news-contents::before {
    position: absolute;
    content: "";
    top: 40%;
    left: -25px;
    width: 2px;
    height: 90%;
    background-color: #FFF;
    transform: rotate(16.5deg) translateY(-50%);
}

.news-contents::after {
    position: absolute;
    content: "";
    top: 40%;
    right: -42px;
    width: 2px;
    height: 90%;
    background-color: #FFF;
    transform: rotate(16.5deg) translateY(-50%);
}

.date-tag {
    display: flex;
    margin-top: -3px;
    margin-bottom: 3px;
}

.date-tag dt {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #FFF;
}

.date-tag dd {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    background-color: #E1E7F1;
    color: #2c2f34;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.news-topic {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    color: #FFF;
}

.news-topic .small-font {
    font-size: 12px;
}

.link-box {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    margin-left: 65px;
    margin-top: -5px;
}


.sp-link {
    display: none;
}

.link-img {
    width: 11px;
    margin-right: 1px;
    margin-top: -4px;
    vertical-align: middle;
}

.link {
    color: #f7931d;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05rem;
}

/* --------------------------------------------------------
about
-------------------------------------------------------- */

.about {
    padding: 139px 0 143px 0;
    position: relative;
}

.about::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -10;
}

.about .container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    color: #141419;
}

.about-title .small-font {
    font-size: 15px;
}

.about-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #f7931d;
    bottom: -10px;
    left: 0;
}

.about-c_copy {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #141419;
    margin-top: 44px;
}

.about-contents {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.about-text {
    margin-right: 55px;
    width: 530px;
}

.about-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    color: #141419;
}

.about-text .small-font {
    font-size: 12px;
}

.about-text p:not(:first-child) {
    margin-top: 16px;
}

/* --------------------------------------------------------
reason
-------------------------------------------------------- */

.reason .container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 40px;
}

.reason-title {
    background-color: #2c2f34;
    text-align: center;
    color: #FFF;
    padding: 86px 0 93px 0;
}

.reason-title .main {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0.05em;
}

.reason-title .small-font {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    /* margin: 0 10px; */
}

.reason-title .main2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

.reason-title .main3 {
    margin-left: -10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

.reason-title .main4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

.reason-title .main5 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

.title-img {
    width: 45px !important;
    margin: 6px 0 13px 0;
}

.reason-title .sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0.05rem;
}

.reason-contents {
    display: flex;
    justify-content: space-between;
}

.reason .title {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.09rem;
}

.reason-img-caption {
    font-size: 0.75rem;
    text-align: right;
}

.reason-img-sp {
    display: none;
}

.reason1 {
    padding: 120px 0 66px 0;
    position: relative;
    color: #141419;
}

.reason1::before {
    position: absolute;
    content: "";
    top: 0;
    left: -148px;
    width: calc(148px + 65%);
    height: 100%;
    background-color: #F5F5F5;
    z-index: -10;
}

.reason1 .reason-text {
    margin-top: 20px;
    width: 520px;
}

.reason1 .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.03rem;
    display: inline-block;
    position: relative;
}

.reason1 .sub-title .small-font {
    font-size: 13px;
}

.reason1 .sub-title::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 2px;
    background-color: #f7931d;
    bottom: -7px;
    left: 0;
}

.reason1 .text {
    margin-top: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

.reason2 {
    padding: 60px 0 31px 0;
    color: #141419;
}

.reason-contents2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: 382px;
}

.reason2 .reason-text {
    margin-top: 20px;
    width: 440px;
}

.reason-img2 {
    width: 556px;
    height: 100%;
    object-fit: cover;
}

.reason-text2 {
    width: 45%;
    padding-top: 60px;
    padding-right: 77px;
}

.reason2 .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.03rem;
    display: inline-block;
    position: relative;
}

.reason2 .sub-title .small-font {
    font-size: 13px;
}

.reason2 .sub-title::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 2px;
    background-color: #f7931d;
    bottom: -5px;
    left: 0;
}

.reason2 .title {
    margin-top: 35px;
}

.reason2 .text {
    margin-top: 23px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.01rem;
}

.reason3 {
    padding: 50px 0 132px;
    position: relative;
}

.reason3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -10;
}

.reason3 .title {
    margin-top: 38px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.09rem;
}

.reason3 .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.03rem;
    display: inline-block;
    position: relative;
}

.reason3 .sub-title .small-font {
    font-size: 13px;
}

.reason3 .sub-title::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 2px;
    background-color: #f7931d;
    bottom: -5px;
    left: 0;
}

.reason3 .text {
    margin-top: 37px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

.products-box {
    margin-top: 50px;
    margin-left: 0px !important;
}

.reason3 .link-img {
    width: 11px;
    margin-right: 6px;
    margin-top: -2px;
}

.products-image-list {
    display: flex;
    gap: 30px;
    margin: 54px auto 0;
}
.products-image-item img {
    transition: 0.6s;
}
.products-image-item img:hover {
    opacity: 0.6;
}

/* --------------------------------------------------------
performance
-------------------------------------------------------- */

.performance {
    padding-top: 120px;
    padding-bottom: 78px;
    background-color: #2c2f34;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.performance-title {
    text-align: center;
    color: #FFF;
}

.performance-title .main {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0.05em;
}

.performance-title .small-font {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.performance-title .main2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

.performance-title .sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0.05rem;
}

.performance-list {
    max-width: 1144px;
    margin: 128px auto 0;
}
.performance-list .slick-list {
    overflow: visible !important;
}

.performance-card {
    box-sizing: border-box;
    width: 440px;
    padding-right: 15px;
}
.performance-card:hover {
    cursor: grab;
}
.performance-card:active {
    cursor: grabbing;
}
.performance-card > a {
    color: #FFF;
}
.performance-card img {
    width: 100%;
    transition: 0.6s;
}
.performance-card img:hover {
    opacity: 0.6;
}
.performance-card .title {
    text-align: left;
    margin-top: 28px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0..05rem;
}
.performance-card .tag-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.performance-card .tag-date .tag {
    border: 1px solid white;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06rem;
}
.performance-card .tag-date .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.17;
    letter-spacing: 0.05rem;
}
.performance-card .text {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

.performance-box {
    margin-top: 102px;
    margin-left: 0px !important;
    display: flex;
    justify-content: center;
}

.sp-img {
    display: none;
    width: 100%;
    height: 140px;
}

/* --------------------------------------------------------
agency
-------------------------------------------------------- */
.agency {
    padding-top: 115px;
    text-align: center;
}

.agency .main {
    display: flex;
    flex-direction: column;
    max-width: 735px;
    margin: 0 auto;
}
.agency .main-txt01,
.agency .main-txt02 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--lm-primary-color);
}

.agency .agency-image {
    display: inline-block;
    margin: 46px auto;
    padding: 20px;
    background-color: #0B255A;
}
.agency-logo {
    width: 300px;
}

.agency .text {
    width: 735px;
    padding: 26px 30px;
    margin: 0 auto;
    text-align: left;
    background-color: #F5F5F5;
    color: #141419;
    margin-bottom: 161px;
}

.agency .text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02rem;
}

.agency .small-font {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02rem;
}

.agency .bold-font {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02rem;
}

.agency .small-bold-font {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02rem;
}



/* --------------------------------------------------------
footer
-------------------------------------------------------- */
footer .text-box {
    text-align: center;
    background-color: #F5F5F5;
    padding: 44px 0 50px 0;
}

footer .text-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    color: #141419;
}

footer .text-box .small-font {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    color: #141419;
}

.footer-contents {
    background-color: #2c2f34;
    padding-bottom: 22px;
}

footer .container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 84px 40px 40px;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.footer-logo {
    display: inline;
}

.site-logo {
    width: 235px;
}

.sns-icons {
    display: flex;
    justify-content: start;
    margin-top: 30px;
}

.sns-icons li:not(:last-child) {
    margin-right: 2px;
}

.sns-icons li img {
    width: 32px;
    margin-bottom: -10px;
}

.footer-menu {
    display: flex;
    justify-content: start;
    margin-top: 32px;
}

.footer-menu li:not(:last-child) {
    margin-right: 40px;
}

.footer-menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.footer-menu .small-font {
    font-size: 13px;
    font-weight: 500;
    line-height: 18.82px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

footer .p-policy {
    margin-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.05rem;
}

.footer-right {
    padding: 28px 50px 37px 47px;
    border: 2px solid white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.footer-right .t {
    font-size: 32px;
    font-weight: 700;
    line-height: 46.34px;
    letter-spacing: 0.15em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.text-agency {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 38px;
    letter-spacing: 0.05em;
}

.text-agency .small-font {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.05rem;
}

.text-agency .text2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.05rem;
}

.text-company {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
}

footer .tel {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0.07rem;
    line-height: 35.16px;
    position: relative;
    padding-left: 40px;
}

footer .tel::before {
    position: absolute;
    content: url(../img/footer-tel.png);
    transform: translateY(-50%) scale(0.25);
    top: 50%;
    left: -30px;
}

footer .tel-time {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
}

footer .tel-time .font-small {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

footer .contact {
    width: 340px;
    height: 80px;
    color: #141419;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.05rem;
    font-size: 25px;
    font-weight: bold;
    border-radius: 9px;
}

footer .mail-icon {
    width: 30px;
    margin-bottom: -10px;
}

.copy-right {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0.05rem;
}

/* --------------------------------------
products
-------------------------------------- */

.products-fv-img {
    height: 400px;
    padding-top: 80px;
    background-image: url(../img/products-fv.png);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.p-c-copy {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.12rem;
    line-height: 1.55;
    color: #FFF;
}

.p-c-copy .small-font {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05rem;
    color: #FFF;
}


.p-menu {
    padding: 100px 40px 139px;
}

.p-menu .container {
    max-width: 1145px;
    margin: 0 auto;
}

.p-menu-box {
    display: flex;
    justify-content: space-between;
}

.p-menu-box .lists {
    width: 352px;
}

.menu-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background-color: #2c2f34;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-title .title-font {
    color: #f7931d;
}

.p-menu .list {
    margin-top: 20px;
    border: 1px solid #4D738A;
    border-radius: 5px;
    color: #4D738A;
    font-size: 16px;
    font-weight: 400;
    transition: 0.6s;
}

.p-menu .list:hover {
    background-color: #FFBC79;
}

.p-menu .list:hover .hover-font {
    color: #FFFFFF;
}

.hover-font {
    position: relative;
}

.p-menu .list:hover .hover-font::before {
    position: absolute;
    content: url(../img/arrow-w.png);
    top: 50%;
    right: -12px;
    transform: translateY(-90%) scale(0.3);
    width: 10px;
    height: 10px;
    z-index: 10;
}

.p-menu .list a {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.2;

    letter-spacing: 0.06em;
    width: 100%;
    min-height: 42px;
    padding: 8px 0;

    color: var(--lm-primary-color);
    font-weight: 700;
}

.p-menu .list-box {
    padding-left: 20px;
    align-items: center;
}

.p-menu .text {
    display: inline-block;
    position: relative;
}

.p-menu .text::before {
    position: absolute;
    content: url(../img/arrow.png);
    top: 50%;
    right: -12px;
    transform: translateY(-90%) scale(0.3);
    width: 10px;
    height: 10px;
    z-index: 10;
}


/* --------------------------------------
products-detail
-------------------------------------- */

.products-detail-fv {
    height: 522px;
    padding-top: 100px;
    padding-bottom: 122px;
    width: 100%;
}

.products-detail-fv .container {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
}

.products-detail-fv .fv-img {
    overflow: hidden;
    width: 440px;
    height: 300px;
    margin-right: 30px;
}

.products-detail-fv .fv-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-detail-fv .fv-text {
    width: 675px;
    height: 280px;
    margin-left: 2px;
}

.products-detail-fv .title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    color: #2C2F34;
    position: relative;
}

.products-detail-fv .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -16px;
    width: 20px;
    height: 4px;
    background-color: #f7931d;
}


.products-detail-fv .sub-title {
    margin-top: 26px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.6;
    color: #2C2F34;
}

.products-detail-fv .text {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.65;
    color: #2C2F34;
}

.products-detail .movie {
    width: 100%;
    padding: 100px 0;
    background-color: #2C2F34;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-detail .movie iframe {
    width: 910px;
    height: 511px;
}

.purpose-table-box {
    padding: 56px 0px 87px 0px;
}

.purpose-table-box .container {
    max-width: 990px;
    padding: 0 40px;
    margin: 0 auto;
}

.purpose-table {
    width: 100%;
    border-collapse: collapse;
}

.purpose-table th,
.purpose-table td {
    border: 1px solid #7B8993;
}

.purpose-table .title {
    background-color: #F5F5F5;
    padding-top: 18px;
    vertical-align: top;
    width: 118px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06rem;
    margin-bottom: 7px;
}

.purpose-table .contents {
    padding: 18px 33px 18px 26px;
}

.purpose-table .purpose-body:nth-of-type(2){
    border-top: 1px dotted #7B8993;
    margin-top: 28px;
    padding-top: 20px;
}

.purpose-table .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06rem;
}

.purpose-table .text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

.purpose-table .purpose-body ul,
.purpose-table .purpose-body ol {
    margin-top: 7px;
}
.purpose-table .purpose-body ul li {
    list-style-type: disc;
}
.purpose-table .purpose-body ol li {
    list-style-type: decimal;
}
.purpose-table .purpose-body li {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.features .container {
    max-width: 990px;
    padding: 0 40px;
    margin: 0 auto;
}

.features .title {
    display: inline;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    position: relative;
}

.features .title::before {
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    content: "Originality";
    color: #f7931d;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.features-lists {
    margin-top: 52px;
    position: relative;
    z-index: 10;
}

.features-lists::before {
    position: absolute;
    content: url(../img/features-bg.png);
    bottom: -94px;
    left: calc(50% - 30px);
    transform: translateX(-50%);
    width: 1140px;
    height: 330px;
    z-index: -1;
}


.features .list {
    margin-bottom: 65px;
}

.features .list:last-child {
    margin-bottom: 55px;
}

.features .list .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.01rem;
    position: relative;
}

.features .list .sub-title::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #f7931d;
}

.features .list .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    margin-top: 32px;
}

.insert-p {
    width: 100%;
    height: 430px;
    z-index: -10;
    object-fit: cover;
}

.insert-p-sp {
    display: none;
    width: 100%;
}
.page-feature .insert-p {
    object-position: center top;
}

.series {
    padding: 130px 0 26px 0px;
}

.series .container {
    max-width: 990px;
    padding: 0 40px;
    margin: 0 auto;
}
.series .title {
    display: inline;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    position: relative;
}
.series .title::before {
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    content: "Spec";
    color: #f7931d;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.series-box {
    width: 100%;
    margin-top: 52px;
}

.series-box:not(:last-child) {
    margin-bottom: 104px;
}

.series-box .pc-space {
    margin-top: 58px;
}


.series .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04rem;
    position: relative;

}

.series .sub-title::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #f7931d;
}

.series .small-font {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08rem;
}

.series .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    margin-top: 36px;
}

.series .table-box {
    width: 100%;
    margin: 37px auto 104px;
}

.scroll-guide {
    display: none;
}
.scroll-guide-white {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.scroll-guide-white::before {
    content: url(../img/scroll-arrow-white.png);
    scale: 0.5;
    translate: 25% 0;
    margin-right: 0.5em;
}

.series table {
    width: 100%;
    border-collapse: collapse;
}

.series th,
.series td {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.05rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #7B8993;
    flex-wrap: nowrap;
}

.series .img-box {
    padding: 6px 0 8px 0;
}

.series .small {
    font-size: 14px !important;
}

.series .bold {
    font-weight: 700;
}

.series .right {
    text-align: right;
    padding-right: 10px;
}

.series .bg {
    background-color: #F5F5F5;
}

.series .low {
    height: 53px;
}

.series .heigh {
    height: 88px;
}

.series .w1 {
    width: 160px;
}

.series .w2 {
    width: 140px;
}

.series .w3 {
    width: 165px;
}

.series .w4 {
    width: 171px;
}

.series .w5 {
    width: 135px;
}

.series .w6 {
    width: 51.6%;
}

.series-img {
    height: 100%;
}

.related{
    overflow: hidden;
}

.related .title {
    display: inline;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05rem;
    position: relative;
}

.related .title::before {
    position: absolute;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    content: "Related products";
    color: #f7931d;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.related-text-box{
    margin-top: 30px;
    padding-bottom: 30px;
}

.related .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04rem;
    position: relative;
}

.related .sub-title::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #f7931d;
}

.related .right {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

/* ----------------------------------------------------------------------------------
Features
---------------------------------------------------------------------------------- */

.features-fv {
    height: 522px;
    padding-top: 114px;
    padding-bottom: 95px;
    width: 100%;
}

.features-fv .container {
    max-width: 990px;
    padding: 0 40px;
    margin: 0 auto;
}

.features-fv .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.04em;
    color: #141419;
    text-align: center;
}

.features-fv .title .small-font {
    font-size: 30px;
}

.features-fv .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05;
    color: #141419;
}

.features-fv .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    color: #141419;
    margin-top: 28px;
}

.features-fv .text .small-font {
    font-size: 14px;
}

.ftl {
    width: 100%;
    height: 710px;
    background-image: url(../img/features-ftl-bg.png);
    background-position: center;
    background-size: cover;
    padding: 127px 0;
    margin: 0 auto;
}

.ftl .container {
    max-width: 1255px;
    padding: 0 20px 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ftl-text {
    width: 38%;
    padding-left: 18px;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
}

.ftl-text .title {
    background: rgb(54, 189, 212);
    background: linear-gradient(90deg, rgba(54, 189, 212, 1) 0%, rgba(0, 89, 157, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.15rem;
    position: relative;
}

.ftl-text .sub-title {
    background: transparent;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0.05em;
    margin-top: 16px;
    margin-left: 3px;
}

.ftl-text .text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    color: #FFF;
}

.ftl-img {
    width: 705px;
    margin-left: 26px;
}

.ftl-img .sp-img {
    display: none;
}

.ftl-img img {
    width: 100%;
}

.trust {
    padding: 64px 0 0 0;
    width: 100%;
}

.trust-works .container {
    max-width: 990px;
    padding: 73px 40px;
    margin: 0 auto;
}

.trust-works .title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #2C2F34;
}

.under-line {
    position: relative;
}

.under-line::before {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #f7931d;
    height: 4px;
    width: 85px;
}

.trust-works .title .small-font {
    font-size: 35px;
}

.trust-works .title .sub-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05rem;
    color: #2C2F34;
}

.trust-works .title .sub-title .small-font {
    font-size: 20px;
}

.trust-works .sub-title2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #2C2F34;
}

.ms-img {
    margin: 52px auto 71px;
    width: 803px;
}

.ms-img img {
    width: 100%;
}

.sp-ms-img {
    display: none;
}

.trust-works .lists {
    width: 100%;
}

.trust-works .list:not(:last-child) {
    margin-bottom: 50px;
}

.trust-works .list-title {
    background-color: #2C2F34;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    display: flex;
}

.trust-works .key-box {
    display: flex;
}

.trust-works .key-img {
    width: 85px;
    padding: 19px 19px 17px 22px;
    position: relative;
}

.trust-works .key-img::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 67px;
    background: #7B8993;
}

.trust-works .key-img img {
    width: 100%;
}

.trust-works .list-num {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.03rem;
    color: #f7931d;
}

.trust-works .key-box .list-num {
    display: none;
}

.trust-works .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 17px;
}

.trust-works .title-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04rem;
    color: #fff;
}

.trust-works .text {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    color: #141419;
}

.works {
    padding: 62px 0 109px 0;
    position: relative;
}


.works::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 73.5%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -10;
}


.works .container {
    max-width: 1224px;
    padding: 0 40px;
    margin: 0 auto;
}

.works .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.03rem;
    color: #141419;
    display: inline-block;
    position: relative;
}

.works .sub-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f7931d;
    bottom: -3px;
    left: 0;
}

.works .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.09rem;
    color: #141419;
    margin-top: 18px;
}

.works .title .small-font {
    font-size: 16px;
}

.works-lists {
    margin: 50px 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.works-lists .list {
    width: 30.7%;
}

.works-lists .list img {
    width: 100%;
    margin-bottom: 10px;
}

.works-lists .list .client {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    color: #141419;
}

.works-lists .list .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    margin-top: 0px;
    color: #141419;
}

.works .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02rem;
    color: #141419;
    margin-top: 71px;
    margin-bottom: 18px;
    text-align: center;
}

.works-box {
    display: flex;
    justify-content: center;
    margin-left: 0px !important;
}


.ov {
    width: 100%;
    height: 846px;
    padding: 118px 0 140px 0;
    background-image: url(../img/features-ov-bg.png);
    background-position: center;
    background-size: cover;
}

.ov .container {
    max-width: 990px;
    padding: 0 40px;
    margin: 0 auto;
}

.ov .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08rem;
    color: #FFFFFF;
}

.ov .title .small-font {
    font-size: 16px;
}

.ov .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    margin-top: 12px;
}

.ov table {
    margin-top: 25px;
    width: 100%;
    height: 348px;
    border-collapse: collapse;
}

.ov td {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.05rem;
    vertical-align: top;
    text-align: left;
    border: 1px solid #7B8993;
    padding: 19px 24px 0 22px;
}

.ov .bold {
    font-size: 18px;
    font-weight: 700;
}

.ov .bg-g {
    background-color: #F5F5F5;
}

.ov .bg-w {
    background-color: #fff;
}

.ov .low {
    height: 62px;
}

.ov .middle {
    height: 72px;
}

.ov .heigh {
    height: 142px;
}

.ov .w1 {
    width: 21.5%;
}

.ov .w2 {
    width: 78.5%;
}

.ov .space {
    padding-top: 16px !important;
}

/* -------------------------------------------------------------
service
------------------------------------------------------------- */

.service-fv {
    padding-top: 60px;
    padding-bottom: 120px;
    width: 100%;
    position: relative;
}

.service-fv::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 73.3%;
    height: 659px;
    background-color: #F5F5F5;
    z-index: -10;
}

.service-fv .container {
    max-width: 1224px;
    padding: 0 40px;
    margin: 0 auto;
}

.service-fv .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 73px;
    margin-top: 6px;
}

.service-fv .title .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
}

.service-fv .sec-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 28px;
}

.service-fv .sec-title .small-font {
    font-size: 16px;
}

.service-fv .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 59px;
}

.service-fv .text .small-font {
    font-size: 14px;
}

.service-fv .fv-img {
    width: 100%;
    margin-bottom: 42px;
}

.service-fv .fv-img img {
    width: 100%;
}

.service-fv table {
    width: 100%;
    height: 338px;
    border-collapse: collapse;
}

.service-fv td {
    text-align: left;
    border: 1px solid #7B8993;
    padding: 19px 19px 24px 19px;
    color: #141419;
}

.service-fv .tb-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    vertical-align: top;
}

.service-fv .tb-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    vertical-align: top;
}

.service-fv .bg-g {
    background-color: #F5F5F5;
}

.service-fv .bg-w {
    background-color: #fff;
}

.service-fv .low {
    height: 94px;
}

.service-fv .middle {
    height: 122px;
}

.service-fv .w1 {
    width: 25%;
}

.service-fv .w2 {
    width: 75%;
}


.a-s-banner {
    width: 100%;
    height: 680px;
    padding-top: 153px;
    padding-bottom: 54px;
    background-image: url(../img/after-service-bg.png );
    background-position: center;
    background-size: cover;
}


.after-service .container {
    max-width: 1224px;
    padding: 0 40px;
    margin: 0 auto;
}

.after-service .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6px;
    letter-spacing: 0.05em;
    text-align: left;
    display: inline;
    position: relative;
    color: #FFFFFF;
}

.after-service .sub-title::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #f7931d;
}

.after-service .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #FFFFFF;
}

.after-service .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 57px;
    color: #FFFFFF;
}

.after-service .title2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.after-service .table-box {
    width: 100%;
    padding-top: 66px;
    padding-bottom: 118px;
}

.after-service .table-box .container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 40px;
}

.after-service table {
    width: 100%;
    height: 338px;
    border-collapse: collapse;
}

.after-service td {
    text-align: left;
    border: 1px solid #7B8993;
    padding: 19px 19px 24px 26px;
    color: #141419;
}

.after-service .tb-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    vertical-align: top;
}

.after-service .tb-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    vertical-align: top;
}

.after-service .bg-g {
    background-color: #F5F5F5;
}

.after-service .bg-w {
    background-color: #fff;
}

.after-service .low {
    height: 99px;
}

.after-service .middle {
    height: 122px;
}

.after-service .w1 {
    width: 25.3%;
}

.after-service .w2 {
    width: 74.7%;
}


.customize-banner {
    width: 100%;
    height: 514px;
    padding-top: 123px;
    padding-bottom: 103px;
    background-image: url(../img/customize-bg.png);
    background-position: center;
    background-size: cover;
}


.customize .container {
    max-width: 1224px;
    padding: 0 40px;
    margin: 0 auto;
}

.customize .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6px;
    letter-spacing: 0.05em;
    text-align: left;
    display: inline;
    position: relative;
    color: #FFFFFF;
}

.customize .sub-title::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #f7931d;
}

.customize .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #FFFFFF;
}

.customize .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 46px;
    color: #FFFFFF;
}

.customize .title2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

/* ----------------------------------------------------
BP:1230px
---------------------------------------------------- */

@media(max-width:1230px) {
    body {
        padding-top: 60px;
    }

    header .container {
        display: none;
    }

    #nav-menu {
        display: block;
        position: fixed;
        text-align: left;
        top: 0;
        right: -1230px;
        height: 100%;
        padding: 60px 0px 0px 0px !important;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        z-index: 10;
        font-size: 16px;
        transition: 0.5s;
        opacity: 0;
    }

    .open #nav-menu {
        left: 0;
        opacity: 1;
        backdrop-filter: blur(10px);
    }

    .header-menu2 {
        display: flex;
        flex-direction: column;
        padding: 0px !important;
    }

    .header-menu2 li {
        text-align: left;
        padding: 17px 0px 19px 25px !important;
        margin-right: 0px;
        transition: 0.6s;
    }

    .header-menu2 li:hover {
        background-color: #141419;
    }

    .sp-menu-list {
        transition: 0.6s;
    }

    .header-menu2 li:hover .sp-menu-list {
        color: #f7931d;
    }

    .header-menu2 a {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.48;
        letter-spacing: 0.05rem;
        color: #FFF;
        z-index: 10;
    }

    .sp-menu {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: space-between;
        height: 60px;
        width: 100%;
        background-color: #dbdcdc;
        padding-left: 15px;
        align-items: center;
        z-index: 20;
    }

    .sp-logo {
        z-index: 20;
    }

    .sp-menu .logo {
        width: 170px;
        z-index: 20;
    }

    .sp-menu .icons {
        display: flex;
        justify-content: end;
        width: 180px;
    }

    .sp-menu .tel-box {
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #4d738a;
        z-index: 0;
    }

    .sp-menu .tel-icon {
        background-color: #4d738a;
        width: 21px;
        vertical-align: middle;
    }

    .sp-menu .mail-box {
        background-color: #f7931d;
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-menu .mail-icon {
        width: 21px;
        margin-right: 0;
        margin-bottom: -4px;
    }

    .toggle-btn {
        display: block;
        background-color: #FFF;
        position: relative;
        width: 33.33%;
        height: 60px;
        cursor: pointer;
        z-index: 10;
    }

    .toggle-btn span {
        height: 2px;
        width: 18px;
        background-color: #222222;
        position: absolute;
        display: block;
        transition: 0.5s;
        left: 50%;
        transform: translate(-50%);
    }

    .toggle-btn span:nth-child(1) {
        top: 24px;
    }

    .toggle-btn span:nth-child(2) {
        top: 30px;
    }

    .toggle-btn span:nth-child(3) {
        top: 36px;
    }

    .open .toggle-btn {
        z-index: 30;
    }

    .open .toggle-btn span {
        background-color: #222222;
    }

    .open .toggle-btn span:nth-child(1) {
        -webkit-transform: translateY(6px) translateX(-10px) rotate(-45deg);
        transform: translateY(6px) translateX(-10px) rotate(-45deg);
    }

    .open .toggle-btn span:nth-child(2) {
        display: none;
    }

    .open .toggle-btn span:nth-child(3) {
        -webkit-transform: translateY(-6px) translateX(-10px) rotate(45deg);
        transform: translateY(-6px) translateX(-10px) rotate(45deg);
    }

    .fv {
        min-height: 740px;
    }

    .fv-bg {
        height: 800px;
    }

    .footer-menu {
        display: none;
    }

    footer .p-policy {
        display: none;
    }

    .p-menu-box .lists {
        width: 30%;
    }

    .features-lists::before {
        display: none;
    }

    .ftl-text {
        width: 40%;
    }

    .ftl-img {
        width: 55%;
    }

    .performance-list {
        max-width: calc(100vw - (16px - 15px) * 2);
    }


}

/* ----------------------------------------------------
BP:1120px
---------------------------------------------------- */

@media(max-width:1120px) {
    .about-contents {
        margin-top: 33px;
    }

    .about-contents .movie {
        width: 100%;
    }

    .about-text {
        margin-right: 20px;
        width: 100%;
        margin-top: 0px;
    }

    .reason-img-pc {
        width: 100%;
    }

    .reason1 .reason-text {
        width: 100%;
        margin-right: 40px;
    }

    .reason1 .reason-img {
        width: 100%;
    }

    .reason-contents2 {
        height: 100%;
    }

    .reason-img2 {
        width: 48%;
    }

    .reason-text2 {
        width: 48%;
        padding-top: 30px;
        padding-right: 0px;
    }

    .reason2 .title {
        margin-top: 35px;
    }

    .reason2 .text {
        margin-top: 20px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.01rem;
    }

    .reason2 .reason-img {
        margin-right: 40px;
    }

    .p-menu {
        padding: 100px 40px 139px;
    }

    .p-menu-box {
        flex-direction: column;
        align-items: center;
    }

    .p-menu-box .lists {
        width: 50%;
    }

    .p-menu-box .lists:not(:first-child) {
        margin-top: 40px;
    }

    .insert-p {
        width: 100%;
        height: 430px;
        z-index: -10;
    }

    .features-fv {
        height: 482px;
        padding-top: 80px;
    }

    .ftl {
        height: calc(280px + 28vw);
    }

    .ftl-text {
        padding-top: 80px;
        width: 46%;
    }

    .ftl-img {
        width: 50%;
    }


    .a-s-banner {
        background-position: 90% center;
    }
}


/* ----------------------------------------------------
BP:920px
---------------------------------------------------- */

@media(min-width:920px){
    .products-image-list {
        max-width: 1224px;
        margin: 54px auto 0;
        padding: 0 40px;
    }   
    .reason3 .reason-text {
        max-width: 75%;
    }
    .scroll-guide-white {
        display: none;
    }
}

@media(max-width:920px) {
    .fv {
        min-height: 840px;
        padding-top: 120px;
    }

    .fv .link-box > a {
        height: 42px;
    }

    .fv-bg {
        height: 840px;
    }

    .fv-box .spbr {
        display: block;
    }

    .fv-box .pcbr {
        display: none;
    }

    .fv-box .text-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .fv-box .movie-box {
        width: 100%;
        height: 300px;
    }

    .fv-box .movie-box iframe {
        margin-top: 0;
        height: 100%;
    }

    .pc-link {
        display: none;
    }

    .sp-link {
        display: inline-block;
    }

    .news {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
    }

    .news-title {
        color: #FFF;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.07rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 40px;
        position: relative;
    }

    .news-title::before {
        position: absolute;
        content: "";
        top: 50%;
        right: -15%;
        width: 2px;
        height: 50%;
        background-color: #FFF;
        transform: rotate(20deg) translateY(-50%);
    }

    .news-contents {
        color: #FFF;
        margin-right: 0px;
        position: relative;
        overflow: hidden;
    }

    .news-contents::before {
        display: none;
    }

    .date-tag {
        display: flex;
    }

    .date-tag dt {
        margin-right: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.1rem;
    }

    .date-tag dd {
        font-size: 11px;
        font-weight: 500;
        line-height: 10px;
        letter-spacing: 0.1rem;
        background-color: #E1E7F1;
        color: #2c2f34;
        display: flex;
        align-items: center;
        padding: 0 4px;
        height: 18px;
    }

    .news-topic {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        color: #FFF;
        text-align: left;
        padding-right: 10px;
    }

    .news-topic .small-font {
        font-size: 10px;
    }

    .link-box {
        justify-content: center;
        text-align: center;
        margin-top: 28px;
        border-radius: 5px;
        background-color: #f7931d;
        margin-left: 0px;
    }

    .link-box > a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .news .link-box::before {
        display: none;
    }

    .link-img {
        width: 11px;
        margin-right: 6px;
        margin-top: -2px;
    }

    .link {
        width: 100%;
        color: #2c2f34;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.48;
        letter-spacing: 0.05rem;
    }

    .about {
        padding: 60px 0px 50px 0px;
        position: relative;
    }

    .about-c_copy {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.05em;
        color: #141419;
        margin-top: 28px;
    }

    .reason1 {
        padding: 70px 0 20px 0;
        position: relative;
        color: #141419;
    }

    .reason-contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .reason1 .reason-img {
        margin-top: 22px;
    }

    .reason2 .reason-contents2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .reason2 .reason-img2 {
        margin-top: 22px;
        width: 100%;
    }

    .reason2 .reason-text2 {
        width: 100%;
    }

    .reason3 {
        padding: 70px 0 77px;
    }

    .reason3 .text {
        width: 100%;
    }

    .performance {
        padding: 70px 0;
    }

    .performance .container {
        box-sizing: border-box;
    
        /* Override */
        max-width: 100vw;
        padding-right: 25px;
        padding-left: 25px;
    }

    .performance .scroll-guide-white {
        margin: 36px 0 16px;
    }

    .performance .sp-box {
        padding: 0 25px;
    }

    .performance-box > a,
    .products-box > a {
        height: 60px;
    }

    .products-image-list {
        gap: 18px;
    }

    .performance-list {
        max-width: calc(100vw - (25px - 10px) * 2);
        margin-top: 0;
    }
    .performance-card {
        width: auto;
        padding-right: 10px;
    }
    .performance-card img {
        /* width: auto; */
    }


    .products-fv-img {
        height: 300px;
    }

    .p-c-copy {
        font-size: 32px;
    }

    .p-c-copy .small-font {
        font-size: 20px;
    }

    .products-detail-fv {
        height: 700px;
        padding-top: 30px;
    }

    .products-detail-fv .container {
        max-width: 1440px;
        padding: 0 40px;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .products-detail-fv .fv-img {
        width: 440px;
        margin-right: 0px;
        margin-top: 20px;
    }

    .products-detail-fv .fv-text {
        width: 100%;
    }

    .products-detail .movie {
        padding: 60px 40px;
    }

    .products-detail .movie img {
        width: 100%;
        height: 100%;
    }

    .insert-p {
        height: 300px;
    }

    .series .container {
        padding: 0px;
    }

    .series-text-box {
        padding: 0 40px 33px 40px;
    }

    .series .text{
        padding: 0 40px;
    }

    .series .table-box {
        margin-top: 38px;
        margin-bottom: 80px;
        padding: 0 40px;
        overflow-x: scroll;
    }

    .series table {
        width: 816px;
    }

    .series th,
    .series td {
        font-size: 14px;
    }

    .series .small {
        font-size: 13px !important;
    }

    .series .w1 {
        width: 10.4%;
    }

    .series .w2 {
        width: 16.4%;
    }

    .series .w3 {
        width: 18.5%;
    }

    .series .w4 {
        width: 19.7%;
    }

    .series .w5 {
        width: 18.1%;
    }

    .series .title,
    .related .title {
        margin-left: 40px;
    }

    .related-text-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .ftl {
        padding: 60px 0 60px 0;
        height: calc(400px + 55vw);
    }

    .ftl .container {
        padding: 0 40px;
        flex-direction: column;
        justify-content: space-between;
    }

    .ftl-text {
        width: 100%;
        padding: 0;
    }

    .ftl .text .pcbr {
        display: none;
    }

    .ftl-text .title {
        text-align: center;
    }

    .ftl-text .sub-title {
        text-align: center;
    }

    .ftl-img {
        margin: 42px 0 0 0;
        width: 100%;
    }

    .trust-works .ms-img {
        width: 100%;
    }

    .works .container {
        padding: 0 0 0 40px;
    }

    .works .lists-box {
        overflow-x: scroll;
    }

    .works-lists {
        width: 910px;
        margin-top: 12px;
        padding-right: 40px;
    }

    .works .scroll-guide {
        display: block;
        padding-right: 70px;
        margin-top: 26px;
        text-align: right;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.02rem;
        color: #141419;
        position: relative;
    }

    .works .scroll-guide::before {
        position: absolute;
        content: url(../img/scroll-arrow.png);
        top: 50%;
        right: 12px;
        transform: translateY(-50%) scale(0.3);
    }

    .works .text {
        padding-right: 40px;
    }

    .works-box {
        margin-right: 40px;
    }
    .works-box > a {
        height: 60px;
    }

    .ov {
        width: 100%;
        height: 890px;
        padding: 60px 0 140px 0;
    }

    .ov table tr {
        display: flex;
        flex-direction: column;
    }

    .ov td {
        display: flex;
        flex-direction: column;
        padding: 10px;
        font-size: 17px;
    }

    .ov .w1,
    .ov .w2 {
        width: 100%;
    }

    .tbbr {
        display: none;
    }

    .ov .low,
    .ov .middle,
    .ov .heigh {
        height: 50px;
    }

    .a-s-banner {
        height: 580px;
        padding-top: 70px;
    }

}

@media(max-width:855px) {
    .series .scroll-guide {
        display: block;
        padding-right: 70px;
        margin-top: 26px;
        text-align: right;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.02rem;
        color: #141419;
        position: relative;
    }

    .scroll-guide::before {
        position: absolute;
        content: url(../img/scroll-arrow.png);
        top: 50%;
        right: 12px;
        transform: translateY(-50%) scale(0.3);
    }

    .pc-space {
        margin-top: 0;
    }
}




/* ----------------------------------------------------
BP:792px
---------------------------------------------------- */

@media(max-width:792px) {
    .fv {
        min-height: 780px;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .fv .title {
        font-size: 27px;
        font-weight: 900;
        line-height: 35.1px;
        letter-spacing: 0.05em;
    }

    .fv-contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 27px;
        padding-left: 0px;
    }

    .fv-contents .spbr {
        display: none;
    }

    .fv-movie {
        width: 100%;
        height: 376px;
        margin-top: 44px;
    }

    .about-contents {
        margin-top: 33px;
        flex-direction: column-reverse;
    }

    .about-contents .movie {
        margin-bottom: 30px;
    }

    .about-text {
        margin-right: 20px;
        width: 100%;
        margin-top: 0px;
    }

    .reason-title {
        background-color: #2c2f34;
        text-align: center;
        color: #FFF;
        padding: 27px 10px 35px 10px;
    }

    .reason-title .main {
        font-weight: 700;
        line-height: 1.17;
        letter-spacing: 0.05rem;
    }

    .reason-title .small-font {
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.05rem;
        margin: 0 4px;
    }

    .reason-title .sp {
        display: inline-block;
    }

    .reason-title .spbr {
        display: block;
    }

    .reason-title .main2 {
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.05rem;
    }

    .title-img {
        width: 45px !important;
        margin: 14px 0;
    }

    .reason-title .sub {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.17;
        letter-spacing: 0.05rem;
    }

    .reason-img {
        margin-top: 22px;
    }

    .reason .img {
        width: 100%;
    }

    .agency .text {
        width: 100%;
        padding: 0px 22px 66px;
        margin: 0 auto;
        text-align: left;
        background-color: #FFF;
        color: #141419;
    }

    footer .text-box {
        margin-top: 66px;
        text-align: center;
        background-color: #F5F5F5;
        padding: 35px 25px !important;
    }

    footer .container {
        padding: 84px 25px 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-left {
        align-items: center;
    }

    .footer-menu {
        display: none;
    }

    .footer-right {
        padding: 48px 50px;
        width: 80%;
        margin-top: 42px;
    }

    .p-menu {
        padding: 134px 25px 22px;
    }

    .p-menu-box .lists {
        width: 100%;
    }

    .p-menu-box .lists:last-child {
        margin-top: 24px;
        margin-bottom: 66px;
    }
}


/* ----------------------------------------------------
BP:430px
---------------------------------------------------- */


@media(max-width:430px) {

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

    .sp-menu .logo {
        display: block;
        width: 100px;
    }


/* --------------------------------------------------------
fv
-------------------------------------------------------- */

    .fv {
        height: auto;
        min-height: 0;
        padding-top: 40px;
    }

    .fv-bg {
        top: 60px;
    }

    .fv-bg-pc {
        display: none;
    }

    .fv-bg-sp {
        display: inline-block;
    }

    .fv-img img {
        object-position: 50% 0;
    }

    .fv .container {
        padding: 0 15px;
    }

    .fv-contents {
        margin-top: 28px;
    }

    .fv .text-box {
        margin-bottom: 42px;
    }

    .spbr {
        display: block;
    }

    .fv .sub-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        letter-spacing: 0.05em;
    }

    .fv .movie-box {
        height: 176px;
    }

    .fv-movie {
        height: 176px;
        margin-top: 44px;
    }

    .fv .news {
        margin-top: 50px;
    }

    .fv .link-box {
        margin-top: 20px;
        margin-right: 8px;
        margin-left: 8px;
    }


/* --------------------------------------------------------
about
-------------------------------------------------------- */
    .about {
        padding: 44px 0px 30px 0px;
    }

    .about::before {
        width: 100%;
        height: 100%;
    }

    .about-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: 0.05em;
    }

    .about .container {
        padding: 0 25px;
    }

    .about-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: 0.05em;
    }

    .about-title::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #f7931d;
        bottom: -8px;
        left: 0;
    }

    .about-title .small-font {
        font-size: 12px;
    }

    .about-c_copy {
        font-size: 25px;
        margin-top: 18px;
    }

    .about-contents .movie {
        height: 182px;
        margin-bottom: 0px;
    }

    .about-text {
        margin-top: 38px;
    }

    .about-text p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.02em;
    }


/* --------------------------------------------------------
reason
-------------------------------------------------------- */

    .reason .container {
        max-width: 100%;
        padding: 0 0;
    }

    .reason-title {
        background-color: #2c2f34;
        text-align: center;
        color: #FFF;
        padding: 26px 10px 32px 10px;
    }

    .reason-title .main {
        font-size: 35px;
        font-weight: 700;
        line-height: 10px;
        letter-spacing: 0.05em;
    }

    .reason-title .small-font {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.05rem;
        margin: 0 4px;
    }

    .reason-title .sp {
        font-size: 25px;
    }

    .reason-title .main3 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.1em;
    }

    .reason-title .main4 {
        font-size: 23px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.1em;
    }

    .reason-title .main5 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.1em;
    }

    .title-img {
        width: 32px !important;
        margin-top: 8px;
        margin-bottom: 11px;
    }

    .reason-title .sub {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.17;
        letter-spacing: 0.05rem;
    }

    .reason1 {
        padding: 40px 0 0px 0;
        position: relative;
        color: #141419;
    }

    .reason-contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .reason2 .reason-contents {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .reason1 .reason-text {
        width: auto;
        margin: 0px;
        padding: 0 25px;
    }

    .reason .sub-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: -0.03rem;
        display: inline-block;
        position: relative;
    }

    .reason .sub-title .small-font {
        font-size: 13px;
    }


    .reason .sub-title::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #f7931d;
        bottom: -6px;
        left: 0;
    }

    .reason .title {
        margin-top: 14px;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.00rem;
    }

    .reason .text {
        margin-top: 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.03em;
    }

    .reason-img-pc {
        display: none;
    }

    .reason-img-sp {
        display: block;
        width: 100%;
    }
    .reason-img-caption {
        text-align: center;
    }

    .reason2 {
        padding: 37px 0 45px 0;
        color: #141419;
    }

    .reason-text2 {
        padding: 0 25px;
    }

    .reason-text2 .title {
        margin-top: 10px;
        font-size: 25px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0.05em;
    }

    .reason-text2 .text {
        margin-top: 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.01em;
    }

    .reason3 {
        padding: 0px 0 77px;
    }
    .reason3 .reason-text {
        padding: 0 25px;
    }

    .reason3 .title {
        font-size: 25px;
        margin-top: 16px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0.05em;
    }

    .reason1::before {
        display: none;
    }
    .reason3::before {
        display: none;
    }

    .reason3 .text {
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    .products-box {
        margin-top: 41px;
    }

    .reason3 .link-img {
        width: 11px;
        margin-right: 6px;
        margin-top: -2px;
    }

    .products-image-list {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .products-image-item {
        width: calc((100vw - 18px) / 2);
    }

/* --------------------------------------------------------
performance
-------------------------------------------------------- */

    .performance {
        padding-top: 34px;
        padding-bottom: 30px;
        background-color: #2c2f34;
        text-align: center;
        color: #FFF;
        overflow: hidden;
    }

    .performance-title {
        text-align: center;
        color: #FFF;
    }

    .performance-title .main {
        font-size: 35px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.1em;
    }

    .performance-title .small-font {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.05em;
        margin: 0px;
    }

    .performance-title .sp {
        font-size: 23px;
    }

    .performance-title .main2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.05rem;
    }

    .performance-title .sub {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.17;
        letter-spacing: 0.05rem;
    }

    .performance-card img {
        height: auto;
        min-height: 0;
    }

    .performance-card .title {
        margin-top: 20px;
        font-size: 18px;
    }

    .performance-card .tag-date .tag {
        padding: 2px 3px;
        font-size: 12px;
    }

    .performance-card .tag-date .date {
        font-size: 12px;
    }

    .performance-card .text {
        font-size: 15px;
    }

    .performance-box {
        margin-top: 90px;
    }

    .sp-img {
        display: block;
    }

/* --------------------------------------------------------
agency
-------------------------------------------------------- */
    .agency {
        padding-top: 0;
        /* padding-top: 47px; */
        text-align: center;
    }

    .agency .main {
        margin: 0 20px;
    }

    .agency .main-txt01,
    .agency .main-txt02 {
        font-size: 18px;
        letter-spacing: 0.1rem;
    }

    .agency .agency-image {
        display: block;
        margin: 23px 22px 52px;
    }

    .agency .container {
        padding: 0px 25px;
    }

    .agency .text p {
        font-size: 20px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.02rem;
    }

    .agency .small-font {
        font-size: 16px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.02rem;
    }

    .agency .bold-font {
        font-size: 20px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.02rem;
    }

    .agency .small-bold-font {
        font-size: 16px;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.02rem;
    }

    .pcbr {
        display: none;
    }



/* --------------------------------------------------------
footer
-------------------------------------------------------- */

    footer .text-box {
        margin-top: 0px;
        text-align: center;
        background-color: #F5F5F5;
        padding: 35px 25px 42px !important;
    }

    footer .text-box p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.05rem;
        color: #141419;
    }

    footer .text-box .small-font {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.05rem;
        color: #141419;
    }

    .footer-contents {
        background-color: #2c2f34;
        padding-bottom: 22px;
    }

    footer .text-box {
        padding: 44px 0;
    }

    footer .text-box p {
        font-size: 18px;
    }

    footer .text-box .small-font {
        font-size: 10px;
    }

    footer .container {
        max-width: 1224px;
        margin: 0 auto;
        padding: 46px 25px 32px;
        display: flex;
        justify-content: space-between;
    }

    .site-logo {
        width: 163px;
    }

    .sns-icons {
        margin-top: 24px;
    }

    .sns-icons li:not(:last-child) {
        margin-right: 4px;
    }

    .footer-right {
        width: 100%;
        padding: 30px 25px;
        margin-top: 42px;
        margin-bottom: 0px;
    }

    .text-agency {
        font-size: 24px;
        margin-bottom: 4px;
        line-height: 1;
    }

    .text-agency .small-font {
        font-size: 11px;
    }

    .text-agency .text2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .text-company {
        font-size: 23px;
        margin-bottom: 4px;
    }

    footer .tel {
        font-size: 22px;
        position: relative;
        padding-left: 40px;
        margin-bottom: -3px;
    }

    footer .tel::before {
        position: absolute;
        content: url(../img/footer-tel.png);
        transform: translateY(-50%) scale(0.2);
        top: 55%;
        left: -24px;
    }

    footer .tel-time {
        color: #FFF;
        font-size: 11px;
        margin-bottom: 14px;
    }

    footer .tel-time .font-small {
        color: #FFF;
        font-size: 11px;
        font-weight: 500;
        line-height: 16.04px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    footer .tel-time .small-font {
        color: #FFF;
        font-size: 13px;
    }

    footer .contact {
        width: 100%;
        height: 60px;
        color: #141419;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.48;
        letter-spacing: 0.05rem;
        font-weight: 700;
        border-radius: 6px;
    }

    footer .mail-icon {
        width: 24px;
    }

    .copy-right {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 24px;
        text-align: left;
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
        line-height: 19.2px;
        letter-spacing: 0.05em;
    }

    .bc .container {
        padding: 0px 16px 0px 16px;
    }

    .products-fv-img {
        height: 400px;
        padding-top: 65px;
        background-position: 75% center;
    }

    .p-c-copy {
        font-size: 27px;
        font-weight: 900;
        line-height: 43.2px;
        letter-spacing: 0.04em;
    }

    .p-c-copy .small-font {
        font-size: 16px;
    }

    .p-c-copy .sp-font {
        font-size: 27px;
        font-weight: 900;
        line-height: 43.2px;
        letter-spacing: -0.2em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .menu-title .title-font {
        color: #f7931d;
    }

    .p-menu .list a {
        min-height: 60px;
    }

    .p-menu .list-box {
        padding-left: 14px;
        align-items: center;
    }

    .p-menu .text {
        display: inline-block;
        position: relative;
    }

    .products-detail-fv {
        height: auto;
        /* min-height: 641px; */
        padding-top: 30px;
        padding-bottom: 37px;
    }

    .products-detail-fv .container {
        padding: 0 25px;
    }

    .products-detail-fv .fv-img {
        width: 100%;
        height: auto;
    }

    .products-detail-fv .fv-text {
        width: 100%;
        height: 100%;
    }

    .products-detail-fv .title {
        font-size: 27px;
    }

    .products-detail-fv .sub-title {
        margin-top: 30px;
        font-size: 18px;
    }

    .products-detail-fv .text {
        margin-top: 16px;
        font-size: 15px;
    }

    .products-detail .movie {
        padding: 34px 25px;
    }

    .products-detail .movie iframe {
        width: 910px;
        height: 183px;
    }

    .purpose-table-box {
        padding: 30px 0px 60px 0px;
    }

    .purpose-table-box .container {
        padding: 0 25px;
    }

    .purpose-table tr {
        display: flex;
        flex-direction: column;
    }

    .purpose-table .title {
        padding: 6px 0;
        width: 100%;
        font-size: 17px;
        margin-bottom: 0px;
        border-bottom: 0;
    }

    .purpose-table .contents {
        padding: 7px 10px 23px 10px;
    }

    .purpose-table .purpose-body:nth-of-type(2) {
        margin-top: 15px;
        padding-top: 13px;
    }

    .purpose-table .sub-title {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .purpose-table .text {
        font-size: 15px;
    }

    .purpose-table .purpose-body ul,
    .purpose-table .purpose-body ol {
        margin-top: 13px;
    }

    .purpose-table .purpose-body li {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.03em;
    }

    .features .container {
        padding: 0 25px;
    }

    .features .title {
        font-size: 25px;
    }

    .features-lists {
        margin-top: 34px;
    }

    .features .list {
        margin-bottom: 46px;
    }

    .features .list:last-child {
        margin-bottom: 60px;
    }

    .features .list .sub-title {
        font-size: 17px;
    }

    .features .list .sub-title::before {
        position: absolute;
        content: "";
        bottom: -14px;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #f7931d;
    }

    .features .list .text {
        font-size: 15px;
        margin-top: 29px;
    }

    .insert-p {
        height: 200px;
    }

    .series {
        padding: 58px 0px 0px 0px;
    }

    .series .container {
        padding: 0;
    }

    .series-text-box {
        padding: 0 25px 35px 25px;
    }

    .series-box:not(:last-child) {
        margin-bottom: 50px;
    }

    .series .sub-title {
        font-size: 17px;
        line-height: 1.1;
    }

    .series .sub-title::before {
        position: absolute;
        content: "";
        bottom: -17px;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #f7931d;
    }

    .scroll-guide {
        display: block;
    }

    .series .scroll-guide {
        display: block;
        padding-right: 50px;
        margin-top: 26px;
        text-align: right;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.02rem;
        color: #141419;
        position: relative;
    }

    .scroll-guide::before {
        position: absolute;
        content: url(../img/scroll-arrow.png);
        top: 50%;
        right: 0px;
        transform: translateY(-50%) scale(0.3);
    }

    .series .small-font {
        font-size: 13px;
    }

    .series .text {
        font-size: 15px;
        margin-top: 0px;
        padding: 0 25px;
        line-height: 1.5;
    }

    .series .table-box {
        margin-top: 14px;
        margin-bottom: 54px;
        padding: 0 25px;
    }

    .series table {
        margin-top: 13px;
        border-collapse: collapse;
    }

    .sp-table-space {
        margin-top: 13px !important;
    }

    .series .low {
        height: 53px;
    }

    .series .heigh {
        height: 90px;
    }

    .series .w1 {
        width: 10.4%;
    }

    .series .w2 {
        width: 16.4%;
    }

    .series .w3 {
        width: 18.5%;
    }

    .series .w4 {
        width: 19.7%;
    }

    .series .w5 {
        width: 18.1%;
    }

    .series-img {
        width: 100%;
    }

    .series .title,
    .related .title {
        margin-left: 25px;
    }

    .related-text-box {
        padding-left: 25px;
        padding-right: 25px;
    }

    .features-fv {
        height: 522px;
        padding-top: 25px;
        padding-bottom: 60px;
    }

    .features-fv .container {
        padding: 0 25px;
    }

    .features-fv .title {
        font-size: 27px;
        line-height: 1.55;
        letter-spacing: 0.05rem;
    }

    .features-fv .title .small-font {
        font-size: 15px;
    }

    .features-fv .sub-title {
        font-size: 18px;
    }

    .features-fv .text {
        font-size: 15px;
        margin-top: 22px;
    }

    .features-fv .text .small-font {
        font-size: 11px;
    }

    .ftl {
        height: 500px;
        background-position: center;
        padding: 40px 0 22px 0;
    }

    .ftl .container {
        padding: 0 25px;
    }

    .ftl-text .title {
        font-size: 35px;
        font-weight: 900;
        line-height: 56px;
        letter-spacing: 0.05em;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .ftl-text .sub-title {
        font-size: 15px;
        margin-top: 2px;
    }

    .ftl-text .text {
        margin-top: 23px;
        font-size: 15px;
    }

    .ftl-img {
        margin-top: 45px;
        height: 197px;
    }

    .ftl-img .pc-img {
        display: none !important;
    }

    .ftl-img .sp-img {
        display: block !important;
    }

    .ftl-img img {
        height: 100%;
    }

    .trust-works .container {
        padding: 38px 25px 37px;
    }

    .trust-works .title {
        font-size: 30px;
        line-height: 1.48;
        letter-spacing: 0.01em;
    }

    .under-line::before {
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        background-color: #f7931d;
        height: 4px;
        width: 60px;
    }

    .trust-works .title .small-font {
        font-size: 25px;
    }

    .trust-works .title .sp-font {
        font-size: 25px;
    }

    .trust-works .title .sub-title {
        font-size: 25px;
    }

    .trust-works .title .sp-sub-title {
        font-size: 20px;
    }

    .trust-works .title .sp-sub-title .small-font {
        font-size: 15px;
    }

    .trust-works .sub-title2 {
        font-size: 25px;
        text-align: center;
        font-weight: 700;
        line-height: 2;
        letter-spacing: 0.06rem;
    }

    .ms-img {
        margin: 16px auto 48px;
        width: 803px;
    }

    .ms-img img {
        width: 100%;
    }

    .pc-ms-img {
        display: none;
    }

    .sp-ms-img {
        display: block;
        width: 100%;
    }

    .trust-works .list:not(:last-child) {
        margin-bottom: 52px;
    }

    .trust-works .list:nth-child(3) {
        margin-bottom: 43px;
    }

    .trust-works .list:nth-child(4) {
        margin-bottom: 38px;
    }

    .trust-works .list-title {
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 13px;
    }

    .trust-works .key-box {
        display: flex;
        line-height: 1;
        align-items: center;
    }

    .trust-works .key-box .list-num {
        display: block;
        padding-left: 10px;
        margin-top: 0;
    }

    .trust-works .key-img {
        width: auto;
        padding: 0 10px 0 6px;
    }

    .trust-works .key-img img {
        width: 20px;
        height: 20px;
    }

    .trust-works .key-img::before {
        position: absolute;
        top: 100%;
        right: 0;
        transform: translateY(-100%);
        content: "";
        width: 1px;
        height: 20px;
    }

    .trust-works .list-num {
        font-size: 12px;
    }

    .trust-works .text-box {
        margin-top: 4px;
        padding-left: 0;
    }

    .trust-works .text-box .list-num {
        display: none;
    }

    .trust-works .title-text {
        font-size: 20px;
    }

    .trust-works .text {
        margin-top: 19px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.01rem;
        color: #141419;
    }

    .trust-works .text .small-font {
        font-size: 13px;
    }

    .trust-works .insert-p {
        display: none;
    }

    .trust-works .insert-p-sp {
        display: block;
    }

    .works {
        padding: 38px 0 49px 0;
    }

    .works::before {
        width: 100%;
    }

    .works .container {
        padding: 0 0 0 25px;
    }
    .works-lists {
        padding-right: 25px;
    }

    .works .sub-title {
        font-size: 18px;
        margin-right: 34px;
        display: flex;
        justify-content: center;
    }

    .works .sub-title::before {
        position: absolute;
        content: "";
        width: 49%;
        height: 2px;
        background-color: #f7931d;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
    }

    .works .title {
        font-size: 25px;
        margin-top: 12px;
        text-align: center;
        margin-right: 25px;
        line-height: 1.44;
        letter-spacing: 0.06em;
    }

    .works .scroll-guide {
        padding-right: 49px;
    }

    .works .scroll-guide::before {
        right: -5px;
        top: 57%;
    }

    .works .title .small-font {
        font-size: 15px;
    }

    .works-lists .list {
        width: 32%;
    }

    .works-lists .list > a {
        display: block;
    }

    .works-lists .list img {
        width: 100%;
        margin-bottom: 4px;
        height: 170px;
        object-fit: cover;
    }

    .works-lists .list .client {
        font-size: 15px;
    }

    .works-lists .list .title {
        font-size: 15px;
        text-align: left;
        line-height: 1.85;
    }

    .works .text {
        font-size: 15px;
        margin-top: 32px;
        margin-bottom: 11px;
        margin-right: 25px;
        padding-right: 0px;
    }

    .works-box {
        margin-top: 12px;
        margin-right: 25px;
    }

    .ov {
        height: auto;
        padding: 62px 0 43px 0;
        background-position: 70% 50%;
    }

    .ov .container {
        padding: 0 25px;
    }

    .ov .title {
        font-size: 25px;
    }

    .ov .title .small-font {
        font-size: 16px;
    }

    .ov .text {
        font-size: 16px;
        margin-top: 19px;
        line-height: 1.625;
    }

    .ov table {
        margin-top: 37px;
    }

    .ov td {
        font-size: 16px;
        padding: 8px 10px 22px 10px;
        line-height: 1.66;
    }

    .ov .small {
        font-size: 15px;
    }

    .ov .space {
        padding-top: 9px !important;
    }

    .ov .w1,
    .ov .w2 {
        width: 100%;
    }

    .ov .low,
    .ov .middle,
    .ov .heigh {
        height: 49px;
    }

    .ov .sp-space3 {
        padding-top: 12px !important;
    }

    .ov .sp-heigh {
        height: 54px;
    }

    .ov-link {
        color: #4D738A;
    }



    .service-fv {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .service-fv .container {
        padding: 0 25px;
    }

    .service-fv .title {
        font-size: 27px;
        margin-bottom: 4px;
        margin-top: 0px;
    }

    .service-fv .title::before {
        left: 50%;
        top: 46px;
    }

    .service-fv .title .sub-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 4.6;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .service-fv .sec-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .service-fv .sec-title .small-font {
        font-size: 15px;
    }

    .service-fv .text {
        font-size: 15px;
        margin-bottom: 38px;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0.02em;
    }

    .service-fv .text .small-font {
        font-size: 13px;
        font-weight: 400;
        line-height: 20.8px;
        letter-spacing: 0.05em;
    }

    .service-fv .fv-img {
        width: 100%;
        height: 510px;
        margin-bottom: 30px;
    }

    .service-fv .pc-img {
        display: none;
    }

    .service-fv .sp-img {
        display: block;
        height: 100%;
    }


    .service-fv table {
        height: 641px;
    }

    .service-fv table tr {
        display: flex;
        flex-direction: column;
    }

    .service-fv td {
        padding: 10px 10px 13px 10px;
    }

    .service-fv .tb-title {
        font-size: 17px;
        letter-spacing: 0.06em;
    }

    .service-fv .tb-text {
        font-size: 15px;
        letter-spacing: 0.05em;
    }

    .service-fv .sp-height {
        height: 50px;
    }

    .service-fv .sp-height2 {
        height: 173px;
    }

    .service-fv .sp-height3 {
        height: 145px;
    }

    .service-fv .sp-border {
        border-bottom: 0px;
    }

    .service-fv .w1 {
        width: 100%;
    }

    .service-fv .w2 {
        width: 100%;
    }


    .a-s-banner {
        height: auto;
        padding-top: 33px;
        padding-bottom: 45px;
        background-image: url(../img/service-afs-sp-bg.png);
    }


    .after-service .container {
        padding: 0 25px;
    }

    .after-service .sub-title {
        font-size: 16px;
    }

    .after-service .sub-title::before {
        bottom: -12px;
    }

    .after-service .title {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .after-service .text {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.02em;
        margin-bottom: 38px;
        color: #FFFFFF;
    }

    .after-service .text .small-font {
        font-size: 13px;
        line-height: 1.8;
    }

    .after-service .title2 {
        font-size: 17px;
        line-height: 1.6;
    }

    .after-service .table-box {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 75px;
    }

    .after-service .table-box .container {
        padding: 0 25px;
    }

    .after-service table {
        height: 830px;
    }

    .after-service table tr {
        display: flex;
        flex-direction: column;
    }

    .after-service td {
        padding: 10px 12px;
    }

    .after-service .tb-title {
        font-size: 17px;
        font-weight: 700;
        vertical-align: top;
    }

    .after-service .tb-text {
        font-size: 15px;
        vertical-align: top;
        line-height: 24px;
        letter-spacing: 0.05em;
    }

    .after-service .sp-height1 {
        height: 50px;
    }

    .after-service .w1 {
        width: 100%;
    }

    .after-service .w2 {
        width: 100%;
    }

    .after-service .sp-border {
        border-bottom: 0px;
    }

    .customize-banner {
        height: 388px;
        padding-top: 37px;
        padding-bottom: 46px;
        background-image: url(../img/service-customize-sp-bg.png);
        background-position: center;
    }

    .customize .container {
        padding: 0 25px;
    }

    .customize .sub-title {
        font-size: 18px;
    }

    .customize .sub-title::before {
        bottom: -8px;
    }

    .customize .title {
        font-size: 25px;
        margin-top: 4px;
        margin-bottom: 18px;
    }

    .customize .text {
        font-size: 15px;
        margin-bottom: 10px;
        color: #FFFFFF;
    }

    .customize .title2 {
        font-size: 17px;
    }

}
