@charset "utf-8";


.cont01 {}

.cont01 .c01_in {
    position: relative;
}

.cont01 .c01_in::after {
    content: '';
    position: absolute;
    background: #091246;
    width: 80%;
    height: 20vw;
    bottom: -7vw;
    left: 0;
    z-index: -1;
}

.cont01 .c01_in .c01_tit {
    margin: 6em 2em 4em;
}

.cont01 .c01_in .c01_tit .eigotit {
    font-size: 55px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    /* font-weight: 600; */
}

.cont01 .c01_in .c01_tit h2 {
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.cont01 .c01_contbox {
    display: flex;
    flex-flow: row wrap;
}

.cont01 .c01_contbox .flex_left {
    width: 30%;
    background: #fff;
    padding: 2em;
}

.cont01 .c01_contbox .flex_left h3 {
    font-size: 30px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.cont01 .c01_contbox .flex_left p {
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    /* font-weight: 600; */
    padding: 2em 0;
}

/* =========================================
この部分追加_20211104
========================================= */

.cont01 .c01_contbox .flex_left p span {
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
}

/* =========================================
この部分追加_20211104
========================================= */

.cont01 .c01_contbox .flex_right {
    width: 70%;
}

.cont01 .c01_contbox .flex_right .showimg {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont {
    display: flex;
    /* flex-flow: row wrap; */
    overflow: hidden;
    width: 1200px;
    /* max-width: 1400px; */
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box {
    position: relative;
    width: 350px;
    margin: 1em 30px;
    padding: 2em;
    border: solid thin #091246;
    background: #fff;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box .show_num {
    /* width: 20px; */
    position: absolute;
    top: -1em;
    left: -0.5em;
    text-align: center;
    font-size: 30px;
    line-height: 1.7em;
    font-weight: 600;
    color: #fff;
    background: #091246;
    padding: 0.3em 0.5em 0em;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box p {
    text-align: center;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
    padding: 2em 0;
}


.cont01 .c01_contbox .flex_right .scroll_svg {
    width: 30%;
    margin-top: 3em;
    padding-left: 2em;
}

.cont01 .c01_contbox .flex_right .scroll_svg img {}

.lastcont {
    margin-top: 200px;
    padding: 180px 0;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.lastcont .not_imagecont {}

.lastcont .not_imagecont h2 {
    font-size: 50px;
    text-align: center;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    color: #fff;
    padding-bottom: 1em;
    font-weight: 600;
}

.lastcont .not_imagecont p {
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    padding-bottom: 1em;
    color: #fff;
    text-align: center;
}

.lastcont .not_imagecont p button {
    padding: 1.2em 16em;
    font-size: 16px;
    letter-spacing: 0.15em;
    background: #091246;
    border: solid thin #091246;
    color: #fff;
    transition: 0.4s ease-in-out;
    font-weight: 600;
}

.lastcont .not_imagecont p button:hover {
    background: #fff;
    color: #091246;
    border: solid thin #091246;
}



/* .c-video__frame--vimeo{
    overflow: hidden;
    position: relative;
    height: 56.25vw;
    background: #000;
}
      
.c-video__frame--vimeo.is-loaded iframe{
    opacity: 1;
    visibility: visible;
} */
    









@media screen and (max-width: 640px) {



.cont01 .c01_in .c01_tit {
    margin: 4em 1em auto;
}

.cont01 .c01_in .c01_tit .eigotit {
    font-size: 10vw;
}

.cont01 .c01_in .c01_tit h2 {
    font-size: 4vw;
}


.cont01 .c01_contbox .flex_left {
    width: 100%;
    background: #fff;
    padding: 2em;
}

.cont01 .c01_contbox .flex_left h3 {
    font-size: 5.5vw;
}

.cont01 .c01_contbox .flex_left p {
    font-size: 3.2vw;
    padding: 2em 0;
}

.cont01 .c01_contbox .flex_left p span {
    font-size: 3vw;
    font-weight: 600;
}

.cont01 .c01_contbox .flex_right {
    width: 100%;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont {
    display: flex;
    /* flex-flow: row wrap; */
    overflow: hidden;
    width: 1000px;
    /* max-width: 1400px; */
}

.cont01 .c01_in::after {
    content: '';
    position: absolute;
    background: #091246;
    width: 80%;
    height: 82vw;
    bottom: -7vw;
    left: 0;
    z-index: -1;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box {
    position: relative;
    width: 280px;
    margin: 1em 25px;
    padding: 2em 1em;
    border: solid thin #091246;
    background: #fff;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box .show_num {
    /* width: 20px; */
    position: absolute;
    top: -1em;
    left: -0.5em;
    text-align: center;
    font-size: 30px;
    line-height: 1.7em;
    font-weight: 600;
    color: #fff;
    background: #091246;
    padding: 0.3em 0.5em 0em;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box h4 {
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.cont01 .c01_contbox .flex_right .showimg .scroll_cont .flow_box p {
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    font-weight: 600;
    padding: 2em 0;
}

.cont01 .c01_contbox .flex_right .scroll_svg {
    width: 60%;
}

.lastcont {
    margin-top: 8em;
    padding: 60px 0;
    position: relative;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/bg_sp.jpg) center center no-repeat;
}

.lastcont .not_imagecont {}

.lastcont .not_imagecont h2 {
    font-size: 6vw;
    text-align: center;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    color: #fff;
    padding-bottom: 1em;
    font-weight: 600;
}

.lastcont .not_imagecont p {
    font-size: 3.4vw;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    padding-bottom: 1em;
    color: #fff;
    text-align: center;
}

.lastcont .not_imagecont p button {
    padding: 1em 6.5em;
    font-size: 4vw;
    letter-spacing: 0.15em;
    background: #091246;
    border: solid thin #091246;
    color: #fff;
    transition: 0.4s ease-in-out;
    font-weight: 600;
}

.lastcont .not_imagecont p button:hover {
    background: #fff;
    color: #091246;
    border: solid thin #091246;
}

}

h1.header__title{
	display: flex;
	align-items: center;
}
a.logo-wrap-a{
	text-align: center;
}
a.logo-wrap-a h1.logo_txt{
	color: #192d8c;
}
