@charset "UTF-8";

body {
    font-size: 1.4rem;
    padding-top: 66px;
}
body.torche-header-common {
    padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-weight: inherit;
}

.header__btn--list .btn a {
text-decoration: none;
}

@media (min-width: 940px) {
    body {
        font-size: 1.6rem;
        padding-top: 70px;
    }
    body.torche-header-common {
        padding-top: 90px;
    }
}

.torche p {
    font-size: 18px;
}

/*----------------------------------------------------
 logo
----------------------------------------------------*/
.torche-logo {
    background-color: #fff;
    padding-left: 3.1vw;
    padding-right: 3.1vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.torche-logo-in {
    align-items: center;
    display: flex;
    height: 66px;
    justify-content: space-between;
    position: relative;
}

.torche-logo h1 {
    width: 40.53vw;
}

/* header__logo */
.torche-logo-account {
    width: 33.42vw;
}

@media (min-width: 940px) {
    .torche-logo {
        height: 70px;
        padding-left: 0;
        padding-right: 0;
    }
    .torche-logo-in {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1920px;
    }
    
    .torche-logo h1 {
        margin-left: auto;
        margin-right: auto;
        width: min(330px, 17.19vw);
    }
    .torche-logo-account {
        position: absolute;
        top: 50%;
        transform: translateY(-46%);
        right: 40px;
        width: min(284px, 14.79vw);
    }
}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
.main-visual {
    margin-bottom: 9.78vw;
}
.main-visual-slider img {
    width: 100%;
}
@media (min-width: 940px) {
    .main-visual {
        margin-bottom: min(95px, 4.95vw);
    }
}

/*----------------------------------------------------
 torche-catch
----------------------------------------------------*/
.torche-catch {
    margin-bottom: 9.78vw;
    padding: 0 20px;
    text-align: center;
}
.torche-catch p {
    color: #0c2f93;
    font-size: 18px;
    font-weight: bold;
}
@media (min-width: 940px) {
    .torche-catch {
        margin-bottom: min(95px, 4.95vw);
    }
    .torche-catch p {
        font-size: 30px;
    }
}

/*----------------------------------------------------
 banner
----------------------------------------------------*/
.torche-banner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    text-align: center;
}

.torche-banner-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.44vw;
    width: 9.78vw;
}

.torche-banner p {
    color: #0c2f93;
    font-size: 4.27vw;
    font-weight: bold;
}
.torche-banner p strong {
    font-size: 6.4vw;
    margin: 0 .25em;
}
.torche-banner a {
    display: inline-block;
    max-width: 52.98vw;
    vertical-align: middle;
}
.torche-banner-icon + .torche-banner a {
    margin-top: 2.67vw;
}


@media (min-width: 940px) {
    .torche-banner-icon {
        margin-bottom: min(45px, 2.34vw);
        width: min(110px, 5.73vw);
    }
    
    .torche-banner p {
        font-size: min(37px, 1.93vw);
    }
    .torche-banner p strong {
        font-size: min(54px, 2.81vw);
    }
    .torche-banner a {
        max-width: min(330px, 17.19vw);
    }    
    .torche-banner-icon + .torche-banner a {
        margin-top: min(35px, 1.82vw);
    }
}


/*----------------------------------------------------
 l-kv-sub
----------------------------------------------------*/

@media print, screen and (min-width: 940px) {
	.is-pc-hide {
		display: none !important;
	}
}

@media screen and (max-width: 940px) {
	.is-sp-hide {
		display: none !important;
	}
}

/* .l-footer .logo img */
.l-footer .logo img {
    display: inline;
}

/* modal */
.l-modal {
    z-index: 20;
}
.l-modal-inner ol {
    list-style-type: decimal;
}
/* torche-explain */
.l-modal-inner .torche-explain ol {
    margin: 1em 0 1em 1.5em;
}
.torche-explain-img-arrow {
    color: #EC5D5B;
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
}

/*----------------------------------------------------
 popup
----------------------------------------------------*/
.popup {
    background: rgba(0, 0, 0, .7);
    display: none;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.popup-bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.popup-content {
    position: relative;
    margin: 5rem auto 7rem;
    width: 84%;
    z-index: 1;
}

.popup-content-small {
    max-width: 600px;
}

.popup-close {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    margin: 0;
    outline: 0;
    position: absolute;
    top: -4rem;
    right: 0;
}

@media screen and (max-width: 940px) {
    .popup-content {
        width: 70%;
    }
}

/*----------------------------------------------------
 torche-content
----------------------------------------------------*/
@media print, screen and (min-width: 940px) {
    .adjust-img {
        position: relative;
        overflow-x: hidden;
    }
    .adjust-img img {
        position: relative;
        left: 50%;
        margin-left: calc(-1350px / 2);
        max-width: 1350px;
    }
}

@media print, screen and (min-width: 1240px) {
    .adjust-img img {
        margin-left: calc(-1920px / 2);
        max-width: 1920px;
    }
}

/*----------------------------------------------------
 torche-heart
----------------------------------------------------*/
.torche-heart {
    margin-top: 13.33vw;
    margin-bottom: 12vw;
    padding: 0 20px;
}
.torche-heart-title {
    color: #0c2f93;
    font-size: 8.89vw;
    line-height: 1.3;
}
/* list */
.torche-heart-list {
    background: linear-gradient(180deg, #1f6fda 0%, #00257d 100%);
    border-radius: 2em;
    margin-top: 1.5em;
    text-align: center;
}
.torche-heart-list-each {
    color: #fff;
    font-size: 4.44vw;
    font-weight: bold;
    padding: 20px;
}
.torche-heart-list-each:nth-child(2) {
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
/* text */
.torche-heart-text {
    font-size: 4.27vw;
}
.torche-heart-text p + p {
    margin-top: 1em;
}
.torche-heart-text strong {
    font-weight: bold;
}
/* wrap */
.torche-heart-wrap {
    background: url(../img/heart-bg-sp.webp) no-repeat center top;
    background-size: 100% auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
}
/* worries */
.torche-heart-worries {
    margin-top: 1.5em;
}
/* revenue */
.torche-heart-revenue {
    margin-top: 1.5em;
}
.torche-heart-revenue-img {
    margin: 1.5em -20px 0;
}
/* can */
.torche-heart-can,
.torche-heart-can2 {
    margin-top: 1.5em;
}
.torche-heart-can-img,
.torche-heart-catch {
    margin: 1.5em -20px 0;
}
@media print, screen and (min-width: 940px) {
    .torche-heart {
        background: url(../img/heart-bg.webp) no-repeat center center;
        margin-top: min(90px, 4.69vw);
        margin-bottom: min(90px, 4.69vw);
        padding: 0 40px;
    }
    .torche-heart-in {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .torche-heart-title {
        font-size: min(42px, 3.28vw);
        text-align: center;
    }
    /* list */
    .torche-heart-list {
        align-items: stretch;
        background: transparent;
        border-radius: unset;
        display: flex;
        justify-content: space-between;
        margin-top: min(50px, 3.91vw);
    }
    .torche-heart-list-each {
        align-items: center;
        background: linear-gradient(90deg, #1c4cda 0%, #00257d 100%);
        border-radius: 1em;
        display: flex;
        font-size: min(20px, 1.56vw);
        justify-content: center;
        padding: 2em 1em;
        width: 32.3%;
    }
    .torche-heart-list-each:nth-child(2) {
        border-top: 0;
        border-bottom: 0;
    }
    /* text */
    .torche-heart-text {
        font-size: min(18px, 1.41vw);
    }
    .torche-heart-text p + p {
        margin-top: 2.5em;
    }
    /* wrap */
    .torche-heart-wrap {
        background: transparent;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    /* worries */
    .torche-heart-worries {
        margin-top: min(80px, 6.25vw);
    }
    /* revenue */
    .torche-heart-revenue {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: min(110px, 8.59vw);
    }
    .torche-heart-revenue-text {
        order: 2;
        width: 50%;
    }
    .torche-heart-revenue-img {
        margin: 0;
        order: 1;
        width: 43.5%;
    }
    /* can */
    .torche-heart-can {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: min(80px, 6.25vw);
    }
    .torche-heart-can-text {
        width: 50%;
    }
    .torche-heart-can-img {
        margin: 0;
        width: 43.5%;
    }
    .torche-heart-can2 {
        margin-top: 2em;
        width: 50%;
    }
    .torche-heart-catch {
        margin: min(95px, 7.42vw) -40px 0;
    }
}

/*----------------------------------------------------
 torche-torche
----------------------------------------------------*/
.torche-torche {
    background: rgba(255, 177, 92, .3);
    margin-top: 18.67vw;
}
.torche-torche-origin {
    padding: 0 20px;
}
.torche-torche-title {
    color: #0c2f93;
    font-size: 9.78vw;
    text-align: center;
}
.torche-torche-title small {
    font-size: 6.22vw;
}
.torche-torche-origin-text {
    font-size: 4.27vw;
    margin-bottom: 11.56vw;
}
@media print, screen and (min-width: 940px) {
    .torche-torche {
        background: linear-gradient(180deg, #fff 0%, #fff 1%, rgba(255, 177, 92, .3) 1%, rgba(255, 177, 92, .3) 90%, #fff 90%, #fff 100%);
        margin-top: min(70px, 3.65vw);
    }
    .torche-torche-origin {
        align-items: center;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: min(77px, 6.02vw);
        padding: 0 40px;
        position: relative;
        top: max(-55px, -4.3vw);
        max-width: 1030px;
    }
    .torche-torche-title {
        font-size: min(65px, 5.08vw);
        line-height: .75;
    }
    .torche-torche-title small {
        font-size: min(21px, 1.64vw);
    }
    .torche-torche-origin-text {
        font-size: min(18px, 1.41vw);
        margin-bottom: 0;
        padding-left: 3em;
    }
    /* can */
    .torche-torche-can {
        position: relative;
    }
    .torche-torche-can .torche-torche-title {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}
@media print, screen and (min-width: 1920px) {
    .torche-torche {
        background: linear-gradient(180deg, #fff 0%, #fff 1.6%, rgba(255, 177, 92, .3) 1.6%, rgba(255, 177, 92, .3) 93.4%, #fff 93.4%, #fff 100%);
    }
}

/*----------------------------------------------------
 torche-torche-can2
----------------------------------------------------*/
.torche-torche-can2 {
    padding: 0 20px;
}
.torche-torche-can2-img {
}
.torche-torche-can2-text {
    padding-top: 1em;
    text-align: center;
}
.torche-torche-can2-text p {
    color: #0c2f93;
    font-size: 3.91vw;
    font-weight: bold;
}
@media print, screen and (min-width: 940px) {
    .torche-torche-can2 {
        align-items: flex-end;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 0 40px;
        position: relative;
        top: min(5px, 0.39vw);
        max-width: 1030px;
    }
    .torche-torche-can2-img {
        width: 50%;
    }
    .torche-torche-can2-text {
        flex-shrink: 100;
        padding-top: 0;
        padding-left: 1.25em;
        text-align: left;
    }
    .torche-torche-can2-text p {
        font-size: min(20px, 1.56vw);
    }
}
















/*----------------------------------------------------
 torche-you
----------------------------------------------------*/
.torche-you {
    margin-top: 8.89vw;
    margin-bottom: 12vw;
    padding-left: 20px;
    padding-right: 20px;
}
.torche-you-title {
    color: #0c2f93;
    font-size: 6.58vw;
}
.torche-you-text {
    margin-top: 1em;
    margin-bottom: 10.67vw;
}
.torche-you-text p {
    font-size: 4.27vw;
}
.torche-you-tool-title {
    font-size: 6.13vw;
    margin-bottom: .5em;
    text-align: center;
}
.torche-you-tool-img {
    margin-bottom: 2em;
}
.torche-you-text p {
    font-size: 4.27vw;
}
@media print, screen and (min-width: 940px) {
    .torche-you {
        margin-top: min(35px, 1.82vw);
        margin-bottom: min(145px, 7.55vw);
        padding-left: 40px;
        padding-right: 40px;
    }
    .torche-you-in {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .torche-you-title {
        font-size: min(42px, 3.28vw);
        margin-bottom: 1em;
        text-align: center;
    }
    .torche-you-text {
        margin-top: 0;
        margin-bottom: min(100px, 7.81vw);
    }
    .torche-you-target-text {
        text-align: center;
    }
    .torche-you-text p {
        font-size: min(18px, 1.41vw);
    }
    /* tool */
    .torche-you-tool {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
    .torche-you-tool-text {
        width: 48.3%;
    }
    .torche-you-tool-title {
        color: #0c2f93;
        font-size: min(37px, 2.89vw);
        margin-bottom: .5em;
        text-align: left;
    }
    .torche-you-tool-img {
        margin-bottom: 0;
        order: 2;
        width: 45.8%;
    }
    .torche-you-text p {
        font-size: min(18px, 1.41vw);
    }
    

}

/*----------------------------------------------------
 torche-curriculum
----------------------------------------------------*/
.torche-curriculum {
    background: rgba(255, 177, 92, .3);
    margin-top: 22.22vw;
}
.torche-curriculum-head {
    margin-bottom: 2em;
}
.torche-curriculum-title {
    background: #0c2f93;
    border-radius: 1em 1em 0 0;
    color: #fff;
    font-size: 5.42vw;
    margin-left: auto;
    margin-right: auto;
    padding: .5em;
    text-align: center;
    transform: translateY(-50%);
    width: 78.22vw;
}
/* info */
.torche-curriculum-date {
    color: #0c2f93;
    font-size: 5.51vw;
    font-weight: bold;
    text-align: center;
}
.torche-curriculum-remark {
    font-size: 12px;
    padding: 0 20px;
    text-align: center;
}
.torche-curriculum-info-img {
    margin-top: .5em;
    margin-bottom: .5em;
}
.torche-curriculum-info-img img {
    margin-left: auto;
    margin-right: auto;
    width: 71.47vw;
}
/* person */
.torche-curriculum-person {
    margin-bottom: .5em;
    text-align: center;
}
.torche-curriculum-pos {
    background-color: #fff;
    border: 1px  solid #000;
    display: inline-block;
    font-size: 3.82vw;
    line-height: 1;
    margin-right: .5em;
    padding: .25em .5em;
}
.torche-curriculum-name {
    font-size: 7.29vw;
    font-weight: bold;
    vertical-align: middle;
}
/* text */
.torche-curriculum-title2 {
    color: #0c2f93;
    font-size: 5.42vw;
    font-weight: bold;
}
.torche-curriculum-text {
    font-size: 4.27vw;
    margin-bottom: 8vw;
    padding: 0 20px;
}

/* img */
.torche-curriculum-img {
}
.torche-curriculum-img img {
    background: #fff;
}

@media print, screen and (min-width: 940px) {
    .torche-curriculum {
        margin-top: min(210px, 16.41vw);
    }

    .torche-curriculum-title {
        border-radius: 1em 1em 0 0;
        font-size: min(41px, 3.2vw);
        padding: .5em;
        width: min(600px, 46.88vw);
    }
    /* info */
    .torche-curriculum-info {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: min(105px, 8.2vw);
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
    }
    .torche-curriculum-date {
        font-size: min(36px, 2.81vw);
        transform: translateY(-25%);
    }
    .torche-curriculum-remark {
        font-size: min(15px, 1.17vw);
        transform: translateY(-40%);
    }
    .torche-curriculum-info-img {
        margin-top: 0;
        margin-bottom: 0;
        width: 49%;
    }
    .torche-curriculum-info-img img {
        width: 100%;
    }
    .torche-curriculum-info-main {
        width: 46%;
    }
    /* person */
    .torche-curriculum-person {
        margin-bottom: .5em;
        text-align: left;
    }
    .torche-curriculum-pos {
        border-radius: min(58px, 4.53vw);
        font-size: min(16px, 1.25vw);
        line-height: min(58px, 4.53vw);
        height: min(58px, 4.53vw);
        padding: 0;
        text-align: center;
        width: min(58px, 4.53vw);
    }
    .torche-curriculum-name {
        font-size: min(57px, 4.45vw);
    }
    /* text */
    .torche-curriculum-title2 {
        font-size: min(36px, 2.81vw);
    }
    .torche-curriculum-text {
        font-size: min(18px, 1.41vw);
        margin-bottom: 0;
        padding: 0;
    }
}

/*----------------------------------------------------
 torche-faq
----------------------------------------------------*/
.torche-faq {
    margin-top: 12vw;
    margin-bottom: 9.78vw;
    padding: 0 20px;
}
.torche-faq-title {
    color: #41a8fb;
    font-size: 11.02vw;
    text-align: center;
}
.torche-faq-each {
    margin-top: 2em;
}
/* q, a */
.torche-faq-q,
.torche-faq-a {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}
.torche-faq-a span,
.torche-faq-q span {
    border-radius: 100%;
    display: inline-block;
    font-weight: bold;
    height: 6vw;
    line-height: 6vw;
    margin-top: .25em;
    margin-right: .5em;
    text-align: center;
    width: 6vw;
}
.torche-faq-q p,
.torche-faq-a p {
    flex-shrink: 100;
}

/* q */
.torche-faq-q span {
    background: #41a8fb;
    color: #fff;
    font-size: 3.91vw;
}
.torche-faq-q p {
    font-size: 5.16vw;
    font-weight: bold;
}
/* a */
.torche-faq-a {
    margin-top: .5em;
}
.torche-faq-a span {
    color: #41a8fb;
    font-size: 5.42vw;
}
.torche-faq-a p {
    font-size: 4.18vw;
}

@media print, screen and (min-width: 940px) {
    .torche-faq {
        margin-top: min(120px, 6.25vw);
        margin-bottom: min(130px, 6.77vw);
        padding: 0 40px;
    }
    .torche-faq-in {
        align-items: flex-start;
        display: flex;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .torche-faq-title {
        font-size: min(100px, 7.81vw);
        margin-right: min(95px, 7.42vw);
    }
    .torche-faq-each {
        margin-top: 2em;
    }
    /* q, a */
    .torche-faq-a span,
    .torche-faq-q span {
        height: min(36px, 2.81vw);
        line-height: min(36px, 2.81vw);
        margin-top: .25em;
        margin-right: .5em;
        width: min(36px, 2.81vw);
    }
    
    /* q */
    .torche-faq-q span {
        font-size: min(24px, 1.88vw);
    }
    .torche-faq-q p {
        font-size: min(25px, 1.95vw);
    }
    /* a */
    .torche-faq-a span {
        font-size: min(34px, 2.66vw);
    }
    .torche-faq-a p {
        font-size: min(18px, 1.41vw);
    }
}

/*----------------------------------------------------
 torche-guidelines
----------------------------------------------------*/
.torche-guidelines {
    background: #e6e6e6;
    padding: 40px 20px;
}
.torche-guidelines,
.torche-banner + .footer {
    margin-top: 22.22vw;
}
.torche-guidelines-title {
    font-size: 16.6px;
    margin-bottom: 2em;
    text-align: center;
}
.torche-guidelines-text li {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}
@media print, screen and (min-width: 940px) {
    .torche-guidelines {
        padding: min(95px, 7.42vw) 40px;
    }
    .torche-guidelines,
    .torche-banner + .footer {
        margin-top: min(145px, 7.55vw);
    }
    .torche-guidelines-in {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .torche-guidelines-title {
        font-size: min(30px, 2.34vw);
        margin-bottom: 1.25em;
        text-align: left;
    }
    .torche-guidelines-text li {
        font-size: min(18px, 1.41vw);
    }
}

/*----------------------------------------------------
 torche-footer
----------------------------------------------------*/
.torche-footer {
    background: #000;
    color: #fff;
    padding: 20px;
}
.torche-footer-title {
    font-size: 14.8px;
    margin-bottom: .75em;
}
.torche-footer-text p {
    font-size: 12px;
}
.torche-footer-text p:nth-child(n+2) {
    margin-top: 2em;
}
@media print, screen and (min-width: 940px) {
    .torche-footer {
        padding: min(60px, 4.69vw) 40px;
    }
    .torche-footer-in {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
    .torche-footer-title {
        font-size: min(30px, 2.34vw);
        margin-bottom: .75em;
    }
    .torche-footer-text p {
        font-size: min(18px, 1.41vw);
    }
    .torche-footer-text p:nth-child(n+2) {
        margin-top: 2em;
    }
}
