@charset 'UTF-8';

/**
 * Reset
 */
*,
*::before,
*::after {
  border: 0;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: #fff;
  box-sizing: border-box;
  font-family: '\30d2\30e9\30ae\30ce\89d2\30b4 Pro W3', 'Hiragino Kaku Gothic Pro', '\30e1\30a4\30ea\30aa', 'Meiryo', sans-serif, 'MS P\30b4\30b7\30c3\30af', 'Osaka';
  font-size: 62.5%;
  overflow-y: scroll;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 1.4rem;
  letter-spacing: .035em;
  line-height: 2;
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section,
svg {
  display: block;
}

button,
input,
a {
  color: inherit;
  cursor: pointer;
  font: inherit;
}

button {
  background: none;
  box-shadow: none;
  text-shadow: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
small {
  font-size: 1em;
  font-weight: normal;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}

sup,
sub {
  font-size: .75em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/**
 * Setting H1 in Breadcrumb
 */
.column #breadcrumb,
.casestudy #breadcrumb,
.recruit #breadcrumb,
.service #breadcrumb,
.bpo-service #breadcrumb,
.helpdesk-callcenter-service #breadcrumb,
.healthcare-service #breadcrumb,
.hrs-service #breadcrumb,
.corporate #breadcrumb {
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
}

.column #breadcrumb > .inner > li > a,
.casestudy #breadcrumb > .inner > li > a,
.recruit #breadcrumb > .inner > li > a,
.service #breadcrumb > .inner > li > a,
.bpo-service #breadcrumb > .inner > li > a,
.helpdesk-callcenter-service #breadcrumb > .inner > li > a,
.healthcare-service #breadcrumb > .inner > li > a,
.hrs-service #breadcrumb > .inner > li > a,
.corporate #breadcrumb > .inner > li > a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .column #breadcrumb,
  .casestudy #breadcrumb,
  .recruit #breadcrumb,
  .service #breadcrumb,
  .bpo-service #breadcrumb,
  .helpdesk-callcenter-service #breadcrumb,
  .healthcare-service #breadcrumb,
  .hrs-service #breadcrumb,
  .corporate #breadcrumb {
    display: none;
  }
}

/**
 * Setting maxWidth
 */
#header,
#nav-global > ul > li > a ~ .area-menu-01,
#breadcrumb,
#footer .logo,
#footer .footer-bottom,
.hdg-01-01,
.hdg-01-03,
.lyt-recruit-01,
.lyt-recruit-02,
.lyt-service-01,
.lyt-top-03 {
  padding: 0 20px;
}

#header > *,
#nav-global > ul > li > a ~ .area-menu-01 > *,
#breadcrumb > *,
#footer .logo > *,
#footer .footer-bottom > *,
.hdg-01-01 > *,
.hdg-01-03 > *,
.lyt-recruit-01 > *,
.lyt-recruit-02 > *,
.lyt-service-01 > *,
.lyt-top-03 > * {
  margin: 0 auto;
  max-width: 1200px;
}

/**
 * Setting boxInnerMargin
 */
#main .contents > .inner > :first-child,
.list-des-01 dd > :first-child,
.list-flow-01 > li .item .balloon > .inner > :first-child,
.list-flow-02 > li .item > :first-child,
.list-faq-01 dd > .inner > :first-child,
.lyt-img-01 .txt > :first-child,
.lyt-img-02 .txt > :first-child,
.lyt-column-01 > .col > :first-child,
.lyt-box-01 > :first-child,
.lyt-box-03 > :first-child,
.lyt-box-04 > :first-child,
.lyt-indent-01 > :first-child,
.lyt-recruit-01 > .inner > :first-child,
.lyt-recruit-02 > .inner > :first-child,
.lyt-service-01 > .inner > :first-child,
.lyt-top-02 > :first-child,
.lyt-message-01 .txt > :first-child,
.tbl-data-01 td > :first-child,
.tbl-data-01 th > :first-child,
.tbl-address-01 td > :first-child,
.tbl-address-01 th > :first-child {
  margin-top: 0 !important;
}

#main .contents > .inner > :last-child,
.list-des-01 dd > :last-child,
.list-flow-01 > li .item .balloon > .inner > :last-child,
.list-flow-02 > li .item > :last-child,
.list-faq-01 dd > .inner > :last-child,
.lyt-img-01 .txt > :last-child,
.lyt-img-02 .txt > :last-child,
.lyt-column-01 > .col > :last-child,
.lyt-box-01 > :last-child,
.lyt-box-03 > :last-child,
.lyt-box-04 > :last-child,
.lyt-indent-01 > :last-child,
.lyt-recruit-01 > .inner > :last-child,
.lyt-recruit-02 > .inner > :last-child,
.lyt-service-01 > .inner > :last-child,
.lyt-top-02 > :last-child,
.lyt-message-01 .txt > :last-child,
.tbl-data-01 td > :last-child,
.tbl-data-01 th > :last-child,
.tbl-address-01 td > :last-child,
.tbl-address-01 th > :last-child {
  margin-bottom: 0 !important;
}

/**
 * Setting hideText
 */
#header .btn-sp-01 > span > span,
#nav-global > ul > li > a ~ .area-menu-01 .btn-close-01 > span,
.hdg-02-04.only-en > span,
.link-top-01 > span,
.list-pager-01 button.prev > span,
.list-pager-01 button.next > span,
.lyt-modal-01 .btn-close-01 > span {
  left: -999em;
  position: absolute;
  top: -999em;
}

/**
 * Setting clearfix
 */
.lyt-img-04::after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}

/**
 * Setting font Montserrat
 */
.hdg-01-02 > h1 > span::after,
.hdg-02-04::before,
.hdg-02-05 > span::before,
[lang='en'] .hdg-02-05 > span,
.list-flow-01 > li .title > button .num,
.static .list-flow-01 > li .title .num,
.list-flow-02 > li .title .num,
.list-faq-01 .icon,
.list-corporate-01 > li > a > span::after,
.lyt-box-02 .list > li .js-tel-01,
.lyt-recruit-02 > .inner .list > li .js-tel-01 {
  font-family: 'Montserrat', sans-serif;
}

body {
  color: #222;
}

body ::-moz-selection {
  background-color: #d9d9d6;
  color: inherit;
}

body ::selection {
  background-color: #d9d9d6;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}

em {
  color: #6399ae;
}

strong {
  color: #ffb81c;
}

@-webkit-keyframes feed {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes feed {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**
 * Header
 */
#header {
  background-color: #fff;
  border-bottom: solid 1px #e9e9e9;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

#header a {
  text-decoration: none;
}

.static #header {
  position: static;
}

#header .header-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

#header .logo {
  flex-shrink: 0;
}

#header .btn-sp-01 {
  display: none;
  height: 40px;
  position: absolute;
  right: 14px;
  top: 10px;
  width: 40px;
}

#header .btn-sp-01[aria-expanded='true']::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .btn-sp-01[aria-expanded='true']::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header .btn-sp-01[aria-expanded='true'] > span::before {
  opacity: 0;
}

#header .btn-sp-01::before,
#header .btn-sp-01::after {
  background-color: #97999b;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: -1px 0 0 -13px;
  position: absolute;
  top: 50%;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  width: 26px;
  will-change: transform;
}

#header .btn-sp-01 > span::before {
  border: solid #97999b;
  border-width: 1px 0;
  content: '';
  display: block;
  height: 18px;
  left: 50%;
  margin: -9px 0 0 -13px;
  position: absolute;
  top: 50%;
  transition: opacity .2s;
  width: 26px;
  will-change: opacity;
}

#header .list-utility {
  border: solid #97999b;
  border-width: 0 1px;
  display: flex;
}

#header .list-utility > li {
  padding: 0 30px;
}

#header .list-utility > li + li {
  border-left: solid 1px #97999b;
}

#header .list-utility > li a {
  transition: color .2s;
  will-change: color;
}

#header .list-utility > li a:hover,
#header .list-utility > li a:focus,
#header .list-utility > li a:active {
  color: #97999b;
}

@media only screen and (max-width: 1120px) {
  #header {
    background-color: transparent;
    border-bottom: 0;
    max-height: 100vh;
    overflow-y: auto;
    padding: 60px 0 0;
  }
  .static #header {
    max-height: initial;
    overflow-y: initial;
  }
  .static #header .list-utility {
    padding: 20px;
  }
  #header > .inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  #header .header-top {
    flex-direction: column;
    padding: 0;
  }
  #header .logo {
    align-items: center;
    background-color: #fff;
    border-bottom: solid 1px #e9e9e9;
    display: flex;
    height: 60px;
    left: 0;
    padding: 12px 60px 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #header .logo img {
    max-height: 38px;
    vertical-align: top;
  }
  #header .btn-sp-01 {
    display: block;
    position: fixed;
    z-index: 2;
  }
  #header .list-utility {
    background-color: rgba(255, 184, 28, .95);
    border-width: 0;
    color: #fff;
    display: none;
    flex-wrap: wrap;
    padding: 20px 20px 15vh;
    width: 100%;
  }
  .static #header .list-utility {
    display: flex;
  }
  #header .list-utility.is-animate {
    display: flex;
    will-change: opacity;
  }
  #header .list-utility.is-animate[aria-expanded='true'] {
    -webkit-animation: feed .4s linear 0s reverse forwards;
    animation: feed .4s linear 0s reverse forwards;
  }
  #header .list-utility.is-animate[aria-expanded='false'] {
    -webkit-animation: feed .4s linear 0s forwards;
    animation: feed .4s linear 0s forwards;
  }
  #header .list-utility[aria-expanded='true'] {
    display: flex;
    opacity: 1;
  }
  #header .list-utility > li {
    padding: 0;
    width: 50%;
  }
  #header .list-utility > li + li {
    border-left: 0;
  }
  #header .list-utility > li > a {
    display: inline-block;
    padding: .3em 1em .3em 20px;
    position: relative;
  }
  #header .list-utility > li > a:hover,
  #header .list-utility > li > a:focus,
  #header .list-utility > li > a:active {
    color: #fff;
  }
  #header .list-utility > li > a::before {
    border: solid #fff;
    border-width: 1px 1px 0 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 1.1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
  }
}

/**
 * Global Nav
 */
#nav-global {
  font-size: 1.6rem;
  line-height: 1.2;
}

#nav-global > ul {
  display: flex;
  justify-content: flex-end;
}

#nav-global > ul > li + li {
  margin-left: 36px;
}

#nav-global > ul > li > a {
  display: inline-block;
  padding-bottom: 30px;
  transition: color .2s;
  will-change: color;
}

#nav-global > ul > li > a:hover,
#nav-global > ul > li > a:focus,
#nav-global > ul > li > a:active {
  color: #97999b;
}

#nav-global > ul > li > a[aria-current='true'] {
  color: #ffb81c;
  font-weight: bold;
}

#nav-global > ul > li > a ~ .area-menu-01 {
  background-color: rgba(255, 184, 28, .95);
  color: #fff;
  display: none;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: height .4s;
  width: 100%;
  will-change: height;
}

#nav-global > ul > li > a ~ .area-menu-01.is-animate {
  display: block;
}

#nav-global > ul > li > a ~ .area-menu-01[aria-expanded='true'] {
  display: block;
  height: auto;
}

#nav-global > ul > li > a ~ .area-menu-01 > .inner {
  position: relative;
}

#nav-global > ul > li > a ~ .area-menu-01 .list {
  display: flex;
  font-size: 1.5rem;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dt {
  flex-shrink: 0;
  font-weight: bold;
  padding: 30px 35px 30px 0;
  width: 285px;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dt > a {
  display: block;
  padding: 20px 15px;
  transition: background-color, .2s;
  width: 100%;
  will-change: background-color;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dt > a:hover,
#nav-global > ul > li > a ~ .area-menu-01 .list dt > a:focus,
#nav-global > ul > li > a ~ .area-menu-01 .list dt > a:active {
  background-color: rgba(255, 255, 255, .2);
}

#nav-global > ul > li > a ~ .area-menu-01 .list dd {
  flex-grow: 1;
  padding: 30px 0;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dd > ul {
  display: flex;
  flex-wrap: wrap;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li {
  width: 33.3%;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a {
  display: block;
  padding: 20px 15px;
  transition: background-color, .2s;
  width: 100%;
  will-change: background-color;
}

#nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a:hover,
#nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a:focus,
#nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a:active {
  background-color: rgba(255, 255, 255, .2);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd {
  font-size: 1.8rem;
  padding: 0;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul {
  flex-wrap: nowrap;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  flex: 1;
  height: 50vh;
  max-height: 300px;
  position: relative;
  width: 25%;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li::before {
  border: solid 1px #fff;
  bottom: 12px;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  right: 12px;
  width: 26px;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li::after {
  border: solid #fff;
  border-width: 1px 1px 0 0;
  bottom: 23px;
  content: '';
  display: block;
  height: 6.5px;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6.5px;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 {
  bottom: 50px;
  display: block;
  font-size: 1.5rem;
  height: auto;
  left: 0;
  min-height: 0;
  position: absolute;
  width: 250px;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01::before,
#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01::after {
  content: none;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a {
  border: solid 1px #fff;
  display: block;
  padding: 10px 26px 10px 12px;
  position: relative;
  text-align: center;
  transition: background-color .2s, color .2s;
  will-change: background-color, color;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a::before {
  border: solid;
  border-width: 1px 1px 0 0;
  height: 7px;
  margin-top: -3px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color .2s;
  width: 7px;
  will-change: border-color;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a:hover,
#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a:focus,
#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a:active {
  background-color: #fff;
  color: #ffb81c;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-01 {
  background-image: url(/img/common/bg_service_01.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-01 > a::before {
  background-image: url(/img/common/icon_service_01.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-02 {
  background-image: url(/img/common/bg_service_02.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-02 > a::before {
  background-image: url(/img/common/icon_service_02.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-03 {
  background-image: url(/img/common/bg_service_03.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-03 > a::before {
  background-image: url(/img/common/icon_service_03.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-04 {
  background-image: url(/img/common/bg_service_04.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.type-04 > a::before {
  background-image: url(/img/common/icon_service_04.png);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a {
  display: table-cell;
  padding: 80px 30px 0;
  text-align: center;
  vertical-align: top;
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a:hover,
#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a:focus,
#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a:active {
  background-color: rgba(255, 255, 255, .2);
}

#nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 70px;
  content: '';
  display: block;
  height: 70px;
  margin: 0 auto 40px;
  width: 104px;
}

#nav-global > ul > li > a ~ .area-menu-01 .btn-close-01 {
  background-color: rgba(255, 255, 255, .4);
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

#nav-global > ul > li > a ~ .area-menu-01 .btn-close-01::before,
#nav-global > ul > li > a ~ .area-menu-01 .btn-close-01::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: -.5px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

#nav-global > ul > li > a ~ .area-menu-01 .btn-close-01::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-global > ul > li > a ~ .area-menu-01 .btn-close-01::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1120px) {
  #nav-global {
    background-color: rgba(255, 184, 28, .95);
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    color: #fff;
    display: none;
    font-size: 1.4rem;
    padding: 0;
  }
  .static #nav-global {
    display: block;
  }
  #nav-global.is-animate {
    display: block;
    will-change: opacity;
  }
  #nav-global.is-animate[aria-expanded='true'] {
    -webkit-animation: feed .4s linear 0s reverse forwards;
    animation: feed .4s linear 0s reverse forwards;
  }
  #nav-global.is-animate[aria-expanded='false'] {
    -webkit-animation: feed .4s linear 0s forwards;
    animation: feed .4s linear 0s forwards;
  }
  #nav-global[aria-expanded='true'] {
    display: block;
    opacity: 1;
  }
  #nav-global > ul {
    flex-direction: column;
  }
  #nav-global > ul > li + li {
    border-top: solid 1px rgba(255, 255, 255, .2);
    margin-left: 0;
  }
  #nav-global > ul > li > a {
    display: block;
    padding: 20px 54px 20px 20px;
    position: relative;
    transition: none;
    width: 100%;
    will-change: auto;
  }
  #nav-global > ul > li > a:hover,
  #nav-global > ul > li > a:focus,
  #nav-global > ul > li > a:active {
    color: #fff;
  }
  #nav-global > ul > li > a::before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg) skew(5deg, 5deg);
    transform: rotate(-45deg) skew(5deg, 5deg);
    width: 9px;
  }
  #nav-global > ul > li > a.dropdown::before {
    margin-top: -8px;
    -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
    transform: rotate(45deg) skew(-5deg, -5deg);
  }
  .static #nav-global > ul > li > a.dropdown::before {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg) skew(5deg, 5deg);
    transform: rotate(-45deg) skew(5deg, 5deg);
  }
  #nav-global > ul > li > a[aria-current='true'] {
    color: #fff;
    font-weight: normal;
  }
  #nav-global > ul > li > a[aria-expanded='true']::before {
    margin-top: -2px;
    -webkit-transform: rotate(225deg) skew(-5deg, -5deg);
    transform: rotate(225deg) skew(-5deg, -5deg);
  }
  #nav-global > ul > li > a ~ .area-menu-01 {
    background-color: rgba(255, 255, 255, .2);
    position: static;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list {
    display: block;
    font-size: 1.4rem;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dt {
    border-bottom: solid 1px rgba(255, 255, 255, .4);
    font-weight: normal;
    padding: 0;
    position: relative;
    width: 100%;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dt::before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg) skew(5deg, 5deg);
    transform: rotate(-45deg) skew(5deg, 5deg);
    width: 9px;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dt > a {
    padding: 20px 20px 20px 0;
    transition: none;
    will-change: auto;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dt > a:hover,
  #nav-global > ul > li > a ~ .area-menu-01 .list dt > a:focus,
  #nav-global > ul > li > a ~ .area-menu-01 .list dt > a:active {
    background-color: transparent;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dd {
    padding: 0;
    width: 100%;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dd > ul {
    display: block;
    padding: 12px 0;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li {
    width: 100%;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a {
    padding: 12px 0 12px 20px;
    transition: none;
    will-change: auto;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a:hover,
  #nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a:focus,
  #nav-global > ul > li > a ~ .area-menu-01 .list dd > ul li > a:active {
    background-color: transparent;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd {
    font-size: 1.4rem;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li {
    display: block;
    height: auto;
    max-height: none;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li::before,
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li::after {
    content: none;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 {
    border: 0;
    position: static;
    width: 100%;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a {
    border: 0;
    padding: 11px 0 11px 20px;
    text-align: left;
    transition: none;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a::before {
    content: none;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a:hover,
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a:focus,
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li.btn-01 > a:active {
    background-color: transparent;
    color: #fff;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li[class*='type-'] {
    background-image: none;
    width: 100%;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li[class*='type-'] > a::before {
    content: none;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a {
    display: block;
    padding: 11px 0 11px 20px;
    text-align: left;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a:hover,
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a:focus,
  #nav-global > ul > li > a ~ .area-menu-01 .list.service dd > ul li > a:active {
    background-color: transparent;
    color: #fff;
  }
  #nav-global > ul > li > a ~ .area-menu-01 .btn-close-01 {
    display: none;
  }
}

/**
 * Main
 */
#main {
  margin-top: 146px;
  padding-bottom: 80px;
  position: relative;
}

[lang='en'] #main {
  margin-top: 136px;
}

.static #main {
  margin-top: 0;
}

.flex #main .contents {
  display: flex;
}

.flex #main .contents > .inner {
  flex-grow: 1;
  margin-right: 0;
  max-width: 940px;
  padding-right: 60px;
  width: 100%;
}

.flex #main .contents #side {
  flex-shrink: 0;
  margin: 0 auto 0 0;
  width: 260px;
}

.column #main .contents > .inner,
.casestudy #main .contents > .inner {
  padding-top: 75px;
}

.recruit #main {
  padding-bottom: 0;
}

.recruit #main .contents > .inner {
  padding: 100px 0 90px;
}

.service #main {
  padding-bottom: 0;
}

.service #main .contents > .inner {
  max-width: 1400px;
}

.bpo-service #main .contents > .inner,
.helpdesk-callcenter-service #main .contents > .inner,
.healthcare-service #main .contents > .inner,
.hrs-service #main .contents > .inner {
  padding: 76px 0 0;
}

.corporate #main {
  padding-bottom: 0;
}

.top #main {
  padding-bottom: 0;
}

.top #main .contents > .inner {
  padding-top: 48px;
}

.small #main .contents > .inner {
  max-width: 980px;
}

#main .contents {
  padding: 0 20px;
}

#main .contents > .inner {
  margin: 0 auto;
  max-width: 1200px;
}

#main .contents > .inner [class*='list-'] + p:not([class*='txt-lead-']):not([class*='label-']),
#main .contents > .inner [class*='link-'] + p:not([class*='txt-lead-']):not([class*='label-']),
#main .contents > .inner [class*='lyt-'] + p:not([class*='txt-lead-']):not([class*='label-']),
#main .contents > .inner [class*='tbl-'] + p:not([class*='txt-lead-']):not([class*='label-']),
#main .contents > .inner p + p:not([class*='txt-lead-']):not([class*='label-']) {
  margin-top: 24px;
}

@media only screen and (max-width: 1120px) {
  #main {
    margin-top: 60px;
    padding-bottom: 72px;
  }
  [lang='en'] #main {
    margin-top: 60px;
  }
  .flex #main {
    padding-bottom: 0;
  }
  .flex #main .contents {
    display: block;
  }
  .flex #main .contents > .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-right: 0;
  }
  .flex #main .contents > .inner p + p {
    margin-top: 16px;
  }
  .flex #main .contents #side {
    margin-top: 72px;
    width: 100%;
  }
  .column #main .contents > .inner,
  .casestudy #main .contents > .inner {
    padding-top: 55px;
  }
  .recruit #main .contents > .inner {
    padding: 75px 0;
  }
  .top #main {
    padding-bottom: 40px;
  }
  .top #main .contents > .inner {
    padding-top: 40px;
  }
}

/**
 * LocalNav
 */
#nav-local {
  border-bottom: solid 1px #d9d9d6;
  line-height: 1.75;
}

#nav-local > .inner dt {
  background-color: #53565a;
  color: #fff;
  font-size: 1.8rem;
  padding: 14px 0;
  text-align: center;
}

#nav-local > .inner dd[aria-current='true'] > a,
#nav-local > .inner dd[aria-current='true'] > span {
  background-color: #ececea;
  color: #ffb81c;
}

#nav-local > .inner dd[aria-current='true'] > a:hover,
#nav-local > .inner dd[aria-current='true'] > a:focus,
#nav-local > .inner dd[aria-current='true'] > a:active {
  color: #ffb81c;
}

#nav-local > .inner dd[aria-current='true'] > ul {
  display: block;
}

#nav-local > .inner dd + dd {
  border-top: solid 1px #d9d9d6;
}

#nav-local > .inner dd a,
#nav-local > .inner dd span {
  display: block;
}

#nav-local > .inner dd a {
  position: relative;
  text-decoration: none;
  transition: color, .2s;
  will-change: color;
}

#nav-local > .inner dd a::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

#nav-local > .inner dd a:hover,
#nav-local > .inner dd a:focus,
#nav-local > .inner dd a:active {
  color: #97999b;
}

#nav-local > .inner dd > a,
#nav-local > .inner dd > span {
  font-size: 1.5rem;
  padding: 20px 30px 15px 10px;
}

#nav-local > .inner dd > ul {
  display: none;
}

.static #nav-local > .inner dd > ul {
  display: block;
}

#nav-local > .inner dd > ul > li > a {
  color: #53565a;
  padding: 12px 30px 12px 20px;
}

#nav-local > .inner dd > ul > li > a[aria-current='true'] {
  color: #ffb81c;
}

@media only screen and (max-width: 1120px) {
  #nav-local {
    margin: 0 -20px;
  }
  #nav-local > .inner dt {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 6px 0;
  }
  #nav-local > .inner dd > ul {
    padding: 12px 0;
  }
}

/**
 * Breadcrumb
 */
#breadcrumb {
  line-height: 1.5;
}

.small #breadcrumb > .inner {
  max-width: 980px;
}

#breadcrumb > .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 22px 0 20px;
}

#breadcrumb > .inner > li {
  margin-top: .6em;
}

#breadcrumb > .inner > li + li {
  padding-left: 38px;
  position: relative;
}

#breadcrumb > .inner > li + li::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 6.5px;
  left: 12px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
  transform: rotate(45deg) skew(-15deg, -15deg);
  width: 6.5px;
}

#breadcrumb > .inner > li > a {
  color: #ffb81c;
}

#breadcrumb > .inner > li > em {
  color: inherit;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 1rem;
  }
  .column #breadcrumb,
  .casestudy #breadcrumb,
  .recruit #breadcrumb,
  .service #breadcrumb,
  .bpo-service #breadcrumb {
    display: none;
  }
  #breadcrumb > .inner {
    padding: 12px 0 10px;
  }
  #breadcrumb > .inner > li + li {
    padding-left: 28px;
  }
  #breadcrumb > .inner > li + li::before {
    height: 5px;
    left: 10px;
    width: 5px;
  }
}

/**
 * Footer
 */
#footer .logo {
  background-color: #bbbcbc;
}

#footer .logo > .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

#footer .logo .copy {
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 0 10px;
  text-align: center;
}

#footer .footer-bottom {
  font-size: 1.3rem;
}

#footer .footer-bottom > .inner {
  padding: 50px 0 36px;
}

#footer .footer-bottom .footer-box-01 {
  border: solid 1px #97999b;
  padding: 0 75px;
}

#footer .footer-bottom .footer-box-01 .list > div {
  display: flex;
  padding: 26px 0;
}

#footer .footer-bottom .footer-box-01 .list > div + div {
  border-top: solid 1px #97999b;
}

#footer .footer-bottom .footer-box-01 .list > div dt {
  flex-shrink: 0;
  width: 186px;
}

#footer .footer-bottom .footer-box-01 .list > div dd {
  flex-grow: 1;
}

#footer .footer-bottom .footer-box-01 .list .lyt-column-01,
#footer .footer-bottom .footer-box-01 .list .list-link-01,
#footer .footer-bottom .footer-box-01 .list .list-social-01 {
  margin-top: 0;
}

#footer .footer-bottom .footer-box-01 .list .list-link-01.col > li {
  margin-right: 60px;
}

#footer .footer-bottom .footer-box-01 .list .list-link-01.col > li:last-child {
  margin-right: 0;
}

#footer .footer-bottom .footer-box-01 .list .list-social-01 {
  align-items: center;
  justify-content: flex-start;
}

#footer .footer-bottom .list-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}

#footer .footer-bottom .list-utility > li {
  margin-right: 35px;
}

#footer .footer-bottom .list-utility > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #footer .logo > .inner {
    padding-top: 20px;
  }
  #footer .logo > .inner img {
    height: 26px;
  }
  #footer .logo .copy {
    padding: 10px 0;
  }
  #footer .footer-bottom {
    border-top: solid 1px #97999b;
  }
  #footer .footer-bottom > .inner {
    padding: 0;
  }
  #footer .footer-bottom .footer-box-01 {
    border: 0;
    padding: 0;
  }
  #footer .footer-bottom .footer-box-01 .list > div {
    flex-direction: column;
    padding: 26px 0;
  }
  #footer .footer-bottom .footer-box-01 .list > div + div {
    border-top: 0;
    position: relative;
  }
  #footer .footer-bottom .footer-box-01 .list > div + div::before {
    background-color: #97999b;
    content: '';
    display: block;
    height: 1px;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    width: calc(100% + 40px);
  }
  #footer .footer-bottom .footer-box-01 .list > div dt {
    width: 100%;
  }
  #footer .footer-bottom .footer-box-01 .list > div .lyt-column-01 > .col {
    margin-top: 0;
  }
  #footer .footer-bottom .footer-box-01 .list > div .list-link-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #footer .footer-bottom .footer-box-01 .list > div .list-link-01 > li {
    margin-right: 20px;
    margin-top: 10px;
    width: auto;
  }
  #footer .footer-bottom .footer-box-01 .list > div .list-social-01 {
    margin-top: 10px;
  }
  #footer .footer-bottom .list-utility {
    justify-content: flex-start;
    margin-top: 0;
    padding: 16px 0 26px;
    position: relative;
  }
  #footer .footer-bottom .list-utility::before {
    background-color: #97999b;
    content: '';
    display: block;
    height: 1px;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    width: calc(100% + 40px);
  }
  #footer .footer-bottom .list-utility > li {
    margin-right: 20px;
    margin-top: 10px;
  }
}

/**
 * Heading
 */
.small .hdg-01-01 > * {
  max-width: 980px;
}

.hdg-01-01 + .contents {
  margin-top: 57px;
}

.hdg-01-01 > h1 {
  flex-wrap: wrap;
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 3.8rem;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.hdg-01-01 > h1::before {
  background-color: #ffb81c;
  content: '';
  display: block;
  height: 46px;
  left: 0;
  position: absolute;
  top: .2em;
  width: 3px;
}

.hdg-01-01 > h1 > span {
  display: inline-block;
  margin-right: 30px;
}

.hdg-01-01 > h1 + .sub-01 {
  margin-top: 16px;
}

.hdg-01-01 > h1 .sub-02 {
  background-color: #d9d9d6;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 30px;
  padding: 5px 26px;
  vertical-align: middle;
}

.hdg-01-01 .sub-01 {
  color: #97999b;
}

.hdg-01-01 .sub-01 + h1 {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .hdg-01-01 > h1 {
    font-size: 2.4rem;
    padding-left: 13px;
  }
  .hdg-01-01 > h1::before {
    height: 25px;
  }
  .hdg-01-01 > h1 > span {
    margin-right: 0;
    width: 100%;
  }
  .hdg-01-01 > h1 .sub-02 {
    font-size: 1.3rem;
    margin: 12px 16px 0 0;
    padding: 4px 22px;
  }
  .hdg-01-01 .sub-01 {
    line-height: 1.75;
  }
}

.hdg-01-02 {
  background-position: top center;
  background-size: cover;
}

.column .hdg-01-02 {
  background-image: url(/img/column/bg_index_01.jpg);
}

.casestudy .hdg-01-02 {
  background-image: url(/img/casestudy/bg_index_01.jpg);
}

.recruit .hdg-01-02 {
  background-image: url(/img/recruit/bg_index_01.jpg);
}

.service .hdg-01-02 {
  background-image: url(/img/service/bg_index_01.jpg);
}

.bpo-service .hdg-01-02 {
  background-image: url(/img/service/bpo-service/bg_index_01.jpg);
}

.helpdesk-callcenter-service .hdg-01-02 {
  background-image: url(/img/service/helpdesk-callcenter-service/bg_index_01.jpg);
}

.healthcare-service .hdg-01-02 {
  background-image: url(/img/service/healthcare-service/bg_index_01.jpg);
}

.hrs-service .hdg-01-02 {
  background-image: url(/img/service/hrs-service/bg_index_01.jpg);
}

.corporate .hdg-01-02 {
  background-image: url(/img/corporate/bg_index_01.jpg);
}

.hdg-01-02 > h1 {
  color: #fff;
  display: table;
  font-size: 4.4rem;
  line-height: 1.7;
  width: 100%;
}

.hdg-01-02 > h1 > span {
  display: table-cell;
  padding: 148px 0;
  text-align: center;
  vertical-align: middle;
}

.hdg-01-02 > h1 > span::after {
  content: attr(data-en);
  display: block;
  font-size: 1.8rem;
  speak: none;
}

@media only screen and (max-width: 767px) {
  .hdg-01-02 > h1 {
    font-size: 2.4rem;
  }
  .hdg-01-02 > h1 > span {
    padding: 28px 0;
  }
  .hdg-01-02 > h1 > span::after {
    font-size: 1.4rem;
  }
}

.small .hdg-01-03 > * {
  max-width: 980px;
}

.hdg-01-03 + .contents {
  margin-top: 57px;
}

.hdg-01-03 > h1 {
  display: flex;
  flex-direction: column;
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 3.8rem;
  line-height: 1.5;
  text-align: center;
}

.hdg-01-03 > h1 + .sub-01 {
  margin-top: 16px;
}

.hdg-01-03 .sub-01 {
  color: #97999b;
  text-align: right;
}

.hdg-01-03 .sub-01 + h1 {
  margin-top: 16px;
}

.hdg-01-03 .sub-02 {
  color: #53565a;
  font-size: .8421em;
}

.hdg-01-03 .sub-02 + span {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .hdg-01-03 > h1 {
    font-size: 2.4rem;
    padding-left: 13px;
  }
  .hdg-01-03 .sub-02 + span {
    margin-top: 2px;
  }
}

.hdg-02-01 {
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 73px;
}

.hdg-02-01 + [class*='list-'],
.hdg-02-01 + [class*='link-'],
.hdg-02-01 + [class*='lyt-'],
.hdg-02-01 + [class*='tbl-'],
.hdg-02-01 + p {
  margin-top: 16px;
}

[class*='hdg-01'] + .hdg-02-01 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hdg-02-01 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 48px;
  }
  .hdg-02-01 + [class*='list-'],
  .hdg-02-01 + [class*='link-'],
  .hdg-02-01 + [class*='lyt-'],
  .hdg-02-01 + [class*='tbl-'],
  .hdg-02-01 + p {
    margin-top: 11px;
  }
  [class*='hdg-01-'] + .hdg-02-01 {
    margin-top: 46px;
  }
}

.hdg-02-02 {
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 2.4rem;
  margin-top: 75px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.hdg-02-02::before {
  background-color: #97999b;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}

.hdg-02-02 + [class*='list-'],
.hdg-02-02 + [class*='link-'],
.hdg-02-02 + [class*='lyt-'],
.hdg-02-02 + [class*='tbl-'],
.hdg-02-02 + p {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .hdg-02-02 {
    font-size: 2rem;
    margin-top: 55px;
    padding-bottom: 8px;
  }
  .hdg-02-02::before {
    margin-left: -20px;
    width: 40px;
  }
  .hdg-02-02 + [class*='list-'],
  .hdg-02-02 + [class*='link-'],
  .hdg-02-02 + [class*='lyt-'],
  .hdg-02-02 + [class*='tbl-'],
  .hdg-02-02 + p {
    margin-top: 24px;
  }
}

.hdg-02-03 {
  border-bottom: solid 1px #d9d9d6;
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 73px;
  padding-bottom: 13px;
}

.sitemap .hdg-02-03 {
  font-size: 2.2rem;
}

.hdg-02-03 + [class*='list-'],
.hdg-02-03 + [class*='link-'],
.hdg-02-03 + [class*='lyt-'],
.hdg-02-03 + [class*='tbl-'],
.hdg-02-03 + p {
  margin-top: 16px;
}

[class*='hdg-01'] + .hdg-02-03 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .hdg-02-03 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 48px;
    padding-bottom: 12px;
  }
  .sitemap .hdg-02-03 {
    font-size: 2rem;
  }
  .hdg-02-03 + [class*='list-'],
  .hdg-02-03 + [class*='link-'],
  .hdg-02-03 + [class*='lyt-'],
  .hdg-02-03 + [class*='tbl-'],
  .hdg-02-03 + p {
    margin-top: 11px;
  }
  [class*='hdg-01-'] + .hdg-02-03 {
    margin-top: 46px;
  }
}

.hdg-02-04 {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
}

.hdg-02-04 + [class*='list-'],
.hdg-02-04 + [class*='link-'],
.hdg-02-04 + [class*='lyt-'],
.hdg-02-04 + [class*='tbl-'],
.hdg-02-04 + p {
  margin-top: 28px;
}

.hdg-02-04::before {
  color: #53565a;
  content: attr(data-en);
  font-size: 3.6rem;
  letter-spacing: .1em;
  speak: none;
}

.hdg-02-04 > span {
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .hdg-02-04 {
    font-size: 1.2rem;
  }
  .hdg-02-04 + [class*='list-'],
  .hdg-02-04 + [class*='link-'],
  .hdg-02-04 + [class*='lyt-'],
  .hdg-02-04 + [class*='tbl-'],
  .hdg-02-04 + p {
    margin-top: 16px;
  }
  .hdg-02-04::before {
    font-size: 2.4rem;
  }
  .hdg-02-04 > span {
    margin-left: 12px;
  }
}

.hdg-02-05 {
  align-items: center;
  display: flex;
  margin: 88px auto 0;
  max-width: 1200px;
}

.hdg-02-05 + [class*='list-'],
.hdg-02-05 + [class*='link-'],
.hdg-02-05 + [class*='lyt-'],
.hdg-02-05 + [class*='tbl-'],
.hdg-02-05 + p {
  margin-top: 32px;
}

.hdg-02-05::before,
.hdg-02-05::after {
  background-color: #d9d9d6;
  content: '';
  flex-basis: 30px;
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: -.85em;
  width: auto;
}

.hdg-02-05 > span {
  text-align: center;
}

.hdg-02-05 > span::before {
  color: #53565a;
  content: attr(data-en);
  display: block;
  font-size: 3.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  padding: 0 54px;
  speak: none;
}

[lang='en'] .hdg-02-05::before,
[lang='en'] .hdg-02-05::after {
  top: 0;
}

[lang='en'] .hdg-02-05 > span {
  color: #53565a;
  display: block;
  font-size: 3.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  padding: 0 54px;
}

[lang='en'] .hdg-02-05 > span::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hdg-02-05 {
    margin: 35px auto 0;
  }
  .hdg-02-05 + [class*='list-'],
  .hdg-02-05 + [class*='link-'],
  .hdg-02-05 + [class*='lyt-'],
  .hdg-02-05 + [class*='tbl-'],
  .hdg-02-05 + p {
    margin-top: 26px;
  }
  .hdg-02-05 > span {
    font-size: 1.2rem;
  }
  .hdg-02-05 > span::before {
    font-size: 2.4rem;
    padding: 0 20px;
  }
  [lang='en'] .hdg-02-05 > span {
    font-size: 2.4rem;
    padding: 0 20px;
  }
}

.hdg-03-01 {
  border-bottom: solid 1px #d9d9d6;
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 44px;
  padding-bottom: 13px;
}

.hdg-03-01 + [class*='list-'],
.hdg-03-01 + [class*='link-'],
.hdg-03-01 + [class*='lyt-'],
.hdg-03-01 + [class*='tbl-'],
.hdg-03-01 + p {
  margin-top: 20px;
}

[class*='hdg-02'] + .hdg-03-01 {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .hdg-03-01 {
    line-height: 1.5;
    margin-top: 38px;
    padding-bottom: 12px;
  }
  .hdg-03-01 + [class*='list-'],
  .hdg-03-01 + [class*='link-'],
  .hdg-03-01 + [class*='lyt-'],
  .hdg-03-01 + [class*='tbl-'],
  .hdg-03-01 + p {
    margin-top: 14px;
  }
}

.hdg-03-02 {
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 90px;
  text-align: center;
}

.hdg-03-02 + [class*='list-'],
.hdg-03-02 + [class*='link-'],
.hdg-03-02 + [class*='lyt-'],
.hdg-03-02 + [class*='tbl-'],
.hdg-03-02 + p {
  margin-top: 20px;
}

[class*='hdg-02'] + .hdg-03-02 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .hdg-03-02 {
    line-height: 1.5;
    margin-top: 38px;
  }
  .hdg-03-02 + [class*='list-'],
  .hdg-03-02 + [class*='link-'],
  .hdg-03-02 + [class*='lyt-'],
  .hdg-03-02 + [class*='tbl-'],
  .hdg-03-02 + p {
    margin-top: 14px;
  }
}

.hdg-04-01 {
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 34px;
}

.hdg-04-01 + [class*='list-'],
.hdg-04-01 + [class*='link-'],
.hdg-04-01 + [class*='lyt-'],
.hdg-04-01 + [class*='tbl-'],
.hdg-04-01 + p {
  margin-top: 5px;
}

[class*='hdg-03-'] + .hdg-04-01 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .hdg-04-01 {
    margin-top: 26px;
  }
  .hdg-04-01 + [class*='list-'],
  .hdg-04-01 + [class*='link-'],
  .hdg-04-01 + [class*='lyt-'],
  .hdg-04-01 + [class*='tbl-'],
  .hdg-04-01 + p {
    margin-top: 8px;
  }
}

.hdg-05-01 {
  color: #53565a;
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 38px;
  padding-left: 10px;
  position: relative;
}

.hdg-05-01::before {
  background-color: #d9d9d6;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 2px;
}

.hdg-05-01 + [class*='list-'],
.hdg-05-01 + [class*='link-'],
.hdg-05-01 + [class*='lyt-'],
.hdg-05-01 + [class*='tbl-'],
.hdg-05-01 + p {
  margin-top: 5px;
}

[class*='hdg-04-'] + .hdg-05-01 {
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .hdg-05-01 {
    margin-top: 32px;
  }
  .hdg-05-01 + [class*='list-'],
  .hdg-05-01 + [class*='link-'],
  .hdg-05-01 + [class*='lyt-'],
  .hdg-05-01 + [class*='tbl-'],
  .hdg-05-01 + p {
    margin-top: 3px;
  }
  [class*='hdg-04-'] + .hdg-05-01 {
    margin-top: 8px;
  }
}

/**
 * Text
 */
.txt-note-01 {
  padding-left: 1.6em;
  position: relative;
}

.txt-note-01.large {
  padding-left: 2.4em;
}

.txt-note-01 .mark {
  left: 0;
  position: absolute;
  top: 0;
}

.txt-lead-01 {
  font-size: 1.6rem;
  margin-top: 24px;
  text-align: center;
}

.txt-lead-01 + .txt-lead-01 {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .txt-lead-01 {
    font-size: 1.4rem;
  }
}

.txt-lead-02 {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 24px auto 0;
  max-width: 980px;
  text-align: center;
}

.txt-lead-02 + .txt-lead-02 {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .txt-lead-02 {
    font-size: 1.4rem;
  }
}

.txt-lead-03 {
  font-size: 2rem;
  margin-top: 24px;
  text-align: center;
}

.txt-lead-03 em {
  color: #222;
  font-weight: normal;
}

.txt-lead-03 img {
  vertical-align: text-bottom;
}

.txt-lead-03 + .txt-lead-03 {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .txt-lead-03 {
    font-size: 1.8rem;
  }
}

.txt-lead-04 {
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}

.txt-lead-04 em {
  color: #222;
  font-weight: normal;
}

.txt-lead-04 img {
  vertical-align: text-bottom;
}

.txt-lead-04 + .txt-lead-04 {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .txt-lead-04 {
    font-size: 2.6rem;
  }
}

/**
 * Link
 */
.icon-blank-01 {
  margin-left: 10px;
  position: relative;
  top: -.1em;
  vertical-align: middle;
}

.icon-pdf-01 {
  margin-left: 10px;
  position: relative;
  top: -.1em;
  vertical-align: middle;
}

.link-txt-01 > a,
#footer .footer-bottom .list-utility > li > a,
.list-link-01 > li > a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
  transition: color .2s;
  will-change: color;
}

.link-txt-01 > a::before,
#footer .footer-bottom .list-utility > li > a::before,
.list-link-01 > li > a::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: .8em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.link-txt-01 > a .icon-blank-01,
#footer .footer-bottom .list-utility > li > a .icon-blank-01,
.list-link-01 > li > a .icon-blank-01 {
  transition: opacity .2s;
  will-change: opacity;
}

.link-txt-01 > a:hover,
#footer .footer-bottom .list-utility > li > a:hover,
.list-link-01 > li > a:hover,
.link-txt-01 > a:focus,
#footer .footer-bottom .list-utility > li > a:focus,
.list-link-01 > li > a:focus,
.link-txt-01 > a:active,
#footer .footer-bottom .list-utility > li > a:active,
.list-link-01 > li > a:active {
  color: #97999b;
}

.link-txt-01 > a:hover .icon-blank-01,
#footer .footer-bottom .list-utility > li > a:hover .icon-blank-01,
.list-link-01 > li > a:hover .icon-blank-01,
.link-txt-01 > a:focus .icon-blank-01,
#footer .footer-bottom .list-utility > li > a:focus .icon-blank-01,
.list-link-01 > li > a:focus .icon-blank-01,
.link-txt-01 > a:active .icon-blank-01,
#footer .footer-bottom .list-utility > li > a:active .icon-blank-01,
.list-link-01 > li > a:active .icon-blank-01 {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .link-txt-01 > a::before,
  #footer .footer-bottom .list-utility > li > a::before,
  .list-link-01 > li > a::before {
    top: .7em;
  }
}

.link-btn-01,
.link-btn-02,
.list-link-04 > li,
.tbl-address-01 td.link-02,
.tbl-address-01 td.link-01 {
  margin-top: 42px;
}

.link-btn-01.auto > a,
.auto.link-btn-02 > a,
.list-link-04 > li.auto > a,
.tbl-address-01 td.auto.link-02 > a,
.tbl-address-01 td.auto.link-01 > a {
  max-width: none;
  width: auto;
}

.link-btn-01 > a,
.link-btn-02 > a,
.list-link-04 > li > a,
.tbl-address-01 td.link-02 > a,
.tbl-address-01 td.link-01 > a {
  background-color: #97999b;
  border: solid 1px #97999b;
  color: #fff;
  display: inline-block;
  max-width: 240px;
  padding: 10px 26px 10px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  width: 100%;
  will-change: background-color, color;
}

.link-btn-01 > a::before,
.link-btn-02 > a::before,
.list-link-04 > li > a::before,
.tbl-address-01 td.link-02 > a::before,
.tbl-address-01 td.link-01 > a::before {
  border: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color .2s;
  width: 7px;
  will-change: border-color;
}

.link-btn-01 > a:hover,
.link-btn-02 > a:hover,
.list-link-04 > li > a:hover,
.tbl-address-01 td.link-02 > a:hover,
.tbl-address-01 td.link-01 > a:hover,
.link-btn-01 > a:focus,
.link-btn-02 > a:focus,
.list-link-04 > li > a:focus,
.tbl-address-01 td.link-02 > a:focus,
.tbl-address-01 td.link-01 > a:focus,
.link-btn-01 > a:active,
.link-btn-02 > a:active,
.list-link-04 > li > a:active,
.tbl-address-01 td.link-02 > a:active,
.tbl-address-01 td.link-01 > a:active {
  background-color: #fff;
  color: #97999b;
}

.link-btn-01 > a:hover::before,
.link-btn-02 > a:hover::before,
.list-link-04 > li > a:hover::before,
.tbl-address-01 td.link-02 > a:hover::before,
.tbl-address-01 td.link-01 > a:hover::before,
.link-btn-01 > a:focus::before,
.link-btn-02 > a:focus::before,
.list-link-04 > li > a:focus::before,
.tbl-address-01 td.link-02 > a:focus::before,
.tbl-address-01 td.link-01 > a:focus::before,
.link-btn-01 > a:active::before,
.link-btn-02 > a:active::before,
.list-link-04 > li > a:active::before,
.tbl-address-01 td.link-02 > a:active::before,
.tbl-address-01 td.link-01 > a:active::before {
  border-color: #ffb81c;
}

@media only screen and (max-width: 767px) {
  .link-btn-01,
  .link-btn-02,
  .list-link-04 > li,
  .tbl-address-01 td.link-02,
  .tbl-address-01 td.link-01 {
    margin-top: 46px;
    text-align: center;
  }
  .top .link-btn-01,
  .top .link-btn-02,
  .top .list-link-04 > li,
  .top .tbl-address-01 td.link-02,
  .tbl-address-01 .top td.link-02,
  .top .tbl-address-01 td.link-01,
  .tbl-address-01 .top td.link-01 {
    font-size: 1.2rem;
  }
  .top .link-btn-01:not(.auto) > a,
  .top .link-btn-02:not(.auto) > a,
  .top .list-link-04 > li:not(.auto) > a,
  .top .tbl-address-01 td.link-02:not(.auto) > a,
  .tbl-address-01 .top td.link-02:not(.auto) > a,
  .top .tbl-address-01 td.link-01:not(.auto) > a,
  .tbl-address-01 .top td.link-01:not(.auto) > a {
    max-width: 210px;
  }
  .link-btn-01 > a,
  .link-btn-02 > a,
  .list-link-04 > li > a,
  .tbl-address-01 td.link-02 > a,
  .tbl-address-01 td.link-01 > a {
    padding: 8px 24px 8px 12px;
  }
}

.link-btn-02 > a,
.list-link-04 > li > a,
.tbl-address-01 td.link-02 > a {
  background-color: #ffb81c;
  border: solid 1px #ffb81c;
  transition: background-color .2s, color .2s, border-color .2s;
  will-change: background-color, color, border-color;
}

.link-btn-02 > a[aria-disabled='true'],
.list-link-04 > li > a[aria-disabled='true'],
.tbl-address-01 td.link-02 > a[aria-disabled='true'] {
  background-color: #97999b;
  border: solid 1px #97999b;
}

.link-btn-02 > a[aria-disabled='true']:hover,
.list-link-04 > li > a[aria-disabled='true']:hover,
.tbl-address-01 td.link-02 > a[aria-disabled='true']:hover,
.link-btn-02 > a[aria-disabled='true']:focus,
.list-link-04 > li > a[aria-disabled='true']:focus,
.tbl-address-01 td.link-02 > a[aria-disabled='true']:focus,
.link-btn-02 > a[aria-disabled='true']:active,
.list-link-04 > li > a[aria-disabled='true']:active,
.tbl-address-01 td.link-02 > a[aria-disabled='true']:active {
  background-color: #97999b;
  color: #fff;
}

.link-btn-02 > a[aria-disabled='true']:hover::before,
.list-link-04 > li > a[aria-disabled='true']:hover::before,
.tbl-address-01 td.link-02 > a[aria-disabled='true']:hover::before,
.link-btn-02 > a[aria-disabled='true']:focus::before,
.list-link-04 > li > a[aria-disabled='true']:focus::before,
.tbl-address-01 td.link-02 > a[aria-disabled='true']:focus::before,
.link-btn-02 > a[aria-disabled='true']:active::before,
.list-link-04 > li > a[aria-disabled='true']:active::before,
.tbl-address-01 td.link-02 > a[aria-disabled='true']:active::before {
  border-color: #fff;
}

.link-btn-02 > a:hover,
.list-link-04 > li > a:hover,
.tbl-address-01 td.link-02 > a:hover,
.link-btn-02 > a:focus,
.list-link-04 > li > a:focus,
.tbl-address-01 td.link-02 > a:focus,
.link-btn-02 > a:active,
.list-link-04 > li > a:active,
.tbl-address-01 td.link-02 > a:active {
  background-color: #fff;
  border-color: #97999b;
  color: #97999b;
}

.link-top-01 {
  bottom: 20px;
  display: none;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 998;
}

.link-top-01::before {
  border: solid #bbbcbc;
  border-width: 1px 0 0 1px;
  content: '';
  display: block;
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -16px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 32px;
}

@media only screen and (max-width: 767px) {
  .link-top-01 {
    display: block;
  }
}

.link-box-01 > a {
  background-color: #97999b;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 40px 20px 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.link-box-01 > a .title {
  color: inherit;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.7;
}

.link-box-01 > a .btn-01 {
  border: solid 1px #d9d9d6;
  display: block;
  font-size: 1.5rem;
  margin: 16px auto 0;
  max-width: 240px;
  padding: 10px 28px;
  position: relative;
  transition: background-color .2s;
  width: 100%;
  will-change: background-color;
}

.link-box-01 > a .btn-01::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.link-box-01 > a:hover .btn-01,
.link-box-01 > a:focus .btn-01,
.link-box-01 > a:active .btn-01 {
  background-color: #d9d9d6;
}

.link-box-01.type-01 > a {
  background-image: url(/img/common/bg_link_01.png);
}

.link-box-01.type-02 > a {
  background-image: url(/img/common/bg_link_02.png);
}

.link-box-01.type-03 > a {
  background-image: url(/img/common/bg_link_03.png);
}

.link-box-01.type-04 > a {
  background-image: url(/img/common/bg_link_04.png);
}

.link-box-01.type-05 > a {
  background-image: url(/img/common/bg_link_05.png);
}

@media only screen and (max-width: 767px) {
  .link-box-01 > a {
    padding: 30px 20px 28px;
  }
  .link-box-01 > a .title {
    font-size: 2.1rem;
  }
  .link-box-01 > a .btn-01 {
    font-size: 1.4rem;
    padding: 10px 26px;
  }
}

/**
 * List
 */
.list-bullet-01 {
  margin-top: 36px;
}

.list-bullet-01.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-bullet-01.col2 > li {
  width: calc(50% - (28px / 2));
}

.list-bullet-01 li {
  padding-left: 15px;
  position: relative;
}

.list-bullet-01 li::before {
  background-color: #bbbcbc;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 1em;
  width: 5px;
}

.list-bullet-01 li + li {
  margin-top: 5px;
}

.list-bullet-01 li > [class*='list-'] {
  margin-top: 0;
}

.list-bullet-01 li > :first-child {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .list-bullet-01 {
    margin-top: 40px;
  }
  .list-bullet-01.col2 {
    display: block;
  }
  .list-bullet-01.col2 > li {
    width: 100%;
  }
  .list-bullet-01 li::before {
    top: .8em;
  }
}

.list-num-01 {
  margin-top: 36px;
}

.list-num-01.large li {
  padding-left: 40px;
}

.list-num-01 > li {
  padding-left: 1.428em;
  position: relative;
}

.list-num-01 > li::before {
  content: none;
}

.list-num-01 > li + li {
  margin-top: 5px;
}

.list-num-01 > li > [class*='list-'] {
  margin-top: 0;
}

.list-num-01 > li > .num {
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .list-num-01 {
    margin-top: 40px;
  }
}

.list-des-01 {
  margin-top: 36px;
}

.list-des-01 dt {
  font-weight: bold;
}

.list-des-01 dd + dt {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .list-des-01 dd + dt {
    margin-top: 15px;
  }
}

.list-des-02 {
  margin-top: 36px;
}

.list-des-02 > div {
  display: flex;
}

.list-des-02 > div + div {
  margin-top: 5px;
}

.list-des-02 > div dt {
  flex-shrink: 0;
  padding-right: 16px;
  position: relative;
  width: 210px;
}

.list-des-02 > div dt::after {
  content: '\ff1a';
  position: absolute;
  right: 0;
  speak: none;
  top: 0;
}

.list-des-02 > div dd {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .list-des-02 > div {
    display: block;
  }
  .list-des-02 > div + div {
    margin-top: 12px;
  }
  .list-des-02 > div dt {
    padding-right: 0;
    width: 100%;
  }
  .list-des-02 > div dt::after {
    position: static;
  }
  .list-des-02 > div dd {
    margin-top: 5px;
  }
}

.list-link-01 {
  margin-top: 36px;
}

.list-link-01.col,
.list-link-01.col2,
.list-link-01.col3 {
  display: flex;
  flex-wrap: wrap;
}

.list-link-01.col2,
.list-link-01.col3 {
  justify-content: space-between;
}

.list-link-01.col.ta-c {
  justify-content: center;
  text-align: initial !important;
}

.list-link-01.col > li {
  margin-right: 35px;
}

.list-link-01.col2 > li {
  width: calc(50% - (20px / 3));
}

.list-link-01.col3::after {
  content: '';
  display: block;
  height: 0;
  width: calc(33.333% - (20px / 3));
}

.list-link-01.col3 > li {
  width: calc(33.333% - (20px / 3));
}

.list-link-01 > li > .list-link-01 {
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .list-link-01.col > li,
  .list-link-01.col2 > li,
  .list-link-01.col3 > li {
    margin-top: 10px;
  }
  .list-link-01.col > li + li {
    margin-right: 20px;
  }
  .sitemap .list-link-01 > li > .list-link-01 {
    margin: 17px 0 0;
  }
  .list-link-01 > li + li {
    margin-top: 17px;
  }
}

.list-link-02 {
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  margin-top: 60px;
}

.list-link-02 > li {
  max-width: 280px;
  width: 100%;
}

.small .list-link-02 > li {
  max-width: none;
}

.list-link-02 > li + li {
  margin-left: 20px;
}

.list-link-02 > li > a {
  align-items: center;
  border: solid 1px #d9d9d6;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 9px 28px 9px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color .2s;
  width: 100%;
  will-change: color;
}

.list-link-02 > li > a::before {
  border: solid #ffb81c;
  border-width: 0 1px 1px 0;
  content: '';
  display: block;
  height: 5px;
  margin-top: -3.5px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.list-link-02 > li > a:hover,
.list-link-02 > li > a:focus,
.list-link-02 > li > a:active {
  color: #97999b;
}

@media only screen and (max-width: 767px) {
  .list-link-02 {
    display: block;
    font-size: 1.4rem;
    margin-top: 50px;
  }
  .list-link-02 > li {
    max-width: none;
  }
  .list-link-02 > li + li {
    margin: 12px 0 0;
  }
  .list-link-02 > li > a {
    padding: 8px 28px 8px 10px;
  }
}

.list-link-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}

.list-link-03.js-pager-01 {
  transition: opacity .2s;
  will-change: opacity;
}

.list-link-03.js-pager-01.is-hide {
  opacity: 0;
}

.list-link-03.js-pager-01.is-hide * {
  transition: none !important;
}

.list-link-03 > li {
  margin-bottom: 40px;
  width: calc(50% - 25px);
}

.list-link-03 > li.is-hide {
  display: none;
}

.list-link-03 > li > a {
  align-items: flex-start;
  display: flex;
  height: 100%;
  padding-right: 70px;
  position: relative;
  text-decoration: none;
  transition: color .2s;
  will-change: color;
}

.list-link-03 > li > a::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.list-link-03 > li > a .img {
  flex-shrink: 0;
  margin-right: 40px;
  max-width: 170px;
  overflow: hidden;
  width: 50%;
}

.list-link-03 > li > a .img img {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  will-change: transform;
}

.list-link-03 > li > a .txt {
  flex-grow: 1;
}

.list-link-03 > li > a .txt .title {
  color: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
}

.list-link-03 > li > a:hover,
.list-link-03 > li > a:focus,
.list-link-03 > li > a:active {
  color: #97999b;
}

.list-link-03 > li > a:hover .img img,
.list-link-03 > li > a:focus .img img,
.list-link-03 > li > a:active .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

@media only screen and (max-width: 767px) {
  .list-link-03 {
    display: block;
    margin-bottom: 0;
  }
  .list-link-03 > li {
    width: 100%;
  }
  .list-link-03 > li:not(.is-hide) {
    margin-bottom: 40px;
  }
  .list-link-03 > li:not(.is-hide):last-child {
    margin-bottom: 0;
  }
  .list-link-03 > li > a {
    padding-right: 26px;
  }
  .list-link-03 > li > a::before {
    right: 0;
  }
  .list-link-03 > li > a .img {
    margin-right: 22px;
    max-width: 94px;
  }
  .list-link-03 > li > a .txt {
    font-size: 1.2rem;
  }
  .list-link-03 > li > a .txt .title {
    font-size: 1.4rem;
  }
}

.list-link-04 {
  display: flex;
  margin-top: 20px;
}

.list-link-04.col2 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-link-04.col2 > li {
  margin-right: 0;
  width: calc(50% - (20px / 2));
}

.list-link-04.col2 > li:nth-child(n + 3) {
  margin-top: 20px;
}

.list-link-04.col2 > li > a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: none;
  width: 100%;
}

.list-link-04 > li {
  margin-right: 20px;
  margin-top: 0;
}

.list-link-04 > li:last-child {
  margin-right: 0;
}

.list-panel-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

.list-panel-01 > li {
  background-color: #d9d9d6;
  width: calc(50% - (28px / 2));
}

.list-panel-01 > li.no-link {
  padding: 22px 27px;
}

.list-panel-01 > li:nth-child(n + 3) {
  margin-top: 28px;
}

.list-panel-01 > li > a {
  border: solid 1px #d9d9d6;
  display: block;
  height: 100%;
  padding: 22px 27px;
  text-decoration: none;
  transition: background-color .2s;
  will-change: background-color;
}

.list-panel-01 > li > a .title {
  padding-left: 15px;
  position: relative;
}

.list-panel-01 > li > a .title::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: .7em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.list-panel-01 > li > a:hover,
.list-panel-01 > li > a:focus,
.list-panel-01 > li > a:active {
  background-color: #fff;
}

.list-panel-01 > li .title {
  color: #222;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
}

.list-panel-01 > li .lyt-img-02 {
  margin-top: 12px;
}

.list-panel-01 > li .lyt-img-02 .img {
  max-width: 120px;
}

.list-panel-01 > li .lyt-img-02 .txt p + p {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .list-panel-01 {
    flex-direction: column;
    margin-top: 20px;
  }
  .list-panel-01 > li {
    width: 100%;
  }
  .list-panel-01 > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .list-panel-01 > li > a {
    padding: 22px 20px;
  }
  .list-panel-01 > li .lyt-img-02 .img {
    max-width: 80px;
  }
}

.list-panel-02 {
  color: #fff;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.list-panel-02.no-icon > li > a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 40px;
}

.list-panel-02.no-icon > li > a .title::before {
  content: none;
}

.list-panel-02 > li {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.list-panel-02 > li::before {
  border: solid 1px #fff;
  bottom: 13px;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  right: 13px;
  width: 26px;
  z-index: 1;
}

.list-panel-02 > li::after {
  border: solid #fff;
  border-width: 1px 1px 0 0;
  bottom: 24px;
  content: '';
  display: block;
  height: 6.5px;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6.5px;
  z-index: 1;
}

.list-panel-02 > li > a {
  display: block;
  font-size: 1.6rem;
  height: 100%;
  line-height: 2.5;
  padding: 70px 40px;
  text-align: center;
  text-decoration: none;
}

.list-panel-02 > li > a::before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  width: 100%;
  will-change: transform;
  z-index: -1;
}

.list-panel-02 > li > a:hover::before,
.list-panel-02 > li > a:focus::before,
.list-panel-02 > li > a:active::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.list-panel-02 > li > a.type-01::before {
  background-image: url(/img/bg_index_02.jpg);
}

.list-panel-02 > li > a.type-01 .title::before {
  background-image: url(/img/common/icon_service_01.png);
}

.list-panel-02 > li > a.type-02::before {
  background-image: url(/img/bg_index_03.jpg);
}

.list-panel-02 > li > a.type-02 .title::before {
  background-image: url(/img/common/icon_service_02.png);
}

.list-panel-02 > li > a.type-03::before {
  background-image: url(/img/bg_index_04.jpg);
}

.list-panel-02 > li > a.type-03 .title::before {
  background-image: url(/img/common/icon_service_03.png);
}

.list-panel-02 > li > a.type-04::before {
  background-image: url(/en/img/bg_index_01.jpg);
}

.list-panel-02 > li > a.type-05::before {
  background-image: url(/en/img/bg_index_02.jpg);
}

.list-panel-02 > li > a.type-06::before {
  background-image: url(/en/img/bg_index_03.jpg);
}

.list-panel-02 > li > a.type-07::before {
  background-image: url(/img/bg_index_05.jpg);
}

.list-panel-02 > li > a.type-07 .title::before {
  background-image: url(/img/common/icon_service_04.png);
}

.list-panel-02 > li > a .title {
  color: inherit;
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

.list-panel-02 > li > a .title::before {
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 88px;
  margin: 0 auto 30px;
  width: 130px;
}

.list-panel-02 > li > a .txt {
  display: block;
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .list-panel-02 {
    display: block;
  }
  .list-panel-02.no-icon > li > a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 10px;
  }
  .list-panel-02.no-icon > li > a .title::before {
    content: none;
  }
  .list-panel-02 > li::before {
    bottom: 15px;
    height: 20px;
    right: 20px;
    width: 20px;
  }
  .list-panel-02 > li::after {
    bottom: 24px;
    height: 4.5px;
    right: 30px;
    width: 4.5px;
  }
  .list-panel-02 > li > a {
    font-size: 1.1rem;
    line-height: 2.181;
    padding: 28px 10px 36px !important;
  }
  .list-panel-02 > li > a.type-01::before {
    background-image: url(/img/bg_index_06.jpg);
  }
  .list-panel-02 > li > a.type-02::before {
    background-image: url(/img/bg_index_07.jpg);
  }
  .list-panel-02 > li > a.type-03::before {
    background-image: url(/img/bg_index_08.jpg);
  }
  .list-panel-02 > li > a.type-07::before {
    background-image: url(/img/bg_index_09.jpg);
  }
  .list-panel-02 > li > a .title {
    font-size: 2rem;
    letter-spacing: .192em;
  }
  .list-panel-02 > li > a .title::before {
    background-size: contain;
    height: 47px;
    margin-bottom: 10px;
    width: 68px;
  }
  .list-panel-02 > li > a .txt {
    margin-top: 5px;
    max-width: 254px !important;
  }
}

@media only screen and (max-width: 1120px) {
  .list-panel-02.col2 {
    flex-wrap: wrap;
  }
  .list-panel-02.col2 > li {
    flex: 1 0 50%;
  }
  .list-panel-02.col2 > li > a {
    padding: 80px 40px 108px;
  }
  .list-panel-02.col2 > li > a.type-01::before {
    background-image: url(/img/bg_index_06.jpg);
  }
  .list-panel-02.col2 > li > a.type-02::before {
    background-image: url(/img/bg_index_07.jpg);
  }
  .list-panel-02.col2 > li > a.type-03::before {
    background-image: url(/img/bg_index_08.jpg);
  }
  .list-panel-02.col2 > li > a.type-07::before {
    background-image: url(/img/bg_index_09.jpg);
  }
}

.list-panel-02.under {
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.list-panel-02.under > li {
  flex: 1 0 50%;
}

.list-panel-02.under > li > a {
  padding: 80px 40px 108px;
}

.list-panel-02.under > li > a.type-01::before {
  background-image: url(/img/bg_index_06.jpg);
}

.list-panel-02.under > li > a.type-02::before {
  background-image: url(/img/bg_index_07.jpg);
}

.list-panel-02.under > li > a.type-03::before {
  background-image: url(/img/bg_index_08.jpg);
}

.list-panel-02.under > li > a.type-07::before {
  background-image: url(/img/bg_index_09.jpg);
}

.list-panel-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

.list-panel-03 > li {
  width: calc(25% - (75px / 4));
}

.list-panel-03 > li:nth-child(n + 5) {
  margin-top: 25px;
}

.list-panel-03 > li > a {
  background-color: #d9d9d6;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: opacity .4s;
  will-change: opacity;
}

.list-panel-03 > li > a .img {
  display: block;
  overflow: hidden;
}

.list-panel-03 > li > a .img img {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  will-change: transform;
}

.list-panel-03 > li > a .txt {
  display: block;
  padding: 20px;
}

.list-panel-03 > li > a .txt .title {
  color: #222;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.555;
}

.list-panel-03 > li > a:hover,
.list-panel-03 > li > a:focus,
.list-panel-03 > li > a:active {
  opacity: .7;
}

.list-panel-03 > li > a:hover .img img,
.list-panel-03 > li > a:focus .img img,
.list-panel-03 > li > a:active .img img {
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

@media only screen and (max-width: 767px) {
  .list-panel-03 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-panel-03 > li {
    width: calc(50% - 1px);
  }
  .list-panel-03 > li:nth-child(n + 5) {
    margin-top: 0;
  }
  .list-panel-03 > li > a .img img {
    width: 100%;
  }
  .list-panel-03 > li > a .txt {
    font-size: 1.2rem;
    padding: 12px 10px;
  }
  .list-panel-03 > li > a .txt .title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.list-panel-04 {
  display: flex;
  flex-wrap: wrap;
  margin: 28px -25px 0;
}

.list-panel-04 > li {
  margin-top: .923em;
  padding: 0 25px;
  position: relative;
  width: 33.333%;
}

.list-panel-04 > li:nth-child(n + 4) {
  margin-top: 42px;
}

.list-panel-04 > li > a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .2s, opacity .2s;
  will-change: box-shadow, opacity;
}

.list-panel-04 > li > a:hover,
.list-panel-04 > li > a:focus,
.list-panel-04 > li > a:active {
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  opacity: .8;
}

.list-panel-04 > li .txt {
  padding: 20px;
}

.list-panel-04 > li .txt .title {
  color: #222;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
}

.list-panel-04 > li .txt .label-01 {
  color: #fff;
  font-size: 1.3rem;
  left: 0;
  line-height: 1.846;
  padding: 0 35px;
  position: absolute;
  top: -.923em;
  width: 100%;
}

.list-panel-04 > li .txt .label-01 > span {
  background-color: #ffb81c;
  display: inline-block;
  padding: 0 30px;
}

.list-panel-04 > li .txt .label-02 {
  line-height: 2.142;
  margin-top: 15px;
}

.list-panel-04 > li .txt .label-02 + .label-02 {
  margin-top: 10px;
}

.list-panel-04 > li .txt .label-02 > span {
  background-color: #d9d9d6;
  display: inline-block;
  padding: 0 24px;
}

@media only screen and (max-width: 767px) {
  .list-panel-04 > li {
    width: 100%;
  }
  .list-panel-04 > li:nth-child(n + 2) {
    margin-top: 36px;
  }
  .list-panel-04 > li .img img {
    width: 100%;
  }
}

.list-panel-05 {
  border-bottom: solid 1px #d9d9d6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

.list-panel-05 > li {
  width: 50%;
}

.list-panel-05 > li:nth-child(even) {
  padding-left: 20px;
}

.list-panel-05 > li:nth-child(odd) {
  padding-right: 20px;
  position: relative;
}

.list-panel-05 > li:nth-child(odd)::before {
  background-color: #d9d9d6;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 200%;
}

.list-panel-05 > li.no-link {
  align-items: center;
  display: flex;
}

.list-panel-05 > li.no-link:nth-child(even) {
  padding: 30px 20px 30px 40px;
}

.list-panel-05 > li.no-link:nth-child(odd) {
  padding: 30px 40px 30px 20px;
}

.list-panel-05 > li > a {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 30px 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  will-change: box-shadow;
}

.list-panel-05 > li > a .title {
  padding-left: 20px;
  position: relative;
}

.list-panel-05 > li > a .title::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: .75em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.list-panel-05 > li > a:hover,
.list-panel-05 > li > a:focus,
.list-panel-05 > li > a:active {
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.list-panel-05 > li .img {
  flex-shrink: 0;
  text-align: center;
  width: 120px;
}

.list-panel-05 > li .txt {
  height: 100%;
  margin-left: 28px;
}

.list-panel-05 > li .title {
  color: #222;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .list-panel-05 {
    display: block;
  }
  .list-panel-05 > li {
    border-top: solid 1px #97999b;
    width: 100%;
  }
  .list-panel-05 > li:nth-child(even),
  .list-panel-05 > li:nth-child(odd) {
    padding: 0;
  }
  .list-panel-05 > li:nth-child(odd)::before {
    content: none;
  }
  .list-panel-05 > li.no-link {
    display: block;
  }
  .list-panel-05 > li.no-link:nth-child(even),
  .list-panel-05 > li.no-link:nth-child(odd) {
    padding: 30px 10px;
  }
  .list-panel-05 > li > a {
    display: block;
    height: auto;
    padding: 30px 10px;
  }
  .list-panel-05 > li .img {
    display: block;
    width: 100%;
  }
  .list-panel-05 > li .img img {
    height: 80px;
    width: auto;
  }
  .list-panel-05 > li .txt {
    height: auto;
  }
}

.list-panel-06 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.list-panel-06 > .col {
  border: solid 1px #d9d9d6;
  padding: 18px 28px;
}

.list-panel-06 > .col > .title {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .08em;
  text-align: center;
}

.list-panel-06 > .col > .title.type-01 {
  color: #97999b;
}

.list-panel-06 > .col > .title.type-02 {
  color: #ffb81c;
}

.list-panel-06 > .col > .text {
  display: block;
  margin-top: 10px;
}

.list-panel-06 > .col + .col {
  position: relative;
}

.list-panel-06 > .col + .col::before {
  border-color: transparent transparent transparent #d9d9d6;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.list-panel-06.col2 > .col {
  width: calc(50% - (40px / 2));
}

.list-panel-06.col2 > .col + .col::before {
  left: -28px;
}

.list-panel-06.col3 > .col {
  width: calc(33.333% - (56px / 3));
}

.list-panel-06.col3 > .col + .col::before {
  left: -22px;
}

@media only screen and (max-width: 767px) {
  .list-panel-06 {
    flex-direction: column;
  }
  .list-panel-06 > .col {
    padding: 23px 18px;
  }
  .list-panel-06.col2 > .col,
  .list-panel-06.col3 > .col {
    width: 100%;
  }
  .list-panel-06.col2 > .col.col + .col,
  .list-panel-06.col3 > .col.col + .col {
    margin-top: 32px;
  }
  .list-panel-06.col2 > .col.col + .col::before,
  .list-panel-06.col3 > .col.col + .col::before {
    border-color: #d9d9d6 transparent transparent transparent;
    border-width: 15px 15px 0 15px;
    bottom: auto;
    left: 0;
    right: 0;
    top: -22px;
  }
}

.list-flow-01 {
  display: flex;
  margin-top: 28px;
  position: relative;
}

.list-flow-01.is-animate {
  transition: padding-bottom .4s;
  will-change: padding-bottom;
}

.list-flow-01 > li {
  border: solid #d9d9d6;
  border-width: 0 0 0 1px;
  flex: 1;
}

.list-flow-01 > li:last-child {
  border-width: 0 1px;
}

.list-flow-01 > li .title {
  height: 100%;
}

.list-flow-01 > li .title > button,
.static .list-flow-01 > li .title {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 1.75;
  padding: 20px 30px 10px;
  text-align: center;
  width: 100%;
}

.static .list-flow-01 > li .title > button,
.static
.static .list-flow-01 > li .title {
  height: auto;
}

.list-flow-01 > li .title > button > span,
.static .list-flow-01 > li .title > span {
  width: 100%;
}

.list-flow-01 > li .title > button .num,
.static .list-flow-01 > li .title .num {
  border: solid 2px #bbbcbc;
  border-radius: 50%;
  color: #53565a;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.882;
  margin-bottom: 18px;
  max-height: 60px;
  transition: color, .2s;
  width: 60px;
  will-change: color;
}

.list-flow-01 > li .title > button {
  height: 100%;
  transition: color, .2s;
  will-change: color;
}

.list-flow-01 > li .title > button[aria-current='true'] {
  color: #ffb81c;
}

.list-flow-01 > li .title > button[aria-current='true'] .num {
  border-color: #ffb81c;
  color: #ffb81c;
}

.static .list-flow-01 > li .title {
  height: auto;
}

.list-flow-01 > li .item {
  display: none;
  flex-direction: column;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: height .4s;
  width: 100%;
  will-change: height;
}

.static .list-flow-01 > li .item {
  display: block;
  height: auto;
  padding: 0 10px;
  position: static;
}

.list-flow-01 > li .item.is-animate {
  display: block;
}

.list-flow-01 > li .item[aria-expanded='true'] {
  display: block;
  height: auto;
}

.list-flow-01 > li .item .balloon {
  padding-top: 20px;
}

.list-flow-01 > li .item .balloon > .inner {
  background-color: #d9d9d6;
  padding: 20px 30px;
  position: relative;
}

.list-flow-01 > li .item .balloon > .inner::before {
  border-color: transparent transparent #d9d9d6 transparent;
  border-style: solid;
  border-width: 0 20px 18px 20px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  top: -18px;
  width: 0;
}

.static .list-flow-01 > li .item .balloon > .inner::before {
  content: none;
}

.list-flow-01.col3 > li:nth-child(1) .item .balloon > .inner::before {
  left: calc(16.666% - 20px);
}

.list-flow-01.col3 > li:nth-child(2) .item .balloon > .inner::before {
  left: calc(50% - 20px);
}

.list-flow-01.col3 > li:nth-child(3) .item .balloon > .inner::before {
  left: calc(83.333% - 20px);
}

.list-flow-01.col4 > li:nth-child(1) .item .balloon > .inner::before {
  left: calc(12.5% - 20px);
}

.list-flow-01.col4 > li:nth-child(2) .item .balloon > .inner::before {
  left: calc(37.5% - 20px);
}

.list-flow-01.col4 > li:nth-child(3) .item .balloon > .inner::before {
  left: calc(62.5% - 20px);
}

.list-flow-01.col4 > li:nth-child(4) .item .balloon > .inner::before {
  left: calc(87.5% - 20px);
}

@media only screen and (max-width: 767px) {
  .list-flow-01 {
    display: block;
    padding-bottom: 0 !important;
  }
  .list-flow-01 > li {
    border-width: 1px 0 0;
  }
  .list-flow-01 > li:last-child {
    border-width: 1px 0;
  }
  .list-flow-01 > li .title > button,
  .static .list-flow-01 > li .title {
    flex-direction: row;
    justify-content: center;
    padding: 14px 0;
  }
  .list-flow-01 > li .title > button > span,
  .static .list-flow-01 > li .title > span {
    width: auto;
  }
  .list-flow-01 > li .title > button .num,
  .static .list-flow-01 > li .title .num {
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1.789;
    margin: 0 10px 0 0;
    max-height: 30px;
    width: 30px;
  }
  .list-flow-01 > li .item {
    position: static;
  }
  .list-flow-01 > li .item .balloon {
    padding-bottom: 12px;
  }
  .list-flow-01 > li .item .balloon > .inner::before {
    left: calc(50% - 20px) !important;
  }
}

.list-flow-02 {
  margin-top: 28px;
}

.list-flow-02 > li {
  align-items: center;
  border: solid #d9d9d6;
  border-width: 1px 0;
  display: flex;
  padding: 20px;
}

.list-flow-02 > li + li {
  margin-top: 50px;
  position: relative;
}

.list-flow-02 > li + li::before {
  border: solid #bbbcbc;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: -27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
}

.list-flow-02 > li + li::after {
  background-color: #bbbcbc;
  content: '';
  display: block;
  height: 22px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: -37px;
  width: 2px;
}

.list-flow-02 > li .title {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  width: 300px;
}

.list-flow-02 > li .title:only-child {
  width: 100%;
}

.list-flow-02 > li .title .num {
  border: solid 2px #bbbcbc;
  border-radius: 50%;
  color: #53565a;
  display: inline-block;
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1.882;
  margin-right: 16px;
  max-height: 60px;
  text-align: center;
  width: 60px;
}

.list-flow-02 > li .item {
  flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .list-flow-02 > li {
    display: block;
    padding: 14px 20px;
  }
  .list-flow-02 > li + li {
    margin-top: 40px;
  }
  .list-flow-02 > li + li::before {
    top: -24px;
  }
  .list-flow-02 > li + li::after {
    height: 18px;
    top: -30px;
  }
  .list-flow-02 > li .title {
    font-size: 1.4rem;
    margin-right: 0;
    width: 100%;
  }
  .list-flow-02 > li .title .num {
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1.789;
    margin: 0 10px 0 0;
    max-height: 60px;
    width: 30px;
  }
  .list-flow-02 > li .item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.list-faq-01 {
  border-bottom: solid 1px #bbbcbc;
  margin-top: 60px;
}

.list-faq-01 dt {
  border-top: solid 1px #bbbcbc;
  font-size: 1.6rem;
}

.static .list-faq-01 dt,
.list-faq-01 dt > button {
  align-items: center;
  display: flex;
  width: 100%;
}

.static .list-faq-01 dt {
  padding: 15px 10px;
}

.list-faq-01 dt > button {
  padding: 15px 60px 15px 10px;
  position: relative;
  text-align: left;
}

.list-faq-01 dt > button .txt-btn {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  display: block;
  height: 14px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: 100%;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  white-space: nowrap;
  width: 14px;
}

.list-faq-01 dt > button[aria-expanded='true'] .txt-btn {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-faq-01 dt .icon {
  background-color: #ffb81c;
  color: #fff;
}

.list-faq-01 dd {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height .4s;
  will-change: height;
}

.list-faq-01 dd.is-animate {
  display: block;
}

.list-faq-01 dd[aria-expanded='true'],
.static .list-faq-01 dd {
  display: block;
  height: auto;
}

.list-faq-01 dd > .inner {
  background-color: #ececea;
  border-top: solid 1px #d9d9d6;
  display: flex;
  padding: 15px 10px;
}

.list-faq-01 dd .icon {
  border: solid 2px #ffb81c;
  color: #ffb81c;
}

.list-faq-01 .icon {
  display: block;
  flex-shrink: 0;
  font-size: 2.2rem;
  height: 40px;
  line-height: 1.85;
  margin-right: 20px;
  text-align: center;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .list-faq-01 {
    margin-top: 50px;
  }
  .list-faq-01 dt {
    font-size: 1.5rem;
  }
  .static .list-faq-01 dt,
  .list-faq-01 dt > button {
    align-items: flex-start;
    padding: 16px 48px 16px 10px;
  }
  .list-faq-01 dt > button .txt-btn {
    right: 14px;
  }
  .list-faq-01 dd > .inner {
    padding: 16px 10px;
  }
}

.list-img-01 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.list-img-01 > li + li {
  margin-left: 26px;
}

@media only screen and (max-width: 767px) {
  .list-img-01 {
    margin-top: 40px;
  }
  .list-img-01:not(.col2) {
    display: block;
    text-align: center;
  }
  .list-img-01:not(.col2) > li + li {
    margin: 16px 0 0;
  }
  .list-img-01.col2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-img-01.col2 > li {
    text-align: center;
    width: calc(50% - (16px / 2));
  }
  .list-img-01.col2 > li:nth-child(n + 3) {
    margin: 16px 0 0;
  }
}

.list-social-01 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.list-social-01 > li.sp {
  display: none;
}

.list-social-01 > li + li {
  margin-left: 20px;
}

.list-social-01 > li > a {
  transition: opacity .2s;
  will-change: opacity;
}

.list-social-01 > li > a:hover,
.list-social-01 > li > a:focus,
.list-social-01 > li > a:active {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .list-social-01 > li.sp {
    display: list-item;
  }
}

.list-pager-01 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.list-pager-01 > ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}

.list-pager-01 > ol > li {
  margin: 0 5px;
}

.list-pager-01 > ol > li.is-hide {
  display: none;
}

.list-pager-01 button {
  border: solid 1px #d9d9d6;
  color: #97999b;
  font-size: 1.6rem;
  height: 40px;
  width: 40px;
}

.list-pager-01 button[aria-current='true'] {
  background-color: #ffb81c;
  border-color: #ffb81c;
  color: #fff;
}

.list-pager-01 button.prev,
.list-pager-01 button.next {
  border: 0;
  position: relative;
}

.list-pager-01 button.prev::before,
.list-pager-01 button.next::before {
  border: solid #ffb81c;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  height: 9px;
  left: 50%;
  margin: -5px 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 9px;
}

.list-pager-01 button.prev::before {
  -webkit-transform: rotate(135deg) skew(-5deg, -5deg);
  transform: rotate(135deg) skew(-5deg, -5deg);
}

.list-pager-01 button.next::before {
  -webkit-transform: rotate(-45deg) skew(-5deg, -5deg);
  transform: rotate(-45deg) skew(-5deg, -5deg);
}

@media only screen and (max-width: 767px) {
  .list-pager-01 {
    margin-top: 90px;
  }
}

.list-corporate-01 {
  margin-left: -20px;
  margin-right: -20px;
}

.list-corporate-01 > li {
  position: relative;
}

.list-corporate-01 > li:nth-child(even)::before {
  left: 431px;
  right: auto;
}

.list-corporate-01 > li:nth-child(even)::after {
  left: 439px;
  right: auto;
}

.list-corporate-01 > li:nth-child(even) > a {
  flex-direction: row-reverse;
}

.list-corporate-01 > li::before {
  border: solid 1px #fff;
  bottom: 13px;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  right: 13px;
  width: 26px;
}

.list-corporate-01 > li::after {
  border: solid #fff;
  border-width: 1px 1px 0 0;
  bottom: 23px;
  content: '';
  display: block;
  height: 6.5px;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6.5px;
}

.list-corporate-01 > li > a {
  display: flex;
  overflow: hidden;
  text-decoration: none;
}

.list-corporate-01 > li > a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  flex-grow: 1;
  position: relative;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  will-change: transform;
  z-index: -1;
}

.list-corporate-01 > li > a.type-01::before {
  background-image: url(/img/corporate/bg_index_02.jpg);
  background-position: top center;
}

.list-corporate-01 > li > a.type-01 > span::before {
  background-image: url(/img/corporate/icon_index_01.png);
}

.list-corporate-01 > li > a.type-02::before {
  background-image: url(/img/corporate/bg_index_03.jpg);
}

.list-corporate-01 > li > a.type-02 > span::before {
  background-image: url(/img/corporate/icon_index_02.png);
}

.list-corporate-01 > li > a.type-03::before {
  background-image: url(/img/corporate/bg_index_04.jpg);
  background-position: top center;
}

.list-corporate-01 > li > a.type-03 > span::before {
  background-image: url(/img/corporate/icon_index_03.png);
}

.list-corporate-01 > li > a.type-04::before {
  background-image: url(/img/corporate/bg_index_05.jpg);
}

.list-corporate-01 > li > a.type-04 > span::before {
  background-image: url(/img/corporate/icon_index_04.png);
}

.list-corporate-01 > li > a.type-05::before {
  background-image: url(/img/corporate/bg_index_06.jpg);
}

.list-corporate-01 > li > a.type-05 > span {
  line-height: 1.4;
}

.list-corporate-01 > li > a.type-05 > span::before {
  background-image: url(/img/corporate/icon_index_05.png);
}

.list-corporate-01 > li > a.type-05 > span::after {
  padding-top: 15px;
}

.list-corporate-01 > li > a:hover::before,
.list-corporate-01 > li > a:focus::before,
.list-corporate-01 > li > a:active::before {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.list-corporate-01 > li > a > span {
  background-color: #bbbcbc;
  color: #fff;
  flex-shrink: 0;
  font-size: 2.8rem;
  padding: 96px 10px 90px;
  text-align: center;
  text-align: center;
  width: 470px;
}

.list-corporate-01 > li > a > span::before {
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 85px;
  margin: 0 auto 4px;
  width: 104px;
}

.list-corporate-01 > li > a > span::after {
  content: attr(data-en);
  display: block;
  font-size: 1.6rem;
  speak: none;
}

@media only screen and (max-width: 767px) {
  .list-corporate-01 > li::before,
  .list-corporate-01 > li::after {
    content: none;
  }
  .list-corporate-01 > li + li {
    margin-top: 1px;
  }
  .list-corporate-01 > li > a::before {
    width: 50%;
  }
  .list-corporate-01 > li > a > span {
    font-size: 1.8rem;
    padding: 24px 10px;
    width: 50%;
  }
  .list-corporate-01 > li > a > span::before {
    background-size: contain;
    height: 43px;
    width: 52px;
  }
  .list-corporate-01 > li > a > span::after {
    font-size: 1.1rem;
  }
  .list-corporate-01 > li > a.type-05 > span {
    line-height: inherit;
  }
  .list-corporate-01 > li > a.type-05 > span::after {
    padding-top: 0;
  }
}

.list-news-01 {
  border: solid #d9d9d6;
  border-width: 1px 0;
}

.list-news-01 > li + li {
  border-top: solid 1px #d9d9d6;
}

.list-news-01 > li > a {
  display: flex;
  padding: 12.5px 20px 12.5px 10px;
  position: relative;
  text-decoration: none;
  transition: color .2s;
  will-change: color;
}

.list-news-01 > li > a::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.list-news-01 > li > a:hover,
.list-news-01 > li > a:focus,
.list-news-01 > li > a:active {
  color: #97999b;
}

.list-news-01 > li .date {
  flex-shrink: 0;
  padding-right: 10px;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .list-news-01 {
    font-size: 1.2rem;
  }
  .list-news-01 > li .date {
    width: 90px;
  }
}

/**
 * Layout
 */
.lyt-img-01 {
  align-items: flex-start;
  display: flex;
  margin-top: 50px;
}

.lyt-img-01.right {
  flex-direction: row;
}

.lyt-img-01.right .txt {
  margin-right: 28px;
}

.lyt-img-01.left {
  flex-direction: row-reverse;
}

.lyt-img-01.left .txt {
  margin-left: 28px;
}

.lyt-img-01.center {
  justify-content: center;
}

.lyt-img-01.center .txt {
  flex-grow: 0;
}

.lyt-img-01 .img {
  flex-shrink: 0;
  max-width: 50%;
}

.lyt-img-01 .img.border img {
  border: solid 1px #d9d9d6;
}

.lyt-img-01 .img .caption {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.lyt-img-01 .txt {
  flex-grow: 1;
}

.lyt-img-01 + [class*='lyt-img-'] {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .lyt-img-01 {
    margin-top: 52px;
  }
  .lyt-img-01.right,
  .lyt-img-01.left {
    flex-direction: column-reverse;
  }
  .lyt-img-01.right .txt,
  .lyt-img-01.left .txt {
    margin: 18px 0 0;
  }
  .lyt-img-01.inverse.right,
  .lyt-img-01.inverse.left {
    flex-direction: column;
  }
  .lyt-img-01.inverse.right .txt,
  .lyt-img-01.inverse.left .txt {
    margin: 0 0 10px;
  }
  .lyt-img-01 .img {
    max-width: none;
    text-align: center;
    width: 100%;
  }
  .lyt-img-01 .txt {
    width: 100%;
  }
}

.lyt-img-02 {
  display: flex;
  margin-top: 50px;
}

.lyt-img-02.right {
  flex-direction: row;
}

.lyt-img-02.right .txt {
  margin-right: 20px;
}

.lyt-img-02.left {
  flex-direction: row-reverse;
}

.lyt-img-02.left .txt {
  margin-left: 20px;
}

.lyt-img-02 .img {
  flex-shrink: 0;
  max-width: 50%;
}

.lyt-img-02 .img.border img {
  border: solid 1px #d9d9d6;
}

.lyt-img-02 .txt {
  flex-grow: 1;
}

.lyt-img-02 + [class*='lyt-img-'] {
  margin-top: 32px;
}

.lyt-img-03 {
  margin-top: 50px;
}

.lyt-img-03 .img {
  text-align: center;
}

.lyt-img-03 .img.border img {
  border: solid 1px #d9d9d6;
}

.lyt-img-03 .caption {
  margin-top: 10px;
  text-align: center;
}

.lyt-img-04.left .img {
  float: left;
  padding: .5em 1em 0 0;
}

.lyt-img-04.right .img {
  float: right;
  padding: .5em 0 0 1em;
}

.lyt-img-04 .img {
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .lyt-img-04.left .img,
  .lyt-img-04.right .img {
    float: none;
    padding: 0;
  }
  .lyt-img-04 .img {
    max-width: none;
    text-align: center;
  }
  .lyt-img-04 .img + * {
    margin-top: 18px;
  }
}

.lyt-column-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}

.lyt-column-01.col2 > .col {
  width: calc(50% - (28px / 2));
}

.lyt-column-01.col2 > .col:nth-child(n + 3) {
  margin-top: 20px;
}

.lyt-column-01.col3::after {
  content: '';
  display: block;
  height: 0;
  width: calc(33.333% - (56px / 3));
}

.lyt-column-01.col3 > .col {
  width: calc(33.333% - (56px / 3));
}

.lyt-column-01.col3 > .col:nth-child(n + 4) {
  margin-top: 20px;
}

.lyt-column-01.col4::before,
.lyt-column-01.col4::after {
  content: '';
  display: block;
  height: 0;
  width: calc(25% - (84px / 4));
}

.lyt-column-01.col4::before {
  order: 999;
}

.lyt-column-01.col4 > .col {
  width: calc(25% - (84px / 4));
}

.lyt-column-01.col4 > .col:nth-child(n + 5) {
  margin-top: 20px;
}

.lyt-column-01.large.col2 > .col:nth-child(n + 3) {
  margin-top: 56px;
}

.lyt-column-01.large.col3 > .col:nth-child(n + 4) {
  margin-top: 56px;
}

.lyt-column-01.large.col4 > .col:nth-child(n + 5) {
  margin-top: 56px;
}

.lyt-column-01 > .col > [class*='lyt-box-']:only-child {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .lyt-column-01 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .lyt-column-01.large.col2 > .col,
  .lyt-column-01.large.col3 > .col,
  .lyt-column-01.large.col4 > .col {
    width: 100%;
  }
  .lyt-column-01.large.col2 > .col:nth-child(n + 2),
  .lyt-column-01.large.col3 > .col:nth-child(n + 2),
  .lyt-column-01.large.col4 > .col:nth-child(n + 2) {
    margin-top: 24px;
  }
  .lyt-column-01.col2 > .col,
  .lyt-column-01.col3 > .col,
  .lyt-column-01.col4 > .col {
    width: 100%;
  }
  .lyt-column-01.col2 > .col:nth-child(n + 2),
  .lyt-column-01.col3 > .col:nth-child(n + 2),
  .lyt-column-01.col4 > .col:nth-child(n + 2) {
    margin-top: 12px;
  }
  .lyt-column-01.col2 > .col > [class*='lyt-box-']:only-child,
  .lyt-column-01.col3 > .col > [class*='lyt-box-']:only-child,
  .lyt-column-01.col4 > .col > [class*='lyt-box-']:only-child {
    height: auto;
  }
}

.lyt-column-02 {
  display: flex;
}

.lyt-column-02 > .col {
  flex-grow: 1;
}

.lyt-box-01 {
  border: solid 1px #d9d9d6;
  margin-top: 47px;
  padding: 18px 20px;
}

.lyt-box-01.type-01 {
  padding: 18px 28px;
}

.lyt-box-01.type-02 {
  margin-top: 80px;
  padding: 32px 26px;
}

.lyt-box-01 .hdg {
  border-bottom: solid 1px #d9d9d6;
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 1.8rem;
  line-height: 1.75;
  padding-bottom: 13px;
}

.lyt-box-01 .hdg + [class*='list-'],
.lyt-box-01 .hdg + [class*='link-'],
.lyt-box-01 .hdg + [class*='lyt-'],
.lyt-box-01 .hdg + [class*='tbl-'],
.lyt-box-01 .hdg + p {
  margin-top: 20px;
}

.lyt-box-01 .hdg.type-01 {
  border: 0;
  color: #ffb81c;
  font-size: 2.6rem;
  letter-spacing: .07em;
  padding: 0;
}

.lyt-box-01 .hdg.type-02 {
  border: 0;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  letter-spacing: .06em;
  padding: 0;
}

.lyt-box-01 .hdg.type-02 > .text {
  display: block;
  margin-top: 3px;
}

.lyt-box-01 .hdg .label-01 {
  background-color: #fff8e8;
  color: #ffb81c;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.857;
  margin-right: 20px;
  padding: 0 34px 0 16px;
  position: relative;
}

.lyt-box-01 .hdg .label-01::before {
  background-image: url(/img/common/icon_box_04.png);
  content: '';
  display: block;
  height: 19px;
  margin-top: -9.5px;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 12px;
}

.lyt-box-01 .lead-01 {
  margin-top: 20px;
}

.lyt-box-01 .lead-01 > .outer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px 0 0 -10px;
}

.lyt-box-01 .lead-01 > .outer > .inner {
  display: block;
  padding: 10px 0 0 10px;
}

.lyt-box-01 .lead-01 > .outer > .inner.label {
  display: flex;
  flex-wrap: wrap;
}

.lyt-box-01 .lead-01 > .outer > .inner.text {
  font-size: 1.6rem;
}

.lyt-box-01 .label-02 {
  display: inline-block;
  font-size: 1.4rem;
  margin: -10px 0 0 -6px;
}

.lyt-box-01 .label-02 .label {
  background: #d9d9d6;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0 0 6px;
  padding: 0 25px;
}

.lyt-box-01 .label-02 .label.type-01 {
  background: #fff8e8;
  color: #ffb81c;
  letter-spacing: 0;
  padding: 0 16px;
}

@media only screen and (max-width: 767px) {
  .lyt-box-01 {
    margin-top: 44px;
  }
  .lyt-box-01.type-01 {
    padding: 18px 22px;
  }
  .lyt-box-01.type-02 {
    margin-top: 50px;
    padding: 30px 20px;
  }
  .lyt-box-01 .hdg {
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .lyt-box-01 .hdg + [class*='list-'],
  .lyt-box-01 .hdg + [class*='link-'],
  .lyt-box-01 .hdg + [class*='lyt-'],
  .lyt-box-01 .hdg + [class*='tbl-'],
  .lyt-box-01 .hdg + p {
    margin-top: 14px;
  }
  .lyt-box-01 .hdg.type-01 {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .lyt-box-01 .hdg.type-02 {
    font-size: 2rem;
  }
  .lyt-box-01 .hdg.type-02 > .text {
    margin-top: 12px;
  }
  .lyt-box-01 .lead-01 {
    margin-top: 15px;
  }
  .lyt-box-01 .lead-01 > .outer > .inner.text {
    font-size: 1.4rem;
  }
  .lyt-box-01 .label-02 .label {
    padding: 0 20px;
  }
}

.lyt-box-02,
.lyt-recruit-02 > .inner {
  background-color: #97999b;
  background-image: url(/img/common/bg_box_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  margin-top: 60px;
  padding: 34px 20px 30px;
  text-align: center;
}

.lyt-box-02 .hdg,
.lyt-recruit-02 > .inner .hdg {
  font-size: 2rem;
  line-height: 1.6;
}

.lyt-box-02 .list,
.lyt-recruit-02 > .inner .list {
  display: flex;
  font-size: 1.5rem;
  margin-top: 20px;
}

.lyt-box-02 .list > li,
.lyt-recruit-02 > .inner .list > li {
  flex: 1;
  padding: 10px 20px;
}

.lyt-box-02 .list > li + li,
.lyt-recruit-02 > .inner .list > li + li {
  border: solid #fff;
  border-width: 0 0 0 1px;
}

.lyt-box-02 .list > li > em,
.lyt-recruit-02 > .inner .list > li > em {
  background-position: center center;
  background-repeat: no-repeat;
  color: inherit;
  display: block;
  font-weight: normal;
}

.lyt-box-02 .list > li > em::before,
.lyt-recruit-02 > .inner .list > li > em::before {
  content: '';
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  width: 30px;
}

.lyt-box-02 .list > li > em.type-01::before,
.lyt-recruit-02 > .inner .list > li > em.type-01::before {
  background-image: url(/img/common/icon_box_01.png);
}

.lyt-box-02 .list > li > em.type-02::before,
.lyt-recruit-02 > .inner .list > li > em.type-02::before {
  background-image: url(/img/common/icon_box_02.png);
}

.lyt-box-02 .list > li > em.type-03::before,
.lyt-recruit-02 > .inner .list > li > em.type-03::before {
  background-image: url(/img/common/icon_box_03.png);
}

.lyt-box-02 .list > li .btn-01,
.lyt-recruit-02 > .inner .list > li .btn-01 {
  background-color: #fff;
  border: solid 1px #fff;
  color: #222;
  display: block;
  margin-top: 10px;
  padding: 9px 26px 9px 10px;
  position: relative;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  width: 100%;
  will-change: background-color, color;
}

.lyt-box-02 .list > li .btn-01::before,
.lyt-recruit-02 > .inner .list > li .btn-01::before {
  border: solid #ffb81c;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 7px;
  margin-top: -5px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-color .2s;
  width: 7px;
  will-change: border-color;
}

.lyt-box-02 .list > li .btn-01:hover,
.lyt-recruit-02 > .inner .list > li .btn-01:hover,
.lyt-box-02 .list > li .btn-01:focus,
.lyt-recruit-02 > .inner .list > li .btn-01:focus,
.lyt-box-02 .list > li .btn-01:active,
.lyt-recruit-02 > .inner .list > li .btn-01:active {
  background-color: transparent;
  color: #fff;
}

.lyt-box-02 .list > li .btn-01:hover::before,
.lyt-recruit-02 > .inner .list > li .btn-01:hover::before,
.lyt-box-02 .list > li .btn-01:focus::before,
.lyt-recruit-02 > .inner .list > li .btn-01:focus::before,
.lyt-box-02 .list > li .btn-01:active::before,
.lyt-recruit-02 > .inner .list > li .btn-01:active::before {
  border-color: #fff;
}

.lyt-box-02 .list > li .js-tel-01,
.lyt-recruit-02 > .inner .list > li .js-tel-01 {
  font-size: 3rem;
  line-height: 1.6;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .lyt-box-02,
  .lyt-recruit-02 > .inner {
    background-image: url(/img/common/bg_box_02.png);
    background-size: 100% auto;
  }
  .lyt-box-02 .hdg,
  .lyt-recruit-02 > .inner .hdg {
    font-size: 1.8rem;
  }
  .lyt-box-02 .list,
  .lyt-recruit-02 > .inner .list {
    display: block;
  }
  .lyt-box-02 .list > li,
  .lyt-recruit-02 > .inner .list > li {
    padding: 18px;
  }
  .lyt-box-02 .list > li + li,
  .lyt-recruit-02 > .inner .list > li + li {
    border-width: 1px 0 0;
  }
  .lyt-box-02 .list > li > em::before,
  .lyt-recruit-02 > .inner .list > li > em::before {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .lyt-box-02 .list .btn-01,
  .lyt-recruit-02 > .inner .list .btn-01 {
    margin: 10px auto 0;
    max-width: 234px;
    padding: 8px 26px 8px 10px;
  }
}

.lyt-box-03 {
  background-color: #d9d9d6;
  margin-top: 47px;
  padding: 22px 20px;
}

.lyt-box-03 .hdg {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.133;
  padding-left: 26px;
  position: relative;
}

.lyt-box-03 .hdg::before {
  background-image: url(/img/common/icon_box_05.png);
  content: '';
  display: block;
  height: 17px;
  left: 0;
  margin-top: -8.5px;
  position: absolute;
  top: 50%;
  width: 17px;
}

.lyt-box-04 {
  background-color: #fff;
  margin-top: 47px;
  padding: 22px 30px 30px;
}

.lyt-box-04 .hdg {
  -webkit-font-feature-settings: 'kern', 'palt';
  font-feature-settings: 'kern', 'palt';
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 34px;
  text-align: center;
}

.lyt-box-04 .hdg ~ .hdg {
  border-top: solid 1px #d9d9d6;
  padding-top: 22px;
}

.lyt-box-04 .hdg + [class*='list-'],
.lyt-box-04 .hdg + [class*='link-'],
.lyt-box-04 .hdg + [class*='lyt-'],
.lyt-box-04 .hdg + [class*='tbl-'],
.lyt-box-04 .hdg + p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .lyt-box-04 .hdg {
    margin-top: 26px;
  }
  .lyt-box-04 .hdg ~ .hdg {
    padding-top: 18px;
  }
  .lyt-box-04 .hdg + [class*='list-'],
  .lyt-box-04 .hdg + [class*='link-'],
  .lyt-box-04 .hdg + [class*='lyt-'],
  .lyt-box-04 .hdg + [class*='tbl-'],
  .lyt-box-04 .hdg + p {
    margin-top: 8px;
  }
}

.lyt-box-05 {
  border: solid 2px #ffb81c;
  display: block;
  padding: 16px 20px;
}

.lyt-box-05 .note {
  color: #97999b;
}

.lyt-map-01 {
  margin-top: 44px;
  overflow: hidden;
  padding-top: 54.545%;
  position: relative;
}

.lyt-map-01 > iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.lyt-movie-01 {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 700px;
}

.lyt-movie-01 .movie {
  padding-top: 56.25%;
  position: relative;
}

.lyt-movie-01 .movie > iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lyt-modal-01 > .inner > .lyt-movie-01 {
  margin-top: 50px;
}

.lyt-modal-01 {
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.lyt-modal-01.is-animate {
  display: flex;
  will-change: feed;
}

.lyt-modal-01.is-animate:not(.is-view) {
  -webkit-animation: feed .2s linear 0s forwards;
  animation: feed .2s linear 0s forwards;
}

.lyt-modal-01.is-animate.is-view {
  -webkit-animation: feed .2s linear 0s reverse forwards;
  animation: feed .2s linear 0s reverse forwards;
}

.lyt-modal-01.is-view {
  display: flex;
  opacity: 1;
}

.lyt-modal-01 > .inner {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  position: relative;
}

.lyt-modal-01 .btn-close-01 {
  background-color: rgba(255, 255, 255, .4);
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.lyt-modal-01 .btn-close-01::before,
.lyt-modal-01 .btn-close-01::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: -.5px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.lyt-modal-01 .btn-close-01::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lyt-modal-01 .btn-close-01::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lyt-indent-01 {
  margin-top: 44px;
  padding: 0 20px;
}

.lyt-indent-01 [class*='hdg-03-'] {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 767px) {
  .lyt-indent-01 {
    padding: 0 10px;
  }
  .lyt-indent-01 [class*='hdg-03-'] {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.lyt-recruit-01 {
  background-image: url(/img/recruit/bg_index_02.jpg);
  background-position: top center;
  background-size: cover;
  margin-left: -20px;
  margin-right: -20px;
}

.lyt-recruit-01 > .inner {
  padding: 66px 0 80px;
}

.lyt-recruit-01 .hdg-02-02 {
  color: #fff;
}

.lyt-recruit-01 .hdg-02-02::before {
  background-color: #fff;
}

.lyt-recruit-01 .hdg-03-01 {
  border-color: #fff;
  color: #fff;
  font-size: 2rem;
}

.lyt-recruit-01 .link-btn-02 > a,
.lyt-recruit-01 .list-link-04 > li > a,
.lyt-recruit-01 .tbl-address-01 td.link-02 > a,
.tbl-address-01 .lyt-recruit-01 td.link-02 > a {
  max-width: none;
  padding: 4px 26px 4px 12px;
}

.lyt-recruit-01 .lyt-column-01 > .col {
  display: flex;
  flex-direction: column;
}

.lyt-recruit-01 .lyt-column-01 > .col > .lyt-box-04 {
  flex-grow: 1;
}

.lyt-recruit-02 {
  background-color: #97999b;
  background-image: url(/img/recruit/bg_index_03.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}

.lyt-recruit-02 > .inner {
  background: none;
  margin: 0 auto;
  padding: 50px 0;
}

.lyt-recruit-02 > .inner .list {
  margin-top: 56px;
}

.lyt-recruit-02 > .inner .list > li em {
  display: flex;
  justify-content: center;
}

.lyt-recruit-02 > .inner .list > li em::before {
  flex-shrink: 0;
  margin: 0 14px 0 0;
}

.lyt-recruit-02 > .inner .list > li .btn-01 {
  margin: 25px auto 0;
  max-width: 280px;
  padding: 14px 26px 14px 10px;
}

.lyt-recruit-02 > .inner .list > li .list-tel {
  margin-top: 16px;
}

.lyt-recruit-02 > .inner .list > li .list-tel dt {
  font-size: 1.4rem;
}

.lyt-recruit-02 > .inner .list > li .list-tel dd {
  font-size: 1.2rem;
}

.lyt-recruit-02 > .inner .list > li .list-tel dd .js-tel-01 {
  font-size: 4.4rem;
  line-height: 1.4;
}

.lyt-recruit-02 > .inner .list > li .list-tel dd + dt {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .lyt-recruit-02 {
    background-size: auto 50%;
  }
  .lyt-recruit-02 > .inner .list {
    margin-top: 20px;
  }
  .lyt-recruit-02 > .inner .list > li .btn-01 {
    margin-top: 12px;
  }
  .lyt-recruit-02 > .inner .list > li .list-tel {
    margin-top: 12px;
  }
  .lyt-recruit-02 > .inner .list > li .list-tel dd .js-tel-01 {
    font-size: 3rem;
  }
  .lyt-recruit-02 > .inner .list > li .list-tel dd + dt {
    margin-top: 26px;
  }
}

.lyt-service-01 {
  background-image: url(/img/service/bg_index_02.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}

.lyt-service-01 > .inner {
  padding: 90px 0 120px;
}

.lyt-service-01 [class*='link-btn-'] {
  font-size: 1.5rem;
  text-align: center;
}

.lyt-service-01 [class*='link-btn-'] > a {
  max-width: 330px;
}

@media only screen and (max-width: 767px) {
  .lyt-service-01 {
    padding: 0 10px;
  }
  .lyt-service-01 > .inner {
    padding: 40px 0 60px;
  }
}

.lyt-top-01 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lyt-top-01 .mv-01 img {
  height: auto;
  max-width: none;
  width: 100%;
}

.lyt-top-01 .txt {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.lyt-top-01 .lead-01 {
  color: #fff;
  display: flex;
  font-size: 4.8rem;
  justify-content: center;
  line-height: 1.2;
}

.lyt-top-01 .lead-01 em {
  color: inherit;
}

.lyt-top-01 [class*='link-btn-'] {
  margin-top: 40px;
}

.lyt-top-01 [class*='link-btn-'] > a {
  border: 2px solid #fff;
  padding: 10px 56px 10px 42px;
}

.lyt-top-01 [class*='link-btn-'] > a:hover {
  border-color: #97999b;
}

.lyt-top-01 [class*='link-btn-'] > a:hover,
.lyt-top-01 [class*='link-btn-'] > a:focus,
.lyt-top-01 [class*='link-btn-'] > a:active {
  background-color: rgba(255, 255, 255, .8);
}

@media only screen and (max-width: 767px) {
  .lyt-top-01 {
    height: 293px;
  }
  .lyt-top-01 .mv-01 img {
    height: 110%;
    left: 50%;
    margin-left: -378.5px;
    position: relative;
    width: auto;
  }
  .lyt-top-01 .txt {
    padding: 0 10px;
  }
  .lyt-top-01 .lead-01 {
    display: block;
    font-size: 2.8rem;
  }
  .lyt-top-01 .lead-01 > em {
    display: block;
    width: 100%;
  }
  .lyt-top-01 .lead-01 > em + em {
    margin-top: 16px;
  }
  .lyt-top-01 [class*='link-btn-'] {
    margin-top: 42px;
  }
  .lyt-top-01 [class*='link-btn-'] > a {
    padding: 10px 36px 10px 22px;
  }
}

.lyt-top-02 .lyt-column-02 > .col:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 10px;
  width: 206px;
}

.lyt-top-02 .hdg-02-04::before {
  font-size: 2.8rem;
  line-height: 1.4;
}

.lyt-top-02 [class*='link-btn-'] {
  margin-top: 14px;
}

.lyt-top-02 [class*='link-btn-'] > a {
  padding: 8px 28px 8px 20px;
}

@media only screen and (max-width: 767px) {
  .lyt-top-02 .lyt-column-02 {
    display: block;
  }
  .lyt-top-02 .lyt-column-02 > .col:first-child {
    align-items: center;
    display: flex;
    flex-shrink: 1;
    justify-content: space-between;
    padding-right: 0;
    width: auto;
  }
  .lyt-top-02 .lyt-column-02 > .col + .col {
    margin-top: 8px;
  }
  .lyt-top-02 .hdg-02-04::before {
    font-size: 2.2rem;
  }
  .lyt-top-02 [class*='link-btn-'] {
    margin-top: 0;
  }
  .lyt-top-02 .list-news-01 {
    border: 0;
  }
}

.lyt-top-03 {
  background-color: #97999b;
  background-image: url(/img/bg_index_01.png);
  background-size: cover;
  color: #fff;
  margin: 70px -20px 0;
}

.lyt-top-03 > .inner {
  padding: 58px 40px 72px;
}

.lyt-top-03 .hdg-box {
  align-items: center;
  display: flex;
  padding: 0 0 32px 0;
}

.lyt-top-03 .hdg-02-04 {
  color: inherit;
  padding-right: 26px;
  width: 330px;
}

.lyt-top-03 .hdg-02-04::before {
  color: inherit;
}

.lyt-top-03 .lead-01 {
  flex: 1;
  font-size: 2.4rem;
  margin-top: 0;
  padding-left: 26px;
}

.lyt-top-03 .list-01 {
  display: flex;
  flex-wrap: wrap;
}

.lyt-top-03 .list-01 > li {
  flex-basis: 0%;
  flex-grow: 1;
  width: 20%;
}

.lyt-top-03 .list-01 > li + li {
  margin-left: 20px;
}

.lyt-top-03 .list-01 > li > a {
  text-decoration: none;
}

.lyt-top-03 .list-01 > li > a:hover .img img,
.lyt-top-03 .list-01 > li > a:focus .img img,
.lyt-top-03 .list-01 > li > a:active .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.lyt-top-03 .list-01 > li .img {
  display: block;
  overflow: hidden;
  text-align: center;
}

.lyt-top-03 .list-01 > li .img img {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  will-change: transform;
}

.lyt-top-03 .list-01 > li .title {
  color: inherit;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lyt-top-03 > .inner {
    padding: 40px 0 46px;
  }
  .lyt-top-03 .hdg-box {
    display: block;
    padding: 0 0 32px 0;
  }
  .lyt-top-03 .hdg-02-04 {
    padding-right: 0;
    width: 100%;
  }
  .lyt-top-03 .lead-01 {
    padding-left: 0;
  }
  .lyt-top-03 .list-01 {
    margin: 0 -10px;
  }
  .lyt-top-03 .list-01 > li {
    flex-basis: auto;
    flex-grow: 0;
    padding: 0 10px;
    width: 50%;
  }
  .lyt-top-03 .list-01 > li:nth-child(n + 3) {
    margin-top: 26px;
  }
  .lyt-top-03 .list-01 > li .img img {
    width: 100%;
  }
  .lyt-top-03 .list-01 > li + li {
    margin-left: 0;
  }
  .lyt-top-03 .lead-01 {
    font-size: 2rem;
    line-height: 2;
    padding: 0 20px;
  }
}

.lyt-history-01 {
  overflow: hidden;
  position: relative;
}

.lyt-history-01 .title {
  background-color: #fff8e8;
  border: solid 2px #ffb81c;
  font-size: 2rem;
  padding: 13px 10px;
  text-align: center;
}

.lyt-history-01 .title em {
  color: #222;
  font-weight: normal;
}

.lyt-history-01 .area-top,
.lyt-history-01 .area-bottom {
  align-items: flex-end;
  display: flex;
  font-size: 1.6rem;
}

.lyt-history-01 .area-top > li,
.lyt-history-01 .area-bottom > li {
  width: 33.333%;
}

.lyt-history-01 .area-top > li.type-01 > span::before,
.lyt-history-01 .area-bottom > li.type-01 > span::before {
  background-color: #01bfb3;
}

.lyt-history-01 .area-top > li.type-02 > span::before,
.lyt-history-01 .area-bottom > li.type-02 > span::before {
  background-color: #679bb0;
}

.lyt-history-01 .area-top > li.type-03 > span::before,
.lyt-history-01 .area-bottom > li.type-03 > span::before {
  background-color: #e56a54;
}

.lyt-history-01 .area-top > li > span,
.lyt-history-01 .area-bottom > li > span {
  display: block;
  padding: 0 0 4px 10px;
  position: relative;
}

.lyt-history-01 .area-top > li > span::before,
.lyt-history-01 .area-bottom > li > span::before {
  background-color: #ccc;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.lyt-history-01 .area-top > li {
  padding: 33px 14px 4px 6px;
}

.lyt-history-01 .area-top > li::before {
  background-color: #d9d9d6;
  content: '';
  display: block;
  height: 100%;
  left: 6px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -1;
}

.lyt-history-01 .area-top > li.type-01::before {
  left: 6px;
}

.lyt-history-01 .area-top > li.type-02::before {
  left: calc(33.333% + 6px);
}

.lyt-history-01 .area-top > li.type-03::before {
  left: calc(66.666% + 6px);
}

.lyt-history-01 .area-bottom > li {
  padding: 24px 14px 0 6px;
}

.lyt-history-01 .area-history {
  display: -ms-grid;
  display: grid;
  font-size: 1.6rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  line-height: 1.75;
  margin-top: 22px;
}

.lyt-history-01 .area-history > li {
  padding: 0 14px 4px 20px;
  position: relative;
}

.lyt-history-01 .area-history > li.label-col-01 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.lyt-history-01 .area-history > li.label-col-01 .icon {
  background-color: #01bfb3;
}

.lyt-history-01 .area-history > li.label-col-02 {
  -ms-grid-column: 2;
  grid-column: 2;
}

.lyt-history-01 .area-history > li.label-col-02 .icon {
  background-color: #679bb0;
}

.lyt-history-01 .area-history > li.label-col-03 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.lyt-history-01 .area-history > li.label-col-03 .icon {
  background-color: #e56a54;
}

.lyt-history-01 .area-history .icon {
  border-radius: 50%;
  display: block;
  height: 12px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: .5em;
  width: 12px;
}

.lyt-history-01 .area-history .year {
  color: #97999b;
  display: block;
}

.lyt-history-01 .area-history .year ~ .year {
  margin-top: 7px;
}

.lyt-history-01 .area-history .label-row-01 {
  -ms-grid-row: 999;
  grid-row: 999;
}

.lyt-history-01 .area-history .label-row-02 {
  -ms-grid-row: 998;
  grid-row: 998;
}

.lyt-history-01 .area-history .label-row-03 {
  -ms-grid-row: 997;
  grid-row: 997;
}

.lyt-history-01 .area-history .label-row-04 {
  -ms-grid-row: 996;
  grid-row: 996;
}

.lyt-history-01 .area-history .label-row-05 {
  -ms-grid-row: 995;
  grid-row: 995;
}

.lyt-history-01 .area-history .label-row-06 {
  -ms-grid-row: 994;
  grid-row: 994;
}

.lyt-history-01 .area-history .label-row-07 {
  -ms-grid-row: 993;
  grid-row: 993;
}

.lyt-history-01 .area-history .label-row-08 {
  -ms-grid-row: 992;
  grid-row: 992;
}

.lyt-history-01 .area-history .label-row-09 {
  -ms-grid-row: 991;
  grid-row: 991;
}

.lyt-history-01 .area-history .label-row-10 {
  -ms-grid-row: 990;
  grid-row: 990;
}

.lyt-history-01 .area-history .label-row-11 {
  -ms-grid-row: 989;
  grid-row: 989;
}

.lyt-history-01 .area-history .label-row-12 {
  -ms-grid-row: 988;
  grid-row: 988;
}

.lyt-history-01 .area-history .label-row-13 {
  -ms-grid-row: 987;
  grid-row: 987;
}

.lyt-history-01 .area-history .label-row-14 {
  -ms-grid-row: 986;
  grid-row: 986;
}

.lyt-history-01 .area-history .label-row-15 {
  -ms-grid-row: 985;
  grid-row: 985;
}

.lyt-history-01 .area-history .label-row-16 {
  -ms-grid-row: 984;
  grid-row: 984;
}

.lyt-history-01 .area-history .label-row-17 {
  -ms-grid-row: 983;
  grid-row: 983;
}

.lyt-history-01 .area-history .label-row-18 {
  -ms-grid-row: 982;
  grid-row: 982;
}

.lyt-history-01 .area-history .label-row-19 {
  -ms-grid-row: 981;
  grid-row: 981;
}

.lyt-history-01 .area-history .label-row-20 {
  -ms-grid-row: 980;
  grid-row: 980;
}

.lyt-history-01 .area-history .label-row-21 {
  -ms-grid-row: 979;
  grid-row: 979;
}

.lyt-history-01 .area-history .label-row-22 {
  -ms-grid-row: 978;
  grid-row: 978;
}

.lyt-history-01 .area-history .label-row-23 {
  -ms-grid-row: 977;
  grid-row: 977;
}

.lyt-history-01 .area-history .label-row-24 {
  -ms-grid-row: 976;
  grid-row: 976;
}

.lyt-history-01 .area-history .label-row-25 {
  -ms-grid-row: 975;
  grid-row: 975;
}

.lyt-history-01 .area-history .label-row-26 {
  -ms-grid-row: 974;
  grid-row: 974;
}

.lyt-history-01 .area-history .label-row-27 {
  -ms-grid-row: 973;
  grid-row: 973;
}

.lyt-history-01 .area-history .label-row-28 {
  -ms-grid-row: 972;
  grid-row: 972;
}

.lyt-history-01 .area-history .label-row-29 {
  -ms-grid-row: 971;
  grid-row: 971;
}

.lyt-history-01 .area-history .label-row-30 {
  -ms-grid-row: 970;
  grid-row: 970;
}

@media only screen and (max-width: 767px) {
  .lyt-history-01 .title {
    font-size: 1.6rem;
    padding: 9px 10px;
  }
  .lyt-history-01 .area-top,
  .lyt-history-01 .area-bottom {
    display: block;
    font-size: 1.4rem;
  }
  .lyt-history-01 .area-top > li,
  .lyt-history-01 .area-bottom > li {
    width: 100%;
  }
  .lyt-history-01 .area-top > li.type-01,
  .lyt-history-01 .area-bottom > li.type-01 {
    padding: 15px 0 0 6px;
  }
  .lyt-history-01 .area-top > li.type-01 > span,
  .lyt-history-01 .area-bottom > li.type-01 > span {
    padding-left: 36px;
  }
  .lyt-history-01 .area-top > li.type-02,
  .lyt-history-01 .area-bottom > li.type-02 {
    padding: 15px 0 0 17px;
  }
  .lyt-history-01 .area-top > li.type-02::before,
  .lyt-history-01 .area-bottom > li.type-02::before {
    left: 17px;
  }
  .lyt-history-01 .area-top > li.type-02 > span,
  .lyt-history-01 .area-bottom > li.type-02 > span {
    padding-left: 25px;
  }
  .lyt-history-01 .area-top > li.type-03,
  .lyt-history-01 .area-bottom > li.type-03 {
    padding: 15px 0 0 28px;
  }
  .lyt-history-01 .area-top > li.type-03::before,
  .lyt-history-01 .area-bottom > li.type-03::before {
    left: 28px;
  }
  .lyt-history-01 .area-top > li.type-03 > span,
  .lyt-history-01 .area-bottom > li.type-03 > span {
    padding-left: 14px;
  }
  .lyt-history-01 .area-top > li > span,
  .lyt-history-01 .area-bottom > li > span {
    padding: 0 0 3px 10px;
  }
  .lyt-history-01 .area-top > li > span::before,
  .lyt-history-01 .area-bottom > li > span::before {
    height: 2px;
  }
  .lyt-history-01 .area-bottom > li.type-02,
  .lyt-history-01 .area-bottom > li.type-03 {
    position: relative;
  }
  .lyt-history-01 .area-bottom > li.type-02::before,
  .lyt-history-01 .area-bottom > li.type-03::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .lyt-history-01 .area-bottom > li.type-02::before {
    width: 17px;
  }
  .lyt-history-01 .area-bottom > li.type-03::before {
    width: 28px;
  }
  .lyt-history-01 .area-history {
    display: block;
    font-size: 1.4rem;
  }
  .lyt-history-01 .area-history > li {
    padding: 0 0 9px 42px;
  }
  .lyt-history-01 .area-history > li.label-col-02 .icon {
    left: 11px;
  }
  .lyt-history-01 .area-history > li.label-col-03 .icon {
    left: 22px;
  }
  .lyt-history-01 .area-history > li:last-child {
    padding-bottom: 16px;
  }
}

.lyt-history-02 {
  font-size: 1.4rem;
}

.lyt-history-02 > .row {
  display: flex;
}

.lyt-history-02 > .row:first-child .row-body .body-inner > .history::before {
  bottom: -1.5em;
}

.lyt-history-02 > .row:last-child .row-body .body-inner > .history::before {
  bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .lyt-history-02 > .row {
    flex-wrap: wrap;
  }
}

.lyt-history-02 > .row .row-head {
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .lyt-history-02 > .row .row-head {
    width: 100%;
  }
}

.lyt-history-02 > .row .row-head .year {
  color: #97999b;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 8px 0;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .lyt-history-02 > .row .row-head .year {
    font-size: 1.4rem;
    padding: 0;
  }
}

.lyt-history-02 > .row .row-body {
  width: calc(100% - 80px);
}

@media only screen and (max-width: 767px) {
  .lyt-history-02 > .row .row-body {
    width: 100%;
  }
}

.lyt-history-02 > .row .row-body .body-inner {
  display: flex;
}

.lyt-history-02 > .row .row-body .body-inner .month {
  color: #97999b;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 8px 14px 8px 0;
  position: relative;
  text-align: left;
  width: 86px;
}

@media only screen and (max-width: 767px) {
  .lyt-history-02 > .row .row-body .body-inner .month {
    font-size: 1.4rem;
    padding: 8px 18px 8px 0;
    text-align: right;
    width: 66px;
  }
}

.lyt-history-02 > .row .row-body .body-inner .month::after {
  background: #ffb81c;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  margin: auto;
  position: absolute;
  right: -7px;
  top: 1em;
  width: 12px;
}

.lyt-history-02 > .row .row-body .body-inner .history {
  padding: 8px 0 15px 47px;
  position: relative;
  width: calc(100% - 86px);
}

@media only screen and (max-width: 767px) {
  .lyt-history-02 > .row .row-body .body-inner .history {
    padding: 8px 0 8px 25px;
    width: calc(100% - 66px);
  }
}

.lyt-history-02 > .row .row-body .body-inner .history::before {
  background: #d9d9d6;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.lyt-about-01 {
  background-image: url(/img/bg_about-pwd_01.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 130%;
  padding: 90px 0;
}

.lyt-about-01 p {
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

@media only screen and (max-width: 767px) {
  .lyt-about-01 {
    margin: 0 -20px;
    padding: 60px 20px;
  }
}

.lyt-message-01 {
  position: relative;
}

.lyt-message-01 .txt {
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  justify-content: center;
  left: 0;
  max-width: 465px;
  padding: 30px 0 30px 30px;
  position: absolute;
  top: 0;
  width: 60%;
}

.lyt-message-01 .txt p {
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

.lyt-message-01 .txt em {
  font-weight: bold;
}

.lyt-message-01 .img img {
  height: auto;
  max-width: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lyt-message-01 .txt {
    max-width: none;
    padding: 0;
    position: static;
    width: 100%;
  }
  .lyt-message-01 .img {
    margin-top: 50px;
  }
}

.lyt-error-01 {
  background-color: #fff8e8;
  border: solid 2px #ffb81c;
  display: block;
  padding: 16px 20px;
  position: relative;
  white-space: pre-wrap;
}

.lyt-error-01::after {
  bottom: 10px;
  color: #ffb81c;
  content: 'NG';
  font-family: sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  opacity: .4;
  position: absolute;
  right: 14px;
}

.lyt-error-01 code {
  font-size: 1.3rem;
  line-height: 1.5;
}

.lyt-error-01 .alert {
  background-color: #ffb81c;
}

.lyt-textarea-01 {
  border: solid 1px #d9d9d6;
  line-height: 1.5;
  margin-top: 16px;
  max-width: 100%;
  min-height: 20vh;
  overflow-y: auto;
  padding: 16px 20px;
  width: 100%;
}

/**
 * Table
 */
.tbl-data-01 {
  border: solid #d9d9d6;
  border-width: 1px 0;
  margin-top: 52px;
  width: 100%;
}

.tbl-data-01 td,
.tbl-data-01 th {
  padding: 16px 10px;
  vertical-align: top;
}

.tbl-data-01 th {
  color: #53565a;
  font-weight: normal;
  text-align: left;
}

.tbl-data-01 tr + tr {
  border-top: solid 1px #d9d9d6;
}

@media only screen and (max-width: 767px) {
  .tbl-data-01 {
    margin-top: 54px;
  }
  .tbl-data-01 td,
  .tbl-data-01 th,
  .tbl-data-01 tr {
    display: block;
    width: 100% !important;
  }
  .tbl-data-01 td,
  .tbl-data-01 th {
    padding: 0 10px;
  }
  .tbl-data-01 tr {
    padding: 15px 0;
  }
  .tbl-data-01 tr > * + * {
    margin-top: 10px;
  }
}

.tbl-address-01 {
  margin-top: 52px;
  width: 100%;
}

.tbl-address-01 td,
.tbl-address-01 th {
  padding: 4px 12px 26px 0;
  vertical-align: top;
}

.tbl-address-01 td.link-01,
.tbl-address-01 td.link-02 {
  padding: 12px 0 0;
  width: 160px;
}

.tbl-address-01 td.link-01 > a,
.tbl-address-01 td.link-02 > a {
  min-width: 0;
  padding: 4px 12px;
  width: 100%;
}

.tbl-address-01 td.link-01 > a::before,
.tbl-address-01 td.link-02 > a::before {
  margin-top: -3px;
}

.tbl-address-01 th {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  width: 30%;
}

.tbl-address-01 tr:last-child td,
.tbl-address-01 tr:last-child th {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tbl-address-01 {
    margin-top: 20px;
  }
  .tbl-address-01 td {
    display: block;
    padding: 0;
  }
  .tbl-address-01 td.link-01,
  .tbl-address-01 td.link-02 {
    margin-top: 20px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .tbl-address-01 td.link-01 > a,
  .tbl-address-01 td.link-02 > a {
    padding: 7px 20px 7px 12px;
  }
  .tbl-address-01 th {
    display: block;
    padding: 6px 0;
    width: 100%;
  }
  .tbl-address-01 tr {
    display: block;
  }
  .tbl-address-01 tr:last-child th {
    padding-bottom: 7px;
  }
  .tbl-address-01 tr + tr {
    margin-top: 23px;
  }
}

.tbl-icon-01 {
  margin: 15px auto 30px auto;
  text-align: left;
  width: 100%;
}

.tbl-icon-01 th {
  color: #9a9999;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 6px;
  vertical-align: top;
  width: 105px;
}

.tbl-icon-01 td {
  font-size: 1.2rem;
}

.tbl-icon-01 td ul li {
  background: #d9d9d6;
  color: #222;
  display: inline-block;
  margin-right: 7px;
  margin-top: 6px;
  padding: 0 8px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tbl-icon-01 th {
    font-size: 1.2rem;
    width: 91px;
  }
  .tbl-icon-01 td ul li {
    margin-right: 6px;
    padding: 0 5px;
  }
}

/**
 * Java Script
 */
.js-modal-01 {
  display: inline-block;
  position: relative;
}

.js-modal-01::before {
  border: solid 2px rgba(255, 255, 255, .5);
  border-radius: 50%;
  content: '';
  display: block;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  transition: border-color .2s;
  width: 100px;
  will-change: border-color;
}

.js-modal-01::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, .5);
  border-style: solid;
  border-width: 15px 0 15px 26px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin: -14px 0 0 -10px;
  position: absolute;
  top: 50%;
  transition: border-color .2s;
  width: 0;
  will-change: border-color;
}

.js-modal-01:hover::before,
.js-modal-01:focus::before,
.js-modal-01:active::before {
  border-color: #fff;
}

.js-modal-01:hover::after,
.js-modal-01:focus::after,
.js-modal-01:active::after {
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 767px) {
  .js-modal-01::before {
    height: 80px;
    margin: -40px 0 0 -40px;
    width: 80px;
  }
  .js-modal-01::after {
    border-width: 13px 0 13px 22px;
    margin: -12px 0 0 -8px;
  }
}

/**
 * Adjust
 */
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l th,
.ta-l td,
.ta-c th,
.ta-c td,
.ta-r th,
.ta-r td {
  text-align: inherit;
}

.font-12 {
  font-size: 1.2rem !important;
}

.font-14 {
  font-size: 1.4rem !important;
}

.font-16 {
  font-size: 1.6rem !important;
}

.font-18 {
  font-size: 1.8rem !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.is-fixed {
  left: 0;
  position: fixed;
  width: 100%;
}

.word-break {
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .sp-break {
    display: none;
  }
}

/**
 * js-sort-01
 */
.js-sort-01 .lyt-indent-01.js-sort-item {
  margin-top: 0;
}

.js-sort-01 .lyt-indent-01.js-sort-item .list-panel-04 > li {
  margin-top: 42px;
}

@media only screen and (max-width: 767px) {
  .js-sort-01 .lyt-indent-01.js-sort-item .list-panel-04 > li {
    margin-top: 36px;
  }
}

/**
 * lyt-search-01
 */
.lyt-search-01 {
  margin-top: 40px;
}

.lyt-search-01 .item {
  margin: 0 -15px;
}

.lyt-search-01 .item dl {
  align-items: center;
  display: flex;
  line-height: 1.2;
  padding: 0 15px;
}

.lyt-search-01 .item dl:first-child dd select {
  max-width: 270px;
}

.lyt-search-01 .item dl:last-child dd select {
  max-width: 235px;
}

.lyt-search-01 .item dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 40px;
}

.lyt-search-01 .item dl dd {
  font-size: 1.6rem;
}

.lyt-search-01 .item dl dd input,
.lyt-search-01 .item dl dd select {
  font-size: 1.6rem;
}

.lyt-search-01 .item dl dd input + span {
  cursor: pointer;
}

.lyt-search-01 .item dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: #97999b 1px solid;
  cursor: pointer;
  padding: 9px 44px 6px 22px;
  position: relative;
  z-index: 22;
}

.lyt-search-01 .item dl dd select::-ms-expand {
  display: none;
}

.lyt-search-01 .item.type1 {
  align-items: center;
  display: flex;
}

.lyt-search-01 .item.type1 dd {
  position: relative;
  z-index: 20;
}

.lyt-search-01 .item.type1 dd::before {
  border-bottom: solid 2px #ffb81c;
  border-right: solid 2px #ffb81c;
  content: '';
  display: block;
  height: 12px;
  margin-top: -8px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  will-change: transform;
}

.lyt-search-01 .item.type2 {
  margin-top: 19px;
}

.lyt-search-01 .item.type2 dl {
  align-items: flex-start;
}

.lyt-search-01 .item.type2 dt {
  margin-top: 19px;
}

.lyt-search-01 .item.type2 dd {
  flex: 1;
}

.lyt-search-01 .item.type2 .list li {
  display: inline-block;
  margin-top: 19px;
  padding: 0 15px;
  position: relative;
}

.lyt-search-01 .item.type2 .list li::before {
  background: #a1a3a5;
  content: '';
  display: block;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

.lyt-search-01 .item.type2 .list li input[type=radio] {
  display: none;
}

.lyt-search-01 .item.type2 .list li input[type=radio]:checked + span {
  color: #ffb81c;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .lyt-search-01 {
    margin-top: 35px;
  }
  .lyt-search-01 .item {
    margin: 0;
  }
  .lyt-search-01 .item dl {
    display: block;
    padding: 0;
  }
  .lyt-search-01 .item dl:first-child dd select,
  .lyt-search-01 .item dl:last-child dd select {
    max-width: 100%;
    width: 100%;
  }
  .lyt-search-01 .item dl dt {
    font-size: 1.4rem;
    padding-right: 0;
  }
  .lyt-search-01 .item dl dd {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .lyt-search-01 .item dl dd input,
  .lyt-search-01 .item dl dd select {
    font-size: 1.4rem;
  }
  .lyt-search-01 .item dl + dl {
    margin-top: 20px;
  }
  .lyt-search-01 .item.type1 {
    display: block;
  }
  .lyt-search-01 .item.type2 dt,
  .lyt-search-01 .item.type2 dd {
    margin-top: 0;
  }
  .lyt-search-01 .item.type2 .list {
    margin: 0 -15px;
  }
  .lyt-search-01 .item.type2 .list li {
    margin-top: 10px;
  }
}
