@charset "utf-8";

/*-- 

reset

====================================================== --*/


/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
:after,
:before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

main {
    display: block
}

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

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
    margin: 0
}

ol,
ul {
    padding: 0;
    list-style: none
}

dt {
    font-weight: 500
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace;
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 400
}

code,
kbd,
samp {
    font-family: monospace;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.45em
}

embed,
iframe,
img,
object {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: default
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

fieldset,
option {
    padding: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable] {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

[hidden],
template {
    display: none
}

/*--

icon-font

====================================================== --*/

@font-face {
    font-family: 'icon';
    src: url('../fonts/icon.eot?ulpoor');
    src: url('../fonts/icon.eot?ulpoor#iefix') format('embedded-opentype'), url('../fonts/icon.ttf?ulpoor') format('truetype'), url('../fonts/icon.woff?ulpoor') format('woff'), url('../fonts/icon.svg?ulpoor#icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon--"],
[class*=" icon--"] {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon--arrow_up::before {
    content: "\e900";
}

.icon--arrow_right::before {
    content: "\e906";
}

.icon--arrow_down::before {
    content: "\e902";
}

.icon--blank::before {
    content: "\e903";
}

.icon--plus::before {
    content: "\e904";
}

.icon--arrow2_left:before {
    content: "\e905";
}

.icon--arrow2_right:before {
    content: "\e906";
}


/*-- 

common

====================================================== --*/


/*-- html body --*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #060606;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    min-width: 1000px;
}


/* sp */

@media all and (max-width:750px) {
    body {
        min-width: auto;
    }
}


/*-- skip --*/

.skip {
    width: 1px;
    font-size: 0.1%;
    line-height: 0.1;
    position: absolute;
    left: -6666px;
    z-index: 9999;
}


/*-- font-family --*/

body,
select,
input {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}


/*-- font --*/


/* size */

.fs12 {
    font-size: 1.2rem !important;
}

.fs14 {
    font-size: 1.4rem;
}

.fs16 {
    font-size: 1.6rem !important;
}

.fs18 {
    font-size: 1.8rem;
}

.fs60p {
    font-size: 60%;
}

.fs80p {
    font-size: 80%;
}

.fs120p {
    font-size: 120%;
}


/* color */

.fc_000 {
    color: #000;
}

.fc_fff {
    color: #fff;
}

.fc_d72500 {
    color: #d72500;
}


/* b */

strong,
b {
    font-weight: 700;
}

sup {
    margin: 0 0.15em;
}


/* line-height */

.lh_1-4 {
    line-height: 1.4;
}


/*-- a --*/

a:link {
    text-decoration: underline;
    color: #1A0DAB;
}

a:visited {
    text-decoration: none;
    color: #1A0DAB;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


/*-- ti_lst --*/

.ti_lst {
    line-height: 1.5;
}

.ti_lst .ti_lst,
.lst_disc .ti_lst,
.lst_decimal .ti_lst {
    margin: .5em 0 1em;
    line-height: 1.5;
}

.ti_lst._1em>.ti_item {
    text-indent: -1em;
    padding-left: 1em;
}

.ti_lst._1-5em>.ti_item {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.ti_lst._2em>.ti_item {
    text-indent: -2em;
    padding-left: 2em;
}

.ti_lst._2-5em>.ti_item {
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.ti_lst._3em>.ti_item {
    text-indent: -3em;
    padding-left: 3em;
}

.ti_lst._4em>.ti_item {
    text-indent: -4em;
    padding-left: 4em;
}

.ti_item {
    margin-bottom: 1em;
}

.ti_item:last-child {
    margin-bottom: 0;
}


/*-- text-align --*/

.ta_left {
    text-align: left!important;
}

.ta_right {
    text-align: right!important;
}

.ta_center {
    text-align: center!important;
}


/*-- vertical-align --*/

.va_middle {
    vertical-align: middle!important;
}


/*-- margin --*/

.pc_mt0 {
    margin-top: 0 !important;
}

.pc_mt05 {
    margin-top: 5px !important;
}

.pc_mt10 {
    margin-top: 10px !important;
}

.pc_mt15 {
    margin-top: 15px !important;
}

.pc_mt20 {
    margin-top: 20px !important;
}

.pc_mt25 {
    margin-top: 25px !important;
}

.pc_mt30 {
    margin-top: 30px !important;
}

.pc_mt35 {
    margin-top: 35px !important;
}

.pc_mt40 {
    margin-top: 40px !important;
}

.pc_mt45 {
    margin-top: 45px !important;
}

.pc_mt50 {
    margin-top: 50px !important;
}

.pc_mt55 {
    margin-top: 55px !important;
}

.pc_mt60 {
    margin-top: 60px !important;
}

.pc_mt65 {
    margin-top: 65px !important;
}

.pc_mt70 {
    margin-top: 70px !important;
}

.pc_mt75 {
    margin-top: 75px !important;
}

.pc_mt80 {
    margin-top: 80px !important;
}

.pc_mt85 {
    margin-top: 85px !important;
}

.pc_mt90 {
    margin-top: 90px !important;
}

.pc_mt95 {
    margin-top: 95px !important;
}

.pc_mt100 {
    margin-top: 100px !important;
}

.pc_mb0 {
    margin-bottom: 0 !important;
}

.pc_mb05 {
    margin-bottom: 5px !important;
}

.pc_mb10 {
    margin-bottom: 10px !important;
}

.pc_mb15 {
    margin-bottom: 15px !important;
}

.pc_mb20 {
    margin-bottom: 20px !important;
}

.pc_mb25 {
    margin-bottom: 25px !important;
}

.pc_mb30 {
    margin-bottom: 30px !important;
}

.pc_mb35 {
    margin-bottom: 35px !important;
}

.pc_mb40 {
    margin-bottom: 40px !important;
}

.pc_mb45 {
    margin-bottom: 45px !important;
}

.pc_mb50 {
    margin-bottom: 50px !important;
}

.pc_mb55 {
    margin-bottom: 55px !important;
}

.pc_mb60 {
    margin-bottom: 60px !important;
}

.pc_mb65 {
    margin-bottom: 65px !important;
}

.pc_mb70 {
    margin-bottom: 70px !important;
}

.pc_mb75 {
    margin-bottom: 75px !important;
}

.pc_mb80 {
    margin-bottom: 80px !important;
}

.pc_mb85 {
    margin-bottom: 85px !important;
}

.pc_mb90 {
    margin-bottom: 90px !important;
}

.pc_mb95 {
    margin-bottom: 95px !important;
}

.pc_mb100 {
    margin-bottom: 100px !important;
}


/*-- padding --*/

.pc_pt0 {
    padding-top: 0 !important;
}

.pc_pt05 {
    padding-top: 5px !important;
}

.pc_pt10 {
    padding-top: 10px !important;
}

.pc_pt15 {
    padding-top: 15px !important;
}

.pc_pt20 {
    padding-top: 20px !important;
}

.pc_pt25 {
    padding-top: 25px !important;
}

.pc_pt30 {
    padding-top: 30px !important;
}

.pc_pt35 {
    padding-top: 35px !important;
}

.pc_pt40 {
    padding-top: 40px !important;
}

.pc_pt45 {
    padding-top: 45px !important;
}

.pc_pt50 {
    padding-top: 50px !important;
}

.pc_pt55 {
    padding-top: 55px !important;
}

.pc_pt60 {
    padding-top: 60px !important;
}

.pc_pt65 {
    padding-top: 65px !important;
}

.pc_pt70 {
    padding-top: 70px !important;
}

.pc_pt75 {
    padding-top: 75px !important;
}

.pc_pt80 {
    padding-top: 80px !important;
}

.pc_pt85 {
    padding-top: 85px !important;
}

.pc_pt90 {
    padding-top: 90px !important;
}

.pc_pt95 {
    padding-top: 95px !important;
}

.pc_pt100 {
    padding-top: 100px !important;
}

.pc_pb0 {
    padding-bottom: 0 !important;
}

.pc_pb05 {
    padding-bottom: 5px !important;
}

.pc_pb10 {
    padding-bottom: 10px !important;
}

.pc_pb15 {
    padding-bottom: 15px !important;
}

.pc_pb20 {
    padding-bottom: 20px !important;
}

.pc_pb25 {
    padding-bottom: 25px !important;
}

.pc_pb30 {
    padding-bottom: 30px !important;
}

.pc_pb35 {
    padding-bottom: 35px !important;
}

.pc_pb40 {
    padding-bottom: 40px !important;
}

.pc_pb45 {
    padding-bottom: 45px !important;
}

.pc_pb50 {
    padding-bottom: 50px !important;
}

.pc_pb55 {
    padding-bottom: 55px !important;
}

.pc_pb60 {
    padding-bottom: 60px !important;
}

.pc_pb65 {
    padding-bottom: 65px !important;
}

.pc_pb70 {
    padding-bottom: 70px !important;
}

.pc_pb75 {
    padding-bottom: 75px !important;
}

.pc_pb80 {
    padding-bottom: 80px !important;
}

.pc_pb85 {
    padding-bottom: 85px !important;
}

.pc_pb90 {
    padding-bottom: 90px !important;
}

.pc_pb95 {
    padding-bottom: 95px !important;
}

.pc_pb100 {
    padding-bottom: 100px !important;
}

.pc_ml1em {
    margin-left: 1em !important;
}

.pc_mr1em {
    margin-right: 1em !important;
}


/* sp */

@media screen and (max-width:750px) {
    .sp_mt0 {
        margin-top: 0 !important;
    }
    .sp_mt05 {
        margin-top: 5px !important;
    }
    .sp_mt10 {
        margin-top: 10px !important;
    }
    .sp_mt15 {
        margin-top: 15px !important;
    }
    .sp_mt20 {
        margin-top: 20px !important;
    }
    .sp_mt25 {
        margin-top: 25px !important;
    }
    .sp_mt30 {
        margin-top: 30px !important;
    }
    .sp_mt35 {
        margin-top: 35px !important;
    }
    .sp_mt40 {
        margin-top: 40px !important;
    }
    .sp_mt45 {
        margin-top: 45px !important;
    }
    .sp_mt50 {
        margin-top: 50px !important;
    }
    .sp_mt55 {
        margin-top: 55px !important;
    }
    .sp_mt60 {
        margin-top: 60px !important;
    }
    .sp_mt65 {
        margin-top: 65px !important;
    }
    .sp_mt70 {
        margin-top: 70px !important;
    }
    .sp_mt75 {
        margin-top: 75px !important;
    }
    .sp_mt80 {
        margin-top: 80px !important;
    }
    .sp_mt85 {
        margin-top: 85px !important;
    }
    .sp_mt90 {
        margin-top: 90px !important;
    }
    .sp_mt95 {
        margin-top: 95px !important;
    }
    .sp_mt100 {
        margin-top: 100px !important;
    }
    .sp_mb0 {
        margin-bottom: 0 !important;
    }
    .sp_mb05 {
        margin-bottom: 5px !important;
    }
    .sp_mb10 {
        margin-bottom: 10px !important;
    }
    .sp_mb15 {
        margin-bottom: 15px !important;
    }
    .sp_mb20 {
        margin-bottom: 20px !important;
    }
    .sp_mb25 {
        margin-bottom: 25px !important;
    }
    .sp_mb30 {
        margin-bottom: 30px !important;
    }
    .sp_mb35 {
        margin-bottom: 35px !important;
    }
    .sp_mb40 {
        margin-bottom: 40px !important;
    }
    .sp_mb45 {
        margin-bottom: 45px !important;
    }
    .sp_mb50 {
        margin-bottom: 50px !important;
    }
    .sp_mb55 {
        margin-bottom: 55px !important;
    }
    .sp_mb60 {
        margin-bottom: 60px !important;
    }
    .sp_mb65 {
        margin-bottom: 65px !important;
    }
    .sp_mb70 {
        margin-bottom: 70px !important;
    }
    .sp_mb75 {
        margin-bottom: 75px !important;
    }
    .sp_mb80 {
        margin-bottom: 80px !important;
    }
    .sp_mb85 {
        margin-bottom: 85px !important;
    }
    .sp_mb90 {
        margin-bottom: 90px !important;
    }
    .sp_mb95 {
        margin-bottom: 95px !important;
    }
    .sp_mb100 {
        margin-bottom: 100px !important;
    }
    .sp_pt0 {
        padding-top: 0 !important;
    }
    .sp_pt05 {
        padding-top: 5px !important;
    }
    .sp_pt10 {
        padding-top: 10px !important;
    }
    .sp_pt15 {
        padding-top: 15px !important;
    }
    .sp_pt20 {
        padding-top: 20px !important;
    }
    .sp_pt25 {
        padding-top: 25px !important;
    }
    .sp_pt30 {
        padding-top: 30px !important;
    }
    .sp_pt35 {
        padding-top: 35px !important;
    }
    .sp_pt40 {
        padding-top: 40px !important;
    }
    .sp_pt45 {
        padding-top: 45px !important;
    }
    .sp_pt50 {
        padding-top: 50px !important;
    }
    .sp_pt55 {
        padding-top: 55px !important;
    }
    .sp_pt60 {
        padding-top: 60px !important;
    }
    .sp_pt65 {
        padding-top: 65px !important;
    }
    .sp_pt70 {
        padding-top: 70px !important;
    }
    .sp_pt75 {
        padding-top: 75px !important;
    }
    .sp_pt80 {
        padding-top: 80px !important;
    }
    .sp_pt85 {
        padding-top: 85px !important;
    }
    .sp_pt90 {
        padding-top: 90px !important;
    }
    .sp_pt95 {
        padding-top: 95px !important;
    }
    .sp_pt100 {
        padding-top: 100px !important;
    }
    .sp_pb0 {
        padding-bottom: 0 !important;
    }
    .sp_pb05 {
        padding-bottom: 5px !important;
    }
    .sp_pb10 {
        padding-bottom: 10px !important;
    }
    .sp_pb15 {
        padding-bottom: 15px !important;
    }
    .sp_pb20 {
        padding-bottom: 20px !important;
    }
    .sp_pb25 {
        padding-bottom: 25px !important;
    }
    .sp_pb30 {
        padding-bottom: 30px !important;
    }
    .sp_pb35 {
        padding-bottom: 35px !important;
    }
    .sp_pb40 {
        padding-bottom: 40px !important;
    }
    .sp_pb45 {
        padding-bottom: 45px !important;
    }
    .sp_pb50 {
        padding-bottom: 50px !important;
    }
    .sp_pb55 {
        padding-bottom: 55px !important;
    }
    .sp_pb60 {
        padding-bottom: 60px !important;
    }
    .sp_pb65 {
        padding-bottom: 65px !important;
    }
    .sp_pb70 {
        padding-bottom: 70px !important;
    }
    .sp_pb75 {
        padding-bottom: 75px !important;
    }
    .sp_pb80 {
        padding-bottom: 80px !important;
    }
    .sp_pb85 {
        padding-bottom: 85px !important;
    }
    .sp_pb90 {
        padding-bottom: 90px !important;
    }
    .sp_pb95 {
        padding-bottom: 95px !important;
    }
    .sp_pb100 {
        padding-bottom: 100px !important;
    }
}


/*-- width --*/

.w10p {
    width: 10%!important;
}

.w20p {
    width: 20%!important;
}

.w30p {
    width: 30%!important;
}

.w40p {
    width: 40%!important;
}

.w50p {
    width: 50%!important;
}

.w60p {
    width: 60%!important;
}

.w70p {
    width: 70%!important;
}

.w80p {
    width: 80%!important;
}

.w90p {
    width: 90%!important;
}

.w100p {
    width: 100%!important;
}


/*-- img --*/

img {
    -webkit-backface-visibility: hidden;
    /* chrome */
}

.mw100 {
    /* max-width:100%; */
    width: 100%;
    height: auto;
}

.mw600 {
    max-width: 600px;
    width: 100%;
}

.mw760 {
    max-width: 760px;
    width: 100%;
}


/* ofi_img */

.ofi_img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit:cover;object-position:center;';
}

.ofi_img._center {
    object-position: center;
    font-family: 'object-fit:cover;object-position:center;';
}

.ofi_img._right {
    object-position: right;
    font-family: 'object-fit:cover;object-position:right;';
}

.ofi_img._top {
    object-position: top;
    font-family: 'object-fit:cover;object-position:top;';
}


/*-- other --*/

a,
button {
    opacity: 1;
    transition: opacity .3s ease;
    cursor: pointer;
}

a:hover,
button:hover {
    opacity: 0.7;
}

a.td_none {
    text-decoration: none;
    color: #333;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.ws_nowrap {
    white-space: nowrap;
}

.for_pc {
    display: block;
}

.for_sp {
    display: none;
}

.pr {
    position: relative;
}

hr {
    border-top: 1px solid #ccc;
    margin-bottom: 60px;
}


/* sp */

@media screen and (max-width:750px) {
    /*
	a:hover{
		opacity:1;
	}
	*/
    .for_pc {
        display: none;
    }
    .for_sp {
        display: block;
    }
    hr {
        margin-bottom: 30px;
    }
}


/*-- anc --*/

.anc_base {
    font-size: 0.1rem;
    position: absolute;
    top: 0;
    left: 0;
}


/* sp */

@media screen and (max-width:750px) {
    .anc_base {
        top: -70px;
    }
}


/*-- 

module

====================================================== --*/

.text,
#sec p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2;
}

#sec .content_inner>*,
.box_color_inner>* {
    margin-bottom: 50px;
}

#sec .content_inner>*:last-child,
.box_color_inner>*:last-child {
    margin-bottom: 0;
}

.text._white {
    color: #fff;
}

picture {
    display: block;
}


/*-- icon --*/

.ico_cat {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    background: #fff;
    color: #ED67AD;
    border: 1px solid #ED67AD;
    padding: 4px 1rem;
    margin: 4px 8px 4px 0;
}


/*-- content --*/

.content_base {
    position: relative;
    padding: 60px 0;
}

.content_inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


/* sp */

@media screen and (max-width:750px) {
    .content_base {
        padding: 20px 0;
    }
    .content_inner {
        width: calc(100% - 36px);
        margin: 0 auto;
    }
    #sec .content_inner>*,
    .box_color_inner>* {
        margin-bottom: 30px;
    }
    #sec .content_inner>*:last-child,
    .box_color_inner>*:last-child {
        margin-bottom: 0;
    }
}


/*-- bg_color --*/

.bg_white {
    background-color: #fff!important;
}

.bg_black {
    background-color: #222!important;
}


/*-- headline --*/

.headline01,
.headline02,
.headline03,
.headline04,
.headline05 {
    line-height: 1.5;
}

.headline02._white,
.headline03._white,
.headline04._white,
.headline05._white {
    color: #fff;
}

#sec .headline01,
#sec .headline02,
#sec .headline03,
#sec .headline04,
#sec .headline05 {
    margin-bottom: 20px;
}


/* sp */

@media screen and (max-width:750px) {
    #sec .headline01,
    #sec .headline02,
    #sec .headline03,
    #sec .headline04,
    #sec .headline05 {
        margin-bottom: 10px;
        font-size:20px;
    }
}


/* headline01 */

.headline01 {
    display: inline-block;
    position: relative;
    letter-spacing: 5.4px;
    font-size: 5.4rem;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #ED67AD;
    text-stroke: 2px #ED67AD;
    font-weight: 700;
}

.headline01>span {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, #ED67AD 90%, #ED67AD 92%, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-y;
    background-position: 0% 100%;
    background-size: 98% 100%;
    display: inline;
    font-family: 'Roboto', sans-serif;
}

.headline01._pink {
    -webkit-text-stroke: 2px #FDD2E8;
    text-stroke: 2px #FDD2E8;
}

.headline01._pink>span {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, #FDD2E8 90%, #FDD2E8 92%, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-y;
    background-position: 0% 100%;
    background-size: 98% 100%;
}

.headline01._white {
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}

.headline01._white>span {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 90%, #fff 90%, #fff 92%, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-y;
    background-position: 0% 100%;
    background-size: 98% 100%;
}


/* headline-article */

.headline-article {
    display: block;
    position: relative;
    letter-spacing: 5.4px;
    font-size: 5.4rem;
    color: #850760;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.headline-article>span {
    font-size: 7rem;
}


/* sp */

@media screen and (max-width:750px) {
    /* headline-article */
    .headline-article {
        display: block;
        position: relative;
        letter-spacing: 5.4px;
        font-size: 2.7rem;
        color: #850760;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-bottom: 50px;
    }
    .headline-article>span {
        font-size: 3.5rem;
    }
}

.hl_title {
    background: #850760;
    color: #fff;
    padding: 1em;
    margin: 50px 0 20px;
}


/* sp */

@media screen and (max-width:750px) {
    .headline01 {
        font-size: 3.4rem;
        letter-spacing: 3.4px;
    }
}


/* headline02 */

.headline02 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px;
}


/* sp */

@media screen and (max-width:750px) {
    .headline02 {
        font-size: 2.2rem;
        letter-spacing: 2.2px;
    }
}


/* headline03 */

.headline03 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 13px;
}

.headline03::before {
    content: "";
    background: #C11B4F;
    width: 6px;
    height: 1em;
    flex: 0 0 auto;
    margin: .3em 25px 0 0;
}

.headline03._blue::before {
    background: #062540;
}


/* sp */

@media screen and (max-width:750px) {
    .headline03 {
        font-size: 2rem;
        letter-spacing: 0;
    }
    .headline03::before {
        margin-right: 15px;
    }
}


/* headline04 */

.headline04 {
    font-size: 2rem;
    font-weight: 700;
    color: #C11B4F;
}

.headline04._blue {
    color: #062540;
}


/* sp */

@media screen and (max-width:750px) {
    .headline04 {
        font-size: 1.8rem;
    }
}


/* headline05 */

.headline05 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #C11B4F;
    padding-bottom: 10px;
    border-bottom: 1px solid #C11B4F;
}

.headline05._blue {
    color: #062540;
    border-bottom: 1px solid #062540;
}


/* sp */

@media screen and (max-width:750px) {
    .headline05 {
        font-size: 1.6rem;
    }
}


/*-- txt --*/

.txt_order {
    font-size: 1.2rem;
    margin-left: 1em;
    letter-spacing: 0;
    display: flex;
    align-items: flex-end;
}


/*-- btn --*/


/* regular */

.btn._regular {
    width: 360px;
}

.btn._left {
    margin-left: 0;
    margin-right: auto;
}

.btn._center {
    margin-left: auto;
    margin-right: auto;
}

.btn._right {
    margin-left: auto;
    margin-right: 0;
}


/* variable */

.btn._variable {
    display: flex;
}

.btn._variable._left {
    justify-content: flex-start;
}

.btn._variable._center {
    justify-content: center;
}

.btn._variable._right {
    justify-content: flex-end;
}


/* common */

.btn a {
    display: block;
    text-decoration: none;
}

.btn button {
    width: 100%;
}

.btn .btn__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    padding-right: 3.2em;
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
}

.btn .btn__inner::after {
    font-family: 'icon' !important;
    content: "\e906";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    transition: right .3s ease;
}

.btn .inner-height1{
    height:100px;
}

.btn .btn__inner_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 26px;
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
}

.btn .btn__inner_contact::after {
    font-family: 'icon' !important;
    content: "\e906";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    transition: right .3s ease;
}


/* individual */

.btn01 .btn__inner {
    background: #C11B4F;
}

.btn01 .btn__inner_contact {
    background: #C11B4F;
}

.btn01 .blue {
    background: rgba(56, 136, 208, 1.00) !important;
}



/* red */

.btn02 .btn__inner {
    background: #062540;
}


/* blue */

.btn03 .btn__inner {
    background: #fff;
}


/* red_line */

.btn04 .btn__inner {
    background: #fff;
}


/* blue_line */

.btn03 .btn__inner {
    color: #C11B4F;
    outline: solid 1px #C11B4F;
    outline-offset: -1px;
}

.btn04 .btn__inner {
    color: #062540;
    outline: solid 1px #062540;
    outline-offset: -1px;
}


/* ex */

.btn._ex .btn__inner::after {
    content: "\e903";
    width: 1em;
    height: 1em;
    font-size: 100%;
    right: 20px;
}


/* hover */

a:hover .btn__inner::after,
button:hover .btn__inner::after {
    right: 5px;
}

.btn._ex :hover .btn__inner::after {
    right: 20px;
}


/* sp */

@media screen and (max-width:750px) {
    .btn._regular,
    .btn._variable {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .btn .inner-height1{
        height:auto;
    }

    .btn .btn__inner {
        padding: 22px 18px;
    }

}


/*-- btn_cv --*/

.btn_cv {
    width: 380px;
}

.btn_cv a {
    display: block;
    text-decoration: none;
}

.btn_cv .btn__inner {
    background: #C11B4F;
    font-weight: 700;
    outline: solid 1px rgba(255, 255, 255, 0.5);
    outline-offset: -1px;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 3rem;
    letter-spacing: 3px;
}

.btn_cv .btn__inner::after {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 .3em .5em;
    vertical-align: middle;
}

.btn_cv .btn__inner span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: .5em;
    letter-spacing: 1.2px;
}


/* large */

.btn_cv._large {
    width: 420px;
}

.btn_cv._large .btn__inner {
    outline: none;
    outline-offset: inherit;
    padding: 25px;
    font-size: 4rem;
}

.btn_cv._large .btn__inner span {
    font-size: 1.6rem;
}


/* bg_white */

.btn_cv.bg_white .btn__inner {
    background: #fff;
    color: #C11B4F;
}


/* sp */

@media screen and (max-width:750px) {
    .btn_cv {
        max-width: 380px;
        width: 100%;
    }
    .btn_cv._large {
        max-width: 420px;
        width: 100%;
    }
    .btn_cv._large .btn__inner {
        padding: 12px;
        font-size: 3rem;
    }
    .btn_cv._large .btn__inner span {
        font-size: 1.2rem;
    }
}


/*-- list --*/

.lst_disc,
.lst_decimal {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.8;
    padding-left: 30px;
}


/* lst_disc */

.lst_disc>li {
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}

.lst_disc>li::before {
    content: '';
    display: inline-block;
    background-color: #C11B4F;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    position: absolute;
    top: .75em;
    left: -20px;
}


/* lst_decimal */

.lst_decimal {
    list-style-type: decimal;
}

.lst_decimal>li {
    margin-top: 6px;
    margin-bottom: 6px;
}

.lst_disc._blue>li::before {
    background-color: #7893AA;
}


/* lst_image */

.lst_image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    background:#fff;
    padding-bottom: 50px;
}

.lst_image._column1 li {
    width: 100%;
}

.lst_image._column2 li {
    width: 50%;
}

.lst_image._column3 li {
    width: calc(100% / 3);
}

.lst_image._column4 li {
    width: 25%;
}

.lst_image._column5 li {
    width: 25%;
}

.lst_image._column6 li {
    width: calc(50% / 3);
}

.lst_image._column7 li {
    width: 30%;
}

.lst_image._column8 div:first-child{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height:150px;
    background:#fff;
}

.lst_image._column8 div:first-child img{
    width: 100%;
}

.lst_image._column8 div:nth-child(2n) {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 70%;
    height:150px;
    padding-left:3%;
    background:#fff;
}

.lst_image._column8 div:nth-child(2n) h4{
    font-weight:700;
}

.lst_image li img {
    width: 100%;
    height: auto;
}


/* sp */

@media screen and (max-width:750px) {
    .lst_image li,
    .lst_image._column1 li {
        width: 100%;
    }
    .lst_image._column2 li,
    .lst_image._column3 li,
    .lst_image._column4 li,
    .lst_image._column5 li,
    .lst_image._column6 li
    .lst_image._column7 li {
        width: 50%;
    }
    .lst_image._column8 div:first-child{
        height:100px;
    }
    .lst_image._column8 div:nth-child(2n) {
        width: 70%;
        height:100px;
    }
    .lst_image._column8 div:nth-child(2n) h4{
        font-size:14px;
    }
    .lst_image._column8 div:nth-child(2n) p{
        font-size:12px;
    }
}


/*-- link --*/

a.link {
    color: #1A0DAB;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

a.link_ex {
    color: #1A0DAB;
    position: relative;
    padding-right: .3em;
    text-indent: 0;
    text-decoration: none;
}

a.link_ex:hover {
    text-decoration: underline;
}

a.link_ex::after {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    display: inline-block;
    font-size: 100%;
    margin-left: .5em;
}

a.link_ex:hover::after {
    text-decoration: none;
}


/* table */

.tbl,
.tbl_line {
    width: 100%;
}

.tbl a:hover,
.tbl_line a:hover {
    opacity: 1;
}

.tbl th,
.tbl td {
    border: 1px solid #ADADAD;
    padding: 15px 30px;
}

.tbl th {
    background-color: #F8FAFF;
    color: #222;
    font-weight: 500;
    text-align: center;
}


/* sp */

@media all and (max-width:750px) {
    .tbl th,
    .tbl td {
        padding: 6px 16px;
    }
}


/* thに対して列 */

.tbl_col {
    table-layout: fixed;
}

.tbl_col tbody th {
    display: none;
}


/* sp */

@media all and (max-width:750px) {
    .tbl_col {
        border-bottom: 1px solid #ADADAD;
        border-top: 1px solid #ADADAD;
    }
    .tbl_col thead {
        display: none;
    }
    .tbl_col tbody th {
        display: block;
    }
    .tbl_col th,
    .tbl_col td {
        border-top: none;
        display: block;
        width: 100%;
    }
    .tbl_col td:last-child {
        border-bottom: none;
    }
}


/* thに対して行 */

.tbl_row {
    table-layout: fixed;
}

.tbl_row th {
    vertical-align: middle;
}


/* sp */

@media all and (max-width:750px) {
    .tbl_row {
        border-bottom: 1px solid #ADADAD;
    }
    .tbl_row th,
    .tbl_row td {
        display: block;
        width: 100% !important;
    }
    .tbl_row td {
        border-top: none;
    }
    .tbl_row td:last-child {
        border-bottom: none;
    }
}


/* thに対して列・行 */

.tbl_row_col {
    table-layout: fixed;
}

.tbl_row_col thead th {
    vertical-align: middle;
    text-align: center;
}

.tbl_row_col tbody th {
    vertical-align: middle;
}


/* sp */

@media all and (max-width:750px) {
    .sp_scroll {
        position: relative;
    }
    .sp_scroll::after {
        content: "";
        display: block;
        height: 100%;
        width: 35px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(128, 128, 128, 1) 100%);
        opacity: .5;
        position: absolute;
        top: 0;
        right: 0;
    }
    .tbl_scroll {
        overflow: auto;
    }
    .tbl_row_col {
        table-layout: fixed;
        width: 720px;
    }
}


/* tbl_line */

.tbl_line th,
.tbl_line td {
    vertical-align: middle;
    padding: 15px 30px;
    line-height: 1.6;
}

.tbl_line th {
    font-weight: 500;
    width: 160px;
    border-right: 1px solid #ADADAD;
    color: #C11B4F;
}

.tbl_line tr {
    border-top: 1px solid #ADADAD;
}

.tbl_line tr:last-child {
    border-bottom: 1px solid #ADADAD;
}


/* sp */

@media all and (max-width:750px) {
    .tbl_line th,
    .tbl_line td {
        display: block;
        width: 100%;
    }
    .tbl_line th {
        border-right: none;
        padding: 9px 16px 4px 16px;
    }
    .tbl_line td {
        padding: 0 16px 12px 16px;
        display: block;
        width: 100%;
    }
}


/*-- point --*/

.point {
    border: 2px solid #B22F50;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.point .point_label {
    background-color: #B22F50;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 12px 30px;
    line-height: 1.5;
}

.point_wrap {
    padding: 40px 60px;
}

.point_wrap2 {
    display: flex;
}

.point_wrap2 div:first-child {
    margin-right: 3%;
    width: 70%;
}


/* sp */

@media all and (max-width:750px) {
    .point .point_label {
        padding: 12px 20px;
    }
    .point_wrap {
        padding: 20px;
    }
    .point_wrap2 {
        display: block;
    }
    .point_wrap2 div:first-child {
        margin-bottom: 3%;
        width: 100%;
    }
}


/*-- box_list --*/

.box_list {
    display: flex;
    flex-wrap: wrap;
}

.box_list li>a {
    display: block;
    text-decoration: none;
}


/* col_1 */

.box_list.col_1 {
    width: 100%;
}


/* col_2 */

.box_list.col_2 li {
    margin-right: 60px;
    width: calc(50% - 30px);
}

.box_list.col_2 li:nth-of-type(2n) {
    margin-right: 0;
}

.box_list.col_2 .thumb img {
    width: 420px;
    height: 240px;
}

.box_list.col_2 .btn {
    width: 280px;
}


/* col_3 */

.box_list.col_3 li {
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
}

.box_list.col_3 li:nth-of-type(3n) {
    margin-right: 0;
}

.box_list.col_3 .thumb img {
    width: 280px;
    height: 160px;
}

.box_list.col_3 .btn {
    width: 100%;
}


/* common */

.box_list._img_h_auto .thumb img {
    height: auto;
}

.box_list .text,
.box_list .thumb {
    padding-bottom: 20px;
}

.box_list a {
    color: #060606;
}


/* sp */

@media all and (max-width:750px) {
    .box_list.col_2 li,
    .box_list.col_3 li {
        margin-right: 0;
        margin-top: 40px;
        width: 100%;
    }
    .box_list.col_2 li:first-child,
    .box_list.col_3 li:first-child {
        margin-top: 0;
    }
    .box_list li .thumb {
        position: relative;
        width: 100%;
    }
    .box_list li .thumb .thumb__inner {
        text-align: center;
    }
    .box_list.col_2 .thumb img,
    .box_list.col_3 .thumb img {
        width: 100%;
        height: auto;
    }
    .box_list .text,
    .box_list .thumb {
        padding-bottom: 10px;
    }
    .box_list.col_2 .btn,
    .box_list.col_3 .btn {
        width: 80%;
    }
}


/*-- box_link --*/

.box_link a {
    display: flex;
    text-decoration: none;
    color: #060606;
}

.box_link._reverse a {
    flex-direction: row-reverse;
}

.box_link .box_link_image {
    margin-right: 30px;
    flex: 0 0 auto;
}

.box_link._reverse .box_link_image {
    margin-left: 40px;
    margin-right: 0;
}

.box_link .box_link_text {
    width: auto;
}

.box_link .box_link_flex {
    display: flex;
}

.box_link .box_link_text2 {
    width: 60%;
}

.box_link .box_link_img {
    width: 40%;
    margin-right: 2%;
}

.box_link .box_link_img img {
    width: 100%;
}

.box_link .headline02,
.box_link .headline03,
.box_link .headline04,
.box_link .headline05 {
    margin-top: 0;
}

.box_link .btn {
    margin-top: 20px;
    width: 280px;
}

.person-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.person-img p {
    text-align: center !important;
}


/* sp */

@media all and (max-width:750px) {
    .box_link a {
        display: block;
    }
    .box_link .box_link_image,
    .box_link._reverse .box_link_image {
        margin: 0;
        text-align: center;
        width: auto;
    }
    .box_link .box_link_text {
        width: auto;
    }
    .box_link .box_link_img {
        width: 100%;
        display: block;
    }
    .box_link .box_link_img img {
        width: 100%;
        margin-bottom: 3%;
    }
    .box_link .btn,
    .box_link .headline02,
    .box_link .headline03,
    .box_link .headline04,
    .box_link .headline05 {
        margin-top: 10px;
    }
    .box_link .btn {
        width: 80%;
    }
    .box_link .box_link_flex {
        display: block;
    }
}


/*-- sec__banner --*/

.sec__banner {
    background: linear-gradient(90deg, #C11B4F 0%, #891439 100%) 0% 0% no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0;
}

.sec__inner {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

@media all and (max-width:1000px) {
    .sec__banner {
        width: 1000px;
        margin: 0 -50px;
    }
}


/* sp */

@media screen and (max-width:750px) {
    .sec__banner {
        width: calc(100% + 36px);
        margin: 0;
        margin-left: -18px;
        padding: 18px;
    }
    .sec__inner {
        width: 100%;
    }
}


/*-- box_color --*/

.box_color {
    background: linear-gradient(90deg, #C11B4F 0%, #891439 100%) 0% 0% no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
}

.box_color_inner {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 100px;
}

@media all and (max-width:1100px) {
    .box_color {
        width: 1100px;
        margin: 0 -100px;
    }
}


/* sp */

@media all and (max-width:750px) {
    .box_color {
        width: calc(100% + 36px);
        margin: 0;
        margin-left: -18px;
        padding: 18px;
    }
    .box_color_inner {
        width: 100%;
        padding: 18px;
    }
}


/* box_youtube */

.box_youtube {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.box_youtube iframe {
    width: 100%;
    height: 100%;
}


/*-- 

animation

====================================================== --*/

@keyframes opacity_show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes opacity_hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes width_menu {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes scale1 {
    0% {
        transform: scale(1.2);
    }
    80% {
        transform: translate(0, 0);
    }
    100% {
        transform: scale(1) translate(50%, 0);
    }
}

@keyframes scale2 {
    0% {
        transform: translate(0, 0);
    }
    80% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-110%, 0);
    }
}

@keyframes scale3 {
    20% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.2);
    }
}


/*-- mv txt --*/


/* txt1 */

.is-active.u-transform-type-right-01,
.is-active.u-transform-type-right-01 span {
    transition-delay: .1s;
    transform: translate(0, 0);
}

.u-transform-type-right-01 {
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.21, 0.6, 0.35, 1) 1s;
}

.u-transform-type-right-01 span {
    display: block;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.21, 0.6, 0.35, 1) 1s;
}


/* txt2 */

.is-active.u-transform-type-right-02,
.is-active.u-transform-type-right-02 span {
    transition-delay: 1s;
    transform: translate(0, 0);
}

.u-transform-type-right-02 {
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.21, 0.6, 0.35, 1) 1s;
}

.u-transform-type-right-02 span {
    display: block;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.21, 0.6, 0.35, 1) 1s;
}


/*-- common --*/


/* u_fade */

.u_fade {
    opacity: 0;
}

.u_fade.is-active {
    transition: opacity .5s cubic-bezier(0.21, 0.6, 0.35, 1) 4.5s;
    opacity: 1;
}


/* u_fade_type_up */

.u_fade_type_up {
    transform: translateY(100px);
    opacity: 0;
}

.u_fade_type_up.is-active {
    transition: opacity .6s, transform .6s;
    transform: translateY(0);
    opacity: 1;
}


/* u_fade_type_slide */

.u_fade_type_slide {
    position: relative;
    display: block;
}

.u_fade_type_slide::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    transform: scaleX(1);
    transform-origin: 100% 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.u_fade_type_slide.is-active::after {
    transition: cubic-bezier(0.21, 0.6, 0.35, 1) 1s .6s;
    transform: scaleX(0);
}


/* delay */

.is-active.u_delay01,
.is-active.u_delay01::after {
    transition-delay: .2s;
}

.is-active.u_delay02,
.is-active.u_delay02::after {
    transition-delay: .4s;
}

.is-active.u_delay03,
.is-active.u_delay03::after {
    transition-delay: .6s;
}

.is-active.u_delay04,
.is-active.u_delay04::after {
    transition-delay: .8s;
}

.is-active.u_delay05,
.is-active.u_delay05::after {
    transition-delay: 1s;
}


/* animation */

.u-transform-type-right-01,
.u-transform-type-right-01 span,
.u-transform-type-right-02,
.u-transform-type-right-02 span {
    will-change: transform;
    backface-visibility: hidden;
}


/*-- 

common_header

====================================================== --*/

#common_header {
    position: fixed;
    top: 0;
    left: 0;
    background:#000;
    height: 100px;
    width: 100%;
    z-index: 20;
    opacity: 1;
}

#header_inner_logo {
    /* position: absolute; */
    position: fixed;
    top: 23px;
    left: 30px;
    z-index: 31;
}

.header_logo_title {
    display: block;
    width: 113px;
    height: 57px;
}

.header_logo_title img {
    width: 100%;
    height: auto;
}

#page_top #common_header {
    /* background: none; */
}

.header_logo_flex {
     display: flex;
     justify-content: flex-start;
     align-items:center;
     position:relative;
     top: 20px;
     left:20px;
}

.header_logo_flex img{
     padding:10px;
}


/* sp */

@media screen and (max-width:750px) {
    #page_top #common_header,
    #common_header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(6, 6, 6, 0.76);
    }
    #header_inner_logo {
        top: 8px;
        left: 16px;
        width: 68px;
        height: 35px;
    }
    .header_logo_title {
        display: block;
        width: 68px;
        height: 35px;
        font-size: 1.6rem;
    }
    .header_logo_flex {
     top: 5px;
}
}


/* gnh_nav_lst */

#gnh {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 30;
    opacity: 1;
}

.active #gnh {
    position: fixed;
    animation: opacity_show ease .4s;
    opacity: 1;
}

.gnh_nav_lst {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(6, 6, 6, 0.76);
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
.gnh_nav{
    background:#333;
    opacity:0.8;
    color:#fff;
    text-align: center;
  }
  /*ナビゲーションを横並びに*/
  .gnh_nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
  }
  /*2階層目以降は横並びにしない*/
  .gnh_nav ul ul{
    display: block;
  }
  
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  .gnh_nav ul li{
    position: relative;
  }
  
  /*ナビゲーションのリンク設定*/
  .gnh_nav ul li a{
    display: block;
    text-decoration: none;
    color: #999;
    padding:20px 35px;
    transition:all .3s;
  }
  
  .gnh_nav ul li li a{
    padding:10px 35px;
  }
  
  .gnh_nav ul li a:hover{
    color:#fff; 
  }
  
  /*==矢印の設定*/
  
  /*2階層目を持つliの矢印の設定*/
  .gnh_nav ul li.has-child::before{
    content:'';
    position: absolute;
    left:15px;
    top:25px;
    width:6px;
    height:6px;
    border-top: 2px solid #999;
      border-right:2px solid #999;
      transform: rotate(135deg);
  }
  
  /*3階層目を持つliの矢印の設定*/
  .gnh_nav ul ul li.has-child::before{
    content:'';
    position: absolute;
    left:6px;
    top:17px;
    width:6px;
    height:6px;
      border-top: 2px solid #fff;
      border-right:2px solid #fff;
      transform: rotate(45deg);
  }
  
  /*== 2・3階層目の共通設定 */
  
  /*下の階層を持っているulの指定*/
  .gnh_nav li.has-child ul{
      /*絶対配置で位置を指定*/
    position: absolute;
    left:0;
    top:100px;
    z-index: 4;
      /*形状を指定*/
    background:#28BFE7;
    width:270px;
      /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
      /*アニメーション設定*/
    transition: all .3s;
    font-size:16px;
  }
  
  /*hoverしたら表示*/
  .gnh_nav li.has-child:hover > ul,
  .gnh_nav li.has-child ul li:hover > ul,
  .gnh_nav li.has-child:active > ul,
  .gnh_nav li.has-child ul li:active > ul{
    visibility: visible;
    opacity: 1;
  }
  
  /*ナビゲーションaタグの形状*/
  .gnh_nav li.has-child ul li a{
    color: #fff;
    border-bottom:solid 1px rgba(255,255,255,0.6);
  }
  
  .gnh_nav li.has-child ul li:last-child > a{
   border-bottom:none;
  }
  
  .gnh_nav li.has-child ul li a:hover,
  .gnh_nav li.has-child ul li a:active{
    background:#3577CA;
  }
  
  
  /*==3階層目*/
  
  /*3階層目の位置*/
  .gnh_nav li.has-child ul ul{
    top:0;
    left:182px;
    background:#66ADF5;
  }
  
  .gnh_nav li.has-child ul ul li a:hover,
  .gnh_nav li.has-child ul ul li a:active{
    background:#448ED3;
  }
  
  
  /*==768px以下の形状*/
  
  @media screen and (max-width:768px){
    .gnh_nav{
      padding: 0;
    }
    
    .gnh_nav ul{
      display: flex;
    }
    
    .gnh_nav li.has-child ul,
    .gnh_nav li.has-child ul ul{
      position: relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;/*JSで制御するため一旦表示*/
    opacity:1;/*JSで制御するため一旦表示*/
    display: none;/*JSのslidetoggleで表示させるため非表示に*/
    transition:none;/*JSで制御するためCSSのアニメーションを切る*/
  }
    
  .gnh_nav ul li a{
    display: flex;
    padding:0;
  }
  
  /*矢印の位置と向き*/
  
  .gnh_nav ul li.has-child::before{
    left:20px;  
  }
  
  .gnh_nav ul ul li.has-child::before{
      transform: rotate(135deg);
    left:20px;
  }
      
  .gnh_nav ul li.has-child.active::before{
      transform: rotate(-45deg);
  }
  
  }
.gnh_item{
    display: none;
}

.gnh_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.28;
}

.gnh_item a::after {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    display: inline-block;
    font-size: 100%;
    margin-top: .5em;
}

.gnh_contact a {
    transition: background .3s ease;
    background: rgba(58, 59, 62, 1.00);
}

.gnh_contact a:hover {
    opacity: 1;
    background: rgba(116, 117, 119, 1.00);
}

.gnh_entry a {
    transition: background .3s ease;
    background: rgba(193, 27, 79, 1.00);
}

.gnh_entry a:hover {
    opacity: 1;
    background: rgba(211, 94, 131, 1.00);
}

/* sp */

@media screen and (max-width:750px) {
    .gnh_item{
        display: flex;
    }

    .gnh_item a {
        width: 50px;
        height: 50px;
        font-size: 0.8rem;
        line-height: 1.28;
    }
    .active #gnh {
        animation: none;
    }
}


/*-- gnh_menu --*/

#gnh_menu {
    position: relative;
    /* display: flex; */
    display:none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    width: 100px;
    height: 100px;
    transition: background .3s ease;
    background: rgba(56, 136, 208, 1.00);
}

.gnh_menu_txt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#gnh_menu::before,
.gnh_menu_txt,
#gnh_menu::after {
    display: block;
    position: absolute;
    left: 25px;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

#gnh_menu::before {
    content: '';
    top: 33px;
}

.gnh_menu_txt {
    top: 48px;
}

#gnh_menu::after {
    content: '';
    top: 63px;
}

#gnh_menu:hover {
    opacity: 1;
    background: rgba(115, 171, 222, 1.00);
}

/*-- 横並びメニュー --*/

#gnh_menu2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    /* width: 250px; */
    height: 100px;
    margin-right:10px;
    color:#fff;
    font-size:18px;
}

#gnh_menu2 a {
    text-decoration:none;
    color:#fff;
}

.gnh_menu2_txt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.gnh_menu2_txt {
    top: 48px;
}

#gnh_menu2::after {
    content: '';
    top: 63px;
}

#gnh_menu2:hover {
    opacity: 1;
    background: rgba(115, 171, 222, 1.00);
}

/* sp */

@media screen and (max-width:750px) {
    #gnh_menu {
        display:flex;
        width: 50px;
        height: 50px;
    }
    #gnh_menu::before,
    .gnh_menu_txt,
    #gnh_menu::after {
        left: 13px;
        width: 24px;
        height: 2px;
    }
    #gnh_menu::before {
        top: 17px;
    }
    .gnh_menu_txt {
        top: 24px;
    }
    #gnh_menu::after {
        top: 31px;
    }
    #gnh_menu2{
        display:none;
    }
}


/*-- common_nav --*/

#common_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background:#060606; */
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(6, 6, 6, 0.76);
    z-index: 100;
    display: none;
}

.nav_inner_logo {
    position: absolute;
    top: 23px;
    left: 30px;
    display: block;
    width: 113px;
    height: 57px;
}

.nav_logo_title {
    display: block;
}

.nav_logo_title img {
    width: 100%;
    height: auto;
}


/* sp */

@media screen and (max-width:750px) {
    .nav_inner_logo {
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(rgba(6, 6, 6, 1), rgba(6, 6, 6, 0));
        z-index: 101;
    }
    .nav_logo_title {
        position: absolute;
        top: 8px;
        left: 16px;
        display: block;
        width: 68px;
        height: 35px;
    }
}


/* nav_menu */

.nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.nav_menu a {
    color: #fff;
    text-decoration: none;
}

.nav_menu>ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 900px;
    margin-right: 12%;
    margin-left: 12%;
}

.nav_menu>ul>li {
    position: relative;
    max-width: 270px;
    width: auto;
    margin: 20px 50px;
    letter-spacing: 2.8px;
}


/* tab */

@media screen and (max-width:900px) {
    .nav_menu>ul>li {
        position: relative;
        width: calc(50% - 80px);
        margin: 20px 40px;
    }
}

.nav_menu>ul>li::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #C11B4F;
    position: absolute;
    top: 1em;
    left: -45px;
}

.nav_menu>ul>li>a {
    font-size: 2.8rem;
    font-weight: 700;
}

.nav_menu>ul ul>li {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
}

.nav_menu>ul ul>li::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    top: .6em;
    left: 0;
}

.nav_menu>ul ul>li a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #BFBFBF;
}


/* sp */

@media screen and (max-width:750px) {
    .nav_menu {
        align-items: flex-start;
    }
    .nav_menu>ul {
        margin: 0;
        padding: 80px 50px 50px 40px;
    }
    .nav_menu>ul>li {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 20px 40px;
    }
    .nav_menu>ul>li::before {
        top: .8em;
        left: -45px;
    }
    .nav_menu>ul>li>a {
        font-size: 2.2rem;
    }
    .nav_menu>ul ul>li {
        margin-top: 20px;
        padding-left: 15px;
    }
}


/* animation */

.nav_menu>ul>li>a,
.nav_menu>ul>li ul {
    opacity: 0;
}

.nav_menu>ul>li>a {
    transition: text-shadow .3s ease;
}

.nav_menu>ul>li>a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.nav_menu>ul>li::before {
    transform: scaleX(0);
    transform-origin: left top;
}

.nav_menu.txt_active>ul>li>a,
.nav_menu.txt_active>ul>li ul {
    animation: opacity_show ease .4s forwards;
}

.nav_menu.txt_active>ul>li::before {
    animation: width_menu ease .8s forwards;
}

.nav_menu.txt_active>ul>li:nth-child(1)::before,
.nav_menu.txt_active>ul>li:nth-child(1)>a,
.nav_menu.txt_active>ul>li:nth-child(1) ul {
    animation-delay: .2s;
}

.nav_menu.txt_active>ul>li:nth-child(2)::before,
.nav_menu.txt_active>ul>li:nth-child(2)>a,
.nav_menu.txt_active>ul>li:nth-child(2) ul {
    animation-delay: .4s;
}

.nav_menu.txt_active>ul>li:nth-child(3)::before,
.nav_menu.txt_active>ul>li:nth-child(3)>a,
.nav_menu.txt_active>ul>li:nth-child(3) ul {
    animation-delay: .6s;
}

.nav_menu.txt_active>ul>li:nth-child(4)::before,
.nav_menu.txt_active>ul>li:nth-child(4)>a,
.nav_menu.txt_active>ul>li:nth-child(4) ul {
    animation-delay: .8s;
}

.nav_menu.txt_active>ul>li:nth-child(5)::before,
.nav_menu.txt_active>ul>li:nth-child(5)>a,
.nav_menu.txt_active>ul>li:nth-child(5) ul {
    animation-delay: 1s;
}

.nav_menu.txt_active>ul>li:nth-child(6)::before,
.nav_menu.txt_active>ul>li:nth-child(6)>a,
.nav_menu.txt_active>ul>li:nth-child(6) ul {
    animation-delay: 1.2s;
}

.nav_menu.txt_active>ul>li:nth-child(7)::before,
.nav_menu.txt_active>ul>li:nth-child(7)>a,
.nav_menu.txt_active>ul>li:nth-child(7) ul {
    animation-delay: 1.4s;
}

.nav_menu.txt_active>ul>li:nth-child(8)::before,
.nav_menu.txt_active>ul>li:nth-child(8)>a,
.nav_menu.txt_active>ul>li:nth-child(8) ul {
    animation-delay: 1.6s;
}

.nav_menu.txt_active>ul>li:nth-child(9)::before,
.nav_menu.txt_active>ul>li:nth-child(9)>a,
.nav_menu.txt_active>ul>li:nth-child(9) ul {
    animation-delay: 1.8s;
}


/* btn_close */

.btn_close_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.btn_close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #C11B4F;
}

.btn_close_txt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn_close::before,
.btn_close::after {
    content: "";
    display: block;
    position: absolute;
    width: 58px;
    height: 2px;
    top: 48px;
    left: 21px;
    background-color: #fff;
}

.btn_close::before {
    transform: rotate(45deg);
}

.btn_close::after {
    transform: rotate(-45deg);
}

.nav_copyright {
    position: absolute;
    left: 50px;
    bottom: 33px;
    font-size: 1.2rem;
    color: #fff;
}


/* sp */

@media screen and (max-width:750px) {
    .btn_close {
        width: 50px;
        height: 50px;
        z-index: 102;
    }
    .btn_close::before,
    .btn_close::after {
        width: 29px;
        height: 1px;
        top: 24px;
        left: 10px;
    }
    .nav_copyright {
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 35px 25px 15px;
        background: linear-gradient(rgba(6, 6, 6, 0), rgba(6, 6, 6, 1));
    }
}


/*-- 

content_sec

====================================================== --*/

#content_mv_sec {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00070C url(../img/bg_sec.jpg) no-repeat center 60%;
    background-size: cover;
    background-attachment: fixed;
}

#content_mv_sec .headline {
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    margin-top: 100px;
    text-shadow: 0px 6px 6px #000;
}


/* sp */

@media screen and (max-width:750px) {
    #content_mv_sec {
        height: auto;
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 18px;
        background-position: center center;
        background-attachment: inherit;
        background-size: 140%;
    }
    #content_mv_sec .headline {
        font-size: 2.2rem;
        letter-spacing: 2.2px;
        margin-top: 50px;
    }
}


/*-- 

common_main

====================================================== --*/

#common_main {
    overflow: hidden;
}


/* sp */

@media screen and (max-width:750px) {}


/*-- 

breadcrumbs

====================================================== --*/

.breadcrumbs {
    margin: 10px auto;
    width: calc(100% - 60px);
}

.breadcrumbs .breadcrumbs__list {
    line-height: 1.4;
}

.breadcrumbs .breadcrumbs__item {
    display: inline;
    font-size: 1.2rem;
}

.breadcrumbs .breadcrumbs__item a {
    color: #060606;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs__item a:hover {
    text-decoration: underline;
}

.breadcrumbs .breadcrumbs__item::after {
    font-family: 'icon' !important;
    content: "\e906";
    display: inline-block;
    padding: 0 10px;
    vertical-align: bottom;
}

.breadcrumbs .breadcrumbs__item:last-child::after {
    display: none;
}


/* sp */

@media all and (max-width:750px) {
    .breadcrumbs {
        display: none;
    }
}


/*-- 

pagetop

====================================================== --*/

#pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#pagetop button {
    background: #C11B4F;
    height: 70px;
    width: 70px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    transition: opacity .3s ease;
}

#pagetop button:hover {
    opacity: 0.7;
}

#pagetop.active {
    display: block;
}

#pagetop button::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}


/* sp */

@media all and (max-width:750px) {
    #pagetop button:hover {
        opacity: 1;
    }
    #pagetop button {
        height: 50px;
        width: 50px;
    }
    #pagetop button::before {
        top: 10px;
        width: 16px;
        height: 16px;
    }
}


/*-- 

common_footer

====================================================== --*/

#common_footer {
    background: #060606;
    padding: 20px 0 25px;
}

#footer_inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_logo {
    width: 125px;
}

.footer_logo_title {
    width: 125px;
    display: block;
}

.footer_logo_title img {
    width: 100%;
    height: auto;
}

.footer_link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    width: 700px;
}

.gnf_nav_txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5px;
    flex-wrap: wrap;
}

.gnf_nav_txt a {
    color: #fff;
    text-decoration: none;
}

.gnf_nav_txt>li {
    margin: 0 30px 15px 0;
}

.gnf_nav_txt>li>ul {
    display: none;
}

.gnf_nav_txt>li:last-child {
    margin-right: 0;
}

.gnf_nav_bnr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 900px;
}

.gnf_nav_bnr>li {
    margin: 20px 20px 0 0;
}

.gnf_nav_bnr>li:nth-child(4n) {
    margin-right: 0;
}

.gnf_nav_bnr a {
    display: block;
    width: 210px;
}

.gnf_nav_bnr img {
    width: 100%;
    height: auto
}

.footer_copyright {
    margin: 0 0 0 auto;
    font-size: 1.2rem;
    color: #fff;
}


/* sp */

@media screen and (max-width:750px) {
    #common_footer {
        padding: 20px 28px;
    }
    #footer_inner {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .footer_link {
        align-items: flex-start;
        width: 100%;
    }
    .gnf_nav_txt {
        display: block;
        margin-top: 30px;
        order: 3;
    }
    .gnf_nav_txt>li {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 27px;
        line-height: 1.5;
    }
    .gnf_nav_txt>li:last-child {
        margin-bottom: 0;
    }
    .gnf_nav_txt>li::before {
        position: absolute;
        top: .8em;
        left: 0;
        content: "";
        display: block;
        width: 9px;
        height: 1px;
        background-color: #fff;
    }
    .gnf_nav_bnr {
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .gnf_nav_bnr>li {
        margin: 0 0 10px 0;
    }
    .gnf_nav_bnr>li:last-child {
        margin-bottom: 0;
    }
    .gnf_nav_bnr a {
        max-width: 340px;
        width: 100%;
        height: auto;
    }
    .footer_copyright {
        margin: 20px 0 0;
        order: 4;
        text-align: left;
    }
}


/*-- 

content_mv

====================================================== --*/

#content_mv {
    background: #060606;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

#content_mv .content_mv_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#content_mv ._photo {
    width: 800px;
    height: 436px;
}

#content_mv ._photo svg {
    width: 800px;
    height: 436px;
}

#content_mv ._title,
#content_mv .text {
    position: relative;
    text-align: center;
    color: #fff;
}

#content_mv ._title {
    font-size: 3rem;
    letter-spacing: 3px;
}

#content_mv .text {
    margin-top: 14px;
    margin-bottom: 40px;
    letter-spacing: 1.6px;
}

#content_mv .text b {
    font-size: 2rem;
    color: #FBFF8D;
}


/* sp */

@media screen and (max-width:750px) {
    #content_mv {
        padding: 30px 18px 34px;
    }
    #content_mv .content_mv_inner {
        overflow: hidden;
    }
    #content_mv ._photo,
    #content_mv ._photo svg {
        /*
		width:100%;
		height:auto;
	*/
    }
    #content_mv ._title,
    #content_mv .text {
        width: calc(100% - 30px);
        text-align: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    #content_mv ._title {
        font-size: 2.2rem;
    }
    #content_mv .text {
        font-size: 1.4rem;
        margin-top: 16px;
        margin-bottom: 20px;
    }
}


/*-- content_mv animation --*/

#content_mv ._photo {
    position: relative;
    background: url(../img/top/copy_anime.jpg) no-repeat;
    background-position: 0 0;
    animation: bg_animation .3s steps(6) 4s both;
    transform: scale(1.2);
}

@keyframes bg_animation {
    to {
        background-position: 0 -2616px;
    }
}

#content_mv svg path,
#content_mv svg line,
#content_mv svg polygon,
#content_mv svg rect {
    fill: none;
    stroke-linejoin: round;
    stroke-dasharray: 1500px;
    animation: line_animation 3s both 2s;
    stroke: #fff;
    opacity: 1;
}

@keyframes line_animation {
    0% {
        stroke-dashoffset: 1500px;
    }
    83% {
        stroke-dashoffset: 0px;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* sp */

@media screen and (max-width:750px) {
    #content_mv ._photo {
        transform: scale(0.55);
        margin-top: -90px;
        margin-bottom: -100px;
    }
    #content_mv .text,
    #content_mv .text b {
        text-align: justify;
        line-height: 3rem;
    }
}


/*-- 

content_mission

====================================================== --*/

#content_mission {
    /* background: #060606 url(../img/bg_sec.jpg) no-repeat center center; */
    background-size: cover;
    background-attachment: fixed;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#content_mission .content_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* color: #000; */
}

#content_mission .headline01 {
    margin-bottom: 25px;
}

/* #content_mission ._title,
#content_mission .text {
    text-shadow: 0px 6px 6px #000;
} */

#content_mission ._title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

#content_mission .text {
    text-align: center;
    margin-bottom: 25px;
}

#content_mission .text:last-child {
    margin-bottom: 0;
}


/* sp */

@media screen and (max-width:750px) {
    #content_mission {
        background-attachment: inherit;
    }
    #content_mission ._title {
        font-size: 2.2rem;
        letter-spacing: 2.2px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    #content_mission .text {
        font-size: 1.4rem;
        letter-spacing: 1.4px;
        margin-bottom: 20px;
        text-align: justify;
    }
}


/*-- 

content_information

====================================================== --*/

#content_information {
    background: #fff;
}

#content_information .content_inner {
    position: relative;
}

#content_information .btn__inner {
    position: absolute;
    top: 20px;
    right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 1.6rem;
}


/*-- dl_information --*/

#content_information .dl_information {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 15px;
}

#content_information .dl_information dt {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
}

#content_information .dl_information dt .ico_cat {
    display: inline-block;
}

#content_information .dl_information time {
    vertical-align: bottom;
    margin: .3em 10px 0 0;
    width: 5.5em;
    flex: 0 0 auto;
}

#content_information .dl_information a {
    text-decoration: none;
}

#content_information .dl_information dd {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
}

#content_information .dl_information dd:last-of-type {
    margin-bottom: 0;
}


/* sp */

@media screen and (max-width:750px) {
    #content_information .dl_information a {
        color: #060606;
    }
    #content_information .information_title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #content_information .headline02 {
        width: 100%;
    }
    #content_information .btn {
        width: 180px;
        margin-top: 20px;
    }
    #content_information .btn__inner {
        position: relative;
        top: inherit;
        right: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/*-- 

content_program

====================================================== --*/

#content_program {
    background: #fff;
    border: 1px solid rgba(237, 103, 173, 0.5);
    border-left: none;
    border-right: none;
}

#content_program .bg_program {
    background: #fff url(../img/top/bg_program.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 50px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}


/* sp */

@media screen and (max-width:750px) {
    #content_program .bg_program {
        background-attachment: inherit;
    }
    #content_program .program_title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/*-- lst_mentor --*/

#content_program .lst_mentor {
    width: 1000px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#content_program .lst_mentor>li {
    width: calc((100% - 60px) / 3);
    margin: 40px 20px 0 0;
}

#content_program .lst_mentor>li:nth-child(3n) {
    margin-right: 0;
}

#content_program .lst_mentor>li figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content_program .lst_mentor>li ._title {
    text-align: center;
    line-height: 1.5;
    color: #C11B4F;
    font-size: 1.8rem;
    margin: 15px 0;
}

#content_program .lst_mentor>li .text {
    font-size: 1.4rem;
}


/* sp */

@media screen and (max-width:750px) {
    #content_program .lst_mentor {
        flex-direction: column;
    }
    #content_program .lst_mentor>li {
        width: 100%;
        margin: 25px 0 0 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #content_program .lst_mentor_txt {
        margin-left: 15px;
    }
    #content_program .lst_mentor>li figure {
        flex: 0 0 auto;
        width: 120px;
    }
    #content_program .lst_mentor>li figure img {
        width: 100%;
        height: auto;
    }
    #content_program .lst_mentor>li ._title {
        text-align: left;
        margin: 0 0 15px;
    }
    #content_program .lst_mentor>li .text {
        line-height: 1.5;
    }
}


/*-- box_comingsoon --*/

.box_comingsoon {
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.box_comingsoon p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4rem;
    font-weight: 300;
}

.box_comingsoon b {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 1em;
}


/* sp */

@media screen and (max-width:750px) {
    .box_comingsoon {
        padding: 30px 20px;
    }
    .box_comingsoon p {
        font-size: 2.4rem;
        font-weight: 300;
    }
    .box_comingsoon b {
        font-size: 1.4rem;
    }
}


/*-- 

content_cv

====================================================== --*/

.content_cv {
    background: linear-gradient(90deg, #C11B4F 0%, #891439 100%) 0% 0% no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 0;
}

.content_cv_inner {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content_cv .headline01,
.content_cv .text {
    margin-bottom: 25px;
}

.content_cv .text {
    color: #fff;
}

.content_cv ._notice {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 25px;
    line-height: 2;
}

@media all and (max-width:1000px) {
    .content_cv {
        width: 1000px;
        margin: 0 -50px;
    }
}


/* sp */

@media screen and (max-width:750px) {
    .content_cv {
        width: 100vw;
        margin-left: -18px;
        padding: 18px;
    }
    .content_cv_inner {
        width: 100%;
    }
    .content_cv .headline01,
    .content_cv .text {
        margin-bottom: 20px;
    }
}


/*-- 

content_promotion

====================================================== --*/

#content_promotion {
    background: #fff url(../img/top/bg_promotion.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#content_promotion .lst_promotion {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#content_promotion .lst_promotion>li {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
}

#content_promotion .lst_promotion>li:nth-child(2n) {
    margin-right: 0;
}


/* sp */

@media screen and (max-width:750px) {
    #content_promotion {
        background-attachment: inherit;
    }
    #content_promotion .promotion_title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #content_promotion .lst_promotion {
        flex-direction: column;
    }
    #content_promotion .lst_promotion>li {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #content_promotion .lst_promotion>li img {
        width: 100%;
        height: auto;
    }
}


/*-- 

content_supporter

====================================================== --*/

#content_supporter {
    background: #fff url(../img/top/bg_supporter.jpg) no-repeat center 300px;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}


/* sp */

@media screen and (max-width:750px) {
    #content_supporter {
        background-attachment: inherit;
    }
    #content_supporter .supporter_title {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/*-- 

content_message

====================================================== --*/

#content_message {
    background: #040406 url(../img/top/bg_message.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#content_message .message_title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#content_message .lst_message_txt {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -20px;
}

#content_message .lst_message_txt>li {
    font-weight: 700;
    margin: 80px 80px 0 0;
    width: calc(50% - 40px);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

#content_message .lst_message_txt>li:nth-child(2n) {
    margin-right: 0;
}

#content_message .lst_message_txt .text {
    color: #fff;
    margin-bottom: auto;
    text-shadow: 0px 6px 6px #000;
}

#content_message .lst_message_txt ._messenger {
    color: #FFD0D0;
    line-height: 1.5;
    text-align: right;
    font-size: 1.5rem;
    margin-top: 3em;
    display: block;
    min-height: 4.5em;
    text-shadow: 0px 6px 6px #000;
}

#content_message .lst_message_txt ._name {
    margin-left: 1em;
}

#content_message .lst_message_txt ._small {
    font-size: 1.3rem;
}


/* sp */

@media screen and (max-width:750px) {
    #content_message {
        background-attachment: inherit;
    }
    #content_message .lst_message_txt {
        margin-top: -20px;
    }
    #content_message .lst_message_txt>li {
        margin: 40px 0 0 0;
        width: 100%;
    }
    #content_message .lst_message_txt>li:nth-child(2n) {
        margin-right: 0;
    }
    #content_message .lst_message_txt ._messenger {
        margin-top: 1em;
        min-height: inherit;
    }
}


/*-- 

content_entry-overview

====================================================== --*/

#content_entry-overview {
    background: #F7F7F7;
}

#content_entry-overview .lst_entry-overview {
    color: #C11B4F;
    list-style: disc;
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 30px;
}

#content_entry-overview .txt_entry-overview {
    color: #C11B4F;
    font-size: 2rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
}

#content_entry-overview .top-lead-container {
    margin-top:30px;
    margin-bottom:30px;
}

#content_entry-overview .top-lead-container p{
    font-size:16px;
    margin:16px 0;
    line-height:1.5;
}


/* sp */

@media screen and (max-width:750px) {
    #content_entry-overview .lst_entry-overview {
        font-size: 1.8rem;
        padding-left: 20px;
    }
    #content_entry-overview .txt_entry-overview {
        font-size: 1.8rem;
    }
}

/*-- 

content_partner

====================================================== --*/

#content_partner {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#content_partner .content_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
}

#content_partner .content_inner h2{
    font-size:20px;
    font-weight:700;
}

#content_partner .content_inner .h2-line::before,
#content_partner .content_inner .h2-line::after {
    display:inline-block;
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

#content_partner .content_inner .h2-line::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#content_partner .content_inner .h2-line::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

#content_partner .content_inner h2 span{
    font-size:30px;
    color:#C11B4F;
}

#content_partner .headline01 {
    margin-bottom: 25px;
}

#content_partner ._title,
#content_partner .text {
    text-shadow: 0px 6px 6px #000;
}

#content_partner ._title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

#content_partner .text {
    text-align: center;
    margin-bottom: 25px;
}

#content_partner .text:last-child {
    margin-bottom: 0;
}


/* sp */

@media screen and (max-width:750px) {
    #content_partner {
        background-attachment: inherit;
    }
    #content_partner ._title {
        font-size: 2.2rem;
        letter-spacing: 2.2px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    #content_partner .text {
        font-size: 1.4rem;
        letter-spacing: 1.4px;
        margin-bottom: 20px;
        text-align: justify;
    }
    
    #content_partner .content_inner h2{
        font-size:10px;
        font-weight:700;
    }
    
    #content_partner .content_inner .h2-line::before,
    #content_partner .content_inner .h2-line::after {
        display:inline-block;
        content: '';
        width: 3px;
        height: 20px;
        background-color: #3fc1c9;
    }
    
    #content_partner .content_inner .h2-line::before {
        margin-right: 10px;
        transform: rotate(-35deg)
    }
    #content_partner .content_inner .h2-line::after {
        margin-left: 10px;
        transform: rotate(35deg)
    }
    
    #content_partner .content_inner h2 span{
        font-size:12px;
        color:#C11B4F;
    }
}


/*-- 

cat_aside

====================================================== --*/

.cat_aside {
    margin-bottom: 30px!important;
}

.cat_aside ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cat_aside li {
    margin: 0 10px 10px 0;
}

.cat_aside li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    padding-right: 3.2em;
    background: #fff;
    position: relative;
    color: #ED67AD;
    outline: solid 1px #DD70AB;
    outline-offset: -1px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
}

.cat_aside li a::after {
    font-family: 'icon' !important;
    content: "\e906";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -40%);
    transition: right .3s ease;
}


/* active */

.cat_aside li.active a {
    background: #C11B4F;
    color: #fff;
    outline: solid 1px #C11B4F;
}


/* hover */

.cat_aside li a:hover::after {
    right: 5px;
}


/* sp */

@media screen and (max-width:750px) {
    .cat_aside {
        margin-bottom: 0!important;
    }
    .cat_aside li {
        margin: 0 20px 20px 0;
    }
}


/*--

pagination

====================================================== --*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.pagination .current {
    background-color: #ED67AD;
    color: #fff;
}

.pagination span,
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #060606;
    font-size: 1.8rem;
    border: 1px solid #ED67AD;
    width: 63px;
    height: 63px;
    margin: 0 10px;
    text-decoration: none;
}

.pagination .dots {
    border: none;
    margin: 0;
}

.pagination .icon {
    color: #ED67AD;
    font-size: 2.4rem;
    font-weight: 500;
}


/* sp */

@media all and (max-width:750px) {
    .pagination {
        margin: 0;
    }
    .pagination span,
    .pagination a {
        font-size: 1.4rem;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
    .pagination .icon {
        font-size: 1.8rem;
    }
}


/*--

lst_new

====================================================== --*/

.lst_new {
    border-top: 1px solid rgba(159, 159, 159, 0.5);
}

.lst_new li {
    border-bottom: 1px solid rgba(159, 159, 159, 0.5);
    padding: 35px 0;
}

.lst_new a {
    text-decoration: none;
    color: #060606;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lst_new_time {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}

.lst_new_time time {
    vertical-align: bottom;
    margin: .3em 10px 0 0;
    width: 5.5em;
    flex: 0 0 auto;
}

.lst_new .ico_cat {
    display: inline-block;
}

.lst_new .text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5!important;
    width: calc(100% - 190px);
    margin-right: 40px;
}

.lst_new .btn__inner {
    width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 1.4rem;
}


/* sp */

@media all and (max-width:750px) {
    .lst_new li {
        padding: 20px 0;
    }
    .lst_new a {
        flex-direction: column;
    }
    .lst_new_time {
        margin-bottom: 10px;
    }
    .lst_new .text {
        width: 100%;
        margin: 0 0 15px;
    }
    .lst_new .btn._variable {
        width: 180px;
    }
    .lst_new .btn__inner {
        width: 100%;
    }
}


/*--

demoday

====================================================== --*/


/*-- bnr_demoday --*/

.bnr_demoday {
    max-width: 900px;
    margin-right: 12%;
    margin-left: 12%;
    display: block;
    margin-top: 50px;
}

.bnr_demoday_wrap .bnr_demoday {
    max-width: 900px;
    margin-right: 0;
    margin-left: 0;
    display: block;
    margin-top: 0;
}

.btn_cv+.bnr_demoday_wrap {
    margin-top: 50px;
}

.bnr_demoday_wrap-flex {
    max-width: 900px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.bnr_demoday_wrap-flex a{
    width:350px;
}

.bnr_demoday_wrap-flex a:first-child{
    margin-right: 3%;
}

.flex-start {
    justify-content:flex-start !important;
}

/* sp */

@media all and (max-width:750px) {
    .nav_menu>ul {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .bnr_demoday {
        margin: 0 auto;
        padding: 0 25px;
    }
    .bnr_demoday img {
        max-width: 330px;
    }
    .btn_cv+.bnr_demoday_wrap {
        margin-top: 30px;
    }
    .bnr_demoday_wrap .bnr_demoday {
        padding: 0;
    }
    .bnr_demoday_wrap-flex {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        display: block;
    }
    
    .bnr_demoday_wrap-flex a{
        width:100%;
    }

    .bnr_demoday_wrap-flex a:first-child{
        margin-bottom: 3%;
    }
}


/*-- btnFixed --*/

#btnFixed {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    max-width: 373px;
    position: fixed;
    bottom: 0;
    right: -100%;
    z-index: 150;
    width: 340px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    transition: right 1s;
}

#btnFixed.active {
    right: 0;
}

#btnFixed a {
    display: block;
    background-color: #AF0078;
    position: relative;
    padding: 30px 20px;
    color: #fff;
    text-decoration: none;
}

#btnFixed .top {
    background-color: rgba(56, 136, 208, 1.00) !important;
}

#btnFixed a span {
    display: block;
    line-height: 1.2;
}

#btnFixed a span.mini {
    font-size: 1.6rem;
}

#btnFixed a span.large {
    font-size: 2.8rem;
}

#btnFixed.btn a .icon_blank {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

#btnFixed .icon_blank::after {
    content: "";
    background: url(../img/demoday/icon_blank_w.svg) no-repeat center center;
    display: block;
    width: 19px;
    height: 19px;
    background-size: contain;
    position: relative;
}

@media all and (max-width:750px) {
    #btnFixed {
        max-width: 220px;
    }
    #btnFixed a {
        padding: 13px 20px;
    }
    #btnFixed a span.mini {
        font-size: 1.2rem;
    }
    #btnFixed a span.large {
        font-size: 1.8rem;
    }
}

/*イベントレポート*/
.event-thumb{
    width:100%;
}

.event-thumb img{
    width:100%;
}

.event-thumb h2{
    font-size:40px;
    font-weight:700;
    line-height:1.3;
}

.event-thumb span{
    /* font-size:60px; */
}

.event-index{
    border:solid 5px #eaebeb;
    padding:20px;
    padding-top:30px;
    margin-top:30px;
    position:relative;
    z-index:0;
}

.event-index:before{
    position:absolute;
    top:-15px;
    content:"採択企業";
    background:#fff;
    display: inline-block;
    font-size:20px;
    width:120px;
    text-align:center;
}

.event-index li{
    margin-bottom:16px;
}

.event-title{
    padding-top: 20px;
    margin-top: 56px;
    margin-bottom:50px;
    font-size: 30px;
    position: relative;
    z-index: 0;
}

.event-title:after{
    position: absolute;
    top: 70px;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    content: "";
    width: 48px;
    height: 4px;
    background-color: #850760;
}
.event-detail h4 {
    color:#850760;
    font-size:20px;
    margin-top: 50px;
    margin-bottom:16px;
}

.event-detail .text2 {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2;
    margin-top: 16px;
    margin-bottom:16px;
}

.event-detail-flex {
    display:flex;
    flex-wrap: wrap;
}

.event-detail-flex-inner{
    width:47%;
    margin-right: 3%;
    margin-bottom:5px;
}

.event-detail-flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 5px #eaebeb;
    padding: 10px;
}

.event-detail-flex2 div:first-child{
    padding: 20px;
}

@media all and (max-width:750px) {
    .event-thumb h2{
        font-size:20px;
        font-weight:700;
    }
    
    .event-thumb span{
        font-size:40px;
    }
    .event-title{
        padding-top: 30px;
        margin-top: 56px;
        margin-bottom:50px;
        font-size: 25px;
        position: relative;
        z-index: 0;
    }
    .event-detail-flex {
        display:block;
    }
    
    .event-detail-flex-inner{
        width:100%;
    }
    .event-detail-flex2 {
        display: block;
    }
}

.button-apply{
    color: #fff;
    background: #990100;
    padding: 30px;
    margin-bottom:50px;
    border-radius: 50px;
    text-align: center;
    line-height: 1.5;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.button-apply span{
    font-size:20px;
}

.button-apply-anchor{
    text-decoration: none !important;
}

.btn-eventreport{
	box-shadow:0px 3px 6px #00000029;
	width:340px;
	margin:0 auto;
    margin-top:20px;
}

.btn-eventreport.-purple a {
    background-color: rgba(56, 136, 208, 1.00);
    position: relative;
    color:#fff;
}
.btn-eventreport a {
    display: block;
    color: var(--c-purple-light);
    text-decoration: none;
    padding: 19px 20px;
}

.btn-eventreport a span.large {
    font-size: 1.8rem;
}

.btn-eventreport .-purple a span {
    color: var(--c-white);
}
.btn-eventreport a span {
    display: block;
    line-height: 1.2;
}

.purple-button a span .large{
    font-size: 2.2rem;
}

.btn-eventreport a .icon_blank{
	position:absolute;
	top:50%;
	right:20px;
	transform:translate(0, -50%);
}

.btn-eventreport .icon_blank::after{
	content:"";
	display:block;
	width:19px;
	height:19px;
	background-size:contain;
	position:relative;
}
.btn-eventreport .icon_blank.-w::after{
	background:url(../img/demoday/icon_blank_w.svg) no-repeat center center;
}
.btn-eventreport .icon_blank.-p::after{
	background:url(../img/demoday/icon_blank_p.svg) no-repeat center center;
}


.text_link-result {
    color: #AAB4FF !important;
    margin-top: 30px;
    font-size: 30px;
}

@media all and (max-width:750px) {
    .text_link-result {
        color: #AAB4FF !important;
        margin-top: 30px;
        font-size: 25px;
    }
}

/*ページリンクバナー*/
.banner-bottom a img{
    width:100%;
}

.banner-bottom p{
    font-size:2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (max-width:750px) {
    .banner-bottom p{
    font-size:1.3rem;
}
}

/*--
demoday
====================================================== --*/

/* 起動4期　説明会 */

	.event-thumb{
		text-align: center;
	}
	
	.event-thumb img{
		width: 90%;
		text-align: center;
	}
	
	ul.list_event{
		border-top: 1px solid #000000;
		background-color: #eeeeee;
	}

	li.flex{
		display: flex;
		border-bottom: 1px solid #000000;
		align-items: center;
	}

	div.list_event_tit{
			width: 250px;
		text-align: center;
		padding: 14px 0;
		letter-spacing: 3px;
		text-indent: 3px;
		/*font-size: 1.6rem;*/
	}

	div.list_event_content{
		width: calc(100% - 200px);
		padding: 14px 0;
		padding-left: 36px;
		background-color: #ffffff;
	}
	
	    .participants-flex {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
	
    .participants-flex div:first-child {
        width: 20%;
        padding: 10px;
    }
	
    .participants-flex .name-participants {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0;
    }
	
	.participants-flex .company-participants {
			font-weight: 400;
			font-size: 16px;
			margin-top: 0;
		}

	.participants-flex .detail-participants {
			font-weight: 400;
			font-size: 14px;
		}
	
	@media screen and (max-width: 768px) {
		
		.event-thumb img{
			width: 100%;
		}

		li.flex{
			display: flex;
			flex-direction: column;
		}
		
		ul.list_event{
			font-size: 1.4rem;
		}

		div.list_event_tit{
			width: 100%;
			padding: 5px 0;
		}

		div.list_event_content{
			width: 100%;
			padding: 9px 0;
			text-align: center;
		}
		
		.participants-flex {
				width: 80%;
				display: block;
				margin: 0 auto;
			}

		.participants-flex div:first-child {
				width: 100%;
				padding: 10px;
			}

		.participants-flex .name-participants {
				font-weight: 700;
				font-size: 1.6rem;
				margin-bottom: 0;
			}
		.participants-flex .company-participants {
			font-weight: 400;
			font-size: 1.4rem;
			margin-top: 0;
		}
		.inquiry{
			font-size: 14px;
			line-height: 1.5;
		}
		
	}
