@charset "utf-8";

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    /* line-height: 1; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    /* display: block; */
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

a:hover {
    opacity: 0.8;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

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

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

/*↑cssのリセット↑*/


/*サイト全体の基準となるCSSを記述*/
html {
    font-size: 16px;
}

body {
    /*フォントの指定*/
    font-family: 'Noto Sans JP', sans-serif;
    /*行間の指定*/
    /* line-height: 1.4; */
    margin: 0;
    padding: 0;
    /*サイトのデフォルトとなる文字の色を指定*/
    /* color: #333; */
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
}


/*----------
全体
----------*/
* {
    box-sizing: content-box;
}

body {
    width: 100%;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    display: block;
}

.inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}


.flex {
    display: flex;
}

.sns {
    display: flex;
    justify-content: space-between;
    width: 150px;
}

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



.btn {
    /* display: block; */
    /* background: #394070; */
    /* color: #fff; */
    /* text-decoration: none; */
    /* font-family: 'Helvetica', sans-serif; */
    /* text-align: center; */
    /* box-sizing: border-box; */
}

.btn.view {}

.btn.contact {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 1em 0;
    font-weight: 600;
    width: 270px;
    margin-bottom: 60px;
}

.copyright {
    font-family: 'noto-sans-cjk-jp', sans-serif;
}



/*レスポンシブ*/
.pci {
    display: inherit;
}

.spi {
    display: none;
}

.sp-menu {
    display: none;
}

/*改行*/
.br_sp {
    display: none;
}



/*----------
header
----------*/
.header {
    color: #fff;
    height: 100vh;
    /* width: 100vw; */
    background: url(../images/key_company.jpg)no-repeat, #33319b;
    background-position: right top;
    background-size: cover;
    font-family: 'Raleway', 'Noto Sans JP';
}

.header.company_top::before,
.header.business::before {
    background: linear-gradient(110deg, #33319b 0%, #33319b 39%, transparent 39%, transparent 100%);
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 100vh;
    transition: 0.7s;
    min-height: 820px;
}

.header.company_top.fade::before,
.header.business.fade::before {
    width: 100%;
}

.header_box>a {
    z-index: 10;
}

.header_box {
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.gnav .sns {
    margin-left: 2em;
}

.gnav .sns a+a {
    margin-left: 0;
}

.gnav .sns img {
    height: 31px;
    width: auto;
}

.gnav {
    font-size: 1.4em;
    letter-spacing: 2px;
    z-index: 10;
}

.gnav a+a {
    margin-left: 2em;
}

.h_logo {}

.h_logo_only {
    display: none;
}

.headinner {
    z-index: 999;
    position: relative;
}

header .innerContents {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.headerLeft {
    display: flex;
    z-index: 999;
}

.headinner a {
    display: flex;
    justify-content: center;
}

a {
    display: block;
    cursor: pointer;
    /* color: inherit; */
    text-decoration: none;
}

svg#logo {
    width: 47px;
    height: auto;
    transition: transform .3s;
    z-index: 999;
}

svg#discoveryName {
    width: 226px;
    height: auto;
    padding: 0 15px;
    display: block;
    z-index: 999;
}

nav {
    width: 482px;
    color: #fff;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 14.2px;
}

.menu>li {
    margin-bottom: 5px;
    /* position: relative; */
}

nav ul li {
    position: relative;
    padding-top: 3px;
}

.menu>li::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.8px;
    /* padding: 0px 35px 0 0; */
    transition: all .3s;
}

nav li.has-child ul {
    position: absolute;
    left: -30px;
    top: 20.2px;
    z-index: 4;
    background: rgba(54, 85, 159, 0.8);
    width: 148px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding-top: 0;
}

nav ul ul {
    display: block;
}

nav li.has-child ul li a {
    color: #fff;
    /* border-bottom: solid 1px rgba(255,255,255,0.6); */
}

nav ul li li a {
    padding: 10px 35px;
}

.snsIcon {
    display: flex;
    width: 125px;
    justify-content: space-between;
}

.fa-brands,
.fab {
    font-weight: 400;
    font-size: 30px;
    margin-top: -6px;
    position: relative;
    z-index: 100;
}

#g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#g-nav li {
    text-align: center;
    list-style: none;
}

#g-nav li a {
    /* color: #333; */
    text-decoration: none;
    /* padding: 10px; */
    display: block;
    /* text-transform: uppercase; */
    letter-spacing: 0.1em;
    font-weight: bold;
}

.circle-bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: linear-gradient(45deg, rgba(0, 11, 172, 1) 0%,rgba(14, 9, 81, 1) 100%); */
    background: linear-gradient(135deg, rgba(61, 98, 172, 1) 0%, rgba(14, 9, 81, 1) 100%);
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: all .6s;
}

#g-nav.panelactive #g-nav-list {
    display: block;
}

#g-nav.panelactive ul {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 1;
}

.circle-bg.circleactive {
    transform: scale(50);
}

/*----------
MVテキスト
----------*/
.key_ttl {
    font-size: 110px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.2;
    margin: 7.5vw 0 2vw;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity .3s ease-in-out .6s, -webkit-transform .3s ease-in-out .6s;
    transition: opacity .3s ease-in-out .6s, -webkit-transform .6s ease-in-out 1.2s;
    transition: opacity .3s ease-in-out .6s, transform .3s ease-in-out .6s;
    transition: opacity .2s ease-in-out .6s, transform .3s ease-in-out .6s, -webkit-transform .3s ease-in-out .6s;
}

.key_ttl.fade {
    opacity: 1;
    transform: translateY(0);
}

.key_sub {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 2vw;
    position: relative;
}

.key_text {
    font-size: 20px;
    line-height: 2;
    position: relative;
}

.key {
    position: relative;
}



/*----------
SCROLLアロー1
----------*/

a.scroll_arrow {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 80px;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-family: 'noto-sans-cjk-jp', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}

a.scroll_arrow::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
}

a.scroll_arrow::after {
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/*----------
footer
----------*/
.footer {
    background: #0b102b;
    color: #fff;
    font-family: 'Raleway', 'Noto Sans JP';
}

.footer .inner.flex {
    justify-content: space-between;
    margin: 0 auto;
    padding: 80px 40px;
}

.f_logo {
    margin-bottom: 60px;
}

.f_lnk {
    font-size: 1.2em;
}

.f_lnk+.f_lnk {
    margin-top: 2em;
}

.f_lnk_p {
    display: flex;
    align-items: center;
    text-align: center;
    width: 10em;
    letter-spacing: 3px;
}

.f_lnk_p::after {
    margin-left: 1em;
    border-top: 1px solid #ccc;
    content: "";
    flex-grow: 1;
}

.f_lnk:nth-of-type(2) .f_lnk_p::after {
    content: none;
}

.f_lnk_c {
    margin: 0 1em;
}

.f_left,
.f_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.f_right {
    width: 40%;
    align-items: flex-end;
}

.footer .sns {
    margin: 20px 0 40px;
}

.footInner {
    padding: 44px 0;
    width: 100%;
    background-color: #0B102B;
    max-width: unset;
}

footer nav {
    color: #fff;
    width: 485px;
}

footer p {
    color: #fff;
    text-align: center;
    padding-top: 48px;
    letter-spacing: 0.7px;
}

footer .menu {
    display: flex;
    padding-top: 0;
}

ul.menu {}

footer nav ul li li a {
    padding: 0;
}

footer nav ul li a {
    padding-bottom: 5px;
}

footer menu {
    display: flex;
}

footer .menu>li::before {
    background: transparent;
}

footer .innerContents {
    display: flex;
    justify-content: space-between;
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

footer li {
    /* padding: 0 11px; */
}

nav.lower {
    width: auto;
    width: 127px;
}

footer nav ul {
    list-style: none;
    display: flex;
    padding-top: 0;
    justify-content: space-between;
}

.footInner p {
    margin-top: initial;
    line-height: initial;
    letter-spacing: initial;
}

#breadcrumb {
    width: 100%;
    margin: 1% auto;
    max-width: 1200px
}

.top #breadcrumb {
    display: none;
}

#breadcrumb ol {
    list-style: none;
    display: flex;
}

#breadcrumb ol li span {
    font-size: 14px;
    letter-spacing: 1px;
}

#breadcrumb a {
    color: inherit;
    text-decoration: underline;
    display: inline;
}

/*----------
company
----------*/
.f_menu {
    border-top: 1px solid #c6c6c6;
}

.f_menu .flex {
    justify-content: space-around;
    height: 500px;
    border-bottom: 1px solid #c6c6c6;
}

a.f_menu_item {
    color: #0b102b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    transition: .5s ease-in;
    padding: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.f_menu_box a+a {
    border-left: 1px solid #c6c6c6;

}

.f_menu_item span {
    font-size: 14px;
    text-align: center;
}

.f_menu_item h3 .sub {
    font-size: 30px;
    display: block;
    font-weight: 600;
}

.f_menu_item figure {
    width: 100%;
    height: 500px;
}

a.f_menu_item h3 {
    position: absolute;
    z-index: 1;
    transition: 0.5s ease-in;
    font-weight: 300;
    text-align: center;
    line-height: 2;
}

a.f_menu_item figure .img_on {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.f_menu_item figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    transition: 0.5s ease-in;
}

a.f_menu_item:hover figure:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background: rgb(0 11 72 / 70%);
    transition: 0.5s ease-in;
}

a.f_menu_item:hover figure:before {
    background: rgba(255, 255, 255, 0);

}

a.f_menu_item:hover h3 {
    color: #fff;
    transition: 0.5s ease-in;
}

a.f_menu_item figure .img_on {
    object-position: 0% 12%;
}

a.f_menu_item.company figure .img_on {
    object-position: 0% 21%;
}

a.f_menu_item.member figure .img_on {
    object-position: center;
}

.company_top .key .key_sub {
    color: #ffffff;
}

.company_top:after {
    content: "";
    background-color: #0C112C;
    position: absolute;
    height: 90px;
    top: 0;
    right: 0;
}

/*----------
POLICY OF DISCOVERY
----------*/
.policy {
    padding: 150px 0;
    background: linear-gradient(110deg, #fff 0%, #fff 60%, #f4f5fc 60%, #f4f5fc 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.policy_box {
    position: relative;
}

.policy_box h2 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 40px;
    background: url(../images/txt_bg.jpg) top left 75%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-clip: text;
    /*テキストの形でクリッピングする*/
    -webkit-text-fill-color: transparent;
    /*テキストの塗りを透明に*/
    white-space: nowrap;
    animation: bgloop 20s linear infinite;
    letter-spacing: 2px;
}

@keyframes bgloop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1460px 0;
    }
}

.policy h2.ttl_sub,
.policy .ttl_sub {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 260px;
}

.main_text {
    font-size: 20px;
    line-height: 2;
}


/*----------
INFO
----------*/
.info_tbl dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.info_tbl dl dt {
    color: #394597;
    border-bottom: 2px solid #394597;
    width: 20%;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
}

.info_tbl dl dd {
    color: #333333;
    border-bottom: 2px solid #333333;
    width: 80%;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
}

.info_tbl dl dt.nb,
.info_tbl dl dd.nb {
    border-bottom: none;
    line-height: 30px;
    padding-top: 20px;
    height: auto;
}

.info_tbl dl dd.nb>p {
    padding-left: 1em;
    text-indent: -1em;
}

.info_map {
    margin: 80px 0;
}


/*group*/

.group_ttl {
    border-bottom: 3px solid #6470b8;
    font-size: 40px;
    padding: 5px 15px;
    width: fit-content;
    margin: 0 auto 40px;
}

.group_box {
    background-color: #394070;
    transition: 0.5s ease-in;
    width: 100%;
    flex-wrap: wrap;
}

.group_box a img {
    display: block;
    margin-bottom: 1.8em;
}

.group_box a.griffin:hover {
    background-color: #f39800;
    transition: 0.5s ease-in;
}

.group_box a.enjoy:hover {
    background-color: #16ab27;
    transition: 0.5s ease-in;
}

.group_box a.fullswing:hover {
    background-color: #D4000E;
    transition: 0.5s ease-in;
}

.group_box a.contribution:hover {
    background-color: #8FC5EB;
    transition: 0.5s ease-in;
}

.group_box a.birth:hover {
    background-color: #E5007F;
    transition: 0.5s ease-in;
}

.group_box a.arrive:hover {
    background-color: #BDBBBC;
    transition: 0.5s ease-in;
}

.group_box a.number8:hover {
    background-color: #ffff00;
    transition: 0.5s ease-in;
}

.group_box a.possibility:hover {
    background-color: #9766e2;
    transition: 0.5s ease-in;
}

.group_box a.one_and_only:hover {
    background-color: #0c0c56;
    transition: 0.5s ease-in;
}

.group_box a.laviri:hover {
    background-color: #e72420;
    transition: 0.5s ease-in;
}

.group_item {
    width: 50%;
    padding: 60px 80px;
    box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid #fff;
}
.group_item:nth-last-of-type(-n+2) {
	border-bottom: 0;
}
.group_item:nth-of-type(odd) {
	align-items: flex-end;
}
.group_item:nth-of-type(even) {
	border-left: 1px solid #fff;
	align-items: flex-start;
}
.group_item p {
    width: 100%;
    max-width: 330px;
}

.group_item .arrow {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.2em;
    letter-spacing: 1px;
	display: inline-block;
}

.group_item .arrow::before {
    content: "";
    width: 1em;
    position: absolute;
    left: 0;
    top: 20%;
    height: 1em;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
}

.f_menu_box_2 a.f_menu_item {
    color: #0b102b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2);
    transition: .5s ease-in;
    padding: 0;
    background: #fff;
    position: relative;

}

.f_menu_box_2 a+a {
    border-left: 1px solid #c6c6c6;
}



/*----------
BUSINESS
----------*/
.header.business,
.header.company_top {
    min-height: 820px;
}

.header.business {
    background: #33319b;
    color: #fff;
    height: 100vh;
    /* width: 100vw; */
    background: url(../images/key_business.jpg)no-repeat, #33319b;
    background-position: right top;
    background-size: cover;
}

.business .header .key_sub {
    color: #ffffff;
}

.policy.business_head {
    padding: 80px 0 0;
    position: relative;
    background: #fff;
    z-index: -1
}

.policy.business_head::before {
    content: "What we do";
    font-size: 230px;
    color: #f8f8f8;
    font-family: 'Helvetica', sans-serif;
    position: absolute;
    bottom: -100px;
    font-weight: 900;
    z-index: 0;
    white-space: nowrap;
}

.business_head .policy_box {
    position: relative;
}

.business_head .policy_box h2 {
    font-size: 60px;
    left: 50%;
    transform: translateX(-50%);

}


.policy.business_head p.ttl_sub {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 260px;
}

.business_head .main_text {
    font-size: 18px;
    line-height: 2;
    margin: 100px auto 0;
    text-align: center;
    padding-bottom: 60px;
}

.bs_list {
    background: #f8f8f8;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.bs_list.even {
    flex-direction: row-reverse;
}

.bs_list_inner {
    width: 50%;
}

.bs_list.even .bs_list_inner {
    display: flex;
    justify-content: flex-end;
}

.bs_list_txt {
    width: 100%;
    max-width: 600px;
    padding: 0 40px;
}

.bs_list_img {
    width: 50%;
    max-height: 530px;
    object-fit: cover;
    height: 100%;
}

.bs_list_reserch .bs_list_img {
    object-position: top;
}

.bs_list_txt h3 {
    font-size: 30px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600;
}

.bs_list_txt h3 span {
    color: #6671b3;
    font-family: 'Helvetica', sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
    display: block;
    font-weight: 500;
}

.bs_list_txt p {
    line-height: 1.8;
}

.view_btn_s {
    display: block;
    background: #394070;
    color: #fff;
    padding: .5em 1.88em;
    font-size: 1em;
    border-radius: 2em;
    width: 6em;
    text-align: center;
    letter-spacing: 6px;
    margin: .88em 0 .44em;
    transition: 0.5s;
}

.view_btn_s:hover,
.view_btn_l:hover {
    background: #fff100;
    color: #394070;
}

.business:after {
    content: "";
    background-color: #0C112C;
    position: absolute;
    height: 90px;
    top: 0;
    right: 0;
}

/*SERVICE*/
.service {
    margin: 80px auto 0;
    background: #4d5cb1;
    padding: 80px;
}

.service h2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.service_box {
    box-shadow: 20px 20px #4d5cb1;
    background: #fff;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 0 0 40px;
}

.service_box h3 {
    color: #446fb2;
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
    padding: 40px 0 20px;
}

.service_box>p.head_sub {
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

.view_btn_l {
    display: block;
    background: #394070;
    color: #fff;
    padding: .88em;
    font-size: 1em;
    border-radius: 2em;
    width: 60%;
    text-align: center;
    letter-spacing: 6px;
    margin: 0 auto;
    transition: 0.5s;
}

.service_txt_box {
    width: 65%;
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.8;
}

.ttl_img {
    height: 2em;
}


/*====message====*/
.sub_header {
    background: #0C112C;
    height: auto;
}

.sub_header_mask {
    background: linear-gradient(90deg, rgba(19, 25, 58, .3) 0%, rgba(54, 65, 129, .3) 100%);
}

.main_key_box {
    position: relative;
}

.main_key {
    color: #fff;
    padding: 80px 0;
    letter-spacing: 4px;
    position: relative;
}

.main_key_h2,
.main_key p {
    position: relative;
    z-index: 1;
}

.main_key_h2 {
    font-size: 3.44em;
    color: #fff;
    padding-bottom: 6px;
}

.main_key_h2 {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity .3s ease-in-out .6s, -webkit-transform .3s ease-in-out .6s;
    transition: opacity .3s ease-in-out .6s, -webkit-transform .6s ease-in-out 1.2s;
    transition: opacity .3s ease-in-out .6s, transform .3s ease-in-out .6s;
    transition: opacity .2s ease-in-out .6s, transform .3s ease-in-out .6s, -webkit-transform .3s ease-in-out .6s;
}

.main_key_h2.fade {
    opacity: 1;
    transform: translateY(0);
}

.main_key::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #13193a;
    transition: 0.7s;
}

.fade::after {
    width: 100%;
}

.message_inner {
    background: url("../images/message_bk.jpg?version=210413")no-repeat center center/ cover;
    padding: 80px 0;
    letter-spacing: 4px;
    position: relative;
    background-position: top;
}

.message_inner>.inner {
    margin: 0 0 0 auto;
    width: 52%;
    padding: 40px 20px 20px;
}

.message_txt {
    letter-spacing: 2px;
    line-height: 1.6;
}

.message_ttl {
    color: #6671b3;
    font-weight: 500;
    font-size: 1.22em;
    padding: 1.66em 0 0;
}

.message_name {
    font-size: 1.8em;
    font-weight: 500;
    padding: .22em 0 0;
}

body.sub_content a.f_menu_item {
    width: 50%;
    overflow: hidden;
}

/*====member====*/
.main_key_box.main_key_on_img {
    margin-bottom: 20px;
    overflow: hidden;
}

.main_key_on_img .fade::after {
    width: 75%;
}

.main_key_img {
    position: relative;
    margin: -200px 0 0 auto;
    width: 50%;
    height: 300px;
}

.main_key_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.main_key_img.fade::before {
    transform: scaleX(1) translateX(101%);
}

.main_key_img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1280px;
    height: 100%;
    background-color: #fff;
    transform-origin: left;
    transform: translateX(0);
    transition: transform 0.4s 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.main_key_on_img .main_key_img.fade::after {
    transform: scaleX(1) translateX(101%);
    width: 100%;
}

.main_key_img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1280px;
    height: 100%;
    background: #13193a;
    transform-origin: left;
    transform: translateX(0);
    transition: transform 0.6s 0.3s cubic-bezier(0.55, 0.085, 0.68, 0);
}

.top_txt_box {
    text-align: center;
    line-height: 2;
    padding: 40px 0 60px;
}

.grid-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1em 1em;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    width: 80%;
    margin: auto;
    padding-bottom: 80px;
}

.member_item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.member_txt_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.66em 0 1.44em;
}

.member_item .member_txt_box {
    opacity: 0;
    transform: translateY(64px);
    transition: 0.2s;
}

.member_item:hover .member_txt_box {
    opacity: 1;
    transform: translateY(0);
    background: rgba(19, 25, 58, .8);
    color: #fff;
}

.member_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.member_item p {
    padding-left: 1.5rem;
    letter-spacing: 1px;
}

.member_item p:nth-child(1) {
    font-size: 12px;
    padding-bottom: .22em;
}

.member_item p:nth-child(2) {
    font-size: 1.3em;
}

.member_item p:nth-child(2)>span {
    font-size: 12px;
    padding-left: .5em;
}

.member_item p:nth-child(3) {
    font-size: 12px;
    padding-top: .22em;
}

.member_item p:nth-child(4) {
    font-size: 12px;
    padding-top: .22em;
}

.evevt_box {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #eef3fa 10%, #eef3fa 100%);
    padding: 0 0 60px;
    overflow: hidden;
}

.evevt_box h3 {
    color: #31419b;
    text-align: center;
    font-size: 4.88em;
    letter-spacing: 10px;
}

/*.loopSlide{ display: flex; width: 100vw; height: 240px; overflow: hidden;}
.loopSlide img{ width: auto; height: 100%;}
.loopSlide img:first-child{ animation: slide1 60s -30s linear infinite;}
.loopSlide img:last-child{ animation: slide2 60s linear infinite;}
@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}*/

.slider {
    display: flex;
}

.slider__inner {
    display: flex;
}

.slider__inner:first-child {
    animation: loop 240s linear infinite;
}

.slider__inner:nth-child(2) {
    animation: loop2 240s -160s linear infinite;
}

.slider__inner:last-child {
    animation: loop3 240s -80s linear infinite;
}

.slider__item {
    max-width: none;
    display: block;
}

@keyframes loop {
    0% {
        transform: translateX(200%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes loop3 {
    0% {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-300%);
    }
}



/*====contact====*/
.contact_inner {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #e2e6f0 50%, #e2e6f0 100%);
    padding-bottom: 80px;
    position: relative;
}

.contact_inner::before {
    content: "";
    background: url(../images/contact_img.png) no-repeat 0 0 / contain;
    position: absolute;
    width: 150px;
    height: 100%;
    display: block;
    top: 4%;
    right: 8vw;
}

.form_box {
    background: #fff;
    width: 85%;
    margin: 0 auto;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    padding: 60px 0;
}

.form_box>h2 {
    text-align: center;
    font-size: 1.88em;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.form_box>h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 3px;
    background-color: #6470b8;
    position: absolute;
    bottom: -15px;
    border-radius: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

form {
    padding: 60px 0;
}

form table {
    width: 85%;
    margin: 0 auto;
    display: flex;
}

form table tbody {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

form tr {
    padding-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form th {
    text-align: left;
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form td {
    width: 70%;
}

span.required_item {
    background: #364181;
    color: #fff;
    font-size: .78em;
    padding: 2px 8px;
    font-weight: 400;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    background: #f2f2f6;
    border: none;
    padding: 1.33em 2em;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}

input::placeholder,
select,
textarea::placeholder {
    color: #a5a5ba;
}

.contact_inner select {
    color: #000;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.select_box {
    position: relative;
}

.select_box::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5%;
    top: 40%;
    border-bottom: #4d4d7e 2px solid;
    border-right: #4d4d7e 2px solid;
    transform: rotate(45deg)translateY(-30%);
    pointer-events: none;
}

select:focus {
    color: #333;
}

.btn_box {
    overflow: hidden;
    background: #13193a;
    width: 200px;
    margin: 2em auto 0;
    position: relative;
}

.btn_box input[type="submit"] {
    background: none;
    border: none;
    color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    padding: 1em;
    margin: 0 auto;
}

.btn_box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #fff100;
}

.btn_box input[type="submit"]:hover {
    color: #13193a;
    font-weight: 900;
}

.btn_box:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*====確認画面====*/
.confirmation {
    padding: 80px 0;
    text-align: center;
}

.confirmation h2 {
    font-size: 1.88em;
    padding-bottom: .44em;
}

.confirmation form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}

.confirmation form td {
    text-align: left;
}

.cnf_box {
    display: flex;
    justify-content: center;
    padding-top: 1.88em;
}

.cnf_box div {
    max-width: 160px;
    width: 100%;
}

.cnf_box div input[type="submit"],
input[type="button"] {
    background: #fff;
    border: 2px solid #0b102b;
    width: 100%;
    padding: .88em 1.44em;
    cursor: pointer;
    color: #0b102b;
}

.cnf_box div.btn-primary input[type="submit"] {
    background: #0b102b;
    color: #fff;
}

.cnf_box div+div {
    margin-left: .88em;
}

/*====thanks====*/
.thanks_inner .policy_box h2 {
    top: 150px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thanks_inner .policy_box {
    padding: 240px 20px 80px;
    text-align: center;
}

.thanks_back_btn {
    max-width: 250px;
    width: 100%;
    margin: 3em auto 0;
    background: #fff;
    border: 2px solid #0b102b;
}

.thanks_back_btn a {
    width: 100%;
    display: inline-block;
    padding: .88em 1.44em;
    cursor: pointer;
    color: #0b102b;
    box-sizing: border-box;
}

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

/*==ナビゲーション全体の設定*/
nav {
    width: 580px;
    color: #fff;
    /* text-align: center; */
    /* align-items: center; */
}

/*ナビゲーションを横並びに*/
nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 14.2px;
}

/*2階層目以降は横並びにしない*/
nav ul ul {
    display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
    position: relative;
    padding-top: 3px;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.8px;
    /* padding: 0px 35px 0 0; */
    transition: all .3s;
}

nav ul li li a {
    padding: 10px 35px;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
/* 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の矢印の設定*/
/* 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の指定*/
nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: -30px;
    top: 29.2px;
    z-index: 4;
    /*形状を指定*/
    background: rgba(54, 85, 159, 0.8);
    width: 148px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
    padding-top: 0;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
    color: #fff;
    /* border-bottom:solid 1px rgba(255,255,255,0.6); */
}

nav li.has-child ul li:last-child a {
    border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
    background: #3577CA;
    opacity: 1;
}


/*==3階層目*/

/*3階層目の位置*/
nav li.has-child ul ul {
    top: 0;
    left: 182px;
    background: #66ADF5;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active {
    background: #448ED3;
}


/*========= 上部固定させるためのCSS ===============*/

.top_content .header {
    position: fixed;
    /*fixedを設定して固定*/
    /* height: 70px;高さ指定 */
    width: 100%;
    /*横幅指定*/
    z-index: 999;
    /*最前面へ*/
    /*以下はレイアウトのためのCSS*/
    /* display: flex;
	justify-content: space-between;
	align-items: center;
	background:#333;
	color:#fff;
	text-align: center;
	padding: 20px; */
}

/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/

.header.UpMove {
    position: fixed;
    width: 100%;
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/

.header.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*以下は検証用のレイアウトのためのCSS*/
/* nav ul{
list-style: none;
display: flex;
justify-content: center;
}

nav ul li a{
text-decoration: none;
color: #666;
padding:10px;
} */

/* section{
padding:300px 0;
} */

/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: linear-gradient(45deg, rgba(0, 11, 172, 1) 0%,rgba(14, 9, 81, 1) 100%); */
    background: linear-gradient(135deg, rgba(61, 98, 172, 1) 0%, rgba(14, 9, 81, 1) 100%);
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    right: -50px;
    top: -50px;
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-family: 'Raleway', 'Noto Sans JP';
}

#g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    /*0.2 秒遅らせて出現*/
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*リストのレイアウト設定*/
#g-nav li {
    text-align: center;
    list-style: none;
}

#g-nav li a {
    /* color: #333; */
    text-decoration: none;
    /* padding: 10px; */
    display: block;
    /* text-transform: uppercase; */
    letter-spacing: 0.1em;
    font-weight: bold;
}




/*リンクの形状*/
/* #page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#942D2F;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
} */

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 50px;
    bottom: 40px;
    scale: 5;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/

#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

/*------------------------------
自己追加
------------------------------*/
#page-top {
    position: fixed;
    right: 1.5vw;
    bottom: 2.5vw;
    scale: 1;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
}

i.fa-solid.fa-angles-up {
    background-color: #3D62AC;
    padding: 18px 20px;
    border-radius: 100px;
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .menu>li:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    nav ul li a:hover {
        color: #fff;
    }

    nav li.has-child:hover>ul,
    nav li.has-child ul li:hover>ul,
    nav li.has-child:active>ul,
    nav li.has-child ul li:active>ul {
        visibility: visible;
        opacity: 1;
    }

    nav li.has-child ul li a:hover,
    nav li.has-child ul li a:active {
        background: #3577CA;
        opacity: 1;
    }

    nav li.has-child ul ul li a:hover,
    nav li.has-child ul ul li a:active {
        background: #448ED3;
    }

    #page-top a:hover {
        /* background: #777; */
        opacity: 0.8;
    }

}

@media screen and (max-width: 750px) {
    .headinner {
        height: auto;
    }

    header .innerContents {
        display: flex;
        flex-direction: column;
        padding: 4.2vw 5.7vw;
    }

    .innerContents nav {
        display: none;
    }

    svg#discoveryName {
        width: 30vw;
        padding: 0 2vw;
    }

    nav {
        padding: 0;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        padding-top: 1.3vw;
    }

    nav ul li a {
        border-bottom: transparent;
    }

    nav li.has-child ul,
    nav li.has-child ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
    }

    .openbtn {
        position: absolute;
        top: 5.5vw;
        right: 4.6vw;
        z-index: 9999;
        cursor: pointer;
        width: 10.4vw;
        height: 6.3vw;
        background-color: unset;
        border: unset;
    }

    .openbtn span:nth-of-type(1) {
        top: 1vw;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 1vw;
        height: 0.4vw;
        border-radius: 1vw;
        background-color: #fff;
        width: 8.8vw;
        z-index: 999;
    }

    .openbtn span:nth-of-type(3) {
        top: 4.5vw;
    }

    .openbtn span:nth-of-type(2) {
        top: 2.7vw;
    }

    .header #g-nav ul {
        padding-top: 0;
        margin-top: 0.3vw;
        top: 81vw;
        width: 100%;
    }

    #g-nav ul {
        display: block;
    }

    .listSns {
        text-align: center;
        margin: 0 auto;
    }

    a.fa-brands {
        padding: 8.6vw 1.56vw 0;
        display: inline-block;
    }

    .openbtn.active span:nth-of-type(1) {
        top: -0.3vw;
        left: 2.1vw;
        transform: translateY(3vw) rotate(-45deg);
        width: 6vw;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 5.7vw;
        left: 2vw;
        transform: translateY(-3vw) rotate(45deg);
        width: 6vw;
    }

    svg#logo {
        padding: 0;
    }

    svg#logo {
        width: 9.1vw;
        height: auto;
    }

    .mini {
        font-size: 4.3vw !important;
    }

    /*----------------------------------
    footer
    -----------------------------------*/
    footer .menu {
        display: flex;
        padding-top: 0;
        flex-direction: column;
    }

    footer nav ul {
        display: flex;
        /* justify-content: center; */
    }

    footer nav ul ul {
        display: flex;
        flex-direction: column;
        margin-top: -1.4vw;
    }

    footer .innerContents {
        flex-direction: column;
        width: 95vw;
    }

    footer .innerContents nav {
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .footInner {
        padding: 14.6vw 0 8vw 0;
        width: 100%;
        background-color: #0B102B;
    }

    footer nav ul li a {
        padding-bottom: 1.3vw;
        font-size: 4.2vw;
    }

    footer nav ul li li a {
        /* padding: 3.2vw 0 0 0; */
        font-size: 3.6vw;
    }

    nav ul li {
        padding-top: 1.3vw;
    }

    nav.lower {
        margin-top: -1.4vw;
    }

    footer p {
        font-size: 2.9vw;
    }

    nav.upper {
        margin-left: 0;
    }

    nav.lower {
        margin-left: 0;
    }

    footer p {
        padding-top: 15.5vw;
    }

    .fa-twitter:before {
        font-size: 6vw;
    }

    .fa-facebook:before {
        font-size: 6vw;
    }

    .fa-instagram:before {
        font-size: 6vw;
    }

    footer a.fa-brands {
        padding: 7.6vw 1.56vw 0;
        display: inline-block;
    }

    footer .innerContents nav.lower {
        width: 33.1vw;
        margin: 0 auto;
    }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
    footer .menu {
        display: flex;
    }

    footer nav ul {
        padding-top: 0;
        justify-content: space-between;
    }

    footer .innerContents {
        display: flex;
        flex-direction: column;
    }

    nav.upper {
        margin: 0 auto;
    }

    nav.lower {
        padding-top: 30px;
        margin: 0 auto;
    }
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 195px;
    min-height: 195px;
}

@media screen and (max-width: 750px) {
    .post-thumbnail img {
        max-height: initial;
        min-height: initial;
    }
}