/* presentation */

/* foundation */
* {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

section,
div {
    display: block;
}

html body {
    text-size-adjust: 100%;
    line-height: 1.75;
    letter-spacing: 0.1em !important;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", "Noto Sans CJK", sans-serif;
}

body * {
    letter-spacing: 1.6px !important;
}

@media screen and (max-width: 768px) {
    html body {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    html body {
        font-size: 15px;
    }
}

h2,
h3 {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {

    h2,
    h3 {
        font-size: 1.5em;
        margin-bottom: 1.0em;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) {

    h2,
    h3 {
        font-size: 2.0em;
        margin-bottom: 1.5em;
        font-weight: bold;
    }
}

a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: auto;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: unset;
}

a:hover {
    opacity: 0.875;
}

a:active {
    opacity: 1.0;
}

ul {
    list-style: none;
    font-weight: bold;
}

ul {
    list-style: none;
    font-weight: bold;
    padding-left: 1em;
}

ul li {
    position: relative;
    list-style-type: "●";
    padding-left: 0.25em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

/* device */

@media screen and (max-width: 768px) {
    .sp_only {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .pc_only {
        display: none !important;
    }
}

/* svg */

.triangle_bottom {
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .triangle_bottom {
        width: 30px;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .triangle_bottom {
        width: 40px;
        height: auto;
        margin-bottom: 20px;
    }
}

.arrow_right {
    height: 42px;
    width: auto;
}

.arrow_right path {
    stroke-width: 3px;
}

/* button */

.button_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

.button_container h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.button_container p {
    font-size: 1.0em;
    margin-bottom: 1em;
}

.button_container .button_content {
    margin-top: 1.5em;
}

.button_container .attention {
    font-size: 1.0em;
    font-weight: bold;
    margin: 1.5em auto 0.5em auto;
}

.button_container .button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 1em;
    border-radius: 100px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.25em;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .button_container .button {
        min-width: 86.5%;
    }

    .button_container>h3,
    .button_container>p,
    .button_container>.button_content {
        padding: 0 20px 0 20px;
    }

    .button_container .attention {
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width: 768px) {
    .button_container h3 {
        font-size: 1.5em;
    }

    .button_container .button_content {
        font-size: 1.0em;
    }

    .button_container .button {
        min-width: 14em;
    }
}

/* button_left */
@media screen and (min-width: 768px) {
    .button_container.left .button_content {
        width: max-content;
        margin: 0 auto 0 0;

    }

    .button_container.left_center .button_content {
        width: 50%;
        margin: 0 auto 0 0;

    }
}

/* fv */

.fv_container {
    text-align: center;
    position: relative;

}

.fv_container .fv_img {
    display: block;
    height: auto;
}

.fv_container .button_container {
    position: relative;
    bottom: 100px;
}

@media screen and (max-width: 768px) {
    .fv_container .button_container {
        position: absolute;
        bottom: 80px;
    }

    .fv_container .fv_img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: contain;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .fv_container {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fv_content {
        display: block;
        width: 100%;
        height: auto;
        margin: 0px auto;
        overflow: hidden;
    }

    .fv_container .fv_img {
        display: block;
        max-width: none;
        min-width: 100%;
        object-fit: contain;
        position: relative;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%);
    }

    .fv_container .button_container {
        font-size: 1.0em;
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

/* lead */

.lead_content {
    font-size: 1.0em;
}

.lead_content .lead_image_container {
    display: block;
}

.lead_content .lead_text_container {
    display: block;
}

.lead_content .lead_text_container h2 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.lead_content .lead_text_container p {
    font-size: 1.0em;
    margin-bottom: 0.5em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .lead_container .triangle_bottom {
        width: 32px;
        height: auto;
        margin-top: -1px;
    }
}

@media screen and (min-width: 768px) {
    .lead_container .triangle_bottom {
        width: 42px;
        height: auto;
        margin-top: -1px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .lead_container {
        width: unset;
        margin: 0 0 50px 0;
    }

    .lead_content {
        padding: 45px 30px 45px 30px;
    }

    .lead_content .lead_image_container {
        margin: 30px 0 0 0;
    }

    .lead_content .lead_image_container img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .lead_container {
        padding: 0 40px 0 40px;
    }

    .lead_content {
        width: 100%;
        max-width: 900px;
        margin: 0 auto 0 auto;
        display: flex;
        flex-direction: row-reverse;
        text-align: left;
        border-radius: 20px;
        position: relative;
        top: -40px;
    }

    .lead_content.lead_right {
        flex-direction: row;
    }

    .lead_content .lead_image_container {
        display: flex;
        align-items: center;
        margin: 40px 0 40px 40px;
    }
    .lead_content.lead_right .lead_image_container {
        margin: 40px 40px 40px 0;
    }

    .lead_content .lead_image_container img {
        width: 100%;
        height: auto;
    }

    .lead_content .lead_text_container {
        margin: 40px;
    }

    .lead_container .triangle_bottom {
        top: -40px;
        position: relative;
    }
}

/* feature */

.feature_list {
    width: 100%;
    counter-reset: number 0;
}

.feature_list .feature_list_item {
    width: 100%;
    text-align: left;
}

.feature_list .feature_list_item h3 {
    align-items: flex-end;
    display: flex;
    line-height: 1.25em;
    margin-bottom: 1.0em;
}

/* These fonts are licensed under the Apache License, Version 2.0. https://www.apache.org/licenses/LICENSE-2.0 */
/* @font-face
{
  font-weight: bold;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
     url("../fonts/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0030-0039;
  font-display: swap;
} */
.feature_list .feature_list_item h3::before {
    font-size: 5em;
    line-height: 0.75em;
    margin-right: 0.05em;
    counter-increment: number 1;
    content: counter(number) " ";
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
}

.feature_list .feature_list_item p {
    margin-bottom: 1.0em;
}

.feature_list .feature_list_item:nth-child(odd) .feature_image_container {
    background-position: right;
}

.feature_list .feature_list_item:nth-child(even) .feature_image_container {
    background-position: left;
}

@media screen and (max-width: 768px) {
    .feature_container {
        margin-bottom: 80px;
    }

    .feature_container h2 {
        padding: 0 20px 0 20px;
    }

    .feature_list .feature_list_item {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }

    .feature_list .feature_list_item .feature_image_container {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    .feature_list .feature_list_item .feature_image_container img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .feature_list .feature_list_item .feature_text_container {
        padding: 0px 20px 0px 20px;
    }

    .feature_list .feature_list_item h3 {
        font-size: 1.5em;
        margin-left: -15px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .feature_container {
        margin-bottom: 100px;
    }

    .feature_container .button_container .button_content {
        font-size: 1.2em;
    }

    .feature_list .feature_list_item {
        display: flex;
        position: relative;
        margin-bottom: 60px;
    }

    .feature_list .feature_list_item:nth-child(odd) {
        flex-direction: row;
    }

    .feature_list .feature_list_item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .feature_list .feature_list_item .feature_image_container {
        width: 50%;
        height: max-content;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .feature_list .feature_list_item:nth-child(odd) .feature_image_container {
        text-align: right;
        border-radius: 0px 100px 0px 0px;
        overflow: hidden;
    }

    .feature_list .feature_list_item:nth-child(even) .feature_image_container {
        text-align: left;
        border-radius: 100px 0px 0px 0px;
        overflow: hidden;
    }

    .feature_list .feature_list_item .feature_image_container img {
        display: block;
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .feature_list .feature_list_item:nth-child(odd) .feature_image_container img {
        margin: 0 0 0 auto;
    }

    .feature_list .feature_list_item:nth-child(even) .feature_image_container img {
        margin: 0 auto 0 0;
    }

    .feature_list .feature_list_item .feature_text_container {
        width: 50%;
        max-width: 540px;
    }

    .feature_list .feature_list_item h3 {
        font-size: 2.0em;
        margin-left: 0px;
    }

    .feature_list .feature_list_item .feature_text_container p,
    .feature_list .feature_list_item .feature_text_container ul {
        margin-left: 40px;
        margin-right: 40px;
    }
}

/* footer */

.footer_container {
    width: 100%;
}

.footer_content {
    padding-top: 30px;
    padding-bottom: 130px;
}

.footer_content img {
    height: 25px;
    width: auto;
}

.copyright {
    background-color: #F4F8F7 !important;
    color: #37434C !important;
    font-size: 1.3rem;
}

/* nav */

.nav_container {
    height: 80px;
    font-size: 1.0em;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    transform: translateY(80px);
    transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
}

.nav_shown {
    transition-delay: 0s;
    transform: translateY(0px);
}

.nav_container .button_container .button_content {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .nav_container .button_container .button {
        padding: 0.75em;
    }

    .nav_container .logo_container,
    .nav_container .arrow_right,
    .nav_container .attention {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .nav_container .logo_container {
        padding: 0 20px 0 30px;
        width: 208px;
    }

    .nav_container .logo_container img {
        vertical-align: middle;
        height: 40px;
        width: auto;
    }

    .nav_container .button_container {
        padding: 0 30px 0 0;
        font-size: 1.0em !important;
        width: calc(100% - 208px);
    }

    .nav_container .button_container .button_content {
        display: flex;
        align-items: center;
    }

    .nav_container .button_container .attention {
        line-height: 1.25em;
        text-align: right;
        margin: 0 0.5em 0 auto;
    }

    .nav_container .button_container .button {
        margin: 0px 0px 0px 0.5em;
        padding: 0.75em;
    }
}

html body {
    color: #37434C !important;
    background-color: #ffffff !important;
}

strong {
    color: #F23400 !important;
}

/* fv */

.fv_container .attention {
    color: #F23400 !important;
    /*text-shadow: 0 0 2px #19558055;*/
}

.fv_container .button {
    background-color: #F23400 !important;
    color: #ffffff !important;
}
@media screen and (min-width: 768px) {
    .fv_container .fv_img {
        height: 600px!important;
    }

    .fv_container .button_container {
        max-width: 1000px !important;
        bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .fv_container .fv_img {
        height: 100%!important;
    }
    .fv_container .button_container {
        bottom: 5%;
    }
}


/* lead */

.lead_container .lead_content {
    background-color: #ECF7FC !important;
    color: #37434C !important;
}

.lead_container .triangle_bottom {
    fill: #ECF7FC !important;
}

@media screen and (max-width: 768px) {
    .lead_content .lead_image_container img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .lead_content .lead_image_container {
        width: 33% !important;
    }

    .lead_content .lead_text_container {
        width: 66% !important;
    }
}

/* feature */


.feature_list h3::before {
    -webkit-text-stroke-color: #FFC200;
}

.feature_list ul li::marker {
    color: #FFC200;
}

/*
.feature_list .feature_1 h3::before
{
    -webkit-text-stroke-color: #39ACE5;
}
.feature_list .feature_1 ul li::marker
{
    color: #39ACE5;
}
.feature_list .feature_2 h3::before
{
    -webkit-text-stroke-color: #6191F2;
}
.feature_list .feature_2 ul li::marker
{
    color: #6191F2;
}
.feature_list .feature_3 h3::before
{
    -webkit-text-stroke-color: #F24981;
}
.feature_list .feature_3 ul li::marker
{
    color: #F24981;
}
*/
.feature_container .triangle_bottom {
    fill: #F23400;
}

.feature_container .button_container h3 {
    color: #000000;
}

.feature_container .button_container .attention {
    color: #F23400 !important;
}

.feature_container .button_container .button {
    background-color: #F23400;
    color: #ffffff;
}

.feature_list .feature_list_item:nth-child(odd) .feature_image_container {
    border-radius: 0px 50px 0px 0px !important;
}

.feature_list .feature_list_item:nth-child(even) .feature_image_container {
    border-radius: 50px 0px 0px 0px !important;
}

/* footer */

.footer_container {
    background-color: #F4F8F7 !important;
    color: #37434C !important;
}

/* nav */

.nav_container .button {
    background-color: #F23400 !important;
    color: #ffffff !important;
}

.nav_container .attention {
    color: #ffffff !important;
}

.nav_container .arrow_right {
    stroke-width: 2px !important;
    stroke: #F23400 !important;
}

.nav_container {
    background-color: #2685D3 !important;
    color: #ffffff !important;
}