﻿:root {
  --scroll-x: 0px;
  --scroll-y: 0px;
  --vh: 1vh;
  --vw: 1vw;
}
/* destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
.breadcrumb_list {
  max-width: 1280px;
  padding: 10px 40px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list {
    font-size: 12px;
    display: block;
    padding: 10px 20px 0;
  }
}
.breadcrumb_item:not(:last-of-type) {
  color: #053962;
}
.breadcrumb_item:not(:first-of-type):before {
  content: '/';
  margin: 0 5px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .breadcrumb_item a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_item {
    display: inline;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #f8f9fa;
}
body:not(.page_top) main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  body:not(.page_top) main {
    padding-top: 70px;
  }
}
body:not(.page_top) .bottom_container {
  visibility: visible;
  opacity: 1;
}
body:not(.page_top) h3.head3 {
  color: #4375FC;
  padding-bottom: 10px;
  border-bottom: solid 4px #4375FC;
  margin-bottom: 60px;
}
body:not(.page_top) h3.head3 .main {
  font-size: 28px;
}
body.page_top {
  padding-bottom: 0;
}
body.page_top:has(#bottom_container.is_show) {
  padding-bottom: 48px;
}
img {
  width: 100%;
}
.container {
  max-width: 1412px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-top: 40px;
  }
}
a:not(.hover_menu_item),
span.link_btn:not(.hover_menu_item) {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.c-orng {
  color: #4375FC;
}
.c-bk {
  color: #000;
}
@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
span.bd {
  display: block;
  width: 100%;
  height: 3px;
  margin: 60px 0;
  background: #b2955e;
}
@media screen and (max-width: 767px) {
  span.bd {
    height: 2px;
    margin: 40px 0;
  }
}
.is_red {
  color: #d61718;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.list_item {
  position: relative;
  font-size: 12px;
  padding-left: 10px;
}
.list_item:before {
  position: absolute;
  content: '-';
  display: inline-block;
  left: 0;
  top: 0;
}
.num_block {
  counter-reset: number 0;
}
.num_item {
  position: relative;
  font-size: 12px;
  padding-left: 22px;
}
.num_item:before {
  counter-increment: number 1;
  position: absolute;
  content: counter(number, decimal-leading-zero) ".";
  display: inline-block;
  letter-spacing: 0;
  left: 0;
  top: 0;
}
.page_container .inr {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_container .inr {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.txt a {
  color: #4375FC;
}
.page_contents_block {
  margin-top: 120px;
}
.page_contents_block.blk {
  background: #231f20;
  color: #fff;
  margin: 0;
}
.page_contents_block.blk + .page_contents_block {
  margin: 0;
}
.btn_unit a.btn,
.btn_back a.btn,
.black_btn,
.hover_on_link {
  position: relative;
}
.btn_unit a.btn:hover .hover_mark:before,
.btn_back a.btn:hover .hover_mark:before,
.black_btn:hover .hover_mark:before,
.hover_on_link:hover .hover_mark:before {
  -webkit-animation-name: hoverDot;
          animation-name: hoverDot;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hover_on_link.tab_nav_item:hover .hover_mark:before {
  -webkit-animation-name: navDot;
          animation-name: navDot;
}
.btn_back {
  width: 100%;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_back a.btn {
  position: relative;
  width: 240px;
  height: 64px;
  padding: 0 30px 0 0;
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  font-weight: bold;
  font-size: 16px;
}
.btn_back a.btn .btn-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  stroke-dasharray: 255px 10px;
  -webkit-transition: stroke-dasharray 0.3s ease-in-out;
  transition: stroke-dasharray 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.btn_back a.btn .btn-bg rect {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.btn_back a.btn:hover {
  color: #4375FC;
}
.btn_back a.btn:hover .btn-bg {
  stroke-dasharray: 255px 0;
}
.btn_unit {
  width: 100%;
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_unit a.btn {
  position: relative;
  width: 215px;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
}
.btn_unit a.btn .btn-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  stroke-dasharray: 200px 10px;
  -webkit-transition: stroke-dasharray 0.3s ease-in-out;
  transition: stroke-dasharray 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.btn_unit a.btn .btn-bg rect {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.btn_unit a.btn:hover {
  color: #4375FC;
}
.btn_unit a.btn:hover .btn-bg {
  stroke-dasharray: 200px 0;
}
.btn_unit a.btn.w245 {
  width: 245px;
}
.btn_unit a.btn.w245 .btn-bg {
  stroke-dasharray: 200px 10px;
}
.btn_unit a.btn.w245:hover .btn-bg {
  stroke-dasharray: 200px 0;
}
.btn_unit a.btn.w277 {
  width: 277px;
  height: 64px;
  padding: 0 30px;
  font-size: 16px;
}
.btn_unit a.btn.w277 .btn-bg {
  stroke-dasharray: 260px 10px;
}
.btn_unit a.btn.w277:hover .btn-bg {
  stroke-dasharray: 260px 0;
}
.btn_unit a.btn.w305 {
  width: 305px;
  height: 64px;
  padding: 0 30px;
  font-size: 16px;
}
.btn_unit a.btn.w305 .btn-bg {
  stroke-dasharray: 260px 10px;
}
.btn_unit a.btn.w305:hover .btn-bg {
  stroke-dasharray: 260px 0;
}
.btn_unit a.btn.w307 {
  width: 307px;
  height: 50px;
}
.btn_unit a.btn.w307 .btn-bg {
  stroke-dasharray: 200px 10px;
}
.btn_unit a.btn.w307:hover .btn-bg {
  stroke-dasharray: 200px 0;
}
.btn_unit a.btn.w330 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 64px;
  padding: 0 30px 0 0;
  font-size: 16px;
}
.btn_unit a.btn.w330 .btn-bg {
  stroke-dasharray: 260px 10px;
}
.btn_unit a.btn.w330:hover .btn-bg {
  stroke-dasharray: 260px 0;
}
.btn_unit a.btn.w336 {
  width: 336px;
}
.btn_unit a.btn.w245sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 245px;
  height: 70px;
  padding: 0 25px 0 0;
}
.hover_mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  background: rgba(0,106,225,0.1);
  background-size: 100% 100%;
}
.hover_mark:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4375FC;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.line_common_link {
  text-align: right;
  padding-right: 34px;
}
.line_common_link .line {
  font-size: 14px;
}
.line_common_link .line:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: #4375FC;
  width: 0px;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.line_common_link a {
  color: #4375FC;
}
.line_common_link a:hover .omission {
  display: none;
}
.line_common_link a:hover .line:after {
  width: 100%;
  height: 2px;
}
.line_common_link .hover_mark {
  bottom: 0;
  right: -34px;
  width: 24px;
  height: 24px;
}
.line_common_link .hover_mark:before {
  width: 8px;
  height: 8px;
}
h2.head2 {
  text-align: center;
  margin-bottom: 60px;
}
h2.head2 .head_en {
  font-family: "Oswald";
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 20px;
  color: #4375FC;
  margin-bottom: 5px;
}
h2.head2 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
h2.head2 .main.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
h2.head2 .main.vertical:after {
  content: "";
  display: block;
  background: #4375FC;
  width: 1px;
  height: 45px;
}
h2.head2 .main.noline:before,
h2.head2 .main.noline:after {
  content: none;
}
@media screen and (max-width: 767px) {
  h2.head2 .main {
    font-size: 32px;
  }
}
h2.head2.enbg {
  text-align: left;
  padding: 0;
}
h2.head2.enbg .main {
  font-size: 20px;
  gap: 20px;
}
h2.head2.enbg .main:before {
  content: "";
  display: block;
  background: #4375FC;
  width: 45px;
  height: 1px;
}
h2.head2.enbg .head_en {
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  font-size: 80px;
}
h2.head2 .img {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  h2.head2 .img {
    width: 26px;
    height: 26px;
  }
}
h2.head2 .img img {
  width: 100%;
  aspect-ratio: 1/1;
}
h2.head2.is_new {
  color: #d61718;
}
h3.head3 {
  font-weight: 700;
  margin-bottom: 30px;
}
h3.head3 .main {
  font-size: 24px;
}
h3.head3 +.product_list {
  margin-top: 30px;
}
h4.head4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
h4.head4 .main {
  padding-bottom: 4px;
  border-bottom: solid 2px #000;
}
h4.head4.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  h4.head4.number {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h4.head4.number .main {
    display: block;
    width: 100%;
    padding-bottom: 12px;
  }
}
h4.head4.number:before {
  counter-increment: number 1;
  color: #fff;
  font-weight: bold;
  font-family: "Oswald";
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4375FC;
  letter-spacing: 0;
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
}
h4.head4.case {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  h4.head4.case {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  h4.head4.case .main {
    width: 100%;
  }
}
h4.head4.case .case_label {
  position: relative;
  letter-spacing: 0;
  font-size: 10px;
  background: #4375FC;
  color: #fff;
  padding: 8px 10px;
}
h4.head4.case .case_label:after {
  position: absolute;
  display: block;
  content: "";
  min-width: 1px;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 1px;
  top: 0;
}
h4.head4.case .case_label span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.inr {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 75px 20px;
}
@media screen and (max-width: 767px) {
  .inr {
    padding: 60px 20px;
  }
}
.min_inr {
  max-width: 800px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.img + .grid {
  margin-top: 30px;
}
.txt + .img {
  margin-top: 30px;
}
.radius {
  border-radius: 6px;
}
.sub_container {
  padding: 60px 0 90px;
  background-image: url("/cms/cvent/img/bg/contact.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .sub_container {
    padding: 60px 0;
  }
}
.sub_container.btnwrap {
  margin: 0 0 75px;
  padding: 90px 0 90px;
}
@media screen and (max-width: 767px) {
  .sub_container.btnwrap {
    margin: 0 0 60px;
    padding: 60px 0;
  }
}
.sub_container .inr {
  padding-top: 0;
  padding-bottom: 0;
}
.black_btn {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  border-radius: 6px;
  background: #231f20;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .black_btn {
    padding: 0 60px 0 20px;
    font-size: 22px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .black_btn {
    height: 80px;
    font-size: 16px;
  }
}
.black_btn .hover_mark {
  width: 40px;
  height: 40px;
}
.black_btn .hover_mark:before {
  width: 14px;
  height: 14px;
}
.bottom_container {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255,255,255,0.7);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.bottom_container.is_show {
  visibility: visible;
  opacity: 1;
}
.bottom_container .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 38px;
}
.bottom_container .inr a {
  font-size: 16px;
}
.bottom_container img {
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .bottom_container {
    display: none;
  }
}
.company_scroll_wrap {
  visibility: visible;
  background: #fff;
}
.company_scroll_wrap .company_roop {
  background: #fff;
  width: auto !important;
  height: 140px;
  padding: 30px 90px 30px 20px;
}
@media screen and (max-width: 1080px) {
  .company_scroll_wrap .company_roop {
    padding: 25px 50px 25px 20px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .company_scroll_wrap .company_roop {
    padding: 21.5px 64px 21.5px 14px;
  }
}
.company_scroll_wrap .company_roop img + img {
  margin-left: 60px;
}
@media screen and (max-width: 1080px) {
  .company_scroll_wrap .company_roop img + img {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company_scroll_wrap .company_roop img + img {
    margin-left: 20px;
  }
}
.company_scroll_wrap img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_nav_list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.page_nav_link {
  background-image: url("/cms/cvent/img/icon/blue_toggle.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #4375FC;
  border-radius: 6px;
  padding: 0 30px 0 15px;
  color: #4375FC;
  font-weight: bold;
  text-align: center;
  height: auto;
  min-width: 44px;
}
@media screen and (min-width: 768px) {
  .page_nav_link {
    width: 288px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_nav_link + .page_nav_link {
    margin-top: 15px;
  }
}
.case_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1080px) {
  .case_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .case_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.case_list .day {
  font-size: 12px;
}
.case_list .txt {
  font-size: 14px;
}
.case_list .name {
  font-weight: bold;
  margin: 20px 0 15px;
}
.case_list .ttl {
  font-weight: bold;
  margin: 15px 0 10px;
}
.case_list .line_common_link {
  margin-top: 10px;
}
.note_block {
  background: #ededed;
  border-radius: 6px;
  padding: 20px 30px;
}
.note_block .txt {
  color: #808080;
  font-size: 12px;
  padding-left: 18px;
  text-indent: -17px;
}
.note_block .txt + .txt {
  margin-top: 10px;
}
.movie_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.movie {
  aspect-ratio: 16/9;
}
.topic_list {
  margin: 60px 0;
}
.topic_item {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  border-bottom: solid 1px #c7c7c5;
}
@media screen and (min-width: 768px) {
  .topic_item {
    padding-bottom: 30px;
    -ms-grid-columns: 366px auto;
    grid-template-columns: 366px auto;
  }
}
@media screen and (max-width: 767px) {
  .topic_item {
    padding-bottom: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.topic_item .hover_on_link:hover .omission {
  display: none;
}
.topic_item .hover_on_link .omission {
  font-size: 14px;
}
.topic_item .hover_on_link .omission:hover:before {
  content: none;
}
.topic_item .line_common_link {
  margin: auto 0 0;
}
@media screen and (max-width: 767px) {
  .topic_item .line_common_link {
    margin-top: 15px;
  }
}
.topic_item + .topic_item {
  padding-top: 30px;
}
.topic_txt {
  margin-top: 15px;
  font-size: 14px;
}
.topic_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .step_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flow_block {
  position: relative;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .flow_block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
    min-height: 406px;
  }
}
.flow_block:not(:first-of-type):before {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .flow_block:not(:first-of-type):before {
    width: 30px;
    height: 100%;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .flow_block:not(:first-of-type) {
    padding-top: 60px;
  }
  .flow_block:not(:first-of-type):before {
    width: 100%;
    height: 30px;
    left: 0;
  }
}
.flow_block:nth-of-type(1) {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .flow_block:nth-of-type(1) {
    border-radius: 6px 0 0 6px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .flow_block:nth-of-type(1) {
    border-radius: 6px 6px 0 0;
  }
}
.flow_block:nth-of-type(2) {
  background: #ffece5;
}
@media screen and (min-width: 768px) {
  .flow_block:nth-of-type(2):before {
    background-image: url("/img/common/step_arrow_1.png");
  }
}
@media screen and (max-width: 767px) {
  .flow_block:nth-of-type(2):before {
    background-image: url("/img/common/step_bottom_1.png");
  }
}
.flow_block:nth-of-type(3) {
  background: rgba(255,69,0,0.149);
}
@media screen and (min-width: 768px) {
  .flow_block:nth-of-type(3):before {
    background-image: url("/img/common/step_arrow_2.png");
  }
}
@media screen and (max-width: 767px) {
  .flow_block:nth-of-type(3):before {
    background-image: url("/img/common/step_bottom_2.png");
  }
}
.flow_block:nth-of-type(4) {
  background: rgba(255,69,0,0.2);
}
@media screen and (min-width: 768px) {
  .flow_block:nth-of-type(4) {
    border-radius: 0 6px 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .flow_block:nth-of-type(4) {
    border-radius: 0 0 6px 6px;
  }
}
@media screen and (min-width: 768px) {
  .flow_block:nth-of-type(4):before {
    background-image: url("/img/common/step_arrow_3.png");
  }
}
@media screen and (max-width: 767px) {
  .flow_block:nth-of-type(4):before {
    background-image: url("/img/common/step_bottom_3.png");
  }
}
.flow_block .num {
  font-family: "Oswald";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow_block .num:before {
  display: inline-block;
  content: "STEP";
  font-size: 20px;
}
.flow_block .head {
  color: #4375FC;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 15px;
}
.flow_block .subhead {
  font-weight: bold;
  font-size: 14px;
}
.flow_block .txt,
.flow_block .list_block {
  margin-top: 15px;
  font-size: 14px;
}
.step_text_list {
  margin-top: 60px;
}
.step_text_item:not(:last-of-type) {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .step_text_item:not(:last-of-type) {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .step_text_item:not(:last-of-type) {
    padding-bottom: 28px;
  }
}
.step_text_item:not(:last-of-type):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #4375FC;
  left: 25px;
  top: 0;
  z-index: -1;
}
.step_title {
  font-weight: bold;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .step_title {
    margin-bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .step_title {
    margin-bottom: 15px;
  }
}
.step_title .num {
  font-family: "Oswald";
  font-weight: bold;
  background: #4375FC;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.step_title .num:before {
  display: inline-block;
  content: "STEP";
  font-size: 10px;
}
.step_text {
  padding-left: 70px;
}
@-webkit-keyframes hoverDot {
  80% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    background-image: url("/cms/logicmonitor/img/common/hover.png");
  }
}
@keyframes hoverDot {
  80% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    background-image: url("/cms/logicmonitor/img/common/hover.png");
  }
}
@-webkit-keyframes navDot {
  80% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    background-image: url("/cms/logicmonitor/img/common/nav_hover.png");
  }
}
@keyframes navDot {
  80% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    background-image: url("/cms/logicmonitor/img/common/nav_hover.png");
  }
}
.resources_container {
  padding: 60px 0;
  background: rgba(60,108,107,0.149);
}
@media screen and (min-width: 768px) {
  .resources_container .black_btn {
    padding: 0;
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .resources_container .hover_mark {
    top: auto;
    bottom: 10px;
    right: 10px;
  }
}
.resources_container .head2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .resources_container .head2 .main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .inr {
  padding-top: 0;
  padding-bottom: 0;
}
footer .sub_container .head2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .sub_container .head2 {
    margin-bottom: 30px;
  }
}
footer .sub_container .head2 .main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_main_container {
  padding: 90px 0 30px;
}
@media screen and (max-width: 767px) {
  .footer_main_container {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_logo_block {
  margin-bottom: 90px;
}
.footer_logo_block .mainlogo {
  width: 230px;
  margin-bottom: 20px;
}
.footer_logo_block .provided {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  font-size: 10px;
}
.footer_logo_block .provided img {
  width: 94px;
}
@media screen and (min-width: 768px) {
  .footer_menu {
    width: calc(100% - 230px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 20px;
    padding-left: 70px;
  }
}
.footer_menu_bottom--list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.2;
  font-size: 14px;
}
.footer_menu_bottom--list li + li {
  border-left: solid 1px #000;
  padding-left: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .footer_menu_bottom--list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_list {
    padding: 15px 0;
    border-top: solid 1px #c7c7c5;
    border-bottom: solid 1px #c7c7c5;
  }
}
.footer_menu_list li:first-of-type {
  font-weight: bold;
  font-size: 16px;
}
.footer_menu_list li:not(:first-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.footer_menu_list li:not(:first-of-type):before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 1px;
  background: #707070;
}
.footer_menu_list li + li {
  margin-top: 8px;
}
.footer_now_list {
  font-weight: bold;
  font-size: 16px;
}
.footer_now_list a {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_now_list a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_now_list li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer_now_list li + li {
    border-top: solid 1px #c7c7c5;
  }
}
.footer_small {
  background: rgba(35,31,32,0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 9.5px 0;
}
.footer_small span {
  font-family: "Oswald";
}
.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: solid 2px #053962;
  border-radius: 3px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop:hover {
  background: #053962;
}
.pagetop:hover .pagetop__arrow {
  border-color: #fff;
}
.pagetop .pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #053962;
  border-right: 2px solid #053962;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
.pagetop_detault {
  height: 40px;
  width: 40px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: solid 2px #053962;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop_detault:hover {
  background: #053962;
}
.pagetop_detault:hover .pagetop__arrow {
  border-color: #fff;
}
.pagetop_detault .pagetop__arrow {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #053962;
  border-right: 2px solid #053962;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
#overview .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#overview .flex > div {
  width: 585px;
}
@media screen and (max-width: 767px) {
  #overview .flex > div {
    width: 100%;
  }
}
.check_common .detail_block {
  color: #000;
  margin-top: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 30px;
}
.check_common .ttl + .list {
  margin-top: 15px;
}
.check_common .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.check_common .item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.check_common .item:before {
  display: inline-block;
  content: '';
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-image: url("/cms/logicmonitor/img/icon/blue_check.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 4px;
}
.form_list {
  margin-top: 90px;
}
.form_item.name_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .form_item.name_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form_item.form_check {
  text-align: center;
}
.form_item input {
  background: #fff;
  color: #000;
  border-radius: 3px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_item input[type="text"],
.form_item input[type="tel"],
.form_item input[type="email"] {
  width: 100%;
  font-size: 16px;
  padding: 15px;
}
.form_item input[type="text"]:placeholder,
.form_item input[type="tel"]:placeholder,
.form_item input[type="email"]:placeholder {
  color: #c7c7c5;
}
.form_item label + div {
  margin-top: 11px;
}
.form_item .must {
  display: inline-block;
  background: #4375FC;
  color: #fff;
  letter-spacing: 0;
  border-radius: 3px;
  padding: 3px 10px;
  margin: 0 10px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .form_item .note {
    display: block;
    margin: 10px 0;
  }
}
.form_item span {
  font-size: 10px;
}
.form_item + .form_item {
  margin-top: 32px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form_note {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}
.form_note a {
  text-decoration: underline;
}
.form_download {
  display: block;
  background: #4375FC;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 264px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 50px;
  background-image: url("/cms/cvent/img/icon/download.png");
  background-size: 20px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.form_download input[type="button"] {
  width: 100%;
  height: 100%;
  padding-right: 22px;
}
.form_download.nopush {
  opacity: 0.5;
}
.form_download.nopush input[type="button"] {
  pointer-events: none;
}
.goodsdetail_container {
  width: 1420px;
  margin: 0 auto;
  padding-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 632px 1fr;
  grid-template-columns: 632px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 100px 46px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_container {
    width: 100%;
    padding-top: 0;
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }
}
.goodsdetail_left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.goodsdetail_right {
  width: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .goodsdetail_right {
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
  }
}
.goodsdetail_center {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.goodsimg_main_slide {
  aspect-ratio: 632/474;
}
@media screen and (max-width: 767px) {
  .goodsimg_main_slide {
    aspect-ratio: 390/276;
  }
}
.goodsimg_main_slide img {
  width: 100%;
}
.goodsimg_thum {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .goodsimg_thum {
    display: none;
  }
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 1px solid #000;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--next {
  right: 0;
}
.splide__arrow svg {
  fill: #000;
}
h2.goodsdetail_name {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h2.goodsdetail_name {
    font-size: 18px;
  }
}
.goodsdetail_lead {
  margin-top: 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_lead {
    margin-top: 10px;
    font-size: 14px;
  }
}
.goodsdetail_price {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .goodsdetail_price {
    margin-top: 15px;
  }
}
.goodsdetail_price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
.goodsdetail_price .price:after {
  content: '/';
  padding-left: 0.5em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_price .price:after {
    font-size: 10px;
  }
}
.goodsdetail_price .price .main {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .goodsdetail_price .price .main {
    font-size: 24px;
  }
}
.goodsdetail_price .price .sub {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_price .price .sub {
    font-size: 10px;
  }
}
.goodsdetail_price .misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
.goodsdetail_price .misc .main,
.goodsdetail_price .misc .sub {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_price .misc .main,
  .goodsdetail_price .misc .sub {
    font-size: 10px;
  }
}
.goodsdetail_spec {
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #c7c7c5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .goodsdetail_spec {
    padding: 10px;
  }
}
.goodsdetail_spec .head {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .goodsdetail_spec .head {
    font-size: 12px;
  }
}
.goodsdetail_spec .text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_spec .text {
    font-size: 10px;
  }
}
.goodsdetail_desc {
  margin-top: 35px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .goodsdetail_desc {
    margin-top: 30px;
    font-size: 12px;
  }
}
.goodsdetail_info {
  margin-top: 35px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .goodsdetail_info {
    margin-top: 30px;
    font-size: 10px;
  }
}
.goodsdetail_btns {
  width: 100%;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_btns {
    margin-top: 24px;
    gap: 7px;
  }
}
.goodsdetail_btn {
  width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border: 1px solid #d61718;
}
.goodsdetail_btn.is_white {
  color: #d61718;
  background: #fff;
}
.goodsdetail_btn.is_red {
  color: #fff;
  background: #d61718;
}
@media screen and (max-width: 767px) {
  .goodsdetail_btn {
    height: 32px;
    font-size: 8px;
  }
}
.goodsdetail_faq_container {
  width: 100%;
  margin: 120px 0 80px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_container {
    margin: 65px 0 40px;
    padding: 0 15px;
  }
}
.goodsdetail_faq_title {
  padding: 20px 0;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  border-bottom: 3px solid #b2955e;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_title {
    padding: 12px 0;
    border-bottom: 2px solid #b2955e;
  }
}
.goodsdetail_faq_title .main {
  width: calc(100% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_title .main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
  }
}
.goodsdetail_faq_title .icon {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_title .icon {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
.goodsdetail_faq_title .icon:before,
.goodsdetail_faq_title .icon:after {
  content: '';
  background-color: #000;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_title .icon:before,
  .goodsdetail_faq_title .icon:after {
    width: 16px;
  }
}
.goodsdetail_faq_title .icon:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.goodsdetail_faq_title.is_active .icon:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.goodsdetail_faq_title.is_active .icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.goodsdetail_faq_data {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em 0;
}
.goodsdetail_faq_data .head {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_data .head {
    font-size: 10px;
  }
}
.goodsdetail_faq_data .text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_faq_data .text {
    font-size: 10px;
  }
}
.goodsdetail_faq_data .is_right {
  text-align: right;
}
p.goodsdetail_update {
  font-size: 16px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  p.goodsdetail_update {
    padding: 0 15px;
    font-size: 10px;
  }
}
.goodsdetail_product {
  margin-top: 60px;
}
.goodsdetail_product .product_list {
  width: 100%;
  padding-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 44px;
}
@media screen and (max-width: 767px) {
  .goodsdetail_product .product_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .goodsdetail_product .product_list_item_misc {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .goodsdetail_product .product_list_item_name {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.4;
  }
}
.goodsdetail_notice {
  width: 100%;
  margin: 40px 0;
  padding: 40px 0 0;
  border-top: 3px solid #b2955e;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .goodsdetail_notice {
    width: auto;
    margin: 40px 15px;
    border-top: 2px solid #b2955e;
    font-size: 10px;
  }
}
.goodsdetail_notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.goodsdetail_notice a {
  text-decoration: underline;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.popup_trigger {
  position: relative;
  cursor: pointer;
}
.popup_container {
  width: 285px;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #c7c7c5;
  border-radius: 12px;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
@media screen and (max-width: 767px) {
  .popup_container {
    width: 200px;
    padding: 7px 10px;
    font-size: 10px;
    top: calc(100% + 13px);
    line-height: 1.8;
  }
}
.popup_container::before {
  content: '';
  width: 22px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/cms/cvent/img/icon/icon_delta.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .popup_container::before {
    width: 16px;
    height: 10px;
    top: -10px;
    background-image: url("/cms/cvent/img/icon/icon_delta_sp.png");
  }
}
.popup_container.is_visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hover_menu {
  width: auto;
  background: #fff;
  border-radius: 3px;
  border: solid 1px #053962;
  padding: 14px 20px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
          box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.hover_menu:before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 0;
  background: transparent;
}
.hover_menu.is_visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hover_menu_item {
  width: 100%;
  font-weight: 400;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  background: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.hover_menu_item:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 8px;
  background-image: url("/cms/cvent/img/icon/arrow_right.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.hover_menu_item:hover {
  color: #053962;
}
.header_pc {
  font-size: 14px;
  width: 100%;
  height: 100px;
  background: #f8f9fa;
}
.header_pc .header_inr {
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header_pc .header_logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  aspect-ratio: 174/55;
  width: 174px;
  margin-left: 20px;
}
.header_pc .header_logo img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .header_pc .header_logo {
    width: 150px;
  }
}
.header_pc .header_top {
  position: absolute;
  top: 13px;
  height: 40px;
  right: 330px;
}
.header_pc .header_top img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .header_pc .header_top {
    right: 260px;
  }
}
.header_pc .header_top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.header_pc .header_top_menu_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  gap: 0.25em;
}
.header_pc .header_top_menu_item .popup_trigger {
  width: 22px;
  height: 22px;
  margin-left: 0.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 11px;
  line-height: 1;
  background: #000;
  color: #fff;
}
.header_pc .header_bottom {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_pc .header_bottom_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.header_pc .header_bottom_menu_item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.header_pc .header_bottom_menu_item:hover.line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #053962;
}
.header_pc .header_bottom_menu_item:hover span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #053962;
}
.header_pc .header_bottom_menu_item span span,
.header_pc .header_bottom_menu_item a span {
  position: relative;
}
.header_pc .header_bottom_menu_item span span:after,
.header_pc .header_bottom_menu_item a span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/cms/cvent/img/icon/navy_toggle.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1080px) {
  .header_pc .header_bottom_menu_item {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
  }
}
.header_btn_wrapper {
  min-width: 300px;
  height: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-left: 20px;
}
@media screen and (max-width: 1080px) {
  .header_btn_wrapper {
    min-width: 230px;
    margin-left: 10px;
  }
}
.header_menu_btn {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: top 24px center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header_menu_btn {
    font-size: 12px;
  }
}
.header_menu_btn:hover {
  opacity: 0.8;
}
.header_menu_btn.resources {
  position: relative;
  background-image: url("/cms/cvent/img/icon/resources.png");
  background-color: #000;
  background-size: 32px auto;
}
.header_menu_btn.resources:hover {
  background-color: #231f20;
}
.header_menu_btn.mail {
  position: relative;
  background-image: url("/cms/cvent/img/icon/mail.png");
  background-color: #053962;
  background-size: 28px auto;
}
.header_menu_btn.resources::after,
.header_menu_btn.mail:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  background-image: url("/cms/cvent/img/icon/arrow_wht_bottom.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header_menu_btn + .hover_menu {
  color: #000;
  left: auto;
  right: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header_sp {
  width: 100%;
  background: #f8f9fa;
  padding-left: 20px;
  max-width: 100vw;
}
.header_inr {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo {
  width: 95px;
  aspect-ratio: 95/30;
}
.header_logo a {
  vertical-align: middle;
}
.header_logo img {
  width: 100%;
}
.header_logo2 {
  width: 70px;
  margin: 0 10px 0 auto;
}
.menu_btn {
  background: #231f20;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_btn_inr div,
.menu_btn_inr div span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_btn_inr div {
  position: relative;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.menu_btn_inr div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
}
.menu_btn_inr div span:nth-of-type(1) {
  top: 5px;
}
.menu_btn_inr div span:nth-of-type(2) {
  bottom: 5px;
}
.menu_btn_inr.is_open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.menu_btn_inr.is_open span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn_inr.is_open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
body.is_drawer_open {
  overflow: hidden;
}
.drawer_menu {
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  max-height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: left 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: left 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.drawer_menu.is_open {
  visibility: visible;
  opacity: 1;
}
.drawer_menu.is_open .drawer_menu_bg {
  visibility: visible;
  opacity: 1;
}
.drawer_menu .header_logo2 {
  margin-right: 60px;
}
.drawer_menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(17,17,17,0.5);
  opacity: 0;
}
.drawer_menu_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f8f9fa;
  width: 100%;
  max-height: 100vh;
  padding: 0 20px 64px;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.drawer_menu_inner_top {
  width: 100%;
  height: 70px;
  background: transparent;
  margin-bottom: 60px;
}
.drawer_menu_close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  width: 70px;
  height: 70px;
  background: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0;
}
.drawer_menu_close.is_open {
  position: absolute;
  opacity: 1;
}
.drawer_menu_close.is_open .drawer_menu_close_line {
  position: absolute;
}
.drawer_menu_close.is_open .line_top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer_menu_close.is_open .line_bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer_menu_close_line {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drawer_menu_close_line.line_top {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.drawer_menu_close_line.line_bottom {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.drawer_menu_unit {
  padding: 16px 0;
  border-top: 1px solid #c7c7c5;
  border-bottom: 1px solid #c7c7c5;
}
.drawer_menu_unit_title {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.drawer_menu_unit_title .main {
  width: calc(100% - 18px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.drawer_menu_unit_title .icon {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(50% - 8px);
  right: 1em;
}
.drawer_menu_unit_title .icon:before,
.drawer_menu_unit_title .icon:after {
  content: '';
  background-color: #c7c7c5;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer_menu_unit_title .icon:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.drawer_menu_unit_title.is_active .icon:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.drawer_menu_unit_title.is_active .icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.drawer_law_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.drawer_law_link:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
}
.drawer_law_link + .drawer_law_link {
  margin-top: 8px;
}
.drawer_menu_link {
  width: 100%;
  height: 54px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.drawer_menu_link + .drawer_menu_link {
  border-top: 1px solid #c7c7c5;
}
.menu_list {
  width: 100%;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 86px 83px;
}
@media screen and (max-width: 767px) {
  .menu_list {
    padding: 10px 20px 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 13px;
  }
}
.menu_list_item {
  padding-bottom: 17px;
  border-top: 3px solid #b2955e;
  border-bottom: 3px solid #b2955e;
}
@media screen and (max-width: 767px) {
  .menu_list_item {
    padding-bottom: 6px;
    border-top: 1.5px solid #b2955e;
    border-bottom: 1.5px solid #b2955e;
  }
}
.menu_list_item.is_new .menu_list_item_title .main {
  color: #d61718;
}
.menu_list_item.is_new .menu_list_item_title img {
  aspect-ratio: 1/1;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .menu_list_item.is_new .menu_list_item_title img {
    width: 22px;
  }
}
.menu_list_item_title {
  width: 100%;
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .menu_list_item_title {
    min-height: 36px;
    gap: 7px;
  }
}
.menu_list_item_title .main {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .menu_list_item_title .main {
    font-size: 12px;
  }
}
.menu_list_item_img {
  aspect-ratio: 416/312;
}
.menu_list_item_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menu_list_item_img {
    aspect-ratio: 167/126;
  }
}
.menu_link {
  width: 100%;
  margin-top: 70px;
  padding-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  gap: 20px 195px;
  border-top: 2px solid #c7c7c5;
}
@media screen and (max-width: 767px) {
  .menu_link {
    width: auto;
    margin: 40px 20px;
    padding: 40px 0;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    gap: 20px 45px;
  }
}
.menu_link_head {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .menu_link_head {
    font-size: 16px;
  }
}
.menu_link_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75em 4em;
}
@media screen and (max-width: 767px) {
  .menu_link_items {
    gap: 0.75em 0.5em;
  }
}
.menu_link_item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .menu_link_item {
    font-size: 16px;
  }
}
.menu_link_item:after {
  content: '';
  width: 8px;
  height: 23px;
  background-image: url("/cms/cvent/img/icon/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .menu_link_item:after {
    width: 5px;
    height: 15px;
  }
}
.new_product {
  margin-top: 40px;
}
.new_product .product_list {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .new_product .product_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .new_product .product_list_item_misc {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .new_product .product_list_item_name {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .news_block .btn_unit {
    display: none;
  }
}
.news_list {
  width: 790px;
}
@media screen and (min-width: 768px) {
  .news_list .btn_unit {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .news_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news_list {
    margin: 30px 0 0;
  }
  .news_list .btn_unit {
    margin-top: 30px;
  }
}
.news_list_item {
  width: 100%;
  padding: 30px 0;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #c7c7c5;
}
.news_list_item .wrap {
  margin-bottom: 15px;
}
.news_list_item .wrap span {
  display: inline-block;
}
.news_list_item .date {
  font-family: "Oswald";
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
}
.news_list_item .category {
  min-width: 100px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
  line-height: 25px;
  border: solid 1px #000;
  vertical-align: top;
}
.pager_common_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .pager_common_list {
    gap: 10px;
  }
}
.pager_common_list a:hover {
  background: #4375FC;
  color: #fff;
}
.pager_common_item {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  width: 48px;
  height: 48px;
  font-family: "Oswald";
  font-size: 20px;
}
.pager_common_item.now_page {
  background: #4375FC;
  color: #fff;
}
.pager_common_item.pager_dot {
  width: auto;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .pager_common_item.pager_dot {
    margin: 0 5px;
  }
}
.pager_common_item.pager_prev {
  background-image: url("/cms/cvent/img/icon/first_page.png");
  background-position: center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.pager_common_item.pager_prev:hover {
  background-image: url("/cms/cvent/img/icon/first_page_hover.png");
  background-position: center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.pager_common_item.pager_next {
  background-image: url("/cms/cvent/img/icon/last_page.png");
  background-position: center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.pager_common_item.pager_next:hover {
  background-image: url("/cms/cvent/img/icon/last_page_hover.png");
  background-position: center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pager_common_item.pagePc {
    display: none;
  }
}
.product_list {
  width: 100%;
  padding-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 44px;
}
@media screen and (max-width: 767px) {
  .product_list {
    padding-top: 10px;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    gap: 30px;
  }
}
a.product_list_item {
  width: 100%;
  padding-bottom: 1em;
  position: relative;
}
a.product_list_item .icon_new {
  aspect-ratio: 1/1;
  width: 78px;
  position: absolute;
  top: -10px;
  left: -10px;
}
a.product_list_item .icon_new img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  a.product_list_item .icon_new {
    width: 37px;
    top: 10px;
    left: 10px;
  }
}
.product_list_item_img {
  width: 100%;
  position: relative;
}
.product_list_item_img img {
  width: 100%;
  aspect-ratio: 320/240;
}
.product_list_item_img .new_icon {
  width: 78px;
  height: 78px;
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .product_list_item_img .new_icon {
    width: 38px;
    height: 38px;
    top: 5px;
    left: 7px;
  }
}
.tabcontent .product_list_item_img img {
  aspect-ratio: 441/294;
}
.product_list_item_name {
  width: 100%;
  margin-top: 1em;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .product_list_item_name {
    font-size: 14px;
  }
}
.item_icons {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .item_icons {
    margin-top: 10px;
    gap: 5px;
  }
}
.item_icon {
  width: auto;
  padding: 0.25em 1em;
  font-size: 12px;
  color: #0d3ace;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #0d3ace;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .item_icon {
    font-size: 10px;
    border-radius: 4px;
  }
}
.item_note {
  color: #0d3ace;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .item_note {
    margin-top: 0.5em;
    font-size: 10px;
  }
}
.index_sidebar {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 2;
  right: 0;
  bottom: 100px;
  width: 300px;
  padding: 10px;
  border-radius: 6px;
  border: solid 2px #4375FC;
}
.index_sidebar.fixed {
  display: block;
  position: fixed;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .index_sidebar.fixed {
    display: none !important;
  }
}
.index_sidebar .index_item {
  background: none;
  padding-bottom: 7px;
  font-size: 10px;
}
.index_sidebar .index_item:before {
  min-width: 16px;
  font-size: 12px;
  margin-right: 10px;
}
.index_sidebar .index_item:hover {
  color: #4375FC;
}
.index_sidebar .index_item + .index_item {
  padding-top: 6px;
}
.tabmenu_wrapper {
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .tabmenu_wrapper {
    margin: 15px 0;
    padding: 15px 0;
    gap: 30px;
  }
}
.tabmenu_item {
  min-width: 80px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tabmenu_item {
    min-width: 60px;
    font-size: 12px;
  }
}
.tabmenu_item.is_active span {
  padding: 0 0 0.2em 0;
  border-bottom: 1px solid #000;
}
.tabcontent {
  width: 100%;
  display: none;
}
.tabcontent.is_active {
  display: block;
}
.product_list {
  width: 100%;
  padding-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 44px;
}
@media screen and (max-width: 767px) {
  .product_list {
    padding-top: 10px;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    gap: 30px;
  }
}
a.procuct_item {
  width: 100%;
  padding-bottom: 1em;
}
.procuct_item_img {
  width: 100%;
}
.procuct_item_img img {
  width: 100%;
  aspect-ratio: 441/294;
}
.procuct_item_name {
  width: 100%;
  margin-top: 1em;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .procuct_item_name {
    font-size: 14px;
  }
}
.tab_nav_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .tab_nav_list {
    gap: 15px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab_nav_item {
  text-align: center;
  background: #fff;
  cursor: pointer;
  color: #4375FC;
  border-radius: 6px;
  border: solid 1px #4375FC;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
.tab_nav_item:hover {
  background: #4375FC;
  color: #fff;
}
.tab_nav_item.active {
  background: #4375FC;
  color: #fff;
}
.tab_nav_item.active span {
  display: none;
}
@media screen and (max-width: 767px) {
  .tab_nav_item {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tab_nav_item .hover_mark {
    right: 10px;
    width: 15px;
    height: 15px;
  }
  .tab_nav_item .hover_mark:before {
    width: 5px;
    height: 5px;
  }
}
.tab_contents {
  display: none;
  padding: 90px 0 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .tab_contents {
    padding-bottom: 90px;
  }
}
.tab_contents.active {
  display: block;
}
.tab_contents .block {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  margin-top: 60px;
}
.tab_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 90px;
}
.index_block {
  background: #ededed;
  padding: 30px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .index_block {
    margin: 0 -20px;
  }
}
.index_list {
  counter-reset: number 0;
}
.index_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  font-weight: bold;
  padding-right: 44px;
  padding-bottom: 13px;
  border-bottom: solid 1px #c7c7c5;
  background-image: url("/cms/cvent/img/icon/pagenav_arrow.png");
  background-position: right 10px center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.index_item:before {
  display: inline-block;
  font-family: "Oswald";
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  color: #4375FC;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 18px;
  min-width: 24px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.index_item + .index_item {
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  .index_item {
    padding-right: 34px;
    padding-bottom: 11px;
    background-position: right center;
  }
  .index_item + .index_item {
    padding-top: 11px;
  }
}
.index_item.case {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.index_item.case:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: counter(number, decimal-leading-zero);
  min-width: 20px;
}
.index_item.case:after {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  content: 'CASE.';
  font-family: "Oswald";
  color: #4375FC;
  font-weight: bold;
  font-size: 12px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  letter-spacing: 0;
  margin-right: 3px;
  min-width: 28px;
}
.index_ttl {
  font-size: 24px;
  margin-bottom: 30px;
}
h2.topic_head2 {
  font-size: 28px;
  font-weight: bold;
  color: #4375FC;
  padding-bottom: 15px;
  border-bottom: solid 4px #4375FC;
  margin-bottom: 60px;
}
h2.topic_head2 span {
  font-family: "Oswald";
  display: inline-block;
  margin-right: 9px;
}
.min_inr + h3.topic_head3 {
  margin-top: 60px;
}
h3.topic_head3 + .txt {
  margin-bottom: 30px;
}
h3.topic_head3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
h4.topic_head4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.topic_contents .img img {
  border-radius: 6px;
}
.topic_contents .grid {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .topic_contents .grid .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .topic_contents .grid .detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .topic_contents .txt + .btn_unit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .topic_contents .btn_unit {
    margin-top: 30px;
  }
}
.topic_note {
  text-align: center;
  color: #808080;
  font-size: 10px;
  margin-top: 10px;
}
.topic_wrap {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  border-radius: 6px;
  margin-top: 60px;
}
.topic_wrap .topic_head3 {
  margin-bottom: 15px;
}
.grid_block + .grid_block {
  margin-top: 40px;
}
.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .grid_item + .grid_item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .grid_1-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_1-2 > .grid_item:nth-of-type(2) {
    height: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .grid_2-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_2-1 > .grid_item:nth-of-type(1) {
    height: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .grid3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .grid_1-1-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_1-1-2 > .grid_item:nth-of-type(3) {
    height: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .grid_1-2-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_1-2-1 > .grid_item:nth-of-type(2) {
    height: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .grid_2-1-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_2-1-1 > .grid_item:nth-of-type(1) {
    height: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .grid_3-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_3-1 > .grid_item:nth-of-type(1) {
    height: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .grid_1-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grid_1-3 > .grid_item:nth-of-type(2) {
    height: 20vw;
  }
}
