
@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {line-height:1}
section, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block}
ul, ol {list-style:none}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}
ins {background-color:#ff9;color:#000;text-decoration:none}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del {text-decoration: line-through}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help}
table {border-collapse:collapse;border-spacing:0}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}
input, select {vertical-align:middle}
img{ vertical-align:bottom;}
a img {outline:none; border:none;}
a {outline:none;}
a:focus{outline: none;}
area{border:none;outline:none;}

*, *: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;}
html,body{ width:100%;height:100%;-webkit-font-smoothing: antialiased;}

.over {transition: 0.3s ;}
.over:hover {opacity: 0.5 ;}

/*clearfix*/
.clearfix:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display:block;}
 
.numbers {font-family: ab-countryroad, sans-serif!important;font-style: normal;font-weight: 400;}

/*font-family: 'Barlow Condensed', sans-serif;*/
/*font-family: 'Be Vietnam Pro', sans-serif;*/


/*========================================
BASIC
=======================================*/

html{-webkit-text-size-adjust:100%; font-size: 62.5%;}
body{font-size: 10px;font-size: 1.0rem; color:#000000; font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, "Lucida Grande"; animation: fadeIn 2s ease 0s 1 normal;-webkit-animation: fadeIn 1s ease 0s 1 normal;}
body:before{content:"";display:block;position:fixed;top:0;left:0;z-index:-1;width:100%;height:100vh;background-image: url("../img/index_mv_bg.png");background-size:cover;}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* ios Safari */
@supports (-webkit-touch-callout: none) {body {height: -webkit-fill-available;}}

a{color:#0075c2; text-decoration:none;}
a:hover{color: #9352ff;}

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

#container {padding: 0; overflow: hidden;}
body.pages #container {padding: 0; position: relative;overflow: hidden;}

/* page header img */
#page_header{width: 100%; height: auto; height: 33.6vw; min-height: 450px; display: flex;justify-content: flex-start;align-items:center; flex-direction: row; position: relative;}

#page_header h2 {width:auto; display: flex;justify-content: flex-start;align-items:flex-start; flex-direction: column; gap:20px; flex-wrap: nowrap; padding: 0 40px;}
#page_header h2 span:first-child {display: inline-block;width:auto;}
#page_header h2 span:first-child { display: inline-block; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 10rem;line-height: 1; font-weight: 900;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;}
#page_header h2 span:last-child { display: inline-block; font-size: 2.8rem;line-height: 1; font-weight: 700;color: #ffffff;}
#page_header::before {content: ""; display: block; width: 0%; height: 5px; font-size: 0.1rem;line-height: 1; position: absolute; bottom: 0;left: 0;animation: hr_anime 1s cubic-bezier(0.5, 0, 0.170, 1);
animation-fill-mode:forwards; animation-delay: 0.6s;}
#page_title::after {content: ""; display: block; width: 315px; height: 315px;background-size: contain; background-position: top right;opacity: 0; position: absolute; top: -160px;right: -5px;animation: mvlogo 1s cubic-bezier(0.5, 0, 0.170, 1);
animation-fill-mode:forwards; animation-delay: 0.8s;z-index: -1;}

@media screen and (max-width: 760px) {
#page_header h2 {width:auto; display: flex;justify-content: flex-start;align-items:flex-start; flex-direction: column; gap:10px; flex-wrap: nowrap; padding: 0 20px;}
#page_header h2 span:first-child {display: inline-block;width:auto;}
#page_header h2 span:first-child { display: inline-block; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 14vw;line-height: 1; font-weight: 900;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;}
#page_header h2 span:last-child { display: inline-block; font-size: 5vw;line-height: 1; font-weight: 700;color: #ffffff;}
#page_header::before {content: ""; display: block; width: 0%; height: 3px; font-size: 0.1rem;line-height: 1; position: absolute; bottom: 0;left: 0;animation: hr_anime 1s cubic-bezier(0.5, 0, 0.170, 1);
animation-fill-mode:forwards; animation-delay: 0.6s;}
#page_title::after {content: ""; display: block; width: 32vw; height: 32vw;top: -17vw;right: -5px;
animation-fill-mode:forwards; animation-delay: 0.8s;}
}

@media screen and (max-width: 760px) {#page_header { min-height: 75vw;} }


/* page title */
#page_title {width: 100%; height: auto; background-image: linear-gradient(135deg, rgba(31, 34, 60, 1) 5%, rgba(34, 88, 141, 1) 50%, rgba(49, 179, 152, 1) 95%); position: relative;z-index: 1;}
.page_title_wrap {width: 100%; max-width: 1180px; height: auto; display: flex;justify-content: space-between;align-items:stretch; flex-direction: row; margin: 0 auto; padding: 100px 0;}
.page_title_wrap > div {width: 100%; max-width: 850px; height: auto; display: flex;justify-content: flex-start;align-items:flex-start; flex-direction: column; gap:60px; margin-top: -10px;opacity: 0; animation: mvlogo 1s cubic-bezier(0.5, 0, 0.170, 1); animation-fill-mode:forwards; animation-delay: 1.1s;}
.page_title_wrap > div h3 {display: inline-block; color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 9rem;line-height: 0.9; font-weight: 700; vertical-align: middle;}
.page_title_wrap > div h3 span{display:inline; font-size: 3.6rem;line-height: 1.5; font-weight: 600; color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text; vertical-align:middle;}
.page_title_wrap > div h3.greeting span{font-size: 5rem;}
.page_title_wrap > div h4 {display: block; font-size: 3.2rem;line-height: 1.6; font-weight: 600; color: #ffffff;}
.page_title_wrap > div p {display: block; font-size: 1.8rem;line-height: 2; font-weight: 600; color: #ffffff; margin-top: -20px;}

.page_title_wrap ul {width: auto; height: auto; max-width: 300px;display: flex;justify-content: flex-start;align-items:flex-start; flex-direction: column;animation: mvlogo 1s cubic-bezier(0.5, 0, 0.170, 1); opacity: 0; animation-fill-mode:forwards; animation-delay: 1.3s;}
.page_title_wrap ul li{font-size: 2rem;line-height: 1; font-weight: 600;color: #ffffff; display: flex;justify-content: flex-start;align-items:flex-start; flex-direction: row; gap:20px; margin-bottom: 20px; white-space: nowrap; -webkit-transition: all .3s;transition: all .3s;}

.page_title_wrap ul li a div {display: none; }
_::-webkit-full-page-media, _:future, :root .page_title_wrap ul li a div {display: inline; font-size: 0.00000001rem;line-height: 1; font-weight: 300;}
.page_title_wrap ul li a{display: inline; font-size: 2rem;line-height: 1; font-weight: 600;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;}

.page_title_wrap ul li::before {content: "\e900"; display: block; font-family: 'icomoon' !important; font-size: 2rem; line-height: 1; color: #ffffff; opacity: 0.3;-webkit-transition: all .3s;transition: all .3s;}
.page_title_wrap ul li.no_arrow {margin-bottom: 10px!important; font-size: 1.6rem!important;}
.page_title_wrap ul li.no_arrow a{font-size: 1.6rem!important;}
.page_title_wrap ul li.no_arrow::before {content: "\e900"; opacity:0; }
.page_title_wrap ul li a span{display: block; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.2rem; line-height: 2; color: #ffffff; opacity: 0.3;}
.page_title_wrap ul li:hover{transform: translate(10px,0);}
.page_title_wrap ul li:hover::before {content: "\e900"; color: #d5dc21; opacity: 1;}

@media screen and (max-width: 1180px) {
.page_title_wrap {gap:20px;padding: 100px 20px;}
}


@media screen and (max-width: 760px) {
.page_title_wrap {width: 100%; max-width: 1180px; height: auto; display: flex;justify-content: space-between;align-items:stretch; flex-direction: row; margin: 0 auto; padding: 18vw 20px 13vw 20px;}
.page_title_wrap > div {width: 100%; max-width: 850px; height: auto; display: flex;justify-content: flex-start;align-items:flex-start; flex-direction: column; gap:10vw; margin-top: 0;}
.page_title_wrap > div h3 {font-size: 4.5rem;line-height: 0.9; font-weight: 700;word-break: break-all;}
.page_title_wrap > div h3 span {font-size: 2rem;line-height: 1; font-weight: 600; }
.page_title_wrap > div h3.greeting span{font-size: 3rem;}
.page_title_wrap > div h4 {display: block; font-size: 1.8rem;line-height: 1.6; font-weight: 600; color: #ffffff;}
.page_title_wrap > div p {display: block; font-size: 1.4rem;line-height: 1.8; font-weight: 600; color: #ffffff; margin-top: -1vw;}
.page_title_wrap ul {display: none;}
}

@media screen and (max-width: 430px) {
.page_title_wrap > div h3 span {line-height: 1.2; font-weight: 600; display: inline-block;}
}


/* section */
section { width: 100%; height: auto; background-image: linear-gradient(45deg, rgba(253, 253, 253, 1), rgba(176, 195, 203, 1));margin: 0 auto; padding: 90px 0; position: relative;}
section:nth-of-type(2n){ background-image:linear-gradient(135deg,rgba(176, 195, 203, 1), rgba(253, 253, 253, 1) )!important; margin: 0 auto; }
section h3 { width: 100%; display: block; text-align: center;margin-bottom: 60px;}
section h3 span:first-child { width: auto; display:inline-block; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 5rem;line-height: 1; font-weight: 700;color: transparent; text-align: center; background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;}
section h3 span:last-child { width: auto; display:block; font-size: 3rem;line-height: 1.4; font-weight: 700;color: #000000; margin-top: 15px;}
.section_inner {width: 100%; max-width: 1180px; height: auto; padding: 0; margin: 0 auto;}
.section_inner_1000 {max-width: 1000px!important; }
section h4 {display: block; width: 100%; height: auto; font-size: 2.2rem; line-height: 1.3; color: #ffffff; background-image: linear-gradient(90deg, rgba(146, 82, 255, 0.9) 10%, rgba(20, 179, 205, 0.5) 65%, rgba(20, 179, 205, 0) 100%); padding: 10px 15px;margin-bottom: 40px;}
section h5 {display: block; width: 100%; height: auto; font-size: 2.4rem; line-height: 1.5; font-weight: 700; margin-bottom: 40px;}
section p { display:block; font-size: 1.6rem;line-height: 1.8; font-weight: 400;color: #000000;}
section:last-of-type {padding: 90px 0 140px 0;}
section:last-of-type::after {content: ""; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 15rem; font-weight: 900; line-height: 1; color: #ffffff; position: absolute; opacity: 0.5; bottom: -20px; left: -20px; }

@media screen and (max-width: 1180px) {
.section_inner {padding: 0 20px;}
section:last-of-type::after {font-size: 13.5vw;  bottom: -2.7vw; left: -1.8vw;}
}

@media screen and (max-width: 760px) {
section { padding: 12vw 0; }
section:last-of-type {padding: 12vw 0 15vw 0;}
section h3 { width: 100%; display: block; text-align: center;margin-bottom: 10vw;}
section h3 span:first-child { font-size: 3.6rem;}
section h3 span:last-child { font-size: 2rem;margin-top: 10px;}
section h4 {font-size: 1.8rem; line-height: 1.3; padding: 5px 10px;margin-bottom: 5vw;}
section h5 {display: block; width: 100%; height: auto; font-size: 1.6rem; line-height: 1.5; font-weight: 700; margin-bottom: 30px; letter-spacing: -0.05em;}
section p { font-size: 1.4rem;}
}

/* page 2cal */
.col2_wrap {width: 100%; height: auto; position: relative; display: flex;justify-content: space-between;align-items:stretch; flex-direction: row; flex-wrap: wrap; margin: 0 auto;}
.col2_wrap > div {width: 48%; height: auto;}
@media screen and (max-width: 760px) {
.col2_wrap > div {width: 100%; height: auto;}
}

/* page bn 2cal */
.page_bn_wrap {width: 100%; max-width: 1180px; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: row; flex-wrap: wrap; margin: 0 auto;z-index: 1;}
.page_bn_wrap li{width: 50%; height: 315px;background-size:cover; overflow: hidden;position: relative; -webkit-transition: all .3s;transition: all .3s;}
.page_bn_wrap li::before {content: ""; width: 12.1vw; height: 12.1vw; max-height: 150px; max-width: 150px; position: relative; position: absolute; top: -5px ; left: -5px;background-size:contain; background-position: top left; mix-blend-mode: hard-light;z-index: 1;}
.page_bn_wrap li::after{content: ""; background: #0075c2; position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; mix-blend-mode: color-dodge;-webkit-transition: all .3s;transition: all .3s;z-index: 1;}
.page_bn_wrap li:hover::after {content: ""; opacity: 1;}

.page_bn_wrap li a {width: 100%; height: 100%;display: flex;justify-content: center;align-items:center; flex-direction: row;position: relative; z-index: 3;}
.page_bn_wrap li a span {width: 80%; max-width: 390px; height: 60px; display: flex;justify-content: space-between;align-items:center; flex-direction: row; font-size: 2rem; font-weight: 700; line-height: 1; color: #ffffff; background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); position: relative;  border-radius: 30px; z-index: 3; -webkit-transition: all .3s;transition: all .3s; padding: 0 20px;}
.page_bn_wrap li a span::after {content: "\e900"; font-size: 1.6rem; color: #ffffff; font-family: 'icomoon' !important;line-height: 1;}
.page_bn_wrap li:hover a{mix-blend-mode: hard-light; }
.page_bn_wrap li:hover a span{padding: 10px 35px;}
.page_bn_wrap li:hover {transform: scale(1.05);z-index: 2;}

/* page bn 3cal */
.cal_3 li{width: 33.3%;}
.cal_3 li a span {width: 80%; max-width: 200px!important; }

/* page bn 3cal */
.cal_3_2 li{width: 33.3%;}
.cal_3_2 li a span {width: 80%; max-width: 350px!important; }


@media screen and (max-width: 760px) {
.page_bn_wrap {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: column; flex-wrap: nowrap;}
.page_bn_wrap li{width: 100%; height: 45vw; max-height: 100%; }
/* page bn 3cal */
.cal_3_2 li{width: 100%;}
.cal_3 li{width: 100%;}

.page_bn_wrap li::before {content: ""; width: 15vw; height: 15vw; }
.page_bn_wrap li a span {font-size: 1.6rem; width: 80%; height: 40px; padding: 0 3vw; border-radius: 20px; z-index: 3; }

.page_bn_wrap li:hover a {mix-blend-mode: hard-light; }
.page_bn_wrap li:hover a span {ppadding: 0 3vw;}
.page_bn_wrap li:hover {transform: scale(1);z-index: 2;}
}


/* work bn 2cal */
.work_bn_wrap {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: row; flex-wrap: wrap; margin: 0 auto;z-index: 1;}
.work_bn_wrap li{width: 33.33%; height: 27.34vw;background-size:cover; background-position: center center; overflow: hidden;position: relative; -webkit-transition: all .3s;transition: all .3s;}
.work_bn_wrap li .list_number {width: auto; height: auto; display: inline-block; font-size:17rem; font-family: ab-countryroad, sans-serif!important;font-style: normal;font-weight: 400; line-height: 1; color: transparent; background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text; position: absolute; top: -5px ; left: -20px;mix-blend-mode: hard-light;z-index: 1;}
.work_bn_wrap li::before{content: ""; background: #596290; position: absolute; top: 0; width: 100%; height: 100%; opacity: 0.3; mix-blend-mode: normal;-webkit-transition: all .3s;transition: all .3s;z-index: 1;}
.work_bn_wrap li::after{content: ""; background: #0075c2; position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; mix-blend-mode: color-dodge;-webkit-transition: all .3s;transition: all .3s;z-index: 1;}
.work_bn_wrap li:hover::after {content: ""; opacity: 1;mix-blend-mode: color-dodge;}

.work_bn_wrap li a {width: 100%; height: 100%;display: flex;justify-content: flex-end;align-items:flex-end; flex-direction: row;position: relative; z-index: 2;}
.work_bn_wrap li a span {width: 100%; font-size: 1.6rem; font-weight: 700; line-height: 1.5; color: #ffffff;text-align: right; padding: 0 10px 10px 0;}
.work_bn_wrap li:hover a{mix-blend-mode: hard-light; }
.work_bn_wrap li:hover {transform: scale(1.05);z-index: 2;}

@media screen and (max-width: 1180px) {
.work_bn_wrap li{width: 50%; height: 27.34vw;}
.work_bn_wrap li .list_number {font-size:14rem; }
}

@media screen and (max-width: 760px) {
.work_bn_wrap {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: column; flex-wrap: nowrap;}
.work_bn_wrap li{width: 100%; height: 45vw; max-height: 100%; }
.work_bn_wrap li .list_number {width: auto; height: auto; display: inline-block; font-size:25vw; font-family: ab-countryroad, sans-serif!important;font-style: normal;font-weight: 400; line-height: 1; color: transparent; background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text; position: absolute; top: -5px ; left: -20px;mix-blend-mode: hard-light;z-index: 1;}
.work_bn_wrap li a span {width: 100%; font-size: 1.4rem; line-height: 1.5; color: #ffffff;text-align: right; padding: 0 10px 10px 0;}
.work_bn_wrap li:hover a {mix-blend-mode: hard-light; }
.work_bn_wrap li:hover a span {ppadding: 3vw;}
.work_bn_wrap li:hover {transform: scale(1);z-index: 2;}
}

.fancybox__caption {font-size: 1.6rem;}
.fancybox__container {--fancybox-bg: linear-gradient(135deg, rgba(31, 34, 60, 0.95) 10%, rgba(17, 46, 78, 0.95) 50%, rgba(26, 110, 106, 0.95) 95%)!important;}


/* page btn navi */
.page_btn_wrap {display: flex; flex-direction: row; justify-content: space-between; align-items:flex-start; flex-wrap: wrap; gap:40px 20px;}
.page_btn_wrap_center {display: flex; flex-direction: row; justify-content: center; align-items:flex-start; flex-wrap: wrap; gap:40px 20px;}
.page_navi_btn {width: 100%;max-width: 48%;height: 60px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 2rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px 0 30px; border-radius: 30px;}
.page_navi_btn::after {content: "\e900"; font-size: 1.8rem; color: #ffffff; font-family: 'icomoon' !important;}
.page_navi_btn:hover {max-width: 48%;color: #ffffff; padding: 0 10px 0 20px; }
.c_dark{background-image: linear-gradient(90deg, rgba(31, 34, 60, 1) 5%, rgba(34, 88, 141, 1) 50%, rgba(49, 179, 152, 1) 95%)!important;}

.recruit_btn_wrap {}
.recruit_btn_wrap::after{content:"";display: block;width:32%;}
.recruit_btn_wrap .page_navi_btn {width: 100%;max-width: 32%;}

@media screen and (max-width: 1000px) {
.recruit_btn_wrap {gap:20px 20px;}
.recruit_btn_wrap::after{content:"";display: block;width:48%;}
.recruit_btn_wrap .page_navi_btn {width: 100%;max-width: 48%;}
}

@media screen and (max-width: 760px) {
.page_btn_wrap,.page_btn_wrap_center {display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: wrap; gap:20px 0;}
.page_navi_btn {width: 100%;max-width: 100%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.6rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
.page_navi_btn::after {content: "\e900"; font-size: 1.4rem; }
.page_navi_btn:hover {max-width: 100%;color: #ffffff; padding: 0 20px;}

.recruit_btn_wrap {gap:10px 5px;}
.recruit_btn_wrap::after{content:"";display: block;width:48%;}
.recruit_btn_wrap .page_navi_btn {width: 100%;max-width: 48%; font-size: 1.4rem;}
}


/* eq btn navi */
.eq_btn_wrap {display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; flex-wrap: wrap; gap:20px 0;}
.eq_navi_btn {width: 100%;max-width: 48%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.8rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(31, 34, 60, 1) 5%, rgba(34, 88, 141, 1) 50%, rgba(49, 179, 152, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px 0 30px; border-radius: 20px;}
.eq_navi_btn::after {content: "\e909"; font-size: 1.6rem; color: #ffffff; font-family: 'icomoon' !important;}
.eq_navi_btn:hover {max-width: 48%;color: #ffffff; padding: 0 10px 0 20px; }
.eq_btn_wrap p {width: 100%;max-width: 48%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.8rem; font-weight: 600; color: #1f223c; display: flex; flex-direction: row; justify-content: space-between; align-items:center; background: #ffffff; -webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px 0 30px; border-radius: 20px;}

@media screen and (max-width: 760px) {
.eq_btn_wrap {display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: wrap; gap:10px 0;}
.eq_navi_btn {width: 100%;max-width: 100%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.4rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(31, 34, 60, 1) 5%, rgba(34, 88, 141, 1) 50%, rgba(49, 179, 152, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
.eq_navi_btn::after {content: "\e909"; font-size: 1.4rem; }
.eq_navi_btn:hover {max-width: 100%;color: #ffffff; padding: 0 20px;}
.eq_btn_wrap p {width: 100%;max-width: 100%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.4rem; font-weight: 600; color: #1f223c; display: flex; flex-direction: row; justify-content: space-between; align-items:center; background: #ffffff; -webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
}


/* page list */
.page_list {width: 100%;max-width: 100%;height: auto; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items:stretch; gap:30px; }
.page_list li {width: 48%;height: auto; font-size: 1.6rem; font-weight: 500; line-height: 1.6; color: #000000; }
.page_list li strong {font-size: 1.8rem; font-weight: 700;}

@media screen and (max-width: 760px) {
.page_list {width: 100%;max-width: 100%;height: auto; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items:stretch; gap:20px; }
.page_list li {width: 100%;height: auto; font-size: 1.2rem; font-weight: 500; line-height: 1.6; color: #000000; }
.page_list li strong {font-size: 1.4rem; font-weight: 700;}
}


/* googlemap */
.googlemap_wrap {width:100%; height: 32vw; position: relative;overflow: hidden;}
.googlemap_wrap iframe{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}

@media screen and (max-width: 1180px) {
.googlemap_wrap {width:100%; height: 400px; position: relative;overflow: hidden;}
}

@media screen and (max-width: 760px) {
.googlemap_wrap {width:100%; height: 500px; position: relative;overflow: hidden;}
}

/* text */
.txt_english {font-family: 'Be Vietnam Pro', sans-serif!important;}
.txt_lh2 {line-height: 2;}

.txt_center {text-align: center;}.txt_left {text-align: left;}.txt_right {text-align: right;}
.fw_400{font-weight: 400;}.fw_500{font-weight: 500;}.fw_400{font-weight: 600;}.fw_700{font-weight: 700;}.fw_900{font-weight: 900;}
.ls_03 {letter-spacing: 0.12em;}


.txt_10 {fonts-size:1rem;}
.txt_11 {fonts-size:1.1rem;}
.txt_12 {fonts-size:1.2rem;}
.txt_14 {fonts-size:1.4rem;}
.txt_16 {fonts-size:1.6rem;}
.txt_18 {fonts-size:1.8rem;}
.txt_20 {fonts-size:2rem;}
.txt_22 {fonts-size:2.2rem;}
.txt_24 {fonts-size:2.4rem;}
.txt_28 {fonts-size:2.8rem;}
.txt_32 {fonts-size:3.2rem;}
.txt_34 {fonts-size:3.4rem;}
.txt_36 {fonts-size:3.6rem;}

.fc9252ff {color:#9252ff;}
.fc46a2da {color: #46a2da;}


@media screen and (max-width: 760px) {
.txt_center {text-align: left;}

.txt_10 {fonts-size:1rem;}
.txt_11 {fonts-size:1rem;}
.txt_12 {fonts-size:1rem;}
.txt_14 {fonts-size:1.2rem;}
.txt_16 {fonts-size:1.4rem;}
.txt_18 {fonts-size:1.6rem;}
.txt_20 {fonts-size:1.8rem;}
.txt_22 {fonts-size:2rem;}
.txt_24 {fonts-size:2.2rem;}
.txt_28 {fonts-size:2.4rem;}
.txt_32 {fonts-size:2.8rem;}
.txt_34 {fonts-size:3rem;}
.txt_36 {fonts-size:3.2rem;}
}




@media screen and (max-width: 760px) {
.over:hover {opacity: 1 ;} 
}


/* margin */
.mb_pb_00{margin-bottom: 0!important; padding-bottom: 0!important;}
.mt-40 {margin-top: -40px;}
.mt_20 {margin-top: 20px;}
.mb_10{margin-bottom: 10px!important;}
.mb_20{margin-bottom: 20px!important;}
.mb_30{margin-bottom: 30px!important;}
.mb_40{margin-bottom: 40px!important;}
.mb_50{margin-bottom: 50px!important;}
.mb_60{margin-bottom: 60px!important;}
.mb_70{margin-bottom: 70px!important;}
.mb_80{margin-bottom: 80px!important;}
.mb_90{margin-bottom: 90px!important;}
.mb_100{margin-bottom: 100px!important;}

@media screen and (max-width: 760px) {
.mt-40 {margin-top: -4vw;}
.mt_20 {margin-top: 2vw;}
.mb_10{margin-bottom: 1vw!important;}
.mb_20{margin-bottom: 2vw!important;}
.mb_30{margin-bottom: 3vw!important;}
.mb_40{margin-bottom: 4vw!important;}
.mb_50{margin-bottom: 5vw!important;}
.mb_60{margin-bottom: 6vw!important;}
.mb_70{margin-bottom: 7vw!important;}
.mb_80{margin-bottom: 8vw!important;}
.mb_90{margin-bottom: 9vw!important;}
.mb_100{margin-bottom: 10vw!important;}
}


/* text indent */
.txt_idt{text-indent: -1em;padding-left: 1em;}
.txt_idt_01{text-indent: -1em;padding-left: 1em;}
.txt_idt_02{text-indent: -2em;padding-left: 2em;}
.txt_idt_03{text-indent: -3em;padding-left: 3em;}
.txt_idt_04{text-indent: -4em;padding-left: 4em;}
.txt_idt_05{text-indent: -5em;padding-left: 5em;}
.txt_idt_06{text-indent: -6em;padding-left: 6em;}
.txt_idt_07{text-indent: -7em;padding-left: 7em;}
.txt_idt_08{text-indent: -8em;padding-left: 8em;}
.txt_idt_09{text-indent: -9em;padding-left: 9em;}
.txt_idt_10{text-indent: -10em;padding-left: 10em;}




/* page-top */
#page-top {position: fixed;bottom: 20px;right: 20px;z-index:10000; max-width:50px; height:auto;transition: 0.5s;-webkit-transition: 0.5s}
#page-top img {max-width:50px; height:auto;}
#page-top:hover {transform: translate(0,-10px);}

/* tel */
#head_tel { position:absolute; right:0; top:0; z-index:20000;}
#head_tel img { width:auto; height:85px; }
.tel_sp {display: none;}
.tel_pc {display: inherit;}
@media screen and (max-width: 1080px) {#head_tel img { height: 50px; width: auto }}
@media screen and (max-width: 430px) {.tel_sp {display: inherit;}.tel_pc {display: none;}}

/* hr */
hr{}

/* icons */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?w12tge');
  src:  url('fonts/icomoon.eot?w12tge#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?w12tge') format('truetype'),
    url('fonts/icomoon.woff?w12tge') format('woff'),
    url('fonts/icomoon.svg?w12tge#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-tel:before {
  content: "\e90c";
}
.icon-hall_arrow_right:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-music:before {
  content: "\e90b";
}
.icon-arrow_down:before {
  content: "\e907";
}
.icon-photo:before {
  content: "\e909";
}
.icon-blank:before {
  content: "\e90a";
}
.icon-link:before {
  content: "\e908";
}
.icon-arrow_right:before {
  content: "\e900";
}
.icon-hall_arrow_left:before {
  content: "\e901";
}




@media(min-width: 980px){a[href^="tel:"]{pointer-events: none;}}

.br_sp{display: none;}
.br_pc{display: inline;}

@media screen and (max-width: 760px) {
.br_sp{display: inline;}
.br_pc{display: none;}
}




/*========================================
お問い合わせ
=======================================*/

/* header img */
body.contact #page_header{background: url("../img/page_mv_bg_news.jpg") bottom center;background-size: cover; }
body.contact #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.contact #page_title::after {background-image:url("../img/page_mv_txt_contact.png"); }
body.contact section:last-of-type::after {content: "CONTACT"; }

.contact_tel {width: 100%; font-size: 4rem;line-height: 1.8; font-weight:700; text-align: center;display: flex; justify-content: center;align-items: center; margin: 0 auto; flex-direction: column;}
.contact_tel i{margin-right: 20px;}
.contact_tel span {font-size: 1.8rem;line-height: 1.8; font-weight:700; }

.contact02_wrap {width: 100%; max-width:800px;  padding: 0 0 0 0; margin: 0 auto; position: relative;}
.contact02_wrap p {font-size: 1.6rem;line-height: 1.7; font-weight:500; color: #000000; }
.contact_form {width: 100%;border-collapse: collapse;margin: 0 auto;}
.contact02_wrap tr {display: block;border-top: solid 2px; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1;}
.contact02_wrap tr.bnone {border: none; }
.contact02_wrap tr:last-child {border-bottom: solid 2px; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1;}
.contact02_wrap th {font-size: 1.8rem; color: #000000;font-weight: 600;width: 220px;padding: 50px 0 0 0;text-align: left;vertical-align: top;}
.contact02_wrap th div{width: 100%; display: flex;justify-content: space-between;align-items: center; flex-wrap: wrap; vertical-align: text-top; position: relative;}
.contact02_wrap th.required div:after {content: "必須";background: #9252ff;color: #ffffff;font-size: 1.4rem;padding: 8px;text-align: center;border-radius: 5px;}
.contact02_wrap td {font-size: 1.8rem; color: #666666;font-weight: 500;padding: 30px 0 30px 50px;}
.contact02_wrap tr.bnone th{padding: 15px 0 30px 0;}
.contact02_wrap tr.bnone td{padding: 0 0 30px 50px;}
.contact02_wrap input[type="text"]{ display: block;width: 100%; height: 60px; border: none; background: #ffffff;padding: 0 20px; border-radius: 5px;vertical-align: top;outline: none;font-size: 1.6rem; color: #000000;}
.contact02_wrap input[type="text"]:nth-of-type(2){margin-top: 30px;}
.contact02_wrap .pcode {display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; margin-bottom: 20px;}
.contact02_wrap .pcode input {width: 160px;}
.contact02_wrap textarea {display: block;width: 100%; height: auto; border: none; background: #ffffff;padding: 20px; border-radius: 5px;vertical-align: top;outline: none;font-size: 1.6rem; color: #000000; }
.contact02_wrap input[type="text"]:focus,.contact_form textarea:focus {border: 1px solid #9252ff;}
.contact02_wrap input[type="checkbox"],.contact02_wrap input[type="radio"] {width: 18px;height: 18px;margin: 0;padding: 0;}

.top-cell {padding: 30px 0 0 0!important;}


::placeholder {color: #aaaaaa;}
::-ms-input-placeholder {color: #aaaaaa;}
:-ms-input-placeholder {color: #aaaaaa;}

.contact02_wrap .checkbox_label {display: inline-block;cursor: pointer;font-size: 1.8rem; color: #000000;}
.contact02_wrap .checkbox_txt {vertical-align: top;}
.contact02_wrap label.error {font-size: 1.6rem;display: block;margin: .3em 0 0 0;color: #dd0030;}
.confirm_wrap {text-align: center; margin-top: 50px;}
.confirm_wrap02 {text-align: center; display: flex; justify-content: space-around;align-items: center;}
.confirm_wrap label{margin-bottom: 0;}
.confirm_btn {width: 100%;max-width: 360px;margin: 30px auto 0;padding: 0;outline: none;border: none;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);border-radius: 30px;color: #ffffff;font-size: 1.8rem;font-weight: bold;height: 60px;cursor: pointer;display: flex;justify-content: center;align-items: center;-webkit-transition: all .3s;transition: all .3s;}
.confirm_btn_02 {width: 100%;max-width: 300px;margin: 30px auto 0;padding: 0;outline: none;border: none;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);border-radius: 30px;color: #ffffff;font-size: 1.8rem;font-weight: bold;height: 60px;cursor: pointer;display: flex;justify-content: center;align-items: center;-webkit-transition: all .3s;transition: all .3s;}

.confirm_btn:hover {max-width: 380px;}
.confirm th {padding: 30px 0!important; line-height: 1.6;}
.confirm td {padding: 30px 0!important; line-height: 1.6;}


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

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

.contact_tel {width: 100%; font-size: 2.4rem;line-height: 1.8; font-weight:700; text-align: center;display: flex; justify-content: center;align-items: center; margin: 0 auto; flex-direction: column;}
.contact_tel i{margin-right: 10px;}
.contact_tel span {font-size: 1.4rem;line-height: 1.8; font-weight:700; }

.contact_form tr,
.contact_form td,
.contact_form tr.bnone td{display: block;width: 100%;padding: 20px 0 10px 0!important;;border: none;font-size: 1.4rem; vertical-align: middle;}
.contact_form th,.contact_form tr.bnone th {width: 100%;padding: 10px!important;;background-image: linear-gradient(90deg, rgba(146, 82, 255, 0.9) 10%, rgba(20, 179, 205, 0.5) 65%, rgba(20, 179, 205, 0) 100%);border-radius: 5px;color: #ffffff;font-size: 1.6rem;height:50px;display: flex;align-items: center;}
.contact02_wrap th.required div:after {font-size: 1.2rem;}
.contact02_wrap input[type="text"] {font-size: 1.3rem; height: 50px;}
.contact02_wrap label.error {font-size: 1.2rem;display: block;margin: .3em 0 0 0;color: #ff6b6b;}
.contact02_wrap textarea {font-size: 1.3rem;}
.contact02_wrap .checkbox_label {font-size: 1.4rem; }
.contact02_wrap input[type="checkbox"],.contact02_wrap input[type="radio"] {width: 14px;height: 14px;margin: 0;padding: 0;}


.contact01_wrap,.contact02_wrap {padding: 0 0 13vw 0;}
.confirm_btn {margin: 5vw auto 0;border-radius: 25px;color: #ffffff;font-size: 1.6rem;font-weight: bold;height: 50px;}
.confirm_btn_02 {margin: 5vw auto 0;border-radius: 25px;color: #ffffff;font-size: 1.6rem;font-weight: bold;height: 50px;}
.contact02_wrap p {font-size: 1.2rem;line-height: 1.7; font-weight:500; color: #000000; }
.contact02_wrap textarea {border-radius: 5px;}
}





/*========================================
リクルート
=======================================*/

body.recruit .section_inner img {width: auto; max-width: 100%;}

/* header img */
body.recruit #page_header{background: url("../img/page_mv_bg_recruit.jpg") bottom center;background-size: cover; }
body.recruit #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.recruit #page_title::after {background-image:url("../img/page_mv_txt_recruit.png"); }
body.recruit section:last-of-type::after {content: "RECRUIT"; }

.recruit_wrap_01 {}
.recruit_wrap_01 ul{ width: 100%;display: flex; flex-direction: row; justify-content: flex-start; align-items:stretch; gap:0;border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; padding: 30px;}
.recruit_wrap_01 ul:first-of-type { border-top: 1px solid; }
.recruit_wrap_01 li:first-child{ width: 225px; font-size: 1.8rem;font-weight: 700; line-height: 1.8; text-align: left;}
.recruit_wrap_01 li:last-child{ width: 100%; font-size: 1.6rem;line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:stretch;gap:30px;}

.recruit_wrap_02 { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; gap:60px; padding-top: 40px;}
.recruit_wrap_02 .rimg_warp { width: 100%; max-width: 420px; position: relative;}
.recruit_wrap_02 .rimg_warp .recruit_box { display: flex; flex-direction: column;justify-content: flex-start; align-items:flex-start;position: absolute; top: -80px; left: -30px; width: 150px; height: 150px; font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 7rem;line-height: 0.9;font-weight: 700; color: #ffffff; padding: 15px;background-image: linear-gradient(135deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}
.recruit_wrap_02 .rimg_warp .recruit_box span{display: block; font-size: 2rem;}
.recruit_wrap_02 .rimg_warp img{ width: 100%; max-width: 420px; }
.recruit_wrap_02 .r_warp {width: 100%;}

section:nth-child(even) .recruit_wrap_02 .rimg_warp {order: 2;}
section:nth-child(even) .recruit_wrap_02 .rimg_warp .recruit_box {align-items:flex-end;top: -80px; right:-30px!important; left: auto; }
section:nth-child(even) .recruit_wrap_02 .r_warp {order: 1;}

.recruit_wrap_02 .txt_r01{font-size: 2.6rem;line-height: 1.5;font-weight: 700; text-indent: -0.5em;margin-bottom: 40px;}
.recruit_wrap_02 .txt_r02{font-size: 3.2rem;line-height: 1.5;font-weight: 700;}
.recruit_wrap_02 .txt_r03{font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 1.6rem;line-height: 0.9;font-weight: 700; margin-bottom: 40px;}


.recruit_wrap_03 { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; gap:60px; padding-top: 40px;position: relative;}
.recruit_wrap_03 .rimg_warp { width: 100%; max-width: 320px; }
.recruit_wrap_03 .r_warp {width: 100%;}
.recruit_wrap_03 .r_warp .recruit_box { display: flex; flex-direction: column;justify-content: flex-start; align-items:flex-end;position: absolute; top: -40px; right: 0; width: 150px; height: 150px; font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 7rem;line-height: 0.9;font-weight: 700; color: #ffffff; padding: 15px;background-image: linear-gradient(135deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}
.recruit_wrap_03 .r_warp .recruit_box span{display: block; font-size: 2rem;}
.recruit_wrap_03 .rimg_warp img{ width: 100%; max-width: 420px; }

.recruit_wrap_03 .txt_r01{font-size: 1.6rem;line-height: 1.5;font-weight: 600;}
.recruit_wrap_03 .txt_r02{font-size: 2.6rem;line-height: 1.5;font-weight: 700;margin-bottom: 20px;}
.recruit_wrap_03 .txt_r03{font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 1.6rem;line-height: 0.9;font-weight: 700; margin-bottom: 20px;}
.recruit_wrap_03 .txt_r04{font-size: 1.6rem;line-height: 1.5;font-weight: 700;margin-bottom: 40px;}
.txt_r05{font-size: 1.8rem;line-height: 1.5;font-weight: 700;margin-bottom: 20px;}

section:nth-child(odd) .recruit_wrap_03 .rimg_warp {order: 2;}
section:nth-child(odd) .recruit_wrap_03 .r_warp {order: 1;}
section:nth-child(odd) .recruit_wrap_03 .r_warp .recruit_box {align-items:flex-start;top: -40px; left:0!important; right: auto; }
section:nth-child(odd) .recruit_wrap_03 .txt_r02{text-align: right;}
section:nth-child(odd) .recruit_wrap_03 .txt_r03{text-align: right;}
section:nth-child(odd) .recruit_wrap_03 .txt_r04{text-align: right;}

.recruit_wrap_03 hr {width: 100%; height: 5px;  border: none;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}


.grad-btn {}
.grad-btn::before {content: "続きを読む"}
.grad-item {position: relative;overflow: hidden;height: 0; }
.grad-item::before {display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 0; content: "";}
.grad-trigger { display: none;}
.grad-trigger:checked ~ .grad-btn::before {content: "閉じる" }
.grad-trigger:checked ~ .grad-item {height: auto; }
.grad-trigger:checked ~ .grad-item::before {display: none; }
  
.grad-btn {z-index: 2;position: absolute; width: 100%;max-width: 420px;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 2rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: center; align-items:center;background-image: linear-gradient(90deg, rgba(31, 34, 60, 1) 5%, rgba(34, 88, 141, 1) 50%, rgba(49, 179, 152, 1) 95%);-webkit-transition: all .3s;transition: all .3s; padding: 0 20px 0 20px; border-radius: 20px;cursor: pointer;  right: 0;bottom: 50px;left: 0;margin: auto;}

.grad-btn::after {content: ""}
.grad-btn:hover {background: #fff;color: #009e8f;}
.grad-btn .fa {margin-right: .5em;}



@media screen and (max-width: 1000px) {
.recruit_wrap_01 dl{ padding: 30px 5px;}
}

@media screen and (max-width: 760px) {
.recruit_wrap_01 ul{ width: 100%;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; padding: 20px 0; gap:0 20px}
.recruit_wrap_01 li:first-child{ width: auto; font-size: 1.4rem;font-weight: 700; line-height: 1.8; text-align: left; white-space: nowrap;}
.recruit_wrap_01 li:last-child{ width: 100%; font-size: 1.4rem;line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:stretch; gap:30px;}

.recruit_wrap_02 { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items:center; gap:15px; padding-top: 0; flex-wrap:wrap; }
.recruit_wrap_02 .rimg_warp { width: 100%; max-width: 380px; position: relative; text-align: center;}
.recruit_wrap_02 .rimg_warp .recruit_box { display: flex; flex-direction: column;justify-content: flex-start; align-items:flex-start;position: absolute; top: -40px; left: -20px; width: 100px; height: 100px; font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 4rem;line-height: 0.9;font-weight: 700; color: #ffffff; padding: 5px;background-image: linear-gradient(135deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}
.recruit_wrap_02 .rimg_warp .recruit_box span{display: block; font-size: 1.4rem;}
.recruit_wrap_02 .rimg_warp img{ width: 100%; max-width: 380px;}
.recruit_wrap_02 .r_warp {width: 100%; max-width: 800px;}

section:nth-child(even) .recruit_wrap_02 .rimg_warp {order: 1;}
section:nth-child(even) .recruit_wrap_02 .rimg_warp .recruit_box {align-items:flex-end;top: -40px; right:-20px!important; left: auto; }
section:nth-child(even) .recruit_wrap_02 .r_warp {order: 2;}

.recruit_wrap_02 .txt_r01{font-size: 1.4rem;line-height: 1.5;font-weight: 700; text-indent: -0.5em;}
.recruit_wrap_02 .txt_r02{font-size: 2.4rem;line-height: 1.5;font-weight: 700;}
.recruit_wrap_02 .txt_r03{font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 1.2rem;line-height: 0.9;font-weight: 700; margin-bottom: 40px;}


.recruit_wrap_03 { width: 100%; display: flex; flex-direction: column; justify-content:center; align-items:center; gap:15px; padding-top: 40px;position: relative;flex-wrap:wrap; }
.recruit_wrap_03 .rimg_warp { width: 100%; max-width: 280px; text-align: center;}
.recruit_wrap_03 .r_warp {width: 100%;}
.recruit_wrap_03 .r_warp .recruit_box { display: flex; flex-direction: column;justify-content: flex-start; align-items:flex-end;position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 4rem;line-height: 0.9;font-weight: 700; color: #ffffff; padding: 5px;background-image: linear-gradient(135deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}
.recruit_wrap_03 .r_warp .recruit_box span{display: block; font-size: 1.4rem;}
.recruit_wrap_03 .rimg_warp img{ width: 100%; max-width: 280px; }

.recruit_wrap_03 .txt_r01{font-size: 1.6rem;line-height: 1.5;font-weight: 600;}
.recruit_wrap_03 .txt_r02{font-size: 2rem;line-height: 1.5;font-weight: 700;}
.recruit_wrap_03 .txt_r03{font-family: 'Be Vietnam Pro', sans-serif !important;font-size: 1.2rem;line-height: 0.9;font-weight: 700; margin-bottom: 10px;}
.recruit_wrap_03 .txt_r04{font-size: 1.4rem;line-height: 1.5;font-weight: 700;margin-bottom: 30px;}
.txt_r05{font-size: 1.5rem;line-height: 1.5;font-weight: 700;margin-bottom: 15px;text-indent: -0.5em;padding-left: 0.5em; letter-spacing: -0.05em;}

section:nth-child(odd) .recruit_wrap_03 .rimg_warp {order: 1;}
section:nth-child(odd) .recruit_wrap_03 .r_warp {order: 2;}
section:nth-child(odd) .recruit_wrap_03 .r_warp .recruit_box {align-items:flex-start;top: -20px; left:-20px!important; right: auto; }
section:nth-child(odd) .recruit_wrap_03 .txt_r02{text-align: left;}
section:nth-child(odd) .recruit_wrap_03 .txt_r03{text-align: left;}
section:nth-child(odd) .recruit_wrap_03 .txt_r04{text-align: left;}

.recruit_wrap_03 hr {width: 100%; height: 4px;  border: none;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}


.grad-btn {}
.grad-btn::before {content: "続きを読む"}
.grad-item {position: relative;overflow: hidden;height: 0; }
.grad-item::before {display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 0; content: "";}
.grad-trigger { display: none;}
.grad-trigger:checked ~ .grad-btn::before {content: "閉じる" }
.grad-trigger:checked ~ .grad-item {height: auto; }
.grad-trigger:checked ~ .grad-item::before {display: none; }
  
.grad-btn {z-index: 2;position: absolute; width: 60%;max-width: 420px;height: 30px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.4rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: center; align-items:center;background-image: linear-gradient(90deg, rgba(31, 34, 60, 1) 5%, rgba(34, 88, 141, 1) 50%, rgba(49, 179, 152, 1) 95%);-webkit-transition: all .3s;transition: all .3s; padding: 0 20px 0 20px; border-radius: 20px;cursor: pointer;  right: 0;bottom: 15px;left: 0;margin: auto;}

.grad-btn::after {content: ""}
.grad-btn:hover {background: #fff;color: #009e8f;}
.grad-btn .fa {margin-right: .5em;}


}



/*========================================
ニュース
=======================================*/

/* header img */
body.news #page_header{background: url("../img/page_mv_bg_news.jpg") bottom center;background-size: cover; }
body.news #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.news #page_title::after {background-image:url("../img/page_mv_txt_news.png"); }
body.news section:last-of-type::after {content: "NEWS"; }
body.news .section_inner {max-width: 1000px;}
body.news .section_inner img {width: auto; max-width: 100%;}




/*========================================
会社概要
=======================================*/

/* header img */
body.outline #page_header{background: url("../img/page_mv_bg_outline.jpg") bottom center;background-size: cover; }
body.outline #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.outline #page_title::after {background-image:url("../img/page_mv_txt_outline.png"); }
body.outline section:last-of-type::after {content: "OUTLINE"; }

body.outline .section_inner {max-width: 1000px;}
.ol_logo_wrap {width: 100%; max-width: 330px; margin: 0 auto 60px auto;}
.ol_logo_wrap img{width: 100%; height: auto;}
.outline_wrap_02 {}
.outline_wrap_02 dl{ width: 100%;display: flex; flex-direction: row; justify-content: flex-start; align-items:stretch; gap:0;border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; padding: 30px;}
.outline_wrap_02 dl:first-of-type { border-top: 1px solid; }
.outline_wrap_02 dt{ width: 225px; font-size: 1.8rem;font-weight: 700; line-height: 1.8; text-align: left;}
.outline_wrap_02 dd{ width: 100%; font-size: 1.6rem;line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:stretch;gap:30px;}
.outline_wrap_02 dd > div { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:center;gap:10px;}

.outline_wrap_03 dl{ width: 100%;display: flex; flex-direction: row; justify-content: flex-start; align-items:stretch;}
.outline_wrap_03 dt{ width: 320px; font-size: 1.8rem;font-weight: 700; line-height: 1.8; text-align: left;}
.outline_wrap_03 dd{ width: 100%; font-size: 1.6rem;line-height: 1.8;}

.outline_wrap_01 {list-style-type: decimal-leading-zero;font-size: 1.6rem;list-style-position: inside; line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:10px;padding-left: 1.6em; text-indent: -1.6em; }
.outline_wrap_05 {list-style-type: decimal-leading-zero;font-size: 1.6rem;list-style-position: inside; line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:40px;padding-left: 1.6em; text-indent: -1.6em; }
.outline_wrap_06 {list-style-type: decimal; font-size: 1.6rem;list-style-position: inside; line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:20px;padding-left: 1.1em; text-indent: -1.1em; }

.outline_wrap_07 {display: flex; flex-direction: row; justify-content: center; align-items:flex-start; gap:60px;}
.outline_wrap_07 div {width: 280px; height: auto; margin-top: -200px;}
.outline_wrap_07 div img {width: 100%;; height: auto;}

.outline_wrap_08 {width: 100%; display: flex; flex-direction: row; justify-content:space-between; align-items:flex-start; gap:0;}
.outline_wrap_08 > div:first-of-type {width: 355px; display: flex; flex-direction: row; justify-content:flex-start; align-items:flex-start; flex-wrap: wrap; gap:10px;}
.outline_wrap_08 > div:first-of-type img {width: 100%; max-width: 170px; height: auto;}
.outline_wrap_08 > div:last-of-type {width: 100%;  max-width: 580px;}

.outline_okr {justify-content: flex-start; gap:20px;}


@media screen and (max-width: 1000px) {
body.outline .section_inner {padding: 0 20px;}
.outline_wrap_02 dl{ padding: 30px 5px;}
}

@media screen and (max-width: 760px) {
.ol_logo_wrap {width: 60%; max-width: 330px; margin: 0 auto 8vw auto;}
.ol_logo_wrap img{width: 100%; height: auto;}
.outline_wrap_02 {}
.outline_wrap_02 dl{ width: 100%;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; padding: 20px 0; gap:0 20px}
.outline_wrap_02 dt{ width: auto; font-size: 1.4rem;font-weight: 700; line-height: 1.8; text-align: left; white-space: nowrap;}
.outline_wrap_02 dd{ width: 100%; font-size: 1.4rem;line-height: 1.8;display: flex; flex-direction: column; justify-content: flex-start; align-items:stretch; gap:30px;}
.outline_wrap_02 dd > div { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start;gap:10px;}

.outline_wrap_03 dl{ width: 100%;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; margin-bottom: 20px;}
.outline_wrap_03 dt{ width: auto; font-size: 1.4rem;font-weight: 700; line-height: 1.8; text-align: left; white-space: nowrap;}
.outline_wrap_03 dd{ width: 100%; font-size: 1.4rem;line-height: 1.8;}

.outline_wrap_01 {font-size: 1.4rem;}
.outline_wrap_05 {font-size: 1.4rem;gap:20px;}
.outline_wrap_06 {font-size: 1.4rem;}

.outline_wrap_07 {display: flex; flex-direction: column; justify-content: center; align-items:center; gap:40px;}
.outline_wrap_07 div {width: 200px; height: auto; margin:-20vw auto 0 auto;}
.outline_wrap_07 p {text-align: center;}
.outline_wrap_07 div img {width: 100%;; height: auto;}

.outline_wrap_08 {width: 100%; display: flex; flex-direction: column; justify-content:center; align-items:center; gap:0;}
.outline_wrap_08 > div:first-of-type {width: 100%; display: flex; flex-direction: row; justify-content:center; align-items:center; flex-wrap: nowrap; gap:10px; margin-bottom: 4vw;}
.outline_wrap_08 > div:first-of-type img {width: 31%; max-width: 170px; height: auto;}
.outline_wrap_08 > div:last-of-type {width: 100%;  max-width: 100%;}

.outline_okr {justify-content: flex-start; gap:10px;}
}


.outline_wrap_04 {width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; flex-wrap: wrap; position: relative; z-index: 1;}
.outline_wrap_04 li{width: 46%; font-size: 1.6rem; font-weight: 400; line-height: 1.8; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; padding: 40px 0;}
.outline_wrap_04 li:first-child, .outline_wrap_04 li:nth-child(2) {border-top: 1px solid;}
.outline_wrap_04 li h6 {width: 100%; height: 100%; font-size: 1.8rem; font-weight: 700; line-height: 1.5; }
.outline_wrap_04 li a {display: block; width: 100%; height: 100%; position: relative; color: #000000;  -webkit-transition: all .3s;transition: all .3s;}
.outline_wrap_04 li a::after {content: "\e90a"; font-family: 'icomoon' !important; width: 40px; height: 40px; font-size: 1.6rem; line-height: 1; color: #ffffff; position: absolute; top: -9px; right: 0; background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 20px; display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: nowrap; -webkit-transition: all .3s;transition: all .3s;}
.outline_wrap_04 li a:hover {color: #0075c2;}
.outline_wrap_04 li a:hover::after {width: 50px; height: 50px;border-radius: 25px;top: -14px; right: -5px;}

.anc_btn {width: 100%;  display: flex; flex-direction: row; justify-content: flex-start; align-items:center; flex-wrap: nowrap; gap:10px;position: relative; margin-bottom: 20px;-webkit-transition: all .3s;transition: all .3s;}
.anc_btn span{width: 94%; font-size: 2.8rem; font-weight: 700; line-height: 1.6; color: #ffffff;}
.anc_btn::before {content: "\e907"; font-family: 'icomoon' !important; width: 40px!important; height: 40px!important; font-size: 1.6rem; line-height: 1; color: #ffffff; background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 20px; display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: nowrap; -webkit-transition: all .3s;transition: all .3s;}
.anc_btn:hover span{color: #14b3cd;}
.anc_btn:hover::before {transform: translate(0,5px)}


@media screen and (max-width: 1180px) {
.anc_btn span{width: 88%; font-size: 2.8rem; font-weight: 700; line-height: 1.6; color: #ffffff;}

}

@media screen and (max-width: 760px) {
.outline_wrap_04 {width: 100%; display: flex; flex-direction:column; justify-content: space-between; align-items:stretch; flex-wrap: wrap; position: relative; z-index: 1;}
.outline_wrap_04 li{width: 100%; font-size: 1.4rem; font-weight: 400; line-height: 1.8; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; padding: 30px 0;}
.outline_wrap_04 li:nth-child(2) {border-top: none;}
.outline_wrap_04 li h6 {width: 100%; height: 100%; font-size: 1.5rem; font-weight: 700; line-height: 1.5; }
.outline_wrap_04 li a {width: 100%; height: 100%; position: relative; color: #000000;  -webkit-transition: all .3s;transition: all .3s;}
.outline_wrap_04 li a::after {content: "\e90a"; font-family: 'icomoon' !important; width: 30px; height: 30px; font-size: 1.4rem; line-height: 1; color: #ffffff; position: absolute; top: -8px; right: 0; background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 15px; display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: nowrap; -webkit-transition: all .3s;transition: all .3s;}
.outline_wrap_04 li a:hover {color: #0075c2;}
.outline_wrap_04 li a:hover::after {width: 30px; height: 30px;border-radius: 20px;top: -8px; right: -5px;}

.anc_btn {width: 100%;  display: flex; flex-direction: row; justify-content: flex-start; align-items:center; flex-wrap: nowrap; gap:10px;position: relative; margin-bottom: 15px;-webkit-transition: all .3s;transition: all .3s;}
.anc_btn span{font-size: 2rem; font-weight: 700; line-height: 1.6; color: #ffffff;}
.anc_btn::before {content: "\e907"; font-family: 'icomoon' !important; width: 30px!important; height: 30px!important; font-size: 1.4rem; line-height: 1; color: #ffffff; background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 20px; display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: nowrap; -webkit-transition: all .3s;transition: all .3s;}
.anc_btn:hover::before {transform: translate(0,0)}
}


.page_title_wrap > div.gbnc {margin-top: -35px;}
@media screen and (max-width: 760px) {
.page_title_wrap > div.gbnc {margin-top: 0;}
}

.sdgs_img {width: 100%; max-width: 512px; height: auto;}

@media screen and (max-width: 760px) {
.sdgs_img {width: 100%; max-width: 512px; height: auto;}
}


.outline_wrap_09 {width: 100%;}
.outline_wrap_09 ul {display: flex; justify-content: space-between; align-items: stretch;  flex-direction: row; gap:40px;}
.outline_wrap_09 ul:first-of-type li:last-child {border-top: 1px solid;}
.outline_wrap_09 ul li:first-child{min-width: 140px!important; width: 140px; font-size: 4rem; font-weight: 900; line-height: 1;text-align: left; border-right: 1px solid #9252ff; vertical-align: top; position: relative; color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text; padding: 35px 0;}
.outline_wrap_09 ul li:last-child {width: 100%; font-size: 1.6rem; font-weight: 400; line-height: 1.8;position: relative; vertical-align: top; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; display: flex; flex-direction: row; justify-content: flex-start; align-items:stretch; padding: 40px 0;}
.outline_wrap_09 ul li:last-child > span {display: block; width: 50px;}
.outline_wrap_09 ul li:last-child > span > span {display: block;writing-mode: vertical-rl; line-height: 1.4;}
.logo_50th {width: 130px; margin-top: 30px; }
.outline_wrap_09 ul li:first-child::after {content: ""; display: block; width: 10px; height: 10px; font-size: 1px; position: absolute; top:50px; right:-5px; background-image: linear-gradient(135deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 100%; }

@media screen and (max-width: 760px) {
.outline_wrap_09 {width: 100%;}
.outline_wrap_09 ul {display: flex; justify-content: space-between; align-items: stretch;  flex-direction: row; gap:15px;}
.outline_wrap_09 ul:first-of-type li:last-child {border-top: 1px solid;}
.outline_wrap_09 ul li:first-child{min-width: auto!important; width: auto; font-size: 2rem; padding: 22px 10px 20px 0; white-space: nowrap;}
.outline_wrap_09 ul li:last-child {width: 100%; font-size: 1.3rem; font-weight: 400; line-height: 1.8; padding: 20px 0; gap:10px;}
.outline_wrap_09 ul li:last-child span {display: block; width: auto;white-space: nowrap;}
.logo_50th {width: 90px; margin-top: 20px;}
.outline_wrap_09 ul li:first-child::after { top:29px; right:-5px; width: 8px; height: 8px;}

}





/*========================================
ステージ
=======================================*/

/* header img */
body.stage #page_header{background: url("../img/page_mv_bg_stage.jpg") bottom center;background-size: cover; }
body.stage #page_header::before {background-image: linear-gradient(90deg, rgba(221, 0, 48, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.stage #page_title::after {background-image:url("../img/page_mv_txt_stage.png"); }
body.stage section:last-of-type::after {content: "STAGE"; }

/* top */
body.stage .page_bn_wrap li:nth-child(1) {background-image: url("../img/stage_bn_bg_01.jpg");background-position: center center;}
body.stage .page_bn_wrap li:nth-child(2) {background-image: url("../img/stage_bn_bg_02.jpg");background-position: center center;}
body.stage .page_bn_wrap li:nth-child(3) {background-image: url("../img/stage_bn_bg_03.jpg");background-position: center center;}
body.stage .page_bn_wrap li:nth-child(4) {background-image: url("../img/stage_bn_bg_04.jpg");background-position: center center;}

body.stage .page_bn_wrap li:nth-child(1)::before {content: ""; background-image: url("../img/index_bn_l.png");}
body.stage .page_bn_wrap li:nth-child(2)::before {content: ""; background-image: url("../img/index_bn_s.png");}
body.stage .page_bn_wrap li:nth-child(3)::before {content: ""; background-image: url("../img/index_bn_v.png");}
body.stage .page_bn_wrap li:nth-child(4)::before {content: ""; background-image: url("../img/index_bn_e.png");}




/*========================================
ブロードキャスト
=======================================*/

/* header img */
body.bcas #page_header{background: url("../img/page_mv_bg_bcast.jpg") bottom center;background-size: cover; }
body.bcas #page_header::before {background-image: linear-gradient(90deg, rgba(255, 145, 0, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.bcas #page_title::after {background-image:url("../img/page_mv_txt_bcast.png"); }
body.bcas section:last-of-type::after {content: "BROAD CAST"; }

/* top */
body.bcas .page_bn_wrap li:nth-child(1) {background-image: url("../img/bcas_bn_bg_01_1.jpg");background-position: right center;}
body.bcas .page_bn_wrap li:nth-child(2) {background-image: url("../img/bcas_bn_bg_02.jpg");background-position: center center;}
body.bcas .page_bn_wrap li:nth-child(3) {background-image: url("../img/bcas_bn_bg_03_1.jpg");background-position: center center;}

body.bcas .page_bn_wrap li:nth-child(1)::before {content: ""; background-image: url("../img/index_bn_l.png");}
body.bcas .page_bn_wrap li:nth-child(2)::before {content: ""; background-image: url("../img/index_bn_a.png");}
body.bcas .page_bn_wrap li:nth-child(3)::before {content: ""; background-image: url("../img/index_bn_v.png");}



/*========================================
文化施設
=======================================*/

/* header img */
body.hall #page_header{background: url("../img/page_mv_bg_hall.jpg") bottom center;background-size: cover; }
body.hall #page_header::before {background-image: linear-gradient(90deg, rgba(124, 56, 138, 1) 50%, rgba(20, 179, 205, 1) 100%); }
body.hall #page_title::after {background-image:url("../img/page_mv_txt_hall.png"); }
body.hall section:last-of-type::after {content: "HALL"; }

/* top */
body.hall .page_bn_wrap li:nth-child(1) {background-image: url("../img/hall_bn_bg_01.jpg");background-position: center center;}
body.hall .page_bn_wrap li:nth-child(2) {background-image: url("../img/hall_bn_bg_02.jpg");background-position: center center;}

body.hall .page_bn_wrap li:nth-child(1)::before {content: ""; background-image: url("../img/index_bn_p.png");}
body.hall .page_bn_wrap li:nth-child(2)::before {content: ""; background-image: url("../img/index_bn_h.png");}


.hall_ppp_wrap {display: flex; justify-content: space-around; align-items: stretch; width: 100%; flex-wrap: wrap; gap:22px;}
.hall_ppp_wrap li {width: 49%; max-width: 590px;height: auto; align-self: stretch; background-color: #ffffff; -webkit-transition: all .3s;transition: all .3s; position: relative; }
.hall_ppp_wrap li > div {width: 100%; position: relative; }
.hall_ppp_wrap li .cs_img {width: 100%;height: auto; padding: 0; overflow: hidden; }
.hall_ppp_wrap li .cs_img img {width: 100%; height: auto; -webkit-transition: all .3s;transition: all .3s;}
.hall_ppp_wrap li h6 {width: 100%; height: auto;display: flex; justify-content: center; align-items: center; padding: 20px 40px;}
.hall_ppp_wrap li h6 img {width: 100%; max-width: 380px; height: auto; margin: 0 auto;}
.hall_ppp_wrap li h6::after {content: "\e90a"; font-family: 'icomoon' !important; width: 40px; height: 40px; font-size: 1.6rem; line-height: 1; color: #ffffff;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 20px; display: flex; flex-direction: row; justify-content: center; align-items:center; position: absolute; right: 20px;-webkit-transition: all .3s;transition: all .3s;}
.hall_ppp_wrap li > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent:-999px;z-index: 1;}
.hall_ppp_wrap li:hover .cs_img img  {transform: scale(1.05);}
.hall_ppp_wrap li:hover h6::after  {transform: translate(10px,0);}

.hall_mm_wrap {width:100%;display: flex; justify-content: flex-start; align-items: flex-start;  flex-direction: column; gap:10px;}
.hall_mm_wrap li {width:100%; font-size: 1.6rem; line-height: 1.5; text-indent: -1em;padding-left: 1em;}


@media screen and (max-width: 1180px) {
.hall_ppp_wrap li {width: 48%; max-width: 590px;height: auto; align-self: stretch; background-color: #ffffff; -webkit-transition: all .3s;transition: all .3s; position: relative; }
.hall_ppp_wrap li > div {width: 100%; position: relative; }

.hall_mm_wrap:first-of-type {width:100%;display: flex; justify-content: flex-start; align-items: flex-start;  flex-direction: column; gap:5px; margin-bottom: 10vw;}
.hall_mm_wrap li {width:100%; font-size: 1.4rem; line-height: 1.5; }
}


@media screen and (max-width: 760px) {
.hall_ppp_wrap {display: flex; justify-content: space-around; align-items: stretch; flex-direction: row; width: 100%; flex-wrap: wrap; gap:22px;}
.hall_ppp_wrap li {width: 100%; max-width: 590px;height: auto; align-self: stretch; background-color: #ffffff; -webkit-transition: all .3s;transition: all .3s; position: relative; }
.hall_ppp_wrap li > div {width: 100%; position: relative; }
.hall_ppp_wrap li .cs_img {width: 100%;height: auto; padding: 0; overflow: hidden; }
.hall_ppp_wrap li .cs_img img {width: 100%; height: auto; -webkit-transition: all .3s;transition: all .3s;}
.hall_ppp_wrap li h6 {width: 100%; height: auto;display: flex; justify-content: center; align-items: center; padding: 2vw 5vw;}
.hall_ppp_wrap li h6 img {width: 100%; max-width: 380px; height: auto; margin: 0 auto;}
.hall_ppp_wrap li h6::after {content: "\e90a"; font-family: 'icomoon' !important; width: 30px; height: 30px; font-size: 1.4rem; line-height: 1; color: #ffffff;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 15px; display: flex; flex-direction: row; justify-content: center; align-items:center; position: absolute; right: -15px;-webkit-transition: all .3s;transition: all .3s;}
.hall_ppp_wrap li > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent:-999px;z-index: 1;}
.hall_ppp_wrap li:hover .cs_img img  {transform: scale(1);}
.hall_ppp_wrap li:hover h6::after  {transform: translate(0,0);}
}




/*========================================
セールス
=======================================*/

/* header img */
body.sales #page_header{background: url("../img/page_mv_bg_sales.jpg") bottom center;background-size: cover; }
body.sales.okr #page_header{background: url("../img/page_mv_bg_okr.jpg") bottom center;background-size: cover; }
body.sales #page_header::before {background-image: linear-gradient(90deg, rgba(38, 167, 198, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.sales #page_title::after {background-image:url("../img/page_mv_txt_sales.png"); }
body.sales.okr #page_title::after {background-image:url("../img/page_mv_txt_outline.png"); }
body.sales section:last-of-type::after {content: "SALES"; }
body.sales.okr section:last-of-type::after {content: "OSAKA KYORITZ RECORDS"; }

/* top */
body.sales .page_bn_wrap li:nth-child(1) {background-image: url("../img/sales_bn_bg_01.jpg");background-position: center center;}
body.sales .page_bn_wrap li:nth-child(2) {background-image: url("../img/sales_bn_bg_02.jpg");background-position: center center;}
body.sales .page_bn_wrap li:nth-child(3) {background-image: url("../img/sales_bn_bg_03.jpg");background-position: center center;}

body.sales .page_bn_wrap li:nth-child(1)::before {content: ""; background-image: url("../img/index_bn_s.png");}
body.sales .page_bn_wrap li:nth-child(2)::before {content: ""; background-image: url("../img/index_bn_c.png");}
body.sales .page_bn_wrap li:nth-child(3)::before {content: ""; background-image: url("../img/index_bn_o.png");}

/* 取扱備品 */
.sale_img_wrap {width: 100%; display: flex; flex-direction: row; justify-content: center; align-items:center; gap:10px;}
.sale_img_wrap li{width: 100%; font-size: 1.4rem; font-weight: 700; display: flex; flex-direction: column; justify-content: center; align-items:center; gap:20px;}
.sale_img_wrap li img {width: 100%;}


/* page btn navi */
.okr_wrap {display: flex; flex-direction: row; justify-content: center; align-items:stretch; flex-wrap: wrap; gap:70px;}
.okr_wrap > div:first-of-type {width: 400px; height: auto;}
.okr_wrap > div:first-of-type img{width: 100%; max-width: 400px; height: auto;}
.okr_wrap > div:last-of-type {width: auto; height: auto;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start;}
.okr_wrap > div:last-of-type h6 {font-size: 2.4rem; font-weight: 700; line-height: 1.8;}
.okr_wrap > div:last-of-type h6 span{font-size: 3.2rem; font-weight: 700; }
.okr_wrap > div:last-of-type p{font-size: 1.8rem; font-weight: 700; line-height: 2; margin-top: auto;}

.okr_btn {width: 100%;max-width: 400px;height: 60px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 2rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px 0 30px; border-radius: 30px; border: none; cursor: pointer; z-index: 2;}
.okr_btn::after {content: "\e90b"; font-size: 1.8rem; color: #ffffff; font-family: 'icomoon' !important;}
.okr_btn:hover {max-width: 400px;color: #ffffff; padding: 0 10px 0 20px; }

.data-list_okr {width:100%; max-width: 600px; padding: 10px;}
.data-list_okr ol {width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:15px;}
.data-list_okr audio {width: 400px;}
.data-list_okr p {font-size: 1.4rem; margin-bottom: 10px;}

@media screen and (max-width: 760px) {
.okr_wrap {display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: wrap; gap:20px 0;}

.okr_wrap > div:first-of-type {width: 100%; height: auto; text-align: center;}
.okr_wrap > div:first-of-type img{width: 100%; max-width: 300px; height: auto; margin: 0 auto 30px auto;}
.okr_wrap > div:last-of-type {width: auto; height: auto;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start;}
.okr_wrap > div:last-of-type h6 {font-size: 1.8rem; font-weight: 700; line-height: 1.8; }
.okr_wrap > div:last-of-type h6 span{font-size: 2rem; font-weight: 700; }
.okr_wrap > div:last-of-type p{font-size: 1.4rem; font-weight: 700; line-height: 2; margin:0 0 20px 0;}

.okr_btn {width: 100%;max-width: 100%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.6rem; font-weight: 600; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
.okr_btn::after {content: "\e90b"; font-size: 1.4rem; }
.okr_btn:hover {max-width: 100%;color: #ffffff; padding: 0 20px;}

.data-list_okr {width:100%; max-width: 600px; padding: 20px;}
.data-list_okr ol {display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:15px;}
.data-list_okr audio {width: 250px;}
.data-list_okr p {font-size: 1.4rem; margin-bottom: 10px;}

.sale_img_wrap {width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:center; flex-wrap: wrap; gap:20px 0;}
.sale_img_wrap li{width: 48%; font-size: 1.2rem; font-weight: 700; display: flex; flex-direction: column; justify-content: center; align-items:center; gap:10px;}
}



/*========================================
和歌山営業所
=======================================*/

/* header img */
body.wakayama #page_header{background: url("../img/page_mv_bg_wakayama_02.jpg") bottom center;background-size: cover; }
body.wakayama #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.wakayama #page_title::after {background-image:url("../img/page_mv_txt_wakayama.png"); }
body.wakayama section:last-of-type::after {content: "WAKAYAMA"; }




/*========================================
 リンク
=======================================*/

/* header img */
body.links #page_header{background: url("../img/page_mv_bg_outline.jpg") bottom center;background-size: cover;}
body.links #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%);}
body.links #page_title::after {background-image:url("../img/page_mv_txt_links.png"); }
body.links section:last-of-type::after {content: "LINKS";}

.link_wrap {width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; flex-wrap: wrap; position: relative; z-index: 1;}
.link_wrap li{width: 46%; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1;}
.link_wrap li:first-child, .link_wrap li:nth-child(2) {border-top: 1px solid;}
.link_wrap li a{width: 100%; height: 100%; font-size: 1.8rem; font-weight: 700; line-height: 1.5; color: #000000; display: flex; flex-direction: row; justify-content: space-between; align-items:center; flex-wrap: nowrap; position: relative; padding: 40px 0; -webkit-transition: all .3s;transition: all .3s;}
.link_wrap li a::after {content: "\e90a"; font-family: 'icomoon' !important; width: 40px; height: 40px; font-size: 1.6rem; line-height: 1; color: #ffffff;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 20px; display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: nowrap; }
.link_wrap li:hover a{ padding: 40px 20px;}

@media screen and (max-width: 760px) {
.link_wrap {width: 100%; display: flex; flex-direction: column; justify-content: center; align-items:center; flex-wrap: wrap;}
.link_wrap li{width: 100%; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1;}
.link_wrap li:nth-child(2) {border-top: none;}
.link_wrap li a{width: 100%; height: 100%; font-size: 1.4rem; font-weight: 600; line-height: 1.5; color: #000000; display: flex; flex-direction: row; justify-content: space-between; align-items:center; flex-wrap: nowrap; position: relative; padding: 25px 0; -webkit-transition: all .3s;transition: all .3s;}
.link_wrap li a::after {content: "\e90a"; font-family: 'icomoon' !important; width: 30px; height: 30px; font-size: 1.2rem; line-height: 1; color: #ffffff;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); border-radius: 15px; display: flex; flex-direction: row; justify-content: center; align-items:center; flex-wrap: nowrap; }
.link_wrap li:hover a{ padding: 25px 0;}
}



/*========================================
プライバシーポリシー
=======================================*/

/* header img */
body.privacy #page_header{background: url("../img/page_mv_bg_outline.jpg") bottom center;background-size: cover; }
body.privacy #page_header::before {background-image: linear-gradient(90deg, rgba(0, 117, 194, 1) 10%, rgba(146, 82, 255, 1) 100%); }
body.privacy #page_title::after {background-image:url("../img/page_mv_txt_privacy.png"); }
body.privacy section:last-of-type::after {content: "PRIVACY POLICY"; }
body.privacy .section_inner {max-width:1000px;position: relative; z-index: 1;}

.privacy_wrap {list-style-type: decimal-leading-zero;font-size: 1.6rem;list-style-position: inside; line-height: 1.6;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:40px;border-top: 1px solid; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; padding: 60px 0 60px 1.6em; text-indent: -1.6em; }

@media screen and (max-width: 760px) {
.privacy_wrap {list-style-type: decimal-leading-zero;font-size: 1.4rem;list-style-position: inside; line-height: 1.6;display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; gap:20px;border-top: 1px solid; border-bottom: 1px solid; border-image: linear-gradient(to right, #9252ff, #14b3cd) 1; padding: 30px 0 30px 1.6em; text-indent: -1.6em; }
}





/*========================================
採用情報
=======================================*/

/* header img */
.recruit {background: url("../img/recruit_pagetitle.png") bottom center;background-size: cover;}

.recruit-wrap {padding: 130px 0 0 0;  max-width:850px!important; }
.recruit-wrap h4 {font-size: 4rem; font-weight: 300; line-height: 1;text-align: left;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;  margin-bottom: 35px;}
.recruit-wrap dl {width: 100%; height: auto;font-size: 1.6rem; font-weight: 300; line-height: 1.75;text-align: left;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: row; flex-wrap: nowrap; border-bottom: 1px solid #555555; padding: 20px 0;}
.recruit-wrap dl:first-of-type {border-top: 1px solid #555555; margin-top: 45px;}
.recruit-wrap dl dt {min-width: 150px!important; width: 150px; padding-left: 20px; font-weight: 600;}
.recruit-wrap dl dd {width: auto; }


@media screen and (max-width: 640px) {
.recruit-wrap {padding: 15vw 0 0 0;  max-width:850px!important; }
.recruit-wrap h4 {font-size: 6.7vw; font-weight: 300; line-height: 1;text-align: left;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;  margin-bottom: 3vw;}
.recruit-wrap dl {width: 100%; height: auto;font-size: 3vw; font-weight: 300; line-height: 1.75;text-align: left;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: column; flex-wrap: nowrap; border-bottom: 1px solid #555555; padding: 20px 0;}
.recruit-wrap dl:first-of-type {border-top: 1px solid #555555; margin-top: 45px;}
.recruit-wrap dl dt {min-width: 100%!important; width: 100%; padding-left: 0; font-weight: 600; margin-bottom: 2vw;}
.recruit-wrap dl dd {width: 100%;}
}





/*========================================
プライバシーポリシー
=======================================*/

/* header img */
.privacy{background:#ababab ;}

body.privacybody #page_header{display: block; width: 100%; position: fixed; height: auto; min-height: 490px; top: 0;z-index: 0;}
body.privacybody h2#pagetitle{background: #ababab; color: #ffffff;}
body.privacybody #container {margin: 148px 0 0 0;}
@media screen and (max-width: 980px) {body.privacybody #container {margin: 60px 0 0 0;}}

#privacy-wrap {padding: 100px 0 0 0; max-width: 900px; }
#privacy-wrap h3{font-size: 3.5rem; font-weight: 300; line-height: 1.2; font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }
#privacy-wrap h3 span{display: block; font-size: 1.6rem; font-weight: 300; line-height: 1.2; padding-top: 15px; }
#privacy-wrap p{font-size: 1.6rem; font-weight: 300; line-height: 1.75;margin-top: 65px;}
body.single #privacy-wrap h3{margin-bottom: 65px!important;}
body.single #privacy-wrap p{margin-top: 2em!important;}


#privacy_contact-wrap {margin-top: 65px!important; padding: 50px 0; max-width: 900px; border-bottom: 1px #555555 solid;border-top: 1px #555555 solid; display: flex;justify-content: space-between;align-items: flex-end; flex-direction: row; flex-wrap: wrap;}
#privacy_contact-wrap p{font-size: 1.6rem; font-weight: 300; line-height: 1.75;}
.single_pages {display: flex;justify-content: space-between;align-items: center; flex-direction: row; flex-wrap: nowrap;padding: 20px 0;}

#privacy_contact-wrap > a{width: 250px; height: 50px; font-size: 2rem; font-weight: 600; background:#888888; color:#ffffff; display: flex; justify-content: center;align-items: center;position:relative; transition: 0.3s;-webkit-transition: 0.3s; border-radius:8px;}
#privacy_contact-wrap > a::after {content: "＞" ; position: absolute; right: 10px; font-weight: 300; top: 50%;-webkit-transform: translate(-50%, -50%); /* Safari用 */transform: translate(-50%, -50%);}
#privacy_contact-wrap > a:hover {background:#000000; }


@media screen and (max-width: 640px) {
#privacy-wrap {padding: 11vw 0 0 0; }
#privacy-wrap h3{font-size: 5.5vw; }
#privacy-wrap h3 span{display: block; font-size: 3vw; font-weight: 300; line-height: 1.2; }
#privacy-wrap p{font-size: 3vw; margin-top: 8vw;}

#privacy_contact-wrap {margin-top: 8vw!important; padding: 7vw 0; align-items: flex-start; flex-direction: column; flex-wrap: wrap;}
#privacy_contact-wrap p{font-size: 3vw; font-weight: 300; line-height: 1.75; margin-bottom: 6vw;}
.single_pages {align-items: space-between!important; flex-direction: row!important; flex-wrap: nowrap!important;}
.single_pages p{margin-bottom: 0!important;}

#privacy_contact-wrap > a{width: 100%; height: 50px; font-size: 4.5vw; font-weight: 600; background:#888888; color:#ffffff; display: flex; justify-content: center;align-items: center;position:relative; transition: 0.3s;-webkit-transition: 0.3s; border-radius:8px;}
#privacy_contact-wrap > a::after {content: "＞"; position: absolute;  font-weight: 300;}
#privacy_contact-wrap > a:hover {background:#000000; }

}



/*========================================
index
=======================================*/


/* HALL */
#ihall_wrap {display: block; width:100%; height: auto; background-image: url("../img/index_hall_bg_h.png"),url("../img/index_news_bg.png");background-size:contain,cover; background-position: left center,left center; background-repeat:no-repeat,no-repeat; padding: 100px 0;}
.ihall_inner {width:100%; max-width: 1200px; display: flex;justify-content: space-between;align-items: stretch; flex-direction: row; gap:0 20px;margin: 0 auto;}

.ihall_inner > div:first-of-type {width:auto;display: flex;justify-content: center;align-items: center; flex-direction: column;gap:10px 0;}
.ihall_inner > div:first-of-type h3 {font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 7rem;line-height: 1; font-weight: 900;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;mix-blend-mode:multiply;}
.ihall_inner > div:first-of-type > div {width: 100%; position: relative;display: flex;justify-content: center;align-items: center; flex-direction: row;gap:0 20px;}
.ihall_inner > div:last-of-type {width:100%; max-width: 880px;}

.swiper-slide {display: block;}
.swiper-slide img {width: 100%; max-width: 315px;}

.swiper-button-next,.swiper-button-prev {position: inherit;top: 0;margin-top: 0;z-index: 5;cursor: pointer;}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: pointer;pointer-events: none}
.swiper-button-prev::before {position: inherit;content: "\e901";font-family: icomoon;opacity: 1;font-size: 45px;color: #d5dc21;line-height: 1;}
.swiper-button-next::before {position: inherit;content: "\e902";font-family: icomoon;opacity: 1; font-size: 45px;color: #d5dc21;line-height: 1;}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next { left: 0;right: auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {right: 0;left: auto}
.swiper-button-next:after, .swiper-button-prev:after{ display:none;}

@media screen and (max-width: 1200px) {
#ihall_wrap {padding: 100px 20px;}
}

@media screen and (max-width: 760px) {
#ihall_wrap {display: block; width:100%; height: auto;  background-image: url("../img/index_hall_bg_h.png"),url("../img/index_mv_bg.png");background-size:contain,cover; background-position: left bottom,center center; background-repeat:no-repeat,no-repeat; padding: 8vw 0 10vw 0;}
.ihall_inner {width:100%; max-width: 1200px; display: flex;justify-content: center;align-items: center; flex-direction: column; gap:20px 0;margin: 0 auto;}

.ihall_inner > div:first-of-type {width:100%;display: flex;justify-content: space-between;align-items: center; flex-direction: row; }
.ihall_inner > div:first-of-type h3 {font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 5rem;line-height: 1; font-weight: 900;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;order: 2; padding-right: 20px;mix-blend-mode:normal;}
.ihall_inner > div:first-of-type > div { width: auto; position: inherit;display: flex;justify-content: flex-start;align-items: flex-end; flex-direction: row;gap:0 15px; order: 1; padding-left: 20px;}

.swiper-button-prev::before {font-size: 40px; width: 40px;}
.swiper-button-next::before {font-size: 40px; width: 40px;}

}


/* NEWS */
#inews_wrap {display: block; width:100%; height: auto; min-height: 460px; background-image: url("../img/index_news_bg_n.png"),url("../img/index_news_bg.png");background-size:contain,cover; background-position: right center,left center; background-repeat:no-repeat,no-repeat; padding: 100px 0;}
.inews_inner {width:100%; max-width: 1200px; display: flex;justify-content: space-between;align-items: flex-start; flex-direction: row; gap:0 20px;margin: 0 auto;}

.inews_inner > div:first-of-type {width:auto;display: flex;justify-content: center;align-items: center; flex-direction: column;gap:30px 0;}
.inews_inner > div:first-of-type h3 {font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 7rem;line-height: 1; font-weight: 900;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text; }

.inews_inner > div:first-of-type a {width: 100%;max-width: 200px;height: 50px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.6rem; font-weight: 700; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 25px;}
.inews_inner > div:first-of-type a::after {content: "\e900"; font-size: 1.6rem; color: #ffffff; font-family: 'icomoon' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.inews_inner > div:first-of-type a:hover {max-width: 220px;color: #ffffff; padding: 0 10px 0 20px; }

.inews_inner > div:last-of-type {width:100%; max-width: 880px;}
.inews_inner > div:last-of-type dl {width:100%; height: auto;border-bottom: 1px dotted rgba(255,255,255,0.5); padding: 30px 20px 30px 20px; position: relative;display: flex;justify-content: flex-start;align-items: stretch; flex-direction: row; gap:0 40px;}
.inews_inner > div:last-of-type dl:first-of-type  {border-top: 1px dotted rgba(255,255,255,0.5);}
.inews_inner > div:last-of-type dl > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent:-999px;z-index: 1;}
.inews_inner > div:last-of-type dl dt {width:auto; height: auto; font-size: 1.6rem; font-weight: 500; line-height: 1.5; color: #ffffff;white-space: nowrap;display: flex;justify-content: space-between;align-items: center; flex-direction: row;-webkit-transition: all .3s;transition: all .3s}
.inews_inner > div:last-of-type dl dd {width:100%; height: auto; font-size: 1.6rem; font-weight: 500; line-height: 1.5; color: #ffffff;display: flex;justify-content: space-between;align-items: center; flex-direction: row;-webkit-transition: all .3s;transition: all .3s}
.inews_inner > div:last-of-type dl dd::after {content: "\e900";font-size: 2rem; color: #d5dc21;font-family: 'icomoon' !important; -webkit-transition: all .3s;transition: all .3s}
.inews_inner > div:last-of-type dl:hover dt {color: #d5dc21;}
.inews_inner > div:last-of-type dl:hover dd {color: #d5dc21;}
.inews_inner > div:last-of-type dl:hover dd::after {content: "\e900"; transform: translateX(10px)}

@media screen and (max-width: 1200px) {
#inews_wrap {padding: 100px 20px;}
}

@media screen and (max-width: 760px) {
#inews_wrap {display: block; width:100%; height: auto; min-height: 460px; background-image: url("../img/index_news_bg_n.png"),url("../img/index_mv_bg.png");background-size:80vw auto,cover; background-position: right bottom,center center; background-repeat:no-repeat,no-repeat; padding: 8vw 20px;}
.inews_inner {width:100%; max-width: 1200px; display: flex;justify-content: center;align-items: center; flex-direction: column; gap:20px 0;margin: 0 auto;}

.inews_inner > div:first-of-type {width:100%;display: flex;justify-content: space-between;align-items: center; flex-direction: row; gap:0;}
.inews_inner > div:first-of-type h3 {font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 5rem;line-height: 1; font-weight: 900;color: transparent;background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));-webkit-background-clip: text;}

.inews_inner > div:first-of-type a {width: 100%;max-width: 150px;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.4rem; font-weight: 700; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
.inews_inner > div:first-of-type a::after {content: "\e900"; font-size: 1.4rem; color: #ffffff; font-family: 'icomoon' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.inews_inner > div:first-of-type a:hover {max-width: 150px;color: #ffffff; padding: 0 20px 0 20px; }

.inews_inner > div:last-of-type {width:100%; max-width: 100%;}
.inews_inner > div:last-of-type dl {width:100%; height: auto;border-bottom: 1px dotted rgba(255,255,255,0.5); padding: 20px 0 ; position: relative;display: flex;justify-content: flex-start;align-items: flex-start; flex-direction: column; gap:0;}
.inews_inner > div:last-of-type dl:first-of-type  {border-top: 1px dotted rgba(255,255,255,0.5);}
.inews_inner > div:last-of-type dl > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent:-999px;z-index: 1;}
.inews_inner > div:last-of-type dl dt {width:auto; height: auto; font-size: 1.4rem; font-weight: 500; line-height: 1.5; color: #ffffff;white-space: nowrap;display: flex;justify-content: space-between;align-items: center; flex-direction: row;-webkit-transition: all .3s;transition: all .3s}
.inews_inner > div:last-of-type dl dd {width:100%; height: auto; font-size: 1.4rem; font-weight: 500; line-height: 1.5; color: #ffffff;display: flex;justify-content: space-between;align-items: center; flex-direction: row;-webkit-transition: all .3s;transition: all .3s}
.inews_inner > div:last-of-type dl dd::after {content: "\e900";font-size: 2rem; color: #d5dc21;font-family: 'icomoon' !important; -webkit-transition: all .3s;transition: all .3s}
.inews_inner > div:last-of-type dl:hover dt {color: #d5dc21;}
.inews_inner > div:last-of-type dl:hover dd {color: #d5dc21;}
.inews_inner > div:last-of-type dl:hover dd::after {content: "\e900"; transform: translateX(0)}
}


/* バナーボタン */

#ibn_wrap_01 li,#ibn_wrap_02 li {overflow: hidden;position: relative; -webkit-transition: all .3s;transition: all .3s;}
#ibn_wrap_01 li::after,#ibn_wrap_02 li::after {content: ""; background: #0075c2; position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; mix-blend-mode: color-dodge;-webkit-transition: all .3s;transition: all .3s;z-index: 1;}
#ibn_wrap_01 li:hover::after,#ibn_wrap_02 li:hover::after {content: ""; opacity: 1;}

#ibn_wrap_01 li a,#ibn_wrap_02 li a {width: 100%; height: 100%;display: flex;justify-content: center;align-items:center; flex-direction: row;position: relative; z-index: 3;}
#ibn_wrap_01 li a span,#ibn_wrap_02 li a span {display: inline-block; width: auto;height: auto; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 2.8rem; font-weight: 900; line-height: 1; color: #ffffff; background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%); position: relative; padding: 10px 25px; border-radius: 25px; z-index: 3; -webkit-transition: all .3s;transition: all .3s;}
#ibn_wrap_01 li:hover a,#ibn_wrap_02 li:hover a {mix-blend-mode: hard-light; }
#ibn_wrap_01 li:hover a span,#ibn_wrap_02 li:hover a span {padding: 10px 35px;}
#ibn_wrap_01 li:hover ,#ibn_wrap_02 li:hover {transform: scale(1.05);z-index: 2;}

#ibn_wrap_01 {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: row; flex-wrap: nowrap;}
#ibn_wrap_01 li:nth-child(1) {width: 34%; height: 49.6vw; max-height: 635px; background-image: url("../img/index_bn_bg_01.png");background-size:cover; background-position: center bottom;}
#ibn_wrap_01 li:nth-child(2) {width: 34%; height: 49.6vw; max-height: 635px; background-image: url("../img/index_bn_bg_02.png");background-size:cover;background-position: center bottom;}
#ibn_wrap_01 li:nth-child(3) {width: 34%; height: 49.6vw; max-height: 635px; background-image: url("../img/index_bn_bg_03.png");background-size:cover;background-position: center bottom;}

#ibn_wrap_02 {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: row; flex-wrap: nowrap;}
#ibn_wrap_02 li:nth-child(1) {width: 27.5%; height: 25vw; max-height: 325px; background-image: url("../img/index_bn_bg_04_2.png");background-size:cover; background-position: center bottom;}
#ibn_wrap_02 li:nth-child(2) {width: 27.5%; height: 25vw; max-height: 325px; background-image: url("../img/index_bn_bg_05.png");background-size:cover;background-position: center bottom;}
#ibn_wrap_02 li:nth-child(3) {width: 45%; height: 25vw; max-height: 325px; background-image: url("../img/index_bn_bg_06.png");background-size:cover;background-position: center center;}

#ibn_wrap_01 li::before, #ibn_wrap_02 li::before {content: ""; width: 12.1vw; height: 12.1vw; max-height: 155px; max-width: 155px; position: relative; position: absolute; top: -5px ; left: -5px;background-image: url("../img/index_bn_s.png");background-size:contain; background-position: top left; mix-blend-mode: hard-light;z-index: 1;}
#ibn_wrap_01 li:nth-child(1)::before {content: ""; background-image: url("../img/index_bn_s.png");}
#ibn_wrap_01 li:nth-child(2)::before {content: ""; background-image: url("../img/index_bn_b.png");}
#ibn_wrap_01 li:nth-child(3)::before {content: ""; background-image: url("../img/index_bn_h.png");}

#ibn_wrap_02 li:nth-child(1)::before {content: ""; background-image: url("../img/index_bn_w.png");}
#ibn_wrap_02 li:nth-child(2)::before {content: ""; background-image: url("../img/index_bn_s.png");}
#ibn_wrap_02 li:nth-child(3)::before {content: ""; background-image: url("../img/index_bn_r.png");}



@media screen and (max-width: 1000px) {
#ibn_wrap_01 li a span,#ibn_wrap_02 li a span {font-size: 2.1875vw; font-weight: 900; line-height: 1; color: #ffffff; padding: 0.78125vw 1.95312vw; border-radius: 2vw; z-index: 3; }
}

@media screen and (max-width: 760px) {
#ibn_wrap_01 {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: column; flex-wrap: nowrap;}
#ibn_wrap_01 li:nth-child(1) {width: 100%; height: 35vw; max-height: 100%; background-image: url("../img/index_bn_bg_01.png");background-size:cover; background-position: center center;}
#ibn_wrap_01 li:nth-child(2) {width: 100%; height: 35vw; max-height: 100%; background-image: url("../img/index_bn_bg_02.png");background-size:cover;background-position: center center;}
#ibn_wrap_01 li:nth-child(3) {width: 100%; height: 35vw; max-height: 100%; background-image: url("../img/index_bn_bg_03.png");background-size:cover;background-position: center center;}

#ibn_wrap_02 {width: 100%; height: auto; position: relative; overflow: hidden;display: flex;justify-content: flex-start;align-items:stretch; flex-direction: row; flex-wrap: wrap;}
#ibn_wrap_02 li:nth-child(1) {width: 50%; height: 35vw; max-height: 325px; background-image: url("../img/index_bn_bg_04_2.png");background-size:cover; background-position: center bottom;order: 2;}
#ibn_wrap_02 li:nth-child(2) {width: 50%; height: 35vw; max-height: 325px; background-image: url("../img/index_bn_bg_05.png");background-size:cover;background-position: center bottom;order: 3;}
#ibn_wrap_02 li:nth-child(3) {width: 100%; height: 35vw; max-height: 325px; background-image: url("../img/index_bn_bg_06.png");background-size:cover;background-position: center top; order: 1;}

#ibn_wrap_01 li::before, #ibn_wrap_02 li::before {content: ""; width: 18vw; height: 18vw; max-height: 155px; max-width: 155px; position: relative; position: absolute; top: -0.39vw ; left: -0.39vw;background-image: url("../img/index_bn_s.png");background-size:contain; background-position: top left; mix-blend-mode: hard-light;z-index: 1;}
#ibn_wrap_01 li a span,#ibn_wrap_02 li a span {font-size: 5vw; font-weight: 900; line-height: 1; color: #ffffff; padding: 1vw 3vw; border-radius: 4vw; z-index: 3; }

#ibn_wrap_01 li:hover a,#ibn_wrap_02 li:hover a {mix-blend-mode: hard-light; }
#ibn_wrap_01 li:hover a span,#ibn_wrap_02 li:hover a span {ppadding: 1vw 3vw;}
#ibn_wrap_01 li:hover ,#ibn_wrap_02 li:hover {transform: scale(1);z-index: 2;}

}


/* MV */

#mv {width: 100%; height: auto; position: relative; overflow: hidden;}
#mv {width: 100%; height: auto; position: relative; overflow: hidden; }
#mv_txt {width: 100%; height: auto; position: relative; z-index: 2; background-image: url("../img/index_mv_bg.png");background-size:cover;padding: 7.8125vw 0 2.343vw 0;}
.mix_blend {animation: mixblend 1s; animation-fill-mode: forwards; animation-delay: 2.5s;}
.mix_blend_after {animation: mixblend_add 30s; animation-fill-mode: forwards; animation-iteration-count:infinite;animation-delay: 0;}

.mv_logo {display: inline-block; position: absolute; top: 23.4375vw; left:3.125vw;z-index: 5;}
.mv_logo .mv_logo_01 {display: block; width: 48.828vw; height: auto; margin-bottom: 2.34375vw;animation: mvlogo 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-fill-mode:forwards; animation-delay: 1s; opacity: 0;}
.mv_logo .mv_logo_02 {display: block; width: 59.14vw; height: auto; margin-bottom: 3.125vw;animation: mvlogo 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-fill-mode:forwards; animation-delay: 1.2s; opacity: 0;}
.mv_logo .mv_logo_03 {display: block; width: 31.25vw; height: auto;animation: mvlogo 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-fill-mode:forwards; animation-delay: 1.5s; opacity: 0;}
.mv_logo_04 {display: block; position: absolute; top: 120px; right: 50px; width: 150px; height: auto;animation: mvlogo02 2s cubic-bezier(0.8, 0, 0.170, 1) ;  animation-fill-mode:forwards; animation-delay: 3s; opacity: 0;z-index: 5;}
.mv_logo_04 img{width: 100%; height: auto;}

.img1, .img2 {width: 100%;height: 100%;position: absolute;top: 0;background-size: cover;animation: mvbg 20s 0s infinite;z-index: 0;opacity: 0;}
.img1 {background-image: url("../img/mv_img_01.jpg");background-position: top center;animation-delay: 2s;}
.img2 { background-image: url("../img/mv_img_02.jpg");background-position: center center;animation-delay: 12s;}


@media screen and (max-width: 1000px) {
#mv_txt {padding: 80px 0 20px 0;}
}


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

.mv_logo {display: inline-block; position: absolute; top: 43vw; left:5vw;z-index: 5;}
.mv_logo .mv_logo_01 {display: block; width: 58.5936vw; height: auto; margin-bottom: 2.34375vw;animation: mvlogo 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-fill-mode:forwards; animation-delay: 1s; opacity: 0;}
.mv_logo .mv_logo_02 {display: block; width: 70.968vw; height: auto; margin-bottom: 3.125vw;animation: mvlogo 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-fill-mode:forwards; animation-delay: 1.2s; opacity: 0;}
.mv_logo .mv_logo_03 {display: block; width: 46.875vw; height: auto;animation: mvlogo 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-fill-mode:forwards; animation-delay: 1.5s; opacity: 0;}
.mv_logo_04 {display: block; position: absolute; top: 70px; right: 10px; width: 80px; height: auto;animation: mvlogo02 2s cubic-bezier(0.8, 0, 0.170, 1) ;  animation-fill-mode:forwards; animation-delay: 3s; opacity: 0;z-index: 5;}

}



@keyframes mixblend_add {
    0% {mix-blend-mode: hard-light;}
    13% {mix-blend-mode:color-burn;}
    26% {mix-blend-mode: soft-light;}
    39% {mix-blend-mode: difference;}
    52% {mix-blend-mode: lighten;}
    65% {mix-blend-mode: overlay;}
    88% {mix-blend-mode: multiply;}
    100% {mix-blend-mode: hard-light;}
}


@keyframes mixblend {
    0% {mix-blend-mode:screen;}
    20% {mix-blend-mode: soft-light;}
    40% {mix-blend-mode: darken;}
    60% {mix-blend-mode: multiply;}
    80% {mix-blend-mode: overlay;}
    100% {mix-blend-mode: hard-light;}
}


@keyframes mvbg {
    0% {opacity: 1;}
    50% {opacity: 1;}
    60% {opacity: 0;transform: scale(1.1);z-index: 1;}
    100% {opacity: 0;transform: scale(1.1);}
}






/*========================================
footer
=======================================*/

footer {width: 100%; height: auto; background-image: linear-gradient(135deg, rgba(31, 34, 60, 1) 10%, rgba(17, 46, 78, 1) 50%, rgba(26, 110, 106, 1) 95%); position: relative; z-index: 1;}
#footer_navi {width: 100%; max-width: 1080px; display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; margin: 0 auto;padding: 45px 0 35px 0; }
#footer_navi ul {width: auto;}
#footer_navi ul li{width: 100%; font-size: 1.4rem; font-weight: 500; line-height: 1.1; color: #ffffff; text-indent: -0.6em; padding-left: 0.6em; gap:5px; margin-bottom: 10px;}
#footer_navi ul li:first-child {width: 100%; font-size: 1.6rem; font-weight: 500; line-height: 1.4; color: #ffffff; text-indent: 0; padding-left: 0;margin-bottom: 20px;}
#footer_navi ul li:first-child span{display: block; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1rem; font-weight: 300;}
#footer_navi ul:last-of-type li {width: 100%; font-size: 1.6rem; font-weight: 500; line-height: 1.4; color: #ffffff; margin-bottom: 20px;}
#footer_navi ul li:last-child {margin-bottom: 0;}
#footer_navi ul li a{color: #ffffff;display: block;-webkit-transition: all .3s;transition: all .3s; }
#footer_navi ul li a:hover {transform: translate(5px,0); color: #d5dc21}

footer hr {width: 100%; height: 5px;  border: none;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);}
#footer_address {width: 100%; max-width: 1080px; display: flex; flex-direction: row; justify-content: space-between; align-items:stretch; margin: 0 auto; padding: 35px 0 45px 0; }
#footer_address .left {width: 100%; max-width: 270px; display: flex; flex-direction: column; justify-content: space-between; align-items:stretch;}
#footer_address .left img {width: 100%; max-width: 270px; }
#footer_address .left ul {width: 100%; max-width: 270px; display: flex; flex-direction: row; justify-content: center; align-items:center; gap:20px; margin-top: auto;}
#footer_address .left ul li {width: auto; font-size: 4.5rem;}
#footer_address .left ul li a {color: #ffffff;display: block;-webkit-transition: all .3s;transition: all .3s; }
#footer_address .left ul li a:hover {transform: translate(0,-5px); opacity: 0.7;}

#footer_address .right {width: 100%; max-width: 620px; display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start;gap:45px; }
#footer_address .right .address_wrap {width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items:center; }
#footer_address .right .address_wrap div h3{font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 2.9rem; font-weight: 900; color: #ffffff; margin-bottom: 5px;}
#footer_address .right .address_wrap div h3 span{font-size: 1.9rem; font-weight: 900;}
#footer_address .right .address_wrap div p {font-size: 1.6rem; font-weight: 500; color: #ffffff; line-height: 1.5;}

.google_btn {width: 100%;max-width: 200px;height: 50px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.6rem; font-weight: 500; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 25px;}
.google_btn::after {content: "\e900"; font-size: 1.6rem; color: #ffffff; font-family: 'icomoon' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.google_btn:hover {max-width: 220px;color: #ffffff; padding: 0 10px 0 20px; }

.news_btn {width: 100%;max-width: 200px;height: 50px; font-size: 1.6rem; font-weight: 700; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 25px;}
.news_btn::after {content: "\e900"; font-size: 1.6rem; color: #ffffff; font-family: 'icomoon' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.news_btn:hover {max-width: 220px;color: #ffffff; padding: 0 10px 0 20px; }
.blank_btn::after {content: "\e90a"!important; }


#footer_bottom {width: 100%;height: auto;background: #ffffff;display: flex; flex-direction: row; justify-content: flex-start; align-items:center; position: relative;gap:45px; padding:5px 40px; }
#footer_bottom a {font-size: 1.6rem; font-weight: 500; color: #000000; line-height: 1;display: block;-webkit-transition: all .3s;transition: all .3s; }
#footer_bottom a:hover {transform: translate(5px,0); opacity: 0.7;}
#footer_bottom p {font-size: 1.6rem; font-weight: 500; color: #000000; line-height: 1;}
#footer_bottom img {width: 100%; max-width: 267px; height: auto; margin-left: auto; margin-right: 50px;}


@media screen and (max-width: 1080px) {
#footer_navi {width: 100%; max-width: 1000px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items:stretch; gap:35px; margin: 0 auto;padding: 45px 20px 35px 20px; }
#footer_navi ul {width: 20%;}
#footer_navi ul li{width: 100%; font-size: 1.4rem; font-weight: 500; line-height: 1.1; color: #ffffff; text-indent: -0.6em; padding-left: 0.6em; gap:5px; margin-bottom: 10px;}

#footer_address {width: 100%; max-width: 1000px; display: flex; flex-direction: column; justify-content: center; align-items:center; margin: 0 auto; padding: 35px 20px 45px 20px; }
#footer_address .left {width: 100%; max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items:flex-start;}
#footer_address .left > div {width: 100%; max-width: 100%; text-align: center; margin-bottom: 30px;}
#footer_address .left img {display: block; width: 100%; max-width: 200px; margin: 0 auto;}
#footer_address .left ul {width: 100%; max-width: 100%; display: flex; flex-direction: row; justify-content: center; align-items:center; gap:20px; margin-top: auto;margin-bottom: 45px;}
#footer_address .left ul li {width: auto; font-size: 4rem;}


#footer_bottom img {width: 100%; max-width: 20.85937vw; height: auto; margin-left: auto;margin-right: -7px;}
}

@media screen and (max-width: 760px) {
#footer_navi {display: none;}
footer hr {display: none;}

#footer_address .right {width: 100%; max-width: 620px; display: flex; flex-direction: column; justify-content: flex-start; align-items:flex-start;gap:45px; }
#footer_address .right .address_wrap {width: 100%; display: flex; flex-direction: column; justify-content: center; align-items:center; }
#footer_address .right .address_wrap div h3{font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 2.2rem; font-weight: 900; color: #ffffff; margin-bottom: 5px;}
#footer_address .right .address_wrap div h3 span{font-size: 1.6rem; font-weight: 900;}
#footer_address .right .address_wrap div p {font-size: 1.4rem; font-weight: 500; color: #ffffff; line-height: 1.5; margin-bottom: 15px;}

.google_btn {width: 100%;max-width: 80%;height: 40px; font-family: 'Be Vietnam Pro', sans-serif!important; font-size: 1.4rem; font-weight: 500; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
.google_btn::after {content: "\e900"; font-size: 1.6rem; }
.google_btn:hover {max-width: 80%;color: #ffffff; padding: 0 20px;}

.news_btn {width: 100%;max-width: 80%;height: 40px; font-size: 1.4rem; font-weight: 700; color: #ffffff; display: flex; flex-direction: row; justify-content: space-between; align-items:center;background-image: linear-gradient(90deg, rgba(146, 82, 255, 1) 10%, rgba(20, 179, 205, 1) 95%);-webkit-transition: all .3s;transition: all .3s; position: relative; padding: 0 20px; border-radius: 20px;}
.news_btn::after {content: "\e900"; font-size: 1.6rem; }
.news_btn:hover {max-width: 80%;color: #ffffff; padding: 0 20px;}


#footer_bottom {width: 100%;height: auto;background: #ffffff;display: flex; flex-direction: row;  flex-wrap: wrap; justify-content: space-around; align-items:flex-start;gap:20px; padding:20px 20px; }
#footer_bottom a {font-size: 1.4rem; font-weight: 500; color: #000000; line-height: 1;display: block;-webkit-transition: all .3s;transition: all .3s; }
#footer_bottom p {font-size: 1.4rem; font-weight: 500; color: #000000; line-height: 1;}
#footer_bottom img {width: 100%; max-width: 200px; height: auto; margin-left: auto;}
}



/*========================================
header
=======================================*/

header {}
#navi {position: fixed;top: 0;left: 0;height: auto;width: 100%;padding: 0 15px 25px 30px;display: none; z-index: 10;background-image: linear-gradient(90deg, rgba(0, 117, 194, 1), rgba(31, 34, 60, 0.7) 100%, rgba(34, 88, 142, 0.9) 70%);}
body.pages #navi {display: block;}
/* チェックボックスを非表示 */
#navi input {display: none;}

h1 {line-height: 50px; position: absolute; top: 10px;}
h1 img {width: 100%; max-width:160px;  height: auto;vertical-align: middle;-webkit-transition: all .3s;transition: all .3s;}

.menu {float: right;}
.menu ul{display: flex;justify-content: flex-end;align-items: flex-end;}
.menu ul li a {color: #ffffff;}

.menu-parent {font-size: 2.2rem;font-weight: 600;line-height: 1.2;white-space: nowrap;font-family: 'Barlow Condensed', sans-serif;text-align: center;height: 50px;padding:15px 0 10px 0;}
.menu-parent span{display: block;font-size: 1.1rem;font-weight: 400;white-space: nowrap;font-family: 'Noto Sans JP'!important;}


/* パソコンでは V を非表示 */
.menu-parent .pd {display: none;}
/* 上部メニューの最後の項目 */
.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {display: none;cursor: pointer;cursor: hand;}



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

#navi {position: fixed;top: 0;left: 0;height: auto; min-height: auto; width: 100%;padding: 5px 10px 9px;background-image: linear-gradient(90deg, rgba(0, 117, 194, 1), rgba(31, 34, 60, 1) 100%, rgba(34, 88, 142, 1) 70%);}
/* チェックボックスを非表示 */
#navi input {display: none;}


/* 左上ロゴ */
h1 {line-height: 46px; position: static; width: 32vw; }


  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }

.menu-parent .pd::after {
    content: "+";
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    width: 100%;
  }
  .menu {
  display: flex;justify-content: flex-start;align-items: flex-start;
  width: 100%;
  height: 0; opacity: 0;
  visibility: hidden;
  
  }
  .menu-parent {
    width: 100%;
    padding: 20px 20px;
    text-align: left;
    height:auto;
    border-top: 1px solid rgba(255,255,255,0.3);
  }
  
  .menu-parent > a {
    height: 60px;
    isplay: flex;justify-content: flex-start;align-items: center;
  }


.menu-parent span {display: inline-block;font-size: 1.4rem;font-weight: 400;white-space: nowrap;font-family: 'Noto Sans JP'!important; margin-left: 10px;}


  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}



/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  display: flex; 
  justify-content: flex-start;align-items: flex-start; flex-direction: column;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-left: 0;
  width: auto;
  padding: 17px 0 0 0;
  font-family: 'Noto Sans JP'!important;
}

.menu-parent .menu-child li a {
  display: block; width: 100%; height: 100%;
  }





/* パソコン用 */
@media screen and (min-width: 1000px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;

  }

  .menu-parent .menu-child li {
  overflow: hidden;
  height: 0;
  text-align: left!important;
  -webkit-transition: all .3s;transition: all .3s;
  line-height: 1;
  width: 200%;
  font-size: 1.4rem;
background-image: linear-gradient(90deg, rgba(0, 117, 194, 1), rgba(31, 34, 60, 0));
padding:  0 15px 0 15px;
border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .menu-parent .menu-child li.sub_menu {
  font-size: 1.2rem;
  padding:  0 15px 0 35px;
  }
  
.menu-parent:hover .menu-child li {
  overflow: visible;
  height: 40px;
  padding:  0 15px 0 15px;
  }

.menu-parent .menu-child li a {
display: flex; align-items: center; justify-content: flex-start;
-webkit-transition: all .3s;transition: all .3s;
  }
  
.menu-parent .menu-child li:hover a {
transform: translate(5px,0);
  }



.menu-parent > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 15px;
}
.menu-parent > a::after {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #14b3cd;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: left top;
}
.menu-parent > a:hover::after {
  transform: scale(1, 1);
}
 
.menu-parent:last-of-type > a::after {
display: none;
}

.link_btn {display: none!important;}

.menu-parent:last-of-type a {
-webkit-transition: all .3s;transition: all .3s;
font-size: 4rem;
}
.menu-parent:last-of-type a:hover {
color: #14b3cd;
}
  
}



/* スマホ用 */
@media screen and (max-width: 1000px) {

  .menu ul{flex-direction: column;}
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
  
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  .menu-parent:last-of-type {font-size: 4.5rem; text-align: center;}
  .menu-parent:last-of-type .link_btn{display: inline-block; margin-left: 20px;}
  
  /* 子メニュー */
  .menu-parent .menu-child {
  flex-direction: column;
    position: relative;
    padding: 0 0 0 20px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
  }

  .menu-parent .menu-child li {
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(255,255,255,0.3);
  -webkit-transition: all .3s;transition: all .3s;
  }
  
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  
  #navi input[type="checkbox"]:checked ~ label .pd::after {content: "-";}
  
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
    margin-top: 20px;
  }
    /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child li { height: 40px;-webkit-transition: all .3s;transition: all .3s;}
  #navi input[type="checkbox"]:checked ~ .menu-child li a {width: 100%; height: 100%;display: flex; align-items: center;}
}

/* 子メニュー */
.menu-child li {font-size: 1.4rem;min-width: 180px;}
.menu-child li.sub_menu {font-size: 1.2rem; padding-left: 20px;}
/* ハンバーガー */
#navi #navibtn {display: none;}



@media screen and (max-width: 1000px) {
  #navi #navibtn {display: block;position: absolute;top: 10px;right: 10px; cursor: pointer;}
  #navibtn span {display: block;width: 40px;height: 40px;background-color: #0075c2;-webkit-transition: .35s ease-in-out;-moz-transition: .35s ease-in-out;transition: .35s ease-in-out;}
  #navibtn span span {display: block;overflow: hidden;width: 1px;height: 1px;}
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {position: absolute;left:10px;content:"";width: 20px;height: 1px;background-color: #FFF;-webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;transition: .3s ease-in-out;}
  /* 上の棒 */
  #navibtn span span::before {top:12px;}
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {top:19px;-webkit-transform: rotate(315deg);-moz-transform: rotate(315deg);transform: rotate(315deg);}
  /* 下の棒 */
  #navibtn span::after {top:26px;}
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {top:19px;-webkit-transform: rotate(-315deg);-moz-transform: rotate(-315deg);transform: rotate(-315deg);}
  /* 中の棒 */
  #navibtn span span::after {top:19px;}
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {display: none;}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/*========================================
Animation
=======================================*/


.fadeupTrigger{opacity: 0;}


.fadeup {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;

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

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


/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time{animation-delay: 0.2s;}
.delay-time03{animation-delay: 0.3s;}
.delay-time04{animation-delay: 0.4s;}
.delay-time05{animation-delay: 0.5s;}
.delay-time06{animation-delay: 0.6s;}
.delay-time10{animation-delay: 1s;}
.delay-time13{animation-delay: 1.3s;}
.delay-time20{animation-delay: 2s;}
.delay-time23{animation-delay: 2.3s;}
.delay-time30{animation-delay: 3s;}


@media screen and (max-width: 760px) {
.delay-time{animation-delay: 0;}
.delay-time03{animation-delay: 0;}
.delay-time04{animation-delay: 0;}
.delay-time05{animation-delay: 0;}
.delay-time06{animation-delay: 0;}
.delay-time10{animation-delay: 0;}
.delay-time13{animation-delay: 0;}
.delay-time20{animation-delay: 0;}
.delay-time23{animation-delay: 0;}
.delay-time30{animation-delay: 0;}
}





.txt_anime_01 {
display: inline-block;
overflow: hidden;
position: relative;
animation: mask-color 1s cubic-bezier(0.8, 0, 0.170, 1);
animation-fill-mode:forwards;
}

.txt_anime_02 {
overflow: hidden;
position: relative;
}

.txt_anime_02 span{
animation: mask-txt 1s cubic-bezier(0.8, 0, 0.170, 1);
opacity: 0;
position: relative;
animation-fill-mode:forwards;
}

.txt_anime_01::after {
background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));
bottom: 0;
content: '';
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-101%, 0);
animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.170, 1);
}

.txt_anime_02::after {
background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));
bottom: 0;
content: '';
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-101%, 0);
animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.170, 1);
animation-delay: 0.3s;
}

@keyframes mask-bg {
0% {
transform: translate(-101%, 0)
}
40%, 60% {
transform: translate(0, 0)
}
100% {
transform: translate(100%, 0)
}
}


@keyframes mask-color {
0% {
background: none;
}
60% {
}
100% {
}
}

@keyframes mask-txt {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes hr_anime {
0% {
width: 0%;
}
100% {
width: 100%;
}
}



.mask-bg02,.mask-bg03,.mask-bg04 {
width: 100%;
display: block;
overflow: hidden;
position: relative;
}


.mask-bg02 {margin-bottom: 1.5625vw;}
.mask-bg03 {margin-bottom: 0.78125vw;}
.mask-bg05 {width: 42.578vw; height: auto; position: absolute; bottom: 8.9843vw; right: 3.51562vw; mix-blend-mode: screen;animation: mask-bg05 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-delay: 1s;animation-fill-mode:forwards; opacity: 0;}
.mask-bg05 img{width: 100%; height: auto;}


@media screen and (max-width: 760px) {
.mask-bg05 {width: 60vw; height: auto; position: absolute; bottom: 11vw; right: 3.51562vw; mix-blend-mode: screen;animation: mask-bg05 1.5s cubic-bezier(0.8, 0, 0.170, 1) ; animation-delay: 1s;animation-fill-mode:forwards; opacity: 0;}
}



.mask-bg02 img{
margin-left: 0;
width: 100%!important;
height:auto;
opacity: 0;
animation: mask-color02 0.8s cubic-bezier(0.8, 0, 0.170, 1);
animation-fill-mode:forwards;
}

.mask-bg03 img{
margin-left: 0;
width: 100%!important;
height:auto;
opacity: 0;
animation: mask-color02 0.8s cubic-bezier(0.8, 0, 0.170, 1);
animation-fill-mode:forwards;
animation-delay: 0.3s
}

.mask-bg04 img{
margin-left: 0;
width: 100%!important;
height:auto;
opacity: 0;
animation: mask-color02 0.8s cubic-bezier(0.8, 0, 0.170, 1);
animation-fill-mode:forwards;
animation-delay: 0.6s
}

.mask-bg02::after {
background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));
bottom: 0;
content: '';
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-101%, 0);
animation: mask-bg02 0.8s cubic-bezier(0.8, 0, 0.170, 1);
}

.mask-bg03::after {
background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));
bottom: 0;
content: '';
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-101%, 0);
animation: mask-bg02 0.8s cubic-bezier(0.8, 0, 0.170, 1);
animation-delay: 0.3s
}

.mask-bg04::after {
background-image: linear-gradient(115deg, rgba(146, 82, 255, 1), rgba(20, 179, 205, 1));
bottom: 0;
content: '';
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-101%, 0);
animation: mask-bg02 0.8s cubic-bezier(0.8, 0, 0.170, 1);
animation-delay: 0.6s
}


@keyframes mask-bg02 {
0% {
transform: translate(-101%, 0)
}
40%, 60% {
transform: translate(0, 0)
}
100% {
transform: translate(100%, 0)
}
}

@keyframes mask-color02 {
0% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes mask-bg05 {
0% {
opacity: 0;
transform: translate(-100px, 0)
}
20% {
opacity: 1;
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}

@keyframes mvlogo {
0% {
opacity: 0;
transform: translate(100px, 0)
}
20% {
opacity: 1;
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}

@keyframes mvlogo02 {
0% {
opacity: 0;
transform: translate(-100px, 0)
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}


.anime_dry_03 {animation-delay: 0.3s;}



/*========================================
loader
=======================================*/
#loader-bg {display: none;position: fixed;justify-content:center;align-items: center;width: 100vw;height: 100vh;opacity:1;z-index: 100;background: url("../img/load_logo_def.png") no-repeat center center;background-size: 35vw auto;}

@media screen and (max-width: 760px) {
#loader-bg {display: none;position: fixed;justify-content:center;align-items: center;width: 100vw;height: 100vh;opacity:1;z-index: 100;background: url("../img/load_logo_def.png") no-repeat center center;background-size: 80vw auto;}
}


   