@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;subset=japanese");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* normalize */
@import url(vendor/common.css);
@import url(vendor/slick.css);
html {
  visibility: hidden;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

@media (min-width: 1080px) {
  html {
    width: calc(100vw - 15px);
  }
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #f0f0f0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  color: #171a1d;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6em;
  }
}

@media (min-width: 1080px) {
  body {
    padding-left: 85px;
  }
}

main {
  overflow: hidden;
}

@media (max-width: 1079px) {
  main {
    margin-top: 50px;
  }
}

figure,
picture {
  margin: 0;
  text-align: center;
}

figure img,
picture img {
  max-width: 100%;
  height: auto;
}

figure figcaption,
picture figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #000e29;
  transition: all 0.3s;
}

a:hover {
  color: #000e29;
  text-decoration: none;
}

.highlight a {
  color: #171a1d;
}

.highlight a:hover {
  color: #000e29;
}

a:not([class]) img,
a.swipebox img {
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
  line-height: 2;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main section {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -0.4em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #171a1d;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(0, 14, 41, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #000e29;
  background: rgba(0, 14, 41, 0.05);
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 2;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .container {
    padding: 0;
  }
}

.highlight {
  padding: 4% 0;
  background: rgba(0, 14, 41, 0.1);
  color: #171a1d;
}

.highlight.round {
  border-radius: 10px;
}

p.highlight,
.col.highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 1080;
}

@media (min-width: 768px) {
  .d-flex {
    display: flex !important;
  }
  .row.flex-wrap {
    flex-wrap: wrap;
  }
  .row.flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
}

.column_main .col p + *:not(p),
.column_main .col table + *:not(p) {
  margin-top: 40px;
}

.list01 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.list01 li {
  position: relative;
  padding-left: 15px;
  font-size: 1.5rem;
}

.list01 li:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .list01 li {
    font-size: 1.7rem;
  }
}

.list01 li:after {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #384152;
}

@media (max-width: 767px) {
  .list01 li:after {
    top: 7px;
  }
}

.numlist {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.numlist li {
  margin-bottom: 30px;
  position: relative;
  vertical-align: text-top;
  padding-left: 45px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .numlist li {
    font-size: 1.7rem;
  }
}

.numlist li:not(:last-child) {
  margin-bottom: 30px;
}

.numlist li:before {
  font-family: "Oswald", serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  counter-increment: item;
  content: "0" counter(item);
  font-weight: 500;
  color: #959daa;
  font-size: 3.2rem;
}

@media (min-width: 768px) {
  .numlist li:before {
    font-size: 3.6rem;
  }
}

.checklist {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .checklist.list-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .checklist.list-2 li {
    width: 48%;
    margin-bottom: 4% !important;
  }
  .checklist.list-2 li:nth-child(even) {
    margin-left: 4%;
  }
  .checklist.list-2 li:last-child {
    margin-bottom: 0 !important;
  }
  .checklist.list-2 li:nth-last-of-type(2) {
    margin-bottom: 0 !important;
  }
}

.checklist li {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 55px;
}

@media (max-width: 767px) {
  .checklist li {
    font-size: 1.8rem;
  }
}

.checklist li:not(:last-child) {
  margin-bottom: 10px;
}

.checklist li small {
  font-size: 72%;
  display: block;
  font-weight: normal;
}

.checklist li:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 35px;
  background: url(../img/check_icn.svg) no-repeat;
}

.text-continue {
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}

.text-continue .text-inner {
  position: relative;
  margin-bottom: 80px;
}

.text-continue .text {
  height: 150px;
  overflow: hidden;
}

.text-continue .show_more,
.text-continue .show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
  cursor: pointer;
  transition: bottom 0.2s;
}

.text-continue .show_more.active .show-btn span:before,
.text-continue .show_more2.active .show-btn span:before {
  transform: rotate(0deg) !important;
}

.text-continue .show_more .show-btn,
.text-continue .show_more2 .show-btn {
  padding: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
  max-width: 480px;
  border: 1px solid #384152;
  cursor: pointer;
}

.text-continue .show_more .show-btn span,
.text-continue .show_more2 .show-btn span {
  position: relative;
  padding-left: 40px;
}

.text-continue .show_more .show-btn span:after,
.text-continue .show_more2 .show-btn span:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #384152;
  transition: 0.5s;
  border: none;
}

.text-continue .show_more .show-btn span:before,
.text-continue .show_more2 .show-btn span:before {
  transform: rotate(90deg);
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #384152;
  transition: 0.5s;
  border: none;
}

.text-continue .active {
  background: none;
  bottom: 0;
}

.gf-oswald {
  font-family: "Oswald", serif;
}

.title {
  margin: 15px 0;
  line-height: 1.2;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .title {
    font-size: 2rem;
  }
}

.globalHeader {
  background: #444a55;
  color: #171a1d;
  font-size: 14px;
  width: calc(100vw - 15px);
}

@media (min-width: 1080px) {
  .globalHeader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vw;
    width: 85px;
  }
}

@media (max-width: 1079px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1079px) {
  .globalHeader {
    background: #444a55;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}

.globalHeader .container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 50px;
  max-width: 100%;
}

@media (min-width: 1080px) {
  .globalHeader .container {
    height: 100vh;
    padding-top: 238px;
    border-bottom: 8px solid #31363e;
  }
}

@media (max-width: 1079px) {
  .globalHeader .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.globalHeader .container .globalHeader_top {
  width: 98%;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .globalHeader .container .globalHeader_top {
    margin-left: 30px;
  }
}

@media (max-width: 1079px) {
  .globalHeader .container {
    height: 50px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 215px;
  height: 32px;
  margin: 0;
}

@media (min-width: 1080px) {
  .globalHeader .header_logo {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .globalHeader .header_logo {
    width: 215px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 215px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
}

.global_nav {
  width: auto;
  list-style-position: inherit;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: fixed;
  top: 50px;
  left: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 56;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.global_nav::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1080px) {
  .global_nav {
    width: calc(100% - 15px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-left: 85px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.global_nav > .drawer-content {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  width: 100%;
  height: 100%;
  display: block;
  background: #000e29;
  width: 80vw;
  max-width: 400px;
  overflow: auto;
  padding: 30px;
}

.global_nav > .drawer-content::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1080px) {
  .global_nav > .drawer-content {
    max-width: 1150px;
    display: flex;
    align-items: flex-start;
    padding: 4%;
  }
  .global_nav > .drawer-content .info-box {
    flex: 1.1;
    margin-right: 9%;
  }
  .global_nav > .drawer-content .link-box {
    flex: 1.9;
  }
}

@media (max-width: 767px) {
  .global_nav > .drawer-content {
    width: 100%;
    max-width: none;
  }
}

.global_nav > .drawer-content .info-box .drawer-logo {
  text-align: left;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .global_nav > .drawer-content .info-box .drawer-logo img {
    max-width: 80%;
  }
}

.global_nav > .drawer-content .info-box .list-language {
  border-top: 1px solid rgba(217, 217, 217, 0.4);
  padding-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 1079px) {
  .global_nav > .drawer-content .info-box .list-language {
    display: flex;
    align-items: center;
  }
}

.global_nav > .drawer-content .info-box .list-language .title {
  display: block;
  font-size: 1.5rem;
  margin-right: 15px;
  font-weight: bold;
  color: #d9d9d9;
}

@media (min-width: 1080px) {
  .global_nav > .drawer-content .info-box .list-language .title {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.global_nav > .drawer-content .info-box .list-language ul {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 1079px) {
  .global_nav > .drawer-content .info-box .list-language ul {
    display: flex;
    align-items: center;
  }
}

.global_nav > .drawer-content .info-box .list-language ul li:not(:last-child) {
  margin-right: 15px;
}

.global_nav > .drawer-content .info-box .list-language ul li a {
  font-size: 1.3rem;
  color: #d9d9d9;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.05em;
}

@media (min-width: 1080px) {
  .global_nav > .drawer-content .info-box .list-language ul li a {
    font-size: 1.6rem;
  }
}

.global_nav > .drawer-content .info-box .list-language ul li a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 2px solid #d9d9d9;
}

.global_nav > .drawer-content .info-box .list-language ul li a.select-language:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: #d9d9d9;
}

.global_nav > .drawer-content .link-box {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.global_nav > .drawer-content .link-box::-webkit-scrollbar {
  display: none;
}

.global_nav > .drawer-content .link-box > ul {
  padding-left: 0;
  list-style: none;
  width: 48%;
  margin-bottom: 30px;
}

.global_nav > .drawer-content .link-box > ul li.title {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .global_nav > .drawer-content .link-box > ul li.title {
    font-size: 2.2rem;
  }
}

.global_nav > .drawer-content .link-box > ul li.title span {
  color: #d9d9d9;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.global_nav > .drawer-content .link-box > ul li.title a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  transition: 0.2s;
}

.global_nav > .drawer-content .link-box > ul li.title a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.global_nav > .drawer-content .link-box > ul li:not(.title) a {
  color: #d9d9d9;
  text-decoration: underline;
  padding: 0.3em 0;
  transition: all 0.3s;
  display: table;
  color: #d9d9d9;
  position: relative;
}

.global_nav > .drawer-content .link-box > ul li:not(.title) a:hover {
  opacity: 0.8;
}

.global_nav > .drawer-content .link-box > ul:first-child a:before {
  content: none;
}

.global_nav.open {
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 50px;
  background: rgba(0, 14, 41, 0.9);
}

@media (min-width: 1080px) {
  .global_nav.open {
    top: 0;
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  cursor: pointer;
  width: 100px;
  height: 100%;
  background: #000e29;
}

@media (min-width: 1080px) {
  #headerToggle {
    height: 238px;
    bottom: auto;
    overflow: hidden;
  }
}

#headerToggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 41px;
  height: 2px;
  background-color: #d9d9d9;
  transition: all 0.3s;
}

@media (min-width: 1080px) {
  #headerToggle span {
    width: 51px;
    left: 33%;
    right: auto;
  }
}

#headerToggle span:nth-of-type(1) {
  top: 10px;
}

@media (min-width: 1080px) {
  #headerToggle span:nth-of-type(1) {
    top: 41%;
  }
}

#headerToggle span:nth-of-type(2) {
  top: 16px;
}

@media (min-width: 1080px) {
  #headerToggle span:nth-of-type(2) {
    top: 45%;
  }
}

#headerToggle span:nth-of-type(3) {
  top: 22px;
}

@media (min-width: 1080px) {
  #headerToggle span:nth-of-type(3) {
    top: 49%;
  }
}

#headerToggle .drawer-txt {
  width: 100%;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: normal;
  display: block;
  color: #d9d9d9;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.11em;
}

@media (min-width: 1080px) {
  #headerToggle .drawer-txt {
    top: 52%;
    left: 8%;
    right: auto;
    font-size: 1.6rem;
  }
}

#headerToggle.active span {
  width: 50px;
  background-color: white;
}

#headerToggle.active span:nth-of-type(1) {
  top: 15px;
  transform: rotate(-19deg);
}

@media (min-width: 1080px) {
  #headerToggle.active span:nth-of-type(1) {
    top: 45%;
  }
}

#headerToggle.active span:nth-of-type(2) {
  display: none;
}

#headerToggle.active span:nth-of-type(3) {
  bottom: 32px;
  top: auto;
  transform: rotate(19deg);
}

@media (min-width: 1080px) {
  #headerToggle.active span:nth-of-type(3) {
    top: 45% !important;
    bottom: auto !important;
  }
}

#headerToggle.active .drawer-txt {
  top: 28px;
}

@media (min-width: 1080px) {
  #headerToggle.active .drawer-txt {
    top: 52%;
  }
}

@media (max-width: 1079px) {
  .list-sns {
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1080px) {
  .list-sns {
    border-top: 1px solid rgba(217, 217, 217, 0.4);
    margin: 0 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}

.list-sns .title {
  font-size: 1.5rem;
  margin-right: 15px;
  font-weight: bold;
  color: #d9d9d9;
  display: block;
}

@media (min-width: 1080px) {
  .list-sns .title {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    text-align: center;
    padding: 1em 0;
    margin: 0;
  }
}

.list-sns ul {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 1079px) {
  .list-sns ul {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1080px) {
  .list-sns ul li {
    text-align: center;
  }
  .list-sns ul li img {
    padding-right: 5px;
    padding-bottom: 15px;
  }
}

@media (max-width: 1079px) {
  .list-sns ul li:not(:last-child) {
    margin-right: 15px;
  }
}

footer {
  border-top: 2px solid #c7c7c7;
  border-bottom: 5px solid #31363e;
  position: relative;
  padding: 40px 0 40px 60px;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer {
    padding: 1.5em 0 1.5em 1em;
  }
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li + li {
  border-top: 1px solid rgba(0, 14, 41, 0.3);
}

footer .fNav ul li a {
  display: block;
  padding: 1em 15px;
  text-decoration: none;
}

footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

@media (max-width: 767px) {
  footer ul {
    border-top: 1px solid rgba(0, 14, 41, 0.3);
  }
  footer ul li > ul {
    border-top: 1px solid rgba(0, 14, 41, 0.3);
  }
  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }
  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  footer .fNav {
    margin-bottom: 5%;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li a {
    padding: 0.2em 1em 0.2em 1em !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #000e29;
    border-right: solid 2px #000e29;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  footer .fNav ul li > ul {
    padding-left: 0.2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #000e29;
    border-radius: 50%;
    margin-top: -2px;
  }
  footer .fNav ul li > ul .sub-menu {
    padding-left: 1em;
  }
  footer .fNav ul li > ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #000e29;
    border-radius: 0;
    transform: rotate(0);
  }
}

.copy_right {
  letter-spacing: 0.08em;
  color: #000e29;
  font-size: 1.2rem;
  margin: 0;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

footer {
  background: #e2e4e6;
  color: #171a1d;
}

footer a {
  color: #171a1d;
}

footer a:hover {
  color: #171a1d;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 1.3rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 22px;
  margin-right: 10px;
}

.bread ul li a {
  text-decoration: underline;
  color: #000e29;
}

.bread ul li a:hover {
  color: #000e29;
  text-decoration: underline;
}

.bread ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #959daa;
  width: 11px;
  height: 10px;
  background: url(../img/bread-icn.svg) no-repeat;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button {
  font-weight: bold;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #384152 1px solid;
  border-radius: 4px;
  line-height: 1;
  background: #384152;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s;
  font-size: 1.6rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}

.button:hover {
  background: #000510;
  color: white;
  border-color: #000510;
}

.button.arrow {
  font-size: 1.6rem;
}

.button.arrow span {
  position: relative;
  padding-left: 35px;
}

.button.arrow span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: #fff;
  transition: 0.2s;
  border-radius: 50%;
}

.button.arrow span:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #384152;
  border-right: 1px solid #384152;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.button.arrow:hover {
  border: 1px solid #000e29;
}

.highlight .button {
  color: white;
}

.highlight .button:hover {
  color: white;
}

.button.inverse {
  background: #e2e4e6;
  border-color: #e2e4e6;
  color: #000e29;
}

.button.inverse span:before {
  border-color: #fff;
}

.button.inverse span:after {
  background: #384152;
}

.button.inverse:hover {
  background: #000e29;
  color: #fff;
}

.button.inverse:hover span:before {
  border-color: #384152;
}

.button.inverse:hover span:after {
  background: #fff;
}

.button.inverse:hover:after {
  border-color: #fff;
}

.button.block {
  display: block;
  min-width: 100%;
}

.button.small {
  padding: 0.6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow {
  padding-right: 2.5em;
}

.button + .button {
  margin-left: 0.5em;
}

.text-link {
  display: table;
  text-decoration: underline !important;
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}

.text-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: #384152;
  transition: 0.2s;
  border-radius: 50%;
}

.text-link:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}

.text-link:hover:after {
  background: #fff;
}

.text-link:hover:before {
  border-color: #384152;
}

a.text-under {
  text-decoration: underline !important;
}

.img-link-text {
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.img-link-text.in-text {
  position: relative;
}

.img-link-text.in-text figcaption {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 41%;
  height: calc(100% - 50px);
  font-weight: bold;
  line-height: 1.8;
  color: #171a1d;
  display: flex;
  align-items: center;
}
.img-link-text.in-text figcaption span{
 width: 100%;
 background: rgba(255,255,255,0.5);
 padding: 30px;
 padding-right: 10px;
}

@media (min-width: 768px) {
  .img-link-text.in-text figcaption {
    font-size: 2.4rem;
  }
}
@media (min-width: 1081px) and (max-width: 1220px) {
 .img-link-text.in-text figcaption {
   font-size: 2.0rem;
 }
}
@media (min-width: 901px) and (max-width: 1080px) {
  .img-link-text.in-text figcaption {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
 .img-link-text.in-text figcaption {
   font-size: 1.8rem;
 }
}
@media (max-width: 767px){
 .img-link-text.in-text {
  margin-bottom: 10px;
 }
}
.in-text-p{
 margin-top: 0;
 font-size: 1.8rem;
}

.img-link-text.in-text a span{
 position: relative;
 z-index: 10;
}
.img-link-text a {
  text-decoration: none;
  display: block;
}

.img-link-text a:hover {
  color: #fff;
}

.img-link-text a:hover img {
  opacity: 0.8;
}

.img-link-text a:hover .text-content {
  background: #384152;
}

.img-link-text a:hover .text-content img {
  opacity: 1;
}

.img-link-text a:hover .text-content .text {
  color: #fff;
}

.img-link-text a:hover .text-content .text:before {
  border-color: #384152;
}

.img-link-text a:hover .text-content .text:after {
  background: #fff;
}

.img-link-text .text-content {
  border-radius: 0 0 4px 4px;
  display: block;
  margin: auto;
  width: 100%;
  padding: 13px 0;
  background: #e2e4e6;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.2s;
}

.img-link-text .text-content .text {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
  font-weight: bold;
}

.img-link-text .text-content .text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: #384152;
  transition: 0.2s;
  border-radius: 50%;
}

.img-link-text .text-content .text:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.img-link {
  position: relative;
  margin-bottom: 20px;
}

.img-link:after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  top: 10px;
  left: 10px;
  margin: auto;
  background: url(../img/pickup_icn.svg) no-repeat;
}

@media (max-width: 767px) {
  .img-link:after {
    width: 20px;
    height: 20px;
    background: url(../img/pickup_icn.svg) no-repeat center/20px;
  }
}

.img-link img {
  border-radius: 5px;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }
  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }
  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category {
  display: inline-block;
  background: #000e29;
  color: white;
  padding: .2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .news > div .heading {
    width: 23.5%;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
}

.qa h3.question {
  font-weight: bold;
  font-size: 1.7rem;
  border: none;
}

.qa .question {
  position: relative;
  margin-bottom: 0;
  padding: 1em 60px 1em 1.5em;
  background-color: #fff;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.qa .question:not(:first-of-type) {
  margin-top: 30px;
}

.qa .question:after {
  content: none;
}

.qa .question:before {
  content: none;
}

.qa .question.open:before {
  transform: rotate(0deg) !important;
}

.qa .answer {
  padding: 0 1.5em 1.5em 1.5em;
  background-color: #fff;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.qa.qa_active .question {
  cursor: pointer;
}

.qa.qa_active .question:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  right: 1.5em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #384152;
  transition: 0.5s;
  border: none;
}

.qa.qa_active .question:before {
  transform: rotate(90deg);
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  right: 1.5em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #384152;
  transition: 0.5s;
  border: none;
}

.qa.qa_active .answer {
  display: none;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.qa.qa-open .question:hover {
  background-color: #fff;
}

.qa.qa-open .question:after {
  display: none;
}

.qa.qa-open .answer {
  display: block;
}

.highlight .qa .question {
  background: white;
}

.shopinfo figure, .shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #000e29;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure, .shopinfo picture {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols.sp_col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col2 .col {
    width: 50%;
    padding: 0 1%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em 0.3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  table td {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}

.table-default {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #384152;
  border-collapse: unset;
}

.table-default th, .table-default td {
  vertical-align: text-top;
}

.table-default thead th,
.table-default thead td {
  background: #384152;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .table-default thead th,
  .table-default thead td {
    font-size: 1.3rem;
  }
}

.table-default tbody tr:last-child th,
.table-default tbody tr:last-child td {
  border-bottom: none;
}

.table-default td,
.table-default th {
  border-bottom: 1px solid #d3d3d3;
}

.table-default th {
  background: #f0f0f0;
  color: #171a1d;
}

.table-default td {
  background: #fff;
}

.table-default td:nth-of-type(even) {
  background: #f0f0f0;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #d3d3d3;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}

.table-schedule thead th {
  background: #f0f0f0;
}

.table-schedule tbody th {
  background: #f0f0f0;
}

.table-schedule td {
  background: transparent;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 1000px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 1000px;
  }
  .responsive-scroll-container table {
    width: 1000px;
    margin: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #000e29;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(0, 14, 41, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #001f5c;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(0, 31, 92, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #171a1d;
  border: 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #000e29;
}

table.table-default.typeC th {
  background: #f0f0f0;
  color: #171a1d;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #f0f0f0 solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(0, 14, 41, 0.1) solid;
}

@media (max-width: 1200px) {
  .scroll-table-content {
    padding: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .scroll-table-content .scroll-table {
    width: 800px;
  }
  .scroll-table-content .scroll-table .sticky-cell {
    position: sticky;
    left: 0;
    min-width: 60px;
    width: 60px;
  }
  .scroll-table-content .scroll-table tbody th:not([rowspan]) {
    left: 80px;
  }
  .scroll-table-content .scroll-table tbody th:not([rowspan]).p0 {
    left: 0 !important;
  }
}

@media (max-width: 767px) {
  .scroll-table-content .sticky-cell {
    position: sticky;
    left: 0;
    min-width: 55px;
    width: 55px;
  }
  .scroll-table-content thead tr th:first-child {
    width: 110px !important;
  }
  .scroll-table-content tbody th:not([rowspan]) {
    left: 55px !important;
  }
  .scroll-table-content tbody th:not([rowspan]).p0 {
    left: 0 !important;
  }
}

.scroll-table-content .scroll-table thead tr th {
  border-bottom: 1px solid #384152;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}

.scroll-table-content .scroll-table thead tr th[colspan], .scroll-table-content .scroll-table thead tr th[rowspan] {
  font-size: 1.3rem;
  background: #384152 !important;
}

.scroll-table-content .scroll-table thead tr th[colspan] {
  border-left: 1px solid #fff;
}

.scroll-table-content .scroll-table thead tr th[rowspan] {
  border-left: none;
  text-align: left;
}

.scroll-table-content .scroll-table thead tr.quarter-num th {
  color: #101010;
}

.scroll-table-content .scroll-table thead tr.quarter-num th:nth-of-type(odd) {
  background: #f0f0f0;
}

.scroll-table-content .scroll-table thead tr.quarter-num th:nth-of-type(even) {
  background: #ffffff;
}

.scroll-table-content .scroll-table tbody tr th,
.scroll-table-content .scroll-table tbody tr td {
  vertical-align: middle !important;
  line-height: 1.2;
  padding: 0 1em;
  height: 40px;
}

.scroll-table-content .scroll-table tbody tr th {
  text-align: left;
  font-size: 1.1rem;
  background: #fff;
}

.scroll-table-content .scroll-table tbody tr th:not([rowspan]):not(.bg-gray) {
  border-right: 1px solid #384152;
}

.scroll-table-content .scroll-table tbody tr th[rowspan] {
  padding-top: 1.3em;
  vertical-align: text-top;
  font-weight: 600;
  background: #f0f0f0 !important;
}

.scroll-table-content .scroll-table tbody tr th.bg-gray {
  background: #f0f0f0 !important;
}

.scroll-table-content .scroll-table tbody tr td {
  text-align: right;
  font-size: 1.1rem;
}

.scroll-table-content .scroll-table tbody tr td:nth-of-type(odd) {
  background: #f0f0f0;
}

.scroll-table-content .scroll-table tbody tr td:nth-of-type(even) {
  background: #ffffff;
}

@media (max-width: 767px) {
  .modaal-content-container .responsive-scroll-inner {
    padding: 0;
  }
}

@media (max-width: 999px) {
  .modaal-content-container .responsive-scroll-container {
    width: 0;
  }
}

.page-title-inner {
  margin-top: 0;
}

h1:not(.header_logo) {
  line-height: 1.2;
  word-break: break-all;
  text-align: left;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 5% 60px 0;
  color: #384152;
  margin: 0 0 60px;
  border-bottom: 1px solid #c7c7c7;
}

h1:not(.header_logo) span {
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-family: "Oswald", serif;
  display: block;
  font-size: 9rem;
}

@media (max-width: 1079px) {
  h1 span {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    padding-bottom: 40px;
    margin: 0 0 40px;
    font-size: 2.4rem;
  }
  h1:not(.header_logo) span {
    line-height: 0.9;
    font-size: 5rem;
  }
}

h2 {
  display: block;
  margin: 0 auto 40px;
  position: relative;
  text-align: left;
  border: 0;
  font-weight: 500;
  font-size: 3.4rem;
  color: #171a1d;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

h2 a {
  text-decoration: none;
  color: #384152;
}

h2 a:hover {
  text-decoration: underline;
  color: #384152;
}

h2 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 1em;
}

h2 span.num {
  line-height: 1.1;
  padding: 0;
  margin: 0;
  color: #f0f0f0;
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Oswald", serif;
  text-shadow: 1px 1px 0px #000e29, -1px 1px 0px #000e29,
 1px -1px 0px #000e29, -1px -1px 0px #000e29, 1px 0px 0px #000e29,
 0px 1px 0px #000e29, -1px 0px 0px #000e29, 0px -1px 0px #000e29;
}

@media (min-width: 768px) {
  h2 span.num {
    padding-right: 0.2em;
    display: inline-block;
  }
}

h3 {
  margin: 0 0 50px;
  padding-bottom: 0.5em;
  color: #384152;
  font-size: 2.4rem;
  position: relative;
  font-weight: 500;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
}

h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 68px;
  height: 1px;
  background: #384152;
  z-index: 2;
}

h4 {
  margin: 0 0 1em;
  font-size: 2rem;
  position: relative;
  color: #384152;
  font-weight: bold;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
  }
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

.main_visual {
  position: relative;
}

@media (max-width: 767px) {
  .main_visual {
    margin-top: 50px;
  }
}

.main_visual .main_visual_slick, .main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture, .main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 86%!important;
}

@media (min-width: 1000px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 860px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 44.79167%!important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 114.66667%!important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: 0;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #000e29;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 .5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev, .main_visual .swiper-button-next {
  background: #000e29;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev, .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000e29;
  margin: 0 5px;
  outline-color: transparent;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #000e29;
  color: #fff;
  background: #000e29;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 1.8rem;
  }
}

.more a.inverse {
  border: 1px solid #000e29;
  color: #000e29;
  background: #fff;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #8d8d8d;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: #001f5c;
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
  width: 100%;
}

@media (min-width: 1080px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    transform: translate(0, -50%) rotate(135deg);
    transition: .2s;
  }
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

@media (min-width: 1080px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #8d8d8d solid 1px;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: #002876;
}

@media (max-width: 1079px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
  display: none;
}

.pagetop {
  position: absolute;
  top: -40px;
  right: 5%;
  z-index: 50;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background: #e2e4e6;
  border: 2px solid #c7c7c7;
  border-bottom: none;
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 46px;
  height: 30px;
  background: url(../img/pagetop.svg) no-repeat;
  transform: translate(-50%, -40%);
  transition: 0.2s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.lead {
  color: #000e29;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #000e29 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 2rem;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 1079px) {
  .sp-hide02,
  .pc-only02,
  .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .pc-hide02,
  .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs10 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 10px;
}

@media (max-width: 767px) {
  .sp-fs10 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 10px !important;
  }
}

.fs11 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 11px;
}

@media (max-width: 767px) {
  .sp-fs11 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 11px !important;
  }
}

.fs12 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 12px !important;
  }
}

.fs13 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 13px !important;
  }
}

.fs14 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 14px !important;
  }
}

.fs15 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 15px !important;
  }
}

.fs16 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 16px !important;
  }
}

.fs17 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 17px !important;
  }
}

.fs18 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 18px !important;
  }
}

.fs19 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 19px !important;
  }
}

.fs20 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 20px !important;
  }
}

.fs21 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 21px !important;
  }
}

.fs22 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 22px !important;
  }
}

.fs23 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 23px !important;
  }
}

.fs24 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 24px !important;
  }
}

.fs25 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 25px !important;
  }
}

.fs26 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 26px !important;
  }
}

.fs27 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 27px !important;
  }
}

.fs28 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 28px !important;
  }
}

.fs29 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 29px !important;
  }
}

.fs30 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 30px !important;
  }
}

.fs31 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 31px !important;
  }
}

.fs32 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 32px !important;
  }
}

.fs33 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 33px !important;
  }
}

.fs34 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 34px !important;
  }
}

.fs35 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 35px !important;
  }
}

.fs36 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 36px !important;
  }
}

.fs37 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 37px !important;
  }
}

.fs38 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 38px !important;
  }
}

.fs39 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 39px !important;
  }
}

.fs40 {
  color: #000e29;
  line-height: 1.8 !important;
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    color: #000e29;
    line-height: 1.8 !important;
    font-size: 40px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-10 {
  margin-top: 10em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mbpx-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2em;
}

.mbpx-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3em;
}

.mbpx-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4em;
}

.mbpx-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5em;
}

.mbpx-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6em;
}

.mbpx-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7em;
}

.mbpx-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8em;
}

.mbpx-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9em;
}

.mbpx-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10em;
}

.mbpx-10 {
  margin-bottom: 10px;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .anker-target {
    margin-top: -50px !important;
    padding-top: 50px !important;
  }
}

.content-wrap {
  position: relative;
  padding: 3.5% 4%;
}

@media (min-width: 1080px) {
  .content-wrap {
    border-top: 6px solid #e1e1e1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1079px) {
  .content-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .content-wrap {
    padding: 30px 15px;
    padding-top: 0;
  }
}

@media (min-width: 1441px) {
  .content-wrap .info-content {
    width: 450px;
  }
}

@media (min-width: 1080px) {
  .content-wrap .info-content {
    position: fixed;
    padding-right: 1%;
    height: calc(100vh - 7%);
  }
}

@media (min-width: 1080px) and (max-width: 1440px) {
  .content-wrap .info-content {
    max-width: 23.7%;
  }
}

.content-wrap .info-content .logo {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 1079px) {
  .content-wrap .info-content .logo {
    margin-bottom: 20px;
  }
}

.content-wrap .info-content .info-text {
  line-height: 2.5;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-family: "Oswald", serif;
  margin-bottom: 30px;
}

@media (max-width: 1079px) {
  .content-wrap .info-content .info-text {
    margin-bottom: 20px;
  }
}

.content-wrap .info-content .anker-links {
  list-style: none;
  padding-left: 0;
}

.content-wrap .info-content .anker-links li:not(:last-child) {
  margin-bottom: 5px;
}

.content-wrap .info-content .anker-links li a {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.08em;
  padding-left: 18px;
  color: #171a1d !important;
}

.content-wrap .info-content .anker-links li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000e29;
  border-right: 1px solid #000e29;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}

.content-wrap .info-content .copyright {
  font-family: "Oswald", serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

@media (min-width: 1080px) {
  .content-wrap .info-content .copyright {
    position: absolute;
    bottom: 60px;
  }
}

@media (max-width: 1079px) {
  .content-wrap .info-content .copyright {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.content-wrap .main-content section {
  position: relative;
  padding-top: 30px;
}

.content-wrap .main-content section .container {
  padding: 0 !important;
  margin: 0;
}

@media (min-width: 768px) {
  .content-wrap .main-content section {
    padding-left: 50px;
    border-left: 2px solid #838586;
  }
}

@media (min-width: 1080px) {
  .content-wrap .main-content section {
    padding-left: 100px;
  }
}

@media (min-width: 1080px) {
  .content-wrap .main-content {
    padding-left: 35%;
  }
}

@media (min-width: 1441px) {
  .content-wrap .main-content {
    padding-left: 450px;
  }
}

.content-wrap .main-content h2 {
  color: #171a1d;
  text-align: left;
  font-family: "Oswald", serif;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.08em;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.content-wrap .main-content h2:after {
  display: none;
}

.content-wrap .main-content h2:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2%;
  width: 100%;
  background: #838586;
}

@media (min-width: 768px) {
  .content-wrap .main-content h2 {
    padding: 0 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: left;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .content-wrap .main-content h2:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .content-wrap .main-content h2 {
    margin-bottom: 30px;
  }
}

.content-wrap .main-content .sitemap-box {
  margin-bottom: 50px;
}

.content-wrap .main-content .sitemap-box .link-box {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-wrap .main-content .sitemap-box .link-box::-webkit-scrollbar {
  display: none;
}

.content-wrap .main-content .sitemap-box .link-box > ul {
  padding-left: 0;
  padding: 0 10px;
  list-style: none;
  width: 48%;
  margin-bottom: 40px;
}

.content-wrap .main-content .sitemap-box .link-box > ul li {
  margin-bottom: 2px;
}

.content-wrap .main-content .sitemap-box .link-box > ul li:not(.title) {
  line-height: 1.25;
}

.content-wrap .main-content .sitemap-box .link-box > ul li.title {
  font-weight: 500;
  word-break: break-all;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .content-wrap .main-content .sitemap-box .link-box > ul li.title {
    font-size: 2rem;
  }
}

.content-wrap .main-content .sitemap-box .link-box > ul li.title span {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.content-wrap .main-content .sitemap-box .link-box > ul li.title a {
  text-decoration: none;
  transition: 0.2s;
}

.content-wrap .main-content .sitemap-box .link-box > ul li.title a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.content-wrap .main-content .sitemap-box .link-box > ul li:not(.title) a {
  color: #171a1d;
  text-decoration: underline;
  padding: 0.3em 0;
  transition: all 0.3s;
  display: table;
  position: relative;
  font-size: 1.5rem;
}

.content-wrap .main-content .sitemap-box .link-box > ul li:not(.title) a:hover {
  opacity: 0.8;
}

.content-wrap .main-content .information-box {
  padding-bottom: 30px;
}

.content-wrap .main-content .information-box .information_swiper {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecfcf;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide {
  width: 180px;
  position: relative;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide a {
  text-decoration: none;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper {
  width: 100%;
  padding: 1em;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper .date {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Oswald", serif;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper .category-bnr {
  max-width: 100%;
  background: #000e29;
  color: #fff;
  display: table;
  padding: 1px 10px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper .category-bnr {
    font-size: 1.3rem;
  }
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper .category-bnr.type1 {
  background: #4665e3;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper .category-bnr.type2 {
  background: #4496aa;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper .category-bnr.type3 {
  background: #eaa239;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper h3 {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
}

.content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper h3:after, .content-wrap .main-content .information-box .information_swiper .swiper-slide .text_wrapper h3:before {
  content: none;
}

.content-wrap .main-content .information-box .swiper-button-prev,
.content-wrap .main-content .information-box .swiper-button-next {
  background: #000e29;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .content-wrap .main-content .information-box .swiper-button-prev,
  .content-wrap .main-content .information-box .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.content-wrap .main-content .information-box .swiper-button-prev:after,
.content-wrap .main-content .information-box .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .content-wrap .main-content .information-box .swiper-button-prev:after,
  .content-wrap .main-content .information-box .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .content-wrap .main-content .information-box .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .content-wrap .main-content .information-box .swiper-button-next {
    right: 0;
  }
}

.content-wrap .main-content .information-box .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.content-wrap .main-content .information-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000e29;
  margin: 0 5px;
  outline-color: transparent;
}

.content-wrap .main-content .information-box .slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.content-wrap .main-content .information-box .slider-controls .slider-btns {
  display: flex;
  align-items: center;
}

.content-wrap .main-content .information-box .slider-controls .slider-btns .swiper-button-prev,
.content-wrap .main-content .information-box .slider-controls .slider-btns .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 36px;
  height: 30px;
}

.content-wrap .main-content .information-box .slider-controls .slider-btns .swiper-button-prev {
  margin-right: 6px;
  background: #fff;
  left: 0;
  border-radius: 50% 0 0 50%;
  border: 1px solid #171a1d;
}

.content-wrap .main-content .information-box .slider-controls .slider-btns .swiper-button-prev:after {
  color: #171a1d;
  font-weight: bold;
}

.content-wrap .main-content .information-box .slider-controls .slider-btns .swiper-button-next {
  left: 0;
  right: 0;
  border-radius: 0 50% 50% 0;
}

.content-wrap .main-content .information-box .slider-controls .archive-btn {
  margin: 0;
}

.content-wrap .main-content .information-box .slider-controls .archive-btn a {
  text-decoration: underline;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .content-wrap .main-content .information-box .slider-controls .archive-btn a {
    font-size: 1.3rem;
  }
}

.content-wrap .main-content .pickup-box .span_4 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content-wrap .main-content .pickup-box .span_4 {
    margin-bottom:19px;
    width: 31.3333333333%;
  }
  .content-wrap .main-content .pickup-box .span_4:nth-of-type(2), .content-wrap .main-content .pickup-box .span_4:nth-of-type(3), .content-wrap .main-content .pickup-box .span_4:nth-of-type(5), .content-wrap .main-content .pickup-box .span_4:nth-of-type(6), .content-wrap .main-content .pickup-box .span_4:nth-of-type(8), .content-wrap .main-content .pickup-box .span_4:nth-of-type(9), .content-wrap .main-content .pickup-box .span_4:nth-of-type(11), .content-wrap .main-content .pickup-box .span_4:nth-of-type(12) {
    margin-left: 3%;
  }
}

.content-wrap .main-content .pickup-box figure {
  position: relative;
  margin-bottom: 7px;
}

.content-wrap .main-content .pickup-box figure:after {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  top: 10px;
  left: 10px;
  margin: auto;
  background: url(../img/pickup_icn.svg) no-repeat;
}

@media (max-width: 767px) {
  .content-wrap .main-content .pickup-box figure:after {
    width: 20px;
    height: 20px;
    background: url(../img/pickup_icn.svg) no-repeat center/20px;
  }
}

.content-wrap .main-content .pickup-box figure img {
  border-radius: 5px;
}

.content-wrap .main-content .pickup-box h3 {
  display: table;
  font-weight: bold;
  font-size: 1.5rem;
  color: #171a1d;
  margin-bottom: 15px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .content-wrap .main-content .pickup-box h3 {
    font-size: 1.5rem;
  }
}

.content-wrap .main-content .pickup-box h3:after, .content-wrap .main-content .pickup-box h3:before {
  display: none;
}

.content-wrap .main-content .pickup-box h3 a {
  text-decoration: none !important;
  display: inline;
  background: linear-gradient(0deg, #171a1d 0%, #171a1d 5%, transparent 5%, transparent 100%);
  transition: 0.2s;
}

.content-wrap .main-content .pickup-box h3 a:hover {
  opacity: 0.8;
}

.content-wrap .main-content .pickup-box p {
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .content-wrap .main-content .pickup-box p {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .sup-content .col {
    margin-bottom: 60px !important;
  }
}

.under {
  padding: 3.5% 3% !important;
}

@media (max-width: 767px) {
  .under {
    padding: 50px 10px 30px !important;
  }
}

@media (max-width: 1079px) {
  .under h1 {
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none;
  }
}

.under .bread ul {
  padding-top: 0;
}

.under .content-inner {
  position: relative;
}

@media (min-width: 1080px) {
  .under .content-inner {
    max-width: 1217px;
    width: 100%;
    margin: 0 auto;
  }
}

.under .content-inner section .row {
  margin-bottom: 40px;
}

@media (min-width: 1080px) {
  .under .content-inner section .row {
    margin-bottom: 100px;
  }
}

@media (max-width: 1079px) {
  .under .content-inner .anker-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c7c7c7;
  }
}

.under .content-inner .anker-content .title {
  display: block;
  margin-bottom: 20px;
  font-weight: 500 !important;
  font-size: 1.8rem;
}

.under .content-inner .anker-content .anker-links {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .under .content-inner .anker-content .anker-links {
    display: none;
  }
}

.under .content-inner .anker-content .anker-links li {
  font-size: 1.3rem;
  line-height: 1.4;
}

.under .content-inner .anker-content .anker-links li:not(:last-child) {
  margin-bottom: 20px;
}

.under .content-inner .anker-content .anker-links li a {
  font-weight: 500;
  margin-bottom: 0.4em;
  display: block;
  text-decoration: underline;
}
.under .content-inner .anker-content .anker-links.sub li{
  display: flex;
  margin-bottom: 0;
}
.under .content-inner .anker-content .anker-links.sub li span{
  margin-right: 0.2em;
}

@media (min-width: 1080px) {
  .under .content-inner .column_sub {
    width: 141px;
    position: fixed;
  }
}

@media (max-width: 1079px) {
  .under .content-inner .column_sub {
    display: flex;
    flex-direction: column-reverse;
  }
}

.under .content-inner .column_sub .logo {
  margin-bottom: 40px;
}

@media (min-width: 1080px) {
  .under .content-inner .column_sub .logo {
    margin-bottom: 50px;
  }
}

@media (min-width: 1080px) {
  .under .content-inner .column_main {
    margin-left: calc(141px + 5%);
  }
}

@media (min-width: 768px) {
  .under .content-inner .column_main .container {
    margin-left: 0;
  }
}

.modaal-container {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .modaal-container .modaal-content-container {
    padding: 6%;
  }
}

.modaal-close {
  position: absolute;
  top: -55px;
  right: 0;
  width: 53px;
  height: 53px;
  background: none !important;
}

.modaal-close:before, .modaal-close:after {
  width: 53px;
  height: 1px;
  top: auto;
  left: auto;
}

.modaal-close:hover:before, .modaal-close:hover:after {
  background: gray;
}

.sustainability-circle01,
.sustainability-circle02 {
  padding: 10px 0 10px 60px;
  padding-left: 60px;
  position: relative;
  line-height: 1.4 !important;
}

.sustainability-circle01:after,
.sustainability-circle02:after {
  border-radius: 50%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #484b4e;
  background: #ecebe5;
}

.sustainability-circle02:after {
  background: #dddee3;
}

.lh1-5 {
  line-height: 1.5 !important;
}

.sustainability-modal-content01 .modal-title01 {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}

@media (max-width: 767px) {
  .sustainability-modal-content01 .modal-title01 {
    margin-bottom: 25px;
  }
}

.sustainability-modal-content01 .modal-title01:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 68px;
  height: 1px;
  background: #384152;
}

@media (max-width: 767px) {
  .sustainability-modal-content01 .modal-title01 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}

.sustainability-modal-content01 .modal-title01 span {
  color: #4496aa;
}

.sustainability-modal-content01 .sub-title {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .sustainability-modal-content01 .sub-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .sustainability-modal-content01 .list01 {
    margin-bottom: 35px;
  }
}

.sustainability-modal-content01 .list01 li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sustainability-modal-content01 .list01 li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sustainability-modal-content02 .supplement-text {
  position: relative;
  padding-left: 1.5em;
}

.sustainability-modal-content02 .supplement-text:after {
  position: absolute;
  display: block;
  content: "※";
  top: 1px;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.sustainability-modal-content02 .modal-title02 {
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sustainability-modal-content02 .modal-title02 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .sustainability-modal-content02 .modal-title02 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}

.sustainability-modal-content02 .modal-title02 span {
  color: #c84678;
}

.ftr-btns {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .ftr-btns .col {
    width: auto;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .ftr-btns .col {
    margin-bottom: 20px !important;
  }
}

.ftr-btns p {
  display: table;
}

.ftr-btns .text-link {
  padding-left: 35px;
  font-weight: normal;
  text-decoration: none !important;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .ftr-btns .text-link {
    font-size: 1.4rem;
  }
}

.ftr-btns .text-link:after {
  top: 12px;
}

.ftr-btns .text-link:before {
  top: 19px;
}

.ftr-btns .text-link span {
  letter-spacing: 0.02em;
  padding-bottom: 3px;
  line-height: 1.2;
  font-weight: 300;
  font-size: 3.6rem;
  display: block;
}

@media (max-width: 767px) {
  .ftr-btns .text-link span {
    font-size: 2.4rem;
  }
}

.mega-title {
  margin: 90px 0 100px;
  text-align: center;
  color: #384152;
}

@media (max-width: 767px) {
  .mega-title {
    margin: 60px 0 60px;
  }
}

.mega-title .en-subtext {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 3.6rem;
}

@media (max-width: 767px) {
  .mega-title .en-subtext {
    font-size: 1.8rem;
  }
}

.mega-title .large-text {
  display: block;
  font-size: 9.1rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .mega-title .large-text {
    font-size: 4.3rem;
  }
}

.mega-title .jp-subtext {
  font-weight: bold;
  padding-top: 25px;
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .mega-title .jp-subtext {
    padding-top: 15px;
    font-size: 1.5rem;
  }
}

.img-box {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.img-box li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .img-box li {
    width: 48%;
    margin-bottom: 50px;
  }
  .img-box li:nth-child(even) {
    margin-left: 4%;
  }
  .img-box li:last-child, .img-box li:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}

.img-box li p {
  margin-bottom: 10px !important;
}

.img-box li picture {
  margin-top: 0 !important;
}

.vison-sp-img {
  transform: translateX(-20px);
}

@media (max-width: 767px) {
  .vison-sp-img img {
    max-width: 750px;
    width: calc(100% + 40px);
  }
}

.strategy-top-image {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .strategy-top-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .strategy-top-image figure {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .strategy-top-image .text-content {
    display: flex;
    align-items: flex-end;
				flex-wrap: wrap;
				flex-direction: column-reverse;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
				padding: 0 33% 0 30px;
  }
	.strategy-top-image.int2 .text-content {
		padding: 0 0 0 47%;
	}
  
	.strategy-top-image .text-content .named{
		width: 100%;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	}
	.strategy-top-image .text-content .text{
		width: 100%;
		margin-bottom:30px;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	}
}

.strategy-top-image .text-content .named {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 768px) {
  .strategy-top-image .text-content .named {
    font-size: 5.6rem;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1285px){
	.strategy-top-image .text-content .named  {
    font-size: 4.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1110px){
	.strategy-top-image .text-content .named   {
    font-size:4.4vw;
  }
}

.strategy-top-image .text-content .named span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .strategy-top-image .text-content .named span {
    line-height: 1.5;
  }
}

.strategy-top-image .text-content .text {
  font-weight: bold;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .strategy-top-image .text-content .text {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width:1375px) {
  .strategy-top-image .text-content .text  {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1285px){
	.strategy-top-image .text-content .text  {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px){
	.strategy-top-image .text-content .text  {
    font-size:1.6vw;
  }
}
@media (min-width: 768px) and (max-width:1080px){
	.strategy-top-image .text-content .text  {
    font-size:2vw;
  }
}
@media (max-width: 768px){
	.strategy-top-image .text-content .text {
			line-height: 1.6;
		}
}

.strategy-img-3 {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy-img-3 li:not(:first-child) {
  margin-left: 20px;
}

.text-color-supplement {
  margin: 2em 0 0;
  color: #303b4d;
  font-size: 1.2rem;
  line-height: 1.6 !important;
  padding-left: 1em;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: 0;
}

.text-color-supplement:after {
  position: absolute;
  display: block;
  content: "※";
  top: 0;
  left: 0;
  margin: auto;
}

body.business .modaal-content-container h3 {
  margin-bottom: 30px;
}

.interview-top-image {
  position: relative;
}

@media (min-width: 1230px) {
  .interview-top-image .text-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 95%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #fff;
  }
}

.interview-top-image .text-content .inner {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .interview-top-image .text-content .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1229px) {
  .interview-top-image .text-content .inner {
    margin-top: 30px;
  }
}

.interview-top-image .text-content .named {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .interview-top-image .text-content .named {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .interview-top-image .text-content .named {
    width: 50%;
    font-size: 5rem;
  }
}

.interview-top-image .text-content .named span {
  font-weight: 500;
  display: block;
  line-height: 1.5;
  font-size: 1.6rem;
}

.interview-top-image .text-content .txt {
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .interview-top-image .text-content .txt {
    width: 50%;
    font-size: 2.4rem;
  }
}

.interview-top-image .text-content .txt.profile {
  margin-top: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .interview-top-image .text-content .txt.profile {
    font-size: 1.3rem;
    display: flex;
    font-weight: normal;
  }
}

@media (min-width: 768px) and (max-width: 1229px) {
  .interview-top-image .text-content .txt.profile {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .interview-top-image .text-content .txt.profile > span {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1229px) {
  .interview-top-image .text-content .txt.profile > span {
    border-color: #171a1d;
  }
}

.interview-top-image .text-content .txt.profile span {
  font-weight: bold;
}

@media (min-width: 768px) {
  .interview-top-image .text-content .txt.profile span {
    font-size: 3.6rem;
  }
}

/* cross talk start */

.interview-top-image-crosstalk {
	position: relative;
}
.interview-top-image-crosstalk .text-content {
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		margin: auto;
		padding: 30px;
		width: 44%;
		height: 100%;
		background: rgba(255,255,255,0.5);
}
@media (max-width: 1255px) {
	.interview-top-image-crosstalk .text-content {
		padding: 20px 5px 20px 20px;
	}
}
@media (max-width: 1079px) {
	.interview-top-image-crosstalk .text-content {
		padding: 20px 10px 20px 20px;
	}
}
@media (max-width: 835px) {
	.interview-top-image-crosstalk .text-content {
		padding: 15px 10px 10px 15px;
	}
}
@media (max-width: 767px){
	.interview-top-image-crosstalk .text-content {
		position: static;
		width: 100%;
		padding: 0;
		background: transparent;
	}
}
@media (min-width: 768px){
	.interview-top-image-crosstalk .text-content .inner {
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
		height: 100%;
	}
}

.interview-top-image-crosstalk .text-content .named {
	margin: 0;
	font-weight: bold;
	line-height: 1.2;
	font-size: 3.4rem;
}
@media (max-width: 1255px) {
	.interview-top-image-crosstalk .text-content .named {
		font-size: 3rem;
	}
}
@media (max-width: 1180px) {
	.interview-top-image-crosstalk .text-content .named {
		font-size: 2.6rem;
	}
}
@media (max-width: 835px) {
	.interview-top-image-crosstalk .text-content .named {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px){
	.interview-top-image-crosstalk .text-content .named {
		font-size: 3.2rem;
		margin-bottom: 15px;
	}
}
.interview-top-image-crosstalk .text-content .named span {
	display: block;
	margin-top: 1em;
	margin-bottom: 2px;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 500;
}
@media (max-width: 1255px) {
	.interview-top-image-crosstalk .text-content .named span {
		font-size: 1rem;
	}
}
@media (max-width: 767px){
	.interview-top-image-crosstalk .text-content .named span {
		font-size: 1.3rem;
	}
}

.interview-top-image-crosstalk .text-content .txt {
	margin: 0;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width: 1180px) {
	.interview-top-image-crosstalk .text-content .txt {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}
@media (max-width: 835px) {
	.interview-top-image-crosstalk .text-content .txt {
		font-size: 1.8rem;
	}
}
@media (max-width: 767px){
	.interview-top-image-crosstalk .text-content .txt {
		margin: 0;
		font-size: 1.5rem;
	}
}


/* cross talk end */

.performancetop-image {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .performancetop-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .performancetop-image figure {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .performancetop-image .text-content {
    display: flex;
    align-items:center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 95%;
    height: 93%;
    color: #fff;
				text-shadow: 0 1px 10px rgba(0,0,0,0.16);
  }
  .performancetop-image .text-content > div {
    display: flex;
    flex-wrap: wrap;
				flex-direction: column-reverse;
    width: 100%;
				padding-left: 3%;
  }
  .performancetop-image .text-content > div .text {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
}

.performancetop-image .text-content .named {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 768px) {
  .performancetop-image .text-content .named {
    font-size: 5.6rem;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1210px) {
  .performancetop-image .text-content .named {
    font-size: 4.5vw;
  }
}

.performancetop-image .text-content .named span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .performancetop-image .text-content .named span {
    line-height: 1.5;
  }
}

.performancetop-image .text-content .text {
  font-weight: bold;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .performancetop-image .text-content .text {
    font-size: 2.6rem;
			margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1210px) {
  .performancetop-image .text-content .text {
    font-size: 2vw;
  }
}

@media (min-width: 768px) {
  body.performance h3 {
    margin-bottom: 70px !important;
  }
}

.supplement-list {
  list-style: none;
  padding-left: 0;
  counter-reset: number 0;
}


.supplement-list li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 2.2em;
  line-height: 1.8;
}

.supplement-list li:after {
  position: absolute;
  display: block;
  counter-increment: number 1;
  content: "※" counter(number);
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
.supplement-para {
  font-size: 1.2rem;
  line-height: 1.8;
}

.internal-director-profile-content figure {
  text-align: left;
}

@media (min-width: 768px) {
  .internal-director-profile-content .row {
    margin-bottom: 20px !important;
  }
}

.internal-director-profile-content .row .row {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .internal-director-profile-content .row .row .col:last-child {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .internal-director-profile-content .row .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .internal-director-profile-content .row .row .col {
    width: 48%;
  }
  .internal-director-profile-content .row .row .span_12,
  .internal-director-profile-content .row .row .span_10 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .internal-director-profile-content .internal-director-profile-text p {
    margin: 0;
    height: 50%;
  }
}

@media (min-width: 768px) {
  .internal-director-profile-content .internal-director-profile-text p.share-num {
    display: flex;
    align-items: flex-end;
  }
}

.internal-director-profile-content .internal-director-profile-table {
  margin-top: 30px;
  border: none;
}

.internal-director-profile-content .internal-director-profile-table tbody th {
  vertical-align: top;
  width: 100px;
}

.internal-director-profile-content .internal-director-profile-table tbody th,
.internal-director-profile-content .internal-director-profile-table tbody td {
  background: none;
  text-align: left;
  padding: 0;
  margin: 0;
  border: none;
}

.row.flex-5 p.fs15 {
  margin-top: 1em;
  line-height: 1.6 !important;
}

@media (max-width: 767px) {
  .row.flex-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .row.flex-5 .col {
    width: 45%;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .row.flex-5 .col {
    width: 20%;
  }
}

.governance-table .text-left {
  text-align: left !important;
}

.governance-table .cell-center {
  text-align: center !important;
  vertical-align: middle !important;
}

.governance-table .table-info-content {
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 3% 1%;
  text-align: center;
  background: #e2e4e6;
}

.governance-table small {
  display: block;
  line-height: 1.5;
}

.governance-table thead th,
.governance-table thead td {
  padding-top: 0.3em;
  padding-bottom: 0.4em;
  border: none;
}

.governance-table thead th.th-2,
.governance-table thead td.th-2 {
  padding-left: 2.2em;
  padding-top: 0.7em !important;
  padding-bottom: 0;
}

.governance-table tbody td {
  background: #fff !important;
}

.governance-table tbody th,
.governance-table tbody td {
  text-align: left !important;
  vertical-align: text-top;
}

.governance-table02 thead th {
  vertical-align: top;
  padding-left: 0.1em;
  padding-right: 0.1em;
}

.governance-table02 tbody td,
.governance-table02 tbody th {
  font-size: 1.5rem;
}

.governance-table03 th,
.governance-table03 td {
  text-align: left !important;
  padding: 0.6em 0.4em;
}

.governance-table03 td {
  font-size: 1.3rem;
  background: #fff !important;
  border-left: 2px solid #f0f0f0;
}

.governance-table03 td img {
  max-width: 100%;
  margin-left: 2%;
}

.governance-table03 td.td-gray {
  vertical-align: middle;
  background: #f0f0f0 !important;
}

.governance-table03 td.vertical-align-middle {
  vertical-align: middle;
  text-align: center !important;
}

@media (max-width: 767px) {
  .governance-table03 thead tr th:first-child {
    width: 15% !important;
  }
}

@media (max-width: 767px) {
  .governance-table03 tbody th {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .governance-table03 tbody td {
    font-size: 1.2rem;
  }
}

.governance-table04 thead th {
  vertical-align: middle;
  font-size: 1rem;
}

.governance-table04 thead th:first-child {
  font-size: 1.2rem;
}

.governance-table04 th,
.governance-table04 td {
  padding: 0.4em 0.2em;
}

.governance-table04 th {
  font-weight: bold;
}

.governance-table04 td {
  font-size: 1.3rem !important;
  vertical-align: middle;
  text-align: center;
}

.governance-table04 tbody th {
  text-align: left;
  padding-left: 0.8em;
}

@media (min-width: 768px) {
  .governance-table04 tbody th {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .governance-table04 tbody th {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .governance-table04 tbody td {
    font-size: 1.2rem;
  }
}
.governance-table04 th.th1{
	width: 100px;
}
.governance-table04 th.th2{
	width: 5%;
}
.governance-table04 th.th3{
	width: 5%;
}
.governance-table04 th.th4{
	width: 9%;
}
.governance-table04 th.th5{
	width: 7%;
}
.governance-table04 th.th6{
	width: 8%;
}
.governance-table04 th.th7{
	width: 6%;
}
.governance-table04 th.th8{
	width: 6%;
}
.governance-table04 th.th9{
	width: 9%;
}
.governance-table04 th.th10{
	width:12%;
}
.governance-table04 th.th11{
	width: 6%;
}
.governance-table04 th.th12{
	width: 7%;
}
.governance-table04 th.th13{
	width: 8%;
}



.padding-side-small {
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.job-modal p.fs20:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0.8em;
}

@media (min-width: 768px) {
  .job-modal .text {
    padding-left: 5%;
  }
}

.job-modal .named {
  line-height: 1.5;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .job-modal .named {
    font-size: 2rem;
  }
}

.job-modal .named span {
  font-size: 1.5rem;
  display: block;
}

.job-modal .job-type {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: wrap;
}

.job-modal .job-type li {
  margin-bottom: 10px;
  padding: 0.3em 0.7em;
  border-radius: 6px;
  margin-right: 5px;
  background: #384152;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .job-modal .job-type li {
    margin: 10px 10px 0 0;
    display: table;
  }
}

@media (max-width: 767px) {
  body.performance .col {
    margin-bottom: 10%;
  }
  body.performance figure,
  body.performance picture {
    margin-top: 0 !important;
  }
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.cell-table-left span {
  display: table;
  margin: 0 0 0 auto;
  text-align: left;
  width: 75px;
}

.cell-separator {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.cell-separator:before {
  content: "(";
}

.modal-content05-list {
  counter-reset: num;
  list-style-type: none !important;
  padding-left: 0;
  margin-top: 20px;
}

.modal-content05-list li {
  position: relative;
  padding-left: 1.5em;
}

.modal-content05-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num;
  content: "*" counter(num);
  display: inline-block;
}

.qa.qa_active .answer h4 {
  font-size: 1.6rem;
  padding-top: 1.5em;
}

.qa.qa_active .answer h4:nth-of-type(1) {
  padding-top: 1em;
}

.qa.qa_active .answer table {
  margin-bottom: 5px;
}

.qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.scroll-table-content .scroll-table tbody tr th.bdr {
  border-right: 1px solid #384152;
}

body.data-section .scroll-table-content table .cell-fs10 {
  font-size: 10px;
}


@media (min-width: 768px) and (max-width: 1400px) {
  body.data-section .scroll-table-content table .cell-fs10 {
    font-size: 0.1vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  _::-webkit-full-page-media, _:future, :root body.data-section .scroll-table-content table .cell-fs10 {
    font-size: 9px;
  }
}


@media (max-width: 1200px) {
  body.data-section .scroll-table-content table {
    width: 1000px;
  }
}

body.data-section .scroll-table-content table .sticky-cell.posl-0 {
  left: 0 !important;
}

/* add 2022-5
------------------------*/
.content-wrap .main-content .eir_area_irtop section{
 margin: 0;
 padding: 0;
 border: 0;
}
.eir_area_irtop{
 position: relative;
}
.eir_area_irtop .s_eirList a{
 text-decoration: none;
}
.eir_area_irtop .s_eirList {
  padding-bottom: 20px;
  border-bottom: 1px solid #cecfcf;

  /* 2024.05*/
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.eir_area_irtop .s_eirList::-webkit-scrollbar {
  width: 10px;
  height:5px;
}
.eir_area_irtop .s_eirList::-webkit-scrollbar-thumb {
  border-radius:0;
}
.eir_area_irtop .s_eirList::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #d9d9d9;
}

.eir_area_irtop .s_eirList li {
 padding: 1em;
 position: relative;

 /* 2024.05*/
 min-width: 250px;
}
.eir_area_irtop .s_eirList .eirItem_date .date {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Oswald", serif;
}

.eir_area_irtop .s_eirList .eirItem_category {
  max-width: 100%;
  background: #000e29;
  color: #fff;
  display: table;
  padding: 1px 10px;
  font-size: 1.5rem;
}
.eir_area_irtop .s_eirList .eirItem_category p{
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .eir_area_irtop .s_eirList .eirItem_category {
    font-size: 1.3rem;
  }
}
.eir_area_irtop .s_eirList .eirItem_category.cat-num-0{
  background:#4665E3;
}
.eir_area_irtop .s_eirList .eirItem_category.cat-num-1{
  background:#C84678;
}
.eir_area_irtop .s_eirList .eirItem_category.cat-num-2 {
  background: #4496AA
}
.eir_area_irtop .s_eirList .eirItem_category.cat-num-3 {
  background: #0F357A;
}
.eir_area_irtop .s_eirList .eirItem_category.cat-num-4 {
  background: #EAA239;
}

.eir_area_irtop .s_eirList p.txt {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  color: #384152;
  line-height: 1.5;
}
@media (max-width: 360px){
 .eir_area_irtop .s_eirList p.txt {
   font-size: 1.8rem;
 }
}
.eir_area_irtop .slick-prev,
.eir_area_irtop .slick-next {
  position:absolute;
  bottom:-53px;
  margin-top: 0;
  width: 36px;
  height: 30px;
  background: #000e29;
  text-indent: -9999px;
  overflow: hidden;
  cursor:pointer;
}

.eir_area_irtop .slick-prev {
  margin-right: 6px;
  background: #fff;
  left: 0;
  border-radius: 50% 0 0 50%;
  border: 1px solid #171a1d;
}
.eir_area_irtop .slick-prev.slick-disabled,
.eir_area_irtop .slick-next.slick-disabled {
 opacity:.35;
 cursor:auto;
 pointer-events:none;
}
.eir_area_irtop .slick-prev:after {
 position: absolute;
 left: 15px;
 top: 9px;
 content: "";
 width: 10px;
 height: 10px;
 border-bottom: 1.5px solid #171a1d;
 border-left: 1.5px solid #171a1d;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.eir_area_irtop .slick-next {
  left: 43px;
  border-radius: 0 50% 50% 0;
  border: 0;
}
.eir_area_irtop .slick-next:after {
 position: absolute;
 right: 15px;
 top: 9px;
 content: "";
 width: 10px;
 height: 10px;
 border-top: 1.5px solid #fff;
 border-right: 1.5px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}


.content-wrap .main-content .information-box .slider-controls{
display: block;
text-align: right;
}

table .wid160{
width:160px !important;
}
table .wid35p{
width:35%;
}
table .wid20p{
width:20%;
}
table .wid22p{
width:22%;
}
table .wid25p{
width:25%;
}

table .wid14p{
width:14%;
}
table .wid12p{
width:12.5%;
}
table .wid60p{
width:60%;
}
.col.span_12 .eir_area_governance{
 margin-top: 30px;
}
.col.span_12 .eir_area_governance .s_eirList_item{
 text-align: left;
 font-size: 1.5rem;
}
@media (max-width: 768px){
 .col.span_12 .eir_area_governance{
  margin-top: 20px;
 }
 .col.span_12 .eir_area_governance .s_eirList_item{
  font-size: 1.3rem;
 }
}
.col.span_12 .eir_area_governance section{
margin-bottom: 0;
}
.invoice_agent{
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 margin-top: 1em;
 max-width: 800px;
 text-align: left;
}
.jisseki{
 position: relative;
}
.jisseki span{
 position: absolute;
 right: 0;
 bottom: 0;
 font-size: 0.9em;
}
@media (max-width:1079px){
.ad-anc{
	margin-top: -50px;
	padding-top: 50px;
}
}


/*.business-dir*/
.business-dir.profile {
  width: 100%;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
  .business-dir.profile {
    font-size: 1.3rem;
    display: flex;
				align-items: center;
    font-weight: normal;
  }
}
@media (max-width: 768px){
	.business-dir.profile {
    font-weight: bold;
		margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1229px) {
  .business-dir.profile {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .business-dir.profile > span {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #171a1d;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1229px) {
  .business-dir.profile > span {
    border-color: #171a1d;
  }
}

.business-dir.profile span {
  font-weight: bold;
}

@media (min-width: 768px) {
  .business-dir.profile span {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px){
	.business-dir.profile span {
			display: none;
	}
}


.business-dir-top-image {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .business-dir-top-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .business-dir-top-image figure {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .business-dir-top-image .text-content {
    display: flex;
    align-items: flex-end;
				flex-wrap: wrap;
				flex-direction: column-reverse;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
				padding: 0 20px 0 50%;
  }
	.business-dir-top-image.left .text-content {
		padding-left: 5%;
	}
	.business-dir-top-image .text-content .named{
		width: 100%;
	}
	.business-dir-top-image .text-content .text{
		width: 100%;
		margin-bottom:30px;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	}
}

.business-dir-top-image .text-content .named {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 768px) {
  .business-dir-top-image .text-content .named {
    font-size: 5.6rem;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1285px){
	.business-dir-top-image .text-content .named  {
    font-size: 4.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1110px){
	.business-dir-top-image .text-content .named   {
    font-size:4.4vw;
  }
}

.business-dir-top-image .text-content .named span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .business-dir-top-image .text-content .named span {
    line-height: 1.5;
  }
}

.business-dir-top-image .text-content .text {
  font-weight: bold;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .business-dir-top-image .text-content .text {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width:1375px) {
  .business-dir-top-image .text-content .text  {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1285px){
	.business-dir-top-image .text-content .text  {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px){
	.business-dir-top-image .text-content .text  {
    font-size:1.6vw;
  }
}
@media (min-width: 768px) and (max-width:1080px){
	.business-dir-top-image .text-content .text  {
    font-size:2vw;
  }
}
@media (max-width: 768px){
	.business-dir-top-image .text-content .text {
			line-height: 1.6;
		}
}



.governance-risk-box{
  display: flex;
  justify-content: space-between;
}
.governance-risk-box .img{
  width: 48%;
}
.governance-risk-box .body{
  width: 47%;
}
@media (max-width: 768px){
  .governance-risk-box{
    display: block;
  }
  .governance-risk-box .img{
    width: 100%;
    margin-bottom: 20px;
  }
  .governance-risk-box .body{
    width: 100%;
  }

}

@media (max-width: 429px){
  body.risk-compliance h1:not(.header_logo) span{
    font-size: 4.1rem;
  }
}
.compliance-table thead th.th1{
  width:15%;
}
.compliance-table thead th.th2{
  width: auto
}
.compliance-table thead th.th3{
  width:32%;
}
.compliance-table thead th.th4{
  width:32%;
}
.compliance-table tbody th,td{
  text-align: left;
  line-height: 1.5;
  vertical-align: middle !important;
}
.compliance-table tbody th{
  font-weight:600;
  font-size: 15px;
}
.compliance-table tbody td{
  font-size: 12px;
}
.compliance-table tbody td ul{
  margin: 0;
  padding: 0;
}
.compliance-table tbody td li{
  margin: 0;
  padding: 0;
  margin-left: 1em;
  list-style: disc;
}
.compliance-table tbody td li::marker{
  font-size:9px;
}

.business-copy{
  padding: 30px 0;
  text-align: center;
}
.business-copy .copy1{
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 30px;
  border-radius: 20px;
  background: #384152;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.business-copy .copy2{
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #384152;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px){
  .business-copy{
    padding: 20px 0;
  }
  .business-copy .copy1{
    font-size: 1.3rem;
  }
  .business-copy .copy2{
    font-size: 2.4rem;
    letter-spacing:0;
  }
}


/* 社外取インタビュー */

.governance-outsider-top-image {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .governance-outsider-top-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .governance-outsider-top-image figure {
    margin-bottom: 20px;
  }
}

.governance-outsider-top-image .text-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0,0,0,0.16);
}
@media (max-width: 767px){
	.governance-outsider-top-image .text-content {
			position: static;
      color: #171a1d;
      text-shadow: none;
	}
}

.governance-outsider-top-image .text-content .text {
  padding: 20px 0 30px 4.8%;
  font-size: 2.2rem;
  line-height: 1.75;
}
@media (max-width:1300px){
  .governance-outsider-top-image .text-content .text  {
    font-size: 2rem;
    font-size: 1.5vw;
  }
}
@media (max-width:1200px){
  .governance-outsider-top-image .text-content .text  {
    font-size:1.6vw;
  }
}
@media (max-width:1079px){
  .governance-outsider-top-image .text-content .text  {
    padding-top: 0;
    font-size: 2.1rem;
    font-size: 2vw;
  }
}
@media (max-width: 767px){
	.governance-outsider-top-image .text-content .text {
      padding: 10px 0 0 0;
      font-size: 1.8rem;
      font-weight: bold;
			line-height: 1.6;
		}
}

.governance-outsider-top-image .text-content .named {
  padding-left: 68.5%;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
.governance-outsider-top-image .text-content .named:nth-of-type(2){
  margin-bottom: 0;
}
@media (max-width:1300px){
	.governance-outsider-top-image .text-content .named  {
    font-size: 4.8rem;
    font-size: 3.7vw;
  }
}
@media (max-width:1079px){
  .governance-outsider-top-image .text-content .named  {
    font-size: 5rem;
    font-size: 4.6vw;
  }
}
@media (max-width: 767px){
  .governance-outsider-top-image .text-content .named  {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
  }
}

.governance-outsider-top-image .text-content .named span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .governance-outsider-top-image .text-content .named span {
    line-height: 1.5;
  }
}

a.external-link{
	display: flex;
	font-weight:700;
	font-size: 1.6rem;
}
a.external-link span.icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin: 0.22em 8px 0 0;
	background: #384152;
	border-radius: 50%;
	transition: 0.2s;
}
a.external-link:hover span.icon{
	background: #fff;
}
a.external-link path{
	fill: #fff;
}
a.external-link rect{
	stroke: #fff;
}
a.external-link:hover path{
	fill: #384152;
}
a.external-link:hover rect{
	stroke: #384152;
}
.sustainability-comment-image{
	position: relative;
}
.sustainability-comment-image picture{
	line-height: 0;
}
.sustainability-comment-text{
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	padding: 32px;
	background: #fff;
	color: #171A1D;
}

@media (max-width: 980px){
	.sustainability-comment-text{
		left: 5%;
		padding: 25px;
	}
}
@media (max-width: 767px){
	.sustainability-comment-text{
		position: static;
		padding: 20px;
		transform: none;
	}
}
.sustainability-comment-text h4{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0;
}
.sustainability-comment-text .copy{
	font-size: 1.6rem;
	line-height: 1.55;
}
.sustainability-comment-text .name{
	font-size: 1.3rem;
}
.sustainability-comment-text .name span{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
}
@media (max-width: 880px){
	.sustainability-comment-text h4{
		font-size: 2rem;
	}
	.sustainability-comment-text .copy{
		font-size: 1.4rem;
	}
	.sustainability-comment-text .name{
		font-size: 1.2rem;
	}
	.sustainability-comment-text .name span{
		font-size: 1.6rem;
	}
}
@media (max-width: 767px){
	.sustainability-comment-text h4{
		font-size: 1.8rem;
	}
	.sustainability-comment-text .copy{
		font-size:1.2rem;
	}
	.sustainability-comment-text .name{
		font-size: 1.1rem;
	}
	.sustainability-comment-text .name span{
		font-size: 1.5rem;
	}
}

.sustainability-modal-content04 > .row,
.sustainability-modal-content03 > .row{
	justify-content: space-between;
}
.sustainability-modal-content04 > .row .text,
.sustainability-modal-content03 > .row .text{
		width: 51.5%;
}
.sustainability-modal-content04 > .row .image,
.sustainability-modal-content03 > .row .image{
		width: 42%;
}

@media (max-width: 767px){
	.sustainability-modal-content04 > .row .text,
	.sustainability-modal-content03 > .row .text{
			width: 100%;
			margin-bottom: 30px;
	}
	.sustainability-modal-content04 > .row .image,
	.sustainability-modal-content03 > .row .image{
			width: 100%;
			text-align: center;
	}
}
.sustainability-modal-content03 .modaal-content-container,
.sustainability-modal-content04 .modaal-content-container{
		background: #F0F0F0;
}
.img-link-text a .text-content .text.external{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0;
}
.img-link-text a .text-content .text.external::after,
.img-link-text a .text-content .text.external::before{
	display: none;
}
.img-link-text a .text-content .text.external span.icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	background: #384152;
	border-radius: 50%;
	transition: 0.2s;
}
.img-link-text a:hover .text-content .text.external span.icon{
	background: #fff;
}
.img-link-text a .text-content .text.external path{
	fill: #fff;
}
.img-link-text a .text-content .text.external rect{
	stroke: #fff;
}
.img-link-text a:hover .text-content .text.external path{
	fill: #384152;
}
.img-link-text a:hover .text-content .text.external rect{
	stroke: #384152;
}
span.sp494{
	display: inline;
}
@media (max-width: 494px){
	span.sp494{
		display: inline-block;
		padding-left: 35px;
	}
}

.business-dir.profile.crosstalk{
	align-items: unset;
}

.business-dir.profile.crosstalk span{
	align-items: flex-start;
}

@media (min-width: 768px) {
	.business-dir.profile > span.txt {
		margin: 0;
		padding: 0;
		border: 0;
		display: block;
		font-weight: normal;
		font-size: 1.3rem;
	}
}
@media (min-width: 768px) and (max-width: 1229px) {
	.business-dir.profile > span.txt {
			font-size: 1.5rem;
			line-height: 2;
	}
}
@media (max-width: 768px){
.business-dir.profile span.txt {
		display: block;
}
}
@media (max-width: 767px){
.modal-scroll{
	width: calc(var(--window-width) - 110px);
	overflow-x: auto;
	scrollbar-gutter: stable;
}
.modal-scroll::-webkit-scrollbar {
	width: calc(100% - 10px);
	height: 8px;
	background-color: #CDD3D8;
}
.modal-scroll::-webkit-scrollbar-thumb {
	background-color: #384152;
	border-radius: 0;
}
.modal-scroll figure{
	width: 100%;
	display: block;
	text-align: left;
}
.modal-scroll img{
	max-width: initial;
	width: 750px;
}
}