@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    width: 100%;
	font-family: 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: 'Montserrat', sans-serif;
}

.fontB {
  font-family: 'Noto Sans JP', sans-serif;
}

.inLink>a:hover {
    text-decoration: none;
    color: #333;
}

.inLink>a {
    text-decoration: underline;
    color: #333;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

.hoverUp {
    transition: all .5s;
}

.hoverUp:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}

.titBr768>br {
    display: block;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.comBtn01:after {
    content: "";
    width: 32px;
    height: 32px;
    display: flex;
    margin-left: 8px;
    background-size: contain;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #29B4E6;
    color: #fff;
    transition: all .7s;
}

.comLinkText {
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    color: #333;
}

.comBtn01:hover .comLinkText {
    color: #29B4E6;
    border-color: #29B4E6;
}

.comBtn01:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/com_arrow_icon.svg)no-repeat;
    width: 4px;
    height: 6px;
    display: block;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.comBtn01:hover:after {
    transition: all .7s;
    background: #333;
}

.comBtn02:hover {
    color: #333;
}

/*-- 共通フォント系 --------------------------------------------------------------*/

.titEn01 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.titJa01 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.55em;
}

.titJa02 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.55em;
}

.text02 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 2em;
}

.mainTit01 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.469em;
}

.subTit01 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.627em;
}

.text01 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

.titMt01 {
    margin: 18px 0 0;
}

.titColEn01 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    color: #999999;
}

.titColJa01 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorGray01 {
    color: #999999;
}

.colorBleu01 {
    color: #29B4E6;
}

/*-- inCover -----------------------------------------------------------------*/
.iCovWr {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 200px;
    max-width: 1920px;
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(0 0 0 / 50%);
}

.iCovTit {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.iCovSubTit {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.55em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/
.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1080px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
}

.pankuzuCt {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #111;
}

.pankuzuCt:hover {
    color: #707070;
    opacity: .7;
    color: #303030;
}

.pankuzuIcon {
    margin: 0 5px 0 0;
    font-size: 20px;
    padding: 0 0 2px;
    color: #333;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 13px;
    color: #111;
}

.pankuzuCt > p {
    padding: 0 0 3px;
    text-decoration: underline;
    color: #333;
}

.pankuzuCt:hover > p {
    text-decoration: none;
}
/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.headerBox01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 40px;
}

.hContSetBtn {
    max-width: 512px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hTelSetBox {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    margin-right: 15px;
}

.hWebBtn {
    max-width: 200px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E4493F;
    color: #fff;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 0 auto;
}

.hPcHamBox01 {
    max-width: 88px;
    width: 100% !important;
    height: 88px;
    padding: 5px !important;
    background-color: #0a98cb !important;
    margin: 0;
    color: #fff;
    display: flex !important;
}

.hPcHamBox01 .spNavBtnBar {
    max-width: 38px !important;
    height: 24px !important;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem:nth-of-type(2) {
    top: 11px;
}

.open.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.open.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.hPcHamBox01:hover {
    background-color: #333 !important;
}

.hWebBtn:hover {
    background: #333;
    color: #fff;
}

.hPcLogoBox {
    max-width: 200px;
    width: 100%;
    display: block;
    position: relative;
    height: 88px;
}

.hPcLogo {
    display: flex;
    width: 100%;
    padding-top: 88px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    background: #fff;
    transition: all .7s;
}

.hPcLogo img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 257px;
    width: 100%;
    transition: all .7s;
}

.hNavWr {
    max-width: 760px !important;
    display: none !important;
}

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

/*--is-animation--*/

.is-animation .hPcLogo {
    padding-top: 88px;
    transition: all .7s;
    position: relative;
    top: auto;
    left: auto;
}

.is-animation .hPcLogo img {
    max-width: 257px;
    transition: all .7s;
    width: 100%;
}

.is-animation .hPcLogoBox {
    max-width: 200px;
    width: 100%;
    margin: 0 0 0 0;
}

.is-animation .headerBox01 {
    padding: 0 0 0 40px;
}



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

.fContListItemLineBox:hover .fContListItemLineLink>p {
    color: #00C300 !important;
}

.fContBtnMail:hover {
    background: #29B4E6;
    color: #fff;
}

.fContBtnMail:hover .fContMailIcon {
    filter: brightness(0) invert(1);
}

.fContListWr02 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 24px;
}

.contLineBox:hover .inContListItemLineLink>p {
    color: #00C300 !important;
}

.fSnsLink01Icon:hover:before {
    content: "";
    background: url(/system_panel/uploads/images/f_sns01_blue.svg)no-repeat;
    display: block;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.fSnsLink01Icon:before {
    display: none;
}

.fSnsLink01Icon:hover>img {
    display: none;
}

.fSnsLink01Icon>img:hover {
    display: none;
}


.fSnsLink02Icon:hover:before {
    content: "";
    background: url(/system_panel/uploads/images/f_sns02_blue.svg)no-repeat;
    display: block;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.fSnsLink02Icon:before {
    display: none;
}

.fSnsLink02Icon:hover>img {
    display: none;
}

.fSnsLink02Icon>img:hover {
    display: none;
}


/*---------------------------------------------------------------------------*/

/*---topMain----------------------------------------------*/

.topBannerLink:hover .topBannerTitBox {
    background-color: #333;
}

.inBannerLink:hover .topBannerTitBox {
    background-color: #333;
}

.topScrollBtn {
    max-width: 12px;
    width: 1%;
    display: block;
    position: absolute;
    left: 1.98%;
    bottom: 2px;
}

.topScrollBtn:hover {
    opacity: .7;
}

.topCoverTitSet {
    max-width: 590px !important;
    width: 90% !important;
    left: 20px !important;
    bottom: 20px !important;
}

.topCoverEnTit {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.topCoverJaTit {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.49em;
    margin-top: 12px;
    text-shadow: 0 0 16px #000;
}

.topCoverJaSubTit {
    padding: 8px 15px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.47em;
    margin-top: 15px;
}

.topBgWe01:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    border-top: 3.549vw solid #fff;  /* 三角を白にする */
    border-right: 100vw solid transparent;
}

.topBgWe01:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-top: 3.549vw solid transparent;  /* 三角を白にする */
    border-right: 100vw solid #fff;
}

.topCoverJaSubTit>span {
    position: relative;
    display: inline-block;
}

.topCoverJaSubTit>span:before {
    content: "";
    background: url(/system_panel/uploads/images/top_dot_deco.svg);
    position: absolute;
    top: 0px;
    left: 0;
    background-position: top left 1px;
    background-repeat: repeat-x;
    background-size: 1.05em 0.13em;
    padding-top: 0.4rem;
    right: 0;
}

.topBgWrDeco02 {
    z-index: -1;
}

.topConceptTxtDeco {
    z-index: -1;
}

.topServiceColNumber {
    font-size: 80px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.2125em;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    color: #fff;
    text-shadow: 1px 1px 0px #29B4E6, 1px 0px 0px #29B4E6, 0px 1px 0px #29B4E6, 1px -1px 0px #29B4E6, -1px 1px 0px #29B4E6, -1px -1px 0px #29B4E6, -1px 0px 0px #29B4E6, 0px -1px 0px #29B4E6;
    font-family: 'Montserrat', sans-serif;
}

.topServiceColMl01 {
    border-left: 1px solid #ccc !important;
}

.topColWr02 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 60px;
}

.topBannerSubTitBox {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    position: relative;
}

.topBannerSubTitBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 2px;
    background: #fff;
    margin: auto;
}

.topBannerSubTitBox:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 2px;
    background: #fff;
    margin: auto;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*---form--*/

.formTh {
    padding: 15px 15px 15px 15px;
    background-color: #485053;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}

.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: #fff;
    font-size: 14px;
    background-color: #ff1f1f;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 400px;
}

/*-----*/

.paintingHelpBox01 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px 15px;
}

.inItemNumberTit {
    width: 50px;
    height: 50px;
    position: relative;
    background: #29B4E6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: -25px auto 0;
}

.inItemNumberTit:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 15px solid #29B4E6;
    left: 99%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.flowNumberTit {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #29B4E6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: auto;
    top: -25px;
    left: 0;
    right: 0;
    border-radius: 50%;
    z-index: 1;
}

.paintingHelpBox02 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px 15px;
}

.maintenanceGlide3Box {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 30px;
}

.maintenanceGlide2Box {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 30px;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
}

.compBaseTr {
    border-bottom: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

/*-----*/

.menuFeeBox01 {
    border: 1px solid #ccc;
    width: 1024px;
}

.maintenanceFeeScrollBox01 {
    overflow-x: scroll;
}

.menuFeeRow {
    grid-template-columns: repeat(8, 1fr);
    display: grid;
    border-top: 1px solid #ccc;
}

.menuFeeBox01 .menuFeeRow:first-child {
    border-top: 0px solid #ccc;
}

.menuFeeRow .menuFeeTh:first-child {
    border-left: 0px solid #ccc;
}

.menuFeeRow .menuFeeTd:first-child {
    border-left: 0px solid #ccc;
}

.menuFeeTh {
    padding: 15px 5px;
    border-left: 1px solid #cccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23b4e6;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.menuFeeTd {
    padding: 15px 5px;
    border-left: 1px solid #cccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuScrollText01 {
    display: block;
}

.menuFeeTh2 {
    padding: 15px 5px;
    border-right: 1px solid #cccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23b4e6;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.menuFeeTd2 {
    padding: 15px 15px;
    border-right: 1px solid #cccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.maintenanceMenuTableItemBox01 .container-fluid {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.maintenanceMenuTableBox02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.staffBoxWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 60px 30px;
}

/*--------contact--------------------*/

.privKakoText {
    min-width: 1rem;
}

.privKakoText {
    margin: 0 10px 0 0;
}

.privacyDdKako01 {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.privacyDt {
	border-left: 5px solid #333 !important;
	border-bottom: 1px solid #333;
	padding: 0 0 3px 10px;
	font-weight: 700;
	font-size: 16px;
	margin: 31px 0 0 0;
	letter-spacing: 0.15em;
}

.privacyDd {
	font-size: 14px;
	padding: 0 0 0 16px;
	margin: 23px 0 0 0;
	letter-spacing: 0.05em;
	line-height: 1.66em;
}

.formLink {
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 15px;
    background: #485053;
    border: 1px solid #485053;
    transition: .5s;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.55em;
}

.formLink:hover {
    background: #29B4E6;
    color: #fff;
    transition: .5s;
    border-color: #29B4E6;
}


.inWorksGridItemTitBox {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0;
    color: #272727;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    border-left: 5px solid #8E2C2D;
    padding-left: 10px;
}

.inWorksGridBox {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}

.nakanomaniaSubDecoTit {
    position: relative;
    padding: 7px 15px;
    border-radius: 33px;
    border: 4px solid #333;
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.nakanomaniaSubDecoTit:before,
.nakanomaniaSubDecoTit:after {
    position: absolute;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.nakanomaniaSubDecoTit:before {
    top: 100%;
    border: 11px solid;
    border-color: transparent;
    border-top-color: #333;
    margin-left: -11px;
}

.nakanomaniaSubDecoTit:after {
    top: 99%;
    border: 6px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -6px;
}

.nakanomaniaBorderDeco01 {
    height: 8px;
    border-top: 1px solid #8E2C2D;
    border-bottom: 4px solid #8E2C2D;
    margin-top: 18px;
}

.nakanomaniaFlexNumberDeco01 {
    font-size: 80px;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.2125em;
    text-align: center;
    position: absolute;
    top: -30px;
    color: #fff;
    text-shadow: 1px 1px 0px #333, 1px 0px 0px #333, 0px 1px 0px #333, 1px -1px 0px #333, -1px 1px 0px #333, -1px -1px 0px #333, -1px 0px 0px #333, 0px -1px 0px #333;
}


.nakanomaniaFlexNumberDecoRight {
    right: 0;
    left: auto;
}

.nakanomaniaFlexNumberDecoLeft {
    right: auto;
    left: 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
.topCoverEnTit {
    font-size: 18px;
}

.topCoverJaTit {
    font-size: 25px;
}

.topCoverJaSubTit {
    font-size: 14px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topCoverEnTit {
    font-size: 25px;
}

.topCoverJaTit {
    font-size: 35px;
}

.topCoverJaSubTit {
    font-size: 16px;
}

.mainTit01 {
    font-size: 25px;
}

.subTit01 {
    font-size: 20px;
}

.iCovTit {
    font-size: 42px;
}

.iCovSubTit {
    font-size: 20px;
}

.titJa01 {
    font-size: 32px;
}

.titJa02 {
    font-size: 32px;
}
  
.staffBoxWr {
    grid-template-columns: repeat(2, 1fr);
}

.iCovWr {
    height: 250px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inWorksGridItemTitBox {
    font-size: 16px;
}

.inWorksGridBox {
    grid-template-columns: repeat(2, 1fr);
}
  
.text02 {
    font-size: 18px;
}
    
.iCovWr {
    height: 300px;
}
    
.formTh {
    font-size: 12px;
}
    
.fContListWr02 {
    grid-template-columns: repeat(2, 1fr);
}

.text01 {
    font-size: 16px;
}

.titJa01 {
    font-size: 40px;
}
  
.titJa02 {
    font-size: 40px;
}

.text02 {
}

.topCoverEnTit {
    font-size: 25px;
}

.topCoverJaTit {
    font-size: 45px;
    margin-top: 24px;
}

.topCoverJaSubTit {
    font-size: 18px;
}
  
.topServiceColMl01 {
    border-left: 0px solid #cccc !important;
}
  
.topColWr02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.topBannerImgBox {
    clip-path: polygon(100% 0, 100% 9%, 93% 100%, 0 100%, 0 0);
}

.topBannerSubTitBox {
    font-size: 24px;
}

.iCovTit {
    font-size: 60px;
}

.iCovSubTit {
    font-size: 25px;
}

.paintingHelpBox01 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.paintingHelpBox02 {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}
  
.titBr768>br {
    display: none;
}
  
.maintenanceGlide3Box {
    grid-template-columns: repeat(3, 1fr);
}
  
.maintenanceGlide2Box {
    grid-template-columns: repeat(2, 1fr);
}

.menuFeeTd2 {
    font-size: 16px;
}
    
.nakanomaniaFlexNumberDeco01 {
    font-size: 120px;
    top: -50px;
}

.nakanomaniaSubDecoTit {
    font-size: 18px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.formTh {
    font-size: 14px;
}

.iCovWr {
    height: 350px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.maintenanceMenuTableBox02 {
    grid-template-columns: repeat(2, 1fr);
}
  
.hPcLogoBox {
    max-width: 280px;
}

.hPcLogo {
    padding-top: 40.36%;
    position: absolute;
    top: 0;
    left: 0;
}

.headerBox01 {
    padding: 0 0 0 0;
}

.hPcLogo img {
    width: 76.26%;
}
  
.titJa02 {
    font-size: 48px;
}
  
.topColWr02 {
    gap: 80px;
}

.menuFeeBox01 {
    width: 100%;
}

.maintenanceFeeScrollBox01 {
    overflow-x: unset;
}
  
.menuScrollText01 {
    display: none;
}

.iCovWr {
    height: 400px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCoverTitSet {
    max-width: 1010px !important;
    width: 100% !important;
    left: 80px !important;
    bottom: 79px !important;
}

.topCoverEnTit {
    font-size: 40px;
}

.topCoverJaTit {
    font-size: 80px;
}

.topCoverJaSubTit {
    font-size: 32px;
}

.mainTit01 {
    font-size: 32px;
}

.subTit01 {
    font-size: 24px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hPcHamBox01 {
    display: none !important;
}

.hNavWr {
    display: flex !important;
}

.hContSetBtn {
    max-width: 424px;
}

.is-animation .hPcLogoBox {
    margin: 0 32px 0 0;
}

.is-animation .hPcLogoBox {
    max-width: 257px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1645px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hPcLogoBox {
    max-width: 337px;
    width: 17.75%;
}

.hNavWr {
    max-width: 890px !important;
}

.hPcNavLink01 {
    font-size: 16px !important;
}

.is-animation .hPcLogoBox {
    margin: 0 72px 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1645px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.movie-title p {
font-size:14px;
}
.c8495 .movie-title{
    padding-top: 10px;
}

.c9315_link__add{
width: 100%;
}
.c2767-sp__add{
width: 100%;
}