@charset "UTF-8";*,:before,:after {
    box-sizing: border-box;
    background-repeat: no-repeat
}

:before,:after {
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

:where(body) {
    margin: 0
}

:where(h1) {
    font-size: 2em;
    margin: .67em 0
}

:where(dl,ol,ul) :where(dl,ol,ul) {
    margin: 0
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(nav) :where(ol,ul) {
    list-style-type: none;
    padding: 0
}

:where(nav li):before {
    content: "​";
    float: left
}

:where(pre) {
    font-family: monospace,monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(figure) {
    margin: 0;
}

:where(b,strong) {
    font-weight: bolder
}

:where(code,kbd,samp) {
    font-family: monospace,monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio,canvas,iframe,img,svg,video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button,input,select) {
    margin: 0
}

:where(button,[type=button i],[type=reset i],[type=submit i]) {
    -webkit-appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    margin: 0;
    resize: vertical
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(details > summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i],[disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0,0,0,0);
    position: absolute
}

html,body {
    min-height: 100vh
}

html {
    display: flex;
    flex-direction: column
}

body {
    display: flex;
    flex-direction: column;
    font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.75;
    background: #fff;
    color: #333333;
    min-width: 320px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

@media screen and (min-width: 768px),print {
    body {
        font-size:16px
    }
}

li {
    list-style-type: none
}

a {
    color: #000;
    text-decoration: none
}

a:hover,a:active,a:focus-visible {
    text-decoration: underline
}

em {
    font-style: normal;
    font-weight: 700
}

strong {
    font-weight: 700
}

sup {
    font-size: 12px
}

i {
    font-style: italic
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

p,ul,ol,dl,dt,dd,table,h1,h2,h3,h4,h5,h6,blockquote,form {
    margin: 0;
    padding: 0
}

dfn,cite {
    font-style: normal
}

small {
    font-size: 14px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

input:not([type=checkbox]):not([type=radio]):not([type=number]),select,button,textarea {
    -webkit-appearance: none;
    appearance: none;
    font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,Arial,sans-serif
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=reset],input[type=image],input[type=submit],input[type=button],button,select {
    cursor: pointer
}

button {
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    line-height: 1.4
}

select::-ms-expand {
    display: none
}

::placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000
}

.l-header_1 {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0px;
    background: #fff;
	border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 767px) {
    .l-header .c-btn-header {
        display:none
    }
}

@media screen and (min-width: 768px),print {
    .l-header {
		background-color: #fff;
        min-height:100px;
        padding-right: 30px;
        padding-left: 30px;
        box-shadow: 0 0 12px #0000001f;
        position: sticky;
        top: 0;
        z-index: 100
    }
}

.l-footer {
    padding: 40px 15px 60px;
    position: relative
}

.l-footer__copyright {
    color: #9e9e9e;
    font-size: 12px;
    text-align: center
}

.l-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
    margin: 6px 0 0
}

.l-footer__listLink {
    color: #9e9e9e;
    font-size: 12px
}

@media screen and (min-width: 768px),print {
    .l-footer {
        padding-top:80px;
        padding-bottom: 80px
    }
}

.l-section-kv {
    /*height: 515px;
    background: url(../img/bg-kv-01_sp.jpg) center/cover no-repeat;*/
    padding: 0 6px;
    position: relative;
}

.l-section-kv img{
	width: 100%;
}

.l-section-kv__inner {
	/*
    margin: 0 auto;
    max-width: 1080px;
    height: 100%;
    padding: 28px 0 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;*/
}

@media screen and (min-width: 768px),print {
    .l-section-kv {
		/*
        height:648px;
        background-image: url(../img/bg-kv-01.jpg);
        padding: 0 30px
		*/
    }

    .l-section-kv__inner {
		/*
        padding: 49px 0 33px
		*/
    }
}

.l-section-kv__link {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: block;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}

.l-section-kv__link img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (min-width: 768px),print {
    .l-section-kv__link {
        right: 10px;
        bottom: 10px;
        padding: 0;
        text-align: right;
        width: 23vw;
    }
}

@media screen and (min-width: 1170px),print {
    .l-section-kv__link {
        right: 10px;
        bottom: 10px;
        padding: 0;
        text-align: right;
        width: auto;
    }
}

.l-section-kv__title{
    font-size: 30px;
    color: #FFF;
    text-align: center;
    line-height: 1.5;
    text-shadow    : 
    2px  2px 3px #000000,
   -2px  2px 3px #000000,
    2px -2px 3px #000000,
   -2px -2px 3px #000000,
    2px  0px 3px #000000,
    0px  2px 3px #000000,
   -2px  0px 3px #000000,
    0px -2px 3px #000000;
}
@media screen and (min-width: 768px),print {
    .l-section-kv__title{
        font-size: 45px;
    }
}

.l-section-kv__title--large{
    font-size: 36px;
    display: inline-block;
}
@media screen and (min-width: 768px),print {
    .l-section-kv__title--large{
        font-size: 60px;
    }
}

.l-section-kv__title--red{
    color: #f9425d;
}

.l-section-kv__title--orange{
    color: #f98342;
}

.l-section-kv__subtitle{
    font-size: 20px;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 120px;
    line-height: 1.5;
    text-shadow    : 
    2px  2px 3px #000000,
   -2px  2px 3px #000000,
    2px -2px 3px #000000,
   -2px -2px 3px #000000,
    2px  0px 3px #000000,
    0px  2px 3px #000000,
   -2px  0px 3px #000000,
    0px -2px 3px #000000;
}
@media screen and (min-width: 768px),print {
    .l-section-kv__subtitle{
        font-size: 33px;
        bottom: 80px;
        line-height: 1.7;
    }
}

.l-section-bnr {
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: -140px;
    z-index: 100;
    transition: bottom 0.4s ,opacity 0.4s;
    padding: 0 10px;
}
@media screen and (min-width: 768px),print {
    .l-section-bnr {
        width: auto;
        padding: 0;
        bottom: -240px;
        right: 10px;
    }
}

.l-section-bnr.active{
    bottom: 10px;
    opacity: 1;
}
@media screen and (min-width: 768px),print {
    .l-section-bnr.active{
        bottom: 20px;
    }
}

.l-section-bnr.active.end{
    bottom: -230px;
    z-index: 100;
}
@media screen and (min-width: 768px),print {
    .l-section-bnr.active.end{
        bottom: -240px;
    }
}

.l-section-bnr__link {
    display: block;
    transition: transform .3s;
    filter: drop-shadow(0 0 8px rgba(0,0,0,.24))
}

.l-section-bnr__link:hover,.l-section-bnr__link:active,.l-section-bnr__link:focus-visible {
    transform: translateY(-2%)
}

.l-section-bnr__link>:first-child {
    margin-top: 0
}

@media screen and (min-width: 768px),print {
    .l-section-bnr {

    }
}

.l-section-anchor__inner {
    margin: 0 auto;
    max-width: 1080px
}

@media screen and (min-width: 768px),print {
    .l-section-anchor {
        padding:0 15px;
        border-bottom: solid 1px #ddd
    }
}

.l-section-intro {
    background: #fff;
    padding: 0 20px
}

.l-section-intro__inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 32px 0 60px
}

@media screen and (min-width: 768px),print {
    .l-section-intro__inner {
        padding-top:40px;
        padding-bottom: 80px
    }
}

.l-section-download {
    background: url(../img/bg-section.jpg) no-repeat bottom #eff7fc;
    background-size: 300%;
    padding: 0 15px
}
@media screen and (min-width: 768px),print {
    .l-section-download {
        background-size: 100%;
    }
}

.l-section-download__inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 42px 0 60px
}

@media screen and (min-width: 768px),print {
    .l-section-download__inner {
        padding-top:55px;
        padding-bottom: 55px
    }
}

.l-section-inquiry {
    background: #005c99;
    padding: 0 15px
}

.l-section-inquiry__inner {
	display: flex;
    margin: 0 auto;
    max-width: 940px;
    padding: 64px 0
}

@media screen and (max-width: 767px),print {
.l-section-inquiry__inner {
	display: block;
	padding: 32px 0
	}
}

.l-section-a {
    background: #f5f5f5;
    padding: 0 20px
}

.l-section-a__inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 60px 0 80px
}

.l-section-a .c-hdg-section:before {
    background: url(../img/icon-hdg-01.svg) center no-repeat;
    background-size: contain;
    width: 76px;
    height: 66px
}

.l-section-a__miss{
    border:2px solid #ca394e;
    border-radius: 6px;
    padding: 20px 20px 15px;
}

.l-section-a__miss--title{
    font-size: 16px;
    text-align: center;
    color: #ca394e;
    margin-bottom: 15px;
}

.l-section-a__miss--item{
    background-color: #fcf4f5;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.l-section-a__miss--tx1{
    font-weight: bold;
}

.l-section-a__flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-section-a__flex--image{
    margin-top: 20px;
    width: 100%;
}
@media screen and (min-width: 768px),print {
    .l-section-a__flex--image{
        margin-top: 20px;
        width: calc(50% - 20px);
    }
}


.l-section-b {
    background: #fff;
    padding: 0 20px
}

.l-section-b__inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 60px 0 10px
}
@media screen and (min-width: 768px),print {
    .l-section-b__inner {
        padding-top:80px
    }
}

.l-section-b .c-hdg-section:before {
    background: url(../img/icon-hdg-02.svg) center no-repeat;
    background-size: contain;
    width: 66px;
    height: 76px
}
@media screen and (min-width: 768px),print {
    .l-section-b .c-hdg-section:before {
        width: 66px;
        height: 76px
    }
}

.l-section-b__contents1{
    background-color: #fcf4f5;
    position: relative;
    margin: 80px 0 60px;
    padding: 60px 0 50px;
    border-radius: 10px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents1{
        margin: 80px 0 60px;
        padding: 80px 0 50px;
    }
}

.l-section-b__contents1::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 85px 0 85px;
    border-color: #fcf4f5 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents1::after{
        border-width: 50px 105px 0 105px;
        bottom: -50px;
    }
}

.l-section-b__contents1--title{
    background-color: #ca394e;
    border-radius: 100px;
    color: #FFF;
    font-size: 18px;
    padding: 13px 20px;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 88%;
    text-align: center;
    margin-left: -44%;
}

@media screen and (min-width: 768px),print {
    .l-section-b__contents1--title{
        font-size: 22px;
        top: -35px;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
        margin-left: 0;
    }
}

.l-section-b__contents1--flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 924px;
    margin: 0 auto;
}

.l-section-b__contents1--item{
    border: 2px solid #ca394e;
    padding: 20px 15px 10px;
    border-radius: 6px;
    background-color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents1--item{
        width: calc(33.33% - 33px);
    }
}


.l-section-b__contents1--tx{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.l-section-b__contents1--image{
    flex: 1;
    display: flex;
    align-items: center;
}

.l-section-b__title--if{
    text-align: center;
    color: #ca394e;
    font-size: 22px;
}

.l-section-b__contents2{
    background-color: #fcf4f5;
    position: relative;
    margin-top: 30px;
    padding: 40px 20px 40px;
    border-radius: 10px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents2{
        margin-top: 30px;
        padding: 80px 20px 50px;
    }
}

.l-section-b__contents2::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 120px 0 120px;
    border-color: #fcf4f5 transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents2::after{
        border-width: 62px 177px 0 177px;
        bottom: -60px;
    }
}

.l-section-b__contents2--flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
}

.l-section-b__contents2--item{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents2--item{
        width: calc(33.33% - 33px);
    }
}

.l-section-b__contents2--image{
    min-height: 121px;
    display: flex;
    align-items: center;
}

.img-section-b04{
    width:91px;
}

.img-section-b05{
    width:117px;
}

.img-section-b06{
    width:100px;
    height: 112px;
}

.l-section-b__contents2--tx{
    border: 2px solid #ca394e;
    padding: 20px 15px;
    border-radius: 6px;
    background-color: #FFF;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}

.l-section-b__contents2--tx::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 24px 9px;
    border-color: transparent transparent #ca394f transparent;
}

.l-section-b__contents2--tx::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 24px 9px;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 1;
}

.l-section-b__contents2--num{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px 0;
    background-color: #ca394f;
    color: #FFF;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 100%;
    overflow: hidden;
    line-height: 1.2;
    font-size: 15px;
}

.l-section-b__contents3{
    position: relative;
    margin: 120px 0 0;
    padding: 60px 0 10px;
    border-radius: 10px;
    border: 3px solid #005a99;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3{
        margin: 120px 0 60px;
        padding: 70px 0 50px;
    }
}

.l-section-b__contents3--title{
    background-color: #005a99;
    border-radius: 100px;
    color: #FFF;
    font-size: 24px;
    padding: 10px 20px;
    position: absolute;
    top: -35px;
    left: 50%;
    text-align: center;
    width: 80%;
    margin-left: -40%;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--title{
        font-size: 30px;
        top: -45px;
        transform: translateX(-50%);
        min-width: 435px;
        width: auto;
        margin-left: 0;
    }
}

.l-section-b__contents3__inner{
    max-width: 920px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.l-section-b__contents3--image{
    background-color: #f5f9fc;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--image{
        padding: 30px;
    }
}

.l-section-b__contents3--list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.l-section-b__contents3--num{
    width: 100%;
    background-color: #005a99;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--num{
        width: 115px;
        font-size: 26px;
        margin-bottom: 0;
    }
}

.l-section-b__contents3--num_r{
    width: 100%;
    background-color: #ca394e;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--num_r{
        width: 115px;
        font-size: 26px;
        margin-bottom: 0;
    }
}

.l-section-b__contents3--item{
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--item{
        width: calc(100% - 115px - 15px);
    }
}

.l-section-b__contents3--item_r{
	margin: auto 0;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--item_r{
        width: calc(100% - 115px - 15px);
    }
}


.l-section-b__contents3--tx1{
    font-size: 18px;
    font-weight: bold;
    color: #005a99;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--tx1{
        font-size: 22px;
    }
}

.l-section-b__contents3--tx1_r{
    font-size: 18px;
    font-weight: bold;
    color: #ca394e;
}
@media screen and (min-width: 768px),print {
    .l-section-b__contents3--tx1_r{
        font-size: 22px;
    }
}

.l-section-b__contents3--tx2{
    font-size: 16px;
}

.l-section-omni{
    background: url(../img/bg-section.jpg) no-repeat bottom #eff7fc;
    background-size: 300%;
    padding: 60px 20px;
}
@media screen and (min-width: 768px),print {
    .l-section-omni{
        background-size: cover;
    }
}

.l-section-omni__inner{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-section-omni__left{
    margin-bottom: 20px;
}
@media screen and (min-width: 768px),print {
    .l-section-omni__left{
        width: calc(100% - 360px - 30px);
        margin-bottom: 0;
    }
}

.l-section-omni__left--title{
    font-size: 24px;
    color: #005a99;
    margin-bottom: 20px;
}

.l-section-omni__right{
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 768px),print {
    .l-section-omni__right{
        width: 360px;
    }
}
.l-section-omni__right img{
    display: inline;
}

.l-section-trial{
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 20px 60px;
    border: 3px solid #005a99;
    border-radius: 10px;
    padding: 20px;
}
@media screen and (min-width: 768px),print {
    .l-section-trial{
        margin: 0 auto 60px;
        padding: 50px 70px;
    }
}

.l-section-trial__left--title{
    border: 1px solid #005a99;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px),print {
    .l-section-trial__left--title{
        margin-bottom: 30px;
    }
}

.c-table-trial table{
    border: 1px solid #CCC;
    margin-top: 30px;
}

.c-table-trial table th{
    background-color: #f5f5f5;
    border: 1px solid #CCC;
    width: 25%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
@media screen and (min-width: 768px),print {
    .c-table-trial table th{
        font-size:16px;
    }
}

.c-table-trial table td{
    border: 1px solid #CCC;
    padding: 15px;
    font-size: 14px;
}
@media screen and (min-width: 768px),print {
    .c-table-trial table td{
        font-size:16px;
    }
}

.l-section-trial__btn{
    margin-top: 30px;
}

.l-btn-header{
    display: none;
}
@media screen and (min-width: 768px),print {
    .l-btn-header{
        width: 60%;
        display: flex;
        justify-content: flex-end;
    }
}

.l-header__logo{
    margin-right: 20px;
}
@media screen and (min-width: 768px),print {
    .l-header__logo{
        margin-right: 20px;
        width: 320px;
    }
}

.l-btn-header__trial,
.l-btn-header__contact{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 9px 20px;
    width: 100%;
    max-width: 280px;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: opacity .3s;
    position: relative;
}
@media screen and (min-width: 768px),print {
    .l-btn-header__trial,
    .l-btn-header__contact{
        font-size: 16px;
        width: 50%;
    }
}
@media screen and (min-width: 915px),print {
    .l-btn-header__trial,
    .l-btn-header__contact{
        font-size: 20px;
    }
}

.l-btn-header__trial::after,
.l-btn-header__contact::after{
    content: '';
    width: 13px;
    height: 13px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    position: absolute;
    right: 21px;
    top: 21px;
    transform: rotate(45deg);
}

@media screen and (min-width: 768px),print {
    .l-btn-header__trial::after,
    .l-btn-header__contact::after{
        width: 10px;
        height: 10px;
        right: 16px;
        top: 19px;
    }
}
@media screen and (min-width: 915px),print {
    .l-btn-header__trial::after,
    .l-btn-header__contact::after{
        width: 13px;
        height: 13px;
        right: 21px;
        top: 21px;
    }
}

.l-btn-header__trial {
    background-color: #d5315c;
    margin-right: 15px;
}

.l-btn-header__contact {
    background-color: #707070;
}

.l-btn-header__trial:hover,
.l-btn-header__contact:hover{
    text-decoration: none;
    opacity: 0.8;
}

.c-btn-inquiry {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: auto 10px;
    padding: 16px 30px;
    width: 100%;
    max-width: 500px;
    border: solid 4px #fff;
    background: #c12a2a;
    border-radius: 100px;
    box-shadow: 0 0 12px #0000001f;
    transition: color .3s,border-color .3s,background-color .3s
}

.c-btn-inquiry:hover,.c-btn-inquiry:active,.c-btn-inquiry:focus-visible {
    text-decoration: none;
    color: #c12a2a;
    border-color: #c12a2a;
    background-color: #fff
}

@media screen and (max-width: 767px),print {
.c-btn-inquiry {
	margin: 20px auto;
	}
}

.c-btn-download {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: auto;
    padding: 16px 30px;
    width: 100%;
    max-width: 294px;
    border: solid 4px #fff;
    background: #005c99;
    border-radius: 100px;
    box-shadow: 0 0 12px #0000001f;
    transition: color .3s,border-color .3s,background-color .3s
}

.c-btn-download:hover,.c-btn-download:active,.c-btn-download:focus-visible {
    text-decoration: none;
    color: #005c99;
    border-color: #005c99;
    background-color: #fff
}

.c-btn-pagetop {
    width: 40px;
    height: 40px;
    background: #d6315c;
    box-shadow: 0 0 12px #0000001f;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: opacity .3s
}
@media screen and (min-width: 768px),print {
    .c-btn-pagetop {
        width: 56px;
        height: 56px;
        top:0;
        right: 30px
    }
}

.c-btn-pagetop:hover,.c-btn-pagetop:active,.c-btn-pagetop:focus-visible {
    opacity: .7
}

.c-btn-pagetop:before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    position: absolute;
    left: 13px;
    top: 18px;
    transform: rotate(-45deg);
}
@media screen and (min-width: 768px),print {
    .c-btn-pagetop:before {
        content: '';
        width: 20px;
        height: 20px;
        left: 18px;
        top: 24px;
    }
}

.c-btn-pagetop__txt {
    font-size: 0
}


.c-btn-link{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: auto;
    padding: 14px 30px;
    width: 100%;
    max-width: 294px;
    border: solid 4px #fff;
    background: #005c99;
    border-radius: 100px;
    box-shadow: 0 0 12px #0000001f;
    transition: color .3s,border-color .3s,background-color .3s
}

.c-btn-link:hover,.c-btn-link:active,.c-btn-link:focus-visible {
    text-decoration: none;
    color: #005c99;
    border-color: #005c99;
    background-color: #fff
}

.c-text-red{
    color: #ca394e;
}

.c-text-blue{
    color: #005a99;
}

.c-list-disc li{
    list-style: disc;
    margin-left: 20px;
}

.c-list-anchor__item {
    border-bottom: solid 1px #ddd
}

.c-list-anchor__link {
    font-size: 16px;
    line-height: 1.4;
    padding: 5px 40px 5px 15px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 55px;
    transition: opacity .3s
}

.c-list-anchor__link:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 12px;
    height: 7px;
    background: #005a99;
    clip-path: polygon(0 0,100% 0,50% 100%)
}

.c-list-anchor__link:hover,.c-list-anchor__link:active,.c-list-anchor__link:focus-visible {
    text-decoration: none;
    opacity: .6
}


@media screen and (min-width: 768px),print {
    .c-list-anchor {
        display:flex;
        justify-content: space-between;
    }

    .c-list-anchor__item {
        border-bottom: none;
    }

    .c-list-anchor__link {
        font-size: 18px;
        padding: 20px 10px;
        min-height: 74px;
        justify-content: center;
        height: 100%;
        text-align: center
    }

    .c-list-anchor__link:before {
        top: auto;
        left: 50%;
        right: auto;
        bottom: 12px;
        transform: translateX(-50%);
    }

    .c-list-anchor__link em{
        font-weight: normal;
        display: inline-block;
    }
}


.c-txt-intro {
    font-size: 16px;
    line-height: 1.875
}

@media screen and (min-width: 768px),print {
    .c-txt-intro {
        font-size:18px;
        line-height: 1.77
    }
}

.c-txt-section {
    max-width: 940px;
    font-size: 16px;
    line-height: 1.875;
    margin: auto;
}
@media screen and (min-width: 768px),print {
    .c-txt-section {
        font-size:18px;
        line-height: 1.77
    }
}

.c-txt-inner {
    font-size: 14px;
    line-height: 1.6;
}
@media screen and (min-width: 768px),print {
    .c-txt-inner {
        font-size:16px;
        line-height: 1.77
    }
}

.p-box-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 24px #00000029;
    max-width: 1080px;
    margin: 30px auto 0;
    padding: 40px 20px 20px;
    position: relative
}

.p-box-section+.p-box-section {
    margin-top: 30px
}

.p-box-section__inner {
    max-width: 940px;
    margin: auto
}

.p-box-section__title {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.6;
    margin: 0 0 16px
}

@media screen and (min-width: 768px),print {
    .p-box-section {
        margin-top:52px;
        padding: 74px 30px 64px
    }

    .p-box-description .p-box-section {
        margin-top: 36px
    }

    .p-box-section__title {
        font-size: 26px;
        margin-bottom: 40px;
        line-height: 1.6;
    }
}

.p-idx-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 24px
}

.p-idx-download__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px
}

@media screen and (max-width: 767px),print {
.p-idx-download__item {
	width: 100%;
    max-width: 767px;
	}
}

.p-idx-download__title {
    color: #005c99;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

.p-idx-download__content {
    margin: 12px 0 0;
}

.p-idx-download__thum{
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px),print {
    .p-idx-download__thum{
        min-height: 295px;
    }
}

.p-idx-download__img {
    margin: auto
}

.p-idx-download__txt {
    margin: 8px 0 0;
}

.p-idx-download .c-btn-download {
    margin-top: 20px
}

@media screen and (min-width: 768px),print {
    .p-idx-download__item {
        width:calc((100% - 48px) / 3)
    }

    .p-idx-download__title {
        font-size: 20px;
        min-height: 2.8em;
        display: flex;
        align-items: center
    }

    .p-idx-download__content {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .p-idx-download__txt {
        flex-grow: 1
    }
}

.p-layout-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: auto
}

.p-layout-download__media {
    margin: 12px 0 0
}

.p-layout-download__body {
    margin: 8px 0 0
}

.p-layout-download__cta {
    margin: 20px 0 0;
    align-self: stretch
}

.p-layout-download__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center
}

.p-layout-download__img {
    margin: auto
}

.p-layout-download__txt {
}

@media screen and (min-width: 768px),print {
    .p-layout-download {
        margin-top:3px;
        margin-bottom: 8px;
        max-width: none;
        display: grid;
        grid-template-columns: 39.4% 1fr;
        grid-template-rows: auto auto 1fr;
        align-items: start;
        gap: 0 30px;
        grid-template-areas: "media head" "media body" "media cta"
    }

    .p-layout-download__head {
        grid-area: head
    }

    .p-layout-download__media {
        grid-area: media;
        margin-top: 0
    }

    .p-layout-download__body {
        grid-area: body;
        margin-top: 12px
    }

    .p-layout-download__cta {
        grid-area: cta;
        margin-top: 22px
    }

    .p-layout-download__cta .c-btn-download {
        max-width: 404px;
        margin-left: 0
    }

    .p-layout-download__title {
        text-align: left
    }
}

.c-hdg-section {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 80px 0 0;
    margin: 0 0 30px
}

.c-hdg-section:before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/icon-hdg-01.svg) center/100% no-repeat;
    width: 68px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (min-width: 768px),print {
    .c-hdg-section {
        font-size:32px;
        line-height: 1.81;
        padding-top: 90px;
        margin-bottom: 52px
    }

    .c-hdg-section:before {
        width: 76px;
        height: 66px
    }
}

.c-hdg-download {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 28px
}

@media screen and (min-width: 768px),print {
    .c-hdg-download {
        font-size:32px;
        margin-bottom: 14px
    }
}

.u-display-inline {
    display: inline
}

.u-display-inlineBlock {
    display: inline-block
}

.u-display-block {
    display: block
}

@media screen and (min-width: 768px),print {
    .u-hidden-pc {
        display:none
    }
    .u-hidden-mid {
        display:none
    }
}

@media screen and (max-width: 1170px) {
    .u-hidden-mid {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .u-hidden-sp {
        display:none
    }

}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}

@media screen and (max-width: 767px),print {
.l-section-bnr {
    right: auto;
}
}

.l-section-bnr__link2 {
    display: block;
    transition: transform .3s;
    filter: drop-shadow(0 0 8px rgba(0,0,0,.24));
	margin-bottom: 10px;
	
}

.l-section-bnr__link2:hover,.l-section-bnr__link2:active,.l-section-bnr__link2:focus-visible {
    transform: translateY(-2%)
}

.l-btn__trial,
.l-btn__contact{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    /* display: block; */
    padding: 12px 40px 12px 30px;
    width: 100%;
    max-width: 280px;
    border-radius: 100px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: opacity .3s;
    position: relative;
}

@media screen and (max-width: 480px),print {
    .l-btn__trial,
    .l-btn__contact{
		padding: 9px 30px 9px 20px;
        font-size: 12px;
        width: 100%;
    }
}


.l-btn__trial::after,
.l-btn__contact::after{
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    position: absolute;
    right: 16px;
    top: 21px;
    transform: rotate(45deg);
}


@media screen and (max-width: 480px),print {
    .l-btn__trial::after,
    .l-btn__contact::after{
		width: 8px;
		height: 8px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;		
		right: 16px;
		top: 15px;
    }
}


.l-btn__trial {
    background-color: #d5315c;
    margin-right: 15px;
}

.l-btn__contact {
    background-color: #707070;
}

.l-btn__trial:hover,
.l-btn__contact:hover{
    text-decoration: none;
    opacity: 0.8;
}