@charset "UTF-8";

:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
}

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;
}

video {
    display: block;
    max-width: 100%;
}

#main p {
    margin-top: 0;
}

a {
    text-decoration: none;
}

.lp-layout-container {
    display: flex;
    flex-direction: column;
    min-width: 1920px;
    height: 100vh;
    min-height: 700px;
}

.lp-layout-header {
    background-color: #fff;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    width: calc(1560px + (40px * 2));
    margin: 0 auto;
    padding: 10px 40px;
}

.lp-layout-header-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-logo {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

.lp-layout-header-logo img {
    width: 125px;
}

.lp-layout-header-utilityGroup {
    flex: 1;
    padding-left: 40px;
}

.lp-layout-header-utilityGroup > *:last-child {
    margin-bottom: 0;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -16px;
    margin-right: -24px;
    margin-bottom: 16px;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-right: 24px;
}

.lp-layout-main {
    flex: 1;
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer {
    position: relative;
    background-color: #fff;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5;
}

.lp-layout-footer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-content {
    width: calc(1560px + (40px * 2));
    margin: 0 auto;
    padding: 21px 40px 16px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
    margin-bottom: 16px;
    margin-left: -12px;
}

.lp-layout-footer-list > li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-left: 12px;
}

.lp-layout-footer-list > li a {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li::before {
    display: block;
    width: 1px;
    height: 13px;
    margin-right: 16px;
    background: #333;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-textPhone {
    display: block;
    margin-bottom: 2px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: center;
    min-height: 35px;
    margin-bottom: 0;
}

.lp-textPhone-icon {
    width: 35px;
    min-width: 35px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 10px;
}

.lp-textPhone-number {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.of-iconColor-primary {
    fill: #00a23f !important;
}

a.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-jumbotron {
    height: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #d3eaf5;
}

.lp-jumbotron > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: calc(1920px + 40px);
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-jumbotron-body {
    width: 670px;
    margin: 0;
    padding: 40px 0;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    width: 1030px;
    margin: -32px 86px -90px -260px;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 8px;
    font-size: 5.2rem;
    line-height: 1.6;
}

.lp-jumbotron-title > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    margin-bottom: 16px;
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-text {
    font-size: 2rem;
}

.lp-jumbotron-series {
    display: block;
    margin-bottom: 18px;
}

.lp-jumbotron-series > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-textOuter {
    margin-bottom: 80px;
}

.lp-jumbotron-textOuter > *:last-child {
    margin-bottom: 0;
}

.lp-divider {
    height: 2px;
    border-bottom: 1px solid #fff;
    background-color: #8ebbd1;
}

.lp-divider-outer {
    margin-bottom: 24px;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 16px -30px;
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton > li {
    margin-top: 30px;
    padding-left: 30px;
}

.lp-button {
    display: inline-block;
    min-width: 290px;
    padding: 20px 70px;
    border-radius: 33px;
    background-color: #d3eaf5;
    box-shadow: -6px -6px 12px white, 3px 3px 20px rgba(36, 65, 93, 0.3), inset -2px -2px 1px transparent, -1px -1px 5px transparent;
    color: #c6002a;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    transition: box-shadow 0.5s;
}

.lp-button:hover, .lp-button:focus {
    box-shadow: -6px -6px 12px transparent, 3px 3px 20px transparent, inset -2px -2px 1px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(36, 65, 93, 0.3);
}

.lp-button-text {
    display: block;
    text-align: center;
}

.lp-button.of-primary {
    padding: 20px 79px;
    color: #0d7560;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-justifyContent-center {
    justify-content: center;
}
