@charset "UTF-8";

/* ----------------------------------------------------------------
 01. Utility
----------------------------------------------------------------- */

/**
 * Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p ,li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
blockquote:before, blockquote:after, q:before, q:after { content: none }
nav, ul, ol, dl { list-style: none }
blockquote, q { quotes: none }
a {
	background: transparent;
	color: inherit;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	outline: none;
}
input[type="text"]:focus {
  outline: none;
}

.mgb0{margin-bottom:0px!important;}
.mgb1em { margin-bottom: 1em !important; }
.mgb2em { margin-bottom: 2em !important; }
.mgb3em { margin-bottom: 3em !important; }
.mgt0{margin-top:0!important;}
.mgr0{margin-right:0!important;}
.pd0{padding:0px!important;}
.pdb0{padding-bottom:0px!important;}
.pdr0{padding-right:0px!important;}

.tac{text-align:center!important;}
.tal{text-align:left!important;}
.tar{text-align:right!important;}
.taj { text-align: justify!important; }
.fwn{font-weight:normal!important;}
.wsn{white-space:nowrap!important;}
.vam{vertical-align:middle!important;}
.vat{vertical-align:top!important;}
.vab{vertical-align:bottom!important;}
.dpb{display:block!important;}
.dpi{display:inline!important;}
.dpn{display:none!important;}
.dpib{display:inline-block!important;}
.psr{position:relative!important;}
.fll{float:left!important;}
.flr{float:right!important;}
.clb{clear:both;}
.tdu{text-decoration:underline;}
.bdn{border:none!important;}
.lh0 { line-height: 0;}
.lh1_6{line-height:1.6;}
.lh1_8{line-height:1.8;}
.ovfh{overflow:hidden;}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}
*:focus {
  outline: none;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.od1 {
	order: 1;
}
.od2 {
	order: 2;
}





/* font setting */

small { font-size: 80%; }


/* other */

.img100 {
	width: 100%;
}
.m-img100 {
	max-width: 100%;
}

.move,
.move:hover {
	transition:all 0.45s ease-in-out;
}
.move.t2 { transition-delay: 100ms; }
.move.t3 { transition-delay: 200ms; }
.move.t4 { transition-delay: 300ms; }
.move.t5 { transition-delay: 400ms; }
.move.t6 { transition-delay: 500ms; }
.move.t7 { transition-delay: 600ms; }
.move.t8 { transition-delay: 700ms; }
.move.t9 { transition-delay: 800ms; }
.move.t10 { transition-delay: 900ms; }
.move.t11 { transition-delay: 1000ms; }
.move.t12 { transition-delay: 1100ms; }


.link_line {
	text-decoration: underline;
}
.link_line:hover {
	opacity: 0.6;
}

.list_disc li {
	list-style: disc outside;
	margin: 0 0 0 25px;
}




/* ==== フォントセッティング ====*/

.f_b {
    font-weight: 700;
}
.f_ttl {
    font-weight: 900;
}

.f_en {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.f_en.b {
    font-weight: 800;
}
.f_en.bi {
    font-style: italic;
    font-weight: 800;
}
.gra {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
}



	
/* ==== General settings ====*/


.only_pc {
	display: none !important;
}
.only_sp {
	display: inherit !important;
}
@media only screen and (min-width: 768px) {
  .only_pc {
    display: inherit !important;
  }
  .only_sp {
    display: none !important;
  }
	.op_01 {
		transition:all .15s ease-in-out;
	}
	.op_01:hover {
		opacity: 0.6;
		transition:all .3s ease-in-out;
	}
}


.hidden_box {
	transform: translateY(20px);
	opacity: 0;
}
.hidden_box_sp {
	transform: translateY(20px);
	opacity: 0;
}
@media only screen and (min-width: 768px) {
		.hidden_box {
			transform: translateY(30px);
			opacity: 0;
		}
		.hidden_box_sp {
			transform: translateY(30px);
			opacity: 1;
		}
}


.ul_disc li {
	margin: 0 0 1em 1em;
	list-style: disc outside;
}
.ul_disc li:last-child {
	margin: 0 0 0 1em;
}

.ul_num li {
	margin: 0 0 0em 2em;
	list-style: decimal outside;
}
.ul_num li:last-child {
	margin: 0 0 0 2em;
}

li.air {
	height: 0 !important;
	line-height: 0 !important;
    margin: 0 !important;
}




/* ==== 読み込み ====*/
#loader{
    width: 61.5px;
    height: 90px;
    display: none;
    position: fixed; top: calc(50% - 45px); left: calc(50% - 32px);
    z-index: 10000 !important;
}
#loader img {
	height: auto;
	width: 100%;
}
#fade{
    width: 100vw;
    height: 100%;
    display: none;
    background: #fff;
    min-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
}
.all_wrap {
	display: none;
	position: relative;
}
@media only screen and (min-width: 768px) {
		#loader{
				display: none;
				z-index: 10000 !important;
		}
		#loader img {
			height: auto;
			width: 100%;
		}
}




/* アニメーション　*/
.animation {
	transform: translateY(0px);
	opacity: 1 !important;
	animation-name: start_anime;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 2s;
}
.animation.n2 {	animation-duration: 2.2s;}
.animation.n3 {	animation-duration: 2.3s;}
.animation.n4 {	animation-duration: 2.4s;}
.animation.n5 {	animation-duration: 2.5s;}
.animation.n6 {	animation-duration: 2.6s;}
.animation.n7 {	animation-duration: 2.7s;}
.animation.n8 {	animation-duration: 2.8s;}
.animation.n9 {	animation-duration: 2.9s;}
.animation.n10 { animation-duration: 3.0s;}
@media only screen and (min-width: 768px) {
		.animation_pc {
			transform: translateY(0px);
			opacity: 1 !important;
			animation-name: start_anime;
			animation-iteration-count: 1;
			animation-timing-function: ease-out;
			animation-duration: 2s;
		}
		.animation_pc.n2 {	animation-duration: 2.2s;}
		.animation_pc.n3 {	animation-duration: 2.3s;}
		.animation_pc.n4 {	animation-duration: 2.4s;}
		.animation_pc.n5 {	animation-duration: 2.5s;}
		.animation_pc.n6 {	animation-duration: 2.6s;}
		.animation_pc.n7 {	animation-duration: 2.7s;}
		.animation_pc.n8 {	animation-duration: 2.8s;}
		.animation_pc.n9 {	animation-duration: 2.9s;}
		.animation_pc.n10 { animation-duration: 3.0s;}
		}
@keyframes start_anime {
0% {transform: translateY(30px); opacity: 0;} 
50% {transform: translateY(30px); opacity: 0;} 
100% {transform: translateY(0px); opacity: 1;}
}




/* ==== Structure ====*/
html{
    height:100%;
} 
body {
	box-sizing: border-box;
	color: #010101;
	height: 100%;
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
    font-weight: 400;
	font-size: 13px;
	font-feature-settings :"palt";
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
		body {
			font-size: 14px;
			position: relative;
			width: 100%;
		}
}
p,h1,h2,h3,li,dt,dd {
	font-feature-settings: "palt";
	hyphens: auto;
}




/* Global menu ======================================== */

.menu-trigger,
.menu-trigger span,
.drawer-close .menu-trigger,
.drawer-close .menu-trigger span{
	cursor: pointer;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger,
.drawer-close .menu-trigger{
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    border: none;
    box-sizing: border-box;
    position: fixed;
    top: 0%;
    right: 0%;
    width: 50px;
    height: 50px;
    z-index: 100;
}
.menu-trigger span,
.drawer-close .menu-trigger span{
  position: absolute;
  right: 24%;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1),
.drawer-close .menu-trigger span:nth-of-type(1){
  top: 38%;
}
.menu-trigger span:nth-of-type(2),
.drawer-close .menu-trigger span:nth-of-type(2){
  top: 50%;
}
.menu-trigger span:nth-of-type(3),
.drawer-close .menu-trigger span:nth-of-type(3){
  top: 62%;
}
@media only screen and (min-width: 768px) {
		.menu-trigger,
		.drawer-close .menu-trigger{
			display: none;
		}
	}

	.menu-trigger .txt,
	.drawer-close .menu-trigger .txt {
		background: none;
		color: #fff;
		font-size: 85%;
		position: absolute; bottom: 30px; left: 0;
		text-align: center;
		width: 100%;
	}

	.drawer-open .menu-trigger:hover span {
		transform: none;
	}
	.sns_wrap li:nth-child(3) {
		animation-duration: 1.9s;
	}



	.drawer-open .menu-trigger {
        background-image: -webkit-linear-gradient(rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
        background-image: -o-linear-gradient(rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
        background-image: linear-gradient(rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
        cursor: pointer;
        position: fixed;
        top: 0%;
        right: 00%;
        height: 50px;
        width: 50px;
        z-index: 1001;
}
	.drawer-open .menu-trigger span:nth-of-type(1) {
		background: #fff;
		top: 50%;
		right: 22%;
		transform:rotate(45deg);
		width: 50%;
	}

	.drawer-open .menu-trigger span:nth-of-type(2) {
		opacity: 0;
		top: 50%;
		width: 0;
	}
	.drawer-open .menu-trigger span:nth-of-type(3) {
		background: #f1f1f1;
		bottom: inherit;
		top: 50%;
		transform:rotate(-45deg);
		right: 22%;
		width: 50%;
	}
	@media only screen and (min-width: 768px) {
			.drawer-open .menu-trigger {
				display: none;
			}
}

.drawer-nav {
	background: #fff;
	overflow-y: scroll;
	padding: 50px 50px 0 0;
	width: 100%;
	z-index: 2;
}
.drawer--right .drawer-nav {
    right: -100%;
}
.drawer-menu {
	color: #919191;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: 0.04em;
	margin: 0 auto;
	padding: 0% 0 0;
	position: relative;
	text-align: right;
	width: 100%;
}
.drawer-menu li a {
	padding: 15px 0;
}
.drawer-menu li a span {
    display: none;
}
.drawer-menu li a.current {
	opacity: .5;
}
.submenu {
    display: inherit!important;
}
.submenu li {
    font-size: .6em;
}
.submenu li a {
    padding: 5px 0;
}
.drawer-nav .changelogo {
    display: none;
}

@media only screen and (min-width: 768px) {
		.drawer-nav {
            -webkit-backdrop-filter: blur(12px);
            background: rgba(255,255,255,.55);
            backdrop-filter: blur(12px);
			display: block !important;
			height: auto !important;
            overflow: inherit;
			padding: 0px 0px 0 0 !important;
			position: relative; top: inherit !important; right: inherit !important;
			z-index: 90;
			width: 100%;
		}
        .drawer-nav.m_fixed {
            position: fixed; left: 0; top: 0 !important;
        }
		.drawer-menu {
			box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
			font-feature-settings :"palt";
			margin: auto;
            max-width: 840px;
			padding: 0px;
			text-align: right;
			width: 86%;
		}
		.drawer-menu:before {
			display: none;
		}
		.drawer-menu li {
			display: inline-block;
			font-size: 16px;
			line-height: 0;
			margin: 0;
			padding: 26px 0 4px;
            position: relative ;
            text-align: center;
			transition:all 0.3s ease-in-out;
		}
        .drawer-menu li a:hover {
            opacity: 0.5
        }
        .drawer-menu li a span {
            background-image: none;
            color: #1b1464;
            display: block;
            font-family: ryo-gothic-plusn, sans-serif;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            padding: 5px 0 0;
        }
        .submenu {
            background: #1b1434;
            display: none;
            opacity: 0;
            position: absolute ; top: 101px; left: -50px;
            transition:all 0.2s ease-in-out;
            z-index: 100;
            visibility: hidden;
            width: 200px;
        }
        .submenu.ir {
            left: 0px;
        }
        .submenu:hover {
            transition:all 0.15s ease-in-out;
        }
        /*hoverしたら表示*/
        nav li.has-child:hover > ul,
        nav li.has-child ul li:hover > ul,
        nav li.has-child:active > ul,
        nav li.has-child ul li:active > ul{
            visibility: visible;
            opacity: 1;
        }
        .submenu {
            display: inherit!important;
        }
        .submenu li {
            background: #1b1464;
            color: #fff;
            display: block ;
            font-size: .7rem;
            line-break: 2;
            margin: 0 0 1px !important;
            padding:  0 20px;
            width: 100%;
        }
        .submenu li a {
            padding: 10px 0;
        }
        .submenu li:hover {
                opacity: .6;
        }



		.drawer-menu li:first-child {
			margin: 0 0 10px;
		}

		.drawer-menu li a {
			overflow: auto;
			line-height: 1;
			position: relative;
			transition:all 0.3s ease-in-out;
		}
		.drawer-menu li a:hover {
			color: #ccc;
			transition:all 0.3s ease-in-out;
		}

		.drawer-nav {
			padding: 50px 0 0;
		}
		.drawer-menu li:last-child {
			margin-right:6px;
		}
        .drawer-nav .changelogo {
            display: block;
        }
        .drawer-nav .changelogo a {
            background: #f4f8fc;
            box-sizing: border-box;
            height: 100px;
            opacity: 0;
            padding: 16px 0 0;
            position: absolute; top: 0; left: 0;
            transition:all 0.1s ease-in-out;
            width: 100px;
        }
        .drawer-nav.m_fixed .changelogo a {
            left: 0;
            opacity: 100;
            transition:all .15s ease-in-out;
        }
        .drawer-nav .changelogo a img {
            display: block;
            height: auto;
            margin: auto;
            width: 56%;
        }

}



@keyframes rotate1 {
0% {transform: rotateX(0deg); opacity: 1;} 
50% {transform: rotateX(20deg); opacity: 1;}
51% {transform: rotateX(180deg); opacity: 1;}
100% {transform: rotateX(360deg); opacity: 1;}
}

.all_wrap {
    display: none;
}




/* ==== Header ====*/

.header {
	margin: 0 0 20px;
	padding: 60px 0 0;
	position: relative;
}
.header:after {
  background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  height: 1px;
}
.header .group_logo {
    position: absolute; top: 15px; left: 10px;
    width: 29.37%;
}
.header .logo {
	line-height: 0;
	margin: 0 auto;
	z-index: 3;
	width: 49.21%;
}
.header .contact {
    display: none;
}

@media only screen and (min-width: 768px) {
		.header {
			margin: 0 auto;
			padding: 88px 0 0;
			width: 100%;
		}
        .header .group_logo {
            position: absolute; top: 30px; left: 30px;
            width: 188px;
        }
		.header .logo {
			margin: 0 auto 10px;;
			width: 390px;
		}
        .header .contact {
            background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
            background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
            background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
            border: none;
            box-sizing: border-box;
            display: block;
            padding: 28px 0 0;
            position: fixed;
            top: 0%;
            right: 0%;
            width: 100px;
            height: 100px;
            z-index: 100;
        }
        .header .contact img {
            display: block;
            margin: auto;
            width: 50px;
        }
        .header .contact:hover img {
            opacity: .5;
            transition:all 0.3s ease-in-out;
        }
}




/* ==== Footer ====*/

.footer {
    background: #0d0935;
	padding: 40px 5%;
}
.footer .contact_foot {
    border-bottom: solid 1px #665f6d;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.footer .contact_foot a {
    background: url("/common/img/icn_contact_footer.png") no-repeat right bottom;
    background-size: contain;
    color: #fff;
    display: inline-block;
    font-family: neue-haas-unica, sans-serif;
    font-size: 11vw;
    font-style: italic;
    font-weight: 800;
    line-height: 1.2;
    margin: auto;
    padding: 0 15% 3% 0;
    text-align: left;
    width: 80%;
}
.footer .contact_foot a span {
    display: block;
    font-size: 2.4vw;
    font-style: normal;
    font-weight: 400;
}
.footer_menu {
    border-bottom: solid 1px #665f6d;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
    padding-bottom: calc(30px - 8%);
    width: 90%;
}
.footer_menu li {
    flex-basis: auto;
    margin: 0 0 8%;
    padding: 0 0 0 10%;
    width: 48%;
}
.footer_menu li .link {
    color: #fff;
    font-family: neue-haas-unica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.foot_wrap {
    margin: 0 auto 60px;
    width: 90%;
}
.foot_wrap .logo_wrap {
    border-bottom: solid 1px #665f6d;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.foot_wrap .logo_wrap .logo_foot {
    flex-basis: auto;
    text-align: right;
    width: 30%;
}
.foot_wrap .logo_wrap .logo_foot img {
    display: inline-block;
    height: auto;
    width: 70%;
}
.foot_wrap .logo_wrap .txt {
    flex-basis: auto;
    color: #c0bec8;
    font-size: 10px;
    width: 60%;
}
.foot_wrap .logo_wrap .txt span {
    font-size: 12px;
}
.foot_wrap .other_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_wrap .other_wrap a {
    align-items: center;
    display: block;
    flex-basis: auto;
    width: 48%;
}
.foot_wrap .other_wrap a:first-child,
.foot_wrap .other_wrap a:nth-child(2) {
    margin-bottom: 30px;
}
.foot_wrap .other_wrap a img {
    display: block;
    margin: auto;
}
.foot_wrap .other_wrap a:first-child img {
    width: 30%;
}
.foot_wrap .other_wrap a:nth-child(2) img {
    width: 50%;
}
.foot_wrap .other_wrap a:nth-child(3) img {
    width: 70%;
}
.foot_wrap .other_wrap a:nth-child(4) img {
    width: 60%;
}

.copy {
    color: #c0bec8;
    font-size: 10px;
    text-align: center;
}
.foot_logo {
    color: #fff;
    font-size: .7em;
    letter-spacing: 1.2;
    margin: 0 0 15px;
    text-align: center;
}
.foot_logo img {
    width: 20%;
}
@media only screen and (min-width: 768px) {
        .footer {
            background: #0d0935;
            padding: 80px 0;
        }
        .footer .contact_foot {
            border-bottom: solid 1px #665f6d;
            margin: 0 auto 60px;
            padding: 0 0 60px;
            width: 1080px;
        }
        .footer .contact_foot a {
            display: block;
            font-size: 65px;
            margin: auto;
            padding: 0 5% 2% 0;
            text-align: left;
            width: 45%;
        }
        .footer .contact_foot a:hover {
            opacity: .6;
        }
        .footer .contact_foot a span {
            font-size: 14px;
            line-height: 3;
        }
        .footer_menu {
            margin: 0 auto 60px;
            padding: 0 10px;
            max-width: 1080px;
            padding-bottom: 60px;
        }
        .footer_menu li {
            flex-basis: auto;
            margin: 0 0 0%;
            padding: 0;
            text-align: center;
            width: 20%;
        }
        .footer_menu li a:hover {
            opacity: .6;
        }
        .footer_menu li .link {
            font-size: 20px;
            margin: 0 auto 0px;
        }


        .foot_wrap {
            border-bottom: solid 1px #665f6d;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto 80px;
            max-width: 1080px;
            padding-bottom: 60px; 
        }
        .foot_wrap .logo_wrap {
            border-bottom: none;
            border-right: solid 1px #665f6d;
            align-items: center;
            display: block;
            margin: 0;
            padding: 0;
            width: 250px;
        }
        .foot_wrap .logo_wrap .logo_foot {
            display: block;
            margin: 0 auto 15px;
            padding: 10px 0;
            width: 50%;
        }
        .foot_wrap .logo_wrap .logo_foot img {
            display: block;
            width: 100%;
        }
        .foot_wrap .logo_wrap .txt {
            margin: auto;
            font-size: 10px;
            width: 60%;
        }
        .foot_wrap .logo_wrap .txt span {
            font-size: 12px;
        }
        .foot_wrap .other_wrap {
            align-items: center;
            flex-basis: auto;
            margin: auto;
            padding: 0 50px;
            width: 70% ;
        }
        .foot_wrap .other_wrap a {
            display: block;
            flex-basis: auto;
            width: 25%;
        }
        .foot_wrap .other_wrap a:first-child,
        .foot_wrap .other_wrap a:nth-child(2) {
            margin-bottom: 0px;
        }
        .foot_wrap .other_wrap a:first-child img {
            width: 35%;
        }
        .foot_wrap .other_wrap a:nth-child(2) img {
            width: 55%;
        }
        .foot_wrap .other_wrap a:nth-child(3) img {
            width: 80%;
        }
        .foot_wrap .other_wrap a:nth-child(4) img {
            width: 68%;
        }

        .copy {
            color: #c0bec8;
            font-size: 10px;
            text-align: center;
        }
        .foot_logo {
            color: #fff;
            font-size: .7em;
            letter-spacing: 1.2;
            margin: 0 0 80px;
            text-align: center;
        }
        .foot_logo img {
            width: 80px;
        }
}




/* Top page ======================================== */

.movie_wrap {
    background: url("common/img/img_top.jpg");
    background-size: cover;
    line-height: 0;
    margin: 0;
    height: calc(100vh - 169px);
    overflow: hidden;
    padding: 5px 0 0;
    position: relative;
}
.movie_wrap:before {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 5px;
    position: absolute; top: 0; left: 0;
    width: 100%;
}
.movie_wrap video {
    height: calc(100% - 5px);
    margin: auto;
    position: absolute; top: 5px; left: -50%;
    width: auto;
}
.movie_wrap .catch_top {
    position: absolute; top: 24%; left: 6%;
    width: 70%;
    z-index: 1;
}
.movie_wrap .catch_top img {
    height: auto;
    width: 100%;
}
@media only screen and (min-width: 768px) {
        .movie_wrap {
            margin: 0;
            height: 700px;
        }
        .movie_wrap video {
            height: 100%;
            margin: 0;
            object-fit: cover;
            position: absolute; top: 5px; left: 0;
            width: 100%;
        }
        .movie_wrap .catch_top {
            height: 540px;
            position: absolute; bottom: inherit; top: 80px; left: 10%;
            width: auto;
            z-index: 2;
        }
        .movie_wrap .catch_top img {
            height: 100%;
            width: auto;
        }
}




.gray_wrap {
    background: #f4f3f9;
    padding: 45px 0;
    position: relative;
}
.gray_wrap:before,
.gray_wrap:after {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; top: 5px; left: 0;
    width: 100%;
}
.gray_wrap:after {
    position: absolute; top: inherit;bottom: 5px; left: 0;
}
.gray_wrap.works {
    padding: 10px 0;
    position: relative;
}
.ttl_01 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 8.2vw;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center;
}
.ttl_01_under {
    font-size: 10px;
    line-height: 1;
    margin: 0 0 25px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
        .gray_wrap {
            padding: 105px 0;
        }
        .ttl_01 {
            font-size: 80px;
            margin: 0 0 15px;
        }
        .ttl_01_under {
            font-size: 15px;
            margin: 0 0 60px;
        }
}

.ul_news {
    margin: 0 auto 30px;
    max-width: 800px;
    width: 86%;
}
.ul_news.ir {
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
}
.ul_news li {
    margin: 0 0 15px;
    padding: 0 0 5px;
    position: relative;
}
.ul_news li:last-child {
    margin: 0;
}
.ul_news li:after {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; bottom: 0px; left: 0;
    width: 100%;
}
.ul_news li .day_wrap {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px;
    overflow: hidden;
}
.ul_news li .day_wrap .left {
    float: left;
    padding: 0 2px 0 0;
}
.txt_year {
    font-size: 10px;
    margin: 0;
}
.txt_month {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}
.ul_news li .day_wrap .right {
    float: left;
}
.ul_news li .day_wrap .right p {
    font-size: 30px;
    font-weight: 800;
}
.ul_news li .txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}
.ul_news.ir li .txt:after {
    background: url("/common/img/icn_pdf.png") no-repeat bottom;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    width: 14px;
}
.ul_news.ir li .txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    display: -webkit-box;
    overflow: inherit;
}
.ul_news li a.child {
    position: relative;
    padding: 0 25px 0 0;
}
.ul_news li a.child::after {
    background: url("/common/img/icn_blank.png") no-repeat;
    background-size: 24px;
    content: "";
    height: 24px;
    position: absolute; right: 0; bottom: 10px;
    width: 24px;
}
.ul_news.ir li a {
    position: relative;
    padding: 0;
}
.ul_news.ir li a::after {
    display: none;
}
.ul_news li .icn {
    background: #1b1464;
    color: #fff;
    font-size: 10px;
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    height: 12px;
    line-height: 12px;
    padding: 0 6px;
    position: absolute; top: 0; right: 0;
}
.ul_news li .icn.crest {
    background: #d9ab72;
}
.ul_news li .icn.sports {
    background: #2b7f79;
}

.btn_01 {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    border: none;
    color: #fff;
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.btn_01 span {
    font-weight: 900;
    padding: 0 20px 0 0;
    position: relative;
}
.btn_01 span:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    content: "";
    height: 9px;
    position: absolute; right: 0; top: calc(50% - 5px);
    transform: rotate(-45deg);
    width: 9px;
}
@media only screen and (min-width: 768px) {
        .ul_news {
            margin: 0 auto 60px;
        }
        .ul_news li {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 30px;
            padding: 0 0 10px;
        }
        .ul_news li .day_wrap {
            flex-basis: auto;
            width: 120px;
        }
        .ul_news li .day_wrap .left {
            float: left;
            padding: 0 5px 0 0;
        }
        .txt_year {
            font-size: 10px;
            padding: 8px 0 0;
        }
        .txt_month {
            font-size: 23px;
        }
        .ul_news li .day_wrap .right p {
            font-size: 45px;
        }
        .ul_news li .txt {
            flex-basis: auto;
            padding: 22px 0 0;
            width: calc(100% - 140px);
        }
        .ul_news.ir li .txt {
            padding: 0;
        }
        .ul_news li a {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0 50px 0 0;
            width: 100%;
        }
        .ul_news li a:hover .txt {
           text-decoration: underline;
           opacity: .6;
        }
        .ul_news li a.child {
            padding-right: 30px;
        }
        .ul_news li a.child::after {
            background-size: 28px;
            height: 28px;
            width: 28px;
        }
        .ul_news li .icn {
            right: inherit; left: 150px;
        }

        .btn_01 {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            width: 300px;
        }
        .btn_01 span {
            font-weight: 900;
            padding: 0 30px 0 0;
            position: relative;
        }
        .btn_01 span:after {
            right: 10px;
            transition:all 0.45s ease-in-out;
        }
        .btn_01:hover span:after {
            right: 0;
            transition:all 0.45s ease-in-out;
        }
        .ul_news.ir li .txt:after {
            height: 15px;
            width: 18px;
        }

}

.white_wrap {
    padding: 45px 0;
    position: relative;
}
.white_wrap.line {
    position: relative;
}
.white_wrap.line:before {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; top: 5px; left: 0;
    width: 100%;
}

.ttl_philosophy_top {
    display: none;
}
.philosophy_wrap_01 {
    animation-name: philosophy_anime;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
	animation-duration: 16s;
    filter: hue-rotate(0deg);
    margin: 0 auto 20px;
    width: 90%;
}
@keyframes philosophy_anime {
0% {filter: hue-rotate(0deg);} 
50% {filter: hue-rotate(360deg);} 
100% {filter: hue-rotate(0deg);}
}

.txt_philosophy_01 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 2;
    margin: 0 auto 20px;
    width: 80%;
}
.white_wrap.headerline:before {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; top: 0; left: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
        .white_wrap {
            padding: 105px 0;
        }
        .ttl_philosophy_top {
            color: #fff;
            display: block;
            font-family: neue-haas-unica, sans-serif;
            font-size: 3.5vw;
            font-weight: 800;
            position: absolute; top: 25%; left: 52%;
        }

        .txt_philosophy_01 {
            -webkit-background-clip: none;
            -webkit-text-fill-color: inherit;
            color: #fff;
            font-size: 1.5vw;
            line-height: 2;
            margin: 0 auto 20px;
            position: absolute; top: 33%; left: 52%;
            width: 39%;
        }
        .philosophy_wrap .btn_01 {
            background: #fff;
            color: #1b1464;
            position: absolute; top: 62%; left: 52%;
        }
        .philosophy_wrap .btn_01 span:before, 
        .philosophy_wrap .btn_01 span:after {
            border-bottom: solid 1px #1b1464;
            border-right: solid 1px #1b1464;
        }
        .white_wrap.headerline:before {
            position: absolute; top: 0; left: 5%;
            width: 90%;
        }
}
@media only screen and (min-width: 1400px) {
        .white_wrap.headerline:before {
            position: absolute; top: 0; left: calc(50% - 600px);
            width: 1200px;
        }
}

.vision_wrap_top {
    margin: 0 auto 30px;
    max-width: 1080px;
    width: 94%;
}
@media only screen and (min-width: 768px) {
        .vision_wrap_top {
            margin: 0 auto 60px;
        }
}

.information_top {
    margin: 0 auto 30px;
    max-width: 1080px;
    width: 90%;
}
.information_top .box {
    margin: 0 0 30px;
    position: relative;
}

.information_top .box .ttl {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center;
}
.ul_info {
    background: #f5f4f9;
    margin: 0 0 15px;
    padding: 25px;
    position: relative;
}
.ul_info:before,
.ul_info:after {
    background: #1b1465;
    content: "";
    height: 1px;
    position: absolute; top: 5px; left: 0;
    width: 100%;
}
.ul_info:after {
    top: inherit; bottom: 5px;
}
.ul_info li {
    margin: 0 0 7px;
}
.ul_info li:last-child {
    margin: 0;
}
.ul_info li .day {
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
}
.ul_info li a .txt {
    display: inline-block;
    font-size: 11px;
    position: relative;
}
.ul_info li a .txt:after {
    background: url("/common/img/icn_pdf.png") no-repeat bottom;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 12px;
    width: 14px;
}
@media only screen and (min-width: 768px) {
        .information_top {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto 60px;
        }
        .information_top .box {
            flex-basis: auto;
            margin: 0;
            width: 31%;
        }
        .information_top .box .ttl {
            font-size: 18px;
            margin: 0 0 10px;
        }
        .ul_info {
            min-height: 100%;
            padding: 25px 10px 0;
        }
        .ul_info li .day {
            font-size: 14px;
        }
        .ul_info li a .txt {
            font-size: 12px;
        }
        .ul_info li a:hover .txt {
            opacity: .6;
            text-decoration: underline;
        }
        .ul_info li a .txt:after {
            height: 15px;
            width: 18px;
        }
}

.ttl_sdgs_01,
.ttl_sdgs_02 {
     color: #278252;
     font-size: 14px;
     font-weight: 800;
     margin: 0 0 15px;
     text-align: center;
}
.ttl_sdgs_02 {
     color: #0d0935;
}
.ttl_sdgs_01.under ,
.ttl_sdgs_02.under {
    margin: 0 auto 15px;
    max-width: 800px;
    text-align: left;
    width: 90%;
}

.ul_sdgs_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10px;
    max-width: 650px;
    width: 90%;
}
.ul_sdgs_top li {
    flex-basis: auto;
    margin: 0 5% 5% 0;
    width: 30%;
}
.ul_sdgs_top li:nth-child(3n) {
    margin-right: 0;
}
.ul_sdgs_top.ten li:nth-child(10) {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
        .ttl_sdgs_01,
        .ttl_sdgs_02 {
             font-size: 20px;
             line-height: 1;
             margin: 0 0 40px;
        }
        .ttl_sdgs_01.under ,
        .ttl_sdgs_02.under {
            margin: 0 auto 40px;
        }
        .ul_sdgs_top {
            margin: 0 auto 40px;
        }
        .ul_sdgs_top li {
            flex-basis: auto;
            margin: 0 3.75% 3.75% 0;
            width: 17%;
        }
        .ul_sdgs_top li:nth-child(3n) {
            margin-right: 3.75%;
        }
        .ul_sdgs_top li:nth-child(5n) {
            margin-right: 0;
        }
}

.ul_company_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0px;
    max-width: 1200px;
    width: 90%;
}
.ul_company_top li {
    background: #fff;
    border: solid 1px #d8d7e9;
    flex-basis: auto;
    margin: 0 0 4%;
    padding: 2px;
    width: 48%;
}
.ul_company_top li .img_wrap {
    line-height: 0;
    margin: 0 0 5px;
}
.ul_company_top li .ttl_en {
    color: #e4e4e4;
    font-feature-settings: "palt";
    font-size: 5.5vw;
    line-height: .9;
    margin: 0 auto 8px;
    width: 90%;
}
.ul_company_top li .ttl {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 3.2vw;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 10px;
    width: 90%;
}
@media only screen and (min-width: 768px) {
        .ul_company_top li {
            margin: 0;
            width: 31%;
        }
        .ul_company_top li .img_wrap {
            margin: 0 0 10px;
            overflow: hidden;
        }
        .ul_company_top li .img_wrap img {
            transition:all 0.45s ease-in-out;
        }

        .ul_company_top li a:hover .img_wrap img {
            transform: scale(1.05);
            transition:all 0.45s ease-in-out;
        }
        .ul_company_top li .ttl_en {
            font-size:min(3vw,42px);
            margin: 0 auto 20px;
        }
        .ul_company_top li .ttl {
            font-size: 22px;
            margin: 0 auto 20px;
        }
        .ul_company_top.under li {
            margin: 0 0 3.5%;
            width: 31%;
        }
        .ul_company_top.under li:nth-child(4),
        .ul_company_top.under li:nth-child(5),
        .ul_company_top.under li:nth-child(6) {
            margin: 0;
        }
}




/* Company page ======================================== */

.company_wrap {
    position: relative;
}
.company_wrap .menu_wrap {
    background: #fff;
    border-top: solid 1px #1b1465;
    border-bottom: solid 1px #1b1465;
    margin: 0 0 25px;
    padding: 10px 0;
    position: sticky;
    top: 0px;
    z-index: 1;
}
.menu_wrap .ul_company_01 {
    margin: 0;
    overflow: hidden;
}
.menu_wrap .ul_company_02 {
    display: none;
}
.menu_wrap .ul_company_01 li {
    color: #241b7f;
    font-size: 12px;
    line-height: 18px; 
    margin: 0 !important;
    padding: 1px 10px 0;
    text-align: center;
    width: auto;
}
.menu_wrap .ul_company_01 li.current {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    border-radius: 8px;
    color: #fff;
}

.company_wrap .contents_wrap {
    margin: 0 auto 30px;
    padding: 0 0 10px;
    position: relative;
    width: 87.5%;
}
.company_wrap .contents_wrap:after {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; bottom: 0; left: 0;
    width: 100%;
}
.company_wrap .contents_wrap.noline:after {
    display: none;
    margin: auto;
}
.ttl_company_01 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 10px;
    text-align: center;
    width: 90%;
}
.ttl_company_01.archive {
    margin: 0 auto 10px;
}
.ttl_company_02 {
    color: #e4e4e4;
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 25px;
    text-align: center;
    width: 90%;
}
.ttl_company_02.archive {
    margin: 0 auto 10px;
}
.dl_company_01 {
    margin: 0 0 25px;
}
.dl_company_01 dt {
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 1;
}
.dl_company_01 dd {
    font-size: 11px;
}
.switchHat {
    margin: 0 auto 25px;
}
.closeBtnHat,
.nowOpen {
    display: none;
}
@media only screen and (min-width: 768px) {
        .company_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: auto;
            max-width: 1200px;
            padding: 40px 0 0;
            width: 90%;
        }
        .company_wrap .menu_wrap {
            background: none;
            flex-basis: auto;
            border: none;
            height: 250px;
            margin: 0;
            padding: 0;
            top: 150px;
            width: 300px;
        }
        .menu_wrap .ul_company_01 {
            display: none;
        }
        .menu_wrap .ul_company_02 {
            display: block;
        }
        .menu_wrap .ul_company_02 li {
            color: #241b7f;
            font-size: 15px;
            line-height: 1;
            margin: 0 0 30px;
        }
        .menu_wrap .ul_company_02 li.current {
            font-weight: 900;
            opacity: 1 !important;
        }
        .menu_wrap .ul_company_02 li:hover {
            opacity: .6;
        }
        
        .company_right {
            flex-basis: auto;
            width: calc(100% - 300px);
        }

        .company_wrap .contents_wrap {
            margin: 0 auto 60px;
            padding: 0 0 40px;
            position: relative;
            width: 100%;
        }
        .ttl_company_01 {
            display: inline-block;
            font-size: 40px;
            margin: 0 20px 70px 0;
            text-align: left;
            width: auto;
        }
        .ttl_company_01.archive {
            margin: 0 20px 20px 0;
        }
        .ttl_company_02 {
            display: inline-block;
            font-size: 22px;
            margin: 0 0 70px;
            text-align: left;
            width: auto;
        }
        .ttl_company_02.archive {
            display: inline-block;
            font-size: 22px;
            margin: 0 0 20px;
            text-align: left;
            width: auto;
        }
        .dl_company_01 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 30px;
        }
        .dl_company_01 dt {
            flex-basis: auto;
            font-size: 16px;
            margin: 0;
            width: 220px;
        }
        .dl_company_01 dd {
            flex-basis: auto;
            font-size: 16px;
            width: calc(100% - 250px)
        }
        .switchHat {
            margin: 0 auto 25px;
        }
}

.map_wrap {
    border: solid 1px #1c1466;
    margin: 0 auto 30px;
    max-width: 1000px;
    padding-top: 58%;
    position: relative;
    width: 90%;
}
.map_wrap iframe {
    filter: saturate(0%);
    height: 100%;
    position: absolute; top: 0; left: 0;
    width: 100%;
}
.map_wrap:after {
    background: rgba(78, 67, 215, 0.5);
    content: "";
    height: 100%;
    mix-blend-mode: color-burn;
    pointer-events: none;
    position: absolute ; top: 0; left: 0;
    width: 100%;
}

.access_wrap {
    display: block;
}
.access_wrap .address {
    margin: 0 0 15px;
}
.access_wrap .info {
    margin: 0;
}
@media only screen and (min-width: 768px) {
        .map_wrap {
            margin: 0 auto 60px;
            padding-top: 38%;
        }
        .access_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .access_wrap .address {
            flex-basis: auto;
            font-size: 16px;
            margin: 0;
            width: 50%;
        }
        .access_wrap .info {
            flex-basis: auto;
            font-size: 16px;
            width: 50%;
        }
}

.fs_02 {
    font-size: 1.14em;
}
@media only screen and (min-width: 768px) {
        .fs_02 {
            font-size: 16px;
        }
}

.ttl_policy_01 {
    font-size: 1.2em;
}
.dl_policy_01 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 10px;
    width: 100%;
}
.dl_policy_01 .img {
    flex-basis: auto;
    width: 20%;
}
.dl_policy_01 .ttl {
    flex-basis: auto;
    width: 78%;
}
@media only screen and (min-width: 768px) {
        .ttl_policy_01 {
            font-size: 26px;
        }
        .dl_policy_01 {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto 10px;
            width: 100%;
        }
        .dl_policy_01 .img {
            width: 100px;
        }
        .dl_policy_01 .ttl {
            width: calc(100% - 120px);
        }
}

.dl_general {
    margin: 0 0 2em;
}
.dl_general dt {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 700;
}
.dl_general dd {
    font-size: 1.14em;
    font-weight: 700;
}
.dl_general dd span {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-size: .8em;
    opacity: .6;
    padding: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
        .dl_general {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .dl_general dt {
            flex-basis: auto;
            font-size: 18px;
            width: 170px;
        }
        .dl_general dd {
            flex-basis: auto;
            font-size: 18px;
            width: calc(100% - 190px);
        }
        .dl_general dd span {
            padding: 0 0 0 20px;
        }
}

.group_wrap_01 {
    margin: 0 0 20px;
    overflow: hidden;
}
.group_wrap_01 .img {
    line-height: 0;
    margin: 0 0 10px;
    width: 70%;
}
.group_wrap_01 .img.size2 {
    width: 50%;
}
.group_wrap_01 .img.size3 {
    width: 32%;
}
.group_wrap_01 .name {
    color: #e4e4e4;
    font-weight: 900;
    line-height: 1;
}
@media only screen and (min-width: 768px) {
        .group_wrap_01 {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            margin: 0 0 40px;
        }
        .group_wrap_01 .img {
            flex-basis: auto;
            margin: 0 30px 0 0;
            width: 267px;
        }
        .group_wrap_01 .img.size2 {
            width: 221px;
        }
        .group_wrap_01 .img.size3 {
            width: 112px;
        }
        .group_wrap_01 .name {
            flex-basis: auto;
            line-height: 40px;
        }
        .group_wrap_01 .name.size2 {
            padding: 25px 0 0;
        }
        .group_wrap_01 .name.size3 {
            margin-top: -15px;
        }
}

.ttl_governance_01,
.ttl_governance_02　{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 1.3em;
    font-weight: 900;
    margin: 0 0 .5em;
}
.ttl_governance_02 {
    font-feature-settings: "palt";
    font-size: 1.2em;
    font-weight: 700;
    padding: 0 0 0 10px;
}
.box_90 {
    padding: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
    .ttl_governance_01,
    .ttl_governance_02　{
        font-size: 20px;
        font-weight: 900;
        margin: 0 0 1em;
    }
    .ttl_governance_02 {
        font-feature-settings: "palt";
        font-size: 1.2em;
        font-weight: 700;
        margin: 0 0 .8em;
        padding: 0 0 0 15px;
    }
    .box_90 {
        padding: 0 0 0 15px;
    }
}




/* SDGs page ======================================== */

.logo_goal {
    margin: 0 auto 20px;
    max-width: 492px;
    width: 80%;
}
.ttl_sdgs_03 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 10px;
    text-align: center;
    width: 90%;
}
.ttl_sdgs_04 {
    color: #8d8d8d;
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 15px;
    text-align: center;
    width: 90%;
}
.txt_sdgs_01 {
    font-size: 1.14em;
    margin: 0 auto 20px;
    max-width: 800px;
    width: 90%;
}
.txt_sdgs_01.disclosure {
    width: 100%;
}
.sdgs_wrap_01 {    
    background: #fff;
    border-radius: 6px;
    margin: 0 auto 30px;
    max-width: 800px;
    padding: 5px;
    width: 90%;
}
.sdgs_wrap_01 .inner {
    border: solid 1px #efeef4;
    border-radius: 4px;
    margin: auto;
    padding: 15px 0 0;
}
@media only screen and (min-width: 768px) {
        .logo_goal {
            margin: 0 auto 40px;
        }
        .ttl_sdgs_03 {
            font-size: 40px;
            margin: 0 0 20px;
            width: auto;
        }
        .ttl_sdgs_04 {
            font-size: 22px;
            margin: 0 0 30px;
            width: auto;
        }
        .txt_sdgs_01 {
            font-size: 16px;
            margin: 0 auto 40px;
        }
        .sdgs_wrap_01 {    
            margin: 0 auto 60px;
        }
        .sdgs_wrap_01 .inner {
            padding: 30px 0 0;
        }
}




/* Works page ======================================== */

.works_wrap {
    margin: 0 0 5px;
    padding: 5px;
    position: relative;
}
.works_wrap:after {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; bottom: 0px; left: 0;
    width: 100%;
}
.works_wrap.noline {
    margin: 0 0 5px;
    padding: 5px 5px 0;
    position: relative;
}
.works_wrap.noline:after {
    display: none;
}
.works_wrap .img {
    line-height: 0;
    margin: 0 0 5px;
    padding: 0 0 5px;
    position: relative;
}
.works_wrap .img img {
    height: auto;
    width: 100%;
}
.works_wrap .img:after {
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    content: "";
    height: 1px;
    position: absolute; bottom: 0px; left: 0;
    width: 100%;
}
.works_wrap .txt {
    margin: 0 0 5px;
    padding: 15px 0;
    position: relative;
}

.ttl_works_01 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 10px;
    text-align: center;
    width: 90%;
}
.ttl_works_02 {
    color: #8d8d8d;
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 15px;
    text-align: center;
    width: 90%;
}
.txt_works_01 {
    margin: 0 auto 1em;
    width: 90%;
}


.works_wrap .txt:after {
    background: #e4e4e4;
    content: "";
    height: 1px;
    position: absolute; bottom: 0px; left: 0;
    width: 100%;
}
.works_wrap .logo {
    line-height: 0;
    padding: 10px;
    position: relative;
    text-align: center;
}
.works_wrap .logo img {
    display: inline-block;
    margin: auto;
    width: 20%;
}
.works_wrap .logo.size2 img {
    position: relative;
    width: 45%;
}
.works_wrap .logo.nolink img {
    opacity: .4;
}

@media only screen and (min-width: 768px) {
        .works_wrap,
        .works_wrap a {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            overflow: hidden;
            padding-top: 0;
        }
        .works_wrap.noline {
            margin-bottom: 0;
            padding-top: 0;
        }
        .works_wrap .inner {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
        }
        .works_wrap .inner:after ,
        .works_wrap .inner:before {
            background: #f4f3f9;
            content: "";
            height: 4px;
            position: absolute; top: -4px; left: 0;
            width: 100%;
            z-index: 89;
        }
        .works_wrap .inner:after {
            bottom: -4px;
            top: inherit;
        }
        .works_wrap .img {
            box-sizing: border-box;
            flex-basis: auto;
            line-height: 0;
            margin: 0;
            padding: 0 10px 0 0;
            position: relative;
            width: 40%;
        }
        .works_wrap .img img {
            height: auto;
            overflow: hidden;
            width: 100%;
        }
        .works_wrap .img:after {
            display: none;
        }
        .works_wrap .txt {
            box-sizing: border-box;
            flex-basis: auto;
            margin: 0 0 5px;
            padding: 0 10px 0 0;
            position: relative;
            width: 45%;
        }

        .ttl_works_01 {
            font-size: 30px;
            text-align: left;
            width: 70%;
        }
        .ttl_works_02 {
            font-size: 22px;
            text-align: left;
            width: 70%;
        }
        .txt_works_01 {
            font-size: 16px;
            margin: 0 auto 1.5em;
            width: 70%;
        }
        .works_wrap .txt:after {
            display: none;
        }
        .works_wrap .logo {
            box-sizing: border-box;
            flex-basis: auto;
            padding: 0 10px 0 0;
            width: 15%;
        }
        .works_wrap .logo img {
            display: inline-block;
            margin: auto;
            width: 40%;
        }
        .works_wrap .logo.size2 img {
            width: 60%;
        }
        .od1 { order: 1}
        .od2 { order: 2}
        .od3 { order: 3}
        .right_line {
            background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
            background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
            background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
            content: "";
            height: 800px;
            position: absolute; top: -200px; right: 5px;
            width: 1px;
        }
        .works_wrap a:hover .img img {    
            opacity: .6;
            transition:all 0.45s ease-in-out;
        }

        .hover-underline {
            padding-bottom: .25em;
            background: linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%) 0 100%/0 1px no-repeat;
            transition: background .6s;
            text-decoration: none;
        }
        .works_wrap a:hover .hover-underline {
            background-size: 100% 1px;
        }

}

.img_env_01 {
    margin: 0 auto 30px;
    line-height: 0;
    max-width: 800px;
    width: 90%;
}
.strategy_wrap_01 {
    line-height: 0;
    margin: 0 auto 40px;
    max-width: 1040px;
    width: 90%;
}
.list_strategy {
    margin: auto;
    max-width: 1040px;
    width: 90%;
}
.list_strategy li {
    border-bottom: solid 1px #1c1566;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.list_strategy li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.strategy_wrap_02 {
    margin: 0 0 10px;
    padding: 0 0px;
}
.ttl_strategy_01 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-family: neue-haas-unica, sans-serif;
    font-size: 1.14em;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    width: 90%;
}
.ttl_strategy_01 span{
    font-size: 2em;
}
.ttl_strategy_02 {
    font-size: 1.14em;
    margin: 0 0 5px 0;;
}
.txt_strategy_01 {
    padding: 0 0px;
}

.strategy_wrap_03 {
    margin: 0;
}
.strategy_wrap_03 .txt_wrap {
    margin: 0 0 10px;
}
.strategy_wrap_03 .img_wrap {
    margin: 0;
    overflow: hidden;
}
.strategy_wrap_03 .img_wrap img {
    float: left;
    margin: 0 10px 0 0;
    width: 30%;
}
.strategy_wrap_03 .img_wrap img:last-child {
    margin: 0;
}
@media only screen and (min-width: 768px) {
        .img_env_01 {
            margin: 0 auto 60px;
        }
        .strategy_wrap_01 {
            margin: 0 auto 80px;
        }
        .list_strategy li {
            margin: 0 0 30px;
            padding: 0 10px 30px;
        }
        .list_strategy li:last-child {
            padding: 0 10px;
        }
        .strategy_wrap_02 {
            overflow: hidden;
        }
        .ttl_strategy_01 {
            float: left;
            font-size: 20px;
            margin: 0 10px 0 0;
            width: auto;
        }
        .ttl_strategy_01 span{
            font-size: 30px;
        }
        .ttl_strategy_02 {
            float: left;
            font-size: 20px;
            margin: 0 0 5px 0;
            width: auto;
        }
        .txt_strategy_01 {
            padding: 0;
        }

        .strategy_wrap_03 {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .strategy_wrap_03 .txt_wrap {
            flex-basis: auto;
            margin: 0;
            width: calc(100% - 300px);
        }
        .strategy_wrap_03 .img_wrap {
            flex-basis: auto;
            width: 300px;
        }
        .strategy_wrap_03 .img_wrap img {
            float: left;
            margin: 0 20px 0 0;
            width: 140px;
        }
}

.sports_wrap {
    margin: 0 auto 30px;
    max-width: 1040px;
    width: 90%;
}
.sports_wrap .left {
    margin: 0 0 30px;
}
.sports_wrap .left.bnr {
    margin: 0 0 15px;
}
.sports_wrap .right {
    margin: 0;
}
.img_sports {
    line-height: 0;
    margin: 0 0 15px;
}
.txt_sports {
    margin: 0 0 15px;
    padding: 0 10px;
}
.bnr_sports {
    height: auto;
    margin: 0 0 15px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
        .sports_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto 60px;
        }
        .sports_wrap .left {
            flex-basis: auto;
            margin: 0;
            width: 47%;
        }
        .sports_wrap .left.bnr {
            margin: 0;
        }
        .sports_wrap .right {
            flex-basis: auto;
            margin: 0;
            width: 47%;
        }
        .img_sports {
            margin: 0 0 30px;
        }
        .txt_sports {
            margin: 0 0 30px;
        }
        .bnr_sports {
            margin: 0 0 10px;
        }
}




/* CONTACT page ======================================== */

.dl_contact {
    margin: 0 auto 30px;
    max-width: 1040px;
    width: 90%;
}
.dl_contact dt {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-family: neue-haas-unica, sans-serif;
    font-size: 1.14em;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 15px;;
}
.dl_contact dt small {
    font-weight: normal;
}
.dl_contact dt span {
    border: solid 1px #ccc;
    font-size: .7em;
    margin: 0 0 0 10px;
    padding: 0px 5px;
}
.dl_contact dd {
    margin: 0;
}
.form_01 {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1.14em;
    line-height: 40px;
    margin: 0;
    padding: 0 5px;
    width: 70%;
}
.form_01.size2 {
    width: 100%;
}
placefolder {
    color: #ccc;
}
.txtarea_01 {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    box-sizing: border-box;
    height: 150px;
    margin: 0;
    padding: 5px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
        .dl_contact {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto 40px;
        }
        .dl_contact dt {
            flex-basis: auto;
            font-size: 20px;
            line-height: 40px;
            width: 290px;
        }
        .dl_contact dt span {
            border: solid 1px #ccc;
            font-size: .7em;
            margin: 0 0 0 10px;
            padding: 0px 5px;
        }
        .dl_contact dd {
            flex-basis: auto;
            width: calc(100% - 300px);
        }

        .txtarea_01 {
            height: 250px;
        }
}
/* Form menu ======================================== */
.hissu{
	font-size:77%;
	color:#C00;
}
.error {
	border: #e28585 2px solid !important;
}
.error_radio {
	outline: solid 1px #e28585 !important;
}
.red{
	color:#C00;
}



/* PRIVACY POLICY page ======================================== */

.dl_privacy {
    margin: 0 auto 30px;
    max-width: 800px;
    width: 90%;
}
.dl_privacy.disclosure {
    width: 100%;
}
.dl_privacy dt {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-family: neue-haas-unica, sans-serif;
    font-size: 1.14em;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 15px;;
}
.dl_privacy dd {
    padding: 0 10px;
}




/* NEWS detail page ======================================== */

.detail_wrap {
    margin: 0 auto 40px;
    max-width: 800px;
    width: 90%;
}
.detail_wrap .ttl_wrap {
    border-bottom: solid 1px #1c1566;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.detail_wrap .ttl_wrap .ttl {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 auto 10px;
    text-align: left;
}
.detail_wrap .ttl_wrap .day {
    color: #8d8d8d;
    font-family: neue-haas-unica, sans-serif;
    font-feature-settings: "palt";
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    text-align: right;
}
.detail_wrap img {
    height: auto;
    margin: 0 auto 1em;
    max-width: 100%;
}
.detail_wrap p {
    margin: 0 0 1em;
    padding: 0 10px;
}
.detail_wrap h4 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    font-feature-settings: "palt";
    font-size: 1.26em;
    font-weight: 900;
    margin: 0 0 .5em;
}
.detail_wrap h5 {
    font-feature-settings: "palt";
    font-size: 1.14em;
    font-weight: 900;
    margin: 0 0 .5em;
}

.pager_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 90%;
}
.pager_wrap a {
    color: #999;
    display: block;
    font-size: .8em;
    flex-basis: auto;
    line-height: 1.8;
    position: relative;
    width: 40%;
}
.pager_wrap a.left {
    padding: 0 0 0 20px;
}
.pager_wrap a.left:after {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    height: 16px;
    content: "";
    position: absolute; left: 0;
    transform: rotate(45deg);
    width: 16px;
}
.pager_wrap a.right {
    padding: 0 20px 0 0;
    text-align: right;
}
.pager_wrap a.right:after {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    height: 16px;
    content: "";
    position: absolute; right: 0;
    transform: rotate(225deg);
    width: 16px;
}
@media only screen and (min-width: 768px) {
        .detail_wrap {
            margin: 0 auto 80px;
        }
        .detail_wrap .ttl_wrap {
            align-items: flex-end;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 30px;
            padding: 0 0 15px;
        }
        .detail_wrap .ttl_wrap .ttl {
            flex-basis: auto;
            font-size: 26px;
            margin: 0;
            width: calc(100% - 120px);
        }
        .detail_wrap .ttl_wrap .day {
            flex-basis: auto;
            font-size: 13px;
            margin: 0 !important;
            width: 120px;
        }
        .detail_wrap img {
            height: auto;
            margin: 0 auto 1em;
            max-width: 100%;
        }
        .detail_wrap p {
            margin: 0 0 1em;
        }
        .detail_wrap h4 {
            font-size: 20px;
            margin: 0 0 1em;
        }
        .detail_wrap h5 {
            font-feature-settings: "palt";
            font-size: 16px;
            font-weight: 900;
            margin: 0 0 1em;
        }

        .pager_wrap {
            margin: 0 auto 60px;
            max-width: 1040px;
        }
        .pager_wrap a {
            font-size: 12px;
            line-height: 18px;
        }
        .pager_wrap a.left {
            padding: 0 0 0 30px;
        }
        .pager_wrap a.left:after {
            height: 18px;
            width: 18px;
        }
        .pager_wrap a.right {
            padding: 0 30px 0 0;
        }
        .pager_wrap a.right:after {
            height: 18px;
            width: 18px;
        }
        .pager_wrap a:hover {
            opacity: .6;
        }
}




.pdf_wrap {
    background: #e3e3e3;
    padding: 10px;
}
.pdf_wrap .img_wrap {
    line-height: 0;
    margin: 0 0 5px;
    width: 120px;
}
.pdf_wrap .txt_wrap {
    flex-basis: auto;
    font-size: .8em;
    width: 100%;
}
@media only screen and (min-width: 768px) {
        .pdf_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 15px;
        }
        .pdf_wrap .img_wrap {
            flex-basis: auto;
            width: 120px;
        }
        .pdf_wrap .txt_wrap {
            flex-basis: auto;
            font-size: .7em;
            width: calc(100% - 150px);
        }
}




.calendar_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 0;
}
.calendar_wrap img {
    flex-basis: auto;
    margin: 0 0 4%;
    width: 48%;
}
.calendar_wrap img:nth-child(3),
.calendar_wrap img:nth-child(4) {
    margin: 0;
}
@media only screen and (min-width: 768px) {
        .calendar_wrap img {
            margin: 0;
            width: 24%;
        }
}




.pagenavi {
    text-align: center;
}
.pagenavi li {
    background: #fff;
    border: solid 1px #1b1464;
    border-radius: 20px;
    box-sizing: border-box;
    color: #1b1464;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 12px 0 0;
    text-align: center;
    width: 40px;
}
.pagenavi li:last-child {
    margin: 0;
}
.pagenavi li.current {
    background: #1b1464;
    color: #fff;
}
.pagenavi li:hover {
    background: #1b1464;
    color: #fff;
}

.back_news {
    color: #1b1464;
    font-size: .8em;
    line-height: 14px;
    text-align: center;
}
.back_news a {
    display: inline-block;
}
.back_news span {
    padding: 0 0 0 28px;
    position: relative;
}
.back_news span:before {
    background: url("common/img/icn_back.png") no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    position: absolute; left: 0;
    width: 14px;
}
.back_news:hover {
    opacity: .6;
}




.confirm_wrap {
    text-align: center;
}
.confirm_wrap .btn_01 {
    display: inline-block;
    margin: 0;
}

.btn_02 {
    background: #ccc;
    border: none;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 20px 0 0;
    text-align: center;
    width: 30%;
}
.btn_02 span {
    font-weight: 900;
    padding: 0 0 0 20px;
    position: relative;
}
.btn_02 span:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    content: "";
    height: 9px;
    position: absolute; left: 0; top: calc(50% - 5px);
    transform: rotate(135deg);
    width: 9px;
}
.txt_thanks {
    padding: 0 5%;
    text-align: left;
}
@media only screen and (min-width: 768px) {
        .btn_02 {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            width: 150px;
        }
        .btn_02 span {
            font-weight: 900;
            padding: 0 0 0 30px;
            position: relative;
        }
        .btn_02 span:after {
            left: 10px;
            transition:all 0.45s ease-in-out;
        }
        .btn_02:hover span:after {
            left: 0px;
            transition:all 0.45s ease-in-out;
        }
        .txt_thanks {
            text-align: center;
        }

}




.archive_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archive_wrap a {
    color: #241b7f;
    flex-basis: auto;
    font-family: neue-haas-unica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    width: 30%;
}
@media only screen and (min-width: 768px) {
        .archive_wrap {
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .archive_wrap a {
            font-size: 22px;
            margin: 0 0 20px;
            text-align: left;
            width: 20%;
        }
        .archive_wrap a:hover {
            opacity: .6
        }
}




/* HB */

.ul_hb_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
    max-width: 1000px;
    width: 100%;
}
.ul_hb_01 li {
    flex-basis: auto;
    line-height: 0;
}
.ul_hb_01 li:first-child {
    width: 100%;
}
.ul_hb_01 li:nth-child(2),
.ul_hb_01 li:nth-child(3) {
    width: 50%;
}
.ul_hb_01 li:nth-child(4) {
    width: 100%;
}

.content_90 {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}

.dl_hb_01 {
    margin: 0 0 25px;
}
.dl_hb_01 dt {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(27,20,100) 0%, rgb(40,30,139) 50%, rgb(27,20,100) 100%); 
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 1;
}
.dl_hb_01 dd {
    font-size: 11px;
}
@media only screen and (min-width: 768px) {
        .ul_hb_01 {
            margin: 0 auto 60px;
            width: 100%;
        }
        .ul_hb_01 li {
            flex-basis: auto;
            line-height: 0;
        }
        .ul_hb_01 li:first-child {
            margin-bottom: 20px;
        }
        .ul_hb_01 li:nth-child(2),
        .ul_hb_01 li:nth-child(3),
        .ul_hb_01 li:nth-child(4) {
            width: calc(33% - 10px);
        }

        .content_90 {
            margin: 0 auto;
            max-width: 800px;
            width: 90%;
        }
        .dl_hb_01 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 30px;
        }
        .dl_hb_01 dt {
            flex-basis: auto;
            font-size: 16px;
            margin: 0;
            width: 120px;
        }
        .dl_hb_01 dd {
            flex-basis: auto;
            font-size: 16px;
            width: calc(100% - 150px)
        }
        .dl_hb_01.group {
            max-width: 690px;
        }
        .dl_hb_01.group dt {
            width: 200px;
        }
        .dl_hb_01.group dd {
            width: calc(100% - 250px)
        }
}

.permission_wrap {
    margin: auto;
    max-width: 630px;
    width: 100%;
}
.ttl_jg_01 {
    font-feature-settings: "palt";
    font-size: 5vw;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
}
.ttl_jg_01 span {
    font-size: 12px;
}
.ttl_jg_02 {
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
}
.ttl_jg_02 span {
    font-size: 10px;
}
.ttl_works_03 {
    font-feature-settings: "palt";
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: center;
    width: 90%;
}
.ttl_works_03 span {
    font-size: 12px
}
@media only screen and (min-width: 768px) {
        .ttl_jg_01 {
            font-size: 30px;
            font-weight: 800;
            margin: 0 0 40px;
        }
        .ttl_jg_01 span {
            font-size: 15px;
        }
        .ttl_jg_02 {
            font-size: 20px;
            margin: 0 auto 30px;
        }
        .ttl_jg_02 span {
            font-size: 14px;
        }
        .ttl_works_03 {
            font-size: 30px;
            margin: 0 auto 60px;
        }
        .ttl_works_03 span {
            font-size: 15px;
        }
}

.txt_group {
    font-size: 1rem;
}
.txt_group .gre {
    color: #30a865;
    font-weight: bold;
}
.txt_group .blu {
    color: #3768a9;
    font-weight: bold;
}
.txt_group.mgb {
    margin-bottom: 6em;
}