@charset "utf-8";

/* reset
----------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
main,
figure,
figcaption {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border: 0;
    outline: 0;
    line-height: 1;
    list-style: none;
}
a,
a:hover,
a:active,
a:visited {
    margin: 0;
    outline: none;
}
img {
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::selection {
    color: #fff;
    background: #1d2d64;
}

/* html
----------------------------------------------- */

html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-print-color-adjust: exact;
    font-size: 62.5%;
}

/* body
----------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1;
    position: relative;
}
a {
    color: #0a5096;
    text-decoration: underline;
}
em {
    font-style: normal;
}

/* loading
----------------------------------------------- */

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 30;
}
.loading__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.loading__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -84px;
    width: 167px;
}
.loading__logo img {
    width: 100%;
    height: auto;
}
.loading__bar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 20px 0 0 -100px;
    width: 200px;
    height: 6px;
    background: #eee;
    overflow: hidden;
}
.loading__progress {
    width: 100%;
    height: 6px;
    background: #1d2d64;
}

/* js-loading */

.js-loading .loading__logo {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.js-loading .loading__bar {
    visibility: hidden;
    transform: scale(0, 1);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.js-loading .loading__progress {
    width: 0;
}

/* js-loading-start */

.js-loading-start .loading__logo {
    visibility: visible;
    opacity: 1;
}
.js-loading-start .loading__bar {
    visibility: visible;
    transform: scale(1, 1);
}

/* js-loading-end */

.js-loading-end .loading__logo {
    opacity: 0;
    transform: scale(0.8);
}
.js-loading-end .loading__bar {
    transform: scale(0, 1);
}

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

.footer__top {
    position: relative;
    padding: 33px 0;
    background-color: #fff;
}
.footer__bottom {
    padding: 30px 0;
    background-color: #000;
}
.footer__contents {
    margin: auto;
    max-width: 900px;
    display: flex;
    align-items: center;
}
.footer__text {
    margin: 0 0 0 30px;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
}
.footer__links {
    margin: 0 0 0 auto;
    padding: 20px;
    border-left: 1px solid #e5e5e5;
}
.footer__links li {
    display: flex;
    padding: 5px 20px;
}
.footer__links li a {
    position: relative;
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
}
.footer__links li a[target="_blank"]:after {
    margin: 0 0 2px 5px;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url(../images/icon_blank.svg);
    background-repeat: no-repeat;
    background-size: 8px 8px;
}
.footer__bottom .footer__contents {
    justify-content: space-between;
}
.footer__ids {
    order: 2;
}
.footer__copyright {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

/* pageup
----------------------------------------------- */

.pageup {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url(../images/icon_pageup.svg);
    background-repeat: no-repeat;
    background-size: 15px 9px;
    background-position: center center;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 20;
}

/* js-pageup-ready */

.pageup.js-pageup-ready {
    pointer-events: none;
    opacity: 0;
    transform: translateY(100px);
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

/* start */

.pageup.js-pageup-start {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
}

/* js-pageup-fixed */

.pageup.js-pageup-fixed {
    position: fixed;
}

/* title
----------------------------------------------- */

.title {
    position: relative;
    text-align: center;
}
.title:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    color: rgba(10, 80, 150, 0.15);
    font-family: "Roboto", sans-serif;
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.title__text {
    position: relative;
    padding: 6rem 0 0;
    display: block;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    z-index: 1;
}

/* button
----------------------------------------------- */

.button {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #ff641c 0%, #ff9632 100%);
    border-radius: 6px;
}
.button:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ff9632;
    border-radius: 6px;
    opacity: 0;
}
.button span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    font-size: 1.8rem;
    font-weight: 700;
    z-index: 1;
}

/* download */

.button--download {
    background: linear-gradient(to right, #0a5096 0%, #008cd2 100%);
}
.button--download:before {
    background-color: #008cd2;
}

/* arrow */

.button--arrow:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: "";
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center center;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-90deg);
}

/* back */

.button--back {
    background: #888;
}
.button--back:before {
    background: #999;
}
.button--back:after {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    content: "";
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center center;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-270deg);
}

/* tellink
----------------------------------------------- */

.tellink {
    pointer-events: none;
}

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

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
}
.header__inner {
    margin: auto;
    padding: 0 0 0 20px;
    height: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.header__text {
    margin: 0 55px 0 15px;
    font-size: 1rem;
    line-height: 1.6;
}
.header__tel {
    margin: 0 20px 0 auto;
}
.header__buttons {
    display: flex;
}
.header__button {
    margin: 0 0 0 1px;
}
.header__button:nth-of-type(1) {
    width: 160px;
}
.header__button:nth-of-type(2) {
    width: 110px;
}

/* button */

.header__button .button,
.header__button .button:before {
    border-radius: 0;
}
.header__button .button span {
    height: 8rem;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
}

/* intro
----------------------------------------------- */

.intro {
    position: relative;
    margin: 8rem 0 0;
    background: #af9d8e;
}
.intro__inner {
    margin: auto;
    max-width: 960px;
    height: 520px;
}
.intro__title {
    position: relative;
    padding: 28px 0 0;
    width: 420px;
    text-align: center;
    z-index: 1;
}
.intro__conversion {
    position: relative;
    margin: 19px 0 0;
    display: flex;
    width: 420px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.intro__label {
    position: relative;
    margin: 4px 0 4px 4px;
    padding: 10px;
    background-color: #e2e8eb;
    border-radius: 4px 0 0 4px;
}
.intro__label:after {
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    content: "";
    margin: -10px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e2e8eb;
}
.intro__buttons {
    flex-grow: 1;
    margin: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.intro__button {
    margin: 5px 0;
    width: 100%;
}

/* button */

.intro__button .button span {
    height: 7rem;
}
.intro__button .button--download span {
    height: 5rem;
    font-size: 1.7rem;
}

/* anchor
----------------------------------------------- */

.anchor {
    position: relative;
    background-color: #fff;
}
.anchor__inner {
    position: relative;
    margin: auto;
    padding: 60px 0 40px;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
}
.anchor__title {
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.anchor__lists {
    position: relative;
    margin: 0 50px 0 0;
    z-index: 1;
}
.anchor__list {
    margin: 0 0 20px;
    width: 640px;
}
.anchor__list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 140px;
    color: #fff;
    text-decoration: none;
    background-color: #0a5096;
    background-image: url(../images/service01_bg.jpg);
    background-repeat: no-repeat;
    background-size: 480px auto;
    background-position: right top;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.anchor__list a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: "";
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center center;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.anchor__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 140px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}
.anchor__image img {
    width: auto;
    height: 100%;
}
.anchor__label {
    margin: 0 0 0 218px;
    padding: 10px 15px;
    display: inline-block;
    color: #0a5096;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
}
.anchor__text {
    margin: 14px 0 0 218px;
    display: block;
    width: 100%;
    font-size: 3.3rem;
    font-weight: 700;
}
.anchor__camera {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 242px;
}
.anchor__camera img {
    width: 100%;
    height: auto;
}

/* anchor__list--service02 */

.anchor__list--service02 a {
    background-color: #008c46;
    background-image: url(../images/service02_bg.jpg);
}
.anchor__list--service02 .anchor__label {
    color: #008c46;
}

/* service
----------------------------------------------- */

.service {
    background-color: #fff;
}
.service__inner {
    padding: 70px 0 0;
    background-image: url(../images/service01_bg_gradation.jpg);
    background-repeat: no-repeat;
    background-position: calc(50% + 435px) 0;
}
.service__title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    background-color: #0a5096;
}
.service__title:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    display: block;
    content: "";
    margin: 0 0 0 -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #06315a transparent transparent transparent;
}
.service__title em {
    font-size: 4.6rem;
}

/* service--02 */

.service--02 .service__inner {
    background-image: url(../images/service02_bg_gradation.jpg);
}
.service--02 .service__title {
    background-color: #008c46;
}
.service--02 .service__title:after {
    border-color: #3a805e transparent transparent transparent;
}

/* js-indicate-ready */

.js-indicate-ready.service__title span {
    transform: translateY(20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}

/* js-indicate-start */

.js-indicate-start.service__title span {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/* overview
----------------------------------------------- */

.overview {
    margin: auto;
    max-width: 960px;
}
.overview__columns {
    display: flex;
    justify-content: space-between;
}
.overview__column {
    position: relative;
    width: 460px;
}
.overview__column:nth-child(2) {
    margin: 10px 10px 150px 0;
    width: 440px;
}
.overview__title {
    position: relative;
    font-size: 3.3rem;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.overview__title:after {
    margin: 0 -50px 32px 0;
    padding: 33px 0 0;
    display: block;
    content: "";
    border-bottom: 1px solid #0a5096;
}
.overview__title em {
    color: #0a5096;
    font-size: 4rem;
}
.overview__text {
    margin: 30px 0 -14px;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: justify;
}
.overview__text em {
    color: #0a5096;
    font-size: 2.2rem;
    font-weight: 700;
}
.overview__image {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.overview__image:nth-child(1) {
    width: 440px;
}
.overview__image:nth-child(2) {
    position: absolute;
    top: 270px;
    right: -60px;
    width: 280px;
}
.overview__image img {
    width: 100%;
    height: auto;
}

/* service--02 */

.service--02 .overview__title:after {
    border-bottom-color: #008c46;
}
.service--02 .overview__title em,
.service--02 .overview__text em {
    color: #008c46;
}

/* point
----------------------------------------------- */

.point {
    margin: 80px auto 0;
}
.point__inner {
    margin: auto;
    padding: 60px 0;
    max-width: 960px;
    background-color: #08335b;
    border-radius: 6px;
}
.point__title {
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.point__lead {
    display: block;
    font-size: 3.3rem;
    letter-spacing: 0.08em;
}
.point__lead em {
    font-size: 4rem;
}
.point__rate {
    margin: 15px 0 0;
    padding: 10px 0 0;
    display: inline-block;
    font-size: 2.2rem;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    border-top: 1px solid #fff;
}
.point__rate em {
    font-size: 3.3rem;
}
.point__marker {
    color: #ffe600;
}
.point__percent {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
}
.point__percent em {
    font-size: 5rem;
}
.point__percent small {
    font-size: 3.3rem;
}
.point__columns {
    margin: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point__column {
    position: relative;
    margin: 40px 0 0;
    padding: 25px 20px 24px 10px;
    width: 420px;
    min-height: 194px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.point__icon {
    position: absolute;
    top: -20px;
    left: -20px;
}
.point__image {
    margin: 15px 0 0;
}
.point__content {
    width: calc(100% - 110px);
}
.point__subtitle {
    color: #0a5096;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    box-sizing: border-box;
}
.point__text {
    margin: 11px 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: justify;
    box-sizing: border-box;
}
.point__text em {
    color: #0a5096;
    font-weight: 700;
}

/* service--02 */

.service--02 .point__inner {
    background-color: #3c8260;
}
.service--02 .point__subtitle,
.service--02 .point__text em {
    color: #008c46;
}

/* js-indicate-ready */

.js-indicate-ready.point {
    transform: translateY(20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}
.js-indicate-ready.point__column {
    transform: translateY(20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}
.js-indicate-ready.point__column .point__icon {
    transform: rotate(-20deg) scale(0.8);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}

/* js-indicate-start */

.js-indicate-start.point {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.js-indicate-start.point__column {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.js-indicate-start.point__column .point__icon {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/* quality
----------------------------------------------- */

.quality {
    position: relative;
    margin: 80px 0 0;
    padding: 72px 0 80px;
    background-color: #e2e8eb;
}
.quality:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    margin: 0 0 0 -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #fff transparent transparent transparent;
}
.quality__inner {
    margin: auto;
    max-width: 960px;
}
.quality__title {
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-align: center;
}
.quality__title em {
    color: #0a5096;
    font-size: 3.3rem;
}
.quality__columns {
    margin: 45px 0 0;
    display: flex;
    justify-content: space-between;
}
.quality__column {
    width: 470px;
}
.quality__lists {
    margin: 10px 0 0;
}
.quality__list {
    margin: 4px 0 0;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    background-color: #fff;
    border-radius: 4px;
}
.quality__list:before {
    flex-shrink: 0;
    display: block;
    content: "";
    margin: 0 10px 0 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/service01_quality_icon01.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
}

/* quality__column--02 */

.quality__column--02 .quality__list:before {
    background-image: url(../images/service01_quality_icon02.svg);
}

/* flow
----------------------------------------------- */

.flow {
    position: relative;
    padding: 80px 0 100px;
    background-color: #f2f2f2;
}
.flow:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    margin: 0 0 0 -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #e2e8eb transparent transparent transparent;
}
.flow__inner {
    margin: auto;
    max-width: 900px;
}
.flow__title {
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
}
.flow__items {
    margin: 60px 0 0;
}
.flow__item {
    position: relative;
    margin: 25px 0 0;
    padding: 0 30px;
    height: 110px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
}
.flow__item:before {
    position: absolute;
    bottom: -8px;
    left: 125px;
    display: block;
    content: "";
    width: 22px;
    height: 12px;
    background-image: url(../images/service01_flow_arrow.svg);
    background-repeat: no-repeat;
    background-size: 22px 12px;
}
.flow__item:last-child:before {
    display: none;
}
.flow__label {
    display: flex;
    align-items: center;
    color: #0a5096;
    width: 241px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    border-right: 1px solid #e5e5e5;
}
.flow__icon {
    margin: 0 20px 0 0;
}
.flow__text {
    padding: 0 0 0 30px;
    width: calc(100% - 241px);
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: justify;
    box-sizing: border-box;
}
.flow__text a {
    color: #0a5096;
}
.flow__note {
    margin: 5px 0 0;
    display: block;
    padding: 0 0 0 1em;
    color: #666;
    font-size: 1.2rem;
    text-indent: -1em;
}

/* service--02 */

.service--02 .flow {
    margin: 80px 0 0;
}
.service--02 .flow:after {
    border-color: #fff transparent transparent transparent;
}
.service--02 .flow__item:before {
    background-image: url(../images/service02_flow_arrow.svg);
}
.service--02 .flow__label,
.service--02 .flow__text a {
    color: #008c46;
}

/* js-indicate-ready */

.js-indicate-ready.flow__item {
    transform: translateY(20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}

/* js-indicate-start */

.js-indicate-start.flow__item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/* conversion
----------------------------------------------- */

.conversion {
    margin: 60px auto 0;
    padding: 30px;
    max-width: 800px;
    display: flex;
    align-items: center;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
    box-sizing: border-box;
}
.conversion__text {
    width: 240px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.conversion__text__2 {
    width: 240px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    border-right: 1px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
}
.conversion__text__3 {
    width: 240px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    border-right: 1px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
}
.conversion__text__4 {
    width: 240px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    border-right: 1px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
}
.conversion__text__5 {
    width: 240px;
    color: #0a5096;
    font-size: 1.5rem;
    font-weight: 1000;
    line-height: 1.4;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
}
.conversion__text__6 {
    width: 240px;
    color: #0a5096;
    font-size: 2.8rem;
    font-weight: 1000;
    line-height: 1.4;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
}
.conversion__text__7 {
    width: 240px;
    color: #000;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    text-align: center;
}
.conversion__tel {
    margin: 0 10px 0 auto;
}
.conversion__button {
    width: 230px;
}

/* price
----------------------------------------------- */

.price {
    padding: 50px 0 110px;
    background-color: #052447;
    background-image: url(../images/bg_gradation.png), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 1000px 1111px, cover;
    background-position: calc(50% - 435px) top, center center;
}
.price__inner {
    margin: auto;
    max-width: 900px;
}
.price__columns {
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
}
.price__column {
    padding: 0 0 15px;
    display: flex;
    flex-direction: column;
    width: 430px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.price__title {
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    text-align: center;
    background: linear-gradient(to right, #0a5096 0%, #008cd2 100%);
    border-radius: 4px 4px 0 0;
}
.price__title:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    content: "";
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #056fb5 transparent transparent transparent;
}
.price__subtitle {
    margin: 20px 20px 0;
    padding: 0 0 0 5px;
    font-size: 1.5rem;
    font-weight: 700;
    border-left: 2px solid #0a5096;
}
.price__detail {
    margin: 13px 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.price__detail dt,
.price__detail dd {
    padding: 8px 10px;
    font-size: 1.3rem;
    line-height: 1.4;
    background-color: #f2f2f2;
    box-sizing: border-box;
}
.price__detail dt {
    margin: 2px 1px 0 0;
    font-weight: 700;
    width: 103px;
}
.price__detail dd {
    margin: 2px 0 0;
    width: calc(100% - 104px);
    text-align: justify;
}
.price__detailnote {
    display: block;
    padding: 0 0 0 1em;
    font-size: 1rem;
    line-height: 1.8;
    text-indent: -1em;
}
.price__content {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.price__area {
    margin: 10px 0 0;
    padding: 0 14px 0 0;
    display: flex;
    align-items: center;
    color: #0a5096;
    font-size: 1.5rem;
    font-weight: 700;
    border: 1px solid #0a5096;
    box-sizing: border-box;
}
.price__area span {
    margin: 0 14px 0 0;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to right, #0a5096 0%, #008cd2 100%);
}
.price__table {
    margin: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price__table--last {
    margin: 10px 20px 18px;
    padding: 10px 0 0;
    border-top: 1px solid #e5e5e5;
}
.price__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    background: linear-gradient(to right, #008c46 0%, #28be6e 100%);
    border-radius: 4px;
}
.price__table table {
    width: calc(100% - 84px - 15px);
}
.price__table th,
.price__table td {
    font-size: 1.5rem;
    height: 5.7rem;
    font-weight: 700;
    border-top: 1px dotted #ccc;
    box-sizing: border-box;
}
.price__table th {
    text-align: left;
}
.price__table td {
    text-align: right;
}
.price__table tr:first-child th,
.price__table tr:first-child td {
    border: none;
}
.price__notes {
    margin: auto 20px 0;
}
.price__notes li {
    padding: 0 0 0 1em;
    font-size: 1rem;
    line-height: 1.8;
    text-indent: -1em;
}

/* service02 */

.price__column--service02 .price__title {
    background: linear-gradient(to right, #008c46 0%, #28be6e 100%);
}
.price__column--service02 .price__title:after {
    border-color: #13a459 transparent transparent transparent;
}
.price__column--service02 .price__subtitle {
    border-left-color: #008c46;
}

/* price */

.price .title:before {
    content: "PRICE";
    color: rgba(255, 255, 255, 0.2);
}
.price .title__text {
    color: #fff;
}

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

.contact {
    padding: 50px 0 110px;
    background-color: #fff;
}
.contact__inner {
    margin: auto;
    max-width: 900px;
}
.contact__text {
    margin: 55px 0 50px;
    padding: 0 0 42px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.contact__lead {
    margin: 80px auto 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
}

/* contact */

.contact .title:before {
    content: "CONTACT";
}
.contact--error .title:before {
    content: "ERROR";
}

/* form
----------------------------------------------- */

.form__column {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.form__label {
    display: flex;
    padding: 21px 0;
    width: 240px;
    font-size: 1.5rem;
    font-weight: 700;
}
.form__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
    width: 50px;
    height: 18px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    background-color: #0a5096;
}
.form__content {
    width: calc(100% - 240px);
}
.form__name {
    font-size: 1.5rem;
    font-weight: 700;
}
.form__note {
    margin: 15px 0 0;
    font-size: 1.2rem;
}
.form__input {
    font-size: 1.5rem;
    line-height: 1.5;
}
.form__input::placeholder {
    color: #808080;
}
.form__input:-ms-input-placeholder {
    color: #808080;
}
.form__input::-ms-input-placeholder {
    color: #808080;
}
.form__input--text,
.form__input--textarea {
    padding: 18px 20px;
    min-width: 0;
    width: 100%;
    background-color: #ebf0f2;
    border: 1px solid #ebf0f2;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    transition-property: background, border-color, box-shadow;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-appearance: none;
}
.form__input--textarea {
    height: 200px;
}
.form__input:focus {
    background: #fff;
    border-color: #0a5096;
    box-shadow: 2px 2px 14px rgba(10, 80, 150, 0.3);
}
.form__info {
    margin: 43px 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.form__info a {
    color: #0a5096;
}
.form__button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.form__button .button {
    margin: auto;
    border: none;
    cursor: pointer;
}

.form__enquete {
    display: block;
    float: left;
    width: 260px;
    height: 50px;
    font-size: 1.5rem;
    font-weight: 700;
}

/* error alert */

.form__error .form__input {
    background: #ffe2e2;
    border-color: #d23c46;
}
.form__alert {
    margin: 8px 0 0;
    width: 100%;
    color: #d23c46;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
}

/* form--confirm */

.form--confirm .form__label {
    padding: 31px 0;
}
.form--confirm .form__text {
    padding: 26px 0;
    font-size: 1.5rem;
    line-height: 1.8;
}
.form--confirm .form__column {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* faq
----------------------------------------------- */

.faq {
    padding: 50px 0 110px;
    background-color: #f2f2f2;
}
.faq__inner {
    margin: auto;
    max-width: 800px;
}
.faq__lists {
    margin: 60px 0 0;
    border-bottom: 1px solid #cccccc;
}
.faq__list {
    border-top: 1px solid #cccccc;
}
.faq__q {
    position: relative;
    padding: 21px 50px 22px 4rem;
    font-size: 1.8rem;
    line-height: 1.5;
    cursor: pointer;
}
.faq__a {
    position: relative;
    margin: 0 0 20px;
    padding: 20px 20px 20px 60px;
    font-size: 1.5rem;
    line-height: 1.8;
    background-color: #fff;
    border-radius: 4px;
    display: none;
}
.faq__q:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center center;
    border: 1px solid #0a5096;
    border-radius: 50%;
    box-sizing: border-box;
}
.faq__q:before,
.faq__a:before {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 700;
}
.faq__q:before {
    top: 12px;
    left: 5px;
    content: "Q";
    color: #6c96c0;
}
.faq__a:before {
    top: 8px;
    left: 25px;
    content: "A";
    color: #0a5096;
}
.faq__banner {
    margin: 60px 0 0;
    text-align: center;
}

/* is-active */

.faq__q.is-active:after {
    background-color: #0a5096;
    background-image: url(../images/icon_arrow_white.svg);
    transform: rotate(180deg);
}

/* title */

.faq .title:before {
    content: "FAQ";
}

/* js-indicate-ready */

.js-indicate-ready.faq__banner {
    transform: translateY(20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}

/* js-indicate-start */

.js-indicate-start.faq__banner {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/* group
----------------------------------------------- */

.group {
    background-color: #052447;
    background-image: url(../images/bg_gradation.png), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 1000px 1111px, cover;
    background-position: calc(50% - 435px) top, center center;
}
.group__inner {
    margin: auto;
    padding: 95px 0 100px;
    max-width: 800px;
}
.group__title {
    color: #fff;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
}
.group__title small {
    display: block;
    font-size: 2.2rem;
}
.group__text {
    margin: 20px 0 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: center;
}
.group__conversion {
    margin: 35px auto 0;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 830px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
}
.group__buttons {
    display: flex;
}
.group__button {
    margin: 0 0 0 10px;
}
.group__button:nth-of-type(1) {
    width: 250px;
}
.group__button:nth-of-type(2) {
    width: 180px;
}

/* button */

.group__button .button span {
    height: 7rem;
}

/* js-indicate-ready */

.js-indicate-ready.group__conversion {
    transform: translateY(20px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}

/* js-indicate-start */

.js-indicate-start.group__conversion {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

/* lower
----------------------------------------------- */

.lower .main {
    padding: 8rem 0 0;
}

/* footer */

.lower .footer {
    border-top: 1px solid #e5e5e5;
}

/* pc
----------------------------------------------- */

@media print, screen and (min-width: 1000px) {
    /* body
	----------------------------------------------- */

    .sp {
        display: none;
    }

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

    .footer__links li a {
        transition-property: opacity;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* hover */

    .footer__links li a:hover {
        opacity: 0.5;
    }

    /* pageup
	----------------------------------------------- */

    .pageup {
        transition-property: transform, opacity;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* hover */

    .pageup:hover {
        opacity: 0.5;
        transform: scale(1.1);
    }

    /* button
	----------------------------------------------- */

    .button:before {
        transition-property: opacity;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* hover */

    .button:hover:before {
        opacity: 1;
    }

    /* intro
	----------------------------------------------- */

    .intro {
        background-image: url(../images/intro_image_pc.jpg);
        background-repeat: no-repeat;
        background-position: center calc(50% + 30%);
        background-size: cover;
        overflow: hidden;
    }
    .intro__cover {
        position: absolute;
        top: 0;
        right: 50%;
        margin: 0 -65px 0 0;
        background-image: url(../images/intro_cover_pc.png);
        width: 1000px;
        height: 520px;
    }

    /* js-intro-ready */

    .js-intro-ready .intro__title {
        opacity: 0;
        transform: translateX(-100px);
        transition-property: opacity, transform;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .js-intro-ready .intro__conversion {
        opacity: 0;
        transform: translateX(-100px);
        transition-property: opacity, transform;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .js-intro-ready .intro__cover {
        opacity: 0;
        transform: translateX(200px);
        transition-property: opacity, transform;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* js-intro-start */

    .js-intro-start .intro__title {
        opacity: 1;
        transform: translateX(0px);
        transition-delay: 0.4s;
    }
    .js-intro-start .intro__conversion {
        opacity: 1;
        transform: translateX(0px);
        transition-delay: 0.5s;
    }
    .js-intro-start .intro__cover {
        opacity: 1;
        transform: translateX(0px);
        transition-delay: 0.2s;
    }

    /* anchor
	----------------------------------------------- */

    .anchor {
        background-image: url(../images/anchor_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: calc(50% - 638px) 0;
    }

    .anchor__list a {
        transition-property: transform, opacity;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .anchor__list a .anchor__image {
        z-index: 1;
    }
    .anchor__list a:after {
        transition-property: transform;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* hover */

    .anchor__list a:hover {
        opacity: 0.8;
        transform: translateY(-4px);
    }
    .anchor__list a:hover:after {
        transform: scale(1.2);
    }

    /* js-indicate-end */

    .js-indicate-ready .anchor__list {
        transform: translateX(-20px);
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }
    .js-indicate-ready .anchor__list.anchor__list--service01 {
        transition-delay: 0.2s;
    }
    .js-indicate-ready .anchor__list.anchor__list--service02 {
        transition-delay: 0.4s;
    }

    /* js-indicate-start */

    .js-indicate-start .anchor__list.anchor__list--service01,
    .js-indicate-start .anchor__list.anchor__list--service02 {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

    /* service
	----------------------------------------------- */

    .service__title {
        background-image: url(../images/service01_bg_title_pc.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    /* service--02 */

    .service--02 .service__title {
        background-image: url(../images/service02_bg_title_pc.jpg);
    }

    /* js-indicate-ready */

    .js-indicate-ready.overview__column {
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-delay: 0.2s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }
    .js-indicate-ready.overview__column:nth-child(1) {
        transform: translateX(40px);
    }
    .js-indicate-ready.overview__column:nth-child(2) {
        transform: translateX(-40px);
    }

    /* js-indicate-start */

    .js-indicate-start.overview__column:nth-child(1),
    .js-indicate-start.overview__column:nth-child(2) {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

    /* point
	----------------------------------------------- */

    .point__inner {
        background-image: url(../images/service01_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    /* service--02 */

    .service--02 .point__inner {
        background-image: url(../images/service02_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    /* quality
	----------------------------------------------- */

    .quality {
        background-image: url(../images/quality_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    /* js-indicate-ready */

    .js-indicate-ready.quality__column {
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-delay: 0.2s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }
    .js-indicate-ready.quality__column:nth-child(1) {
        transform: translateX(40px);
    }
    .js-indicate-ready.quality__column:nth-child(2) {
        transform: translateX(-40px);
    }

    /* js-indicate-start */

    .js-indicate-start.quality__column:nth-child(1),
    .js-indicate-start.quality__column:nth-child(2) {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

    /* flow
	----------------------------------------------- */

    .flow__text a:hover {
        text-decoration: none;
    }

    /* price
	----------------------------------------------- */

    /* js-indicate-ready */

    .js-indicate-ready.price__column {
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-delay: 0.2s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }
    .js-indicate-ready.price__column--service01 {
        transform: translateX(40px);
    }
    .js-indicate-ready.price__column--service02 {
        transform: translateX(-40px);
    }

    /* js-indicate-start */

    .js-indicate-start.price__column--service01,
    .js-indicate-start.price__column--service02 {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

    /* form
	----------------------------------------------- */

    .form__content--column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form__name {
        display: flex;
        align-items: center;
        width: 320px;
        box-sizing: border-box;
    }
    .form__input--name {
        margin: 0 0 0 15px;
    }
    .form__buttons {
        margin: 43px auto 0;
        display: flex;
        justify-content: center;
    }
    .form__buttons .form__button {
        margin: 0 10px;
        width: 400px;
    }
    .form__buttons--wide .form__button {
        width: 600px;
    }
    .form__info a:hover {
        text-decoration: none;
    }

    /* button */

    .form__button .button span {
        height: 9rem;
        font-size: 2.2rem;
        letter-spacing: 0.1em;
    }

    /* faq
	----------------------------------------------- */

    .faq__q {
        transition-property: color;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .faq__q:before {
        transition-property: color;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .faq__q:after {
        transition-property: background-color, transform;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .faq__banner a img {
        transition-property: transform, opacity;
        transition-duration: 0.4s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* hover */

    .faq__q:hover,
    .faq__q:hover:before {
        color: #0a5096;
    }
    .faq__q:hover:after {
        transform: scale(1.2);
    }
    .faq__q.is-active:hover:after {
        transform: rotate(180deg) scale(1.2);
    }
    .faq__banner a:hover img {
        transform: translateY(-4px);
        opacity: 0.8;
    }

    /* retina
	----------------------------------------------- */

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        /* intro
		----------------------------------------------- */

        .intro {
            background-image: url(../images/intro_image_pc@2x.jpg);
        }
    }
}

/* mobile
----------------------------------------------- */

@media only screen and (max-width: 999px) {
    /* body
	----------------------------------------------- */

    .pc {
        display: none;
    }

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

    .footer__top {
        padding: 40px 0 36px;
    }
    .footer__bottom {
        padding: 20px 0;
    }
    .footer__contents {
        max-width: 640px;
        display: block;
        text-align: center;
    }
    .footer__multi-bits img {
        /* width: 100%;
		height: 35px; */
    }
    .footer__text {
        margin: 12px 0 0;
        font-size: 1rem;
        line-height: 1.5;
    }
    .footer__links {
        margin: 13px 20px 0;
        padding: 15px 0 0;
        border-left: none;
        border-top: 1px solid #e5e5e5;
    }
    .footer__links li {
        justify-content: center;
    }
    .footer__ids img {
        /* width: 100%;
		height: 25px; */
    }
    .footer__copyright {
        margin: 17px 0 0;
        line-height: 1.5;
    }

    /* pageup
	----------------------------------------------- */

    .pageup {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        background-size: 12px 7px;
    }

    /* title
	----------------------------------------------- */

    .title:before {
        font-size: 4rem;
    }
    .title__text {
        padding: 2.2rem 0 0;
        font-size: 2rem;
    }

    /* button
	----------------------------------------------- */

    .button {
        border-radius: 3px;
    }
    .button span {
        height: 5rem;
        font-size: 1.7rem;
    }

    /* download */

    .button--download span {
        font-size: 1.5rem;
    }

    /* arrow */

    .button--arrow:after {
        right: 10px;
        margin: -10px 0 0;
        width: 20px;
        height: 20px;
        background-size: 6px 4px;
    }

    /* back */

    .button--back:after {
        left: 10px;
        margin: -10px 0 0;
        width: 20px;
        height: 20px;
        background-size: 6px 4px;
    }

    /* tellink
	----------------------------------------------- */

    .tellink {
        pointer-events: auto;
    }

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

    .header {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    }
    .header__inner {
        padding: 0 0 0 10px;
        height: 5rem;
    }
    .header__logo img {
        width: auto;
        height: 20px;
    }
    .header__text {
        display: none;
    }
    .header__tel {
        margin: 0 10px 0 auto;
    }
    .header__tel img {
        width: auto;
        height: 23px;
    }
    .header__button:nth-of-type(1),
    .header__button:nth-of-type(2) {
        width: 5rem;
    }

    /* button */

    .header__button .button span {
        display: flex;
        flex-direction: column;
        height: 5rem;
        font-size: 1rem;
        line-height: 1;
    }
    .header__button .button span:before {
        margin: 0 0 4px;
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
    }
    .header__button:nth-of-type(1) .button span:before {
        background-image: url(../images/header_icon01.svg);
    }
    .header__button:nth-of-type(2) .button span:before {
        background-image: url(../images/header_icon02.svg);
    }

    /* intro
	----------------------------------------------- */

    .intro {
        margin: 5rem auto 0;
        background-image: url(../images/intro_image_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .intro__inner {
        position: relative;
        max-width: none;
        padding: 0 3.12%;
        max-width: 640px;
        height: auto;
        background-image: url(../images/intro_image_sp.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }
    .intro__title {
        margin: auto;
        padding: 10% 0 0;
        width: 97%;
    }
    .intro__title img {
        width: 100%;
        height: auto;
    }
    .intro__conversion {
        margin: 66% auto 0;
        width: 100%;
        max-width: 640px;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    }
    .intro__label {
        margin: 2px 0 2px 2px;
        padding: 10px 5px;
        width: 95px;
        display: flex;
        align-items: center;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
    }
    .intro__label img {
        width: 100%;
        height: auto;
    }
    .intro__buttons {
        margin: 0 10px 5px 15px;
    }
    .intro__button {
        margin: 5px 0 0;
    }
    .intro__cover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-image: url(../images/intro_cover_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }

    /* button */

    .intro__button .button span {
        height: 4.5rem;
        font-size: 1.2rem;
    }
    .intro__button .button--download span {
        height: 4rem;
        font-size: 1.2rem;
    }

    /* js-intro-ready */

    .js-intro-ready .intro__title {
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .js-intro-ready .intro__conversion {
        opacity: 0;
        transform: translateY(-15px);
        transition-property: opacity, transform;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }
    .js-intro-ready .intro__cover {
        opacity: 0;
        transform: translateY(-50px);
        transition-property: opacity, transform;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* js-intro-start */

    .js-intro-start .intro__title {
        opacity: 1;
        transition-delay: 0.4s;
    }
    .js-intro-start .intro__conversion {
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.8s;
    }
    .js-intro-start .intro__cover {
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.2s;
    }

    /* anchor
	----------------------------------------------- */

    .anchor {
        margin: -100px 0 0;
        padding: 100px 0 0;
    }
    .anchor:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 173px;
        background-image: url(../images/anchor_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
    }
    .anchor__inner {
        padding: 36px 20px 50px;
        max-width: 640px;
        display: block;
        box-sizing: border-box;
    }
    .anchor__title {
        font-size: 1.7rem;
    }
    .anchor__lists {
        margin: 32px -5px 0;
        display: flex;
        justify-content: center;
    }
    .anchor__list {
        width: calc(50% - 3.12%);
        margin: 0 1.56%;
    }
    .anchor__list a {
        padding: 0 0 35px;
        display: block;
        height: auto;
        text-align: center;
        background-size: 160% auto;
        background-position: center bottom;
        border-radius: 3px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    }
    .anchor__list a:after {
        top: auto;
        right: 50%;
        bottom: 8px;
        margin: 0 -10px 0 0;
        width: 20px;
        height: 20px;
    }
    .anchor__image {
        position: static;
        height: auto;
        border-radius: 3px 3px 0 0;
    }
    .anchor__image img {
        width: 100%;
        height: auto;
    }
    .anchor__label {
        margin: -17px auto 0;
        padding: 4px 10px;
        font-size: 1rem;
        line-height: 1.3;
        border-radius: 2px;
    }
    .anchor__text {
        margin: 7px 0 0;
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .anchor__camera {
        top: 10px;
        right: 0;
        bottom: auto;
        left: auto;
        width: 110px;
    }

    /* js-indicate-ready */

    .js-indicate-ready .anchor__list {
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-delay: 0.2s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }
    .js-indicate-ready .anchor__list.anchor__list--service01 {
        transform: translateX(-20px);
    }
    .js-indicate-ready .anchor__list.anchor__list--service02 {
        transform: translateX(20px);
    }

    /* js-indicate-start */

    .js-indicate-start .anchor__list.anchor__list--service01,
    .js-indicate-start .anchor__list.anchor__list--service02 {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

    /* service
	----------------------------------------------- */

    .service__inner {
        padding: 43px 0 0;
        background-position: calc(50% + 215px) 0;
        background-size: 500px auto;
    }
    .service__title {
        height: 107px;
        font-size: 2rem;
        line-height: 1.4;
        background-image: url(../images/service01_bg_title_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    .service__title:after {
        bottom: -20px;
        margin: 0 0 0 -30px;
        border-width: 20px 30px 0 30px;
        border-color: #234a6f transparent transparent transparent;
    }
    .service__title em {
        font-size: 2.5rem;
    }

    /* service--02 */

    .service--02 .service__title {
        background-image: url(../images/service02_bg_title_sp.jpg);
    }
    .service--02 .service__title:after {
        border-color: #3c825f transparent transparent transparent;
    }

    /* js-indicate-ready */

    .js-indicate-ready.overview__column {
        transform: translateY(40px);
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }

    /* js-indicate-start */

    .js-indicate-start.overview__column {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    /* overview
	----------------------------------------------- */

    .overview {
        max-width: 640px;
    }
    .overview__columns {
        display: block;
        margin: 0 20px;
    }
    .overview__column {
        position: relative;
        width: 100%;
    }
    .overview__column:nth-of-type(2) {
        margin: auto;
        padding: 0 0 38.39%;
        width: 100%;
    }
    .overview__title {
        font-size: 2rem;
        line-height: 1.5;
        text-align: center;
    }
    .overview__title:after {
        margin: 0;
        padding: 20px 0 0;
    }
    .overview__title em {
        font-size: 2.5rem;
    }
    .overview__text {
        margin: 20px 0 -9px;
        font-size: 1.5rem;
    }
    .overview__text em {
        font-size: 1.7rem;
    }
    .overview__image {
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    }
    .overview__image:nth-child(1) {
        margin: 27px auto 0;
        width: 92.85%;
    }
    .overview__image:nth-child(2) {
        top: auto;
        right: -3.12%;
        bottom: 0;
        width: 60.71%;
    }

    /* point
	----------------------------------------------- */

    .point {
        margin: 50px 20px 0;
    }
    .point__inner {
        padding: 30px 0;
        max-width: 640px;
        background-image: url(../images/service01_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        border-radius: 4px;
    }
    .point__title {
        margin: 0 15px;
    }
    .point__lead {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    .point__lead em {
        font-size: 1.7rem;
    }
    .point__rate {
        margin: 10px auto 0;
        padding: 8px 0 0;
        display: inline-block;
        font-size: 1.7rem;
        line-height: 1.3;
    }
    .point__rate em {
        font-size: 2rem;
    }
    .point__percent {
        font-size: 2rem;
    }
    .point__percent em {
        font-size: 2.5rem;
    }
    .point__percent small {
        font-size: 1.7rem;
    }
    .point__columns {
        margin: 25px 15px 0;
        display: block;
    }
    .point__column {
        margin: 20px 0 0;
        padding: 10px 15px;
        width: 100%;
        min-height: auto;
        display: block;
    }
    .point__icon {
        top: -10px;
        left: -10px;
        width: 55px;
    }
    .point__icon img {
        width: 100%;
        height: auto;
    }
    .point__image {
        margin: auto;
        width: 50px;
    }
    .point__image img {
        width: 100%;
        height: auto;
    }
    .point__content {
        width: 100%;
    }
    .point__subtitle {
        font-size: 1.5rem;
        line-height: 1.4;
        text-align: center;
    }
    .point__text {
        margin: 5px 0 0;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    /* service--02 */
    .service--02 .point__inner {
        background-image: url(../images/service02_bg_sp.jpg);
    }

    /* quality
	----------------------------------------------- */

    .quality {
        margin: 50px 0 0;
        padding: 45px 20px 50px;
        background-image: url(../images/quality_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
    }
    .quality:after {
        margin: 0 0 0 -30px;
        border-width: 20px 30px 0 30px;
    }
    .quality__inner {
        margin: auto;
        max-width: 640px;
    }
    .quality__title {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .quality__title em {
        font-size: 2rem;
    }
    .quality__columns {
        margin: -2px 0 0;
        display: block;
    }
    .quality__column {
        margin: 30px 0 0;
        width: 100%;
    }
    .quality__lists {
        margin: 0;
    }
    .quality__list {
        margin: 5px 0 0;
        padding: 9px;
        align-items: flex-start;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .quality__list:before {
        margin: 0 5px 0 0;
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }
    .quality__list span {
        padding: 4px 0;
    }

    /* js-indicate-ready */

    .js-indicate-ready.quality__column {
        transform: translateY(40px);
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }

    /* js-indicate-start */

    .js-indicate-start.quality__column {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    /* flow
	----------------------------------------------- */

    .flow {
        padding: 50px 0;
    }
    .flow:after {
        margin: 0 0 0 -30px;
        border-width: 20px 30px 0 30px;
    }
    .flow__inner {
        margin: auto;
        max-width: 640px;
    }
    .flow__title {
        font-size: 2rem;
    }
    .flow__items {
        margin: 30px 20px 0;
    }
    .flow__item {
        margin: 15px 0 0;
        padding: 0;
        height: auto;
        display: block;
    }
    .flow__item:before {
        left: 50%;
        margin: 0 0 0 -11px;
    }
    .flow__label {
        padding: 10px;
        width: 100%;
        font-size: 1.5rem;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        box-sizing: border-box;
    }
    .flow__icon {
        margin: 0 10px 0 0;
        width: 35px;
    }
    .flow__icon img {
        width: 100%;
        height: auto;
    }
    .flow__text {
        padding: 11px 15px 12px;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .flow__note {
        margin: 0;
        font-size: 1rem;
        line-height: 1.5;
    }

    /* service--02 */

    .service--02 .flow {
        margin: 50px 0 0;
    }

    /* conversion
	----------------------------------------------- */

    .conversion {
        margin: 30px 30px 0;
        padding: 17px 25px 20px;
        max-width: none;
        display: block;
        border-radius: 4px;
    }
    .conversion__text {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.5;
        text-align: center;
        border-right: none;
    }
    .conversion__text__2 {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.5;
        border-right: none;
    }
    .conversion__text__3 {
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.5;
        border-right: none;
    }
    .conversion__text__4 {
        width: 100%;
        font-size: 0.6rem;
        line-height: 1.5;
        border-right: none;
    }
    .conversion__text__5 {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.5;
        border-right: none;
    }
    .conversion__text__6 {
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.5;
        border-right: none;
    }
    .conversion__text__7 {
        width: 100%;
        font-size: 0.6rem;
        line-height: 1.5;
        border-right: none;
    }
    .conversion__tel {
        margin: 12px auto 0;
        padding: 10px 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 3px;
    }
    .conversion__tel img {
        width: auto;
        height: 30px;
    }
    .conversion__button {
        margin: 10px 0 0;
        width: 100%;
    }

    /* price
	----------------------------------------------- */

    .price {
        padding: 50px 0;
        background-size: 500px auto, 100% auto;
        background-position: calc(50% - 215px) top, center top;
    }
    .price__inner {
        max-width: 640px;
    }
    .price__columns {
        margin: 0 20px;
        display: block;
    }
    .price__column {
        margin: 30px 0 0;
        padding: 0 0 15px;
        width: 100%;
    }
    .price__title {
        padding: 15px 0;
        font-size: 1.7rem;
    }
    .price__subtitle {
        margin: 20px 15px 0;
        font-size: 1.3rem;
        border-left-width: 3px;
    }
    .price__detail {
        margin: 8px 0 0;
        display: block;
    }
    .price__detail dt {
        margin: 2px 0 0;
        padding: 10px 15px 5px;
        width: 100%;
        font-size: 1.2rem;
        line-height: 1;
    }
    .price__detail dd {
        margin: 0;
        padding: 0 15px 8px;
        width: 100%;
        font-size: 1rem;
        line-height: 1.5;
    }
    .price__detailnote {
        margin: 2px 0 0;
        line-height: 1.5;
    }
    .price__content {
        margin: 15px 0 0;
        flex-grow: 0;
    }
    .price__content img {
        width: auto;
        height: 75px;
    }
    .price__area {
        margin: 12px 0 0;
        padding: 0 11px 0 0;
        font-size: 1.2rem;
    }
    .price__area span {
        margin: 0 11px 0 0;
        padding: 9px 11px;
    }
    .price__table {
        margin: 20px 15px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .price__table--last {
        margin: 20px 15px 0;
        padding: 0;
        border-top: none;
    }
    .price__label {
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 1.3rem;
        text-align: center;
    }
    .price__table table {
        width: 100%;
    }
    .price__table th,
    .price__table td {
        padding: 10px 0;
        font-size: 1.3rem;
        height: 43px;
    }
    .price__table--last th,
    .price__table--last td {
        padding: 10px 0 5px;
    }
    .price__notes {
        margin: 12px 15px 0;
    }
    .price__notes li {
        line-height: 1.5;
    }

    /* js-indicate-ready */

    .js-indicate-ready.price__column {
        transform: translateY(40px);
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        visibility: hidden;
    }

    /* js-indicate-start */

    .js-indicate-start.price__column {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

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

    .contact {
        padding: 50px 0;
    }
    .contact__inner {
        max-width: 640px;
    }
    .contact__text {
        margin: 24px 20px 0;
        padding: 0 0 24px;
    }
    .contact__lead {
        margin: 50px 20px -10px;
        font-size: 1.5rem;
    }
    .contact__form {
        margin: 0 20px;
    }

    /* form
	----------------------------------------------- */

    .form__column {
        margin: 0;
        display: block;
    }
    .form__label {
        margin: 0 0 15px;
        padding: 29px 0 0;
        width: 100%;
    }
    .form__icon {
        margin: 0 0 0 8px;
        width: 42px;
        height: 15px;
        font-size: 1rem;
    }
    .form__content {
        width: 100%;
    }
    .form__name {
        display: flex;
        align-items: center;
        margin: 10px 0 0;
    }
    .form__note {
        margin: 10px 0 0;
        font-size: 1rem;
    }
    .form__input--text,
    .form__input--textarea {
        padding: 11px 15px;
    }
    .form__input--name {
        margin: 0 0 0 10px;
    }
    .form__info {
        margin: 25px 0 0;
        font-size: 1.3rem;
        text-align: left;
    }
    .form__buttons {
        margin: 0 15px;
        padding: 15px 0 0;
    }
    .form__button {
        margin: 10px auto 0;
        width: 100%;
    }
    .form__button--short {
        margin: 10px auto;
        width: 70%;
    }

    /* button */

    .form__button .button span {
        height: 6rem;
    }
    .form__button .button--back span {
        font-size: 1.5rem;
        height: 5rem;
    }

    /* form--confirm */

    .form--confirm .form__label {
        margin: 0 0 10px;
        padding: 25px 0 0;
    }
    .form--confirm .form__text {
        padding: 0 0 21px;
    }

    /* faq
	----------------------------------------------- */

    .faq {
        padding: 50px 0;
    }
    .faq__inner {
        max-width: 640px;
    }
    .faq__lists {
        margin: 30px 20px 0;
    }
    .faq__q {
        padding: 14px 25px 14px 2.5rem;
        font-size: 1.5rem;
    }
    .faq__a {
        margin: 0 0 17px;
        padding: 11px 10px 11px 35px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .faq__q:after {
        margin: -10px 0 0;
        width: 20px;
        height: 20px;
        background-size: 7px 4px;
    }
    .faq__q:before,
    .faq__a:before {
        font-size: 2rem;
    }
    .faq__q:before {
        top: 12px;
        left: 2px;
    }
    .faq__a:before {
        top: 6px;
        left: 12px;
    }
    .faq__banner {
        margin: 30px 20px 0;
    }
    .faq__banner img {
        width: 100%;
        height: auto;
    }

    /* group
	----------------------------------------------- */

    .group {
        background-size: 500px auto, 100% auto;
        background-position: calc(50% - 215px) top, center top;
    }
    .group__inner {
        padding: 45px 0 50px;
        max-width: 640px;
    }
    .group__title {
        font-size: 2rem;
        letter-spacing: 0;
    }
    .group__title small {
        font-size: 1.5rem;
    }
    .group__text {
        margin: 10px 0 0;
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .group__conversion {
        margin: 25px 20px 0;
        padding: 20px;
        max-width: none;
        display: block;
        border-radius: 4px;
    }
    .group__tel a {
        display: block;
        padding: 14px 0;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-sizing: border-box;
    }
    .group__tel img {
        width: auto;
        height: 30px;
    }
    .group__buttons {
        display: block;
    }
    .group__button {
        margin: 10px 0 0;
    }
    .group__button:nth-of-type(1),
    .group__button:nth-of-type(2) {
        width: 100%;
    }

    /* button */

    .group__button .button span {
        height: 6rem;
    }
    .group__button .button--download span {
        height: 4.5rem;
    }

    /* lower
	----------------------------------------------- */

    .lower .main {
        padding: 5rem 0 0;
    }
}
