@charset "utf-8";

/* ===================================================================
SETTING
=================================================================== */

/* RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	background: transparent;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button, 
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	text-overflow: '';
	border-radius: 0;
	border: none; 
	outline: none;
	resize: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

select::-ms-expand {
	display: none;
}

* a {
	text-decoration: none;
	color: inherit;
	font-size: inherit; 
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

* a img {
	border-style: none;
	outline: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

/* ===================================================================
COMMON
=================================================================== */

html {
    color: #431E0A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

main {
    position: relative;
}

section {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.ar-pc { display: block; }
.ar-sp { display: none; }

/* CONTAINER 1000
--------------------*/

.container-1000 {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===================================================================
=================================================================== */


.heading-breadcrumbs {
    align-items: flex-start;
    box-sizing: content-box;
    display: flex;
    font-size: 12px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    position: relative
}

.heading-breadcrumbs:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 16px
}

.heading-breadcrumbs.noheader {
    background: #F28317;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 32px 80px
}

.heading-breadcrumbs>span {
    max-width: calc(100% - 30px)
}

.heading-breadcrumbs a:hover {
    text-decoration: underline
}

.form-container {
    margin: 80px auto;
    padding: 0 15px
}

/* hubsport form */
.form-container .hs-form-frame {
    background-color: #F0F4F5;
    padding: 0 56px;
    border-radius: 12px;
}


/* ===================================================================
    FOOTER
=================================================================== */

/* FOOTER INNER
--------------------*/

.ar-footer-content {
    position: relative;
    margin: 0 auto;
    padding: 50px 0 30px;
}

.ar-footer-content:before,
.ar-footer-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ar-footer-content:before {
    z-index: -2;
    background: #F28317;
}

.ar-footer-content:after {
    z-index: -1;
    background: url(../../monoar/img/footer/pc/footer-bg.webp) 100% / cover no-repeat;
}

/* FOOTER HEADING
--------------------*/

.ar-footer-heading {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 110px;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 79px;
    letter-spacing: 0.1em;
}

.ar-footer-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 80px;
    height: 79px;
    background: url(../../monoar/img/footer/pc/footer-heading.svg) 100% / 100% no-repeat transparent;
}

/* FOOTER COMPANY INNER
--------------------*/

.ar-footer-company-inner {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 0 50px;
}

/* FOOTER COMPANY BLOCK
--------------------*/

.ar-footer-campany-block {
    width: 50%;
    max-width: 400px;
    color: #FFF;
}

/* FOOTER COMPANY LARGE TEXT
--------------------*/

.ar-footer-campany-large-text {
    margin: 0 0 14px;
    padding: 0 0 14px 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #FFF;
}

/* FOOTER COMPANY TEXT
--------------------*/

.ar-footer-campany-text {
    padding: 0 0 0 40px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.ar-footer-campany-text.text-bottom-case {
    padding: 5px 0 0 40px;
}

/* FOOTER COMPANY LIST
--------------------*/

.ar-footer-campany-list ul {
    list-style: disc;
    padding: 0 0 0 60px;
}

.ar-footer-campany-list ul li {
    padding: 5px 0 0;
    font-size: 15px;
    letter-spacing: 0.05em;
}

/*  FOOTER COPY
--------------------*/

.ar-footer-copy {
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1000px) {

    html {
        font-size: 12px;
    }

    section {
        max-width: 1000px;
    }
    
    .ar-pc { display: none; }
    .ar-sp { display: block; }
    
    /* CONTAINER 1000
    --------------------*/
    
    .container-1000 {
        max-width: 530px;
    }

    /* ===================================================================
        FOOTER
    =================================================================== */
    
    /* FOOTER INNER
    --------------------*/
    
    .ar-footer-content {
        max-width: 1000px;
        padding: 40px 0 10px;
    }
    
    .ar-footer-content:after {
        z-index: -1;
        background: url(../../monoar/img/footer/sp/footer-bg.webp)  0 0 / cover no-repeat transparent;
    }
    
    /* FOOTER HEADING
    --------------------*/
    
    .ar-footer-heading {
        padding: 0 0 0 64px;
        font-size: 24px;
        line-height: 43px;
    }
    
    .ar-footer-heading:before {
        width: 44px;
        height: 43px;
        background: url(../../monoar/img/footer/sp/footer-heading.svg) 100% / 100% no-repeat transparent;
    }
    
    /* FOOTER COMPANY INNER
    --------------------*/
    
    .ar-footer-company-inner {
        display: block;
        width: 100%;
        max-width: 260px;
        margin: 25px auto 0;
        padding: 0
    }
    
    /* FOOTER COMPANY BLOCK
    --------------------*/
    
    .ar-footer-campany-block {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: unset;
        padding: 0;
    }

    .ar-footer-campany-block.campany-block-bottom-case {
        margin: 15px 0 0;
    }
    
    /* FOOTER COMPANY LARGE TEXT
    --------------------*/
    
    .ar-footer-campany-large-text {
        width: 67px;
        margin: 0;
        padding: 3px 0;
        border-right: 1px solid #FFF;
        border-bottom: none;
    }

    .ar-footer-campany-block.campany-block-bottom-case .ar-footer-campany-large-text {
        padding: 35px 0;
    }

    /* FOOTER COMPANY TEXT INNER
    --------------------*/

    .ar-footer-campany-text-inner {
        width: calc(100% - 67px);
        padding: 0 0 0 12px;
        white-space: nowrap
    }
    
    /* FOOTER COMPANY TEXT
    --------------------*/
    
    .ar-footer-campany-text {
        padding: 0;
        font-size: 12px;
    }
    
    .ar-footer-campany-text.text-bottom-case {
        padding: 5px 0 0;
    }
    
    /* FOOTER COMPANY LIST
    --------------------*/
    
    .ar-footer-campany-list ul {
        padding: 0 0 0 20px;
    }
    
    .ar-footer-campany-list ul li {
        padding: 5px 0 0;
        font-size: 12px;
    }
    
    /* FOOTER CONTACT INNER
    --------------------*/
    
    .ar-footer-contact-inner {
        margin: 30px 0;
    }
        
    /*  FOOTER COPY
    --------------------*/
    
    .ar-footer-copy {
        font-size: 10px;
    }

}

@media (max-width:768px) {
    .form-container {
        margin: 50px auto
    }

    /* hubsport form */
    .form-container .hs-form-frame {
        padding: 0;
    }
}
