@charset "UTF-8";

/*----------------------------------------
	RESET
-----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
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;
}

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

body {
    line-height: 1;
    word-break: break-word!important;
}

ol,
ul,
li {
    list-style: none !important;
}

blockquote,
q {
    quotes: none;
}

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

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

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

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
    font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
    font-family: "Questrial", sans-serif;
}

.minimunWidth {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

@media print,
screen and (min-width: 1400px) {
    .fullWidth {
        width: 1400px;
    }
    .inrWidth {
        width: 1000px;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 1200px) and (max-width: 1400px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1400px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
    .outerWidth {
        width: 95% !important;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .minimumWidth {
        width: 90%;
    }
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}

main,
header,
footer,
section {
    display: block;
}

label {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}


/*----------------------------------------
BODY
-----------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #222222;
    background: #fff;
    position: relative;
    width: 100%;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.075em;
    -webkit-text-size-adjust: 100%;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

.fw {
    font-weight: bold;
}

.udl {
    font-size: 18px;
    background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
    display: inline-block;
}

.df {
    display: flex;
}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    font-size: 77%;
    text-align: right;
}

#pageTop a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
}

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

.imgFull img {
    width: 100%;
}

a.over:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.bgBeige {
    background: #e2e9e9;
    position: relative;
}

.bgBeige:before {
    position: absolute;
    background: #e2e9e9;
    content: "";
    height: 100%;
    width: 8%;
    top: 0;
    left: -8%;
}

.bgBeige:after {
    position: absolute;
    background: #e2e9e9;
    content: "";
    height: 100%;
    width: 8%;
    top: 0;
    right: -8%;
}

@media screen and (min-width: 901px) {
    .tab {
        display: none !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
    .tab {
        display: block;
    }
}

@media print,
screen and (min-width: 769px) {
    body {
        font-size: 1.4rem;
    }
    .spbr {
        display: none;
    }
    .sp {
        display: none !important;
    }
    .tab {
        display: none !important;
    }
    .pc {
        display: block;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    a img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 1;
    }
    a:hover img {
        opacity: 0.7;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    a.underbar_animate {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }
    a.underbar_animate--wh::after {
        background: #fff !important;
    }
    a.underbar_animate::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #111;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
    }
    a.underbar_animate:hover::after {
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .pcbr {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
}


/*----------------------------------------
HEADER
-----------------------------------------*/


/*----------------------------------------
問い合わせ・確認ページ
-----------------------------------------*/

.mw_wp_form_confirm .submitArea,
.mw_wp_form_confirm .panel {
    display: none;
}


/*----------------------------------------
イベントレポート
-----------------------------------------*/

.taxonomies_terms2022 a {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    display: inline-block;
    margin: 6px 5px 0 0;
    padding: 5px 11px;
    border-radius: 12px;
    background-color: #cccccc;
    text-decoration: none;
    text-align: center;
    line-height: 1.2em;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*----------------------------------------
HEADER
-----------------------------------------*/


/*----navi-------*/

#navToggle {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 6%;
    top: 34%;
}

#navToggle div {
    position: relative;
    height: 20px;
}

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 47%;
    height: 47%;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 200;
}

#navToggle span:nth-child(1) {
    top: 0;
    left: 0;
}

#navToggle span:nth-child(2) {
    top: 0;
    right: 0;
}

#navToggle span:nth-child(3) {
    bottom: 0;
    left: 0;
}

#navToggle span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.openNav .header_top__blk {
    background: #222;
}

.openNav #navToggle {
    width: 30px;
    height: 30px;
    right: 4%;
}

.openNav #navToggle {
    width: 30px;
    height: 30px;
    right: 4%;
}

.openNav #navToggle div {
    height: 30px;
}

.openNav #navToggle span {
    width: 100%;
    height: 0;
    border-bottom: solid 1px #fff;
}

.openNav #navToggle span:nth-child(1),
.openNav #navToggle span:nth-child(4) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #fff;
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #fff;
}

.openNav nav {
    z-index: 100;
    overflow: scroll;
    transform: translateX(0);
    display: block;
}

header nav {
    position: absolute;
    /*bodyに対しての絶対位置*/
    left: 0;
    top: 60px;
    width: 100%;
    height: 100vh;
    background: #222;
    padding: 0 0 100px;
    text-align: left;
    display: none;
    color: #fff;
    transform: translateX(-200%);
    transition: all 1s ease;
    z-index: 100;
}

header nav a {
    text-align: center;
    color: #fff;
}

header nav .nav_top {
    padding: 10%;
    border-bottom: 1px solid #fff;
}

header nav .nav_top a img {
    margin-bottom: 5px;
}

header nav .nav_top li:first-of-type {
    margin-bottom: 30px;
}

header nav .nav_mdl {
    border-bottom: 1px solid #fff;
}

header nav .nav_mdl ul {
    display: flex;
}

header nav .nav_mdl ul li {
    width: 50%;
    padding: 5%;
    text-align: center;
}

header nav .nav_mdl ul li:not(:last-of-type) {
    border-right: 1px solid #fff;
}

header nav .nav_btm {
    padding: 8% 5%;
}

header nav .nav_btm__top,
header nav .nav_btm__btm {
    text-align: center;
}

header nav .nav_btm__top ul,
header nav .nav_btm__btm ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

header nav .nav_btm__top ul li,
header nav .nav_btm__btm ul li {
    width: 35px;
    height: 35px;
}

header nav .nav_btm__top ul li:not(:last-of-type),
header nav .nav_btm__btm ul li:not(:last-of-type) {
    margin-right: 10px;
}

header nav .nav_btm__top {
    margin-bottom: 30px;
}

header nav.nav_oih {
    background: #222;
}

header nav.nav_oih .nav_oih__list li {
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

header nav.nav_oih .nav_oih__list li input {
    display: none;
}

header nav.nav_oih .nav_oih__list li label,
header nav.nav_oih .nav_oih__list li .link_a {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    position: relative;
    padding: 22px 5%;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
}

header nav.nav_oih .nav_oih__list li label img,
header nav.nav_oih .nav_oih__list li .link_a img {
    position: absolute;
    top: 25px;
    right: 5%;
    transform: rotate(180deg);
    width: 20px;
    height: auto;
}

header nav.nav_oih .nav_oih__list li ul {
    opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    padding: 0;
}

header nav.nav_oih .nav_oih__list li ul li {
    display: none;
}

header nav.nav_oih .nav_oih__list li ul li a {
    padding: 25px 5%;
    line-height: 1.4;
    color: #000;
    display: block;
    text-align: left;
}

header nav.nav_oih .nav_oih__list li ul.hidden_show02 li a {
    border-bottom: 1px solid #ccc;
}

header nav.nav_oih .nav_oih__list li.hidden_box--wh {
    background: #fff;
    border-bottom: 1px solid #c3247b;
}

header nav.nav_oih .nav_oih__list li.hidden_box--wh label {
    color: #c3247b;
}

header nav.nav_oih .nav_oih__list li .hidden_box__a {
    padding: 25px 5%;
    line-height: 1.4;
    display: block;
    text-align: left;
}

header nav.nav_oih .nav_oih__list .hidden_box input:checked~.hidden_show,
header nav.nav_oih .nav_oih__list .hidden_box02 input:checked~.hidden_show02 {
    height: auto;
    opacity: 1 !important;
}

header nav.nav_oih .nav_oih__list .hidden_box input:checked~.hidden_show .hidden_box02,
header nav.nav_oih .nav_oih__list .hidden_box02 input:checked~.hidden_show02 li {
    display: block !important;
}

header nav.nav_oih .nav_oih__list .hidden_box input:checked~label img {
    transform: rotate(0);
}

header nav.nav_oih .nav_oih__list .hidden_box input:checked~label {
    border-bottom: 1px solid #c3247b;
}

header nav.nav_oih .hidden_show li:last-of-type,
header nav.nav_oih .hidden_show02 li:last-of-type {
    border-bottom: none;
}

header nav.nav_oih .hidden_show02 li:last-of-type a {
    border-bottom: none !important;
}

header nav.nav_oih--other {
    background: #222222;
}

header nav.nav_oih--other .nav_oih__list li.hidden_box--wh label {
    color: #000;
}

header nav.nav_oih--other .nav_oih__list li.hidden_box--wh {
    border-bottom: 1px solid #ccc;
}

header nav.nav_oih--other .nav_oih__list .hidden_box input:checked~label {
    border-bottom: 1px solid #ccc;
}

ul.sp_nav li.hidden_box input,
ul.sp_nav li.hidden_box02 input {
    display: none;
}

ul.sp_nav li.hidden_box label,
ul.sp_nav li.hidden_box02 label {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}

ul.sp_nav li.hidden_box label img,
ul.sp_nav li.hidden_box02 label img {
    width: 5px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%) rotate(90deg);
}

ul.sp_nav li.hidden_box ul,
ul.sp_nav li.hidden_box02 ul {
    opacity: 0;
    padding: 0;
}

ul.sp_nav li.hidden_box ul li,
ul.sp_nav li.hidden_box02 ul li {
    display: none;
    margin-bottom: 0;
    background: #fff;
    padding-left: 5px;
}

ul.sp_nav li.hidden_box ul li:first-of-type,
ul.sp_nav li.hidden_box02 ul li:first-of-type {
    margin-top: 15px;
    border-top: 0;
    border-bottom: 0;
}

ul.sp_nav li.hidden_box ul li a,
ul.sp_nav li.hidden_box02 ul li a {
    color: #0D69B0;
}

ul.sp_nav .hidden_box input:checked~.hidden_box,
ul.sp_nav .hidden_box02 input:checked~.hidden_box02 {
    padding-bottom: 0;
}

ul.sp_nav .hidden_box input:checked~.hidden_show,
ul.sp_nav .hidden_box02 input:checked~.hidden_show02 {
    height: auto;
    opacity: 1 !important;
}

ul.sp_nav .hidden_box input:checked~.hidden_show .hidden_box02,
ul.sp_nav .hidden_box02 input:checked~.hidden_show02 li {
    display: block !important;
}

ul.sp_nav .hidden_box input:checked~label,
ul.sp_nav .hidden_box02 input:checked~label {
    padding-left: 5px;
}

ul.sp_nav .hidden_box input:checked~label img,
ul.sp_nav .hidden_box02 input:checked~label img {
    transform: translate(0, -50%) rotate(-90deg);
}

@media print,
screen and (min-width: 769px) {
    .header_top {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
    }
    .header_top .outerWidth {
        display: flex;
        align-items: center;
    }
    .header_top__blk {
        display: flex;
        align-items: center;
    }
    .header_top__language {
        margin-left: 20px;
        color: #fff;
        font-size: 1.5rem;
    }
    .header_top__language span {
        color: #959595;
    }
    .header_top__language a {
        color: #fff;
        font-size: 1.5rem;
    }
    .header_oih {
        position: fixed;
        width: 100%;
        height: 50px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 99999;
        -webkit-text-size-adjust: 100%;
        background: #fff;
    }
    .header_oih__blk {
        display: flex;
        align-items: center;
    }
    .header_oih__blk--logo {
        background: #000;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 350px;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        font-family: Helvetica, Arial, sans-serif;
    }
    .header_oih__blk--logo img {
        width: 260px;
    }
    .header_oih__blk__list {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: calc(100% - 370px);
    }
    .header_oih__blk__list li:not(:last-of-type) {
        margin-right: 3%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
    .header_oih__blk__list li:not(:last-of-type) {
        margin-right: 1.5%;
    }
}

@media print,
screen and (min-width: 769px) {
    .header_oih__blk__list li a {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
    .header_oih__blk__list li a {
        font-size: 1.1rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .header_oih__blk__list li a:hover {
        opacity: 1;
        color: #c3247b;
    }
    .header_oih--ose {
        display: none !important;
    }
    .header_other {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        display: flex;
        align-items: center;
        z-index: 10;
    }
    .header_other .outerWidth {
        width: 100% !important;
    }
    .header_other__blk {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        position: relative;
        z-index: 200;
        width: 100%;
        height: 50px;
        background: #fff;
    }
    .header_other__blk--lft {
        width: 400px;
        max-width: 400px;
        display: flex;
    }
    .header_other__blk--rgt {
        max-width: 500px;
        display: flex;
        width: 35%;
    }
    .header_other .logo {
        width: 80%;
        height: 50px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #222222;
    }
    .header_other .logo span {
        width: 100%;
    }
    .header_other .logo h1 {
        max-width: 200px;
    }
    .header_other__language {
        width: 20%;
        height: 50px;
        font-size: 1.2rem;
        border-right: 1px solid #cccccc;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_other__language span {
        color: #959595;
    }
    .header_other__language a {
        font-size: 1.2rem;
    }
    .header_other__oih {
        background: #c3247b;
        width: 50%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3%;
    }
    .header_other__oih img {
        width: 100%;
        height: auto;
    }
    .header_other__ose {
        background: #e50012;
        width: 50%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3%;
    }
    .header_other__ose img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    html.fixed-html,
    html.fixed-html body {
        height: 100%;
        overflow: hidden;
    }
    .header_oih {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        z-index: 10;
    }
    .header_oih .outerWidth {
        width: 100% !important;
    }
    .header_oih__blk {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 200;
    }
    .header_oih__blk--logo {
        width: 65%;
        height: 60px;
        padding: 10px;
        color: #FFF;
        font-size: 1.5rem;
        letter-spacing: 0;
        font-weight: bold;
        border-right: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_oih__blk--logo img {
        width: 90%;
    }
    .header_oih .logo h1 {
        max-width: 200px;
    }
    .header_oih__language {
        width: 18%;
        height: 60px;
        color: #fff;
        font-size: 1.2rem;
        border-right: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_oih__language span {
        color: #959595;
    }
    .header_oih__language a {
        color: #fff;
        font-size: 1.2rem;
    }
    .header_oih {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: none;
        display: flex;
        align-items: center;
        z-index: 9999;
    }
    .header_oih .outerWidth {
        width: 100% !important;
    }
    .header_oih .search_blk #search #search_wrapper {
        display: none;
        background: rgba(255, 255, 255, 0.9);
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 999;
    }
    .header_oih .search_blk #search #search_wrapper input {
        display: block;
        font-size: 1.6rem;
    }
    .header_oih .search_blk #search #search_wrapper form {
        z-index: 999;
    }
    .header_oih .search_blk #search #search_wrapper .modal_close a {
        z-index: 999;
    }
    .header_oih__blk {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 200;
        width: 100%;
        background: none;
    }
    .header_oih__language {
        width: 18%;
        height: 60px;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_oih__language span {
        color: #959595;
    }
    .header_oih__language a {
        font-size: 1.2rem;
    }
    .header_oih__ose {
        width: 18%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .header_oih__ose img {
        width: 65%;
        max-width: 43px;
        display: block;
        margin: 0 auto;
    }
    .header_oih #navToggle {
        right: 6%;
    }
    .header_oih #navToggle span {
        background: #FFF;
        border-bottom: 1px solid #FFF !important;
    }
    .header_oih.openNav #navToggle {
        right: 4%;
    }
    .header_oih--ose .logo {
        background: #e50012;
    }
    .header_oih--ose .logo img {
        max-width: 160px;
    }
    .header_oih--ose #navToggle span {
        background: #e50012;
    }
    .header_oih--ose .nav_oih {
        background: #e50012;
    }
    .header_oih--ose .nav_oih .link_a {
        background: #e50012;
    }
    .header_oih--ose .nav_oih .hidden_box--wh {
        border-bottom: 1px solid #e50012 !important;
    }
    .header_oih--ose .nav_oih .hidden_box--wh label {
        color: #e50012 !important;
    }
    .header_oih--ose .nav_oih__list .hidden_box input:checked~label {
        border-bottom: 1px solid #e50012 !important;
    }
    .header_other {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #fff;
        display: flex;
        align-items: center;
        z-index: 10;
    }
    .header_other .outerWidth {
        width: 100% !important;
    }
    .header_other__blk {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 200;
        width: 100%;
        background: #fff;
    }
    .header_other__blk--lft {
        display: flex;
        width: 48%;
    }
    .header_other__blk--rgt {
        display: flex;
        justify-content: flex-end;
        width: 52%;
        padding-right: 60px;
    }
    .header_other .logo {
        width: 75%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #222;
    }
    .header_other__language {
        width: 25%;
        height: 60px;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_other__language span {
        color: #959595;
    }
    .header_other__language a {
        font-size: 1.2rem;
    }
    .header_other__oih {
        width: 60px;
        height: 60px;
    }
    .header_other__oih picture {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .header_other__oih img {
        width: 65%;
        max-width: 43px;
    }
    .header_other__ose {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .header_other__ose picture {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .header_other__ose img {
        width: 65%;
        max-width: 43px;
    }
    .header_other #navToggle {
        right: 20px;
    }
    .header_other #navToggle span {
        background: #222;
        border-bottom: 1px solid #222 !important;
    }
    .header_other.openNav #navToggle {
        right: 4%;
    }
}


/*----------------------------------------
FOOTER
-----------------------------------------*/

#included-files-fie-on-wp-footer {
    display: none !important;
}

@media screen and (min-width: 769px) {
    footer {
        background: #222222;
        padding: 60px 0 40px;
        font-size: 1.2rem;
        color: #fff;
    }
    footer .footer_sns {
        display: flex;
        justify-content: center;
    }
    footer .footer_sns__rgt,
    footer .footer_sns__lft {
        display: flex;
        align-items: center;
    }
    footer .footer_sns__rgt p,
    footer .footer_sns__lft p {
        margin-right: 20px;
    }
    footer .footer_sns__rgt ul,
    footer .footer_sns__lft ul {
        display: flex;
        justify-content: space-between;
    }
    footer .footer_sns__rgt ul li,
    footer .footer_sns__lft ul li {
        width: 25px;
    }
    footer .footer_sns__rgt ul li:not(:last-of-type),
    footer .footer_sns__lft ul li:not(:last-of-type) {
        margin-right: 10px;
    }
    footer .footer_sns__lft {
        justify-content: center;
        /* margin-right: 25px; */
    }
    /* footer .footer_sns__lft ul {
    margin-right: 25px;
  } */
    footer .footer_sns__rgt {
        justify-content: flex-start;
    }
    footer .footer_btm ul {
        margin: 30px 0 20px;
        display: flex;
        justify-content: center;
    }
    footer .footer_btm ul li:not(:last-of-type) {
        margin-right: 30px;
        position: relative;
    }
    footer .footer_btm ul li:not(:last-of-type)::after {
        content: '|';
        position: absolute;
        top: 50%;
        right: -16px;
        transform: translate(0, -50%);
    }
    footer .footer_btm ul a {
        color: #fff;
    }
    footer .footer_btm p {
        text-align: center;
    }
    footer .footer_btm p.cpyrgt {
        margin-top: 30px;
    }
    footer.ft_oih--hasSide {
        width: calc(100% - 110px);
        margin-left: 110px;
    }
    footer.ft_oih .ft_oih__wrap {
        width: 90%;
        margin: 0 auto;
    }
    footer.ft_oih .ft_oih__logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    footer.ft_oih .ft_oih__logo h2 img {
        width: 332px;
        height: auto;
    }
    footer.ft_oih .ft_oih__logo ul {
        display: flex;
        justify-content: center;
    }
    footer.ft_oih .ft_oih__logo ul li:first-of-type {
        margin-right: 30px;
        position: relative;
    }
    footer.ft_oih .ft_oih__logo ul li:first-of-type::after {
        content: '|';
        position: absolute;
        top: 50%;
        right: -16px;
        transform: translate(0, -50%);
    }
    footer.ft_oih .ft_oih__logo ul a {
        color: #fff;
    }
    footer.ft_oih .ft_oih__df {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    footer.ft_oih .ft_oih__df__sns {
        width: 100px;
        margin-bottom: 10px;
    }
    footer.ft_oih .ft_oih__df__sns ul {
        display: flex;
        justify-content: space-between;
    }
    footer.ft_oih .ft_oih__df__sns ul li {
        width: 25px;
        margin-right: 5px;
    }
    footer.ft_oih .ft_oih__df__txt {
        max-width: 870px;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    footer.footer--other {
        margin-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        background: #222222;
        padding: 60px 0 40px;
        font-size: 1.2rem;
        color: #fff;
    }
    footer .footer_sns__rgt p,
    footer .footer_sns__lft p {
        text-align: center;
        letter-spacing: 0;
    }
    footer .footer_sns__rgt ul,
    footer .footer_sns__lft ul {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    footer .footer_sns__rgt ul li,
    footer .footer_sns__lft ul li {
        width: 35px;
    }
    footer .footer_sns__rgt ul li:not(:last-of-type),
    footer .footer_sns__lft ul li:not(:last-of-type) {
        margin-right: 10px;
    }
    footer .footer_sns__rgt {
        margin-top: 30px;
    }
    footer .footer_btm ul {
        margin: 75px auto 40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 300px;
    }
    footer .footer_btm ul li:nth-of-type(2),
    footer .footer_btm ul li:nth-of-type(3),
    footer .footer_btm ul li:nth-of-type(5) {
        margin-right: 5px;
        position: relative;
    }
    footer .footer_btm ul li:nth-of-type(2)::after,
    footer .footer_btm ul li:nth-of-type(3)::after,
    footer .footer_btm ul li:nth-of-type(5)::after {
        content: '|';
        position: absolute;
        top: 50%;
        right: -7px;
        transform: translate(0, -50%);
    }
    footer .footer_btm ul li:nth-of-type(3) {
        margin-left: 5px;
    }
    footer .footer_btm ul a {
        color: #fff;
    }
    footer .footer_btm p {
        font-size: 1.2rem;
    }
    footer .footer_btm p.cpyrgt {
        margin-top: 40px;
        font-size: 1rem;
        text-align: center;
    }
    footer .footer_btm--oih ul {
        margin: 40px 0;
    }
    footer.ft_oih .ft_oih__wrap {
        width: 90%;
        margin: 0 auto;
    }
    footer.ft_oih h2 {
        margin-bottom: 50px;
        text-align: center;
    }
    footer.ft_oih h2 img {
        width: 320px;
        height: auto;
    }
    footer.ft_oih .ft_oih__df__sns {
        margin-bottom: 50px;
    }
    footer.ft_oih .ft_oih__df__sns ul {
        display: flex;
        justify-content: center;
    }
    footer.ft_oih .ft_oih__df__sns ul li {
        width: 35px;
        margin-right: 5px;
    }
    footer.ft_oih .ft_oih__df__txt {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    footer.footer--other {
        margin-top: 50px;
    }
}


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

@media screen and (min-width: 769px) {
    .info {
        padding: 100px 0;
    }
    .info__df {
        display: flex;
        justify-content: space-between;
    }
    .info__df__lft {
        width: 40%;
    }
    .info__df__lft h2 {
        margin-left: -13%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .info__df__lft h2 {
        margin-left: 2%;
    }
}

@media screen and (min-width: 769px) {
    .info__df__lft h2 img {
        max-width: 400px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .info__df__lft h2 img {
        max-width: 300px;
    }
}

@media screen and (min-width: 769px) {
    .info__df__lft h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-left: -13%;
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .info__df__lft h3 {
        margin-left: 2%;
    }
}

@media screen and (min-width: 769px) {
    .info__df__rgt {
        width: 56%;
    }
    .info__df__rgt ul li {
        padding: 23px 0;
        border-bottom: 1px solid #000;
    }
    .info__df__rgt ul li:first-of-type {
        border-top: 1px solid #000;
    }
    .info__df__rgt ul li .date2022 {
        font-size: 1.2rem;
    }
    .info__df__rgt .more {
        margin-right: -10%;
        margin-top: 45px;
        text-align: right;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .info__df__rgt .more {
        margin-right: 2%;
    }
}

@media screen and (min-width: 769px) {
    .info__df__rgt .more a {
        display: inline-block;
        position: relative;
    }
    .info__df__rgt .more a::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 110%;
        height: 2px;
        background: #000;
        content: "";
    }
    .info__df__rgt .more a:hover::after {
        opacity: 0.5;
    }
    .list2022,
    .list2022_ctg {
        width: 30%;
        margin-right: 5%;
        position: relative;
        box-shadow: 0 0 8px grey;
        border-radius: 0 0 20px 0;
        transition: all 0.1s ease 0s;
        background: #fff;
    }
    .list2022:hover,
    .list2022_ctg:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-0.2em);
    }
    .list2022:nth-of-type(3n),
    .list2022_ctg:nth-of-type(3n) {
        margin-right: 0;
    }
    .list2022.cat_dummy::before,
    .list2022_ctg.cat_dummy::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ダミーテキスト";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 8px 10px;
        z-index: 1;
    }
    .list2022.pick_up::before,
    .list2022_ctg.pick_up::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "PICK UP";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 8px 10px;
        z-index: 1;
    }
    .list2022.new::before,
    .list2022_ctg.new::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "NEW";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 8px 10px;
        z-index: 1;
    }
    .list2022 a,
    .list2022_ctg a {
        display: block;
    }
    .list2022 .img,
    .list2022_ctg .img {
        width: 100%;
        height: 0;
        padding-bottom: 63%;
        position: relative;
    }
    .list2022 .img img,
    .list2022_ctg .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list2022 .txt,
    .list2022_ctg .txt {
        background: #fff;
        padding: 15px;
        text-align: left;
    }
    .list2022 .txt .date2022,
    .list2022_ctg .txt .date2022 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }
    .list2022 .txt {
        border-radius: 0 0 20px 0;
    }
    .list2022_ctg .txt {
        padding: 15px 15px 0;
    }
    .list2022_ctg .ctg {
        padding: 5px 15px 15px;
        text-align: left;
        border-radius: 0 0 20px 0;
        margin-top: -1px;
    }
    .list2022_ctg .ctg a {
        display: inline-block;
        margin: 6px 5px 0 0;
        padding: 5px 11px;
        background-color: #cccccc;
        text-decoration: none;
        text-align: center;
        line-height: 1.4em;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .calender2022 {
        display: table-cell;
        width: 450px;
    }
    .calender2022 .em-calendar {
        width: 100%;
        border-collapse: separate;
    }
    .calender2022 .em-calendar thead {
        font-size: 120%;
        font-weight: bold;
    }
    .calender2022 .em-calendar thead td {
        padding: 25px 10px !important;
        border: none !important;
    }
    .calender2022 .em-calendar thead td:first-of-type {
        border-radius: 20px 0 0 0;
    }
    .calender2022 .em-calendar thead td {
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 2rem;
    }
    .calender2022 .em-calendar td {
        background: #ffffff;
        color: #000;
        text-align: center;
        padding: 14px 10px !important;
        border: 1px solid #dcdcdc;
        font-size: 1.7rem;
    }
    .calender2022 .em-calnav {
        color: #000;
    }
    .calender2022 .em-calnav-prev {
        position: absolute;
        top: 24px;
        left: 11px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        z-index: 2;
    }
    .calender2022 .em-calnav-prev::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 9%;
        transform: translate(0, -50%);
        width: 40px;
        height: 40px;
        background: url(../img/top2022/cal_arw_l_wh.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .calender2022 .em-calendar {
        position: relative;
    }
    .calender2022 .em-calnav-next {
        position: absolute;
        top: 24px;
        right: 11px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        z-index: 2;
    }
    .calender2022 .em-calnav-next::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 40px;
        height: 40px;
        background: url(../img/top2022/cal_arw_r_wh.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .calender2022 .days-names td {
        background: #fff;
        text-align: center;
        font-size: 1.6rem;
        color: #000;
        border: 1px solid #dcdcdc;
        width: 14.28%;
        height: 49px;
        vertical-align: middle;
        font-weight: bold;
    }
    .calender2022 .days-names td:first-of-type {
        color: #e84042;
    }
    .calender2022 .days-names td:last-of-type {
        color: #3ab2e8;
    }
    .calender2022 .eventful {
        background: #f08f8f !important;
    }
    .calender2022 .eventful a {
        color: #000 !important;
        display: block;
        text-decoration: none;
    }
    .calender2022 .eventful a:hover {
        color: #fff !important;
    }
    .calender2022 .eventful-pre {
        background: #f08f8f !important;
    }
    .calender2022 .eventful-pre a {
        color: #000;
        display: block;
        text-decoration: none;
    }
    .calender2022 .eventful-post {
        background: #f08f8f !important;
    }
    .calender2022 .eventful-post a {
        color: #000;
        display: block;
        text-decoration: none;
    }
    .calender2022 .eventful-today {
        padding: 0px 4px !important;
    }
    .calender2022 .eventful-today a {
        color: #fff;
        background: #f08f8f;
        display: block;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
    }
    .calender2022 .em-calendar td.eventless-post {
        background: #e4e4e4 !important;
    }
    .calender2022 table.em-calendar td.eventless-pre,
    .calender2022 .em-calendar td.eventless-post {
        background: #e4e4e4 !important;
    }
    .calender2022 table.em-calendar.table tr.days-names {
        font-weight: bold;
    }
    .calender2022 table.em-calendar td.eventful-pre a,
    .calender2022 table.em-calendar td.eventful-post a {
        color: #aaa;
        text-decoration: underline;
    }
    .calender2022 table.em-calendar td.eventful a,
    .calender2022 table.em-calendar td.eventful-today a {
        color: #000;
    }
    .calender2022 table.em-calendar td.eventful-today a {
        font-weight: bold;
    }
    .calender2022 table.em-calendar td.eventless-today,
    .calender2022 table.em-calendar td.eventful-today {
        background-color: #CFCFCF;
    }
    .calender2022 table.em-calendar thead {
        font-size: 120%;
        font-weight: bold;
    }
    .calender2022 table.fullcalendar {
        border-collapse: collapse;
    }
    .calender2022 table.fullcalendar td {
        text-align: left;
        border: 1px solid #888;
    }
    .calender2022 div.em-calendar-wrapper {
        position: relative;
    }
    .event2022 {
        background: url(../img/top2022/mv02.jpg) no-repeat;
        padding: 100px 0;
        min-height: 100vh;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
    .event2022 h2 {
        text-align: center;
    }
    .event2022 h3 {
        text-align: center;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        margin-top: 20px;
    }
    .event2022 .event__blk {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: 40px;
    }
    .event2022 .event__blk__rgt {
        width: 450px;
    }
    .event2022 .event__blk__lft {
        width: calc(100% - 470px);
    }
    .event2022 .event__blk__lft .slide_area {
        width: 83%;
    }
    .event2022 .event__blk__lft .slide_area #pickSlide {
        position: relative;
    }
    .event2022 .event__blk__lft .slide_area .slick-list {
        box-shadow: 0 0 8px gray;
        border-radius: 0 0 20px 0;
        background: #fff;
    }
    .event2022 .event__blk__lft .slide_area li.slick-slide {
        width: 100%;
        margin-right: 0 !important;
        border-radius: 0 0 20px 0;
        overflow: hidden;
        box-shadow: none;
    }
    .event2022 .event__blk__lft .slide_area li.slick-slide .img {
        padding-bottom: 55%;
    }
    .event2022 .event__blk__lft .slide_area .slick-prev {
        display: none !important;
    }
    .event2022 .event__blk__lft .slide_area .slick-next {
        top: 0;
        right: -16%;
        transform: none;
        width: 40px;
        height: 40px;
    }
    .event2022 .event__blk__lft .slide_area .slick-next::before {
        content: '';
        width: 40px;
        height: 40px;
        background: url(../img/top2022/slide_arw_r_blk.png) no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots {
        position: absolute;
        right: -14%;
        bottom: 0;
        width: 25px;
        display: flex;
        flex-direction: column;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li {
        width: 24px;
        height: 24px;
        margin: 0 0 5px;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li button {
        width: 24px;
        height: 24px;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li button::before {
        width: 24px;
        height: 24px;
        content: "";
        background: #fff;
        border-radius: 50%;
        opacity: 1;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li.slick-active button::before {
        background: #000;
    }
    .event2022 .event__blk .search_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .event2022 .event__blk .search_area .LFT {
        width: 55%;
        position: relative;
        margin-bottom: 10px;
        min-width: 220px;
    }
    .event2022 .event__blk .search_area .LFT input {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #cccccc;
        background: #fff;
        padding: 0 40px 0 20px;
        height: 43px;
        font-size: 1.4rem;
        border-radius: 10px;
    }
    .event2022 .event__blk .search_area .LFT button {
        border: none;
        height: 15px;
        width: 15px;
        background-image: url(../img/common2022/ico-search.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #fff;
        position: absolute;
        top: 13px;
        right: 20px;
        cursor: pointer;
    }
    .event2022 .event__blk .search_area .RGT {
        width: 43%;
        min-width: 220px;
        margin-bottom: 10px;
    }
    .event2022 .event__blk .search_area .RGT a {
        background: #000;
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 14px 10px;
        border-radius: 10px;
        line-height: 1;
        display: block;
        text-align: center;
        letter-spacing: 0;
        border: 1px solid #000;
    }
    .event2022 .event__blk .search_area .RGT a:hover {
        background: #fff;
        color: #000;
    }
    .event2022 .event__list {
        margin-top: 25px;
    }
    .event2022 .event__list ul {
        display: flex;
    }
    #OIH aside,
    #OSE aside {
        position: fixed;
        top: 50px;
        left: 0;
        width: 110px;
        min-height: calc(100vh - 50px);
        background: #fff;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }
    #OIH aside .box,
    #OSE aside .box {
        padding: 15px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e5e5e5;
    }
    #OIH aside .box a,
    #OSE aside .box a {
        position: relative;
        z-index: 1;
    }
    #OIH aside .language,
    #OSE aside .language {
        font-size: 1.3rem;
    }
    #OIH aside .language span,
    #OSE aside .language span {
        color: #959595;
        font-size: 1.3rem;
        padding-left: 5px;
    }
    #OIH aside .language a,
    #OSE aside .language a {
        font-size: 1.3rem;
        padding-right: 5px;
    }
    #OIH aside .search,
    #OSE aside .search,
    #OIH aside .sideBtn {
        padding: 20px 10px;
        position: relative;
    }
    #OIH aside .search a,
    #OSE aside .search a,
    #OIH aside .sideBtn a {
        line-height: 1;
    }
    #OIH aside .sideBtn {
        padding: 0;
    }
    #OIH aside .sideBtn a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
    }
    #OIH aside .search:hover::before,
    #OSE aside .search:hover::before,
    #OIH aside .sideBtn:hover::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(205, 77, 147, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    #OIH aside .search:hover::after,
    #OSE aside .search:hover::after {
        content: "SEARCH";
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0;
    }
    #OIH aside .search:hover img,
    #OSE aside .search:hover img {
        opacity: 0.2;
    }
    #OIH aside .search_box,
    #OSE aside .search_box {
        position: relative;
    }
    #OIH aside .search_box #search_wrapper,
    #OSE aside .search_box #search_wrapper {
        position: absolute;
        right: -231px;
        top: 50%;
        transform: translate(0, -50%);
        padding: 12px;
        background: rgba(255, 255, 255, 0.8);
    }
    #OIH aside .search_box #search_wrapper .modal_close a::before,
    #OIH aside .search_box #search_wrapper .modal_close a::after,
    #OSE aside .search_box #search_wrapper .modal_close a::before,
    #OSE aside .search_box #search_wrapper .modal_close a::after {
        background: darkgray;
    }
    #OIH aside .df_top,
    #OIH aside .df_btm,
    #OSE aside .df_top,
    #OSE aside .df_btm {
        padding: 0;
    }
    #OIH aside .df_top .map img,
    #OIH aside .df_top .mail img,
    #OIH aside .df_btm .map img,
    #OIH aside .df_btm .mail img,
    #OSE aside .df_top .map img,
    #OSE aside .df_top .mail img,
    #OSE aside .df_btm .map img,
    #OSE aside .df_btm .mail img {
        margin-bottom: 4px;
    }
    #OIH aside .df_top__lft:hover a img,
    #OIH aside .df_top__rgt:hover a img,
    #OIH aside .df_btm__lft:hover a img,
    #OIH aside .df_btm__rgt:hover a img,
    #OSE aside .df_top__lft:hover a img,
    #OSE aside .df_top__rgt:hover a img,
    #OSE aside .df_btm__lft:hover a img,
    #OSE aside .df_btm__rgt:hover a img {
        opacity: 0.2;
    }
    #OIH aside .df_top__lft,
    #OIH aside .df_btm__lft,
    #OSE aside .df_top__lft,
    #OSE aside .df_btm__lft {
        width: 50%;
        padding: 10px 5px;
        border-right: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #OIH aside .df_top__lft:hover::before,
    #OIH aside .df_btm__lft:hover::before,
    #OSE aside .df_top__lft:hover::before,
    #OSE aside .df_btm__lft:hover::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(205, 77, 147, 0.7);
        position: absolute;
        top: 0;
        left: 0;
    }
    #OIH aside .sideBtn:hover::after,
    #OIH aside .df_top__lft:hover::after,
    #OIH aside .df_btm__lft:hover::after,
    #OSE aside .df_top__lft:hover::after,
    #OSE aside .df_btm__lft:hover::after {
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0;
        z-index: 10;
        pointer-events: none;
    }
    #OIH aside .sideBtn.map:hover::after,
    #OIH aside .df_top__lft.map:hover::after,
    #OIH aside .df_btm__lft.map:hover::after,
    #OSE aside .df_top__lft.map:hover::after,
    #OSE aside .df_btm__lft.map:hover::after {
        content: "ACCESS";
    }
    #OIH aside .sideBtn.faq:hover::after,
    #OIH aside .df_top__lft.faq:hover::after,
    #OIH aside .df_btm__lft.faq:hover::after,
    #OSE aside .df_top__lft.faq:hover::after,
    #OSE aside .df_btm__lft.faq:hover::after {
        content: "FAQ";
    }
    #OIH aside .df_top__rgt,
    #OIH aside .df_btm__rgt,
    #OSE aside .df_top__rgt,
    #OSE aside .df_btm__rgt {
        width: 50%;
        padding: 10px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #OIH aside .df_top__rgt:hover::before,
    #OIH aside .df_btm__rgt:hover::before,
    #OSE aside .df_top__rgt:hover::before,
    #OSE aside .df_btm__rgt:hover::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(205, 77, 147, 0.7);
        position: absolute;
        top: 0;
        left: 0;
    }
    #OIH aside .df_top__rgt:hover::after,
    #OIH aside .df_btm__rgt:hover::after,
    #OSE aside .df_top__rgt:hover::after,
    #OSE aside .df_btm__rgt:hover::after {
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0;
    }
    #OIH aside .sideBtn.contact:hover::after,
    #OIH aside .df_top__rgt.contact:hover::after,
    #OIH aside .df_btm__rgt.contact:hover::after,
    #OSE aside .df_top__rgt.contact:hover::after,
    #OSE aside .df_btm__rgt.contact:hover::after {
        content: "CONTACT";
    }
    #OIH aside .df_top__rgt.mail:hover::after,
    #OIH aside .df_btm__rgt.mail:hover::after,
    #OSE aside .df_top__rgt.mail:hover::after,
    #OSE aside .df_btm__rgt.mail:hover::after {
        content: "メルマガ";
        width: 100%;
        text-align: center;
    }
    #OIH aside .about,
    #OSE aside .about {
        background: #e5e5e5;
        padding: 10px;
    }
    #OIH aside .about a,
    #OSE aside .about a {
        font-size: 1.3rem;
        font-weight: bold;
    }
    #OIH aside .about:hover,
    #OSE aside .about:hover {
        background: #fff;
    }
    #OIH aside .oc,
    #OSE aside .oc {
        padding: 10px;
    }
    #OIH aside .oc img,
    #OSE aside .oc img {
        width: 100%;
        height: auto;
    }
    #OIH aside .txt,
    #OSE aside .txt {
        border-bottom: none;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        width: 100%;
        font-size: 1.2rem;
        margin: auto;
        transform: rotate(180deg);
    }
    #OIH aside .txt span,
    #OSE aside .txt span {
        text-orientation: sideways;
    }
    #OIH main,
    #OSE main {
        width: calc(100% - 110px);
        margin-left: 110px;
        margin-top: 50px;
    }
    #OIH main .h2_h3,
    #OSE main .h2_h3 {
        margin-bottom: 40px;
    }
    #OIH main .h2_h3 h2,
    #OSE main .h2_h3 h2 {
        margin-bottom: 10px;
    }
    #OIH main .h2_h3 h2 img,
    #OSE main .h2_h3 h2 img {
        height: 40px;
        width: auto;
    }
    #OIH main .h2_h3 h3,
    #OSE main .h2_h3 h3 {
        font-size: 1.8rem;
        font-weight: bold;
    }
/*    #OIH main section,
    #OSE main section {
        padding: 75px 0;
    }*/
    #OIH main section .wrap,
    #OSE main section .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        max-width: 1000px;
    }
    #OIH main .list2022,
    #OIH main .list2022_ctg,
    #OIH main .list2022_view,
    #OIH main .list2022_date,
    #OIH main .list2022_startup,
    #OSE main .list2022,
    #OSE main .list2022_ctg,
    #OSE main .list2022_view,
    #OSE main .list2022_date,
    #OSE main .list2022_startup {
        position: relative;
        box-shadow: 0 0 8px grey;
        border-radius: 0 0 20px 0;
        background: #fff;
        transition: all 0.1s ease 0s;
    }
    #OIH main .list2022:hover,
    #OIH main .list2022_ctg:hover,
    #OIH main .list2022_view:hover,
    #OIH main .list2022_date:hover,
    #OIH main .list2022_startup:hover,
    #OSE main .list2022:hover,
    #OSE main .list2022_ctg:hover,
    #OSE main .list2022_view:hover,
    #OSE main .list2022_date:hover,
    #OSE main .list2022_startup:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
        transform: translateY(-0.2em);
    }
    #OIH main .list2022:not(:last-of-type),
    #OIH main .list2022_ctg:not(:last-of-type),
    #OIH main .list2022_view:not(:last-of-type),
    #OIH main .list2022_date:not(:last-of-type),
    #OIH main .list2022_startup:not(:last-of-type),
    #OSE main .list2022:not(:last-of-type),
    #OSE main .list2022_ctg:not(:last-of-type),
    #OSE main .list2022_view:not(:last-of-type),
    #OSE main .list2022_date:not(:last-of-type),
    #OSE main .list2022_startup:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #OIH main .list2022.cat_dummy::before,
    #OIH main .list2022_ctg.cat_dummy::before,
    #OIH main .list2022_view.cat_dummy::before,
    #OIH main .list2022_date.cat_dummy::before,
    #OIH main .list2022_startup.cat_dummy::before,
    #OSE main .list2022.cat_dummy::before,
    #OSE main .list2022_ctg.cat_dummy::before,
    #OSE main .list2022_view.cat_dummy::before,
    #OSE main .list2022_date.cat_dummy::before,
    #OSE main .list2022_startup.cat_dummy::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ダミーテキスト";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        z-index: 1;
    }
    #OIH main .list2022.pick_up::before,
    #OIH main .list2022_ctg.pick_up::before,
    #OIH main .list2022_view.pick_up::before,
    #OIH main .list2022_date.pick_up::before,
    #OIH main .list2022_startup.pick_up::before,
    #OSE main .list2022.pick_up::before,
    #OSE main .list2022_ctg.pick_up::before,
    #OSE main .list2022_view.pick_up::before,
    #OSE main .list2022_date.pick_up::before,
    #OSE main .list2022_startup.pick_up::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "PICK UP";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        z-index: 1;
    }
    #OIH main .list2022.new::before,
    #OIH main .list2022_ctg.new::before,
    #OIH main .list2022_view.new::before,
    #OIH main .list2022_date.new::before,
    #OIH main .list2022_startup.new::before,
    #OSE main .list2022.new::before,
    #OSE main .list2022_ctg.new::before,
    #OSE main .list2022_view.new::before,
    #OSE main .list2022_date.new::before,
    #OSE main .list2022_startup.new::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "NEW";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        z-index: 1;
    }
    #OIH main .list2022 .img,
    #OIH main .list2022_ctg .img,
    #OIH main .list2022_view .img,
    #OIH main .list2022_date .img,
    #OIH main .list2022_startup .img,
    #OSE main .list2022 .img,
    #OSE main .list2022_ctg .img,
    #OSE main .list2022_view .img,
    #OSE main .list2022_date .img,
    #OSE main .list2022_startup .img {
        width: 100%;
        height: 0;
        padding-bottom: 63%;
        position: relative;
    }
    #OIH main .list2022 .img img,
    #OIH main .list2022_ctg .img img,
    #OIH main .list2022_view .img img,
    #OIH main .list2022_date .img img,
    #OIH main .list2022_startup .img img,
    #OSE main .list2022 .img img,
    #OSE main .list2022_ctg .img img,
    #OSE main .list2022_view .img img,
    #OSE main .list2022_date .img img,
    #OSE main .list2022_startup .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #OIH main .list2022 .txt,
    #OIH main .list2022_ctg .txt,
    #OIH main .list2022_view .txt,
    #OIH main .list2022_date .txt,
    #OIH main .list2022_startup .txt,
    #OSE main .list2022 .txt,
    #OSE main .list2022_ctg .txt,
    #OSE main .list2022_view .txt,
    #OSE main .list2022_date .txt,
    #OSE main .list2022_startup .txt {
        background: #fff;
        padding: 15px 15px 30px;
        text-align: left;
    }
    #OIH main .list2022 .txt .date,
    #OIH main .list2022_ctg .txt .date,
    #OIH main .list2022_view .txt .date,
    #OIH main .list2022_date .txt .date,
    #OIH main .list2022_startup .txt .date,
    #OSE main .list2022 .txt .date,
    #OSE main .list2022_ctg .txt .date,
    #OSE main .list2022_view .txt .date,
    #OSE main .list2022_date .txt .date,
    #OSE main .list2022_startup .txt .date {
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }
    #OIH main .list2022 .txt__cont,
    #OIH main .list2022_ctg .txt__cont,
    #OIH main .list2022_view .txt__cont,
    #OIH main .list2022_date .txt__cont,
    #OIH main .list2022_startup .txt__cont,
    #OSE main .list2022 .txt__cont,
    #OSE main .list2022_ctg .txt__cont,
    #OSE main .list2022_view .txt__cont,
    #OSE main .list2022_date .txt__cont,
    #OSE main .list2022_startup .txt__cont {
        display: inline-block;
        text-align: justify;
    }
    #OIH main .list2022 .more,
    #OIH main .list2022_ctg .more,
    #OIH main .list2022_view .more,
    #OIH main .list2022_date .more,
    #OIH main .list2022_startup .more,
    #OSE main .list2022 .more,
    #OSE main .list2022_ctg .more,
    #OSE main .list2022_view .more,
    #OSE main .list2022_date .more,
    #OSE main .list2022_startup .more {
        width: 120px;
        margin: 10px auto 0;
    }
    #OIH main .list2022 .txt,
    #OSE main .list2022 .txt {
        border-radius: 0 0 20px 0;
    }
    #OIH main .list2022_ctg .txt,
    #OSE main .list2022_ctg .txt {
        padding: 15px 15px 0;
    }
    #OIH main .list2022_ctg .ctg,
    #OSE main .list2022_ctg .ctg {
        background: #fff;
        padding: 15px;
        text-align: left;
        border-radius: 0 0 20px 0;
        margin-top: -1px;
    }
    #OIH main .list2022_ctg .ctg a,
    #OSE main .list2022_ctg .ctg a {
        display: inline-block;
        margin: 6px 5px 0 0;
        padding: 5px;
        background-color: #cccccc;
        text-decoration: none;
        text-align: center;
        line-height: 1.4em;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    #OIH main .list2022_view:hover,
    #OSE main .list2022_view:hover {
        opacity: 1;
    }
    #OIH main .list2022_view:hover a,
    #OSE main .list2022_view:hover a {
        opacity: 1;
    }
    #OIH main .list2022_view:hover a img,
    #OSE main .list2022_view:hover a img {
        opacity: 1;
    }
    #OIH main .list2022_view .img span,
    #OSE main .list2022_view .img span {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 10px 5px;
        background: #5d3ca1;
        letter-spacing: 0;
        text-align: center;
        min-width: 185px;
    }
    #OIH main .list2022_view .txt,
    #OSE main .list2022_view .txt {
        padding: 35px 15px 30px;
        text-align: center;
        border-radius: 0 0 20px 0;
    }
    #OIH main .list2022_date.new::before,
    #OSE main .list2022_date.new::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "NEW";
        font-size: 1.5rem;
        font-weight: bold;
        background: #c3247b;
        color: #fff;
        padding: 8px 15px;
        z-index: 1;
    }
    #OIH main .list2022_date .txt,
    #OSE main .list2022_date .txt {
        border-radius: 0 0 20px 0;
    }
    #OIH main .list2022_date .txt .date2022,
    #OSE main .list2022_date .txt .date2022 {
        text-align: right;
        font-size: 1.2rem;
        font-weight: normal;
    }
    #OIH main .list2022_startup .txt,
    #OSE main .list2022_startup .txt {
        text-align: center;
        border-radius: 0 0 20px 0;
        padding-top: 30px;
    }
    #OIH main .list2022_startup .txt h3,
    #OSE main .list2022_startup .txt h3 {
        color: #5d3ca1;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1.4;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #OIH main .list2022_startup .txt p,
    #OSE main .list2022_startup .txt p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    #OIH main .view_more,
    #OSE main .view_more {
        margin-right: -5%;
        margin-top: 5px;
        text-align: right;
    }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
    #OIH main .view_more,
    #OSE main .view_more {
        margin-right: 2%;
    }
}

@media screen and (min-width: 769px) {
    #OIH main .view_more a,
    #OSE main .view_more a {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 125px;
        height: 37px;
    }
    #OIH main .view_more a::after,
    #OSE main .view_more a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 110%;
        height: 2px;
        background: #000;
        content: "";
    }
    #OIH main .view_more a:hover::after,
    #OSE main .view_more a:hover::after {
        opacity: 0.5;
    }
    #OSE aside {
        top: 0;
    }
    #OSE aside .logo {
        background: #e50012;
        padding: 24px 5px;
    }
    #OSE aside .search a {
        display: flex;
    }
    #OSE aside .contact {
        position: relative;
    }
    #OSE aside .contact:hover::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(205, 77, 147, 0.7);
        position: absolute;
        top: 0;
        left: 0;
    }
    #OSE aside .contact:hover::after {
        content: 'CONTACT';
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0;
    }
    #OSE aside .contact:hover img {
        opacity: 0.2;
    }
    #OSE aside .logo-oih {
        padding: 33px 5px;
    }
    #OSE aside .logo-oih a {
        display: flex;
    }
    #OSE main {
        margin-top: 0;
    }
    #OTHER {
        margin-top: 50px;
    }
    #OTHER .top_2022_other {
        margin-bottom: 0;
    }
    #OTHER main {
        padding-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .list2022,
    .list2022_ctg,
    .list2022_view,
    .list2022_date,
    .list2022_startup {
        position: relative;
        background: #fff;
        box-shadow: 0 0 8px grey;
        border-radius: 0 0 20px 0;
    }
    .list2022:not(:last-of-type),
    .list2022_ctg:not(:last-of-type),
    .list2022_view:not(:last-of-type),
    .list2022_date:not(:last-of-type),
    .list2022_startup:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .list2022.cat_dummy::before,
    .list2022_ctg.cat_dummy::before,
    .list2022_view.cat_dummy::before,
    .list2022_date.cat_dummy::before,
    .list2022_startup.cat_dummy::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ダミーテキスト";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        z-index: 1;
    }
    .list2022.pick_up::before,
    .list2022_ctg.pick_up::before,
    .list2022_view.pick_up::before,
    .list2022_date.pick_up::before,
    .list2022_startup.pick_up::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "PICK UP";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        z-index: 1;
    }
    .list2022.new::before,
    .list2022_ctg.new::before,
    .list2022_view.new::before,
    .list2022_date.new::before,
    .list2022_startup.new::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "NEW";
        font-size: 1.5rem;
        font-weight: bold;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        z-index: 1;
    }
    .list2022 .img,
    .list2022_ctg .img,
    .list2022_view .img,
    .list2022_date .img,
    .list2022_startup .img {
        width: 100%;
        height: 0;
        padding-bottom: 63%;
        position: relative;
    }
    .list2022 .img img,
    .list2022_ctg .img img,
    .list2022_view .img img,
    .list2022_date .img img,
    .list2022_startup .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list2022 .txt,
    .list2022_ctg .txt,
    .list2022_view .txt,
    .list2022_date .txt,
    .list2022_startup .txt {
        background: #fff;
        padding: 15px 15px 30px;
        text-align: left;
    }
    .list2022 .txt .date2022,
    .list2022_ctg .txt .date2022,
    .list2022_view .txt .date2022,
    .list2022_date .txt .date2022,
    .list2022_startup .txt .date2022 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }
    .list2022 .txt__cont,
    .list2022_ctg .txt__cont,
    .list2022_view .txt__cont,
    .list2022_date .txt__cont,
    .list2022_startup .txt__cont {
        display: inline-block;
        text-align: justify;
    }
    .list2022 .more,
    .list2022_ctg .more,
    .list2022_view .more,
    .list2022_date .more,
    .list2022_startup .more {
        width: 120px;
        margin: 10px auto 0;
    }
    .list2022 .txt {
        border-radius: 0 0 20px 0;
    }
    .list2022_ctg .txt {
        padding: 15px 15px 0;
    }
    .list2022_ctg .ctg {
        background: #fff;
        padding: 15px;
        text-align: left;
        border-radius: 0 0 20px 0;
        margin-top: -1px;
    }
    .list2022_ctg .ctg a {
        display: inline-block;
        margin: 6px 5px 0 0;
        padding: 5px;
        background-color: #cccccc;
        text-decoration: none;
        text-align: center;
        line-height: 1.4em;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .list2022_view .img span {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 10px;
        background: #5d3ca1;
        letter-spacing: 0;
        text-align: center;
        display: inline-block;
    }
    .list2022_view .txt {
        padding: 35px 15px 30px;
        text-align: center;
        border-radius: 0 0 20px 0;
    }
    .list2022_date.new::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "NEW";
        font-size: 1.5rem;
        font-weight: bold;
        background: #c3247b;
        color: #fff;
        padding: 8px 15px;
        z-index: 1;
    }
    .list2022_date .txt {
        border-radius: 0 0 20px 0;
    }
    .list2022_date .txt .date2022 {
        text-align: right;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .list2022_startup .txt {
        text-align: center;
        border-radius: 0 0 20px 0;
        padding-top: 30px;
    }
    .list2022_startup .txt h3 {
        color: #5d3ca1;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1.4;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .list2022_startup .txt p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .calender2022 {
        display: table-cell;
        width: 100vw;
    }
    .calender2022 .em-calendar {
        width: 100%;
        border-collapse: separate;
    }
    .calender2022 .em-calendar thead {
        font-size: 120%;
        font-weight: bold;
    }
    .calender2022 .em-calendar thead td {
        padding: 17px 10px !important;
        border: none !important;
    }
    .calender2022 .em-calendar thead td:first-of-type {
        border-radius: 10px 0 0 0;
    }
    .calender2022 .em-calendar thead td {
        background: #000;
        color: #fff;
        text-align: center;
        font-size: 1.5rem;
    }
    .calender2022 .em-calendar td {
        background: #ffffff;
        color: #000;
        text-align: center;
        padding: 12px 5px !important;
        border: 1px solid #dcdcdc;
    }
    .calender2022 .em-calnav {
        color: #000;
    }
    .calender2022 .em-calnav-prev {
        position: absolute;
        top: 17px;
        left: 2%;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        z-index: 2;
    }
    .calender2022 .em-calnav-prev::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 9%;
        transform: translate(0, -50%);
        width: 30px;
        height: 30px;
        background: url(../img/top2022/cal_arw_l_wh.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .calender2022 .em-calendar {
        position: relative;
    }
    .calender2022 .em-calnav-next {
        position: absolute;
        top: 17px;
        right: 2%;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        z-index: 2;
    }
    .calender2022 .em-calnav-next::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 30px;
        height: 30px;
        background: url(../img/top2022/cal_arw_r_wh.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .calender2022 .days-names td {
        background: #fff;
        text-align: center;
        color: #000;
        border: 1px solid #dcdcdc;
        width: 14.28%;
        height: 49px;
        vertical-align: middle;
        font-weight: bold;
    }
    .calender2022 .days-names td:first-of-type {
        color: #e84042;
    }
    .calender2022 .days-names td:last-of-type {
        color: #3ab2e8;
    }
    .calender2022 .eventful {
        background: #f08f8f !important;
    }
    .calender2022 .eventful a {
        color: #000 !important;
        display: block;
        text-decoration: none;
    }
    .calender2022 .eventful a:hover {
        color: #fff !important;
    }
    .calender2022 .eventful-pre {
        background: #f08f8f !important;
    }
    .calender2022 .eventful-pre a {
        color: #000;
        display: block;
        text-decoration: none;
    }
    .calender2022 .eventful-post {
        background: #f08f8f !important;
    }
    .calender2022 .eventful-post a {
        color: #000;
        display: block;
        text-decoration: none;
    }
    .calender2022 .eventful-today {
        padding: 0px 4px !important;
    }
    .calender2022 .eventful-today a {
        color: #fff;
        background: #f08f8f;
        display: block;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
    }
    .calender2022 .em-calendar td.eventless-post {
        background: #e4e4e4 !important;
    }
    .calender2022 table.em-calendar td.eventless-pre,
    .calender2022 .em-calendar td.eventless-post {
        background: #e4e4e4 !important;
    }
    .calender2022 table.em-calendar.table tr.days-names {
        font-weight: bold;
    }
    .calender2022 table.em-calendar td.eventful-pre a,
    .calender2022 table.em-calendar td.eventful-post a {
        color: #aaa;
        text-decoration: underline;
    }
    .calender2022 table.em-calendar td.eventful a,
    .calender2022 table.em-calendar td.eventful-today a {
        color: #000;
    }
    .calender2022 table.em-calendar td.eventful-today a {
        font-weight: bold;
    }
    .calender2022 table.em-calendar td.eventless-today,
    .calender2022 table.em-calendar td.eventful-today {
        background-color: #CFCFCF;
    }
    .calender2022 table.em-calendar thead {
        font-size: 120%;
        font-weight: bold;
    }
    .calender2022 table.fullcalendar {
        border-collapse: collapse;
    }
    .calender2022 table.fullcalendar td {
        text-align: left;
        border: 1px solid #888;
    }
    .calender2022 div.em-calendar-wrapper {
        position: relative;
    }
    .event2022 {
        padding: 70px 0;
    }
    .event2022.bg_add::before {
        content: "";
        background: url(../img/top2022/mv02_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .event2022 h2 {
        text-align: center;
    }
    .event2022 h2 img {
        height: 30px;
        width: auto;
    }
    .event2022 h3 {
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 15px;
    }
    .event2022 .event__blk {
        margin-top: 30px;
    }
    .event2022 .event__blk__lft {
        margin-top: 50px;
    }
    .event2022 .event__blk__lft .slide_area #pickSlide {
        position: relative;
    }
    .event2022 .event__blk__lft .slide_area .slick-list {
        box-shadow: 0 0 8px gray;
        border-radius: 0 0 20px 0;
        background: #fff;
    }
    .event2022 .event__blk__lft .slide_area .slick-slide {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0;
        border-radius: 0 0 20px 0;
        overflow: hidden;
        box-shadow: none;
    }
    .event2022 .event__blk__lft .slide_area .slick-slide .img {
        padding-bottom: 55%;
    }
    .event2022 .event__blk__lft .slide_area .slick-prev {
        display: none;
    }
    .event2022 .event__blk__lft .slide_area .slick-next {
        bottom: -42px;
        right: 0;
        top: auto;
        transform: none;
        width: 35px;
        height: 35px;
    }
    .event2022 .event__blk__lft .slide_area .slick-next::before {
        content: '';
        width: 35px;
        height: 35px;
        background: url(../img/top2022/slide_arw_r_blk.png) no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots {
        position: absolute;
        left: 0;
        bottom: -32px;
        width: 25px;
        display: flex;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li button {
        width: 20px;
        height: 20px;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li button::before {
        width: 20px;
        height: 20px;
        content: "";
        background: #fff;
        border-radius: 50%;
        opacity: 1;
    }
    .event2022 .event__blk__lft .slide_area .slick-dots li.slick-active button::before {
        background: #000;
    }
    .event2022 .event__blk .search_area {
        margin-bottom: 40px;
    }
    .event2022 .event__blk .search_area .LFT {
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .event2022 .event__blk .search_area .LFT input {
        width: 100%;
        border-radius: 5px;
        border: none;
        background: #fff;
        padding: 17px 40px 17px 20px;
        height: 41px;
        font-size: 1.6rem;
        font-weight: bold;
        border-radius: 8px;
    }
    .event2022 .event__blk .search_area .LFT button {
        border: none;
        height: 15px;
        width: 15px;
        background-image: url(../img/common2022/ico-search.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #fff;
        position: absolute;
        top: 13px;
        right: 20px;
        cursor: pointer;
    }
    .event2022 .event__blk .search_area .RGT {
        width: 90%;
        margin: 10px auto 0;
    }
    .event2022 .event__blk .search_area .RGT a {
        background: #000;
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 14px 20px;
        border-radius: 8px;
        line-height: 1;
        display: block;
        text-align: center;
        letter-spacing: 0;
    }
    .event2022 .event__list {
        margin-top: 65px;
    }
    main {
        overflow: hidden;
    }
    main .h2_h3 {
        margin-bottom: 50px;
    }
    main .h2_h3 h2 {
        margin-bottom: 10px;
    }
    main .h2_h3 h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    main .info {
        padding: 50px 0 100px;
        background: #fff;
    }
    main .info__df__lft h2 {
        max-width: 320px;
    }
    main .info__df__lft h2 img {
        height: auto;
        width: 100%;
    }
    main .info__df__lft h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 10px;
    }
    main .info__df__rgt {
        margin-top: 40px;
    }
    main .info__df__rgt ul li {
        padding: 17px 0;
        border-bottom: 1px solid #000;
    }
    main .info__df__rgt ul li:first-of-type {
        border-top: 1px solid #000;
    }
    main .info__df__rgt ul li .date2022 {
        font-size: 1.2rem;
    }
    main .info__df__rgt .more {
        margin-top: 35px;
        text-align: center;
    }
    main .info__df__rgt .more a {
        display: inline-block;
        position: relative;
        width: 120px;
    }
    main .info__df__rgt .more a::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 105%;
        height: 2px;
        background: #000;
        content: "";
    }
    /*#OIH section,
    #OSE section {
        padding: 65px 0;
    }*/
    #OIH section .wrap,
    #OSE section .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    #OIH .view_more,
    #OSE .view_more {
        margin-top: 55px;
        text-align: center;
    }
    #OIH .view_more a,
    #OSE .view_more a {
        display: inline-block;
        position: relative;
        width: 120px;
    }
    #OIH .view_more a::after,
    #OSE .view_more a::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 105%;
        height: 2px;
        background: #000;
        content: "";
    }
    #OTHER {
        margin-top: 60px;
    }
    #OTHER .top_2022_other {
        margin-bottom: 0;
    }
    #OTHER main {
        padding-top: 50px;
    }
}

.top_2022 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px 0 33px 0;
    margin-bottom: 50px;
}

.top_2022 .breadcrumb_2022 {
    margin-left: 30px;
}

.top_2022 .breadcrumb_2022--container {
    max-width: 1000px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

.top_2022 .breadcrumb--parent_2022 {
    display: flex;
    flex-wrap: wrap;
}

.top_2022 .breadcrumb--child_2022 {
    display: flex;
    align-items: center;
}

.top_2022 .breadcrumb--child_2022 a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.top_2022 .breadcrumb--child_2022 span {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.top_2022 .breadcrumb--child_2022:not(:last-of-type):after {
    content: "＞";
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 0 2px;
    transform: scale(0.7);
}

.top_2022 .top_title_2022 {
    color: #fff;
    font-size: 5rem;
    letter-spacing: 0.11em;
    font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-top: 14px;
}

.top_2022 .top_subTitle_2022 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-top: 3px;
}

.top_2022_ose {
    background-image: url(../img/ose2022/startup/top_mv.jpg);
}

.top_2022_oih {
    background-image: url(../img/oih2022/common/under_mv.jpg);
}

.top_2022_other {
    background-image: url(../img/other2022/common/mv.jpg);
}

@media screen and (max-width: 768px) {
    .top_2022 .top_title_2022 {
        font-size: 3.1rem;
    }
    .top_2022 .breadcrumb_2022 {
        margin: 0 5%;
    }
}

.eventDescription2022__title {
    font-size: 2.4rem;
    font-weight: bold;
}

.eventDescription2022__subTitle {
    font-size: 2rem;
    font-weight: bold;
}

.eventDescription2022__attention {
    font-size: 1.2rem;
}

.eventDescription2022__list--item {
    margin-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .eventDescription2022__title {
        font-size: 2rem;
    }
    .eventDescription2022__subTitle {
        font-size: 1.7rem;
    }
    .eventDescription2022__sentence {
        font-size: 1.3rem;
    }
    .eventDescription2022__attention {
        font-size: 1.1rem;
    }
}

.section_box_oih2022 {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

.section_box_oih2022:before {
    position: absolute;
    top: 58px;
    left: 0;
    content: "";
    background-color: #cf5095;
    width: 20px;
    height: 2px;
}

.section_box_eco2022 {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

.section_box_eco2022:before {
    position: absolute;
    top: 58px;
    left: 0;
    content: "";
    background-color: #e50012;
    width: 20px;
    height: 2px;
}

@media screen and (max-width: 768px) {
    .section_box_oih2022,
    .section_box_eco2022 {
        padding: 20px 30px 20px 30px;
    }
    .section_box_oih2022:before,
    .section_box_eco2022:before {
        top: 36px;
        width: 15px;
    }
}

@media screen and (min-width: 769px) {
    #OIH main .comsec2022,
    #OTHER main .comsec2022 {
        padding: 40px 0;
    }
    #OIH main .comsec2022 h3,
    #OTHER main .comsec2022 h3 {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #OIH main .comsec2022 h4,
    #OTHER main .comsec2022 h4 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #OIH main .comsec2022__table,
    #OTHER main .comsec2022__table {
        width: 100%;
    }
    #OIH main .comsec2022__table tr,
    #OTHER main .comsec2022__table tr {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    #OIH main .comsec2022__table th,
    #OIH main .comsec2022__table td,
    #OTHER main .comsec2022__table th,
    #OTHER main .comsec2022__table td {
        padding: 15px 30px;
    }
    #OIH main .comsec2022__table th,
    #OTHER main .comsec2022__table th {
        width: 23%;
        background: #eeeeee;
    }
    #OIH main .comsec2022__table th.middle,
    #OTHER main .comsec2022__table th.middle {
        vertical-align: middle;
    }
    #OIH main .comsec2022__table td,
    #OTHER main .comsec2022__table td {
        width: 77%;
    }
    #OIH main .comsec2022__table td span,
    #OTHER main .comsec2022__table td span {
        font-size: 1.2rem;
    }
    #OIH main .comsec2022__blkBtn,
    #OIH main .comsec2022__whBtn,
    #OTHER main .comsec2022__blkBtn,
    #OTHER main .comsec2022__whBtn {
        text-align: center;
    }
    #OIH main .comsec2022__blkBtn a,
    #OIH main .comsec2022__whBtn a,
    #OTHER main .comsec2022__blkBtn a,
    #OTHER main .comsec2022__whBtn a {
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding: 20px;
        width: 250px;
        background: #000;
        border-radius: 0 0 20px 0;
        border: 2px solid #000;
        margin-top: 30px;
    }
    #OIH main .comsec2022__blkBtn a:hover,
    #OIH main .comsec2022__whBtn a:hover,
    #OTHER main .comsec2022__blkBtn a:hover,
    #OTHER main .comsec2022__whBtn a:hover {
        color: #000;
        background: #fff;
    }
    #OIH main .comsec2022__blkBtn a,
    #OTHER main .comsec2022__blkBtn a {
        color: #fff;
        background: #000;
    }
    #OIH main .comsec2022__blkBtn a:hover,
    #OTHER main .comsec2022__blkBtn a:hover {
        color: #000;
        background: #fff;
    }
    #OIH main .comsec2022__whBtn a,
    #OTHER main .comsec2022__whBtn a {
        color: #000;
        background: #fff;
    }
    #OIH main .comsec2022__whBtn a:hover,
    #OTHER main .comsec2022__whBtn a:hover {
        color: #fff;
        background: #000;
    }
    #OIH main .comsec2022__df,
    #OIH main .comsec2022__dfList,
    #OTHER main .comsec2022__df,
    #OTHER main .comsec2022__dfList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #OIH main .comsec2022__df__lft,
    #OIH main .comsec2022__dfList__lft,
    #OTHER main .comsec2022__df__lft,
    #OTHER main .comsec2022__dfList__lft {
        width: 33%;
    }
    #OIH main .comsec2022__df__rgt,
    #OIH main .comsec2022__dfList__rgt,
    #OTHER main .comsec2022__df__rgt,
    #OTHER main .comsec2022__dfList__rgt {
        width: 65%;
    }
    #OIH main .comsec2022.back,
    #OTHER main .comsec2022.back {
        padding: 50px 0 100px;
    }
    #OIH main .comsec2022.back .back__link,
    #OTHER main .comsec2022.back .back__link {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 6px 10px;
        letter-spacing: 0.2em;
        width: 100px;
        position: relative;
    }
    #OIH main .comsec2022.back .back__link::after,
    #OTHER main .comsec2022.back .back__link::after {
        position: absolute;
        content: "";
        width: 60%;
        height: 2px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 2px solid #222222;
    }
    #OIH main .comsec2022.back .back__link:hover::after,
    #OTHER main .comsec2022.back .back__link:hover::after {
        opacity: 0.8;
    }
    #OIH main .event_rpo2022 h3,
    #OTHER main .event_rpo2022 h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    #OIH main .event_rpo2022 ul,
    #OTHER main .event_rpo2022 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #OIH main .event_rpo2022 ul::after,
    #OTHER main .event_rpo2022 ul::after {
        position: absolute;
        display: block;
        width: 31%;
    }
    #OIH main .event_rpo2022 ul li,
    #OTHER main .event_rpo2022 ul li {
        width: 30%;
        margin-right: 0;
    }
    #OIH main .event_rpo2022 ul li:not(:last-of-type),
    #OTHER main .event_rpo2022 ul li:not(:last-of-type) {
        margin-bottom: 50px;
    }
    #OIH main .event_rpo2022 ul li:nth-last-of-type(2),
    #OIH main .event_rpo2022 ul li:nth-last-of-type(3),
    #OTHER main .event_rpo2022 ul li:nth-last-of-type(2),
    #OTHER main .event_rpo2022 ul li:nth-last-of-type(3) {
        margin-bottom: 0;
    }
    #OIH main .event_rpo2022 ul li .txt,
    #OTHER main .event_rpo2022 ul li .txt {
        padding: 15px;
    }
    #OIH main .event_rpo2022 ul li .date2022,
    #OTHER main .event_rpo2022 ul li .date2022 {
        color: #cf5095;
        font-weight: normal;
    }
    #OIH main .event_rpo2022 .view_more,
    #OTHER main .event_rpo2022 .view_more {
        margin-top: 15px;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #OIH main .comsec2022,
    #OTHER main .comsec2022 {
        padding: 30px 0;
    }
    #OIH main .comsec2022 h3,
    #OTHER main .comsec2022 h3 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #OIH main .comsec2022 h4,
    #OTHER main .comsec2022 h4 {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #OIH main .comsec2022 p,
    #OTHER main .comsec2022 p {
        text-align: start;
        margin-top: 15px;
    }
    #OIH main .comsec2022__table,
    #OTHER main .comsec2022__table {
        width: 100%;
    }
    #OIH main .comsec2022__table tr,
    #OTHER main .comsec2022__table tr {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    #OIH main .comsec2022__table th,
    #OIH main .comsec2022__table td,
    #OTHER main .comsec2022__table th,
    #OTHER main .comsec2022__table td {
        padding: 10px 15px;
    }
    #OIH main .comsec2022__table th,
    #OTHER main .comsec2022__table th {
        width: 35%;
        background: #eeeeee;
    }
    #OIH main .comsec2022__table th.middle,
    #OTHER main .comsec2022__table th.middle {
        vertical-align: middle;
    }
    #OIH main .comsec2022__table td,
    #OTHER main .comsec2022__table td {
        width: 65%;
    }
    #OIH main .comsec2022__table td span,
    #OTHER main .comsec2022__table td span {
        font-size: 1.2rem;
    }
    #OIH main .comsec2022__blkBtn,
    #OIH main .comsec2022__whBtn,
    #OTHER main .comsec2022__blkBtn,
    #OTHER main .comsec2022__whBtn {
        text-align: center;
    }
    #OIH main .comsec2022__blkBtn a,
    #OIH main .comsec2022__whBtn a,
    #OTHER main .comsec2022__blkBtn a,
    #OTHER main .comsec2022__whBtn a {
        font-weight: bold;
        display: inline-block;
        padding: 16px 20px;
        width: 250px;
        background: #000;
        border-radius: 0 0 20px 0;
        border: 2px solid #000;
        margin-top: 30px;
    }
    #OIH main .comsec2022__blkBtn a:hover,
    #OIH main .comsec2022__whBtn a:hover,
    #OTHER main .comsec2022__blkBtn a:hover,
    #OTHER main .comsec2022__whBtn a:hover {
        color: #000;
        background: #fff;
    }
    #OIH main .comsec2022__blkBtn a,
    #OTHER main .comsec2022__blkBtn a {
        color: #fff;
        background: #000;
    }
    #OIH main .comsec2022__blkBtn a:hover,
    #OTHER main .comsec2022__blkBtn a:hover {
        color: #000;
        background: #fff;
    }
    #OIH main .comsec2022__whBtn a,
    #OTHER main .comsec2022__whBtn a {
        color: #000;
        background: #fff;
    }
    #OIH main .comsec2022__whBtn a:hover,
    #OTHER main .comsec2022__whBtn a:hover {
        color: #fff;
        background: #000;
    }
    #OIH main .comsec2022.back,
    #OTHER main .comsec2022.back {
        padding: 0 0 50px;
    }
    #OIH main .comsec2022.back .back__link,
    #OTHER main .comsec2022.back .back__link {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 6px 10px;
        letter-spacing: 0.2em;
        width: 100px;
        position: relative;
    }
    #OIH main .comsec2022.back .back__link::after,
    #OTHER main .comsec2022.back .back__link::after {
        position: absolute;
        content: "";
        width: 60%;
        height: 2px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 2px solid #222222;
    }
    #OIH main .comsec2022.back .back__link:hover::after,
    #OTHER main .comsec2022.back .back__link:hover::after {
        opacity: 0.8;
    }
    #OIH main .event_rpo2022 h3,
    #OTHER main .event_rpo2022 h3 {
        text-align: center;
    }
    #OIH main .event_rpo2022 ul,
    #OTHER main .event_rpo2022 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #OIH main .event_rpo2022 ul li,
    #OTHER main .event_rpo2022 ul li {
        width: 48%;
        margin-right: 0;
    }
    #OIH main .event_rpo2022 ul li:not(:last-of-type),
    #OTHER main .event_rpo2022 ul li:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #OIH main .event_rpo2022 ul li:nth-last-of-type(2),
    #OTHER main .event_rpo2022 ul li:nth-last-of-type(2) {
        margin-bottom: 0;
    }
    #OIH main .event_rpo2022 ul li .txt,
    #OTHER main .event_rpo2022 ul li .txt {
        padding: 15px;
    }
    #OIH main .event_rpo2022 ul li .date2022,
    #OTHER main .event_rpo2022 ul li .date2022 {
        color: #cf5095;
        font-weight: normal;
    }
    #OIH main .event_rpo2022 .view_more,
    #OTHER main .event_rpo2022 .view_more {
        margin-top: 15px;
        margin-right: 0;
    }
}

.breadcrumb {
    border: none;
}

.breadcrumb a {
    color: #FFF;
}

#OIH+footer {
    margin-top: 0!important;
    width: calc(100% - 110px);
    margin-left: auto;
}

body:not(#TOP) main {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    body:not(#TOP) main {
        margin-top: -48px;
    }
    #OIH+footer {
        width: 100%;
    }
    .header_oih_lowerBG {
        background: rgb(34, 34, 34)!important;
    }
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}