@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%;
}

.theme-KJ {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

.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;
    font-size: 1.6rem;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

main {
    display: block;
}

p {
    margin-bottom: 16px;
    font-size: 18px;
}

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;
}

.lp-layout-container {
    min-width: 1366px;
}

.lp-layout-header {
    border-bottom: 1px solid #ccc;
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 12px 20px;
}

.lp-layout-header-logo {
    line-height: 1;
}

.lp-layout-header-logo img {
    min-height: 22px;
}

.lp-layout-header-link {
    color: #06c;
}

.lp-layout-header-link:hover, .lp-layout-header-link:focus {
    color: #f00;
    opacity: 0.7;
}

.lp-layout-header-utilityGroup {
    flex: 1;
    margin-left: 20px;
}

.lp-layout-header-utilityList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -16px 0 0 -16px;
}

.lp-layout-header-utilityList > li {
    margin-top: 16px;
    padding-left: 16px;
}

.lp-layout-header-utilityList > li .lp-textPhone-group {
    margin-bottom: 0;
}

.lp-layout-main {
    background: #fff;
}

.lp-layout-main > *:last-child {
    margin-bottom: 0;
}

.lp-layout-footer {
    background: #2d2d2d;
    color: #fff;
}

.lp-layout-footer-content {
    width: calc(1244px + 40px);
    margin: 0 auto;
    padding: 16px 20px;
    text-align: center;
}

.lp-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
}

.lp-layout-footer-list > li {
    display: inline-flex;
    position: relative;
    margin-left: 30px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #ccc;
    content: "";
}

.lp-layout-footer-list > li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    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: 13px;
    line-height: 1.2;
}

.lp-layout-footer-copyright > small {
    display: block;
    width: 100%;
}

.lp-text {
    line-height: 1.8;
}

.lp-text:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    overflow: hidden;
    max-height: 660px;
}


.lp-jumbotron-content {
    position: relative;
}

.lp-jumbotron-image {
    width: 100%;
}

.lp-jumbotron-text-group {
    position: absolute;
    top: 3%;
    left: 15%;
}

@media only screen and (min-width: 1500px) {
    .lp-jumbotron-text-group {
        top: 5%;
    }
}

@media only screen and (min-width: 1600px) {
    .lp-jumbotron-text-group {
        top: 6%;
    }
}


.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-image {
    text-align: center;
}

.lp-section-wrap {
    /* margin-top: 70px; */
    padding: 0 0 30px;
    position: relative;
    z-index: 0;
}

.lp-section-wrap .lp-section:first-child {
    margin-top: 0;
    padding-top: 30px;
}

.lp-section-wrap::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    transform: skewY(-2deg) ;
    transform-origin: top right;
    z-index: -1;
    width:100%;
    height:100%;
}

.lp-section-wrap.-bg-1 {
    /* background-color: #f1f1f1; */
}

.lp-section-wrap.-bg-1::after {
    background-color: #f1f1f1;
    top: 40px;
}

.lp-section-wrap.-bg-2 {
    background-color: #0074c1;
    padding: 0;
}

.lp-section-wrap.-bg-2 .lp-section {
    padding: 0;
}

.lp-section-wrap.-bg-3 {
    background-color: #e6eff7;
}


.lp-section-wrap.-bg-3::after {
    background-color: #e6eff7;
    height: 102%;
}

.lp-section-wrap.-bg-4 {
    /* background-color: #fff; */
}

.lp-section {
    margin: 30px 0;
}

.lp-section-content {
    width: 970px;
    margin: 0 auto;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

.lp-heading {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: normal;
}

.lp-heading.-line {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #0074c1;
}

.lp-heading.-icon {
    font-size: 32px;
    display: flex;
    align-items: center;
}

.lp-heading-icon {
    color: #fff;
    background-color: #0074c1;
    width: 80px;
    height: 80px;
    font-size: 24px;
    padding: 8px;
    border-radius: 12px;
    line-height: 1.2;
    align-items: center;
    text-align: center;
    margin-right: 8px;
    display: flex;
}

.lp-heading-decoration {
    color: #0074c1;
    font-weight: bold;
}

.lp-headingUnique-subtitle {
    display: block;
    margin-bottom: 24px;
}

.lp-section-image {
    margin: 40px 0;
    text-align: center;
}

.lp-textPhone {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    cursor: default;
}

.lp-textPhone-group {
    display: inline-block;
    margin-bottom: 48px;
}

.lp-textPhone-number {
    margin-bottom: 0;
}

.lp-textPhone img {
    display: block;
    width: 40px;
    min-width: 40px;
    margin-right: 2px;
}

.lp-textOfficeHour {
    margin-bottom: 0;
    font-size: 12px;
}

.lp-card-list {
    margin-top: 30px;
    display: flex;
}

.lp-card {
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0%;
}

.lp-card-title {
    font-size: 24px;
    margin-bottom: 16px;
    color: #0074c1;
    text-align: center;
    font-weight: bold;
}

.lp-card-img {
    margin-bottom: 24px;
}

.lp-card:nth-child(n+2) {
    margin-left: 16px;
}

.lp-list {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
}

.lp-list-item {
    width: 50%;
    border-left: 4px solid #0074c1;
    padding-left: 24px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.lp-list-title {
    color: #0074c1;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: bold;
}

.lp-list-body {

}

.lp-cv-area {
    display: flex;
    justify-content: space-between;
}

.lp-cv-text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-list-img {
    flex-shrink: 0;
    padding: 0 20px;
}

.lp-flow {
    margin-top: 30px;
    display: flex;
}

.lp-flow-item:first-child {
    width: 310px;
    flex-shrink: 0;
}

.lp-flow-item:nth-child(n+2) {
    position: relative;
    margin-left: 40px;
}

.lp-flow-item:nth-child(n+2) .lp-flow-image::before {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-width: 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #0074c1;
}

.lp-flow-image {
    position: relative;
    margin-bottom: 16px;
}

/*	margin
-----------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.landingcommon_freedial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 0;
    padding: 20px 0 47px;
    width: 970px;
}

.landingcommon_freedial .txt {
    margin-right: 30px;
    font-weight: 600;
    font-size: 22px;
}
.landingcommon_freedial .tel {
    padding: 10px 0 15px 70px;
    background: url(/img/landing_page/common/icon06.gif) no-repeat left center;
    background-size: 65px auto;
}

.landingcommon_freedial .tel span {
    font-weight: bold;
    font-size: 44px;
}

.landingcommon_freedial .time {
    font-weight: 600;
    font-size: 18px;
}

.lp_bottom_thum {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 0;
    width: 970px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp_bottom_thum .img {
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.lp_bottom_thum-body {
    margin-left: 62px;
    display: inline-block;
    text-align: left;
}

.lp_bottom_thum .txt {
    display: block;
    font-size: 30px;
    line-height: 1.4em;
}

.lp_btn_wrap {
    margin-top: 20px;
    margin-bottom: 0;
}

.lp-listButton {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.lp-listButton > li {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 100%;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #dc002f;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: color,background-color;
}

.lp-buttonConversion:hover {
    background-color: #c6002a;
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
    height: 100%;
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
    background: url(/img/landing_page/common/icon_btn_dl.png) no-repeat center center;
}

.lp-buttonConversion.of-primary {
    color: #13778f;
}

.lp-buttonConversion.of-primary:hover {
    background: #116b81;
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 90px;
    max-width: 64px;
}

.lp-section-line {
    border-top: 1px solid #ccc;
}