@charset "UTF-8";
/* ==========================================================
dexerials (c)visual and echo japan
Created: 2018-9
========================================================== */
/*/////////////////////////////
Home
- 1.indexHdg
- 2.index__mainVisual
- 3.index__infomation
- 4.index__search
- 5.index__activity
- 6.index__news
- 7.index__bcpArea
/////////////////////////////*/
/* 1. indexHdg
* ------------------------- */
.indexHdg {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 37px;
  font-size: 2.46667rem;
  line-height: 1.666;
  letter-spacing: 0.4em;
  text-align: center;
}
.indexHdg small {
  font-size: 29px;
  font-size: 1.93333rem;
  letter-spacing: 0.2em;
  line-height: 1.785;
}

/* 2. index__mainVisual
* ------------------------- */
.index__mainVisual {
  text-align: center;
  border-top: #005582 1px solid;
  border-bottom: #c8c8c8 1px solid;
  position: relative;
  overflow: hidden;
}
.index__mainVisual:before {
  content: "";
  display: block;
  padding-top: 37.5%;
}
.index__mainVisual:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  background: #fff;
}
.index__mainVisual.play:after {
  -webkit-transition: opacity 1s .2s ease;
  transition: opacity 1s .2s ease;
  opacity: 0;
}
.index__mainVisual.show:after {
	z-index: 5;
}
.index__mainVisual .mv {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
}
.index__mainVisual .mv iframe,
.index__mainVisual .mv video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.index__mainVisual .mv:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.index__mainVisual .spSlide,
.index__mainVisual .spText {
  display: none;
}
.index__mainVisual .cnvProfile {
	text-align: left;
	position: absolute;
	left: 3.125%;
	bottom: 15.20833%;
	z-index: 6;
}
.index__mainVisual .cnvProfile .text p {
	color: #005582;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	font-size: 36px;
	font-size: 2.4rem;
	line-height: 1.222;
	white-space: nowrap;
}
.index__mainVisual .cnvProfile .text p small {
	font-size: 30px;
	font-size: 2rem;
}
.index__mainVisual .cnvProfile .text {
	padding: 10px 20px 8px;
	display: inline-block;
	background: rgba(255, 255, 255, .7);
}
.index__mainVisual .cnvProfile .btn {
	margin-top: 9px;
	background: #fff;
}
.index__mainVisual .cnvProfile .btn a {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
	color: #fff;
	font-size: 16px;
	font-size: 1.0666rem;
	line-height: 42px;
	display: block;
	background: #005582;
	padding: 0 18px;
	position: relative;
}
.index__mainVisual .cnvProfile .btn a:after {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	background: url('../images/common/icon_arrow02.svg') no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -12.5px;
}

/* 3. index__infomation
* ------------------------- */
.index__infomation {
  margin: 45px 0 95px;
}
.index__infomation .info_heading {
  max-width: 1000px;
  margin: 0 auto 45px;
  padding: 0 15px;
}
.index__infomation .info_heading .inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.index__infomation .info_heading .inner > * {
  display: table-cell;
  vertical-align: top;
}
.index__infomation .info_heading .inner .title {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 17px;
  font-size: 1.13333rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  width: 140px;
}
.index__infomation .info_heading .infoList li {
  margin-top: 15px;
}
.index__infomation .info_heading .infoList li:first-child {
  margin-top: 0;
}
.index__infomation .info_heading .infoList li .line {
  display: table;
  color: #505050;
}
.index__infomation .info_heading .infoList li .line > * {
  display: table-cell;
  vertical-align: top;
}
.index__infomation .info_heading .infoList li .line:hover {
  text-decoration: underline;
}
.index__infomation .info_heading .infoList li .date {
  white-space: nowrap;
  padding-right: 1em;
}
.index__infomation .info_body {
  max-width: 1280px;
  margin: 0 auto;
}
.index__infomation .info_body .inner {
  padding: 0 3.125%;
}
.index__infomation .info_body .infoLinks {
  overflow: hidden;
}
.index__infomation .info_body .infoLinks li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.index__infomation .info_body .infoLinks li a {
  display: block;
  position: relative;
}
.index__infomation .info_body .infoLinks li a img {
  width: 100%;
}
.index__infomation .info_body .infoLinks li a:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/common/icon_arrow02.svg") no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  bottom: 28px;
  right: 24px;
}
.index__infomation .info_body .infoLinks li .newIcon {
  width: 100px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 75px;
  text-align: center;
  display: block;
  background: #ff6450;
  position: absolute;
  top: 0;
  right: 20px;
}
.index__infomation .info_body .infoLinks li.col2 {
  overflow: hidden;
}
.index__infomation .info_body .infoLinks li.col2 .col {
  width: 50%;
  float: left;
}

/* 4. index__search
* ------------------------- */
.index__search {
  max-width: 1280px;
  margin: 0 auto 125px;
}
.index__search .inner {
  padding: 0 3.125%;
}
.index__search .searchList {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 40px;
}
.index__search .searchList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.index__search .searchList li a {
  display: block;
  position: relative;
}
.index__search .searchList li a .image {
  height: 280px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.index__search .searchList li a .image span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.index__search .searchList li a .image img {
  width: 100%;
}
.index__search .searchList li a .image:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/common/icon_arrow02.svg") no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.index__search .searchList li .text {
  color: #505050;
}
.index__search .searchList li .text p {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 23px;
  font-size: 1.53333rem;
  line-height: 1.2;
  letter-spacing: 0.3em;
}
.index__search .searchList li .text p:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: #505050 2px solid;
  border-right: #505050 2px solid;
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

/* 5. index__activity
* ------------------------- */
.index__activity {
  max-width: 1280px;
  margin: 0 auto 95px;
}
.index__activity .inner {
  padding: 0 3.125%;
}
.index__activity .activityLink {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 40px;
}
.index__activity .activityLink li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.index__activity .activityLink li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index__activity .activityLink li a:before {
  content: "";
  display: block;
  padding-top: 53.125%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index__activity .activityLink li a.recruit:before {
  background-image: url("../images/index/index_image09.jpg");
}
.index__activity .activityLink li a.csr .text {
  color: #005582;
}
.index__activity .activityLink li a.csr:before {
  background-image: url("../images/index/index_image10.jpg");
}
.index__activity .activityLink li a:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/common/icon_arrow02.svg") no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  bottom: 28px;
  right: 24px;
}
.index__activity .activityLink li .text {
  color: #fff;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-size: 31px;
  font-size: 2.06667rem;
  line-height: 1.666;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index__activity .activityLink li .text .ja {
  font-size: 29px;
  font-size: 1.93333rem;
}
.index__activity .activityLink li .text .sub {
  font-size: 13px;
  font-size: 0.86667rem;
  letter-spacing: 0.3em;
  display: block;
  margin-top: 5px;
}
.index__activity .activityLink li .text .inline {
  padding-left: 0.5em;
}

/* 6. index__news
* ------------------------- */
.index__news {
  max-width: 1280px;
  margin: 0 auto;
}
.index__news .inner {
  padding: 0 3.125%;
}
.index__news .newsList {
  margin: 10px 0 0;
}
.index__news .newsList li {
  border-bottom: #dcdcdc 1px dashed;
}
.index__news .newsList li a {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0;
}
.index__news .newsList li a > * {
  display: table-cell;
  vertical-align: top;
}
.index__news .newsList li a .thumb {
  width: 13.33333%;
}
.index__news .newsList li a .in {
  padding-left: 2.5%;
}
.index__news .newsList li a .date {
  color: #505050;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: bold;
  margin-bottom: 14px;
}
.index__news .newsList li a .date .cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 90px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  padding: 2px 10px;
  margin-left: 20px;
  vertical-align: bottom;
}
.index__news .newsList li a .date .cat.cat01 {
  background: #0080c0;
}
.index__news .newsList li a .date .cat.cat02 {
  background: #39487a;
}
.index__news .newsList li a .date .cat.cat03 {
  background: #336600;
}
.index__news .newsList li a .date .cat.cat04 {
  background: #cc8543;
}
.index__news .newsList li a .date .cat.cat05 {
  background: #669933;
}
.index__news .newsList li a .date .cat.cat06 {
  background: #952c4a;
}
.index__news .newsList li a .date .cat.cat07 {
  background: #505050;
}
.index__news .newsList li a .date .cat.cat08 {
  background: #663399;
}
.index__news .newsList li a .date .cat.cat09 {
  background: #777777;
}
.index__news .newsList li a .date .cat.cat10 {
  background: #379da4;
}
.index__news .newsList li a .text {
  color: #505050;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.85;
}
.index__news .moreBtn {
  width: 240px;
  margin: 60px auto 0;
}
.index__news .moreBtn a {
  color: #005582;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 36px;
  text-align: center;
  display: block;
  border: #005582 2px solid;
  border-radius: 20px;
}
.index__news .moreBtn a:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: #005582 1px solid;
  border-right: #005582 1px solid;
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

/* 7. index__bcpArea
* ------------------------- */
.index__bcpArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 24px);
  max-width: 1280px;
  margin: 10px auto 0;
  padding: 20px 10px 19px;
  background: #ff643c;
  text-align: center;
}
.index__bcpArea p {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 813px) {
  .index__infomation .info_body .infoLinks li a,
  .index__news .newsList li a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .index__infomation .info_body .infoLinks li a:hover,
  .index__news .newsList li a:hover {
    opacity: .7;
  }

  .index__search .searchList li a .image span {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  .index__search .searchList li a .text p:after {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .index__search .searchList li a:hover .image span {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
    opacity: .7;
  }
  .index__search .searchList li a:hover .text p:after {
    -webkit-transform: rotate(45deg) translate(5px, -5px);
    -ms-transform: rotate(45deg) translate(5px, -5px);
    transform: rotate(45deg) translate(5px, -5px);
  }

  .index__activity .activityLink li a:before {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }
  .index__activity .activityLink li a:hover:before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: .85;
  }

  .index__news .moreBtn a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .index__news .moreBtn a:after {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .index__news .moreBtn a:hover {
    color: #fff;
    background: #005582;
  }
  .index__news .moreBtn a:hover:after {
    border-color: #fff;
    -webkit-transform: rotate(45deg) translate(5px, -5px);
    -ms-transform: rotate(45deg) translate(5px, -5px);
    transform: rotate(45deg) translate(5px, -5px);
  }
	.index__mainVisual .cnvProfile .btn a {
		transition: .4s ease;
	}
	.index__mainVisual .cnvProfile .btn a:hover {
		opacity: .7;
	}
}
body.ie .indexHdg,
body.ie .index__infomation .info_heading .inner .title,
body.ie .index__search .searchList li .text p,
body.ie .index__activity .activityLink li .text,
body.ie .index__news .moreBtn a {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: normal;
}

body.en .index__infomation .info_heading .inner .title {
  letter-spacing: 0.1em;
}
body.en .indexHdg,
body.en .indexHdg small {
  letter-spacing: 0.1em;
}
body.en .index__search .searchList li .text p {
  letter-spacing: normal;
}

body.cn .indexHdg,
body.cn .index__infomation .info_heading .inner .title,
body.cn .index__search .searchList li .text p,
body.cn .index__activity .activityLink li .text,
body.cn .index__news .moreBtn a {
  font-family: "微软雅黑", "Microsoft Yahei", "MS黑体", "MS Hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Meiryo, メイリオ, sans-serif;
}

body.kr .indexHdg,
body.kr .index__infomation .info_heading .inner .title,
body.kr .index__search .searchList li .text p,
body.kr .index__activity .activityLink li .text,
body.kr .index__news .moreBtn a {
  font-family: "Noto Sans korean", "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "Segoe UI", SegoeUI, "Malgun Gothic", "HY Dotum", "Lexi Gulim", "HY Gulim", Gulim , "Yoon Gothic", sans-serif;
}
body.kr .index__infomation .info_heading .inner .title {
  letter-spacing: 0.1em;
}

body.en .index__activity .activityLink,
body.cn .index__activity .activityLink,
body.kr .index__activity .activityLink {
  width: 50%;
  margin: 40px auto 0;
}
body.en .index__activity .activityLink li,
body.cn .index__activity .activityLink li,
body.kr .index__activity .activityLink li {
  width: 100%;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (max-width: 812px) {
  #mvYt,
	.movie {
    display: none;
  }

  .indexHdg {
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1.8;
  }
  .indexHdg small {
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1.8;
  }

  .index__mainVisual {
    border-top: none;
  }
  .index__mainVisual:before, .index__mainVisual:after {
    display: none;
  }
  .index__mainVisual .mv {
    position: static;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  .index__mainVisual .mv iframe {
    display: none;
  }
  .index__mainVisual .mv:before {
    padding-top: 64%;
    background: #fff;
    position: relative;
    z-index: 3;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
  .index__mainVisual .mv.done:before {
    opacity: 0;
  }
  .index__mainVisual .spSlide {
    display: block;
  }
  .index__mainVisual .spSlide .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .index__mainVisual .spText {
    display: block;
    color: #fff;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: 0.06em;
    text-align: left;
    position: absolute;
    left: 5.33333%;
    bottom: 16.66667%;
    z-index: 3;
  }
	.index__mainVisual .cnvProfile {
		left: 0;
		bottom: 2.08333%;
	}
	.index__mainVisual .cnvProfile .text p {
		font-size: 15px;
		font-size: 1.071428rem;
		line-height: 1.466;
	}
	.index__mainVisual .cnvProfile .text p small {
		font-size: 15px;
		font-size: 1.071428rem;
	}
	.index__mainVisual .cnvProfile .text {
		padding: 6px 9px 8px;
	}
	.index__mainVisual .cnvProfile .btn {
		margin-top: 5px;
	}
	.index__mainVisual .cnvProfile .btn a {
		font-size: 11px;
		font-size: .785714rem;
		line-height: 30px;
		padding: 0 8px;
	}
	.index__mainVisual .cnvProfile .btn a:after {
		width: 18px;
		height: 18px;
		margin-top: -9px;
		right: 12px;
	}

  body.en .index__mainVisual .spText,
  body.cn .index__mainVisual .spText,
  body.kr .index__mainVisual .spText {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.5;
  }

  body.en .index__mainVisual .spText {
    font-family: "Noto Sans korean", "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "Segoe UI", SegoeUI, "Malgun Gothic", "HY Dotum", "Lexi Gulim", "HY Gulim", Gulim , "Yoon Gothic", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.15;
    bottom: 9.375%;
  }

  body.cn .index__mainVisual .spText {
    font-family: "微软雅黑", "Microsoft Yahei", "MS黑体", "MS Hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Meiryo, メイリオ, sans-serif;
    font-weight: bold;
  }

  body.kr .index__mainVisual .spText {
    font-family: "微软雅黑", "Microsoft Yahei", "MS黑体", "MS Hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Meiryo, メイリオ, sans-serif;
    font-weight: bold;
  }

  .index__infomation {
    margin: 25px 0 75px;
  }
  .index__infomation .info_heading {
    margin: 0 0 38px;
    padding: 0 5.33333%;
  }
  .index__infomation .info_heading .inner {
    display: block;
  }
  .index__infomation .info_heading .inner > * {
    display: block;
  }
  .index__infomation .info_heading .inner .title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .index__infomation .info_heading .infoList li {
    margin-top: 20px;
  }
  .index__infomation .info_heading .infoList li .line {
    display: block;
    line-height: 1.71;
  }
  .index__infomation .info_heading .infoList li .line > * {
    display: block;
  }
  .index__infomation .info_heading .infoList li .date {
    padding-right: 0;
  }
  .index__infomation .info_body .inner {
    padding: 0;
  }
  .index__infomation .info_body .infoLinks {
    margin: 0;
  }
  .index__infomation .info_body .infoLinks li {
    width: 100%;
    float: none;
  }
  .index__infomation .info_body .infoLinks li a:after {
    width: 26px;
    height: 26px;
    bottom: 20px;
    right: 20px;
  }
  .index__infomation .info_body .infoLinks li .newIcon {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 35px;
    top: 0;
    right: 0;
  }

  .index__search {
    margin-bottom: 75px;
  }
  .index__search .inner {
    padding: 0;
  }
  .index__search .searchList {
    display: block;
    margin-top: 20px;
  }
  .index__search .searchList li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: #dcdcdc 1px dashed;
  }
  .index__search .searchList li:first-child {
    border-top: #dcdcdc 1px dashed;
  }
  .index__search .searchList li a {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 5px 0;
  }
  .index__search .searchList li a > * {
    display: table-cell;
    vertical-align: middle;
  }
  .index__search .searchList li a .image {
    width: 24%;
    height: auto;
    margin-bottom: 0;
  }
  .index__search .searchList li a .image span {
    display: block;
    position: static;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  .index__search .searchList li a .image:after {
    display: none;
  }
  .index__search .searchList li .text {
    padding: 0 5.33333% 0 6.66667%;
  }
  .index__search .searchList li .text p {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .index__search .searchList li .text p:after {
    width: 6px;
    height: 6px;
  }

  .index__activity {
    margin-bottom: 75px;
  }
  .index__activity .inner {
    padding: 0;
  }
  .index__activity .activityLink {
    display: block;
    margin-top: 20px;
  }
  .index__activity .activityLink li {
    width: 100%;
    display: block;
  }
  .index__activity .activityLink li a:before {
    padding-top: 53.33333%;
  }
  .index__activity .activityLink li a:after {
    width: 26px;
    height: 26px;
    bottom: 20px;
    right: 20px;
  }
  .index__activity .activityLink li .text {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .index__activity .activityLink li .text .ja {
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .index__activity .activityLink li .text .sub {
    margin-top: 10px;
  }
  .index__activity .activityLink li .text .inline {
    display: block;
    padding-left: 0;
  }

  .index__news {
    margin: 0;
  }
  .index__news .inner {
    padding: 0 5.33333%;
  }
  .index__news .newsList {
    margin: 0;
    display: block;
  }
  .index__news .newsList li {
    border-style: solid;
  }
  .index__news .newsList li a {
    padding: 15px 0;
  }
  .index__news .newsList li a > * {
    display: table-cell;
    vertical-align: top;
  }
  .index__news .newsList li a .thumb {
    width: 23.8806%;
  }
  .index__news .newsList li a .in {
    padding-left: 5.97015%;
  }
  .index__news .newsList li a .date {
    font-size: 10px;
    font-size: 0.66667rem;
    margin-bottom: 10px;
  }
  .index__news .newsList li a .date .cat {
    min-width: 60px;
    margin-left: 10px;
  }
  .index__news .newsList li a .text {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .index__news .moreBtn {
    width: 245px;
    margin: 38px auto 0;
  }

  .index__bcpArea {
    width: 100%;
    margin: 0;
    padding: 15px 5.33333%;
    text-align: left;
  }
  .index__bcpArea p {
    line-height: 1.75;
  }

  body.en .index__activity .activityLink,
  body.cn .index__activity .activityLink,
  body.kr .index__activity .activityLink {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 415px) {
  .indexHdg {
    font-size: 5.86667vw;
  }
  .indexHdg small {
    font-size: 5.86667vw;
  }

  .index__mainVisual .spText {
    font-size: 5.86667vw;
  }

  body.en .index__mainVisual .spText,
  body.cn .index__mainVisual .spText,
  body.kr .index__mainVisual .spText {
    font-size: 5.33333vw;
  }

  .index__infomation .info_heading .inner .title {
    font-size: 4.26667vw;
  }
  .index__infomation .info_body .infoLinks li .newIcon {
    font-size: 4.26667vw;
  }

  .index__search .searchList li .text p {
    font-size: 4.8vw;
  }

  .index__activity .activityLink li .text {
    font-size: 6.4vw;
  }
  .index__activity .activityLink li .text .ja {
    font-size: 5.86667vw;
  }
  .index__activity .activityLink li .text .sub {
    font-size: 3.2vw;
  }

  .index__news .newsList li a .date {
    font-size: 2.66667vw;
  }
  .index__news .newsList li a .text {
    font-size: 3.2vw;
  }
	.index__mainVisual .cnvProfile .text p {
		font-size: 4vw;
	}
	.index__mainVisual .cnvProfile .btn a {
		font-size: 2.93333vw;
	}
}

/*# sourceMappingURL=home.css.map */