html {
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: var(--white);
    scroll-behavior: smooth;
}
main {
    overflow: hidden;
}

h2,h3,h4 {
    line-height: 1.3;
}

p,a {
    letter-spacing: 0.03em;
    line-height: 1.7;
}

a:hover {
    opacity: 0.85;
    transition: 0.5s;
}

img {
    -webkit-backface-visibility: hidden;
}

body {
    background: var(--black);
}

:root {
    --orange: #FF4C00;
    --light-green: #29C3C7;
    --gray: #F4F4F4;
    --light-green: #29C3C7;
    --gold: #CFB895; 
    --dark-gray: #999999;
    --yellow: #FFE500;
    --white: #ffffff;
    --red: #e60012;
    --black: #181818;
    --green: #38AD4A;
    --blue: #002CB1;
    --bgc-gray: #DEF0FA;
    --bg-yellow: #FFE500;
    --bgc-blue: #AFE4FF;
    --marker: #E6E269;
    --beige: #F7E3CA;
}

.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}

.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb50{
    padding-bottom: 50px;
}

.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc_only {
    display: block;
}

.sp_only {
   display: none; 
}

main {
    max-width: 750px;
    width: 100%;
    margin: 0 10vw 0 auto;
    box-shadow: 0 0 26px #272727;
}

.wrap {
    padding: 0 3.5%;
}
.hero_area {
    background-image: url(./img/mv_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 34rem;
}

.hero_logo {
    position: absolute;
    top: 0.8rem;
    right: -1.9rem;
}

.hero_logo img {
    width: 65%;
}

.hero_title {
    position: absolute;
    top: 12rem;
    left: 10.6rem;
}

.hero_title img {
    width: 100%;
}

.bg_black {
    background: rgba(0, 0, 0, 0.6); 
}

.fixed_img {
    position: fixed;
    top: 59%;
    right: 8vw;
    width: 400px;
    height: 100%;
    background: url(./img/background_bgi.png) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.4;
}

.flex.offer_box {
    justify-content: space-around;
    position: relative;
    bottom: 3rem;
}

.orange_tit h2 {
    font-size: 2.7rem;
    font-weight: 800;
    font-style: italic;
    margin-top: 3rem;
}

.orange_tit h2 strong {
    color: var(--orange);
}

.orange_tit p {
    padding: 1.5rem 0;
}

.profile_blk {
    width: 38%;
}

.profile_blk img {
    width: 100%;
}

.flex.profile_box {
    justify-content: space-around;
    margin: 2rem 0;
}

.profile_box p {
    font-size: 0.8em;
    padding-top: 1rem;
    text-align: center;
    font-weight: 500;
}

.sec_ctr {
    padding: 0.5rem;
    color: var(--black);
}

.sec_ctr .bg_white {
    padding: 1rem 1rem 1.5rem;
}

.bg_orange {
    background: var(--orange);
}

.bg_white {
    background: var(--white);
}

.ctr_tit h2 {
    font-size: 1.75em;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.ctr_tit h2:before,
.ctr_tit h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

.ctr_tit h2:before {
    left: -60px;
    top: 61px;
}

.ctr_tit h2:after {
    right: -60px;
    top: 61px;
}

.ctr_tit h2 span {
    font-size: 2em;
    font-family: "Roboto", sans-serif;
    color: var(--orange);
}

.free_tit {
    padding: 1rem;
    margin: 1rem 1rem 1.5rem;
    border-radius: 10px;
    background: var(--beige);
}

.free_tit p {
    font-size: 1.75em;
    font-weight: 700;
}

.free_tit p span {
    font-size: 2.4em;
    color: var(--orange);
    font-family: "Roboto", sans-serif;
    line-height: 1;
}

.join_tit p {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.4;
}

.join_tit span {
    color: var(--green);
}

.ctr_btn a img:first-of-type {
    background: var(--white);
    border-radius: 60px;
    position: absolute;
    left: 10px;
    width: 85px;
    padding: 8px;
}

.ctr_btn a {
    position: relative;
    background: #2FAB49;
    color: var(--white);
    font-size: 1.9em;
    font-weight: 700;
    background: linear-gradient(117deg, rgba(47, 171, 73, 1) 0%, rgba(137, 194, 87, 1) 100%);
    padding: 1rem 2rem;
    border-radius: 60px;
    max-width: 600px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem auto 0;
}

.ctr_btn a img:last-of-type {
    position: absolute;
    right: 10px;
}

.sp_tit_pb {
    margin-bottom: -1.8vw!important;
}

.common_tit,
.common_tit_orange {
    margin: 4rem auto 2rem;
}

.common_tit h2 {
    font-style: italic;
    font-size: 2.5em;
    font-weight: 800;
    color: var(--black);
    text-shadow:
    1px 1px 0 var(--white),
    -1px 1px 0 var(--white),
    1px -1px 0 var(--white),
    -1px -1px 0 var(--white);
}

.common_tit_orange h2 {
    font-style: italic;
    font-size: 2.5em;
    font-weight: 700;
}

.common_tit_strong {
    margin: 0 auto 2rem;
}

.common_tit_strong h2 {
    font-style: italic;
    font-size: 2.5em;
    font-weight: 800;
} 

.common_tit_strong h2 strong {
    color: var(--black);
    text-shadow:
    1px 1px 0 var(--white),
    -1px 1px 0 var(--white),
    1px -1px 0 var(--white),
    -1px -1px 0 var(--white);
} 

.common_tit_orange h2 strong {
    color: var(--black);
    text-shadow:
    1px 1px 0 var(--orange),
    -1px 1px 0 var(--orange),
    1px -1px 0 var(--orange),
    -1px -1px 0 var(--orange);
}

.common_tit_orange p {
    padding: 1rem 0 0;
}

.common_tit_h3 {
    margin: 3rem 0 1rem;
}

.common_tit_h3 h3,
.common_tit h3 {
    font-size: 1.5em;
    font-weight: 600;
    font-style: italic;
}

.common_tit h3 {
    margin: 1.5rem 0 -15px;
}

.common_box img {
    width: 100%;
    margin-bottom: 1rem;
}

.worry_box {
    position: relative;
    margin-bottom: -50px;
}

.arrow_img {
    padding: 3rem 0 2rem;
}

.worry_box p {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7em;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    text-shadow: 2px 2px 1px #161616;
}

.strong_box {
    background-image: url(./img/solution_bgi.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.strong_box p {
    padding: 1rem 0;
}

.strong_text {
    margin-top: 2.5rem;
}

.strong_point strong {
    font-size: 1.7em;
}

.strong_text p {
    margin-bottom: 1rem;
}

.strong_text p:last-of-type {
    margin-bottom: 1.6rem;
}

.trackman_box p {
    margin: 1.5rem 0;
}

.plan_inner .flex {
    justify-content: space-around;
}

.plan_box {
    width: 45.5%;
    border: solid 2px var(--white);
}

.plan_box h3 {
    background: var(--white);
    padding: 0.5rem 1rem 0.6rem;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--black);
}

.plan_box_child {
    padding: 1rem 2rem;
}

.plan_box_child p:first-of-type {
    color: var(--orange);
}

.plan_box_child p:nth-of-type(2) {
    font-size: 1.2em;
    font-weight: 600;
}

.plan_box_child p strong {
    font-size: 2.5em;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.plan_text {
    margin: 0.6rem 0 2.6rem;
}

.map_iframe {
    margin-bottom: 2rem;
}

.map_iframe iframe {
    width: 100%;
}

address dl {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

address dl dt img {
    margin-right: 0.3rem;
}

address dl dd {
    line-height: 1.5;
}

.footer_logo {
    margin: 2rem auto 3rem;
}

.footer_copy {
    padding-bottom: 3rem;
}

.pc_fixed_ctr .fixed_logo {
    margin-bottom: 3rem;
}

.pc_fixed_ctr {
    position: fixed;
    left: 7vw;
    top: 20%;
    text-align: center;
}

.pc_fixed_ctr .ctr_tit h2 {
    font-size: 1.1em;
}

.pc_fixed_ctr .ctr_tit h2:after,
.pc_fixed_ctr .ctr_tit h2:before {
    top: 40px;
}

.pc_fixed_ctr .free_tit p {
    font-size: 1em;
}

.pc_fixed_ctr .join_tit p {
    font-size: 1em;
}

.pc_fixed_ctr .free_tit {
    padding: 0.7rem;
    margin: 0.5rem 1rem 1rem;
}

.pc_fixed_ctr .ctr_btn a {
    font-size: 1.1em;
    max-width: 400px;
    height: 75px;
}

.pc_fixed_ctr .ctr_btn a img:last-of-type {
    width: 30px;
}

.pc_fixed_ctr .ctr_btn a img:first-of-type {
    width: 60px;
}

.pc_fixed_only {
    display: block;
}

a.btn_animate01 {
    margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
}

@keyframes fuwafuwa {
    from {transform: scale(0.9,0.9);}
    to {transform: scale(1,1);}
}

.reflection{
    display:inline-block;
    position:relative;
    overflow:hidden;
}

.reflection:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.sp_fixed_only {
    display: none;
}

@media(min-width: 1720px) {
    .pc_fixed_ctr {
        left: 21vw;
    }
}

@media(max-width: 1470px) {
    .pc_fixed_ctr {
        left: 2vw;
    }
    .fixed_img {
        right: 7.1vw;
    }
}

@media(max-width: 1390px) {
    .fixed_img {
        right: 19vw;
    }
     main {
        margin: 0 auto;
    }
    .pc_fixed_only {
        display: none;
    }
    .sp_fixed_only {
        display: block;
    }
    .sp_fixed_ctr p {
        position: fixed;
        bottom: 75px;
        left: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5em;
        font-weight: 700;
        text-shadow: 3px 3px 1px #000;
        width: 100%;
    }
    .sp_fixed_ctr a {
        position: fixed;
        bottom: 15px;
        left: 0;
        background: #2FAB49;
        color: var(--white);
        font-size: 1.5em;
        font-weight: 700;
        background: linear-gradient(117deg, rgba(47, 171, 73, 1) 0%, rgba(137, 194, 87, 1) 100%);
        padding: 1rem 2rem;
        border-radius: 15px;
        max-width: 100%;
        width: 96%;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.3rem 2% 0;
    }
    .sp_fixed_ctr a img:first-of-type {
        background: var(--white);
        border-radius: 60px;
        position: absolute;
        left: 10px;
        width: 70px;
        padding: 8px;
    }
    .sp_fixed_ctr a img:last-of-type {
        position: absolute;
        right: 10px;
    }
}

@media (max-width: 1250px) {
    .fixed_img {
        right: -4.5vw;
    }
    .fixed_img {
        right: 15.9vw;
    }
}

@media (max-width: 1100px) {
    .fixed_img {
        right: 12vw;
    }
}

@media(max-width: 768px) {
    p {
        font-size: 18px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block; 
    }
    .hero_area {
        padding-top: 91vw;
    }
    .hero_logo {
        top: 0.7rem;
        right: -3.2rem;
    }
    .hero_logo img {
        width: 50%;
    }
    .hero_title {
        top: 34vw;
        left: 27vw;
        padding-right: 10px;
    }
    .flex.offer_box {
        bottom: 1.5rem;
    }
    .fixed_img {
        width: 330px;
        left: 53%;
        right: 0;
    }
    .orange_tit h2 {
        font-size: 2rem;
        margin-top: 2.5rem;
    }
    .track_img img {
        width: 100%;
    }
    .profile_img {
        width: 45%;
    }
    .profile_img img {
        width: 100%;
    }
    .profile_blk {
        width: 46.5%;
    }
    .profile_blk img {
        width: 100%;
    }
    .down_arrow_img img {
        width: 13%;
    }
    .ctr_tit h2 {
        font-size: 1.3em;
        font-weight: 700;
    }
    .ctr_tit h2:after {
        top: 40px;
        right: -55px
    }
     .ctr_tit h2:before {
        top: 40px;
        left: -55px;
    }
    .sec_ctr .bg_white {
        padding: 1rem 0.5rem 1.5rem;
    }
    .free_tit {
        padding: 1rem 0.5rem;
        margin: 0.5rem 0.2rem 1.5rem;
    }
    .free_tit p {
        font-size: 0.95em;
    }
    .join_tit p {
        font-size: 0.9em;
    }
    .ctr_btn a {
        font-size: 1em;
        height: 70px;
    }
    .ctr_btn a img:last-of-type {
        position: absolute;
        right: 5px;
        width: 30px;
    }
    .ctr_btn a img:first-of-type {
        left: 5px;
        width: 50px;
        padding: 4px;
    }
    .common_tit h2 {
        font-size: 2em;
    }
    .common_tit, .common_tit_orange {
        margin: 3rem auto 1rem;
    }
    .worry_box p {
        font-size: 1.1em;
    }
    .worry_box img {
        width: 100%;
    }
    .worry_box {
        margin-bottom: -6.8vw;
    }
    .common_tit_strong h2 {
        font-size: 1.6em;
    }
    .common_tit_strong h2 strong {
        font-size: 1em;
    }
    .arrow_img img {
        width: 13%;
    }
    .strong_box {
        background-position: right;
    }
    .kaiketsu_box {
        padding: 0 3.5%;
    }
    .strong_point strong {
        font-size: 1.4em;
    }
    .swiper-slide {
        text-align: center;
    }
    .swiper-slide img {
        width: 95%;
        margin: 0 auto;
    }
    .common_tit_orange h2 {
        font-size: 2.05em;
    }
    .trackman_box img {
        width: 100%;
    }
    .common_tit_h3 h3, .common_tit h3 {
        font-size: 1.25em;
    }
    .plan_inner .flex {
        display: block;
    }
    .plan_box {
        width: 100%;
        margin: 1.2rem 0;
    }
    .plan_text {
        margin: -0.8rem 0 2.6rem;
    }
    .plan_box_child {
        padding: 0.8rem 2rem 1.7rem;
    }
    .plan_box_child p strong {
        font-size: 3em;
    }
    .sp_fixed_ctr a {
        font-size: 1em;
        height: 65px;
        bottom: 10px;
        z-index: 99;
    }
    .sp_fixed_ctr a img:last-of-type {
        width: 30px;
    }
    .sp_fixed_ctr a img:first-of-type {
        width: 50px;
    }
    .footer_copy {
        padding-bottom: 5.5rem;
    }
    .sp_tit_pb {
        margin-bottom: -1vw !important;
    }
    .sp_fixed_ctr p {
        bottom: 63px;
        font-size: 1em;
        width: 100%;
        z-index: 99;
    }
}

@media (max-width: 450px) {
    .sp_fixed_ctr p {
        font-size: 0.9em;
    }
}