@charset "utf-8";

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Abril Fatface */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

/* **************************
    COMMON
************************** */

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    /* font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic'; */
    /* font-family: 'Proxima Nova'; */
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.2em;
    color: dimgrey;
    margin: 0;
}


/* **************************
    HEADER
************************** */

.logo {
    text-align: center;
    margin: 1em;
    font-weight: bold;
    color: #15156A;
}

.container-header {
    width: 95%;
    max-width: 960px;
    margin: auto;
}

#google_translate_element {
    position: absolute;
    margin: 8px 0;
    top: 0px;
}

@media screen and (max-width: 765px) {
    #google_translate_element {
        position: relative;
        text-align: center;
        margin: 20px 0;
    }
}

/*---------- HUMBERGER MENU ----------*/

.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

.globalMenuSp ul {
    background: #15156A;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.globalMenuSp ul li.now {
    background-color: white;
}
.globalMenuSp ul li.now a {
    color: #15156A;
}

.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 0.8em 1em;
}

.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 7px;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 3;
    background: #15156A;
    text-align: center;
    border-radius: 30px;
    border: 2px solid white;
}

.navToggle span {
    margin-top: 5px;
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 13px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 26px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 30px;
}

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width:765px) {
    .navToggle {
        display: none;
    }
    .globalMenuSp {
        display: none;
    }
}

/* **************************
    NAVIGATION
************************** */

nav {
    background-color: #15156A;
    color: white;
}

nav ul {
    display: flex;
    flex-flow: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

nav li {
    /* min-width: 120px; */
    text-align: center;
    transform: skewX(-25deg);
    border: solid 1px #15156A;
}

/* nav li:hover {
    background-color: white;
}
nav li:hover a {
    color: #15156A;
} */

/* Selected Menu Style */
nav li.now {
    background-color: white;
}
nav li.now a {
    color: #15156A;
}

/* Inner Text Style */
nav li a {
    display: block;
    padding: 1.2em 1em;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    transition: .4s;
    transform: skewX(25deg);
}

/* ----- footer nav ----- */
nav.footer {
    width: 100%;
    background-color: white;
    color: #15156A;
}

nav.footer li {
    border: solid 1px white;
}

nav.footer li a {
    padding: 1em;
    color: #15156A;
    font-size: 0.9em;
    font-weight: 550;
}

nav.footer li:hover {
    background-color: #15156A;
}
nav.footer li:hover a {
    color: white;
}



@media screen and (max-width:765px) {
    nav {
        display: none;
    }
}
/* **************************
    MAIN CONTENTS
************************** */
.background,
.top-background {
    min-height: calc(100vh - 355px);
}
.top-background {
    background: linear-gradient(180deg, #551D8D, #40156A 30%, #15156A 50%, #40156A 70%, #AA72E2);
}
.background {
    background: linear-gradient(#15156A, #551D8D 50%, #AA72E2);
}

.container {
    width: 100%;
    padding: 2em 0;
}

.container-topic {
    width: 100%;
    padding: 1.5em 0 7em;
}

.container-inner {
    width: 95%;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.container-color01 {
    background-color: #EEF9FF;
}

.container-color02 {
    background-color: #AAD6EC;
}

.container-color03 {
    background-color: #78BBE6;
}

/* ---- MAIN PAGE STYLE ---- */

.breadcrumb {
    margin: 2px 0px;
    padding: 10px 10px 10px 20px;
    background-color: #15156A;
    color: #FFFFFF;
    font-size: 1.2em;
    padding-left: max(10px, calc(50% - 550px));
}

.breadcrumb a {
    color: #FFFFFF;
}

.page-title {
    background-color: #FFFFFF;
    color: #15156A;
    font-family: 'Abril Fatface', serif;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 30px;
    padding-left: max(10px, calc(50% - 550px));
}

.contents {
    width: 95%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.main-contents {
    width: 100%;/* ← 2023/11/07 ver */
    /* width: calc(100% - 275px); */
    padding: 20px 20px;
    margin: 20px 5px;
    background-color: rgba(255,255,255,0.1);
}

.main-contents p {
    color: #FFFFFF;
}

.main-contents .title {
    padding: 10px;
    font-size: 1.2em;
}

.main-contents .center_img {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.sub-contents {
    width: 200px;
    padding: 5px;
    margin: 20px 5px;
    display: none;/* ← 2023/11/07 ver */
}

.sub-contents .sidebar-title {
    text-align: center;
    padding: 5px;
    background-color: #FFFFFF;
    color: #15156A;
    font-size: 1.2em;
    font-weight: bold;
}

.sub-contents ul {
    color: #FFFFFF;
    font-size: 1.2em;
}

.sub-contents ul li {
    padding: 5px 2px;
    list-style: none;
}

.sub-contents ul li:before {
    content: "▶";
    margin-left: -1em;
    margin-right: 0.5em;
}

.sub-contents ul li a {
    color: #FFFFFF;
}

.main-title {
    margin: 2em 10px 0px 10px;
    line-height: 2em;
    font-weight: bold;
}

.main-text {
    margin: 0px 10px;
    line-height: 1.5em;
}

.research_line {
    line-height: 1em;
}

.main-text ul li {
    color: #FFFFFF;
    list-style: none;
}

.main-text ul li a{
    color: #FFFFFF;
}

.main-text ul li:before {
    content: "-";
    margin-left: -1em;
    margin-right: 0.5em;
}

.link-style {
    text-decoration: underline;
    color: #FFFFFF;
}

.hover-link-style {
    text-decoration: none;
    color: #FFFFFF;
}
.hover-link-style:hover {
    text-decoration: underline;
}

.yellow, p.yellow {
    color: #FFCC32;
}

@media screen and (max-width:765px) {
    .contents {
        display: inline-block;
        width: 100%;
    }
    .main-contents {
        width: calc(100% - 50px);
    }
    .sub-contents {
        width: 100%;
    }
}

/* ---- icon style ---- */
.icon-area {
    position: absolute;
    top: 25px;
    left: min(95%, calc(50% + 550px));
}
.icon-search {
    height: 25px;
    margin: 0 5px;
}
.icon-mail {
    width: 30px;
    margin: 0 5px;
}


.icon-home {
    position: absolute;
    left: max(10px, calc(50% - 550px));
    margin-top: 20px;
}
.icon-home img {
    width: 25px;
}

.icon-more {
    width: 18px;
}

.year-bar {
    width: 100%;
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

@media screen and (max-width:765px) {
    .icon-area {
        left: 20px;
        right: auto;
    }
}

hr.page {
    margin: 40px 0;
}

/*---------- HEAD LINE ----------*/

.headLine {
    text-align: center;
    letter-spacing: 3px;
    color: #15156A;
    font-weight: 900;
    margin: 0 0 1em 0;
    width: 100%;
}

.headLine-title {
    margin: 0;
    font-size: 2em;
    border-bottom: 3px solid;
}

.headLine-subtitle {
    margin: 5px 0 0 0;
    font-size: 1.2em;
}

/*---------- MAIN IMAGE ----------*/

.header-image {
    position: relative;
    width: 100%;
    height: 300px;
}

.header-image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(80%);
}

.title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: white;
    font-size: 2em;
    border-bottom: 2px solid white;
}

.subtitle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.2em;
}

.frame {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    border: 3px solid white;
}

.frame-contact {
    position: absolute;
    width: 220px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    border: 3px solid white;
}

/*---------- TABLE ----------*/

.generate a {
    color: blue;
}

.container-inner table {
    border-collapse: collapse;
    font-size: 1.1em;

}

.container-inner th {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    width: 200px;
    color: dimgrey;
    letter-spacing: 1px;
}

.container-inner td {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    padding: 1em;
    width: 810px;
    color: #717171;
}

.container-inner iframe {
    width: 100%;
    margin: 1em 0 0;
}

@media screen and (max-width: 768px) {
    .container-inner table,
    .container-inner table tbody,
    .container-inner table thead,
    .container-inner table tr,
    .container-inner table td {
        display: block;
        width: 100%;
        border: none;
        padding: 0;
        border: none;
    }
    .container-inner table th {
        display: block;
        width: 100%;
        color: white;
        background-color: #4072B3;
        text-align: left;
        font-weight: 100;
        margin: 1em 0;
        border: none;
    }
}

.company-logo {
    text-align: center;
}

.company-logo-caption {
    color: dimgrey;
}

.input-area {
    width: 300px
}

.text-area {
    width: 100%;
    height: 100px;
}

.button-submit {
    margin: 1em 0;
    padding: 0.5em;
    text-align: center;
    border: 1px solid #15156A;
    transition: .4s;
    color: #15156A;
    width: 100px;
    background-color: #ffffff;
}

.button-submit:hover {
    background: #15156A;
    color: #ffffff;
}

/*---------- NEWS ----------*/

.news-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.more-button-news {
    margin: 1em 0;
    padding: 0.5em;
    text-align: center;
    border: 1px solid #15156A;
    transition: .4s;
    color: #15156A;
    width: 100%;
    background-color: #ffffff;
}

.more-button-news:hover {
    background: #15156A;
    color: #ffffff;
}

/* **************************
    FOOTER
************************** */

footer {
    /* display: flex; */
    width: 100%;
    /* height: 80px; */
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #AA72E2, #D5B8F1);
}

footer p {
    text-align:center;
    font-size: 1em;
    line-height: 2em;
    color: #FFFFFF;
}

@media screen and (max-width:765px) {
    body{
        padding-bottom: 32px;
    }
    footer{
        height: 32px;
    }
    .background,
    .top-background {
        min-height: calc(100vh - 200px);
    }
}

/*---------- TOP RETURN ----------*/

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#pageTop i {
    padding-top: 12px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #15156A;
    border: 2px solid white;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*---------- NEWS ----------*/

.newsImageBox {
    display: flex;
    justify-content: center;
    width: 100%;
}

.newsImage {
    width: 100%;
    object-fit: cover;
    margin: 10px;
    text-align: center;

}

.newsImage img {
    width: 50%;
}

@media screen and (max-width:765px) {
    .newsImage img {
        width: 100%;
    }
}

/* NEWS CATEGORY */

.ctg {
    width: 100%;
}

.ctgBtn {
    width: 100px;
    display: inline-block;
    text-decoration: none;
    background: #15156A;
    color: #FFF;
    border-radius: 30px;
}


/* ---- Top Page Style ---- */

.box-list {
    display: flex;
    width: 500px;
    height: 180px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.box-list .box {
    display: inline-block;
    width: 250px;
    margin: 20px;
    padding-bottom: 20px;
    background: #FFFFFF;
    position: relative;
}
.box-list .box:before{
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    content: "";
}
.box-list .box:before{
    border-bottom: solid 20px #FFFFFF;
    border-left: solid 20px transparent;
    bottom: 100%;
}

.box-list .box-title {
    color: #15156A;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2em;
}

.box-list img {
    width: 50px;
}
@media screen and (max-width:765px) {
    .box-list {
        display: inline;
    }
}