@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
/*sub,*/
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}
html.scroll-prevent {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  padding-top: 60px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  overflow-x: hidden;
}
body.is-active {
  overflow: hidden;
}
body.low {
  padding-top: 60px;
  background: #fff;
}
@media (min-width: 768px) {
  body {
    padding-top: 110px;
  }
  body.low {
    padding-top: 110px;
  }
}
body:lang(en) {
  font-family: "Hanken Grotesk", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

iframe {
  max-width: 100%;
}

*[data-aos="fade-up"] {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0;
}
*[data-aos="fade-up"].aos-animate {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 60px;
}
@media (min-width: 768px) {
  .pagetop {
    cursor: pointer;
    transition: opacity 0.3s ease;
    right: 20px;
    bottom: 20px;
    width: auto;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  transition: .3s;
}
.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.header__title {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.header__title__link {
  display: block;
}
.header__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__lang {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
  font-weight: bold;
}
.header__lang__item {
  color: #777777;
}
.header__lang__item svg {
  margin-right: 5px;
}
.header__lang__item:first-child::after {
  margin: 0 5px;
  content: "/";
}
.header__lang__item.is-active {
  color: #bcbcbc;
}
.header__contact {
  margin-right: 20px;
}
.header__submenu {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 150px;
  color: #ffffff;
  line-height: 1.5;
}
.header__submenu__support {
  margin-right: 30px;
}
.header__submenu__support::before {
  margin-right: 5px;
  content: url("/assets/img/common/icon_support.png");
}
.header__submenu__ec {
  margin-right: 30px;
}
.header__submenu__en {
  margin-right: 20px;
}
.header__submenu__support, .header__submenu__ec, .header__submenu__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__submenu__support:hover, .header__submenu__ec:hover, .header__submenu__en:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .header__submenu.is-open .header__submenu__support,
  .header__submenu.is-open .header__submenu__ec,
  .header__submenu.is-open .header__submenu__en {
    display: none;
  }
}
.header__submenu__support svg, .header__submenu__ec svg, .header__submenu__en svg {
  margin-right: 5px;
}
.header__submenu__search {
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.header__submenu__search__input {
  display: none;
  height: 22px;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.header__submenu__search__submit {
  padding: 0;
  vertical-align: bottom;
}
.header__submenu {
  color: #777777;
}
.header__submenu svg path {
  fill: #777777;
}
.header__submenu__search {
  border-color: #777777;
}
.header__submenu__search__input {
  border-color: #777777;
}
@media (min-width: 768px) {
  .header__inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 0 40px !important;
  }
  .header__contact {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .header__logo {
    width: 100px;
  }
}

.gnavi {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  padding: 0 20px 20px;
  overflow: auto;
  background: #0081C0;
  transition: .3s;
}
.gnavi.is-active {
  right: 0;
}
.gnavi__link {
  color: #ffffff;
}
.gnavi__link.is-current::after {
  width: 100%;
  height: 2px;
  background-color: #0081C0;
  content: "";
}
.gnavi__link--blank {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.gnavi__link--blank::after {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url("/assets/img/common/icon_blank02.svg") no-repeat;
  background-size: contain;
  content: "";
}
.gnavi__toplevel {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}
.gnavi__toplevel::before, .gnavi__toplevel::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  content: "";
}
.gnavi__toplevel::before {
  right: 0;
  width: 15px;
  height: 2px;
}
.gnavi__toplevel::after {
  right: 6px;
  width: 2px;
  height: 15px;
}
.gnavi__toplevel.is-active::after {
  display: none;
}
.gnavi__toplevel.is-arrow::after {
  display: none;
}
.gnavi__toplevel.is-arrow::before {
  right: 0;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow07.svg") no-repeat;
  background-position: center;
}
.gnavi__list01 {
  margin-bottom: 30px;
}
.gnavi__list02 {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .gnavi__list02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
    padding: 0;
    line-height: 1.5;
  }
  .gnavi__list02::after {
    width: calc((100% - 60px) / 3);
    content: "";
  }
}
.gnavi__list02__wrap {
  display: none;
}
@media (min-width: 768px) {
  .gnavi__list02__wrap {
    position: fixed;
    left: 0;
    width: 100%;
    max-height: calc(100svh - 100px);
    padding: 40px 0 50px;
    overflow: auto;
    background: #0081C0;
  }
  .gnavi__list02__wrap.is-products {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .gnavi__list02__wrap02 {
    width: 1080px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
  }
}
.gnavi__list02__title {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
}
.gnavi__list02__title__link {
  display: inline-block;
}
@media (min-width: 768px) {
  .gnavi__list02__title__link:hover .gnavi__list02__title__top::after {
    background-image: url("/assets/img/common/icon_arrow04.svg");
    background-color: #ffffff;
  }
  .gnavi__list02__title__link .gnavi__list02__title__top::after {
    transition: .3s;
  }
}
.gnavi__list02__title__top {
  font-size: 20px;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.gnavi__list02__title__top::after {
  display: block;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: url("/assets/img/common/icon_arrow02.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .gnavi__list02__col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 80px;
  }
  .gnavi__list02__col2.is-about {
    gap: 0;
  }
  .gnavi__list02__col2__item:nth-child(1) {
    position: relative;
    width: 100%;
  }
  .gnavi__list02__col2__item:nth-child(1).is-about {
    padding-right: 60px;
  }
  .gnavi__list02__col2__item:nth-child(1).is-about::after {
    position: absolute;
    top: 0;
    right: 60px;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
  }
  .gnavi__list02__col2__item:nth-child(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gnavi__list02__col2__bnner {
    position: relative;
    top: 20px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
  }
  .gnavi__list02__col2__bnner__img {
    overflow: hidden;
    border-radius: 8px;
  }
  .gnavi__list02__col2__bnner img {
    transition: .3s;
  }
  .gnavi__list02__col2__bnner a {
    display: block;
  }
  .gnavi__list02__col2__bnner a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .gnavi__list02__col2__bnner__text {
    font-size: 18px;
    font-size: 1.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 5px;
    position: relative;
    margin-top: 10px;
  }
  .gnavi__list02__col2__bnner__text::before {
    display: block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    width: 7px;
    height: 7px;
    margin-top: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right top;
  }
}
.gnavi__list02__item {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .gnavi__list02__item {
    font-size: 16px;
    font-size: 1rem;
    width: calc((100% - 60px) / 3);
  }
  .gnavi__list02__item .gnavi__link {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 2px;
    color: #ffffff;
  }
  .gnavi__list02__item .gnavi__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    content: "";
    transition: .3s;
  }
  .gnavi__list02__item .gnavi__link:hover::after {
    width: 100%;
  }
}
.gnavi__list02__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gnavi__list02__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.gnavi__list02__item::before {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
@media (min-width: 768px) {
  .gnavi__list02.is-col4 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .gnavi__list02.is-col4 > li {
    width: auto;
  }
}
.gnavi__list03 > li,
.gnavi__list03 div {
  position: relative;
  margin-top: 10px;
  padding-left: 17px;
}
.gnavi__list03 > li a,
.gnavi__list03 div a {
  font-size: 14px;
  font-size: 0.875rem;
}
.gnavi__list03 > li a .gnavi__link,
.gnavi__list03 div a .gnavi__link {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.gnavi__list03 > li a .gnavi__link:hover,
.gnavi__list03 div a .gnavi__link:hover {
  opacity: 0.7;
}
.gnavi__list03 > li .gnavi__link,
.gnavi__list03 div .gnavi__link {
  font-size: 14px;
  font-size: 0.875rem;
}
.gnavi__list03 > li::before,
.gnavi__list03 div::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
.gnavi__search {
  margin-bottom: 30px;
}
.gnavi__search__box {
  position: relative;
}
.gnavi__search__input {
  width: 100%;
  height: 54px;
  padding: 10px 40px 10px 10px;
  background: #ffffff;
}
.gnavi__search__input::-webkit-input-placeholder {
  color: #bcbcbc;
}
.gnavi__search__input::-moz-placeholder {
  color: #bcbcbc;
}
.gnavi__search__input:-ms-input-placeholder {
  color: #bcbcbc;
}
.gnavi__search__input::placeholder {
  color: #bcbcbc;
}
.gnavi__search__submit {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .gnavi {
    top: 58px;
    right: auto;
    left: 0;
    width: calc(100% - 150px);
    height: auto;
    padding: 0;
    background: none;
  }
  .gnavi__link {
    display: inline-block;
    position: relative;
    color: #222222;
    transition: .3s;
  }
  .gnavi__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0081C0;
    content: "";
    transition: .3s;
  }
  body:not(.is-view-tab) .gnavi__link:hover::after {
    width: 100%;
  }
  body.is-view-tab .gnavi__link.is-active::after {
    width: 0 !important;
  }
  .gnavi__toplevel {
    position: relative;
    padding: 0 0 20px;
    border: none;
  }
  .gnavi__toplevel::before, .gnavi__toplevel::after {
    display: none;
  }
  .gnavi__toplevel > .gnavi__link {
    text-decoration: none !important;
  }
  .gnavi__list01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    gap: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .gnavi {
    width: calc(100% - 120px);
  }
  .gnavi__toplevel {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gnavi__list01 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gnavi .gnavi-ir {
    display: grid;
    gap: 40px 35px;
    padding-left: 80px;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    grid-template-areas: "box01 box02 box03 box04" "box05 box06 box07 box08";
  }
  .gnavi .gnavi-ir .gnavi__list02__item {
    width: auto;
  }
  .gnavi .gnavi-ir__box01 {
    grid-area: box01;
  }
  .gnavi .gnavi-ir__box02 {
    grid-area: box02;
  }
  .gnavi .gnavi-ir__box03 {
    grid-area: box03;
  }
  .gnavi .gnavi-ir__box04 {
    grid-area: box04;
  }
  .gnavi .gnavi-ir__box05 {
    grid-area: box05;
  }
  .gnavi .gnavi-ir__box06 {
    grid-area: box06;
  }
  .gnavi .gnavi-ir__box07 {
    grid-area: box07;
  }
  .gnavi .gnavi-ir__box08 {
    grid-area: box08;
  }
  .gnavi__products__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .gnavi__products__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    margin-left: 40px;
    padding: 10px 16px;
    border: 1px solid #ffffff;
    border-radius: 9999px;
    background: #ffffff;
    color: #0081C0;
    transition: .3s;
  }
  .gnavi__products__button:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .gnavi__products__button:hover svg .cls-1,
  .gnavi__products__button:hover svg .cls-2 {
    stroke: #ffffff !important;
  }
  .gnavi__products__button svg {
    width: 35px;
    height: 35px;
  }
  .gnavi__products__list01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 40px;
    padding-bottom: 30px;
  }
  .gnavi__products__list01 > li {
    width: 180px;
    max-width: calc(100% - 120px / 4);
  }
  .gnavi__products__list01 > li a {
    display: block;
    position: relative;
    border: 1px solid #ffffff;
    text-align: center;
  }
  .gnavi__products__list01 > li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .gnavi__products__list01 > li a p {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    color: #ffffff;
    line-height: 1.2;
  }
  .gnavi__products__list01 > li a p.is-fz12 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .gnavi__products__list01 > li img {
    transition: .3s;
  }
  .gnavi__products__list01__image {
    overflow: hidden;
  }
  .gnavi__products__bottom {
    padding: 30px 0 50px;
  }
  .gnavi__products__bottom__title {
    font-size: 20px;
    font-size: 1.25rem;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
  }
  .gnavi__products__bottom__inner {
    position: relative;
    width: 880px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .gnavi__products__bottom__inner::before {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
  }
}

.hamburger {
  line-height: 1;
  cursor: pointer;
}
.hamburger__inner {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 18px;
  border: none;
  background: none;
  transition: all .4s;
  appearance: none;
}
@media (min-width: 768px) {
  .hamburger__inner {
    width: 38px;
    height: 18px;
  }
}
.hamburger__item {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #777777;
  transition: .3s;
}
@media (min-width: 768px) {
  .hamburger__item {
    height: 2px;
  }
}
.hamburger__item:nth-of-type(1) {
  top: 0;
}
.hamburger__item:nth-of-type(2) {
  top: 8px;
}
@media (min-width: 768px) {
  .hamburger__item:nth-of-type(2) {
    top: 8px;
  }
}
.hamburger__item:nth-of-type(3) {
  bottom: 0;
}
.hamburger.is-active .hamburger__item:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
@media (min-width: 768px) {
  .hamburger.is-active .hamburger__item:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
}
.hamburger.is-active .hamburger__item:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__item:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
@media (min-width: 768px) {
  .hamburger.is-active .hamburger__item:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
}

.footer {
  padding: 40px 0;
  background: #333333;
}
.footer__navi01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px 48px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 0 15px 40px;
  border-bottom: 2px solid #777777;
  line-height: 1;
}
.footer__navi01__link {
  color: #ffffff;
}
.footer__navi01__link--blank {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.footer__navi01__link--blank::after {
  display: block;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_blank02.svg");
  content: "";
}
.footer__navi02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px 10px;
  margin-bottom: 30px;
  line-height: 1;
}
.footer__navi02__item {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
.footer__navi02__link {
  color: #bcbcbc;
}
.footer__navi03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  color: #c0c0c0;
}
.footer__navi03__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  width: 100%;
}
.footer__navi03__sns {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__navi03__link {
  color: #bcbcbc;
}
.footer__navi03__cart {
  margin-left: 10px;
}
.footer__logo {
  margin-bottom: 20px;
  text-align: center;
}
.footer__logo a {
  display: inline-block;
}
.footer__copy {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  color: #999999;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0 20px;
  }
  .footer__navi01__link, .footer__navi02__link, .footer__navi03__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .footer__navi01__link:hover, .footer__navi02__link:hover, .footer__navi03__link:hover {
    opacity: 0.7;
  }
  .footer__navi02 {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px 50px;
    margin-bottom: 20px;
  }
  .footer__navi02__item {
    width: auto;
  }
  .footer__navi02__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer__navi03 {
    gap: 50px;
    margin-bottom: 50px;
  }
  .footer__navi03__item {
    font-size: 14px;
    font-size: 0.875rem;
    width: auto;
  }
  .footer__navi03__item a {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .footer__navi03__item a:hover {
    opacity: 0.7;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
}

.breadcrumb__list {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 11px 0;
  overflow: auto;
}
.breadcrumb__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.breadcrumb__item:not(:last-child)::after {
  display: block;
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
  background: url("/assets/img/common/icon_arrow09.svg");
  content: "";
}
@media (min-width: 768px) {
  .breadcrumb a {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .breadcrumb a:hover {
    opacity: 0.7;
  }
}

.subNavigation {
  height: 0;
  padding: 30px 0;
  padding: 0;
  overflow: hidden;
  background: #f4f9fd;
}
.subNavigation__title {
  font-size: 16px;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
  color: #0081C0;
  font-weight: bold;
}
.subNavigation__list {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 15px;
  line-height: 1.5;
}
.subNavigation__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.subNavigation__link.is-current {
  color: #0081C0;
}
.subNavigation__container--sustainability {
  display: grid;
  gap: 35px 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto 1fr;
  grid-auto-flow: row;
  grid-template-areas: "subNavigation__menu--sustainability01 subNavigation__menu--sustainability04 subNavigation__menu--sustainability05 subNavigation__menu--sustainability06" "subNavigation__menu--sustainability02 subNavigation__menu--sustainability04 subNavigation__menu--sustainability05 subNavigation__menu--sustainability06" "subNavigation__menu--sustainability03 subNavigation__menu--sustainability04 subNavigation__menu--sustainability05 subNavigation__menu--sustainability06" ". subNavigation__menu--sustainability04 subNavigation__menu--sustainability05 subNavigation__menu--sustainability06";
}
.subNavigation__container--ir {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "ir01 ir02 ir03 ir04 ir05";
}
.subNavigation__menu--sustainability01 {
  grid-area: subNavigation__menu--sustainability01;
}
.subNavigation__menu__menu--sustainability02 {
  grid-area: subNavigation__menu--sustainability02;
}
.subNavigation__menu--sustainability03 {
  grid-area: subNavigation__menu--sustainability03;
}
.subNavigation__menu--sustainability04 {
  grid-area: subNavigation__menu--sustainability04;
}
.subNavigation__menu--sustainability05 {
  grid-area: subNavigation__menu--sustainability05;
}
.subNavigation__menu--sustainability06 {
  grid-area: subNavigation__menu--sustainability06;
}
.subNavigation__menu--ir01 {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "ir01_child01" "ir01_child02";
  grid-area: ir01;
}
.subNavigation__menu--ir01_child01 {
  grid-area: ir01_child01;
}
.subNavigation__menu--ir01_child02 {
  grid-area: ir01_child02;
}
.subNavigation__menu--ir02 {
  grid-area: ir02;
}
.subNavigation__menu--ir03 {
  grid-area: ir03;
}
.subNavigation__menu--ir04 {
  grid-area: ir04;
}
.subNavigation__menu--ir05 {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "ir05_child01" "ir05_child02" "ir05_child03" "ir05_child04";
  grid-area: ir05;
}
.subNavigation__menu--ir05_child01 {
  grid-area: ir05_child01;
}
.subNavigation__menu--ir05_child02 {
  grid-area: ir05_child02;
}
.subNavigation__menu--ir05_child03 {
  grid-area: ir05_child03;
}
.subNavigation__menu--ir05_child04 {
  grid-area: ir05_child04;
}
.subNavigation__menuLink {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #cce0ea;
  font-weight: 500;
  line-height: 1.5;
}
.subNavigation__menuList {
  margin-top: 10px;
}
.subNavigation__menuList > li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.subNavigation__menuList > li:not(:last-child) {
  margin-bottom: 10px;
}
.subNavigation__menuListLink {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.subNavigation__menuListLink::before {
  display: block;
  position: absolute;
  top: calc(12px * 1.5 / 2);
  left: 0;
  width: 10px;
  height: 1px;
  background: #222222;
  content: "";
}
.subNavigation__menuListLink--blank {
  display: -ms-flexbox;
  display: flex;
}
.subNavigation__menuListLink--blank::after {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url("/assets/img/common/icon_blank01.svg") no-repeat;
  background-size: contain;
  content: "";
}
.subNavigation .is-current {
  color: #0081C0;
}
.subNavigation .is-current::before {
  background: #0081C0;
}
@media (min-width: 768px) {
  .subNavigation {
    display: block;
    height: auto;
    padding: 40px 0 50px;
    overflow: visible;
  }
  .subNavigation__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .subNavigation a {
    transition: .3s;
  }
  .subNavigation a:hover {
    color: #0081C0;
  }
  .subNavigation__list {
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
  }
}

.changeBg01 {
  padding: 40px 0 120px;
  background: #f4f9fd;
  transition: .3s;
}
.changeBg01.is-active {
  background: #ffffff;
}
@media (min-width: 768px) {
  .changeBg01 {
    padding: 50px 0 120px;
  }
}

.changeBg02 {
  padding: 0 0 80px;
  background: #f4f9fd;
  transition: .3s;
}
.changeBg02.is-active {
  background: #ffffff;
}
@media (min-width: 768px) {
  .changeBg02 {
    padding: 0 0 80px;
  }
}

.changeBg03 {
  padding: 40px 0 80px;
  background: #f4f9fd;
  transition: .3s;
}
.changeBg03.is-active {
  background: #ffffff;
}
@media (min-width: 768px) {
  .changeBg03 {
    padding: 50px 0 140px;
  }
}

.changeBg04 {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #f4f9fd;
  transition: .3s;
}
.changeBg04.is-active {
  background: #ffffff;
}
@media (min-width: 768px) {
  .changeBg04 {
    margin-bottom: 70px;
    padding: 50px 0 70px;
  }
}

.gdpr-consent {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  padding: 20px 60px 20px 20px;
  background: rgba(0, 129, 191, 0.9);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 400ms;
  pointer-events: none;
}
.gdpr-consent.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
@media (max-width: 767px) {
  .gdpr-consent {
    padding-right: 40px;
  }
}
.gdpr-consent__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 40px;
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gdpr-consent__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gdpr-consent__text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.5;
}
.gdpr-consent__text a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: underline;
}
.gdpr-consent__text a:hover {
  opacity: 0.7;
}
.gdpr-consent__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 40px;
}
@media (max-width: 767px) {
  .gdpr-consent__options {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
.gdpr-consent__option {
  font-size: 14px;
  font-size: 0.875rem;
}
.gdpr-consent__option--disagree {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #ffffff;
  text-decoration: underline;
}
.gdpr-consent__option--disagree:hover {
  opacity: 0.7;
}
.gdpr-consent__option--agree {
  width: 175px;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  background: #ffffff;
  color: #0081C0;
  line-height: 40px;
  transition: .3s;
}
.gdpr-consent__option--agree:hover {
  background: transparent;
  color: #ffffff;
}
.gdpr-consent__close {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  padding: 0;
}
.gdpr-consent__close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .gdpr-consent__close {
    right: 10px;
  }
}

.column-cv01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 10px;
  background: #0081C0;
}
@media (max-width: 767px) {
  .column-cv01 {
    padding: 40px 20px;
  }
}
.column-cv01__heading {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.column-cv01__heading span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .column-cv01__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.column-cv01 .p-button03:hover {
  border-color: #ffffff;
}

.column-cv02 {
  text-align: center;
}
.column-cv02__body {
  display: inline-block;
  padding: 40px;
  border: 1px solid #0081C0;
  background: #f0f9ff;
}
@media (max-width: 767px) {
  .column-cv02__body {
    padding: 20px;
  }
}
.column-cv02__col2 {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .column-cv02__col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
  }
}
.column-cv02__image {
  min-width: 90px;
}
.column-cv02__text {
  max-width: 100%;
}
.column-cv02__heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .column-cv02__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.column-cv02__sub-heading {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #0081C0;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 767px) {
  .column-cv02__sub-heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.column-cv02__ul {
  text-align: left;
}
.column-cv02__ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .column-cv02__ul {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.column-cv02__memo {
  padding-left: 1em;
  color: #0081C0;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .column-cv02__memo {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.column-cv02 .p-button03 {
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .column-cv02 .p-button03 {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-wrap01 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-wrap01 {
    padding: 0 80px;
  }
}
.p-wrap01.is-bg01 {
  background: #f4f9fd;
}

.p-wrap02 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-wrap02 {
    padding: 0 80px;
  }
}

.p-wrap03 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.p-wrap03.is-mbA {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-wrap03 {
    padding: 0 80px;
  }
  .p-wrap03.is-mbA {
    margin-bottom: 60px;
  }
}

.p-wrap04 {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-wrap04 {
    padding: 0 80px;
  }
}

.p-wrap05 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-wrap05 {
    padding: 0 80px;
  }
}

.p-wrap06 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-wrap06 {
    padding: 0 80px;
  }
}

.p-width960 {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-width960 {
    padding: 0 80px;
  }
}

.p-inner01 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-inner01 {
    padding: 0 80px;
  }
}

.p-inner01 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-inner01 {
    padding: 0 80px;
  }
}

.p-inner960 {
  width: 960px;
  max-width: calc(100% - 30px);
  margin: auto;
}
@media (min-width: 768px) {
  .p-inner960 {
    max-width: calc(100% - 160px);
  }
}

.p-inner1040 {
  width: 1040px;
  max-width: calc(100% - 30px);
  margin: auto;
}
@media (min-width: 768px) {
  .p-inner1040 {
    max-width: calc(100% - 160px);
  }
}

.p-inner1120 {
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: auto;
}
@media (min-width: 768px) {
  .p-inner1120 {
    max-width: calc(100% - 160px);
  }
  .p-inner1120.is-individual {
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 768px) {
  .p-hover01 {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-hover01:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .p-hover02:hover {
    text-decoration: underline;
  }
}

.p-title01 {
  margin-bottom: 25px;
}
.p-title01.is-white {
  color: #ffffff;
}
.p-title01__top, .p-title01__bottom {
  display: block;
}
.p-title01__top {
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Hanken Grotesk", sans-serif;
}
@media (min-width: 768px) {
  .p-title01__top {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.p-title01__bottom {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-title01__bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-title02 {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 1.5;
}
.p-title02::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #0081C0;
  content: "";
}
@media (min-width: 768px) {
  .p-title02 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .p-title02::before {
    width: 80px;
  }
}

.p-title03 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 3px solid #0081C0;
  font-weight: bold;
  line-height: 1.5;
}
.p-title03__link[target="_blank"]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/assets/img/common/icon_blank04.svg");
  background-size: cover;
  vertical-align: middle;
  content: "";
}
@media (min-width: 768px) {
  .p-title03 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.p-title04 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-title04 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

.p-title05 {
  font-weight: bold;
}

.p-title06 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0081C0;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .p-title06 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-text01:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-text01:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-textlink01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3px;
  color: #0081c0;
  word-break: break-all;
}
.p-textlink01.is-blank::after {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_blank03.svg");
  background-size: cover;
  content: "";
}
.p-textlink01.is-arrow::before {
  display: block;
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow11.svg");
  background-size: cover;
  content: "";
}
.p-textlink01.is-pdf::after {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("/assets/img/common/icon_pdf01.svg");
  content: "";
}
.p-textlink01 .is-pdf {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #777777;
}
.p-textlink01 .is-pdf::before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_pdf02.svg");
  content: "";
}
@media (min-width: 768px) {
  .p-textlink01 {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-textlink01:hover {
    opacity: 0.7;
  }
}

.p-textlink02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3px;
}
.p-textlink02.is-blank::after {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_blank03.svg");
  background-size: cover;
  content: "";
}
.p-textlink02.is-arrow {
  display: inline-block;
}
.p-textlink02.is-arrow::before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow11.svg");
  background-size: cover;
  content: "";
}
.p-textlink02.is-pdf::after {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("/assets/img/common/icon_pdf01.svg");
  content: "";
}
.p-textlink02 .is-pdf {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #777777;
}
.p-textlink02 .is-pdf::before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle;
  content: url("/assets/img/common/icon_pdf01.svg");
}
@media (min-width: 768px) {
  .p-textlink02 {
    transition: .3s;
  }
  .p-textlink02:hover {
    color: #0081C0;
  }
}

.p-button01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  border-radius: 30px;
  text-align: center;
}
.p-button01::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #444444;
  background-image: url("/assets/img/common/icon_arrow02.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  transition: .3s;
}
@media (min-width: 768px) {
  .p-button01 {
    width: auto;
    border: none;
  }
  .p-button01::after {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 56px;
    height: 56px;
    margin-left: 16px;
  }
  .p-button01:hover::after {
    background-position: 60% center;
  }
}

.p-button02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
}
.p-button02::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url("/assets/img/common/icon_arrow04.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  content: "";
  transition: .3s;
}
@media (min-width: 768px) {
  .p-button02 {
    width: auto;
    border: none;
  }
  .p-button02::after {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 56px;
    height: 56px;
    margin-left: 16px;
  }
  .p-button02:hover::after {
    background-position: 60% center;
  }
}

.p-button03 {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  padding: 13px 20px;
  border: 1px solid #cccccc;
  border-radius: 9999px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.p-button03--wide {
  width: 420px;
  padding-left: 40px;
  padding-right: 40px;
}
.p-button03--blank::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  content: url("/assets/img/common/icon_blank04.svg");
}
.p-button03--blank:hover::after {
  content: url("/assets/img/common/icon_blank05.svg");
}
.p-button03--arrow::before, .p-button03--arrow::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.p-button03--arrow::before {
  width: 11px;
  height: 2px;
  background: #0081C0;
}
.p-button03--arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
}
.p-button03__pdf {
  font-size: 10px;
  font-size: 0.625rem;
  color: #777777;
  transition: inherit;
}
.p-button03__pdf::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/assets/img/common/icon_pdf02.svg");
  background-size: cover;
  content: "";
}
.p-button03__excel {
  font-size: 10px;
  font-size: 0.625rem;
  color: #777777;
  transition: inherit;
}
.p-button03__excel::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/assets/img/common/icon_excel.svg");
  background-size: cover;
  content: "";
}
.p-button03--blue {
  color: #0081BF;
}
@media (max-width: 767px) {
  .p-button03--sp-short {
    width: 230px;
  }
  .p-button03--wide {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p-button03 {
    transition: .3s;
  }
  .p-button03:hover {
    border-color: #0081C0;
    background-color: #0081C0;
    color: #ffffff;
  }
  .p-button03:hover .p-button03__pdf {
    color: #ffffff;
  }
  .p-button03:hover .p-button03__excel {
    color: #ffffff;
  }
  .p-button03--arrow:hover::before {
    background-color: #ffffff;
  }
  .p-button03--arrow:hover::after {
    border-color: #ffffff;
  }
}

.p-button04 {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  position: relative;
  width: 295px;
  max-width: 100%;
  padding: 11px 20px;
  border-radius: 9999px;
  background-color: #0081C0;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.p-button04--arrow::before, .p-button04--arrow::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.p-button04--arrow::before {
  width: 11px;
  height: 2px;
  background: #ffffff;
}
.p-button04--arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.p-button04__pdf {
  font-size: 10px;
  font-size: 0.625rem;
  color: #777777;
  transition: inherit;
}
.p-button04__pdf::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/assets/img/common/icon_pdf02.svg");
  background-size: cover;
  content: "";
}
.p-button04--brown {
  background-color: #52452b;
}
@media (min-width: 768px) {
  .p-button04 {
    font-size: 18px;
    font-size: 1.125rem;
    width: 480px;
    padding: 12px 20px;
    box-shadow: 0 12px 20px rgba(215, 220, 222, 0.6);
    transition: .3s;
  }
  .p-button04:hover {
    background-color: #ffffff;
    color: #0081C0;
  }
  .p-button04--arrow:hover::before {
    background-color: #0081C0;
  }
  .p-button04--arrow:hover::after {
    border-color: #0081C0;
  }
  .p-button04--brown:hover {
    color: #52452b;
  }
  .p-button04--brown:hover::before {
    background-color: #52452b;
  }
  .p-button04--brown:hover::after {
    border-color: #52452b;
  }
}

.p-button05 {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  background: #0081C0;
  color: #ffffff;
  line-height: 1.5;
  transition: .3s;
}
.p-button05::after {
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/img/common/icon_blank02.svg") no-repeat;
  background-size: contain;
  line-height: 1;
  content: "";
}
.p-button05:hover {
  background: #ffffff;
  color: #0081C0;
}
.p-button05:hover::after {
  background-image: url("/assets/img/common/icon_blank03.svg");
}

.p-button06 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 420px;
  max-width: 100%;
  min-height: 60px;
  margin: auto;
  padding: 5px 26px;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  background: #ffffff;
  color: #0081C0;
  line-height: 1.5;
  text-align: center;
  transition: .3s;
}
.p-button06:hover {
  background: #0081C0;
  color: #ffffff;
}
.p-button06--dl::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_dl.svg");
  content: "";
}
.p-button06--dl:hover::after {
  background: url("/assets/img/common/icon_dl_hover.svg");
}
.p-button06--arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow15.svg");
  content: "";
}
.p-button06--arrow:hover::after {
  background: url("/assets/img/common/icon_arrow15_hover.svg");
}
.p-button06--blank::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_blank03.svg");
  content: "";
}
@media (max-width: 767px) {
  .p-button06--blank::after {
    right: 10px;
  }
}
.p-button06--blank:hover::after {
  background: url("/assets/img/common/icon_blank02.svg");
}

.p-toggleButton01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding-top: 20px;
  cursor: pointer;
}
.p-toggleButton01::after {
  display: block;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow13.svg");
  background-size: cover;
  content: "";
}
.p-toggleButton01.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-list01__item {
  position: relative;
  padding-left: 1em;
}
.p-list01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\30FB";
}

.p-ol01 {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.p-table01 {
  width: 100%;
}
.p-table01 tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.p-table01 th,
.p-table01 td {
  padding: 20px 0;
}
.p-table01 th {
  width: 240px;
  padding-left: 20px;
  font-weight: bold;
  text-align: left;
}
.p-table01 td {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .p-table01 tr {
    display: block;
    padding: 20px 0;
  }
  .p-table01 tr:not(:last-child) {
    border-bottom: none;
  }
  .p-table01 tr--spBorderNone {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-table01 tr--spBorderNone + .p-table01__tr {
    padding-top: 5px;
    border-top: none;
  }
  .p-table01 th,
  .p-table01 td {
    display: block;
    padding: 0 10px;
  }
  .p-table01 th {
    width: 100%;
    margin-bottom: 5px;
  }
}
.p-table01--b th {
  width: 160px;
}
.p-table01--c th {
  width: 280px;
}
.p-table01--borderTopNone tr:first-child {
  border-top: none;
}

.p-table02 th,
.p-table02 td {
  padding-bottom: 15px;
  line-height: 1.7;
  vertical-align: middle;
}
.p-table02 th {
  padding-left: 10px;
  white-space: nowrap;
}
.p-table02 td {
  padding-right: 10px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .p-table02 th,
  .p-table02 td {
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .p-table02 th {
    padding-left: 20px;
  }
  .p-table02 td {
    padding-right: 20px;
    padding-left: 35px;
  }
}

.p-navi01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.p-navi01__item {
  position: relative;
  width: calc(50% - 5px);
  border: 1px solid #0081C0;
  border-radius: 5px;
  background: #ffffff;
  transition: .3s;
}
.p-navi01__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow13.svg");
  background-size: cover;
  content: "";
}
.p-navi01__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 100%;
  padding: 10px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-navi01 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 50px;
  }
  .p-navi01__item {
    width: 210px;
  }
  .p-navi01__item:hover {
    border-color: #0081C0;
    background: #0081C0;
    color: #ffffff;
  }
  .p-navi01__item:hover::before {
    background-image: url("/assets/img/common/icon_arrow14.svg");
  }
  .p-navi01__button {
    padding: 12px 30px;
  }
}

.p-navi02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-navi02__item {
  position: relative;
  width: calc(50% - 5px);
  border: 1px solid #0081C0;
  border-radius: 5px;
  background: #ffffff;
  transition: .3s;
}
.p-navi02__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow13.svg");
  background-size: cover;
  content: "";
}
.p-navi02__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 100%;
  padding: 16px 30px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .p-navi02__button {
    line-height: 1.2;
  }
}
.p-navi02__button.is-pdr {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .p-navi02__button.is-tr {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .p-navi02 {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px;
  }
  .p-navi02__item {
    width: calc((100% - 80px) / 5);
  }
  .p-navi02__item:hover {
    border-color: #0081C0;
    background: #0081C0;
    color: #ffffff;
  }
  .p-navi02__item:hover::before {
    background-image: url("/assets/img/common/icon_arrow14.svg");
  }
  .p-navi02__button {
    padding: 20px 30px;
  }
}

.p-navi03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.p-navi03__item {
  position: relative;
  width: calc(50% - 5px);
  border: 1px solid #0081C0;
  border-radius: 5px;
  background: #ffffff;
  transition: .3s;
}
.p-navi03__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow13.svg");
  background-size: cover;
  content: "";
}
.p-navi03__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 100%;
  padding: 16px 30px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-navi03 {
    gap: 20px;
  }
  .p-navi03__item {
    width: calc((100% - 80px) / 5);
  }
  .p-navi03__item:hover {
    border-color: #0081C0;
    background: #0081C0;
    color: #ffffff;
  }
  .p-navi03__item:hover::before {
    background-image: url("/assets/img/common/icon_arrow14.svg");
  }
  .p-navi03__button {
    padding: 20px 30px;
  }
}

.p-navi04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-navi04__item {
  width: calc(50% - 5px);
  background: #ffffff;
}
.p-navi04__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 100%;
  min-height: 60px;
  border: 1px solid #0081C0;
  border-radius: 5px;
  line-height: 1.3;
  text-align: center;
}
.p-navi04__button::before {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0081C0;
  border-bottom: 2px solid #0081C0;
  content: "";
}
@media (min-width: 768px) {
  .p-navi04 {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px;
  }
  .p-navi04__item {
    width: 210px;
  }
  .p-navi04__button {
    transition: .3s;
  }
  .p-navi04__button:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .p-navi04__button:hover::before {
    border-color: #ffffff;
  }
}

.p-tab01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.p-tab01 li {
  width: calc(100% / 3);
}
.p-tab01 li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 2px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.p-tab01 li.is-active a {
  border-bottom: 2px solid #0081C0;
}
.p-tab01__contents {
  display: none;
  opacity: 0;
}
.p-tab01__contents.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .p-tab01 {
    margin-bottom: 30px;
  }
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-kv01 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-kv01 {
    margin-bottom: 80px;
  }
}

.p-newslist01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 20px;
}
.p-newslist01__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.p-newslist01__time {
  font-size: 14px;
  font-size: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 77px;
  color: #999999;
  font-family: "Hanken Grotesk", sans-serif;
}
.p-newslist01__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 120px;
}
.p-newslist01__category > a,
.p-newslist01__category > span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  color: #0081C0;
  line-height: 22px;
  text-align: center;
}
.p-newslist01__title {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.p-newslist01__title.is-blank::after {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank01.svg");
  content: "";
}
.p-newslist01__title .is-pdf {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  color: #777777;
}
.p-newslist01__title .is-pdf::before {
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 5px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_pdf01.svg");
  content: "";
}
.p-newslist01__link {
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
}
@media (min-width: 768px) {
  .p-newslist01__category > a {
    transition: .3s;
  }
  .p-newslist01__category > a:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .p-newslist01__link {
    transition: .3s;
  }
  .p-newslist01__link:hover {
    color: #0081C0;
  }
}
@media (min-width: 1180px) {
  .p-newslist01__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-newslist01__title {
    width: auto;
  }
}

.p-newslist02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 20px;
  margin: auto;
}
.p-newslist02__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.p-newslist02__time {
  font-size: 14px;
  font-size: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999999;
  line-height: 1;
  font-family: "Hanken Grotesk", sans-serif;
}
.p-newslist02__category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 120px;
}
.p-newslist02__category > a {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  color: #0081C0;
  line-height: 22px;
  text-align: center;
}
.p-newslist02__title {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.p-newslist02__link[target="_blank"]::after {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank01.svg");
  content: "";
}
.p-newslist02__link .is-pdf {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  color: #777777;
  line-height: 1;
  vertical-align: text-top;
}
.p-newslist02__link .is-pdf::before {
  display: inline-block;
  margin: 0 5px;
  content: url("/assets/img/common/icon_pdf01.svg");
}
@media (min-width: 768px) {
  .p-newslist02__item {
    gap: 10px 30px;
  }
  .p-newslist02__category > a {
    transition: .3s;
  }
  .p-newslist02__category > a:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .p-newslist02__link {
    transition: .3s;
  }
  .p-newslist02__link:hover {
    color: #0081C0;
  }
}
@media (min-width: 1180px) {
  .p-newslist02__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-newslist02__title {
    width: auto;
  }
}

.p-yearlist01__item > a {
  display: block;
  position: relative;
  padding: 19px 20px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
}
.p-yearlist01__item > a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
}
@media (min-width: 768px) {
  .p-yearlist01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 40px;
    padding: 30px 20px;
    border: 1px solid #f0f0f0;
  }
  .p-yearlist01__item > a {
    padding: 0 0 0 20px;
    border: none;
    transition: .3s;
  }
  .p-yearlist01__item > a:hover {
    color: #0081C0;
  }
}

.p-categorylist01 {
  display: -ms-flexbox;
  display: flex;
}
.p-categorylist01__item {
  -ms-flex: 1;
      flex: 1;
}
.p-categorylist01__item.is-current {
  border-bottom: 2px solid #0081C0;
}
.p-categorylist01__item > a {
  font-size: 18px;
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 980px) {
  .p-categorylist01__item > a {
    line-height: 1.2;
  }
}

.p-categorylist02 {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.p-categorylist02 select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  color: #333333;
}
.p-categorylist02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 6px;
  height: 6px;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  content: "";
}

.p-card01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 30px 0;
}
.p-card01.is-mbA {
  margin-bottom: 40px;
}
.p-card01__figure {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.p-card01__image {
  width: 100%;
  transition: .3s;
}
.p-card01__title {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.p-card01__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/icon_arrow08.svg") no-repeat;
  background-size: cover;
  content: "";
}
.p-card01__title--blank {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.p-card01__title--blank::after {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/icon_blank04.svg");
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .p-card01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 28px;
  }
  .p-card01.is-mbA {
    margin-bottom: 60px;
  }
  .p-card01__item {
    width: calc((100% - (28px * 2)) / 3);
  }
  .p-card01__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-card01__link:hover {
    opacity: 0.7;
  }
  .p-card01__link:hover .p-card01__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-card01__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-card02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 30px 0;
}
.p-card02.is-mbA {
  margin-bottom: 40px;
}
.p-card02__figure {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.p-card02__image {
  width: 100%;
  transition: .3s;
}
.p-card02__title {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.5;
}
.p-card02__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/icon_arrow08.svg") no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .p-card02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 60px;
  }
  .p-card02.is-mbA {
    margin-bottom: 60px;
  }
  .p-card02__item {
    width: calc((100% - 60px) / 2);
  }
  .p-card02__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .p-card02__link:hover {
    opacity: 0.7;
  }
  .p-card02__link:hover .p-card02__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-card02__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-card03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 32px;
}
@media (max-width: 767px) {
  .p-card03 {
    gap: 30px;
  }
}
.p-card03 > li {
  width: calc((100% - 64px) / 3);
}
@media (max-width: 767px) {
  .p-card03 > li {
    width: 100%;
  }
}
.p-card03__figure {
  margin-bottom: 20px;
}
.p-card03__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-card03__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-cardnavi01__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.p-cardnavi01__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.p-cardnavi01__list > li {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.p-cardnavi01__list > li a {
  display: block;
  position: relative;
}
.p-cardnavi01__list > li a.is-product {
  background-color: #f2faff;
}
.p-cardnavi01__list > li img {
  width: 100%;
  transition: .3s;
}
.p-cardnavi01__list > li.is-product img {
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
}
.p-cardnavi01__list > li.is-product img.is-off {
  opacity: 1;
}
.p-cardnavi01__list > li.is-product img.is-on {
  opacity: 0;
}
.p-cardnavi01__list__title {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 25px;
  width: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-cardnavi01 .top__bottom02__button {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 345/120;
}
@media (min-width: 768px) {
  .p-cardnavi01__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-cardnavi01__list {
    gap: 59px;
    padding: 0 80px;
  }
  .p-cardnavi01__list > li {
    width: calc((100% - 118px) / 3);
  }
  .p-cardnavi01__list > li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-cardnavi01__list > li.is-product img {
    width: 95px;
    height: 95px;
  }
  .p-cardnavi01__list > li.is-product:hover img {
    -webkit-transform: none;
            transform: none;
  }
  .p-cardnavi01__list > li.is-product:hover img.is-off {
    opacity: 0;
  }
  .p-cardnavi01__list > li.is-product:hover img.is-on {
    opacity: 1;
  }
  .p-cardnavi01__list > li.is-product:hover a {
    background: #0081C0;
  }
  .p-cardnavi01__list__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-cardList01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-cardList01__item {
  width: 100%;
}
.p-cardList01__link {
  display: block;
}
.p-cardList01__imgWrap {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.p-cardList01__img {
  width: 100%;
}
.p-cardList01__title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-cardList01__title:last-child {
  margin-bottom: 0;
}
.p-cardList01__title::before {
  display: block;
  position: absolute;
  top: calc((1em * 1.5) / 2 + 1px);
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
}
.p-cardList01__title--border {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.p-cardList01__subList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 15px 20px 0;
}
.p-cardList01__subList--col2 .p-cardList01__subItem {
  width: calc(50% - 5px);
}
.p-cardList01__subItem {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  width: 100%;
  padding-left: 15px;
  color: #0081C0;
  font-weight: 700;
  line-height: 1.5;
}
.p-cardList01__subItem::before {
  display: block;
  position: absolute;
  top: calc(1em * 1.5 / 2);
  left: 0;
  width: 10px;
  height: 1px;
  background: #0081C0;
  content: "";
}
.p-cardList01__subLink {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-cardList01__subLink:hover {
  opacity: 0.7;
}
.p-cardList01__subLink--blank::after {
  margin-left: 5px;
  vertical-align: middle;
  content: url("/assets/img/ir/icon_blank01.svg");
}
@media (min-width: 768px) {
  .p-cardList01 {
    gap: 32px;
  }
  .p-cardList01__item {
    width: calc((100% - 64px) / 3);
  }
  .p-cardList01__link:hover .p-cardList01__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-cardList01__img {
    transition: .3s;
  }
  .p-cardList01__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-cardList01__title--border:last-child {
    margin-bottom: 15px;
  }
  .p-cardList01__subList {
    padding: 0 20px 0;
  }
  .p-cardList01__subList.is-tokushu {
    -ms-flex-direction: column;
        flex-direction: column;
    height: calc(1.5em * 3 + 30px);
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cardList02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.cardList02__item {
  width: 100%;
}
.cardList02__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #cce0ea;
}
.cardList02__imgWrap {
  width: 93px;
}
.cardList02__textWrap {
  width: calc(100% - 108px);
}
.cardList02__title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.cardList02__title::before {
  display: block;
  position: absolute;
  top: calc((1em * 1.5) / 2 + 1px);
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
}
.cardList02__title--blank::after {
  margin-left: 5px;
  vertical-align: middle;
  content: url("/assets/img/common/icon_blank04.svg");
}
@media (min-width: 768px) {
  .cardList02 {
    gap: 40px;
  }
  .cardList02__item {
    width: calc(50% - 20px);
  }
  .cardList02__link {
    gap: 20px;
    padding: 20px 30px;
    transition: .3s;
  }
  .cardList02__link:hover {
    border-color: #f4f9fd;
    background: #f4f9fd;
  }
  .cardList02__imgWrap {
    width: 140px;
  }
  .cardList02__textWrap {
    width: calc(100% - 160px);
  }
  .cardList02__title {
    font-size: 20px;
    font-size: 1.25rem;
    transition: .3s;
  }
  .cardList02__title::before {
    transition: .3s;
  }
  .cardList02__text {
    transition: .3s;
  }
}

.p-banner01 {
  text-align: center;
}
.p-banner01__link {
  display: inline-block;
}

.p-chart01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-chart01:not(:last-child) {
  margin-bottom: 40px;
}
.p-chart01__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-chart01 {
    gap: 60px;
  }
  .p-chart01:not(:last-child) {
    margin-bottom: 60px;
  }
  .p-chart01__item {
    width: calc((100% - 60px) / 2);
  }
}

.p-chart02:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-chart02:not(:last-child) {
    margin-bottom: 60px;
  }
}

.p-rice {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-rice::before {
  content: "\203B";
}

.p-rice01 > li {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-rice01 > li::before {
  content: "\203B";
}

.p-rice02 {
  counter-reset: p-rice02;
}
.p-rice02 > li {
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}
.p-rice02 > li::before {
  content: "※" counter(p-rice02);
  counter-increment: p-rice02;
}

.modal-container,
.modal-container2,
.modal-container3 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  overflow: auto;
  box-sizing: border-box;
  background: black;
  text-align: center;
  transition: .3s;
}
.modal-container::before,
.modal-container2::before,
.modal-container3::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal-container.active,
.modal-container2.active,
.modal-container3.active {
  visibility: visible;
  opacity: 1;
}

.modal-body,
.modal-body2,
.modal-body3 {
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 1280px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .modal-body,
  .modal-body2,
  .modal-body3 {
    width: 80%;
  }
}

.modal-close,
.modal-close2,
.modal-close3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -45px;
  right: -7px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
}

.modal-content,
.modal-content2,
.modal-content3 {
  text-align: left;
}
.modal-content iframe,
.modal-content2 iframe,
.modal-content3 iframe {
  width: 100%;
  vertical-align: bottom;
  aspect-ratio: 16/9;
}

.c-inner01 {
  width: 960px;
  max-width: calc(100% - 160px);
  margin: auto;
}
@media (max-width: 767px) {
  .c-inner01 {
    max-width: calc(100% - 30px);
  }
}

.c-pageTitle01 {
  position: relative;
  margin-bottom: 50px;
}
.c-pageTitle01__bg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  background: no-repeat;
  background-size: cover;
}
.c-pageTitle01__bg--bg01 {
  background-image: url("/assets/img/common/c-pageTitle01_bg01_pc.jpg");
}
.c-pageTitle01__bg--bg02 {
  background-image: url("/assets/img/common/c-pageTitle01_bg02_pc.jpg");
}
.c-pageTitle01__bg--bg03 {
  background-image: url("/assets/img/common/c-pageTitle01_bg03_pc.jpg");
}
.c-pageTitle01__in {
  width: 960px;
  max-width: calc(100% - 160px);
  margin: auto;
}
.c-pageTitle01__title {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.c-pageTitle01__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 960px;
  max-width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .c-pageTitle01 {
    margin-bottom: 40px;
  }
  .c-pageTitle01__bg {
    height: 110px;
  }
  .c-pageTitle01__in {
    max-width: calc(100% - 30px);
  }
  .c-pageTitle01__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-pageTitle01__icon {
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 5px;
    position: static;
    -webkit-transform: none;
            transform: none;
    max-width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .c-pageTitle01__icon__item img {
    width: 50px;
  }
}

.c-title01 {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
  line-height: 1.5;
}
.c-title01:first-child {
  margin-top: 0;
}
.c-title01::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #0081C0;
  content: "";
}
@media (max-width: 767px) {
  .c-title01 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .c-title01::before {
    width: 60px;
  }
}
.c-title01--arrow {
  cursor: pointer;
}
.c-title01--arrow::after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("/assets/img/common/icon_downArrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-title01--arrow.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-title02 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-title02 {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 10px;
  }
}

.c-title03 {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-left: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.c-title03::before {
  display: block;
  position: absolute;
  top: calc((1em * .25) / 2);
  left: 0;
  width: 5px;
  height: calc(1em * 1.25);
  background: #0081C0;
  content: "";
}
@media (max-width: 767px) {
  .c-title03 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.c-title04 {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-title04 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

.c-col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}
.c-col2 .c-table01 {
  width: 100%;
}
.c-col2 .c-text01 {
  padding: 0;
}
.c-col2 .c-title02 {
  padding: 0;
}
.c-col2 > * {
  width: calc((100% - 40px) / 2);
}
.c-col2:not(:last-child) {
  margin-bottom: 40px;
}
.c-col2--flexend {
  -ms-flex-align: end;
      align-items: flex-end;
}
.c-col2--leftLarge {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-col2--leftLarge > * {
  max-width: 100%;
}
.c-col2--leftLarge > *:nth-child(odd) {
  width: 560px;
}
.c-col2--leftLarge > *:nth-child(even) {
  width: 360px;
}
.c-col2--center {
  -ms-flex-pack: center;
      justify-content: center;
}
.c-col2--center > * {
  width: auto;
}
@media (min-width: 768px) {
  .c-col2 {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .c-col2 {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
  .c-col2 > * {
    width: 100%;
  }
  .c-col2--leftLarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-col2--leftLarge > * {
    max-width: 100%;
  }
  .c-col2--leftLarge > *:nth-child(odd), .c-col2--leftLarge > *:nth-child(even) {
    width: 100%;
  }
}

.c-col3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.c-col3 > * {
  width: calc((100% - 80px) / 3);
}
.c-col3:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-col3 {
    gap: 20px 10px;
  }
  .c-col3 > * {
    width: calc((100% - 15px) / 2);
  }
}

.c-box01 {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border: 1px solid #cce0ea;
}
.c-box01 .c-col2 {
  width: 100%;
}
.c-box01:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-box01 {
    padding: 30px 15px;
  }
}

.c-box02 {
  padding: 20px;
  border: 1px solid #cce0ea;
  background: #f4f9fd;
}

.c-box03 {
  padding: 30px;
  background: #f7f7f7;
}
.c-box03__title {
  margin-bottom: 15px;
  font-weight: 700;
}
.c-box03__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
}
@media (max-width: 767px) {
  .c-box03 {
    padding: 20px;
  }
}

.c-box04 {
  padding: 40px;
  background: #f8f8f8;
  line-height: 1.5;
  text-align: center;
}
.c-box04__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.c-box04__list01 > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}
.c-box04__list01 > li:not(:last-child)::after {
  color: #0081C0;
  content: "\002F";
}
.c-box04__list01 > li a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  color: #0081C0;
}
.c-box04__list01 > li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-box04 {
    padding: 40px 20px;
  }
}

.c-figure01 img {
  width: 100%;
}
.c-figure01__caption {
  margin-top: 20px;
}
.c-figure01__caption span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .c-figure01__caption {
    margin-top: 15px;
  }
}

.c-list01 {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}
.c-list01:not(:last-child) {
  margin-bottom: 40px;
}
.c-list01__item {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list01__item:not(:last-child) {
  margin-bottom: 15px;
}
.c-list01__item::before {
  content: "\30FB";
}

.c-list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
.c-list02 > li {
  width: calc((100% - 30px) / 4);
  min-width: 202px;
  padding-left: 1em;
  text-indent: -1em;
}
.c-list02 > li::before {
  content: "\30FB";
}
.c-list02 > li:last-child {
  -ms-flex: 1;
      flex: 1;
}

.c-orderList01 {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
}
.c-orderList01:not(:last-child) {
  margin-bottom: 40px;
}
.c-orderList01 > li, .c-orderList01__item {
  list-style-type: decimal;
}
.c-orderList01 > li:not(:last-child), .c-orderList01__item:not(:last-child) {
  margin-bottom: 15px;
}

.c-orderList02 {
  width: calc(100% - 40px);
  margin: 0 auto;
  counter-reset: my-counter;
}
.c-orderList02__item,
.c-orderList02 > li {
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}
.c-orderList02__item:not(:last-child),
.c-orderList02 > li:not(:last-child) {
  margin-bottom: 20px;
}
.c-orderList02__item::before,
.c-orderList02 > li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
}
.c-orderList02 .c-orderList01 {
  width: 100%;
  margin-top: 10px;
}
.c-orderList02 .c-orderList01 > li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-orderList02 > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.c-orderList03 > li {
  display: -ms-flexbox;
  display: flex;
}
.c-orderList03__no {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-dl01 > div:not(:last-child) {
  margin-bottom: 20px;
}
.c-dl01 > div > dt {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.c-dl01 > div > dd {
  padding-left: 20px;
}

.c-indent20 {
  padding: 0 20px;
}

.c-overflow {
  width: calc(100% - 40px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow-x: auto;
  overflow-y: hidden !important;
}
.c-overflow .c-table01 {
  width: 100%;
}
.c-overflow:not(:last-child) {
  margin-bottom: 40px;
}
.c-overflow > table {
  min-width: 767px;
  margin-bottom: 0 !important;
}
.c-overflow .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.c-overflow .scroll-hint-icon {
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 305px;
  max-width: calc(100vw - 30px);
  height: auto;
  border: 2px solid rgba(247, 247, 247, 0.8);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.c-overflow .scroll-hint-icon::before {
  width: 80px;
  height: 56px;
  background: url("/assets/img/corp/organization/scrollhint.svg") no-repeat;
  background-size: cover;
}
.c-overflow .scroll-hint-icon::after {
  display: none;
}
.c-overflow .scroll-hint-text {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}

.c-table01 {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  word-break: break-all;
}
.c-table01:not(:last-child) {
  margin-bottom: 40px;
}
.c-table01--fixed {
  table-layout: fixed;
}
.c-table01 th {
  min-width: 120px;
}
.c-table01 th.is-sticky {
  position: sticky;
  left: 0;
  z-index: 1;
}
.c-table01 .c-list01 {
  width: 100%;
}
.c-table01--w1080 {
  min-width: 1080px !important;
}
.c-table01--flexible th {
  min-width: auto;
}
@media (min-width: 768px) {
  .c-table01--shortcell th {
    min-width: 100px;
  }
}
@media (min-width: 768px) {
  .c-table01--shortcell90 th {
    min-width: 90px;
  }
}
.c-table01 thead th {
  padding: 20px 30px;
  border: 1px solid #ffffff;
  background: #8894a2;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.c-table01 thead th:first-child {
  border-left: none;
}
.c-table01 thead th:last-child {
  border-right: none;
}
.c-table01 tbody th,
.c-table01 tbody td {
  padding: 20px 30px;
  border: 1px solid #cccccc;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table01 tbody th:first-child,
.c-table01 tbody td:first-child {
  border-left: none;
}
.c-table01 tbody th:last-child,
.c-table01 tbody td:last-child {
  border-right: none;
}
.c-table01 tbody th {
  background: #f2f2f2;
  font-weight: 700;
  text-align: center;
}
.c-table01 tbody th span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444444;
  font-weight: 400;
}
.c-table01 tbody td {
  background: #ffffff;
}
.c-table01--pd10 tbody th,
.c-table01--pd10 tbody td {
  padding: 20px 10px;
}
.c-table01--pd10b thead th,
.c-table01--pd10b thead td,
.c-table01--pd10b tbody th,
.c-table01--pd10b tbody td {
  padding: 10px;
}
.c-table01--pd10c thead th,
.c-table01--pd10c thead td,
.c-table01--pd10c tbody th,
.c-table01--pd10c tbody td {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .c-table01--160 th {
    width: 160px;
  }
  .c-table01--180 th {
    min-width: 180px;
  }
  .c-table01--320 th {
    width: 320px;
  }
  .c-table01--340 th {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .c-table01 thead th {
    padding: 15px 10px;
  }
  .c-table01 tbody th,
  .c-table01 tbody td {
    padding: 10px;
  }
  .c-table01 tbody th {
    text-align: left;
  }
}

.c-table02 {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.c-table02 tr {
  border-bottom: 1px solid #cccccc;
}
.c-table02 th,
.c-table02 td {
  padding: 32px 30px;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table02 th {
  width: 480px;
  background: #f8f8f8;
  font-weight: 700;
}
.c-table02 td {
  width: 640px;
  background: #ffffff;
}
.c-table02--short th {
  width: 180px;
}
.c-table02--short td {
  width: 360px;
}
@media (min-width: 768px) {
  .c-table02--announce th,
  .c-table02--announce td {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-table02--announce th {
    width: 180px;
  }
}
.c-table02__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 24px;
}
.c-table02__list:not(:last-child) {
  margin-bottom: 15px;
}
.c-table02__list a {
  transition: .3s;
}
.c-table02__list a .is-pdf {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
}
.c-table02__list a .is-pdf::before {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  content: url(/assets/img/ir/icon_pdf.svg);
}
.c-table02__list a:hover {
  color: #0081C0;
}
@media (max-width: 767px) {
  .c-table02 th,
  .c-table02 td {
    padding: 20px 10px;
  }
  .c-table02__list {
    gap: 5px 10px;
  }
}

.c-tab01:not(:last-child) {
  margin-bottom: 40px;
}
.c-tab01__navi {
  display: -ms-flexbox;
  display: flex;
}
.c-tab01__navi > li {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.c-tab01__navi > li.is-active::after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0081C0;
  content: "";
}
.c-tab01__navi > li > span,
.c-tab01__navi > li > a {
  display: block;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.c-tab01__contents > div {
  display: none;
}
.c-tab01__contents > div.is-active {
  display: block;
}
@media (min-width: 768px) {
  .c-tab01__navi > li {
    transition: .3s;
  }
  .c-tab01__navi > li:hover {
    background: #0081C0;
    color: #ffffff;
  }
}

.c-anker01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.c-anker01 > li {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  max-width: 210px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.c-anker01 > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 100%;
  padding: 17px 35px;
  line-height: 1.5;
  text-align: center;
}
.c-anker01 > li a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0081C0;
  border-bottom: 2px solid #0081C0;
  content: "";
}
@media (min-width: 768px) {
  .c-anker01 > li {
    transition: .3s;
  }
  .c-anker01 > li::before {
    transition: .3s;
  }
  .c-anker01 > li:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .c-anker01 > li:hover a::before {
    border-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .c-anker01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 10px;
  }
  .c-anker01 > li {
    -ms-flex: initial;
        flex: initial;
    width: calc((100% - 10px) / 2);
  }
  .c-anker01 > li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.c-anker02 {
  padding: 20px 40px;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .c-anker02 {
    padding: 20px;
  }
}
.c-anker02__heading {
  font-weight: 700;
}
.c-anker02__list > li {
  position: relative;
  padding-left: 20px;
}
.c-anker02__list > li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow13.svg") no-repeat;
  background-size: contain;
  content: "";
}
.c-anker02__list > li a {
  transition: .3s;
}
@media (min-width: 768px) {
  .c-anker02__list > li a:hover {
    color: #0081C0;
  }
}

.c-text01 {
  padding: 0 20px;
}
.c-text01:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-text01 {
    padding: 0 10px;
  }
}

.c-textCenter {
  text-align: center;
}

.c-textBold01 {
  font-weight: 700;
}

.c-textBlue01 {
  color: #0081C0;
}

.c-toggle01__content {
  display: none;
}
.c-toggle01__content.is-show {
  display: block;
}
.c-toggle01__content .c-table01:first-child tr th,
.c-toggle01__content .c-table01:first-child tr td {
  border-top: none;
}
.c-toggle01__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
.c-toggle01__button::after {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0081C0;
  border-bottom: 2px solid #0081C0;
  content: "";
}
.c-toggle01__button.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border: none;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
}
@media (min-width: 768px) {
  .c-toggle01__button {
    transition: .3s;
  }
  .c-toggle01__button:hover {
    color: #0081C0;
  }
}

.c-faqToc {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #cce0ea;
  background: #ffffff;
}
@media (min-width: 768px) {
  .c-faqToc {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.c-faqToc__heading {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-faqToc__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px;
  }
}
.c-faqToc__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.c-faqToc__list > li {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  line-height: 1.5;
}
.c-faqToc__list > li span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .c-faqToc__list > li {
    width: calc(50% - 10px);
  }
}

.c-faq01__content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.c-faq01__question {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.5;
}
.c-faq01__question::after {
  display: block;
  position: absolute;
  top: calc(1em * 1.5 / 2);
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0081c0;
  border-bottom: 2px solid #0081c0;
  content: "";
  -webkit-transform: rotate(45deg);
}
.c-faq01__question.is-active::after {
  border: none;
  border-top: 2px solid #0081C0;
  border-left: 2px solid #0081C0;
}
@media (min-width: 768px) {
  .c-faq01__question {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-faq01__question > span:first-child {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #0081c0;
  font-weight: 700;
  line-height: calc(14px * 1.5);
  font-family: "Hanken Grotesk", sans-serif;
}
@media (min-width: 768px) {
  .c-faq01__question > span:first-child {
    font-size: 28px;
    font-size: 1.75rem;
    margin-right: 15px;
    line-height: calc(20px * 1.5);
  }
}
.c-faq01__anser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 15px;
  color: #064da0;
  line-height: 1.5;
}
.c-faq01__anser > span:first-child {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #064da0;
  font-weight: 700;
  line-height: calc(14px * 1.5);
  font-family: "Hanken Grotesk", sans-serif;
}
@media (min-width: 768px) {
  .c-faq01__anser > span:first-child {
    font-size: 28px;
    font-size: 1.75rem;
    margin-right: 15px;
  }
}
.c-faq01__anser a {
  font-weight: 700;
  text-decoration: underline;
}

.c-backnumber01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .c-backnumber01 {
    gap: 40px;
  }
}
.c-backnumber01 > li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 768px) {
  .c-backnumber01 > li {
    width: calc((100% - 40px) / 2);
  }
}
.c-backnumber01__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #cce0ea;
  background: #ffffff;
}
@media (min-width: 768px) {
  .c-backnumber01__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
    transition: .3s;
  }
  .c-backnumber01__link:hover {
    color: #0081C0;
  }
}
.c-backnumber01__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #cce0ea;
  background: #ffffff;
}
@media (min-width: 768px) {
  .c-backnumber01__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
  }
  .c-backnumber01__body a {
    transition: .3s;
  }
  .c-backnumber01__body a:hover {
    color: #0081C0;
  }
}
.c-backnumber01__thumbnail {
  width: 100px;
}
@media (min-width: 768px) {
  .c-backnumber01__thumbnail {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    margin: 0;
  }
}
.c-backnumber01__text {
  width: 100%;
}
@media (min-width: 768px) {
  .c-backnumber01__text {
    -ms-flex: 1;
        flex: 1;
  }
}
.c-backnumber01__title {
  font-weight: 700;
  line-height: 1.5;
}
.c-backnumber01__title .is-pdf {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
  font-weight: 400;
}
.c-backnumber01__title .is-pdf::before {
  margin: 5px;
  vertical-align: middle;
  content: url("/assets/img/common/icon_pdf01.svg");
}
.c-backnumber01__toc {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-backnumber01__toc {
    margin-top: 20px;
  }
}
.c-backnumber01__toc > li {
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
}
.c-backnumber01__toc > li::before {
  display: block;
  position: absolute;
  top: calc((1em * 1.5) / 2);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #0081C0;
  content: "";
}
.c-backnumber01--col1 > li {
  width: 100%;
}
.c-backnumber01--col1 .c-backnumber01__link {
  gap: 15px;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .c-backnumber01--col1 .c-backnumber01__link {
    gap: 60px;
    padding: 30px 80px;
  }
}
.c-backnumber01--col1 .c-backnumber01__body {
  gap: 15px;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .c-backnumber01--col1 .c-backnumber01__body {
    gap: 60px;
    padding: 30px 80px;
  }
}
.c-backnumber01--col1 .c-backnumber01__thumbnail {
  width: 140px;
}
@media (min-width: 768px) {
  .c-backnumber01--col1 .c-backnumber01__thumbnail {
    width: auto;
  }
}

.c-pageDescription {
  font-size: 16px;
  font-size: 1rem;
  margin: 80px 0;
  padding: 30px 0;
  border-top: 5px solid #dff6fa;
  border-bottom: 5px solid #dff6fa;
  text-align: center;
}
@media (max-width: 767px) {
  .c-pageDescription {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
  }
}

.c-kv01 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  background: #0081C0;
}
@media (max-width: 767px) {
  .c-kv01 {
    margin-bottom: 40px;
  }
}
.c-kv01__image {
  max-width: 50%;
}
@media (max-width: 767px) {
  .c-kv01__image {
    height: 218px;
  }
}
.c-kv01__img {
  height: 100%;
}
.c-kv01__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 0 15px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .c-kv01__content {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.c-kv01__title {
  font-size: 32px;
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-kv01__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-kv01__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Hanken Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .c-kv01__subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-iframe {
  text-align: center;
}
.c-iframe iframe {
  vertical-align: bottom;
}

.top__bg01 {
  background-color: #f4f9fd;
}
.top__bg02 {
  padding: 40px 0 100px;
  background-color: #f4f9fd;
}
@media (min-width: 768px) {
  .top__bg02 {
    padding: 80px 0 100px;
  }
}
.top__title01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-bottom: 20px;
  font-weight: bold;
}
.top__title01__top {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.2;
}
.top__title01__bottom {
  color: #0081C0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top__title01 {
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: baseline;
        align-items: baseline;
    gap: 40px;
    margin-bottom: 30px;
  }
  .top__title01__top {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .top__title01__bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.top__title02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-bottom: 30px;
  font-weight: bold;
}
.top__title02__top {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.2;
}
.top__title02__bottom {
  color: #0081C0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top__title02__top {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .top__title02__bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.top__title03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: bold;
}
.top__title03__top {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.2;
}
.top__title03__bottom {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top__title03__top:lang(en) {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .top__title03__top {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .top__title03__bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.top__button01 {
  display: block;
  position: relative;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 45px;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  color: #0081C0;
  text-align: center;
  transition: .3s;
}
@media (min-width: 768px) {
  .top__button01 {
    width: auto;
    padding-right: 65px;
  }
}
.top__button01::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/common/icon_arrow04.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  transition: 0.3s;
}
.top__button01:hover {
  background-color: #0081C0;
  color: #ffffff;
}
.top__button01:hover::after {
  background-image: url("/assets/img/common/icon_arrow02.svg");
}
.top__button02 {
  display: block;
  position: relative;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 45px;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  color: #ffffff;
  text-align: center;
  transition: .3s;
}
@media (min-width: 768px) {
  .top__button02 {
    width: auto;
    padding-right: 65px;
  }
}
.top__button02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/common/icon_arrow02.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
}
.top__button02:hover {
  border-color: #0081C0;
  background-color: #0081C0;
  color: #ffffff;
}
.top__button03 {
  display: block;
  position: relative;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 45px;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  color: #ffffff;
  text-align: center;
  transition: .3s;
}
@media (min-width: 768px) {
  .top__button03 {
    width: auto;
    padding-right: 65px;
  }
}
.top__button03::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/common/icon_arrow02.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  transition: 0.3s;
}
.top__button03:hover {
  border-color: #0081C0;
  background-color: #ffffff;
  color: #0081C0;
}
.top__button03:hover::after {
  background-image: url("/assets/img/common/icon_arrow04.svg");
}
.top__kv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  position: relative;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  overflow: hidden;
}
.top__kv::before {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/kv_bg.png");
  background-size: 3px auto;
  content: "";
}
.top__kv__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
}
.top__kv__text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
}
.top__kv__text__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.top__kv__text__in:lang(en) {
  gap: 30px;
}
.top__kv__title {
  position: relative;
  z-index: 3;
}
.top__kv__button {
  position: relative;
  z-index: 3;
  width: 280px;
  padding: 13px 0;
  border: 1px solid #ffffff;
  border-radius: 9999px;
  color: #ffffff;
  text-align: center;
  transition: .3s;
}
.top__kv__button::after {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/icon_arrow02.svg");
  content: "";
  transition: .3s;
}
@media (min-width: 768px) {
  .top__kv {
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
  }
  .top__kv__text {
    padding: 0 80px;
  }
  .top__kv__button:hover {
    border-color: #0081C0;
    background-color: #0081C0;
  }
  .top__kv__button:hover::after {
    right: 14px;
    transition: .3s;
  }
}
.top__attention {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f8f8;
}
.top__attention__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #a30000;
}
.top__attention__title::before {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/top/icon-attention.png") no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .top__attention {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 40px;
    padding: 20px 30px;
  }
}
.top__pickup {
  padding: 40px 0;
  overflow: hidden;
}
.top__pickup__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: bold;
}
.top__pickup__slider__card {
  overflow: hidden;
  border-radius: 12px;
  transition: .3s;
}
.top__pickup__slider__thumbnail {
  position: relative;
  overflow: hidden;
}
.top__pickup__slider__image {
  width: 100%;
  transition: .3s;
}
.top__pickup__slider__category {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 90px;
  padding: 0 20px;
  background: #0081C0;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.top__pickup__slider__category.is-news {
  background: #0081C0;
}
.top__pickup__slider__category.is-ir {
  background: #7f63b2;
}
.top__pickup__slider__lead {
  padding: 15px;
  background: #ffffff;
}
.top__pickup__slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.top__pickup__slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.top__pickup__slider .slick-arrow:before {
  content: "" !important;
}
.top__pickup__slider .slick-prev,
.top__pickup__slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #ffffff;
  transition: .3s;
}
.top__pickup__slider .slick-prev::before,
.top__pickup__slider .slick-next::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081C0;
}
.top__pickup__slider .slick-prev.slick-disabled,
.top__pickup__slider .slick-next.slick-disabled {
  display: none !important;
}
.top__pickup__slider .slick-prev {
  left: 15px;
  z-index: 3;
}
.top__pickup__slider .slick-prev::before {
  right: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-left: 2px solid #0081C0;
}
.top__pickup__slider .slick-next {
  right: 15px;
}
.top__pickup__slider .slick-next::before {
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-right: 2px solid #0081C0;
}
@media (min-width: 768px) {
  .top__pickup {
    padding: 60px 0;
  }
  .top__pickup__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top__pickup__slider__card:hover {
    box-shadow: 2px 2px 10px #cccccc;
  }
  .top__pickup__slider__card:hover .top__pickup__slider__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top__pickup__slider .slick-list {
    margin-right: -19px;
    margin-left: -19px;
    overflow: visible;
  }
  .top__pickup__slider .slick-track {
    gap: 40px;
  }
  .top__pickup__slider .slick-prev,
  .top__pickup__slider .slick-next {
    top: -30px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .top__pickup__slider .slick-prev:hover,
  .top__pickup__slider .slick-next:hover {
    border-color: #0081C0;
    background-color: #0081C0;
  }
  .top__pickup__slider .slick-prev:hover::before,
  .top__pickup__slider .slick-next:hover::before {
    border-color: #ffffff;
  }
  .top__pickup__slider .slick-prev {
    right: 80px;
    left: auto;
  }
  .top__pickup__slider .slick-next {
    right: 0;
  }
}
.top__news {
  padding: 40px 0;
  background: #ffffff;
}
.top__news__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top__news__list {
  margin-bottom: 30px;
}
.top__news__tabwrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
.top__news__navi-sp {
  position: absolute;
  top: -25px;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.top__news__navi-sp::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow06.svg");
  content: "";
}
.top__news__navi-sp__select {
  height: 40px;
  padding: 0 35px 0 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
}
.top__news__navi-pc {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.top__news__navi-pc li {
  line-height: 1;
}
.top__news__navi-pc li.is-active {
  border-bottom: 2px solid #0081C0;
}
.top__news__navi-pc li a,
.top__news__navi-pc li span {
  display: block;
  padding: 0 35px 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .top__news {
    padding: 60px 0;
  }
  .top__news__inner {
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    position: relative;
  }
  .top__news__list {
    min-height: 325px;
  }
  .top__news__title {
    width: 210px;
  }
  .top__news__button {
    position: absolute;
    top: 147px;
  }
  .top__news__list {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .top__news__inner {
    padding: 0;
  }
  .top__news__navi-pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
    border-bottom: none;
  }
  .top__news__navi-pc li {
    width: calc(100% / 3);
    border-bottom: 1px solid #cccccc;
  }
  .top__news__navi-pc li.is-active a {
    border-bottom: none !important;
  }
  .top__news__navi-pc li a {
    padding: 0 10px 20px;
    border-bottom: 1px solid transparent;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .top__news__navi-pc li {
    width: calc(100% / 2);
  }
}
.top__business {
  padding: 40px 0;
  background: #0081C0;
}
.top__business__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.top__business__card__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
.top__business__card__picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.top__business__card__picture::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.top__business__card__image {
  width: 100%;
  transition: .3s;
}
.top__business__title {
  font-size: 18px;
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #ffffff;
  line-height: 1.2;
}
.top__business__title::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: url("/assets/img/common/icon_arrow02.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  transition: .3s;
}
.top__business__detail {
  width: 50%;
}
.top__business__detail__item {
  height: 100%;
  padding: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.top__business__detail__item.is-item01 {
  display: none;
  background-image: url("/assets/img/top/business_bg01.jpg");
}
.top__business__detail__item.is-item02 {
  display: none;
  background-image: url("/assets/img/top/business_bg02.jpg");
}
.top__business__detail__item.is-item03 {
  display: none;
  background-image: url("/assets/img/top/business_bg03.jpg");
}
.top__business__detail__item.is-item04 {
  display: none;
  background-image: url("/assets/img/top/business_bg04.jpg");
}
.top__business__detail__item.is-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.top__business__detail__icon {
  display: block;
  margin: 0 auto 30px;
}
.top__business__detail__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .top__business {
    padding: 0;
    overflow: hidden;
  }
  .top__business__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .top__business__main {
    position: relative;
    width: 50%;
    padding: 80px 0 80px 80px;
  }
  .top__business__card {
    gap: 30px;
  }
  .top__business__card__picture {
    margin-bottom: 10px;
  }
  .top__business__card__picture::before {
    display: none;
  }
  .top__business__card__image:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top__business__title {
    font-size: 14px;
    font-size: 0.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    position: static;
    padding: 0;
    text-align: center;
  }
  .top__business__title::after {
    display: none;
  }
  .top__business__detail {
    -ms-flex: 1;
        flex: 1;
    margin-left: calc(50% - 50vw);
  }
  .top__business__detail__item__inner {
    width: 560px;
    max-width: 100%;
    /* margin-right: 0;
    margin-left: auto; */
  }
}
@media (min-width: 1080px) {
  .top__business__card__item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1180px) {
  .top__business__main {
    padding: 80px 0 40px 80px;
  }
  .top__business__card {
    margin-bottom: 0;
  }
  .top__business__button {
    position: absolute;
    top: 80px;
    right: 0;
  }
}
@media (min-width: 1480px) {
  .top__business .p-wrap06 {
    width: 100%;
  }
  .top__business__inner {
    width: 100%;
  }
}


.top__products {
  padding: 40px 0;
  background: #f4f9fd;
}
.top__products__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1060px) {
  .top__products__card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.top__products__card__item {
  width: calc((100% - 20px) / 2);
  padding: 30px 0;
  border-radius: 12px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .top__products__card__item {
    width: calc((100% - 40px) / 3);
  }
}
.top__products__card__icon {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .top__products__card__icon__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .top__products__card__icon__link:hover {
    opacity: 0.7;
  }
}
.top__products__card__image {
  width: 80px;
}
@media (min-width: 768px) {
  .top__products__card__image {
    width: auto;
  }
}
.top__products__card__title {
  line-height: 1.5;
  text-align: center;
}
.top__products__card__title::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank01.svg");
  content: "";
}
@media (min-width: 768px) {
  .top__products__card__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .top__products__card__title__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .top__products__card__title__link:hover {
    opacity: 0.7;
  }
}
.top__products__card__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 10px;
  text-align: center;
}
.top__products__card__category__item {
  line-height: 0;
}
.top__products__card__category__link {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #777777;
  border-radius: 9999px;
  color: #777777;
  line-height: 22px;
}
@media (min-width: 768px) {
  .top__products__card__category__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .top__products__card__category__link:hover {
    opacity: 0.7;
  }
}
.top__products__card01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.top__products__card01 > li {
  width: calc((100% - 20px) / 2);
}
.top__products__card01 > li > a {
  display: block;
  padding: 30px 0 20px;
  border: 2px solid #0081C0;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
}
.top__products__card01__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  text-align: center;
}
.top__products__card01__icon.is-icon01 {
  background: url("/assets/img/top/products_img01_sp.png") no-repeat;
  background-size: cover;
}
.top__products__card01__icon.is-icon02 {
  background: url("/assets/img/top/products_img02_sp.png") no-repeat;
  background-size: cover;
}
.top__products__card01__icon.is-icon03 {
  background: url("/assets/img/top/products_img03_sp.png") no-repeat;
  background-size: cover;
}
.top__products__card01__icon.is-icon04 {
  background: url("/assets/img/top/products_img04_sp.png") no-repeat;
  background-size: cover;
}
.top__products__card01__icon.is-icon05 {
  background: url("/assets/img/top/products_img05_sp.png") no-repeat;
  background-size: cover;
}
.top__products__card01__title {
  line-height: 1.5;
  text-align: center;
  transition: .3s;
}
.top__products__card01__title::after {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank01.svg") no-repeat;
  background-size: contain;
  content: "";
  transition: 0.3s;
}
.top__products__card01__list {
  display: none;
}
@media (min-width: 768px) {
  .top__products {
    padding: 60px 0;
  }
  .top__products__card01 > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: calc((100% - 40px) / 3);
  }
  .top__products__card01 > li > a {
    width: 100%;
    transition: .3s;
  }
  .top__products__card01 > li > a:hover {
    background-color: #0081C0;
  }
  .top__products__card01 > li > a:hover .is-icon01 {
    background-image: url("/assets/img/top/products_img01_h_pc.png");
  }
  .top__products__card01 > li > a:hover .is-icon02 {
    background-image: url("/assets/img/top/products_img02_h_pc.png");
  }
  .top__products__card01 > li > a:hover .is-icon03 {
    background-image: url("/assets/img/top/products_img03_h_pc.png");
  }
  .top__products__card01 > li > a:hover .is-icon04 {
    background-image: url("/assets/img/top/products_img04_h_pc.png");
  }
  .top__products__card01 > li > a:hover .is-icon05 {
    background-image: url("/assets/img/top/products_img05_h_pc.png");
  }
  .top__products__card01 > li > a:hover .top__products__card01__title {
    color: #ffffff;
  }
  .top__products__card01 > li > a:hover .top__products__card01__title::after {
    width: 16px;
    height: 16px;
    background: url("/assets/img/common/icon_blank02.svg") no-repeat;
    background-size: contain;
  }
  .top__products__card01__icon {
    width: 110px;
    height: 110px;
    transition: .3s;
  }
  .top__products__card01__icon.is-icon01 {
    background-image: url("/assets/img/top/products_img01_d_pc.png");
  }
  .top__products__card01__icon.is-icon02 {
    background-image: url("/assets/img/top/products_img02_d_pc.png");
  }
  .top__products__card01__icon.is-icon03 {
    background-image: url("/assets/img/top/products_img03_d_pc.png");
  }
  .top__products__card01__icon.is-icon04 {
    background-image: url("/assets/img/top/products_img04_d_pc.png");
  }
  .top__products__card01__icon.is-icon05 {
    background-image: url("/assets/img/top/products_img05_d_pc.png");
  }
  .top__products__card01__title:not(.is-gnavi) {
    font-size: 16px;
    font-size: 1rem;
  }
  .top__products__card01__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 20px;
  }
  .top__products__card01__list a {
    font-size: 12px;
    font-size: 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    transition: .3s;
  }
  .top__products__card01__list a::after {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: url("/assets/img/common/icon_blank01.svg");
  }
  .top__products__card01__list a:hover {
    border-color: #0081C0;
    color: #0081C0;
  }
  .top__products__card01.is-gnavi {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .top__products__card01.is-gnavi > li > a {
    padding: 10px 0;
    border-width: 1px;
    border-color: #ffffff;
  }
  .top__products__card01.is-gnavi .top__products__card01__list {
    width: 100%;
    margin-top: 7px;
  }
  .top__products__card01.is-gnavi .top__products__card01__list a {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #ffffff;
  }
  .top__products__card01.is-gnavi .top__products__card01__list a:hover {
    text-decoration: underline;
  }
  .top__products__card01.is-gnavi .top__products__card01__icon {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1060px) {
  .top__products__card01 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.top__about {
  padding: 40px 0;
  background: url("/assets/img/top/about_bg_sp.jpg") no-repeat;
  background-size: cover;
}
.top__about__inner {
  position: relative;
}
.top__about__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px;
}
.top__about__title__top, .top__about__title__bottom {
  line-height: 1;
}
@media (max-width: 767px) {
  .top__about__title__top:lang(en) {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.top__about__navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.top__about__navi__item {
  width: calc((100% - 15px) / 2);
}
.top__about__navi__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 60px;
  padding-left: 30px;
  border-radius: 8px;
  background: #ffffff;
  line-height: 1.5;
}
.top__about__navi__link::before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
  transition: 0.3s;
}
@media (min-width: 768px) {
  .top__about {
    padding: 90px 0 0;
    background-image: url("/assets/img/top/about_bg_pc.jpg");
  }
  .top__about__inner {
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    width: 1260px;
    padding: 0 60px;
  }
  .top__about__title {
    width: 360px;
    margin-bottom: 30px;
  }
  .top__about__navi {
    -ms-flex-positive: 1;
        flex-grow: 1;
    gap: 20px;
    margin-bottom: 145px;
  }
  .top__about__navi__item {
    width: 100%;
  }
  .top__about__navi__link {
    font-size: 16px;
    font-size: 1rem;
    height: 60px;
    padding-left: 44px;
    transition: .3s;
  }
  .top__about__navi__link::before {
    left: 24px;
  }
  .top__about__navi__link:hover {
    background-color: #0081C0;
    color: #ffffff;
  }
  .top__about__navi__link:hover::before {
    border-color: #ffffff;
  }
  .top__about__button {
    position: absolute;
    top: 114px;
  }
}
@media (min-width: 1080px) {
  .top__about__navi__item {
    width: calc((100% - 40px) / 3);
  }
}
.top__timeair {
  margin-bottom: 60px;
  padding: 50px 130px;
  border-radius: 12px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .top__timeair {
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 30px;
    padding: 30px 15px;
  }
}
.top__timeair__title {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 30px;
  color: #0081C0;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top__timeair__title span {
  font-family: "Hanken Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .top__timeair__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.top__timeair__lead {
  margin-bottom: 40px;
  text-align: center;
}
.top__timeair__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .top__timeair__content {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
}
.top__timeair__item {
  width: 478px;
  max-width: 100%;
  text-align: center;
}
.top__timeair__item__title {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 14px;
  border: 1px solid #0081C0;
  color: #0081C0;
  line-height: 25px;
}
.top__timeair__item__thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.top__timeair__item__thumbnail img {
  width: 100%;
  cursor: pointer;
  transition: .3s;
}
.top__timeair__item__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.top__timeair__item__thumbnail svg circle,
.top__timeair__item__thumbnail svg path {
  transition: .3s;
}
@media (min-width: 768px) {
  .top__timeair__item__thumbnail:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .top__timeair__item__thumbnail:hover svg circle {
    fill: #0081C0;
  }
  .top__timeair__item__thumbnail:hover svg path {
    fill: #ffffff;
  }
}
.top__movie {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0;
  background: #0081C0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .top__movie {
    margin-bottom: 100px;
    padding: 0;
    background: none;
  }
}
@media (min-width: 768px) {
  .top__movie__inner {
    width: 50%;
    margin: 0 auto 0 0;
    padding: 80px 80px 80px 120px;
    border-radius: 12px;
    background: #0081C0;
  }
}
.top__movie__title {
  margin-bottom: 30px;
  line-height: 1;
}
.top__movie__title__sub, .top__movie__title__main {
  display: block;
}
.top__movie__title__sub {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
  font-family: "Hanken Grotesk", sans-serif;
}
@media (min-width: 768px) {
  .top__movie__title__sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
.top__movie__title__main {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .top__movie__title__main {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.top__movie__lead {
  margin-bottom: 30px;
}
.top__movie__thumbnail {
  cursor: pointer;
}
.top__movie__thumbnail svg {
  display: none;
}
.top__movie__image {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top__movie__thumbnail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(50% + 40px);
    height: 100%;
  }
  .top__movie__thumbnail svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .top__movie__thumbnail svg circle,
  .top__movie__thumbnail svg path {
    transition: .3s;
  }
  .top__movie__thumbnail:hover svg circle {
    fill: #0081C0;
  }
  .top__movie__thumbnail:hover svg path {
    fill: #ffffff;
  }
  .top__movie__image {
    margin-bottom: 0;
  }
  .top__movie__button {
    display: inline-block;
  }
}
.top__col2a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top__col2a {
    -ms-flex-flow: row;
        flex-flow: row;
    gap: 60px;
    margin-bottom: 100px;
  }
}
.top__ir {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .top__ir {
    padding: 0;
  }
}
.top__ir__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .top__ir__thumbnail {
    margin-bottom: 30px;
  }
  .top__ir__thumbnail:hover .top__ir__title::after {
    border-color: #0081C0;
    background-color: #0081C0;
  }
}
.top__ir__thumbnail__image {
  width: 100%;
}
@media (min-width: 768px) {
  .top__ir__thumbnail__image {
    transition: .3s;
  }
  .top__ir__thumbnail__image:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top__ir__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px 0 20px;
}
.top__ir__title::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: url("/assets/img/common/icon_arrow02.svg");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  content: "";
  transition: .3s;
}
.top__ir__title__top, .top__ir__title__bottom {
  display: block;
  color: #ffffff;
  line-height: 1;
}
.top__ir__title__top {
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 10px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
}
.top__ir__title__top:lang(en) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top__ir__title__top:lang(en) {
    font-size: 32px;
    font-size: 2rem;
  }
}
.top__ir__title__bottom {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.top__ir__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.top__ir__list__item {
  position: relative;
  padding-left: 27px;
  line-height: 1;
}
.top__ir__list__item::before {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon_arrow05.svg);
  content: "";
}
@media (min-width: 768px) {
  .top__ir__list__item__link {
    transition: .3s;
  }
  .top__ir__list__item__link:hover {
    color: #0081C0;
  }
}
.top__recruit {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 12px;
}
.top__recruit__item {
  width: 50%;
  background-color: #ffffff;
}
.top__recruit__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 100%;
  background-color: #0081C0;
  color: #ffffff;
}
.top__recruit__link.is-info {
  border-right: 2px solid #ffffff;
}
.top__recruit__link.is-new {
  background-color: transparent;
}
.top__recruit__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__recruit__icon {
  width: 80px;
}
.top__recruit__title {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.top__recruit__title.is-blank {
  color: #ffffff;
}
.top__recruit__title.is-blank::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank02.svg");
  content: "";
}
@media (min-width: 768px) {
  .top__recruit {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .top__recruit__link {
    transition: .3s;
  }
  .top__recruit__link.is-new {
    overflow: hidden;
  }
  .top__recruit__link.is-new img {
    transition: .3s;
  }
  .top__recruit__link.is-info {
    border-radius: 12px 0 0 12px;
  }
  .top__recruit__link.is-info:hover {
    background-color: #ffffff;
    color: inherit;
  }
  .top__recruit__link.is-info:hover .top__recruit__icon {
    background-image: url("/assets/img/top/recruit_img01_h.png");
  }
  .top__recruit__link.is-new:hover img {
    scale: 1.1;
  }
  .top__recruit__icon {
    width: 80px;
    width: 116px;
    height: 100px;
    background: url("/assets/img/top/recruit_img01_d.png") no-repeat;
    background-size: contain;
  }
  .top__recruit__icon img {
    display: none;
  }
  .top__recruit__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.top__col2b {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .top__col2b {
    width: 100%;
    height: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
.top__col2b__item {
  width: calc((100% - 20px) / 2);
}
.top__col2b__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .top__col2b__link {
    height: 100%;
    transition: .3s;
  }
  .top__col2b__link:hover {
    border-color: #0081C0;
    color: #0081C0;
  }
}
.top__col2b__icon {
  width: 52px;
}
@media (min-width: 768px) {
  .top__col2b__icon {
    width: 63px;
  }
}
.top__col2b__title {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
.top__col2b__title.is-blank {
  color: #ffffff;
}
.top__col2b__title.is-blank::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank02.svg");
  content: "";
}
@media (min-width: 768px) {
  .top__col2b__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.top__ec {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top__ec {
    width: 100%;
    height: calc(50% - 15px);
    margin-bottom: 0;
  }
}
.top__ec__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 15px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .top__ec__link {
    -ms-flex-flow: row;
        flex-flow: row;
    transition: .3s;
  }
  .top__ec__link:hover {
    border-color: #0081C0;
    color: #0081C0;
  }
}
.top__ec__icon {
  width: 90px;
  margin-right: 40px;
}
.top__ec__title {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}
.top__ec__title::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("/assets/img/common/icon_blank01.svg");
  content: "";
}
@media (min-width: 768px) {
  .top__ec__title {
    font-size: 18px;
    font-size: 1.125rem;
    width: auto;
  }
  .top__ec__title::after {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .top__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .top__last {
    width: calc(50% - 15px);
  }
}
.top__bottom02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
}
.top__bottom02__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: calc((100% - 120px) / 5);
  height: 150px;
  overflow: hidden;
  background: #ffffff;
  transition: .3s;
}
.top__bottom02__button picture {
  width: 100%;
  height: 100%;
}
.top__bottom02__button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.top__bottom02__button img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top__bottom02__button svg {
  position: relative;
  top: -15px;
}
.top__bottom02__button:hover {
  background-color: #0081C0;
}
.top__bottom02__button:hover svg .cls-1,
.top__bottom02__button:hover svg .cls-2 {
  transition: .3s;
  stroke: #ffffff !important;
}
.top__bottom02__button:hover .top__bottom02__title::before {
  border-color: #ffffff;
}
.top__bottom02__button.is-recruit {
  color: #ffffff;
}
.top__bottom02__button.is-recruit, .top__bottom02__button.is-branch, .top__bottom02__button.is-product, .top__bottom02__button.is-ec {
  border: 2px solid #0081C0;
}
.top__bottom02__button.is-recruit:hover, .top__bottom02__button.is-branch:hover, .top__bottom02__button.is-product:hover, .top__bottom02__button.is-ec:hover {
  color: #ffffff;
}
.top__bottom02__button.is-branch svg {
  width: 84px;
}
.top__bottom02__button.is-product svg {
  width: 74px;
}
.top__bottom02__button.is-ec svg {
  width: 84px;
}
.top__bottom02__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top__bottom02__title {
    gap: 5px;
  }
}
.top__bottom02__title::before {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 7px;
  height: 7px;
  margin-top: 10px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
  transition: .3s;
}
@media (max-width: 960px) {
  .top__bottom02 {
    gap: 15px;
  }
  .top__bottom02__button {
    width: calc((100% - 15px) / 2);
  }
}
.top__gn {
  padding: 40px 0;
}
.top__gn__title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.top__gn__map {
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.top__gn__map svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top__gn__map svg circle {
  cursor: pointer;
  transition: .3s;
}
.top__gn__map svg circle:hover {
  opacity: .7;
}
.top__gn__branch {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 1280px;
  max-width: calc(100% - 160px);
  margin: auto;
}
.top__gn__branch__item {
  -ms-flex: 1;
      flex: 1;
}
.top__gn__branch__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.top__gn__branch__list {
  padding-left: 20px;
}
.top__gn__branch__list:not(:last-child) {
  margin-bottom: 20px;
}
.top__gn__branch__list > li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.top__gn__branch__list > li:not(:last-child) {
  margin-bottom: 10px;
}
.top__gn__branch__list > li span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  font-weight: normal;
}
.top__gn__branch__list > li ul {
  margin-top: 10px;
  padding-left: 15px;
}
.top__gn__branch__list > li ul > li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  font-weight: 400;
}
.top__gn__branch__list > li ul > li span {
  margin: 0;
}
.top__gn__modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.top__gn__modal__in {
  position: relative;
  width: 960px;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 40px);
  padding-top: 60px;
  overflow-y: auto;
}
.top__gn__modal__content {
  padding: 30px 20px;
  border-radius: 10px 0 10px 10px;
  background-color: #ffffff;
}
.top__gn__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.top__gn__modal__slider {
  padding-bottom: 70px;
}
.top__gn__modal .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  gap: 20px;
}
.top__gn__modal .slick-arrow:before {
  content: "" !important;
}
.top__gn__modal .slick-prev,
.top__gn__modal .slick-next {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
  width: 50px;
  height: 50px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #ffffff;
  transition: .3s;
}
.top__gn__modal .slick-prev::before,
.top__gn__modal .slick-next::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081C0;
}
.top__gn__modal .slick-prev.slick-disabled,
.top__gn__modal .slick-next.slick-disabled {
  display: none !important;
}
.top__gn__modal .slick-prev {
  left: 0;
  z-index: 3;
}
.top__gn__modal .slick-prev::before {
  right: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-left: 2px solid #0081C0;
}
.top__gn__modal .slick-next {
  left: 60px;
}
.top__gn__modal .slick-next::before {
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-right: 2px solid #0081C0;
}
@media (min-width: 768px) {
  .top__gn {
    padding: 90px 0 80px;
  }
  .top__gn__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .top__gn__map {
    max-width: calc(100% - 160px);
    margin: 0 auto 40px;
  }
  .top__gn__branch__list a {
    transition: .3s;
  }
  .top__gn__branch__list a:hover {
    color: #0081C0;
  }
  .top__gn__modal__content {
    padding: 60px;
  }
  .top__gn__modal__slider {
    padding-bottom: 0;
  }
  .top__gn__modal .slick-slide {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 60px;
  }
}

.section-lineup {
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-lineup {
    padding-bottom: 60px;
  }
}
.section-lineup .inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .section-lineup .inner {
    left: -40px;
    width: 1280px;
  }
}
.section-lineup .lineup {
  position: relative;
}
.section-lineup .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .section-lineup .slick-next,
  .section-lineup .slick-prev {
    top: auto;
    bottom: -20px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.section-lineup .slick-next {
  right: 0;
}
.section-lineup .slick-prev {
  left: 0;
}
@media (min-width: 768px) {
  .section-lineup .slick-prev {
    right: 90px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .section-lineup .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
}
.section-lineup .slick-dots {
  display: -ms-flexbox;
  display: flex;
  right: 180px;
  bottom: -53px;
  width: 320px;
  max-width: 1100px;
}
.section-lineup .slick-dots li {
  width: 100%;
  height: 1px;
  margin: 0;
  background: #cccccc;
  transition: .3s;
}
.section-lineup .slick-dots li.slick-active {
  background: #0081C0;
}
.section-lineup .slick-dots li button::before {
  display: none;
}

.scrolldown1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  height: 60px;
}
.scrolldown1::before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
}
.scrolldown1::after {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #ffffff;
  content: "";
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
}
.scrolldown1 span {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #eeeeee;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 10px;
}

@-webkit-keyframes pathmove {
  0% {
    opacity: 0;
    top: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    opacity: 0;
    top: 60px;
    height: 0;
  }
}

@keyframes pathmove {
  0% {
    opacity: 0;
    top: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    opacity: 0;
    top: 60px;
    height: 0;
  }
}
@media (min-width: 768px) {
  .pc-pdl80 {
    padding-left: 80px;
  }
}
.low__title01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 180px;
  background: #ffffff;
  text-align: center;
}
.low__title01__top {
  color: #0081C0;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
.low__title01__bottom {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .low__title01 {
    height: 200px;
  }
  .low__title01__top {
    font-size: 16px;
    font-size: 1rem;
  }
  .low__title01__bottom {
    font-size: 32px;
    font-size: 2rem;
  }
}

.newslist__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .newslist__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.detail__time {
  margin-bottom: 10px;
  font-family: "Hanken Grotesk", sans-serif;
}
.detail__section01:not(:last-child) {
  margin-bottom: 30px;
}
.detail__title01 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.detail__title02 {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.detail__text01:not(:last-child) {
  margin-bottom: 15px;
}
.detail__figure01 {
  margin: 20px 0;
}
.detail__img01 {
  width: 100%;
}
.detail__link01 {
  color: #0081C0;
}
.detail__link01[target="_blank"]::after {
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle;
  content: url("/assets/img/common/icon_blank03.svg");
}
.detail__button01 {
  display: block;
  position: relative;
  width: 420px;
  max-width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  color: #0081C0;
  line-height: 58px;
  text-align: center;
}
.detail__button01::before, .detail__button01::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.detail__button01::before {
  width: 11px;
  height: 2px;
  background: #0081C0;
}
.detail__button01::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
}
@media (min-width: 768px) {
  .detail__time {
    margin-bottom: 20px;
  }
  .detail__section01:not(:last-child) {
    margin-bottom: 60px;
  }
  .detail__title01 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .detail__title02 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .detail__text01:not(:last-child) {
    margin-bottom: 20px;
  }
  .detail__figure01 {
    margin: 40px 0;
  }
  .detail__link01 {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .detail__link01:hover {
    opacity: 0.7;
  }
  .detail__button01 {
    margin-bottom: 60px;
    transition: .3s;
  }
  .detail__button01:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .detail__button01:hover::before {
    background: #ffffff;
  }
  .detail__button01:hover::after {
    border-color: #ffffff;
  }
}

.officer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px;
}
.officer__top__item {
  width: 100%;
}
.officer__top__photo {
  width: 100%;
  margin-bottom: 20px;
}
.officer__top__caption {
  margin-bottom: 15px;
}
.officer__position {
  margin-bottom: 5px;
  line-height: 1.5;
}
.officer__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}
.officer__name__kana {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.officer__profile {
  margin-bottom: 20px;
  padding: 0 10px;
}
.officer__profile.is-mb0 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.officer__profile.is-col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.officer__profile.is-col2 > div:nth-child(1) {
  width: 110px;
}
.officer__profile.is-col2 > div:nth-child(2) {
  -ms-flex: 1;
      flex: 1;
}
.officer__history {
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.officer__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  cursor: pointer;
}
.officer__button::after {
  display: block;
  width: 15px;
  height: 15px;
  background: url("/assets/img/common/icon_arrow13.svg");
  background-size: cover;
  content: "";
}
.officer__button.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.officer__button__next {
  display: none;
  padding-top: 25px;
}
.officer__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .officer__top {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 60px;
  }
  .officer__top__item {
    width: calc(50% - 30px);
  }
  .officer__top__profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px;
  }
  .officer__top__photo {
    width: 180px;
    margin-bottom: 30px;
  }
  .officer__top__caption {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .officer__profile {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .officer__profile.is-mb0 {
    padding-bottom: 30px;
  }
  .officer__position {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  .officer__name {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
  .officer__name__kana {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .officer__note {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .officer__list01 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .officer__list01__item {
    width: calc((100% - 120px) / 3);
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .officer__list01__item {
    width: calc((100% - 60px) / 2);
  }
}

.domestic__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.domestic__list__item {
  width: 100%;
}
.domestic__list__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 3px solid #0081C0;
  font-weight: bold;
  line-height: 1.5;
}
.domestic__list__title__link[target="_blank"]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/assets/img/common/icon_blank04.svg");
  background-size: cover;
  vertical-align: middle;
  content: "";
}
.domestic__list__memo {
  margin-bottom: 25px;
}
.domestic__list .is-toggle {
  display: none;
}
.domestic__list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.domestic__list02__item {
  width: 100%;
  padding: 0 15px;
  border-right: 2px solid #cce0ea;
  border-left: 2px solid #cce0ea;
}
@media (min-width: 768px) {
  .domestic__list {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 80px 100px;
  }
  .domestic__list__item {
    width: calc(50% - 50px);
  }
  .domestic__list__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .domestic__list__title__link[target="_blank"] {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .domestic__list__title__link[target="_blank"]:hover {
    opacity: 0.7;
  }
  .domestic__list__title--pcfz18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .domestic__list__memo {
    margin-bottom: 30px;
  }
  .domestic__list02 {
    gap: 40px 0;
  }
  .domestic__list02__item {
    width: calc(100% / 3);
  }
  .domestic__list02__item:nth-child(3n - 1) {
    border: none;
  }
  .domestic__list02__item:last-child {
    border-right: 2px solid #cce0ea;
  }
}

.slogan__box {
  padding: 40px 20px;
  border: 4px solid #f4f9fd;
  background-color: #ffffff;
  text-align: center;
}
.slogan__box.is-active {
  border-color: #f7f7f7;
}
.slogan__catch {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #0081C0;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .2em;
}
.slogan__lead {
  line-height: 2.2;
  letter-spacing: .3em;
}
@media (max-width: 767px) {
  .slogan__lead:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .slogan__box {
    padding: 60px 20px;
  }
  .slogan__catch {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.5;
  }
  .slogan__lead {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.5;
  }
}

.philosophy__box {
  padding: 40px 0;
  border: 4px solid #f7f7f7;
  background-color: #ffffff;
  text-align: center;
}
.philosophy__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.philosophy__list01 > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 110px;
  padding: 20px;
  border: 1px solid #ffffff;
}
.philosophy__list01 > li:nth-child(odd) {
  border-color: #b22208;
}
.philosophy__list01 > li:nth-child(even) {
  border-color: #0081c0;
}
.philosophy__list01__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.philosophy__list01__text {
  color: #777777;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.philosophy__shakun {
  margin-bottom: 20px;
  text-align: center;
}
.philosophy__shakun img {
  width: 185px;
}
.philosophy__motto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.philosophy__motto div dt {
  font-weight: bold;
}
.philosophy__motto div dd {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .philosophy__list01 > li:nth-child(even) {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (min-width: 768px) {
  .philosophy__box {
    padding: 60px 20px;
  }
  .philosophy__list01 {
    gap: 20px;
  }
  .philosophy__list01 > li {
    width: calc((100% - 20px) / 2);
  }
  .philosophy__list01__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .philosophy__list01__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .philosophy__shakun {
    margin-bottom: 40px;
  }
  .philosophy__shakun img {
    width: auto;
  }
  .philosophy__motto {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .philosophy__motto div {
    max-width: 100%;
  }
  .philosophy__motto div dt img {
    width: auto;
  }
  .philosophy__motto div dd {
    width: 800px;
    max-width: 100%;
  }
}

.branch__map {
  position: relative;
  padding: 40px 0;
  background: #f8f8f8;
}
.branch__map svg {
  display: block;
  width: 485px;
  max-width: 100%;
  max-width: 100%;
  margin: auto;
}
.branch__map path {
  transition: .3s;
}
.branch__map path.is-current, .branch__map path.is-hover {
  opacity: 1 !important;
  position: relative;
  z-index: 2;
  cursor: pointer;
  fill: #0081C0;
}
.branch__map .decoration {
  pointer-events: none;
}
.branch__map__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.branch__navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.branch__navi > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: calc((100% - 10px) / 2);
  border: 1px solid #0081C0;
  border-radius: 9999px;
  background: #ffffff;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.branch__navi > li::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
  transition: .3s;
}
.branch__navi > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 5px 30px;
}
.branch__navi > li.is-current, .branch__navi > li.is-hover {
  background-color: #0081C0;
  color: #ffffff;
}
.branch__navi > li.is-current::after, .branch__navi > li.is-hover::after {
  border-color: #ffffff;
}
.branch__title {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.branch__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background: #0081C0;
  content: "";
}
.branch__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.branch__list > li {
  width: 100%;
}
.branch__list__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #0081C0;
  font-weight: bold;
  line-height: 1.6;
}
.branch__list__dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #ffffff;
}
.branch__list__dl div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.branch__list__dl div:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.branch__list__dl dt,
.branch__list__dl dd {
  line-height: 1.4;
}
.branch__list__dl dt {
  width: 6em;
  font-weight: bold;
}
.branch__list__dl dd {
  width: calc(100% - 6em);
}
.branch__list__dl dd.is-wide {
  width: 100%;
}
.branch__list__dl dd.is-border {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.branch__list__products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.branch__list__products > li {
  width: calc((100% - 10px) / 2);
  padding: 9px 2px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background: #f2f2f2;
  color: #999999;
  line-height: 1.5;
  text-align: center;
}
.branch__list__products > li.is-on {
  border-color: #0081C0;
  background: #ffffff;
  color: #0081C0;
}
@media (min-width: 768px) {
  .branch__map {
    padding-bottom: 54px;
  }
  .branch__map__head {
    line-height: 1;
  }
  .branch__map__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .branch__map path:hover {
    fill: #0081C0;
  }
  .branch__navi > li:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .branch__navi > li:hover::after {
    border-color: #ffffff;
  }
  .branch__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .branch__list {
    gap: 40px;
  }
  .branch__list > li {
    width: calc((100% - 80px) / 3);
  }
  .branch__list__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .branch__list__products > li {
    font-size: 12px;
    font-size: 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px;
  }
}
@media (min-width: 1120px) {
  .branch__map__head {
    position: absolute;
    top: 80px;
  }
  .branch__navi {
    margin-top: 0;
  }
  .branch__navi > li {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
  }
  .branch__navi > li::before {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .branch__navi > li a {
    min-height: 43px;
  }
  .branch__navi > li.area01 {
    top: 60px;
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  .branch__navi > li.area01::before {
    position: absolute;
    left: -114px;
    content: url("/assets/img/corp/branch/path01.svg");
  }
  .branch__navi > li.area02 {
    top: 217px;
    -webkit-transform: translateX(179px);
            transform: translateX(179px);
  }
  .branch__navi > li.area02::before {
    position: absolute;
    left: -54px;
    content: url("/assets/img/corp/branch/path02.svg");
  }
  .branch__navi > li.area03 {
    top: 292px;
    -webkit-transform: translateX(188px);
            transform: translateX(188px);
  }
  .branch__navi > li.area03::before {
    position: absolute;
    left: -84px;
    content: url("/assets/img/corp/branch/path03.svg");
  }
  .branch__navi > li.area04 {
    top: 380px;
    -webkit-transform: translateX(146px);
            transform: translateX(146px);
  }
  .branch__navi > li.area04::before {
    position: absolute;
    bottom: 40px;
    left: -63px;
    content: url("/assets/img/corp/branch/path04.svg");
  }
  .branch__navi > li.area05 {
    top: 161px;
    -webkit-transform: translateX(-197px);
            transform: translateX(-197px);
  }
  .branch__navi > li.area05::before {
    position: absolute;
    bottom: 10px;
    left: 215px;
    content: url("/assets/img/corp/branch/path05.svg");
  }
  .branch__navi > li.area06 {
    top: 234px;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .branch__navi > li.area06::before {
    position: absolute;
    left: 150px;
    content: url("/assets/img/corp/branch/path06.svg");
  }
  .branch__navi > li.area07 {
    top: 432px;
    -webkit-transform: translateX(130px);
            transform: translateX(130px);
  }
  .branch__navi > li.area07::before {
    position: absolute;
    bottom: 77px;
    left: -98px;
    content: url("/assets/img/corp/branch/path07.svg");
  }
  .branch__navi > li.area08 {
    top: 472px;
    -webkit-transform: translateX(-109px);
            transform: translateX(-109px);
  }
  .branch__navi > li.area08::before {
    position: absolute;
    bottom: 100px;
    left: 94px;
    content: url("/assets/img/corp/branch/path08.svg");
  }
  .branch__navi > li.area09 {
    top: 301px;
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px);
  }
  .branch__navi > li.area09::before {
    position: absolute;
    left: 128px;
    content: url("/assets/img/corp/branch/path09.svg");
  }
  .branch__navi > li.area10 {
    top: 370px;
    -webkit-transform: translateX(-420px);
            transform: translateX(-420px);
  }
  .branch__navi > li.area10::before {
    position: absolute;
    left: 139px;
    content: url("/assets/img/corp/branch/path10.svg");
  }
}

.history__main {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.history__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.history__list01 > li {
  width: 100%;
}
.history__list01__main {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.history__list01__wareki {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #0081C0;
  font-weight: bold;
}
.history__list01__wareki::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 85px);
  height: 1px;
  background-color: #cccccc;
  content: "";
}
.history__list01__year, .history__list01__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  line-height: 1.5;
}
.history__list01__year {
  font-size: 28px;
  font-size: 1.75rem;
  color: #cccccc;
}
.history__list01__textbox {
  padding-top: 8px;
}
.history__list01__text {
  font-size: 16px;
  font-size: 1rem;
}
.history__list01__text:not(:first-child) {
  margin-top: 10px;
}
.history__list01__lead:not(:first-child) {
  margin-top: 10px;
}
.history__list01__figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .history__main {
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    position: relative;
    padding: 0 80px;
  }
  .history__main__navi {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
  }
  .history__main__navi__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    position: sticky;
    top: 120px;
    left: 0;
  }
  .history__main__navi__list::after {
    display: block;
    position: absolute;
    top: 15px;
    right: 26px;
    width: 1px;
    height: calc(100% - 30px);
    background: #cccccc;
    content: "";
  }
  .history__main__navi__list > li {
    width: 100%;
  }
  .history__main__navi__list > li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    position: relative;
    font-weight: bold;
    transition: .3s;
  }
  .history__main__navi__list > li a span {
    width: 2.5em;
  }
  .history__main__navi__list > li a::after {
    display: block;
    position: relative;
    z-index: 2;
    width: 9px;
    height: 9px;
    margin-left: 4px;
    border-radius: 50%;
    background: #0081C0;
    content: "";
  }
  .history__main__navi__list > li a.is-current::after {
    width: 11px;
    height: 11px;
    margin-left: 0;
    border: 3px solid #0081C0;
    background-color: #ffffff;
  }
  .history__main__navi__list > li a:hover {
    color: #0081C0;
  }
  .history__main__contents {
    width: 960px;
  }
  .history__list01 {
    gap: 30px;
  }
  .history__list01__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .history__list01__year {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .history__list01__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 40px;
    width: 100%;
  }
  .history__list01__textbox {
    padding-top: 20px;
  }
}

.organization__wrap {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: auto;
}
.organization__wrap img {
  max-width: none;
  width: 1123px;
  background: #fff;
}
.organization__wrap .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.organization__wrap .scroll-hint-icon {
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 305px;
  max-width: calc(100vw - 30px);
  height: auto;
  border: 2px solid rgba(247, 247, 247, 0.8);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.organization__wrap .scroll-hint-icon::before {
  width: 80px;
  height: 56px;
  background: url("/assets/img/corp/organization/scrollhint.svg") no-repeat;
  background-size: cover;
}
.organization__wrap .scroll-hint-icon::after {
  display: none;
}
.organization__wrap .scroll-hint-text {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .organization__wrap {
    padding: 0 80px;
  }
  .organization__wrap img {
    width: 100%;
  }
}

.irNews {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #f4f9fd;
}
.irNews__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.irNews__newsWrap {
  width: 100%;
  padding: 40px 20px;
  border-radius: 8px;
  background: #ffffff;
}
.irNews__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1;
}
.irNews__list {
  margin-bottom: 30px;
}
.irNews__list > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.irNews__list > li:not(:last-child) {
  margin-bottom: 15px;
}
.irNews__list time {
  display: block;
  margin-bottom: 5px;
  color: #222222;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1;
}
.irNews__list a {
  -ms-flex-align: center;
      align-items: center;
  transition: .3s;
}
.irNews__list a span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
}
.irNews__list a span.is-pdf::before {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  content: url("/assets/img/ir/icon_pdf.svg");
}
.irNews__list a:hover {
  color: #0081C0;
}
.irNews__button {
  display: block;
  position: relative;
  width: 240px;
  margin: auto;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  background: #ffffff;
  color: #0081C0;
  font-weight: 500;
  line-height: 58px;
  text-align: center;
}
.irNews__button svg {
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
}
.irNews__infoList > li:not(:last-child) {
  margin-bottom: 10px;
}
.irNews__infoListLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  width: calc(50% - 5px);
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
}
.irNews__infoListIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  text-align: center;
}
.irNews__infoListIcon img {
  width: 40px;
}
.irNews__infoListTitle {
  font-size: 16px;
  font-size: 1rem;
  color: #0081C0;
  font-weight: 700;
  line-height: 1.5;
}
.irNews__infoListTitle--blank::after {
  margin-left: 5px;
  vertical-align: middle;
  content: url("/assets/img/common/icon_blank03.svg");
}
@media (min-width: 768px) {
  .irNews {
    margin-bottom: 70px;
    padding: 70px 0;
  }
  .irNews__inner {
    display: grid;
    gap: 15px 20px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "irNews01 irNews02" "irNews01 irNews03" "irNews01 irNews04";
  }
  .irNews .irNews01 {
    grid-area: irNews01;
  }
  .irNews .irNews02 {
    grid-area: irNews02;
  }
  .irNews .irNews03 {
    grid-area: irNews03;
  }
  .irNews .irNews04 {
    grid-area: irNews04;
  }
  .irNews__newsWrap {
    margin-bottom: 0;
    padding: 40px 60px;
  }
  .irNews__list {
    margin-bottom: 40px;
  }
  .irNews__list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
  }
  .irNews__list > li time {
    margin-bottom: 0;
  }
  .irNews__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .irNews__button {
    font-size: 16px;
    font-size: 1rem;
    width: 370px;
    transition: .3s;
  }
  .irNews__button:hover {
    background: #0081C0;
    color: #ffffff;
  }
  .irNews__button:hover svg path {
    fill: #ffffff;
  }
  .irNews__infoListLink {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 5px;
    width: 310px;
    transition: .3s;
  }
  .irNews__infoListLink:hover {
    background: #0081C0;
  }
  .irNews__infoListLink:hover .irNews__infoListTitle {
    color: #ffffff;
  }
  .irNews__infoListLink:hover .irNews__infoListTitle--blank::after {
    content: url("/assets/img/common/icon_blank02.svg");
  }
}

.irTopCalendar {
  display: block;
}
@media (min-width: 768px) {
  .irTopCalendar__link {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .irTopCalendar__link:hover {
    opacity: 0.7;
  }
}

.contactList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .contactList {
    gap: 20px;
  }
}
.contactList > li {
  width: calc((100% - 80px) / 3);
  padding: 40px;
  border: 1px solid #cce0ea;
  background: #ffffff;
}
@media (max-width: 767px) {
  .contactList > li {
    width: 100%;
    padding: 30px 20px;
  }
}
.contactList__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contactList__title {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 15px;
  }
}
.contactList__subList > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contactList__subList > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contactList__subList > li a {
  transition: .3s;
}
.contactList__textlink {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0081C0;
  font-weight: 700;
  line-height: 1.5;
}
.contactList__textlink:hover {
  opacity: 0.7;
}
.contactList__textlink::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("/assets/img/contact/icon_arrow.svg");
  background-size: cover;
  content: "";
}
.contactList__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 19px 20px 18px;
  border: 1px solid #0081C0;
  border-radius: 10px;
  color: #0081C0;
  font-weight: 700;
  line-height: 1.5;
}
.contactList__button:hover {
  background: #0081C0;
  color: #ffffff;
}
.contactList__button--mail::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("/assets/img/contact/icon_mail.svg");
  background-size: cover;
  content: "";
}
.contactList__button--mail:hover::before {
  background-image: url("/assets/img/contact/icon_mail_hover.svg");
}
.contactList__button--support {
  padding: 9px 20px;
}
.contactList__button--support::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url("/assets/img/contact/icon_support.svg");
  background-size: cover;
  content: "";
}
.contactList__button--support:hover::before {
  background-image: url("/assets/img/contact/icon_support_hover.svg");
}
.contactList__button--ec::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("/assets/img/contact/icon_ec.svg");
  background-size: cover;
  content: "";
}
.contactList__button--ec::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 0;
  margin-left: auto;
  background: url("/assets/img/contact/icon_blank.svg");
  background-size: cover;
  content: "";
}
.contactList__button--ec:hover::before {
  background-image: url("/assets/img/contact/icon_ec_hover.svg");
}
.contactList__button--ec:hover::after {
  background-image: url("/assets/img/contact/icon_blank_hover.svg");
}
.contactList__button--blank::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 0;
  margin-left: auto;
  background: url("/assets/img/contact/icon_blank.svg");
  background-size: cover;
  content: "";
}
.contactList__button--blank:hover::after {
  background-image: url("/assets/img/contact/icon_blank_hover.svg");
}

.supportSection {
  padding: 40px;
  border-radius: 10px;
  background: #f4f9fd;
}
@media (max-width: 767px) {
  .supportSection {
    padding: 30px 20px;
  }
}
.supportSection:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .supportSection:not(:last-child) {
    margin-bottom: 30px;
  }
}
.supportSection__title {
  font-size: 24px;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .supportSection__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .supportSection__title img {
    width: 60px;
  }
}
.supportSection__annotation {
  font-size: 12px;
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #444444;
}
.supportSection__annotation::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "\203B";
}
.supportSection__content {
  margin-top: 30px;
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .supportSection__content {
    margin-top: 20px;
    padding: 20px;
  }
}
.supportSection__productTitle {
  font-size: 20px;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.supportSection__productTitle:not(:first-child) {
  margin-top: 40px;
}
.supportSection__productTitle::before {
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: calc(1em * 1.25);
  background: #0081C0;
  content: "";
}
@media (max-width: 767px) {
  .supportSection__productTitle {
    font-size: 16px;
    font-size: 1rem;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 10px;
  }
  .supportSection__productTitle::before {
    top: 3px;
  }
}
.supportSection__productLink {
  font-size: 14px;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  width: 150px;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  background: #0081C0;
  color: #ffffff;
  line-height: 38px;
  transition: .3s;
}
.supportSection__productLink::after {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/icon_blank02.svg") no-repeat;
  background-size: contain;
  content: "";
}
.supportSection__productLink:hover {
  background: #ffffff;
  color: #0081C0;
}
.supportSection__productLink:hover::after {
  background-image: url("/assets/img/common/icon_blank03.svg");
}
@media (max-width: 767px) {
  .supportSection__productLink {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
  }
}
.supportSection__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.supportSection__list:not(:last-child) {
  margin-bottom: 20px;
}
.supportSection__list > li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .supportSection__list > li {
    width: 100%;
  }
}
.supportSection__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 17px 20px 16px;
  border: 1px solid #0081C0;
  border-radius: 10px;
  color: #0081C0;
  line-height: 1.5;
  transition: .3s;
}
.supportSection__button::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  content: "";
}
.supportSection__button:hover {
  background: #0081C0;
  color: #ffffff;
}
.supportSection__button--blank::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 0;
  margin-left: auto;
  background: url("/assets/img/contact/icon_blank.svg");
  background-size: cover;
  content: "";
}
.supportSection__button--blank:hover::after {
  background-image: url("/assets/img/contact/icon_blank_hover.svg");
}
.supportSection__button--chat::before {
  background-image: url("/assets/img/support/icon_chat.svg");
}
.supportSection__button--chat:hover::before {
  background-image: url("/assets/img/support/icon_chat_hover.svg");
}
.supportSection__button--ec::before {
  background-image: url("/assets/img/support/icon_ec.svg");
}
.supportSection__button--ec:hover::before {
  background-image: url("/assets/img/support/icon_ec_hover.svg");
}
.supportSection__button--faq::before {
  background-image: url("/assets/img/support/icon_faq.svg");
}
.supportSection__button--faq:hover::before {
  background-image: url("/assets/img/support/icon_faq_hover.svg");
}
.supportSection__button--mail::before {
  background-image: url("/assets/img/support/icon_mail.svg");
}
.supportSection__button--mail:hover::before {
  background-image: url("/assets/img/support/icon_mail_hover.svg");
}
.supportSection__button--repair::before {
  background-image: url("/assets/img/support/icon_repair.svg");
}
.supportSection__button--repair:hover::before {
  background-image: url("/assets/img/support/icon_repair_hover.svg");
}
.supportSection__button--site::before {
  background-image: url("/assets/img/support/icon_site.svg");
}
.supportSection__button--site:hover::before {
  background-image: url("/assets/img/support/icon_site_hover.svg");
}
.supportSection__button--support::before {
  background-image: url("/assets/img/support/icon_support.svg");
}
.supportSection__button--support:hover::before {
  background-image: url("/assets/img/support/icon_support_hover.svg");
}
.supportSection__tel-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .supportSection__tel-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.supportSection__tel-wrap .supportSection__tel {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .supportSection__tel-wrap .supportSection__tel {
    width: 100%;
  }
}
.supportSection__tel-wrap .supportSection__tel__link {
  width: 100%;
}
.supportSection__tel:not(:last-child) {
  margin-bottom: 20px;
}
.supportSection__tel__link {
  display: block;
  width: 560px;
  max-width: 100%;
  padding: 32px 20px;
  border-radius: 10px;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .supportSection__tel__link {
    width: 100%;
    padding: 20px;
  }
}
.supportSection__tel__link--short {
  display: inline-block;
  width: 307px;
  padding: 20px;
}
@media (max-width: 767px) {
  .supportSection__tel__link--short {
    width: 100%;
  }
}
.supportSection__tel__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .supportSection__tel__number {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0;
  }
}
.supportSection__tel__num {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Hanken Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .supportSection__tel__num {
    line-height: 1.2;
  }
}
.supportSection__tel__num--mail {
  font-size: 24px;
  font-size: 1.5rem;
}
.supportSection__tel__hours-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 0 20px;
}
.supportSection__tel__hours {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
}
.supportSection__tel__note {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #777777;
  font-weight: 500;
  line-height: 2;
}

.activitiesKv img {
  width: 100%;
}

.player-card {
  margin-bottom: 60px;
  padding: 80px 0;
  background: #dff6fa;
}
@media (max-width: 767px) {
  .player-card {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}
.player-card__inner {
  padding: 80px;
  background: #ffffff;
}
@media (max-width: 1279px) {
  .player-card__inner {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .player-card__inner {
    padding: 40px 20px;
  }
}
.player-card__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 10px;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .player-card__name {
    margin-bottom: 30px;
  }
}
.player-card__heading {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .player-card__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.player-card__subheading {
  font-size: 16px;
  font-size: 1rem;
  color: #00c6e0;
}
@media (max-width: 767px) {
  .player-card__subheading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.player-card__description {
  font-size: 16px;
  font-size: 1rem;
}
.player-card__description:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .player-card__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .player-card__description:not(:last-child) {
    margin-bottom: 30px;
  }
}
.player-card__details {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.player-card__details:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .player-card__details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .player-card__details:not(:last-child) {
    margin-bottom: 30px;
  }
}
.player-card__image-container {
  max-width: 280px;
}
@media (max-width: 767px) {
  .player-card__image-container {
    width: 100%;
    max-width: 100%;
  }
}
.player-card__image {
  width: 100%;
}
.player-card__table {
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 767px) {
  .player-card__table {
    width: 100%;
  }
}
.player-card__table table {
  width: 100%;
}
.player-card__table table tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.player-card__table table th,
.player-card__table table td {
  padding: 20px;
  line-height: 1.5;
}
.player-card__table table th {
  width: 160px;
  font-weight: 700;
  text-align: left;
}
.player-card__table table td {
  padding-left: 0;
}
.player-card__comment-heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .player-card__comment-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.photo-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.photo-gallery > li {
  width: calc((100% - 30px) / 4);
}
@media (max-width: 767px) {
  .photo-gallery > li {
    width: calc((100% - 10px) / 2);
  }
}
.photo-gallery > li img {
  width: 100%;
}

.sitemap-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
.sitemap-list > li {
  width: calc((100% - 20px) / 3);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sitemap-list {
    gap: 15px;
  }
  .sitemap-list > li {
    width: 100%;
  }
}

.governance-structure__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .governance-structure__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 0;
  }
}
.governance-structure__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .governance-structure__item-image img {
    width: 110px;
  }
}
.governance-structure__item-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .governance-structure__item-title {
    width: 100%;
  }
}
.governance-structure__item-heading {
  font-size: 16px;
  font-size: 1rem;
  width: 6em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .governance-structure__item-heading {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.governance-structure__item-description {
  width: 100%;
}

.compliance-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .compliance-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
  }
}
.compliance-list__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .compliance-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.compliance-list__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.compliance-list__image img {
  width: 130px;
}
@media (max-width: 767px) {
  .compliance-list__image img {
    width: 110px;
  }
}
.compliance-list__title {
  font-size: 16px;
  font-size: 1rem;
  color: #0081C0;
  font-weight: 700;
}

/*サステナタイトル用に追加　2023/7/21（竹本）*/
.sustainability-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  	  gap: 40px;
}
@media (max-width: 767px) {
  .sustainability-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: top;
    gap: 10px;
  }
}
.sustainability-list__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sustainability-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sustainability-list__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  	　text-align: center;
}
.sustainability-list__image img {
  width: 260px;
}
@media (max-width: 767px) {
  .sustainability-list__image img {
    width: 220px;
  }
}
.sustainability-list__title {
  font-size: 16px;
  font-size: 1rem;
  color: #0081C0;
  font-weight: 700;
  border-left: solid 3px #0081C0;/*左線*/  
  padding: 0.1rem 0.5rem;/*上下 左右の余白*/	
}
/*サステナタイトル用 ここまで*/

.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .search-form {
    display: block;
  }
}
.search-form__container {
  position: relative;
}
.search-form__input {
  width: 500px;
  max-width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #0081C0;
  border-radius: 9999px;
  background: #ffffff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.search-form__submit {
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  padding: 0;
  border-radius: 50px;
  background: #0081C0;
  color: #ffffff;
  line-height: 50px;
}
.search-form__submit:hover {
  opacity: 0.7;
}

.pbox-sort-selector a,
.pbox-count-selector a,
.pbox-searchresult a,
.pbox-pagenav a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  color: #0081C0;
}
.pbox-sort-selector a:hover,
.pbox-count-selector a:hover,
.pbox-searchresult a:hover,
.pbox-pagenav a:hover {
  opacity: 0.7;
}

._pbox-searchresult ._records ._record:not(:last-child) {
  margin-bottom: 40px;
}
._pbox-searchresult ._records ._record ._id {
  display: none;
}
._pbox-searchresult ._records ._record ._url {
  word-break: break-all;
}
@media (min-width: 768px) {
  ._pbox-searchresult ._records ._record {
    display: grid;
    gap: 0 0;
    padding: 0;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: row;
    grid-template-areas: "_thumb _title" "_thumb _nearby" "_thumb _url";
  }
  ._pbox-searchresult ._records ._record ._thumb {
    font-size: 16px;
    font-size: 1rem;
    grid-area: _thumb;
  }
  ._pbox-searchresult ._records ._record ._thumb img {
    max-width: 200px;
  }
  ._pbox-searchresult ._records ._record ._title {
    font-size: 16px;
    font-size: 1rem;
    grid-area: _title;
  }
  ._pbox-searchresult ._records ._record ._nearby {
    font-size: 16px;
    font-size: 1rem;
    grid-area: _nearby;
  }
  ._pbox-searchresult ._records ._record ._url {
    font-size: 16px;
    font-size: 1rem;
    grid-area: _url;
  }
}

._pbox-pagenav {
  margin: 40px 0;
}
@media (min-width: 768px) {
  ._pbox-pagenav ._navs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 20px;
  }
}

._pbox-search-status {
  text-align: center;
}

.fivemin__bg01 {
  background: url("/assets/img/5min/bg_ptn01.jpg");
}
.fivemin__kv {
  position: relative;
  height: 540px;
  overflow: hidden;
}
.fivemin__kv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 143, 209, 0);
  opacity: 0.502;
  content: "";
}
.fivemin__kv__title, .fivemin__kv__clock {
  opacity: 0;
}
.fivemin__kv__title {
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fivemin__kv__clock {
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 418px;
  height: 418px;
  background-image: url("/assets/img/5min/clockface.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fivemin__kv__clock__hands {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%) rotate(90deg);
          transform: translate(-50%, -100%) rotate(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.fivemin__kv__clock__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 0;
}
.fivemin__kv__clock .fivemin__kv__clock__hands__minute {
  -webkit-animation: rotateMinuteHand 5s linear infinite;
          animation: rotateMinuteHand 5s linear infinite;
}
.fivemin__kv__clock .fivemin__kv__clock__hands__hour {
  -webkit-animation: rotateHourHand 90s linear infinite;
          animation: rotateHourHand 90s linear infinite;
}
.fivemin__kv .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 1s;
}
.fivemin__kv .icon.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fivemin__kv .icon:nth-child(1) {
  top: 90px;
  left: calc(50% - 798px);
}
.fivemin__kv .icon:nth-child(2) {
  top: 212px;
  left: calc(50% - 678px);
}
.fivemin__kv .icon:nth-child(3) {
  top: 260px;
  left: calc(50% - 517px);
}
.fivemin__kv .icon:nth-child(4) {
  top: 304px;
  left: calc(50% + 480px);
}
.fivemin__kv .icon:nth-child(5) {
  top: 170px;
  left: calc(50% + 608px);
}
.fivemin__kv .icon:nth-child(6) {
  top: 210px;
  left: calc(50% + 360px);
}
.fivemin__kv .icon:nth-child(7) {
  top: 382px;
  left: calc(50% - 793px);
}
.fivemin__kv .icon:nth-child(8) {
  top: 70px;
  left: calc(50% + 483px);
}
.fivemin__kv .icon:nth-child(9) {
  top: 370px;
  left: calc(50% - 607px);
}
.fivemin__kv .icon:nth-child(10) {
  top: 216px;
  left: calc(50% - 388px);
}
.fivemin__kv .icon:nth-child(11) {
  top: 376px;
  left: calc(50% + 618px);
}
.fivemin__kv .icon:nth-child(12) {
  top: 400px;
  left: calc(50% + 827px);
}
.fivemin__kv .icon:nth-child(13) {
  top: 75px;
  left: calc(50% - 583px);
}
.fivemin__kv .icon:nth-child(14) {
  top: 350px;
  left: calc(50% + 260px);
}
.fivemin__kv .icon:nth-child(15) {
  top: 66px;
  left: calc(50% + 253px);
}
.fivemin__kv .icon:nth-child(16) {
  top: 347px;
  left: calc(50% - 421px);
}
.fivemin__kv .icon:nth-child(17) {
  top: 63px;
  left: calc(50% - 418px);
}
.fivemin__kv .icon:nth-child(18) {
  top: 70px;
  left: calc(50% + 796px);
}
.fivemin__kv .icon:nth-child(19) {
  top: 220px;
  left: calc(50% - 880px);
}
.fivemin__kv .icon:nth-child(20) {
  top: 254px;
  left: calc(50% + 774px);
}
.fivemin__kv .p-navi02 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1120px;
  max-width: calc(100% - 160px);
  margin-bottom: 0;
}
.fivemin__kv .p-navi02__item {
  border: 1px solid #fff;
}
.fivemin__kv .p-navi02__item:hover {
  border: 1px solid #fff;
}
.fivemin__numbers {
  padding: 50px 20px;
  overflow: hidden;
}
.fivemin__numbers__title {
  position: relative;
  line-height: 1;
}
.fivemin__numbers__title__jp {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.fivemin__numbers__title__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: .1;
}
.fivemin__numbers__in {
  border-radius: 16px;
  background: #fff;
}
.fivemin__numbers__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fivemin__numbers__list > li {
  width: 50%;
  padding: 20px 0;
  text-align: center;
}
.fivemin__numbers__list > li:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.fivemin__numbers__list > li:nth-child(1), .fivemin__numbers__list > li:nth-child(2) {
  padding-top: 30px;
}
.fivemin__numbers__list > li:nth-child(3), .fivemin__numbers__list > li:nth-child(4) {
  border-top: 1px solid #ccc;
}
.fivemin__numbers__list > li:last-child, .fivemin__numbers__list > li:nth-last-child(2) {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
}
.fivemin__numbers__list__icon {
  margin-bottom: 10px;
}
.fivemin__numbers__list__icon img {
  height: 46px;
}
.fivemin__numbers__list__title01 {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.fivemin__numbers__list__title01 span {
  color: #777;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
}
.fivemin__numbers__list__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1;
}
.fivemin__numbers__list__text__blue {
  margin: 0 5px;
  color: #008FD1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
.fivemin__numbers__list__text__employees {
  position: relative;
}
.fivemin__numbers__list__text__date {
  position: absolute;
  bottom: 0;
  color: #777;
  font-size: 11px;
  font-size: 0.6875rem;
}
.fivemin__numbers__list__global {
  position: relative;
  padding: 0 15px;
}
.fivemin__numbers__list__global__circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 143, 209, 0.8);
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
.fivemin__numbers__list__global__circle span span {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
.fivemin__numbers__list__global__circle.is-eu {
  top: calc(72 / 610 * 100vw);
  left: calc(60 / 610 * 100vw);
}
.fivemin__numbers__list__global__circle.is-us {
  top: calc(102 / 610 * 100vw);
  left: calc(410 / 610 * 100vw);
}
.fivemin__numbers__list__global__circle.is-asia {
  top: calc(102 / 610 * 100vw);
  left: calc(230 / 610 * 100vw);
}
.fivemin__businessarea {
  padding-top: 60px;
  overflow: hidden;
}
.fivemin__businessarea__title {
  position: relative;
  margin-bottom: 40px;
}
.fivemin__businessarea__title__jp {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #008FD1;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.fivemin__businessarea__title__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #008FD1;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: .1;
  line-height: 1;
}
.fivemin__businessarea__chart {
  position: relative;
  margin-bottom: 30px;
  padding: 137px 0;
  text-align: center;
}
.fivemin__businessarea__chart__doughnut {
  width: 295px;
  max-width: calc(100% - 40px);
  margin: auto;
  aspect-ratio: 1 / 1;
}
.fivemin__businessarea__chart__label {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fivemin__businessarea__chart__label.label01 {
  -webkit-transform: translate(5%, 52%);
          transform: translate(5%, 52%);
}
.fivemin__businessarea__chart__label.label01 img {
  width: 154px;
}
.fivemin__businessarea__chart__label.label02 {
  -webkit-transform: translate(-132%, 70%);
          transform: translate(-132%, 70%);
}
.fivemin__businessarea__chart__label.label02 img {
  width: 84px;
}
.fivemin__businessarea__chart__label.label03 {
  -webkit-transform: translate(-127%, -118%);
          transform: translate(-127%, -118%);
}
.fivemin__businessarea__chart__label.label03 img {
  width: 112px;
}
.fivemin__businessarea__chart__label.label04 {
  -webkit-transform: translate(-21%, -162%);
          transform: translate(-21%, -162%);
}
.fivemin__businessarea__chart__label.label04 img {
  width: 185px;
}
.fivemin__businessarea__chart__title {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 7px), calc(-50% + 10px));
          transform: translate(calc(-50% - 7px), calc(-50% + 10px));
  width: 177px;
  height: 177px;
  border-radius: 50%;
}
.fivemin__businessarea__chart__title.is-active {
  display: -ms-flexbox !important;
  display: flex !important;
}
.fivemin__businessarea__chart__title__top {
  font-weight: 700;
}
.fivemin__businessarea__chart__title__main {
  font-weight: 500;
}
.fivemin__businessarea__chart__title__main span {
  margin: 0 5px;
  color: #008FD1;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
.fivemin__businessarea__chart__title__bottom {
  color: #777;
  font-size: 11px;
  font-size: 0.6875rem;
}
.fivemin__businessarea__lead {
  margin-bottom: 60px;
  padding: 0 20px;
}
.fivemin__businessarea__lead__title {
  margin-bottom: 25px;
  text-align: center;
}
.fivemin__businessarea__lead__title img {
  width: 315px;
}
.fivemin__businessarea__timeair {
  padding-bottom: 50px;
  background: #e5f5df;
}
.fivemin__businessarea__timeair__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.fivemin__businessarea__timeair__title::before, .fivemin__businessarea__timeair__title::after {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  content: '';
}
.fivemin__businessarea__timeair__title--time {
  color: #008FD1;
}
.fivemin__businessarea__timeair__title--time::before, .fivemin__businessarea__timeair__title--time::after {
  background: #008FD1;
}
.fivemin__businessarea__timeair__title--air {
  color: #66B347;
}
.fivemin__businessarea__timeair__title--air::before, .fivemin__businessarea__timeair__title--air::after {
  background: #66B347;
}
.fivemin__businessarea__timeair__title__in {
  margin: 0 10px;
}
.fivemin__businessarea__timeair__title__top, .fivemin__businessarea__timeair__title__bottom {
  display: block;
  line-height: 1;
}
.fivemin__businessarea__timeair__title__top {
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 200;
}
.fivemin__businessarea__timeair__time {
  background: #e6f2f7;
  padding: 50px 20px;
}
.fivemin__businessarea__timeair__air {
  padding: 50px 20px 30px;
}
.fivemin__businessarea__dl__div {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.fivemin__businessarea__dl__div:not(:last-child) {
  margin-bottom: 20px;
}
.fivemin__businessarea__dl__dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  text-align: center;
}
.fivemin__businessarea__dl__dt--pink {
  background: #FA8B87;
}
.fivemin__businessarea__dl__dt--yellow {
  background: #D6C751;
}
.fivemin__businessarea__dl__dt--green {
  background: #70B85C;
}
.fivemin__businessarea__dl__dt--blue {
  background: #49B6DE;
}
.fivemin__businessarea__dl__dt__icon {
  height: 31px;
}
.fivemin__businessarea__dl__dd {
  padding: 20px;
}
.fivemin__businessarea__dl__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.fivemin__businessarea__dl__ul__li {
  width: calc(50% - 5px);
  text-align: center;
}
.fivemin__businessarea__dl__figure__figcaption {
  font-size: 11px;
  font-size: 0.6875rem;
}
.fivemin__businessarea__dl__text:not(:last-child) {
  margin-bottom: 20px;
}
.fivemin__solution__head {
  padding: 30px;
}
.fivemin__solution__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.fivemin__solution__title__top {
  color: #0081C0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.fivemin__solution__title__bottom {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.fivemin__solution__lead {
  text-align: center;
  line-height: calc(48/28);
}
.fivemin__solution__note {
  padding-left: 1em;
  color: #777;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  text-indent: -1em;
}
.fivemin__solution__map {
  position: relative;
}
@media (min-width: 1101px) {
  .fivemin__solution__map {
    overflow: inherit !important;
  }
}
.fivemin__solution__map__in {
  position: relative;
  height: 600px;
}
.fivemin__solution__map__in > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fivemin__solution__map .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 20px;
  border: 2px solid #008FD1;
  border-radius: 9999px;
  background: #fff;
  color: #008FD1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  box-shadow: 5px 5px 10px #ccc;
  white-space: nowrap;
}
.fivemin__solution__map .pin::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.fivemin__solution__map .pin::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #007bff transparent transparent transparent;
  content: "";
}
.fivemin__solution__map .pin01 {
  -webkit-transform: translate(310px, -232px);
          transform: translate(310px, -232px);
}
.fivemin__solution__map .pin02 {
  -webkit-transform: translate(-145px, -192px);
          transform: translate(-145px, -192px);
}
.fivemin__solution__map .pin03 {
  -webkit-transform: translate(-543px, -60px);
          transform: translate(-543px, -60px);
}
.fivemin__solution__map .pin04 {
  -webkit-transform: translate(-320px, -100px);
          transform: translate(-320px, -100px);
}
.fivemin__solution__map .pin05 {
  -webkit-transform: translate(-233px, 222px);
          transform: translate(-233px, 222px);
}
.fivemin__solution__map .pin06 {
  -webkit-transform: translate(264px, -106px);
          transform: translate(264px, -106px);
}
.fivemin__solution__map .pin07 {
  -webkit-transform: translate(467px, -97px);
          transform: translate(467px, -97px);
}
.fivemin__solution__map .pin08 {
  -webkit-transform: translate(-7px, -100px);
          transform: translate(-7px, -100px);
}
.fivemin__solution__map .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.fivemin__solution__map .scroll-hint-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 305px;
  max-width: calc(100vw - 30px);
  height: auto;
  border: 2px solid rgba(247, 247, 247, 0.8);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.fivemin__solution__map .scroll-hint-icon::before {
  width: 80px;
  height: 56px;
  background: url("/assets/img/corp/organization/scrollhint.svg") no-repeat;
  background-size: cover;
}
.fivemin__solution__map .scroll-hint-icon::after {
  display: none;
}
.fivemin__solution__map .scroll-hint-text {
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.fivemin__solution__modal {
  width: 680px;
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 25px 20px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.fivemin__solution__modal__wrap {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100vw;
}
@media (min-width: 1101px) {
  .fivemin__solution__modal__wrap {
    overflow: inherit !important;
    z-index: 2;
  }
  .fivemin__solution__modal__wrap#modal01 {
    top: 322px;
    left: 70%;
  }
  .fivemin__solution__modal__wrap#modal02 {
    top: 361px;
    left: 41%;
  }
  .fivemin__solution__modal__wrap#modal03 {
    top: 492px;
    left: 28%;
  }
  .fivemin__solution__modal__wrap#modal04 {
    top: 453px;
    left: 33%;
  }
  .fivemin__solution__modal__wrap#modal05 {
    top: 302px;
    left: 35%;
  }
  .fivemin__solution__modal__wrap#modal06 {
    top: 447px;
    left: 70%;
  }
  .fivemin__solution__modal__wrap#modal07 {
    top: 452px;
    left: 72%;
  }
  .fivemin__solution__modal__wrap#modal08 {
    top: 452px;
    left: 52%;
  }
}
.fivemin__solution__modal__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.fivemin__solution__modal__lead {
  margin-bottom: 20px;
}
.fivemin__solution__modal__slider .slick-list {
  overflow: visible;
}
.fivemin__solution__modal__slider .slick-slide {
  margin-right: 20px;
}
.fivemin__solution__modal__slider .slick-slide img {
  width: 100%;
}
.fivemin__solution__modal__slider .slick-arrow:before {
  content: "" !important;
}
.fivemin__solution__modal__slider .slick-prev,
.fivemin__solution__modal__slider .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background: #fff;
  transition: .3s;
}
.fivemin__solution__modal__slider .slick-prev::before,
.fivemin__solution__modal__slider .slick-next::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081C0;
}
.fivemin__solution__modal__slider .slick-prev.slick-disabled,
.fivemin__solution__modal__slider .slick-next.slick-disabled {
  display: none !important;
}
.fivemin__solution__modal__slider .slick-prev {
  left: 15px;
  z-index: 3;
}
.fivemin__solution__modal__slider .slick-prev::before {
  right: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-left: 2px solid #0081C0;
}
.fivemin__solution__modal__slider .slick-next {
  right: 15px;
}
.fivemin__solution__modal__slider .slick-next::before {
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-right: 2px solid #0081C0;
}
.fivemin__solution__modal__card {
  display: block;
}
.fivemin__solution__modal__card__img {
  margin-bottom: 15px;
}
.fivemin__solution__modal__card__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  color: #008fd1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.fivemin__solution__modal__card__lead {
  font-size: 12px;
  font-size: 0.75rem;
}
.fivemin__solution__modal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 150px;
  height: 30px;
  margin: 20px auto 0;
  padding: 0;
  border-radius: 9999px;
  background: #008fd1;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.fivemin__history {
  background: #E8E1D5;
  color: #52452b;
}
.fivemin__history__in {
  padding: 50px 20px;
}
.fivemin__history__title {
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
}
.fivemin__history__title__jp {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #222;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.fivemin__history__title__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #222;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: .1;
}
.fivemin__history__container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 20px;
  grid-auto-flow: row;
  grid-template-areas: "fivemin__history__syakun fivemin__history__syakun" "fivemin__history__message fivemin__history__message" "fivemin__history__founder fivemin__history__lead";
  width: 960px;
  max-width: 100%;
  margin: 0 auto 40px;
  font-family: 'Noto Serif JP', serif;
}
.fivemin__history__syakun {
  grid-area: fivemin__history__syakun;
  text-align: center;
}
.fivemin__history__syakun img {
  width: 200px;
}
.fivemin__history__message {
  grid-area: fivemin__history__message;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.fivemin__history__message__memo {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  text-align: right;
}
.fivemin__history__founder {
  grid-area: fivemin__history__founder;
}
.fivemin__history__founder figure img {
  width: 100%;
}
.fivemin__history__founder figcaption {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
}
.fivemin__history__lead {
  grid-area: fivemin__history__lead;
}
.fivemin__history__lead__head {
  margin-bottom: 10px;
  border-bottom: 1px solid #52452b;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.fivemin__history__ayumi {
  width: 1120px;
  max-width: 100%;
  margin: auto;
}
.fivemin__history__ayumi__title {
  margin-bottom: 20px;
}
.fivemin__history__ayumi__title img {
  width: 148px;
}
.fivemin__history__slider {
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', serif;
}
.fivemin__history__slider .slick-slide {
  text-align: center;
}
.fivemin__history__slider .slick-slide img {
  margin: auto;
}
.fivemin__history__slider .slick-arrow:before {
  content: "" !important;
}
.fivemin__history__slider .slick-prev,
.fivemin__history__slider .slick-next {
  top: -14px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 35px;
  height: 35px;
  border: 1px solid #52452b;
  border-radius: 50%;
  background: none;
  transition: .3s;
}
.fivemin__history__slider .slick-prev::before,
.fivemin__history__slider .slick-next::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #52452b;
}
.fivemin__history__slider .slick-prev.slick-disabled,
.fivemin__history__slider .slick-next.slick-disabled {
  display: none !important;
}
.fivemin__history__slider .slick-prev {
  left: 163px;
  z-index: 3;
}
.fivemin__history__slider .slick-prev::before {
  right: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-left: 2px solid #52452b;
}
.fivemin__history__slider .slick-next {
  left: 208px;
  right: auto;
}
.fivemin__history__slider .slick-next::before {
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-right: 2px solid #52452b;
}
.fivemin__history__slider__wareki {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
.fivemin__history__slider__year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1;
}
.fivemin__history__slider__year::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #52452b;
  content: "";
}
.fivemin__history__slider__year__no {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
.fivemin__history__slider__year__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.fivemin__history__slider__contents {
  position: relative;
  padding: 0 15px;
}
.fivemin__history__slider__contents::before {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #52452b;
  content: "";
}
.fivemin__history__slider__contents::after {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border: 1px solid #52452b;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.fivemin__strengths {
  padding: 50px 0;
  background: #008fd1;
  overflow: hidden;
}
.fivemin__strengths__title {
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
}
.fivemin__strengths__title__jp {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.fivemin__strengths__title__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: .1;
}
.fivemin__strengths__ol {
  width: 1120px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 16px;
  background: #fff;
}
.fivemin__strengths__ol__li {
  padding: 25px 20px;
}
.fivemin__strengths__ol__li:not(:last-child) {
  border-bottom: 2px solid #ccc;
}
.fivemin__strengths__ol__no {
  margin-bottom: 15px;
  text-align: center;
}
.fivemin__strengths__ol__no > p {
  display: inline-block;
  position: relative;
  line-height: 20px;
}
.fivemin__strengths__ol__no > p::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008fd1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  content: "";
}
.fivemin__strengths__ol__no > p > span {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
.fivemin__strengths__ol__no > p > span > span {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.fivemin__strengths__ol__no::before {
  display: block;
  background: #008fd1;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  content: "";
}
.fivemin__strengths__ol__title {
  margin-bottom: 15px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.fivemin__strengths__ol__text {
  margin-bottom: 25px;
}
.fivemin__strengths__ol__figure {
  text-align: center;
}
.fivemin__strengths__ol__img.img01 {
  width: 275px;
}
.fivemin__strengths__ol__img.img02 {
  width: 259px;
}
.fivemin__strengths__ol__img.img03 {
  width: 250px;
}
.fivemin__strengths__ol02 {
  width: 1120px;
  max-width: calc(100% - 160px);
  margin: auto;
}
@media (max-width: 767px) {
  .fivemin__strengths__ol02 {
    max-width: calc(100% - 40px);
  }
}
.fivemin__strengths__ol02 > li {
  height: 275px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding: 40px 80px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 1160px) {
  .fivemin__strengths__ol02 > li {
    height: 413px;
  } 
}
@media (max-width: 767px) {
  .fivemin__strengths__ol02 > li {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 30px 20px;
  }
}
.fivemin__strengths__ol02 > li:nth-child(1) {
  gap: 30px;
}
@media (max-width: 767px) {
  .fivemin__strengths__ol02 > li:nth-child(1) {
    gap: 20px;
  }
}
.fivemin__strengths__ol02 > li:nth-child(odd) {
  margin-right: 160px;
}
@media (max-width: 1280px) {
  .fivemin__strengths__ol02 > li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .fivemin__strengths__ol02 > li:nth-child(odd) {
    margin-right: 0;
  }
}
.fivemin__strengths__ol02 > li:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-left: 160px;
}
@media (max-width: 1280px) {
  .fivemin__strengths__ol02 > li:nth-child(even) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .fivemin__strengths__ol02 > li:nth-child(even) {
    margin-left: 0;
  }
}
.fivemin__strengths__ol02 > li:not(:last-child) {
  margin-bottom: 30px;
}
.fivemin__strengths__ol02__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .fivemin__strengths__ol02__title {
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 16px;
    font-size: 1rem;
  }
}
.fivemin__strengths__ol02__title svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fivemin__sustainability {
  padding: 50px 0 45px;
  overflow: hidden;
}
.fivemin__sustainability__title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.fivemin__sustainability__title__jp {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #008FD1;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.fivemin__sustainability__title__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #008FD1;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: .1;
}
.fivemin__sustainability__hero {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
  text-align: center;
}
.fivemin__video {
  padding: 50px 20px;
  background: #f2f2f2;
}
.fivemin__video__thumbnail {
  position: relative;
  text-align: center;
}
.fivemin__video__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1100px) {
  .fivemin__solution__map {
    overflow: auto;
  }
  .fivemin__solution__map__in {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  .fivemin__kv {
    height: 450px;
  }
  .fivemin__kv__title {
    top: 50px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
  }
  .fivemin__kv__title img {
    width: 281px;
  }
  .fivemin__kv__clock {
    width: 209px;
    height: 209px;
  }
  .fivemin__kv__clock__hands img {
    width: 4px;
  }
  .fivemin__kv__clock__circle img {
    width: 10px;
  }
  .fivemin__kv .icon:nth-child(3) {
    top: 120px;
    left: calc(50% - 177px);
  }
  .fivemin__kv .icon:nth-child(3) img {
    height: 26px;
  }
  .fivemin__kv .icon:nth-child(4) {
    top: 185px;
    left: calc(50% + 135px);
  }
  .fivemin__kv .icon:nth-child(4) img {
    height: 26px;
  }
  .fivemin__kv .icon:nth-child(6) {
    top: 111px;
    left: calc(50% + 140px);
  }
  .fivemin__kv .icon:nth-child(6) img {
    height: 26px;
  }
  .fivemin__kv .icon:nth-child(9) {
    top: 178px;
    left: calc(50% - 168px);
  }
  .fivemin__kv .icon:nth-child(9) img {
    height: 25px;
  }
  .fivemin__kv .icon:nth-child(10) {
    top: 15px;
    left: calc(50% - 113px);
  }
  .fivemin__kv .icon:nth-child(10) img {
    height: 25px;
  }
  .fivemin__kv .icon:nth-child(13) {
    top: 17px;
    left: calc(50% + 70px);
  }
  .fivemin__kv .icon:nth-child(13) img {
    height: 25px;
  }
  .fivemin__kv .icon:nth-child(14) {
    top: 220px;
    left: calc(50% + 77px);
  }
  .fivemin__kv .icon:nth-child(14) img {
    height: 41px;
  }
  .fivemin__kv .icon:nth-child(15) {
    top: 45px;
    left: calc(50% + 108px);
  }
  .fivemin__kv .icon:nth-child(15) img {
    height: 41px;
  }
  .fivemin__kv .icon:nth-child(16) {
    top: 221px;
    left: calc(50% - 129px);
  }
  .fivemin__kv .icon:nth-child(16) img {
    height: 41px;
  }
  .fivemin__kv .icon:nth-child(17) {
    top: 44px;
    left: calc(50% - 168px);
  }
  .fivemin__kv .icon:nth-child(17) img {
    height: 41px;
  }
  .fivemin__kv .p-navi02 {
    max-width: calc(100% - 40px);
  }
  .fivemin__kv .p-navi02__item::before {
    left: 10px;
  }
  .fivemin__kv .p-navi02__item a {
    padding: 16px 5px 16px 10px;
  }
  .fivemin__solution__modal {
    position: relative;
  }
  .fivemin__solution__modal .slick-slider {
    position: static;
  }
  .fivemin__solution__modal .slick-arrow {
    top: 15px;
    -webkit-transform: none;
            transform: none;
  }
  .fivemin__solution__modal .slick-prev::before,
  .fivemin__solution__modal .slick-next::before {
    width: 6px;
    height: 6px;
  }
  .fivemin__solution__modal .slick-prev {
    left: auto;
    right: 65px;
  }
  .fivemin__solution__modal .slick-prev::before {
    right: calc(50% - 4px);
  }
  .fivemin__solution__modal .slick-next {
    right: 20px;
  }
  .fivemin__solution__modal .slick-next::before {
    left: calc(50% - 4px);
  }
  .fivemin__history__slider img {
    height: 95px;
  }
  .fivemin__history__slider p {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .fivemin__numbers {
    padding: 40px 80px 120px;
  }
  .fivemin__numbers__in {
    width: 1120px;
    max-width: 100%;
    margin: auto;
  }
  .fivemin__numbers__title {
    margin-bottom: 30px;
    line-height: 0.8;
  }
  .fivemin__numbers__title__jp {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .fivemin__numbers__title__en {
    font-size: 200px;
    font-size: 12.5rem;
  }
  .fivemin__numbers__list__col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 50px;
  }
  .fivemin__numbers__list > li {
    padding: 25px 30px 30px;
  }
  .fivemin__numbers__list > li:nth-child(1), .fivemin__numbers__list > li:nth-child(2), .fivemin__numbers__list > li:nth-child(3) {
    width: calc(100% / 3);
    padding-top: 45px;
    border-top: none;
  }
  .fivemin__numbers__list > li:nth-child(4), .fivemin__numbers__list > li:nth-child(5) {
    width: calc(100% / 2);
    border-top: 1px solid #ccc;
  }
  .fivemin__numbers__list > li:nth-of-type(-n+5) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .fivemin__numbers__list > li:nth-child(1) {
    border-left: none;
  }
  .fivemin__numbers__list > li:nth-child(2) {
    border: none;
  }
  .fivemin__numbers__list > li:nth-child(3) {
    border-right: none;
  }
  .fivemin__numbers__list > li:nth-child(4) {
    border-left: none;
    border-right: none;
  }
  .fivemin__numbers__list > li:nth-child(5) {
    border-right: none;
  }
  .fivemin__numbers__list > li:nth-child(6) {
    padding-top: 50px;
    padding-bottom: 70px;
    border-width: 1px;
  }
  .fivemin__numbers__list__icon img {
    height: 66px;
  }
  .fivemin__numbers__list__text {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 30px;
  }
  .fivemin__numbers__list__text__blue {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .fivemin__numbers__list__title01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fivemin__numbers__list__global {
    display: inline-block;
    padding: 0 30px;
  }
  .fivemin__numbers__list__global__circle {
    width: 130px;
    height: 130px;
  }
  .fivemin__numbers__list__global__circle.is-eu {
    top: 29%;
    left: 9%;
  }
  .fivemin__numbers__list__global__circle.is-us {
    top: 36%;
    left: 80%;
  }
  .fivemin__numbers__list__global__circle.is-asia {
    top: 42%;
    left: 40%;
  }
  .fivemin__numbers__list__global__circle > span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fivemin__numbers__list__global__circle > span:nth-child(2) {
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__numbers__list__global__circle > span:nth-child(2) span {
    margin: 0 5px;
    font-size: 56px;
    font-size: 3.5rem;
  }
  .fivemin__businessarea__title {
    position: relative;
  }
  .fivemin__businessarea__title__jp {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .fivemin__businessarea__title__en {
    font-size: 200px;
    font-size: 12.5rem;
  }
  .fivemin__businessarea__chart {
    margin-bottom: 60px;
    padding: 0;
  }
  .fivemin__businessarea__chart__doughnut {
    width: 400px;
  }
  .fivemin__businessarea__chart__label.label01 {
    -webkit-transform: translate(48%, 2%);
            transform: translate(48%, 2%);
  }
  .fivemin__businessarea__chart__label.label01 img {
    width: auto;
  }
  .fivemin__businessarea__chart__label.label02 {
    -webkit-transform: translate(-134%, 180%);
            transform: translate(-134%, 180%);
  }
  .fivemin__businessarea__chart__label.label02 img {
    width: auto;
  }
  .fivemin__businessarea__chart__label.label03 {
    -webkit-transform: translate(-141%, -58%);
            transform: translate(-141%, -58%);
  }
  .fivemin__businessarea__chart__label.label03 img {
    width: auto;
  }
  .fivemin__businessarea__chart__label.label04 {
    -webkit-transform: translate(-114%, -224px);
            transform: translate(-114%, -224px);
  }
  .fivemin__businessarea__chart__label.label04 img {
    width: auto;
  }
  .fivemin__businessarea__chart img {
    width: auto;
  }
  .fivemin__businessarea__chart__title {
    -webkit-transform: translate(calc(-50% + 7px), calc(-50% + 12px));
            transform: translate(calc(-50% + 7px), calc(-50% + 12px));
    width: 240px;
    height: 240px;
    line-height: 1;
  }
  .fivemin__businessarea__chart__title__top {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fivemin__businessarea__chart__title__main {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fivemin__businessarea__chart__title__main .count {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .fivemin__businessarea__chart__title__bottom {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fivemin__businessarea__lead {
    margin-bottom: 60px;
    text-align: center;
  }
  .fivemin__businessarea__lead__title {
    margin-bottom: 40px;
  }
  .fivemin__businessarea__lead__title img {
    width: auto;
  }
  .fivemin__businessarea__timeair {
    padding: 50px 0 80px;
    background: white;
    background: linear-gradient(90deg, #e6f2f7 0%, #e6f2f7 50%, #e5f5df 50%, #e5f5df 100%);
  }
  .fivemin__businessarea__timeair__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    width: 1120px;
    max-width: calc(100% - 160px);
    margin: auto;
  }
  .fivemin__businessarea__timeair__time, .fivemin__businessarea__timeair__air {
    width: calc(50% - 40px);
    padding: 0;
  }
  .fivemin__businessarea__timeair__time {
    background: none;
  }
  .fivemin__businessarea__dl__div:not(:last-child) {
    margin-bottom: 50px;
  }
  .fivemin__businessarea__dl__dt {
    font-size: 26px;
    font-size: 1.625rem;
    min-height: 76px;
  }
  .fivemin__businessarea__dl__dt--blue {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: calc(28/24);
  }
  .fivemin__businessarea__dl__dt__icon {
    height: 50px;
  }
  .fivemin__solution__title {
    gap: 20px;
    margin-bottom: 30px;
  }
  .fivemin__solution__title__top {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .fivemin__solution__title__bottom {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .fivemin__solution__lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .fivemin__solution__note {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
  }
  .fivemin__solution__head {
    padding: 45px;
  }
  .fivemin__solution__modal {
    padding: 50px 80px;
  }
  .fivemin__solution__modal__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .fivemin__solution__modal__card {
    width: 240px;
  }
  .fivemin__solution__modal__card__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__solution__modal__card__title::after {
    width: 15px;
    height: 15px;
  }
  .fivemin__solution__modal__close {
    width: 200px;
    height: 44px;
    padding-left: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__solution__modal__slider {
    margin-right: -40px;
  }
  .fivemin__solution__modal__slider .slick-slide {
    margin-right: 40px;
  }
  .fivemin__solution__modal__slider .slick-arrow {
    top: -20px;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .fivemin__solution__modal__slider .slick-prev,
  .fivemin__solution__modal__slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .fivemin__solution__modal__slider .slick-prev {
    left: auto;
    right: 80px;
  }
  .fivemin__history__in {
    padding: 100px 80px;
  }
  .fivemin__history__title {
    margin-bottom: 70px;
  }
  .fivemin__history__title__jp {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .fivemin__history__title__en {
    font-size: 200px;
    font-size: 12.5rem;
  }
  .fivemin__history__container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 0px 70px;
    grid-auto-flow: row;
    grid-template-areas: "fivemin__history__founder fivemin__history__syakun" "fivemin__history__founder fivemin__history__message" "fivemin__history__founder fivemin__history__lead";
  }
  .fivemin__history__syakun {
    grid-area: fivemin__history__syakun;
    text-align: left;
  }
  .fivemin__history__syakun img {
    width: 320px;
  }
  .fivemin__history__message {
    grid-area: fivemin__history__message;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fivemin__history__message__memo {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fivemin__history__founder {
    grid-area: fivemin__history__founder;
    width: 220px;
  }
  .fivemin__history__founder figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__history__lead {
    grid-area: fivemin__history__lead;
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__history__lead__head {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .fivemin__history__ayumi__title {
    margin-bottom: 30px;
  }
  .fivemin__history__ayumi__title img {
    width: 222px;
  }
  .fivemin__history__slider {
    position: relative;
  }
  .fivemin__history__slider::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #e8e1d5);
    content: "";
  }
  .fivemin__history__slider .slick-prev,
  .fivemin__history__slider .slick-next {
    top: -24px;
    width: 48px;
    height: 48px;
  }
  .fivemin__history__slider .slick-prev {
    left: 252px;
  }
  .fivemin__history__slider .slick-next {
    left: 315px;
  }
  .fivemin__history__slider__wareki {
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__history__slider__year__no {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .fivemin__history__slider__year__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fivemin__history__slider__contents {
    padding: 0 50px;
  }
  .fivemin__history__slider__contents p {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .fivemin__history__slider img {
    height: 150px;
  }
  .fivemin__strengths {
    padding: 80px 0;
  }
  .fivemin__strengths__title {
    margin-bottom: 70px;
  }
  .fivemin__strengths__title__jp {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .fivemin__strengths__title__en {
    font-size: 190px;
    font-size: 11.875rem;
  }
  .fivemin__strengths__ol {
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 160px);
    padding: 40px 0;
  }
  .fivemin__strengths__ol__li {
    width: calc(100% / 3);
    padding: 0 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .fivemin__strengths__ol__li:not(:last-child) {
    border-bottom: none;
  }
  .fivemin__strengths__ol__li:first-child {
    border-left: none;
  }
  .fivemin__strengths__ol__li:last-child {
    border-right: none;
  }
  .fivemin__strengths__ol__img.img01, .fivemin__strengths__ol__img.img02, .fivemin__strengths__ol__img.img03 {
    width: auto;
  }
  .fivemin__strengths__ol__no {
    margin-bottom: 20px;
  }
  .fivemin__strengths__ol__no > p {
    line-height: 30px;
  }
  .fivemin__strengths__ol__no > p > span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fivemin__strengths__ol__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fivemin__sustainability {
    padding: 80px 0;
  }
  .fivemin__sustainability__title__jp {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .fivemin__sustainability__title__en {
    font-size: 200px;
    font-size: 12.5rem;
  }
  .fivemin__video {
    padding: 80px;
  }
  .fivemin__video .modal__open {
    cursor: pointer;
  }
  .fivemin__video__thumbnail svg circle,
  .fivemin__video__thumbnail svg path {
    transition: .3s;
  }
  .fivemin__video__thumbnail svg:hover circle {
    fill: #0081C0;
  }
  .fivemin__video__thumbnail svg:hover path {
    fill: #fff;
  }
  .fivemin__video__thumbnail img:hover + svg circle {
    fill: #0081C0;
  }
  .fivemin__video__thumbnail img:hover + svg path {
    fill: #fff;
  }
}

.fivemin__solution__map .scroll-hint-icon-wrap {
  left: 410px;
}

@media (min-width: 1101px) {
  .fivemin__solution__map .scroll-hint-icon-wrap {
    display: none !important;
  }
}
.fivemin__businessarea__txt--parking{
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 56px;
  left: 128px;
  color: #d6c751;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--parking{
    top: 120px;
    left: 50px;
    font-weight: 500;
    font-size: 35px;
  }
}
.fivemin__businessarea__txt--parking span{
  font-weight: 100;
  font-size: 30px;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--parking span{
    font-size: 20px;
    font-weight: 500;
  }
}
.fivemin__businessarea__txt--time{
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 83px;
  color: #ff8e8a;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--time{
    top: 120px;
    left: 13px;
    font-weight: 500;
    font-size: 35px;
  }
}
.fivemin__businessarea__txt--time span{
  font-weight: 100;
  font-size: 30px;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--time span{
    font-size: 20px;
    font-weight: 500;
  }
}
.fivemin__businessarea__txt--environment{
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 39px;
  left: 85px;
  color: #72bd5e;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--environment{
    top: 65px;
    left: 30px;
    font-weight: 500;
    font-size: 35px;
  }
}
.fivemin__businessarea__txt--environment span{
  font-weight: 100;
  font-size: 30px;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--environment span{
    font-size: 20px;
    font-weight: 500;
  }
}
.fivemin__businessarea__txt--clean{
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 31px;
  left: 70px;
  color: #4cbae3;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--clean{
    top: 70px;
    left: 95px;
    font-weight: 500;
    font-size: 35px;
  }
}
.fivemin__businessarea__txt--clean span{
  font-weight: 100;
  font-size: 30px;
}
@media (max-width: 767px){
  .fivemin__businessarea__txt--clean span{
    font-size: 20px;
    font-weight: 500;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotateMinuteHand {
  from {
    -webkit-transform: translate(-50%, -100%) rotate(0deg);
            transform: translate(-50%, -100%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -100%) rotate(360deg);
            transform: translate(-50%, -100%) rotate(360deg);
  }
}
@keyframes rotateMinuteHand {
  from {
    -webkit-transform: translate(-50%, -100%) rotate(0deg);
            transform: translate(-50%, -100%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -100%) rotate(360deg);
            transform: translate(-50%, -100%) rotate(360deg);
  }
}
@-webkit-keyframes rotateHourHand {
  from {
    -webkit-transform: translate(-50%, -100%) rotate(0deg);
            transform: translate(-50%, -100%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -100%) rotate(540deg);
            transform: translate(-50%, -100%) rotate(540deg);
  }
}
@keyframes rotateHourHand {
  from {
    -webkit-transform: translate(-50%, -100%) rotate(0deg);
            transform: translate(-50%, -100%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -100%) rotate(540deg);
            transform: translate(-50%, -100%) rotate(540deg);
  }
}
.individual-kv {
  position: relative;
  height: calc(100vh - 300px);
  background-image: url("/assets/img/ir/individual/bg01_pc.svg"), url("/assets/img/ir/individual/bg00_pc.svg"), url("/assets/img/ir/individual/img01_pc.jpg");
  background-position: top -140px left -100px, left bottom -1px, center;
  background-size: auto, 100% auto, cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .individual-kv {
    height: 300px;
    background-image: url("/assets/img/ir/individual/bg01_sp.svg"), url("/assets/img/ir/individual/bg00_pc.svg"), url("/assets/img/ir/individual/img01_sp.jpg");
  }
}
.individual-kv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1120px;
  max-width: calc(100% - 80px);
  font-weight: 700;
}
.individual-kv__title {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .individual-kv__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.individual-kv__lead {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .individual-kv__lead {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.individual-bg {
  position: relative;
  background-image: url("/assets/img/ir/individual/bg02_pc.svg"), url("/assets/img/ir/individual/bg03_pc.svg"), url("/assets/img/ir/individual/bg04_pc.svg"), url("/assets/img/ir/individual/bg05_pc.svg"), url("/assets/img/ir/individual/bg06_pc.svg"), url("/assets/img/ir/individual/bg10_pc.svg"), url("/assets/img/ir/individual/bg07_pc.svg"), url("/assets/img/ir/individual/bg09_pc.svg"), url("/assets/img/ir/individual/bg08_pc.svg");
  background-position: top 88px left -35px, top 20px right -100px, top -240px right 300px, top 680px left -50px, top 763px left -65px, top 2500px left -5px, top 1875px right 300px, top 1975px right -150px, top 1875px right -70px;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #fafeff;
}
.individual-navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .individual-navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
@media (max-width: 767px) {
  .individual-navi > li {
    width: 50%;
    max-width: calc(50% - 20px);
  }
  .individual-navi > li:nth-child(1) a {
    margin-right: 0;
  }
  .individual-navi > li:nth-child(2) a {
    margin-left: 0;
  }
  .individual-navi > li:last-child {
    margin-top: -60px;
  }
}
.individual-navi > li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  transition: .3s;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .individual-navi > li a:hover {
    border-color: #0081C0;
  }
}
@media (max-width: 767px) {
  .individual-navi > li a {
    gap: 5px;
  }
}
.individual-navi__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .individual-navi__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.individual-navi__arrow {
  line-height: 1;
}
.individual-title01 {
  margin-bottom: 40px;
  text-align: center;
}
.individual-list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .individual-list01 {
    gap: 10px;
  }
}
.individual-list01 > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: calc((100% - 60px) / 4);
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .individual-list01 > li {
    width: calc((100% - 10px) / 2);
    padding: 30px 0;
  }
}
.individual-list01__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .individual-list01__item-image img {
    height: 50px;
  }
}
.individual-list01__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .individual-list01__item-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.individual-list01__item-title span {
  font-size: 14px;
  font-size: 0.875rem;
}
.individual-list01__item-value {
  font-weight: 700;
}
.individual-list01__item-value span {
  font-size: 42px;
  font-size: 2.625rem;
  margin-right: 5px;
  color: #0081C0;
}
@media (max-width: 767px) {
  .individual-list01__item-value span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.individual-list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.individual-list02 > li {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 767px) {
  .individual-list02 > li {
    width: 100%;
  }
}
.individual-list02 > li a {
  display: block;
}
.individual-list02 > li a:hover .individual-list02__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.individual-list02__thumbnail {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.individual-list02__thumbnail img {
  width: 100%;
  transition: .3s;
}
.individual-list02__detail {
  padding: 20px 30px 40px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .individual-list02__detail {
    padding: 20px;
  }
}
.individual-list02__title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 10px;
  color: #0081C0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .individual-list02__title {
    text-align: left;
  }
}
.individual-list02__title--color01 {
  color: #23c3dd;
}
.individual-list02__title--color01 path {
  stroke: #23c3dd;
}
.individual-list02__title--color02 {
  color: #40a9db;
}
.individual-list02__title--color02 path {
  stroke: #40a9db;
}
.individual-list02__title--color03 {
  color: #23dddd;
}
.individual-list02__title--color03 path {
  stroke: #23dddd;
}
.individual-list02__title--color04 {
  color: #26d799;
}
.individual-list02__title--color04 path {
  stroke: #26d799;
}
.individual-list03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .individual-list03 {
    gap: 15px;
  }
}
.individual-list03 > li {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .individual-list03 > li {
    width: calc((100% - 15px) / 2);
  }
}
.individual-list03 > li a,
.individual-list03 > li .modal-open {
  display: block;
  padding: 30px 30px 20px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .individual-list03 > li a,
  .individual-list03 > li .modal-open {
    padding: 20px 15px;
  }
}
.individual-list03 > li a:hover .individual-list03__thumbnail img,
.individual-list03 > li .modal-open:hover .individual-list03__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.individual-list03__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .individual-list03__thumbnail {
    margin-bottom: 10px;
  }
}
.individual-list03__thumbnail img {
  transition: .3s;
}
.individual-list03__title {
  font-size: 16px;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .individual-list03__title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.individual-list03__title svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.individual-list03__title svg path {
  fill: #222222;
}
.individual-number, .individual-business, .individual-ir {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .individual-number, .individual-business, .individual-ir {
    margin-bottom: 60px;
  }
}
.individual-business__chart {
  margin-bottom: 20px;
  padding: 50px 40px 53px;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .individual-business__chart {
    padding: 40px 0;
  }
}
.individual-business__chartwrap {
  position: relative;
  width: 290px;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.individual-business__label {
  display: none;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .individual-business__label img {
    display: none;
  }
}
.individual-business__label--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.individual-business__label--parking {
  top: 220px;
  left: -195px;
}
@media (max-width: 767px) {
  .individual-business__label--parking {
    top: 240px;
    left: 105px;
  }
}
.individual-business__txt--parking{
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 95px;
  color: #389fd6;
}
@media (max-width: 767px){
  .individual-business__txt--parking{
    top: -5px;
    left: 19px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
  }
}
.individual-business__txt--parking span{
  color: #333;
  font-weight: 100;
  font-size: 1rem;
}
@media (max-width: 767px){
  .individual-business__txt--parking span{
    color: #fff;
  }
}
.individual-business__label--time {
  top: 45px;
  left: -185px;
}
@media (max-width: 767px) {
  .individual-business__label--time {
    top: 60px;
    left: 30px;
  }
}
.individual-business__txt--time{
  font-size: 30px;
  font-weight: 600;
  color: #00bfe0;
  position: absolute;
  top: 55px;
  left: 75px;
}
@media (max-width: 767px) {
  .individual-business__txt--time {
    top: -19px;
    left: 8px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
  }
}
.individual-business__txt--time span{
  color: #333;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .individual-business__txt--time span {
    color: #fff;
  }
}
.individual-business__label--environment {
  top: 115px;
  right: -180px;
}
@media (max-width: 767px) {
  .individual-business__label--environment {
    top: 82px;
    right: 14px;
  }
}
.individual-business__txt--environment{
  font-size: 30px;
  font-weight: 600;
  color: #72cfcf;
  position: absolute;
  top: 45px;
  right: 29px;
}
@media (max-width: 767px) {
  .individual-business__txt--environment {
    top: -7px;
    right: 2px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
  }
}
.individual-business__txt--environment span{
  color: #333;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .individual-business__txt--environment span{
    color: #fff;
  }
}
.individual-business__label--clean {
  top: -7px;
  right: -202px;
}
@media (max-width: 767px) {
  .individual-business__label--clean {
    top: 16px;
    right: inherit;
    left: 162px;
  }
}
.individual-business__txt--clean{
  font-size: 30px;
  font-weight: 600;
  color: #22d18e;
  position: absolute;
  top: 8px;
  right: 55px;
}
@media (max-width: 767px) {
  .individual-business__txt--clean {
    top: -6px;
    right: inherit;
    left: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
  }
}
.individual-business__txt--clean span{
  color: #333;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .individual-business__txt--clean span {
    color: #fff;
  }
}
.individual-business__label-wrap {
  display: none;
}
@media (max-width: 767px) {
  .individual-business__label-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
}
.individual-business-wrap__txt{
  position: absolute;
  bottom: -16px;
  left: 52%;
  font-size: 28px;
  transform: translateX(-50%);
}
.individual-business-wrap__txt span{
  font-size: 14px;
  color: #333;
}
.individual-business-wrap__txt--time{
  color: #00bfe0;
}
.individual-business-wrap__txt--parking{
  color: #389fd6;
}
.individual-business-wrap__txt--environment{
  color: #72cfcf;
}
.individual-business-wrap__txt--clean{
  color: #22d18e;
}
.individual-more {
  padding-bottom: 100px;
  background-image: url("/assets/img/ir/individual/bg11_pc.svg");
  background-position: left 140px top;
  background-repeat: no-repeat;
}

.individual__businessarea__chart__title {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50%), calc(-50%));
          transform: translate(calc(-50%), calc(-50%));
  width: 177px;
  height: 177px;
  border-radius: 50%;
}
.individual__businessarea__chart__title.is-active {
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: normal;
}
.individual__businessarea__chart__title__top {
  font-weight: 500;
}
.individual__businessarea__chart__title__main {
  font-weight: 500;
}
.individual__businessarea__chart__title__main span {
  margin: 0 5px;
  color: #008FD1;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
.individual__businessarea__chart__title__main--en{
  display: flex; 
  justify-content: center;
}
.individual__businessarea__chart__title__main--en span{
  margin: 0;
}
.individual__businessarea__chart__title__main div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}
.individual__businessarea__chart__title__bottom {
  color: #7d7b7b;
  font-size: 12px;
}
.individual-business__label-inner{
  position: relative;
}

.productTopMainVisual {
  position: relative;
  margin-bottom: 80px;
  background: url("/assets/img/business/mv_bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.productTopMainVisual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 353px;
  height: 100%;
  background: url("/assets/img/business/mv_deco_sp.svg") no-repeat;
  background-size: cover;
  background-position: right center;
  content: "";
}
.productTopMainVisual__in {
  position: relative;
  z-index: 2;
  width: 1120px;
  max-width: calc(100% - 40px);
  margin: auto;
}
.productTopMainVisual__title {
  margin-bottom: 30px;
}
.productTopMainVisual__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .productTopMainVisual {
    margin-bottom: 150px;
    padding: 120px 0;
  }
  .productTopMainVisual::before {
    width: calc(50% + 80px);
    min-width: 830px;
    max-width: none;
    background-image: url("/assets/img/business/mv_deco_pc.svg");
    background-position: right center;
  }
  .productTopMainVisual__in {
    max-width: calc(100% - 160px);
  }
  .productTopMainVisual__title {
    margin-bottom: 40px;
  }
  .productTopMainVisual__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.productTopTimeAir {
  margin-top: 42px;
  margin-bottom: 82px;
  padding: 0 0 40px;
}
.productTopTimeAir--time {
  background: #F4F9FD;
}
.productTopTimeAir--air {
  margin-bottom: 40px;
  background: #F6FFF2;
}
.productTopTimeAir__in {
  width: 1120px;
  max-width: calc(100% - 40px);
  margin: auto;
}
.productTopTimeAir__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 10px;
  position: relative;
  top: -42px;
}
.productTopTimeAir__title::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  content: "";
}
.productTopTimeAir__title--time::after {
  background: #008FD1;
}
.productTopTimeAir__title--air {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.productTopTimeAir__title--air::after {
  background: #61AC45;
}
.productTopTimeAir__title-img {
  height: 55px;
}
.productTopTimeAir__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.productTopTimeAir__list-item {
  width: 100%;
}
.productTopTimeAir__thumbnail {
  margin-bottom: 20px;
}
.productTopTimeAir__thumbnail-img {
  width: 100%;
}
.productTopTimeAir__subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.productTopTimeAir__subtitle::before {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.productTopTimeAir__description {
  color: #444;
  font-weight: 500;
}
@media (min-width: 768px) {
  .productTopTimeAir {
    margin-top: 70px;
    margin-bottom: 120px;
    padding-bottom: 60px;
  }
  .productTopTimeAir--air {
    margin-bottom: 80px;
  }
  .productTopTimeAir__in {
    max-width: calc(100% - 160px);
  }
  .productTopTimeAir__title {
    top: -70px;
  }
  .productTopTimeAir__title::after {
    margin-bottom: 20px;
  }
  .productTopTimeAir__title-img {
    height: auto;
  }
  .productTopTimeAir__list {
    gap: 60px;
  }
  .productTopTimeAir__list-item {
    width: calc(50% - 30px);
  }
  .productTopTimeAir__list-item a:hover .productTopTimeAir__thumbnail-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .productTopTimeAir__thumbnail {
    overflow: hidden;
  }
  .productTopTimeAir__thumbnail-img {
    transition: .3s;
  }
  .productTopTimeAir__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.productsMainVisual {
  height: 280px;
  padding-top: 40px;
  background-color: #0081C0;
  background-position: center;
  background-size: cover;
}
.productsMainVisual--time {
  background-image: url("/assets/img/business/time/bg_sp.jpg");
}
.productsMainVisual--parking {
  background-image: url("/assets/img/business/parking/bg_sp.jpg");
}
.productsMainVisual--environment {
  background-image: url("/assets/img/business/environment/bg_sp.jpg");
}
.productsMainVisual--clean {
  background-image: url("/assets/img/business/clean/bg_sp.jpg");
}
.productsMainVisual__inner {
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: auto;
}
.productsMainVisual__icon {
  margin-bottom: 15px;
}
.productsMainVisual__icon img {
  width: 40px;
}
.productsMainVisual__title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.productsMainVisual__title--clean {
  font-size: 18px;
  font-size: 1.125rem;
}
.productsMainVisual__subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
}
.productsMainVisual__description {
  width: 50%;
  font-size: 0;
  letter-spacing: 0;
}
.productsMainVisual__description span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .productsMainVisual {
    height: 420px;
    padding-top: 80px;
  }
  .productsMainVisual--time {
    background-image: url("/assets/img/business/time/bg_pc.jpg");
    background-position: top center;
  }
  .productsMainVisual--parking {
    background-image: url("/assets/img/business/parking/bg_pc.jpg");
  }
  .productsMainVisual--environment {
    background-image: url("/assets/img/business/environment/bg_pc.jpg");
  }
  .productsMainVisual--clean {
    background-image: url("/assets/img/business/clean/bg_pc.jpg");
  }
  .productsMainVisual__icon {
    margin-bottom: 30px;
  }
  .productsMainVisual__icon img {
    width: auto;
  }
  .productsMainVisual__title {
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 2rem;
  }
  .productsMainVisual__subtitle {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .productsMainVisual__description span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.productsIntro {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #F4F9FD;
}
.productsIntro__description {
  margin-bottom: 20px;
  font-weight: 700;
}
.productsIntro__imagesContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.productsIntro__imageContainer {
  width: 100%;
  text-align: center;
}
.productsIntro__figcaption {
  margin-bottom: 20px;
  color: #064DA0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .productsIntro {
    margin-bottom: 100px;
    padding: 80px 0;
  }
  .productsIntro__description {
    margin-bottom: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
  .productsIntro__imagesContainer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    gap: 50px;
    padding: 0 30px;
  }
  .productsIntro__imageContainer {
    -ms-flex: 1;
        flex: 1;
    width: 50%;
  }
  .productsIntro__figcaption {
    margin-bottom: 30px;
  }
}

.productsFeatures {
  margin-bottom: 40px;
}
.productsFeatures__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.productsFeatures__item {
  position: relative;
  width: 100%;
  padding: 30px;
  background: #F8F8F8;
}
.productsFeatures__subtitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 30px;
  background: url("/assets/img/business/time/numberbg_sp.svg") no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}
.productsFeatures__imageContainer {
  margin-bottom: 20px;
  text-align: center;
}
.productsFeatures__image {
  width: 180px;
}
.productsFeatures__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.productsFeatures__title sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
}
.productsFeatures__description {
  color: #444;
}
.productsFeatures__note {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
.productsFeatures__note span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .productsFeatures {
    margin-bottom: 100px;
  }
  .productsFeatures__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
  }
  .productsFeatures__item {
    -ms-flex: 1;
        flex: 1;
  }
}

.mainProduct {
  margin-bottom: 40px;
}
.mainProduct__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.mainProduct__item {
  width: calc(50% - 5px);
}
.mainProduct__item a,
.mainProduct__item > div {
  display: block;
  padding: 10px;
  border: 1px solid #0081C0;
}
.mainProduct__item a[target="_blank"] .mainProduct__productName::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url("/assets/img/common/icon_blank01.svg");
  background-size: cover;
  vertical-align: middle;
  content: "";
}
.mainProduct__category {
  width: 100px;
  margin-top: -11px;
  margin-left: -11px;
  margin-bottom: 20px;
  border: 1px solid #0081C0;
  background: #0081C0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
.mainProduct__imgWrap {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.mainProduct__imgWrap img {
  width: 100%;
}
.mainProduct__productName {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mainProduct {
    margin-bottom: 80px;
  }
  .mainProduct__list {
    gap: 40px;
  }
  .mainProduct__item {
    width: calc((100% - 120px) / 4);
  }
  .mainProduct__item a,
  .mainProduct__item > div {
    padding: 40px 30px;
    transition: .3s;
  }
  .mainProduct__item a:hover .mainProduct__imgWrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .mainProduct__item a:hover .mainProduct__productName {
    color: #0081C0;
  }
  .mainProduct__item a[target="_blank"]:hover .mainProduct__productName::after {
    background-image: url("/assets/img/common/icon_blank03.svg");
  }
  .mainProduct__category {
    margin-top: -41px;
    margin-left: -31px;
    margin-bottom: 40px;
  }
  .mainProduct__imgWrap {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .mainProduct__imgWrap img {
    transition: .3s;
  }
  .mainProduct__productName {
    font-size: 14px;
    font-size: 0.875rem;
    transition: .3s;
  }
  .mainProduct__productName::before {
    transition: inherit;
  }
}

.productsSite {
  padding: 40px 0;
  background: #F4F9FD;
}
.productsSite__header {
  margin-bottom: 20px;
  text-align: center;
}
.productsSite__headerTextEn {
  font-weight: 700;
  line-height: 1.5;
}
.productsSite__headerTextJp {
  color: #0081C0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.productsSite__productList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.productsSite__productListItem {
  width: 100%;
  border: 2px solid #0081C0;
  border-radius: 8px;
  overflow: hidden;
}
.productsSite__productListItem--orange {
  border-color: #E27510;
}
.productsSite__productListItem--etcgo {
  border-color: #50BBEA;
}
.productsSite__productLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 30px 30px 0;
  text-align: center;
  background-color: #fff;
}
.productsSite__productLink--notIcon {
  padding: 0;
}
.productsSite__productIcon svg {
  width: 70px;
  height: auto;
  vertical-align: bottom;
}
.productsSite__productIcon--tayoroku svg {
  width: 140px;
}
.productsSite__imageWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 20px;
}
.productsSite__imageWrap--etcgo {
  background-image: url("/assets/img/business/parking/site_img01_sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.productsSite__imageWrap--amatsu {
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url("/assets/img/business/environment/site_img01_sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.productsSite__imageWrap--amatsu img {
  width: 209px;
}
.productsSite__imageWrap--bot {
  background-image: url("/assets/img/business/clean/site_img01_sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.productsSite__imageWrap--bot img {
  width: 265px;
}

.productsSite__imageWrap--lab {
  background-image: url("/assets/img/business/clean/site_img02_sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.productsSite__imageWrap--lab img {
  width: 265px;
}

.productsSite__productTitle {
  color: #0081C0;
  line-height: 56px;
}
.productsSite__productTitle::after {
  margin-left: 5px;
  content: url("/assets/img/common/icon_blank01.svg");
}
.productsSite__productTitle--orange {
  color: #E27510;
}
@media (min-width: 768px) {
  .productsSite__productList {
    -ms-flex-pack: center;
        justify-content: center;
    gap: 40px;
  }
  .productsSite__productListItem {
    width: calc((100% - 80px) / 3);
  }
  .productsSite__productLink {
    transition: .3s;
  }
  .productsSite__productLink:hover {
    background: #0081C0;
  }
  .productsSite__productLink:hover circle {
    fill: #fff;
    opacity: 1;
  }
  .productsSite__productLink:hover .productsSite__productTitle {
    color: #fff;
  }
  .productsSite__productLink:hover .productsSite__productTitle::after {
    content: url("/assets/img/common/icon_blank02.svg");
  }
  .productsSite__productLink--orange:hover {
    background: #E27510;
  }
  .productsSite__productLink--notIcon {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .productsSite__productLink--etcgo:hover {
    background: #50BBEA;
  }
  .productsSite__productIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .productsSite__productIcon svg {
    width: 110px;
  }
  .productsSite__productIcon--tayoroku svg {
    width: 160px;
  }
  .productsSite__productIconImg {
    width: auto;
  }
  .productsSite__productIconImg--tayoroku {
    width: 180px;
  }
  .productsSite__imageWrap {
    height: 141px;
  }
  .productsSite__imageWrap--etcgo {
    background-image: url("/assets/img/business/parking/site_img01_pc.jpg");
    background-position: top center;
  }
  .productsSite__imageWrap--amatsu {
    background-image: url("/assets/img/business/environment/site_img01_pc.jpg");
    background-position: top center;
  }
  .productsSite__imageWrap--amatsu img {
    width: auto;
  }
  .productsSite__imageWrap--bot {
    background-image: url("/assets/img/business/clean/site_img01_pc.jpg");
    background-position: top center;
  }
  .productsSite__imageWrap--bot img {
    width: auto;
  }
  .productsSite__productTitle {
    transition: .3s;
  }
}

.overseasTopics {
  margin-bottom: 40px;
  padding-top: 30px;
}
.overseasTopics__in {
  padding-top: 10px;
  background: url("/assets/img/business/time/topics_bg_sp.png") no-repeat;
  background-position: top center;
  background-size: contain;
}
.overseasTopics__content {
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.overseasTopics__heading {
  margin-bottom: 20px;
}
.overseasTopics__location {
  width: 95px;
  margin-bottom: 5px;
  background: #0081C0;
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
.overseasTopics__company {
  margin-bottom: 5px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.overseasTopics__description {
  margin-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .overseasTopics {
    padding-top: 25px;
  }
  .overseasTopics__in {
    padding-top: 45px;
    padding-bottom: 70px;
    background-image: url("/assets/img/business/time/topics_bg_pc.png");
    background-position: top right;
    background-size: auto;
  }
  .overseasTopics__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 0 40px;
    width: 800px;
    max-width: 100%;
    padding: 50px;
  }
  .overseasTopics__heading {
    width: 100%;
  }
  .overseasTopics__heading img {
    width: 278px;
  }
  .overseasTopics__textContainer, .overseasTopics__imageContainer {
    width: calc(50% - 20px);
  }
}

.sustainabilityMv {
  margin-bottom: 40px;
}
.sustainabilityMv img {
  width: 100%;
}
@media (min-width: 768px) {
  .sustainabilityMv {
    margin-bottom: 60px;
  }
}

.mainInitiatives__heading {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.mainInitiatives__heading::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background: #0081C0;
  content: "";
}
.mainInitiatives__content:not(:last-child) {
  margin-bottom: 50px;
}
.mainInitiatives__imgWrap {
  margin-bottom: 20px;
}
.mainInitiatives__img {
  border-radius: 5px;
}
.mainInitiatives__headingLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.mainInitiatives__headingLink--environment {
  border-color: #0bbf8f;
}
.mainInitiatives__headingLink--social {
  border-color: #0081c0;
}
.mainInitiatives__headingLink--governance {
  border-color: #f574a1;
}
.mainInitiatives__headingArrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid;
  border-radius: 50%;
}
.mainInitiatives__headingArrow svg {
  display: block;
  width: 15px;
  height: 15px;
}
.mainInitiatives__headingArrow--environment {
  border-color: #0bbf8f;
}
.mainInitiatives__headingArrow--social {
  border-color: #0081c0;
}
.mainInitiatives__headingArrow--governance {
  border-color: #f574a1;
}
.mainInitiatives__subHeading {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  line-height: 1;
}
.mainInitiatives__subHeading--environment {
  color: #0bbf8f;
}
.mainInitiatives__subHeading--social {
  color: #0081c0;
}
.mainInitiatives__subHeading--governance {
  color: #f574a1;
}
.mainInitiatives__topicHeading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.mainInitiatives__list {
  padding: 0 15px;
}
.mainInitiatives__list--environment .mainInitiatives__listItem::before {
  border-color: #0bbf8f;
}
.mainInitiatives__list--social .mainInitiatives__listItem::before {
  border-color: #0081c0;
}
.mainInitiatives__list--governance .mainInitiatives__listItem::before {
  border-color: #f574a1;
}
.mainInitiatives__listItem {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.mainInitiatives__listItem::before {
  display: block;
  position: absolute;
  top: calc((1em * 1.5) / 2 + 1px);
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}
@media (min-width: 768px) {
  .mainInitiatives__heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .mainInitiatives__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 60px;
  }
  .mainInitiatives__content:not(:last-child) {
    margin-bottom: 80px;
  }
  .mainInitiatives__content--social {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .mainInitiatives__imgWrap {
    margin-bottom: 0;
  }
  .mainInitiatives__img {
    border-radius: 10px;
  }
  .mainInitiatives__textWrap {
    -ms-flex: 2;
        flex: 2;
  }
  .mainInitiatives__headingLink {
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .mainInitiatives__headingLink:hover .mainInitiatives__headingArrow--environment {
    background-color: #0bbf8f;
  }
  .mainInitiatives__headingLink:hover .mainInitiatives__headingArrow--social {
    background-color: #0081c0;
  }
  .mainInitiatives__headingLink:hover .mainInitiatives__headingArrow--governance {
    background-color: #f574a1;
  }
  .mainInitiatives__headingLink:hover svg path {
    fill: #ffffff;
  }
  .mainInitiatives__headingArrow {
    position: relative;
    top: 10px;
    width: 56px;
    height: 56px;
    transition: .3s;
  }
  .mainInitiatives__subHeading {
    font-size: 78px;
    font-size: 4.875rem;
  }
  .mainInitiatives__topicHeading {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mainInitiatives__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 30px;
  }
  .mainInitiatives__listItem {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .mainInitiatives__link {
    transition: .3s;
  }
  .mainInitiatives__link--environment:hover {
    color: #0bbf8f;
  }
  .mainInitiatives__link--social:hover {
    color: #0081c0;
  }
  .mainInitiatives__link--governance:hover {
    color: #f574a1;
  }
}

.sustainabilityIndex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.sustainabilityIndex__item {
  width: 100%;
}
.sustainabilityIndex__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #cce0ea;
}
.sustainabilityIndex__icon {
  margin-bottom: 10px;
  text-align: center;
}
.sustainabilityIndex__title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.sustainabilityIndex__title::before {
  display: block;
  position: absolute;
  top: calc((1em * 1.5) / 2 + 1px);
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0081C0;
  border-right: 2px solid #0081C0;
  content: "";
}
@media (min-width: 768px) {
  .sustainabilityIndex {
    gap: 40px;
  }
  .sustainabilityIndex__item {
    width: calc((100% - 80px) / 3);
  }
  .sustainabilityIndex__link {
    padding: 40px 30px;
    transition: .3s;
  }
  .sustainabilityIndex__link:hover {
    border-color: #f4f9fe;
    background: #f4f9fe;
  }
  .sustainabilityIndex__icon {
    margin-bottom: 20px;
  }
  .sustainabilityIndex__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .sustainabilityIndex__description {
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .health_management__box01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .health_management__box01__imageBox {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .health_management__box01__imageBox {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .health_management__box01__txtBox {
    width: 54%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .health_management__box01__txtBox .p-textlink01 {
    display: inline;
  }
  .health_management__box01__txtBox .p-textlink01.is-blank::after {
    margin-left: 3px;
  }
  .health_management__box01__txtBox .c-list01 {
    width: 100%;
    margin-left: 0;
  }
}

.special {
  background: #FBFEFF;
  padding-bottom: 120px;
}

.special-kv img {
  width: 100%;
}

.special-catch {
  margin-bottom: 50px;
  padding: 58px 15px;
  background: #f4f9fd;
}
.special-catch__text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0081C0;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .special-catch {
    margin-bottom: 40px;
    padding: 40px 15px;
  }
  .special-catch__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.special-products {
  margin-bottom: 80px;
}
.special-products__title {
  padding: 0 15px;
  text-align: center;
}
.special-products__title img {
  width: 840px;
}
.special-products__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.special-products__list > li {
  width: calc((100% - 60px) / 2);
}
.special-products__link {
  display: block;
}
.special-products__link:hover .special-products__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.special-products__thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.special-products__thumbnail img {
  width: 100%;
  transition: .3s;
}
.special-products__list-title {
  font-size: 20px;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
.special-products__list-title::before, .special-products__list-title::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
.special-products__list-title::before {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/icon_arrow08.svg") no-repeat;
  background-size: contain;
  content: "";
}
.special-products__list-title::after {
  content: url("/assets/img/common/icon_blank03.svg");
}
.special-products__list-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .special-products {
    margin-bottom: 60px;
  }
  .special-products__title img {
    width: 345px;
  }
  .special-products__list {
    gap: 40px;
  }
  .special-products__list > li {
    width: 100%;
  }
  .special-products__list-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .special-products__list-title::before {
    width: 15px;
    height: 15px;
  }
}

.special-cm {
  padding: 80px 0;
  background: #f4f9fd;
}
.special-cm__title {
  margin-bottom: 60px;
  text-align: center;
}
.special-cm__title img {
  width: 120px;
}
.special-cm__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.special-cm__list > li {
  width: calc((100% - 60px) / 2);
  cursor: pointer;
}
.special-cm__list > li:hover .special-cm__thumbnail img:not(.special-cm__play) {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.special-cm__list > li:hover svg .circle {
  fill: #0081C0;
}
.special-cm__list > li:hover svg .tryangle {
  fill: #ffffff;
}
.special-cm__thumbnail {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
}
.special-cm__thumbnail img:not(.special-cm__play) {
  width: 100%;
  transition: .3s;
}
.special-cm__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.special-cm__play svg {
  width: 80px;
}
.special-cm__play svg .circle,
.special-cm__play svg .tryangle {
  transition: .3s;
}
.special-cm__list-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .special-cm {
    padding: 50px 0;
  }
  .special-cm__title {
    margin-bottom: 40px;
  }
  .special-cm__title img {
    width: 111px;
  }
  .special-cm__list {
    gap: 40px;
  }
  .special-cm__list > li {
    width: 100%;
  }
  .special-cm__play svg {
    width: 65px;
  }
  .special-cm__list-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.special-actor {
  padding: 80px 0;
}
.special-actor__title {
  margin-bottom: 60px;
  text-align: center;
}
.special-actor__title img {
  width: 337px;
}
@media (max-width: 767px) {
  .special-actor {
    padding: 60px 0;
  }
  .special-actor__title {
    margin-bottom: 40px;
  }
  .special-actor__title img {
    width: 252px;
  }
}

.special-actor-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  width: 1120px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.special-actor-list__item {
  width: calc((100% - 60px) / 2);
}
.special-actor-list__item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 14px;
}
.special-actor-list__item-image {
  border-radius: 10px;
  overflow: hidden;
}
.special-actor-list__item-name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.special-actor-list__item-ruby {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.special-actor-list__item-profile {
  font-size: 12px;
  font-size: 0.75rem;
  width: 100px;
  margin-bottom: 20px;
  border: 1px solid #0081C0;
  color: #0081C0;
  line-height: 28px;
  text-align: center;
}
.special-actor-list__item-profile-detail {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .special-actor-list {
    gap: 40px;
  }
  .special-actor-list__item {
    width: 100%;
  }
  .special-actor-list__item-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .special-actor-list__item-info {
    width: 97%;
  }
  .special-actor-list__item-name {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  .special-actor-list__item-profile {
    margin-bottom: 10px;
  }
  .special-actor-list__item-profile-detail {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  
  .special-actor-list__item-image{
    width: 60%;
  } 
}

.agri-kv {
  margin-bottom: 50px;
}
.agri-kv img {
  width: 100%;
}
@media (max-width: 767px) {
  .agri-kv {
    margin-bottom: 30px;
  }
}

.agri-catch {
  width: 950px;
  max-width: calc(100% - 30px);
  margin: auto;
}
@media (max-width: 767px) {
  .agri-catch {
    width: 345px;
    margin-bottom: 40px;
  }
}

.agri-section01 {
  padding: 60px 15px;
  background: #fff9f4;
}
@media (max-width: 767px) {
  .agri-section01 {
    padding: 30px 15px 45px;
  }
}
.agri-section01__title {
  width: 560px;
  max-width: 100%;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  .agri-section01__title {
    width: 345px;
    margin-bottom: 32px;
  }
}
.agri-section01__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 50px;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .agri-section01__list {
    gap: 30px;
    width: 345px;
  }
}

.agri-section02 {
  margin-bottom: 120px;
  padding: 60px 15px;
  background: #fff2f2;
}
@media (max-width: 767px) {
  .agri-section02 {
    padding: 45px 15px;
  }
}
.agri-section02__inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 42px 40px 54px;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .agri-section02__inner {
    width: 345px;
    padding: 32px 0;
  }
}
.agri-section02__title01 {
  width: 570px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .agri-section02__title01 {
    width: 298px;
  }
}
.agri-section02__title02 {
  width: 586px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .agri-section02__title02 {
    width: 222px;
  }
}
.agri-section02__list {
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 640px;
  max-width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .agri-section02__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 25px;
    width: 290px;
  }
}
.agri-section02__image {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .agri-section02__image {
    width: 294px;
  }
}

.is-block-inlineBlock {
  display: inline-block;
}

.is-space-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.is-block-c {
  margin-left: auto;
  margin-right: auto;
}

.is-block-r {
  margin-left: auto;
  margin-right: 0;
}

.is-text-c {
  text-align: center !important;
}

.is-text-l {
  text-align: left !important;
}

.is-text-r {
  text-align: right !important;
}

.is-text-break {
  word-break: break-all;
}

.is-mt10 {
  margin-top: 10px !important;
}

.is-mt20 {
  margin-top: 20px !important;
}

.is-mt30 {
  margin-top: 30px !important;
}

.is-mt40 {
  margin-top: 40px !important;
}

.is-mb0 {
  margin-bottom: 0 !important;
}

.is-mb10 {
  margin-bottom: 10px !important;
}

.is-mb15 {
  margin-bottom: 15px !important;
}

.is-mb20 {
  margin-bottom: 20px !important;
}

.is-mb30 {
  margin-bottom: 30px !important;
}

.is-mb40 {
  margin-bottom: 40px !important;
}

.is-mb50 {
  margin-bottom: 50px !important;
}

.is-mb60 {
  margin-bottom: 60px !important;
}

.is-mb70 {
  margin-bottom: 70px !important;
}

.is-mb80 {
  margin-bottom: 80px !important;
}

.is-mb90 {
  margin-bottom: 90px !important;
}

.is-mb100 {
  margin-bottom: 100px !important;
}

.is-mb110 {
  margin-bottom: 110px !important;
}

.is-mb120 {
  margin-bottom: 120px !important;
}
.is-mr50 {
  margin-right: 50px !important;
}
.is-mr100 {
  margin-right: 100px !important;
}

.is-fz12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.is-fz14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.is-fz16 {
  font-size: 16px;
  font-size: 1rem;
}

.is-fz18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.is-fz20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.is-fw700 {
  font-weight: 700;
}

.is-color444 {
  color: #444;
}

.is-color999 {
  color: #999;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-color999 {
  background-color:#E4EDF8;
}

@media (max-width: 767px) {
  .sp-mb10 {
    margin-bottom: 10px !important;
  }

  .sp-mb20 {
    margin-bottom: 20px !important;
  }

  .sp-mb30 {
    margin-bottom: 30px !important;
  }

  .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .sp-mb50 {
    margin-bottom: 50px !important;
  }

  .sp-mb60 {
    margin-bottom: 60px !important;
  }

  .sp-mb70 {
    margin-bottom: 70px !important;
  }

  .sp-mb80 {
    margin-bottom: 80px !important;
  }

  .sp-mb90 {
    margin-bottom: 90px !important;
  }

  .sp-mb100 {
    margin-bottom: 100px !important;
  }

  .sp-mb110 {
    margin-bottom: 110px !important;
  }

  .sp-mb120 {
    margin-bottom: 120px !important;
  }

  .sp-pb40 {
    padding-bottom: 40px !important;
  }

  .sp-text-c {
    text-align: center !important;
  }

  .sp-text-l {
    text-align: left !important;
  }

  .sp-text-r {
    text-align: right !important;
  }

  .sp-fz12 {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .sp-fz16 {
    font-size: 16px;
    font-size: 1rem;
  }

  .sp-max-w-none {
    max-width: none;
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .pc-mb10 {
    margin-bottom: 10px !important;
  }

  .pc-mb20 {
    margin-bottom: 20px !important;
  }

  .pc-mb30 {
    margin-bottom: 30px !important;
  }

  .pc-mb40 {
    margin-bottom: 40px !important;
  }

  .pc-mb50 {
    margin-bottom: 50px !important;
  }

  .pc-mb60 {
    margin-bottom: 60px !important;
  }

  .pc-mb70 {
    margin-bottom: 70px !important;
  }

  .pc-mb80 {
    margin-bottom: 80px !important;
  }

  .pc-mb90 {
    margin-bottom: 90px !important;
  }

  .pc-mb100 {
    margin-bottom: 100px !important;
  }

  .pc-mb110 {
    margin-bottom: 110px !important;
  }

  .pc-mb120 {
    margin-bottom: 120px !important;
  }

  .pc-ml20 {
    margin-left: 20px !important;
  }

  .pc-text-c {
    text-align: center !important;
  }

  .pc-text-l {
    text-align: left !important;
  }

  .pc-text-r {
    text-align: right !important;
  }

  .pc-fz14 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .pc-fz16 {
    font-size: 16px;
    font-size: 1rem;
  }

  .pc-fz18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1024px)and (min-width: 769px){.p-chart01.highlight{display:block}.p-chart01.highlight .p-chart01__item{width:530px;margin:0 auto}.p-chart01.highlight .p-chart01__item+.p-chart01__item{margin-top:20px}}