@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
}

.theme-KJ body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    background: #fff;
    color: #333;
    font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 1.6em;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: bold;
}

dfn,
cite {
    font-style: normal;
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

small {
    font-size: 100%;
}

i {
    font-style: italic;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

table {
    width: 100%;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*font-size*/
.liquid-items {
  line-height: 1.5;
  font-size: 62.5%;/*1em 10px*/
}

/* ～1366px */
@media screen and (max-width: 1366px) {
  .liquid-items {
    font-size: calc((10vw / 1367) * 100);
  }
}

/* ～640px */
@media screen and (max-width: 640px) {
  .liquid-items {
    font-size: calc((10vw / 345) * 100);
  }
}

/* content */
.lp-layout-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 1.2em 2.0em;
    justify-content: space-between;
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    min-height: 2.2em;
}

.lp-layout-header-utilityGroup {
    margin-left: 2.0em;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -1.6em 0 0 -1.6em;
}

.lp-layout-header-utilityList > li {
    margin-top: 1.6em;
    padding-left: 1.6em;
}

.lp-layout-header-utilityList > li .lp-textPhone-group {
    margin-bottom: 0;
}

.lp-layout-main {
    background: #eaeaf0;
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer {
    background: #2d2d2d;
    color: #fff;
}

.lp-layout-footer-content {
    margin: 0 auto;
    padding: 1.6em 2.0em;
    text-align: center;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -1.6em;
}

.lp-layout-footer-list > li {
    display: inline-flex;
    position: relative;
    margin-left: 3.0em;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -1.4em;
    width: 1px;
    height: 1.6em;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

.lp-layout-footer-list > li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.3em;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1.2;
}

.lp-layout-footer-copyright > small {
    display: block;
    width: 100%;
}

.lp-jumbotron {
    position: relative;
    overflow: auto;
    height: calc(100vh - 6.791em - 4.78em);
}

.lp-jumbotron-content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 2.0em;
    gap: 6.9em;
    max-width: 1366px;
    height: calc(100vh - 6.791em - 4.78em);
}

.lp-jumbotron-content.of-primary {
    gap: 2.4em;
    padding: 2.0em 9.0em 2.0em 2.0em;
    max-width: 1814px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    margin-bottom: 2.6em;
}

.lp-jumbotron-right {
    max-width: 68em;
}


.lp-section-content {
    margin: 0 auto;
    padding: 0 2.0em;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-headingSeries {
    display: block;
}

.lp-headingSeries > img {
    vertical-align: top;
}

.lp-headingSeries-group {
    margin-bottom: 3.2em;
    width: 28.9em;
}

.lp-headingSeries-group.of-primary {
    width: 100%;
}

.lp-headingUnique {
    display: block;
    margin-bottom: 0.67em;
    font-size: 1.5em;
    line-height: 1.5;
}

.lp-headingUnique-group > *:last-child {
    margin-bottom: 0;
}

.lp-headingUnique-subtitle01 {
    display: block;
    margin: 0 auto 0.53em;
    width: 31.9em;
}

.lp-headingUnique-subtitle02 {
    display: block;
    margin: auto;
    width: 41.5em;
}

.lp-textPhone {
    display: flex;
    align-items: center;
    margin-bottom: 0.08em;
    color: #333;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    cursor: default;
}

.lp-textPhone-group {
    display: inline-block;
}

.lp-textPhone-number {
    margin-bottom: 0;
}

.lp-textPhone img {
    display: block;
    width: 1.67em;
    min-width: 1.67em;
    margin-right: 0.08em;
}

.lp-textOfficeHour {
    margin-bottom: 0;
    font-size: 1.2em;
}

.lp-button {
    display: inline-block;
    min-width: 20.3em;
    padding: 1em 5.0em;
    border-radius: 40px;
    background: transparent linear-gradient(278deg, #f2f3f6 0%, #e5e6ec 100%) 0% 0% no-repeat;
    box-shadow: -0.33em -0.33em 1.67em white, 0.17em 0.17em 1.11em rgba(36, 65, 93, 0.3), inset -0.11em -0.11em 0.06em transparent, -0.06em -0.06em 0.28em transparent;
    color: #c43958;
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
    transition: box-shadow 0.5s;
}

.lp-button-text {
    display: block;
    text-align: center;
}

.lp-button:hover, .lp-button:focus {
    box-shadow: -0.33em -0.33em 1.67em transparent, 0.17em 0.17em 1.11em transparent, inset -0.11em -0.11em 0.06em rgba(255, 255, 255, 0.5), -0.06em -0.06em 0.28em rgba(36, 65, 93, 0.3);
}

.lp-button.of-secondary {
    color: #129e83;
}

.lp-listButton {
    z-index: 1;
    position: relative;
    text-align: center;
}

.lp-listButton > li {
    margin-bottom: 3.0em;
}

.lp-listButton > li:last-child {
    margin-bottom: 0;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-fontWeight-bold {
    font-weight: bold;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-marginBottom-primary {
    margin-bottom: 40px;
}

.sp-only {
    display: none;
}
.pc-only {
    display: block;
}

@media only screen and (min-width: 640px) and (max-height: 830px) {
    .lp-jumbotron-content {
        height: 700px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1814px) {
    .lp-jumbotron-content.of-primary {
        padding-right: calc(2rem + (1vw - 0.64rem) * 5.9625);
    }
}

/* sp_content */
@media only screen and (max-width: 640px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    
    .lp-layout-header-utilityGroup {
        display: none;
    }
    .lp-layout-header-content {
        display: block;
        text-align: center;
    }

    .lp-jumbotron {
        overflow: hidden;
        height: auto;
    }
    
    .lp-layout-container {
        max-height: none;
    }
    
    .lp-jumbotron-content,
    .lp-jumbotron-content.of-primary {
        display: block;
        padding: 4.0em 2em 6.4em;
        height: auto;
    }
    .lp-headingSeries-group,
    .lp-headingSeries-group.of-primary {
        width: 100%;
        margin-bottom: 1.99em;
    }
    .lp-listButton > li {
        margin-bottom: 2.4em;
    }
    .lp-button {
        font-size: 1.6em;
        min-width: 100%;
        padding: 0.88em 4em;
    }
    
    .lp-jumbotron-body > *:last-child {
        margin-bottom: 5.62em;
    }
    
    .lp-jumbotron-image {
        margin-bottom: 3.19em;
    }

    .lp-jumbotron-right {
        max-width: 34em;
    }

    .lp-section-content {
        padding: 0;
    }

    .lp-headingUnique-subtitle01 {
        width: 100%;
        margin: 0 auto 0.66em;
    }
    .lp-headingUnique {
        font-size: 1.07em;
        margin-bottom: 1em;
    }
    .lp-headingUnique-subtitle02 {
        width: 100%;
    }

    .lp-layout-footer-list {
        display: block;
        margin-left: 0;
        line-height: 2.5;
    }
    .lp-layout-footer-list > li:first-child,
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        margin-left: 0;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright {
        line-height: 2.1;
    }
    .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
        content: none;
    }
}