@charset "utf-8";

#container {
    font-size: 1.6rem;
}

article {
    padding-top: 0;
}

section {
    padding: 80px 0 0;
}

.sp_hide {
    display: inherit;
}

.pc_hide {
    display: none;
}

/************************
共通
************************/
.inner {
    box-sizing: border-box;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

.cation {
    font-size: 1.2rem;
    text-align: center;
}

.pc {
    display: block;
}

/****** btn *******/
.btn:hover {
    opacity: 0.8;
    box-shadow: none;
    top: 4px;
}

.btn.seminarBtn {
    width: 700px;
    height: 100px;
    line-height: 90px;
    font-size: 3.4rem;
    margin: 56px auto 0;
    letter-spacing: 6px;
}

.ctaBtn {
    margin: 40px auto;
}

.ctaBtn p {
    font-size: 2.4rem;
}

.ctaBtn img {
    width: 327px;
}

.btn.seminarBtn:before {
    right: 50px;
}

.btn.seminarBtn:after {
    right: 40px;
}

.sec_application {
    background: #3b8ba2;
    padding: 60px 0;
}

.sec_application .inner {
    display: flex;
    gap: 20px;
}

.sec_application .btn.seminarBtn {
    margin: 0;
    width: 50%;
    font-size: 2.4rem;
    letter-spacing: 1px;
}


h2,
#section .settle-block h2{
    font-size: 3.2rem;
}

h2 .wavy,
h2 .ft-l{
    font-size: 5.8rem;
}
#section .settle-block h2 .ft-l{
    font-size: 4rem;
}

h3 {
    font-size: 3.0rem;
}

h3 small {
    font-size: 2.6rem;
}

.fs-m {
    font-size: 2.4rem;
    margin-top: 50px;
}

.fs-m.txt-line {
    gap: 40px;
}

.fs-m.txt-line::before,
.fs-m.txt-line::after {
    width: 3px;
}

.fs-m.txt-line::before {
    transform: rotate(-45deg);
}

.fs-m.txt-line::after {
    transform: rotate(45deg);
}

.sec-ttl-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.sec-ttl-block h1 {
    font-size: 4.0rem;
}

.sec-box {
    padding: 50px 40px 80px;
    margin-top: 60px;
}


/************************
基本パーツ
************************/
header .inner {
    position: relative;
}

header nav {
    display: none;
}

header .no1Area {
    width: 170px;
    padding: 0;
    order: 3;
}

#footerWrap #attention {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/************************
MainVisual
************************/
#mainVisual .mainArea {
    background-image: linear-gradient(90deg, rgb(0 0 0) 50%, rgb(137, 29, 19) 51%);
    background-size: cover;
}

#mainVisual .mainArea .mainAreaInr {
    width: auto;
    max-width: 1366px;
    height: auto;
    margin: 0 auto;
}

.no1Area {
    margin: 0;
}

.no1Area .cation {
    margin-top: 0;
    text-align: left;
}



/************************
#section
************************/
#section .settle-block {
    margin-top: 20px;
    padding: 160px 0 60px;
    background-position: center 108%;
}
#section .settle-block::before {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.animation-pop-in .h2sub-ttl{
    font-size: 2.5rem;
}

#section .txt-area {
    text-align: center;
}

.txt-area {
    margin-top: 70px;
    font-size: 1.8rem;
}

.txt-area p+p {
    margin-top: 30px;
}

/************************
#
************************/
.problem-box-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.problem-box {
    text-align: left;
    margin-top: 50px;
    position: relative;
    width: 720px;
}

.problem-box::before {
    background: url(../img/problem-img);
}

.problem-box > div {
    padding: 12px 10px 12px 80px;
    font-size: 2rem;
    margin-top: 24px;
    max-width: inherit;
}

.problem-box > div::before {
    width: 43px;
    height: 39px;
    left: 20px;
    top: calc(50% - 20px);
    background-size: contain;
}

.problem-box + div img {
    max-width: 100%;
}

.fuwa {
    left: 0;
    top: 30px;
}

.swap-flex {
    flex-wrap: nowrap;
    margin-top: 30px;
}

.swap-flex li {
    width: 33%;
    padding: 0;
}

.swap-flex li:first-of-type {
    width: 33%;
}

.swap-flex li img {
    width: 126px;
}

.swap-flex li dt {
    font-size: 1.5rem;
}

.swap-flex li dd {
    font-size: 7.8rem;
}

.swap-flex .price_swap+small {
    font-size: 3.0rem;
}

.swap-flex sup {
    font-size: 1.1rem;
}

.swap-flex li dd .swap-cp-atn {
    font-size: 1.2rem;
    text-align: center;
}

.campaignBtn {
    font-size: 1.7rem;
    position: relative;
    cursor: pointer;
}

.campaignBtn:hover {
    box-shadow: none;
    top: 3px;
    opacity: 0.8;
}

.table-diff {
    table-layout: fixed;
    font-size: 1.5rem;
}

.table-diff th,
.table-diff td {
    padding: 14px 10px;
}

.t-text {
    font-size: 1.7rem;
}

.t-text span {
    font-size: 2.4rem;
}

.t-text.txt-line {
    gap: 40px;
}

.t-text.txt-line::before,
.t-text.txt-line::after {
    width: 3px;
}

.t-text.txt-line::before {
    transform: rotate(-45deg);
}

.t-text.txt-line::after {
    transform: rotate(45deg);
}


/************************
#seminar-detail
************************/
#seminar-detail{
    padding: 80px 0;
}
.detail-flex {
    max-width: 100%;
}

.detail-flex li {
    font-size: 1.8rem;
}


.flow-flex {
    display: flex;
    max-width: 100%;
    margin-top: 70px;
}

.flow-flex dl {
    margin: 0;
    padding: 0;
}

.flow-flex dl dt {
    font-size: 2.0rem;
    letter-spacing: 1px;
}

.flow-flex dl dt span {
    font-size: 1.6rem;
}

.flow-flex dl::after {
    transform: rotate(-90deg);
    right: -36px;
    left: auto;
    top: 0;
    bottom: 0;
}

.flow {
    padding: 30px 50px;
}

.seminar-table th,
.seminar-table td {
    display: table-cell;
}

/************************
#thanks
************************/
#thanks .inner {
    text-align: center;
}

#thanks .inner p+p {
    margin-top: 20px;
}

#thanks .att_box {
    border: 6px solid #ffe1e1;
    padding: 20px;
    text-align: left;
    max-width: 800px;
    margin: 50px auto 0;
    font-size: 14px;
}

/************************
#form
************************/
.attention-wrap {
    font-size: 15px;
}

.attention-wrap .c-text {
    font-size: 13px;
}

#form .formInr {
    padding: 60px 0;
}

.satori__custom_form_2825bd74ff5a2e0e_css .satori__submit_group {
    margin-top: 50px !important;
}

#satori__privacy_policy_agreement_wrapper .satori__input_group {
    text-align: center;
}

#seminarCloseText {
    color: #c40000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.seminar-present {
    padding: 30px;
}

#seminar-flow{
    padding-bottom: 80px;
}

.campaign-bnr-area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 0 80px;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    #worry ul li {
        width: 220px;
        height: 220px;
        font-size: 2.0rem;
    }
}

/**** 2022/11/09 add *******/
.file {
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
    width: 80%;
    ;
}

.file img {
    width: 48%;
}

.satori__custom_form_2825bd74ff5a2e0e_css .satori__submit_group {
    margin-top: 50px !important;
}

/***************************/

/*-----------------------------------------------
モーダル
-----------------------------------------------*/
#modal .container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

#modal .container .inner {
    background-color: #fff;
    padding: 0;
}

#modal .container>h1.title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

#modal .container .step_boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

#modal .container .step_boxes .box {
    max-width: 410px;
    width: 50%;
}

#modal .container .step_boxes .box .title {
    background-color: #0f4776;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#modal .container .step_boxes .box .title .circle {
    width: 1.3em;
    height: 1.3em;
    color: #0f4776;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-right: 10px;
}

#modal .container .step_boxes .box .img {
    text-align: center;
}

#modal .applicatiion_wrap {
    border-top: 1px solid #e5e5e5;
}

#modal .applicatiion_wrap .title {
    text-align: center;
    padding: 20px;
}

#modal img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#modal .modal_sec_application {
    background-color: #fff;
    padding: 0;
}

#modal .modal_sec_application .modal_title {
    display: block;
    text-align: center;
    color: #1a9abe;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

#modal .modal_sec_application .modal_btns_wrap a {
    background: #06c755;
    padding: 20px 10px;
    color: #fff;
    display: block;
    max-width: 394px;
    text-align: center;
    margin-inline: auto;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 14px;
}