@charset "UTF-8";
/* CSS Document */

/* *********** */

/* フォント定義 */
@font-face {
  font-family: 'AllianzNeo';
  src: url('../fonts/AllianzNeo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AllianzNeo';
  src: url('../fonts/AllianzNeo-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/*
font-family: 'AllianzNeo', sans-serif;
font-weight: 600;

font-family: 'AllianzNeo', sans-serif;
font-weight: 700;
*/

/* *********** */

.lazy-content {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.lazy-content.loaded {
  opacity: 1;
}
.lazy-image {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.lazy-image.loaded {
  opacity: 1;
}

/* *********** */

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
	min-width: 75.87vw;
  font-weight: normal;
  color: #414141;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
	padding-top: 6.21vw;
}

/* *********** */

a[href^="tel:"] {
  pointer-events: none !important;
}
.sp_view {
  display: none;
}
img {
  width: 100%;
  height: auto;
}

/** *********************** **/

header {
	width: 100%;
	height: 6.21vw;
	background: #fff;
	position: fixed;
	top: 0;
	left:0;
	z-index: 100;
}
.header {
	width: 78.57vw;
	margin: 0 auto;
	padding-top: 1.71vw;
	text-align: center;
	position: relative;
}
.header h1 {
	width: 7.57vw;
	height: 2.78vw;
	background: url("../pc_img/head_logo.png") no-repeat;
	background-size: 7.57vw 2.78vw;
	text-indent: -9876px;
	margin: 0 auto;
}
nav {
  position: fixed;
  top: 6.21vw;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 6.21vw);
	padding: 0 10px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
	text-align: center;
	overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

nav.is-active {
	opacity: 1;
	visibility: visible;
}
nav ul {
  list-style: none;
  padding: 0;
	width: 34.28vw;
	margin: -6.21vw auto 0 auto;
}

nav > ul > li {
  position: relative;
}

nav a {
  display: block;
  padding: 30px 0;
  color: #122b54;
	font-size: 1.78vw;
	line-height: 1;
	font-weight: bold;
  text-decoration: none;
	border-bottom: 1px solid #c6c6c6;
	transition: all 0.3s linear;
}
nav > ul > li:nth-of-type(2):nth-of-type(2) a,
nav > ul > li:last-child a {
	border-bottom: none !important;
}
nav > ul > li:nth-of-type(3) a {
	border-top: 1px solid #c6c6c6;
}
nav a:hover {
  background-color: #f5f5f5;
	transition: all 0.3s linear;
}

/* 入れ子メニュー */
nav ul ul {
  display: block;
  padding: 0 0 /*1.42vw*/ 0 0;
  background-color: #fff;
	margin: 0 0 0 0 !important;
}

nav ul ul li a {
  padding: 1.07vw 0 !important;
  font-size: 1.42vw;
	line-height: 1;
  color: #003781;
	transition: all 0.3s linear;
}

nav ul ul li a:hover {
  background-color: #efefef;
	transition: all 0.3s linear;
}

/* 入れ子メニューが展開している状態 */
nav ul li.is-open > ul {
display: block;
}

/* トグルボタン */
.menu-toggle {
background: none;
border: none;
padding: 0.5rem;
cursor: pointer;
font-size: 0.85vw;
line-height: 1;
color: #999;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
transition: transform 0.3s ease;
}

nav ul li.is-open > .menu-toggle {
transform: translateY(-50%) rotate(180deg);
}

.hm_menu {
  width: 0.85vw;
  height: 1.28vw;
  position: absolute;
  display: inline-block;
  cursor: pointer;
	top: 2.46vw;
	right: 2.35vw;
}
.hm_menu .line {
  position: absolute;
  left: 0;
  width: 1.42vw;
  height: 2px;
  background-color: #003781;
  transition: all 0.3s ease;
}
.hm_menu .line:nth-child(1) {
  top: 0;
}
.hm_menu .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hm_menu .line:nth-child(3) {
  bottom: 0;
}

/* ハンバーガーメニューが開いている状態 */
.hm_menu.is-active .line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hm_menu.is-active .line:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%);
}
.hm_menu.is-active .line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/** *********************** **/

.mv_wrap {
	width: 100%;
	height: 43.07vw;
	background: url("../pc_img/mv_bg_img.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.mv_wrap::after {
	content: "";
	width: 56.64vw;
	height: 43.07vw;
	background: url("../pc_img/mv_logo.png") no-repeat;
	background-size: 56.64vw 43.07vw;
	position: absolute;
	top: -6.21vw;
	right: 0;
	z-index: 3;
}
.mv_wrap::before {
	content: "";
	width: 100%;
	height: 29.85vw;
	background: url("../pc_img/mv_gradation.png") no-repeat;
	background-size: 100% 29.85vw;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
}
.mv {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	padding-top: 16.78vw;
	z-index: 4;
}
.mv h2 {
	font-size: 2.85vw;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 2.39vw;
}
.mv p {
	font-size: 1.60vw;
	line-height: 2.64vw;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
	
/** *********************** **/

.cnt_01_wrap {
	width: 100%;
	padding: 2.8vw 0 10vw 0;
	margin-top: -6.2vw;
	background-color: #003781;
	background-image:  url("../pc_img/cnt_01_bg_01.png"),url("../pc_img/cnt_01_bg_02.png") ;
	background-repeat:  no-repeat;
	background-position: center bottom 0.71vw, top right;
	background-size: 83.96vw auto,56.64vw auto;
	position: relative;
	z-index: 5;
}
.cnt_01 {
	width: 75.71vw;
	height: 22.28vw;
	border: 1px solid rgba(85,132,194,0.48);
	background: rgba(11,65,137,0.48);
	box-shadow: 0px 0px 20px 5px rgba(0, 27, 63, 0.3);
	position: relative;
	z-index: 5;
	padding-top: 3.35vw;
	margin: 0 auto 0 auto;
	color: #fff;
	text-align: center;
}
.cnt_01 h2 {
	font-size: 2.10vw;
	line-height: 1;
	margin-bottom: 1.64vw;
	font-weight: bold;
}
.cnt_01 h2::after {
	display: block;
	content: "About us";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #0095c5;
	font-size: 1.14vw;
	line-height: 1;
	padding-top: 1.42vw;
}
.cnt_01 p {
	font-size: 1.28vw;
	line-height: 2.28vw;
}

/** *********************** **/

.cnt_02_wrap {
	width: 100%;
	padding: 5.37vw 0 5.37vw 0;
	background: #f9f9f9;
}
.cnt_02 {
	width: 75.71vw;
	margin: 0 auto;
}
.cnt_02 h3 {
	font-size: 2.10vw;
	line-height: 1;
	margin-bottom: 3.92vw;
	font-weight: bold;
	text-align: center;
}
.cnt_02 h3::after {
	display: block;
	content: "Three core numbers";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #003781;
	font-size: 1.14vw;
	line-height: 1;
	padding-top: 1.42vw;
}
.cnt_02 ul.cnt_02_link {
	text-align: center;
	font-size: 0;
	margin-bottom: 7.14vw;
}
.cnt_02_link li {
	width: 23.81vw;
	height: 33vw;
	border: 0.14vw solid rgba(0,55,129,0.7);
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 0px 15px 2px rgba(185, 185, 185, 0.64);
	margin-right: 2.14vw;
}
.cnt_02_link li:last-child {
	margin-right: 0 !important;
}
.cnt_02_link li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fdfdfd;
	padding-top: 12.1vw;
	position: relative;
}
.cnt_02_link li:nth-of-type(1) a::before {
	content: "01";
	width: 2.28vw;
	height: 3.17vw;
	background: url("../pc_img/cnt_02_num_bg_01.png") no-repeat;
	background-size: 2.28vw 3.17vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 700;
	font-size: 1.14vw;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -0.78vw;
	left: 50%;
	margin-left: -1vw;
	padding: 1.21vw 0.28vw 0 0;
}
.cnt_02_link li:nth-of-type(2) a::before {
	content: "02";
	width: 2.28vw;
	height: 3.17vw;
	background: url("../pc_img/cnt_02_num_bg_01.png") no-repeat;
	background-size: 2.28vw 3.17vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 700;
	font-size: 1.14vw;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -0.78vw;
	left: 50%;
	margin-left: -1vw;
	padding: 1.21vw 0.38vw 0 0;
}
.cnt_02_link li:nth-of-type(3) a::before {
	content: "03";
	width: 2.28vw;
	height: 3.17vw;
	background: url("../pc_img/cnt_02_num_bg_01.png") no-repeat;
	background-size: 2.28vw 3.17vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 700;
	font-size: 1.14vw;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -0.78vw;
	left: 50%;
	margin-left: -1vw;
	padding: 1.21vw 0.38vw 0 0;
}
.cnt_02_link li:nth-of-type(1) a::after,
.cnt_02_link li:nth-of-type(2) a::after,
.cnt_02_link li:nth-of-type(3) a::after {
	content: "";
	width: 3.03vw;
	height: 3.03vw;
	background: url("../pc_img/cnt_02_list_arrw.png") no-repeat;
	background-size: 3.03vw 3.03vw;
	position: absolute;
	bottom: -1.71vw;
	left: 50%;
	margin-left: -1.515vw;
}
.cnt_02_link li:nth-of-type(1) a {
	background: #fff url("../pc_img/cnt_01_list_01_bg.png") no-repeat center top 5.5vw;
	background-size: 4.57vw 4.28vw;
	transition: all 0.3s linear;
}
.cnt_02_link li:nth-of-type(2) a {
	background: #fff url("../pc_img/cnt_01_list_02_bg.png") no-repeat center top 5.5vw;
	background-size: 4.57vw 4.28vw;
	transition: all 0.3s linear;
}
.cnt_02_link li:nth-of-type(3) a {
	background: #fff url("../pc_img/cnt_01_list_03_bg.png") no-repeat center top 5.5vw;
	background-size: 4.57vw 4.28vw;
	transition: all 0.3s linear;
}
.cnt_02_link li a:hover {
	background-color: #ebeff5;
	transition: all 0.3s linear;
}

.cnt_02_link li a dl {
	text-align: center;
	margin-bottom: 1.71vw;
}
.cnt_02_link li:nth-of-type(1) a dt {
	font-size: 1.42vw;
	line-height: 3.84vw;
	font-weight: bold;
	margin-bottom: 1.09vw
}
.cnt_02_link li:nth-of-type(2) a dt,
.cnt_02_link li:nth-of-type(3) a dt {
	font-size: 1.42vw;
	line-height: 1.92vw;
	font-weight: bold;
	margin-bottom: 1.09vw
}
.cnt_02_link li a dd {
	display: inline-block;
	vertical-align: top;
	font-size: 3.42vw;
	line-height: 1;
	font-weight: bold;
	color: #003781;
	position: relative;
	padding-right: 2.85vw;
}
.cnt_02_link li a dd i {
	font-style: normal;
}
.cnt_02_link li a dd span {
	font-size: 2.14vw;
}
.cnt_02_link li a dd::after {
	content: "+";
	font-size: 3.42vw;
	line-height: 1;
	font-weight: normal;
	color: #009acb;
	position: absolute;
	top: 0;
	right: 0;
}
.cnt_02_link li a p {
	font-size: 1.14vw;
	line-height: 2vw;
	font-weight: normal;
	color: #414141;
	padding: 0 2.14vw;
	text-align: left;
}

/** *********************** **/

.cnt_02_01 {
	width: 75.71vw;
	margin: 0 auto 5vw auto;
	border: 1px solid #e9e9e9;
	background: #fdfdfd;
	padding: 7.14vw 0 3.21vw 0;
	box-shadow: 0px 0px 30px 2px rgba(185, 185, 185, 0.1);
	position: relative;
	text-align: center;
}
.cnt_02_01::after {
	content: "01";
	width: 4.21vw;
	height: 5.82vw;
	background: url("../pc_img/cnt_02_num_bg_02.png") no-repeat;
	background-size: 4.21vw 5.82vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 700;
	font-size: 2.14vw;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -1.35vw;
	left: 50%;
	margin-left: -1.855vw;
	padding: 2.28vw 0.5vw 0 0 ;
}
.cnt_02_01 h3 {
	font-size: 2.78vw;
	line-height: 1;
	margin-bottom: 2.71vw;
	font-weight: bold;
	text-align: center;
}
.cnt_02_01 h3::after {
	display: block;
	content: "Assets under management";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #003781;
	font-size: 0.92vw;
	line-height: 1;
	padding-top: 1.42vw;
}
.cnt_02_01 p:nth-of-type(1) {
	font-size: 1.14vw;
	line-height: 2vw;
	padding: 0 12.14vw;
	text-align: left;
}
.cnt_02_01 p span {
	font-weight: bold;
	color: #003781;
	position: relative;
	display: inline-block;
}
.cnt_02_01 p span::after {
	content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003781;
}
.cnt_02_01 figure {
	width: 50.57vw;
	height: 33.28vw;
	margin: -2.5vw auto 1.42vw auto;
}
.cnt_02_01 p:nth-of-type(2) {
	font-size: 0.85vw;
	line-height: 1;
	text-align: center;
}

/** *********************** **/

.cnt_02_02 {
	width: 75.71vw;
	margin: 0 auto 5vw auto;
	border: 1px solid #e9e9e9;
	background: #fdfdfd;
	padding: 7.14vw 0 3.21vw 0;
	box-shadow: 0px 0px 30px 2px rgba(185, 185, 185, 0.1);
	position: relative;
	text-align: center;
}
.cnt_02_02::after {
	content: "02";
	width: 4.21vw;
	height: 5.82vw;
	background: url("../pc_img/cnt_02_num_bg_02.png") no-repeat;
	background-size: 4.21vw 5.82vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 700;
	font-size: 2.14vw;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -1.35vw;
	left: 50%;
	margin-left: -1.855vw;
	padding: 2.28vw 0.5vw 0 0;
}
.cnt_02_02 h3 {
	font-size: 2.78vw;
	line-height: 1;
	margin-bottom: 2.71vw;
	font-weight: bold;
	text-align: center;
}
.cnt_02_02 h3::after {
	display: block;
	content: "Investment professionals";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #003781;
	font-size: 0.92vw;
	line-height: 1;
	padding-top: 1.42vw;
}
.cnt_02_02 p.cnt_02_txt_01 {
	font-size: 1.14vw;
	line-height: 2vw;
	padding: 0 12.14vw;
	margin-bottom: 1.0vw;
	text-align: left;
}
.cnt_02_02 p.cnt_02_txt_02 {
	font-size: 0.85vw;
	line-height: 1;
	padding: 0 12.14vw;
	margin-bottom: 2.28vw;
	text-align: left;
}
.cnt_02_02 p span {
	font-weight: bold;
	color: #003781;
	position: relative;
	display: inline-block;
}
.cnt_02_02 p span::after {
	content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003781;
}
.cnt_02_02 div {
	width: 66.42vw;
	background: #f5f5f6;
	padding: 3.92vw 0 3.21vw 0;
	margin: 0 auto;
}
.cnt_02_02 div h4 {
	font-size: 1.78vw;
	line-height: 1;
	margin-bottom: 2.14vw;
	font-weight: bold;
	color: #003484;
	text-align: center;
}
.cnt_02_02 div p {
	font-size: 1.14vw;
	line-height: 2vw;
	padding: 0 9.28vw;
	margin-bottom: 2.85vw;
	text-align: left;
}
.cnt_02_02 div ul {
	width: 52vw;
	height: 32.78vw;
	background: url("../pc_img/cnt_02_02_img.png") no-repeat left top;
	background-size: 26.64vw 32.78vw;
	padding-left: 25.21vw;
	margin: 0 auto 0.21vw auto;
	text-align: left;
}
.cnt_02_02 div li:nth-of-type(1) {
	width: auto;
	height: 6.85vw;
	padding-top: 0.35vw;
	margin-bottom: 4.5vw;
}
.cnt_02_02 div li:nth-of-type(1) dt {
	font-size: 1.21vw;
	line-height: 1.71vw;
	font-weight: bold;
	color: #122b54;
	margin-bottom: 0.69vw;
}
.cnt_02_02 div li:nth-of-type(1) dd {
	font-size: 0.85vw;
	line-height: 1;
	color: #414141;
}
.cnt_02_02 div li:nth-of-type(2) {
	width: auto;
	height: 6.85vw;
	padding-top: 0.98vw;
	padding-left: 3.21vw;
	margin-bottom: 4.5vw;
}
.cnt_02_02 div li:nth-of-type(2) dt {
	font-size: 1.21vw;
	line-height: 1;
	font-weight: bold;
	color: #003280;
	margin-bottom: 0.53vw;
}
.cnt_02_02 div li:nth-of-type(2) dd {
	font-size: 0.85vw;
	line-height: 1.57vw;
	color: #414141;
}
.cnt_02_02 div li:nth-of-type(3) {
	width: auto;
	height: 6.85vw;
	padding-top: 0.98vw;
}
.cnt_02_02 div li:nth-of-type(3) dt {
	font-size: 1.21vw;
	line-height: 1;
	font-weight: bold;
	color: #009ed0;
	margin-bottom: 0.53vw;
}
.cnt_02_02 div li:nth-of-type(3) dd {
	font-size: 0.85vw;
	line-height: 1.57vw;
	color: #414141;
}
.cnt_02_02 div a {
	width: 40.71vw;
	height: 5vw;
	display: block;
	font-size: 1.28vw;
	line-height: 5vw;
	font-weight: bold;
	color: #fff;
	background: #003280 url("../pc_img/cnt_02_link_arrw.png") no-repeat center right 2.85vw;
	background-size: 1.64vw auto;
	margin: 0 auto;
	position: relative;
	transition: all 0.3s linear;
}
.cnt_02_02 div a:hover {
	background: #1852ab url("../pc_img/cnt_02_link_arrw.png") no-repeat center right 2.35vw;
	background-size: 1.64vw auto;
	transition: all 0.3s linear;
}
.cnt_02_02 div a::after {
	content: "";
	width: 40.71vw;
	height: 5vw;
	border-right: 1px solid #abbad2;
	border-bottom: 1px solid #abbad2;
	position: absolute;
	top: 0.35vw;
	right: -0.35vw;
}


/** *********************** **/

.cnt_02_03 {
	width: 75.71vw;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
	background: #fdfdfd;
	padding: 7.14vw 0 3.21vw 0;
	box-shadow: 0px 0px 30px 2px rgba(185, 185, 185, 0.1);
	position: relative;
	text-align: center;
}
.cnt_02_03::after {
	content: "03";
	width: 4.21vw;
	height: 5.82vw;
	background: url("../pc_img/cnt_02_num_bg_02.png") no-repeat;
	background-size: 4.21vw 5.82vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 700;
	font-size: 2.14vw;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: -1.35vw;
	left: 50%;
	margin-left: -1.855vw;
	padding: 2.28vw 0.5vw 0 0;
}
.cnt_02_03 h3 {
	font-size: 2.78vw;
	line-height: 1;
	margin-bottom: 2.71vw;
	font-weight: bold;
	text-align: center;
}
.cnt_02_03 h3::after {
	display: block;
	content: "A global network of services";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #003781;
	font-size: 0.92vw;
	line-height: 1;
	padding-top: 1.42vw;
}
.cnt_02_03 p:nth-of-type(1) {
	font-size: 1.14vw;
	line-height: 2vw;
	padding: 0 12.14vw;
	margin-bottom: 4.78vw;
	text-align: left;
}
.cnt_02_03 p span {
	font-weight: bold;
	color: #003781;
	position: relative;
	display: inline-block;
}
.cnt_02_03 p span::after {
	content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003781;
}
.cnt_02_03 .cnt_02_map {
	width: 70.21vw;
	height: 35.78vw;
	background: url("../pc_img/cnt_02_03_img.png") no-repeat;
	background-size: 70.21vw 35.78vw;
	position: relative;
	text-align: left;
	margin: 0 auto 0.71vw auto;
}
.cnt_02_03 div dl:nth-of-type(1) {
	width: 21.42vw;
	height: 10.71vw;
	padding: 1.42vw 1.78vw 0 1.78vw;
	border: 1px solid #246e9a;
	background: rgba(255,255,255,0.60);
	box-shadow: 0px 0px 8px 1px rgba(120, 171, 188, 0.2);
	position: absolute;
	top: -1.42vw;
	left: 13.78vw;
}
.cnt_02_03 .cnt_02_map dl:nth-of-type(2) {
	width: 21.42vw;
	height: 10.71vw;
	padding: 1.42vw 1.78vw 0 1.78vw;
	border: 1px solid #246e9a;
	background: rgba(255,255,255,0.60);
	box-shadow: 0px 0px 8px 1px rgba(120, 171, 188, 0.2);
	position: absolute;
	top: 15.71vw;
	left: 4.85vw;
}
.cnt_02_03 .cnt_02_map dl:nth-of-type(3) {
	width: 21.42vw;
	height: 10.71vw;
	padding: 1.42vw 1.78vw 0 1.78vw;
	border: 1px solid #246e9a;
	background: rgba(255,255,255,0.60);
	box-shadow: 0px 0px 8px 1px rgba(120, 171, 188, 0.2);
	position: absolute;
	top: 2.85vw;
	left: 40.5vw;
}
.cnt_02_03 .cnt_02_map dt {
	font-size: 1.35vw;
	line-height: 1;
	font-weight: bold;
	color: #006192;
	margin-bottom: 0.85vw;
}
.cnt_02_03 .cnt_02_map dd {
	font-size: 0.92vw;
	line-height: 1.57vw;
	font-feature-settings: "palt";
	white-space: nowrap;
}
.cnt_02_03 .cnt_02_map dd span {
	width: 42px;
	display: inline-block;
	font-size: 1.10vw;
	line-height: 1.57vw;
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #006192;
	text-align: right;
	border-right: 1px solid #b5dae6;
	padding-right: 0.85vw;
	margin: 0 0.85vw 0.57vw 0;
}
.cnt_02_03 .cnt_02_map p {
	position: absolute;
	bottom: 0.92vw;
	right: 1.78vw;
	font-size: 0.85vw !important;
	line-height: 1 !important;
	text-align: right !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
.cnt_02_japan {
	width: 66.42vw;
	background: rgba(241,241,242,0.7);
	padding: 3.57vw 0 3.21vw 0;
	margin: 0 auto;
}
.cnt_02_japan h4 {
	font-size: 1.78vw;
	line-height: 1;
	margin-bottom: 1.92vw;
	font-weight: bold;
	color: #246e9a;
	text-align: center;
}
.cnt_02_japan p {
	font-size: 1.14vw !important;
	line-height: 2vw !important;
	padding: 0 9.28vw !important;
	margin-bottom: 1.92vw !important;
	text-align: left !important;
}
.cnt_02_japan figure {
	width: 51.42vw;
	margin: 0 auto;
}

/** *********************** **/

.cnt_03_wrap {
	width: 100%;
	padding: 5.37vw 0 5.37vw 0;
	background: #fff;
}
.cnt_03_wrap h3 {
	font-size: 2.10vw;
	line-height: 1;
	margin-bottom: 3.92vw;
	font-weight: bold;
	text-align: center;
}
.cnt_03_wrap h3::after {
	display: block;
	content: "Sustainability";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #00918e;
	font-size: 1.14vw;
	line-height: 1;
	padding-top: 1.42vw;
}

.cnt_03 {
	width: 66.42vw;
	margin: 0 auto;
	font-size: 0;
	display: grid;
	grid-template-columns: repeat(2, 33.21vw);
	grid-template-rows: repeat(2, 33.21vw);
}
.cnt_03 div {
	width: 33.21vw;
	height: 33.21vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00918e;
}
.cnt_03 div p {
	font-size: 1.14vw;
	line-height: 2vw;
	color: #fff;
	text-align: left;
	padding: 0 6.07vw;
	margin: 0
}
.cnt_03 div a {
	width: 25.71vw;
	padding: 0.82vw 0;
	display: block;
	font-size: 1.21vw;
	line-height: 1.71vw;
	font-weight: bold;
	color: #fff;
	background: #f86200 url("../pc_img/cnt_02_link_arrw.png") no-repeat bottom 1.08vw right 6.34vw;
	background-size: 1.64vw auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: all 0.3s linear;
}
.cnt_03 div a:hover {
	background: #ff7b25 url("../pc_img/cnt_02_link_arrw.png") no-repeat bottom 1.08vw right 5.84vw;
	background-size: 1.64vw auto;
	transition: all 0.3s linear;
}
.cnt_03 div a::after {
	content: "";
	width: 25.71vw;
	height: 7vw;
	border-right: 1px solid #f86200;
	border-bottom: 1px solid #f86200;
	position: absolute;
	top: 0.15vw;
	right: -0.35vw;
}

/** *********************** **/

.cnt_04_wrap {
	width: 100%;
	padding: 5.37vw 0 5.37vw 0;
	background: #122b54;
}
.cnt_04 {
	width: 75.71vw;
	margin: 0 auto;
	font-size: 0;
}
.cnt_04 h3 {
	font-size: 2.10vw;
	line-height: 1;
	margin-bottom: 3.92vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.cnt_04 h3::after {
	display: block;
	content: "About Allianz";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #009ed0;
	font-size: 1.14vw;
	line-height: 1;
	padding-top: 1.42vw;
}
.cnt_04 p:nth-of-type(1) {
	font-size: 1.14vw;
	line-height: 2vw;
	padding: 0 12.14vw;
	text-align: left;
	color: #fff;
	margin-bottom: 1.0vw;
}
.cnt_04 p:nth-of-type(2) {
	font-size: 0.85vw;
	line-height: 1.28vw;
	padding: 0 12.14vw;
	text-align: left;
	color: #fff;
	margin-bottom: 3.99vw;
}
.cnt_04 div {
	width: 75.71vw;
	background: #fff;
	padding: 3.57vw 0 3.57vw 0;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
.cnt_04 div h4 {
	font-size: 1.78vw;
	line-height: 1;
	margin-bottom: 1.92vw;
	font-weight: bold;
}
.cnt_04 div h4::after {
	display: block;
	content: "Sponsorship";
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.28vw;
	color: #122b54;
	font-size: 0.89vw;
	line-height: 1;
	padding-top: 1vw;
}
.cnt_04 div ul {
	margin-bottom: 2.28vw;
}
.cnt_04 div li {
	width: 32.14vw;
	display: inline-block;
	vertical-align: top;
}
.cnt_04 div li:nth-of-type(1) {
	margin-right: 2.14vw;
}
.cnt_04 div figure {
	width: 32.14vw;
	margin: 0 auto;
}
.cnt_04 div p {
	font-size: 1.14vw !important;
	line-height: 2vw !important;
	padding: 0 14.14vw !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	color: #414141 !important;
}

/** *********************** **/

.cnt_05_wrap {
	width: 100%;
	padding: 5.37vw 0 5.37vw 0;
	background: #d8d8d8;
}
.cnt_05 {
	width: 75.71vw;
	margin: 0 auto;
}
.cnt_05 dl:nth-of-type(1) {
	margin-bottom: 3.21vw;
}
.cnt_05 dt {
	font-size: 1.14vw;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0.92vw;
}
.cnt_05 dd {
	font-size: 0.92vw;
	line-height: 1.64vw;
}
.cnt_05 dd strong {
	font-weight: bold;
}
.cnt_05 dd li:nth-of-type(1) {
	margin-bottom: 1.42vw;
}

/** *********************** **/

footer {
	width: 100%;
	background: #fff;
	padding-top: 4vw;
}
.footer_01 {
	width:100%;
	margin: 0 auto;
	padding-bottom: 2.5vw;
	border-bottom: 1px solid #dadada;
}
.footer_01 div {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-bottom: 8.92vw;
}
.footer_01 div a:nth-of-type(1) {
	width: 2.85vw;
	height: 2.85vw;
	background: url("../pc_img/ftr_youtube.png") no-repeat;
	background-size: 2.85vw 2.85vw;
	display: inline-block;
	vertical-align: top;
	margin-right: 3.57vw;
}
.footer_01 div a:nth-of-type(2) {
	width: 2.85vw;
	height: 2.85vw;
	background: url("../pc_img/ftr_linkedIn.png") no-repeat;
	background-size: 2.85vw 2.85vw;
	display: inline-block;
	vertical-align: top;
}
.footer_01 p {
	color: #767676;
	font-size: 1.14vw;
	line-height: 1.71vw;
	text-align: center;
}
.footer_02 {
	width: 70.71vw;
	margin: 0 auto;
	padding: 2.85vw 0;
	font-size: 0;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	display: flex;
}
.footer_02 small {
	font-family: 'AllianzNeo', sans-serif;
	font-weight: 600;
	font-size: 1.14vw;
	line-height: 2.07vw;
	color: #767676;
}
.footer_02 li {
	display: inline-block;
	font-size: 1.14vw;
	line-height: 2.07vw;
	color: #767676;
	margin-right: 1.14vw;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 3.57vw;
  right: 3.57vw;
  z-index: 80;
	opacity: 0;
}
#pagetop a {
  display: block;
  background: url("../pc_img/pagetop.png");
	background-size: 3.42vw 3.42vw;
  width: 3.42vw;
  height: 3.42vw;
  position: relative;
  transition: all .3s ease;
}
#pagetop a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}

/** *********************** **/

