  @charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "a-otf-ud-reimin-pr6n", sans-serif;
    color: #666;
    box-sizing: border-box;
    line-height: 1.6rem;
}

html {
    scroll-behavior: smooth;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

section {
    margin-bottom: 6rem;
}

ul li {
    list-style-type: none;
    margin-bottom: 0.4rem;
}

/*ul li::before {
    content: "- ";
}*/

nav ul li::before {
    content: "";
}

ol {
    margin-left: 1rem;
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    color: #3C1482;
    text-decoration: none;
    opacity: 1;
    transition: 0.3S opacity;
}

a:hover {
    color: #aaa;
    opacity: 0.6;
    transition: 0.3S opacity;
}

p {
    font-size: 0.96rem;
    letter-spacing: 0.05rem;
    /*font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}

.bk_p {
    background-color: #f7f4fb;
}

#future p {
    text-align: center;
}

h2 {
    font-size: 1.6rem;
    font-weight: 100;
    margin-bottom: 4rem;
    margin-top: 3rem;
    ;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
    padding-top: 1rem;
    ;
}

h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 5px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #3C1482;
    /*線の色*/
    border-radius: 2px;
    /*線の丸み*/
}

h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

h4 {
    font-size: 1.4rem;
    font-weight: 100;
    border-left: 5px solid #3C1482;
    margin-bottom: 1rem;
    padding-left: 0.6rem;
}

#future h4 {
    border-left: none;
    border-bottom: 2px solid #3C1482;
    padding-bottom: 0.6rem;
    margin-left: 20%;
}

#kenja h4 {
    border-left: none;
    border-bottom: 2px solid #3C1482;
    padding-bottom: 0.6rem;
}


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


.flex_between {
    display: flex;
    justify-content: space-between;
}

.mw111 {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 1rem;
}



.to_top {
    position: fixed;
    right: 4px;
    bottom: 14px;
    font-size: 0.7rem;
    z-index: 2000;
    width: 60px;
    height: 60px;
}

.to_top a {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #3C1482;
    background-color: #eae1f9d3;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
}


#header_wrap {
    height: 100vh;
}

header {
    /*min-height: 600px;*/
}

.bnr {
    /*background-color: #410e84;*/
    text-align: center;
    /*height: 100vh;
    width: calc(100% - 160px);
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.bnr h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.bnr h1 img {
    max-width: 960px;
    height: auto;

}

.sp_none {
    display: none;
}

.sp_pd,
#future p.sp_pd {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
}

.logo {
    width: 80px;
    margin-top: 28px;
    margin-left: 28px;
}

#nav_wrap {
    width: 160px;
    position: relative;
}

nav {
    font-size: 0.8rem;
    margin-top: 1rem;
    /*height: 3rem;
    position: fixed;
    bottom: 230px;
    z-index: 3000;*/
}

nav ul {
    display: flex;
}

nav ul li {
    margin-right: 1rem;
}

nav ul li:last-of-type {}

nav a {
    color: #3C1482;
}

small {
    font-size: 0.7rem;
}

footer {
    text-align: center;
}

#wrap {
    margin-top: 4rem;
}

#message div:first-of-type {
    margin-bottom: 2rem;
}

#message .bk_p {
    padding-bottom: 2rem;
}

#message p {
    text-indent: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

#message .integ {
    max-width: 380px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    box-shadow: 0 0 4px #ccc;
}

#kenja {
    margin-top: 3rem;
}

#kenja p {
    margin-bottom: 1rem;
}

.philosophies_wrap {
    display: flex;
    justify-content: space-around;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.philosophies {
    margin-bottom: 2rem;
    background-color: #f7f4fb;
    /*height: 210px;*/
    width: 32%;
    min-width: 320px;
}

.philosophies .inner {}

.philosophies .flex_between {
    margin-top: 1rem;
    flex-wrap: nowrap;
}

.philosophies .text_group {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.philosophies .text_group ul {}

.ph_img {
    width: 100%;
    margin-bottom: 1rem;
}

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

.go_dx {
    margin-bottom: 2rem;
    background-color: #f7f4fb;
    padding: 2rem 0;
}

.go_dx ul {
    margin-top: 1rem;
}

.dx_img {
    margin-top: 2rem;
}

.g_img {
    margin-top: 0.6rem;
}

.dx_img p {
    margin-bottom: 0.6rem;
}

.g_img img,
.dx_img img {
    width: 300px;
}

#ini .menu_img img {
    width: 20%;
}

.ini_contents {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.ini_contents#edu {
    margin-top: 2rem;
}

.ini_contents#dx {
    margin-bottom: 6rem;
}

#ini h4 {
    margin-right: 1rem;
    ;
}

#coo h4 {
    margin-bottom: 0;
}

#coo .flex {
    margin-bottom: 1rem;
}

#future p {
    text-indent: 1rem;
}

#future div.img {
    margin-top: 2rem;
}

#connect {
    margin-bottom: 3rem;
    ;
}

#nano .img {
    margin-bottom: 2rem;
}

#btn {
    padding: 1rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
}



#btn .inner > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.bg_video {
    margin-bottom: 3rem;
}

.bg_video video {
    width: 100%;
    height: auto;
}



footer {
    background-color: #fbfbfb;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 5rem;
}

footer img {
    max-width: 400px;
}

/*tooltopここから*/
.tooltip {
    /* 補足説明するテキストのスタイル */
    position: relative;
    cursor: pointer;


}

.balloon_right {
    /* ツールチップのスタイル */
    width: 300px;
    /* 横幅 */
    position: absolute;
    top: 50%;
    left: 80%;
    /* X軸の位置 */
    transform: translateY(-50%);
    margin-left: 20px;
    /* テキストとの距離 */
    padding: 4px;
    border-radius: 20px;
    /* 角の丸み */
    background-color: rgb(133, 109, 172);
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    visibility: hidden;
    /* ツールチップを非表示に */
    /*opacity: 0;*/
    /*不透明度を0％に */
    z-index: 1;
    transition: 0.5s all;
    /* マウスオーバー時のアニメーション速度 */
}

.balloon_right::before {
    /* 吹き出しの「しっぽ」のスタイル */
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 12px solid rgb(133, 109, 172);
    /* 最後の値は「ツールチップの背景色」と合わせる */
    position: absolute;
    top: 60%;
    right: 99%;
    transform: translateY(-50%);
}

.balloon_left {
    /* ツールチップのスタイル */
    width: 300px;
    /* 横幅 */
    position: absolute;
    top: 50%;
    right: 100%;
    /* X軸の位置 */
    transform: translateY(-50%);
    margin-left: -20px;
    /* テキストとの距離 */
    padding: 4px;
    border-radius: 20px;
    /* 角の丸み */
    background-color: rgb(133, 109, 172);
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    visibility: hidden;
    /* ツールチップを非表示に */
    /*opacity: 0; */
    /*不透明度を0％に */
    z-index: 1;
    transition: 0.5s all;
    /* マウスオーバー時のアニメーション速度 */
}

.balloon_left::after {
    /* 吹き出しの「しっぽ」のスタイル */
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 12px solid rgb(133, 109, 172);
    /* 最後の値は「ツールチップの背景色」と合わせる */
    position: absolute;
    top: 60%;
    left: 99%;
    transform: translateY(-50%);
}

.tooltip:hover .balloon_right {
    /* マウスオーバー時のスタイル */
    left: 90%;
    /* X軸の位置 */
    visibility: visible;
    /* ツールチップを表示 */
    /*opacity: 1;*/
    /* 不透明度を100％に */
}

.tooltip:hover .balloon_left {
    /* マウスオーバー時のスタイル */
    right: 110%;
    /* X軸の位置 */
    visibility: visible;
    /* ツールチップを表示 */
    /*opacity: 1;*/
    /* 不透明度を100％に */
}

/*tooltopここまで*/
#dialogue .inner.ohno {
    max-width: 50%;
}

@media screen and (max-width: 960px) {
    /*.philosophies {
        margin-bottom: 2rem;
        background-color: #f7f4fb;
        height: auto;
        position: relative;
        padding-bottom: 4rem;
        ;
    }

    .philosophies .text_group ul {
        position: absolute;
        bottom: 1rem;
    }

    .ph_img {
        height: 210px;
        width: auto;
    }*/

    .philosophies_wrap {
        flex-wrap: wrap;
    }

    .philosophies {
        width: 49%;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 840px) {
    #message div:first-of-type {
        position: relative;
    }

    .sp_none {
        display: block;
        position: absolute;
        width: 400px;
        z-index: 10;
        background-color: #eeeeeed3;
        padding: 2rem 2rem;
        bottom: 0;
    }

    .m_img {
        max-width: 680px;
        margin-left: auto;
    }

    /*#message .m_img p {
        text-align: right;
        font-size: 0.7rem;
        padding-right: 1rem;
    }*/

    #kenja .inner div {
        max-width: 410px;
    }

    #kenja .inner div {
        padding-left: 1rem;
    }

    #kenja .inner p {
        padding-left: 0;
    }

}

@media screen and (min-width: 961px) {


    #data,
    #message.inner,
    #kenja .inner,
    .go_dx .inner,
    .menu_img.inner,
    .ini_contents .inner,
    #future .inner,
    #btn {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    #btn .inner {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 630px) {
    .philosophies_wrap {
        flex-direction: column;

    }

    .philosophies {
        width: 100%;
    }

    #dialogue .inner.ohno {
        max-width: 100%;
    }

}


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

    /*tooltopここから*/
    .balloon_left {
        /* ツールチップのスタイル */
        width: 300px;
        /* 横幅 */
        position: absolute;
        top: 50%;
        left: 110%;
        /* X軸の位置 */
        transform: translateY(-50%);
        margin-right: 20px;
        /* テキストとの距離 */
        padding: 4px;
        border-radius: 20px;
        /* 角の丸み */
        background-color: rgb(133, 109, 172);
        font-size: 0.8rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        visibility: hidden;
        /* ツールチップを非表示に */
        /*opacity: 0;*/
        /*不透明度を0％に */
        z-index: 1;
        transition: 0.5s all;
        /* マウスオーバー時のアニメーション速度 */
    }

    .balloon_left::before {
        /* 吹き出しの「しっぽ」のスタイル */
        content: "";
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-right: 12px solid rgb(133, 109, 172);
        /* 最後の値は「ツールチップの背景色」と合わせる */
        position: absolute;
        top: 60%;
        right: 99%;
        transform: translateY(-50%);
    }

    .balloon_left::after {
        border-left: none;

    }

    .tooltip:hover .balloon_left {
        /* マウスオーバー時のスタイル */
        left: 124%;
        /* X軸の位置 */

    }

    /*tooltopここまで*/
}

body#dialogue .bnr h1 {
    width: 100% !important;
    text-align: center !important;
}

body#dialogue .bnr h1 img {
    max-width: 960px!important;
}

.go_dx {
    background-color: #fbfbfb;
    padding: 5rem 0;
}

.intro {
    text-align: center;
}

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


@media screen and (max-width: 480px) {
    h2 {
        font-size: 1.4rem;
        padding-bottom: 0.6rem;
    }




    .philosophies .flex_between .text_group {
        width: 100%;
    }

    .philosophies .flex_between .text_group p {
        padding-bottom: 1rem;
    }

    .ph_img img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        overflow: auto;
    }
    
     body#dialogue .bnr {
        padding-left: 2rem;
        padding-top: 2rem;
    }
    
    .bnr h1 {
        width: 100%;
        padding-left: 2rem;
        padding-top: 2rem;
    }
    
    nav ul li {
        font-size: 0.7rem;
    }
    
    
}