/* ==========================================================================
   Reset
============================================================================= */

html,
body {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea {
  -webkit-appearance: none;
          appearance: none;
}

/* ==========================================================================
   Base
============================================================================= */

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  min-width: 1060px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #181818;
  background-color: #fff;
}

body.is-font-large {
  font-size: 1.7rem;
}

body.is-print {
  max-width: 1060px;
}

input,
textarea {
  box-sizing: border-box;
  line-height: 2;
  border: 0;
  border-radius: 0;
  outline: none;
}

a {
  color: #2693ff;
}

a:visited {
  color: #5c1a86;
}

a:focus {
  color: #2693ff;
}

a:hover {
  color: #2693ff;
}

a:active {
  color: #2693ff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.headerNavigation_list:after,
.globalHeader_inner-01 .headerTools_list:after,
.globalHeader_inner-02 .headerTools_list:after,
.globalFooter_inner-02:after,
.footerNavigation:after,
.footerNavigation_list-main:after,
.footerNavigation_list-sub:after,
.wrapper-column:after,
.subColumn-second:after,
.row:after,
.companyRow:after,
.mediaBlock:after,
.carousel_inner:after,
.chart_branch-bottom:after,
.row-top:after,
.newsAnchor:after,
.director:after,
.profileDetail_inner:after {
  content: '';
  display: table;
  clear: both;
}

video,
img {
  max-width: 100%;
  height: auto;
}

.content img {
  vertical-align: top;
  border-radius: 15px;
}

sup {
  font-size: 100%;
  vertical-align: super;
}

strong,
em,
b {
  font-weight: 500;
}

strong {
  color: #c00;
}

[tabindex='-1']:focus {
  outline: 0;
}

#h {
  pointer-events: none;
}

/* ==========================================================================
   Helper
============================================================================= */

/* clearfix
--------------------------------------------------------- */

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* display
--------------------------------------------------------- */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

/* position
--------------------------------------------------------- */

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

/* font-weight
--------------------------------------------------------- */

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* float
--------------------------------------------------------- */

.float-none {
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

/* text-align
--------------------------------------------------------- */

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

/* vertical-align
--------------------------------------------------------- */

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

/* margin
--------------------------------------------------------- */

.mgn {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mts {
  margin-top: 20px !important;
}

.mtn {
  margin-top: 30px !important;
}

.mtm {
  margin-top: 40px !important;
}

.mtl {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbss {
  margin-bottom: 10px !important;
}

.mbs {
  margin-bottom: 20px !important;
}

.mbn {
  margin-bottom: 30px !important;
}

.mbm {
  margin-bottom: 40px !important;
}

.mbl {
  margin-bottom: 60px !important;
}

/* Padding
--------------------------------------------------------- */

.pdn {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pts {
  padding-top: 20px !important;
}

.ptn {
  padding-top: 30px !important;
}

.ptm {
  padding-top: 40px !important;
}

.ptl {
  padding-top: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pbs {
  padding-bottom: 20px !important;
}

.pbn {
  padding-bottom: 30px !important;
}

.pbm {
  padding-bottom: 40px !important;
}

.pbl {
  padding-bottom: 60px !important;
}

/* border
--------------------------------------------------------- */

.border {
  border: 1px solid #e3e3e3;
}

.border-top {
  border-top: 1px solid #e3e3e3;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3;
}

img.border {
  box-sizing: border-box;
}

.border-none {
  border: 0 !important;
}

.border-top-none {
  border-top: 0 !important;
}

.border-right-none {
  border-right: 0 !important;
}

.border-bottom-none {
  border-bottom: 0 !important;
}

.border-left-none {
  border-left: 0 !important;
}

/* font-size
--------------------------------------------------------- */

.font-size-small {
  font-size: 1.2rem;
}

.is-font-large .font-size-small {
  font-size: 1.368rem;
}

.font-size-normal {
  font-size: 1.4rem;
}

.is-font-large .font-size-normal {
  font-size: 1.596rem;
}

.font-size-large {
  font-size: 1.6rem;
}

.is-font-large .font-size-large {
  font-size: 1.824rem;
}

/* ==========================================================================
   Layout
============================================================================= */

/*
   Header
============================================================================= */

.globalHeader {
  position: relative;
  z-index: 4;
  padding-bottom: 54px;
}

.globalHeader_inner-01 {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: #fff;
}

.globalHeader_inner-02 {
  position: absolute;
  z-index: 1;
  top: 66px;
  left: 0;
  width: 100%;
  min-width: 1060px;
  border-top: 4px solid #c00;
  background-color: #fff;
  -webkit-transition: border 0s;
          transition: border 0s;
}

.is-headerFixed:not(.is-print) .globalHeader_inner-02,
.is-changing.is-headerFixed:not(.is-print) .globalHeader_inner-02 {
  position: fixed;
  top: 0;
  bottom: auto;
  border-bottom: 1px solid #e3e3e3;
}

.globalHeader_inner-02_inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  height: 50px;
  margin: 0 auto;
  padding-bottom: 0;
  background-color: #fff;
}

.headerLogo {
  padding: 14px 0 13px;
  text-align: center;
}

.headerLogo > a {
  display: inline-block;
  vertical-align: top;
}

.headerLogo > a img {
  vertical-align: top;
}

.skipLink {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.btn-spNavigation {
  display: none;
}

.btn-spNavigation span {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 3px;
  background-color: #c00;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.btn-spNavigation_topBar {
  top: 23px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-spNavClose .btn-spNavigation_topBar {
  -webkit-animation: bar-top-close .5s ease;
          animation: bar-top-close .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-spNavOpen .btn-spNavigation_topBar {
  -webkit-animation: bar-top-open .5s ease;
          animation: bar-top-open .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.btn-spNavigation_middleBar {
  top: 29px;
  -webkit-transition: all 0s ease .2s;
          transition: all 0s ease .2s;
}

.is-spNavOpen .btn-spNavigation_middleBar {
  top: 30px;
  height: 0;
}

.btn-spNavigation_bottomBar {
  top: 35px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-spNavClose .btn-spNavigation_bottomBar {
  -webkit-animation: bar-bottom-close .5s ease;
          animation: bar-bottom-close .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-spNavOpen .btn-spNavigation_bottomBar {
  -webkit-animation: bar-bottom-open .5s ease;
          animation: bar-bottom-open .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.headerNavigation {
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.headerNavigation_heading {
  display: none;
}

.headerNavigation_list {
  display: block;
  float: left;
  width: 100%;
  table-layout: fixed;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.is-headerFixed:not(.is-print) .headerNavigation_list {
  width: 535px;
  padding: 15px 0;
}

.headerNavigation_list_item {
  float: left;
  box-sizing: border-box;
  width: 20%;
  border-right: 1px solid #e3e3e3;
}

.headerNavigation_category_title > a {
  display: block;
  position: relative;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  color: #181818;
  -webkit-transition: margin .4s;
          transition: margin .4s;
}

.is-font-large .headerNavigation_category_title > a {
  font-size: 1.596rem;
}

.headerNavigation_category_title > a:link,
.headerNavigation_category_title > a:visited,
.headerNavigation_category_title > a:hover,
.headerNavigation_category_title > a:active,
.headerNavigation_category_title > a:focus {
  text-decoration: none;
}

.headerNavigation_category_title > a:visited {
  color: #181818;
}

.headerNavigation_category_title > a:focus {
  color: #181818;
}

.headerNavigation_category_title > a:hover {
  color: #181818;
}

.headerNavigation_category_title > a:active {
  color: #181818;
}

.headerNavigation_category_title > a.is-current {
  color: #c00;
}

.is-font-large .headerNavigation_category_title > a {
  line-height: 1.25;
}

.is-headerFixed:not(.is-print) .headerNavigation_category_title > a {
  margin: -15px 0;
}

.headerNavigation_category_detail {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.megadrop_inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 0 40px;
  background-color: #faf4ed;
}

.megadrop_head {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 2px;
  color: #c00;
}

.is-font-large .megadrop_head {
  font-size: 2.964rem;
}

.megadrop_content {
  position: relative;
  padding-bottom: 40px;
}

.megadrop_content-news {
  padding-bottom: 0;
}

.megadrop_content .row_col,
.megadrop_content .row_col-2 {
  margin-top: 50px;
}

.megadrop_content-business .row_col-3 {
  margin-top: 50px;
}

.megadrop_content-business .row_col-3 .megadrop_eachLink_text {
  position: absolute;
}

.megadrop_content-business .row_col-3:nth-child(-n+3) {
  margin-top: 50px;
}

.megadrop_content .newsItemList {
  margin-top: 0;
}

.megadrop_content .newsItemList > li:last-child .newsItem {
  border-bottom: 0;
}

.megadrop_linkTop {
  position: absolute;
  top: -56px;
  right: 0;
  font-size: 1.5rem;
  text-align: right;
}

.is-font-large .megadrop_linkTop {
  font-size: 1.71rem;
}

.megadrop_linkTop > a {
  color: #181818;
}

.megadrop_linkTop > a:visited {
  color: #181818;
}

.megadrop_linkTop > a:focus {
  color: #181818;
}

.megadrop_linkTop > a:hover {
  color: #181818;
}

.megadrop_linkTop > a:active {
  color: #181818;
}

.megadrop_linkTop > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.megadrop_eachLink {
  display: block;
  position: relative;
  font-size: 1.3rem;
}

.is-font-large .megadrop_eachLink {
  font-size: 1.482rem;
}

.megadrop_eachLink_thumb {
  overflow: hidden;
  border-radius: 7px;
}

.megadrop_eachLink_thumb-blankLink {
  position: relative;
}

.megadrop_eachLink_thumb-blankLink:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.megadrop_eachLink_thumb > img {
  display: block;
  width: 100%;
  height: auto;
}

.megadrop_eachLink_text {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding-left: 22px;
  text-indent: -22px;
}

.megadrop_eachLink_text:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.megadrop_box {
  overflow: hidden;
  padding: 28px 20px;
  font-size: 1.3rem;
  border-radius: 7px;
  background-color: #fff;
}

.is-font-large .megadrop_box {
  font-size: 1.482rem;
}

.megadrop_list_item {
  margin-bottom: 12px;
}

.megadrop_list_item:last-child {
  margin-bottom: 0;
}

.megadrop_list_item > a {
  display: inline-block;
  padding-left: 22px;
  text-indent: -22px;
}

.megadrop_list_item > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.headerLogo-sub {
  position: relative;
  z-index: 3;
  float: left;
  overflow: hidden;
  width: 0;
  height: 30px;
  padding: 10px 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.is-headerFixed:not(.is-print) .headerLogo-sub {
  width: 64px;
}

.headerLogo-sub:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 20px;
  opacity: 0;
  background-color: #e3e3e3;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.is-headerFixed:not(.is-print) .headerLogo-sub:after {
  opacity: 1;
}

.headerLogo-sub > a {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 44px;
  margin-right: 20px;
}

.headerLogo-sub > a > img {
  width: 44px;
  height: auto;
  vertical-align: top;
}

.globalHeader_inner-01 .headerNavigation_home {
  position: absolute;
  top: 25px;
  left: 40px;
}

.globalHeader_inner-01 .headerNavigation_home_item {
  width: 56px;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.globalHeader_inner-01 .headerNavigation_home_item > a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 100%;
}

.globalHeader_inner-01 .headerNavigation_home_item > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 16px;
  height: 14px;
  margin-left: -8px;
  background-image: url('/common/img/icon_home.svg');
  background-repeat: no-repeat;
}

.globalHeader_inner-02 .headerNavigation_home {
  position: absolute;
  z-index: 3;
  top: -45px;
  left: 40px;
  width: 56px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.js-on .globalHeader_inner-02 .headerNavigation_home {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  overflow: hidden;
  width: 0;
  height: 20px;
  padding: 15px 0;
  border-right: 0;
  border-left: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.is-headerFixed:not(.is-print) .globalHeader_inner-02 .headerNavigation_home {
  width: 56px;
}

.js-on .globalHeader_inner-02 .headerNavigation_home_item {
  position: absolute;
}

.globalHeader_inner-02 .headerNavigation_home_item {
  top: 15px;
  right: 0;
  width: 56px;
  height: 20px;
  line-height: 20px;
}

.globalHeader_inner-02 .headerNavigation_home_item > a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 100%;
}

.globalHeader_inner-02 .headerNavigation_home_item > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  margin-left: -8px;
  background-image: url('/common/img/icon_home.svg');
  background-repeat: no-repeat;
}

.globalHeader_inner-01 .headerTools {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 229px;
}

.firefox .is-print .globalHeader_inner-01 .headerTools {
  width: 231px;
}

.globalHeader_inner-01 .headerTools_list_item {
  display: table;
  float: left;
  width: 56px;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #e3e3e3;
}

.globalHeader_inner-01 .headerTools_list_item:first-child {
  border-left: 1px solid #e3e3e3;
}

.globalHeader_inner-01 .headerTools_list_item > a {
  display: table-cell;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
}

.globalHeader_inner-01 .headerTools_list_item > a span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap;
  text-indent: 100%;
}

.globalHeader_inner-01 .headerTools_list_item-fontSize {
  background-image: url('/common/img/icon_font.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.is-print .globalHeader_inner-01 .headerTools_list_item-fontSize object {
  display: none;
}

.globalHeader_inner-01 .headerTools_list_item-search {
  background-image: url('/common/img/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.is-print .globalHeader_inner-01 .headerTools_list_item-search object {
  display: none;
}

.globalHeader_inner-02 .headerTools {
  position: absolute;
  z-index: 3;
  top: -45px;
  right: 40px;
}

.js-on .globalHeader_inner-02 .headerTools {
  top: 15px;
  overflow: hidden;
  width: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.is-headerFixed:not(.is-print) .globalHeader_inner-02 .headerTools {
  width: 229px;
}

.globalHeader_inner-02 .headerTools_list {
  width: 229px;
}

.globalHeader_inner-02 .headerTools_list_item {
  display: table;
  float: left;
  width: 56px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #e3e3e3;
}

.globalHeader_inner-02 .headerTools_list_item:first-child {
  border-left: 1px solid #e3e3e3;
}

.globalHeader_inner-02 .headerTools_list_item > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.globalHeader_inner-02 .headerTools_list_item > a span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap;
  text-indent: 100%;
}

.headerSearch {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  background-color: #faf4ed;
}

.headerSearch > fieldset {
  position: relative;
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: right;
}

.headerSearch > fieldset > legend {
  display: none;
}

.headerSearch_input-text {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  padding: 29px 46px;
  font-size: 2.2rem;
  line-height: 1 !important;
  text-align: center;
  vertical-align: top;
  border: 0;
  background-color: transparent;

  -webkit-appearance: none;
}

.is-font-large .headerSearch_input-text {
  font-size: 2.508rem;
}

.headerSearch_input-submit {
  position: absolute;
  top: 27px;
  right: 40px;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: 0;
  background-color: transparent;
  background-image: url('/common/img/icon_search.svg');
  background-repeat: no-repeat;
  background-size: 100%;

  -webkit-appearance: none;
}

.noscript {
  background-color: #faf4ed;
}

.noscript p {
  position: relative;
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

#container {
  position: relative;
}

/* loading
--------------------------------------------------------- */

.loading {
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.loading img {
  width: 100%;
  height: auto;
}

.content {
  overflow: hidden;
}

.is-loading .content {
  pointer-events: none;
  opacity: 0;
}

/*
   Footer
============================================================================= */

.globalFooter {
  border-top: 4px solid #c00;
}

.globalFooter img {
  border-radius: 0;
}

.globalFooter_inner-02,
.footerNavigation {
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
}

.globalFooter_inner-01 {
  border-bottom: 1px solid #e3e3e3;
}

.globalFooter_inner-02 {
  padding: 26px 40px;
  font-size: 1rem;
}

.is-font-large .globalFooter_inner-02 {
  font-size: 1.14rem;
}

.footerNavigation {
  padding: 32px 40px;
  font-size: 1.2rem;
}

.is-font-large .footerNavigation {
  font-size: 1.368rem;
}

.footerNavigation_list-main {
  float: left;
}

.footerNavigation_list-main_item {
  float: left;
  padding: 0 18px;
  line-height: 1.4;
  border-right: 1px solid #e3e3e3;
}

.footerNavigation_list-main_item:first-child {
  border-left: 1px solid #e3e3e3;
}

.footerNavigation_list-main_item > a {
  display: block;
  font-weight: 500;
  color: #181818;
}

.footerNavigation_list-main_item > a:visited {
  color: #181818;
}

.footerNavigation_list-main_item > a:focus {
  color: #181818;
}

.footerNavigation_list-main_item > a:hover {
  color: #181818;
}

.footerNavigation_list-main_item > a:active {
  color: #181818;
}

.footerNavigation_list-main_item img {
  display: block;
  margin: 1px 0;
}

.footerNavigation_list-sub {
  float: right;
}

.footerNavigation_list-sub_item {
  float: left;
  padding: 0 18px;
  line-height: 1.4;
  border-right: 1px solid #e3e3e3;
}

.footerNavigation_list-sub_item:first-child {
  border-left: 1px solid #e3e3e3;
}

.footerNavigation_list-sub_item > a {
  display: block;
  font-weight: 500;
  color: #181818;
}

.footerNavigation_list-sub_item > a:visited {
  color: #181818;
}

.footerNavigation_list-sub_item > a:focus {
  color: #181818;
}

.footerNavigation_list-sub_item > a:hover {
  color: #181818;
}

.footerNavigation_list-sub_item > a:active {
  color: #181818;
}

.footerLogo {
  float: left;
}

.footerLogo img {
  vertical-align: top;
}

.copyright {
  float: right;
  padding-top: 3px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  color: #aaa;
}

/*
   Breadcrumbs
============================================================================= */

.breadcrumbs {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  background-color: #600;
}

.breadcrumbs ul {
  overflow: hidden;
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 15px 40px;
  font-size: 1.1rem;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.is-font-large .breadcrumbs ul {
  font-size: 1.254rem;
}

.breadcrumbs ul > li {
  display: inline;
  margin-left: 13px;
}

.breadcrumbs ul > li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 3px;
  height: 6px;
  margin-right: 13px;
  vertical-align: middle;
  background-image: url('/common/img/icon_breadcrumb.svg');
  background-size: 100%;
}

.breadcrumbs ul > li:first-child {
  margin-left: 0;
}

.breadcrumbs ul > li:first-child:before {
  content: normal;
}

.breadcrumbs ul > li > a {
  color: #fff;
}

.breadcrumbs ul > li > a:visited {
  color: #fff;
}

.breadcrumbs ul > li > a:focus {
  color: #fff;
}

.breadcrumbs ul > li > a:hover {
  color: #fff;
}

.breadcrumbs ul > li > a:active {
  color: #fff;
}

/*
   Navigation
============================================================================= */

.pageHeaderNavigation {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.pageHeaderNavigation .localNavigation_list_list {
  display: none;
}

.pageHeaderNavigation > dt {
  padding-top: 20px;
  font-weight: 500;
  border-bottom: 1px dotted #e3e3e3;
}

.pageHeaderNavigation > dt[aria-hidden='true'] + dd {
  padding-top: 20px;
}

.pageHeaderNavigation > dt[aria-hidden='true'] + dd li:first-child {
  font-weight: 500;
}

.pageHeaderNavigation > dd > ul {
  margin-bottom: 20px;
}

.pageHeaderNavigation > dd li {
  border-bottom: 1px dotted #e3e3e3;
}

.pageHeaderNavigation > dd li:last-child {
  border-bottom: 0;
}

.pageHeaderNavigation .localNavigation_link-top_icon {
  display: none;
}

.pageHeaderNavigation a,
.pageHeaderNavigation .localNavigation_link-top {
  display: block;
  padding: 13px 0 13px 20px;
  font-size: 1.3rem;
  text-indent: -20px;
}

.is-font-large .pageHeaderNavigation a,
.is-font-large .pageHeaderNavigation .localNavigation_link-top {
  font-size: 1.482rem;
}

.pageHeaderNavigation a:before,
.pageHeaderNavigation .localNavigation_link-top:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  visibility: visible;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.pageHeaderNavigation a.is-current,
.pageHeaderNavigation .localNavigation_link-top.is-current {
  padding-left: 0;
  text-indent: 0;
  color: #c00;
}

.pageHeaderNavigation a.is-current:visited,
.pageHeaderNavigation .localNavigation_link-top.is-current:visited {
  color: #c00;
}

.pageHeaderNavigation a.is-current:focus,
.pageHeaderNavigation .localNavigation_link-top.is-current:focus {
  color: #c00;
}

.pageHeaderNavigation a.is-current:hover,
.pageHeaderNavigation .localNavigation_link-top.is-current:hover {
  color: #c00;
}

.pageHeaderNavigation a.is-current:active,
.pageHeaderNavigation .localNavigation_link-top.is-current:active {
  color: #c00;
}

.pageHeaderNavigation a.is-current:before,
.pageHeaderNavigation .localNavigation_link-top.is-current:before {
  content: normal;
}

.pageHeaderNavigationCloseBtn {
  margin: 0 -30px;
  padding: 13px 30px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}

.pageHeaderNavigationCloseBtn:before {
  background-image: url('/common/img/icon_close.svg') !important;
}

.localNavigation_head {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
}

.js-on .localNavigation_head {
  position: absolute;
  left: -1px;
  margin-bottom: 60px;
  padding-left: 40px;
  border-bottom: 0;
  border-left: 1px solid #e3e3e3;
}

.localNavigation_head_inner {
  display: table-cell;
  vertical-align: middle;
}

.localNavigation_head_inner > a {
  display: block;
  padding-bottom: 8px;
  padding-left: 27px;
  font-size: 1.8rem;
  font-weight: 500;
  text-indent: -27px;
  color: #181818;
}

.is-font-large .localNavigation_head_inner > a {
  font-size: 2.052rem;
}

.localNavigation_head_inner > a:visited {
  color: #181818;
}

.localNavigation_head_inner > a:focus {
  color: #181818;
}

.localNavigation_head_inner > a:hover {
  color: #181818;
}

.localNavigation_head_inner > a:active {
  color: #181818;
}

.js-on .localNavigation_head_inner > a {
  display: inline;
  padding-bottom: 0;
  padding-left: 0;
}

.localNavigation_head_inner > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 11px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.localNavigation_list > li {
  border-top: 1px solid #e3e3e3;
}

.localNavigation_list > li:first-child {
  padding-top: 0;
  border-top: 0;
}

.localNavigation_list > li:first-child > a {
  margin-top: -12px;
}

.localNavigation_list > li > a {
  display: block;
  padding: 12px 0 12px 22px;
  font-size: 1.3rem;
  font-weight: 500;
  text-indent: -22px;
}

.is-font-large .localNavigation_list > li > a {
  font-size: 1.482rem;
}

.localNavigation_list > li > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.localNavigation_list > li > a.is-current {
  color: #c00;
}

.localNavigation_list > li > a.is-current:visited {
  color: #c00;
}

.localNavigation_list > li > a.is-current:focus {
  color: #c00;
}

.localNavigation_list > li > a.is-current:hover {
  color: #c00;
}

.localNavigation_list > li > a.is-current:active {
  color: #c00;
}

.localNavigation_list > li > a.is-current:not(.localNavigation_link-top) {
  padding-left: 0;
  text-indent: 0;
}

.localNavigation_list > li > a.is-current:not(.localNavigation_link-top):before {
  content: normal;
}

.localNavigation_list > li > a.is-currentParent {
  color: #181818;
}

.localNavigation_list > li > a.is-currentParent:visited {
  color: #181818;
}

.localNavigation_list > li > a.is-currentParent:focus {
  color: #181818;
}

.localNavigation_list > li > a.is-currentParent:hover {
  color: #181818;
}

.localNavigation_list > li > a.is-currentParent:active {
  color: #181818;
}

.localNavigation_list_list {
  padding-bottom: 20px;
  padding-left: 20px;
}

.localNavigation_list_list > li {
  margin-top: 5px;
}

.localNavigation_list_list > li:first-child {
  display: none;
  margin: 0;
}

.localNavigation_list_list > li:nth-child(2) {
  margin-top: 0;
}

.localNavigation_list_list > li > a {
  display: block;
  padding-left: 12px;
  font-size: 1.2rem;
  text-indent: -12px;
}

.is-font-large .localNavigation_list_list > li > a {
  font-size: 1.368rem;
}

.localNavigation_list_list > li > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 3px;
  height: 6px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('/common/img/icon_bullet.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.localNavigation_list_list > li > a.is-current {
  padding-left: 0;
  text-indent: 0;
  color: #c00;
}

.localNavigation_list_list > li > a.is-current:visited {
  color: #c00;
}

.localNavigation_list_list > li > a.is-current:focus {
  color: #c00;
}

.localNavigation_list_list > li > a.is-current:hover {
  color: #c00;
}

.localNavigation_list_list > li > a.is-current:active {
  color: #c00;
}

.localNavigation_list_list > li > a.is-current:before {
  content: normal;
}

.localNavigation_list_list > li > a.is-currentParent {
  padding-left: 0;
  text-indent: 0;
  color: #181818;
}

.localNavigation_list_list > li > a.is-currentParent:visited {
  color: #181818;
}

.localNavigation_list_list > li > a.is-currentParent:focus {
  color: #181818;
}

.localNavigation_list_list > li > a.is-currentParent:hover {
  color: #181818;
}

.localNavigation_list_list > li > a.is-currentParent:active {
  color: #181818;
}

.localNavigation_list_list > li > a.is-currentParent:before {
  content: normal;
}

.localNavigation_link-top {
  position: relative;
}

.localNavigation_link-top_icon {
  display: none;
}

/*
   Area
============================================================================= */

main {
  position: relative;
  z-index: 0;
}

main:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #faf4ed;
  -webkit-transition: opacity .4s, z-index 0s ease .4s;
          transition: opacity .4s, z-index 0s ease .4s;
}

.is-pageHeaderNavOpen main:after {
  z-index: 2;
  opacity: .8;
  -webkit-transition: opacity .4s, z-index 0s ease 0s;
          transition: opacity .4s, z-index 0s ease 0s;
}

.is-spNavOpen main:after {
  z-index: 3;
  opacity: .8;
  -webkit-transition: opacity .4s, z-index 0s ease 0s;
          transition: opacity .4s, z-index 0s ease 0s;
}

.is-megadropOpen main:after {
  z-index: 2;
  opacity: .8;
  -webkit-transition: opacity .4s, z-index 0s ease 0s;
          transition: opacity .4s, z-index 0s ease 0s;
}

.secondMain {
  padding: 60px 0;
  background-color: #faf4ed;
}

.secondMain-ir {
  background-color: #faf4ed;
}

.wrapper {
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.hideColumn {
  display: none;
}

.wrapper-column {
  box-sizing: border-box;
  min-width: 1060px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.mainColumn {
  float: left;
  box-sizing: border-box;
  width: 75%;
  width: calc(75% + 21px);
  margin-right: -1px;
  padding: 60px 40px 60px 20px;
  border-right: 1px solid #e3e3e3;
}

.subColumn {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 25%;
  width: calc(25% - 20px);
  padding: 60px 20px 60px 40px;
  border-left: 1px solid #e3e3e3;
}

.mainColumn-second {
  float: left;
  box-sizing: border-box;
  width: 75%;
  padding: 0 20px;
}

.subColumn-second {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 20px;
}

.bbBlock {
  padding: 35px 0;
  border-bottom: 1px dotted #e3e3e3;
}

.bbBlock:first-child {
  margin-top: -35px;
}

/* inner
--------------------------------------------------------- */

.inner {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

.inner p:not([class]),
.inner > p {
  margin-bottom: 30px;
}

.inner p:not([class]):last-child,
.inner > p:last-child {
  margin-bottom: 10px;
}

.inner p:not([class]) > img,
.inner > p > img {
  margin-bottom: 10px;
}

.inner > hr {
  visibility: hidden;
  height: 0;
  margin: 0;
  border: 0;
}

.inner-single {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 0;
}

.inner-single p:not([class]),
.inner-single > p {
  margin-bottom: 30px;
}

.inner-single p:not([class]):last-child,
.inner-single > p:last-child {
  margin-bottom: 10px;
}

.inner-single p:not([class]) > img,
.inner-single > p > img {
  margin-bottom: 10px;
}

.inner-single > hr {
  visibility: hidden;
  height: 0;
  margin: 0;
  border: 0;
}

.lead {
  max-width: 840px;
  margin: 0 auto;
  padding: 52px 40px 57px;
}

.mainColumn .lead {
  padding: 0 0 57px;
}

.extra {
  margin: 25px 0;
  text-align: right;
}

.extra:last-child {
  margin-bottom: 0;
}

.divider {
  height: 0;
  margin: 40px 0;
  border: 0;
  border-bottom: 1px dotted #e3e3e3;
  background-color: transparent;
}

/*
   Column
============================================================================= */

/* row & col
--------------------------------------------------------- */

.row {
  margin: 0 -20px 40px;
}

.row:last-child {
  margin-bottom: 0;
}

.row_col {
  float: left;
  box-sizing: border-box;
  width: 25%;
  margin-top: 40px;
  padding: 0 20px;
}

.row_col-1 {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
}

.row_col-2 {
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin-top: 40px;
  padding: 0 20px;
}

.row_col-2-reverse {
  float: right;
  box-sizing: border-box;
  width: 50%;
  margin-top: 40px;
  padding: 0 20px;
}

.row_col-3 {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-top: 40px;
  padding: 0 20px;
}

.row_col-2_3 {
  float: left;
  box-sizing: border-box;
  width: 66.66666%;
  padding: 0 20px;
}

.row_col-3_4 {
  float: left;
  box-sizing: border-box;
  width: 75%;
  margin-top: 0;
  padding: 0 20px;
}

/* comapnyRow
--------------------------------------------------------- */

.companyRow {
  margin-bottom: 30px;
}

.companyRow:last-child {
  margin-bottom: 0;
}

.companyRow_content {
  float: right;
  width: 68.2%;
  width: calc(100%/12*8);
  padding-left: 20px;
}

.companyRow_image {
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 20px;
}

.companyRow_image figure {
  margin-bottom: 20px;
}

.companyRow_image figure:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Component
============================================================================= */

/*
   Heading
============================================================================= */

.pageHeader {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}

.pageHeader_inner {
  box-sizing: border-box;
  width: 100%;
  min-width: 1060px;
  max-width: 1360px;
  height: 100%;
  margin: 0 auto;
  padding: 45px 20px;
}

.pageHeader_category {
  display: none;
}

.pageHeader_data {
  padding: 0 calc(25% + 20px) 14px 20px;
  font-size: 1.3rem;
  line-height: 1.43;
}

.is-font-large .pageHeader_data {
  font-size: 1.482rem;
}

.pageHeader_data_date {
  display: inline-block;
  margin-right: 14px;
  padding-right: 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  border-right: 1px solid #e3e3e3;
}

.is-font-large .pageHeader_data_date {
  font-size: 1.596rem;
}

.pageHeaderNavigationBtn {
  display: none;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 30px;
  margin-top: -15px;
  background-image: url('/common/img/icon_spnav.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 9px;
  -webkit-transition: -webkit-transform .3s;
          transition:         transform .3s;
}

.is-pageHeaderNavOpen .pageHeaderNavigationBtn {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.headingLv1,
.headingLv1-full {
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.55;
}

.is-font-large .headingLv1,
.is-font-large .headingLv1-full {
  font-size: 3.648rem;
}

.headingLv1:before,
.headingLv1-full:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  width: 36px;
  height: 22px;
  margin-right: 14px;
  vertical-align: middle;
  background-image: url('/common/img/icon_heading.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

.headingLv1 {
  padding: 0 calc(25% + 20px) 0 70px;
  text-indent: -50px;
}

.headingLv1-full {
  padding: 0 20px 0 70px;
  text-indent: -50px;
}

.headingLv1-news {
  padding: 5px calc(25% + 20px) 33px 20px;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.55;
}

.is-font-large .headingLv1-news {
  font-size: 3.192rem;
}

.headingLv2 {
  margin: 63px 0 36px;
  padding: 0 0 18px 40px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.7;
  text-indent: -38px;
  letter-spacing: 2px;
  border-bottom: 2px solid #c00;
}

.is-font-large .headingLv2 {
  font-size: 2.736rem;
}

.headingLv2:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 26px;
  height: 16px;
  margin-right: 14px;
  vertical-align: middle;
  background-image: url('/common/img/icon_heading.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

.inner .headingLv2:first-child,
.inner-single .headingLv2:first-child {
  margin-top: -6px;
}

.headingLv3 {
  margin: 45px 0 26px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

.is-font-large .headingLv3 {
  font-size: 2.052rem;
}

.headingLv2 + .headingLv3,
.headingLv3:first-child {
  margin-top: 0;
}

.headingLv3:last-child {
  margin-bottom: 0;
}

.headingLv3-philosophy01 {
  margin-bottom: 0;
  padding-top: 13px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.35;
  color: #600;
}

.is-font-large .headingLv3-philosophy01 {
  font-size: 9.12rem;
}

.headingLv3-philosophy02 {
  padding-top: 10px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #600;
}

.is-font-large .headingLv3-philosophy02 {
  font-size: 5.7rem;
}

.inner .headingLv3-philosophy02 + p {
  margin-bottom: 50px;
}

.headingLv3-philosophy03 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
  color: #600;
}

.is-font-large .headingLv3-philosophy03 {
  font-size: 2.964rem;
}

.headingLv3-philosophy04 {
  padding-top: 10px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.35;
  color: #600;
}

.is-font-large .headingLv3-philosophy04 {
  font-size: 4.56rem;
}

.inner .headingLv3-philosophy04 + p {
  margin-bottom: 43px;
}

.headingLv3-philosophy05 {
  padding-top: 10px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #600;
}

.is-font-large .headingLv3-philosophy05 {
  font-size: 5.13rem;
}

.headingLv3-border {
  margin: 35px 0 26px;
  padding-top: 35px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  border-top: 1px dotted #e3e3e3;
}

.is-font-large .headingLv3-border {
  font-size: 2.052rem;
}

.headingLv2 + .headingLv3-border,
.headingLv3-border:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.headingLv3-border:last-child {
  margin-bottom: 0;
}

.headingLv3-business {
  margin: 35px 0 26px;
  padding-top: 35px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  border-top: 1px dotted #e3e3e3;
}

.is-font-large .headingLv3-business {
  font-size: 2.508rem;
}

.headingLv2 + .headingLv3-business,
.headingLv3-business:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.headingLv3-business:last-child {
  margin-bottom: 0;
}

.heading404 {
  margin: 0 0 26px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

.is-font-large .heading404 {
  font-size: 2.052rem;
}

.heading404:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_exclaim.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.headingSub {
  margin-bottom: 7px;
  font-weight: 500;
}

.headingSub-group {
  margin-bottom: -10px;
  padding-top: 40px;
  font-weight: 500;
}

/*
   Box
============================================================================= */

.box,
.box-news,
.box-sub,
.box-banner {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 1.4rem;
  color: #181818;
  border-radius: 15px;
  background-color: #fff;
}

.box:visited,
.box-news:visited,
.box-sub:visited,
.box-banner:visited {
  color: #181818;
}

.box:focus,
.box-news:focus,
.box-sub:focus,
.box-banner:focus {
  color: #181818;
}

.box:hover,
.box-news:hover,
.box-sub:hover,
.box-banner:hover {
  color: #181818;
}

.box:active,
.box-news:active,
.box-sub:active,
.box-banner:active {
  color: #181818;
}

.box:link,
.box-news:link,
.box-sub:link,
.box-banner:link,
.box:visited,
.box-news:visited,
.box-sub:visited,
.box-banner:visited,
.box:hover,
.box-news:hover,
.box-sub:hover,
.box-banner:hover,
.box:active,
.box-news:active,
.box-sub:active,
.box-banner:active,
.box:focus,
.box-news:focus,
.box-sub:focus,
.box-banner:focus {
  text-decoration: none;
}

.is-font-large .box,
.is-font-large .box-news,
.is-font-large .box-sub,
.is-font-large .box-banner {
  font-size: 1.596rem;
}

.box[target='_blank']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.box.box-blank-white[target='_blank']:after {
  background-image: url('/common/img/icon_blank_w.svg');
}

.row .box {
  margin-bottom: 0;
}

.box-sub {
  margin: 40px 0 0;
}

.box-sub:first-child {
  margin-top: 0;
}

.box-banner {
  margin: 40px 0 0;
}

.box-banner:first-child {
  margin-top: 0;
}

.box-banner[target='_blank']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.box-banner.box-blank-white[target='_blank']:after {
  background-image: url('/common/img/icon_blank_w.svg');
}

.box-banner > img {
  width: 100%;
  height: auto;
}

.box-banner_inner {
  padding: 19px 30px;
}

.box-banner_icon {
  float: left;
}

.box-banner_icon img {
  display: block;
  border-radius: 0;
}

.box-banner_text {
  overflow: hidden;
  padding-left: 22px;
  line-height: 1.7;
}

.box-banner_text span {
  display: block;
  font-size: 1.2rem;
}

.is-font-large .box-banner_text span {
  font-size: 1.368rem;
}

.box_eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.box_content {
  padding: 25px 30px;
}

.box_content_head {
  margin-bottom: 12px;
  padding-left: 22px;
  font-size: 1.5rem;
  font-weight: 500;
  text-indent: -22px;
}

.is-font-large .box_content_head {
  font-size: 1.71rem;
}

a .box_content_head {
  color: #2693ff;
}

a:visited .box_content_head {
  color: #5c1a86;
}

a:hover .box_content_head {
  color: #2693ff;
}

a:active .box_content_head {
  color: #2693ff;
}

a:focus .box_content_head {
  color: #2693ff;
}

.box_content_head:last-child {
  margin-bottom: 0;
}

.box_content_head:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.box_head {
  display: table;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.is-font-large .box_head {
  font-size: 1.71rem;
}

.box_head a,
.box_head span {
  display: table-cell;
  padding: 14px 30px;
  vertical-align: middle;
}

.box_head a {
  padding-left: 54px;
  text-indent: -24px;
  color: #181818;
}

.box_head a:link,
.box_head a:visited,
.box_head a:hover,
.box_head a:active,
.box_head a:focus {
  text-decoration: none;
}

.box_head a:visited {
  color: #181818;
}

.box_head a:focus {
  color: #181818;
}

.box_head a:hover {
  color: #181818;
}

.box_head a:active {
  color: #181818;
}

.box_head a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.box_heading {
  padding: 14px 30px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #600;
}

.is-font-large .box_heading {
  font-size: 1.71rem;
}

.box_foot {
  position: relative;
  padding: 15px 30px;
  border-top: 1px solid #e3e3e3;
}

.box_foot-sub {
  padding: 11px 30px;
  border-top: 1px solid #e3e3e3;
}

.asideBox {
  margin-bottom: 5px;
  padding: 35px 40px;
  font-size: 1.3rem;
  border-radius: 15px;
  background-color: #faf4ed;
}

.is-font-large .asideBox {
  font-size: 1.482rem;
}

.asideBox p {
  margin-bottom: 20px;
}

.asideBox p:last-child {
  margin-bottom: 0;
}

.colorBox {
  margin-bottom: 5px;
  padding: 30px 40px;
  border-radius: 15px;
  background-color: #faf4ed;
}

.colorBox p:not([class]) {
  margin-bottom: 20px;
}

.colorBox p:not([class]):last-child {
  margin-bottom: 0;
}

.informationBox {
  padding: 25px 40px;
  border-radius: 15px;
  background-color: #faf4ed;
}

.informationBox:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_exclaim.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.discBlock {
  margin-bottom: 20px;
  padding-left: 1.3em;
}

.discBlock:last-child {
  margin-bottom: 0;
}

.discBlock_head {
  display: list-item;
  list-style-type: disc;
  font-weight: 500;
}

.mediaBlock {
  padding-top: 40px;
  border-top: 1px dotted #e3e3e3;
}

.mediaBlock:last-of-type {
  border-bottom: 1px dotted #e3e3e3;
}

h2 + .mediaBlock,
h3 + .mediaBlock,
h4 + .mediaBlock {
  padding-top: 0;
}

.mediaBlock_image {
  float: left;
  margin-bottom: 40px;
  padding-right: 40px;
  text-align: center;
}

.mediaBlock_image strong {
  display: block;
}

.mediaBlock_content {
  overflow: hidden;
  margin-bottom: 40px;
}

/*
   List
============================================================================= */

.noteList {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 400;
}

.is-font-large .noteList {
  font-size: 1.482rem;
}

.noteList > li {
  padding-left: 18px;
  text-indent: -18px;
}

.noteList > li:before {
  content: '※';
  margin-right: 5px;
}

.noteList-increment {
  font-size: 1.3rem;
  font-weight: 400;
}

.is-font-large .noteList-increment {
  font-size: 1.482rem;
}

.noteList-increment > li {
  padding-left: 26px;
  line-height: 1.7;
  text-indent: -26px;
}

.noteList-increment > li:before {
  content: '※' counter(numberNote);
  margin-right: 5px;
  counter-increment: numberNote;
}

.globalHeader,
.pageHeader,
.reset-noteList-increment {
  counter-reset: numberNote;
}

.inner > .list-disc,
.inner-single > .list-disc {
  margin-bottom: 40px;
}

.inner > .list-disc:last-child,
.inner-single > .list-disc:last-child {
  margin-bottom: 0;
}

.tableWrapper-recruit .list-disc {
  margin-bottom: 20px;
}

.tableWrapper-recruit .list-disc:last-child {
  margin-bottom: 0;
}

.list-disc > li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.list-disc > li:before {
  content: '・';
  margin-right: .3em;
  vertical-align: top;
}

.list-disc-large,
.list-disc-strong {
  padding-left: 1.3em;
}

.inner > .list-disc-large,
.inner > .list-disc-strong,
.inner-single > .list-disc-large,
.inner-single > .list-disc-strong {
  margin-bottom: 40px;
}

.inner > .list-disc-large:last-child,
.inner > .list-disc-strong:last-child,
.inner-single > .list-disc-large:last-child,
.inner-single > .list-disc-strong:last-child {
  margin-bottom: 0;
}

.list-disc-large > li,
.list-disc-strong > li {
  margin-bottom: 15px;
  list-style-type: disc;
}

.list-disc-large > li:last-child,
.list-disc-strong > li:last-child {
  margin-bottom: 0;
}

.list-disc-strong {
  font-weight: 500;
}

.list-increment {
  padding-left: 1.3em;
}

.list-increment_item {
  display: list-item;
  margin-bottom: 10px;
  padding-left: 2px;
  list-style-type: decimal;
}

.list-increment_item:last-child {
  margin-bottom: 0;
}

.list-increment_item:not(li) {
  margin-bottom: 30px;
}

.list-circled > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.linkList {
  margin-bottom: 30px;
}

.linkList:last-child {
  margin-bottom: 0;
}

.linkList > li {
  margin-top: 12px;
  padding-left: 24px;
  text-indent: -24px;
}

.linkList > li:first-child {
  margin-top: 0;
}

.linkList > li > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

/*
   Table
============================================================================= */

.tableWrapper {
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.inner > .tableWrapper:last-child {
  margin-bottom: 0;
}

.tableWrapper-graph > svg {
  display: none;
}

.js-on .tableWrapper-graph > svg {
  display: block;
}

.tableWrapper-graph:before {
  content: 'グラフを表示するには、JavaScriptを有効にして、または対応ブラウザでご覧下さい。';
  display: block;
  padding: 20px;
}

.js-on .tableWrapper-graph:before {
  content: normal;
}

.tableWrapper-graph:last-child {
  margin-bottom: 25px;
}

.inner .tableWrapper-recruit p {
  margin-bottom: 10px;
}

.inner .tableWrapper-recruit p:last-child {
  margin-bottom: 0;
}

.stylingTable,
.stylingTable-ir,
.stylingTable-balancesheet,
.stylingTable-benefit,
.stylingTable-form {
  width: 100%;
  table-layout: fixed;
  line-height: 1.7;
}

.stylingTable th,
.stylingTable-ir th,
.stylingTable-balancesheet th,
.stylingTable-benefit th,
.stylingTable-form th {
  box-sizing: border-box;
  table-layout: fixed;
  font-weight: 500;
  text-align: left;
  word-break: break-all;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.stylingTable th:first-child,
.stylingTable-ir th:first-child,
.stylingTable-balancesheet th:first-child,
.stylingTable-benefit th:first-child,
.stylingTable-form th:first-child {
  border-left: 0;
}

.stylingTable th:last-child,
.stylingTable-ir th:last-child,
.stylingTable-balancesheet th:last-child,
.stylingTable-benefit th:last-child,
.stylingTable-form th:last-child {
  border-right: 0;
}

.stylingTable th.stylingTable_virtical,
.stylingTable-ir th.stylingTable_virtical,
.stylingTable-balancesheet th.stylingTable_virtical,
.stylingTable-benefit th.stylingTable_virtical,
.stylingTable-form th.stylingTable_virtical {
  font-weight: 500;
  background-color: #faf4ed;
}

.stylingTable .stylingTable_note,
.stylingTable-ir .stylingTable_note,
.stylingTable-balancesheet .stylingTable_note,
.stylingTable-benefit .stylingTable_note,
.stylingTable-form .stylingTable_note {
  display: block;
  font-size: 1.3rem;
}

.is-font-large .stylingTable .stylingTable_note,
.is-font-large .stylingTable-ir .stylingTable_note,
.is-font-large .stylingTable-balancesheet .stylingTable_note,
.is-font-large .stylingTable-benefit .stylingTable_note,
.is-font-large .stylingTable-form .stylingTable_note {
  font-size: 1.482rem;
}

.stylingTable .stylingTable_nonBgc,
.stylingTable-ir .stylingTable_nonBgc,
.stylingTable-balancesheet .stylingTable_nonBgc,
.stylingTable-benefit .stylingTable_nonBgc,
.stylingTable-form .stylingTable_nonBgc {
  background-color: #fff;
}

.stylingTable .stylingTable_virtical,
.stylingTable-ir .stylingTable_virtical,
.stylingTable-balancesheet .stylingTable_virtical,
.stylingTable-benefit .stylingTable_virtical,
.stylingTable-form .stylingTable_virtical {
  padding: 0;
  text-align: center;
}

.stylingTable .stylingTable_total th,
.stylingTable-ir .stylingTable_total th,
.stylingTable-balancesheet .stylingTable_total th,
.stylingTable-benefit .stylingTable_total th,
.stylingTable-form .stylingTable_total th,
.stylingTable .stylingTable_total td,
.stylingTable-ir .stylingTable_total td,
.stylingTable-balancesheet .stylingTable_total td,
.stylingTable-benefit .stylingTable_total td,
.stylingTable-form .stylingTable_total td {
  background-color: #faf4ed;
}

.stylingTable td,
.stylingTable-ir td,
.stylingTable-balancesheet td,
.stylingTable-benefit td,
.stylingTable-form td {
  box-sizing: border-box;
  word-break: break-all;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.stylingTable td:first-child,
.stylingTable-ir td:first-child,
.stylingTable-balancesheet td:first-child,
.stylingTable-benefit td:first-child,
.stylingTable-form td:first-child {
  border-left: 0;
}

.stylingTable td:last-child,
.stylingTable-ir td:last-child,
.stylingTable-balancesheet td:last-child,
.stylingTable-benefit td:last-child,
.stylingTable-form td:last-child {
  border-right: 0;
}

.stylingTable td hr,
.stylingTable-ir td hr,
.stylingTable-balancesheet td hr,
.stylingTable-benefit td hr,
.stylingTable-form td hr {
  height: 0;
  margin: 23px 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
  background-color: transparent;
}

.stylingTable td figure,
.stylingTable-ir td figure,
.stylingTable-balancesheet td figure,
.stylingTable-benefit td figure,
.stylingTable-form td figure {
  margin-top: 20px;
}

.stylingTable .stylingTable_noborder,
.stylingTable-ir .stylingTable_noborder,
.stylingTable-balancesheet .stylingTable_noborder,
.stylingTable-benefit .stylingTable_noborder,
.stylingTable-form .stylingTable_noborder {
  padding-top: 0;
  border-top: 0;
}

.stylingTable tr:first-child th,
.stylingTable-ir tr:first-child th,
.stylingTable-balancesheet tr:first-child th,
.stylingTable-benefit tr:first-child th,
.stylingTable-form tr:first-child th,
.stylingTable tr:first-child td,
.stylingTable-ir tr:first-child td,
.stylingTable-balancesheet tr:first-child td,
.stylingTable-benefit tr:first-child td,
.stylingTable-form tr:first-child td {
  border-top: 0;
}

.stylingTable thead tr th,
.stylingTable-ir thead tr th,
.stylingTable-balancesheet thead tr th,
.stylingTable-benefit thead tr th,
.stylingTable-form thead tr th {
  text-align: center;
}

.stylingTable thead tr th,
.stylingTable-ir thead tr th,
.stylingTable-balancesheet thead tr th,
.stylingTable-benefit thead tr th,
.stylingTable-form thead tr th,
.stylingTable thead tr td,
.stylingTable-ir thead tr td,
.stylingTable-balancesheet thead tr td,
.stylingTable-benefit thead tr td,
.stylingTable-form thead tr td {
  border-bottom: 1px solid #e3e3e3;
}

.stylingTable tfoot tr:first-child th,
.stylingTable-ir tfoot tr:first-child th,
.stylingTable-balancesheet tfoot tr:first-child th,
.stylingTable-benefit tfoot tr:first-child th,
.stylingTable-form tfoot tr:first-child th,
.stylingTable tfoot tr:first-child td,
.stylingTable-ir tfoot tr:first-child td,
.stylingTable-balancesheet tfoot tr:first-child td,
.stylingTable-benefit tfoot tr:first-child td,
.stylingTable-form tfoot tr:first-child td {
  border-top: 1px solid #e3e3e3;
}

.stylingTable th {
  padding: 28px 40px;
}

.stylingTable td {
  padding: 28px 40px;
}

.stylingTable-ir,
.stylingTable-balancesheet {
  font-size: 1.4rem;
}

.is-font-large .stylingTable-ir,
.is-font-large .stylingTable-balancesheet {
  font-size: 1.596rem;
}

.stylingTable-ir th,
.stylingTable-balancesheet th {
  padding: 18px 40px;
}

.stylingTable-ir td,
.stylingTable-balancesheet td {
  padding: 18px 20px;
  text-align: right;
}

.stylingTable-ir thead tr th,
.stylingTable-balancesheet thead tr th {
  padding: 18px 20px;
  vertical-align: middle;
}

.stylingTable-ir thead tr th:first-child,
.stylingTable-balancesheet thead tr th:first-child {
  padding: 18px 40px;
  text-align: left;
}

.stylingTable-balancesheet th {
  padding: 18px 20px;
}

.stylingTable-benefit {
  font-size: 1.4rem;
}

.is-font-large .stylingTable-benefit {
  font-size: 1.596rem;
}

.stylingTable-benefit th {
  padding: 18px 30px;
  font-weight: normal;
}

.stylingTable-benefit td {
  padding: 18px 30px;
  text-align: right;
}

.stylingTable-benefit td .stylingTable-benefit_will {
  position: relative;
}

.stylingTable-benefit td .stylingTable-benefit_will:after {
  content: '\002605';
  position: absolute;
  top: -8px;
  right: -20px;
  font-size: 12px;
  line-height: 1;
  color: #aaa;
}

.stylingTable-benefit thead tr th {
  padding: 18px 30px;
  font-weight: 500;
  vertical-align: middle;
}

.stylingTable-benefit tbody tr th {
  background-color: #fff;
}

.nonstylingTable th {
  padding-bottom: 10px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.nonstylingTable td {
  padding-bottom: 10px;
  padding-left: 25px;
}

.nonstylingTable tr:last-child th,
.nonstylingTable tr:last-child td {
  padding-bottom: 0;
}

.tableLowerNote {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.3rem;
  text-align: right;
}

.is-font-large .tableLowerNote {
  font-size: 1.482rem;
}

.tableWrapper + .tableLowerNote {
  margin-top: -32px;
}

.tableUpperNote {
  position: absolute;
  width: 100%;
  margin: -30px 0 0;
  font-size: 1.2rem;
  text-align: right;
}

.is-font-large .tableUpperNote {
  font-size: 1.368rem;
}

.headingLv2 + .tableUpperNote,
.tableWrapper + .tableUpperNote {
  position: static;
  margin: 0 0 6px;
}

.willMark {
  color: #aaa;
}

/*
   Graph
============================================================================= */

.graph {
  display: block;
  width: 100%;
  height: auto;
}

.graph .axis.x text {
  font-size: 1.3rem;
}

.is-font-large .graph .axis.x text {
  font-size: 1.482rem;
}

.graph .axis.x line {
  visibility: hidden;
}

.graph .axis.y text,
.graph .axis.y2 text {
  font-size: 1.4rem;
}

.is-font-large .graph .axis.y text,
.is-font-large
    .graph .axis.y2 text {
  font-size: 1.596rem;
}

.graph .axis path,
.graph .axis line {
  fill: none;
  stroke: #e3e3e3;
  shape-rendering: crispEdges;
}

.graph .line {
  fill: none;
  stroke-width: 1.5px;
}

.graph .bar {
  opacity: .4;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.graph .bar:last-child {
  opacity: 1;
}

.graph .bar .num {
  fill: #51bfff;
}

.graph path.line {
  stroke: #153490;
  fill: none;
}

.graph .num {
  cursor: pointer;
}

.graph .point {
  cursor: pointer;
  -webkit-transition: all .2s;
          transition: all .2s;

  fill: #153490;
}

.graph .legend rect {
  fill: #51bfff;
}

.graph .legend text {
  font-size: 1.3rem;
}

.is-font-large .graph .legend text {
  font-size: 1.482rem;
}

.graph .legend_path {
  stroke: #153490;
  fill: none;
}

.graph .legend_point {
  fill: #153490;
}

.graph .slice {
  stroke: #fff;
  stroke-width: 2px;
}

.graph .value {
  font-size: 1.2rem;
}

.is-font-large .graph .value {
  font-size: 1.368rem;
}

.graph .label {
  font-size: 1.3rem;
}

.is-font-large .graph .label {
  font-size: 1.482rem;
}

.graph polyline {
  opacity: .3;

  stroke: #000;
  stroke-width: 1px;
  fill: none;
}

.graphTip {
  padding: 8px 15px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
  color: #181818;
  border: 2px solid #51bfff;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.is-font-large .graphTip {
  font-size: 1.482rem;
}

.graphTip:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #51bfff transparent transparent transparent;
}

.graphTip-line {
  border: 2px solid #153490;
}

.graphTip-line:before {
  border-color: #153490 transparent transparent transparent;
}

.graphTip:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/*
   carousel
============================================================================= */

.wrapper-carousel {
  max-width: 1180px;
  margin: 0 auto;
}

.carousel {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel_inner {
  position: relative;
  left: 0;
}

.carousel_item {
  float: left;
  box-sizing: border-box;
}

.carousel_item > a {
  display: block;
  position: relative;
}

.carousel_item > a[target='_blank']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.carousel_item > a > img {
  width: 100%;
  height: auto;
}

.carousel .carousel_content {
  max-width: 9999999px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.carousel .carousel_content img {
  pointer-events: none;
  border-radius: 0;
}

.carousel_dots {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  height: 12px;
  text-align: center;
}

.carousel_dots > li {
  display: inline-block;
  height: 12px;
  margin: 0 4px;
  vertical-align: top;
}

.carousel_dots > li > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.carousel_dots > li > a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .08);
  -webkit-transition: all 300ms;
          transition: all 300ms;
}

.carousel_dots > li > a:hover {
  border: 2px solid #c00;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .08);
}

.carousel_dots > li > a.is-current {
  border: 2px solid #c00;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .08);
}

.carousel_dots > li > a.is-current:after {
  background-color: transparent;
  box-shadow: none;
}

.carousel_prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/icon_prev.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

.carousel_next {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/icon_next.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

/*
   Modal
============================================================================= */

.bg-modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .7;
  background-color: #faf4ed;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  overflow: visible !important;
}

.modal img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.modal_inner {
  position: absolute;
  z-index: 0;
  overflow: visible !important;
  padding-bottom: 60px;
  padding-bottom: calc(2em + 30px);
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}

.modal_inner > .is-prev-left {
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.modal_inner > .is-prev-right {
  position: absolute;
  top: 0;
  right: -40px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal_inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.modal_inner:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal_text {
  padding: 17px 30px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  background-color: #fff;
}

.btn-modal-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -25px;
  overflow: hidden;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/icon_prev.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

.btn-modal-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -25px;
  overflow: hidden;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/icon_next.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

.btn-modal-close {
  display: block;
  position: absolute;
  z-index: 1;
  top: -25px;
  right: -25px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('/recruit/graduate/2017/common/img/icon_close.png');
  background-size: 100%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .3s;
          transition: box-shadow .3s;
}

/*
   Each Page Navigation & Tab
============================================================================= */

/* Tab
--------------------------------------------------------- */

.tabListWrapper {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

.tabListWrapper-item {
  display: none;
}

.js-on .tabListWrapper-item {
  display: block;
}

.tabList {
  display: table;
  width: 100%;
  padding-bottom: 18px;
  table-layout: fixed;
}

.box-news .tabList {
  padding-top: 18px;
}

.tabList_tab {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.tabList_tab:first-child a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #e3e3e3;
}

.box-news .tabList_tab:first-child a:before {
  content: normal;
}

.box-news .tabList_tab:last-child a:after {
  content: normal;
}

.tabList_tab > a {
  display: table;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: -17px 0 -17px;
  padding: 17px 10px 17px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #aaa;
}

.is-font-large .tabList_tab > a {
  font-size: 1.482rem;
}

.tabList_tab > a:visited {
  color: #aaa;
}

.tabList_tab > a:focus {
  color: #181818;
}

.tabList_tab > a:hover {
  color: #181818;
}

.tabList_tab > a:active {
  color: #181818;
}

.tabList_tab > a:link,
.tabList_tab > a:visited,
.tabList_tab > a:hover,
.tabList_tab > a:active,
.tabList_tab > a:focus {
  text-decoration: none;
}

.tabList_tab > a[aria-selected='true'] {
  color: #181818;
}

.tabList_tab > a[aria-selected='true']:visited {
  color: #181818;
}

.tabList_tab > a[aria-selected='true']:focus {
  color: #181818;
}

.tabList_tab > a[aria-selected='true']:hover {
  color: #181818;
}

.tabList_tab > a[aria-selected='true']:active {
  color: #181818;
}

.tabList_tab > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #e3e3e3;
}

.tabList_tab > a > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tabList_tab_caption {
  position: absolute;
  top: -1em;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 1px;
}

.is-font-large .tabList_tab_caption {
  font-size: 1.14rem;
}

.tabBar {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 5px;
  margin-top: -3px;
  border-radius: 3px;
  background-color: #c00;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.tabBody-panels {
  position: relative;
  margin-top: 60px;
}

.js-on .tabBody-panels {
  overflow: hidden;
}

.box-news .tabBody-panels {
  margin-top: 0;
  margin-bottom: -1px;
}

.tabBody-items {
  position: relative;
  margin-top: 35px;
}

.box-news .tabBody-items {
  margin-top: 0;
  margin-bottom: -1px;
}

.tabItem_inner {
  -webkit-transition: opacity .6s;
          transition: opacity .6s;
}

.tabItem[aria-hidden='true'] .tabItem_inner {
  opacity: 0;
}

.tabPanel {
  width: 100%;
  margin-bottom: 60px;
  background-color: #fff;
}

.tabPanel:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.js-on .tabPanel {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* Anchor Links
--------------------------------------------------------- */

.pageAnchorWrapper {
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #faf4ed;
}

.tabListWrapper + .pageAnchorWrapper {
  border-top: 0;
}

.pageAnchorWrapper .carousel_next,
.pageAnchorWrapper .carousel_prev {
  box-sizing: border-box;
  width: 40px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background-color: rgba(250, 244, 237, .8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 18px;
  box-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.pageAnchorWrapper .carousel_next {
  border-left: 1px solid #e3e3e3;
  background-image: url('/common/img/icon_right.svg');
}

.pageAnchorWrapper .carousel_prev {
  border-right: 1px solid #e3e3e3;
  background-image: url('/common/img/icon_left.svg');
}

.pageAnchor {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0;
  table-layout: fixed;
  background-color: #faf4ed;
}

.pageAnchor_item {
  display: table-cell;
  position: relative;
  float: none;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
}

.is-font-large .pageAnchor_item {
  font-size: 1.368rem;
}

.pageAnchor_item:first-child > a:after {
  content: normal;
}

.pageAnchor_item > a {
  display: block;
  position: relative;
  padding: 17px 5px;
}

.pageAnchor_item > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('/common/img/icon_down.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.pageAnchor_item > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #e3e3e3;
}

/*
   Tree
============================================================================= */

.tree .tree {
  padding-left: 40px;
}

.tree_branch {
  position: relative;
  z-index: 0;
}

.tree_branch:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: calc(1em + 15px);
  left: 20px;
  width: 1px;
  height: calc(100% - 30px - 2em);
  background-color: #e3e3e3;
}

.tree_block {
  padding: 40px 0;
}

.tree_block > dt {
  margin-bottom: 5px;
  padding-left: 40px;
  font-size: 1.3rem;
  font-weight: 500;
}

.is-font-large .tree_block > dt {
  font-size: 1.482rem;
}

.tree_block .tree_item {
  background-color: #e6e6e6;
}

.tree_item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-weight: 500;
  text-indent: -22px;
  border-radius: 15px;
  background-color: #faf4ed;
}

.tree_item:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.tree .tree .tree_item:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(1em + 15px);
  left: -20px;
  width: 20px;
  height: 1px;
  background-color: #e3e3e3;
}

/*
   Chart
============================================================================= */

.chart_item,
.chart_item-top,
.chart_item-bottom {
  box-sizing: border-box;
  width: 40.48%;
  padding: 14px 40px;
  font-weight: 500;
  text-align: center;
  border-radius: 15px;
}

.chart {
  font-size: 1.6rem;
}

.is-font-large .chart {
  font-size: 1.824rem;
}

.chart .chart {
  position: relative;
  z-index: 0;
  padding-top: 60px;
}

.chart .chart:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20%;
  width: 2px;
  height: 60px;
  background-color: #aaa;
}

.chart .chart:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 29px;
  left: 20%;
  box-sizing: border-box;
  width: 60%;
  height: 31px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
}

.chart .chart-bottom {
  position: relative;
  z-index: 0;
  padding-top: 60px;
}

.chart .chart-bottom:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20%;
  box-sizing: border-box;
  width: 39.5%;
  height: calc(60px + 15px + 1em);
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
}

.chart .chart-bottom:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: calc(60px + 14px + 1em);
  right: calc(40.48% + 30px);
  box-sizing: border-box;
  width: 2px;
  height: calc(100% - 60px - 28px - 2em);
  background-color: #aaa;
}

.chart_item {
  background-color: #faf4ed;
}

.chart_item-top {
  color: #fff;
  background-color: #800;
}

.chart_item-bottom {
  position: relative;
  float: right;
  background-color: #e6e6e6;
}

.chart_item-bottom:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(1em + 13px);
  left: -32px;
  width: 32px;
  height: 2px;
  background-color: #aaa;
}

.chart_branch:nth-child(2) {
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
}

.chart_branch:nth-child(2) .chart_item {
  float: right;
}

.chart_branch-bottom {
  width: 100%;
  margin-bottom: 40px;
}

.chart_branch-bottom:last-child {
  margin-bottom: 0;
}

/*
   Link
============================================================================= */

.arrowLink {
  display: inline-block;
  padding-left: 24px;
  text-indent: -24px;
}

.arrowLink:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.arrowLink-small {
  display: inline-block;
  padding-left: 22px;
  font-size: 1.3rem;
  text-indent: -22px;
}

.is-font-large .arrowLink-small {
  font-size: 1.482rem;
}

.arrowLink-small:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.blankLink:after,
.newsInner a[target='_blank']:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.blankLink.arrowLink-small:after,
.newsInner a.arrowLink-small[target='_blank']:after {
  top: 0;
  width: 11px;
  height: 11px;
}

.blankLink-small:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.downloadLink {
  display: inline-block;
  padding-left: 24px;
  text-indent: -24px;
}

.downloadLink:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_download.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.pdfLink:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 16px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_pdf.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.mailto {
  display: inline-block;
  padding-left: 24px;
  text-indent: -24px;
}

.mailto:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 12px;
  margin-right: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_email.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

/*
   Top
============================================================================= */

.topHero .carousel_item {
  padding: 0;
}

.topHero .carousel_item img {
  width: 100%;
}

.topHero:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 6.75%;
  pointer-events: none;
  background: transparent url('/img/cover_hero.png') no-repeat center bottom;
  background-size: 100% auto;
}

.headingLv2-top {
  margin-bottom: 50px;
  padding-top: 80px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  color: #c00;
}

.is-font-large .headingLv2-top {
  font-size: 2.964rem;
}

.topMission {
  padding-bottom: 125px;
}

.topLinks {
  background: -webkit-linear-gradient(left, #600 0%, #600 50%, #800 50%, #800 100%);
  background:         linear-gradient(to right, #600 0%, #600 50%, #800 50%, #800 100%);
}

.box-top {
  display: block;
  color: #fff;
}

.box-top:visited {
  color: #fff;
}

.box-top:focus {
  color: #fff;
}

.box-top:hover {
  color: #fff;
}

.box-top:active {
  color: #fff;
}

.box-top:link,
.box-top:visited,
.box-top:hover,
.box-top:active,
.box-top:focus {
  text-decoration: none;
}

.box-top_icon {
  position: relative;
  top: -70px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin: 0 auto -70px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .4s, -webkit-transform .4s;
          transition: box-shadow .4s, transform .4s;
}

.box-top_icon:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.box-top_icon img {
  display: inline-block;
  position: relative;
  top: -14px;
  width: auto;
  height: 38.5714286%;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 0;
}

.box-top_content {
  padding: 13px 40px 40px;
  font-size: 1.4rem;
  text-align: center;
}

.is-font-large .box-top_content {
  font-size: 1.596rem;
}

.box-top_content_head {
  position: relative;
  margin-top: -67px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #c00;
}

.is-font-large .box-top_content_head {
  font-size: 1.824rem;
}

.box-top_content p {
  margin-bottom: 30px;
  text-align: left;
}

.row-top_col {
  float: left;
  width: 25%;
}

.row-top_col:nth-child(odd) {
  background-color: #600;
}

.row-top_col:nth-child(even) {
  background-color: #800;
}

.topMoreBtn {
  display: inline-block;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  padding: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 15px;
  -webkit-transition: border .3s;
          transition: border .3s;
}

.is-font-large .topMoreBtn {
  font-size: 1.254rem;
}

.topLead {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.topNews {
  padding-bottom: 80px;
}

.topNews .pageNavigation {
  display: none;
}

.js-on .topNews .pageNavigation {
  display: block;
}

.topInner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.topBanner {
  padding: 80px 0;
  background-color: #f6f6f6;
  background-image: url('/img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

/*
   News
============================================================================= */

.headingMonth {
  margin: 0 0 23px;
  padding: 35px 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3px;
  border-bottom: 1px solid #e3e3e3;
}

.is-font-large .headingMonth {
  font-size: 1.824rem;
}

h2 + .headingMonth {
  padding-top: 0;
}

.inner > .headingMonth:first-child {
  padding-top: 0;
}

.newsItemList {
  margin-top: -15px;
}

.box-news .newsItemList {
  margin-top: 0;
}

.newsItem {
  display: table;
  width: 100%;
  padding: 15px 0 17px;
  table-layout: fixed;
  font-size: 1.4rem;
  border-bottom: 1px dotted #e3e3e3;
}

.is-font-large .newsItem {
  font-size: 1.596rem;
}

.box-news .newsItem {
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}

.newsItem_date {
  display: table-cell;
  width: 6.5em;
  padding-right: 19px;
  font-family: 'Roboto', sans-serif;
  vertical-align: top;
  letter-spacing: 1px;
}

.newsItem_label {
  display: table-cell;
  width: 90px;
  padding-right: 23px;
  vertical-align: top;
}

.newsItem_text {
  display: table-cell;
  vertical-align: top;
}

.newsItem_text a[target='_blank']:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.newsItem_text a[href$='pdf']:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 16px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_pdf.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.newsItem.recruitItem {
  table-layout: auto;
}

.newsLabel {
  display: inline-block;
  width: 90px;
  height: 20px;
  font-family: 'Roboto Condensed','Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 10px;
  background-color: #181818;
}

.is-font-large .newsLabel {
  font-size: 1.368rem;
}

.newsLabel-domestic,
.newsLabel-abroad {
  background-color: #800;
}

.newsLabel-other {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  padding: 0 18px;
  font-family: 'Roboto Condensed','Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 10px;
  background-color: #800;
}

.is-font-large .newsLabel-other {
  font-size: 1.368rem;
}

.newsAnchor {
  display: block;
  min-width: 100%;
}

.js-on .newsAnchor {
  border-top: 0;
}

.newsAnchor .pageAnchor_item {
  display: block;
  float: left;
}

.newsAnchor > .pageAnchor_item {
  width: 8.33333%;
  width: calc(100%/12);
  min-width: 60px;
}

.newsInner .headingLv3 {
  margin-bottom: 48px;
}

.newsInner .headingLv3:last-child {
  margin-bottom: 0;
}

.newsInner p {
  margin-bottom: 54px;
}

.newsInner p:last-child {
  margin-bottom: 10px;
}

.newsInner img {
  vertical-align: top;
  border-radius: 15px;
}

.importantNews {
  font-size: 1.4rem;
  color: #fff;
  background-color: #600;
}

.is-font-large .importantNews {
  font-size: 1.596rem;
}

.importantNews_inner {
  display: table;
  max-width: 1280px;
  padding: 0 40px;
  table-layout: fixed;
}

.importantNews_inner > dt {
  display: table-cell;
  width: 166px;
  text-align: left;
  vertical-align: middle;
}

.importantNews_inner > dt:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_exclaim_w.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.importantNews_list {
  display: table-cell;
}

.importantNews_list_item {
  border-bottom: 1px dotted #944d4d;
}

.importantNews_list_item:last-child {
  border-bottom: 0;
}

.importantNewsItem_date {
  position: relative;
  padding-right: 15px;
}

.importantNewsItem_date:after {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #944d4d;
}

.importantNewsItem_text {
  padding-left: 20px;
}

.importantNewsItem_text a {
  color: #fff;
}

/*
   Director
============================================================================= */

.director {
  padding-top: 40px;
  border-bottom: 1px dotted #e3e3e3;
  -webkit-transition: padding .4s;
          transition: padding .4s;
}

.director.is-profileOpen {
  padding-bottom: 40px;
}

h2 + .director,
h3 + .director,
h4 + .director {
  padding-top: 0;
}

.director_image {
  float: left;
  margin-bottom: 40px;
  padding-right: 40px;
}

.director_text {
  overflow: hidden;
  margin-bottom: 40px;
}

.director_text > ul {
  line-height: 1.6;
}

.director_post {
  margin-bottom: 3px;
  font-size: 1.4rem;
  font-weight: 500;
}

.is-font-large .director_post {
  font-size: 1.596rem;
}

.director_name {
  margin-bottom: 10px;
  font-size: 1.7rem;
}

.is-font-large .director_name {
  font-size: 1.938rem;
}

.director_name:last-child {
  margin-bottom: 0;
}

.profileDetail {
  display: none;
  clear: both;
  border-radius: 15px;
  background-color: #faf4ed;
}

.profileDetail:target {
  display: block;
}

.profileDetailBtn {
  display: inline-block;
  padding-left: 22px;
  font-size: 1.3rem;
  text-indent: -22px;
}

.is-font-large .profileDetailBtn {
  font-size: 1.482rem;
}

.profileDetailBtn:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 11px;
  vertical-align: middle;
  background-image: url('/common/img/icon_plus.svg');
  background-size: 100%;
}

.is-profileOpen .profileDetailBtn:before {
  background-image: url('/common/img/icon_minus.svg');
}

.profileDetail_btn {
  display: block;
  position: relative;
  height: 2em;
  padding: 7px 0;
  font-size: 1.3rem;
  text-align: center;
}

.is-font-large .profileDetail_btn {
  font-size: 1.482rem;
}

.profileDetail_btn:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 11px;
  vertical-align: middle;
  background-image: url('/common/img/icon_minus.svg');
  background-size: 100%;
}

.profileDetail_inner {
  padding: 35px 40px 0;
}

.profileDetail_text {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 15px 30px;
  font-size: 1.3rem;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.is-font-large .profileDetail_text {
  font-size: 1.482rem;
}

.inner .profileDetail_text > p:last-child {
  margin-bottom: 0;
}

.profileDetail_post {
  margin-bottom: 3px;
  font-size: 1.3rem;
  font-weight: 500;
}

.is-font-large .profileDetail_post {
  font-size: 1.482rem;
}

.profileDetail_name {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.is-font-large .profileDetail_name {
  font-size: 2.052rem;
}

.profileDetail_history {
  clear: both;
  margin-bottom: 40px;
}

.profileDetail_history_head {
  margin-bottom: 13px;
  padding-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  border-bottom: 2px solid #c00;
}

.is-font-large .profileDetail_history_head {
  font-size: 1.938rem;
}

.profileDetailTable {
  font-size: 1.4rem;
}

.is-font-large .profileDetailTable {
  font-size: 1.596rem;
}

.profileDetailTable th,
.profileDetailTable td {
  box-sizing: border-box;
  padding-bottom: 14px;
}

.profileDetailTable th {
  width: 90px;
  padding-right: 40px;
  font-weight: 500;
  color: #800;
}

.profileDetailTable th + th {
  width: 75px;
  text-align: right;
}

.profileDetailTable tr:last-child th,
.profileDetailTable tr:last-child td {
  padding-bottom: 0;
}

/*
   IR
============================================================================= */

.irHero {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 15px;
}

.irHero .carousel_inner {
  position: relative;
  left: 0;
  margin: 0;
}

.irHero .carousel_item {
  padding: 0;
}

.subCalendarList > li {
  margin-top: 13px;
}

.subCalendarList > li:first-child {
  margin-top: 0;
}

.subCalendarList_date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}

.is-font-large .subCalendarList_date {
  font-size: 1.596rem;
}

.subCalendarList_text {
  font-size: 1.3rem;
}

.is-font-large .subCalendarList_text {
  font-size: 1.482rem;
}

.subhead {
  margin-bottom: 13px;
  font-size: 1.4rem;
  font-weight: 500;
}

.is-font-large .subhead {
  font-size: 1.596rem;
}

.irDownloadList > li {
  margin-top: 7px;
}

.irDownloadList > li:first-child {
  margin-top: 0;
}

.irDownloadList > li > a {
  display: inline-block;
  padding-left: 26px;
  font-size: 1.3rem;
  text-indent: -26px;
}

.is-font-large .irDownloadList > li > a {
  font-size: 1.482rem;
}

.irDownloadList > li > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_pdf.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.strengthHead {
  display: inline-block;
  width: 160px;
  padding: 35px 0;
  font-weight: 500;
  color: #800;
  border-radius: 15px;
  background-color: #faf4ed;
}

/*
   IR Library
============================================================================= */

.inner-irLibrary {
  position: relative;
  padding-top: 20px;
}

.bulkDownloadBtnArea {
  position: absolute;
  right: 0;
  margin-top: -84px;
}

.bulkDownloadBtn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  color: #fff;
  border-radius: 20px;
  background-color: #600;
}

.is-font-large .bulkDownloadBtn {
  font-size: 1.596rem;
}

.bulkDownloadBtn:link,
.bulkDownloadBtn:visited,
.bulkDownloadBtn:hover,
.bulkDownloadBtn:active,
.bulkDownloadBtn:focus {
  text-decoration: none;
}

.bulkDownloadBtn:visited {
  color: #fff;
}

.bulkDownloadBtn:focus {
  color: #fff;
}

.bulkDownloadBtn:hover {
  color: #fff;
}

.bulkDownloadBtn:active {
  color: #fff;
}

.bulkDownloadBtn:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url('/common/img/icon_download_w.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

/*
   Recruit
============================================================================= */

.recruitHero .carousel_wrap {
  overflow: visible;
  margin: 0 -160px;
}

.recruitHero .carousel_wrap .carousel_item > a[target='_blank']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 140px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.subNewsList_item {
  padding: 16px 0;
  font-size: 1.3rem;
  border-bottom: 1px dotted #e3e3e3;
}

.is-font-large .subNewsList_item {
  font-size: 1.482rem;
}

.subNewsList_item:first-child {
  padding-top: 0;
}

.subNewsList_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.subNews_date {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}

.is-font-large .subNews_date {
  font-size: 1.596rem;
}

.subNews_text {
  display: inline-block;
  padding-left: 22px;
  text-indent: -22px;
}

.subNews_text:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_arrow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.subNews_text[target='_blank']:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.subNewsLabel {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 1.1rem;
  line-height: 1.81818;
  vertical-align: middle;
  text-indent: 0;
  color: #fff;
  border-radius: 1em;
  background-color: #800;
}

.is-font-large .subNewsLabel {
  font-size: 1.254rem;
}

.place-label {
  display: table-cell;
  padding-top: 4px;
  font-size: 0;
  text-align: right;
  vertical-align: top;
}

.newsLabel-place-on {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  padding: 0 18px;
  font-family: 'Roboto Condensed','Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #800;
  border-radius: 10px;
  background-color: #faf4ed;
}

.is-font-large .newsLabel-place-on {
  font-size: 1.368rem;
}

.newsLabel-place-off {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  padding: 0 18px;
  font-family: 'Roboto Condensed','Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #800;
  border-radius: 10px;
  background-color: #faf4ed;
}

.is-font-large .newsLabel-place-off {
  font-size: 1.368rem;
}

.inner > .recruitLead {
  margin-top: -8px;
  margin-bottom: 52px;
}

.inner > .recruitLead-procedure {
  margin-top: -8px;
  margin-bottom: 50px;
  padding-bottom: 52px;
  border-bottom: 1px dotted #e3e3e3;
}

.faqList {
  border-top: 1px solid #e3e3e3;
}

.faqList_item {
  border-bottom: 1px dotted #e3e3e3;
}

.faqItem {
  margin-bottom: 30px;
  padding: 30px 0 0;
}

.faqItem_question > a {
  display: inline-block;
  padding-left: 40px;
  text-indent: -40px;
}

.faqItem_question > a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  vertical-align: middle;
  background-image: url('/common/img/icon_question.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.faqItem_answer_inner {
  margin-top: 25px;
  padding: 25px 40px 25px 80px;
  text-indent: -40px;
  border-radius: 15px;
  background-color: #faf4ed;
}

.faqItem_answer_inner:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: middle;
  background-image: url('/common/img/icon_answer.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.heading-procedure,
.heading-procedureLast {
  margin-bottom: 35px;
  padding: 14px 40px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 15px;
}

.is-font-large .heading-procedure,
.is-font-large .heading-procedureLast {
  font-size: 1.824rem;
}

.heading-procedure {
  color: #800;
  background-color: #faf4ed;
}

.heading-procedureLast {
  color: #fff;
  background-color: #600;
}

.procedureArea {
  min-height: 3.8em;
  margin-bottom: 50px;
  padding-left: 5em;
  background-image: url('/recruit/career/procedure/img/icon_arrows.svg');
  background-repeat: no-repeat;
  background-position: 2.1em .5em;
  background-size: auto 3.3em;
}

.procedureArea:last-child {
  margin-bottom: 0;
  background-image: none;
}

/*
   Form
============================================================================= */

.stylingTable-form th {
  padding: 28px 40px;
}

.stylingTable-form td {
  padding: 28px 40px;
}

.stylingTable-form td .attention {
  margin: 13px 0 -8px;
}

.stylingTable-form th,
.stylingTable-form td {
  vertical-align: top;
}

.stylingTable-form input[type='text'] {
  width: 100%;
  margin: -8px 0;
  padding: 11px 20px;
  font-size: 1.5rem;
  line-height: 1.067;
  border: 1px solid #eee;
  border-radius: 7px;
  background-color: #eee;
  -webkit-transition: background .2s;
          transition: background .2s;

  -webkit-appearance: none;
}

.is-font-large .stylingTable-form input[type='text'] {
  font-size: 1.71rem;
}

.stylingTable-form input[type='text']:focus {
  outline: none;
  background-color: #fff;
}

.stylingTable-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: -8px 0;
  padding: 4px 20px;
  font-size: 1.5rem;
  border: 1px solid #eee;
  border-radius: 7px;
  background-color: #eee;
  -webkit-transition: background .2s;
          transition: background .2s;

  -webkit-appearance: none;
}

.is-font-large .stylingTable-form textarea {
  font-size: 1.71rem;
}

.stylingTable-form textarea:focus {
  outline: none;
  background-color: #fff;
}

.attention {
  color: #c00;
}

.requiredLabel {
  display: inline-block;
  margin-left: 10px;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.666666;
  vertical-align: middle;
  color: #fff;
  color: #fff;
  border-radius: 10px;
  background-color: #800;
}

.is-font-large .requiredLabel {
  font-size: 1.368rem;
}

.decorationSelectWrapper {
  position: relative;
  margin: -8px 0;
  cursor: pointer;
}

.decorationSelect {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 11px 12px;
  font-size: 1.5rem;
  line-height: 1.067;
  border: 0;
  border: 1px solid #eee;
  outline: 0;
  background-color: #eee;
  -webkit-transition: background .2s;
          transition: background .2s;

  -webkit-appearance: none;
      -ms-appearance: none;
          appearance: none;
}

.is-font-large .decorationSelect {
  font-size: 1.71rem;
}

.decorationSelect:focus {
  background-color: #fff;
}

.js-on .decorationSelect {
  position: absolute;
  opacity: 0;
}

.decorationDropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  overflow: auto;
  width: calc(100% - 45px);
  border-radius: 7px;
  box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
}

.decorationDropdown_item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 20px;
  font-size: 1.5rem;
  line-height: 1.067;
  color: #181818;
  border-bottom: 1px solid #e3e3e3;
  background-color: #eee;
  -webkit-transition: background .2s;
          transition: background .2s;
}

.is-font-large .decorationDropdown_item {
  font-size: 1.71rem;
}

.decorationDropdown_item:visited {
  color: #181818;
}

.decorationDropdown_item:focus {
  color: #181818;
}

.decorationDropdown_item:hover {
  color: #181818;
}

.decorationDropdown_item:active {
  color: #181818;
}

.decorationDropdown_item:link,
.decorationDropdown_item:visited,
.decorationDropdown_item:hover,
.decorationDropdown_item:active,
.decorationDropdown_item:focus {
  text-decoration: none;
}

.decorationDropdown_item:hover,
.decorationDropdown_item:focus {
  outline: none;
  background-color: #fff;
}

.decorationDropdown_item:last-child {
  border-bottom: 0;
}

.selectText {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 11px 65px 11px 20px;
  font-size: 1.5rem;
  line-height: 1.067;
  border: 1px solid #eee;
  border-radius: 7px;
  background-color: #eee;
  -webkit-transition: background .2s;
          transition: background .2s;
}

.is-font-large .selectText {
  font-size: 1.71rem;
}

.selectText:focus,
.selectText.is-focus {
  outline: none;
  background-color: #fff;
}

.selectText:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 43px;
  height: 100%;
  padding: 1px 0;
  border-left: 2px solid #fff;
  border-radius: 0 7px 7px 0;
  background-color: #eee;
  background-image: url('/common/img/icon_dddown.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 9px;
  -webkit-transition: border .2s;
          transition: border .2s;
}

.submitBtn {
  display: inline-block;
  width: 250px;
  margin: 0 20px;
  padding: 12px 60px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  color: #fff;
  border-radius: 20px;
  background-color: #600;
}

.is-font-large .submitBtn {
  font-size: 1.596rem;
}

.submitBtn:link,
.submitBtn:visited,
.submitBtn:hover,
.submitBtn:active,
.submitBtn:focus {
  text-decoration: none;
}

.submitBtn:visited {
  color: #fff;
}

.submitBtn:focus {
  color: #fff;
}

.submitBtn:hover {
  color: #fff;
}

.submitBtn:active {
  color: #fff;
}

.contactAttentionBox {
  margin-top: -30px;
  margin-bottom: 60px;
  padding: 25px 40px;
  font-weight: 500;
  color: #c00;
  border-radius: 15px;
  background-color: #faf4ed;
}

.contactAttentionBox:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('/common/img/icon_exclaim.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.contactThanksBox {
  margin-bottom: 60px;
  padding: 25px 40px;
  font-weight: 500;
  border-radius: 15px;
  background-color: #faf4ed;
}

/*
   Text
============================================================================= */

.note {
  font-size: 1.3rem;
}

.is-font-large .note {
  font-size: 1.482rem;
}

.media,
.newsInner .media {
  display: block;
  max-width: 100%;
}

.tableWrapper .media {
  display: table;
}

.media_caption,
.newsInner .media_caption {
  padding-top: 8px;
  font-size: 1.3rem;
}

.is-font-large .media_caption,
.is-font-large .newsInner .media_caption,
.newsInner .is-font-large .media_caption {
  font-size: 1.482rem;
}

.tableWrapper .media_caption {
  text-align: center;
}

/*
   Media
============================================================================= */

.youtube {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap {
  position: relative;
  height: 0;
  margin-bottom: 12px;
  padding-top: 50%;
}

.googlemap:last-child {
  margin-bottom: 0;
}

.googlemap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circleIcon {
  display: inline-block;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: #faf4ed;
}

.circleIcon img {
  position: relative;
  top: -1px;
  height: 40%;
  vertical-align: middle;
  border-radius: 0;
}

.circleIcon:last-child {
  margin-bottom: 0;
}

.circleIcon:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.squareIcon {
  position: relative;
  margin-bottom: 5px;
  padding-top: 50%;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.squareIcon > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 31.7241379%;
  vertical-align: middle;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bannerImage {
  display: inline-block;
  position: relative;
  max-width: 100%;
  border-radius: 15px;
}

.bannerImage[target='_blank']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.bannerImage-02 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  border-radius: 15px;
}

.bannerImage-02[target='_blank']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url('/common/img/icon_blank_w.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.searchForm {
  position: relative;
  margin-bottom: 45px;
}

.searchForm_text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 19px 80px 19px 20px;
  font-size: 1.7rem;
  line-height: 1;
  border: 0;
  border: 1px solid #faf4ed;
  border-radius: 15px;
  background-color: #faf4ed;
  -webkit-transition: background .2s, border .2s;
          transition: background .2s, border .2s;
}

.is-font-large .searchForm_text {
  font-size: 1.938rem;
}

.searchForm_text:focus {
  border: 1px solid #e3e3e3;
  background-color: #fff;
}

.searchForm_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: transparent;
  background-image: url('/common/img/icon_search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;

  -webkit-appearance: none;
          appearance: none;
}

.inner-single #cse {
  position: relative;
  z-index: 0;
}

.inner-single .gsc-control-cse {
  padding: 0;
}

.inner-single .gsc-result-info {
  margin: 0;
  padding: 0;
}

.inner-single .gsc-selected-option-container {
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}

.inner-single .gsc-wrapper.gsc-thinWrapper {
  border-right: 0;
}

.inner-single .gsc-thinWrapper {
  box-sizing: border-box;
  width: 70%;
  padding-right: 20px;
}

.inner-single .gsc-adBlockVertical {
  box-sizing: border-box;
  margin-top: 20px;
  padding-left: 20px;
}

.inner-single .gsc-adBlock {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.inner-single .gsc-result-info {
  padding: 10px 0;
  font-size: 1.3rem;
  color: #181818;
}

.is-font-large .inner-single .gsc-result-info {
  font-size: 1.482rem;
}

.inner-single .gsc-webResult .gsc-result {
  margin-bottom: 30px;
  padding: 0 0 30px 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px dotted #e3e3e3 !important;
  border-left: 0 !important;
}

.inner-single .gsc-results {
  width: 100%;
}

.inner-single .gcsc-branding {
  padding: 20px 0 5px 0;
  line-height: 1;
}

.inner-single td.gsc-branding-text,
.inner-single td.gcsc-branding-text {
  color: #181818;
}

.inner-single .gs-result .gs-title {
  height: auto;
  margin-bottom: 0;
  text-decoration: none;
}

.inner-single .gs-result .gs-title * {
  text-decoration: none;
}

.inner-single .gs-result .gs-title b {
  font-weight: bold;
}

.inner-single .gs-result .gs-title a:hover {
  text-decoration: underline;
}

.inner-single .gs-image-box {
  padding-right: 20px;
}

.inner-single .gs-image-box img {
  border: 0;
}

.inner-single .gs-spelling a {
  text-decoration: none;
  color: #2693ff;
}

.inner-single .gs-spelling a:hover {
  text-decoration: underline;
}

.inner-single .gsc-control-cse .gs-spelling,
.inner-single .gsc-control-cse .gs-result .gs-title,
.inner-single .gsc-control-cse .gs-result .gs-title * {
  font-size: 1.7rem;
}

.is-font-large .inner-single .gsc-control-cse .gs-spelling,
.is-font-large .inner-single .gsc-control-cse .gs-result .gs-title,
.is-font-large .inner-single .gsc-control-cse .gs-result .gs-title * {
  font-size: 1.938rem;
}

.inner-single .gs-result .gs-title,
.inner-single .gs-result .gs-title * {
  color: #2693ff;
}

.inner-single .gsc-preview-reviews,
.inner-single .gsc-control-cse .gs-snippet,
.inner-single .gsc-control-cse .gs-promotion em,
.inner-single .gsc-control-cse .gs-snippet,
.inner-single .gsc-control-cse .gs-promotion em {
  font-size: 1.4rem;
  color: #181818;
}

.is-font-large .inner-single .gsc-preview-reviews,
.is-font-large .inner-single .gsc-control-cse .gs-snippet,
.is-font-large .inner-single .gsc-control-cse .gs-promotion em,
.is-font-large .inner-single .gsc-control-cse .gs-snippet,
.is-font-large .inner-single .gsc-control-cse .gs-promotion em {
  font-size: 1.596rem;
}

.inner-single .gsc-preview-reviews b,
.inner-single .gsc-control-cse .gs-snippet b,
.inner-single .gsc-control-cse .gs-promotion em b,
.inner-single .gsc-control-cse .gs-snippet b,
.inner-single .gsc-control-cse .gs-promotion em b {
  font-weight: bold;
}

.inner-single span.gs-fileFormat,
.inner-single span.gs-fileFormatType {
  font-size: 1.2rem;
}

.is-font-large .inner-single span.gs-fileFormat,
.is-font-large
  .inner-single span.gs-fileFormatType {
  font-size: 1.368rem;
}

.inner-single .gsc-control-cse,
.inner-single .gsc-control-cse .gsc-table-result {
  font-size: 1.3rem;
}

.is-font-large .inner-single .gsc-control-cse,
.is-font-large .inner-single .gsc-control-cse .gsc-table-result {
  font-size: 1.482rem;
}

.inner-single .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
.inner-single .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: 62px;
  height: auto;
}

.inner-single .gs-image-box.gs-web-image-box.gs-web-image-box-portrait img,
.inner-single .gs-image-box.gs-web-image-box.gs-web-image-box-landscape img {
  border-radius: 7px;
}

.inner-single .gs-no-results-result .gs-snippet,
.inner-single .gs-error-result .gs-snippet {
  margin: 0;
  padding: 0;
  color: #181818;
  border: 0;
  background-color: transparent;
}

.inner-single .gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin-right: 10px;
  text-decoration: none;
  color: #2693ff;
}

.inner-single .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: underline;
}

.inner-single .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #181818;
}

.inner-single .gsc-results .gsc-cursor-box {
  margin: 0;
}

.inner-single .gsc-cursor-page {
  font-size: 1.5rem;
}

.is-font-large .inner-single .gsc-cursor-page {
  font-size: 1.71rem;
}

.inner-single .gsc-url-bottom {
  margin-top: 3px;
}

.inner-single .gs-webResult div.gs-visibleUrl-long,
.inner-single .gs-promotion div.gs-visibleUrl-long {
  display: block;
  font-size: 1.2rem;
  color: #181818;
}

.is-font-large .inner-single .gs-webResult div.gs-visibleUrl-long,
.is-font-large .inner-single .gs-promotion div.gs-visibleUrl-long {
  font-size: 1.368rem;
}

.inner-single .gs-webResult div.gs-visibleUrl-long a,
.inner-single .gs-promotion div.gs-visibleUrl-long a {
  cursor: default;
  color: #181818;
}

.inner-single .gs-webResult div.gs-visibleUrl-long b,
.inner-single .gs-promotion div.gs-visibleUrl-long b {
  font-weight: 500;
}

.newsInner > dl,
.newsInner > .list-disc,
.newsInner > .list-disc-large,
.newsInner > .list-disc-strong,
.newsInner > .list-disc-strong,
.newsInner > .linkList,
.newsInner > .list-increment,
.newsInner > .noteList,
.newsInner > .noteList-increment,
.newsInner > .youtube {
  margin-bottom: 30px;
}

.newsInner > dl:last-child,
.newsInner > .list-disc:last-child,
.newsInner > .list-disc-large:last-child,
.newsInner > .list-disc-strong:last-child,
.newsInner > .list-disc-strong:last-child,
.newsInner > .linkList:last-child,
.newsInner > .list-increment:last-child,
.newsInner > .noteList:last-child,
.newsInner > .noteList-increment:last-child,
.newsInner > .youtube:last-child {
  margin-bottom: 10px;
}

.newsInner .media {
  margin-bottom: 30px;
}

.newsInner .media:last-child {
  margin-bottom: 10px;
}

.newsInner .divider {
  visibility: visible;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #e3e3e3;
}

/* ==========================================================================
   Media Queries
============================================================================= */

@media screen and (min-width: 641px) and (max-width: 800px) {

  .headerNavigation_category_title > a {
    font-size: 1.3rem;
    line-height: 1.5385;
  }

  .is-font-large .headerNavigation_category_title > a {
    font-size: 1.482rem;
  }

  .is-font-large .headerNavigation_category_title > a {
    line-height: 1.35;
  }

  .megadrop_content {
    padding-bottom: 30px;
  }

  .megadrop_content-business {
    padding-bottom: 55px;
  }

  .megadrop_content-ir {
    padding-bottom: 10px;
  }

  .megadrop_content-news {
    padding-bottom: 0;
  }

  .megadrop_content .row_col,
  .megadrop_content .row_col-2 {
    margin-top: 45px;
  }

  .megadrop_content-business .row_col-3 {
    margin-top: 45px;
  }

  .megadrop_content-business .row_col-3:nth-child(-n+3) {
    margin-top: 45px;
  }

  .megadrop_content .row_col-3_4 {
    margin-bottom: 45px;
  }

  .megadrop_eachLink_thumb-blankLink:after {
    top: 15px;
    right: 15px;
  }

  .row_col {
    width: 33.3333%;
    margin-top: 30px;
    padding: 0 15px;
  }

  .row_col:nth-child(-n+3) {
    margin-top: 0;
  }

  .row_col-1 {
    margin-top: 30px;
    padding: 0 15px;
  }

  .row_col-1:nth-child(1) {
    margin-top: 0;
  }

  .row_col-2 {
    margin-top: 30px;
    padding: 0 15px;
  }

  .row_col-2:nth-child(-n+2) {
    margin-top: 0;
  }

  .row_col-2-reverse {
    margin-top: 30px;
    padding: 0 15px;
  }

  .row_col-2-reverse:nth-child(-n+2) {
    margin-top: 0;
  }

  .row_col-3 {
    margin-top: 30px;
    padding: 0 15px;
  }

  .row_col-3:nth-child(-n+3) {
    margin-top: 0;
  }

  .row_col-2_3 {
    padding: 0 15px;
  }

  .row_col-3_4 {
    float: none;
    width: 100%;
    padding: 0 15px;
  }

  .row_col-tab2 {
    width: 50%;
    margin-top: 30px;
    padding: 0 15px;
  }

  .row_col-tab2:nth-child(-n+3) {
    margin-top: 30px;
  }

  .row_col-tab2:nth-child(-n+2) {
    margin-top: 0;
  }

  .row_col-tab1 {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px;
  }

  .row_col-tab1:nth-child(-n+2) {
    margin-top: 30px;
  }

  .row_col-tab1:nth-child(1) {
    margin-top: 0;
  }

  .box[target='_blank']:after {
    top: 15px;
    right: 15px;
  }

  .box-sub {
    margin: 30px 0 0;
  }

  .subColumn-second .box-sub {
    float: left;
    width: calc(50% - 30px);
    margin: 30px 15px 0;
  }

  .subColumn-second .box-sub-full {
    float: none;
    width: auto;
  }

  .subColumn-second .box-sub:first-child {
    margin-top: 0;
  }

  .box-sub:first-child {
    margin-top: 0;
  }

  .box-banner[target='_blank']:after {
    top: 15px;
    right: 15px;
  }

  .box-banner {
    margin-top: 30px;
  }

  .box-banner:first-child {
    margin-top: 0;
  }

  .subColumn-second .box-banner {
    margin: 30px 15px 0;
  }

  .subColumn-second .box-banner:first-child {
    margin-top: 0;
  }

  .box-banner_inner {
    padding: 14px 25px;
  }

  .carousel_item > a[target='_blank']:after {
    top: 15px;
    right: 15px;
  }

  .tabListWrapper {
    padding: 0 30px;
  }

  .box-news .tabListWrapper {
    padding: 0;
  }

  .pageAnchorWrapper {
    padding: 0 30px;
  }

  .pageAnchor {
    padding: 17px 30px;
  }

  .pageAnchor_item:first-child > a:after {
    content: '';
  }

  .pageAnchor_item:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #e3e3e3;
  }

  .row-top_col {
    width: 50%;
    padding-bottom: 60px;
  }

  .row-top_col:nth-child(n+3) {
    padding-bottom: 0;
  }

  .row-top_col:nth-child(4n-3),
  .row-top_col:nth-child(4n-4) {
    background-color: #600;
  }

  .row-top_col:nth-child(4n-1),
  .row-top_col:nth-child(4n-2) {
    background-color: #800;
  }

  .recruitHero .carousel_wrap .carousel_item > a[target='_blank']:after {
    top: 15px;
    right: 115px;
  }

  .bannerImage[target='_blank']:after {
    top: 15px;
    right: 15px;
  }

  .bannerImage-02[target='_blank']:after {
    top: 15px;
    right: 15px;
  }
}

@media screen and (min-width: 641px) and (max-width: 800px) and (max-width: 800px) {

  .pageAnchor_item:last-child:after {
    height: 18px;
    margin-top: -9px;
  }

  .pageAnchor_item:last-child:after {
    height: 16px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 641px), print {

  .globalHeader {
    -webkit-transition: padding .3s;
            transition: padding .3s;
  }

  .is-searchOpen .globalHeader {
    padding-bottom: 134px;
  }

  .globalHeader_inner-02 {
    -webkit-transition: border 0s, padding-top .3s, padding-bottom .6s;
            transition: border 0s, padding-top .3s, padding-bottom .6s;
  }

  .js-on .globalHeader_inner-02 {
    overflow: hidden;
  }

  .globalHeader_inner-02:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #faf4ed;
    -webkit-transition: top .3s;
            transition: top .3s;
  }

  .is-searchOpen .globalHeader_inner-02:before {
    top: 130px;
  }

  .globalHeader_inner-02:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #c00;
    -webkit-transition: height .1s ease .5s;
            transition: height .1s ease .5s;
  }

  .is-megadropOpen .globalHeader_inner-02:after {
    height: 4px;
    -webkit-transition: height .1s;
            transition: height .1s;
  }

  .is-changing .globalHeader_inner-02 {
    border-bottom: 1px solid #e3e3e3;
  }

  .is-searchOpen .globalHeader_inner-02 {
    padding-top: 80px;
  }

  .is-searchOpen.is-headerFixed:not(.is-print) .globalHeader_inner-02 {
    bottom: auto;
  }

  .headerNavigation_list_item:first-child {
    border-left: 1px solid #e3e3e3;
  }

  .headerNavigation_category_title {
    position: relative;
    z-index: 3;
    background-color: #fff;
  }

  .globalHeader_inner-01 .headerTools_list_item > a {
    position: relative;
    background-color: #fff;
  }

  .globalHeader_inner-01 .headerTools_list_item > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .globalHeader_inner-02 .headerTools_list_item > a {
    position: relative;
    line-height: 0;
  }

  .globalHeader_inner-02 .headerTools_list_item > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .headerSearch {
    -webkit-transition: height .3s, top .3s;
            transition: height .3s, top .3s;
  }

  .is-searchOpen .headerSearch {
    height: 80px;
  }
}

@media screen and (min-width: 801px), print {

  .headerLogo img {
    width: 62px;
    height: 39px;
  }

  .headerNavigation_list_item:hover .headerNavigation_category_title > a:after {
    height: 4px;
    -webkit-transition: height .4s ease .2s;
            transition: height .4s ease .2s;
  }

  .is-changing .headerNavigation_list_item {
    pointer-events: none;
  }

  .headerNavigation_category_title > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #c00;
    -webkit-transition: height .4s;
            transition: height .4s;
  }

  a.megadrop_eachLink:hover .megadrop_eachLink_thumb {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  a.megadrop_eachLink:hover .megadrop_eachLink_text {
    text-decoration: underline;
  }

  .megadrop_eachLink_thumb {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .is-print .globalHeader_inner-01 .headerTools_list_item > a {
    background-color: transparent;
  }

  .is-font-large .footerNavigation_list-main_item {
    padding: 0 14px;
  }

  .is-font-large .footerNavigation_list-sub_item {
    padding: 0 14px;
  }

  .localNavigation_list > li > a.is-current {
    padding-left: 0;
    text-indent: 0;
  }

  .localNavigation_list > li > a.is-current:before {
    content: normal;
  }

  .row_col:nth-child(-n+4) {
    margin-top: 0;
  }

  .row_col-1:nth-child(1) {
    margin-top: 0;
  }

  .row_col-2:nth-child(-n+2) {
    margin-top: 0;
  }

  .row_col-2-reverse:nth-child(-n+2) {
    margin-top: 0;
  }

  .row_col-3:nth-child(-n+3) {
    margin-top: 0;
  }

  a.box,
  a.box-banner {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  a.box:hover,
  a.box-banner:hover {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .graph .bar:last-child:hover {
    opacity: 1;
  }

  .graph .bar:hover {
    opacity: .7;
  }

  .carousel_prev:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .carousel_next:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .btn-modal-prev:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .btn-modal-next:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .btn-modal-close:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .08);
  }

  .js-on .tabBody-panels.tabBody-panels-business {
    margin: 60px -40px -14px;
  }

  .js-on .tabBody-panels.tabBody-panels-business .tabPanel {
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px 14px;
  }

  .pageAnchorWrapper .carousel_next:hover,
  .pageAnchorWrapper .carousel_prev:hover {
    background-color: #faf4ed;
    box-shadow: none;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }

  .box-top:hover .topMoreBtn {
    border: 2px solid white;
  }

  .box-top:hover .box-top_icon {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .irHero.carousel-hasLink {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .irHero.carousel-hasLink:hover {
    box-shadow: 0 0 10px 4px rgba(206, 206, 206, .7);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .bulkDownloadBtn {
    -webkit-transition: background .1s;
            transition: background .1s;
  }

  .bulkDownloadBtn:hover,
  .bulkDownloadBtn:focus {
    background-color: #900;
  }

  .submitBtn {
    -webkit-transition: background .1s;
            transition: background .1s;
  }

  .submitBtn:hover,
  .submitBtn:focus {
    background-color: #900;
  }

  .bannerImage {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .bannerImage:hover {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }

  .bannerImage-02 {
    -webkit-transition: box-shadow .4s, -webkit-transform .4s;
            transition: box-shadow .4s, transform .4s;
  }

  .bannerImage-02:hover {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .4);
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

@media screen and (min-width: 1280px) {

  .footerNavigation_list-main_item {
    padding: 0 22px;
  }

  .footerNavigation_list-sub_item {
    padding: 0 22px;
  }
}

@media screen and (max-width: 800px) {

  body {
    font-size: 1.4rem;
  }

  body.is-font-large {
    font-size: 1.6rem;
  }

  a:hover,
  a:active,
  a:focus {
    text-decoration: none;
  }

  body {
    min-width: 320px;
  }

  .mts {
    margin-top: 18px !important;
  }

  .mtn {
    margin-top: 25px !important;
  }

  .mtm {
    margin-top: 30px !important;
  }

  .mtl {
    margin-top: 50px !important;
  }

  .mbss {
    margin-bottom: 8px !important;
  }

  .mbs {
    margin-bottom: 18px !important;
  }

  .mbn {
    margin-bottom: 25px !important;
  }

  .mbm {
    margin-bottom: 30px !important;
  }

  .mbl {
    margin-bottom: 50px !important;
  }

  .pts {
    padding-top: 18px !important;
  }

  .ptn {
    padding-top: 25px !important;
  }

  .ptm {
    padding-top: 30px !important;
  }

  .ptl {
    padding-top: 50px !important;
  }

  .pbs {
    padding-bottom: 18px !important;
  }

  .pbn {
    padding-bottom: 25px !important;
  }

  .pbm {
    padding-bottom: 30px !important;
  }

  .pbl {
    padding-bottom: 50px !important;
  }

  .globalHeader_inner-01 {
    min-width: 0;
  }

  .globalHeader_inner-02 {
    min-width: 0;
  }

  .globalHeader_inner-02_inner {
    min-width: 0;
  }

  .headerNavigation {
    min-width: 0;
    padding: 0 30px;
  }

  .is-headerFixed:not(.is-print) .headerNavigation_list {
    width: 329px;
  }

  .megadrop_inner {
    padding: 25px 30px 30px;
  }

  .is-headerFixed:not(.is-print) .headerLogo-sub {
    width: 57px;
  }

  .headerLogo-sub > a {
    margin-right: 12px;
  }

  .globalHeader_inner-01 .headerNavigation_home {
    left: 30px;
  }

  .globalHeader_inner-01 .headerNavigation_home_item {
    width: 35px;
  }

  .is-headerFixed:not(.is-print) .globalHeader_inner-02 .headerNavigation_home {
    width: 35px;
  }

  .globalHeader_inner-02 .headerNavigation_home_item {
    width: 35px;
  }

  .globalHeader_inner-01 .headerTools {
    right: 30px;
    width: 161px;
  }

  .globalHeader_inner-01 .headerTools_list_item {
    width: 39px;
  }

  .is-headerFixed:not(.is-print) .globalHeader_inner-02 .headerTools {
    right: 30px;
    width: 161px;
  }

  .globalHeader_inner-02 .headerTools_list {
    width: 161px;
  }

  .globalHeader_inner-02 .headerTools_list_item {
    width: 39px;
  }

  .headerSearch > fieldset {
    min-width: 0;
  }

  .loading {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }

  .globalFooter_inner-02,
  .footerNavigation {
    min-width: 320px;
  }

  .globalFooter_inner-02 {
    padding: 23px 30px;
  }

  .footerNavigation {
    padding: 27px 30px;
    font-size: 1.1rem;
  }

  .is-font-large .footerNavigation {
    font-size: 1.254rem;
  }

  .footerNavigation_list-main {
    display: none;
  }

  .footerNavigation_list-sub {
    float: none;
    font-size: 0;
    text-align: center;
  }

  .footerNavigation_list-sub_item {
    display: inline-block;
    float: none;
    font-size: 1.1rem;
  }

  .is-font-large .footerNavigation_list-sub_item {
    font-size: 1.254rem;
  }

  .breadcrumbs ul {
    min-width: 0;
    padding: 15px 30px;
  }

  .pageHeaderNavigation a.is-current,
  .pageHeaderNavigation .localNavigation_link-top.is-current {
    padding-left: 0;
  }

  .js-on .localNavigation_head {
    display: none;
  }

  .localNavigation_head_inner > a {
    font-size: 1.6rem;
  }

  .is-font-large .localNavigation_head_inner > a {
    font-size: 1.824rem;
  }

  .localNavigation_list {
    background-color: #faf4ed;
  }

  .localNavigation_list > li:first-child > a {
    margin-top: 0;
  }

  .localNavigation_list > li > a {
    padding: 13px 30px 13px 52px;
    font-size: 1.2rem;
  }

  .is-font-large .localNavigation_list > li > a {
    font-size: 1.368rem;
  }

  .firefox .localNavigation_list > li > a:before,
  .ie .localNavigation_list > li > a:before {
    width: 13px;
    height: 13px;
  }

  .localNavigation_list > li > a.is-current:not(.localNavigation_link-top) {
    padding-left: 30px;
  }

  .localNavigation_list_list {
    padding: 0 30px;
    border-top: 1px dotted #e3e3e3;
  }

  .localNavigation_list_list {
    padding: 0 20px;
  }

  .localNavigation_list_list > li {
    margin-top: 0;
    border-top: 1px dotted #e3e3e3;
  }

  .localNavigation_list_list > li:first-child {
    display: block;
    border-top: 0;
  }

  .localNavigation_list_list > li:first-child > a {
    padding: 13px 30px 13px 36px;
  }

  .localNavigation_list_list > li:first-child > a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url('/common/img/icon_arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .localNavigation_list_list > li > a {
    padding: 13px 30px 13px 42px;
  }

  .localNavigation_list_list > li > a.is-current {
    padding-left: 30px;
  }

  .localNavigation_list_list > li > a.is-currentParent {
    padding-left: 30px;
  }

  .localNavigation_link-top {
    color: #2693ff;
  }

  .localNavigation_link-top:visited {
    color: #2693ff;
  }

  .localNavigation_link-top:focus {
    color: #2693ff;
  }

  .localNavigation_link-top:hover {
    color: #2693ff;
  }

  .localNavigation_link-top:active {
    color: #2693ff;
  }

  .localNavigation_link-top:before {
    visibility: hidden;
  }

  .localNavigation_link-top_icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 1px solid #4da6ff;
    border-radius: 50%;
    -webkit-transform: scale(.9231);
        -ms-transform: scale(.9231);
            transform: scale(.9231);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }

  .firefox .localNavigation_link-top_icon,
  .ie .localNavigation_link-top_icon {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .localNavigation_link-top_icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 5px;
    height: 1px;
    background-color: #4da6ff;
  }

  .localNavigation_link-top_icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 1px;
    height: 5px;
    background-color: #4da6ff;
    -webkit-transition: height .4s, top .3s;
            transition: height .4s, top .3s;
  }

  .is-open .localNavigation_link-top_icon:after {
    top: 5px;
    height: 1px;
  }

  .secondMain {
    padding: 50px 0;
  }

  .wrapper {
    min-width: 0;
    padding: 0 30px;
  }

  .hideColumn {
    float: none;
    width: auto;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    border-left: 0;
  }

  .wrapper-column {
    min-width: 0;
    padding: 0;
  }

  .mainColumn {
    float: none;
    width: auto;
    padding: 50px 30px 50px 30px;
    border-right: 0;
  }

  .subColumn {
    float: none;
    width: auto;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    border-left: 0;
  }

  .mainColumn-second {
    float: none;
    width: auto;
    padding: 0 30px;
  }

  .subColumn-second {
    float: none;
    width: auto;
    margin-top: 30px;
    padding: 30px 15px 0;
    border-top: 1px solid #e3e3e3;
  }

  .inner p:not([class]),
  .inner > p {
    margin-bottom: 25px;
  }

  .inner p:not([class]) > img,
  .inner > p > img {
    margin-bottom: 8px;
  }

  .inner-single {
    padding: 50px 0;
  }

  .inner-single p:not([class]),
  .inner-single > p {
    margin-bottom: 25px;
  }

  .inner-single p:not([class]) > img,
  .inner-single > p > img {
    margin-bottom: 8px;
  }

  .lead {
    padding: 43px 30px 48px;
  }

  .mainColumn .lead {
    padding: 0 0 48px;
  }

  .extra {
    margin-top: 20px;
  }

  .divider {
    margin: 30px 0;
  }

  .row {
    margin: 0 -15px 30px;
  }

  .pageHeader {
    z-index: 3;
  }

  .pageHeader_inner {
    position: relative;
    min-width: 0;
    padding: 35px 70px 35px 20px;
  }

  .pageHeader_category {
    display: block;
    position: absolute;
    top: 13px;
    left: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
  }

  .is-font-large .pageHeader_category {
    font-size: 1.368rem;
  }

  .pageHeader_data {
    padding: 0 calc(25% + 15px) 14px 15px;
    font-size: 1.2rem;
  }

  .is-font-large .pageHeader_data {
    font-size: 1.368rem;
  }

  .pageHeader_data_date {
    font-size: 1.3rem;
  }

  .is-font-large .pageHeader_data_date {
    font-size: 1.482rem;
  }

  .pageHeaderNavigationBtn {
    display: block;
    right: 27px;
  }

  .headingLv1,
  .headingLv1-full {
    font-size: 2.8rem;
  }

  .is-font-large .headingLv1,
  .is-font-large .headingLv1-full {
    font-size: 3.192rem;
  }

  .headingLv1:before,
  .headingLv1-full:before {
    width: 33px;
    height: 20px;
    margin-right: 12px;
  }

  .headingLv1 {
    padding: 0 0 0 60px;
    text-indent: -45px;
  }

  .headingLv1-full {
    padding: 0 20px 0 60px;
    text-indent: -45px;
  }

  .headingLv1-news {
    padding: 5px calc(25% + 15px) 25px 15px;
    font-size: 2.8rem;
  }

  .is-font-large .headingLv1-news {
    font-size: 3.192rem;
  }

  .headingLv2 {
    margin: 53px 0 31px;
    padding: 0 0 16px 35px;
    font-size: 2.2rem;
    text-indent: -33px;
    letter-spacing: 1px;
  }

  .is-font-large .headingLv2 {
    font-size: 2.508rem;
  }

  .headingLv2:before {
    width: 22px;
    height: 14px;
    margin-right: 12px;
  }

  .inner .headingLv2:first-child,
  .inner-single .headingLv2:first-child {
    margin-top: -5px;
  }

  .headingLv3 {
    margin: 38px 0 21px;
    font-size: 1.7rem;
  }

  .is-font-large .headingLv3 {
    font-size: 1.938rem;
  }

  .headingLv3-philosophy01 {
    font-size: 6rem;
  }

  .is-font-large .headingLv3-philosophy01 {
    font-size: 6.84rem;
  }

  .headingLv3-philosophy02 {
    padding-top: 5px;
    font-size: 3.8rem;
  }

  .is-font-large .headingLv3-philosophy02 {
    font-size: 4.332rem;
  }

  .inner .headingLv3-philosophy02 + p {
    margin-bottom: 40px;
  }

  .headingLv3-philosophy03 {
    font-size: 2.1rem;
  }

  .is-font-large .headingLv3-philosophy03 {
    font-size: 2.394rem;
  }

  .headingLv3-philosophy04 {
    font-size: 2.4rem;
  }

  .is-font-large .headingLv3-philosophy04 {
    font-size: 2.736rem;
  }

  .headingLv3-philosophy05 {
    font-size: 3.4rem;
  }

  .is-font-large .headingLv3-philosophy05 {
    font-size: 3.876rem;
  }

  .headingLv3-border {
    margin: 28px 0 21px;
    padding-top: 28px;
    font-size: 1.7rem;
  }

  .is-font-large .headingLv3-border {
    font-size: 1.938rem;
  }

  .headingLv3-business {
    margin: 28px 0 21px;
    padding-top: 28px;
    font-size: 2rem;
  }

  .is-font-large .headingLv3-business {
    font-size: 2.28rem;
  }

  .heading404 {
    margin: 0 0 21px;
    font-size: 1.7rem;
  }

  .is-font-large .heading404 {
    font-size: 1.938rem;
  }

  .headingSub {
    margin-bottom: 6px;
  }

  .headingSub-group {
    margin-bottom: -15px;
    padding-top: 30px;
  }

  .box,
  .box-news,
  .box-sub,
  .box-banner {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }

  .is-font-large .box,
  .is-font-large .box-news,
  .is-font-large .box-sub,
  .is-font-large .box-banner {
    font-size: 1.482rem;
  }

  .row .box {
    margin-bottom: 0;
  }

  .box_content {
    padding: 20px 25px;
  }

  .box_content_head {
    font-size: 1.4rem;
  }

  .is-font-large .box_content_head {
    font-size: 1.596rem;
  }

  .box_head {
    font-size: 1.4rem;
  }

  .is-font-large .box_head {
    font-size: 1.596rem;
  }

  .box_head a,
  .box_head span {
    padding: 12px 25px;
  }

  .box_head a {
    padding-left: 49px;
  }

  .box_head {
    font-size: 1.4rem;
  }

  .is-font-large .box_head {
    font-size: 1.596rem;
  }

  .box_heading {
    padding: 12px 25px;
    font-size: 1.4rem;
  }

  .is-font-large .box_heading {
    font-size: 1.596rem;
  }

  .box_foot {
    padding: 13px 25px;
  }

  .box_foot-sub {
    padding: 9px 25px;
  }

  .asideBox {
    padding: 25px 30px;
    font-size: 1.2rem;
  }

  .is-font-large .asideBox {
    font-size: 1.368rem;
  }

  .colorBox {
    padding: 25px 30px;
  }

  .informationBox {
    padding: 20px 30px;
  }

  .discBlock {
    margin-bottom: 18px;
  }

  .mediaBlock {
    padding-top: 30px;
  }

  .mediaBlock_image {
    margin-bottom: 30px;
    padding-right: 30px;
  }

  .mediaBlock_content {
    margin-bottom: 30px;
  }

  .noteList {
    font-size: 1.2rem;
  }

  .is-font-large .noteList {
    font-size: 1.368rem;
  }

  .noteList > li {
    padding-left: 17px;
    text-indent: -17px;
  }

  .noteList-increment {
    font-size: 1.2rem;
  }

  .is-font-large .noteList-increment {
    font-size: 1.368rem;
  }

  .noteList-increment > li {
    padding-left: 24px;
    text-indent: -24px;
  }

  .inner > .list-disc,
  .inner-single > .list-disc {
    margin-bottom: 30px;
  }

  .tableWrapper-recruit .list-disc {
    margin-bottom: 18px;
  }

  .inner > .list-disc-large,
  .inner > .list-disc-strong,
  .inner-single > .list-disc-large,
  .inner-single > .list-disc-strong {
    margin-bottom: 30px;
  }

  .list-disc-large > li,
  .list-disc-strong > li {
    margin-bottom: 13px;
  }

  .list-increment_item {
    margin-bottom: 8px;
  }

  .list-increment_item:not(li) {
    margin-bottom: 25px;
  }

  .tableWrapper {
    margin-bottom: 25px;
  }

  .tableWrapper-graph:last-child {
    margin-bottom: 15px;
  }

  .inner .tableWrapper-recruit p {
    margin-bottom: 8px;
  }

  .stylingTable .stylingTable_note,
  .stylingTable-ir .stylingTable_note,
  .stylingTable-balancesheet .stylingTable_note,
  .stylingTable-benefit .stylingTable_note,
  .stylingTable-form .stylingTable_note {
    font-size: 1.2rem;
  }

  .is-font-large .stylingTable .stylingTable_note,
  .is-font-large .stylingTable-ir .stylingTable_note,
  .is-font-large .stylingTable-balancesheet .stylingTable_note,
  .is-font-large .stylingTable-benefit .stylingTable_note,
  .is-font-large .stylingTable-form .stylingTable_note {
    font-size: 1.368rem;
  }

  .stylingTable td hr,
  .stylingTable-ir td hr,
  .stylingTable-balancesheet td hr,
  .stylingTable-benefit td hr,
  .stylingTable-form td hr {
    margin: 18px 0;
  }

  .stylingTable td figure,
  .stylingTable-ir td figure,
  .stylingTable-balancesheet td figure,
  .stylingTable-benefit td figure,
  .stylingTable-form td figure {
    margin-top: 15px;
  }

  .stylingTable th {
    padding: 23px 25px;
  }

  .stylingTable td {
    padding: 23px 25px;
  }

  .stylingTable-ir,
  .stylingTable-balancesheet {
    font-size: 1.2rem;
  }

  .is-font-large .stylingTable-ir,
  .is-font-large .stylingTable-balancesheet {
    font-size: 1.368rem;
  }

  .stylingTable-ir th,
  .stylingTable-balancesheet th {
    padding: 15px 25px;
  }

  .stylingTable-ir td,
  .stylingTable-balancesheet td {
    padding: 15px 15px;
  }

  .stylingTable-ir thead tr th,
  .stylingTable-balancesheet thead tr th {
    padding: 15px 15px;
  }

  .stylingTable-ir thead tr th:first-child,
  .stylingTable-balancesheet thead tr th:first-child {
    padding: 15px 15px;
  }

  .stylingTable-balancesheet th {
    padding: 15px 15px;
  }

  .stylingTable-benefit {
    font-size: 1.2rem;
  }

  .is-font-large .stylingTable-benefit {
    font-size: 1.368rem;
  }

  .stylingTable-benefit th {
    padding: 15px 20px;
  }

  .stylingTable-benefit td {
    padding: 15px 20px;
  }

  .stylingTable-benefit td .stylingTable-benefit_will:after {
    top: -8px;
    right: -15px;
    font-size: 11px;
  }

  .stylingTable-benefit thead tr th {
    padding: 15px 20px;
  }

  .tableLowerNote {
    font-size: 1.2rem;
  }

  .is-font-large .tableLowerNote {
    font-size: 1.368rem;
  }

  .tableWrapper + .tableLowerNote {
    margin-top: -25px;
  }

  .tableUpperNote {
    margin-top: -26px;
    font-size: 1.1rem;
  }

  .is-font-large .tableUpperNote {
    font-size: 1.254rem;
  }

  .graph .axis.x text {
    font-size: 1.2rem;
  }

  .is-font-large .graph .axis.x text {
    font-size: 1.368rem;
  }

  .graph .axis.y text,
  .graph .axis.y2 text {
    font-size: 1.2rem;
  }

  .is-font-large .graph .axis.y text,
  .is-font-large
  .graph .axis.y2 text {
    font-size: 1.368rem;
  }

  .graph .legend text {
    font-size: 1.2rem;
  }

  .is-font-large .graph .legend text {
    font-size: 1.368rem;
  }

  .graph .value {
    font-size: 1.1rem;
  }

  .is-font-large .graph .value {
    font-size: 1.254rem;
  }

  .graph .label {
    font-size: 1.2rem;
  }

  .is-font-large .graph .label {
    font-size: 1.368rem;
  }

  .graphTip {
    pointer-events: none !important;
  }

  .carousel_dots {
    bottom: 15px;
  }

  .carousel_prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .carousel_next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-right: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .modal_inner {
    background-size: 40px 40px;
  }

  .modal_inner > .is-prev-left {
    left: -30px;
  }

  .modal_inner > .is-prev-right {
    right: -30px;
  }

  .modal_inner:before {
    left: -30px;
    background-size: 40px 40px;
  }

  .modal_inner:after {
    right: -30px;
    background-size: 40px 40px;
  }

  .btn-modal-prev {
    left: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .btn-modal-next {
    right: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .btn-modal-close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .08);
  }

  .pageNavigation {
    margin: 0 -30px;
  }

  .inner > .tabListWrapper {
    margin: 0 -30px;
  }

  .tabList {
    padding-bottom: 15px;
  }

  .box-news .tabList {
    padding-top: 15px;
  }

  .tabList_tab > a:after {
    height: 18px;
    margin-top: -9px;
  }

  .tabList_tab > a:after {
    height: 16px;
    margin-top: -8px;
  }

  .tabList_tab > a {
    margin: -15px 0 -15px;
    padding: 15px 10px 15px;
    font-size: 1.2rem;
  }

  .is-font-large .tabList_tab > a {
    font-size: 1.368rem;
  }

  .tabList_tab_caption {
    width: calc(100% - 10px);
  }

  .tabBar {
    width: 50px;
  }

  .tabBody-panels {
    margin-top: 50px;
  }

  .box-news .tabBody-panels {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .tabBody-items {
    margin-top: 30px;
  }

  .box-news .tabBody-items {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .mainColumn > .pageAnchorWrapper,
  .mainColumn > .inner > .pageAnchorWrapper {
    margin: 0 -30px;
  }

  .pageAnchorWrapper .carousel_next,
  .pageAnchorWrapper .carousel_prev {
    width: 31px;
    background-size: 8px 16px;
  }

  .pageAnchor_item > a:after {
    height: 18px;
    margin-top: -9px;
  }

  .pageAnchor_item > a:after {
    height: 16px;
    margin-top: -8px;
  }

  .tree .tree {
    padding-left: 30px;
  }

  .tree_branch:before {
    top: calc(1em + 11px);
    left: 15px;
    height: calc(100% - 21px - 2em);
  }

  .tree_block {
    padding: 30px 0;
  }

  .tree_item {
    margin-bottom: 18px;
    padding: 11px 40px;
  }

  .tree .tree .tree_item:after {
    top: calc(1em + 12px);
    left: -15px;
    width: 15px;
  }

  .chart_item,
  .chart_item-top,
  .chart_item-bottom {
    padding: 10px 30px;
  }

  .chart {
    font-size: 1.5rem;
  }

  .is-font-large .chart {
    font-size: 1.71rem;
  }

  .chart .chart {
    padding-top: 45px;
  }

  .chart .chart:before {
    height: 45px;
  }

  .chart .chart:after {
    top: 22px;
    width: 60.1%;
    height: 24px;
  }

  .chart .chart-bottom {
    padding-top: 45px;
  }

  .chart .chart-bottom:before {
    height: calc(45px + 11px + 1em);
  }

  .chart .chart-bottom:after {
    top: calc(45px + 10px + 1em);
    right: calc(40.48% + 23px);
    height: calc(100% - 45px - 20px - 2em);
  }

  .chart_item-bottom:after {
    top: calc(1em + 9px);
    left: -25px;
    width: 25px;
  }

  .chart_branch:nth-child(2) {
    top: 45px;
  }

  .arrowLink-small {
    font-size: 1.2rem;
  }

  .is-font-large .arrowLink-small {
    font-size: 1.368rem;
  }

  .headingLv2-top {
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .topMission {
    padding-bottom: 105px;
  }

  .box-top_icon {
    top: -60px;
    width: 120px;
    height: 120px;
    margin: 0 auto -60px;
  }

  .box-top_icon img {
    top: -10px;
  }

  .box-top_content {
    padding: 12px 30px 30px;
    font-size: 1.3rem;
  }

  .is-font-large .box-top_content {
    font-size: 1.482rem;
  }

  .box-top_content_head {
    margin-top: -62px;
    margin-bottom: 45px;
    font-size: 1.5rem;
  }

  .is-font-large .box-top_content_head {
    font-size: 1.71rem;
  }

  .box-top_content p {
    margin-bottom: 20px;
  }

  .row-top {
    margin: 0 -30px;
  }

  .topLead {
    padding: 0 30px;
    text-align: left;
  }

  .topNews {
    padding-bottom: 60px;
  }

  .topNews .pageNavigation {
    margin: 0;
  }

  .topInner.tabBody-items {
    padding: 0 30px;
  }

  .topBanner {
    padding: 60px 0;
  }

  .headingMonth {
    margin: 0 0 20px;
    padding: 30px 0 18px;
    font-size: 1.5rem;
  }

  .is-font-large .headingMonth {
    font-size: 1.71rem;
  }

  .newsItem {
    font-size: 1.3rem;
  }

  .is-font-large .newsItem {
    font-size: 1.482rem;
  }

  .box-news .newsItem {
    padding-right: 25px;
    padding-left: 25px;
  }

  .newsLabel-other {
    padding: 0 16px;
    font-size: 1.1rem;
  }

  .is-font-large .newsLabel-other {
    font-size: 1.254rem;
  }

  .newsInner .headingLv3 {
    margin-bottom: 38px;
  }

  .newsInner p {
    margin-bottom: 44px;
  }

  .importantNews {
    font-size: 1.3rem;
  }

  .is-font-large .importantNews {
    font-size: 1.482rem;
  }

  .importantNews_inner {
    padding: 0 30px;
  }

  .importantNews_inner > dt:before {
    width: 15px;
    height: 15px;
  }

  .importantNews_inner > dt {
    width: 150px;
  }

  .director {
    padding-top: 30px;
  }

  .director.is-profileOpen .director {
    padding-bottom: 30px;
  }

  .director_image {
    margin-bottom: 30px;
    padding-right: 30px;
  }

  .director_text {
    margin-bottom: 30px;
  }

  .director_post {
    font-size: 1.3rem;
  }

  .is-font-large .director_post {
    font-size: 1.482rem;
  }

  .director_name {
    font-size: 1.6rem;
  }

  .is-font-large .director_name {
    font-size: 1.824rem;
  }

  .profileDetailBtn {
    font-size: 1.2rem;
  }

  .is-font-large .profileDetailBtn {
    font-size: 1.368rem;
  }

  .profileDetail_btn {
    font-size: 1.2rem;
  }

  .is-font-large .profileDetail_btn {
    font-size: 1.368rem;
  }

  .profileDetail_inner {
    padding: 30px 30px 0;
  }

  .profileDetail_text {
    margin-bottom: 35px;
    padding: 13px 25px;
    font-size: 1.2rem;
  }

  .is-font-large .profileDetail_text {
    font-size: 1.368rem;
  }

  .profileDetail_post {
    font-size: 1.2rem;
  }

  .is-font-large .profileDetail_post {
    font-size: 1.368rem;
  }

  .profileDetail_name {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }

  .is-font-large .profileDetail_name {
    font-size: 1.824rem;
  }

  .profileDetail_history {
    margin-bottom: 35px;
  }

  .profileDetail_history_head {
    padding-bottom: 17px;
    font-size: 1.6rem;
  }

  .is-font-large .profileDetail_history_head {
    font-size: 1.824rem;
  }

  .profileDetailTable {
    font-size: 1.3rem;
  }

  .is-font-large .profileDetailTable {
    font-size: 1.482rem;
  }

  .profileDetailTable th,
  .profileDetailTable td {
    margin-bottom: 13px;
  }

  .profileDetailTable th {
    width: 60px;
    padding-right: 15px;
  }

  .profileDetailTable th + th {
    width: 50px;
    padding-right: 20px;
  }

  .irHero {
    overflow: visible;
    margin-bottom: 30px;
  }

  .irHero .carousel_inner {
    margin: 0 -15px;
  }

  .irHero .carousel_item {
    padding: 0 15px;
  }

  .irHero .carousel_item > a {
    overflow: hidden;
    border-radius: 15px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .androidbrowser .irHero .carousel_item > a > img {
    border-radius: 15px;
  }

  .subCalendarList_date {
    font-size: 1.3rem;
  }

  .is-font-large .subCalendarList_date {
    font-size: 1.482rem;
  }

  .subCalendarList_text {
    font-size: 1.2rem;
  }

  .is-font-large .subCalendarList_text {
    font-size: 1.368rem;
  }

  .subhead {
    font-size: 1.3rem;
  }

  .is-font-large .subhead {
    font-size: 1.482rem;
  }

  .irDownloadList > li > a {
    font-size: 1.2rem;
  }

  .is-font-large .irDownloadList > li > a {
    font-size: 1.368rem;
  }

  .inner-irLibrary {
    padding-top: 15px;
  }

  .bulkDownloadBtnArea {
    margin-top: -71px;
  }

  .bulkDownloadBtn {
    padding: 10px 20px;
    font-size: 1.3rem;
    border-radius: 18px;
  }

  .is-font-large .bulkDownloadBtn {
    font-size: 1.482rem;
  }

  .bulkDownloadBtn:after {
    width: 13px;
    height: 13px;
  }

  .recruitHero .carousel_wrap {
    margin: 0 -130px;
  }

  .subNewsList_item {
    padding: 15px 0;
    font-size: 1.2rem;
  }

  .is-font-large .subNewsList_item {
    font-size: 1.368rem;
  }

  .subNews_date {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .is-font-large .subNews_date {
    font-size: 1.482rem;
  }

  .subNewsLabel {
    padding: 0 18px;
    font-size: 1rem;
    line-height: 2;
  }

  .is-font-large .subNewsLabel {
    font-size: 1.14rem;
  }

  .place-label {
    padding-top: 3px;
  }

  .newsLabel-place-on {
    padding: 0 16px;
    font-size: 1.1rem;
  }

  .is-font-large .newsLabel-place-on {
    font-size: 1.254rem;
  }

  .newsLabel-place-off {
    padding: 0 16px;
    font-size: 1.1rem;
  }

  .is-font-large .newsLabel-place-off {
    font-size: 1.254rem;
  }

  .inner > .recruitLead {
    margin-top: -7px;
    margin-bottom: 43px;
  }

  .inner > .recruitLead-procedure {
    margin-top: -8px;
    margin-bottom: 40px;
    padding-bottom: 43px;
  }

  .faqItem {
    margin-bottom: 25px;
    padding: 25px 0 0;
  }

  .faqItem_question > a {
    text-indent: -35px;
  }

  .faqItem_question > a:before {
    width: 22px;
    height: 22px;
    margin-right: 13px;
  }

  .faqItem_question > a:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .faqItem_answer_inner {
    padding: 20px 30px 20px 70px;
    text-indent: -35px;
  }

  .faqItem_answer_inner:before {
    width: 22px;
    height: 22px;
    margin-right: 13px;
  }

  .faqItem_answer_inner:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .heading-procedure,
  .heading-procedureLast {
    margin-bottom: 25px;
    padding: 12px 30px;
    font-size: 1.5rem;
  }

  .is-font-large .heading-procedure,
  .is-font-large .heading-procedureLast {
    font-size: 1.71rem;
  }

  .procedureArea {
    margin-bottom: 40px;
  }

  .stylingTable-form th {
    padding: 23px 25px;
  }

  .stylingTable-form td {
    display: block;
    padding: 23px 25px;
  }

  .stylingTable-form input[type='text'] {
    font-size: 1.4rem;
  }

  .is-font-large .stylingTable-form input[type='text'] {
    font-size: 1.596rem;
  }

  .stylingTable-form textarea {
    font-size: 1.4rem;
  }

  .is-font-large .stylingTable-form textarea {
    font-size: 1.596rem;
  }

  .requiredLabel {
    padding: 1px 18px;
    font-size: 1.1rem;
  }

  .is-font-large .requiredLabel {
    font-size: 1.254rem;
  }

  .decorationSelect {
    font-size: 1.4rem;
  }

  .is-font-large .decorationSelect {
    font-size: 1.596rem;
  }

  .decorationDropdown_item {
    font-size: 1.4rem;
  }

  .is-font-large .decorationDropdown_item {
    font-size: 1.596rem;
  }

  .selectText {
    font-size: 1.4rem;
  }

  .is-font-large .selectText {
    font-size: 1.596rem;
  }

  .submitBtn {
    width: 220px;
    margin: 0 15px;
    padding: 10px 50px;
    font-size: 1.3rem;
    border-radius: 18px;
  }

  .is-font-large .submitBtn {
    font-size: 1.482rem;
  }

  .contactAttentionBox {
    margin-top: -20px;
    margin-bottom: 50px;
    padding: 20px 30px;
  }

  .contactThanksBox {
    margin-bottom: 50px;
    padding: 20px 30px;
  }

  .note {
    font-size: 1.2rem;
  }

  .is-font-large .note {
    font-size: 1.368rem;
  }

  .media_caption,
  .newsInner .media_caption {
    padding-top: 7px;
    font-size: 1.2rem;
  }

  .is-font-large .media_caption,
  .is-font-large .newsInner .media_caption,
  .newsInner .is-font-large .media_caption {
    font-size: 1.368rem;
  }

  .googlemap {
    margin-bottom: 10px;
  }

  .searchForm {
    margin-bottom: 25px;
  }

  .searchForm_text {
    padding: 17px 74px 17px 20px;
    font-size: 1.6rem;
  }

  .is-font-large .searchForm_text {
    font-size: 1.824rem;
  }

  .searchForm_submit {
    width: 54px;
    height: 54px;
    background-size: 22px 22px;
  }

  .inner-single .gsc-webResult .gsc-result {
    margin-bottom: 25px;
    padding: 0 0 25px 0;
  }

  .inner-single span.gs-fileFormat,
  .inner-single span.gs-fileFormatType {
    font-size: 1.1rem;
  }

  .is-font-large .inner-single span.gs-fileFormat,
  .is-font-large
  .inner-single span.gs-fileFormatType {
    font-size: 1.254rem;
  }

  .inner-single .gsc-cursor-page {
    font-size: 1.4rem;
  }

  .is-font-large .inner-single .gsc-cursor-page {
    font-size: 1.596rem;
  }

  .inner-single .gs-webResult div.gs-visibleUrl-long,
  .inner-single .gs-promotion div.gs-visibleUrl-long {
    font-size: 1.1rem;
  }

  .is-font-large .inner-single .gs-webResult div.gs-visibleUrl-long,
  .is-font-large .inner-single .gs-promotion div.gs-visibleUrl-long {
    font-size: 1.254rem;
  }

  .newsInner > dl,
  .newsInner > .list-disc,
  .newsInner > .list-disc-large,
  .newsInner > .list-disc-strong,
  .newsInner > .list-disc-strong,
  .newsInner > .linkList,
  .newsInner > .list-increment,
  .newsInner > .noteList,
  .newsInner > .noteList-increment,
  .newsInner > .youtube {
    margin-bottom: 25px;
  }

  .newsInner .media {
    margin-bottom: 25px;
  }

  .newsInner .divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 800px) and (max-width: 640px) {

  .localNavigation_list_list > li:first-child > a {
    padding: 14px 20px 14px 24px;
  }
}

@media screen and (max-width: 640px) {

  body {
    font-size: 1.5rem;
  }

  body.is-font-large {
    font-size: 1.7rem;
  }

  .mts {
    margin-top: 15px !important;
  }

  .mtn {
    margin-top: 20px !important;
  }

  .mtm {
    margin-top: 20px !important;
  }

  .mtl {
    margin-top: 40px !important;
  }

  .mbss {
    margin-bottom: 5px !important;
  }

  .mbs {
    margin-bottom: 15px !important;
  }

  .mbn {
    margin-bottom: 20px !important;
  }

  .mbm {
    margin-bottom: 20px !important;
  }

  .mbl {
    margin-bottom: 40px !important;
  }

  .pts {
    padding-top: 15px !important;
  }

  .ptn {
    padding-top: 20px !important;
  }

  .ptm {
    padding-top: 20px !important;
  }

  .ptl {
    padding-top: 40px !important;
  }

  .pbs {
    padding-bottom: 15px !important;
  }

  .pbn {
    padding-bottom: 20px !important;
  }

  .pbm {
    padding-bottom: 20px !important;
  }

  .pbl {
    padding-bottom: 40px !important;
  }

  #container {
    padding-top: 65px;
  }

  .globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .androidbrowser .globalHeader {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .androidbrowser .is-spNavOpen .globalHeader {
    -webkit-transform: none;
  }

  .globalHeader_inner-01 {
    padding: 0 20px;
  }

  .globalHeader_inner-02 {
    position: absolute;
    top: auto;
    bottom: auto;
    overflow: hidden;
    overflow: auto;
    width: 100%;
    height: 0;
    border-top: 0 solid #e3e3e3;
    border-bottom: 4px solid #c00;
    background-color: #faf4ed;
    -webkit-transition: border 0s ease .4s;
            transition: border 0s ease .4s;
  }

  .is-spNavOpen .globalHeader_inner-02 {
    border-top: 1px solid #e3e3e3;
    -webkit-transition: border 0s ease 0s;
            transition: border 0s ease 0s;
  }

  .globalHeader_inner-02_inner {
    height: auto;
    background-color: #faf4ed;
  }

  .headerLogo {
    padding: 16px 0 16px;
  }

  .headerLogo img {
    width: 46px;
    height: 29px;
  }

  .btn-spNavigation {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    height: 100%;
  }

  .headerNavigation {
    padding: 0 20px;
  }

  .headerNavigation_heading {
    display: block;
    margin-bottom: 15px;
    padding-top: 95px;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    color: #c00;
  }

  .is-font-large .headerNavigation_heading {
    font-size: 2.508rem;
  }

  .headerNavigation_list {
    display: block;
    float: none;
    padding-bottom: 20px;
    border-bottom: 1px dotted #e3e3e3;
  }

  .headerNavigation_list_item {
    display: block;
    float: none;
    width: auto;
    border-top: 1px dotted #e3e3e3;
    border-right: 0;
  }

  .headerNavigation_list_item:first-child {
    border-top: 0;
    border-left: 0;
  }

  .headerNavigation_category_title > a {
    font-size: 1.5rem;
  }

  .is-font-large .headerNavigation_category_title > a {
    font-size: 1.71rem;
  }

  .megadrop_eachLink_thumb-blankLink:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .globalHeader_inner-01 .headerNavigation_home {
    display: none;
  }

  .js-on .globalHeader_inner-02 .headerNavigation_home {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
  }

  .globalHeader_inner-02 .headerNavigation_home {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
  }

  .js-on .globalHeader_inner-02 .headerNavigation_home_item {
    position: static;
  }

  .globalHeader_inner-02 .headerNavigation_home_item {
    position: static;
    width: auto;
    height: auto;
    line-height: inherit;
    border-bottom: 1px dotted #e3e3e3;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a {
    padding: 15px 0;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    text-indent: 0;
    color: #181818;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a:link,
  .globalHeader_inner-02 .headerNavigation_home_item > a:visited,
  .globalHeader_inner-02 .headerNavigation_home_item > a:hover,
  .globalHeader_inner-02 .headerNavigation_home_item > a:active,
  .globalHeader_inner-02 .headerNavigation_home_item > a:focus {
    text-decoration: none;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a:visited {
    color: #181818;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a:focus {
    color: #181818;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a:hover {
    color: #181818;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a:active {
    color: #181818;
  }

  .globalHeader_inner-02 .headerNavigation_home_item > a:after {
    content: normal;
  }

  .globalHeader_inner-01 .headerTools {
    display: none;
  }

  .js-on .globalHeader_inner-02 .headerTools {
    position: static;
    width: auto;
    padding: 40px 20px;
  }

  .globalHeader_inner-02 .headerTools {
    position: static;
    width: auto;
    padding: 40px 20px;
  }

  .globalHeader_inner-02 .headerTools_list {
    width: auto;
  }

  .globalHeader_inner-02 .headerTools_list_item {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    border-right: 0;
  }

  .globalHeader_inner-02 .headerTools_list_item:last-child {
    margin-bottom: 0;
  }

  .globalHeader_inner-02 .headerTools_list_item:first-child {
    border-left: 0;
  }

  .globalHeader_inner-02 .headerTools_list_item > a {
    display: block;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    line-height: 36px;
    color: #c00;
    border: 2px solid #c00;
    border-radius: 20px;
  }

  .globalHeader_inner-02 .headerTools_list_item > a:visited {
    color: #c00;
  }

  .globalHeader_inner-02 .headerTools_list_item > a:focus {
    color: #c00;
  }

  .globalHeader_inner-02 .headerTools_list_item > a:hover {
    color: #c00;
  }

  .globalHeader_inner-02 .headerTools_list_item > a:active {
    color: #c00;
  }

  .globalHeader_inner-02 .headerTools_list_item > a img {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

  .globalHeader_inner-02 .headerTools_list_item > a span {
    display: inline;
    width: auto;
    height: auto;
    margin-left: 7px;
    font-size: 1.4rem;
    font-weight: 500;
    text-indent: 0;
  }

  .globalHeader_inner-02 .headerTools_list_item-fontSize {
    display: none;
  }

  .globalHeader_inner-02 .headerTools_list_item-search {
    display: none;
  }

  .globalHeader_inner-02 .headerTools_list_item-lang img {
    display: none;
  }

  .headerSearch {
    display: block;
    z-index: 1;
    top: 0;
    height: auto;
    padding: 19px 20px;
    background-color: transparent;
  }

  .headerSearch > fieldset {
    display: block;
    padding: 0;
  }

  .headerSearch_input-text {
    width: 100%;
    height: 40px;
    padding: 12px 50px 12px 50px;
    font-size: 1.6rem;
    border-radius: 15px;
    background-color: #fff;
  }

  .is-font-large .headerSearch_input-text {
    font-size: 1.824rem;
  }

  .headerSearch_input-submit {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 15px 15px;
  }

  .loading {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .globalFooter_inner-02 {
    padding: 20px 20px;
  }

  .footerNavigation {
    padding: 20px 20px 0;
    font-size: 1.2rem;
  }

  .is-font-large .footerNavigation {
    font-size: 1.368rem;
  }

  .footerNavigation_list-sub_item {
    margin-bottom: 20px;
    margin-left: -1px;
    font-size: 1.2rem;
    border-left: 1px solid #e3e3e3;
  }

  .is-font-large .footerNavigation_list-sub_item {
    font-size: 1.368rem;
  }

  .footerLogo {
    float: none;
    margin-bottom: 12px;
    text-align: center;
  }

  .copyright {
    float: none;
    text-align: center;
  }

  .breadcrumbs {
    display: none;
  }

  .pageHeaderNavigation {
    padding: 0 20px;
  }

  .pageHeaderNavigation a,
  .pageHeaderNavigation .localNavigation_link-top {
    padding: 12px 0 12px 20px;
  }

  .pageHeaderNavigationCloseBtn {
    margin: 0 -20px;
    padding: 12px 20px;
  }

  .localNavigation_head_inner > a {
    font-size: 1.8rem;
  }

  .is-font-large .localNavigation_head_inner > a {
    font-size: 2.052rem;
  }

  .localNavigation_list {
    margin: 0 -20px;
    background-color: #faf4ed;
  }

  .localNavigation_list > li > a {
    padding: 14px 20px 14px 42px;
    font-size: 1.3rem;
  }

  .is-font-large .localNavigation_list > li > a {
    font-size: 1.482rem;
  }

  .localNavigation_list > li > a.is-current:not(.localNavigation_link-top) {
    padding-left: 20px;
  }

  .localNavigation_list_list > li > a {
    padding: 14px 20px 14px 32px;
    font-size: 1.2rem;
  }

  .is-font-large .localNavigation_list_list > li > a {
    font-size: 1.368rem;
  }

  .localNavigation_list_list > li > a.is-current {
    padding-left: 20px;
  }

  .localNavigation_list_list > li > a.is-currentParent {
    padding-left: 20px;
  }

  .localNavigation_link-top_icon {
    top: 18px;
    left: 20px;
  }

  .secondMain {
    padding: 40px 0;
  }

  .wrapper {
    padding: 0 20px;
  }

  .hideColumn {
    padding: 0 20px;
  }

  .wrapper-column {
    padding: 0;
  }

  .mainColumn {
    margin: 0;
    padding: 40px 20px 45px;
  }

  .subColumn {
    padding: 0 20px;
  }

  .mainColumn-second {
    margin: 0;
    padding: 0 20px;
    border-right: 0;
  }

  .subColumn-second {
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .bbBlock {
    padding: 30px 0;
  }

  .bbBlock:first-child {
    margin-top: -30px;
  }

  .bbBlock {
    padding: 25px 0;
  }

  .bbBlock:first-child {
    margin-top: -25px;
  }

  .inner p:not([class]),
  .inner > p {
    margin-bottom: 20px;
  }

  .inner p:not([class]) > img,
  .inner > p > img {
    margin-bottom: 5px;
  }

  .inner-single {
    padding: 40px 0;
  }

  .inner-single p:not([class]),
  .inner-single > p {
    margin-bottom: 20px;
  }

  .inner-single p:not([class]) > img,
  .inner-single > p > img {
    margin-bottom: 5px;
  }

  .lead {
    padding: 34px 20px 39px;
  }

  .mainColumn .lead {
    padding: 0 0 39px;
  }

  .extra {
    margin-top: 15px;
  }

  .divider {
    margin: 20px 0;
  }

  .row {
    margin: 0 -10px 20px;
  }

  .row_col {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }

  .row_col:nth-child(1) {
    margin-top: 0;
  }

  .row_col-1 {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }

  .row_col-1:nth-child(1) {
    margin-top: 0;
  }

  .row_col-2 {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }

  .row_col-2:nth-child(1) {
    margin-top: 0;
  }

  .row_col-2-reverse {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }

  .row_col-2-reverse:nth-child(1) {
    margin-top: 0;
  }

  .row_col-3 {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }

  .row_col-3:nth-child(1) {
    margin-top: 0;
  }

  .row_col-2_3 {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  .row_col-2_3:nth-child(1) {
    margin-top: 0;
  }

  .row_col-3_4 {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  .row_col-3_4:nth-child(1) {
    margin-top: 0;
  }

  .companyRow_content {
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .companyRow_image {
    display: table;
    box-sizing: content-box;
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 0;
  }

  .companyRow_image figure {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
  }

  .pageHeader_inner {
    padding: 34px 50px 34px 20px;
  }

  .pageHeader_category {
    top: 15px;
    left: 20px;
    font-size: 1.3rem;
  }

  .is-font-large .pageHeader_category {
    font-size: 1.482rem;
  }

  .pageHeader_data {
    padding: 0;
    font-size: 1.3rem;
  }

  .is-font-large .pageHeader_data {
    font-size: 1.482rem;
  }

  .pageHeader_data_date {
    font-size: 1.4rem;
  }

  .is-font-large .pageHeader_data_date {
    font-size: 1.596rem;
  }

  .pageHeaderNavigationBtn {
    right: 17px;
  }

  .headingLv1,
  .headingLv1-full {
    font-size: 2.8rem;
  }

  .is-font-large .headingLv1,
  .is-font-large .headingLv1-full {
    font-size: 3.192rem;
  }

  .headingLv1:before,
  .headingLv1-full:before {
    top: -2px;
    width: 26px;
    height: 16px;
    margin-right: 10px;
  }

  .headingLv1 {
    padding: 0 0 0 36px;
    text-indent: -36px;
  }

  .headingLv1-full {
    padding: 0 0 0 36px;
    text-indent: -36px;
  }

  .headingLv1-news {
    padding: 5px 0 17px 0;
    font-size: 2.4rem;
  }

  .is-font-large .headingLv1-news {
    font-size: 2.736rem;
  }

  .headingLv2 {
    margin: 43px 0 26px;
    padding: 0 0 12px 28px;
    font-size: 2.3rem;
    text-indent: -28px;
  }

  .is-font-large .headingLv2 {
    font-size: 2.622rem;
  }

  .headingLv2:before {
    width: 20px;
    height: 12px;
    margin-right: 10px;
  }

  .inner .headingLv2:first-child,
  .inner-single .headingLv2:first-child {
    margin-top: -4px;
  }

  .headingLv3 {
    margin: 30px 0 16px;
    font-size: 1.8rem;
  }

  .is-font-large .headingLv3 {
    font-size: 2.052rem;
  }

  .headingLv3-philosophy01 {
    font-size: 4rem;
  }

  .is-font-large .headingLv3-philosophy01 {
    font-size: 4.56rem;
  }

  .headingLv3-philosophy02 {
    padding-top: 0;
    font-size: 2.5rem;
    line-height: 1.7;
  }

  .is-font-large .headingLv3-philosophy02 {
    font-size: 2.85rem;
  }

  .inner .headingLv3-philosophy02 + p {
    margin-bottom: 30px;
  }

  .headingLv3-philosophy03 {
    font-size: 2.3rem;
  }

  .is-font-large .headingLv3-philosophy03 {
    font-size: 2.622rem;
  }

  .headingLv3-philosophy04 {
    margin-bottom: 3px;
    font-size: 1.7rem;
    line-height: 1.8;
  }

  .is-font-large .headingLv3-philosophy04 {
    font-size: 1.938rem;
  }

  .headingLv3-philosophy05 {
    font-size: 1.7rem;
  }

  .is-font-large .headingLv3-philosophy05 {
    font-size: 1.938rem;
  }

  .headingLv3-border {
    margin: 20px 0 16px;
    padding-top: 20px;
    font-size: 1.8rem;
  }

  .is-font-large .headingLv3-border {
    font-size: 2.052rem;
  }

  .headingLv3-business {
    margin: 20px 0 16px;
    padding-top: 20px;
    font-size: 2rem;
  }

  .is-font-large .headingLv3-business {
    font-size: 2.28rem;
  }

  .heading404 {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }

  .is-font-large .heading404 {
    font-size: 2.052rem;
  }

  .headingSub {
    margin-bottom: 5px;
  }

  .headingSub-group {
    margin-bottom: -10px;
    padding-top: 20px;
  }

  .box,
  .box-news,
  .box-sub,
  .box-banner {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .is-font-large .box,
  .is-font-large .box-news,
  .is-font-large .box-sub,
  .is-font-large .box-banner {
    font-size: 1.596rem;
  }

  .box[target='_blank']:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .row .box {
    margin-bottom: 0;
  }

  .box-sub {
    margin: 20px 0 0;
  }

  .box-sub:first-child {
    margin-top: 0;
  }

  .box-banner[target='_blank']:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .box-banner {
    margin-top: 20px;
  }

  .box-banner:first-child {
    margin-top: 0;
  }

  .box-banner_inner {
    padding: 11px 20px;
  }

  .box_content {
    padding: 17px 20px;
  }

  .box_content_head {
    font-size: 1.5rem;
  }

  .is-font-large .box_content_head {
    font-size: 1.71rem;
  }

  .box_head {
    font-size: 1.5rem;
  }

  .is-font-large .box_head {
    font-size: 1.71rem;
  }

  .box_head a,
  .box_head span {
    padding: 10px 20px;
  }

  .box_head a {
    padding-left: 44px;
  }

  .box_head {
    font-size: 1.5rem;
  }

  .is-font-large .box_head {
    font-size: 1.71rem;
  }

  .box_heading {
    padding: 10px 20px;
    font-size: 1.5rem;
  }

  .is-font-large .box_heading {
    font-size: 1.71rem;
  }

  .box_foot {
    padding: 11px 20px;
  }

  .box_foot-sub {
    padding: 8px 20px;
  }

  .asideBox {
    padding: 15px 25px;
    font-size: 1.3rem;
  }

  .is-font-large .asideBox {
    font-size: 1.482rem;
  }

  .colorBox {
    padding: 20px 20px;
  }

  .informationBox {
    padding: 15px 20px;
  }

  .discBlock {
    margin-bottom: 15px;
  }

  .mediaBlock {
    padding-top: 20px;
  }

  .mediaBlock_image {
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }

  .mediaBlock_content {
    margin-bottom: 20px;
  }

  .noteList {
    font-size: 1.3rem;
  }

  .is-font-large .noteList {
    font-size: 1.482rem;
  }

  .noteList > li {
    padding-left: 15px;
    text-indent: -15px;
  }

  .noteList-increment {
    font-size: 1.3rem;
  }

  .is-font-large .noteList-increment {
    font-size: 1.482rem;
  }

  .noteList-increment > li {
    padding-left: 20px;
    text-indent: -20px;
  }

  .inner > .list-disc,
  .inner-single > .list-disc {
    margin-bottom: 20px;
  }

  .tableWrapper-recruit .list-disc {
    margin-bottom: 15px;
  }

  .inner > .list-disc-large,
  .inner > .list-disc-strong,
  .inner-single > .list-disc-large,
  .inner-single > .list-disc-strong {
    margin-bottom: 20px;
  }

  .list-disc-large > li,
  .list-disc-strong > li {
    margin-bottom: 10px;
  }

  .list-increment_item {
    margin-bottom: 5px;
  }

  .list-increment_item:not(li) {
    margin-bottom: 20px;
  }

  .tableWrapper {
    margin-bottom: 20px;
  }

  .tableWrapper-graph:last-child {
    margin-bottom: 10px;
  }

  .inner .tableWrapper-recruit p {
    margin-bottom: 5px;
  }

  .stylingTable .stylingTable_note,
  .stylingTable-ir .stylingTable_note,
  .stylingTable-balancesheet .stylingTable_note,
  .stylingTable-benefit .stylingTable_note,
  .stylingTable-form .stylingTable_note {
    font-size: 1.3rem;
  }

  .is-font-large .stylingTable .stylingTable_note,
  .is-font-large .stylingTable-ir .stylingTable_note,
  .is-font-large .stylingTable-balancesheet .stylingTable_note,
  .is-font-large .stylingTable-benefit .stylingTable_note,
  .is-font-large .stylingTable-form .stylingTable_note {
    font-size: 1.482rem;
  }

  .stylingTable td hr,
  .stylingTable-ir td hr,
  .stylingTable-balancesheet td hr,
  .stylingTable-benefit td hr,
  .stylingTable-form td hr {
    margin: 13px 0;
  }

  .stylingTable td figure,
  .stylingTable-ir td figure,
  .stylingTable-balancesheet td figure,
  .stylingTable-benefit td figure,
  .stylingTable-form td figure {
    margin-top: 10px;
  }

  .stylingTable th {
    padding: 15px 15px;
  }

  .stylingTable td {
    padding: 15px 15px;
  }

  .stylingTable-ir,
  .stylingTable-balancesheet {
    font-size: 1.3rem;
  }

  .is-font-large .stylingTable-ir,
  .is-font-large .stylingTable-balancesheet {
    font-size: 1.482rem;
  }

  .stylingTable-ir th,
  .stylingTable-balancesheet th {
    padding: 13px 15px;
  }

  .stylingTable-ir td,
  .stylingTable-balancesheet td {
    padding: 13px 10px;
  }

  .stylingTable-ir thead tr th,
  .stylingTable-balancesheet thead tr th {
    padding: 13px 10px;
  }

  .stylingTable-ir thead tr th:first-child,
  .stylingTable-balancesheet thead tr th:first-child {
    padding: 13px 10px;
  }

  .stylingTable-balancesheet th {
    padding: 13px 10px;
  }

  .stylingTable-benefit {
    font-size: 1.4rem;
  }

  .is-font-large .stylingTable-benefit {
    font-size: 1.596rem;
  }

  .stylingTable-benefit th {
    padding: 13px 15px;
  }

  .stylingTable-benefit td {
    padding: 13px 15px;
  }

  .stylingTable-benefit td .stylingTable-benefit_will:after {
    top: -7px;
    right: -12px;
    font-size: 10px;
  }

  .stylingTable-benefit thead tr th {
    padding: 13px 15px;
  }

  .nonstylingTable th {
    padding-bottom: 7px;
  }

  .nonstylingTable td {
    padding-bottom: 7px;
    padding-left: 20px;
  }

  .tableLowerNote {
    font-size: 1.3rem;
  }

  .is-font-large .tableLowerNote {
    font-size: 1.482rem;
  }

  .tableWrapper + .tableLowerNote {
    margin-top: -19px;
  }

  .tableUpperNote {
    margin-top: -24px;
    font-size: 1.2rem;
  }

  .is-font-large .tableUpperNote {
    font-size: 1.368rem;
  }

  .graph .axis.x text {
    font-size: 1.2rem;
  }

  .is-font-large .graph .axis.x text {
    font-size: 1.368rem;
  }

  .graph .axis.y text,
  .graph .axis.y2 text {
    font-size: 1.3rem;
  }

  .is-font-large .graph .axis.y text,
  .is-font-large
  .graph .axis.y2 text {
    font-size: 1.482rem;
  }

  .graph .legend text {
    font-size: 1.2rem;
  }

  .is-font-large .graph .legend text {
    font-size: 1.368rem;
  }

  .graph .value {
    font-size: 1.1rem;
  }

  .is-font-large .graph .value {
    font-size: 1.254rem;
  }

  .graph .label {
    font-size: 1.2rem;
  }

  .is-font-large .graph .label {
    font-size: 1.368rem;
  }

  .carousel_item > a[target='_blank']:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .carousel_dots {
    bottom: 10px;
  }

  .carousel_prev {
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-left: -12px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .carousel_prev {
    display: none;
  }

  .carousel_next {
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-right: -12px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .carousel_next {
    display: none;
  }

  .modal_inner {
    background-size: 25px 25px;
  }

  .modal_inner > .is-prev-left {
    left: -20px;
  }

  .modal_inner > .is-prev-right {
    right: -20px;
  }

  .modal_inner:before {
    left: -20px;
    background-size: 25px 25px;
  }

  .modal_inner:after {
    right: -20px;
    background-size: 25px 25px;
  }

  .btn-modal-prev {
    left: -12px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .btn-modal-next {
    right: -12px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .btn-modal-close {
    top: -13px;
    right: -12px;
    width: 25px;
    height: 25px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
  }

  .pageNavigation {
    margin: 0 -20px;
  }

  .inner > .tabListWrapper {
    margin: 0 -20px;
  }

  .tabList {
    padding-bottom: 14px;
  }

  .box-news .tabList {
    padding-top: 18px;
  }

  .tabList_tab:first-child a:before {
    content: normal;
  }

  .tabList_tab:last-child > a:after {
    content: normal;
  }

  .tabList_tab > a {
    margin: -18px 0 -14px;
    padding: 18px 10px 18px;
    vertical-align: middle;
  }

  .tabList_tab_caption {
    top: -.5em;
  }

  .tabList-sp {
    display: block;
    overflow: hidden;
    margin-top: -15px;
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .tabList-sp_tab-2 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
  }

  .tabList-sp_tab-2 > a {
    position: relative;
    margin: 0;
    padding: 18px 10px;
  }

  .tabList-sp_tab-2:nth-child(even) > a:after {
    content: normal;
  }

  .tabList-sp_tab-3 {
    float: left;
    box-sizing: border-box;
    width: 33.33333%;
    width: calc(100%/3);
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
  }

  .tabList-sp_tab-3 > a {
    position: relative;
    margin: 0;
    padding: 14px 10px;
  }

  .tabList-sp_tab-3:nth-child(3n) a:after {
    content: normal;
  }

  .tabBar {
    width: 40px;
  }

  .tabBody-panels {
    margin-top: 40px;
  }

  .box-news .tabBody-panels {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .tabBody-items {
    margin-top: 25px;
  }

  .box-news .tabBody-items {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .androidbrowser .tabItem {
    -webkit-animation: redraw 1s infinite;
            animation: redraw 1s infinite;
  }

  .mainColumn > .pageAnchorWrapper,
  .mainColumn > .inner > .pageAnchorWrapper {
    margin: 0 -20px;
  }

  .pageAnchorWrapper .carousel_next,
  .pageAnchorWrapper .carousel_prev {
    width: 20px;
    background-size: 7px 14px;
  }

  .pageAnchor {
    padding: 16px 15px;
  }

  .pageAnchor_item {
    font-size: 1.2rem;
  }

  .is-font-large .pageAnchor_item {
    font-size: 1.368rem;
  }

  .tree .tree {
    padding-left: 20px;
  }

  .androidbrowser .tree_branch {
    overflow: hidden;
    margin-left: -20px;
    padding-left: 20px;
  }

  .tree_branch:before {
    top: calc(1em + 10px);
    left: 10px;
    height: calc(100% - 20px - 2em);
  }

  .androidbrowser .tree_branch:before {
    top: -36px;
    left: 30px;
    height: 100%;
  }

  .tree_block {
    padding: 20px 0;
  }

  .tree_item {
    margin-bottom: 15px;
    padding: 10px 30px;
  }

  .tree .tree .tree_item:after {
    top: calc(1em + 10px);
    left: -10px;
    width: 10px;
  }

  .androidbrowser .tree .tree .tree_item:after {
    top: 22px;
  }

  .chart_item,
  .chart_item-top,
  .chart_item-bottom {
    width: 45%;
    padding: 7px 10px;
  }

  .chart {
    font-size: 1.5rem;
  }

  .is-font-large .chart {
    font-size: 1.71rem;
  }

  .chart .chart {
    padding-top: 30px;
  }

  .chart .chart:before {
    left: 21.7%;
    height: 30px;
  }

  .chart .chart:after {
    top: 14px;
    left: 21.7%;
    width: 56.15%;
    height: 16px;
  }

  .chart .chart-bottom {
    padding-top: 30px;
  }

  .chart .chart-bottom:before {
    left: 21.7%;
    height: calc(30px + 8px + 1em);
  }

  .androidbrowser .chart .chart-bottom:before {
    height: 51px;
  }

  .chart .chart-bottom:after {
    top: calc(30px + 7px + 1em);
    right: calc(45% + 15px);
    height: calc(100% - 30px - 14px - 2em);
  }

  .androidbrowser .chart .chart-bottom:after {
    top: auto;
    right: 45%;
    bottom: 19px;
    height: 300px;
    margin-right: 15px;
  }

  .chart_item-bottom:after {
    top: calc(1em + 6px);
    left: -17px;
    width: 17px;
  }

  .androidbrowser .chart_item-bottom:after {
    top: 19px;
  }

  .chart_branch:nth-child(2) {
    top: 30px;
  }

  .chart_branch-bottom {
    margin-bottom: 30px;
  }

  .chart_branch-bottom {
    margin-bottom: 20px;
  }

  .arrowLink-small {
    font-size: 1.3rem;
  }

  .is-font-large .arrowLink-small {
    font-size: 1.482rem;
  }

  .pdfLink:after {
    width: 12px;
    height: 14px;
  }

  .headingLv2-top {
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .topMission {
    padding-bottom: 40px;
  }

  .box-top {
    padding-top: 30px;
  }

  .box-top_icon {
    top: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .box-top_icon img {
    top: -9px;
  }

  .box-top_content {
    padding: 15px 20px 30px;
    font-size: 1.4rem;
  }

  .is-font-large .box-top_content {
    font-size: 1.596rem;
  }

  .box-top_content_head {
    margin-top: -58px;
    margin-bottom: 32px;
    font-size: 1.6rem;
  }

  .is-font-large .box-top_content_head {
    font-size: 1.824rem;
  }

  .row-top {
    margin: 0 -20px;
  }

  .row-top_col {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }

  .topMoreBtn {
    width: 70px;
    height: 30px;
    font-size: 1.1rem;
  }

  .is-font-large .topMoreBtn {
    font-size: 1.254rem;
  }

  .topLead {
    padding: 0 20px;
  }

  .topNews {
    padding-bottom: 40px;
  }

  .topNews .pageNavigation {
    margin: 0;
  }

  .topInner.tabBody-items {
    padding: 0 20px;
  }

  .topBanner {
    padding: 40px 0;
    background-color: #faf4ed;
    background-image: none;
  }

  .headingMonth {
    margin: 0 0 18px;
    padding: 25px 0 15px;
    font-size: 1.6rem;
  }

  .is-font-large .headingMonth {
    font-size: 1.824rem;
  }

  .newsItem {
    display: block;
    overflow: hidden;
    font-size: 1.4rem;
    -webkit-animation: redraw 1s infinite;
            animation: redraw 1s infinite;
  }

  .is-font-large .newsItem {
    font-size: 1.596rem;
  }

  .box-news .newsItem {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newsItem_date {
    display: block;
    float: left;
    padding-right: 15px;
  }

  .newsItem_label {
    display: block;
    float: left;
    padding-right: 0;
  }

  .newsItem_text {
    display: block;
    clear: both;
    padding-top: 5px;
  }

  .recruitItem .newsItem_text {
    display: table-cell;
  }

  .newsItem_text a[href$='pdf']:after {
    width: 12px;
    height: 14px;
  }

  .newsItem.recruitItem {
    display: table;
  }

  .newsLabel-other {
    height: 20px;
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .is-font-large .newsLabel-other {
    font-size: 1.368rem;
  }

  .newsInner .headingLv3 {
    margin-bottom: 28px;
  }

  .newsInner p {
    margin-bottom: 34px;
  }

  .importantNews {
    font-size: 1.4rem;
  }

  .is-font-large .importantNews {
    font-size: 1.596rem;
  }

  .importantNews_inner {
    display: block;
    padding: 0 20px;
  }

  .importantNews_inner > dt:before {
    width: 13px;
    height: 13px;
  }

  .importantNews_inner > dt {
    display: block;
    width: auto;
    margin: 0 -20px;
    padding: 12px 20px;
    border-bottom: 1px solid #944d4d;
  }

  .importantNews_list {
    display: block;
  }

  .importantNewsItem_date {
    padding-right: 0;
  }

  .importantNewsItem_date:after {
    content: normal;
  }

  .importantNewsItem_text {
    padding-left: 0;
  }

  .director {
    padding-top: 20px;
  }

  .director.is-profileOpen {
    padding-bottom: 20px;
  }

  .director_image {
    max-width: 40%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .director_text {
    margin-bottom: 20px;
  }

  .director_post {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }

  .is-font-large .director_post {
    font-size: 1.596rem;
  }

  .director_name {
    font-size: 1.7rem;
  }

  .is-font-large .director_name {
    font-size: 1.938rem;
  }

  .profileDetailBtn {
    font-size: 1.3rem;
  }

  .is-font-large .profileDetailBtn {
    font-size: 1.482rem;
  }

  .profileDetail_btn {
    font-size: 1.3rem;
  }

  .is-font-large .profileDetail_btn {
    font-size: 1.482rem;
  }

  .profileDetail_inner {
    padding: 20px 20px 0;
  }

  .profileDetail_text {
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 1.3rem;
  }

  .is-font-large .profileDetail_text {
    font-size: 1.482rem;
  }

  .profileDetail_post {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .is-font-large .profileDetail_post {
    font-size: 1.482rem;
  }

  .profileDetail_name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .is-font-large .profileDetail_name {
    font-size: 2.052rem;
  }

  .profileDetail_history {
    margin-bottom: 25px;
  }

  .profileDetail_history_head {
    padding-bottom: 13px;
    font-size: 1.7rem;
  }

  .is-font-large .profileDetail_history_head {
    font-size: 1.938rem;
  }

  .profileDetailTable {
    font-size: 1.4rem;
  }

  .is-font-large .profileDetailTable {
    font-size: 1.596rem;
  }

  .profileDetailTable th,
  .profileDetailTable td {
    margin-bottom: 10px;
  }

  .profileDetailTable th {
    width: 45px;
    padding-right: 5px;
  }

  .profileDetailTable th + th {
    width: 40px;
    padding-right: 15px;
  }

  .irHero {
    margin-bottom: 20px;
  }

  .irHero .carousel_inner {
    margin: 0 -10px;
  }

  .irHero .carousel_item {
    padding: 0 10px;
  }

  .subCalendarList_date {
    font-size: 1.4rem;
  }

  .is-font-large .subCalendarList_date {
    font-size: 1.596rem;
  }

  .subCalendarList_text {
    font-size: 1.3rem;
  }

  .is-font-large .subCalendarList_text {
    font-size: 1.482rem;
  }

  .subhead {
    font-size: 1.4rem;
  }

  .is-font-large .subhead {
    font-size: 1.596rem;
  }

  .irDownloadList > li > a {
    font-size: 1.3rem;
  }

  .is-font-large .irDownloadList > li > a {
    font-size: 1.482rem;
  }

  .irDownloadList > li > a:before {
    width: 12px;
    height: 14px;
  }

  .strengthHead {
    display: block;
    width: auto;
    padding: 10px 0;
  }

  .inner-irLibrary {
    padding-top: 10px;
  }

  .bulkDownloadBtnArea {
    margin-top: -61px;
  }

  .bulkDownloadBtn {
    padding: 9px 10px;
    font-size: 1.4rem;
    border-radius: 16px;
  }

  .is-font-large .bulkDownloadBtn {
    font-size: 1.596rem;
  }

  .bulkDownloadBtn:after {
    width: 11px;
    height: 11px;
  }

  .recruitHero .carousel_wrap .carousel_item > a[target='_blank']:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .recruitHero .carousel_wrap {
    margin: 0 -20px;
  }

  .subNewsList_item {
    padding: 12px 0;
    font-size: 1.3rem;
  }

  .is-font-large .subNewsList_item {
    font-size: 1.482rem;
  }

  .subNews_date {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }

  .is-font-large .subNews_date {
    font-size: 1.596rem;
  }

  .subNewsLabel {
    padding: 0 12px;
    font-size: 1.1rem;
  }

  .is-font-large .subNewsLabel {
    font-size: 1.254rem;
  }

  .place-label {
    min-width: 90px;
  }

  .newsLabel-place-on {
    width: 40px;
    height: 20px;
    margin: 5px 0 0 5px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .is-font-large .newsLabel-place-on {
    font-size: 1.368rem;
  }

  .newsLabel-place-off {
    width: 40px;
    margin: 5px 0 0 5px;
    padding: 0;
    font-size: 1.2rem;
  }

  .is-font-large .newsLabel-place-off {
    font-size: 1.368rem;
  }

  .inner > .recruitLead {
    margin-top: -6px;
    margin-bottom: 34px;
  }

  .inner > .recruitLead-procedure {
    margin-top: -8px;
    margin-bottom: 30px;
    padding-bottom: 34px;
  }

  .faqItem {
    margin-bottom: 20px;
    padding: 20px 0 0;
  }

  .faqItem_question > a {
    text-indent: -30px;
  }

  .faqItem_answer_inner {
    padding: 15px 20px 15px 60px;
    text-indent: -30px;
  }

  .heading-procedure,
  .heading-procedureLast {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 1.6rem;
  }

  .is-font-large .heading-procedure,
  .is-font-large .heading-procedureLast {
    font-size: 1.824rem;
  }

  .procedureArea {
    margin-bottom: 30px;
  }

  .stylingTable-form {
    display: block;
  }

  .stylingTable-form tr,
  .stylingTable-form tbody {
    display: block;
  }

  .stylingTable-form th {
    display: block;
    width: auto !important;
    padding: 12px 20px;
    border-right: 0;
  }

  .stylingTable-form td {
    display: block;
    padding: 20px;
    border-top: 1px solid #e3e3e3 !important;
    border-right: 0;
  }

  .stylingTable-form td .attention {
    margin: 5px 0 0;
  }

  .stylingTable-form input[type='text'] {
    margin: 0;
    padding: 9px 12px;
    font-size: 1.5rem;
  }

  .is-font-large .stylingTable-form input[type='text'] {
    font-size: 1.71rem;
  }

  .stylingTable-form textarea {
    margin: 0;
    padding: 9px 12px;
    font-size: 1.5rem;
  }

  .is-font-large .stylingTable-form textarea {
    font-size: 1.71rem;
  }

  .requiredLabel {
    position: relative;
    top: -1px;
    padding: 1px 14px;
    font-size: 1.2rem;
    line-height: 1.81818;
    border-radius: 1em;
  }

  .is-font-large .requiredLabel {
    font-size: 1.368rem;
  }

  .decorationSelectWrapper {
    margin: 0;
  }

  .decorationSelect {
    padding: 10px 12px;
    font-size: 1.5rem;
  }

  .is-font-large .decorationSelect {
    font-size: 1.71rem;
  }

  .decorationDropdown_item {
    padding: 10px 12px;
    font-size: 1.5rem;
  }

  .is-font-large .decorationDropdown_item {
    font-size: 1.71rem;
  }

  .selectText {
    padding: 10px 15px;
    font-size: 1.5rem;
  }

  .is-font-large .selectText {
    font-size: 1.71rem;
  }

  .submitBtn {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 9px 0;
    font-size: 1.4rem;
    border-radius: 16px;
  }

  .is-font-large .submitBtn {
    font-size: 1.596rem;
  }

  .submitBtn:last-child {
    margin-bottom: 0;
  }

  .contactAttentionBox {
    margin-bottom: 40px;
    padding: 15px 20px;
  }

  .contactThanksBox {
    margin-bottom: 40px;
    padding: 15px 20px;
  }

  .note {
    font-size: 1.3rem;
  }

  .is-font-large .note {
    font-size: 1.482rem;
  }

  .tableWrapper .media {
    display: table;
  }

  .media_caption,
  .newsInner .media_caption {
    padding-top: 5px;
    font-size: 1.3rem;
  }

  .is-font-large .media_caption,
  .is-font-large .newsInner .media_caption,
  .newsInner .is-font-large .media_caption {
    font-size: 1.482rem;
  }

  .googlemap {
    margin-bottom: 8px;
  }

  .circleIcon {
    width: 100px;
    height: 100px;
  }

  .bannerImage[target='_blank']:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .bannerImage-02[target='_blank']:after {
    top: 12px;
    right: 12px;
    width: 11px;
    height: 11px;
  }

  .searchForm {
    margin-bottom: 5px;
  }

  .searchForm_text {
    padding: 14px 62px 14px 15px;
    font-size: 1.7rem;
  }

  .is-font-large .searchForm_text {
    font-size: 1.938rem;
  }

  .searchForm_submit {
    width: 47px;
    height: 47px;
    background-size: 18px 18px;
  }

  .inner-single .gsc-webResult .gsc-result {
    margin-bottom: 20px;
    padding: 0 0 20px 0;
  }

  .inner-single .gsc-control-cse .gs-spelling,
  .inner-single .gsc-control-cse .gs-result .gs-title,
  .inner-single .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.6rem;
  }

  .is-font-large .inner-single .gsc-control-cse .gs-spelling,
  .is-font-large .inner-single .gsc-control-cse .gs-result .gs-title,
  .is-font-large .inner-single .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.824rem;
  }

  .inner-single .gsc-control-cse .gs-spelling,
  .inner-single .gsc-control-cse .gs-result .gs-title,
  .inner-single .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.7rem;
  }

  .is-font-large .inner-single .gsc-control-cse .gs-spelling,
  .is-font-large .inner-single .gsc-control-cse .gs-result .gs-title,
  .is-font-large .inner-single .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.938rem;
  }

  .inner-single .gsc-preview-reviews,
  .inner-single .gsc-control-cse .gs-snippet,
  .inner-single .gsc-control-cse .gs-promotion em,
  .inner-single .gsc-control-cse .gs-snippet,
  .inner-single .gsc-control-cse .gs-promotion em {
    font-size: 1.3rem;
  }

  .is-font-large .inner-single .gsc-preview-reviews,
  .is-font-large .inner-single .gsc-control-cse .gs-snippet,
  .is-font-large .inner-single .gsc-control-cse .gs-promotion em,
  .is-font-large .inner-single .gsc-control-cse .gs-snippet,
  .is-font-large .inner-single .gsc-control-cse .gs-promotion em {
    font-size: 1.482rem;
  }

  .inner-single .gsc-preview-reviews,
  .inner-single .gsc-control-cse .gs-snippet,
  .inner-single .gsc-control-cse .gs-promotion em,
  .inner-single .gsc-control-cse .gs-snippet,
  .inner-single .gsc-control-cse .gs-promotion em {
    font-size: 1.4rem;
  }

  .is-font-large .inner-single .gsc-preview-reviews,
  .is-font-large .inner-single .gsc-control-cse .gs-snippet,
  .is-font-large .inner-single .gsc-control-cse .gs-promotion em,
  .is-font-large .inner-single .gsc-control-cse .gs-snippet,
  .is-font-large .inner-single .gsc-control-cse .gs-promotion em {
    font-size: 1.596rem;
  }

  .inner-single span.gs-fileFormat,
  .inner-single span.gs-fileFormatType {
    font-size: 1.2rem;
  }

  .is-font-large .inner-single span.gs-fileFormat,
  .is-font-large
  .inner-single span.gs-fileFormatType {
    font-size: 1.368rem;
  }

  .inner-single .gsc-control-cse,
  .inner-single .gsc-control-cse .gsc-table-result {
    font-size: 1.2rem;
  }

  .is-font-large .inner-single .gsc-control-cse,
  .is-font-large .inner-single .gsc-control-cse .gsc-table-result {
    font-size: 1.368rem;
  }

  .inner-single .gsc-control-cse,
  .inner-single .gsc-control-cse .gsc-table-result {
    font-size: 1.3rem;
  }

  .is-font-large .inner-single .gsc-control-cse,
  .is-font-large .inner-single .gsc-control-cse .gsc-table-result {
    font-size: 1.482rem;
  }

  .inner-single .gsc-cursor-page {
    font-size: 1.5rem;
  }

  .is-font-large .inner-single .gsc-cursor-page {
    font-size: 1.71rem;
  }

  .inner-single .gs-webResult div.gs-visibleUrl-long,
  .inner-single .gs-promotion div.gs-visibleUrl-long {
    font-size: 1.2rem;
  }

  .is-font-large .inner-single .gs-webResult div.gs-visibleUrl-long,
  .is-font-large .inner-single .gs-promotion div.gs-visibleUrl-long {
    font-size: 1.368rem;
  }

  .newsInner > dl,
  .newsInner > .list-disc,
  .newsInner > .list-disc-large,
  .newsInner > .list-disc-strong,
  .newsInner > .list-disc-strong,
  .newsInner > .linkList,
  .newsInner > .list-increment,
  .newsInner > .noteList,
  .newsInner > .noteList-increment,
  .newsInner > .youtube {
    margin-bottom: 20px;
  }

  .newsInner .media {
    margin-bottom: 20px;
  }

  .newsInner .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes redraw {

  from {
    min-width: 1px;
  }

  to {
    min-width: 2px;
  }
}

@keyframes redraw {

  from {
    min-width: 1px;
  }

  to {
    min-width: 2px;
  }
}

@-webkit-keyframes bar-top-open {

  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }
}

@keyframes bar-top-open {

  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }
}

@-webkit-keyframes bar-bottom-open {

  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }
}

@keyframes bar-bottom-open {

  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }
}

@-webkit-keyframes bar-top-close {

  0% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes bar-top-close {

  0% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes bar-bottom-close {

  0% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes bar-bottom-close {

  0% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}


<style>
.tree { margin: 20px auto; min-height: auto; max-width: 800px; width: 100%;}
.tree ul.list,
.tree ul.list ul { margin:0; padding:0; list-style-type: none;}
.tree ul.list ul { position:relative; margin-left:10%; margin-top:0;}
.tree ul.list ul:before { content:""; display:block; position:absolute; top:0; left:0; bottom:0; width:0; border-left:1px solid #ccc;}
.tree ul.list li { position:relative; margin:0; padding:15px 0 0 20px; color:#333; text-decoration: none; font-weight:normal; line-height:20px; }
.tree ul.list ul li:before { content:""; display:block; position:absolute; top:35px; left: 0; width:20px; height:0; border-top:1px solid #ccc; }
.tree ul.list ul li:last-child:before { top: 35px;  bottom: 0; height: auto; background: RGBA(255, 255, 255, 1); }
.tree li span{ padding: 10px; border-radius: 20px; min-width: 135px; display: inline-block; text-align: center; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);}
.tree li span.p1{ background-color: #ad3c3c; color: #fff;}
.tree li span.p2{ background-color: #f9eae0;}
.tree li span.p3{ background-color: #e8eaec;}
.tree .lines{ height:30px;}
.tree .lines:before { content:""; display:block; position:relative; top:0px; left:10%; bottom:0; width:0; border-left:1px solid #ccc; height:30px;}
.tree .lines2{ height:13px;}
.tree .lines2:before { content:""; display:block; position:relative; top:-440px; left:12.3%; bottom:0; width:0; border-left:1px solid #ccc; height:500px;}
</style>


