@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@500;600&family=Zen+Maru+Gothic:wght@500&display=swap');
    
/* body
-------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-size: 2.0em;
	line-height: 1.8;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #111111;
	width: 100%;
	min-width: 960px;
	height: 100%;
    background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt" 1;
    transition: .3s;
}

/* link
-------------------------------------------------- */
a {
	color: #1a1a1a;
	text-decoration: none;
	transition: all .3s;
}
a._underline {
	text-decoration: underline;
}
a._linkcolor {
    color: #0081cb;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
	a.btn-cont:hover {
		opacity: 1;
	}
}

/* clear
-------------------------------------------------- */
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* font
-------------------------------------------------- */
._en {
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
._zen {
	font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}

/* Responsive
-------------------------------------------------- */
.sp {
	display: none;
}

/* img
-------------------------------------------------- */
img {
	width: 100%;
	height: auto;
}

/* svg
-------------------------------------------------- */
svg {
	display: block;
	width: 100%;
	height: auto;
}

/*/////////////////////////////////////////////////////////////////////////////


              // layout //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* container
-------------------------------------------------- */
#container {
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
}

/* section
-------------------------------------------------- */
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // common parts //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-ttl
-------------------------------------------------- */
.sec-ttl {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.sec-ttl .subttl {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.10em;
}
.sec-ttl .ttl {
    font-size: 5.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.sec-ttl .ttl ._stroke {
    color: #FFFFFF;
    -webkit-text-stroke: 5px #111111;
    text-stroke: 5px #111111;
    paint-order: stroke;
}
.sec-ttl .ttl ._en {
    font-size: 130%;
    line-height: 0.9;
}
.sec-ttl .ttl ._large {
    font-size: 130%;
    font-weight: 900;
    line-height: 1.2;
    color: #1c5fac;
}
.sec-ttl .en-ttl {
    font-size: 14.0rem;
    color: #d6eaff;
    line-height: 1;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.sec-ttl ._lightning {
    display: inline-block;
    position: relative;
}
.sec-ttl ._lightning::after {
    content: "";
    width: 63px;
    height: 60px;
    background: url("../images/icon_lightning_w.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
}
/* ---- sec-point-top ---- */
.sec-point-top .sec-ttl ._lightning::after {
    right: -40px;
    top: -35px;
}
/* ---- sec-why ---- */
.sec-why .sec-ttl {
    display: inline-block;
    padding: 0 110px 0 80px;
}
.sec-why .sec-ttl::after {
    content: "？";
    font-size: 18.0rem;
    font-weight: 900;
    line-height: 1;
    color: #d3e9ff;
    position: absolute;
    right: 0;
    top: -45px;
    transform: rotate(15deg);
}
.sec-why .sec-ttl ._lightning::after {
    right: -40px;
    top: -40px;
}
/* ---- sec-voice ---- */
.sec-voice .sec-ttl ._lightning::after {
    left: -55px;
    top: -45px;
    transform: scaleX(-100%);
}
/* ---- sec-flow ---- */
.sec-flow .sec-ttl .subttl {
    margin-bottom: 10px;
}

/* sec-txt
-------------------------------------------------- */
.sec-txt {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    padding-top: 25px;
}
.sec-txt ._large {
    font-size: 130%;
    color: #1c5fac;
    line-height: 1.3;
}

/* font
-------------------------------------------------- */
._orn {
    color: #1c5fac;
    font-weight: 700;
}
.note {
    font-size: 1.2rem;
    font-weight: 500;
}

/* marker
-------------------------------------------------- */
.marker {
    font-weight: 700;
    background-image: linear-gradient(transparent 65%, rgba(197, 216, 255) 35%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    display: inline;
    transition: 1.5s;
}
.marker._yel {
    background-image: linear-gradient(transparent 80%, rgba(165, 208, 255) 20%);
}
.on.marker {
    background-size: 100% 100%;
}

/*/////////////////////////////////////////////////////////////////////////////


              // header //
	  

/////////////////////////////////////////////////////////////////////////////*/
.header {
    padding: 0 24px;
    position: relative;
}
.header-inner {
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.header-logo {
    width: 346px;
    padding: 14px 0;
}
.header-logo a {
    display: block;
}
.header-btn {
    padding: 9px 0;
}
.header-btn a {
    display: block;
    width: 310px;
    position: relative;
}
.header-btn a::before {
    content: "";
    width: 100%;
    height: calc(100% + 6px);
    background: #5f4830;
    border-radius: calc(infinity * 1px);
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: .2s;
}
.header-btn a span {
    display: block;
    font-weight: 700;
    line-height: 52px;
    padding-bottom: 2px;
    text-align: center;
    color: #FFFFFF;
    background: #fa8200;
    border-radius: calc(infinity * 1px);
    position: relative;
    transition: .2s;
}
.header-btn a span::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="512" height="512" viewBox="0 0 512 512"><path fill="rgb(250, 130, 0)" d="M241,377c-9.4,9.4-24.6,9.4-33.9,0s-9.4-24.6,0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6,0-33.9s24.6-9.4,33.9,0l104,103.8c9.4,9.4,9.4,24.6,0,33.9l-104,104.1Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
}
@media screen and (min-width: 768px) {
    .header a:hover {
        opacity: 1;
    }
    .header-btn a:hover:before {
        background: #5f4830;
    }
    .header-btn a:hover span {
        background: #ff931f;
    }
}

/*/////////////////////////////////////////////////////////////////////////////


              // visual //
	  

/////////////////////////////////////////////////////////////////////////////*/

    .visual {
        position: relative;
      background: url(../images/mv_pc.png) top center/100% auto no-repeat;
      padding: 0;
      width: 100%;
    }
    @media screen and (min-width: 769px) {
        .visual:before {
            content: "";
            display: block;
            padding-top: 35%;
          }
    }
  

.notes-list {
    display: inline-block;
}
.notes-list li {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #ffffff;
}


/*/////////////////////////////////////////////////////////////////////////////


              // POINT //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* sec-point-top
-------------------------------------------------- */
.sec-point-top {
    background-color: #edf6ff;
    background-image: url("../images/point_top_bg.png"),
                      url("../images/point_top_bg.png");
    background-position: left top, right top;
    background-repeat: repeat-y;
    background-size: 52px auto;
    padding: 80px 0 0;
}
.point-top-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0 80px;
}
.point-top-list .block {
    width: 333px;
    position: relative;
    border-radius: 50%;
    margin: 0 -10px;
}
.point-top-list .block:nth-child(1) {
    background-color: rgba(255,212,0,0.80);
}
.point-top-list .block:nth-child(2) {
    background-color: rgba(255,138,43,0.80);
}
.point-top-list .block:nth-child(3) {
    background-color: rgba(255,171,26,0.80);
}
.point-top-list .block::after {
    content: "";
    display: block;
    padding-top: 100%;
    background-image: url("../images/circle.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.point-top-list .block-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    padding-bottom: 10px;
}
.point-top-list .block-inner .txt {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
}
.point-top-list .block-inner .txt ._large {
    font-size: 130%;
    line-height: 1.2;
}
.point-top-list .block-inner .txt ._en {
    display: inline-block;
    font-size: 110%;
    transform: translateY(2px);
}
.point-top-list .block-inner .icon {
    width: 68px;
    margin: 0 auto 10px;
}

/* sec-chara
-------------------------------------------------- */
.sec-chara {
    background: #4097fb;
    padding: 40px 24px;
}
.chara-block {
    max-width: 1120px;
    background: #FFFFFF;
    padding: 30px 3.745% 35px;
    margin: auto;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    box-sizing: border-box;
}
.chara-block .chara {
    width: 18.1%;
    padding-left: 2%;
}
.chara-block .block-inner {
    width: 77.5%;
}
.chara-block .ttl {
    max-width: 588px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1c5fac;
    background: url("../images/ttl_lightning_bg.png") left bottom repeat-x;
    background-size: 14px auto;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

/* sec-why
-------------------------------------------------- */
.sec-why {
    padding: 80px 0 100px;
    text-align: center;
}
.why-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    position: relative;
}
.why-list::before {
    content: "";
    border-top: 35px solid #1c5fac;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.why-list::after {
    content: "";
    width: 76px;
    height: 76px;
    background-color: #edf6ff;
    background-image: url("../images/icon_x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.why-block {
    width: 350px;
    position: relative;
    border-radius: 50%;
    margin: 0 -5px;
    background-color: #edf6ff;
}
.why-block::after {
    content: "";
    display: block;
    padding-top: 100%;
    background-image: url("../images/circle.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.why-block .inner {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    padding-bottom: 10px;
}
.why-block .inner .txt {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.5;
}
.why-block .inner .txt ._large {
    font-size: 130%;
    font-weight: 900;
    color: #1c5fac;
}

/* sec-secret
-------------------------------------------------- */
.sec-secret {
    background: #edf6ff;
    padding: 80px 0 60px;
}
.secret-ttl {
    text-align: center;
    padding-bottom: 65px;
}
.secret-ttl .subttl {
    display: inline-block;
    max-width: 473px;
}
.secret-ttl .ttl {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1c5fac;
}
.secret-ttl .ttl ._en {
    display: inline-block;
    font-size: 110%;
    transform: translateY(3px);
}
.point-block {
    background: url("../images/point_bg.jpg") center center repeat;
    background-size: 41px auto;
    padding: 64px 6.6666%;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.point-block .cont {
    width: 46.6346%;
}
.point-block .cont .numb {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #1c5fac;
    margin-bottom: 15px;
}
.point-block .cont .ttl {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}
.point-block .side {
    width: 46.1538%;
}
.point-block .side .txt {
    position: relative;
    background: #1c5fac;
    border-radius: 16px;
    padding: 13px 14px 15px;
    margin-bottom: 28px;
    letter-spacing: 0.08em;
}
.point-block .side .txt::after {
    content: "";
    border-top: 20px solid #1c5fac;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.point-block .side .txt p {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
}
.point-block .side ._bd {
    border: 1px solid #969696;
}

/*/////////////////////////////////////////////////////////////////////////////


              // CTA //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-cta {
    background: url("../images/cta_bg.jpg") center center repeat;
    border-bottom: 4px solid #333333;
    border-top: 4px solid #333333;
    text-align: center;
    padding: 35px 0 45px;
}
.sec-cta .ttl {
    display: inline-block;
    max-width: 609px;
    margin-bottom: 32px;
}
.cta-btn {
    line-height: 1.4em;
    margin-bottom: 25px;
}
.cta-btn a {
    display: block;
    width: 780px;
    position: relative;
    margin: auto;
}
.cta-btn a .btn {
    font-size: 2.4rem;
    position: relative;
}
.cta-btn a .btn::before {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    background: #004d40;
    border-radius: calc(infinity * 1px);
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: .2s;
}
.cta-btn a .btn > span {
    display: block;
    font-weight: 700;
    line-height: 79px;
    text-align: center;
    color: #FFFFFF;
    background: #fa8200;
    border-radius: calc(infinity * 1px);
    position: relative;
    transition: .2s;
}
.cta-btn a .btn ._large {
    display: inline-block;
    font-size: 3.4rem;
    vertical-align: middle;
    transform: translateY(-5px);
    padding-left: 8px;
}
.cta-btn a .txt {
    width: 152px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.cta-btn a .chara {
    width: 176px;
    position: absolute;
    right: -60px;
    top: -33px;
    transform-origin: left 28% center;
    animation: rotation 2s infinite forwards;
}

@keyframes rotation {
	0% {
		transform: rotate(10deg);
	}
	50% {
		transform: rotate(-10deg);
	}
	100% {
		transform: rotate(10deg);
	}
}
@keyframes rotation-sp {
	0% {
		transform: rotate(10deg) translateY(-50%);
	}
	50% {
		transform: rotate(-10deg) translateY(-50%);
	}
	100% {
		transform: rotate(10deg) translateY(-50%);
	}
}
.sec-cta .note,
.sec-cta .note a {
    font-weight: 700;
    color: #ffffff;
}
@media screen and (min-width: 768px) {
    .cta-btn a:hover {
        opacity: 1;
    }
    .cta-btn a:hover .btn::before {
        background: #00372d;
    }
    .cta-btn a:hover .btn > span {
        background: #008646;
    }
}
/*/////////////////////////////////////////////////////////////////////////////


              // VOICE //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-voice {
    padding: 130px 0 100px;
}
.voice-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 55px 0 0;
}
.voice-block {
    width: 32%;
    background:#edf6ff;
    padding: 48px 3% 35px;
    border-radius: 16px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.voice-block .inner {
    padding-bottom: 10px;
}
.voice-block .icon {
    max-width: 240px;
    margin: 0 auto 30px;
}
.voice-block .ttl-cont .ttl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    color: #1c5fac;
}
.voice-block .ttl-cont .info {
    font-weight: 500;
}
.voice-btm-chara {
    max-width: 547px;
    margin: 30px auto 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // FLOW //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-flow {
    padding: 80px 0 0;
    background: #edf6ff;
    position: relative;
}
.bg-ttl {
    color: rgba(214,234,255,0.95);
    font-size: 12.0rem;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    font-weight: 700;
    line-height: 0.9;
    position: absolute;
    left: 0;
    top: 60px;
}
.flow-list {
    width: 670px;
    margin: auto;
    padding: 120px 0 20px;
    position: relative;
}
.flow-list::before {
    content: "";
    width: 4px;
    height: calc(100% - 250px);
    background: #111111;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
}
.flow-block {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 78px 78px 50px;
    margin-bottom: 80px;
    position: relative;
}
.flow-block:last-child {
    margin-bottom: 0;
}
.flow-block .numb {
    min-width: 67px;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 122px;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-stroke: 8px #fa8200;
    text-stroke: 8px #fa8200;
    paint-order: stroke;
    background: url("../images/icon_lightning_bg.png") center center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    top: -49px;
    transform: translateX(-50%);
}
.flow-block .ttl {
    font-size: 4.0rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    color: #1c5fac;
}
.flow-block .txt {
    margin-bottom: 5px;
}

/* sec-attention
-------------------------------------------------- */
.sec-attention {
    background: #FFFFFF;
    padding: 190px 0 100px;
    position: relative;
}
.sec-attention::before {
    content: "";
    border-top: 100px solid #edf6ff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.attention-chara {
    width: 548px;
    margin: 0 auto 90px;
    text-align: center;
}
.attention-chara .txt {
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 10px;
}
.attention-block {
    border: 2px solid #1c5fac;
    border-radius: 16px;
    overflow: hidden;
}
.attention-block .ttl {
    background: #1c5fac;
    text-align: center;
}
.attention-block .ttl span {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 56px;
    color: #FFFFFF;
    padding: 0 52px 2px;
    background: url("../images/icon_attention.png") left center no-repeat,
                url("../images/icon_attention.png") right center no-repeat;
    background-size: 32px auto;
}
.attention-block-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 45px 6.6666% 56px;
}
.attention-block .cont {
    width: 47%;
}
.attention-block .cont .subttl {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1c5fac;
    padding-bottom: 10px;
}
.attention-block .cont .txt {
    padding-right: 20px;
}
.attention-block .fig {
    width: 48%;
}
.attention-detail {
    padding-top: 56px;
}
.attention-detail-btn {
    max-width: 670px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
    background: #424242;
    padding: 28px 20px 31px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 56px;
}
.attention-detail-cont {
    display: none;
}
.attention-detail-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.attention-detail-list li {
    width: 46.3333%;
}
.attention-detail-list li .ttl {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: url("../images/icon-lightning.png") left center no-repeat;
    background-size: 30px auto;
    padding-left: 50px;
}

/* plus
-------------------------------------------------- */
.plus {
    display: block;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}
.plus::before,
.plus::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #1c5fac;
    position: absolute;
    left: 7px;
    top: 11px;
    border-radius: calc(infinity * 1px);
}
.plus::after {
    transform: rotate(90deg);
    transition: .3s;
}
.plus._blk::before,
.plus._blk::after {
    background: #424242;
}
.acc-btn {
    cursor: pointer;
    transition: .3s;
}
.acc-btn:hover {
    opacity: 0.8;
}
.acc-btn.ac .plus::after {
    transform: rotate(0);
}

/*/////////////////////////////////////////////////////////////////////////////


              // FAQ //
	  

/////////////////////////////////////////////////////////////////////////////*/
.sec-faq {
    padding: 130px 0 100px;
}
.faq-list {
    padding: 80px 0 40px;
}
.faq-block {
    padding-bottom: 20px;
}
.faq-block .question {
    padding: 15px 70px 16px;
    background: #1c5fac;
    color: #ffffff;
    position: relative;
}
.faq-block .question ._en {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-58%);
}
.faq-block .question .txt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
}
.faq-block .question .plus {
    right: 22px;
}
.faq-block .answer {
    display: none;
    padding: 0 0 35px;
}
.faq-block .answer p {
    margin-top: 28px;
}
/*/////////////////////////////////////////////////////////////////////////////


              // footer //
	  

/////////////////////////////////////////////////////////////////////////////*/
.footer-section {
    background-color: #424242;
    padding: 0 16px 120px;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.footer-sns {
    display: flex;
    gap: 16px;
}
.footer-sns img {
    display: block;
    width: 24px;
      height: 24px;
    transition: 0.2s;
}
.footer-sitemap {
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-sitemap-item {
    font-size: 12px;
    font-weight: 700;
    transition: 0.2s;
}
.footer-sitemap-item a {
    color: #ffffff;
}
.footer-sitemap-item-text-link {
    text-decoration: none;
}
.footer-copyright {
    font-size: 10px;
    color: #fafafa;
}

/*/////////////////////////////////////////////////////////////////////////////


              // fixed-cta //
	  

/////////////////////////////////////////////////////////////////////////////*/
.fixed-cta {
    width: 100%;
    background: url("../images/cta_bg.jpg") center center repeat;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
.on .fixed-cta {
    opacity: 1;
    pointer-events: auto;
}
.fixed-cta-inner {
    width: 1085px;
    margin: 0 auto;
    position: relative;
}
.fixed-cta-btn {
    padding: 30px 0 0;
}
.fixed-cta-btn a {
    display: block;
    width: 528px;
    position: relative;
}

.fixed-cta-chara {
    width: 360px;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .fixed-cta .cta-btn:hover {
        opacity: 1;
    }
    .fixed-cta .cta-btn:hover::before {
        background: #00372d;
    }
    .fixed-cta .cta-btn:hover > span {
        background: #008646;
    }
}
.fixed-cta .cta-btn{
    width: 358px;
    height: 67px;
    padding: 0;
    line-height: 1.3em;
}
@media screen and (min-width: 769px) {
    .fixed-cta .btn-culm{
        width: 1085px;
        padding-bottom: 8px;
        }
}

.cta-chara{
    position: relative;
    bottom: -15px;
    display: block; 
}


/*/////////////////////////////////////////////////////////////////////////////


              // colorbox //
	  

/////////////////////////////////////////////////////////////////////////////*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; padding:0;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background: rgba(0,0,0,0.90);}
#colorbox{font: 12px Tahoma, Arial,sans-serif;}
#cboxContent{margin:60px 0 0;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:none; background:#fff;}
#cboxTitle{display:none;}
#cboxCurrent{display:none !important;}
#cboxSlideshow{position:absolute; bottom:-20px; left:0px; color:#fff;}
#cboxPrevious{position:absolute; border:none; top:50%; left:15px; margin-top:-15px; width:17px; height:30px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; border:none; top:50%; right:15px; margin-top:-15px; width:17px; height:30px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxClose {
	border:none;
	text-indent:-9999px;
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: 0px;
	top: -50px;
	background: #111111;
	border-radius: 50%;
}
#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 19px;
	left: 10px;
	transform-origin: center center;
}
#cboxClose::before {
	transform: rotate(-45deg);
}
#cboxClose::after {
	transform: rotate(45deg);
}
.modal {
    display: block;
    position: relative;
}
.modal::after {
    content: "";
    width: 48px;
    height: 48px;
    background: url("../images/icon_modal.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}
.btn-ttl-box{
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    width: 600px;
    margin-bottom: 24px;
}
.btn-ttl-box .btn-badge{
    width: 152px;
}
.btn-ttl-box .chara{
    width: 176px;
    transform-origin: left 28% center;
    animation: rotation 2s infinite forwards;
}
.btn-ttl-box .ttl{
    margin-bottom: 0;
}
.btn-culm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fa8200;
    -webkit-box-shadow: 0px 10px 0px 0px #000000;
    box-shadow: 0px 10px 0px 0px #000000;
    width: 420px;
    border-radius: 100px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: solid #000000 2px;
  }
  .btn-culm {
    width: 872px;
    margin: 0 auto;
  }
  .yellow-btn a{
   background-color: #fce632; 
  }
  .yellow-btn  a{
    color:#000000;
  }
  .yellow-btn .cta-btn p::after{
    background: #000000 url(../images/yellow_arrow.png) center center no-repeat;
  }
  .cta-btn .cta-btn-stxt {
    font-size: 16px;
  }
  .cta-btn .fa-circle-chevron-right {
    position: absolute;
    right: 24px;
    width: 25px;
    height: auto;
    top: 37%;
  }
  
  .cta-btn:hover {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 1;
  }
  .cta-btn > p::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="512" height="512" viewBox="0 0 512 512"><path fill="rgb(250, 130, 0)" d="M241,377c-9.4,9.4-24.6,9.4-33.9,0s-9.4-24.6,0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6,0-33.9s24.6-9.4,33.9,0l104,103.8c9.4,9.4,9.4,24.6,0,33.9l-104,104.1Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
}
.cta-btn p{
    font-weight: 600;
}
.btn-sttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3px;
    font-weight: 600;
    color: #ffffff;
  }

  .btn-sttl .font-os {
    font-size: 130%;
  }
  .fixed-cta .cta-btn > p::after{
    display: none;
  }

  .banner-area{
    background-color: #fff7D7;
    text-align: center;
    padding: 64px 0;
  }

  .banner-pc-img{
    width: 50%;
  }

  @media(min-width:751px){
    .banner-inner-sp{
        display: none ;
    }
}

/*qa*/
.qa-list{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .qa-list{
        margin-bottom: calc(40/750 * 100vw);
    }
}
.qa-list-item {
    margin: 0 auto 24px;
    width:  calc(1200/1920 * 100vw);
  }
  @media screen and (min-width: 769px) {
    .qa-list-item {
        min-width: 800px;
    }
  }
  @media screen and (max-width: 767px) {
    .qa-list-item {
      width:calc(670/750 * 100vw);
      margin: 0 auto 5.3333333333vw;
    }
  }
  .qa-list-item:last-child {
    margin: 0 auto;
  }
  
  .qa-q {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 102px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    justify-content: center;
    cursor: pointer;
    width: 670px;
    margin: 0 auto;
    border: #333333 2px solid;
    border-radius: 16px;
    background-color: #ffffff;
  }
  @media screen and (min-width: 769px) {
    .qa-q {
        width:  calc(670/1920 * 100vw);
    }
  }
  @media screen and (max-width: 767px) {
    .qa-q {
        border-radius: calc(32/750 * 100vw);
      height: auto;
      padding: 5.133333vw 0;
      width: calc(590/750 * 100vw);
      border: #333333 calc(2/750 * 100vw) solid;
    }
  }
  .qa-q .qa-txt {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .qa-q .qa-txt {
      height: 3.7333333333vw;
      width: auto;
      line-height: 1em;
      font-size: calc(32/750 * 100vw);
    }
    .qa-q .qa-txt img {
      height: 100%;
      max-width: auto;
    }
  }
  .qa-a {
    display: none;
    margin: 0 auto;
    margin-top: 32px;
  }
  @media screen and (min-width: 769px) {
    .qa-a {
      min-width: 800px;
      width:  calc(1200/1920 * 100vw);
      }
  }
  @media screen and (max-width: 768px) {
    .qa-a {
        margin-top:calc(32/750 * 100vw);
      }
  }
  
  .qa-a-inner {
    padding: 48px 60px 48px 60px;
    background: #fff;
    position: relative;
    border-radius: 16px;
  }
  @media screen and (max-width: 767px) {
    .qa-a-inner {
      padding: calc(24/750 * 100vw);
      border-radius: calc(16/750 * 100vw);
    }
  }
  .qa-a-inner .qa-txt {
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
            font-size: 20px;
            width: 710px;
            margin: 0 auto;
            margin-bottom: 24px;
  }
  @media screen and (max-width: 768px) {
    .qa-a-inner .qa-txt{
        width: 90%;
        font-size: calc(28/750 * 100vw);
        margin-bottom: calc(48/750 * 100vw);
    }
  }
  .qa-a-img{
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 768px) {
    .qa-a-img{
        width: calc(540/750 * 100vw);
       margin-left: calc(35/750 * 100vw);
       margin-bottom: calc(48/750 * 100vw);
    }
  }
  .fa-circle-plus:before, .fa-plus-circle:before{
    color: #333333;
  }
  .campaign_wrap{
    max-width: 768px;
    margin: 0 auto 15px;
    font-size: 18px;
  }
  .qa-a .note{
    width: 710px;
            margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .qa-a .note{
        width: 90%;
        font-size: calc(20/750 * 100vw);
    }
  }
  .qa-a .note a{
    color:#0081cb;
    text-decoration: underline;
  }
  .campaign-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    font-family: Arial, sans-serif;
}
.campaign-box p:first-child {
    width: 25%;
    font-weight: bold;
    color: #b71c25;
}
.campaign-box p {
    width: 75%;
    margin: 0;
    color: #333;
}
@media screen and (min-width: 769px) {
    .campaign-box p {
        padding: 15px 10px;
    }
}
.att {
    border: 2px solid #b71c25;
    padding: 15px;
    margin: 0 15px 15px;
    font-size: 80%;
    background: #fff5e5;
}
@media screen and (max-width: 768px) {
    .att {
        border:calc(2/750 * 100vw) solid #b71c25;
        padding: calc(32/750 * 100vw);
        margin: 0 auto;
        font-size: calc(24/750 * 100vw);
        background: #fff5e5;
        margin-top: calc(32/750 * 100vw);
    }
}
.campaign-att {
    background: #eeeeee;
    padding: 15px;
    font-size: 80%;
}
@media screen and (max-width: 768px) {
    .campaign-att {
        padding: calc(15/750 * 100vw);
        font-size: calc(24/750 * 100vw);
        margin-top: calc(24/750 * 100vw);
    }
}
.step {
    background: #b71c25;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 15px;
    margin: 5px 10px 0 0;
}
@media screen and (max-width: 768px) {
    .step {
        padding: calc(3/750 * 100vw) calc(10/750 * 100vw);
        border-radius: calc(16/750 * 100vw);
        margin: calc(5/750 * 100vw) calc(10/750 * 100vw) 0 0;
    }
}
.campaign-box span.cap {
    font-size: 80%;
}
.cp-area{
    background: url(../images/cp_bg_pc.png) top center/100% auto no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.cp-are-img-box{
    position: relative;
    width: calc(1200/1920 * 100vw);
    margin: 0 auto;
    margin-bottom: 64px;
}
.cp-area-img-icon{
    width:  calc(154/1920 * 100vw);
    position: absolute;
    top: calc(-50/1920 * 100vw);
    left:  calc(-50/1920 * 100vw);
}
.qa-list-red .qa-q {
    background-color: #d81f1f;
    border: none;
}
.qa-list-red .qa-txt{
    color: #ffffff;
}
.qa-list-red .qa-a-inner{
padding:  calc(48/1920 * 100vw)  calc(192/1920 * 100vw);
}
@media screen and (max-width: 768px) {
    .qa-list-red .qa-a-inner{
        padding:calc(48/750 * 100vw);
        }
}
strong{
    font-weight: 600;
}

.sp-cta-chara,.sp-in{
    display: none;
}
sup {
    top: -0.5em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.att strong {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .att strong {
        font-size: calc(32/750 * 100vw);
    }
}
.campaign-att strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .campaign-att strong {
        font-size: calc(32/750 * 100vw);
    }
}
.qa-q .fa-circle-minus,
.qa-q .fa-circle-plus{
    position: absolute;
    right: 36px;
}
@media screen and (max-width: 768px) {
    .qa-q .fa-circle-minus,
.qa-q .fa-circle-plus{
    font-size: calc(32/750 * 100vw);
}
}
.qa-list-red .fa-circle-plus:before,
.qa-list-red .fa-circle-minus:before{
    color: #ffffff;
}
.point-cta{
    background-color: #fa8200;
    width: 358px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  position: relative;
  margin-top: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
    .point-cta{
        width: 100%;
        font-size: calc(32/750 * 100vw);
        height: calc(90/750 * 100vw);
        margin-top: calc(24/750 * 100vw);
    }
}
.point-cta .fa-circle-chevron-right{
    position: absolute;
    right: 19px;
    width: 20px;
}