@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     --- css
------------------------------------------------------------------------ */

/*CommonCSS_link*/
@import url(./base.css);
@import url(./common.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
/*------------------------------------------------------------*/
#common_top{
    padding: 40px 15px;
    text-align: center;
    background: url('../img/startup_ promotion02_img/mainimage_sakura01.png') left top no-repeat, url('../img/startup_ promotion02_img/mainimage_sakura02.png') right bottom no-repeat, url('../img/startup_ promotion02_img/mainimage_bg.jpg') center center no-repeat;
    background-size: 50% auto, 50% auto, cover;
}
#common_top h1 span {
    display: block;
    margin: 0 auto;
}
#common_top h1 span:first-child {
    margin-bottom: 15px;
}
#common_top h1 span img {
    width: 100%;
    height: auto;
}
@media screen and (min-width:576px){
#common_top{
    padding: 40px 15px;
    text-align: center;
    background: url('../img/startup_ promotion02_img/mainimage_sakura01.png') left top no-repeat, url('../img/startup_ promotion02_img/mainimage_sakura02.png') right bottom no-repeat, url('../img/startup_ promotion02_img/mainimage_bg.jpg') center center no-repeat;
    background-size: 31.4% auto, 29.7% auto, cover;
}
#common_top h1 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
#common_top h1 span {
    display: block;
    margin: 0;
}
#common_top h1 span:first-child {
    width: 52.63%;
    margin-bottom: 0;
}
#common_top h1 span:nth-child(2) {
    width: 44.21%;
}
#common_top h1 span img {
    width: 100%;
    height: auto;
}
}
@media screen and (min-width:768px){
#common_top{
    padding: 90px 20px;
}
}

/*------------------------------------------------------------ campaign_box */
#campaign_box {
    padding: 40px 0;
}
#campaign_box p {
    font-weight: bold!important;
}

#campaign_box .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 55px;
    line-height: 1.3;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    color:#18364d;
}
#campaign_box .title::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: block;
    width: 240px;
    height: 3px;
    margin-left: -120px;
    content: "";
    background: rgb(247,138,158);
    background: linear-gradient(45deg, rgba(247,138,158,1) 0%, rgba(245,111,135,1) 50%, rgba(254,152,139,1) 100%);
}
#campaign_box .title > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px!important;
    height: 70px;
    line-height: 1.1;
    text-align: left;
    color: #fff;
    border-radius: 50%;
    background: rgb(247,138,158);
    background: linear-gradient(45deg, rgba(247,138,158,1) 0%, rgba(245,111,135,1) 50%, rgba(254,152,139,1) 100%);
}
#campaign_box .title strong {
    display: inline-block;
  text-shadow: 2px 2px 0px rgba(35, 116, 179, 0.4);
}
#campaign_box .title img {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 95px;
    height: auto;
    margin-left: 60px;
    z-index: 1;
}
#campaign_box .sub {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
}
@media screen and (min-width:768px){
#campaign_box {
    padding: 90px 0;
}
#campaign_box p {
    font-size: 18px!important;
}

#campaign_box .title {
    margin-bottom: 90px;
    gap: 15px;
    font-size: 44px;
}
#campaign_box .title::after {
    bottom: -30px;
    display: block;
    width: 480px;
    height: 4px;
    margin-left: -240px;
}
#campaign_box .title > span {
    width: 120px!important;
    height: 120px;
    font-size: 40px;
}
#campaign_box .title strong {
  text-shadow: 3px 3px 0px rgba(35, 116, 179, 0.4);
}
#campaign_box .title img {
    bottom: -80px;
    width: 150px;
    height: auto;
    margin-left: 170px;
    z-index: 1;
}
#campaign_box .sub {
    margin-bottom: 30px;
    font-size: 32px;
    color: #18364d;
}
}


#campaign_box .special {
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 8px;
    background: rgba(247,138,158,0.2);
}
#campaign_box .special ul {
    margin-bottom: 20px;
    list-style: none;
    display: inline-block;
    border-top: solid 1px #fff;
}
#campaign_box .special ul li {
    margin: 0 0 6px;
    position: relative;
    padding: 10px 10px 10px 5.5em;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    counter-increment: cnt;
    border-radius: 6px;
    background: #fff;
}
#campaign_box .special ul li::before {
    position: absolute;
    top: 50%;
    left: 1em;
  content: "特典";
  display: inline-block;
    color: #f56f87;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#campaign_box .special ul li::after {
    position: absolute;
    top:calc(50% + 0px);
    left: 2.8em;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    content: counter(cnt);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(247,138,158,1) 0%, rgba(245,111,135,1) 50%, rgba(254,152,139,1) 100%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#campaign_box .special ul li p.caption {
    color: #4F402F;
    line-height: 1.4;
    font-size: 16px!important;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
#campaign_box .special ul li p:not(.caption) {
    color: #856d53;
    line-height: 1.2;
    font-size: 14px!important;
    text-align: left;
}
#campaign_box .special ul li p:not(.caption).tx_small {
    font-size: 13px!important;
    font-weight: normal !important;
}
#campaign_box .special ul li p .tx_red {
    color: #ff0039;
}
#campaign_box .special p strong {
    font-size: 16px;
}
@media screen and (min-width:768px){
#campaign_box .special {
    margin-bottom: 80px;
    padding: 40px;
}
#campaign_box .special ul {
    margin-bottom: 20px;
}
#campaign_box .special ul li {
    margin: 0 0 10px;
    position: relative;
    padding: 15px 20px 15px 6em;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
    counter-increment: cnt;
}
#campaign_box .special ul li::before {
    position: absolute;
    left: 1em;
  content: "特典";
  display: inline-block;
    color: #f56f87;
}
#campaign_box .special ul li::after {
    position: absolute;
    /*top:5px;*/
    left: 2.8em;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    content: counter(cnt);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(247,138,158,1) 0%, rgba(245,111,135,1) 50%, rgba(254,152,139,1) 100%);
}
#campaign_box .special ul li p.caption {
    line-height: 1.4;
    font-size: 24px!important;
    font-weight: bold;
}
#campaign_box .special ul li p:not(.caption) {
    font-size: 18px!important;
}
#campaign_box .special ul li p:not(.caption).tx_small {
    font-size: 15px!important;
}
#campaign_box .special p {
    text-align: center;
}
#campaign_box .special p strong {
    font-size: 20px;
}
}

#campaign_box .fig_box > div {
    margin: 0 0 20px;
}
#campaign_box .fig_box > div ul {
    margin: 0 0 20px 20px;
}
#campaign_box .fig_box > div ul li {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
}
#campaign_box .fig_box > div p {
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
    background: rgba(247,138,158,0.2);
}
@media screen and (min-width:576px){
#campaign_box .fig_box {
    display: flex;
    justify-content: space-between;
}
#campaign_box .fig_box > div {
    width: 55%;
    margin: 0;
}
#campaign_box .fig_box figure {
    width: 42%;
    margin: 0;
}
}
@media screen and (min-width:768px){
#campaign_box .fig_box > div ul {
    margin: 0 0 20px 20px;
}
#campaign_box .fig_box > div ul li {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: bold;
}
#campaign_box .fig_box > div p {
    padding: 30px;
    font-size: 24px!important;
    border-radius: 8px;
    background: rgba(247,138,158,0.2);
}
}

/*plan*/
#plan {
    margin-top: 40px;
}
.intro_list {}
.intro_list > li {
    list-style: none;
    border-radius: 8px;
    padding: 15px;
    margin: 0;
}
.intro_list > li:nth-child(1) {
    background: #d4fdec;
}
.intro_list > li:nth-child(2) {
    background: rgb(255 229 234);
}
.intro_list > li:nth-child(3) {
    background: #d3edfa;
}
.intro_list > li:not(:last-child) {
    margin: 0 0 15px;
}
.intro_list > li h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #4F402F;
    margin-bottom: 8px;
}
.list_disc {
    text-align: left;
    margin-bottom: 10px;
}
.list_disc li {
    display: inline-block;
    font-weight: bold;
    padding-left: 1.2em;
    padding-right: 1em;
    margin: 0 0 0 1em;
    position: relative;
}
.list_disc li:before {
    content: "・";
    border-radius: 100%;
    padding-right: .2em;
    position: absolute;
    top: 0;
    left: 0;
}
.intro_list .icons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.intro_list .icons li {
    width: 32%;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 0.5% 5px;
}
.intro_list .icons li img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
}
@media print, screen and (min-width:576px) {
    .intro_list .icons li {
        width: 18%;
        margin: 0 1% 5px;
    }
}
@media print, screen and (min-width:768px) {
    #plan {
        margin-top: 80px;
    }
    .intro_list {}
    .intro_list > li {
        padding: 15px;
    }
    .intro_list > li h4 {
        font-size: 21px;
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width:992px) {
    .intro_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .intro_list > li {
        width: 49%;
        padding: 15px 0;
    }
    .intro_list > li:not(:last-child) {
        /*margin: 0;*/
    }
    .intro_list > li h4 {
        margin: 0 15px 10px;
    }
    .intro_list > li:nth-child(2) .icons li,
    .intro_list > li:nth-child(3) .icons li {
        width: 23%;
        margin: 0 1% 5px;
    }
}

.btn_contact {
    margin-top: 40px;
}
.btn_contact a {
    display: block;
    width: 100%;
    line-height: 1.1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 18px 0;
    border-radius: 8px;
    background: #4F402F;
}
@media screen and (min-width:768px){
.btn_contact {
    margin-top: 60px;
}
.btn_contact a {
    font-size: 36px;
    padding: 20px 0;
}
}
