@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* common
-------------------------------------------------*/
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, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup, i {
    font-style: normal;
}
sup {
    font-size: 80%;
    vertical-align: super;
}
sub {
    font-size: 80%;
    vertical-align: sub;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* module
------------------------------------------------- */
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }

.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:750px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #333;
}
@media only screen and (min-width:751px){
a {
    transition: 0.4s;
}
a.al:hover {
    color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.telLink {
	pointer-events: none;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:751px){
.fo12 { font-size: 18px; }
.fo13 { font-size: 19.5px; }
.fo14 { font-size: 21px; }
.fo15 { font-size: 22.5px; }
.fo16 { font-size: 24px; }
.fo18 { font-size: 27px; }
.fo19 { font-size: 28.5px; }
.fo20 { font-size: 30px; }
.fo22 { font-size: 33px; }
.fo24 { font-size: 36px; }
.fo25 { font-size: 37.5px; }
.fo26 { font-size: 39px; }
.fo28 { font-size: 42px; }
.fo29 { font-size: 43.5px; }
.fo30 { font-size: 45px; }
.fo32 { font-size: 48px; }
.fo34 { font-size: 51px; }
.fo37 { font-size: 55.5px; }
.fo38 { font-size: 57px; }
.fo40 { font-size: 60px; }
.fo42 { font-size: 63px; }
.fo44 { font-size: 66px; }
.fo52 { font-size: 78px; }
.fo60 { font-size: 90px; }
.fo68 { font-size: 102px; }
.fo70 { font-size: 105px; }
.fo88 { font-size: 132px; }
}
@media only screen and (min-width:751px) and (max-width:2100px){
.fo12 { font-size: 0.85714vw; }
.fo13 { font-size: 0.92857vw; }
.fo14 { font-size: 1vw; }
.fo15 { font-size: 1.07142vw; }
.fo16 { font-size: 1.14285vw; }
.fo18 { font-size: 1.28571vw; }
.fo19 { font-size: 1.35714vw; }
.fo20 { font-size: 1.42857vw; }
.fo22 { font-size: 1.57142vw; }
.fo24 { font-size: 1.71428vw; }
.fo25 { font-size: 1.78571vw; }
.fo26 { font-size: 1.85714vw; }
.fo28 { font-size: 2vw; }
.fo29 { font-size: 2.07142vw; }
.fo30 { font-size: 2.14285vw; }
.fo32 { font-size: 2.28571vw; }
.fo34 { font-size: 2.42857vw; }
.fo37 { font-size: 2.64285vw; }
.fo38 { font-size: 2.71428vw; }
.fo40 { font-size: 2.85714vw; }
.fo42 { font-size: 3vw; }
.fo44 { font-size: 3.14285vw; }
.fo52 { font-size: 3.71428vw; }
.fo60 { font-size: 4.28571vw; }
.fo68 { font-size: 4.85714vw; }
.fo70 { font-size: 5vw; }
.fo88 { font-size: 6.28571vw; }
}


/* html, body
------------------------------------------------- */
html {
    font-size: 24px;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-style: normal;
	font-size: 24px;
	line-height: 2.125;
	color: #333;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}
.eng {
	font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
.akshar {
	font-family: "Akshar", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.mincho {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media only screen and (min-width:751px) and (max-width:2100px){
html, body {
	font-size: 1.14285vw;
}
}
@media only screen and (max-width:750px){
html {
    overflow-x: hidden;
}
html, body {
	font-size: 3.733vw;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	clear: both;
    overflow-x: clip;
    position: relative;
    transition: 0.4s ease-in-out;
	z-index: 3;
}


/* layout
------------------------------------------------- */
.d-flex {
    display: flex;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-rev {
    flex-direction: row-reverse;
}
.just-start {
    justify-content: flex-start;
}
.just-center {
    justify-content: center;
}
.just-between {
    justify-content: space-between;
}
.just-end {
    justify-content: flex-end;
}
.align-start {
    align-items: flex-start;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
@media only screen and (max-width:750px){
.d-flex {
    display: block;
}
}


/* color
------------------------------------------------- */
:root {
    --category-job: #B64272;
    --category-worklife: #E59C02;
    --category-research: #05A36B;
    --category-company: #006AB7;
    --category-others: #7D61C9;
    --category-movie: #048AA2;
}


/* header
------------------------------------------------- */
#header {
    width: 100%;
    height: 6.25em;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    transition: 0.4s;
}
#header .logo {
    position: absolute;
    left: 3.125em;
    top: 1.875em;
}
#header .logo a {
    display: flex;
    align-items: center;
}
#header .logo a img {
    width: 11.375em;
}
#header .logo a span {
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #7D8B95;
    padding-left: 1.8em;
}
@media only screen and (min-width:751px){
body.is-fixed #header {
    background-color: rgba(255,255,255,0.69);
    backdrop-filter: blur(15px);
}
}
@media only screen and (max-width:750px){
#header {
    height: 16vw;
    position: absolute;
}
#header .logo {
    left: 4vw;
    top: 2.8vw;
}
#header .logo a {
    display: block;
}
#header .logo a img {
    width: 30.66vw;
}
#header .logo a span {
    display: block;
    font-size: 3.2vw;
    line-height: 1.42;
    padding: 1vw 0 0 7.7vw;
}
}


/* hnav
------------------------------------------------- */
#hnav {
    width: 21em;
    position: fixed;
    left: 30em;
    top: 1.875em;
    z-index: 91;
    transition: 0.4s;
}
#hnav ul .btnst1 {
    width: 47.6%;
}
#hnav ul .btnst1 a {
    height: 2.5rem;
}
#hnav ul .btnst1 a::after {
    display: none;
}
#hnav ul .btnst1 a span {
    font-weight: 500;
    letter-spacing: 0.2em;
}
@media only screen and (max-width:750px){
#hnav {
    width: 100%;
    left: 0;
    top: auto;
    bottom: -30vw;
    transition: 0.4s;
}
#hnav.is-show {
    bottom: 5.33vw;
}
#hnav ul {
    display: flex;
    justify-content: center;
}
#hnav ul .btnst1 {
    width: 42.66vw;
    margin: 0 2vw;
}
#hnav ul .btnst1 a {
    font-size: 3.733vw;
    height: 10.66vw;
}
#hnav ul .btnst1 a::after {
    display: block;
    width: 1.6vw;
    height: 2.66vw;
    margin-top: -1.33vw;
}
#hnav ul .btnst1 a span {
    letter-spacing: 0.1em;
}
}


/* hnav2
------------------------------------------------- */
#hnav2 {
    position: fixed;
    right: 24.5em;
    top: 2.375em;
    z-index: 91;
}
#hnav2 li {
    margin-left: 2.5em;
}
#hnav2 li a {
    display: block;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    position: relative;
}
#hnav2 li.blank a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.5%22%20height%3D%2212.5%22%20viewBox%3D%220%200%2012.5%2012.5%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_86368%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2086368%22%20transform%3D%22translate(8267.5%2019990.5)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36553%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036553%22%20transform%3D%22translate(-8264%20-19990.5)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%229%22%20height%3D%229%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93308%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093308%22%20d%3D%22M0%2C0V8H7%22%20transform%3D%22translate(-8267%20-19986.5)%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.8125em auto;
    padding-right: 1.375em;
}
#hnav2 li a::after {
    content: '';
    width: 100%;
    height: 0;
    border-radius: 1em;
    position: absolute;
    left: 0;
    bottom: -0.25em;
    transition: 0.4s;
}
#hnav2 li.current a::after {
    height: 0.125em;
}
@media only screen and (max-width:750px){
#hnav2 {
    display: none;
}
}


/* vnav
------------------------------------------------- */
#vnav {
    width: 14.5em;
    height: 6.25em;
    position: fixed;
    right: 6.25em;
    top: 0;
    z-index: 91;
}
#vnav a {
    width: 100%;
    height: 100%;
    background-color: #006AB7;
    display: flex;
    justify-content: center;
    align-items: center;
}
#vnav a img {
    width: 12.05625em;
}
@media only screen and (min-width:751px){
#vnav a:hover {
    background-color: #0BD8D8;
}
}
@media only screen and (max-width:750px){
#vnav {
    width: 29.33vw;
    height: 16vw;
    right: 16vw;
}
#vnav a img {
    width: 18.133vw;
}
}


/* navtoggle
------------------------------------------------- */
#navtoggle {
    width: 6.25em;
    height: 6.25em;
    background-color: #333;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}
#navtoggle div {
    width: 3.125em;
    margin: 2.0625em auto 0;
    position: relative;
}
#navtoggle div p {
    line-height: 1.385;
    text-align: center;
    padding-top: 2em;
}
#navtoggle div p::before {
    content: 'MENU';
    width: 100%;
    color: #fff;
    font-weight: 400;
    line-height: 1.385;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
}
body.nav-active #navtoggle div p::before {
    content: 'CLOSE';
    letter-spacing: 0.03em;
    padding-left: 0.03em;
}
#navtoggle span {
    display: block;
    width: 100%;
    height: 0.1875em;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
}
#navtoggle span:nth-child(1) {
    top: 0;
}
#navtoggle span:nth-child(2) {
    top: 0.8125em;
}
body.nav-active #navtoggle span:nth-child(1) {
    top: 0.5625em;
	transform: rotate(25deg);
}
body.nav-active #navtoggle span:nth-child(2) {
    top: 0.5625em;
	transform: rotate(-25deg);
}
@media only screen and (max-width:750px){
#navtoggle {
    width: 16vw;
    height: 16vw;
}
#navtoggle div {
    width: 8vw;
    margin: 4.8vw auto 0;
}
#navtoggle div p {
    font-size: 2.4vw;
    line-height: 1.22;
    padding-top: 4.8vw;
}
#navtoggle div p::before {
    line-height: 1.22;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
}
body.nav-active #navtoggle div p::before {
    letter-spacing: 0.06em;
    padding-left: 0.06em;
}
#navtoggle span {
    height: 0.266vw;
}
#navtoggle span:nth-child(2) {
    top: 2.133vw;
}
body.nav-active #navtoggle span:nth-child(1) {
    top: 1.066vw;
}
body.nav-active #navtoggle span:nth-child(2) {
    top: 1.066vw;
}
}


/* gnav
------------------------------------------------- */
#gnav {
    width: 100%;
    height: 0;
    background-color: #fff;
    color: #333;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 96;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
}
#gnav a {
    color: #333;
}
#gnav .logo {
    position: absolute;
    left: 3.125em;
    top: 1.875em;
    z-index: 2;
}
#gnav .logo a {
    display: flex;
    align-items: flex-end;
}
#gnav .logo a img {
    width: 11.375em;
}
#gnav .logo a span {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.03em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96208%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096208%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.5rem auto;
    color: #2E3163;
    padding: 0 2em 0 3.55em;
    transition: 0.4s;
}
#gnav .inner {
    min-height: 50em;
    padding: 6.5em 7.5em 0;
}
#gnav .gnav {
    margin-bottom: 1.125em;
    opacity: 0;
}
#gnav .gnav ul {
    width: 21%;
}
#gnav .gnav ul li {
    margin-left: 2.5em;
}
#gnav .gnav ul li.fo18 {
    margin: 0 0 0.5em;
}
#gnav .gnav ul li.movie {
    margin: 0.5em 0 0 2.5rem;
}
#gnav .gnav ul li.kiyo {
    margin: 1.25em 0;
}
#gnav .gnav ul li a {
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93073%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093073%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right 0.3rem center no-repeat;
    background-size: 0.4375rem auto;
}
#gnav .gnav ul li.fo18 a {
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #2E3163;
}
#gnav .gnav ul li.movie a {
    letter-spacing: 0.02em;
    color: #2E3163;
}
#gnav .sec {
    opacity: 0;
}
#gnav .sec .con {
    width: 49.13%;
    position: relative;
}
#gnav .con .conbox {
    background-color: rgba(203,213,220,0.3);
    border-radius: 1.25em;
    padding: 1.5em 2em 1.5em;
    position: relative;
}
#gnav .con .conbox.car {
    padding-bottom: 0.75em;
}
#gnav .con .btnst1 a {
    height: 3.75rem;
}
#gnav .con ul {
    padding: 1.15em 1.5em 0;
}
#gnav .con ul li {
    width: 46.05%;
}
#gnav .con ul li a {
    display: block;
    color: #333;
    letter-spacing: 0.03em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93057%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093057%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.5rem auto;
    position: relative;
}
#gnav .con ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(51,51,51,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.25s;
}
#gnav .con ul li.blank a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85762%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085762%22%20transform%3D%22translate(1)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.875rem auto;
}
#gnav .con ul li ul {
    padding: 0 0 0 0.625rem;
}
#gnav .con ul li ul li {
    width: 100%;
    margin: 0.125em 0;
}
#gnav .con ul li ul li a::before {
    content: '-';
    padding-right: 0.25em;
}
#gnav .con .btnst1.high a {
    width: 13.125em;
    height: 2.5em;
    position: absolute;
    left: 3.5em;
    top: 13.625em;
}
#gnav .con .btnst1.high a::after {
    left: 87%;
}
#gnav .con .btn {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
#gnav .con .btn a {
    width: 100%;
    height: 3.33em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85767%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085767%22%20transform%3D%22translate(-359%20-4007)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85762%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085762%22%20transform%3D%22translate(360%204007)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 82% center no-repeat #CBD5DC;
    background-size: 0.77em auto;
    border-radius: 3em;
    font-weight: 700;
    color: #7D8B95;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.nav-active #gnav {
    height: 100%;
    opacity: 1;
}
body.nav-active #gnav .gnav {
    animation: fadeInTop 0.7s ease 0.3s 1 forwards;
}
body.nav-active #gnav .sec {
    animation: fadeInTop 0.7s ease 0.6s 1 forwards;
}
@media only screen and (max-height:50em){
#gnav {
    display: block;
    overflow-y: auto;
}
}
@media only screen and (min-width:751px){
#gnav .logo a:hover span {
    padding-right: 2.3em;
}
#gnav .gnav ul li a:hover {
    background-position: right 0 center;
    opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#gnav .con .btnst1 a.sp {
    display: none;
}
#gnav .con ul li a:hover::after {
    width: 88%;
}
#gnav .con .btn a:hover {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85767%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085767%22%20transform%3D%22translate(-359%20-4007)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85762%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085762%22%20transform%3D%22translate(360%204007)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 82% center no-repeat #7D8B95;
    background-size: 0.77em auto;
    color: #fff;
}
}
@media only screen and (max-width:750px){
#gnav {
    display: block;
    overflow-y: auto;
}
#gnav .logo {
    left: 4vw;
    top: 2.8vw;
}
#gnav .logo a {
    display: block;
}
#gnav .logo a img {
    width: 30.66vw;
}    
#gnav .logo a span {
    display: none;
}
#gnav .inner {
    min-height: inherit;
    padding: 27.2vw 0 10vw;
}
#gnav .gnav {
    font-size: 4.266vw;
    padding: 0 3.2vw 0 6.4vw;
    margin-bottom: 8vw;
}
#gnav .gnav p,
#gnav .gnav .tri {
    line-height: 11.6vw;
}
#gnav .gnav p a,
#gnav .gnav .tri a {
    display: block;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96207%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096207%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right 0.5vw center no-repeat;
    background-size: 2.133vw auto;
    color: #2E3163;
}
#gnav .gnav .tri a {
    background: none;
    position: relative;
}
#gnav .gnav .tri a::after {
    content: '';
    width: 3.733vw;
    height: 2.133vw;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.414%22%20height%3D%228.121%22%20viewBox%3D%220%200%2013.414%208.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93073%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093073%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(0.707%206.707)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.0665vw;
    transition: 0.4s;
}
#gnav .gnav .tri.is-open a::after {
    transform: rotate(540deg);
}
#gnav .gnav ul {
    width: 100%;
    margin-bottom: 0.5em;
    display: none;
}
#gnav .gnav ul.notri {
    display: block;
}
#gnav .gnav ul li {
    margin-left: 10.66vw;
    line-height: 9vw;
}
#gnav .gnav ul li.fo18 {
    margin: 0;
    line-height: 11.6vw;
}
#gnav .gnav ul li.movie {
    margin: 0.5em 0 0 10.66vw;
    line-height: 9vw;
}
#gnav .gnav ul li.kiyo {
    margin: 0;
}
#gnav .gnav ul li a {
    display: block;
    background-position: right center;
    background-size: 2.133vw auto;
}
#gnav .sec .con {
    width: 100%;
}
#gnav .sec .con:last-of-type {
    background-color: #fff;
    padding-bottom: 20vw;
    position: relative;
    z-index: 2;
}
#gnav .con .conbox {
    background-color: rgba(255,255,255,1);
    border-radius: 0;
    padding: 0 0 6vw;
}
#gnav .con .btnst1 a {
    height: 16vw;
}
#gnav .con .btnst1 a::after {
    width: 3.733vw;
    height: 2.133vw;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.414%22%20height%3D%228.121%22%20viewBox%3D%220%200%2013.414%208.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96201%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096201%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(0.707%206.707)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    left: 85%;
    margin-top: -1.0665vw;
}    
#gnav .con .btnst1.is-open a::after {
    transform: rotate(540deg);
}
#gnav .con .btnst1 a.pc {
    display: none;
}
#gnav .con .accbox {
    display: none;
}
#gnav .con ul {
    display: flex;
    padding: 1.25em 0 1.5vw;
}
#gnav .con ul li {
    width: 46%;
}
#gnav .con ul li.my {
    position: absolute;
    left: 0;
    top: 36.5vw;
}
#gnav .con ul li a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.089%22%20height%3D%227.752%22%20viewBox%3D%220%200%205.089%207.752%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93088%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093088%22%20d%3D%22M4%2C7%2C0%2C3.5%2C4%2C0%22%20transform%3D%22translate(4.329%207.376)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
    background-size: 1.3vw auto;
}
#gnav .con ul li.blank a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.5%22%20height%3D%228.699%22%20viewBox%3D%220%200%208.5%208.699%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85786%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085786%22%20transform%3D%22translate(-0.5%200.04)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3%20-0.04)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%226%22%20height%3D%226%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v4h4%22%20transform%3D%22translate(18456%20-9757.927)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 2.25vw auto;
}
#gnav .con ul li ul {
    display: block;
    padding: 0 0 0 0.5em;
}
#gnav .con ul li ul li {
    width: 100%;
    margin: 0;
    line-height: 2;
}
#gnav .con ul li ul li a::before {
    content: '-';
    padding-right: 0.25em;
}
#gnav .con .btnst1.high a {
    font-size: 3.733vw;
    width: 40vw;
    height: 8vw;
    left: 0;
    top: 48vw;
}
#gnav .con .btnst1.high a::after {
    width: 0.35rem;
    height: 0.6125rem;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96222%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096222%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    margin-top: -0.30625rem;
}
#gnav .con .btn {
    display: none;
}
}


/* contents
------------------------------------------------- */
#contents {
	width: 100%;
	clear: both;
    display: block;
    position: relative;
}
.inner {
    width: 100%;
    max-width: 2100px;
	margin: 0 auto;
    padding: 0 9.375em;
	clear: both;
	position: relative;
    box-sizing: border-box;
}
@media only screen and (max-width:750px){
.inner {
    width: 86%;
    padding: 0;
}
}


/* headline
------------------------------------------------- */
.headline1 {
    font-weight: 700;
    line-height: 1.684;
    letter-spacing: 0.06em;
    text-align: center;
    padding-bottom: 0.75em;
    margin-bottom: 2.25em;
    position: relative;
}
.headline1::before {
    content: '';
    width: 2.1em;
    height: 0.1315em;
    background: linear-gradient(80deg, #F2CA1F, #F77200);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1.05em;
}
.headline2 {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.06em;
    padding: 0 0 0.15em 1.25em;
    margin-bottom: 2.5em;
    position: relative;
}
.headline2::before {
    content: '';
    width: 0.25em;
    height: 100%;
    background-color: #006AB7;
    position: absolute;
    left: 0;
    top: 0;
}
.headline3 {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.09em;
    padding-bottom: 2.15em;
    margin-bottom: 3.5em;
    position: relative;
}
.headline3::before {
    content: '';
    width: 4em;
    height: 0.25em;
    background: linear-gradient(90deg, #00ECF2 0%, #2C6CE2 60%, #6356DF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.headline3 span {
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #7D8B95;
    padding-left: 1.85em;
}
.headline3-2 {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.09em;
    padding-bottom: 1.5em;
    margin-bottom: 2.5em;
    position: relative;
}
.headline3-2::before {
    content: '';
    width: 2.66em;
    height: 0.166em;
    background: linear-gradient(90deg, #00ECF2 0%, #2C6CE2 60%, #6356DF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.headline4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.75em;
}
.headline4 dt {
    width: 9.41%;
}
.headline4 dd {
    width: 87%;
    border-bottom: 1px solid #CBD5DC;
}
.headline4 dd h3 {
    font-weight: 700;
    line-height: 2.85;
    letter-spacing: 0.06em;
    color: #2E3163;
}
.headline5 {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.06em;
    color: #006AB7;
    padding-bottom: 1em;
}
@media only screen and (max-width:750px){
.headline1 {
    font-size: 5.33vw;
    line-height: 2.1;
    padding-bottom: 1.25em;
    margin-bottom: 1.75em;
}
.headline2 {
    font-size: 4.266vw;
    line-height: 1.45;
    margin-bottom: 2em;
}
.headline3 {
    font-size: 5.33vw;
    margin-bottom: 2em;
}
.headline3::before {
    width: 10.66vw;
    height: 0.8vw;
}
.headline3 span {
    font-size: 4.8vw;
    padding-left: 8vw;
}
.headline3-2 {
    font-size: 5.33vw;
}
.headline3.db span {
    display: block;
    padding: 0.5em 0 0;
}
.headline4 {
    padding-bottom: 8vw;
}
.headline4 dt {
    width: 18.46%;
}
.headline4 dd {
    width: 73.85%;
}
.headline4 dd h3 {
    font-size: 5.866vw;
    line-height: 16vw;
}
.headline4 dd h3.db {
    line-height: 1.2;
    height: 16vw;
}
.headline5 {
    font-size: 4.8vw;
    line-height: 1.75;
    padding-bottom: 1.1em;
}
}


/* btnst
------------------------------------------------- */
.btnst1 a {
    width: 100%;
    height: 5.625rem;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.btnst1 a::before {
    content: '';
    width: 200%;
    height: 100%;
    background: linear-gradient(70deg, #329AE6 0%, #0BD8D8 45% , #0BD8D8 55%, #329AE6 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.4s;
}
.btnst1.car a::before {
    background: linear-gradient(75deg, #6A4FF5 0%, #CF8FEB 45% , #CF8FEB 55%, #6A4FF5 100%);
}
.btnst1.high a::before {
    background: linear-gradient(90deg, #F77200 0%, #F2CA1F 45% , #F2CA1F 55%, #F77200 100%);
}
.btnst1 a::after {
    content: '';
    width: 0.5rem;
    height: 0.875rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96222%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096222%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 90.5%;
    top: 50%;
    margin-top: -0.4375rem;
    z-index: 3;
    transition: 0.4s;
}
.btnst1 a span {
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: 0.15em;
    color: #fff;
    position: relative;
    z-index: 2;
}
.btnst2 a,
.btnst2 span {
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: right;
    padding-right: 1.625em;
    transition: 0.4s;
}
.btnst2 a b,
.btnst2 span b {
    display: block;
    width: 0.5em;
    height: 0.5em;
    background-color: #2E3163;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.25em;
}
.btnst2 a b::after,
.btnst2 span b::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: circleScale 1.2s linear infinite;
    z-index: 1;
}
.btnst3 a {
    width: 13.75em;
    height: 3.75em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.207%22%20height%3D%228.707%22%20viewBox%3D%220%200%2011.207%208.707%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_13_16%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2013%20%E2%80%93%2016%22%20transform%3D%22translate(0%200.354)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_2790%22%20data-name%3D%22%E7%B7%9A%202790%22%20x2%3D%2210%22%20transform%3D%22translate(0%204)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_92761%22%20data-name%3D%22%E3%83%91%E3%82%B9%2092761%22%20d%3D%22M.366%2C8.34l4-4-4-4%22%20transform%3D%22translate(6.134%20-0.34)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 84% center no-repeat #333;
    background-size: 0.75em auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnst3 a span {
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    padding-right: 0.625em;
}
@media only screen and (min-width:751px){
.btnst1 a:hover::before {
    left: -100%;
}
.btnst1 a:hover::after {
    left: 92.5%;
}
.btnst2 a:hover {
    color: #7D8B95;
}
.btnst3 a:hover {
    background-color: #006AB7;
    background-position: 88% center;
}
}
@media only screen and (max-width:750px){
.btnst1 a {
    font-size: 4.8vw;
    height: 16vw;
    border-radius: 10vw;
}
.btnst1 a::after {
    width: 2.133vw;
    height: 3.733vw;
    left: 88%;
    margin-top: -1.8665vw;
}
.btnst2 a,
.btnst2 span {
    font-size: 4.266vw;
    font-weight: 700;
    color: #333;
    padding-right: 1.85em;
}
.btnst2 a b,
.btnst2 span b {
    width: 0.8em;
    height: 0.8em;
    margin-top: -0.4em;
}
.btnst3 a {
    font-size: 4.266vw;
    width: 58.66vw;
    height: 16vw;
    margin: 9.5vw auto 0;
}
}


/* voice-list1
------------------------------------------------- */
.voice-list1 {
	padding-bottom: 5em;
}
.voice-list1 .inner {
    max-width: inherit;
    padding: 0 2.6525em;
}
.voice-list1 .voice-slider {
    border: 1px solid #333;
    box-sizing: border-box;
}
.voice-list1.nob .voice-slider {
    border: none;
    overflow: inherit;
}
.voice-list1 .voice-slider .swiper-slide {
    width: 27.5em;
    height: 39.375em;
    border-right: 1px solid #333;
    box-sizing: border-box;
}
.voice-list1.nob .voice-slider .swiper-slide {
    border: 1px solid #333;
    margin-left: -1px;
}
.voice-list1 .voice-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.voice-list1 .voice-slider .swiper-slide a::after {
    content: '';
    width: 21.875em;
    height: 0.5875em;
    position: absolute;
    left: 50%;
    margin-left: -10.9375em;
    bottom: -1px;
}
.voice-list1 .voice-slider .swiper-slide a .photo {
    width: 100%;
    height: 17.1875em;
    overflow: hidden;
}
.voice-list1 .voice-slider .swiper-slide a .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s;
}
.voice-list1 .voice-slider .swiper-slide .cover {
    padding: 2.5em 2.8125em 2em;
    position: relative;
}
.voice-list1 .voice-slider .swiper-slide .cover .date {
    display: flex;
    align-items: center;
    margin-bottom: 0.75em;
}
.voice-list1 .voice-slider .swiper-slide .cover .date .cate {
    width: 8.75em;
    height: 2.2em;
    border-radius: 2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    transition: 0.4s;
}
.voice-list1 .voice-slider .swiper-slide.job a::after,
.voice-list1 .voice-slider .swiper-slide.job .cover .date .cate {
    background-color: var(--category-job);
}
.voice-list1 .voice-slider .swiper-slide.worklife a::after,
.voice-list1 .voice-slider .swiper-slide.worklife .cover .date .cate {
    background-color: var(--category-worklife);
}
.voice-list1 .voice-slider .swiper-slide.research a::after,
.voice-list1 .voice-slider .swiper-slide.research .cover .date .cate {
    background-color: var(--category-research);
}
.voice-list1 .voice-slider .swiper-slide.company a::after,
.voice-list1 .voice-slider .swiper-slide.company .cover .date .cate {
    background-color: var(--category-company);
}
.voice-list1 .voice-slider .swiper-slide.others a::after,
.voice-list1 .voice-slider .swiper-slide.others .cover .date .cate {
    background-color: var(--category-others);
}
.voice-list1 .voice-slider .swiper-slide.movie .cover .date .cate {
    background-color: var(--category-movie);
}
.voice-list1 .voice-slider .swiper-slide .cover .date p {
    font-weight: 500;
    color: #7D8B95;
    padding-left: 1.45em;
    transition: 0.4s;
}
.voice-list1 .voice-slider .swiper-slide .cover .tit {
    height: 6.5em;
    font-weight: 900;
    line-height: 1.68;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transition: 0.4s;
}
.voice-list1 .voice-slider .swiper-slide .cover .tag {
    height: 4em;
    margin-top: 2.25em;
    line-height: 1.85;
    color: #7D8B95;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.4s;
}
.voice-list1 .voice-slider .swiper-slide .cover .tag span {
    display: inline-block;
    font-weight: 500;
    margin-right: 1.25em;
}
.voice-list1 .swiper-button-next,
.voice-list1 .swiper-button-prev {
    width: 2.6525em;
    height: 6.25em;
    background-color: #333;
    left: 0;
    margin-top: -2.5em;
}
.voice-list1 .swiper-button-next {
    left: auto;
    right: 0;
}
.voice-list1 .swiper-button-next::after,
.voice-list1 .swiper-button-prev::after {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    transition: 0.4s;
}
.voice-list1 .swiper-pagination {
    display: none;
}

.voice-list1 .voice-slider .swiper-slide.movie {
    height: 34.25em;
}
.voice-list1 .voice-slider .swiper-slide.movie::after {
    content: '';
    width: 21.875em;
    height: 0.5875em;
    background-color: #048AA2;
    position: absolute;
    left: 50%;
    margin-left: -10.9375em;
    bottom: 0;
}
.voice-list1 .voice-slider .swiper-slide.movie .photo {
    width: 100%;
    height: 17.25em;
    background-color: #333;
    padding-top: 0.85em;
    box-sizing: border-box;
}
.voice-list1 .voice-slider .swiper-slide.movie .photo .box {
    padding-top: 56.25%;
    position: relative;
}
.voice-list1 .voice-slider .swiper-slide.movie .photo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.voice-list1 .voice-slider .swiper-slide.movie .cover .tit {
    height: 3.5em;
    -webkit-line-clamp: 2;
}
@media only screen and (min-width:751px){
.voice-list1 .voice-slider .swiper-slide.job a:hover {
    background-color: var(--category-job);
}
.voice-list1 .voice-slider .swiper-slide.worklife a:hover {
    background-color: var(--category-worklife);
}
.voice-list1 .voice-slider .swiper-slide.research a:hover {
    background-color: var(--category-research);
}
.voice-list1 .voice-slider .swiper-slide.company a:hover {
    background-color: var(--category-company);
}
.voice-list1 .voice-slider .swiper-slide.others a:hover {
    background-color: var(--category-others);
}
.voice-list1 .voice-slider .swiper-slide a:hover .photo img {
    transform: scale(1.05);
}  
.voice-list1 .voice-slider .swiper-slide a:hover .cover .date .cate {
    background-color: #fff;
}
.voice-list1 .voice-slider .swiper-slide.job a:hover .cover .date .cate {
    color: var(--category-job);
}
.voice-list1 .voice-slider .swiper-slide.worklife a:hover .cover .date .cate {
    color: var(--category-worklife);
}
.voice-list1 .voice-slider .swiper-slide.research a:hover .cover .date .cate {
    color: var(--category-research);
}
.voice-list1 .voice-slider .swiper-slide.company a:hover .cover .date .cate {
    color: var(--category-company);
}
.voice-list1 .voice-slider .swiper-slide.others a:hover .cover .date .cate {
    color: var(--category-others);
}    
.voice-list1 .voice-slider .swiper-slide a:hover .cover .date p,
.voice-list1 .voice-slider .swiper-slide a:hover .cover .tit,
.voice-list1 .voice-slider .swiper-slide a:hover .cover .tag {
    color: #fff;
}
.voice-list1 .swiper-button-prev:hover::after {
    padding-right: 0.5em;
}
.voice-list1 .swiper-button-next:hover::after {
    padding-left: 0.5em;
}
}
@media only screen and (min-width:751px) and (max-width:2100px){
.voice-list1 .swiper-button-next::after,
.voice-list1 .swiper-button-prev::after {
    font-size: 2vw;
}
}
@media only screen and (max-width:750px){
.voice-list1 {
	padding-bottom: 26vw;
}
.voice-list1 .inner {
    width: 100%;
    padding: 0;
}
.voice-list1 .voice-slider {
    border-right: none;
    border-left: none;
}
.voice-list1.nob .voice-slider .swiper-wrapper {
    justify-content: center;
}
.voice-list1 .voice-slider .swiper-slide {
    width: 62.4vw;
    height: 94.4vw;
    border-right: 1px solid #333;
}
.voice-list1 .voice-slider .swiper-slide a::after {
    width: 52.8vw;
    height: 1.866vw;
    margin-left: -26.4vw;
    bottom: -1px;
}
.voice-list1 .voice-slider .swiper-slide a .photo {
    height: 39vw;
}
.voice-list1 .voice-slider .swiper-slide .cover {
    padding: 4vw 4.8vw 0;
}
.voice-list1 .voice-slider .swiper-slide .cover .date {
    margin-bottom: 0.3em;
}
.voice-list1 .voice-slider .swiper-slide .cover .date .cate {
    font-size: 2.66vw;
    width: 25vw;
    height: 5vw;
}
.voice-list1 .voice-slider .swiper-slide .cover .date p {
    font-size: 3.2vw;
    padding-left: 4vw;
}
.voice-list1 .voice-slider .swiper-slide .cover .tit {
    font-size: 4.266vw;
    line-height: 1.625;
}
.voice-list1 .voice-slider .swiper-slide .cover .tag {
    font-size: 2.66vw;
    height: 3.5em;
    margin-top: 1em;
    line-height: 1.65;
}
.voice-list1 .voice-slider .swiper-slide .cover .tag span {
    margin-right: 1em;
}
.voice-list1 .swiper-button-next,
.voice-list1 .swiper-button-prev {
    display: none;
}
.voice-list1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
    bottom: -12.5vw;
    z-index: 3;
}
.voice-list1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 2.133vw;
    height: 2.133vw;
    background-color: rgba(125,139,149,0.5);
    margin: 0 1.3vw;
}
.voice-list1 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(125,139,149,1);
}

.voice-list1 .voice-slider .swiper-slide.movie {
    height: 78vw;
}
.voice-list1 .voice-slider .swiper-slide.movie::after {
    width: 52.8vw;
    height: 1.866vw;
    margin-left: -26.4vw;
    bottom: -1px;
}
.voice-list1 .voice-slider .swiper-slide.movie .photo {
    height: 35.1vw;
    padding-top: 0;
}
}


/* voice-list3
------------------------------------------------- */
.voice-list3 {
    padding-bottom: 6em;
}
.voice-list3 .sec a {
    height: 27.5em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: -1px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.voice-list3 .sec:nth-child(2n) a {
    flex-direction: row-reverse;
}
.voice-list3 .sec a .photo {
    width: 50%;
    height: 27.5em;
    overflow: hidden;
    position: relative;
}
.voice-list3 .sec a .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s;
}
.voice-list3 .sec a .con {
    width: 50%;
    position: relative;
}
.voice-list3 .sec a .con::after {
    content: '';
    width: 37.5em;
    height: 0.625em;
    position: absolute;
    left: 50%;
    margin-left: -18.75em;
    bottom: 0;
}
.voice-list3 .sec.job a .con::after {
    background-color: var(--category-job);
}
.voice-list3 .sec.worklife a .con::after {
    background-color: var(--category-worklife);
}
.voice-list3 .sec.research a .con::after {
    background-color: var(--category-research);
}
.voice-list3 .sec.company a .con::after {
    background-color: var(--category-company);
}
.voice-list3 .sec.others a .con::after {
    background-color: var(--category-others);
}
.voice-list3 .sec a .con .cover {
    padding: 2.875em 3.125em 3.125em;
    position: relative;
}
.voice-list3 .sec a .con .cover .date {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
.voice-list3 .sec a .con .cover .date .cate {
    width: 8.57em;
    height: 2em;
    border-radius: 2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    transition: 0.4s;
}
.voice-list3 .sec.job a .cover .date .cate {
    background-color: var(--category-job);
}
.voice-list3 .sec.worklife a .cover .date .cate {
    background-color: var(--category-worklife);
}
.voice-list3 .sec.research a .cover .date .cate {
    background-color: var(--category-research);
}
.voice-list3 .sec.company a .cover .date .cate {
    background-color: var(--category-company);
}
.voice-list3 .sec.others a .cover .date .cate {
    background-color: var(--category-others);
}
.voice-list3 .sec a .con .cover .date p {
    font-weight: 500;
    color: #7D8B95;
    padding-left: 1.2em;
    transition: 0.4s;
}
.voice-list3 .sec a .con .cover .tit {
    height: 4.5em;
    font-weight: 900;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.4s;
}
.voice-list3 .sec a .con .cover .tag {
    height: 4em;
    margin-top: 1.5em;
    line-height: 1.85;
    color: #7D8B95;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.4s;
}
.voice-list3 .sec a .con .cover .tag span {
    display: inline-block;
    font-weight: 500;
    margin-right: 1.5em;
}
.voice-list3 .sec a .con .cover .btnst2 {
    position: absolute;
    right: 3.75em;
    bottom: 0;
}
.voice-list3 .sec a .con .cover .btnst2 span {
    font-weight: 700;
    color: #7D8B95;
}
.voice-list3 .sec a .con .cover .btnst2 span b {
    width: 0.75em;
    height: 0.75em;
    margin-top: -0.375em;
}
@media only screen and (min-width:751px){
.voice-list3 .sec.job a:hover {
    background-color: var(--category-job);
}
.voice-list3 .sec.worklife a:hover {
    background-color: var(--category-worklife);
}
.voice-list3 .sec.research a:hover {
    background-color: var(--category-research);
}
.voice-list3 .sec.company a:hover {
    background-color: var(--category-company);
}
.voice-list3 .sec.others a:hover {
    background-color: var(--category-others);
}
.voice-list3 .sec a:hover .photo img {
    transform: scale(1.05);
}  
.voice-list3 .sec a:hover .cover .date .cate {
    background-color: #fff;
}
.voice-list3 .sec.job a:hover .cover .date .cate {
    color: var(--category-job);
}
.voice-list3 .sec.worklife a:hover .cover .date .cate {
    color: var(--category-worklife);
}
.voice-list3 .sec.research a:hover .cover .date .cate {
    color: var(--category-research);
}
.voice-list3 .sec.company a:hover .cover .date .cate {
    color: var(--category-company);
}
.voice-list3 .sec.others a:hover .cover .date .cate {
    color: var(--category-others);
}    
.voice-list3 .sec a:hover .cover .date p,
.voice-list3 .sec a:hover .cover .tit,
.voice-list3 .sec a:hover .cover .tag,
.voice-list3 .sec a:hover .cover .btnst2 span {
    color: #fff;
}
}
@media only screen and (max-width:750px){
.voice-list3 {
    padding-bottom: 21.5vw;
}
.voice-list3 .sec a {
    height: auto;
    margin-top: -1px;
}
.voice-list3 .sec a .photo {
    width: 100%;
    height: 62.4vw;
}
.voice-list3 .sec a .con {
    width: 100%;
}
.voice-list3 .sec a .con::after {
    content: '';
    width: 86.66vw;
    height: 2.66vw;
    margin-left: -43.33vw;
}
.voice-list3 .sec a .con .cover {
    padding: 5.5vw 6.66vw 17.85vw;
}
.voice-list3 .sec a .con .cover .date {
    margin-bottom: 0.75em;
}
.voice-list3 .sec a .con .cover .date .cate {
    font-size: 3.2vw;
    width: 30vw;
    height: 6.8vw;
}
.voice-list3 .sec a .con .cover .date p {
    font-size: 4.266vw;
}
.voice-list3 .sec a .con .cover .tit {
    font-size: 5.33vw;
    height: auto;
    max-height: 7.25em;
    line-height: 1.8;
    -webkit-line-clamp: 4;
}
.voice-list3 .sec a .con .cover .tag {
    height: auto;
    max-height: 4em;
    font-size: 3.2vw;
}
.voice-list3 .sec a .con .cover .btnst2 {
    right: 6.66vw;
    bottom: 7vw;
}
.voice-list3 .sec a .con .cover .btnst2 span {
    color: #333;
}
.voice-list3 .sec a .con .cover .btnst2 span b {
    width: 0.8em;
    height: 0.8em;
    margin-top: -0.4em;
}
}


/* voice-bnr
------------------------------------------------- */
.voice-bnr {
    width: 50em;
    margin: 0 auto;
}
.voice-bnr a {
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.182%22%20height%3D%2260.122%22%20viewBox%3D%220%200%2056.182%2060.122%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_86273%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2086273%22%20transform%3D%22translate(-1153.895%20-13071.438)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93393%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093393%22%20d%3D%22M29%2C58%2C0%2C29%2C29%2C0%22%20transform%3D%22translate(1183.956%2013130.499)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93394%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093394%22%20d%3D%22M29%2C58%2C0%2C29%2C29%2C0%22%20transform%3D%22translate(1207.956%2013130.499)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 96% center no-repeat;
    background-size: 3.5em auto;
    border-top: 0.1875em solid #333;
    border-bottom: 1px solid #333;
    padding: 3.25em 0 3.5em;
    text-align: center;
    position: relative;
}
.voice-bnr a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0.3em;
}
.voice-bnr a .tit {
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    padding-bottom: 1.45em;
}
.voice-bnr a ul li {
    width: 22.3125em;
}
.voice-bnr a ul li:last-child {
    width: 12.5em;
    height: 2.5em;
    margin: 0 5em 0 1.875em;
}
.voice-bnr a ul li span {
    width: 100%;
    height: 100%;
    background-color: #CBD5DC;
    border-radius: 2em;
    font-weight: 700;
    text-align: center;
    color: #7D8B95;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.1em;
    box-sizing: border-box;
}
.voice-bnr a ul li span.category-job {
    background-color: var(--category-job);
    color: #fff;
}
.voice-bnr a ul li span.category-research {
    background-color: var(--category-research);
    color: #fff;
}
.voice-bnr a ul li span.category-company {
    background-color: var(--category-company);
    color: #fff;
}
@media only screen and (min-width:751px){
.voice-bnr a:hover {
    background-position: 98% center;
}
}
@media only screen and (max-width:750px){
.voice-bnr {
    width: 86vw;
}
.voice-bnr a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.487%22%20height%3D%2232.003%22%20viewBox%3D%220%200%2030.487%2032.003%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_86273%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2086273%22%20transform%3D%22translate(-948.742%20-13125.497)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93393%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093393%22%20d%3D%22M14.941%2C29.882%2C0%2C14.941%2C14.941%2C0%22%20transform%3D%22translate(964.744%2013156.439)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%223%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93394%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093394%22%20d%3D%22M14.941%2C29.882%2C0%2C14.941%2C14.941%2C0%22%20transform%3D%22translate(977.109%2013156.439)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 90% 38vw no-repeat;
    background-size: 8vw auto;
    border-top: 0.9vw solid #333;
    padding: 3em 0;
}
.voice-bnr a::before {
    top: 1.2vw;
}
.voice-bnr a .tit {
    font-size: 4.8vw;
    padding-bottom: 0.8em;
}
.voice-bnr a ul li {
    width: 71.2vw;
    margin: 0 auto 6vw;
}
.voice-bnr a ul li:last-child {
    width: 71.2vw;
    height: 10.66vw;
    margin: 0 auto;
}
.voice-bnr a ul li span {
    font-size: 4.8vw;
    width: 55vw;
    height: 10.66vw;
}
}


/* pickicon
------------------------------------------------- */
.pickicon {
    width: 5.4375em;
    position: absolute;
    left: 1.875em;
    top: 1.875em;
    z-index: 3;
}
@media only screen and (min-width:751px){
a:hover .pickicon img {
    transform: scale(1) !important;
}
.pickicon img.spon {
    display: none !important;
}
}
@media only screen and (max-width:750px){
.pickicon {
    width: 13.33vw;
    left: 5.33vw;
    top: 5.33vw;
}
.pickicon img.pcon {
    display: none !important;
}
}


/* bnr-list
------------------------------------------------- */
.bnr-list {
    padding-bottom: 2.5em;
}
.bnr-list ul li {
    width: 47.27%;
    margin-bottom: 4.375em;
}
.bnr-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.bnr-list ul li a .photo {
    width: 100%;
    height: 21.25em;
    border-radius: 0.75em;
    margin-bottom: 1.5em;
    position: relative;
    overflow: hidden;
}
.bnr-list ul li a .photo::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.45);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    transition: 0.4s;
}
.bnr-list ul li a .photo::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #525DE0 0%, #2C6CE2 35%, #258DE8 55%, #17CEF3 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}
.bnr-list ul li a .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s;
}
.bnr-list ul li a .photo h4 {
    width: 100%;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.bnr-list ul li a .photo h4 b {
    display: block;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-top: 0.25em;
}
.bnr-list ul li a span {
    width: 2em;
    height: 2em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85810%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085810%22%20transform%3D%22translate(-394%20-2098)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_381%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20381%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20transform%3D%22translate(394%202098)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93105%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093105%22%20d%3D%22M246.5%2C249.5l6-4.5-6-4.5%22%20transform%3D%22translate(172%201869)%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93108%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093108%22%20d%3D%22M246.5%2C249.5l6-4.5-6-4.5%22%20transform%3D%22translate(162%201869)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 1.25em;
    bottom: 1.25em;
    z-index: 3;
}
@media only screen and (min-width:751px){
.bnr-list ul li a:hover .photo::before {
    opacity: 0;
}
.bnr-list ul li a:hover .photo::after {
    opacity: 0.85;
}
.bnr-list ul li a:hover .photo img {
    transform: scale(1.05);
}
}
@media only screen and (max-width:750px){
.bnr-list {
    padding-bottom: 3.5em;
}
.bnr-list ul li {
    width: 100%;
    margin-bottom: 7.5vw;
}
.bnr-list ul li a .photo {
    height: 56.66vw;
    border-radius: 2vw;
    margin-bottom: 4.5vw;
}
.bnr-list ul li a .photo h4 {
    font-size: 4.8vw;
    padding-top: 1em;
}
.bnr-list ul li a .photo h4 b {
    font-size: 3.733vw;
}
.bnr-list ul li a span {
    width: 8.533vw;
    height: 8.533vw;
    right: 5.33vw;
    bottom: 2.933vw;
}
.bnr-list ul li a p {
    line-height: 1.85;
}
}


/* recommend
------------------------------------------------- */
.recommend {
    padding: 6.25em 0 7.5em;
}
.recommend ul li {
    width: 31.81%;
    height: 14.375em;
}
.recommend ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.75em;
    position: relative;
    overflow: hidden;
}
.recommend ul li a::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.6);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    transition: 0.4s;
}
.recommend ul li a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #525DE0 0%, #2C6CE2 35%, #258DE8 55%, #17CEF3 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}
.recommend ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 0.4s;
}
.recommend ul li a p {
    width: 100%;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.recommend ul li a p b {
    display: block;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-top: 0.25em;
}
.recommend ul li a span {
    width: 2em;
    height: 2em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85810%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085810%22%20transform%3D%22translate(-394%20-2098)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_381%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20381%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20transform%3D%22translate(394%202098)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93105%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093105%22%20d%3D%22M246.5%2C249.5l6-4.5-6-4.5%22%20transform%3D%22translate(172%201869)%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93108%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093108%22%20d%3D%22M246.5%2C249.5l6-4.5-6-4.5%22%20transform%3D%22translate(162%201869)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 1.25em;
    bottom: 1.25em;
    z-index: 3;
}
.recommend .voice-btn {
    margin: 3.5em 0 2.5em;
}
.recommend .voice-btn a {
    display: block;
    border-top: 0.3125em solid #333;
    border-bottom: 1px solid #333;
    padding: 3.25em 0 3em;
    position: relative;
}
.recommend .voice-btn a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0.25em;
}
.recommend .voice-btn a p {
    width: 36.925em;
    margin: 0 auto;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.07em;
}
@media only screen and (min-width:751px){
.recommend ul li a:hover::before {
    opacity: 0;
}
.recommend ul li a:hover::after {
    opacity: 0.85;
}
.recommend ul li a:hover img {
    transform: scale(1.05);
}
.recommend .voice-btn a:hover {
    transform: scale(1.05);
}
}
@media only screen and (max-width:750px){
.recommend {
    padding: 21.33vw 0 20vw;
}
.recommend ul li {
    width: 100%;
    height: 56.66vw;
    margin-bottom: 5.33vw;
}
.recommend ul li a {
    border-radius: 2vw;
}
.recommend ul li a::before {
    background-color: rgba(51,51,51,0.45);
}
.recommend ul li a p {
    font-size: 4.8vw;
}
.recommend ul li a p b {
    font-size: 3.733vw;
    padding-top: 0.25em;
}
.recommend ul li a span {
    width: 8.533vw;
    height: 8.533vw;
    right: 5.33vw;
    bottom: 5.33vw;
}
.recommend .voice-btn {
    margin: 10.66vw 0 0;
}
.recommend .voice-btn a {
    border-top: 1.33vw solid #333;
    border-bottom: 1.33vw solid #333;
    padding: 9vw 0;
}
.recommend .voice-btn a::before {
    top: 1vw;
}
.recommend .voice-btn a p {
    font-size: 4.266vw;
    width: 100%;
    letter-spacing: 0.04em;
    text-align: center;
}
.recommend .voice-btn a p img {
    width: 73.6vw;
    margin: 3vw auto 0;
}
}


/* pagination
------------------------------------------------- */
.pagination .wp-pagenavi {
    padding-bottom: 2.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a,
.pagination span {
    display: block;
    letter-spacing: 0.05em;
    color: #7D8B95;
    margin: 0 0.8em;
    text-align: center;
    font-weight: 700;
    transition: 0.4s;
}
.pagination a.previouspostslink,
.pagination a.nextpostslink {
    width: 0.44em;
	height: 0.83em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93079%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093079%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(7.414%2013.414)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    background-size: cover;
    text-indent: -9999em;
	position: relative;
    margin-top: 0.2em;
}
.pagination a.previouspostslink {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93079%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093079%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(1.414%201.414)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}
.pagination span.extend {
    width: auto;
}
.pagination span.current {
	color: #006AB7;
}
@media only screen and (min-width:751px){
.pagination a:hover {
    color: #006AB7;
}
.pagination a.nextpostslink:hover {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93079%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093079%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(7.414%2013.414)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}
.pagination a.previouspostslink:hover {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93079%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093079%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(1.414%201.414)%22%20fill%3D%22none%22%20stroke%3D%22%23006ab7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}
}
@media only screen and (max-width:750px){
.pagination .wp-pagenavi {
    padding-bottom: 15vw;
}
.pagination a,
.pagination span {
    margin: 0 0.55em;
}
}


/* sitemap
------------------------------------------------- */
#sitemap {
    background-color: #fff;
    padding: 7.375em 0 8.125em;
    position: relative;
    z-index: 3;
}
#sitemap::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D0E1E3, #FFFFFF);
    border-radius: 10em 10em 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
#sitemap .inner {
    z-index: 2;
}
#sitemap h3 {
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.03em;
    color: #2E3163;
    text-align: center;
    padding-bottom: 3.25em;
}
#sitemap .con {
    width: 46.36%;
    position: relative;
}
#sitemap .con ul {
    padding: 1.875em 0.625em 0;
}
#sitemap .con ul li {
    width: 41.175%;
}
#sitemap .con ul li a {
    display: block;
    color: #333;
    letter-spacing: 0.03em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96227%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096227%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.5rem auto;
    position: relative;
}
#sitemap .con ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #7D8B95;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.25s;
}
#sitemap .con ul li.blank a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_88974%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2088974%22%20transform%3D%22translate(1)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.875rem auto;
}
#sitemap .con ul li ul {
    padding: 0 0 0 0.625rem;
}
#sitemap .con ul li ul li {
    width: 100%;
    margin: 0.125em 0;
}
#sitemap .con ul li ul li a::before {
    content: '-';
    padding-right: 0.25em;
}
#sitemap .con .btnst1.high a {
    width: 13.125em;
    height: 2.5em;
    position: absolute;
    left: 0.625em;
    top: 13.625em;
}
#sitemap .con .btnst1.high a::after {
    left: 87%;
}
@media only screen and (min-width:751px){
#sitemap .con .btnst1.high a:hover::after {
    left: 89%;
}
#sitemap .con ul li a:hover::after {
    width: 88%;
}
}
@media only screen and (max-width:750px){
#sitemap {
    padding: 21.5vw 0 11.5vw;
}
#sitemap::before {
    background: linear-gradient(40deg, #D0E1E3, #F6F9FA);
    border-radius: 10.66vw 10.66vw 0 0;
}
#sitemap h3 {
    font-size: 4.8vw;
    line-height: 1.75;
    padding-bottom: 10.5vw;
}
#sitemap .con {
    width: 100%;
    position: relative;
}
#sitemap .con ul {
    display: flex;
    padding: 7vw 0 8vw;
}
#sitemap .con ul li {
    width: 46%;
}
#sitemap .con ul li a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.089%22%20height%3D%227.752%22%20viewBox%3D%220%200%205.089%207.752%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93088%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093088%22%20d%3D%22M4%2C7%2C0%2C3.5%2C4%2C0%22%20transform%3D%22translate(4.329%207.376)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
    background-size: 1.3vw auto;
}
#sitemap .con ul li.blank a {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.5%22%20height%3D%228.699%22%20viewBox%3D%220%200%208.5%208.699%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85786%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085786%22%20transform%3D%22translate(-0.5%200.04)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3%20-0.04)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%226%22%20height%3D%226%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v4h4%22%20transform%3D%22translate(18456%20-9757.927)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 2.25vw auto;
}
#sitemap .con ul li ul {
    display: block;
    padding: 0 0 0 0.5em;
}
#sitemap .con ul li ul li {
    width: 100%;
    margin: 0;
    line-height: 2;
}
#sitemap .con .btnst1.high a {
    font-size: 3.733vw;
    width: 40vw;
    height: 8vw;
    left: 0;
    top: 42.66vw;
}
#sitemap .con .btnst1.high a::after {
    width: 0.35rem;
    height: 0.6125rem;
    margin-top: -0.30625rem;
}
}


/* footer
------------------------------------------------- */
#footer {
    height: 43.375em;
    background-color: #333333;
    padding: 6.5em 0 2.8em;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
#footer a {
    color: #fff;
}
#footer h4 {
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
    margin-bottom: 3.25em;
}
#footer h4 a img {
    width: 14.125em;
}
#footer h4 a span {
    font-weight: 400;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93071%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093071%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23cbd5dc%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.5em auto;
    padding: 0 1.875em 0.2em 4.375em;
    transition: 0.4s;
}
#footer .fnav {
    position: relative;
}
#footer .fnav ul {
    width: 22.5%;
}
#footer .fnav ul li {
    margin: 0 0 0.3em 2.375em;
}
#footer .fnav ul li.fo18 {
    margin: 0 0 0.5em;
}
#footer .fnav ul li.movie {
    margin-top: 1.25em;
}
#footer .fnav ul li.kiyo {
    margin: 2em 0;
}
#footer .fnav ul li a {
    display: block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.061%22%20height%3D%2212.707%22%20viewBox%3D%220%200%207.061%2012.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93065%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093065%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.354%2012.354)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E') right 0.3em center no-repeat;
    background-size: 0.4375em auto;
}
#footer .fnav ul li.fo18 a {
    font-weight: 700;
    letter-spacing: 0.03em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93073%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093073%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    background-size: 0.5em auto;
}
#footer .fnav ul li.movie a {
    font-weight: 700;
}
#footer .fnav .btn1,
#footer .fnav .btn2 {
    position: absolute;
    right: 0;
    top: 19em;
}
#footer .fnav .btn1 a {
    width: 15.125em;
    height: 3.125em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85767%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085767%22%20transform%3D%22translate(1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85762%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085762%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right 1.5em center no-repeat;
    background-size: 0.875em auto;
    border: 1px solid #7D8B95;
    font-weight: 700;
    color: #7D8B95;
    padding: 0 1.5em;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#footer .fnav .btn2 {
    top: 28.845em;
}
#footer small {
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    right: 9.375rem;
    bottom: 4em;
}
@media only screen and (min-width:751px){
#footer h4 a:hover span {
    padding-right: 2.175em;
}
#footer .fnav ul li a:hover {
    background-position: right 0 center;
    opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#footer .fnav .btn1 a:hover {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85767%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085767%22%20transform%3D%22translate(1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_85762%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2085762%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right 1.5em center no-repeat #7D8B95;
    background-size: 0.875em auto;
    color: #fff;
}
#footer .fnav .btn2 a:hover {
    text-decoration: underline;
}
}
@media only screen and (max-width:750px){
#footer {
    height: auto;
    padding: 8vw 0 5.5vw;
}
#footer h4 {
    display: block;
    margin-bottom: 4.55vw;
}
#footer h4 a img {
    display: block;
    width: 38.133vw;
    margin: 0 auto;
}
#footer h4 a span {
    display: none;
}
#footer .fnav ul,
#footer .fnav .btn1 {
    display: none;
}
#footer .fnav .btn2 {
    position: static;
    font-size: 3.2vw;
    text-align: center;
}
#footer small {
    position: static;
    font-size: 2.66vw;
    text-align: center;
    padding-top: 0.25em;
}
}


/* mypage
------------------------------------------------- */
#mypage {
    width: 7.9375em;
    position: fixed;
    right: 2.5em;
    bottom: 2.5em;
    z-index: 90;
}
#mypage a {
    display: block;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width:751px){
#mypage a:hover {
    transform: scale(1.05);
}
}
@media only screen and (max-width:750px){
#mypage {
    width: 19.466vw;
    right: 5.33vw;
    bottom: 5.33vw;
}
}


/* entry
------------------------------------------------- */
#entry {
    width: 16.8125em;
    position: fixed;
    right: 2.5em;
    bottom: 2.5em;
    z-index: 90;
}
#entry ul li {
    width: 7.9375em;
}
#entry ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width:751px){
#entry ul li a:hover {
    transform: scale(1.05);
}
}
@media only screen and (max-width:750px){
#entry {
    width: 41.33vw;
    right: 5.33vw;
    bottom: 5.33vw;
}
#entry ul {
    display: flex;
}
#entry ul li {
    width: 19.466vw;
}
}


/* idPad
------------------------------------------------- */
.idPad {
    margin-top: -9.6em;
    padding-top: 9.6em;
}
.idPadZ {
    margin-top: 0;
    padding-top: 0;
}
@media only screen and (max-width:750px){
.idPad {
    margin-top: -16vw;
    padding-top: 16vw;
}  
}


/* animation
------------------------------------------------- */
.fadeIn {
    opacity: 0;
}
.fadeIn.isAnimate {
    animation: fadeIn 0.7s ease 0.1s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-7em);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-4em);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes hikari {
    0% {
        opacity: 0.25;
        transform: translateX(-100vw) scale(1.5);
    }
    50% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.25;
        transform: translateX(100vw) scale(0.2);
    }
    100% {
        opacity: 0;
        transform: translateX(150vw) scale(0);
    }
}
@keyframes hikari-sp {
    0% {
        opacity: 0.25;
        transform: translateX(-100vw) scale(1.5);
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.25;
        transform: translateX(160vw) scale(0.4);
    }
    100% {
        opacity: 0;
        transform: translateX(180vw) scale(0);
    }
}
@keyframes circleScale {
    0% {
		transform: translate(-50%, -50%) scale(1);
		background: radial-gradient(#2E3163, rgba(46,49,99,0.3));
	}
	100% {
		transform: translate(-50%, -50%) scale(2.7);
		background: radial-gradient(#2E3163, rgba(46,49,99,0.3));
		opacity: 0;
	}
}
@keyframes circleScale-job {
    0% {
		transform: translate(-50%, -50%) scale(1);
		background: radial-gradient(var(--category-job), rgba(182,66,114,0.3));
	}
	100% {
		transform: translate(-50%, -50%) scale(2.7);
		background: radial-gradient(var(--category-job), rgba(182,66,114,0.3));
		opacity: 0;
	}
}
@keyframes circleScale-worklife {
    0% {
		transform: translate(-50%, -50%) scale(1);
		background: radial-gradient(var(--category-worklife), rgba(229,156,2,0.3));
	}
	100% {
		transform: translate(-50%, -50%) scale(2.7);
		background: radial-gradient(var(--category-worklife), rgba(229,156,2,0.3));
		opacity: 0;
	}
}
@keyframes circleScale-research {
    0% {
		transform: translate(-50%, -50%) scale(1);
		background: radial-gradient(var(--category-research), rgba(5,163,107,0.3));
	}
	100% {
		transform: translate(-50%, -50%) scale(2.7);
		background: radial-gradient(var(--category-research), rgba(5,163,107,0.3));
		opacity: 0;
	}
}
@keyframes circleScale-company {
    0% {
		transform: translate(-50%, -50%) scale(1);
		background: radial-gradient(var(--category-company), rgba(0,106,183,0.3));
	}
	100% {
		transform: translate(-50%, -50%) scale(2.7);
		background: radial-gradient(var(--category-company), rgba(0,106,183,0.3));
		opacity: 0;
	}
}
@keyframes circleScale-others {
    0% {
		transform: translate(-50%, -50%) scale(1);
		background: radial-gradient(var(--category-others), rgba(125,97,201,0.3));
	}
	100% {
		transform: translate(-50%, -50%) scale(2.7);
		background: radial-gradient(var(--category-others), rgba(125,97,201,0.3));
		opacity: 0;
	}
}


/* -------------------------------------------------
	colorbox
------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow-y:auto; overflow-x:hidden!important; -webkit-overflow-scrolling: touch;}
#cboxTitle, #cboxCurrent{display:none !important; }
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxOverlay{ background:rgba(51,51,51,0.6); backdrop-filter: blur(15px); }
#colorbox{outline:0;}
#cboxContent{overflow:visible;}
#cboxLoadingGraphic{background:url("common/img/loader.gif") no-repeat center center;}
#cboxClose,#cboxPrevious,#cboxNext{ display:none; }

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@charset "UTF-8";


/* header
------------------------------------------------- */
#header .logo a span {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #048AA2;
    padding-left: 1.35em;
}
@media only screen and (max-width:750px){
#header .logo a span {
    display: block;
    font-size: 4.266vw;
    padding: 0.5vw 0 0 1.75em;
}
}


/* hnav2
------------------------------------------------- */
#hnav2 li a::after {
    background-color: #048AA2;
}
@media only screen and (min-width:751px){
#hnav2 li a:hover {
    color: #048AA2;
}
}


/* bg
------------------------------------------------- */
.bg {
    background: linear-gradient(180deg, #fff 0%, #fff 21%, #EFF5F5 47%, #D0E1E3 100%);
}
.hikari {
    width: auto;
    height: 113.0775em;
    position: fixed;
    top: 50%;
    left: -17.5em;
    margin-top: -60em;
    mix-blend-mode: screen;
    z-index: 2;
}
.hikari .hikari1,
.hikari .hikari2,
.hikari .hikari3 {
    width: auto;
    height: 113.0775em;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100vw);
}
.hikari .hikari1 {
    animation: hikari 5s ease 0.8s infinite;
}
.hikari .hikari2 {
    animation: hikari 5s ease 2.4s infinite;
}
.hikari .hikari3 {
    animation: hikari 5s ease 4s infinite;
}
.hikari img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
@media only screen and (max-width:750px){
.bg {
    background: linear-gradient(180deg, #fff 0%, #fff 18%, #EFF5F5 28%, #D0E1E3 100%);
}
.hikari {
    height: 191.712vw;
    top: 50%;
    left: -70vw;
    margin-top: -110vw;
}
.hikari .hikari1,
.hikari .hikari2,
.hikari .hikari3 {
    height: 191.712vw;
}
.hikari .hikari1 {
    animation: hikari-sp 5s ease 0.8s infinite;
}
.hikari .hikari2 {
    animation: hikari-sp 5s ease 2.4s infinite;
}
.hikari .hikari3 {
    animation: hikari-sp 5s ease 4s infinite;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 50em;
    margin-bottom: 12.5em;
    position: relative;
    overflow: hidden;
}
.mainvisual::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("img/newgraduate/mainbg.jpg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.mainvisual .box {
    position: relative;
    z-index: 2;
}
.mainvisual h2 {
    width: 40.9375em;
    position: absolute;
    right: 50%;
    top: 31.75em;
    margin-right: -3.8125em;
    z-index: 3;
}
.mainvisual .img1 {
    width: 48.53125em;
    position: absolute;
    left: 50%;
    top: 2.25em;
    margin-left: -10.75em;
}
.mainvisual .img2 {
    width: 8.59375em;
    position: absolute;
    right: 50%;
    top: 11.4375em;
    margin-right: 23.5em;
}
.mainvisual .img3 {
    width: 12.21875em;
    position: absolute;
    right: 50%;
    top: 23.0625em;
    margin-right: 29.5625em;
}
.mainvisual .img4 {
    width: 10.9375em;
    position: absolute;
    left: 50%;
    top: 15.0625em;
    margin-left: 31.0625em;
    z-index: 2;
}
@media only screen and (min-width:751px){
.mainvisual .mnav ul li:last-child a:hover::after {
    width: 88%;
}
}
@media only screen and (max-width:750px){
.mainvisual {
    height: 177.866vw;
    margin-bottom: 16vw;
}
.mainvisual::before {
    background-image: url("img/newgraduate/mainbg_sp.jpg");
}
.mainvisual h2 {
    width: 87.733vw;
    right: auto;
    left: 6.66vw;
    top: 126.933vw;
    margin-right: 0;
}
.mainvisual .img1 {
    width: 86.66vw;
    left: 12.266vw;
    top: 31.733vw;
    margin-left: 0;
}
.mainvisual .img2 {
    width: 18.933vw;
    right: auto;
    left: 8.533vw;
    top: 24.266vw;
    margin-right: 0;
}
.mainvisual .img3 {
    width: 26.933vw;
    right: auto;
    left: -1.866vw;
    top: 96.266vw;
    margin-right: 0;
}
.mainvisual .img4 {
    width: 24.533vw;
    left: auto;
    right: -2.133vw;
    top: 41.866vw;
    margin-left: 0;
}
}


/* second
------------------------------------------------- */
.second {
    width: 100%;
    height: 50.875em;
    text-align: center;
    position: relative;
    z-index: 3;
}
.second p {
    font-weight: 500;
    line-height: 2.25;
    letter-spacing: 0.055em;
    color: #2E3163;
    padding-bottom: 2em;
}
.second h3 {
    width: 54.66125em;
    margin: 3em auto 0;
}
@media only screen and (max-width:750px){
.second {
    width: 100%;
    height: auto;
    text-align: left;
    padding-bottom: 21.33vw;
}
.second p {
    font-size: 4.266vw;
    line-height: 2;
}
.second h3 {
    width: 100%;
    margin: 0.5em auto 0;
}
}


/* bnr-list
------------------------------------------------- */
.bnr-list {
    position: relative;
    z-index: 5;
}


/* highschool
------------------------------------------------- */
.highschool {
    height: 35.625em;
    background: url("img/newgraduate/highbg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 6.5em;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.highschool h3 {
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.45;
    text-align: center;
    color: #2E3163;
    padding-bottom: 1.25em;
}
.highschool .btnst1.high a {
    width: 33.33em;
    height: 6.33em;
    margin: 0 auto 2.25em;
}
.highschool .btnst1.high a::after {
    content: '';
    width: 0.75rem;
    height: 1.375rem;
    left: 90.5%;
    margin-top: -0.6875rem;
}
.highschool ul {
    width: 32.5em;
    margin: 0 auto;
}
.highschool ul li {
    width: 41.175%;
}
.highschool ul li.last {
    margin-top: -5.75em;
}
.highschool ul li a {
    display: block;
    color: #333;
    letter-spacing: 0.03em;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.414%22%20viewBox%3D%220%200%208.121%2013.414%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_96227%22%20data-name%3D%22%E3%83%91%E3%82%B9%2096227%22%20d%3D%22M6%2C12%2C0%2C6%2C6%2C0%22%20transform%3D%22translate(6.707%2012.707)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.5rem auto;
    position: relative;
}
.highschool ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #7D8B95;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.25s;
}
.highschool ul li.blank a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_88974%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2088974%22%20transform%3D%22translate(1)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_36462%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2036462%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_93064%22%20data-name%3D%22%E3%83%91%E3%82%B9%2093064%22%20d%3D%22M-18455%2C9762.087v7.8h7.8%22%20transform%3D%22translate(18455%20-9756.887)%22%20fill%3D%22none%22%20stroke%3D%22%237d8b95%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right center no-repeat;
    background-size: 0.875rem auto;
}
.highschool ul li ul {
    width: 100%;
    padding: 0 0 0 0.625rem;
    box-sizing: border-box;
}
.highschool ul li ul li {
    width: 100%;
    margin: 0.125em 0;
}
.highschool ul li ul li a::before {
    content: '-';
    padding-right: 0.25em;
}
@media only screen and (min-width:751px){
.highschool .btnst1.high a:hover::after {
    left: 92.5%;
}
.highschool ul li a:hover::after {
    width: 88%;
}
}
@media only screen and (max-width:750px){
.highschool {
    height: 135.466vw;
    background-image: url("img/newgraduate/highbg_sp.jpg");
    padding-top: 21.33vw;
}
.highschool h3 {
    font-size: 5.33vw;
    padding-bottom: 1.75em;
}
.highschool .btnst1.high a {
    font-size: 4.8vw;
    width: 100%;
    height: 16.266vw;
    margin: 0 auto 7vw;
}
.highschool ul {
    font-size: 4.266vw;
    width: 57.5vw;
}
.highschool ul li {
    width: 100%;
}
.highschool ul li.last {
    margin-top: 0;
}
.highschool ul li ul {
    font-size: 3.733vw;
    padding: 0 0 0 1.25em;
}
.highschool ul li ul li {
    margin: 0.135em 0;
}
}


/* voice
------------------------------------------------- */
.voice {
    background-color: #fff;
    padding: 6.25em 0 6.5625em;
    position: relative;
    z-index: 5;
}
.voice .inner {
    max-width: inherit;
    padding: 0 2.6525em;
}
.voice .sec {
    border-top: 0.3125em solid #333;
    border-bottom: 0.3125em solid #333;
    padding: 3.25em 0 3em;
    position: relative;
}
.voice .sec::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0.25em;
}
.voice .sec h3 {
    width: 36.925em;
    margin: 0 auto;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.07em;
}
@media only screen and (max-width:750px){
.voice {
    padding: 20.5vw 0 15.2vw;
}
.voice .inner {
    padding: 0;
}
.voice .sec {
    border-top: 1.33vw solid #333;
    border-bottom: 1.33vw solid #333;
    padding: 9vw 0;
}
.voice .sec::before {
    top: 1vw;
}
.voice .sec h3 {
    font-size: 4.266vw;
    width: 100%;
    letter-spacing: 0.04em;
    text-align: center;
}
.voice .sec h3 img {
    width: 73.6vw;
    margin: 3vw auto 0;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding: 1.875em 0 12.5em;
}
.cont2 h4 {
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    padding-bottom: 2em;
}
.voice-list1.cont2 .swiper-button-next,
.voice-list1.cont2 .swiper-button-prev {
    margin-top: 0.25em;
}
@media only screen and (max-width:750px){
.cont2 {
    padding: 0 0 32vw;
}
.cont2 h4 {
    font-size: 4.8vw;
    padding-bottom: 2em;
}
}


/* voice-list
------------------------------------------------- */
.voice-list1,
.voice-list3 {
    background-color: #fff;
    position: relative;
    z-index: 5;
}