@charset "UTF-8";

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.heading h2 {
    position: absolute;
    top: -0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section__bg {
    background: #C7FDFF;
    margin: 90px auto;
}

.section__bg:last-child {
    margin: 0 auto;
}

/*************
btn
*************/
.btn {
    width: 80%;
    margin: 0 auto;
}

.contentBtn {
    width: 100%;
    min-width: auto;
    display: block;
    margin: 2em auto 1em;
    background-color: #FA9A35;
    color: #FFF;
    font-size: 17px;
    border-radius: 2em;
    padding: 1em 1em;
    transition: 0.3s;
    font-weight: bold;
    position: relative;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*************
wrapper, inner
*************/
.wrapper {
    width: 100%;
    max-width: 900px;
    padding: 0 40px 0;
    margin: 0 auto;
}

.box__inner {
    width: 100%;
    margin: 0 auto;
}

/*************
header
*************/
#header {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10004;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 105px;
    border-top: 5px solid #357eec;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #ffffff;
}

.header-logo {
    margin: 30px 25px 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    width: 194px;
    height: 54px;
    line-height: 1;
    text-indent: -9999px;
    background: url(../img/logo-sb.svg) no-repeat left center;
    background-size: 194px 54px;
    position: relative;
    top: -7px;
    text-decoration: none;
    will-change: opacity;
}

/*************
firstView__abuse
*************/

.firstView__abuse {
    padding: 60px 35px;
}

.abuse {
    display: flex;
    padding-bottom: 0;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    color: #fff;

}

.abuseTitle {
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
}

.abuse .abuse__titleArea {
    max-width: 600px;
    width: 50%;
}


.abuseTitle__damage {
    font-size: 30px;
}

.abuseTitle .abuseTitle__sub {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.3;
}

.abuseTitle .abuseTitle__area {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    background: #000;
    letter-spacing:0.1em;
    padding:8px 28px 10px 28px;
    border-radius: 40px;
    display: inline-block;
    margin-top:20px;
}

.abuseTitle .abuseTitle__weak {
    font-size: 30px;
}

.abuseTitle .helvetica {
    font-size: 55px;
}

.abuse__lead p {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.abuse .abuse__graph {
    max-width: 400px;
    width: 50%;
}


/*************
speech__bubble, guide, guide__box
*************/

.speech__bubble {
    font-size: 18px;
}

section h2 {
    font-size: 45px;
}

.guide {
    text-align: center;
    padding: 5em 0 3em 0;
}

.guide__box {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 3em 3em 2em;
    margin-top: 110px;
}

.guide__box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -4em;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    height: 125px;
    background-image: url('../img/crew.png');
    background-position: center;
    background-size: contain;
    z-index: 2;
}

.guide__box h3 {
    font-size: 30px;
}

.obi {
    width: 100%;
    background: #1D78FF;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px 20px 0 0;
    padding: 1em;
}

.box__txt {
    width: 100%;
    background: #E6F8FF;
    border-radius: 0 0 20px 20px;
    padding: 2em;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
}

.note {
    font-size: 16px;
}

.overview {
    text-align: center;
    padding: 3em 0 3em 0;
}

.overview__box {
    width: 100%;
    background: #fff;
    padding: 2em 3em;
}

.overview__txt {
    padding: 0;
    text-align: left;
}

.overview__txt li {
    margin-bottom: 40px;
}

.overview__txt {
    font-size: 18px;
}

.blue_reserve {
    width: auto;
    height: 28px;
    vertical-align: middle;
}

.introduction {
    text-align: center;
    padding: 5em 0 3em 0;
}

.introduction__box {
    width: 100%;
    background: #fff;
    padding: 3em;
    margin-top: 60px;
    position: relative;
}


.case__box {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(180deg, #23A7AD 78.5%, #FFF 100%);
    width: auto;
    height: auto;
    padding: 0.3em 0.5em 0.4em;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: -1.8em;
    left: 0;
}

.question {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 10px;
}

.crew__icon {
    width: 10%;
    height: auto;
}

.question__txt {
    width: auto;
    font-size: 22px;
    text-align: left;
    display: inline-block;
}


.arrow {
    width: 0;
    height: 0;
    border: solid 20px transparent;
    border-left-color: #D9D9D9;
    display: inline-block;
    transform: rotate(90deg);
    margin: 1em auto;
}


.illust__img {
    max-width: 400px;
    margin: 0 auto;
}

.heads__up {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

.cta__area {
    padding: 0;
}

.promotion__box {
    width: 100%;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.promotion__box .crew__icon {
    width: 15%;
    height: auto;
}

.promotion__txt__btn h2 {
    font-size: 30px;
    color: #23A7AD;
}

.btn_fixed {
    width: 100%;
    margin: 0 auto 2em;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


.fixed__cta__btn a {
    width: 100%;
    border-radius: 999px;
    border: 4px solid #FFF;
    padding: 1em;
    background: #FA9A35;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    display: block;
}

.fixed__cta__btn a:hover {
    background: #ffaf58;
    opacity: 1;
}

.cta__btn a {
    width: 100%;
    border-radius: 999px;
    border: 4px solid #FFF;
    padding: 1em;
    background: #23A7AD;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    display: block;
}

.sub__txt {
    display: block;
    color: #fff;
    font-size: 12px;

}

.sub__txt:before,
.sub__txt:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 1px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}

.sub__txt:before {
    transform: rotate(-35deg);
}

.sub__txt:after {
    transform: rotate(35deg);
}

.main__txt1,
.main__txt2 {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}



.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
    left: 50%;
    transform: translateX(0%);
}

/*************
footer
*************/
#footer {
    text-align: center;
    margin-top: 40px;
    background: #333333;
    width: 100%;
    padding: 1em;
    color: #fff;
}

.sitepolicy {
    font-size: 12px;
    padding: 1em;
}

.sitepolicy a {
    color: #fff;
}

.sitepolicy a:hover {
    text-decoration: underline;
}

#footer .copy {
    padding: 15px 0;
    line-height: 2;
    font-size: 12px;
}



/*************
margin-top
*************/

.mt100 {
    margin-top: 200px;
}

.mt50 {
    margin-top: 100px;
}

.mt25 {
    margin-top: 50px;
}

.mt20 {
    margin-top: 40px;
}

.mt10 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 10px;
}

.mt0 {
    margin-top: 0;
}

/*************
margin-bottom
*************/

.mb100 {
    margin-bottom: 200px;
}

.mb50 {
    margin-bottom: 100px;
}

.mb25 {
    margin-bottom: 50px;
}

.mb20 {
    margin-bottom: 40px;
}

.mb10 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0;
}