@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  font-size: 100%
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  position: relative;
  width: 100%;
  scroll-behavior: smooth
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #303030;
  font-family: sans-serif;
  font-size: 100%
}
.container {
  overflow: visible
}
.header {
  z-index: 999
}
.header .header__inner .header__gnav ul li .header__gnav-item > a[aria-disabled=true] {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}
.header .header__inner .header__gnav ul li .header__gnav-item > a[aria-disabled=true] .header__gnav-item-img {
  opacity: .5
}
.header .header__inner .header__gnav ul li .header__gnav-item > a[aria-disabled=true] .header__gnav-item-txt {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6
}
.header .header__inner .header__gnav ul li .header__gnav-sub-nav ul li > a[aria-disabled=true] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6
}
@media screen and (min-width:1024px) {
  .page .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 16px 10px 16px calc((100% - 1180px)/2);
    background-color: #fceaea
  }
}
@media screen and (min-width:1024px)and (max-width:1190px) {
  .page .header {
    padding-left: 10px
  }
}
@media screen and (min-width:1024px) {
  .page .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    max-width: 817px;
    padding: 0 23px 0 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
  .page .header__logo {
    padding: 14px 31px 14px 20px;
    width: 165px;
    height: 86px
  }
  .page .header__logo img {
    max-width: 100%
  }
  .page .header__menu-btn {
    display: none
  }
  .page .header__gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none;
    -ms-flex-line-pack: stretch;
    align-content: stretch
  }
  .page .header__gnav ul li {
    display: block;
    height: 100%;
    margin-right: 11px
  }
  .page .header__gnav ul li:last-of-type {
    margin-right: 0
  }
  .page .header__gnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 11px;
    text-align: center;
    text-decoration: none;
    color: #c03;
    -webkit-transition: .3s;
    transition: .3s
  }
  .page .header__gnav ul li a span.header__gnav-item-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 5px
  }
  .page .header__gnav ul li a span.header__gnav-item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5
  }
  .page .header__gnav ul li a:hover {
    background-color: #f7f7f7
  }
  .page .header__gnav ul li:first-of-type a span.header__gnav-item-txt:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icon_arrow.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .page .header__gnav ul li:has(.header__gnav-sub-nav):hover .header__gnav-sub-nav {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
  }
  .page .header__gnav ul li:has(.header__gnav-sub-nav):hover .header__gnav-sub-nav a {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1
  }
  .page .header__gnav-item {
    width: 140px;
    height: 100%
  }
  .page .header__gnav-sub-nav {
    position: absolute;
    top: calc(100% - 16px);
    padding-top: 10px;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .3s;
    transition: .3s;
    overflow: auto
  }
  .page .header__gnav-sub-nav ul {
    display: block;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
  .page .header__gnav-sub-nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 14px
  }
  .page .header__gnav-sub-nav ul li:last-of-type {
    margin-bottom: 0
  }
  .page .header__gnav-sub-nav ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 44px 10px 30px;
    text-align: left;
    color: #333;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s
  }
  .page .header__gnav-sub-nav ul li a:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .page .header__gnav-sub-nav ul li a:hover {
    color: #c03;
    text-decoration: underline;
    text-underline-offset: 2px
  }
  .home .header {
    position: absolute;
    width: 100%;
    max-width: 1180px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  .home .header__inner {
    position: relative;
    width: 221px;
    top: 59px;
    left: 0;
    padding-top: 13px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
}
@media screen and (min-width:1024px)and (max-width:1190px) {
  .home .header__inner {
    left: 10px
  }
}
@media screen and (min-width:1024px) {
  .home .header__logo {
    position: relative;
    width: 165px;
    margin: 30px 27px 0 29px;
    padding-bottom: 25px;
    text-align: center
  }
  .home .header__logo a {
    display: inline-block;
    margin-bottom: 33px
  }
  .home .header__logo a img {
    width: 100%;
    max-width: 150px
  }
  .home .header__logo:after {
    display: block;
    content: "";
    width: 100%;
    height: 19px;
    background-image: url(../images/icon_wave-5.svg);
    background-size: 100%
  }
  .home .header__menu-btn {
    display: none
  }
  .home .header__gnav ul {
    list-style: none;
    padding-bottom: 27px
  }
  .home .header__gnav ul li {
    position: relative;
    display: block;
    height: 50px;
    margin-bottom: 12px
  }
  .home .header__gnav ul li:last-of-type {
    margin-bottom: 0
  }
  .home .header__gnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 39px;
    text-decoration: none;
    color: #c03;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home .header__gnav ul li a span.header__gnav-item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 18px;
    font-size: 1rem;
    line-height: 1.5
  }
  .home .header__gnav ul li a span.header__gnav-item-txt:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    margin-left: 14px;
    background-image: url(../images/icon_arrow.svg)
  }
  .home .header__gnav ul li a:hover {
    background-color: #f7f7f7
  }
  .home .header__gnav ul li:has(.header__gnav-sub-nav):hover .header__gnav-sub-nav {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
  }
  .home .header__gnav ul li:has(.header__gnav-sub-nav):hover .header__gnav-sub-nav a {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1
  }
  .home .header__gnav-item {
    width: 100%;
    height: 100%
  }
  .home .header__gnav-sub-nav {
    position: absolute;
    min-width: 311px;
    top: -20px;
    left: 100%;
    padding-left: 20px;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .3s;
    transition: .3s
  }
  .home .header__gnav-sub-nav ul {
    display: block;
    padding-top: 27px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
  .home .header__gnav-sub-nav ul li {
    width: 100%;
    height: 50px
  }
  .home .header__gnav-sub-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 44px;
    color: #333;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s
  }
  .home .header__gnav-sub-nav ul li a:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .home .header__gnav-sub-nav ul li a:hover {
    color: #c03;
    text-decoration: underline;
    text-underline-offset: 2px
  }
}
@media screen and (max-width:1023px) {
  .header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    height: 60px;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home .header {
    background-color: rgba(255, 255, 255, .8)
  }
  .header__inner {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 5px 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center
  }
  .header__logo {
    display: inline-block;
    padding: 0;
    width: 94px;
    height: 48px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .header__logo img {
    max-width: 100%;
    -webkit-transition: .3s;
    transition: .3s
  }
  .header__menu-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 34px;
    height: 34px;
    top: 13px;
    right: 10px;
    padding: 3.5px 3.5px;
    border: none;
    background: none;
    -webkit-transition: .3s;
    transition: .3s
  }
  .header__menu-btn-label {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
  }
  .header__menu-btn-label span {
    position: absolute;
    display: block;
    width: 27px;
    height: 3px;
    left: 0;
    background-color: #000;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    transition: .3s
  }
  .header__menu-btn-label span:nth-of-type(1) {
    top: 0
  }
  .header__menu-btn-label span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .header__menu-btn-label span:nth-of-type(3) {
    bottom: 0
  }
  .header__gnav {
    position: absolute;
    width: 100%;
    max-width: 340px;
    top: 100%;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .3s;
    transition: .3s
  }
  .header__gnav ul {
    position: relative;
    display: block;
    opacity: 0
  }
  .header__gnav ul li {
    position: relative;
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #bcbcbc
  }
  .header__gnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 18px;
    color: #333;
    text-decoration: none
  }
  .header__gnav ul li a span.header__gnav-item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 11px;
    color: #c03;
    font-size: .875rem;
    line-height: 1.7142857143
  }
  .header__gnav ul li a span.header__gnav-item-txt:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .header__gnav ul li a:hover {
    background-color: #f7f7f7
  }
  .header__gnav ul li:first-of-type a span.header__gnav-item-txt:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-image: url(../images/icon_arrow_circle.svg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  .header__gnav ul li:last-of-type {
    border-bottom: 0
  }
  .header__gnav-item {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #f7f7f7
  }
  .header__gnav-sub-nav {
    position: relative;
    top: 0;
    padding-top: 0;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: .3s;
    transition: .3s
  }
  .header__gnav-sub-nav ul {
    position: relative;
    display: block;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .header__gnav-sub-nav ul li {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 0
  }
  .header__gnav-sub-nav ul li:last-of-type {
    margin-bottom: 0
  }
  .header__gnav-sub-nav ul li a {
    padding: 10px 18px 10px 80px;
    font-size: .875rem;
    line-height: 1.7142857143;
    opacity: 1
  }
  .header__gnav-sub-nav ul li a:after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-image: url(../images/icon_arrow_circle.svg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  .header.open .header__menu-btn-label span:nth-of-type(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .header.open .header__menu-btn-label span:nth-of-type(2) {
    opacity: 0
  }
  .header.open .header__menu-btn-label span:nth-of-type(3) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header.open .header__gnav {
    position: absolute;
    width: 100%;
    max-width: 340px;
    max-height: calc(100vh - 60px);
    top: 100%;
    right: 0;
    background-color: #fff;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    overflow: auto;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .16);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .16)
  }
  .header.open .header__gnav ul {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  .header.scroll {
    height: 44px;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
  .header.scroll .header__inner {
    height: 100%
  }
  .header.scroll .header__logo {
    width: 66px;
    height: 32px
  }
  .header.scroll .header__logo img {
    width: 100%;
    max-width: 100%
  }
  .header.scroll .header__menu-btn {
    top: 5px
  }
  .header.scroll.open .header__gnav {
    max-height: calc(100vh - 44px)
  }
  .header.scroll.open .header__menu-btn-label span:nth-of-type(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .header.scroll.open .header__menu-btn-label span:nth-of-type(2) {
    opacity: 0
  }
  .header.scroll.open .header__menu-btn-label span:nth-of-type(3) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
.footer {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif
}
.footer__body {
  background-color: #c03
}
.footer__body-inner {
  width: 100%;
  max-width: 1180px;
  padding: 46px 0 29px;
  margin: 0 auto
}
.footer__body ul {
  list-style: none;
  padding: 10px
}
.footer__body ul li {
  display: inline-block;
  font-size: .75rem;
  line-height: 2.1666666667
}
.footer__body ul li:before {
  content: "｜";
  color: #fff
}
.footer__body ul li:last-of-type:after {
  content: "｜";
  color: #fff
}
.footer__body ul li a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none
}
.footer__foot {
  padding: 13px 0 28px;
  background-color: #fff;
  text-align: center
}
.footer__foot small {
  font-size: .75rem;
  line-height: 1.5
}
@media screen and (max-width:767px) {
  .footer__body-inner {
    padding: 20px
  }
  .footer__body ul {
    padding: 0
  }
  .footer__body ul li {
    display: block;
    margin-bottom: 10px;
    font-size: .75rem;
    line-height: 2
  }
  .footer__body ul li:before {
    content: ""
  }
  .footer__body ul li:last-of-type {
    margin-bottom: 0
  }
  .footer__body ul li:last-of-type:after {
    content: ""
  }
  .footer__body ul li a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none
  }
  .footer__foot {
    padding: 10px 0 23px
  }
  .footer__foot small {
    font-size: .6875rem;
    line-height: 2
  }
}
.home__kv {
  position: relative;
  width: 100%;
  height: 768px;
  overflow: hidden
}
@media screen and (max-width:1190px) {
  .home__kv {
    padding: 0 10px
  }
}
.home__kv > picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.home__kv > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.home__kv-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}
.home__kv-message {
  position: absolute;
  top: 285px;
  right: 0
}
.home__kv-text {
  position: absolute;
  width: 330px;
  top: 447px;
  right: 0;
  padding: 10px 6px 10px 14px;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  border-radius: 4px;
  background-color: #fff
}
.home__kv-scroll {
  position: absolute;
  width: 26px;
  height: 77px;
  top: 635px;
  right: 0;
  background-image: url(../images/icon_scroll_pc.svg)
}
.home__kv-scroll small {
  font-size: 0;
  line-height: 0
}
.home__news {
  position: relative;
  margin-top: -20px;
  padding: 14px 0 40px;
  background-color: #fff;
  border-radius: 20px 20px 0 0
}
.home__news-inner {
  position: relative;
  display: grid;
  grid-template-columns: 272px 1fr;
  grid-template-rows: 123px 1fr;
  grid-template-areas: "title list""btn list";
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 32px 32px 46px
}
.home__news-head {
  grid-area: title;
  width: 231px;
  margin-right: 41px
}
.home__news-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.home__news-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.home__news-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  background-image: url(../images/icon_wave-4.svg)
}
.home__news-btn {
  grid-area: btn
}
.home__news-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.home__news-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.home__news-btn a:hover {
  opacity: .8
}
.home__news-body {
  grid-area: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.home__news-list {
  width: 100%
}
.home__news-list-item {
  padding: 9.5px 0;
  border-bottom: 1px solid #dfdfdf
}
.home__news-list-item a {
  display: grid;
  grid-template-columns: 116px auto 1fr;
  grid-template-areas: "date title new";
  font-size: 1rem;
  line-height: 1.875;
  color: #3b4043;
  text-decoration: none
}
.home__news-list-item a:hover .home__news-title {
  color: #c03;
  text-decoration: underline
}
.home__news-date {
  grid-area: date;
  font-size: .875rem;
  line-height: 2.1428571429
}
.home__news-title {
  grid-area: title;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s
}
.home__news-title-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.home__news-title:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 1rem;
  background-image: url(../images/icon_arrow_circle.svg)
}
.home__news-title.is__new:after {
  display: none
}
.home__news-new {
  grid-area: new;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
  color: #c03;
  font-size: .875rem;
  line-height: 2.1428571429
}
.home__news-new:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 1rem;
  background-image: url(../images/icon_arrow_circle.svg)
}
.home__finance {
  position: relative;
  margin-top: -20px;
  padding: 70px 0 50px;
  background-color: #fceaea;
  border-radius: 20px 20px 0 0
}
@media screen and (max-width:1190px) {
  .home__finance {
    padding: 70px 10px 50px
  }
}
.home__finance-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}
.home__finance-box {
  display: grid;
  grid-template-columns: 272px 1fr;
  grid-template-rows: 123px 1fr;
  grid-template-areas: "title img""btn img";
  padding: 32px 32px 32px 46px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
}
.home__finance-head {
  grid-area: title;
  margin-right: 41px
}
.home__finance-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.home__finance-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.home__finance-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  background-image: url(../images/icon_wave-4.svg)
}
.home__finance-btn {
  grid-area: btn
}
.home__finance-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.home__finance-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.home__finance-btn a:hover {
  background-color: #c03;
  color: #fff
}
.home__finance-body {
  grid-area: img;
  width: 100%;
  max-width: 832px
}
.home__finance-img {
  position: relative
}
.home__finance-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.home__finance-img-coming-soon:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/img_home-coming-soon_pc.png);
  background-size: 100%
}
.home__stock {
  position: relative;
  padding-bottom: 50px;
  background-color: #fceaea
}
@media screen and (max-width:1190px) {
  .home__stock {
    padding: 0 10px 50px
  }
}
.home__stock-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}
.home__stock-box {
  display: grid;
  grid-template-columns: 272px 1fr;
  grid-template-rows: 123px 1fr;
  grid-template-areas: "title img""btn img";
  padding: 32px 32px 32px 46px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
}
.home__stock-head {
  grid-area: title;
  margin-right: 41px
}
.home__stock-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.home__stock-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.home__stock-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  margin-bottom: 18px;
  background-image: url(../images/icon_wave-4.svg)
}
.home__stock-btn {
  grid-area: btn
}
.home__stock-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.home__stock-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.home__stock-btn a:hover {
  opacity: .8
}
.home__stock-body {
  grid-area: img;
  width: 100%;
  max-width: 832px
}
.home__stock-img {
  position: relative
}
.home__stock-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.home__stock-img-coming-soon:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/img_home-coming-soon_pc.png);
  background-size: 100%
}
.home__company {
  position: relative;
  padding-bottom: 80px;
  background-color: #fceaea
}
@media screen and (max-width:1190px) {
  .home__company {
    padding: 0 10px 80px
  }
}
.home__company-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 32px 32px 32px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
}
.home__company-inner:after {
  position: absolute;
  display: block;
  content: "";
  width: 220px;
  height: 85px;
  bottom: 0;
  left: 95px;
  margin-bottom: -3px;
  background-image: url(../images/img_home-coral.png);
  background-size: contain
}
.home__company-head {
  display: grid;
  grid-template-columns: 161px 1fr 408px;
  grid-template-rows: 123px auto;
  grid-template-areas: "title hibiscus info""btn hibiscus info""map map map"
}
.home__company-h2 {
  grid-area: title;
  padding-left: 14px
}
.home__company-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.home__company-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.home__company-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  background-image: url(../images/icon_wave-4.svg)
}
.home__company-btn {
  grid-area: btn;
  padding-left: 14px
}
.home__company-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.home__company-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.home__company-btn a:hover {
  opacity: .8
}
.home__company-img-hibiscus {
  position: relative;
  grid-area: hibiscus;
  margin-right: 11.64%;
  z-index: 10
}
.home__company-img-hibiscus picture {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right
}
.home__company-img-hibiscus img {
  width: 100%;
  max-width: 273px;
  margin-top: -2px
}
.home__company-info-box {
  display: grid;
  grid-template-columns: 1fr 224px;
  grid-template-areas: "name img""address img";
  grid-area: info;
  padding: 14.5px 14px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin-bottom: 42px
}
.home__company-info-name {
  grid-area: name;
  color: #333;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5
}
.home__company-info-address {
  grid-area: address;
  font-size: .875rem;
  line-height: 1.5714285714;
  padding-right: .5rem
}
.home__company-info-img {
  grid-area: img
}
.home__company-info-img img {
  max-width: 100%
}
.home__company-body {
  grid-area: map;
  width: 100%;
  height: 272px;
  border-radius: 20px 0 20px 0;
  overflow: hidden
}
.home__company-map {
  width: 100%;
  height: 100%
}
.home__company-map iframe {
  width: 100% !important;
  height: 100% !important
}
@media screen and (max-width:767px) {
  .home__kv {
    position: relative;
    width: 100%;
    height: 388px;
    margin-top: 60px;
    overflow: hidden
  }
  .home__kv > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .home__kv > picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .home__kv-inner {
    position: relative;
    width: 100%;
    margin: 0 auto
  }
  .home__kv-message {
    position: absolute;
    top: 138px;
    left: 12px;
    right: initial
  }
  .home__kv-text {
    position: absolute;
    width: calc(100% - 24px);
    top: 234px;
    left: 12px;
    right: 12px;
    padding: 8px 10px;
    font-size: .875rem;
    line-height: 1.5;
    color: #333;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .66)
  }
  .home__kv-text br {
    display: none
  }
  .home__kv-scroll {
    position: absolute;
    width: 26px;
    height: 77px;
    top: 140px;
    right: 12px;
    background-image: url(../images/icon_scroll_pc.svg)
  }
  .home__kv-scroll small {
    font-size: 0;
    line-height: 0
  }
  .home__news {
    position: initial;
    margin-top: 0;
    padding: 0 10px;
    border-radius: 0
  }
  .home__news-inner {
    position: relative;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    grid-template-areas: "title""list""btn";
    width: 100%;
    margin: -56px auto 0;
    padding: 30px 10px 36px;
    background-color: #fff;
    border-radius: 20px 20px 0 0
  }
  .home__news-head {
    width: 231px;
    margin-right: 52px;
    margin-left: 0
  }
  .home__news-h2 small {
    display: block;
    margin-bottom: 6px;
    font-size: .875rem;
    line-height: 1.7142857143
  }
  .home__news-h2 span {
    display: block;
    margin-bottom: 6px;
    font-size: 1.75rem;
    line-height: 1.0714285714
  }
  .home__news-h2:after {
    display: block;
    content: "";
    width: 124px;
    height: 19px;
    margin-left: 2px;
    margin-bottom: 5px;
    background-image: url(../images/icon_wave-4.svg)
  }
  .home__news-btn {
    text-align: right;
    margin-bottom: 30px
  }
  .home__news-btn a {
    position: relative;
    display: inline-block;
    padding: 3px 14px;
    margin-right: 10px;
    color: #c03;
    font-size: 1rem;
    line-height: 1.875;
    text-decoration: none;
    border: 1px solid #c03;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home__news-btn a:after {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    right: -11px;
    bottom: -10px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .home__news-btn a:hover {
    background-color: #c03;
    color: #fff
  }
  .home__news-body {
    margin-bottom: 20px
  }
  .home__news-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf
  }
  .home__news-list-item a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date new""title title";
    font-size: 1rem;
    line-height: 1.875;
    color: #3b4043;
    text-decoration: none
  }
  .home__news-list-item a:hover .home__news-category {
    color: #fff
  }
  .home__news-list-item a:hover .home__news-category--financial {
    background-color: #9d5ca1
  }
  .home__news-list-item a:hover .home__news-category--event {
    background-color: #5776b2
  }
  .home__news-list-item a:hover .home__news-category--release {
    background-color: #c03
  }
  .home__news-date {
    grid-area: date;
    font-size: .875rem;
    line-height: 2.1428571429
  }
  .home__news-category {
    display: inline-block;
    min-width: 118px;
    margin-right: 10px;
    padding: 3px 6px;
    text-align: center;
    color: #9d5ca1;
    font-size: .75rem;
    line-height: 1.5;
    border: 1px solid #9d5ca1;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home__news-category--financial {
    color: #9d5ca1;
    border: 1px solid #9d5ca1
  }
  .home__news-category--event {
    color: #5776b2;
    border: 1px solid #5776b2
  }
  .home__news-category--release {
    color: #c03;
    border: 1px solid #c03
  }
  .home__news-title {
    grid-area: title;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
  .home__news-title-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 10px;
    font-size: .875rem;
    line-height: 1.5
  }
  .home__news-title.is__new:after {
    display: inline-block
  }
  .home__news-new {
    grid-area: new;
    display: inline-block;
    margin-left: 14px;
    color: #c03;
    font-size: .875rem;
    line-height: 2.1428571429
  }
  .home__news-new:after {
    display: none
  }
  .home__finance {
    position: relative;
    margin-top: -20px;
    padding: 30px 0 36px;
    background-color: #fceaea;
    border-radius: 20px 20px 0 0
  }
  .home__finance-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
  }
  .home__finance-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "title""img""btn";
    padding: 30px 10px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
  .home__finance-head {
    width: 231px;
    margin-right: 52px
  }
  .home__finance-h2 {
    margin-left: 20px
  }
  .home__finance-h2 small {
    display: block;
    margin-bottom: 6px;
    font-size: .875rem;
    line-height: 1.7142857143
  }
  .home__finance-h2 span {
    display: block;
    margin-bottom: 6px;
    font-size: 1.75rem;
    line-height: 1.0714285714
  }
  .home__finance-h2:after {
    display: block;
    content: "";
    width: 124px;
    height: 19px;
    margin-left: 2px;
    margin-bottom: 10px;
    background-image: url(../images/icon_wave-4.svg)
  }
  .home__finance-btn {
    text-align: right;
    margin-right: 12px
  }
  .home__finance-btn a {
    position: relative;
    display: inline-block;
    padding: 3px 14px;
    color: #c03;
    font-size: 1rem;
    line-height: 1.875;
    text-decoration: none;
    border: 1px solid #c03;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home__finance-btn a:after {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    right: -11px;
    bottom: -10px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .home__finance-btn a:hover {
    background-color: #c03;
    color: #fff
  }
  .home__finance-body {
    width: 100%;
    max-width: 832px;
    margin-bottom: 20px
  }
  .home__finance-body img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }
  .home__stock {
    position: relative;
    padding: 0 0 36px;
    background-color: #fceaea
  }
  .home__stock-inner {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px
  }
  .home__stock-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "title""img""btn";
    padding: 30px 10px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
  }
  .home__stock-head {
    width: 231px;
    margin-right: 52px
  }
  .home__stock-h2 {
    margin-left: 20px
  }
  .home__stock-h2 small {
    display: block;
    margin-bottom: 6px;
    font-size: .875rem;
    line-height: 1.7142857143
  }
  .home__stock-h2 span {
    display: block;
    margin-bottom: 6px;
    font-size: 1.75rem;
    line-height: 1.0714285714
  }
  .home__stock-h2:after {
    display: block;
    content: "";
    width: 124px;
    height: 19px;
    margin-left: 2px;
    margin-bottom: 18px;
    background-image: url(../images/icon_wave-4.svg)
  }
  .home__stock-btn {
    text-align: right;
    margin-right: 12px
  }
  .home__stock-btn a {
    position: relative;
    display: inline-block;
    padding: 3px 14px;
    color: #c03;
    font-size: 1rem;
    line-height: 1.875;
    text-decoration: none;
    border: 1px solid #c03;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home__stock-btn a:after {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    right: -11px;
    bottom: -10px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .home__stock-btn a:hover {
    background-color: #c03;
    color: #fff
  }
  .home__stock-body {
    width: 100%;
    max-width: 832px;
    margin-bottom: 20px
  }
  .home__stock-body img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }
  .home__company {
    position: relative;
    background-color: #fceaea;
    padding: 0 10px 36px
  }
  .home__company-inner {
    padding: 30px 10px
  }
  .home__company-inner:after {
    content: "";
    width: 140px;
    height: 54px;
    top: initial;
    bottom: 18px;
    left: 20px;
    margin-top: 0;
    background-image: url(../images/img_home-coral.png);
    background-size: contain
  }
  .home__company-head {
    display: grid;
    grid-template-columns: 144px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "title hibiscus""info info""map map""btn btn";
    margin-bottom: 0
  }
  .home__company-h2 {
    grid-area: title;
    padding-left: 11px
  }
  .home__company-h2 small {
    display: block;
    margin-bottom: 6px;
    font-size: .875rem;
    line-height: 1.7142857143
  }
  .home__company-h2 span {
    display: block;
    margin-bottom: 6px;
    font-size: 1.75rem;
    line-height: 1.0714285714
  }
  .home__company-h2:after {
    display: block;
    content: "";
    width: 124px;
    height: 19px;
    margin-left: 2px;
    margin-bottom: 18px;
    background-image: url(../images/icon_wave-4.svg)
  }
  .home__company-btn {
    grid-area: btn;
    margin-right: 12px;
    text-align: right
  }
  .home__company-btn a {
    position: relative;
    display: inline-block;
    padding: 3px 14px;
    color: #c03;
    font-size: 1rem;
    line-height: 1.875;
    text-decoration: none;
    border: 1px solid #c03;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .home__company-btn a:after {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    right: -11px;
    bottom: -10px;
    background-image: url(../images/icon_arrow_circle.svg)
  }
  .home__company-btn a:hover {
    background-color: #c03;
    color: #fff
  }
  .home__company-img-hibiscus {
    position: relative;
    grid-area: hibiscus;
    margin-right: -10px;
    text-align: right;
    z-index: 1
  }
  .home__company-img-hibiscus picture {
    position: relative
  }
  .home__company-img-hibiscus img {
    max-width: 167px
  }
  .home__company-info-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name img""address address";
    grid-area: info;
    padding: 10.8px 7.4px;
    margin-bottom: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 4px
  }
  .home__company-info-name {
    grid-area: name;
    color: #333;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5
  }
  .home__company-info-address {
    grid-area: address;
    font-size: .875rem;
    line-height: 1.5
  }
  .home__company-info-address br:nth-of-type(2) {
    display: none
  }
  .home__company-info-img {
    grid-area: img
  }
  .home__company-info-img img {
    max-width: 100%
  }
  .home__company-body {
    grid-area: map;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
  }
}
.company {
  background-color: #fceaea
}
.company .page__content-area {
  padding-bottom: 0
}
.company__message {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 50px
}
@media screen and (max-width:1190px) {
  .company__message {
    padding: 0 10px
  }
}
.company__message-box {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
}
.company__message-inner {
  display: grid;
  grid-template-areas: "title""msg""btn";
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}
.company__message-img {
  grid-area: img;
  width: 100%
}
.company__message-img img {
  width: 100%
}
.company__message-text-group {
  grid-area: title
}
.company__message-text-group-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.company__message-text-group-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.company__message-text-group-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  margin-bottom: 18px;
  background-image: url(../images/icon_wave-4.svg)
}
.company__message-text {
  grid-area: msg;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.625
}
.company__message-btn {
  grid-area: btn
}
.company__message-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.company__message-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.company__message-btn a:hover {
  opacity: .8
}
.company__overview {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 50px
}
@media screen and (max-width:1190px) {
  .company__overview {
    padding: 0 10px
  }
}
.company__overview-box {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .06);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, .06)
}
.company__overview-inner {
  display: grid;
  grid-template-areas: "title img""msg img""btn img";
  grid-template-columns: 50% 50%;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}
.company__overview-img {
  grid-area: img;
  width: 100%
}
.company__overview-img img {
  width: 100%
}
.company__overview-text-group {
  grid-area: title
}
.company__overview-text-group-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.company__overview-text-group-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.company__overview-text-group-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  margin-bottom: 18px;
  background-image: url(../images/icon_wave-4.svg)
}
.company__overview-text {
  grid-area: msg;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.625
}
.company__overview-btn {
  grid-area: btn
}
.company__overview-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.company__overview-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.company__overview-btn a:hover {
  opacity: .8
}
.company__info {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 50px
}
@media screen and (max-width:1190px) {
  .company__info {
    padding: 0 10px
  }
}
.company__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px
}
.company__info-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 374px;
  width: calc((100% - 60px)/3);
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center
}
.company__info-list-item a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.company__info-list-item a:hover {
  color: #c03;
  text-decoration: underline
}
.company__info-list-item a[aria-disabled=true] {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}
.company__info-list-item a[aria-disabled=true] .company__info-list-title {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .7
}
.company__info-list-item a[aria-disabled=true] .company__info-list-img:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/img_coming-soon_pc.png);
  background-size: 100%
}
.company__info-list-img {
  position: relative;
  width: 100%;
  padding-top: 51.7964071856%;
  margin-bottom: 30px
}
.company__info-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.company__info-list-title {
  margin-bottom: 10px
}
.company__info-list-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.company__info-list-title span:after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.company__governance {
  background-color: #fff;
  padding: 50px 0 60px
}
@media screen and (max-width:1190px) {
  .company__governance {
    padding: 50px 10px 60px
  }
}
.company__governance-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}
.company__governance-inner-h2 small {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5
}
.company__governance-inner-h2 span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1.5
}
.company__governance-inner-h2:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-left: 2px;
  margin-bottom: 18px;
  background-image: url(../images/icon_wave-4.svg)
}
.company__governance-btn {
  margin-bottom: 30px
}
.company__governance-btn a {
  position: relative;
  display: inline-block;
  padding: 3px 14px;
  color: #c03;
  font-size: 1rem;
  line-height: 1.875;
  text-decoration: none;
  border: 1px solid #c03;
  border-radius: 6px;
  -webkit-transition: .3s;
  transition: .3s
}
.company__governance-btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  right: -11px;
  bottom: -10px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.company__governance-btn a:hover {
  opacity: .8
}
.company__governance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 29px
}
.company__governance-list-item {
  width: calc((100% - 58px)/3);
  height: 164px;
  border: 1px solid #c03;
  border-radius: 20px;
  text-align: center
}
@media screen and (max-width:860px) {
  .company__governance-list-item {
    width: calc((100% - 29px)/2)
  }
}
.company__governance-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.company__governance-list-item a:hover {
  color: #c03;
  text-decoration: underline
}
.company__governance-list-item a[aria-disabled=true] {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}
.company__governance-list-item a[aria-disabled=true] .company__governance-list-icon {
  opacity: .5
}
.company__governance-list-item a[aria-disabled=true] .company__governance-list-title {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6
}
.company__governance-list-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.company__governance-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 238px;
  min-height: 40px;
  text-align: left
}
.company__governance-list-title span {
  display: inline-block;
  max-width: 208px;
  font-size: 1rem;
  line-height: 1.25
}
.company__governance-list-title:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 8px;
  background-image: url(../images/icon_arrow_circle.svg)
}
.company__officers {
  padding: 50px 0;
  background-color: #fceaea
}
@media screen and (max-width:1190px) {
  .company__officers {
    padding: 50px 10px
  }
}
.company__officers-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}
.company__officers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px
}
.company__officers-list-item {
  width: calc((100% - 60px)/3);
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center
}
.company__officers-list-item a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.company__officers-list-item a:hover {
  color: #c03;
  text-decoration: underline
}
.company__officers-img {
  position: relative;
  width: 100%;
  padding-top: 51.7964071856%;
  margin-bottom: 30px
}
.company__officers-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.company__officers-title {
  margin-bottom: 10px
}
.company__officers-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.company__officers-title span:after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_arrow_circle.svg)
}
@media screen and (max-width:767px) {
  .company__message {
    margin: 0 auto 36px;
    padding: 0 10px
  }
  .company__message-box {
    padding: 30px 10px 30px
  }
  .company__message-inner {
    grid-template-areas: "title""img""msg""btn";
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content max-content 1fr;
    grid-template-columns: 1fr;
    gap: 0
  }
  .company__message-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
  .company__message-img picture {
    display: block;
    width: 100%
  }
  .company__message-text-group h2 {
    margin-bottom: 20px
  }
  .company__message-text-group h2 small {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5
  }
  .company__message-text-group h2 span {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5
  }
  .company__message-btn {
    text-align: right;
    margin-right: 12px
  }
  .company__overview {
    margin: 0 auto 36px;
    padding: 0 10px
  }
  .company__overview-box {
    padding: 30px 10px 30px
  }
  .company__overview-inner {
    grid-template-areas: "title""img""msg""btn";
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content max-content 1fr;
    grid-template-columns: 1fr;
    gap: 0
  }
  .company__overview-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px
  }
  .company__overview-img picture {
    display: block;
    width: 100%
  }
  .company__overview-text-group h2 {
    margin-bottom: 20px
  }
  .company__overview-text-group h2 small {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5
  }
  .company__overview-text-group h2 span {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5
  }
  .company__overview-btn {
    text-align: right;
    margin-right: 10px
  }
  .company__info {
    margin: 0 auto 30px;
    padding: 0 10px
  }
  .company__info-list {
    display: block
  }
  .company__info-list-item {
    max-width: 100%;
    width: 100%;
    padding: 30px 10px 20px;
    margin-bottom: 30px
  }
  .company__info-list-item a[aria-disabled=true] .company__info-list-img:after {
    background-image: url(../images/img_coming-soon_sp.png);
    background-size: 100%
  }
  .company__info-list-img {
    padding-top: 56.25%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
  }
  .company__info-list-title {
    margin-bottom: 0
  }
  .company__governance {
    padding: 30px 10px 30px
  }
  .company__governance-inner {
    margin: 0 auto;
    padding: 0 10px
  }
  .company__governance-inner h2 {
    margin-bottom: 20px
  }
  .company__governance-inner h2 small {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5
  }
  .company__governance-inner h2 span {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5
  }
  .company__governance-btn {
    text-align: right
  }
  .company__governance-btn a {
    margin-right: 12px
  }
  .company__governance-list {
    display: block
  }
  .company__governance-list-item {
    width: 100%;
    height: 100px;
    margin-bottom: 20px
  }
  .company__governance-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 10px;
    color: #333;
    text-decoration: none
  }
  .company__governance-list-icon {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 87px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .company__governance-list-icon img {
    width: 40px
  }
  .company__governance-list-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    text-align: center
  }
  .company__governance-list-title span {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25
  }
  .company__governance-list-title:after {
    margin-left: 8px;
    min-width: 22px
  }
  .company__officers {
    padding: 30px 10px
  }
  .company__officers-list {
    display: block
  }
  .company__officers-list-item {
    max-width: 100%;
    width: 100%;
    padding: 30px 10px 20px;
    margin-bottom: 30px
  }
  .company__officers-list-item:last-of-type {
    margin-bottom: 0
  }
  .company__officers-img {
    padding-top: 56.25%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
  }
  .company__officers-title {
    margin-bottom: 0
  }
}
.message {
  background-color: #fceaea
}
.message .page__content-area {
  padding-top: 0;
  padding-bottom: 0
}
.message .page__content-area .page__content-inner {
  max-width: 976px;
  padding-top: 50px;
  padding-bottom: 50px
}
@media screen and (max-width:767px) {
  .message .page__content-area .page__content-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px
  }
}
.message .page__content-area .page__content-inner .page__contents-flex {
  display: block
}
.message .page__content-area .page__content-inner .page__contents-flex-right {
  width: 100%
}
.message .page__content-area .page__content-inner .page__contents-flex-right .page__p {
  font-size: 1.125rem;
  line-height: 2
}
.message .page__content-area .page__content-inner .page__contents-flex-right .page__p + .page__p {
  margin-top: 1rem
}
.message .page__content-area .page__content-inner .page__contents-flex-right .page__p.text__right {
  margin-top: 30px;
  text-align: right
}
.message .page__content-area .page__content-inner .page__contents-text-box .page__p {
  font-size: 1.125rem;
  line-height: 2
}
.message .page__content-area .page__content-inner .page__contents-text-box .page__p + .page__p {
  margin-top: 8px
}
.message .page__content-area .page__content-inner .page__contents-text-box .page__p.text__right {
  margin-top: 30px;
  text-align: right
}
@media screen and (max-width:767px) {
  .message .page__content-area .page__content-inner .page__contents-text-box .page__p {
    font-size: 1rem;
    line-height: 2
  }
}
.profile {
  background-color: #fceaea
}
.profile .page__content-area {
  padding-bottom: 0
}
.profile .page__content-area .page__content-inner {
  padding-top: 50px
}
@media screen and (max-width:767px) {
  .profile .page__content-area .page__content-inner {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px
  }
}
.profile .page__content-area table.profile__table {
  margin-bottom: 0
}
.profile .page__content-area table.profile__table th {
  width: 330px
}
.profile .page__content-area table.profile__table td span {
  display: inline-block;
  margin-right: 1rem
}
@media screen and (max-width:767px) {
  .profile .page__content-area table.profile__table {
    margin-bottom: 30px
  }
  .profile .page__content-area table.profile__table th {
    width: 113px
  }
}
.officers .page__content-area {
  padding-bottom: 0
}
.officers .page__content-area .page__content-inner {
  padding-top: 50px
}
@media screen and (max-width:767px) {
  .officers .page__content-area .page__content-inner {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px
  }
}
.officers .page__content-area table.officers__table {
  margin-bottom: 0
}
.officers .page__content-area table.officers__table th {
  width: 330px
}
.officers .page__content-area table.officers__table th span {
  display: inline-block
}
.officers .page__content-area table.officers__table td span {
  display: inline-block;
  margin-right: 1rem
}
.officers .page__content-area table.officers__table td span span {
  margin-right: 0
}
@media screen and (max-width:767px) {
  .officers .page__content-area table.officers__table {
    margin-bottom: 30px
  }
  .officers .page__content-area table.officers__table th {
    width: 113px
  }
}
@media screen and (max-width:450px) {
  .officers .page__content-area table.officers__table td span {
    display: block;
    margin-right: 0
  }
}
.organization {
  background-color: #fceaea
}
.organization .page__content-area {
  padding-bottom: 0
}
.organization .page__content-inner {
  padding-top: 50px
}
@media screen and (max-width:767px) {
  .organization .page__content-inner {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px
  }
}
.organization__img {
  text-align: center
}
.organization__img img {
  width: 100%;
  max-width: 100%
}
@media screen and (max-width:767px) {
  .organization__img img {
    max-width: 540px
  }
}
.governance .page__content-area {
  padding-bottom: 0
}
@media screen and (max-width:767px) {
  .governance .page__content-area {
    padding-top: 0
  }
}
@media screen and (max-width:767px) {
  .governance .page__content-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px
  }
}
.governance .page_p {
  font-size: 1rem;
  line-height: 1.625
}
.governance .page__btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 50px
}
@media screen and (max-width:767px) {
  .governance .page__btn {
    margin-bottom: 30px
  }
}
.governance .page__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.governance .page__btn a:hover {
  color: #c03;
  text-decoration: underline
}
.governance .page__btn a img {
  margin-left: 8px
}
.governance .page__btn + .page__h2 {
  margin-top: 50px
}
.governance .page__btn + .page__h3 {
  margin-top: 30px
}
.governance__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 29px
}
.governance__list-item {
  width: calc((100% - 58px)/3);
  height: 164px;
  border: 1px solid #c03;
  border-radius: 20px;
  text-align: center
}
@media screen and (max-width:860px) {
  .governance__list-item {
    width: calc((100% - 29px)/2)
  }
}
.governance__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.governance__list-item a:hover {
  color: #c03;
  text-decoration: underline
}
.governance__list-item a[aria-disabled=true] {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}
.governance__list-item a[aria-disabled=true] .governance__list-icon {
  opacity: .5
}
.governance__list-item a[aria-disabled=true] .governance__list-title {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6
}
.governance__list-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.governance__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 238px;
  min-height: 40px;
  text-align: left
}
.governance__list-title span {
  display: inline-block;
  max-width: 208px;
  font-size: 1rem;
  line-height: 1.25
}
.governance__list-title:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 8px;
  background-image: url(../images/icon_arrow_circle.svg)
}
@media screen and (max-width:767px) {
  .governance__list {
    display: block
  }
  .governance__list-item {
    width: 100%;
    height: 100px;
    margin-bottom: 20px
  }
  .governance__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 10px;
    color: #333;
    text-decoration: none
  }
  .governance__list-icon {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 87px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .governance__list-icon img {
    width: 40px
  }
  .governance__list-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    text-align: center
  }
  .governance__list-title span {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25
  }
  .governance__list-title:after {
    margin-left: 8px;
    min-width: 22px
  }
}
.privacyPolicy .page__content-area {
  padding-bottom: 0
}
@media screen and (max-width:767px) {
  .privacyPolicy .page__content-area {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
.terms .page__content-area {
  padding-bottom: 0
}
@media screen and (max-width:767px) {
  .terms .page__content-area {
    padding-top: 30px;
    padding-bottom: 30px
  }
}
.sitemap__list {
  margin: 0 auto;
  list-style: none
}
.sitemap__list-item a {
  position: relative;
  display: inline-block;
  min-width: 198px;
  padding-right: 28px;
  margin-bottom: 10px;
  color: #272727;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.sitemap__list-item a:hover {
  color: #c03;
  text-decoration: underline
}
.sitemap__list-item a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../images/icon_arrow_circle.svg)
}
.sitemap__list-item .sitemap__list-colum {
  display: grid;
  grid-template-areas: "li-1 li-2 li-3 li-4""li-5 li-6 li-7 li-4""li-8 li-9 blank-1 li-4""blank-2 blank-3 blank-4 li-4""li-10 li-11 blank-5 blank-6""li-12 li-13 li-14 li-14";
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content max-content max-content max-content max-content;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-left: 10px
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-1 {
  grid-area: li-1
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-2 {
  grid-area: li-2
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-3 {
  grid-area: li-3
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-4 {
  grid-area: li-4;
  margin-bottom: 20px
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-4 a {
  min-width: 208px;
  max-width: 273px
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-5 {
  grid-area: li-5
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-6 {
  grid-area: li-6
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-7 {
  grid-area: li-7
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-8 {
  grid-area: li-8
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-9 {
  grid-area: li-9
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-10 {
  grid-area: li-10;
  margin-bottom: 40px
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-11 {
  grid-area: li-11
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-12 {
  grid-area: li-12
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-13 {
  grid-area: li-13
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-14 {
  grid-area: li-14
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item a {
  min-width: 188px
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row {
  display: block;
  padding-left: 20px
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row .sitemap__list-item {
  display: block
}
.sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row .sitemap__list-item a {
  min-width: 188px
}
@media screen and (max-width:1100px) {
  .sitemap__list-item .sitemap__list-colum {
    display: grid;
    grid-template-areas: "li-1 li-2 li-3""li-5 li-6 li-7""li-8 li-9 blank-1""li-4 li-4 li-4""li-10 li-11 blank-5""li-12 li-13 blank-6""li-14 li-14 li-14";
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content max-content max-content max-content max-content;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 10px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-1 {
    grid-area: li-1
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-2 {
    grid-area: li-2
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-3 {
    grid-area: li-3
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-4 {
    grid-area: li-4
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-4 a {
    min-width: 208px;
    max-width: none
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-5 {
    grid-area: li-5
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-6 {
    grid-area: li-6
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-7 {
    grid-area: li-7
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-8 {
    grid-area: li-8
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-9 {
    grid-area: li-9
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-10 {
    grid-area: li-10;
    margin-bottom: 40px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-11 {
    grid-area: li-11
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-12 {
    grid-area: li-12
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-13 {
    grid-area: li-13
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-14 {
    grid-area: li-14
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item a {
    min-width: 188px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row {
    display: block;
    padding-left: 20px;
    margin-bottom: 40px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row .sitemap__list-item {
    display: block
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row .sitemap__list-item a {
    min-width: 188px
  }
}
@media screen and (max-width:767px) {
  .sitemap__list {
    max-width: 400px
  }
  .sitemap__list-item a {
    min-width: 100%;
    margin-bottom: 14px;
    font-size: .875rem;
    line-height: 1.5
  }
  .sitemap__list-item .sitemap__list-colum {
    display: grid;
    grid-template-areas: "li-1""li-2""li-3""li-4""li-5""li-6""li-7""li-8""li-9""li-10""li-11""li-12""li-14""li-13";
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content max-content;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 10px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-1 {
    grid-area: li-1
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-2 {
    grid-area: li-2
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-3 {
    grid-area: li-3
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-4 {
    grid-area: li-4;
    margin-bottom: 0
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-4 a {
    min-width: 100%
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-5 {
    grid-area: li-5
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-6 {
    grid-area: li-6
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-7 {
    grid-area: li-7
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-8 {
    grid-area: li-8
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-9 {
    grid-area: li-9
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-10 {
    grid-area: li-10;
    margin-left: -10px;
    margin-bottom: 0
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-11 {
    grid-area: li-11;
    margin-left: -10px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-12 {
    grid-area: li-12;
    margin-left: -10px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-13 {
    grid-area: li-13;
    margin-left: -10px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item.li-14 {
    grid-area: li-14;
    margin-left: -10px
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item a {
    min-width: 100%
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row {
    display: block;
    padding-left: 10px;
    margin-bottom: 0
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row .sitemap__list-item {
    display: block
  }
  .sitemap__list-item .sitemap__list-colum .sitemap__list-item .sitemap__list-row .sitemap__list-item a {
    min-width: 100%
  }
}
.news-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf
}
.news-list-item a {
  position: relative;
  display: grid;
  grid-template-columns: 116px auto 1fr;
  grid-template-areas: "date title new";
  font-size: 1rem;
  line-height: 1.875;
  color: #3b4043;
  text-decoration: none
}
.news-list-item a:hover .news-title {
  color: #c03;
  text-decoration: underline
}
.news-date {
  grid-area: date;
  font-size: .875rem;
  line-height: 2.1428571429
}
.news-title {
  grid-area: title;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s
}
.news-title-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.news-title:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 1rem;
  background-image: url(../images/icon_arrow_circle.svg)
}
.news-title.is__new:after {
  display: none
}
.news-new {
  grid-area: new;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
  color: #c03;
  font-size: .875rem;
  line-height: 2.1428571429
}
.news-new:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 1rem;
  background-image: url(../images/icon_arrow_circle.svg)
}

.news-new.pdf:after {
  display:none
}


@media screen and (max-width:767px) {
  .news-body {
    max-width: 640px;
    margin: 0 auto 20px
  }
  .news-list-item {
    padding: 9.5px 0;
    border-bottom: 1px solid #dfdfdf
  }
  .news-list-item a {
    grid-template-columns: auto 1fr;
    grid-template-areas: "date new""title title";
    font-size: 1rem;
    line-height: 1.875;
    color: #3b4043;
    text-decoration: none
  }
  .news-list-item a:hover .home__news-category {
    color: #fff
  }
  .news-list-item a:hover .home__news-category--financial {
    background-color: #9d5ca1
  }
  .news-list-item a:hover .home__news-category--event {
    background-color: #5776b2
  }
  .news-list-item a:hover .home__news-category--release {
    background-color: #c03
  }
  .news-date {
    grid-area: date;
    font-size: .875rem;
    line-height: 2.1428571429
  }
  .news-category {
    display: inline-block;
    min-width: 118px;
    margin-right: 10px;
    padding: 3px 6px;
    text-align: center;
    color: #9d5ca1;
    font-size: .75rem;
    line-height: 1.5;
    border: 1px solid #9d5ca1;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s
  }
  .news-category--financial {
    color: #9d5ca1;
    border: 1px solid #9d5ca1
  }
  .news-category--event {
    color: #5776b2;
    border: 1px solid #5776b2
  }
  .news-category--release {
    color: #c03;
    border: 1px solid #c03
  }
  .news-title {
    grid-area: title;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
  .news-title-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 10px;
    font-size: .875rem;
    line-height: 1.5
  }
  .news-title.is__new:after {
    display: inline-block
  }
  .news-new {
    grid-area: new;
    display: inline-block;
    margin-left: 14px;
    color: #c03;
    font-size: .875rem;
    line-height: 2.1428571429
  }
  .news-new:after {
    display: none
  }
}
body {
  min-width: 320px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}
a[aria-disabled=true] {
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .7
}
.sp-only {
  display: none
}
@media screen and (max-width:767px) {
  .sp-only {
    display: initial
  }
}
.page__header-area {
  position: relative;
  overflow: hidden
}
@media screen and (max-width:1190px) {
  .page__header-area {
    padding-left: 10px;
    padding-right: 10px
  }
}
.page .page__header-area {
  padding-top: 120px
}
.page-a .page__header-area {
  background-color: #fceaea
}
.page-c .page__header-area {
  background-color: #dfdfdf
}
.page__header-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1180px;
  margin: 5px auto 0
}
.page__header-breadcrumb ul li a {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  word-break: keep-all;
  color: #333;
  font-size: .75rem;
  line-height: 1.25;
  text-decoration: none;
  text-align: left;
  -webkit-transition: .3s;
  transition: .3s
}
.page__header-breadcrumb ul li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  top: 0;
  left: -18px;
  background-image: url(../images/icon_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center
}
.page__header-breadcrumb ul li a:hover {
  color: #c03;
  text-decoration: underline
}
.page__header-breadcrumb ul li span {
  font-size: .75rem;
  line-height: 1.25;
  color: #c03
}
.page__header-breadcrumb ul li:nth-of-type(1) a {
  margin-left: 0
}
.page__header-breadcrumb ul li:nth-of-type(1) a:before {
  display: none
}
.page__header-breadcrumb ul li.current span {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  text-align: left
}
.page__header-breadcrumb ul li.current span:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 15px;
  top: 0;
  left: -18px;
  background-image: url(../images/icon_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center
}
@media screen and (max-width:1023px) {
  .page__header-breadcrumb {
    display: none
  }
}
.page__header-inner {
  width: 100%;
  max-width: 1180px;
  min-height: 50px;
  padding: 0 0 50px;
  margin: 0 auto
}
.page__header-inner img {
  width: 100%
}
.page-a .page__header-inner {
  padding: 16px 0 50px
}
.page-b .page__header-inner {
  padding: 10px 0 50px;
  max-width: 100%
}
.page__h1-group {
  position: absolute;
  min-width: 450px;
  left: 0;
  top: 195px;
  padding-top: 14px;
  padding-bottom: 8px;
  padding-left: calc((100% - 1180px)/2);
  border-radius: 0 20px 20px 0;
  color: #fff;
  background-color: #c03
}
.page__h1-en {
  display: block;
  margin-left: 30px;
  font-size: 1rem;
  line-height: 1.5
}
.page__h1-ja {
  position: relative;
  display: block;
  min-width: 370px;
  margin-left: 30px;
  font-size: 2.25rem;
  line-height: 1.5
}
.page__h1-b {
  display: inline-block;
  position: relative;
  width: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: calc((100% - 1180px)/2);
  color: #fff;
  background-color: #c03;
  border-radius: 0 20px 20px 0
}
@media screen and (max-width:1190px) {
  .page__h1-b {
    padding-left: 0;
    margin-left: -10px
  }
}
.page__h1-b .page__h1-ja {
  max-width: 420px;
  font-size: 2rem;
  line-height: 1.125
}
.page__h1-b .page__h1-ja-sub {
  display: inline-block
}
.page__h1-c {
  position: relative;
  max-width: 536px;
  padding: 12px 30px;
  margin-left: calc((100% - 1180px)/2);
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  background-color: #898989
}
@media screen and (max-width:1180px) {
  .page__h1-c {
    margin-left: 0
  }
}
.page__h1-c .page__h1-ja {
  font-size: 1.5rem;
  line-height: 1.3333333333
}
.page__content-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 50px
}
@media screen and (max-width:1190px) {
  .page__content-inner {
    padding: 0 10px 50px
  }
}
@media screen and (max-width:767px) {
  .page__content-inner {
    padding: 0 20px 0
  }
}
.page__content-area {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  background-color: #fff;
  color: #333
}
.company .page__content-area {
  background-color: #fceaea
}
@media screen and (max-width:1023px) {
  .page__content-area {
    padding: 30px 0
  }
}
.page__content-area .page__h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 44px
}
.page__content-area .page__h2.wave {
  position: relative;
  margin-bottom: 20px
}
.page__content-area .page__h2.wave:after {
  display: block;
  content: "";
  width: 124px;
  height: 19px;
  margin-top: 6px;
  margin-left: 2px;
  background-image: url(../images/icon_wave-4.svg)
}
.page__content-area .page__h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 10px
}
.page__content-area .page__p {
  font-size: 1rem;
  line-height: 1.625
}
.page__content-area .page__p + .page__h2 {
  margin-top: 50px
}
.page__content-area .page__p + .page__h3 {
  margin-top: 30px
}
.page__content-area .page_ul {
  list-style: disc;
  padding-left: 1rem
}
.page__content-area .page_ul li {
  margin-left: -.5rem;
  margin-bottom: .2rem;
  font-size: 1rem;
  line-height: 1.625
}
.page__content-area .page_ol {
  list-style: decimal;
  padding-left: 1rem
}
.page__content-area .page_ol li {
  margin-left: -.5rem;
  margin-bottom: .2rem;
  font-size: 1rem;
  line-height: 1.625
}
.page__content-area .page__p a {
  color: #0072bc
}
.page__content-area .page__p.text__center {
  text-align: center
}
@media screen and (max-width:767px) {
  .page__content-area .page__p.text__center {
    text-align: left
  }
}
.page__content-area .page__btn {
  display: inline-block;
  margin-top: 20px
}
.page__content-area .page__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}
.page__content-area .page__btn a:hover {
  color: #c03;
  text-decoration: underline
}
.page__content-area .page__btn a img {
  margin-left: 8px
}
.page__content-area .page__btn + .page__h2 {
  margin-top: 50px
}
.page__content-area .page__btn + .page__h3 {
  margin-top: 30px
}
.page__content-area table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid #707070;
  font-size: 1rem;
  line-height: 1.625
}
.page__content-area table thead th {
  padding: 20px 20px 20px 30px;
  border: 1px solid #707070;
  text-align: left;
  vertical-align: middle
}
.page__content-area table thead td {
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 1px solid #707070;
  vertical-align: middle
}
.page__content-area table tbody th {
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 1px solid #707070;
  vertical-align: top
}
.page__content-area table tbody td {
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 1px solid #707070;
  vertical-align: middle
}
.page__content-flex {
  display: grid;
  grid-template-areas: "left right";
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  width: 100%;
  padding-bottom: 36px
}
.page__content-flex-left {
  grid-area: left
}
.page__content-flex-left img {
  width: 100%
}
.page__content-flex-left .page__p {
  font-size: 1rem;
  line-height: 1.625
}
.page__content-flex-left .page__p + .page__p {
  margin-top: 1rem
}
.page__content-flex-left .page__p.text__right {
  margin-top: 30px;
  text-align: right
}
.page__content-flex-right {
  grid-area: right
}
.page__content-flex-right img {
  width: 100%
}
.page__content-flex-right .page__p {
  font-size: 1rem;
  line-height: 1.625
}
.page__content-flex-right .page__p + .page__p {
  margin-top: 1rem
}
.page__content-flex-right .page__p.text__right {
  margin-top: 30px;
  text-align: right
}
.page__content-flex + .page__h2 {
  margin-top: 50px
}
.page__content-flex + .page__h3 {
  margin-top: 30px
}
@media screen and (max-width:767px) {
  .page__content-area .page__h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 40px
  }
  .page__content-area .page__h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 10px
  }
  .page__content-area .page__p + .page__h2 {
    margin-top: 30px
  }
  .page__content-area .page__btn {
    display: inline-block;
    margin-top: 20px
  }
  .page__content-area .page__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
  }
  .page__content-area .page__btn a:hover {
    color: #c03;
    text-decoration: underline
  }
  .page__content-area .page__btn + .page__h2 {
    margin-top: 30px
  }
  .page__content-area table {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625
  }
  .page__content-area table thead th {
    padding: 20px 10px 20px 10px;
    border: 1px solid #707070;
    text-align: center;
    vertical-align: middle
  }
  .page__content-area table thead td {
    padding: 20px 20px 20px 30px;
    text-align: left;
    border: 1px solid #707070;
    vertical-align: middle
  }
  .page__content-area table tbody th {
    padding: 20px 5px 20px 11px;
    text-align: left;
    border: 1px solid #707070;
    vertical-align: top
  }
  .page__content-area table tbody td {
    padding: 20px 5px 20px 11px;
    text-align: left;
    border: 1px solid #707070;
    vertical-align: top
  }
  .page__content-area table + .page__h2 {
    margin-top: 30px
  }
  .page__content-flex {
    display: grid;
    grid-template-areas: "left""right";
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    gap: 30px 0;
    width: 100%;
    padding-bottom: 30px
  }
  .page__content-flex-left {
    grid-area: left
  }
  .page__content-flex-left img {
    width: 100%
  }
  .page__content-flex-right {
    grid-area: right
  }
  .page__content-flex + .page__h2 {
    margin-top: 30px
  }
  .page__content-flex + .page__h3 {
    margin-top: 30px
  }
}
@media screen and (max-width:1023px) {
  .page__header-area {
    padding: 10px;
    background-color: #fceaea
  }
  .page .page__header-area {
    padding-top: 60px
  }
  .page-b .page__header-area {
    padding-top: 80px;
    padding-bottom: 21px;
    background-color: #fceaea
  }
  .page-c .page__header-area {
    padding-bottom: 21px;
    background-color: #dfdfdf
  }
  .page__header-inner {
    margin: 0 auto 30px
  }
  .page .page__header-inner {
    padding: 25px 0 30px;
    margin: 0 auto
  }
  .page-b .page__header-inner {
    margin: 0 auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
  }
  .page-b .page__header-inner:before {
    display: none
  }
  .page-b .page__header-inner:after {
    display: none
  }
  .page-c .page__header-inner {
    margin: 0 auto
  }
  .page__h1-group {
    min-width: 300px;
    left: 0;
    top: 105px;
    padding-top: 28px;
    padding-bottom: 23px;
    padding-left: 10px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    background-color: #c03
  }
  .page__h1-en {
    display: block;
    margin-left: 4px;
    font-size: .75rem;
    line-height: 1.5
  }
  .page__h1-ja {
    display: block;
    margin-left: 4px;
    min-width: auto;
    font-size: 1.875rem;
    line-height: 1.5
  }
  .page__h1-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 340px;
    min-height: 114px;
    padding-top: 18px;
    padding-bottom: 19px;
    margin: 0 0 0 -10px
  }
  .page__h1-b .page__h1-ja {
    margin-left: 15px;
    max-width: none;
    font-size: 1.6875rem;
    line-height: 1.3333333333
  }
  .page__h1-b .page__h1-ja-sub {
    font-size: 1.6875rem;
    line-height: 1.3333333333
  }
  .page__h1-c {
    position: relative;
    max-width: 308px;
    padding: 12px 30px;
    margin-left: auto;
    margin-right: -10px;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #898989
  }
  .page__h1-c .page__h1-ja {
    display: block;
    margin-left: 30px;
    font-size: 1.5rem;
    line-height: 1.3333333333
  }
}
@media screen and (max-width:767px) {
  .page__section--small {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
.page__section--large {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff
}
@media screen and (max-width:767px) {
  .page__section--large {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media screen and (max-width:767px) {
  .page__h1--b [class*=-ja] .only-sp {
    display: block
  }
}
.page__content-area-inner {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto
}
.page__content-area-inner > *:first-child {
  margin-top: 0
}
.page__content-area-inner > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}
@media screen and (max-width:1023px) {
  .sitemap__list-item--1 {
    margin-top: 0
  }
}
.top-message__box-img {
  padding: 0 15px 0 0 !important
}
@media screen and (max-width:767px) {
  .top-message__box-img {
    padding: 0 0 0 0 !important
  }
}
.top-message__box-text {
  padding: 0 0 0 15px !important
}
@media screen and (max-width:767px) {
  .top-message__box-text {
    padding: 32px 0 0 0 !important
  }
}
.top-message__p {
  font-size: 1rem;
  line-height: 2
}
.top-message__p + .top-message__p {
  margin-top: 8px
}
@media screen and (max-width:767px) {
  .page__h3 {
    font-size: 1.25rem;
    line-height: 1.5
  }
}
.page__p {
  font-size: 1rem;
  line-height: 1.625;
  text-align: justify
}
.page__p a {
  text-decoration: underline;
  color: #0a68b5
}
.page__p + p.page__p {
  margin-top: 1em
}
.page__p--right {
  margin-top: 50px !important;
  text-align: right
}
@media screen and (max-width:767px) {
  .page__p--right {
    margin-top: 30px !important
  }
}
.page__col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff
}
.top-message__box-inner.page__col-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #fff
}
.page__col-2 > div {
  position: relative
}
.page__col-2 > div:not(:has(img)) {
  padding: 30px
}
@media screen and (max-width:767px) {
  .page__col-2 > div:not(:has(img)) {
    padding: 20px
  }
}
.page__col-2 > div > *:first-child {
  margin-top: 0;
  padding-top: 0
}
.page__col-2 > [class$=-img] > img, .page__col-2 picture {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}
@media screen and (max-width:767px) {
  .page__col-2 {
    grid-template-columns: 1fr
  }
  .top-message__box-inner.page__col-2 {
    grid-template-columns: 1fr
  }
}
@media screen and (max-width:1023px) {
  .sitemap__list-item--1 {
    margin-top: 0
  }
}
.top-message__box-img {
  padding: 0 15px 0 0 !important
}
@media screen and (max-width:767px) {
  .top-message__box-img {
    padding: 0 0 0 0 !important
  }
}
.top-message__box-text {
  padding: 0 0 0 15px !important
}
@media screen and (max-width:767px) {
  .top-message__box-text {
    padding: 32px 0 0 0 !important
  }
}
.top-message__p {
  font-size: 1rem;
  line-height: 2
}
.top-message__p + .top-message__p {
  margin-top: 8px
}
.top-message__box-img img {
  max-width: 100%
}
a[href^="tel:"] {
  color: #0a68b5
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333 !important;
    text-decoration: none !important;
  }
}