  @charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================
カラー設定
========================*/
/*======================
フォントサイズ設定
========================*/
/*======================
ブレイクポイント（ベース）
========================*/
/*======================
フォント設定
========================*/
.header > .header-inner,
.box-carousel-wrapper,
.box-corevalue-top .box-corevalue-wrapper > .box-inner,
.box-preview-globalarea .box-inner,
.box-cookie-notice .box-inner {
  max-width: 1200px;
  margin: 0 auto;
}


.str-section.str-section-boxed-980px,
.footer > .footer-inner,
.wrapper > .main-content,
.link-nav-local-wrapper > .link-nav-local-inner,
.box-carousel-01,
.box-newssearch-wrapper .box-inner,
.box-kkapinnumbers-top .box-hdg2-wrapper,
.box-kkapinnumbers-top .box-hdg2-wrapper,
.box-regionalnetwork .box-hdg2-wrapper,
.mediacenter-01 > .box-inner,
.mediacenter-02 > .box-inner,
.str-section-wrapper > .str-section {
  max-width: 980px;
  margin: 0 auto;
  padding-top: .1px;
  padding-bottom: .1px;
}

.str-section.str-section-boxed,
.box-ourvision-top .box-hdg2-wrapper,
.box-ourphilosophy-top .box-hdg2-wrapper,
.box-corevalue-top .box-hdg2-wrapper,
.box-careers-top .box-hdg2-wrapper,
.str-section-wrapper > .str-section.therapeutic-areas,
.workingwithus-01.str-section-wrapper > .str-section,
.workingwithus-05.str-section-wrapper > .str-section,
.str-section-wrapper.homepage-03 .box-hdg2-wrapper,
.str-section-wrapper.homepage-04 .box-hdg2-wrapper,
.box-atagrance-top .box-hdg2-wrapper,
.box-atagrance-bottom > .box-inner{
  max-width: 600px;
  margin: 0 auto;
  padding-top: .1px;
  padding-bottom: .1px;
}

.str-section.str-section-spacing{
  padding-top: 80px;
}
.whatwedo-01 .str-section.str-section-spacing{
  padding-top:100px;
}

.whatwedo-06.str-section-wrapper .box-hdg2-wrapper{
  max-width: 750px;
  margin: 0 auto;
  padding-top: .1px;
  padding-bottom: .1px;
}
.homepage-header{
  background-image: url('/asiapacific/images/index_bg_homepage_01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
}

.who-we-are-header{
  background-image: url('/asiapacific/images/index_bg_who_we_are_01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
}
.our-medicines-header{
  background-image: url('/asiapacific/images/index_bg_our_medicines_01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
}
.media-header{
  background-image: url('/asiapacific/images/index_bg_media_01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
}
@media only screen and (max-width: 1024px) {
  .media-header{
    background-image: url('/asiapacific/images/index_bg_media_01_sp.jpg') !important;
  }
}
.working-with-us-header{
  background-image: url('/asiapacific/images/index_bg_working_with_us_01.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
}



.str-section-wrapper.str-section-grey-bg,
.box-atagrance-top{
  background-image: url('/asiapacific/images/index_img_bg_get_to_know_01.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.str-section-wrapper.str-section-blue-bg{
  background-image: url('/asiapacific/images/index_bg_section_blue_01.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.str-section-wrapper.str-section-pink-bg{
  background-image: url('/asiapacific/images/index_bg_section_pink_01.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.str-section-wrapper.str-section-orange-bg{
  background-image: url('/asiapacific/images/index_bg_section_orange_01.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.str-section-wrapper.homepage-03,
.box-atagrance-top{
  margin-top: 80px;
  margin-bottom: 80px;
  padding:80px 0;
}
.str-section-wrapper.homepage-03 .text-lead{
  padding-bottom: 30px;
}
.str-section-wrapper.homepage-03 .tile .box-image{
    max-width:600px;
}

.str-section.focus-box{
    max-width:400px;
    padding: 5em 5em 3em 5em;
    background-image: url('/asiapacific/images/index_bg_focus_box_01.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



/* ============================================================================
* Font Face
* ========================================================================= */
/* ============================================================================
* デフォルトスタイル
* ========================================================================= */
*,
*::before,
*::after {
  word-wrap: break-word;
  word-break: keep-all;
  box-sizing: border-box;

  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body,
input[type],
textarea,
select,
button {
  font-family: "Hind Madurai", Arial, sans-serif;
  font-size: calc(2.6rem/2);
  line-height: 1.5em;
  color: #5d6164;
}

img {
  max-width: 100%;
  height: auto;
}
.str-section-wrapper.whatwedo-01 .area-focus-icon img.sp-hide {
  max-width: none !important;
}
xx.str-section-wrapper.homepage-03 .area-focus-wrapper { max-width: 1100px !important; }

textarea {
  resize: vertical;
}

button {
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label,
[type="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
div,
form,
sup,
p,
th,
td,
button,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

fieldset,
img {
  border: 0;
}

h5,
h6,
th,
td {
  font-size: 1em;
  font-style: normal;
  line-height: inherit;
  text-align: inherit;
}

iframe {
  border: none;
}

ul:not(.list-points),
ol:not(.list-showlist) li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td {
  vertical-align: top;
}

em {
  font-weight: 500;
  font-style: normal;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  color: #ea5504;
}
a.email-link { color: #ea5504;}
/* ============================================================================
 * _structure = ['.str-', '.nav-', '.site-']
 * ========================================================================= */
/* ============================================================================
* .header サイト共通ヘッダ
* ========================================================================= */
.header {
  font-size: 1.4rem;
  background-color: #fff;
  height: 59px;
}

.header > .header-inner {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12);
}

.header > .header-inner::after {
  display: block;
  clear: both;
  content: "";
}

.header > .header-inner .logo {
  float: left;
  padding-top: calc(30px/2);
  padding-right: 15px;
  padding-left: calc(23px/2);
}

.header > .header-inner .logo img {
  display: inline-block;
  display: inline-block;
  width: 100%;
  max-width: 170px;
  padding-right: 10px;
}
.header > .header-inner .logo img:nth-child(2) {
    max-width: 200px;
}
.header > .header-inner .header-nav {
  float: right;
}

html:not(.js-enable) .header {
  height: auto;
}

html:not(.js-enable) .header > .header-inner {
  position: static;
}

html:not(.js-enable) .header > .header-inner .logo,
html:not(.js-enable) .header > .header-inner .header-nav {
  float: none;
}

/* ヘッダーナビゲーション */
.header-nav {
  display: flex;
}

.header-nav .header-nav-list .header-link-contact a {
  line-height: 0;
  height: 60px;
  padding-top: 22px;
  padding-right: 13px;
  padding-left: 13px;
}

.header-nav .header-nav-list > li > a {
  color: #5d6164;
  position: relative;
  display: block;
}

.header-nav .header-nav-list.header-menu .header-menu-inner {
  background-color: #ea5504;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: calc(43px/2);
  padding-right: 19px;
  padding-left: 26px;
  border-top: 1px solid #d1d2d2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12) inset;
}

.header-nav .header-nav-list.header-menu .header-menu-inner .title {
  font-size: 1.6rem;
  ;
  margin-bottom: 23px;
}

.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global {
  display: flex;
  flex-wrap: wrap;
}

.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a {
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  margin-right: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #E95504;
}

.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a.current,
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a:hover,
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a:focus,
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a:active {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.header-nav .header-nav-list.header-menu-sp > li:last-child {
  margin-bottom: 0;
}

.header-nav .header-nav-list.header-search {
  display: flex;
}

.header-nav .header-nav-list.header-search .btn-menu-global {
  text-indent: -9999px;
  background-image: url("/asiapacific/share/images/icon_search_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  width: 53px;
  height: 100%;
}

.header-nav .header-nav-list.header-search .btn-menu-global.open {
  background-color: #dfdfdf;
  background-image: url("/asiapacific/share/images/icon_close_01.png");
  background-size: 20px;
  position: relative;
}

.header-nav .header-nav-list.header-search .btn-menu-global.open::after {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
}

.header-nav .header-nav-list.header-search .btn-sp-menu {
  display: block;
  height: 100%;
  padding: calc(30px/2) calc(31px/2);
}

.header-nav .header-nav-list.header-search .btn-sp-menu > img {
  display: block;
  width: 20px;
  height: auto;
}

.header-nav .header-nav-list.header-search .btn-sp-menu.open {
  background-color: #ea5504;
  position: relative;
}

.header-nav .header-nav-list.header-search .btn-sp-menu.open::after {
  background-color: rgba(234, 85, 4, .96);
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
}

.header-nav .header-nav-list.header-search > li {
  border-left: 1px solid #c9c9c9;
}

.header-nav .header-nav-list.header-search > li > a {
  margin-left: 0;
}

.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2 {
  margin-bottom: calc(22px/2);
  padding-left: calc(30px/2);
}

.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2,
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: calc(43px/2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12) inset;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper > .menu-global-inner {
  display: flex;
  flex-direction: column;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li {
  margin-bottom: 4.5px;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li:last-child {
  margin-bottom: 0;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a {
  color: #5d6164;
  display: inline-block;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a.color-orange {
  color: #ea5504;
}

.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a.text-link-sub,
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a span {
  font-size: 1.1rem;
  color: #ea5504;
}

html:not(.js-enable) .header-nav {
  flex-direction: column;
  justify-content: space-between;
}

html:not(.js-enable) .header-nav .header-nav-list > li:last-child .header-btn-search,
html:not(.js-enable) .header-nav .header-nav-list > li:last-child .header-btn-delete {
  display: none;
}

html:not(.js-enable) .header-nav .header-nav-list.header-menu .header-menu-inner {
  display: none;
}

html:not(.js-enable) .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle {
  display: block;
}

html:not(.js-enable) .header-nav .header-nav-list.header-search > li .menu-global-wrapper {
  position: static;
  box-shadow: none;
}

html:not(.js-enable) .header-nav .header-nav-list.header-search .btn-menu-global {
  display: none;
}

.box-input-search {
  margin-left: 10px;
}

.box-input-search > form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.box-input-search .header-btn-delete img {
  display: block;
  width: 11px;
  height: auto;
}

.box-input-search .header-input-search {
  color: #ea5504;
  background-color: transparent;
  display: block;
  margin-right: 20px;
  margin-left: 9px;
  border: none;
  border-bottom: 1px solid #ea5504;
}

.box-input-search .header-btn-search {
  padding-top: 9px;
}

.box-input-search .header-btn-search-submit {
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  background-image: url("/asiapacific/share/images/icon_search_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-right: 15px;
  cursor: pointer;
  border: none;
}

ol.list-showlist > li{
    margin-bottom:20px
}
ol.list-showlist > li ol{
    margin-top:10px;
}
/* jS用スタイル */
.js-enable .header-search .menu-global-wrapper {
  display: none;
}

.js-enable .header-nav .header-nav-list.header-menu .header-menu-inner {
  display: none;
}

.js-enable .header-menu-sp .box-input-search > form {
  width: 100%;
}

.js-enable .header-menu-sp .box-input-search > form:not(.open) {
  justify-content: flex-end;
}

.js-enable .header-menu-sp .box-input-search > form .header-input-search {
  margin-left: 0;
  border-radius: 0;

  -webkit-appearance: none;
}

.js-enable .header-menu-sp .header-btn-search-submit {
  background-image: url("/asiapacific/share/images/icon_search_03.png");
}

.js-enable .box-input-search .header-input-search {
  display: none;
  width: calc(100% - (20px + 12px));
}

.js-enable .box-input-search .header-btn-delete,
.js-enable .box-input-search .header-btn-search-submit {
  display: none;
}

/* アイコン設定 */
.header-menu a img.icon-pdf,
.header-menu a img.icon-blank {
  top: 3px;
  width: 14px;
  height: 14px;
}

.header-menu-sp a img.icon-pdf,
.header-menu-sp a img.icon-blank {
  top: 3px;
  width: calc(48px/2);
  height: calc(48px/2);
}

/* ============================================================================
* サイト共通フッタ
* ========================================================================= */
.footer {
  color: #fff;
  background-color: transparent;
  background-image: url("/asiapacific/share/images/bg_footer_01_sp.png");
  background-repeat: no-repeat;
  background-position: bottom 100% center;
  background-size: cover;
  padding-top: calc(138px / 2);
  padding-bottom: calc(124px / 2);
}

.footer .logo {
  text-align: center;
  margin-bottom: calc(120px/2);
}

.footer .logo img {
  max-width: 160px;
}

.footer small {
  font-size: 1.0rem;
}

.footer > .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 600px;
}

.footer > .footer-inner .footer-link-sns img {
  display: inline-block;
}

.footer .footer-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.footer .footer-link > li {
  width: 50%;
  margin-bottom: 6px;
}

.footer .footer-link > li:nth-child(odd) {
  padding-right: 10px;
}

.footer .footer-link > li > a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding-right: 10px;
}

.footer-link a img.icon-small { height:13px; width:13px; }

.footer .footer-link-sns {
  display: flex;
  flex-wrap: nowrap;
}

.footer .footer-link-sns > li {
  margin-right: calc(64px/2);
}

.footer .footer-link-sns > li:last-child {
  margin-right: 0;
}

/* アイコン設定 */
.footer-link a:hover,
.footer-link a:focus,
.footer-link a:active {
  opacity: .6;
}

.footer-link a img.icon-pdf,
.footer-link a img.icon-blank {
  top: 3px;
  width: 15px;
  height: 15px;
}
.footer-area-sub a.btn-03.btn-small span{
    font-size:1.2rem;
}
.footer-area-sub a.btn-03.btn-small span::after {
    background-image: url('/asiapacific/share/images/icon_arrow_right_02.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-left: 5px;
    margin-bottom: -0.35em;
    content: "";
    transition: transform .4s;
    line-height: 0em;
    transform:rotate(-90deg);
}
.footer-area-sub a.btn-03.btn-small:hover span::after {
    background-image: url('/asiapacific/share/images/icon_arrow_right_01.png');
    transform: translateY(-5px) rotate(-90deg);
}
/* ============================================================================
* 共通ナビゲーション
* ========================================================================= */
/* ============================================================================
* TOPページ Noticeエリア
* ========================================================================= */
._sectionNews {
  background-color: #f3f3f3;
  padding: 20px 0 26px;
  display: none;
}

._sectionNews-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

._sectionNews-inner .hdg {
  font-size: 2rem;
  font-weight: 500;
  color: #ea5504;
  margin-bottom: 5px;
}

._sectionNews-inner .button {
  text-align: center;
  margin-top: 20px;
}

._sectionNews-box .contentList .box {
  font-size: 1.3rem;
  display: flex;
  padding: 3px 0;
}

._sectionNews-box .contentList .box dt {
  min-width: 113px;
}

._sectionNews-box .contentList .box dd {
  margin-left: 10px;
}

._sectionNews-box .contentList .box dd a:hover {
  text-decoration: underline;
}

._sectionNews-box .contentList .box dd img {
  vertical-align: middle;
  position: relative;
  top: 0;
}

html.js-noscroll body {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

body.js-sp-overlay::after {
  background-color: rgba(255, 255, 255, .3);
  position: fixed;
  z-index: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
}

body.js-sp-overlay .header-inner {
  background-color: transparent;
  overflow-y: scroll;
  height: 100%;
}

/* ============================================================================
* メインコンテンツ
* ========================================================================= */
main.type-01 > .wrapper {
  padding-bottom: 0;
}

main.type-01 + footer {
  background-color: #f3f3f3;
}

.wrapper {
  padding-bottom: calc(100px/2);
}

.js-enable .wrapper {
  margin-top: -10px;
  padding-top: 5px;
}

/* セクションボックス */
.str-section-wrapper.type-01 {
  background-color: #f3f3f3;
}

.str-section-wrapper.type-02 {
  background-image: url("/asiapacific/share/images/bg_section_01_sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* ============================================================================
* 見出しモジュール
* ========================================================================= */
.box-hdg-wrapper {
  text-align: center;
  position: relative;
  min-height: 32.46666vw;
}

.box-hdg-wrapper.type-02 {
  min-height: 81.13333vw;
}
.box-hdg-wrapper.type-03 { min-height: 95vh; }
.box-hdg-wrapper.type-05 { min-height: 75vh; }
.box-hdg-wrapper.type-04 { min-height: 50vh;}
.box-hdg-wrapper.type-06 { min-height: 40vh;}

.box-hdg-wrapper.type-02 > .hdg-lv1-01 {
  margin-top: 0;
  margin-bottom: 0;
}

.box-hdg-wrapper.type-02::before {
  background: url(/asiapacific/share/images/icon_arrow_bottom_02.png) left center no-repeat;
  position: absolute;
  z-index: 5;
  bottom: 27px;
  left: 50%;
  width: 21px;
  height: 33px;
  margin-left: -10.5px;
  content: "";
}

.box-hdg-wrapper > .hdg-lv1-01 {
  font-size: calc(5.4rem/2);
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  width: 100%;
  padding-right: calc(44px/2);
  padding-left: calc(44px/2);
  transform: translate(50%, -50%);
}
.box-hdg-wrapper .hdg-lv1-04 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  line-height:1.2em;
  margin-bottom:1em;
}

@media only screen and (max-width: 768px) {
  .str-section-wrapper.media-03 .hdg-lv2-05 { font-size: 1.6em !important; line-height: 1.4em !important; }
  .str-section-wrapper.media-03 .box-date em { font-weight: normal !important; }
  .str-section-wrapper.media-03 .box-date{ bottom: 20px !important; width: calc(100% - 40px) !important; }
  .str-section-wrapper.media-03 .box-content{ padding: 20px 20px 75px 20px !important; }
  .str-section-wrapper.media-03 .box-date [class^="icon-"] { top: -7px !important; }
}
@media only screen and (min-width: 991px) {
.box-hdg-wrapper .hdg-lv1-04{
  text-align:right;
  font-size: 5rem;
}
}
.box-hdg-wrapper > .hdg-lv1-01 > .text-sub {
  font-size: calc(3.2rem/2);
  display: block;
  margin-top: calc(33.75px/2);
}

.box-hdg-wrapper > .image {
  z-index: 0;
  overflow: hidden;
}

.box-hdg-wrapper > .image img {
  display: block;
}

.hdg-lv1-02 {
  font-size: calc(5.8rem/2);
  font-weight: 500;
  color: #ea5504;
  margin-top: calc(50px/2);
  margin-bottom: calc(56px/2);
  line-height:120%;
}
.hdg-lv1-02-sub {
 margin-top: -30px !important;
 height:20px;
}

.hdg-lv1-03 {
  font-size: calc(5.4rem/2);
  font-weight: 500;
  color: #231815;
  margin-bottom: calc(24.25px/2);
}

.hdg-lv2-01 {
  font-size: calc(4.6rem/2);
  font-weight: 500;
  color: #231815;
  margin-top: calc(58.25px/2);
  margin-bottom: calc(34.25px/2);
}

.box-hdg2-wrapper .hdg-lv2-02,
.workingwithus-05 h2.hdg-lv2-01 {
  font-size: calc(7.2rem/2);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #ea5504;
  margin-bottom: calc(50px/2);
}
.box-hdg2-wrapper .hdg-lv2-03,
.box-hdg2-wrapper .hdg-lv2-04,
.box-hdg2-wrapper .hdg-lv2-05{
  font-size: calc(5.2rem/2);
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: calc(50px/2);
}

.workingwithus-03 .box-hdg2-wrapper .hdg-lv2-04,
  .workingwithus-04 .box-hdg2-wrapper .hdg-lv2-04 {
   text-align: left !important;
   color: #ea5504 !important;
}

.box-hdg2-wrapper .hdg-lv2-05{
  font-size: calc(4.2rem/2);
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.box-hdg2-wrapper .hdg-lv2-05,
.box-hdg2-wrapper .hdg-lv2-03{
  color: #ea5504;
}
.media-post-header .hdg-lv2-03{
  color: #ea5504;
  font-weight: 500;
}
.media-post-01 .box-image{
  margin-bottom: 30px !important;
}
.box-hdg2-wrapper .hdg-lv2-04{
  color: #ffffff;
}
.workingwithus-05 h2.hdg-lv2-01{
  text-align: left;
}
.workingwithus-05 .btn-03:hover{
    background-color: #EE7735
}
.box-kkapinnumbers-top .box-hdg2-wrapper .box-layout.col4 .hdg-lv2-02,
.box-kkapinnumbers-top .box-hdg2-wrapper .box-layout.col3 .hdg-lv2-02{
    color: #5d6164;
    margin-bottom:0;
    font-weight: 700;
}
.box-kkapinnumbers-top .box-hdg2-wrapper .box-layout.col3,
.box-kkapinnumbers-top .box-hdg2-wrapper .box-layout.col4 {
  margin: 0 auto;
  padding-top: .1px;
  padding-bottom: .1px;
  max-width: 680px;
}
.box-kkapinnumbers-top .box-hdg2-wrapper .box-layout.col4 .bolder{
  font-weight: 500;
}
.box-ourvision-top .box-hdg2-wrapper .title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.20833;
    text-align: center;
    color: #ea5504;
    margin:20px 0;
}
.box-ourvision-top .box-hdg2-wrapper .box-text {
    text-align: center;
}
.box-hdg2-wrapper .text-lead {
  font-size: calc(3.2rem/2);
  line-height: 1.125;
  letter-spacing: -.1px;
  text-align: center;
}

.hdg-lv3-01 {
  font-size: calc(3.6rem/2);
  font-weight: 500;
  color: #ea5504;
  margin-top: calc(75.5px/2);
  margin-bottom: calc(29.5px/2);
}

.hdg-lv3-01 > .text-sub {
  font-size: calc(1.9rem/2);
  display: block;
}

.hdg-lv3-01.type-01 {
  margin-top: calc(30px/2);
  margin-bottom: calc(18px/2);
}

.hdg-lv4-01 {
  font-size: calc(3.6rem/2);
  font-weight: 500;
  color: #231815;
  margin-top: calc(57px/2);
  margin-bottom: calc(27px/2);
}

/* ============================================================================
* テキストモジュール
* ========================================================================= */
.box-text {
  margin-bottom: calc(48.75px/2);
  line-height: 1.4em;
}
.box-text.text-center{
  text-align: center;
}
.box-text.white-text{
  color: white;
}

/* ============================================================================
* リンク設定
* ========================================================================= */
.link-return {
  font-size: 1.3rem;
  font-weight: 500;
  color: #ea5504;
}

.link-return > span {
  position: relative;
  padding-left: 20px;
}

.link-return > span::before {
  background-image: url("/asiapacific/share/images/icon_arrow_right_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 10px;
  content: "";
  transform: rotate(-180deg);
}

a img.icon-pdf,
a img.icon-blank {
  vertical-align: baseline;
  position: relative;
  top: .3125em;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

a img.icon-pdf {
  margin-right: 5px;
}

/* ============================================================================
* リンクモジュール
* ========================================================================= */
/* 右矢印付きリンクテキスト */
.link-icon,
.link-arrow {
  font-weight: 500;
  color: #ea5504;
}

.link-icon > span,
.link-arrow > span {
  position: relative;
  padding-right: 1.53846em;
}

.link-icon > span::after,
.link-arrow > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_02.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  top: .23076em;
  right: 0;
  display: block;
  width: 1.30769em;
  height: .76923em;
  content: "";
  transition-duration: .3s;
}

.link-icon:hover > span:after,
.link-icon:focus > span:after,
.link-icon:active > span:after,
.link-arrow:hover > span:after,
.link-arrow:focus > span:after,
.link-arrow:active > span:after {
  right: -.38461em;
}

/* ローカルナビボックス */
.link-nav-local-wrapper {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-nav-local-wrapper .btn-nav-local-toggle {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  color: #fff;
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
}

.link-nav-local-wrapper .btn-nav-local-toggle > span {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto 0;
  transition: transform .5s;
  transform: rotate(135deg) translateY(-50%);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.link-nav-local-wrapper .btn-nav-local-toggle.open > span {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.link-nav-local-wrapper .box-text {
  margin-bottom: 0;
}

.link-nav-local-wrapper .box-text .link-icon > span {
  font-size: 1.0rem;
}

.link-nav-local-wrapper .list-nav-local {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.link-nav-local-wrapper .list-nav-local > li a {
  font-size: calc(3.2rem/2);
  font-size: 1.0rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #595757;
  display: block;
  height: 100%;
  padding: 5px 10px;
  transition: background-color .4s;
  border-radius: 30px;
}

.link-nav-local-wrapper .list-nav-local > li a.current,
.link-nav-local-wrapper .list-nav-local > li a:hover,
.link-nav-local-wrapper .list-nav-local > li a:focus,
.link-nav-local-wrapper .list-nav-local > li a:active {
  background-color: #ea5504;
}

.js-enable .link-nav-local-wrapper .btn-nav-local-toggle {
  display: block;
}

/* ============================================================================
* パネルモジュール
* ========================================================================= */
.box-panel-01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.box-panel-01 > .panel {
  color: #ea5504;
  background-color: #fff;
  transition: border .5s;
  border-bottom: 2px solid #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.box-panel-01 > .panel:hover,
.box-panel-01 > .panel:focus,
.box-panel-01 > .panel:active {
  border-bottom: 2px solid #ea5504;
}

.box-panel-01 > .panel:hover .box-image img,
.box-panel-01 > .panel:focus .box-image img,
.box-panel-01 > .panel:active .box-image img {
  transform: scale(1.1);
}

.box-panel-01 > .panel:hover .link-arrow > span:after,
.box-panel-01 > .panel:focus .link-arrow > span:after,
.box-panel-01 > .panel:active .link-arrow > span:after {
  right: -.38461em;
}

.box-panel-01 > .panel > .box-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.box-panel-01 > .panel > .box-inner > * {
  width: 100%;
}

.box-panel-01 > .panel > .box-inner .box-image {
  overflow: hidden;
  order: 1;
}

.box-panel-01 > .panel > .box-inner .box-image img {
  width: 100%;
  transition: transform .5s;
}

.box-panel-01 > .panel > .box-inner .box-content {
  order: 2;
  padding: calc(20px/2);
}

.box-panel-01 > .panel > .box-inner .box-content > [class^="hdg-"]:first-child {
  margin-top: 0;
}

.box-panel-01 > .panel .title {
  font-size: 1.4rem;
  font-weight: 500;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner > * {
  min-height: .0%\0;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content {
  padding-bottom: 50px;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date {
  font-size: 1.3rem;
  color: #5d6164;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  padding-right: 20px;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class^="icon-"] {
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  /*width: 15px;*/
  height: auto;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class^="icon-"] > span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

xx.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class="icon-blank"] {
  background: url("/asiapacific/share/images/icon_link_blank_10.png") left center/23px no-repeat;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class="icon-blank"]::before {
  background: url("/asiapacific/share/images/icon_link_blank_arrow_02.png") left center/8px no-repeat;
  position: absolute;
  top: 5px;
  left: 9px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transition: transform .2s;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class="icon-pdf"]::before,
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class="icon-pdf"]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  content: "";
  transition: opacity .4s;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class="icon-pdf"]::before {
  background: url("/asiapacific/share/images/icon_pdf_blank_05.png") left center/23px no-repeat;
}

.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class="icon-pdf"]::after {
  background: url("/asiapacific/share/images/icon_pdf_blank_11.png") left center/23px no-repeat;
  opacity: 0;
}

.box-panel-01 > .panel:not(.type-02):hover > .box-inner .box-content .box-date [class="icon-blank"]::before,
.box-panel-01 > .panel:not(.type-02):focus > .box-inner .box-content .box-date [class="icon-blank"]::before,
.box-panel-01 > .panel:not(.type-02):active > .box-inner .box-content .box-date [class="icon-blank"]::before {
  transform: translate(1px, -1px);
}

.box-panel-01 > .panel:not(.type-02):hover > .box-inner .box-content .box-date [class="icon-pdf"]::before,
.box-panel-01 > .panel:not(.type-02):focus > .box-inner .box-content .box-date [class="icon-pdf"]::before,
.box-panel-01 > .panel:not(.type-02):active > .box-inner .box-content .box-date [class="icon-pdf"]::before {
  opacity: 0;
}

.box-panel-01 > .panel:not(.type-02):hover > .box-inner .box-content .box-date [class="icon-pdf"]::after,
.box-panel-01 > .panel:not(.type-02):focus > .box-inner .box-content .box-date [class="icon-pdf"]::after,
.box-panel-01 > .panel:not(.type-02):active > .box-inner .box-content .box-date [class="icon-pdf"]::after {
  opacity: 1;
}

/* ============================================================================
* ボタンモジュール
* ========================================================================= */
/* ボタンモジュール */
.btn-01,
.btn-back {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  background-color: #ea5504;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: calc(35px/2);
  transition: background-color .4s;
  border-radius: 30px;
}

.btn-01 > img[class^="icon-"],
.btn-back > img[class^="icon-"] {
  position: static;
}

.btn-small.btn-back {
  font-size: 1.6rem;
  max-width: 230px;
  padding: 5px 10px;
}

.btn-01 > span,
.btn-back > span {
  position: relative;
  display: inline-block;
}

.btn-01 > span::after,
.btn-back > span::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  content: "";
  transition: transform .4s;
}

.btn-01.btn-small > span::after,
.btn-small.btn-back > span::after {
  display: none;
}

.btn-01 > span::after,
.btn-back > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_01.png");
}

.btn-01:hover,
.btn-back:hover,
.btn-01:focus,
.btn-back:focus,
.btn-01:active,
.btn-back:active {
  color: #ea5504;
  background-color: #fff;
}

.btn-01:hover > span::after,
.btn-back:hover > span::after,
.btn-01:focus > span::after,
.btn-back:focus > span::after,
.btn-01:active > span::after,
.btn-back:active > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_02.png");
  transform: translateX(5px);
}

.btn-02 {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  background-color: #5d6164;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: calc(35px/2);
  transition: background-color .4s;
  border-radius: 30px;
}

.btn-02 > img[class^="icon-"] {
  position: static;
}

.btn-02.btn-small {
  font-size: 1.6rem;
  max-width: 230px;
  padding: 5px 10px;
}

.btn-02 > span {
  position: relative;
  display: inline-block;
}

.btn-02 > span::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  content: "";
  transition: transform .4s;
}

.btn-02.btn-small > span::after {
  display: none;
}

.btn-02 > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_01.png");
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active {
  color: #5d6164;
  background-color: #fff;
}

.btn-02:hover > span::after,
.btn-02:focus > span::after,
.btn-02:active > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_03.png");
  transform: translateX(5px);
}

.btn-03 {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  vertical-align: middle;
  color: #ea5504;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: calc(35px/2);
  transition: background-color .4s;
  border-radius: 30px;
}

.btn-03 > img[class^="icon-"] {
  position: static;
}

.btn-03.btn-small {
  font-size: 1.6rem;
  max-width: 230px;
  padding: 5px 10px;
}

.btn-03 > span {
  position: relative;
  display: inline-block;
}

.btn-03 > span::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  content: "";
  transition: transform .4s;
}

.btn-03.btn-small > span::after {
  display: none;
}

.btn-03 > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_02.png");
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active {
  color: #fff;
  background-color: #ea5504;
}

.btn-03:hover > span::after,
.btn-03:focus > span::after,
.btn-03:active > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_01.png");
  transform: translateX(5px);
}

.btn-04 {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  vertical-align: middle;
  color: #ea5504;
  background-color: #dfdfdf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: calc(35px/2);
  transition: background-color .4s;
  border-radius: 30px;
}

.btn-04 > img[class^="icon-"] {
  position: static;
}

.btn-04.btn-small {
  font-size: 1.6rem;
  max-width: 230px;
  padding: 5px 10px;
}

.btn-04 > span {
  position: relative;
  display: inline-block;
}

.btn-04 > span::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  content: "";
  transition: transform .4s;
}

.btn-04.btn-small > span::after {
  display: none;
}

.btn-04 > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_02.png");
}

.btn-04:hover,
.btn-04:focus,
.btn-04:active {
  color: #fff;
  background-color: #ea5504;
}

.btn-04:hover > span::after,
.btn-04:focus > span::after,
.btn-04:active > span::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_01.png");
  transform: translateX(5px);
}

/* Backボタン */
.btn-back {
  max-width: 150px;
}

.btn-back > span::after {
  transform: rotate(180deg);
}

.btn-back-02 {
  font-size: 1.1rem;
  font-weight: 500;
  vertical-align: middle;
  color: #ea5504;
  background-color: #f3f3f3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
  padding: 9px 12px 8px;
  transition: background-color .4s;
  border: 1px solid #ea5504;
  border-radius: 18px;
}

.btn-back-02:hover,
.btn-back-02:focus {
  color: #fff;
  background-color: #ea5504;
}

.btn-back-02 span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.btn-back-02 span::before,
.btn-back-02 span::after {
  position: absolute;
  display: block;
  content: "";
  transition: transform .4s;
}

.btn-back-02 span::before {
  top: 2.5px;
  left: 1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 1px solid #ea5504;
  border-left: 1px solid #ea5504;
}

.btn-back-02 span::after {
  background-color: #ea5504;
  top: 7px;
  left: 0;
  width: 20px;
  height: 1px;
}

.btn-back-02:hover span::before,
.btn-back-02:focus span::before {
  transform: translateX(-5px) rotate(45deg);
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-back-02:hover span::after,
.btn-back-02:focus span::after {
  background-color: #fff;
  transform: translateX(-5px);
}

.btn-olc-small-size{
  font-size: 1.6rem;
  padding: 0.6em 4em;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  background-color: #ea5504;
  width: 100%;
  transition: background-color .4s;
  border-radius: 30px;
}
.btn-orange-grey{
  background-color: #ea5504;
  color: white;
}
.btn-orange-grey:hover{
  background-color: #dfdfdf;
  color: #ea5504
}
.btn-grey-orange{
  background-color: #dfdfdf;
  color: #ea5504;
}
.btn-grey-orange:hover{
  background-color: #ea5504;
  color: white
}
.btn-orange-white{
  background-color: #ea5504;
  color: white;
}
.btn-orange-white:hover{
  background-color: white;
  color: #ea5504
}
.btn-olc-small-size > span::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    width: 26px;
    height: 10px;
    margin-left: 5px;
    content: "";
    transition: transform .4s;
}
.btn-orange-grey > span::after,
.btn-orange-white > span::after{
    background-image: url(/asiapacific/share/images/icon_arrow_right_01.png);
}
.btn-orange-grey:hover > span::after,
.btn-orange-white:hover > span::after{
    background-image: url(/asiapacific/share/images/icon_arrow_right_02.png);
    transform: translateX(5px);
}
.btn-grey-orange > span::after{
    background-image: url(/asiapacific/share/images/icon_arrow_right_02.png);

}
.btn-grey-orange:hover > span::after{
    background-image: url(/asiapacific/share/images/icon_arrow_right_01.png);
    transform: translateX(5px);
}

.btn-olc-small-size.btn-arrow-down > span::after{
    transform: rotate(90deg)
}
.btn-olc-small-size.btn-arrow-down:hover > span::after{
    transform: rotate(90deg) translateX(5px);
}
@media only screen and (min-width: 991px) {
.btn-olc-small-size.btn-align-right {
  display: inline-block;
  width: auto;
  float: right;
}
}


@media screen and (max-width: 748px) {
  .btn-olc-small-size { padding: 0.6em 1em !important; }
}



/*show more ボタン*/
.btn-more {
  font-size: calc(2.8rem/2);
  font-weight: 500;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  cursor: pointer;
}

.btn-more > .status {
  font-size: 0;
  line-height: 0;
}

.btn-more > .status::after {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #5d6164;
  border-bottom: 2px solid #5d6164;
}

/* ボタンレイアウト用 */
.box-layout-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.box-layout-btn.btn-center {
  align-items: center;
}

.box-layout-btn.btn-right {
  align-items: flex-end;
}

.box-layout-btn.btn-left {
  align-items: flex-start;
}

/*ボタン複数レイアウト用*/
.list-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list-btn > li [class^="btn-"] {
  max-width: 100%;
}

/*.btn-03.btn-small矢印付与*/
.btn-03.btn-small > .btn-arrow::after {
  background-image: url(/asiapacific/share/images/icon_arrow_right_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  top: .38em;
  right: -1.5em;
  display: inline-block;
  display: inline-block;
  width: 1.30769em;
  height: .76923em;
  margin-left: 5px;
  content: "";
  transition: transform .4s;
  transition-duration: .3s;
}

.btn-03.btn-small:hover > .btn-arrow::after,
.btn-03.btn-small:focus > .btn-arrow::after,
.btn-03.btn-small:active > .btn-arrow::after {
  background-image: url("/asiapacific/share/images/icon_arrow_right_01.png");
  transform: translateX(5px);
}

/* ============================================================================
* リストモジュール
* ========================================================================= */
.box-breadcrumb > .list-breadcrumb,
.list-01,
.list-notice-01,
.list-notice-02,
.list-order-01 {
  margin-bottom: calc(36.75px/2);
}

.box-breadcrumb > .list-breadcrumb:last-child,
.list-01:last-child,
.list-notice-01:last-child,
.list-notice-02:last-child,
.list-order-01:last-child {
  margin-bottom: 0;
}

/* リストレイアウト */
.list-layout {
  margin-bottom: calc(48.75px/2);
}

.list-layout > [class^="list-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* パンくずリスト */
.box-breadcrumb {
  margin-top: calc(38px/2);
  margin-bottom: calc(60px/2);
  text-align: left;
}

.box-breadcrumb > .list-breadcrumb > li {
  font-size: 1.4rem;
  display: inline;
}

.box-breadcrumb > .list-breadcrumb > li:not(:first-child) {
  position: relative;
  padding-left: 18px;
}

.box-breadcrumb > .list-breadcrumb > li:not(:first-child)::before {
  background-image: url("/asiapacific/share/images/icon_breadcrumb_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
}

.box-breadcrumb > .list-breadcrumb > li:last-child a {
  color: #5d6164;
}

@media only screen and (max-width: 1200px) {
  .str-section-boxed-1200px .box-breadcrumb,
  .media-post-header .hdg-lv2-03{
    padding-left: 23px !important;
    padding-right: 23px !important;
  }

}

/* 通常リストモジュール */
.list-01 > li {
  position: relative;
  padding-left: 16px;
}

.list-01 > li::before {
  position: absolute;
  top: .0625em;
  top: .02em\0;
  left: 0;
  display: block;
  content: "?";
}

/* 注釈リストモジュール */
.list-notice-01,
.list-notice-02,
.list-order-01 {
  display: table;
  width: 100%;
}

.list-notice-01 > li > *,
.list-notice-02 > li > *,
.list-order-01 > li > * {
  display: table-cell;
}

.list-notice-01 > li > .symbol,
.list-notice-02 > li > .symbol,
.list-order-01 > li > .symbol {
  text-align: center;
  white-space: nowrap;
}

.list-notice-01 > li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.list-notice-01 > li > .symbol {
  padding-right: 3px;
}

.list-notice-02 > li {
  font-size: 1.0rem;
  line-height: 1.6;
}

.list-notice-02 > li > .symbol {
  padding-right: 3px;
}

/* 順序ありリストモジュール */
.list-order-01 {
  margin-bottom: calc(36.75px/2);
}

.list-order-01:last-child {
  margin-bottom: 0;
}

.list-order-01:not(.type-01) > li .symbol {
  padding-right: .625em;
}

.list-order-01.type-01 {
  display: block;
  width: 100%;
  counter-reset: orderNum;
}

.list-order-01.type-01 > li {
  display: flex;
  flex-wrap: nowrap;
}

.list-order-01.type-01 > li::before {
  text-align: center;
  white-space: nowrap;
  display: inline;
  padding-right: .625em;
  content: "(" counter(orderNum) ")";
  counter-increment: orderNum;
}

/* 定義リストモジュール */
.list-def-01 {
  margin-bottom: calc(48.75px/2);
}

.list-def-01 > .box-inner {
  margin-bottom: 5px;
}

.list-def-01 > .box-inner:last-child {
  margin-bottom: 0;
}

.list-def-01 > .box-inner > dt {
  font-size: 1.8rem;
  font-weight: 500;
}

.list-def-02 {
  margin-bottom: 20px;
}

.list-def-02 > .box-inner {
  border-top: 1px solid rgba(93, 97, 100, .2);
}

.list-def-02 > .box-inner::after {
  display: block;
  clear: both;
  content: "";
}

.list-def-02 > .box-inner:last-child {
  border-bottom: 1px solid rgba(93, 97, 100, .2);
}

.list-def-02 .title {
  font-weight: 500;
  color: #ea5504;
}

/* ============================================================================
* テーブルモジュール
* ========================================================================= */
.box-table-wrapper {
  margin-bottom: 30px;
}

.box-table-wrapper:last-child {
  margin-bottom: 0;
}

.box-table-wrapper > table {
  min-width: 768px;
  table-layout: fixed;
}

.table-01 .box-layout-image.layout-keep-sp .box-image img,
.table-02 .box-layout-image.layout-keep-sp .box-image img {
  max-width: none;
}

.table-01 {
  position: relative;
  width: 100%;
  border-collapse: inherit;
}

.table-01 * {
  font-size: calc(2.0rem/2);
}

.table-01 th {
  font-weight: 500;
}

.table-01 th.type-02 {
  color: #5d6164;
}

.table-01 th.normal {
  font-weight: normal;
}

.table-01 thead th,
.table-01 thead td {
  color: #fff;
  background-color: rgba(234, 85, 4, .6);
}

.table-01 tbody th {
  color: #ea5504;
  background-color: rgba(234, 85, 4, .1);
}

.table-01 thead td,
.table-01 thead th {
  padding: 1.40384em 1.48076em;
}

.table-01 tbody th,
.table-01 tbody td {
  padding: 2.25em 1.75em;
}

.table-01 > caption {
  text-align: left;
  padding-bottom: 5px;
}

.table-01 {
  border-bottom: 1px solid rgba(93, 97, 100, .2);
}

.table-01::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
}

.table-01 tr th,
.table-01 tr td {
  border-top: 1px solid rgba(93, 97, 100, .2);
  border-right: 1px solid rgba(93, 97, 100, .2);
}

.table-02 {
  width: 100%;
}

.table-02,
.table-02 td,
.table-02 th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-02 > caption {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: left;
  color: #ea5504;
  margin-bottom: 17px;
}

.table-02 tr th,
.table-02 tr td {
  padding: 18px 20px 17px;
}

.table-02 tr th.normal,
.table-02 tr td.normal {
  font-weight: normal;
}

.table-02 tr th {
  font-weight: 500;
}

/* ============================================================================
* ボックスモジュール
* ========================================================================= */
.box-shadow {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

/* 画像配置ボックス */
.box-image {
  text-align: center;
  margin-bottom: calc(30px/2);
}
.box-image.img-align-left{
  text-align: left;
}
.box-modal-content .box-image.img-align-left{
  padding-left:30px;
}
.box-image:last-child {
  margin-bottom: 0;
}

.box-image > img {
  vertical-align: top;
}

.box-image .caption {
  margin-top: 10px;
}

.box-01,
.box-02,
.box-03,
.box-04 {
  margin-bottom: calc(48.75px/2);
  padding: calc(34px/2) calc(40px/2);
}

.box-01 > [class^="hdg-"]:first-child,
.box-02 > [class^="hdg-"]:first-child,
.box-03 > [class^="hdg-"]:first-child,
.box-04 > [class^="hdg-"]:first-child {
  margin-top: 0;
}

/* ボックス1 */
.box-01 {
  background-color: rgba(234, 85, 4, .1);
}

.box-02 {
  border: 1px solid rgba(93, 97, 100, .2);
}

.box-03 {
  border: 2px solid rgba(93, 97, 100, .2);
}

.box-04 {
  border: 2px solid #ea5504;
}

/* 動画モーダルボックス */
.box-movie-thumb {
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: calc(30px/2);
}

.box-movie-thumb > img {
  display: block;
  width: 100%;
  height: auto;
}

.box-movie-thumb::before {
  background-image: url("/asiapacific/share/images/icon_movie_01.png");
  background-image: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  display: block;
  width: 73px;
  height: 51px;
  content: "";
  transform: translate(50%, -50%);
}

.box-movie-thumb::after {
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: background .5s;
}

.box-movie-thumb.type-01::before {
  background-image: url("/asiapacific/share/images/icon_movie_02.png");
}

.box-movie-thumb.type-02::before {
  background-image: url("/asiapacific/share/images/icon_movie_03.png");
}

.box-movie-thumb:hover::after,
.box-movie-thumb:focus::after,
.box-movie-thumb:active::after {
  background-color: rgba(0, 0, 0, .5);
}

.js-enable .box-movie-modal-wrapper .box-movie-thumb {
  cursor: pointer;
}

.js-enable .js-box-modal {
  display: none;
}

.js-enable .js-box-modal.open {
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.js-enable .js-box-modal.open .js-box-modal-inner {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 20px;
  transform: translate(50%, -50%);
}

.js-enable .js-box-modal.open .js-btn-modal-close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -10px;
  right: 20px;
  width: calc(35px/2);
  height: calc(35px/2);
}

.js-enable .js-box-modal.open .js-btn-modal-close::before,
.js-enable .js-box-modal.open .js-btn-modal-close::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
}

.js-enable .js-box-modal.open .js-btn-modal-close::before {
  transform: rotate(45deg);
}

.js-enable .js-box-modal.open .js-btn-modal-close::after {
  transform: rotate(-45deg);
}

/* タブボックス */
.box-tab-01 {
  border: 1px solid #ea5504;
}
.box-modal-content.blueish .box-tab-01 {
    border-color: #1ba8d6;
}

.box-tab-01 .list-tab {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ea5504;
}

.box-tab-01 .list-tab > li {
  font-size: 24px;
  position: relative;
  width: 50%;
  list-style-type: none;
}

.box-tab-01 .list-tab > li > a {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  text-align: center;
  color: #ea5504;
  display: block;
  height: 100%;
  padding: 7px 10px;
}

.box-tab-01 .list-tab > li > a.current {
  color: #fff;
  background-color: #ea5504;
}

.box-tab-01 .list-tab > li:hover a,
.box-tab-01 .list-tab > li:focus a,
.box-tab-01 .list-tab > li:active a {
  color: #fff;
  background-color: #ea5504;
}

.box-tab-01 .box-tab-content {
  padding: 25px 38px 35px;
}

.box-tab-01 .box-tab-content > [class^="hdg-"]:first-child {
  margin-top: 0;
}

/* モーダルコンテンツ内のタブスタイル */
.box-modal-content .box-tab-01 .list-tab {
  border: 1px solid #fff;
}

.box-modal-content .box-tab-01 .list-tab > li > a {
  font-size: 1.4rem;
  color: #fff;
}

.box-modal-content .box-tab-01 .list-tab > li > a.current {
  color: #ea5504;
  background-color: #fff;
}

.box-modal-content .box-tab-01 .box-tab-content {
  padding-right: 0;
  padding-left: 0;
}

.box-modal-content .box-tab-01 .box-tab-content .title {
  font-size: calc(3.6rem/2);
  margin-bottom: calc(32px/2);
}

.box-modal-content .box-tab-01 .box-tab-content .title:not(:first-child) {
  margin-top: calc(32px/2);
}

.js-enable .box-tab-01 .box-tab-content {
  display: none;
}

.js-enable .box-modal-content .box-tab-01 .list-tab {
  border: 1px solid #fff;
}

.js-enable .box-modal-content .box-tab-01 .list-tab > li > a.current::before {
  display: none;
}

/* タブボックス2 (CSサイトの移植) */

.js-enable .box-tab-02 > .list.js-hook-list.copy {
  margin-top: 20px;
}

.box-tab-02 {
  /*ボタン*/
  margin-top: 40px;
}

.box-tab-02 .box-tab-content.is-visible {
  display: block;
}

.box-tab-02 .box-tab-content.is-hidden {
  display: none;
}

.box-tab-02 .box-tab-content-inner {
  transition: .5s;
}

.box-tab-02 .box-tab-content-inner.is-visible {
  opacity: 1;
}

.box-tab-02 .box-tab-content-inner.is-hidden {
  opacity: 0;
}

.box-tab-02 .box-tab-content-inner.is-animation.is-visible {
  opacity: 0;
}

.box-tab-02 .box-tab-content-inner.is-animation.is-hidden {
  opacity: 1;
}

.box-tab-02 > .list > li + li {
  margin-top: 20px;
}

.box-tab-02 > .list > li > a {
  color: #5d6164;
  position: relative;
  display: block;
  padding: 15px;
  transition: .5s;
  border: 1px solid #d1d2d2;
}

.box-tab-02 > .list > li > a > .mark {
  font-size: 0;
}

.box-tab-02 > .list > li > a > .mark::before {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 2px;
  height: 18px;
  content: "";
  transition: transform .5s;
  transform: translateY(-50%);
}

.box-tab-02 > .list > li > a > .mark::after {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 18px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
}

.box-tab-02 > .list > li > a.is-open {
  color: #fff;
  background-color: #ea5504;
  border-color: #ea5504;
}

.box-tab-02 > .list > li > a.is-open > .mark::before {
  transform: translateY(-50%) rotate(90deg);
}

.box-tab-02 > .list > li > a.is-open > .mark::after {
  background-color: #fff;
}

.box-tab-02 > .list > li > a:hover,
.box-tab-02 > .list > li > a:focus {
  color: #fff;
  background-color: #ea5504;
  border-color: #ea5504;
}

.box-tab-02 > .list > li > a:hover > .mark::before,
.box-tab-02 > .list > li > a:focus > .mark::before {
  background-color: #fff;
}

.box-tab-02 > .list > li > a:hover > .mark::after,
.box-tab-02 > .list > li > a:focus > .mark::after {
  background-color: #fff;
}

.box-tab-02.type-01 > .list {
  margin: 0;
}

.box-tab-02.type-01 > .list > li > a {
  min-width: 110px;
}

/* モーダルコンテンツ (赤オレンジのエリア) */
.box-modal-content {
  color: #fff;
  width: 100%;
}

.box-modal-content .box-inner {
  background-color: #ea5504;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.box-modal-content.blueish .box-inner {
  background-color: #1ba8d6;
}
div#message-president .box-image{
    text-align:left;
}
.box-modal-content .box-btn-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

.box-modal-content .box-content {
  overflow: auto;
  height: 90%;
  margin-right: 0;
  padding-right: calc(70px/2);
  padding-left: calc(60px/2);
}

.box-modal-content .box-content-02 {
  overflow: auto;
  height: 90%;
  margin-right: 0;
  padding: 0;
}

.box-modal-content .box-content-02 .box-btn-wrapper {
  padding-right: calc(70px/2);
  padding-left: calc(60px/2);
}

.box-modal-content .box-content-02 .box-tab-content {
  padding-right: calc(70px/2);
  padding-left: calc(60px/2);
}

.box-modal-content [class^="btn-"] {
  font-size: 1.0rem;
  letter-spacing: -.2px;
  max-width: calc(340px/2);
  margin-bottom: 20px;
  padding: 7.5px;
}

.box-modal-content [class^="btn-"] > span::after {
  width: 17px;
  height: 10px;
}

.box-modal-content .btn-close-modal {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #ee7736;
  position: relative;
  display: block;
  width: 100%;
  max-width: 70px;
  padding-right: 14px;
  padding-left: 20px;
  border-radius: 21px;
}
.box-modal-content.blueish .btn-close-modal {
  background-color: #4ab4d7;
}
.box-modal-content .btn-close-modal::before,
.box-modal-content .btn-close-modal::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 10px;
  height: 2px;
  margin: auto 0;
  content: "";
}

.box-modal-content .btn-close-modal::before {
  transform: rotate(-45deg);
}

.box-modal-content .btn-close-modal::after {
  transform: rotate(45deg);
}

.js-enable .box-modal-content {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  height: 100%;
  transition: transform .5s ease-in-out;
  transform: translateX(120%);

  -webkit-transform-style: preserve-3d;
}

.js-enable .box-modal-content.modal-active {
  transform: translateX(0);
}

.js-enable .box-modal-content .box-inner {
  position: relative;
  z-index: 10000;
  width: 95%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}

/* ニュースリリース詳細ページ */
.box-newsrelease {
  margin-bottom: 20px;
  /*タイトルブロック*/
}

.box-newsrelease .box-newsrelease-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.box-newsrelease .box-newsrelease-title > [class^="hdg-lv1"] {
  color: #ea5504;
  order: 2;
  width: 100%;
  margin-top: 0;
}

.box-newsrelease .box-newsrelease-title > [class^="hdg-lv1"] > span {
  font-size: 2.0rem;
  font-weight: normal;
  font-style: italic;
  color: #231815;
  display: block;
  margin-top: 5px;
}

.box-newsrelease .box-newsrelease-title > [class^="hdg-lv1"] + .box-info-release .text-info-date {
  color: #231815;
}

.box-newsrelease .box-newsrelease-title .box-info-release {
  order: 1;
  width: 100%;
}

.text-newsrelease-lead {
  font-size: calc(4.6rem/2);
  font-weight: 500;
  color: #231815;
  margin-bottom: calc(40px/2);
}

.link-pdf-newsrelease {
  margin-top: 42px;
}

.box-info-release .text-info-date {
  font-weight: 500;
}

.box-newsrelease-link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(93, 97, 100, .2);
}

/* ============================================================================
* レイアウトモジュール
* ========================================================================= */
/* 汎用レイアウト */
.box-layout {
  margin-bottom: calc(30px/2);
}

.box-layout:last-child {
  margin-bottom: 0;
}

.box-layout > * {
  min-height: .0%\0;
}

.box-layout:not([data-sp-slider="1"]) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.box-layout:not([data-sp-slider="1"]) .col > [class^="hdg-"]:first-child {
  margin-top: 0;
}

.box-layout:not([data-sp-slider="1"]).type-01 .col {
  padding: calc(26.75px/2) calc(30px/2);
}

.box-layout[data-sp-slider="1"] .col > [class^="hdg-"]:first-child {
  margin-top: 0;
}

.box-layout[data-sp-slider="1"].type-01 .col {
  padding: calc(26.75px/2) calc(30px/2);
}

/**/
/* 汎用画像レイアウト */
.box-layout-image {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}

.box-layout-image > * {
  min-height: .0%\0;
}

.box-layout-image .box-image > img {
  text-align: center;
}

.box-layout-image .box-content {
  margin-top: 20px;
}

.box-layout-image .box-content > [class^="hdg-"]:first-child {
  margin-top: 0;
}

.box-layout-image.layout-keep-sp {
  flex-direction: row;
  justify-content: flex-end;
}

.box-layout-image.layout-keep-sp .box-content {
  margin-top: 0;
  padding-right: 20px;
}

.box-layout-image.layout-keep-sp .box-image img {
  width: auto;
  max-width: none;
  height: auto;
}

.box-layout-image.layout-keep-sp.layout-left {
  flex-direction: row-reverse;
}

.box-layout-image.layout-keep-sp.layout-left .box-content {
  padding-right: 0;
  padding-left: 20px;
}

.box-layout-image.layout-keep-sp .box-content {
  flex-shrink: 2;
}

/* ============================================================================
 * メディア系モジュール
 * ========================================================================= */
/*動画フレーム*/
.box-movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.box-movie-frame iframe,
.box-movie-frame video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================================================
* フォーム系モジュール
* ========================================================================= */
/* ============================================================================
 * 固有モジュール
 * ========================================================================= */
/* カルーセル
  * ========================================================================= */
.box-carousel-wrapper {
  overflow: hidden;
}

/* カルーセルモジュール 1 */
.box-carousel-01 .panel {
  margin: 0 10px;
}

.box-carousel-01 .panel .panel-image {
  text-align: center;
}

.box-carousel-01 .panel .panel-image .panel-image-inr {
  display: inline-block;
  overflow: hidden;
}

.box-carousel-01 .panel .panel-image img {
  transition: transform .5s;
}

.box-carousel-01 .panel:hover .panel-image img,
.box-carousel-01 .panel:focus .panel-image img,
.box-carousel-01 .panel:active .panel-image img {
  transform: scale(1.1);
}

.box-carousel-01 .panel:hover .link-arrow > span:after,
.box-carousel-01 .panel:focus .link-arrow > span:after,
.box-carousel-01 .panel:active .link-arrow > span:after {
  right: -.38461em;
}

/* ニュースリリース検索エリア */
.box-newssearch-wrapper .box-news-search {
  background-color: #333;
}

.box-newssearch-wrapper .btn-search-toggle {
  font-size: calc(3.2rem/2);
  font-weight: 500;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: calc(44px/2);
  padding-bottom: calc(44px/2);
}

.box-newssearch-wrapper .btn-search-toggle > span {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto 0;
  transition: transform .5s;
  transform: rotate(135deg) translateY(-50%);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.box-newssearch-wrapper .btn-search-toggle.open > span {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.box-newssearch-wrapper .list-search-choice {
  overflow: hidden;
  padding-bottom: 34px;
}

.box-newssearch-wrapper .list-search-choice > li:last-child {
  margin-top: calc(80px/2);
}

.box-newssearch-wrapper .list-search-choice .tag-category,
.box-newssearch-wrapper .list-search-choice .tag-year {
  margin-top: -10px;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul,
.box-newssearch-wrapper .list-search-choice .tag-year > ul {
  display: flex;
  flex-wrap: wrap;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li {
  text-align: center;
  position: relative;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50%;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li label {
  font-size: calc(2.0rem/2);
  color: #fff;
  background-color: #595757;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 1em 2em 1em 1.7em;
  transition: background .5s;
  border-radius: 17px;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:focus + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:focus + label {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label {
  background-color: #ea5504;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:disabled + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:disabled + label {
  opacity: .6;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label {
  position: relative;
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label::before,
.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label::after,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label::before,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  display: block;
  width: calc(18px/2);
  height: 2px;
  margin: auto 0;
  content: "";
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label::before,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label::before {
  transform: rotate(45deg);
}

.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label::after,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label::after {
  transform: rotate(-45deg);
}

.box-newssearch-wrapper .list-search-choice .tag-category {
  margin-bottom: 30px;
}

.box-newssearch-wrapper .list-search-choice .tag-year > ul > li {
  width: 25%;
}

.box-newssearch-wrapper .btn-reset-filter {
  font-size: 1.4rem;
  color: #ea5504;
  background-image: url("/asiapacific/share/images/icon_reset_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  display: block;
  max-width: 105px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 35px;
  cursor: pointer;
}

.box-newssearch-wrapper .btn-reset-filter:hover,
.box-newssearch-wrapper .btn-reset-filter:active,
.box-newssearch-wrapper .btn-reset-filter:focus {
  background-image: url("/asiapacific/share/images/icon_reset_01_on.png");
}

.box-newssearch-wrapper .box-text-result {
  font-size: calc(2.6rem/2);
  font-weight: 500;
  color: #ea5504;
  margin-top: calc(90px/2);
  margin-bottom: calc(60px/2);
  border-bottom: 2px solid #ea5504;
}

.box-newssearch-wrapper .box-text-result .text-result-num {
  font-size: calc(6.4rem/2);
  padding-left: 5px;
}

.box-newssearch-wrapper .box-news-result > .box-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.box-newssearch-wrapper .box-news-result > .box-inner > * {
  width: 100%;
}

.box-newssearch-wrapper .box-news-result > .box-inner > .box-text-result {
  order: -1;
}

.box-newssearch-wrapper .box-content > [class^="hdg-"]:first-child {
  margin-top: 0;
}

.box-newssearch-wrapper .panel-news {
  font-size: calc(2.4rem/2);
  margin-bottom: calc(30px/2);
  padding: calc(27px/2) calc(83px/2) calc(30px/2) calc(30px/2);
  border-bottom: 2px solid #ea5504;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.box-newssearch-wrapper .panel-news .panel-info {
  position: relative;
}

.box-newssearch-wrapper .panel-news .panel-info .title {
  font-weight: 500;
}

.box-newssearch-wrapper .panel-news .panel-info .link a {
  display: block;
}

.box-newssearch-wrapper .panel-news .panel-info .link .icon-pdf,
.box-newssearch-wrapper .panel-news .panel-info .link .icon-blank {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  display: block;
  width: 23px;
  height: 23px;
  margin: auto 0;
}

/* パイプライン
 * ========================================================================= */
.box-pipeline {
  color: #fff;
  background-color: #ea5504;
  max-width: 1043px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px;
  border: 1px solid #bcbcbc;
}

.box-pipeline a {
  color: #fff;
}

.box-pipeline ul,
.box-pipeline li {
  margin: 0;
  padding: 0;
}

.box-pipeline ul > li,
.box-pipeline li > li {
  list-style-type: none;
}

.box-pipeline .box-pipeline-menu {
  margin-bottom: 26px;
}

.box-pipeline .box-pipeline-menu > ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}

.box-pipeline .box-pipeline-menu > ul > li {
  width: 50%;
}

.box-pipeline .box-pipeline-menu > ul > li a {
  font-size: 2.4rem;
  text-align: center;
  display: block;
  transition-duration: .5s;
}

.box-pipeline .box-pipeline-menu > ul > li:hover > a,
.box-pipeline .box-pipeline-menu > ul > li:focus > a,
.box-pipeline .box-pipeline-menu > ul > li:active > a {
  color: #ea5504;
  background-color: #fff;
}

.box-pipeline .searchBody table {
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

.box-pipeline .searchBody table tbody {
  display: block;
}

.box-pipeline .searchBody table th,
.box-pipeline .searchBody table td {
  vertical-align: middle;
}

.box-pipeline .searchBody table th {
  font-size: 2.4rem;
}

.box-pipeline .searchBody table span {
  display: inline-block;
  margin-right: 20px;
}

.box-pipeline .searchBody table span:last-child {
  margin-right: 0;
}

.box-pipeline .box-pipeline-option .headBox {
  font-weight: 500;
  color: #ea5504;
  background-color: rgba(255, 255, 255, .8);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.box-pipeline .box-pipeline-option .headBox > * {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 5);
}

.box-pipeline .box-pipeline-option .headBox > *:not(:last-child) {
  padding-right: 20;
}

.box-pipeline .box-pipeline-option .headBox > *:not(:last-child)::after {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 15px;
  height: 2px;
  content: "";
  transform: translateY(50%) rotate(-45deg);
}

.box-pipeline .dataBox {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
  transition: all .8s ease;
}

.box-pipeline .dataBox > *:not(:last-child) {
  width: 16.66666%;
}

.box-pipeline .dataBox:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.box-pipeline .dataBox .open {
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, .2);
  display: none;
  width: 100%;
  padding: 20px 40px;
}

.box-pipeline .dataBox .open > table th {
  font-weight: 500;
}

/* ============================================================================
* 調整クラス
* ========================================================================= */
/* ----------------------------------------------------------------------------
* 文字のサイズ.fs-
* ------------------------------------------------------------------------- */
.fs-s {
  font-size: .9em !important;
}

.fs-l {
  font-size: 1.2em !important;
}

.fs-xl {
  font-size: 1.5em !important;
}

/* ----------------------------------------------------------------------------
* 文字の太さ イタリック .text-
* ------------------------------------------------------------------------- */
.text-bold {
  font-weight: bold !important;
}

.text-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline !important;
}

/* ----------------------------------------------------------------------------
* 文字の位置揃え .align-
* ------------------------------------------------------------------------- */
.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.valign-t {
  vertical-align: top !important;
}

.valign-m {
  vertical-align: middle !important;
}

.valign-b {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
* 文字の色 .text-color-[n]
* ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
* 幅調整 .w99
* ------------------------------------------------------------------------- */
.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pt
* ------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pb
* ------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl
* ------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl
* ------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mt
* ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mb
* ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mr
* ------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .ml
* ------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* ============================================================================
* ページ固有スタイル
* ========================================================================= */
/* TOPページ
* ========================================================================= */
.box-kkapinnumbers-top .hdg {
  font-size: calc(5.0rem/2);
  font-weight: 500;
  color: #ea5504;
}

/* TOP: メインビジュアル
* ========================================================================= */
.box-mainvisual-top {
  /* パーツ */
}

.box-mainvisual-top > .box-inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 141.73333vw;
}

.box-mainvisual-top .box-lead {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 75%;
  transform: translate(50%, -50%);
}

.box-mainvisual-top .box-lead h1 {
  font-size: calc(4.4rem/2);
  font-weight: 500;
  line-height: 1.03704;
  letter-spacing: -.1px;
  text-align: left;
  color: #ea5504;
  margin-bottom: 20px;
}
.box-mainvisual-top .box-lead .text-lead{
    font-size: 2.0rem;
    line-height: 1.1;
}
.box-mainvisual-top .box-parts {
  position: absolute;
  height: auto;
}

.box-mainvisual-top .parts-1 {
  top: 0;
  left: 0;
  width: 63.86667vw;
}

.box-mainvisual-top .parts-2 {
  top: 0;
  right: 0;
  width: 33.2vw;
}

.box-mainvisual-top .parts-3 {
  right: 0;
  bottom: -6px;
  width: 60.53333vw;
}

.box-mainvisual-top .parts-4 {
  bottom: -6px;
  left: 0;
  width: 38.53333vw;
}

.box-hdg-wrapper.type-03 .box-hdg-container{
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  display:block;
  margin:auto;
  right: 0;
  left: 0;
  max-width:1200px;
}
.box-hdg-wrapper.type-03 .image img,
.box-hdg-wrapper.type-04 .image img,
.box-hdg-wrapper.type-05 .image img,
.box-hdg-wrapper.type-06 .image img{
    position: absolute;
    bottom: 0;
}
.box-hdg-wrapper.type-06 .image img{
    pointer-events: none;
}

/* TOP: inNumber
* ========================================================================= */
.box-kkapinnumbers-top .hdg {
  text-align: center;
  margin: 100px 0 30px;
}

.box-kkapinnumbers-top .box-innumber-inr {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  padding-bottom: 30px;
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 1px solid #5d6164;
  border-radius: 50%;
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn::before,
.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn::after {
  background: #5d6164;
  display: block;
  width: 3px;
  height: 12px;
  content: "";
  border: 0;
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn::before {
  margin-right: 3px;
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn::after {
  display: block;
  content: "";
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn.paused::before {
  background: transparent;
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 3.25px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7.5px solid #5d6164;
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn.paused::after {
  content: none;
}

.box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn > span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.box-kkapinnumbers-top .box-innumber-inr .innumber-item {
  position: absolute;
  left: 0;
  transition: opacity .3s;
  /*
            * about duration
            *
            * small : 24 ~ 26s
            * middle: 20 ~ 22s
            * big   : 16 ~ 18s
            */
  /* 4 antibody drugs released */
  /* 6 antibody drugs in pipeline */
  /* 18 drugs in development */
  /* 40 markets reach worldwide */
  /* 39% overseas sales */
  /* 40 group companies */
  /* 37 years of innovation */
  /* core operating profit 59.4 billion yen */
  /* annual revenue 305 billion yen */
  /* 5,267 employees */
}

.box-kkapinnumbers-top .box-innumber-inr .innumber-item.inactive {
  opacity: .3 !important;
}

.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item1"] {
  top: 50%;
  animation: innumbers-anime 26s linear -1s infinite;
  opacity: 0.3;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item2"] {
  top: 70%;
  animation: innumbers-anime 25s linear -6s infinite;
  opacity: 0.3;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item3"] {
  top: 12%;
  animation: innumbers-anime 20s linear -1s infinite;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item4"] {
  top: 40%;
  animation: innumbers-anime 24s linear -18s infinite;
  opacity: 0.3;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item5"] {
  top: 70%;
  animation: innumbers-anime 18s linear -12s infinite;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item6"] {
  top: 80%;
  animation: innumbers-anime 21s linear -2s infinite;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item7"] {
  top: 35%;
  animation: innumbers-anime 22s linear -20s infinite;
  opacity: 0.6;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item8"] {
  top: 60%;
  animation: innumbers-anime 17s linear -6s infinite;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item9"] {
  top: 11%;
  animation: innumbers-anime 20s linear -13s infinite;
  opacity: 0.6;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item10"] {
  top: 10%;
  animation: innumbers-anime 16s linear -2s infinite;
  opacity: 0.6;
}
.box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item11"] {
  top: 45%;
  animation: innumbers-anime 19s linear -3s infinite;
  opacity: 0.3;
}

.box-kkapinnumbers-top .box-innumber-inr .innumber-item img {
  vertical-align: middle;
  max-width: none;
}

.box-kkapinnumbers-top .box-innumber-inr .innumber-item.paused {
  animation-play-state: paused;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window.active {
  display: flex;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .active-number-box {
  position: relative;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .item {
  background: #fff;
  display: none;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .item.active {
  background: transparent;
  display: block;
  animation: scaleUp .5s ease-in-out both;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .close-btn {
  position: absolute;
  top: -34px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ea5504;
  border-radius: 50%;
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .close-btn::before,
.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .close-btn::after {
  background: #ea5504;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  content: "";
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .close-btn::before {
  transform: rotate(45deg);
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .close-btn::after {
  transform: rotate(-45deg);
}

.box-kkapinnumbers-top .box-innumber-inr .innumbers-active-window .close-btn span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

@keyframes innumbers-anime {
  0% {
    left: -213px;
  }
  100% {
    left: 100%;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}

/* TOP: inNumber
* ========================================================================= */
.box-ourvision-top {
  margin-top: calc(200px/2);
}

/* TOP: Core values
* ========================================================================= */
.box-ourphilosophy-top {
  margin-top: calc(227px/2);
  margin-bottom: 16px;
  /*モーダルエリア*/
}
@media only screen and (min-width: 749px) {
.box-corevalue-top {
    margin-bottom: 360px;
}
}
@media only screen and (max-width: 748px) {
.box-corevalue-top {
    margin-bottom: 380px;
}
}

.box-corevalue-top .box-corevalue-wrapper {
  background-image: url("/asiapacific/images/index_bg_corevalue_02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 156.8vw;
}

.box-corevalue-top .box-corevalue-wrapper > .box-inner {
  position: relative;
  height: 100%;
}

.box-corevalue-top .box-corevalue-wrapper .parts-feature {
  position: absolute;
  z-index: 1;
  height: auto;
  transition: transform .5s ease;
}

.box-corevalue-top .box-corevalue-wrapper .parts-feature-before {
  display: none;
  transition: .5s;
}

.box-corevalue-top .box-corevalue-wrapper .parts-feature-before.minimum {
  transform: scale(.75, .75);
}

.box-corevalue-top .box-corevalue-wrapper .parts-feature-after {
  transition: .5s;
}

.box-corevalue-top .box-corevalue-wrapper .parts-commitment {
  left: 0;
  width: 59.86667vw;
}

.box-corevalue-top .box-corevalue-wrapper .parts-innovation {
  right: 1.33333vw;
  bottom: 1vw;
  width: 65vw;
}

.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-before.minimum ~ .parts-feature-after {
  transform: scale(.52408, .52484) !important;
}

.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-after {
  transform-origin: 100% 100%;
}

.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-after.minimum {
  transform: scale(.69877, .69979);
}

.box-corevalue-top .box-corevalue-wrapper .parts-integrity {
  bottom: -37vw;
  left: 0;
  width: 65vw;
}

.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-before.minimum ~ .parts-feature-after {
  transform: scale(.52221, .54752) !important;
  transform-origin: 18% 82%;
}

.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-after {
  transform-origin: left 105%;
}

.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-after.minimum {
  transform: scale(.69628, .73002);
}

.box-corevalue-top .box-corevalue-wrapper .parts-temwork {
  right: 0;
  bottom: -91vw;
  width: 65vw;
}

.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-before.minimum ~ .parts-feature-after {
  transform: scale(.52427, .52439) !important;
  transform-origin: 81.5% 84.5%;
}

.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-after {
  transform-origin: right 105%;
}

.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-after.minimum {
  transform: scale(.69903, .69919);
}

.js-enable .box-corevalue-top .box-corevalue-wrapper {
  margin-bottom: 0;
}

.js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature:not(:first-child) {
  cursor: default;
}

.js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature-before {
  display: block;
}

.js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature-after {
  display: none;
}

/* TOP: At a grance
* ========================================================================= */
.box-atagrance-top {
  margin-top: 100px;
}

.box-atagrance-top > .box-inner {
  margin-top: 30px;
}

.tile-layout-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tile-layout-wrapper > * {
  min-height: .0%\0;
}

.tile {
  position: relative;
  display: block;
  overflow: hidden;
  height: 140px;
  margin-bottom: calc(40px/2);
  /*画像を拡大*/
}

.tile.size-m,
.tile.size-special {
  height: calc(413px/2);
}

.tile.size-special {
  margin-bottom: 0;
}

.tile .title {
  font-weight: 600;
  color: #fff;
  font-size: 2.3rem;
}
.tile.box-with-paragraph .text{
    font-weight:400;
    color: white;
    font-size:0.9em;
    padding-top:10px;
}

.tile .title > span,
.tile .text > span {
  position: relative;
  display: inline-block;
}

.tile .title .icon,
.tile .text .icon {
  font-size: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  transition: .5s ease;
}

.tile .title .icon.icon-modal {
  bottom: -30px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.box-atagrance-top .tile .title {
    line-height: 1.2em;
}
.tile .title .icon.icon-modal::before,
.tile .title .icon.icon-modal::after {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: auto;
  content: "";
  transition: all .5s ease;
}

.tile .title .icon.icon-modal::after {
  transform: rotate(90deg);
}

.tile .title .icon.icon-arrow,
.tile .text .icon.icon-arrow {
  background-color: #fff;
  bottom: -20px;
  width: 24px;
  height: 1px;
}

.tile .title .icon.icon-arrow::after,
.tile .text .icon.icon-arrow::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tile .title .icon.icon-blank {
  background-image: url("/asiapacific/share/images/icon_link_blank_08.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -21px;
  width: 21px;
  height: 21px;
}

.tile .title .icon.icon-blank::before {
  background-image: url("/asiapacific/share/images/icon_link_blank_arrow_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  transition: transform .2s;
}

.tile .box-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: calc(12px/2) calc(27px/2);
}

.tile .box-image {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transform: translate(50%, -50%);
}

.tile .box-image > img {
  position: absolute;
  top: 50%;
  right: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transition-duration: .5s;
  transform: translate(50%, -50%) scale(1);
}
@media screen and (max-width: 769px) {
   .box-atagrance-bottom .tile .box-image > img { transform: translate(50%, -50%) scale(.75) }
}

.tile:hover .box-image > img,
.tile:focus .box-image > img,
.tile:active .box-image > img {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1.1);
}

.tile:hover .icon.icon-modal::after,
.tile:focus .icon.icon-modal::after,
.tile:active .icon.icon-modal::after {
  background-color: transparent;
  top: 1px\0;
  right: -6px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.tile:hover .icon.icon-arrow,
.tile:focus .icon.icon-arrow,
.tile:active .icon.icon-arrow {
  transform: translateX(10px);
}

.tile:hover .icon.icon-blank::before,
.tile:focus .icon.icon-blank::before,
.tile:active .icon.icon-blank::before {
  transform: translate(1px, -1px);
}

.box-globalnetwork {
  background-color: rgba(222, 222, 222, .4);
  margin-top:30px;
  margin-bottom: 16px;
}
.box-singaporearea{
  margin-top:30px;
  margin-bottom: 16px;
}
.box-regionalnetwork {
  margin-top: calc(227px/2);
  margin-bottom: 16px;
}

/* グローバルネットワーク確認エリアボックス */
.box-preview-globalarea {
  margin-top: 26px;
}

.box-preview-globalarea .box-preview-globalarea-outer {
  position: relative;
}

.box-preview-globalarea .box-inner {
  padding-top: 20px;
}
.box-offices-globalarea .box-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
}

@media only screen and (mim-width: 749px) {
  .box-offices-globalarea .box-inner{ padding-bottom: 50px; }
}

.box-offices-globalarea .box-inner .box-panel .panel {
  color: #ea5504;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 12px);
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

/*.box-offices-globalarea .box-inner .box-panel .panel:last-child {
  margin-bottom: 0;
}*/

.box-offices-globalarea .box-inner .box-panel .panel .title {
  font-size: calc(3.2rem/2);
  font-weight: bold;
  color: #5d6164;
}
.box-regionalnetwork .panel .title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #5d6164;
}
.box-regionalnetwork .box-panel-01 > .panel > .box-inner{
  flex-direction: row;
  flex-wrap: nowrap;
}
.box-regionalnetwork .box-panel-01 > .panel > .box-inner .box-image img{
  height: 100%;
}


.box-offices-globalarea .box-inner .box-panel .panel .guide {
  font-size: 1.2rem;
  position: absolute;
  bottom: 5px;
}
.box-regionalnetwork .panel .guide {
    font-size: 1.2rem;
    position: absolute;
    bottom: 5px;
    color: #ea5504;
}

.box-offices-globalarea .box-inner .box-panel .panel .guide > img {
  width: 14px;
  height: 14px;
}

xx.box-offices-globalarea .box-inner .box-panel .panel::after {
  background-image: url("/asiapacific/share/images/icon_globalnetwork_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  display: block;
  width: calc(36px/2);
  height: calc(68px/2);
  margin: auto 0;
  content: "";
}

.box-offices-globalarea .box-inner .box-panel .panel .box-thumb {
  line-height: 0;
  width: 150px;
}



.box-preview-globalarea .box-inner .box-target-panel {
  margin-top: 20px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, .3);
}

.box-preview-globalarea .box-inner .box-target-panel .box-thumb {
  line-height: 0;
}

.box-preview-globalarea .box-inner .box-target-panel .box-content {
  padding: 20px 30px;
}

.box-preview-globalarea .box-inner .box-target-panel .box-content .title {
  font-size: calc(4.2rem/2);
  font-weight: 500;
  margin-bottom: 15px;
}

.box-preview-globalarea .box-inner .box-target-panel .box-content .title > .sub {
  font-size: calc(2.4rem/2);
  color: #ea5504;
  display: block;
}
.box-preview-globalarea .regionalarea-address,
.box-preview-globalarea .dist-globalarea-link {
  font-size: 1.4rem;
  margin-top: 15px;
}

.box-preview-globalarea .dist-globalarea-link > dt {
  font-weight: 500;
}

.box-preview-globalarea .dist-globalarea-link > dd {
  letter-spacing: -.7px;
  color: #5d6164;
  position: relative;
  padding-left: 10px;
}

.box-preview-globalarea .dist-globalarea-link > dd::before {
  background-color: #5d6164;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 2px;
  content: "";
}

.box-preview-globalarea .dist-globalarea-link > dd > a {
  color: #ea5504;
}

.box-preview-globalarea .icon-blank {
  width: 14px;
  height: 14px;
}

.js-enable .box-preview-globalarea .box-preview-globalarea-outer .box-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  max-width: none;
  height: 645px;
  min-height: 100%;
}

.js-enable .box-preview-globalarea .box-preview-globalarea-outer .box-image img {
  position: absolute;
  z-index: 2;
  right: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transform: translateX(50%);
}

.js-enable .box-preview-globalarea .box-inner {
  padding-top: 0;
}
xx.js-enable .box-offices-globalarea .box-panel {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 87px;
  transform: translateY(-50%);
}

.js-enable .box-offices-globalarea .box-panel {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.js-enable .box-preview-globalarea .box-panel {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 87px;
  transform: translateY(-50%);
}

.js-enable .box-offices-globalarea .box-panel .panel {
  flex-direction: row;
  flex-wrap: nowrap;
}

.js-enable .box-offices-globalarea .box-panel .panel .box-thumb {
  overflow: hidden;
}

.js-enable .box-offices-globalarea .box-panel .panel .box-thumb > img {
  transition: transform .5s ease;
}

.js-enable .box-offices-globalarea .box-panel .panel:focus .box-thumb > img,
.js-enable .box-offices-globalarea .box-panel .panel:active .box-thumb > img,
.js-enable .box-offices-globalarea .box-panel .panel:hover .box-thumb > img {
  transform: scale(1.2);
}

.js-enable .box-preview-globalarea .box-target-panel {
  background-color: #fff;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  display: none;
  width: 97%;
  margin-top: 0;
}

.js-enable .box-preview-globalarea .box-target-panel .box-thumb > img {
  display: block;
  width: 100%;
  height: auto;
}

.js-enable .box-preview-globalarea .box-target-panel .box-content {
  position: relative;
}

.js-enable .box-preview-globalarea .box-target-panel .box-content .title {
  padding-right: 20px;
}

.js-enable .box-preview-globalarea .box-target-panel .btn-close {
  font-size: 0;
  background-color: rgba(222, 222, 222, .4);
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 37px;
  height: 37px;
  cursor: pointer;
  border-radius: 50%;
}

.js-enable .box-preview-globalarea .box-target-panel .btn-close::before,
.js-enable .box-preview-globalarea .box-target-panel .btn-close::after {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 18px;
  height: 2px;
  content: "";
}

.js-enable .box-preview-globalarea .box-target-panel .btn-close::before {
  transform: translate(50%, -50%) rotate(45deg);
}

.js-enable .box-preview-globalarea .box-target-panel .btn-close::after {
  transform: translate(50%, -50%) rotate(-45deg);
}

/* TOP: Careers
* ========================================================================= */
.box-careers-top {
  margin-top: calc(227px/2);
  margin-bottom: 16px;
}

.box-careers-top .text-lead {
  margin-bottom: 30px;
}

.box-careers-top .box-layout-btn {
  margin-top: calc(210px/2);
}

/* Media_Center
* ========================================================================= */
.mediacenter-01,
.mediacenter-02 {
  padding-bottom: calc(390px/2);
}

.mediacenter-01 .hdg-lv2-mediacenter,
.mediacenter-02 .hdg-lv2-mediacenter {
  font-size: calc(7.2rem/2);
  font-weight: 500;
  text-align: center;
  color: #ea5504;
  margin-top: calc(230px/2);
  margin-bottom: calc(100px/2);
}

.mediacenter-01 {
  background-color: rgba(226, 225, 225, .4);
}

.mediacenter-01 .box-hide-more {
  display: block;
  width: 100%;
  margin-top: 80px;
}

.mediacenter-02 {
  background-color: rgba(226, 225, 225, .4);
}

.mediacenter-02 .box-layout {
  justify-content: center;
}

/* History
* ========================================================================= */
.sustainability-01 {
  margin-top: calc(120px/2);
}

.sustainability-01 .box-hdg2-wrapper {
  margin-bottom: calc(160px/2);
}

.sustainability-01 .box-hdg2-wrapper .text-lead {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.sustainability-01 .box-hdg2-wrapper .text-lead:last-child {
  margin-bottom: 0;
}

.sustainability-02 {
  margin-top: calc(150px/2);
  padding-top: calc(120px/2);
  padding-bottom: calc(184px/2);
}

.sustainability-02 .box-hdg2-wrapper {
  margin-bottom: calc(74px/2);
}

.sustainability-03 {
  margin-top: calc(180px/2);
}

.sustainability-04 {
  margin-top: calc(180px/2);
  padding-top: 87px;
  padding-bottom: 88px;
}

.sustainability-04 .box-hdg2-wrapper {
  margin-bottom: calc(55px/2);
}

.sustainability-05 {
  margin-top: calc(140px/2);
}

.sustainability-06 {
  margin-top: calc(140px/2);
  padding-top: calc(100px/2);
  padding-bottom: calc(100px/2);
}

.sustainability-06 .box-layout:first-child {
  margin-bottom: calc(80px/2);
}

/* パネルメニュー部分 */
.panel-menu .btn-back-02 {
  margin-bottom: 15px;
}

.panel-menu .panel-menu-list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2);
}

.panel-menu .panel-menu-list > li {
  flex-grow: 1;
  flex-basis: calc(50% - 3px);
  max-width: calc(50% - 3px);
  min-height: 222px;
  margin: 6px 0 0 6px;
}

.panel-menu .panel-menu-list > li:nth-of-type(-n+2) {
  margin-top: 0;
}

.panel-menu .panel-menu-list > li:nth-of-type(2n+1) {
  margin-left: 0;
}

.panel-menu .panel-menu-list > li a {
  background-color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.panel-menu .panel-menu-list > li a:hover dd::before,
.panel-menu .panel-menu-list > li a:hover dt.icon::before,
.panel-menu .panel-menu-list > li a:focus dd::before,
.panel-menu .panel-menu-list > li a:focus dt.icon::before,
.panel-menu .panel-menu-list > li a:active dd::before,
.panel-menu .panel-menu-list > li a:active dt.icon::before {
  background-color: transparent;
  bottom: 21px;
  left: 23px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #ea5504;
  border-right: 2px solid #ea5504;
}

.panel-menu .panel-menu-list > li a dl {
  position: relative;
  z-index: 2;
  padding: 15px;
}

.panel-menu .panel-menu-list > li a dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ea5504;

  overflow-wrap: break-word;
}

.panel-menu .panel-menu-list > li a dt.icon {
  padding-bottom: 22px;
}

.panel-menu .panel-menu-list > li a dd {
  font-size: 1.2rem;
  color: #5d6164;
  padding-bottom: 22px;

  overflow-wrap: break-word;
}

.panel-menu .panel-menu-list > li a dl::after,
.panel-menu .panel-menu-list > li a dt.icon::before,
.panel-menu .panel-menu-list > li a dt.icon::after,
.panel-menu .panel-menu-list > li a dd::before,
.panel-menu .panel-menu-list > li a dd::after {
  position: absolute;
  display: block;
  content: "";
}

.panel-menu .panel-menu-list > li a dl::after {
  background-color: #ea5504;
  bottom: 23px;
  left: 19px;
  width: 10px;
  height: 2px;
}

.panel-menu .panel-menu-list > li a dd::before,
.panel-menu .panel-menu-list > li a dt.icon::before {
  background-color: #ea5504;
  bottom: 23px;
  left: 19px;
  width: 10px;
  height: 2px;
  transition: .5s;
  transform: rotate(90deg);
}

.panel-menu .panel-menu-list > li a dd::after,
.panel-menu .panel-menu-list > li a dt.icon::after {
  bottom: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 1px solid #ea5504;
  border-radius: 50%;
}

.panel-menu .panel-menu-list > li a .panel-img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.panel-menu #panel-menu-maingroup .panel-menu-list > li {
  min-height: 146px;
}

.js-enable .panel-menu .panel-menu-group {
  position: relative;
  overflow: hidden;
  margin: -10px;
  padding: 10px;
  transition: 1s;
  opacity: 0;
}

.js-enable .panel-menu .panel-menu-group.kkc-anime_state_animation-end[aria-expanded="false"],
.js-enable .panel-menu .panel-menu-group.kkc-anime_state_animation-end[aria-expanded="true"] {
  opacity: 1;
}

.js-enable .panel-menu .panel-menu-group:not([aria-expanded]),
.js-enable .panel-menu .panel-menu-group[aria-hidden="true"] {
  display: none;
}

.js-enable .panel-menu .panel-menu-group:not([class*="kkc-anime_scroll"])[aria-expanded="true"] {
  opacity: 1;
}

.js-enable .panel-menu .panel-menu-group .hdg-lv3-01 {
  position: absolute;
  z-index: -1;
  top: 100%;
}

.js-enable .panel-menu .panel-menu-group .panel-menu-list > li .panel-img {
  transition: transform .5s;
}

.js-enable .panel-menu .panel-menu-group .panel-menu-list > li:hover .panel-img,
.js-enable .panel-menu .panel-menu-group .panel-menu-list > li:focus .panel-img,
.js-enable .panel-menu .panel-menu-group .panel-menu-list > li:active .panel-img {
  transform: scale(1.1);
}

.js-enable .panel-menu .panel-menu-group[id*="panel-menu-subgroup-"] {
  opacity: 0;
}

.js-enable .panel-menu .panel-menu-group[id*="panel-menu-subgroup-"][aria-expanded="true"] {
  opacity: 1;
}

/* Careersページ
* ========================================================================= */
.careers-01 {
  padding-top: calc(60px/2);
}

.careers-01 .text-lead {
  font-size: 1.5rem;
  margin-bottom: calc(70px/2);
}

.careers-01 .list-01 > li:not(:first-child) {
  margin-top: calc(10px/2);
}

/* Historyページ
* ========================================================================= */
.history-01 {
  padding-top: calc(116px/2);
  padding-bottom: calc(110px/2);
}

.history-02 {
  padding-top: 76px;
  padding-bottom: 120px;
}

/* History 年代ブロック */
.history-wrapper {
  margin-bottom: 20px;
}

.history-wrapper .history-inner {
  position: relative;
}

.history-wrapper .history-inner::before {
  background-color: #ea5504;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 27px;
  display: block;
  width: 10px;
  height: 100%;
  content: "";
}

.history-wrapper .history-inner:last-child::before {
  background-color: #f3f3f3;
  position: absolute;
  z-index: 0;
  top: 38px;
  right: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  margin: auto;
  content: "";
}

.history-wrapper .title,
.history-wrapper .history-content {
  position: relative;
}

.history-wrapper .title {
  z-index: 2;
}

.history-wrapper .history-content {
  z-index: 1;
}

.history-wrapper .title {
  font-size: 1.6rem;
  text-align: right;
}

.history-wrapper .title > span {
  font-weight: 500;
  color: #fff;
  background-color: #ea5504;
  display: inline-block;
  padding: 7px 20px;
}

.history-wrapper .title.type-01 > span {
  border-radius: 18px 18px 18px 0;
}

.history-wrapper .history-content {
  width: 92%;
  margin-top: -1px;
  border-top: 1px solid #ea5504;
}

.history-wrapper .history-content .history-panel {
  display: flex;
  flex-direction: row;
  width: 75%;
}

.history-wrapper .history-content .history-panel .image {
  width: 70px;
}

.history-wrapper .history-content .history-panel .content {
  font-size: 1.2rem;
  line-height: 0;
  color: #ea5504;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.history-wrapper .history-content .history-panel .content > * {
  line-height: 1.16667;
  padding: 12px 10px 12px 13px;
}

.history-wrapper .history-content .history-panel .content > *:not(:first-child) {
  border-top: 1px solid #d3d4d4;
}

.history-wrapper .history-content.type-01 .history-panel .image {
  width: 125px;
}

/* What We Doページ
/* ========================================================================= */
/*.whatwedo-01 .box-hdg2-wrapper .text-lead,
.whatwedo-02 .box-hdg2-wrapper .text-lead,
.whatwedo-04 .box-hdg2-wrapper .text-lead {
  font-size: 1.6rem;
}*/

.workingwithus-01 {
  padding-top: calc(230px/2);
}

.whatwedo-01 .box-hdg2-wrapper,
.workingwithus-01 .box-hdg2-wrapper {
  margin-bottom: 30px;
  max-width: 600px;
  margin:auto;
}

.workingwithus-01 .area-focus-wrapper {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: calc(430px/2);
  padding-bottom: calc(380px/2);
}

.whatwedo-01 .area-focus-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .whatwedo-01 .area-focus-wrapper {
    padding-top:0px !important;;
    padding-bottom:0px !important;
  }
}

.homepage-03 .area-focus-inner .title,
.whatwedo-01 .area-focus-wrapper .title,
.workingwithus-01 .area-focus-wrapper .title,
.workingwithus-03 .title,
.workingwithus-04 .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.20833;
  text-align: center;
  color: #ea5504;
}

.workingwithus-03 .title,
.workingwithus-04 .title {
  font-size: 1.4rem !important;
}

.workingwithus-03 .hdg-lv2-02,
.workingwithus-03 .title,
.workingwithus-04 .title {
  text-align: left !important;
}

.whatwedo-01 .area-focus-wrapper .area-focus-icon,
.workingwithus-01 .area-focus-wrapper .area-focus-icon {
  position: absolute;
  z-index: 1;
}

.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-01,
.workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-01 {
  top: 0;
  left: 0;
  width: 142px;
}

.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-02,
.workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-02 {
  top: 10px;
  right: 0;
  width: 144px;
}

.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-03,
.workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-03 {
  bottom: 10px;
  left: 0;
  width: 130px;
}

.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-04,
.workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-04 {
  right: 0;
  bottom: -20px;
  width: 149px;
}
.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-all {
position: relative !important;
text-align: center;
padding-top:20px;

}

.whatwedo-02 {
  position: relative;
  padding-top: calc(210px/2);
  padding-bottom: calc(176px/2);
}

.whatwedo-02::before,
.workingwithus-05::before{
  background: url("/asiapacific/working_with_us/images/index_icon_01.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 162px;
  height: 53px;
  content: "";
  transform: translateX(-50%);
}

.whatwedo-02 .box-hdg2-wrapper {
  margin-bottom: 55px;
}

.whatwedo-02 .box-panel-01 > .panel .link-arrow,
.workingwithus-05 .box-panel-01 > .panel .link-arrow {
  font-size: 1.0rem;
  position: absolute;
  bottom: 5px;
}

.whatwedo-03 {
  padding-top: calc(150px/2);
  padding-bottom: calc(150px/2);
}

.whatwedo-03 .box-hdg2-wrapper{
  margin-bottom: 60px;
}

.whatwedo-03 .box-carousel-wrapper .box-text{
  color: #5d6164;
}
.whatwedo-03 .box-carousel-01 .panel .panel-image .panel-image-inr{
    border:solid 1px #ededed;
}

.whatwedo-03 .box-carousel-wrapper .link-arrow,
.workingwithus-05 .box-carousel-wrapper .link-arrow {
  display: inline-block;
  margin-top: 20px;
}

.whatwedo-04 {
  padding-top: calc(134px/2);
  padding-bottom: calc(160px/2);
}

.whatwedo-04 .text-lead {
  color: #ea5504;
}

.whatwedo-04 .box-hdg2-wrapper {
  margin-bottom: calc(84px/2);
}

.whatwedo-05 {
  padding-top: calc(150px/2);
}

.whatwedo-05 .box-hdg2-wrapper {
  margin-bottom: 40px;
}

.whatwedo-06 {
  padding-top: calc(320px/2);
}

.whatwedo-06 .box-hdg2-wrapper {
  margin-bottom: calc(40px/2);
}

.whatwedo-06 .box-hdg2-wrapper + .box-text {
  margin-bottom: calc(113px/2);
}

/* Pipeline */
.pipeline-table-wrapper {
  box-sizing: border-box;
  max-width: 1144px;
  margin: 0 auto;
  padding: 30px;
  border: 2px solid #ea5504;
}

.pipeline-table-wrapper .pipeline-btn-accordion {
  font-size: 32px;
  font-weight: 500;
  color: #ea5504;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.pipeline-table-wrapper .pipeline-btn-accordion::after {
  background: url(/asiapacific/share/images/icon_arrow_bottom_01.png) left center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 19px;
  margin-top: -9.5px;
  content: "";
}

.pipeline-table-wrapper .pipeline-btn-accordion[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.pipeline-table-wrapper .pipeline-btn-accordion._search {
  display: none;
}

.pipeline-table-wrapper .pipeline-btn-accordion._search[aria-expanded="true"]:after {
  top: 50%;
  transform: rotate(45deg);
}

.pipeline-table-wrapper .pipeline-btn-accordion._search::before,
.pipeline-table-wrapper .pipeline-btn-accordion._search::after {
  position: absolute;
  display: block;
  content: "";
}

.pipeline-table-wrapper .pipeline-btn-accordion._search::before {
  background: #ea5504;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

.pipeline-table-wrapper .pipeline-btn-accordion._search::after {
  top: calc(50% - 2px);
  right: 3.6px;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  transform: rotate(-135deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.pipeline-table-wrapper .pipeline-btn-accordion._search + .inner {
  margin-top: 15px;
}

.pipeline-table-wrapper .pipeline-table-content {
  display: none;
  padding-top: 30px;
}

.pipeline-table-wrapper .pipeline-hdg-pdf {
  margin-bottom: 15px;
}

.pipeline-table-wrapper .pipeline-hdg-pdf a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ea5504;
  display: inline-block;
}

.pipeline-table-wrapper .pipeline-hdg-pdf a .pdf-text {
  margin-left: 10px;
}

.pipeline-table-wrapper .pipeline-hdg-pdf a .pdf-text img {
  position: relative;
  top: 3px;
  width: 12px;
  margin-right: 5px;
}

.pipeline-table-wrapper .pipeline-box-hdg-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pipeline-table-wrapper .pipeline-box-hdg-wrapper .hdg-lv3-01 {
  margin: 0;
}

.pipeline-table-wrapper .pipeline-box-hdg-wrapper .pipeline-text-date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ea5504;
}

.pipeline-table-wrapper .pipeline-box-search {
  margin-bottom: 30px;
}

.pipeline-table-wrapper .pipeline-box-search .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pipeline-table-wrapper .pipeline-box-search .content:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 2px solid #ea5504;
}

.pipeline-table-wrapper .pipeline-box-search .content:last-child {
  padding-top: 15px;
}

.pipeline-table-wrapper .pipeline-box-search .content .title {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  color: #ea5504;
  margin-right: 20px;
}

.pipeline-table-wrapper .pipeline-box-search .content .list {
  color: #ea5504;
  display: flex;
  flex-wrap: wrap;
}

.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox {
  position: relative;
  margin-right: 20px;
}

.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span {
  position: relative;
  padding-left: 21px;
}

.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  content: "";
  transform: translateY(-50%);
  border: solid 1px #ea5504;
}

.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input:checked + span {
  font-weight: 500;
}

.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input:checked + span::before {
  background: linear-gradient(45deg, #ea5504 48%, #f3f3f3 48%, #f3f3f3 52%, #ea5504 52%, #ea5504 100%);
  border: 0;
}

.pipeline-table-wrapper .pipeline-table {
  color: #ea5504;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head {
  background: rgba(234, 85, 4, .2);
  display: -ms-grid;
  display:     grid;
  box-sizing: border-box;
  padding: 30px 30px 6px;

  -ms-grid-columns: 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667%;
  grid-template-columns: 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667%;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item {
  font-weight: 500;
  text-align: center;
  color: #ea5504;
  position: relative;
  box-sizing: border-box;
  padding: 0 1rem;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item p {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item:not(:last-child):after {
  position: absolute;
  top: 1rem;
  right: 0;
  content: "/";
  transform: translateY(-50%);
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button {
  font-weight: 500;
  color: #ea5504;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::before,
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::after {
  position: absolute;
  display: block;
  content: "";
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::before {
  background: #ea5504;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::after {
  top: calc(50% - 2px);
  right: 3.6px;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button.desc::after {
  top: 50%;
  transform: rotate(45deg);
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button.asc::after {
  transform: rotate(-135deg);
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button > span {
  text-align: center;
  display: block;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.codeName {
  -ms-grid-column: 1;
      grid-column: 1;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.genericName {
  -ms-grid-column: 2;
      grid-column: 2;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.therapeuticArea {
  -ms-grid-column: 3;
      grid-column: 3;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.indication {
  -ms-grid-column: 4;
      grid-column: 4;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase {
  -ms-grid-column: 5;
      grid-column: 5;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase .phaseList {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase .phaseList .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.3333333%;
  height: 24px;
}

.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.region {
  -ms-grid-column: 6;
      grid-column: 6;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body {
  font-weight: 500;
  position: relative;
  display: -ms-grid;
  display:     grid;
  padding: 30px;
  cursor: pointer;
  border-bottom: 2px solid #ea5504;

  -ms-grid-columns: 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667%;
  grid-template-columns: 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667% 16.6666667%;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body[aria-expanded="true"] {
  border-bottom: 0;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body[aria-expanded="true"]::after {
  top: 50%;
  transform: rotate(45deg);
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::before,
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::after {
  position: absolute;
  display: block;
  content: "";
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::before {
  background: transparent;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::after {
  top: calc(50% - 2px);
  left: 3.2px;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  transform: rotate(-135deg);
  border-top: 2px solid #ea5504;
  border-left: 2px solid #ea5504;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 1rem;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item p {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName {
  text-align: left;

  -ms-grid-column: 1;
      grid-column: 1;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.genericName {
  -ms-grid-column: 2;
      grid-column: 2;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.therapeuticArea {
  -ms-grid-column: 3;
      grid-column: 3;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.indication {
  -ms-grid-column: 4;
      grid-column: 4;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase {
  justify-content: flex-start;

  -ms-grid-column: 5;
      grid-column: 5;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 21.3333333%;
  height: 24px;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(1) {
  color: #f0b493;
  background: #f0b493;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(2) {
  color: #ed9463;
  background: #ed9463;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(3) {
  color: #ec7534;
  background: #ec7534;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(4) {
  color: #ea5504;
  background: #ea5504;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item[aria-hidden="true"] {
  visibility: hidden;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.region {
  -ms-grid-column: 6;
      grid-column: 6;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail {
  background: rgba(201, 202, 202, .2);
  display: none;
  padding: 30px;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item {
  display: flex;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item.genericName {
  display: none;
}

.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item dt {
  font-weight: 500;
}

.pipeline-table-wrapper .box-tab-01 {
  border: 0;
}

.pipeline-table-wrapper .box-tab-01 .list-tab {
  border: 0;
}

.pipeline-table-wrapper .box-tab-01 .list-tab li a:not(.current) {
  border: 1px solid #ea5504;
}

.pipeline-table-wrapper .box-tab-01 .box-tab-content {
  padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
  ._sectionNews-inner .button {
    width: 260px;
    margin-top: 3px;
  }
  ._sectionNews-box {
    display: flex;
    justify-content: space-between;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-feature {
    width: 48%;
  }
  .js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature {
    width: auto;
    transform: scale(0.9);
  }
  .sustainability-06 .str-section {
    padding-right: 65px;
    padding-left: 65px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"] .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"]:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"] .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col {
    margin-top: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"] .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"]:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"] .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col {
    margin-top: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"] .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"]:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"] .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col {
    margin-top: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"].type-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col {
    margin-top: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"].type-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col {
    margin-top: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"].type-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col {
    margin-top: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col2 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col {
    display: block;
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  body,
  input[type],
  textarea,
  select,
  button {
    font-size: 1.6rem;
  }
  .footer {
    background-image: url("/asiapacific/share/images/bg_footer_01.png");
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .footer .logo {
    margin-bottom: 40px;
  }
  .footer .logo img {
    max-width: 100px;
  }
  .footer small {
    font-size: 1rem;
  }
  .footer > .footer-inner {
    flex-direction: row;
  }
  .footer > .footer-inner .footer-link {
    width: 100%;
  }
  .footer > .footer-inner .footer-link-sns {
    margin-bottom: 44px;
  }
  .footer > .footer-inner .footer-link-sns img {
    width: 26px;
  }
  .footer .footer-link > li {
    width: 33.3%;
  }
  .footer .footer-link > li:nth-child(odd) {
    padding-right: 0;
  }
  .footer .footer-link > li > a {
    padding-right: 0;
  }
  .footer .footer-link-sns > li {
    margin-right: 18px;
  }
  .wrapper {
    padding-bottom: 100px;
  }
  .str-section-wrapper.type-02 {
    background-image: url("/asiapacific/share/images/bg_section_01.png");
  }
  .box-hdg-wrapper {
    min-height: 365px;
  }
  .box-hdg-wrapper.type-02 {
    min-height: 600px;
  }
  .box-hdg-wrapper.type-03 {
    min-height: 100vh;
    margin-top: -47px;
  }
  .box-hdg-wrapper.type-05 {
    margin-top: -47px;
  }
  .box-hdg-wrapper.type-04 {
    min-height: 65vh;
    margin-top: -47px;
  }
  .box-hdg-wrapper.type-06 {
    min-height: 40vh;
    margin-top: -42px;
  }
  .box-hdg-wrapper.type-arrow::after {
    background-image: url("/asiapacific/share/images/icon_arrow_right_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    display: block;
    width: 26px;
    height: 16px;
    margin: 0 auto;
    content: "";
    transform: rotate(90deg);
  }
  .box-hdg-wrapper > .hdg-lv1-01 > .text-sub {
    font-size: 2.6rem;
    margin-top: 20.25px;
  }
  .box-hdg-wrapper > .hdg-lv1-01 {
    font-size: 5.5rem;
  }
  .hdg-lv1-02 {
    font-size: 4.8rem;
    line-height: 1.125;
    margin-top: 55px;
    margin-bottom: 42px;
  }
  .hdg-lv1-02-sub {
   margin-top: -35px !important;
   height:20px;
  }
  .hdg-lv1-03 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .hdg-lv2-01 {
    font-size: 2.6rem;
    margin-top: 63.5px;
    margin-bottom: 17.5px;
  }
  .box-hdg2-wrapper .hdg-lv2-02,
  .workingwithus-05 h2.hdg-lv2-01 {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }
  .box-hdg2-wrapper .hdg-lv2-03,
  .box-hdg2-wrapper .hdg-lv2-04{
    font-size: 3.3rem;
    margin-bottom: 20px;
  }
  .box-hdg2-wrapper .text-lead {
    font-size: 2.0rem;
    line-height: 1.3em;
  }
  .hdg-lv3-01 > .text-sub {
    font-size: 1.6rem;
  }
  .hdg-lv3-01 {
    font-size: 2.0rem;
    margin-top: 55px;
    margin-bottom: 18px;
  }
  .hdg-lv3-01.type-01 {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .hdg-lv4-01 {
    font-size: 2.0rem;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .box-text {
    margin-bottom: 29px;
  }
  .text-table-scroll {
    display: none;
  }
  .link-return {
    font-size: 1.6rem;
  }
  .link-return > span::before {
    top: 6px;
  }
  .link-nav-local-wrapper {
    padding-top: 30px;
  }
  .link-nav-local-wrapper .box-text .link-icon > span {
    font-size: 1.3rem;
  }
  .link-nav-local-wrapper .list-nav-local > li a {
    font-size: 1.6rem;
    padding: 5px;
  }
  .js-enable .link-nav-local-wrapper .btn-nav-local-toggle {
    display: none;
  }
  .box-panel-01.col2 .panel {
    margin-top: 20px;
  }
  .box-panel-01.col2 .panel {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .box-panel-01.col2 .panel:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01.col2 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col2 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel {
    margin-top: 20px;
  }
  .box-panel-01.col3 .panel {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-panel-01.col3 .panel:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01.col3 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel {
    margin-top: 20px;
  }
  .box-panel-01.col4 .panel {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .box-panel-01.col4 .panel:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01.col4 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel {
    margin-top: 20px;
  }
  .box-panel-01.col5 .panel {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-panel-01.col5 .panel:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01.col5 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(5) {
    margin-top: 0;
  }
  .box-panel-01 > .panel > .box-inner .box-content {
    padding: 20px;
  }
  .box-panel-01 > .panel .title {
    font-size: 1.6rem;
  }
  .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date {
    width: calc(100% - 40px);
    padding-right: 26px;
  }
  .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class^="icon-"] {
    top: -5px;
    right:-5px;
    width: 24px;
    height: 24px;

  }
  .btn-01.btn-small,
  .btn-small.btn-back {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .btn-01,
  .btn-back {
    font-size: 1.7rem;
    padding: 19.75px 10px 17.75px;
  }
  .btn-02.btn-small {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .btn-02 {
    font-size: 1.7rem;
    padding: 19.75px 10px 17.75px;
  }
  .btn-03.btn-small {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .btn-03 {
    font-size: 1.7rem;
    padding: 19.75px 10px 17.75px;
  }
  .btn-04.btn-small {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .btn-04 {
    font-size: 1.7rem;
    padding: 19.75px 10px 17.75px;
  }
  .btn-back-02 {
    font-size: 1.4rem;
    max-width: 100px;
    padding: 11px 14px 10px;
    border-radius: 22px;
  }
  .btn-back-02 span {
    padding-left: 34px;
  }
  .btn-back-02 span::before {
    top: 3.5px;
    width: 12px;
    height: 12px;
  }
  .btn-back-02 span::after {
    top: 9px;
    width: 25px;
  }
  .btn-more {
    font-size: 1.6rem;
  }
  .btn-more > .status::after {
    top: 5px;
  }







  .box-layout-btn [class^="btn-"]:not(:last-child) {
    margin-right: 27px;
  }
  .box-layout-btn.btn-center {
    justify-content: center;
  }
  .box-layout-btn.btn-right {
    justify-content: flex-end;
  }
  .box-layout-btn.btn-left {
    justify-content: flex-start;
  }
  .list-btn.col2 .col {
    margin-top: 20px;
  }
  .list-btn.col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .list-btn.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-btn.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col3 .col {
    margin-top: 20px;
  }
  .list-btn.col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .list-btn.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-btn.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col4 .col {
    margin-top: 20px;
  }
  .list-btn.col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .list-btn.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-btn.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.col5 .col {
    margin-top: 20px;
  }
  .list-btn.col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .list-btn.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-btn.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-btn.col6 .col {
    margin-top: 20px;
  }
  .list-btn.col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
  }
  .list-btn.col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .list-btn.col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(6) {
    margin-top: 0;
  }
  .box-breadcrumb > .list-breadcrumb,
  .list-01,
  .list-notice-01,
  .list-notice-02,
  .list-order-01 {
    margin-bottom: 29px;
  }
  .list-layout {
    margin-bottom: 29px;
  }
  .list-layout > [class^="list-"].col2 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col3 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col4 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col5 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-breadcrumb {
    margin-top: 28px;
    margin-bottom: 50px;
  }
  .box-breadcrumb > .list-breadcrumb > li {
    font-size: 1.4rem;
    line-height: 14, 24;
  }

  .list-01 > li {
    font-size: 1.6rem;
    padding-left: 1.4375em;
  }
  .list-order-01 {
    margin-bottom: 19px;
  }
  .list-def-01 {
    margin-bottom: 29px;
  }
  .list-def-02 > .box-inner {
    display: table;
    width: 100%;
  }
  .list-def-02 > .box-inner > dt,
  .list-def-02 > .box-inner > dd {
    display: table-cell;
    padding: 1.125em 1em;
  }
  .list-def-02 .title {
    background-color: rgba(234, 85, 4, .1);
    border-right: 1px solid rgba(93, 97, 100, .2);
  }
  .table-01 * {
    font-size: 1.6rem;
  }
  .table-01 thead td,
  .table-01 thead th {
    padding: 1.125em 1em;
  }
  .table-01 tbody th,
  .table-01 tbody td {
    padding: 1.125em 1em;
  }
  .table-02 tr td {
    font-weight: 500;
  }
  .box-image {
    margin-bottom: 20px;
  }
  .box-01,
  .box-02,
  .box-03,
  .box-04 {
    margin-bottom: 29px;
    padding: 37px 35px;
  }
  .box-movie-thumb {
    margin-bottom: 18px;
  }
  .js-enable .js-box-modal.open .js-box-modal-inner {
    max-width: 960px;
  }
  .js-enable .js-box-modal.open .js-btn-modal-close {
    top: -40px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .box-tab-01 .list-tab > li > a {
    font-size: 2.4rem;
    padding: 4px 10px;
  }
  .box-modal-content .box-tab-01 .box-tab-content .title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .box-modal-content .box-tab-01 .box-tab-content .title:not(:first-child) {
    margin-top: 20px;
  }
  .box-tab-02 > .list > li > a {
    color: #9ea0a2;
    background-color: #dfdfdf;
    border: none;
  }
  .box-tab-02 {
    margin-top: 60px;
  }
  .box-tab-02 > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px 0;
  }
  .box-tab-02 > .list > li {
    margin: 0 10px 10px 0;
    margin-bottom: 20px;
  }
  .box-tab-02 > .list > li:first-child {
    margin-left: 0;
  }
  .box-tab-02 > .list > li:last-child {
    margin-right: 0;
  }
  .box-tab-02 > .list > li + li {
    margin-top: 0;
  }
  .box-tab-02 > .list > li > a {
    text-align: center;
    color: #5d6164;
    display: inline-block;
    min-width: 230px;
    padding: 7px 20px;
    border-radius: 50px;
  }
  .box-tab-02 > .list > li > a > .mark {
    display: none;
  }
  .box-tab-02 > .list > li > a.is-open {
    color: #fff;
    background-color: #ea5504;
    border-color: #ea5504;
  }
  .box-tab-02 > .list > li > a:hover,
  .box-tab-02 > .list > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ea5504;
  }
  .box-tab-02.type-01 > .list > li > a {
    min-width: 110px;
  }
  .box-tab-02 .tab-content + .list {
    margin-top: 40px;
  }
  .box-modal-content .box-content {
    margin-right: 100px;
    padding-right: 10px;
  }
  .box-modal-content .box-content-02 {
    margin-right: 100px;
    padding: 0;
  }
  .box-modal-content .box-content-02 .box-btn-wrapper {
    margin-right: 0px;
    padding-right: 10px;
  }
  .box-modal-content .box-content-02 .box-tab-content {
    margin-right: 0;
    padding-right: 10px;
  }
  .box-modal-content [class^="btn-"] {
    font-size: 1.2rem;
    max-width: 230px;
  }
  .box-modal-content .btn-close-modal.type-first {
    position: absolute;
    top: 50%;
    left: -100px;
    display: block;
    padding-right: 14px;
    padding-left: 28px;
    transform: translateY(-50%);
  }
  .box-modal-content .btn-close-modal {
    font-size: 1.4rem;
    display: none;
    max-width: 98px;
  }
  .box-modal-content .btn-close-modal::before,
  .box-modal-content .btn-close-modal::after {
    left: 14px;
    width: 14px;
  }
  .js-enable .box-modal-content .box-inner {
    width: 54%;
  }
  .js-enable .box-modal-content .box-inner::after {
    background-color: #ea5504;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -10.50972vw;
    display: block;
    width: 45.24435vw;
    height: 160%;
    content: "";
    transform: translateY(-50%);
    border-radius: 50% 0 0 50%;
  }
.js-enable .box-modal-content.blueish .box-inner::after {
    background-color: #1ba8d6;
  }
  .box-newsrelease {
    margin-bottom: 40px;
  }
  .box-newsrelease .box-newsrelease-title > [class^="hdg-lv1"] > span {
    font-size: 2.4rem;
  }
  .text-newsrelease-lead {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }
  .box-layout {
    margin-bottom: 40px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(6) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col {
    margin-top: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col {
    margin-top: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col {
    margin-top: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    padding: 15px 20px;
  }
  .box-layout[data-sp-slider="1"].type-01 .col {
    padding: 15px 20px;
  }
  .box-layout[data-sp-slider="1"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-layout[data-sp-slider="1"].col2 .col,
  .box-layout[data-sp-slider="1"].col3 .col,
  .box-layout[data-sp-slider="1"].col4 .col {
    margin-bottom: 0;
  }
  .box-layout-image.layout-keep-sp {
    justify-content: flex-end;
  }
  .box-layout-image.layout-keep-sp .box-content {
    flex-grow: 1;
  }
  .box-layout-image {
    flex-direction: row;
  }
  .box-layout-image .box-content {
    margin-top: 0;
    padding-right: 20px;
  }
  .box-layout-image .box-image img {
    width: auto;
    max-width: none;
    height: auto;
  }
  .box-layout-image.layout-left {
    flex-direction: row-reverse;
  }
  .box-layout-image.layout-left .box-content {
    padding-right: 0;
    padding-left: 30px;
  }
  .box-newssearch-wrapper .btn-search-toggle {
    font-size: 2.4rem;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .box-newssearch-wrapper .list-search-choice > li:last-child {
    margin-top: 24px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul li label,
  .box-newssearch-wrapper .list-search-choice .tag-year > ul li label {
    font-size: 1.4rem;
    padding: .3125em 1.25em;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label::before,
  .box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label::after,
  .box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label::before,
  .box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label::after {
    right: 12px;
    width: 8px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li {
    width: calc((100% - 60px) / 4);
    margin-top: 10px;
    margin-right: 20px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li {
    width: calc((100% - 140px) / 8);
    margin-top: 10px;
    margin-right: 20px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li:nth-child(8n+8) {
    margin-right: 0;
  }
  .box-newssearch-wrapper .btn-reset-filter {
    font-size: 1.7rem;
  }
  .box-newssearch-wrapper .box-text-result {
    font-size: 2.0rem;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .box-newssearch-wrapper .box-text-result .text-result-num {
    font-size: 4.8rem;
  }
  .box-newssearch-wrapper .panel-news {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 15px 50px 15px 40px;
  }
  /* PCの時に表示させる */
  .pc-hide {
    display: none !important;
  }
  .box-kkapinnumbers-top .hdg {
    font-size: 2.4rem;
  }
  .box-mainvisual-top > .box-inner {
    height: 607px;
  }
  .box-mainvisual-top .box-lead h1 {
    font-size: 5.6rem;
    line-height: 1.05882;
  }
  .box-mainvisual-top .parts-1 {
    left: 9.75vw;
    width: 54.91667vw;
  }
  .box-mainvisual-top .parts-1.animation-on {
    left: 9.75vw;
  }
  .box-mainvisual-top .parts-2 {
    right: -29.91667vw;
    width: 56.25vw;
  }
  .box-mainvisual-top .parts-2.animation-on {
    right: -29.91667vw;
  }
  .box-mainvisual-top .parts-3 {
    right: 0vw;
    width: 55.83333vw;
  }
  .box-mainvisual-top .parts-3.animation-on {
    right:0vw;
  }
  .box-mainvisual-top .parts-4 {
    left: -30.5vw;
    width: 53vw;
  }
  .box-mainvisual-top .parts-4.animation-on {
    left: -30.5vw;
  }
  .box-kkapinnumbers-top .hdg {
    margin-bottom: 40px;
  }
  .box-ourvision-top {
    margin-top: 100px;
  }
  .box-ourvision-top .box-hdg2-wrapper .title {
      font-size: 2.4rem;
  }

 .box-ourphilosophy-top {
    margin-top: 100px;
  }
  .box-corevalue-top .box-corevalue-wrapper {
    background-image: url("/asiapacific/images/index_bg_corevalue_08.jpg");
    height: 1000px;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-commitment {
    bottom: -100px;
    left: 30%;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-innovation {
    bottom: -200px;
    right: 4%;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-integrity {
    bottom: -190px;
    left: 0%;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-temwork {
    right: 34%;
    bottom: -380px;
  }
.box-corevalue-top .box-corevalue-wrapper .parts-integrity .sp-hide.parts-feature-before,
.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-after.minimum,
.box-corevalue-top .box-corevalue-wrapper .parts-temwork .sp-hide.parts-feature-before,
.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-after.minimum,
.box-corevalue-top .box-corevalue-wrapper .parts-innovation .sp-hide.parts-feature-before,
.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-after.minimum{
    max-width:85%;
}

  .box-kkapinnumbers-top {
    margin-top: 0;
  }
  .box-atagrance-top {
    margin-top: 100px;
  }
  .tile-layout-wrapper.col2 .tile {
    margin-top: 20px;
  }
  .tile-layout-wrapper.col2 .tile {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }


  .tile-layout-wrapper.col2 .tile:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-layout-wrapper.col2 .tile:nth-child(1) {
    margin-top: 0;
  }
  .tile-layout-wrapper.col2 .tile:nth-child(2) {
    margin-top: 0;
  }
  .tile {
    height: 145px;
    margin-bottom: 20px;
  }
  .tile.size-m {
    height: 300px;
  }

  .tile.size-special {
    height: 310px;
    margin-bottom: calc(40px/2);
  }
  .tile .box-content {
    padding: 12px 15px;
  }

  .box-globalnetwork {
    background-color: #f4f4f4;
  }
  .box-regionalnetwork{
    margin-top: 100px;
  }
  .box-preview-globalarea {
    background-color: rgba(222, 222, 222, .4);
  }
  .box-offices-globalarea .box-inner .box-panel .panel {
    width: 48%;
    margin:1%;
  }
  .box-offices-globalarea .box-inner .box-panel .panel .title {
    font-size: 1.6rem;
    line-height: 1;
  }
  .box-regionalnetwork .panel .title {
    font-size: 1.6rem;
    line-height: 1;
  }
  .box-offices-globalarea .box-inner .box-panel .panel::after {
    right: -25px;
    width: 30px;
    height: 47px;
  }
  .box-offices-globalarea .box-inner .box-panel .panel .box-content {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .box-offices-globalarea .box-inner .box-panel .panel .box-thumb img{
    max-width: auto;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
  .box-preview-globalarea .box-inner .box-target-panel {
    background-color: #fff;
    width: 417px;
  }
  .box-preview-globalarea .box-inner .box-target-panel .box-content {
    padding: 15px 25px;
  }
  .box-preview-globalarea .box-inner .box-target-panel .box-content .title {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  .box-preview-globalarea .box-inner .box-target-panel .box-content .title > .sub {
    font-size: 1.4rem;
  }
  .box-preview-globalarea .regionalarea-address,
  .box-preview-globalarea .dist-globalarea-link {
    font-size: 1.8rem;
    margin-top: 34px;
  }
  .box-preview-globalarea .dist-globalarea-link > dd::before {
    background-color: #ea5504;
    top: 12px;
  }
  .js-enable .box-preview-globalarea .box-inner {
    position: relative;
    z-index: 5;
    height: 591px;
  }
  .js-enable .box-preview-globalarea .box-target-panel {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    min-height: 590px;
  }
  .box-careers-top .box-layout-btn {
    margin-top: 170px;
  }
  .box-careers-top {
    margin-top: 160px;
  }
  .mediacenter-01,
  .mediacenter-02 {
    padding-bottom: 120px;
  }
  .mediacenter-01 .hdg-lv2-mediacenter,
  .mediacenter-02 .hdg-lv2-mediacenter {
    font-size: 5.4rem;
    margin-top: 76.5px;
    margin-bottom: 80.5px;
  }
  .sustainability-01 {
    margin-top: 180px;
  }
  .sustainability-01 .box-hdg2-wrapper {
    margin-bottom: 140px;
  }
  .sustainability-02 {
    margin-top: 170px;
    padding-top: 90px;
    padding-bottom: 160px;
  }
  .sustainability-02 .box-hdg2-wrapper {
    margin-bottom: 50px;
  }
  .sustainability-03 {
    margin-top: 210px;
  }
  .sustainability-04 {
    margin-top: 210px;
    padding-top: 87px;
    padding-bottom: 88px;
  }
  .sustainability-04 .box-hdg2-wrapper {
    margin-bottom: 40px;
  }
  .sustainability-04 .box-hdg2-wrapper .hdg-lv2-02 {
    font-size: 2.6rem;
  }
  .sustainability-05 .btn-04 {
    font-size: 2.6rem;
    border-radius: 38px;
  }
  .sustainability-05 {
    margin-top: 180px;
  }
  .sustainability-06 {
    margin-top: 175px;
    padding-top: 110px;
    padding-bottom: 96px;
  }
  .sustainability-06 .box-layout:first-child {
    margin-bottom: 150px;
  }
  .box-pyramid-figure + .box-text {
    text-align: center;
  }
  .list-pyramid-accordion {
    display: none;
  }
  .panel-menu .btn-back-02 {
    margin-bottom: 20px;
  }
  .panel-menu .panel-menu-list > li {
    min-height: 278px;
  }
  .panel-menu .panel-menu-list > li a:hover dd::before,
  .panel-menu .panel-menu-list > li a:hover dt.icon::before,
  .panel-menu .panel-menu-list > li a:focus dd::before,
  .panel-menu .panel-menu-list > li a:focus dt.icon::before,
  .panel-menu .panel-menu-list > li a:active dd::before,
  .panel-menu .panel-menu-list > li a:active dt.icon::before {
    bottom: 26px;
    left: 28px;
  }
  .panel-menu .panel-menu-list > li a dl {
    padding: 20px;
  }
  .panel-menu .panel-menu-list > li a dt {
    font-size: 2rem;
  }
  .panel-menu .panel-menu-list > li a dt.icon {
    padding-bottom: 22px;
  }
  .panel-menu .panel-menu-list > li a dd {
    font-size: 1.5rem;
    padding-bottom: 22px;
  }
  .panel-menu .panel-menu-list > li a dl::after {
    bottom: 28px;
    left: 24px;
  }
  .panel-menu .panel-menu-list > li a dd::before,
  .panel-menu .panel-menu-list > li a dt.icon::before {
    bottom: 28px;
    left: 24px;
  }
  .panel-menu .panel-menu-list > li a dd::after,
  .panel-menu .panel-menu-list > li a dt.icon::after {
    bottom: 20px;
    left: 20px;
  }
  .panel-menu #panel-menu-maingroup .panel-menu-list > li {
    flex-basis: calc(33.33% - 4px);
    min-height: 278px;
  }
  .panel-menu #panel-menu-maingroup .panel-menu-list > li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .panel-menu #panel-menu-maingroup .panel-menu-list > li:nth-of-type(2n+1) {
    margin-left: 6px;
  }
  .panel-menu #panel-menu-maingroup .panel-menu-list > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .careers-01 {
    padding-top: 78px;
  }
  .careers-01 .text-lead {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  .careers-01 .list-01 > li:not(:first-child) {
    margin-top: 20px;
  }
  .history-01 {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  .history-02 {
    padding-top: 76px;
    padding-bottom: 120px;
  }
  .history-wrapper .history-inner::before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .history-wrapper .history-inner:nth-child(odd)::after {
    display: block;
    clear: both;
    content: "";
  }
  .history-wrapper .history-inner:nth-child(odd) .title > span {
    border-radius: 18px 18px 0 18px;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content {
    margin-right: 0;
    margin-left: auto;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content .history-panel {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content .history-panel .image {
    order: 0;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content .history-panel .content {
    order: -1;
  }
  .history-wrapper .history-inner:nth-child(even) .title > span {
    border-radius: 18px 18px 18px 0;
  }
  .history-wrapper .year-1949 {
    margin-top: -61px;
  }
  .history-wrapper .year-1951 {
    margin-top: -61px;
  }
  .history-wrapper .year-1956 {
    margin-top: -98px;
  }
  .history-wrapper .year-1963 {
    margin-top: -47px;
  }
  .history-wrapper .year-1967 {
    margin-top: -95px;
  }
  .history-wrapper .year-1971 {
    margin-top: -36px;
  }
  .history-wrapper .year-1982 {
    margin-top: -60px;
  }
  .history-wrapper .year-1988 {
    margin-top: -60px;
  }
  .history-wrapper .year-1990 {
    margin-top: -67px;
  }
  .history-wrapper .year-1991 {
    margin-top: -60px;
  }
  .history-wrapper .year-2000 {
    margin-top: -81px;
  }
  .history-wrapper .year-2001 {
    margin-top: -50px;
  }
  .history-wrapper .year-2003 {
    margin-top: -60px;
  }
  .history-wrapper .year-2007 {
    margin-top: -60px;
  }
  .history-wrapper .year-2008 {
    margin-top: -204px;
    margin-top: -190px\0;
  }
  .history-wrapper .year-2009 {
    margin-top: -8px;
  }
  .history-wrapper .year-2011 {
    margin-top: -60px;
  }
  .history-wrapper .year-2012 {
    margin-top: -60px;
  }
  .history-wrapper .year-2013 {
    margin-top: -60px;
  }
  .history-wrapper .year-2014 {
    margin-top: -60px;
  }
  .history-wrapper .year-2016 {
    margin-top: -74px;
  }
  .history-wrapper .year-2018 {
    margin-top: -81px;
  }
  .history-wrapper .year-2019 {
    margin-top: -111px;
  }
  .history-wrapper .title {
    text-align: center;
    display: block;
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .history-wrapper .title > span {
    width: 80px;
  }
  .history-wrapper .history-content {
    width: 50%;
  }
  .history-wrapper .history-content .history-panel .content {
    width: calc(100% - 70px);
  }
  .history-wrapper .history-content.type-01 .history-panel {
    width: 86.5%;
  }
  .history-wrapper .history-content.type-01 .history-panel .content {
    width: calc(100% - 125px);
  }

  .whatwedo-01 .area-focus-wrapper,
  .workingwithus-01 .area-focus-wrapper{
    padding-top: 130px;
    padding-bottom: 230px;
  }
  .homepage-03 .area-focus-inner .title,
  .whatwedo-01 .area-focus-wrapper .title,
  .workingwithus-01 .area-focus-wrapper .title {
    font-size: 2.4rem;
  }
  .workingwithus-03 .title,
  .workingwithus-04 .title {
    font-size: 2.1rem !important;
  }

  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-01,
  .workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-01 {
    top: -10px;
    left: 0;
    width: 29.3%;
  }
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-02,
  .workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-02 {
    top: -10px;
    right: 0;
    width: 27.5%;
  }
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-03,
  .workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-03 {
    bottom: -50px;
    left: 16.96428%;
    width: 27.5%;
  }
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-04,
  .workingwithus-01 .area-focus-wrapper .area-focus-icon.icon-04 {
    right: 13.83928%;
    bottom: -40px;
    width: 29.8%;
  }
  .whatwedo-02 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .whatwedo-02 .box-panel-01 > .panel > .box-inner .box-content,
  .workingwithus-05 .box-panel-01 > .panel > .box-inner .box-content {
    padding: 10px 10px 50px;
  }
  .whatwedo-03 {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .workingwithus-05{
    padding-top: 80px;
    margin-bottom: -20px;
  }
  .whatwedo-04 {
    padding-top: 130px;
    padding-bottom: 110px;
  }
  .whatwedo-04 .box-hdg2-wrapper {
    margin-bottom: 50px;
  }
  .whatwedo-05 {
    padding-top: 140px;
  }
  .whatwedo-06 {
    padding-top: 140px;
  }
  .whatwedo-06 .box-hdg2-wrapper {
    margin-bottom: 30px;
  }
  .whatwedo-06 .box-hdg2-wrapper .hdg-lv2-02 {
    font-size: 3.3rem;
  }
  .whatwedo-06 .box-hdg2-wrapper + .box-text {
    margin-bottom: 70px;
    margin-top:40px;
  }
  .box-kkapinnumbers-top #col-drugs-dev .hdg-lv2-02{
    font-size:8rem;
    line-height:0.8em;
}
.box-kkapinnumbers-top #col-market-apac .hdg-lv2-02 {
    font-size: 7rem;
    line-height: 0.8em;
}
.box-kkapinnumbers-top #col-antibody-drugs-release .wrap-numbers,
.box-kkapinnumbers-top #col-antibody-drugs .wrap-numbers{
    display:flex;
}
.box-kkapinnumbers-top #col-antibody-drugs-release .bolder,
.box-kkapinnumbers-top #col-antibody-drugs .bolder{
    text-align: left;
    padding-left: 10px;
}
.box-kkapinnumbers-top #col-antibody-drugs .bolder{
    font-size: 2.8rem;
    line-height: 0.9em;
}
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col2 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col {
    margin-top: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col2 .col {
    margin-top: 20px;
  }
  .box-layout[data-sp-slider="1"].col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col {
    margin-top: 20px;
  }
  .box-layout[data-sp-slider="1"].col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col {
    margin-top: 20px;
  }
  .box-layout[data-sp-slider="1"].col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col {
    margin-top: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col {
    margin-top: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col {
    margin-top: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout-image {
    justify-content: flex-end;
  }
  .box-layout-image .box-content {
    flex-grow: 1;
  }
}

@media screen and (min-width: 889px) {
  .box-hdg-wrapper.type-03 .box-hdg-container .box-content-right{
      max-width:50%;
      display:block;
      float:right;
  }
}

@media screen and (min-width: 1060px) {
  .header {
    height: 52px;
  }
  .header > .header-inner .logo {
    padding-left: 0;
  }
  .header > .header-inner {
    padding-left: 20px;
  }
  .header > .header-inner .logo {
    padding-top: 13px;
  }
  .header > .header-inner .header-nav-list > li {
    height: 52px;
  }
  .header-nav .header-nav-list .header-link-contact a {
    height: 52px;
    padding-top: 18px;
  }
  .header-nav .header-nav-list > li {
    vertical-align: middle;
    display: table-cell;
  }
  .header-nav .header-nav-list > li:last-child {
    padding-right: 12px;
    padding-left: 11px;
  }
  .header-nav .header-nav-list > li > a {
    font-size: 1.5rem;
    margin-left: 24px;
  }
  .header-nav .header-nav-list:first-child > li:not(:last-child) > .current,
  .header-nav .header-nav-list:first-child > li:not(:last-child) > a:hover,
  .header-nav .header-nav-list:first-child > li:not(:last-child) > a:focus,
  .header-nav .header-nav-list:first-child > li:not(:last-child) > a:active {
    color: #ea5504;
  }
  .header-nav .header-nav-list:first-child > li:not(:last-child) > .current::before,
  .header-nav .header-nav-list:first-child > li:not(:last-child) > a:hover::before,
  .header-nav .header-nav-list:first-child > li:not(:last-child) > a:focus::before,
  .header-nav .header-nav-list:first-child > li:not(:last-child) > a:active::before {
    background-color: #ea5504;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  .header-nav .header-nav-list.header-menu-sp {
    display: none;
  }
  .header-nav .header-nav-list.header-search .btn-menu-global {
    background-size: 31px;
  }
  .header-nav .header-nav-list.header-search .btn-menu-global.open {
    background-size: 18px;
  }
  .header-nav .header-nav-list.header-search {
    display: block;
  }
  .header-nav .header-nav-list.header-search > li:last-child {
    display: none;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2 {
    margin-bottom: 23px;
    padding-left: 0;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 {
    margin-bottom: 14px;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3:not(:first-child) {
    margin-top: 20px;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 .icon {
    display: none;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2,
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 {
    font-size: 1.6rem;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper {
    padding-top: 24px;
    padding-right: 19px;
    padding-bottom: 37px;
    padding-left: 26px;
    border-top: 1px solid #d1d2d2;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper::before {
    display: none;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper > .menu-global-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link {
    padding-right: 19px;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link:last-child {
    padding-right: 0;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link:not(:first-child) {
    padding-left: 35px;
    border-left: 1px solid #d6d6d6;
  }
  html:not(.js-enable) .header-nav .header-nav-list {
    padding-right: 20px;
  }
  .js-enable .box-input-search .header-input-search {
    width: 21.71875vw;
  }
}

@media screen and (min-width: 1060px) and (min-width: 1060px) {
  .header > .header-inner .header-nav-list:first-child > li:not(:last-child) > a {
    line-height: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 1201px) {
  .box-mainvisual-top .box-lead{
    width:50%;
  }
  .box-mainvisual-top .parts-1 {
    top: 0;
    left: 19.49553vw;
    width: 33.61534vw;
  }
  .box-mainvisual-top .parts-1.animation-on {
    top: 0;
    left: 19.49553vw;
  }
  .box-mainvisual-top .parts-2 {
    top: 0;
    right: 0;
    width: 32vw;
  }
  .box-mainvisual-top .parts-2.animation-on {
    top: 0;
    right: 0;
  }
  .box-mainvisual-top .parts-3 {
    right: 0vw;
    width: 41.98634vw;
  }
  .box-mainvisual-top .parts-3.animation-on {
    right: 0vw;
  }
  .box-mainvisual-top .parts-4 {
    left: 0;
    width: 23vw;
  }
  .box-mainvisual-top .parts-4.animation-on {
    right: 20.02102vw;
  }
}

@media screen and (max-width: 768px) {
  .box-mainvisual-top .parts-3{
    display:none;
  }
  .header > .header-inner .logo{
    padding-top: 5px;
  }
  .header > .header-inner .logo img:nth-child(2){
    margin-top:-10px;
  }
  .header-nav .header-nav-list.header-menu-sp .box-input-search {
    margin-bottom: 22px;
  }
  .js-enable .box-input-search .header-btn-search {
    opacity: .4;
  }
  .footer > .footer-inner .footer-link-sns {
    display: flex;
    justify-content: center;
  }
  .footer > .footer-inner .footer-link-sns img {
    width: calc(76px/2);
  }
  .footer > .footer-inner .footer-link-sns,
  .footer .footer-link > li {
    /* SP幅：フッターリンクの順番を入れ替える */
/*
    1 Home 1
    2 麻豆视频 7
    3 Privacy Policy 2
    4 Our medicines 3
    5 Contact us 9
    6 Terms & Conditions 4
    7 Join us 5
    8 IN 11
    9 Kyowa Kirin Group 6
    10  8
*/

    /*  Home */
    /* Our Medicine */
    /* Join us */
    /* 麻豆视频 */
    /* Contact us */
    /* IN */

    /* Privacy policy */
    /* terms & cond */
    /* KK Group */

  }
  .footer .footer-link > li:nth-of-type(1) {
    order: 1;
  }
  .footer .footer-link > li:nth-of-type(2) {
    order: 7;
  }
  .footer .footer-link > li:nth-of-type(3) {
    order: 2;
  }
  .footer .footer-link > li:nth-of-type(4) {
    order: 3;
  }
  .footer .footer-link > li:nth-of-type(5) {
    order: 9;
  }
  .footer .footer-link > li:nth-of-type(6) {
    order: 4;
  }
  .footer .footer-link > li:nth-of-type(7) {
    order: 5;
  }
  .footer .footer-link > li:nth-of-type(8) {
    order: 11;
  }
  .footer .footer-link > li:nth-of-type(9) {
    order: 6;
  }
  .footer .footer-link > li:nth-of-type(10) {
    order: 9;
  }
  .footer .footer-link > li:nth-of-type(11) {
    order: 10;
  }
  .box-hdg-wrapper.type-02::before {
    background: url(/asiapacific/share/images/icon_arrow_bottom_03.png) left center/100% no-repeat;
    bottom: 4.3%;
    width: 5.73333333%;
    margin-left: -2.86666667%;
    padding-top: 9.2%;
  }
  .link-nav-local-wrapper .nav-local-area {
    margin-bottom: 15px;
  }
  .link-nav-local-wrapper .list-nav-local {
    margin-bottom: 20px;
  }
  .js-enable .link-nav-local-wrapper .nav-local-area {
    display: none;
    margin-top: calc(44px/2);
  }
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col2 .panel {
    margin-top: 20px;
  }
  .box-panel-01.sp-col2 .panel {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .box-panel-01.sp-col2 .panel:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01.sp-col2 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col2 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel {
    margin-top: 20px;
  }
  .box-panel-01.sp-col3 .panel {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-panel-01.sp-col3 .panel:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel {
    margin-top: 20px;
  }
  .box-panel-01.sp-col4 .panel {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .box-panel-01.sp-col4 .panel:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel {
    margin-top: 20px;
  }
  .box-panel-01.sp-col5 .panel {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-panel-01.sp-col5 .panel:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(5) {
    margin-top: 0;
  }
  .box-panel-01 > .panel:not(.type-02) {
    border-bottom: 2px solid #ea5504;
  }
  .box-layout-btn {
    justify-content: center;
  }
  .box-layout-btn[data-column-sp="1"] {
    flex-direction: column;
  }
  .box-layout-btn[data-column-sp="1"] [class^="btn-"]:not(:last-child) {
    margin-bottom: calc(27px/2);
  }
  .box-layout-btn[data-column-sp="0"] [class^="btn-"]:not(:last-child) {
    margin-right: 27px;
  }
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col2 .col {
    margin-top: 20px;
  }
  .list-btn.sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .list-btn.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-btn.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col3 .col {
    margin-top: 20px;
  }
  .list-btn.sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .list-btn.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-btn.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col {
    margin-top: 20px;
  }
  .list-btn.sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .list-btn.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-btn.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col {
    margin-top: 20px;
  }
  .list-btn.sp-col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .list-btn.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-btn.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(6n+6) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col {
    margin-top: 20px;
  }
  .list-btn.sp-col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
  }
  .list-btn.sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .list-btn.sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^="list-"]:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col2 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].sp-col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^="list-"]:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col3 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].sp-col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^="list-"]:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col4 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].sp-col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^="list-"]:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col5 .col {
    margin-top: 10px;
  }
  .list-layout > [class^="list-"].sp-col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .list-layout > [class^="list-"].sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-layout > [class^="list-"].sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-layout > [class^="list-"].sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-def-02 {
    position: relative;
  }
  .list-def-02::before {
    background-color: #5d6164;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 3px;
    margin: 0 auto;
    content: "";
  }
  .list-def-02 > .box-inner {
    padding: 1.15384em 1.15384em;
  }
  .list-def-02 > .box-inner > dt,
  .list-def-02 > .box-inner > dd {
    width: 100% !important;
  }
  .box-table-wrapper {
    overflow: auto;
    padding-bottom: 10px;
  }
  .table-01 thead th,
  .table-01 thead td {
    font-size: calc(2.6rem/2);
  }
  .box-tab-01 {
    margin-top: 5px;
  }
  .js-enable .box-tab-01 .list-tab li a.current::before {
    background-color: #ea5504;
    position: absolute;
    top: -10px;
    display: block;
    width: calc(100% + 1px);
    height: 10px;
    content: "";
  }
  .js-enable .box-tab-01 .list-tab li:first-child a.current::before {
    right: 0;
  }
  .js-enable .box-tab-01 .list-tab li:last-child a.current::before {
    left: 0;
  }
  .js-enable .box-tab-02 .box-tab-content {
    margin-top: 20px;
  }
  .box-newsrelease .box-newsrelease-title > [class^="hdg-lv1"] {
    letter-spacing: -.3px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .box-newsrelease .box-newsrelease-title > [class^="hdg-lv1"] {
    letter-spacing: -2px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(5n+5) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(6n+6) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col {
    margin-top: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col {
    margin-top: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col {
    margin-top: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col {
    margin-top: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }

  .box-layout-image.layout-keep-sp .box-image > img {
    max-width: 100%;
  }
  .box-carousel-01 .panel {
    margin: 0 13.33333vw;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li {
    width: calc((100% - 23px) / 2);
    margin-top: 10px;
    margin-right: calc(46px/2);
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-newssearch-wrapper .list-search-choice .tag-year {
    padding-top: calc(48px/2);
    border-top: 2px solid #595757;
  }
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li {
    width: calc((100% - 69px) / 4);
    margin-top: 10px;
    margin-right: calc(46px/2);
  }
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
  /* SPの時に表示させる */
  .sp-hide {
    display: none !important;
  }

  .box-corevalue-top .box-corevalue-wrapper {
    margin-top: calc(55px/2);
    margin-bottom: 97.33333vw;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-feature {
    cursor: auto;
    outline: 0;
  }
  .box-corevalue-top .box-corevalue-wrapper .parts-feature-after {
    display: none;
  }
  .box-atagrance-top .tile-layout-wrapper {
    margin-bottom: 20px;
  }
  .box-atagrance-top .tile-layout-wrapper:last-child {
    margin-bottom: 0;
  }
  .tile-layout-wrapper .tile {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .tile-layout-wrapper:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-layout-wrapper .tile:first-child {
    margin-top: 0;
  }
  .tile-layout-wrapper.sp-col2 .tile {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tile-layout-wrapper.sp-col2 .tile {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .tile-layout-wrapper.sp-col2 .tile:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-layout-wrapper.sp-col2 .tile:nth-child(1) {
    margin-top: 0;
  }
  .tile-layout-wrapper.sp-col2 .tile:nth-child(2) {
    margin-top: 0;
  }
  .tile .title {
    font-size: calc(3.2rem/2);
  }
  .box-globalnetwork {
    padding: calc(150px/2) calc(46px/2) calc(180px/2);
  }
  .box-preview-globalarea .box-preview-globalarea-outer .box-image {
    display: none;
  }
  .box-preview-globalarea .box-inner .box-panel {
    position: static;
    width: 100%;
    transform: none;
  }
  .sustainability-06 .box-layout:first-child .col:last-child {
    width: 100%;
  }
  .sustainability-06 .box-layout:last-child .col img {
    max-width: 250px;
  }
  .box-pyramid-figure {
    display: none;
  }
  .panel-menu .panel-menu-list > li a dl {
    height: 100%;
  }
  .history-wrapper .history-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .history-wrapper .history-inner .title > span {
    border-radius: 18px 18px 18px 0;
  }
  .history-wrapper .history-content .history-panel .image {
    display: none;
  }
  .whatwedo-02 .box-panel-01 > .panel,
  .workingwithus-05 .box-panel-01 > .panel {
    border-bottom: none;
  }
  .whatwedo-03 .box-layout-btn {
    display: none;
  }
  .workingwithus-05{
    padding-bottom:250px;
    margin-bottom:-250px;
    padding-top: 40px;
  }
  .pipeline-table-wrapper {
    margin: 0 10px;
    padding: 10px !important;
  }
  .pipeline-table-wrapper .pipeline-btn-accordion {
    font-size: 1.6rem;
  }
  .pipeline-table-wrapper .pipeline-btn-accordion::after {
    background: url(/asiapacific/share/images/icon_arrow_bottom_01.png) left center/13.5px 9.5px no-repeat;
    width: 13.5px;
    height: 9.5px;
    margin-top: -4.75px;
  }
  .pipeline-table-wrapper .pipeline-btn-accordion._search {
    display: block;
  }
  .pipeline-table-wrapper .pipeline-box-hdg-wrapper .hdg-lv3-01 {
    font-size: 1.6rem;
  }
  .pipeline-table-wrapper .pipeline-box-hdg-wrapper .pipeline-text-date {
    font-size: 1.2rem;
  }
  .pipeline-table-wrapper .pipeline-box-search {
    padding-bottom: 15px;
    border-bottom: 2px solid #ea5504;
  }
  .pipeline-table-wrapper .pipeline-box-search .inner {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-box-search .content {
    display: block;
  }
  .pipeline-table-wrapper .pipeline-box-search .content:not(:last-child) {
    border-bottom: 1px solid #f0b493;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .title {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list {
    display: -ms-grid;
    display:     grid;
    margin-top: -10px;

    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li {
    margin-top: 10px;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(odd) {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(even) {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(1) {
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(2) {
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(3) {
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(4) {
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(5) {
    -ms-grid-row: 3;
        grid-row: 3;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(6) {
    -ms-grid-row: 3;
        grid-row: 3;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span {
    font-size: 1.2rem;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head {
    padding: 10px;

    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item {
    display: flex;
    padding: 0;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item:not(:last-child):after {
    content: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.codeName {
    padding-bottom: 10px;

    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.genericName {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.therapeuticArea {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.indication {
    justify-content: flex-start;
    padding-top: 10px;
    border-top: 2px solid #ea5504;

    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase {
    justify-content: flex-end;
    padding-bottom: 10px;

    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase .phaseList {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.region {
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 2px solid #ea5504;

    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body {
    padding: 10px;

    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body[aria-expanded="true"] > .item.codeName p::after {
    top: 50%;
    transform: rotate(45deg);
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::before,
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::after {
    content: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item {
    text-align: left;
    padding: 0;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName {
    justify-content: flex-start;
    padding-bottom: 10px;

    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p {
    position: relative;
    padding-left: 22px;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::before,
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::after {
    position: absolute;
    display: block;
    content: "";
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::before {
    background: #ea5504;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::after {
    top: calc(50% - 2px);
    left: 3.6px;
    width: 7px;
    height: 7px;
    margin-top: -2.5px;
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.genericName {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.therapeuticArea {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.indication {
    justify-content: flex-start;
    padding-top: 10px;
    border-top: 2px solid #f0b493;

    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase {
    justify-content: flex-end;
    padding-bottom: 10px;

    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList {
    justify-content: flex-end;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="1"] .item:nth-of-type(n + 2) {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="2"] .item:nth-of-type(-n + 1),
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="2"] .item:nth-of-type(n + 3) {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="3"] .item:nth-of-type(-n + 2),
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="3"] .item:nth-of-type(n + 4) {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="4"] .item:nth-of-type(-n + 3) {
    display: none;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item {
    color: #ea5504 !important;
    background: transparent !important;
    justify-content: flex-end;
    width: 32px;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item[aria-hidden="true"] {
    visibility: visible;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.region {
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 2px solid #f0b493;

    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail {
    padding: 20px;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item {
    display: -ms-grid !important;
    display:     grid !important;

    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 2fr;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item dt {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item dd {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  .pipeline-table-wrapper .box-tab-01 .box-tab-content {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 1059px) {
  .header > .header-inner .logo {
    background: #fff;
    width: calc(100% - 159px);
    height: 60px;
  }
  html:not(.js-enable) .header > .header-inner {
    box-shadow: none;
  }
  .header-nav {
    background: #fff;
    height: 60px;
  }
  .header-nav .header-nav-list.header-menu {
    display: none;
  }
  .header-nav .header-nav-list.header-menu-sp {
    background-image: url("/asiapacific/share/images/bg_header_sp_01.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 29.06667vw;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .12) inset;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button,
  .header-nav .header-nav-list.header-menu-sp > li > a {
    font-size: calc(4.4rem/2);
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 22px;
    padding-right: 15px;
    padding-bottom: 22px;
    padding-left: 15px;
    border-top: 1px solid rgba(255, 255, 255, .4);
  }
  .header-nav .header-nav-list.header-menu-sp > li > button {
    position: relative;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button > span {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 5px;
    margin: auto;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button > span::after {
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    transition: transform .5s ease;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button.open > span::after {
    transform: rotate(-135deg);
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle {
    display: none;
    padding-right: 15px;
    padding-bottom: 22px;
    padding-left: 15px;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle a {
    color: #fff;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle > a {
    font-size: 2.2rem;
    display: block;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list > li {
    width: calc(100% - 20px);
    margin-top: 12px;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list > li:nth-child(2n) {
    margin-left: 0px;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list > li > a {
    font-size: 1.5rem;
    display: block;
    height: 100%;
  }
  .header-nav .header-nav-list.header-menu-sp > li:nth-last-of-type(2) > a::after,
  .header-nav .header-nav-list.header-menu-sp > li:last-child > a::after {
    display: none;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 {
    position: relative;
    padding-top: calc(34px/2);
    padding-right: calc(30px/2);
    padding-bottom: calc(34px/2);
    padding-left: calc(30px/2);
    border-top: 1px solid #d1d2d2;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 .icon {
    font-size: 0;
    background-image: url("/asiapacific/share/images/icon_arrow_bottom_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px auto;
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3.open .icon {
    background-image: url("/asiapacific/share/images/icon_close_02.png");
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link {
    /*SP アコーディオン内部リスト*/
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link > ul > li {
    padding-right: calc(30px/2);
    padding-left: calc(30px/2);
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link > ul > li:last-child {
    padding-bottom: calc(35px/2);
  }
  html:not(.js-enable) .header-nav {
    flex-direction: column-reverse;
    height: auto;
  }
  html:not(.js-enable) .header-nav .header-nav-list.header-search > li:last-child {
    display: none;
  }
  html:not(.js-enable) .header-nav .header-nav-list.header-search .header-link-contact {
    text-align: center;
    border-top: 1px solid #d1d2d2;
    border-bottom: 1px solid #d1d2d2;
  }
  html:not(.js-enable) .header-nav .header-nav-list {
    position: static;
    flex-direction: column;
  }
  .box-input-search {
    justify-content: center;
    padding-top: calc(48px/2);
    padding-right: calc(42px/2);
    padding-left: calc(42px/2);
  }
  .box-input-search .header-input-search {
    font-size: calc(5.4rem/2);
    color: #fff;
    width: calc(100% - (30px + 12px));
    border-bottom: 1px solid #fff;
  }
  html:not(.js-enable) .box-input-search .header-btn-search {
    display: none;
  }
  html:not(.js-enable) .box-input-search .header-btn-search-submit {
    background-image: url("/asiapacific/share/images/icon_search_03.png");
  }
  .js-enable .header-search .menu-global-wrapper .menu-global-hdg-lv3 {
    cursor: pointer;
  }
}

@media screen and (max-width: 350px) {
  .box-modal-content .box-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-modal-content .box-content-02 {
    padding: 0;
  }
  .box-modal-content .box-content-02 .box-btn-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-modal-content .box-content-02 .box-tab-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .js-enable .box-modal-content .box-inner::after {
    left: -15.76458vw;
  }
}

@media screen and (max-width: 1080px) {
  .box-pipeline {
    margin-right: calc(46px/2);
    margin-left: calc(46px/2);
  }
}

@media screen and (max-width: 769px) {
  a img.icon-pdfxx,
  a img.icon-blankxx {
    width: 18px;
    height: 18px;
  }
  .box-kkapinnumbers-top .box-innumber-inr {
    height: 300px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn::before,
  .box-kkapinnumbers-top .box-innumber-inr .animation-toggle-btn::after {
    width: 1px;
    height: 8px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item {
    /* 4 antibody drugs released */
    /* 6 antibody drugs in pipeline */
    /* 18 drugs in development */
    /* 40 markets reach worldwide */
    /* 39% overseas sales */
    /* 40 group companies */
    /* 37 years of innovation */
    /* core operating profit 59.4 billion yen */
    /* annual revenue 305 billion yen */
    /* 5,267 employees */
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item1"] img {
      width: 46px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item2"] img {
      width: 68.5px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item3"] img {
      width: 90.5px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item4"] img {
      width: 89px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item5"] img {
      width: 88px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item6"] img {
      width: 100px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item7"] img {
      width: 46.5px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item8"] img {
      width: 83.9px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item9"] img {
      width: 63px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item10"] img {
      width: 101.5px;
  }
  .box-kkapinnumbers-top .box-innumber-inr .innumber-item[data-name="item11"] img {
      width: 47px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - .1px) \0;
    /*for IE*/
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col {
    margin-top: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col {
    display: block;
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1010px) {
  .footer > .footer-inner,
  .wrapper > .main-content,
  .str-section-wrapper > .str-section,
  .link-nav-local-wrapper > .link-nav-local-inner,
  .box-carousel-01,
  .box-newssearch-wrapper .box-inner,
  .box-kkapinnumbers-top .box-hdg2-wrapper,
  .box-ourvision-top .box-hdg2-wrapper,
  .box-kkapinnumbers-top .box-hdg2-wrapper,
  .box-regionalnetwork .box-hdg2-wrapper,
  .box-corevalue-top .box-hdg2-wrapper,
  .box-atagrance-top .box-hdg2-wrapper,
  .box-careers-top,
  .box-atagrance-top > .box-inner,
  .mediacenter-01 > .box-inner,
  .mediacenter-02 > .box-inner {
    padding-right: calc(46px/2);
    padding-left: calc(46px/2);
  }
  .box-preview-globalarea .box-inner {
    padding-right: calc(46px/2);
    padding-left: calc(46px/2);
  }
  .js-enable .box-preview-globalarea .box-inner {
    padding-right: 0;
    padding-left: 0;
  }
}


@media screen and (max-width: 1190px) {
  .pipeline-table-wrapper {
    padding-right: calc(46px/2);
    padding-left: calc(46px/2);
  }
  .pipeline-table-wrapper .box-tab-01 .list-tab li a.current::before {
    content: none;
  }
}

.box-cookie-notice {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: white;
    color: #5d6164;
    z-index: 1000;
    padding: 1em;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .12);
}
.box-cookie-notice .box-text { margin-bottom: 0px; }
.box-cookie-notice .btn-small{ max-width:100px; margin-left: 20px;}
.btn-01.btn-small {font-size: 1.3rem; padding: 5px 10px;}


.box-cookie-notice .btn-01.btn-small:hover{
  background: #ee7736;
  color: white;
}


/** Back to top button **/
#back-to-top-button {
  display: inline-block;
  max-width: 70px;
  min-height: 80px;
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: middle;
  color: #ea5504;
  background-color: rgb(244 244 244 / 72%);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  transition: background-color .4s;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
  padding: 4px 10px 9px 10px;
}

@media only screen and (max-width: 748px) {
  #back-to-top-button {
    bottom: 0px !important;
    min-height: 62px !important;
  }
}

#back-to-top-button:hover {
  cursor: pointer;
  background-color: #ea5504;
  color: white;
}
#back-to-top-button:active {
  background-color: #555;
}
#back-to-top-button.show {
  opacity: 1;
  visibility: visible;
}


#back-to-top-button > span::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: inline-block;
    width: 26px;
    height: 10px;
    margin-left: 5px;
    content: "";
    transition: transform .4s;
    background-image: url(/asiapacific/share/images/icon_arrow_right_02.png);
    transform: rotate(-90deg) translateY(-3px);
}
#back-to-top-button:hover > span::before {
    background-image: url(/asiapacific/share/images/icon_arrow_right_01.png);
    transform: rotate(-90deg) translateY(-3px) translateX(5px);
}





.str-section-wrapper.str-section-blue-bg,
.str-section-wrapper.str-section-pink-bg,
.str-section-wrapper.str-section-orange-bg {
    padding: 80px 0 50px 0;
}
.str-section-wrapper.homepage-03 .area-focus-wrapper {
    display: flex;
    max-width: 900px;
    margin:auto;
}

.str-section-wrapper.homepage-03 .area-focus-wrapper .area-focus-icon{
    padding: 1em;
}
@media only screen and (max-width: 748px) {
.str-section-wrapper.str-section-blue-bg {
      padding: 50px 0 30px 0 !important;
}

.str-section-wrapper.our-medicines-05 { margin-top:-50px; }

.str-section-wrapper.homepage-03 .area-focus-wrapper {
    flex-wrap: wrap;
}
.str-section-wrapper.homepage-03 .area-focus-wrapper .area-focus-icon{
    flex-basis:50%;
}
}
.str-section-wrapper.homepage-03 .box-button {
    margin-top:30px;
    text-align: center;
    padding-bottom:50px;
}
.str-section-wrapper.homepage-04 .tile{
    margin-top: 40px;
}
.box-movie-thumb.box-movie-spe:before,
.box-movie-thumb.box-movie-spe:after{
    display:none;
}
.box-atagrance-bottom > .box-inner{
  margin-top:40px;
}

.str-section.str-section-boxed-800px{
  max-width: 800px;
  margin: 0 auto;
}

.str-section.str-section-boxed-1200px {
  max-width: 1200px !important;
  margin: 0 auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.str-section-wrapper.olc-button-section .box-hdg2-wrapper{
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.str-section-wrapper.homepage-01 .box-who-we-are-button {
    text-align: center;
    margin-top:40px;
}

.str-section-wrapper.who-we-are-6{
  padding:80px 0 0 0;
}
.str-section-wrapper.who-we-are-2{
  padding-top:50px;
}
.str-section-wrapper.whatwedo-01{
  padding:50px 0 100px 0 ;
}

:focus{
  outline: none;
}

.str-section-wrapper.who-we-are-6 .area-focus-wrapper {
    display:flex;
}
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon{
    padding: 1em;
    min-height: 200px;
    display: flex;
}
@media only screen and (min-width: 749px) {
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon.icon-01,
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon.icon-03,
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon.icon-05{
    align-items: flex-start;
}

.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon.icon-02{
    align-items: center;
}
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon.icon-04{
    align-items: flex-end;
}
}
@media only screen and (max-width: 748px) {
  .str-section-wrapper.who-we-are-6 .area-focus-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin: auto;
  }
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon{
  height: auto;
  min-height: auto;
}
.str-section-wrapper.who-we-are-6 .area-focus-wrapper .area-focus-icon img{
  max-width: auto;
}
}

@media only screen and (min-width: 749px) {
.box-layout-image-post-list .box-image{
    width: 30%;
    padding-right:30px;
}
.box-layout-image-post-list .box-content{
    width: 70%;
}
.box-layout-image-post-list .box-image img{
    width: 100%;
}
.str-section-wrapper.workingwithus-03{
  padding: 80px 0 50px 0;
}
.str-section-wrapper.workingwithus-04 {
  padding: 80px 0 80px 0;
}
.str-section-wrapper.workingwithus-05{
  padding: 80px 0 0px 0;
}
.str-section-wrapper.workingwithus-03 .box-image{
    padding-right: 30px;
}
}
.text-lead.text-left{
  text-align:left;
}
.workingwithus-04{
  background: #F3F3F3;
}
.str-section-wrapper.who-we-are-4{
  padding: 50px 0 50px 0
}
.str-section-wrapper.first-section{
  padding-top:80px;
}
.str-section-wrapper.workingwithus-01{
  padding-bottom: 51px;
}
.box-layout-image.content-valign {
    display: flex;
    align-items: center;
}
.str-section-wrapper.who-we-are-3 {
    margin: 20px 0 80px 0;
}
.contact-us-01{
    max-width: 1000px;
    margin: auto;
}
.contact-us-01 .image img{
    width: 100%;
    bottom: auto;
    top: 0;
}
@media only screen and (min-width: 889px){
.box-hdg-wrapper.type-03 .box-hdg-container .box-content-left,
.box-hdg-wrapper.type-05 .box-hdg-container .box-content-left {
    max-width: 45%;
    display: block;
    float: left;
}
}
.box-hdg-wrapper.contact-us-01 .hdg-lv1-02{
    margin-bottom: 10px;
}
.box-hdg-wrapper.contact-us-01 .text-lead{
    font-size: 2.0rem;
    line-height: 1.3em;
}

.box-offices-globalarea .box-inner .box-panel .panel .title > .sub{
  font-size: 1.6rem;
  color: #ea5504;
  display: block;
  margin-bottom: 10px;
  font-weight:600;
}
.box-offices-globalarea .box-inner .box-panel .panel .box-text{
  font-size: 1.4rem;
  color: #5d6164;
  margin-top:10px;
  margin-bottom: 15px;
}
.box-offices-globalarea .box-inner .box-panel .panel .link-text{
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
}
.box-offices-globalarea .box-inner .box-panel .panel .box-thumb{
  width:40%;
}

footer .footer-area-sub {
    padding-top: 20px;
}
footer .footer-area-sub p.footer-copy {
  font-size:1.4rem;
}
.str-section-wrapper.our-medicines-05 {
    padding-bottom: 40px;
}

.str-section-wrapper.contact-us-02{
  background-image: url('/asiapacific/images/index_img_singapore_01.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  content:'';
}
@media only screen and (min-width: 769px){
  .str-section-wrapper.contact-us-02{
    min-height: 400px;
  }
.box-hdg-wrapper.contact-us-01 {
      min-height: 650px;
      margin-bottom: 80px;
}
.box-singaporearea .box-offices-globalarea .box-inner .box-panel .panel {
    width: 100%;
    margin: 10px;
}
.box-singaporearea .box-inner .box-panel .panel .box-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box-singaporearea  .box-offices-globalarea .box-inner .box-panel .panel .box-thumb{
  max-width:35%
}

.box-offices-globalarea .box-inner .box-panel .panel .box-content {
  width: 60%;
  padding: 2em;
}
.box-singaporearea  .box-inner .box-panel .panel .box-content{
  width:65%
}
.box-singaporearea .box-inner .box-content .box-sub-content {
    max-width: 50%;
}
.box-singaporearea .box-inner .box-content .box-sub-content-1 {
  padding-right: 2em;
}

.str-section-wrapper.first-section.contact-us-04{
  padding-bottom: 250px;
  margin-bottom: -300px
}
.box-singaporearea-page .box-inner .box-panel .panel .box-text{
  font-size: 2rem;
}
}


.box-singaporearea .box-inner .box-panel .panel .box-content .title{
  width: 100%;
}
.box-singaporearea .box-inner .box-panel .panel .title > .sub {
    color: #ea5504;
    display: block;
    margin-bottom: 20px;
    }

.box-singaporearea-page .box-inner .box-panel .panel .title > .sub {
    color: #ea5504;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 2.0rem;
    line-height: 1.3em;
    }
}

.box-singaporearea .box-offices-globalarea{
    background: transparent;
}

.str-section-wrapper.first-section.contact-us-04{
  background: #f4f4f4;
}
@media only screen and (max-width: 768px){
  .str-section-wrapper.contact-us-02{
    min-height: 300px;
  }
.box-hdg-wrapper.type-05 .box-hdg-container{
  padding: 0 10%;
}
.js-enable .box-offices-globalarea .box-panel .panel{
  flex-direction: column;
}
.box-singaporearea .box-offices-globalarea .box-inner .box-panel .panel .box-thumb,
.box-offices-globalarea .box-inner .box-panel .panel .box-thumb{
  width:100%;
}
.box-singaporearea .box-offices-globalarea .box-inner .box-panel .panel .box-thumb img,
.box-offices-globalarea .box-inner .box-panel .panel .box-thumb img{
  width:100%;
}
.box-offices-globalarea .box-inner .box-panel .panel .box-content {
  width: 100%;
  padding: 2em;
}
.box-globalnetwork {
    padding: 0;
}
.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space{
  min-height: 50px;
  border-radius: 30px;
  margin:30px 0px -75px 0px !important;
}

.str-section-wrapper.contact-us-04{ padding-bottom:100px; }


.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space .link-icon{
  color: white;
  font-size: 1.5rem;
}
.str-section.focus-box{
    padding: 6em 4em 3em 4em;
}
.str-section-wrapper.who-we-are-4 .tile-layout-wrapper{
    flex-direction: column;
}
.str-section-wrapper.who-we-are-4 .tile-layout-wrapper.sp-col2 .tile{
    width: 100%;
    margin-bottom: 20px;
}
}

.box-hdg-wrapper.type-05 .box-hdg-container{
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  display:block;
  margin:auto;
  right: 0;
  left: 0;
  max-width:1200px;
}
@media only screen and (min-width: 1024px) {
.box-hdg-wrapper.type-05 .box-hdg-container{
  top: 35%;
}
}

@media only screen and (min-width: 749px)  and (max-width: 1023px) {
.box-hdg-wrapper.type-05 .box-hdg-container{
      top: 60%;
}
.box-hdg-wrapper.type-05 {
    min-height: 75vh;
}
.js-enable .box-offices-globalarea .box-panel .panel{
  max-width: calc(50% - 20px);
}
.js-enable .box-offices-globalarea .box-panel .panel:nth-child(odd){
  margin-right:10px;
}
.js-enable .box-offices-globalarea .box-panel .panel:nth-child(even){
  margin-left:10px;
}
.str-section.focus-box{
    padding: 6em 12em 3em 12em;
    max-width: 600px;
}
}




.box-singaporearea  .box-inner .box-panel .panel{
  box-shadow: none;
}
.box-singaporearea-page .box-inner .box-panel .panel .box-text{
  line-height: 1.5em;
}
.box-singaporearea-page .box-inner .box-panel .panel .title {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.3em;
}

.str-section-wrapper.contact-us-03 .str-section,
.str-section-wrapper.contact-us-04 .str-section{
  max-width: 1200px;
}

.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space {
    color: white;
    background-color: #ea5504;
    display: flex;;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease-in-out;
}
.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space .link-icon{
  color: white;
}
.link-icon > span::after{
  background-image: url(/asiapacific/share/images/icon_arrow_right_01.png);
}
.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space:hover {
    background-color: #dfdfdf;
}
.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space:hover .link-icon{
  color: #ea5504;
}
.box-offices-globalarea .box-inner .box-panel .panel.panel-orange-space:hover .link-icon > span::after{
  transform: translateX(5px);
  background-image: url(/asiapacific/share/images/icon_arrow_right_02.png);
}
.tile.size-l {
  height: 400px;
}
.tile.tile-spe .box-content {
  padding: 2.5em;
}
.header-nav .header-nav-list.header-menu-sp .box-input-search{
  display:none;
}
.text-italic{
  font-style: italic;
}


/* TOP: inNumber
* ========================================================================= */
.box-innumber-top .hdg {
  font-size: calc(5.0rem/2);
  font-weight: bold;
  color: #ea5504;
}

.box-innumber-top .hdg {
  text-align: center;
  margin: 100px 0 30px;
}

.box-innumber-top .box-innumber-inr {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  padding-bottom: 30px;
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 1px solid #5d6164;
  border-radius: 50%;
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn::before,
.box-innumber-top .box-innumber-inr .animation-toggle-btn::after {
  background: #5d6164;
  display: block;
  width: 3px;
  height: 12px;
  content: "";
  border: 0;
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn::before {
  margin-right: 3px;
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn::after {
  display: block;
  content: "";
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn.paused::before {
  background: transparent;
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 3.25px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7.5px solid #5d6164;
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn.paused::after {
  content: none;
}

.box-innumber-top .box-innumber-inr .animation-toggle-btn > span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.box-innumber-top .box-innumber-inr .innumber-item {
  position: absolute;
  left: 0;
  transition: opacity .3s;
  /*
            * about duration
            *
            * small : 24 ~ 26s
            * middle: 20 ~ 22s
            * big   : 16 ~ 18s
            */
  /* 4 antibody drugs released */
  /* 6 antibody drugs in pipeline */
  /* 18 drugs in development */
  /* 40 markets reach worldwide */
  /* 39% overseas sales */
  /* 40 group companies */
  /* 37 years of innovation */
  /* core operating profit 59.4 billion yen */
  /* annual revenue 305 billion yen */
  /* 5,267 employees */
}

.box-innumber-top .box-innumber-inr .innumber-item.inactive {
  opacity: .3 !important;
}

.box-innumber-top .box-innumber-inr .innumber-item[data-name="item1"] {
  top: 50%;
  animation: innumbers-anime 26s linear -1s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item2"] {
  top: 70%;
  animation: innumbers-anime 25s linear -6s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item3"] {
  top: 12%;
  animation: innumbers-anime 20s linear -1s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item4"] {
  top: 40%;
  animation: innumbers-anime 24s linear -18s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item5"] {
  top: 70%;
  animation: innumbers-anime 18s linear -12s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item6"] {
  top: 80%;
  animation: innumbers-anime 21s linear -2s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item7"] {
  top: 35%;
  animation: innumbers-anime 22s linear -20s infinite;
  opacity: 0.6;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item8"] {
  top: 60%;
  animation: innumbers-anime 17s linear -6s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item9"] {
  top: 11%;
  animation: innumbers-anime 20s linear -13s infinite;
  opacity: 0.6;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item10"] {
  top: 10%;
  animation: innumbers-anime 16s linear -2s infinite;
  opacity: 0.6;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name="item11"] {
  top: 45%;
  animation: innumbers-anime 19s linear -3s infinite;
  opacity: 0.3;
}


.box-innumber-top .box-innumber-inr .innumber-item img {
  vertical-align: middle;
  max-width: none;
}

.box-innumber-top .box-innumber-inr .innumber-item.paused {
  animation-play-state: paused;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window.active {
  display: flex;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .active-number-box {
  position: relative;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .item {
  background: #fff;
  display: none;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .item.active {
  background: transparent;
  display: block;
  animation: scaleUp .5s ease-in-out both;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn {
  position: absolute;
  top: -34px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ea5504;
  border-radius: 50%;
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::before,
.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::after {
  background: #ea5504;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  content: "";
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::before {
  transform: rotate(45deg);
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::after {
  transform: rotate(-45deg);
}

.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.box-innumber-top .hdg {
    margin-bottom: 40px;
  }

@keyframes innumbers-anime {
  0% {
    left: -213px;
  }
  100% {
    left: 100%;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 769px) {
  .box-innumber-top .box-innumber-inr {
    height: 300px;
  }
  .box-innumber-top .box-innumber-inr .animation-toggle-btn {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
  .box-innumber-top .box-innumber-inr .animation-toggle-btn::before,
  .box-innumber-top .box-innumber-inr .animation-toggle-btn::after {
    width: 1px;
    height: 8px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item {
    /* 4 antibody drugs released */
    /* 6 antibody drugs in pipeline */
    /* 18 drugs in development */
    /* 40 markets reach worldwide */
    /* 39% overseas sales */
    /* 40 group companies */
    /* 37 years of innovation */
    /* core operating profit 59.4 billion yen */
    /* annual revenue 305 billion yen */
    /* 5,267 employees */
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item1"] img {
    width: 46px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item2"] img {
    width: 68.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item3"] img {
    width: 47.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item4"] img {
    width: 89px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item5"] img {
    width: 88px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item6"] img {
    width: 113.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item7"] img {
    width: 46.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item8"] img {
    width: 83.9px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item9"] img {
    width: 63px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name="item10"] img {
    width: 101.5px;
  }
}

/* homepage video bg display */
@media screen and (max-width: 1023px) {
  .video.home-top-section-video{
      width: 100%;
      height: 95vh;
      overflow: hidden;
      display: flex;
      justify-content: center;
  }
  .video.home-top-section-video video{
      width: auto;
      height: 95vh;
      display: inline-flex;
      justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .video.home-top-section-video{
    width: 100%;
    height: auto !important;
  }
  .video.home-top-section-video video{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .box-text, p, .text {
      font-size: calc(3.2rem/2) !important;
      line-height: 1.4 !important;
    }
    footer .footer-area-sub p.footer-copy {
      font-size:1.4rem !important;
    }
}
.str-section-wrapper.news-01 .box-panel-01.col3 .panel{ overflow: hidden; }

.str-section-wrapper.media-03 .box-panel-01 > .panel { color: #ffffff; border-bottom: 0px !important; }
.str-section-wrapper.media-03 .box-panel-01 > .panel > .box-inner { background-color:#ea5504; }
.str-section-wrapper.media-03 .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date{ color:#ffffff; }
.str-section-wrapper.media-03 .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content{ padding-bottom: 75px; }
@media only screen and (min-width: 769px) {
.box-panel-01.col2.col21 > .panel:first-child { width: 66%;  }
.box-panel-01.col2.col21 > .panel:last-child { width: calc(34% - 20px); }
}
.str-section-wrapper.media-03 .box-panel-01.col2.col21 > .panel:first-child > .box-inner{ background-color: #1ba8d6 !important;  }
.str-section-wrapper.media-03 .box-panel-01 .panel .box-thumb img { height:100%; width:100%; }
.str-section-wrapper.media-03 .box-panel-01 .panel .btn-olc-small-size{ padding: 0px !important; }


/* ========================================================================= */

/* CONTACT US MAP LINKS */
.map-area { position:relative;float:left; width:100%; height:auto; }
.map-area .map-image {position:unset !important;}
.map-area .map-link { position: absolute; width: 2.9%; height: 4.55%; z-index: 2;}

.map-area .map-link-ko {left: 61.7%;top: 6.2%;}
.map-area .map-link-ch {left: 58.5%;top: 11.1%;}
.map-area .map-link-tw {left: 59.9%;top: 19.8%;}
.map-area .map-link-kk {left: 54.1%;top: 22.0%;}
.map-area .map-link-th {left: 46.6%;top: 31.4%;}
.map-area .map-link-my {left: 47.0%;top: 40.8%;}
.map-area .map-link-sg {left: 49.4%;top: 43.0%;}
.map-area .map-link-au {left: 78%;top: 81.3%;}

.contact-us-01 .box-hdg-container { pointer-events: none;}
.contact-us-01 .box-hdg-container a { pointer-events:all;}
.map-popup.box-modal-outbound{}
.map-popup.box-modal-outbound .box-modal-inner{
  top:25%;
  background: transparent !important;
  border: 0px solid #ccc;
  padding:0px !important;
}
.map-popup.box-modal-outbound .panel{ width:100% !important; box-shadow: 1px 1px 2px rgba(0, 0, 0, .3) !important; }

.border-text{ border:1px solid; }
.center-text{ text-align: center; }
.bold-text{ font-weight: bold; }
