/* 全体 */
@import url('//fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src:
    url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0')
      format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
    url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
    url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #337ab7;
}
a:focus,
a:active,
a:hover {
  color: #23527c;
}
a {
  transition:
    color 0.2s,
    background-color 0.2s,
    border-color 0.2s,
    text-decoratin 0.2s;
  text-decoration: none;
}
.site-branding a {
  color: #000;
}
#container {
  overflow: hidden;
}
#header .container {
  margin: 0 auto;
}
img {
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.related-posts .entry__title,
.sidebar-widget__title,
.reply-title,
.h5,
.h6 {
  line-height: 1.3;
  color: inherit;
}
h4,
.h4,
.related-posts .entry__title,
.sidebar-widget__title,
.reply-title,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
p {
  margin: 0 0 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.copyright {
  background: #1d1d1d;
  color: #ccc;
  text-align: center;
  padding-bottom: 40px !important;
  opacity: 0.6;
  font-size: 12px;
  margin: 40px 0 0;
  padding: 15px 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

/* global-nav */
.responsive-nav-wrapper .responsive-nav-contents,
.responsive-nav-wrapper .off-canvas-nav {
  transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.responsive-nav-wrapper .responsive-nav-contents,
.responsive-nav-wrapper .off-canvas-nav {
  transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.responsive-nav-contents {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 0px 10px;
}
body .gnavs {
  font-size: 15px;
}
.off-canvas-nav {
  right: 0 !important;
  z-index: 500;
  width: 100%;
  height: 0px;
  top: 60px !important;
  visibility: hidden;
  transition-delay: 0.3s !important;
}
.off-canvas-nav,
.off-canvas-nav ul li {
  float: none !important;
}
.off-canvas-nav {
  background-color: #333 !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: -100%;
  visibility: hidden;
}
.off-canvas-nav * {
  background-image: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  text-align: left !important;
}
.is-active #container > #header {
  background-color: #fff;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .off-canvas-nav {
    display: none !important;
  }
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  #header .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  #header .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .copyright {
    margin-top: 0;
  }
}

.global-nav a {
  color: #000;
  text-decoration: none;
}
.global-nav a:hover,
.global-nav a:active,
.global-nav ul li.current-menu-item > a,
.global-nav ul li.current-menu-ancestor > a,
.global-nav ul li.current-menu-parent > a,
.global-nav ul li.current_page_item > a,
.global-nav ul li.current_page_parent > a {
  color: #337ab7;
}
.global-nav .sub-menu a,
.global-nav .children a {
  background-color: #000;
  color: #777;
}
.global-nav .sub-menu a:hover,
.global-nav .children a:active,
.global-nav .children .current-menu-item,
.global-nav .children .current-menu-ancestor,
.global-nav .children .current-menu-parent,
.global-nav .children .current_page_item,
.global-nav .children .current_page_parent {
  background-color: #191919;
}
.entry--has_media__link--text {
  background-color: #337ab7;
}

/* MV */
.header__content {
  display: flex;
  align-items: center;
}
.top_main .catch .top_lead {
  line-height: 1.2;
}

.page-header {
  color: #fff;
}
.pagination > li > a {
  color: #337ab7;
}
.pagination > li > span {
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
}
#header {
  background-color: transparent;
  height: fit-content;
}

/* スクロール時のヘッダー固定スタイル */
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
#footer {
  background-color: #fff !important;
  border-top: 1px solid #ebe6e7;
  z-index: 1;
}
#footer .container {
  padding-left: 40px;
  padding-right: 40px;
}

#footer .footer-widget-area,
#footer .footer-widget-area .widget_calendar #wp-calendar caption {
  color: #555;
}
#footer .footer-widget-area a {
  color: #777;
}
#footer .footer-widget-area .widget_calendar #wp-calendar,
#footer .footer-widget-area .widget_calendar #wp-calendar * {
  border-color: #555;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.copyright .container .list-inline a,
.copyright .container .list-inline a:hover {
  color: #fff;
  text-decoration: none;
}

body {
  background-color: #ffffff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.hd {
  font-size: 43px;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
@media print {
  div.meeting_answer {
    display: block !important;
  }
  p.meeting_nav {
    display: none;
  }
  div.faq_answer {
    display: block !important;
  }
  p.faq_nav {
    display: none;
  }
}
.site-branding__heading {
  padding: 0px 0;
  width: fit-content;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.site-branding__sub {
  color: #ffb900;
  font-weight: bold;
}
body .gnavs ul.menu > li.menu-item > a span + i {
  margin-left: 4px;
}
body .gnavs ul.menu > li.current-menu-item > a span:before {
  content: none;
}
.header--default {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header--default .header__content .header__col {
  display: table-cell;
  float: none;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .hd {
    font-size: 32px;
  }
  body .gnavs li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hd {
    font-size: 24px !important;
  }
  .header--default .header__content .header__col-left {
    padding-left: 15px;
  }
}
@media screen and (max-width: 440px) {
  .hd {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .menu-item-ir {
    border: 2px solid #fecb44;
    margin-left: 16px !important;
    border-radius: 15px;
  }
  .menu-item-ir:hover {
    opacity: 0.8;
  }
  body .gnavs ul.menu > li.current-menu-item > a {
    border: 1px solid #fecb44;
    border-radius: 50px;
  }
}
/* オーバーレイ */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  cursor: pointer;
}
#menu {
  position: fixed;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 100;
  transition: right 0.3s;
}
.is-active #overlay {
  visibility: visible;
  opacity: 1;
  z-index: 5;
  top: 60px;
  cursor: pointer;
}
.is-active #menu {
  right: 0;
}
body.is-active {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

/* top */
.off-canvas-nav {
  background-color: #fff !important;
  transition: none !important;
  width: 60% !important;
  top: 60px !important;
}
.off-canvas-nav ul li a {
  color: #000 !important;

  border: none !important;
  display: block !important;
  height: auto !important;
  padding: 10px 20px 7px !important;
  text-decoration: none !important;
  text-indent: 0 !important;
}
.off-canvas-nav ul .current-menu-item > a {
  background-color: #ffc800 !important;
  color: #fff !important;
  font-weight: bold;
}
.off-canvas-nav,
.off-canvas-nav ul li {
  border-top: none;
  border-bottom: none;
  margin: 0 0 0 auto !important;
}
.off-canvas-nav ul {
  border-bottom: none;
}
.off-canvas-nav.active li a span {
  transition-delay: unset;
}
.top_main .catch {
  height: 100%;
}
.catch {
  padding-top: 40px;
}
.catch_inner > .hd {
  color: #333;
}
.top_lead {
  color: #7f7f7f;
}
.top_main .catch .hd {
  font-size: 43px;
}
.top_button .button_black,
.top_button .button_white {
  border-color: #fecb44;
  min-width: 166px;
}
@media screen and (min-width: 768px) {
  .top_main .catch .catch_inner {
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .top_main .catch {
    height: 80%;
  }
  .top_button .button_black,
  .top_button .button_white {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 440px) {
  .top_button .button_black,
  .top_button .button_white {
    border-color: #fecb44;
    min-width: 150px;
  }
}

@keyframes circle_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-circles {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  animation-name: circle_rotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.circle::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  transform: translate(-50%, -50%);
}
.circle:nth-child(1) {
  animation-duration: 35000ms;
}
.circle:nth-child(1)::before {
  left: -150px;
  top: 150px;
  width: 350px;
  height: 350px;
  background: radial-gradient(
    rgba(243, 235, 89, 1) 0%,
    rgba(68, 102, 206, 0) 70%
  );
}
.circle:nth-child(2) {
  animation-duration: 30000ms;
  animation-direction: reverse;
}
.circle:nth-child(2)::before {
  left: 250px;
  top: -250px;
  width: 500px;
  height: 500px;
  background: radial-gradient(rgb(255, 211, 0) 0%, rgba(249, 215, 122, 0) 70%);
}
.circle:nth-child(3) {
  animation-duration: 25000ms;
}
.circle:nth-child(3)::before {
  left: 515px;
  top: 265px;
  width: 700px;
  height: 690px;
  background: radial-gradient(rgb(255 194 0) 0%, rgba(193, 26, 81, 0) 70%);
}
@media screen and (max-width: 768px) {
  .circle:nth-child(1) {
    animation-duration: 30000ms;
  }
  .circle:nth-child(1)::before {
    width: 250px;
    height: 250px;
  }
  .circle:nth-child(2) {
    animation-duration: 20000ms;
    animation-direction: reverse;
  }
  .circle:nth-child(2)::before {
    width: 400px;
    height: 400px;
    left: 197px;
    top: 60px;
  }
  .circle:nth-child(3) {
    animation-duration: 20000ms;
  }
  .circle:nth-child(3)::before {
    left: 349px;
    top: 0px;
    width: 400px;
    height: 400px;
  }
}

/* 共通のスタイル */
.top-header {
  position: relative;
}
.top-header img {
  position: absolute;
  width: 39%;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.button_round {
  border-radius: 100px;
  border: 2px solid #ddd;
  color: #333;
  position: relative;
  font-size: 14px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px !important;
}
/* 共通のスタイル */
.button_round:hover {
  border: 2px solid #3d3d3d;
  text-decoration: none;
  background: #00000050;
  color: #ffffff;
}
.button_black {
  background-color: #fecb44;
  font-weight: bold;
  color: #fff;
  border: 2px solid #ffffff;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}
.button_white {
  background-color: #fff;
  font-weight: bold;
  color: #333;
  border: 2px solid #fecb44;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}
.button_black:hover {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.button_white:hover {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}
.content_section {
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.page-top #header:not(.fixed) .global-nav ul li a {
  color: #333;
}
@media screen and (max-width: 990px) {
  .top-header img {
    top: -53px;
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .global-nav ul li a:hover {
    background-color: #ffc800b4 !important;
  }
  .content_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .button_round {
    padding: 8px 20px;
    font-size: 12px !important;
  }
  .button_white,
  .button_black {
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .top-header img {
    top: -43px;
    width: 225px;
  }
}

/* mv */
#vision {
  padding: 12rem 15px 8rem;
}
.top_button {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 32px;
}
.top_button a:hover {
  opacity: 0.8;
}
.js-wrap-c {
  width: 100vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
canvas {
  display: block;
  position: absolute;
  height: 300px;
  bottom: -200px;
  background-color: #fff;
}
.top_cont {
  padding-top: 0;
  margin-bottom: 0;
}
.top_cont > .container {
  display: block;
  margin: 0 auto;
}

.vision_header > .hd > i,
.services_header > .hd > i,
.news_header > .hd > i,
.recruit_header > .hd > i,
.ir_header > .hd > i {
  font-size: 40% !important;
  display: inline-block;
  margin-left: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  canvas {
    bottom: 10px;
  }
}

/* vision */
#vision {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}
.vision_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.vision_header {
  text-align: center;
}
.vision_header img {
  width: 27%;
}
.vision_header p,
.services_header p,
.recruit_header p {
  font-size: 18px;
}
/* テキストのアニメーション */
.vision-text {
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.vision-text.slide-in {
  opacity: 1;
  transform: translateX(0);
}
.page-ir .js-wrap-c {
  height: 770px;
}
@media screen and (max-width: 1024px) {
  #vision {
    padding: 100px 15px 72px;
  }
}
@media screen and (max-width: 768px) {
  .js-wrap-c {
    height: 500px;
  }
  .page-ir .js-wrap-c {
    height: 750px;
  }
  #vision {
    padding: 80px 15px 60px;
  }
  .vision_header p,
  .services_header p,
  .recruit_header p {
    font-size: 15px;
  }
  .vision_header img {
    width: 223px;
  }
}

@media screen and (max-width: 440px) {
  .js-wrap-c {
    height: 410px;
  }
  .page-ir .js-wrap-c {
    height: 770px;
  }
  #vision {
    padding: 70px 15px 45px;
  }
  .vision_header p,
  .services_header p,
  .recruit_header p {
    font-size: 14px;
  }
  .vision_header img {
    width: 185px;
  }
}

#services_list > div {
  max-width: 900px;
  margin: 0 auto;
}

.services_header {
  margin-bottom: 32px;
  text-align: center;
}
.services {
  gap: 18px;
  flex-wrap: wrap;
  align-items: stretch;
}
.services > div {
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  border-radius: 15px;
  border: 1px solid #ffe96a;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  width: calc((100% - 18px) / 3);
  max-width: 211px;
  gap: 8px;
  /* フェードインアニメーション用の初期状態 */
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
/* フェードイン後の状態 */
.services > div.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.services > div > button:hover {
  opacity: 0.8;
}
.services > div > a {
  font-size: small;
  color: #0a0a1c;
  text-decoration: underline;
  text-align: center;
}
.services > div > p {
  margin-top: 8px;
  font-size: larger;
}
.services > div > div:first-child {
  height: auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.services > div > div:first-child.service-logo {
  height: auto !important;
  min-height: 88px;
}
.services > div > div:first-child img {
  max-height: 24px;
  max-width: 113px;
  width: auto;
}
.services > div > div:nth-child(2) > p:first-child {
  text-align: center;
  font-weight: bold;
}
.services > div > div:nth-child(2) > p:last-child {
  color: #043a8d;
}
.services > div > button {
  all: unset;
  font-weight: bold;
  margin-top: auto;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.service-logo {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  height: auto !important;
  align-items: center;
  justify-content: center;
}
.services_name {
  font-size: x-large;
  font-weight: bold;
  color: #fecb44;
}
@media screen and (max-width: 768px) {
  #services_list {
    padding-top: 80px;
  }
  .services {
    flex-direction: column;
    align-items: center;
  }
  .services > div {
    width: 100%;
    max-width: 350px;
  }
}

/* モーダルのスタイル */
.product-name {
  border-bottom: 1px solid #000;
}
.modal-content-data {
  display: none;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-container {
  background-color: #fff;
  border-radius: 15px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  position: relative;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.modal-overlay.active .modal-container {
  transform: scale(1);
}

.modal-header {
  padding: 24px 24px 16px 24px;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.modal-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  row-gap: 4px;
}
.modal-title img {
  margin-right: 16px;
  max-height: 30px;
}

/* ロゴタブスタイル */
.modal-logo-tab {
  max-height: 43px;
  cursor: pointer;
  padding: 8px 16px;
  border: 2px solid #e5e5e5;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  opacity: 0.7;
  background-color: #f5f5f5;
}

.modal-logo-tab:hover {
  opacity: 0.8;
  background-color: #e8e8e8;
  border-color: #ddd;
}

.modal-logo-tab.active {
  opacity: 1;
  background-color: #fff;
  border-color: #fecb44;
}

/* タブコンテンツ */
.modal-tab-content {
  display: none;
}

.modal-tab-content.active {
  display: block;
}

.modal-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #666;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  line-height: 1;
  padding: 0;
  margin: 0 0 0 auto;
}

.modal-close:hover {
  background-color: #f0f0f0;
  color: #333;
}

.modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-content-section {
  margin-bottom: 24px;
  color: #6f6f6f;
}
.modal-content-section p {
  color: #969696;
  line-height: 1.5;
}
.modal-content-section h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #3d3d3d;
}

.modal-content-section img {
  margin-top: 18px;
}

.modal-content-section ul {
  list-style: disc;
  padding-left: 24px;
}

.modal-content-section ul li {
  margin-bottom: 4px;
  line-height: 1.6;
  color: #666;
}
.modal-vision {
  padding-bottom: 18px;
  border-bottom: 0.5px solid #3d3d3d;
  text-align: center;
}
.modal-vision b {
  font-size: 16px;
}
.modal-content-section-wrapper > div:last-child {
  gap: 8px;
  flex-wrap: wrap;
}
.modal-content-section-wrapper > div:last-child > a {
  margin-top: 0;
}
.modal-content-section-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
.modal-content-head {
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 8px;
  color: #3d3d3d;
}
.advantage-content {
  margin-top: 8px;
}
.advantage-content > p {
  margin-left: 18px;
}
.advantage-content > strong {
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 16px;
  line-height: 1.2;
}
.advantage-content > strong:first-child {
  margin-top: 0;
}
.advantage-content ul {
  margin-bottom: 0;
}
.modal-content-p1 {
  padding: 8px;
}
.modal-button {
  display: inline-block;
  padding: 12px 32px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 16px;
  transition: opacity 0.2s ease;
}

.modal-button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .modal-header {
    padding: 20px 16px 12px 16px;
  }

  .modal-title {
    font-size: 22px;
    flex-wrap: wrap;
  }
  .modal-title img {
    max-height: 20px;
  }
  .modal-title img:last-child {
    margin-right: 3.3rem;
  }
  .modal-body {
    padding: 16px;
  }
  .modal-content-section h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .modal-content-head {
    font-size: 18px;
  }
  .modal-content-section > div:first-child,
  .advantage-content > p,
  .advantage-content > strong,
  .modal-content-head + p {
    font-size: 13px;
  }

  .modal-logo-tab {
    max-height: 33px;
    padding: 6px 12px;
  }

  .modal-tab-content > small {
    margin-top: 4px;
  }
  .modal-button {
    line-height: 1;
  }
}
@media (max-width: 440px) {
  .modal-button {
    margin-top: 4px;
  }
  .modal-content-section p {
    line-height: 1.5;
  }
}

/* newslist */
.news {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .news {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80px;
  }
}

.news .btn,
.news .btn:hover,
.news .btn:focus,
.news .btn:active {
  margin: 0;
  padding: 0;
  background: none;
  cursor: default;
  outline: none;
  border-radius: 0;
  touch-action: none;
  box-shadow: none;
  color: #333;
  user-select: auto;
}

.news .date {
  width: 7em;
}

.news .category {
  width: 6.5em;
  margin-right: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .news .category {
    position: absolute;
    width: 5.5em;
    top: 4.5em;
    left: 0;
  }
  .page-news .news {
    flex-direction: column !important;
    align-items: baseline !important;
  }
  .page-news .news .category {
    line-height: 1.4 !important;
    padding-left: 0 !important;
  }
}

.news .category .btn {
  display: block;
  position: relative;
  color: #999;
}

.news .category .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #ccc;
}

.news .category .btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #ccc;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-media {
  color: #0068b7;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-media:before,
body:not(.page-ir):not(.page-ir-child) .news .category .btn-media:after {
  background: #0068b7;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-info {
  color: #0068b7;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-info:before,
body:not(.page-ir):not(.page-ir-child) .news .category .btn-info:after {
  background: #0068b7;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-pr {
  color: #32b16c;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-pr:before,
body:not(.page-ir):not(.page-ir-child) .news .category .btn-pr:after {
  background: #32b16c;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-ir {
  color: #ec6941;
}

body:not(.page-ir):not(.page-ir-child) .news .category .btn-ir:before,
body:not(.page-ir):not(.page-ir-child) .news .category .btn-ir:after {
  background: #ec6941;
}

.news .body {
  flex: 1;
}

.news .body .btn-s + span {
  font-size: 10px;
  color: rgba(51, 51, 51, 0.5);
  display: inline-block;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .news .date,
  .news .category {
    font-size: 12px;
  }
  .news .date .btn,
  .news .category .btn {
    font-size: 12px;
  }
}

.news_wrapper {
  max-width: 900px;
  margin: 0 auto;
}

#irtab-year span,
#newstab-year span {
  padding: 20px 10px;
  display: inline-block;
}

#irtab-year span.current a,
#newstab-year span.current a {
  color: #000;
  font-weight: bold;
}

@media (max-width: 991px) {
  #irtab-year,
  #newstab-year {
    text-align: center;
    margin-bottom: 20px;
  }
  #irtab-year span,
  #newstab-year span {
    padding: 5px;
    font-size: 12px;
  }
}

#irtab-category,
#newstab-category {
  display: flex;
}
#newstab-category > a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #irtab-category,
  #newstab-category {
    flex-wrap: wrap;
  }
}

#irtab-category a,
#newstab-category a {
  display: inline-block;
  flex: 1;
  border: 1px solid #fff;
}

#irtab-category a:hover,
#irtab-category a:active,
#irtab-category a:focus,
#newstab-category a:hover,
#newstab-category a:active,
#newstab-category a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  #irtab-category a,
  #newstab-category a {
    flex: 0 0 50%;
  }
}

#irtab-category a div,
#newstab-category a div {
  background: #eee;
  padding: 10px;
  text-align: center;
}

#irtab-category a div.current,
#newstab-category a div.current {
  background: #555;
  color: #fff;
}

#irtab-category a:hover div:not(.current),
#newstab-category a:hover div:not(.current) {
  background: #f3f3f3;
}

body.single-post article {
  background: none;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
body.single-post article body.single-post article .entry.container {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  body.single-post article {
    margin-top: 38px;
  }
}

@media (max-width: 991px) {
  body.single-post article {
    margin-bottom: 49px;
  }
}

@media (min-width: 992px) {
  body.single-post article .entry__title {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.single-post article {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  body.single-post article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.single-post article .entry__content table td {
  padding: 8px;
}

@media (max-width: 767px) {
  body.single-post article .entry__content table td {
    padding: 4px;
  }
}

@media (max-width: 767px) {
  body.single-post article .entry__content .social + p {
    display: none;
  }
}

body.single-post .to_newslist {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.to_newslist .btn-bdr {
  padding: 6px 12px;
  text-decoration: none;
}
.to_newslist .btn-bdr:hover {
  background: #fafafa;
}

@media (max-width: 991px) {
  body.single-post .to_newslist {
    margin-bottom: 38px;
  }
}

/* Single Post Meta Styles */
.single-post-header {
  padding: 40px 0 20px;
}

.single-post-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px 0;
  color: #333;
}

.single-post-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: flex-start;
}

.single-post-date {
  color: #666;
  font-size: 14px;
  text-align: left;
}

.single-post-category {
  color: #666;
  font-size: 14px;
  text-align: left;
}

.single-post-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.single-content-box {
  background-color: #fff;
  padding: 20px 0 40px;
}

.single-content-box .post-content {
  line-height: 1.8;
}

.single-content-box .post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.single-content-box .post-content img.alignright {
  margin: 0 0 0 auto;
  display: inline;
}

.single-content-box .post-content img.alignleft {
  margin: 0 auto 0 0;
}

.single-page-header {
  background-color: #fff;
  padding: 15px 0;
}

.single-page-header .bread-crumb {
  font-size: 12px;
  color: #666;
}

.single-page-header .bread-crumb a {
  color: #337ab7;
}

.single-article {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .single-post-title {
    font-size: 20px;
  }

  .single-post-header {
    padding: 20px 0 15px;
  }
}

.news_header.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_header img {
  width: 27%;
  top: -24px;
  left: -7%;
  transform: translateX(0);
}
#newslist {
  padding: 60px 15px;
  width: 100%;
  z-index: 50;
  background-color: #fbf9fa;
}
/* newslist in hero */
.news-in-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 60px 15px;
  background-color: transparent;
}
.news-in-hero .news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.news {
  flex-direction: column;
  padding: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news_detail {
  background-color: #fecb44;
  padding: 2px 16px;
  border-radius: 8px;
  font-weight: bold;
  word-break: keep-all;
  color: #fff;
  margin-left: 8px;
  text-decoration: none;
}
.news_detail:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}
.news_contents {
  gap: 16px;
  flex-direction: column;
}
.news_contents .body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .category .btn:before,
.news .category .btn:after {
  display: none;
}
.news .category {
  width: fit-content;
  margin-right: 0;
  font-size: 1rem;
  padding: 0 1.5rem;
}
.news .category .btn {
  font-size: small;
}
.news .category {
  position: static;
}

.news .date {
  width: fit-content;
}
.date {
  color: #757575;
}
.news_title {
  font-weight: bold;
}
.news_header .button_round {
  background-color: #ffffff;
}
.news_header .button_round:hover {
  background-color: #00000080;
}

@media screen and (max-width: 1024px) {
  .news_header img {
    left: 0;
  }
}
@media screen and (max-width: 990px) {
  .news_header img {
    width: 189px;
    top: -27px;
  }
}
@media screen and (max-width: 768px) {
  #newslist {
    top: 260px;
  }
  .news_header .button_round {
    font-size: 10px !important;
  }
  .news_contents {
    gap: 4px;
  }
  .news_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  #newslist {
    top: 215px;
  }

  .news_header img {
    width: 156px;
    top: -20px;
  }
}

/* recruit */
#recruit {
  padding-top: 70px;
  background-color: #ffe96a;
}
.recruit_header .hd {
  margin-top: 0;
}
.recruit_wrapper {
  gap: 24px 16px;
  margin: 0 auto 0 auto;
  text-align: center;
  justify-content: space-between;
  padding: 32px;
  background-color: #fbf9fa;
  border-radius: 8px;
  width: 80%;
  align-items: start;
  position: relative;
  text-align: left;
}
.recruit_wrapper .button_white,
.recruit_wrapper .button_black {
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  border-radius: 5px;
}
.recruit_wrapper .button_black {
  border: 2px solid #fecb44;
  color: #fff;
}
.recruit_wrapper .img_content {
  align-items: center;
  padding: 16px;
  min-width: 250px;
  gap: 16px;
  width: 415px;
  text-align: start;
}
.recruit_wrapper .text_content {
  position: relative;
  text-align: start;
}

.recruit_wrapper > img {
  position: absolute;
  width: 372px;
  top: -45px;
  right: 0%;
  transform: translateX(0);
}
.recruit_wrapper > div:first-child {
  text-align: start;
}
@media screen and (max-width: 1200px) {
  .recruit_header img {
    top: -59px;
  }
}
@media screen and (max-width: 990px) {
  .recruit_header img {
    width: 280px;
    top: -47px;
  }
}
@media screen and (max-width: 768px) {
  .recruit_wrapper {
    flex-direction: column !important;
  }
  .recruit_wrapper > img {
    width: 281px;
    top: 21px;
    left: 25px;
  }
  .recruit_wrapper .img_content {
    width: 100% !important;
  }
  #recruit {
    padding-top: 40px !important;
  }
  .recruit_wrapper {
    padding: 50px 24px 0px;
  }
  #footer-menu .menu .box:last-of-type > div {
    gap: 0;
  }
  #footer-menu .menu .box:last-of-type > div ul:first-of-type {
    margin-top: 8px;
  }
  #footer-menu .menu .box ul li {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 440px) {
  .recruit_wrapper {
    width: 90%;
  }
  .recruit_wrapper > img {
    width: 234px;
    top: 30px;
    left: 8%;
  }
}

/* footer */
.footer-logo {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}
#footer-menu .menu .box .ttl {
  color: #3d3d3d;
  text-align: left;
}
#footer-menu .menu .box ul li {
  line-height: 1.2;
}
#footer-menu .menu .box a,
#footer-menu .menu .box a:hover {
  color: #6f6f6f;
  text-decoration: none;
}

#footer-menu .menu .box > div {
  display: flex;
  gap: 16px; /* partionとulの間隔 */
}

#footer-menu .menu .box .partion {
  width: 2px;
  min-height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    #fecb44 0,
    #fecb44 3px,
    transparent 3px,
    transparent 8px
  );
}

.footer-widget-area {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 8px;
  }
  #footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
  }
  #footer-menu .menu .box > div {
    flex-direction: column;
    gap: 8px;
    align-items: start;
    white-space: normal;
  }

  #footer-menu .menu .box .partion {
    width: 50%;
    height: 2px;
    min-height: auto;
    background-image: repeating-linear-gradient(
      to right,
      #fecb44 0,
      #fecb44 3px,
      transparent 3px,
      transparent 8px
    );
  }

  #footer-menu .menu .box ul {
    flex-direction: column;
  }

  #footer-menu .menu .box {
    width: calc(50% - 8px);
  }

  #footer-menu .menu .box ul li {
    width: unset;
    text-align: unset;
  }
}

/* サブページ */
.sub-page #main .page-header .page-header_inner .page-header_inntop {
  border-bottom: none !important;
}
.sub-page .page-header {
  background-image: none !important;
  color: #3d3d3d;
  background-color: transparent;
  min-height: 95px !important;
}
.page-news .sub-page .page-header {
  min-height: 145px !important;
}
.sub-page .page-header .bread-crumb a {
  color: #b1b1b1 !important;
}
.sub-page .page-header__title {
  top: 120px !important;
}
.page-news .sub-page .page-header__title {
  top: -30px !important;
  margin: 0 auto;
}

.sub-page .js-wrap-c {
  width: 100vw;
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  z-index: -1;
}
.sub-page .js-wrap-c .js-canvas03 {
  width: 1320px;
  height: 620px;
}
.sub-page canvas {
  display: block;
  position: absolute;
  height: 300px;
  top: 0;
  top: 15px;
  transform: rotate(-14deg);
  right: -450px;
}
.sub-page .title {
  position: relative;
  width: fit-content;
  color: #696969;
  margin: 0 auto;
}
.sub-page .title:after {
  content: none;
}
.sub-page .title-line {
  width: calc(100% + 32px);
  height: 0px;
  background: #ffc800;
  border-radius: 6px;
  box-shadow: 0 0 4px 2px #ffc800aa;
  position: absolute;
  left: 50%;
  margin-top: 8px;
  transform: translateX(-50%);
}

.sub-page .contents_frame {
  gap: 2rem;
}
.side-menu {
  width: 220px;
  margin-top: -48px;
  padding: 4rem 30px 4rem;
  background: #f1f1f17d !important;
  border-radius: 5px;
  height: fit-content;
}

.side-menu .menu-current {
  background-color: #fecb44 !important;
  color: #fff;
}
.side-menu > .menu {
  font-weight: bold;
  padding: 8px;
}
.side-menu .menu {
  border-bottom: 1px solid#fecb44;

  position: relative;
}
.parent-ir .side-menu > .menu:not(.menu-current):hover {
  background-color: rgba(254, 203, 68, 0.1) !important;
}
/* Accordion menu styles */
.side-menu #ir_menu_stock {
  transition: background-color 0.3s ease;
  position: relative;
}

/* PC・SP共通: activeクラスに応じて切り替え */
.side-menu .drop-menu {
  cursor: default;
}
.side-menu .drop-menu > a > .menu.active::after {
  content: '▲';
  position: absolute;
  right: 10px;
  font-size: 12px;
}
.side-menu .drop-menu > a > .menu:not(.active)::after,
.side-menu .drop-menu > .menu:first-of-type::after {
  content: '▼';
  position: absolute;
  right: 10px;
  font-size: 12px;
}
.side-menu .drop-menu > a > .menu.active::after,
.side-menu .drop-menu > .menu.active::after {
  content: '▲';
  position: absolute;
  right: 10px;
  font-size: 12px;
}
.side-menu ul.submenu li.select a {
  background-color: rgba(255, 195, 0, 0.6);
}
.drop-menu:not(:has(> .menu.active)) .side-menu ul.submenu {
  display: none;
  flex-direction: column;
  padding: 4px 8px;
  background-color: #ffffff;
}
/* activeクラスがある場合はサブメニューを表示 */
.side-menu .drop-menu > a > .menu.active + ul.submenu,
.side-menu .drop-menu:has(> a > .menu.active) ul.submenu,
.side-menu .drop-menu:has(> a.active > .menu) ul.submenu {
  display: flex;
}
ul.submenu li:not(:last-child) {
  border-bottom: #fecb44 1px solid;
}
.side-menu ul.submenu li a {
  padding: 12px 16px;
  background-color: #fff;
}
.side-menu ul.submenu li a:hover {
  background-color: rgba(255, 224, 100, 0.6);
}
.side-menu ul.submenu li.select a {
  background-color: #ffe064;
}
.page-ir canvas {
  top: 50px;
  transform: rotate(-40deg);
  right: -45vw;
}
.table > thead > tr > th,
.widget_calendar table > thead > tr > th,
.table > thead > tr > td,
.widget_calendar table > thead > tr > td,
.table > tbody > tr > th,
.widget_calendar table > tbody > tr > th,
.table > tbody > tr > td,
.widget_calendar table > tbody > tr > td,
.table > tfoot > tr > th,
.widget_calendar table > tfoot > tr > th,
.table > tfoot > tr > td,
.widget_calendar table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.nt_table th {
  opacity: 0.5;
  font-size: 80%;
}
.table th,
.table td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
th {
  text-align: left;
}
.table,
.widget_calendar table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}

.dividends-table .listtitle {
  background: #f3f3f3;
}

.menu.menu_faq {
  background-color: #fff;
}

/* 問い合わせフォーム */
#ccform .btn-area a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .sub-page canvas {
    top: -100px;
    transform: rotate(-14deg);
    right: -470px;
  }
  .page-ir canvas {
    top: -91px;
    transform: rotate(-40deg);
    right: -44vw;
  }
}
@media (min-width: 990px) {
  .side-menu .drop-menu > .submenu {
    padding: 8px 8px;
    background-color: #fff;
  }
  .page-company .side-menu > .menu:not(.menu-current):hover {
    background-color: rgba(254, 203, 68, 0.1) !important;
  }
}
@media (max-width: 991px) {
  .page-ir
    #main
    .page-header
    .page-header_inner
    .w_page-header__title
    .page-header__title {
    top: 60px !important;
    left: -50px;
  }
  #main
    .page-header
    .page-header_inner
    .page-header_inntop
    .page-header__subttl {
    display: none;
  }
  .sub-page .page-header,
  .page-news .sub-page .page-header {
    min-height: 40px !important;
  }
  .sub-page canvas {
    top: -48px;
    right: -233px;
  }
  .sub-page .contents_frame {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .side-menu .menu {
    text-align: center;
  }
  .side-menu .drop-menu {
    position: relative;
  }
  .side-menu .drop-menu .menu_stock {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .side-menu ul.submenu {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .page-ir canvas {
    top: 140px;
    right: -45vw;
  }
  .page-news .sub-page .page-header__title {
    top: -5px !important;
  }
  .side-menu .menu-current {
    background-color: transparent !important;
  }
  .side-menu a .menu-current {
    color: #333;
  }
  .side-menu .menu-current {
    color: #fecb44 !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  .side-menu a:has(.menu-current):hover {
    opacity: 1 !important;
    cursor: unset;
  }
  .page-company .side-menu > .menu:not(.menu-current) a:hover {
    background-color: rgba(254, 203, 68, 0.3) !important;
  }
}
@media (max-width: 767px) {
  .sub-page h1.page-header__title {
    font-weight: bold;
    font-size: 24px;
  }
  .ir-page
    #main
    .page-header
    .page-header_inner
    .w_page-header__title
    .page-header__title {
    top: 30px !important;
  }
  .sub-page canvas {
    top: -60px;
    right: -90px;
  }
  .page-ir canvas {
    top: 250px;
    right: -45vw;
    transform: rotate(-55deg);
  }
}
@media (max-width: 440px) {
  .sub-page canvas {
    transform: rotate(-18deg);
    top: -30px;
    right: -52px;
  }
  .page-ir canvas {
    top: 290px;
    right: -80vw;
    transform: rotate(-50deg);
    width: 545px !important;
  }
}

/* top ir */
#ir {
  background-color: #ffe96a;
}
#ir .hd {
  line-height: 0.7;
}
.ir_content {
  padding: 32px 16px;
}
.ir_content .ir_content_value p {
  font-size: 16px;
  font-weight: bold;
}
.ir_content > div .value {
  font-size: 40px;
}
.highcharts-container {
  background-color: #ffffff75;
}
.highcharts-background {
  fill: transparent;
}
.ir_button {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ir_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ir_content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 40px 0 20px;
  }
  .ir_content .ir_content_value p {
    font-size: 14px;
  }
  .ir_contents_2 .ir_content {
    padding: 24px 0 30px;
  }
}
.ir_header {
  width: 80%;
  margin: 0 auto;
}
.ir_header img {
  width: 400px;
  top: -80px;
  transform: unset;
  left: 0;
}
.ir_contents_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: center;
  justify-content: center;
  padding: 0 0 16px;
  width: 80%;
  margin: 0 auto;
}
.ir_contents_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  gap: 16px;
  text-align: center;
  margin: 0 auto;
}
.ir_contents_3 {
  width: 80%;
  margin: 16px auto;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 13rem;
  justify-content: center;
  box-sizing: border-box;
}
.ir_contents_3 .ir_content_title {
  margin-bottom: 1rem;
}
.ir_contents_3 > img {
  max-height: 80px;
}
.ir_contents_1 .ir_content {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 24px 20px;
}
.ir_contents_1 .ir_content_title {
  margin-bottom: 16px;
}
.ir_contents_1 .ir_content > p {
  margin-top: 8px;
}
.ir_contents_1 .ir_content > div:first-child {
  display: flex;
  justify-content: center;
  gap: 15%;
  align-items: center;
}
.ir_contents_1 .ir_content > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 145px;
}
.ir_contents_1 .ir_content img {
  max-height: 80px;
}
.ir_contents_2 .ir_content > img {
  max-height: 80px;
  margin-bottom: 4px;
  width: 100px;
}
.ir_contents_2 .ir_content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 5px;
  align-items: center;
  gap: 1.5rem;
}
.ir_contents_2 .ir_content > p:last-child {
  margin-top: auto;
}

.highcharts-container {
  background-color: #ffffff75;
}
.highcharts-background {
  fill: transparent;
}
.ir_content_title {
  color: #767171;
  font-size: 20px;
  font-weight: bold;
}
.ir_contents_2 .ir_content_title {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.ir_content_value {
  font-size: 36px;
  color: #3d3d3d;
  font-weight: bold;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ir_stock {
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  width: fit-content;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  margin: 24px auto;
  font-size: 24px;
}
.ir_stock_contents {
  justify-content: space-between;
}
.ir_stock_content {
  gap: 8rem;
  align-items: baseline;
}
.ir_stock_content > div {
  display: flex;
  gap: 8rem;
}
.ir_stock_content .stock-value > span {
  font-size: 40px;
}
.stock-title {
  font-size: 24px;
}
.stock-time {
  color: #535353;
  font-size: 16px;
}
.stock-value {
  font-size: 16px;
  vertical-align: bottom;
  font-weight: bold;
}
.stock-value + .current {
}
.stock-value.minus {
  /* color: #c62727; */
}
.stock-value.plus {
  /* color: #0c70a1; */
}
.ir_button {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.ir-button {
  padding-top: 16px;
  text-align: center;
}
.ir-button a {
  background-color: #fff;
  text-decoration: none;
}
#ir .ir-news-wrap {
  width: 88%;
}
#ir .ir-news {
  margin: 0 8rem;
  background-color: unset;
  border-top: 1px solid #ffffff;
}
#ir .ir-news .button_round {
  background-color: #ffffff;
}
.ir-news .category {
  width: 95px;
}

/* アニメーション開始時、一度「0」に戻すことを想定 */
div[id^='value'] {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ir_contents_1 .ir_content > div:first-child {
    gap: 6%;
  }
  .ir_contents_2 .ir_content > img {
    max-height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .ir_contents_1 .ir_content > div:first-child img {
    width: 110px;
  }
  .ir_contents_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ir_contents_2 .ir_content_title {
    font-size: 18px;
  }
  .ir_content_title {
    margin-bottom: 1rem;
  }
  .ir_content_value {
    font-size: 28px;
  }
  .ir_contents_3 {
    gap: 5rem;
  }
  .stock-title,
  .stock-value,
  .ir_stock {
    font-size: 16px;
  }
  .ir_stock_contents {
    flex-direction: column;
    row-gap: 8px;
  }
  .ir_stock_content {
    font-size: 16px;
    gap: 3rem;
  }
  .ir_stock_content > div {
    gap: 3rem;
  }
  .stock-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .ir_header img {
    top: -60px;
    width: 309px;
  }
  .ir_content_title {
    font-size: 20px;
  }
  .ir_contents_2 .ir_content_title {
    margin-bottom: 0;
  }
  .ir_contents_2 .ir_content {
    gap: 1rem;
  }
  .ir_content > p {
    font-size: 12px;
  }
  .ir_content > div .value {
    font-size: 32px;
  }
  .ir_content .ir_content_value p {
    font-size: 14px;
  }
  .ir_stock_content .stock-value > span {
    font-size: 32px;
  }
  .stock-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #ir.content_section {
    padding-top: 80px;
  }
  .ir_contents_1 {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 0 8px;
  }
  .ir_contents_1 .ir_content {
    padding: 24px 20px;
  }
  .ir_contents_2 .ir_content_title,
  .ir_contents_3 .ir_content_title {
    font-size: 16px;
  }
  .ir_contents_2 {
    gap: 8px;
  }
  .ir_contents_3 {
    margin: 8px auto;
    gap: 5rem;
    padding: 24px 32px;
  }
  .ir_content_value {
    gap: 4px;
  }
  .ir_stock_content {
    font-size: 16px;
    flex-direction: column;
    row-gap: 4px;
  }
  .ir_stock span {
    display: block;
  }
  .stock-time {
    font-size: 14px;
  }
  #ir .ir-news {
    margin: 0 3rem;
  }
  .ir-button {
    padding-top: 8px;
  }
}
@media screen and (max-width: 550px) {
  .ir_contents_3 {
    margin: 8px auto;
    gap: 1rem;
    flex-direction: column;
  }
  .ir_contents_3 > div {
    width: fit-content;
  }
}
@media screen and (max-width: 440px) {
  .ir_header img {
    top: -49px;
    width: 252px;
  }
  #ir .hd {
    font-size: 21px !important;
  }
  .ir_contents_1,
  .ir_contents_2,
  .ir_contents_3 {
    width: 90%;
  }
  .ir_contents_1 .ir_content_title {
    font-size: 18px;
  }
  .ir_contents_2 .ir_content_title {
    font-size: 15px;
  }
  .ir_content > div .value,
  .ir_stock_content .stock-value > span {
    font-size: 26px;
  }
  .ir_content .ir_content_value p {
    font-size: 13px;
  }
  .ir_contents_1,
  .ir_contents_2,
  .ir_contents_3 {
    font-size: 14px;
  }
  .ir_contents_1 .ir_content > div:first-child {
    gap: 10%;
  }
  .ir_contents_1 .ir_content > div:first-child img {
    width: 100px;
  }
  .stock-title,
  .stock-value,
  .ir_stock {
    font-size: 14px;
  }
  #ir .ir-news {
    margin: 0 -0.5rem;
    padding-bottom: 0;
  }
}

/* ir情報ページ */
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.article {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0px,
    rgba(255, 255, 255, 0) 60px,
    rgba(255, 255, 255, 1) 100px,
    rgba(255, 255, 255, 1) 100%
  );
}
.sub-page .article > .entry {
  padding-bottom: 40px;
}
.content-box {
  border-radius: 10px;
}
.page-ir .entry.container {
  width: 87%;
}
.page-ir .content-main {
  margin-top: 0;
}
.page-ir .article {
  background: none;
}
.content-main:after,
.content-main:before {
  content: none;
}
.content-main > .content-box {
  background: #f1f1f17d !important;
}

.page-ir .page-header__title.entry-title {
  display: none;
}
.ir_bana_box {
  justify-content: space-around;
}
.ir_bana_box a {
  text-decoration: none;
}
.ir_bana_box a:hover {
  opacity: 1;
}
.ir_bana_box .bana {
  border: 1px solid #e2e8f0;
  background-color: #fff;
  height: 110px;
}
.ir_bana_box .bana:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: 1s;
}

.ir_bana_box .bana:before,
.ir_bana_box .bana:after {
  content: none !important;
}
.page-ir .ir-news {
  background-color: transparent;
}
.page-ir #main .page-header {
  min-height: 0 !important;
}
.page-ir .content-main .content-box {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0px,
    rgba(255, 255, 255, 0) 60px,
    rgba(255, 255, 255, 1) 100px,
    rgba(255, 255, 255, 1) 100%
  );
  margin-bottom: 0;
  min-height: unset;
}

.page-ir .content-main .content-box {
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .content-main > .content-box {
    padding: 30px 18px;
  }
}

.page-ir .link_box_wrap .link_box ul li:before {
  content: none;
}
.page-ir .link_box_wrap .link_box .title:after {
  content: none;
}
.page-ir .link_box_wrap .link_box:not(:first-child) {
  border-left: none;
}

.page-ir .link_box_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 70px;
}
.page-ir .link_box_wrap .link_box figure {
  margin-bottom: 8px;
  width: 18px;
  margin-top: 6px;
}
.page-ir .ir_bana_box > div {
  position: relative;
}
.page-ir .ir_bana_box > div::before {
  position: absolute;
  content: '';
  width: 90%;
  top: 0px;
  left: -4px;
  height: 85%;
  transform: rotate(2deg);
  background-color: #cccccc;
}
.page-ir .ir_bana_box > div::after {
  position: absolute;
  content: '';
  width: 90%;
  bottom: 0;
  right: -5px;
  height: 85%;
  transform: rotate(2deg);
  border: 1px solid #000;
  z-index: -1;
}
.page-ir .ir_bana_box > div {
  width: 45%;
  flex: unset;
}
@media (min-width: 600px) {
  .link_box_wrap > .link_box {
    min-height: 285px;
  }
}
@media (max-width: 1200px) {
  .page-ir .link_box_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* 2列に切り替え */
@media (max-width: 991px) {
  .page-ir .link_box_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-ir .link_box_wrap .link_box {
    width: unset;
  }
}
@media (max-width: 768px) {
  .page-ir .link_box_wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
  .page-ir .ir_bana_box {
    margin: 0 auto;
    row-gap: 2rem;
  }
  .page-ir .ir_bana_box > div {
    width: 80%;
    margin: 0 auto;
  }
}
/* 1列に切り替え */
@media (max-width: 500px) {
  .page-ir .link_box_wrap {
    grid-template-columns: 1fr;
  }
  .page-ir .ir_bana_box > div {
    width: 100%;
  }
}
.page-ir .link_box_wrap .link_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d5d5d5;
  padding: 18px 8px;
  background: #fff;
  margin-bottom: 0;
}
.page-ir .link_box_wrap .link_box::before {
  position: absolute;
  content: '';
  top: -18px;
  left: 0;
  width: 57%;
  height: 25px;
  background: #ccc;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
  z-index: -1;
}
.page-ir .link_box_wrap .link_box:not(:first-child) {
  border-left: 1px solid #d5d5d5;
}
.page-ir .link_box_wrap .link_box .title {
  padding-bottom: 0;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.page-ir .link_box_wrap .link_box .title_box {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px dashed #b2b2b2;
  width: 90%;
  margin-bottom: 16px;
}
.page-ir .link_box_wrap .link_box ul {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 95%;
}
.page-ir .link_box_wrap .link_box ul li {
  line-height: 1;
  margin-top: 13px;
  padding-left: 0;
  text-indent: 0;
}
.page-ir .link_box_wrap .link_box ul li a {
  color: #6f6f6f;
  text-decoration: underline;
  cursor: pointer;
}
.page-ir .link_box_wrap .link_box ul li a:hover {
  opacity: 0.8;
}
.remark {
  margin-left: 1em;
  font-size: 11px;
  color: rgba #333333cc (51, 51, 51, 0.8);
}
.ir-content-note {
  text-align: right;
  margin-top: 16px;
}
.ir-content-note .download {
  color: #6f6f6f !important;
  text-decoration: underline;
}

.w_hd_bdr {
  border-bottom: none;
}
.ir-news {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.ir-news-wrap {
  width: 85%;
}
.page-ir .news_contents .news {
  background-color: #f9f9f9;
}
.ir-news .rt {
  display: inline-block !important;
}

.box_else {
  width: 85%;
  padding: 24px;
  border: 4px double #d8d8d8;
  border-radius: 10px;
  margin: 0px auto 40px;
}
.box_else_title {
  margin-top: 0;
  text-align: center;
}
.box_else_title .hd {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 22px;
}
.box_else ul {
  display: grid;
  justify-content: center;
  gap: 8%;
  grid-template-columns: repeat(4, 1fr);
  max-width: 740px;
  width: 90%;
  margin: 0 auto;
}
.box_else ul li {
  text-indent: 0;
}
.box_else ul li:before {
  content: none;
}
@media (min-width: 767px) {
  .box_else ul li {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .box_else ul {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 24px;
  }
  .svg-container {
    gap: 8px;
  }
  .box_else ul {
    gap: 4%;
  }
}
@media (max-width: 440px) {
  .box_else ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* hover時だけアニメーションを開始 */
.svg-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
/* company_message */
.page-company-child .page-header .page-header__title,
.page-ir-child #main .page-header__title {
  transform: translateX(-50%);
  top: -35px !important;
  left: 50%;
}
.title {
  position: static;
  text-align: center;
  margin-bottom: 0;
}
.page-message .messe_sign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.ceo_img {
  width: 150px;
}
.name_content {
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.name_content > span {
  line-height: 1;
}
.page-message .messe_sign figure:first-child {
  padding: 16px 33px 0;
  background-color: #7777775e;
  margin-right: 0px;
}
.page-message .content-box > .contents {
  display: flex;
  justify-content: space-between;
}
.page-message .content-box > .contents .body {
  width: 60%;
}
.page-message .content-box {
  min-height: 575px;
}
.pc-messe {
  display: block;
}
.sp-messe {
  display: none;
}
.side-menu-wrapper {
  position: relative;
  width: 220px;
}

/* 会社情報TOP */
.content-main .content-box {
  min-height: 400px;
}
.page-parent.page-company .imgbox {
  margin-top: 0;
  transform: translateY(-13px);
}

.company-content-box .imgbox {
  width: 150px;
}
.company-content-box .imgbox img {
  min-width: 150px;
}
.company-contents {
  border: 1px solid #ffe562;
  height: 100%;
  max-width: calc((100% - 8px) / 2);
  background-color: #fff;
}
.company-contents a {
  text-decoration: none;
}
.company-content-box {
  display: flex;
}
.company-content-text {
  font-size: 12px;
}
.company-content-title {
  font-size: 20px;
}
.company-contents > a > span {
  content: '';
  display: block;
  width: 70%;
  height: 25px;
  background-color: #ffd062;
  margin-top: 8px;
  margin-right: 0;
  margin-left: auto;
}
.company-content-text {
  width: 50%;
  min-width: 170px;
  text-align: center;
  position: relative;
  margin-top: 24px;
  line-height: 1.5;
}
.company-content-text figure {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.company-content-text > .flex {
  justify-content: center;
  color: #6d6d6d;
}
.page-parent.page-company .content-box {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: unset;
}

@media screen and (max-width: 768px) {
  .company-content-box .imgbox img {
    min-width: 130px;
  }
  .company-content-text {
    min-width: 140px;
  }
  .company-content-title {
    font-size: 16px;
  }
  .company-content-text {
    font-size: 10px;
  }
  .company-content-text figure {
    top: -48px;
  }
}
@media screen and (max-width: 550px) {
  .company-content-box .imgbox img {
    min-width: 100px;
  }
  .company-content-text {
    margin-top: 10px;
  }
  .company-content-text figure {
    top: -34px;
  }
  .company-content-text {
    min-width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .company-contents {
    max-width: calc(100% / 1);
  }
  .page-parent.page-company .imgbox {
    width: 45%;
  }
  .company-content-text {
    font-size: 12px;
  }
}

/* ハンバーガーメニューボタン */
.hamburger-menu-btn {
  display: none;
  position: fixed;
  top: 63px;
  right: 20px;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #fecb44;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hamburger-menu-btn span:not(.menu-text) {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-menu-btn span:not(.menu-text)::before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-menu-btn span:not(.menu-text)::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin: -3px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-menu-btn:hover {
  background-color: #ffd966;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hamburger-menu-btn .menu-text {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  margin-top: -10px;
  line-height: 1;
}

.hamburger-menu-btn.active span:not(.menu-text) {
  transform: rotate(45deg) translate(6px, 4px);
}

.hamburger-menu-btn.active span:not(.menu-text)::before {
  opacity: 0;
}

.hamburger-menu-btn.active span:not(.menu-text)::after {
  transform: rotate(-90deg) translate(12px, -1px);
}

/* サイドメニューのヘッダー */
.side-menu-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid #fecb44;
  margin-bottom: 16px;
}

.side-menu-close {
  display: none;
  background: none;
  border: none;
  font-size: 32px;
  color: #333;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s ease;
  line-height: 1;
  padding: 0;
}

.side-menu-close:hover {
  background-color: #f0f0f0;
  color: #fecb44;
}

/* IR メニューオーバーレイ */
.ir-menu-overlay {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 80;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ir-menu-overlay.active {
  display: none;
}

@media (max-width: 991px) {
  /* ハンバーガーボタンは非表示 */
  .hamburger-menu-btn {
    display: none !important;
  }
  .ir-menu-overlay {
    display: none !important;
  }

  /* サイドメニューは常に表示（ハンバーガーメニュー無効） */
  .side-menu {
    margin: 0 auto;
    position: static;
    width: 95%;
    padding: 2rem 15px;
    overflow-y: visible;
    display: block;
    column-count: 1;
    column-gap: 1rem;
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
    background: #f7f7f7 !important;
  }
  #side-menu > a,
  #side-menu > div {
    width: 60%;
    margin: 0 auto 8px;
    font-weight: bold;
  }
  #side-menu > a > div {
    border: none;
  }

  #side-menu .drop-menu {
    border-top: 1px solid#fecb44;
    border-bottom: 1px solid#fecb44;
  }
  #side-menu > a > div,
  #side-menu .drop-menu > ul > li > a,
  #side-menu .drop-menu > div > ul > li > a {
    color: #757575;
    text-decoration: underline;
    width: fit-content;
    margin: 0 auto 4px auto;
  }

  .side-menu-header {
    display: none;
  }

  .side-menu-close {
    display: none;
  }

  .side-menu .menu {
    width: 100%;
    margin: 0;
    border-bottom: none;
  }
  #side-menu .drop-menu.border-none {
    border-top: none;
  }

  /* ドロップダウンを無効化して縦並びに */
  .side-menu .drop-menu {
    display: block;
    break-inside: avoid;
    margin-bottom: 0;
  }

  /* ドロップダウンの矢印を非表示 */
  .side-menu .drop-menu .menu::after {
    display: none !important;
  }

  /* サブメニューを常に表示 */
  .side-menu ul.submenu {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }

  .side-menu ul.submenu li {
    border-bottom: 1px solid transparent;
    text-align: center;
  }

  .side-menu ul.submenu li a {
    padding: 2px 16px;
    background-color: transparent;
    display: block;
    font-weight: normal;
  }

  /* よくある質問のサブメニューも展開 */
  .side-menu .menu_faq {
    display: block !important;
  }

  .side-menu .menu_faq ul.submenu {
    display: block !important;
  }

  .side-menu-wrapper {
    width: 100%;
    position: relative;
  }
  .side-menu .side_bana_box {
    margin-top: 0;
  }
  .content-main {
    width: 95%;
    margin: 0 auto;
  }
  .page-company-child .page-header .page-header__title,
  .page-ir-child #main .page-header__title {
    top: 0px !important;
  }
  .menu.menu_faq {
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hamburger-menu-btn {
    right: 9px;
  }
  .name_content {
    flex-direction: column;
  }
  .side-menu {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .pc-messe {
    display: none;
  }
  .sp-messe {
    display: block;
  }
  .page-message .content-box > .contents {
    display: block;
  }
  .page-message .messe_sign {
    float: right;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .ceo_img {
    width: 130px;
  }
  .page-message .messe_sign figure:first-child {
    padding: 10px 13px 0;
  }
  .page-company-child .side-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu.menu_faq {
    background-color: transparent;
  }
  .content-main {
    width: 100%;
  }
  .content-box {
    border-radius: 0;
  }
}
@media (max-width: 500px) {
  .side-menu {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 440px) {
  .page-message .messe_sign {
    margin-left: 26px;
  }
  .ceo_img {
    width: 100px;
  }
  .sp-messe {
    font-size: 13px;
    line-height: 1.6;
  }
  .page-company-child .side-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-sitemap .content-box,
.page-privacy .content-box {
  max-width: 1020px;
  margin: 0 auto;
}
