@charset "utf-8";
/*
theme Name: neco-portal
Author: NSSOL
Description: neco-portal (main-style)
version： 1.0.0
*/

/****** reset css ******/

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 10px;
  font-weight: normal;
  margin: 0;
}
p {
  margin: 0;
}
em {
  font-style: normal;
}
sub,
sup {
  position: relative;
  font-size: 10px;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25px;
}
sup {
  top: -0.5px;
}
blockquote {
  quotes: none;
}
blockquote::before,
blockquote:after,
q::before,
q::after {
  content: "";
  content: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 10px;
}
pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}
small {
  font-size: 62.5%; /* 10px */
}
address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
figure {
  padding: 0;
  margin: 0;
}
i mg {
  vertical-align: middle;
  border-style: none;
  font-size: 0;
  line-height: 0;
}
caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  text-align: left;
  caption-side: bottom;
}
hr {
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 0;
  padding: 0;
}
ol,
ul,
dl {
  padding: 0;
  margin: 0;
  list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: normal;
}
dd {
  margin: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
  font-weight: normal;
}
input,
button,
select,
optgroup,
textarea {
  display: block;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 62.5%; /* 10px */
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button {
  border-style: none;
  box-shadow: none;
}
button:focus {
  border-style: none;
  box-shadow: none;
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: none;
  -webkit-appearance: button;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
}
input[type="search"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5px;
  font-size: 62.5%; /* 10px */
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/****** base css ******/

body {
  background: #fff;
  width: 100%;
  min-height: 100vh;
  clear: left;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "pkna" 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  line-height: 1;
  font-size: 62.5%; /* 10px */
  font-weight: 400;
  color: #000;
  z-index: -1;
  margin: 0;
}

.main-wrap {
  width: 100%;
  position: relative;
}

.contents-wrap {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

a {
  color: #666;
}

a:hover {
  color: #949494;
}

/****** general ******/

/* main-header__sticky */

.main-header__sticky-dummy {
  width: 100%;
  z-index: 1;
}
.main-header__sticky {
  height: 76px;
  float: left;
  left: 0;
  right: 0;
}
.main-header__sticky-dummy .fixed {
  top: 0;
  position: fixed;
}
#scroll-top {
  position: fixed;
  top: 0;
  z-index: 2;
}

/* main-header */

.main-header {
  /* background: #fff; */
  width: 100%;
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 999;
  float: left;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

/* main-nav */

.main-header .main-nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 0 auto;
}

.main-header .main-nav h1 {
  width: 240px;
  margin-right: auto;
}

.main-header .main-nav h1 .top-link {
  display: block;
  width: 100%;
  height: 100%;
}

.main-header .main-nav h1 .top-link img {
  width: 100%;
}

.main-header .hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.main-header .hamburger-menu .main-list {
  width: 45%;
  height: 100vh;
  display: none;
  top: 0;
  right: 45%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(200%);
  transition: 0.3s;
  padding: 85px 50px;
}

.main-header #hamburger:checked ~ .main-list {
  background: #eee;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  right: 0;
  z-index: 999;
  transform: translateX(0%);
  transition: 0.3s;
}

.main-header .hamburger-menu__input {
  display: none;
}

.main-header .hamburger-menu__bg {
  width: 100%;
  height: 100vh;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.main-header .hamburger-menu__button {
  background: transparent;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  appearance: none;
  gap: 5px;
  z-index: 9999;
}

.main-header .hamburger-menu__button-mark {
  background: #000;
  width: 16px;
  height: 2px;
  border-radius: 9px;
  display: block;
  transition: 0.2s;
}

.main-header
  #hamburger:checked
  ~ .hamburger-menu__button
  .hamburger-menu__button-mark:nth-of-type(1) {
  height: 1.5px;
  transform: translate(0, 0) rotate(45deg);
  transform-origin: 0%;
}

.main-header
  #hamburger:checked
  ~ .hamburger-menu__button
  .hamburger-menu__button-mark:nth-of-type(2) {
  height: 1.5px;
  transform: translate(0, 4.75px) rotate(-45deg);
  transform-origin: 0%;
}

.main-header .main-list li {
  width: 100%;
}

.main-header .main-list > li {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
}

.main-header .main-list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 1.5em;
  padding-bottom: 10px;
}

.main-header .main-list li a::before {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 1.5px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.main-header .main-list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.main-header .main-list > li > a {
  line-height: 1.6;
  font-size: 1.6em;
  font-weight: 600;
}

.main-header .main-list > li > ul a {
  line-height: 2;
  padding: 10px 33px 10px;
}

@media screen and (max-width: 768px) {
  .main-header .hamburger-menu .main-list {
    width: 70%;
  }
}

@media screen and (max-width: 568px) {
  .main-header .main-nav {
    padding: 0 25px;
  }
  .main-header .hamburger-menu .main-list {
    width: 100%;
    padding: 80px 30px;
  }
}

/* main-footer */

.main-footer {
  background: #000;
  width: 100%;
  margin-top: auto;
}

.main-footer .footer-nav {
  max-width: 1020px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px 30px;
  margin: 0 auto;
}

.main-footer .footer-nav h1 {
  width: 230px;
}

.main-footer .footer-nav h1 .top-link {
  display: block;
  width: 100%;
}

.main-footer .footer-nav h1 img {
  width: 100%;
}

.main-footer .footer-nav > ul:first-of-type {
  width: 30%;
}

.main-footer .footer-nav > ul:not(:first-of-type) {
  width: calc(60% / 3);
}

.main-footer .footer-nav li {
  padding: 10px 0;
}

.main-footer .footer-nav a {
  position: relative;
  line-height: 1.6;
  font-size: 1.4em;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 5px;
}

.main-footer .footer-nav span {
  position: relative;
  line-height: 1.6;
  font-size: 1em;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 5px;
}

.main-footer .footer-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.main-footer .footer-nav a:not(.top-link)::before {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 1.5px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.main-footer .footer-nav a:not(.top-link):hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.main-footer .footer-nav > ul > li > a {
  font-weight: 600;
}

.main-footer .footer-nav li > ul {
  margin: 10px 0 0 10px;
}

.main-footer small {
  max-width: 1020px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  padding-bottom: 40px;
  margin: 0 auto;
}

.footer-nav small {
  max-width: 1020px;
}

.ft_wrap small {
  color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 768px) {
  .main-footer .footer-nav {
    flex-wrap: wrap;
  }
  .main-footer .footer-nav > ul:nth-of-type(even) {
    margin-left: 30px;
  }
  .main-footer .footer-nav > ul:first-of-type,
  .main-footer .footer-nav > ul:not(:first-of-type) {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 568px) {
  .main-footer .footer-nav {
    display: block;
    padding: 40px 25px;
  }
}

/* breadcrumb */

.breadcrumb {
  width: 100%;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 110px 50px 0;
}

.breadcrumb .wrap {
  width: 100%;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb li {
  margin-top: 5px;
}

.breadcrumb li,
.breadcrumb a {
  vertical-align: middle;
  color: #666;
}

.breadcrumb li span {
  padding: 0 1em;
}

.breadcrumb li a {
  color: #4d5156;
}

.breadcrumb li a:hover {
  color: #7a7d80;
}

@media screen and (max-width: 568px) {
  .breadcrumb {
    padding: 100px 25px 0;
  }
}

/* layout */

/* general-section */

.general-section {
  width: 100%;
}

.general-section.primary {
  padding: 80px 50px 100px;
}

.general-section.secondry {
  padding: 80px 50px 120px;
}

.general-wrap {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.general-wrap + .general-wrap {
  margin-top: 80px;
}

.general-section .page-title,
.top .general-section .section-title {
  width: 100%;
  font-size: 3.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.general-section .section-title {
  width: 100%;
  font-size: 2.8em;
  line-height: 1.6em;
  font-weight: 600;
}

.general-section .page-title span,
.general-section .section-title span {
  width: 100%;
  display: block;
  font-size: 0.4em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.general-section .general-paragraph {
  width: 80%;
  font-size: 1.6em;
  line-height: 2.2em;
  font-weight: 400;
  margin: 100px auto 0;
}

@media screen and (max-width: 568px) {
  .general-section.primary {
    padding: 60px 25px 60px;
  }
  .general-section .page-title,
  .top .general-section .section-title {
    font-size: 2.4em;
  }
  .general-section .page-title span,
  .general-section .section-title span {
    font-size: 0.6em;
  }
}

/* header-wrap */

.header-wrap {
  max-width: 1020px;
  width: 100%;
  padding: 80px 0 0;
  margin: 0 auto;
}

/* panel-section */

.panel-section {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}

.panel-section > ul {
  display: flex;
  flex-wrap: wrap;
}

.panel-section > section + ul,
.panel-section > div + ul {
  margin-top: 60px;
}

.panel-section > ul > li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.panel-section li > .wrap {
  width: 100%;
}

.panel-section p {
  width: 100%;
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 30px;
}

.panel-section.col1 {
  width: 100%;
  flex-flow: column;
  padding: 60px 50px 70px;
}

.panel-section.col1.light {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section.col1 > .wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.panel-section.col1 h1 {
  width: 100%;
  text-align: center;
  font-size: 3.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section.col1 h1 span {
  width: 100%;
  display: block;
  font-size: 0.4em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.panel-section.col1 h2 {
  width: 100%;
  text-align: center;
  font-size: 2.6em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section.col1 p {
  width: 80%;
  font-size: 1.6em;
  line-height: 2.2em;
  margin: 40px auto 0;
}

.panel-section.col2 > ul > li {
  width: calc(100% / 2);
  height: 380px;
  padding: 40px;
}

.panel-section.col2 > ul > li:nth-child(4n + 1),
.panel-section.col2 > ul > li:nth-child(4n + 4) {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section.col2 > ul > li:nth-child(4n-1),
.panel-section.col2 > ul > li:nth-child(4n-2) {
  background: rgba(0, 0, 0, 0.025);
}

.panel-section.col3 > ul > li {
  width: calc(100% / 3);
  min-height: 280px;
  padding: 40px 25px 45px;
}

.panel-section.col3 > ul > li:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section.col3 > ul > li:nth-child(2n + 2) {
  background: rgba(0, 0, 0, 0.025);
}

.panel-section.col2 li h1,
.panel-section.col3 li h1 {
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.panel-section.col2 .jp,
.panel-section.col3 .jp {
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 600;
}

.panel-section.col2 .en,
.panel-section.col3 .en {
  width: 100%;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section.col2 h1 span,
.panel-section.col3 h1 span {
  width: 100%;
  display: block;
  font-size: 0.6em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.panel-section.col3 p {
  font-size: 1.4em;
  line-height: 2em;
}

.panel-section.col4 > ul > li {
  width: calc(100% / 4);
  min-height: 230px;
  padding: 30px 25px;
}

.panel-section.col4 > ul > li:nth-child(2n + 1) {
  background: #eee;
}

.panel-section.col4 > ul > li:nth-child(2n + 2) {
  background: #e8e8e8;
}

.panel-section.col4 .jp {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 600;
}

.panel-section.col4 .en {
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section li h1 + .icon-agreement {
  margin-top: 30px;
}

.panel-section li .icon-agreement:has(+ h1) {
  margin-bottom: 30px;
}

.panel-section li .status-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.panel-section.col5 {
  width: 100%;
  flex-flow: column;
  padding: 60px 50px 70px;
}

.panel-section.col5.light {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section.col5 > .wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.panel-section.col5 h1 {
  width: 100%;
  text-align: center;
  font-size: 3.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section.col5 h1 span {
  width: 100%;
  display: block;
  font-size: 0.4em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.panel-section.col5 h2 {
  width: 100%;
  text-align: center;
  font-size: 2.6em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section.col5 p {
  width: 80%;
  font-size: 1.6em;
  line-height: 2.2em;
  margin: 40px auto 0;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .panel-section > ul {
    display: block;
  }

  .panel-section.col1 {
    width: 100%;
    padding: 40px 25px;
  }

  .panel-section.col2 > ul > li {
    width: 100%;
    height: auto;
    padding: 40px 25px;
  }

  .panel-section.col2 > ul > li:nth-child(4n + 1),
  .panel-section.col2 > ul > li:nth-child(4n + 4) {
    background: none;
  }

  .panel-section.col2 > ul > li:nth-child(4n-1),
  .panel-section.col2 > ul > li:nth-child(4n-2) {
    background: none;
  }

  .panel-section.col2 > ul > li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.75);
  }

  .panel-section.col2 > ul > li:nth-child(even) {
    background: rgba(255, 255, 255, 0.25);
  }

  .panel-section.col5 {
    width: 100%;
    padding: 40px 25px;
  }

}

@media screen and (max-width: 768px) {
  .panel-section.col1 h2 {
    font-size: 2em;
  }
  .panel-section.col1 p {
    width: 100%;
  }
  .panel-section.col5 p {
    width: 100%;
  }
}

/* panel-section-2 */

.panel-section-2 {
  width: 80%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}

.panel-section-2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.panel-section-2 > section + ul,
.panel-section-2 > div + ul {
  margin-top: 60px;
}

.panel-section-2 > ul > li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.panel-section-2 li > .wrap {
  width: 100%;
}

.panel-section-2 p {
  width: 100%;
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 30px;
}

.panel-section-2.col1 {
  width: 100%;
  flex-flow: column;
  padding: 60px 50px 70px;
}

.panel-section-2.col1.light {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section-2.col1 > .wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.panel-section-2.col1 h1 {
  width: 100%;
  text-align: center;
  font-size: 3.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section-2.col1 h1 span {
  width: 100%;
  display: block;
  font-size: 0.4em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.panel-section-2.col1 h2 {
  width: 100%;
  text-align: center;
  font-size: 2.6em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section-2.col1 p {
  width: 80%;
  font-size: 1.6em;
  line-height: 2.2em;
  margin: 40px auto 0;
}

.panel-section-2.col2 > ul > li {
  width: calc(100% / 2);
  height: 280px;
  padding: 40px;
}

.panel-section-2.col2 > ul > li:nth-child(4n + 1),
.panel-section-2.col2 > ul > li:nth-child(4n + 4) {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section-2.col2 > ul > li:nth-child(4n-1),
.panel-section-2.col2 > ul > li:nth-child(4n-2) {
  background: rgba(0, 0, 0, 0.025);
}

.panel-section-2.col3 > ul > li {
  width: calc(100% / 3);
  min-height: 280px;
  padding: 40px 25px 45px;
}

.panel-section-2.col3 > ul > li:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section-2.col3 > ul > li:nth-child(2n + 2) {
  background: rgba(0, 0, 0, 0.025);
}

.panel-section-2.col2 li h1,
.panel-section-2.col3 li h1 {
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.panel-section-2.col2 .jp,
.panel-section-2.col3 .jp {
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 600;
}

.panel-section-2.col2 .en,
.panel-section-2.col3 .en {
  width: 100%;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section-2.col2 h1 span,
.panel-section-2.col3 h1 span {
  width: 100%;
  display: block;
  font-size: 0.6em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.panel-section-2.col3 p {
  font-size: 1.4em;
  line-height: 2em;
}

.panel-section-2.col4 > ul > li {
  width: calc(100% / 4);
  min-height: 230px;
  padding: 30px 25px;
}

.panel-section-2.col4 > ul > li:nth-child(2n + 1) {
  background: #eee;
}

.panel-section-2.col4 > ul > li:nth-child(2n + 2) {
  background: #e8e8e8;
}

.panel-section-2.col4 .jp {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 600;
}

.panel-section-2.col4 .en {
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section-2 li h1 + .icon-agreement {
  margin-top: 30px;
}

.panel-section-2 li .icon-agreement:has(+ h1) {
  margin-bottom: 30px;
}

.panel-section-2 li .status-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.panel-section-2.col5 {
  width: 100%;
  flex-flow: column;
  padding: 60px 50px 70px;
}

.panel-section-2.col5.light {
  background: rgba(255, 255, 255, 0.75);
}

.panel-section-2.col5 > .wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.panel-section-2.col5 h1 {
  width: 100%;
  text-align: center;
  font-size: 3.2em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section-2.col5 h1 span {
  width: 100%;
  display: block;
  font-size: 0.4em;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}

.panel-section-2.col5 h2 {
  width: 100%;
  text-align: center;
  font-size: 2.6em;
  line-height: 1.6em;
  font-weight: 600;
}

.panel-section-2.col5 p {
  width: 80%;
  font-size: 1.6em;
  line-height: 2.2em;
  margin: 40px auto 0;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .panel-section-2 > ul {
    display: block;
  }

  .panel-section-2.col1 {
    width: 100%;
    padding: 40px 25px;
  }

  .panel-section-2.col2 > ul > li {
    width: 100%;
    height: auto;
    padding: 40px 25px;
  }

  .panel-section-2.col2 > ul > li:nth-child(4n + 1),
  .panel-section-2.col2 > ul > li:nth-child(4n + 4) {
    background: none;
  }

  .panel-section-2.col2 > ul > li:nth-child(4n-1),
  .panel-section-2.col2 > ul > li:nth-child(4n-2) {
    background: none;
  }

  .panel-section-2.col2 > ul > li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.75);
  }

  .panel-section-2.col2 > ul > li:nth-child(even) {
    background: rgba(255, 255, 255, 0.25);
  }

  .panel-section-2.col5 {
    width: 100%;
    padding: 40px 25px;
  }

}

@media screen and (max-width: 768px) {
  .panel-section-2.col1 h2 {
    font-size: 2em;
  }
  .panel-section-2.col1 p {
    width: 100%;
  }
  .panel-section-2.col5 p {
    width: 100%;
  }
}

/* article-list */

.article-list {
  width: 80%;
  margin: 60px auto 0;
}

.article-list li {
  display: flex;
  align-items: start;
}

.article-list li:not(first-child) {
  margin-top: 30px;
}

.article-list .tag {
  margin-right: 1em;
}

.article-list h2 {
  display: flex;
  align-items: start;
  flex: 1;
  font-size: 1.5em;
  line-height: 1.6em;
}

/* タグ運用時 - タグの表示/非表示に対しタイトルの先頭位置を揃える
.article-list h2:not(.tag+h2):not(.latest+h2) {
	padding-left: calc(8em + 20px);
	margin: 0;
}
*/
.article-list h2 a {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
}

.article-list time {
  width: 85px;
  display: block;
  text-align: right;
  color: #666;
}

.article-list h2 span {
  display: block;
  flex: 1;
  margin-left: 1em;
}

.article-list .article-section {
  width: 100%;
  font-size: 15px;
  margin-top: 60px;
}

.article-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.article-title h2 {
  font-size: 2.2em;
  line-height: 2em;
  font-weight: 500;
}

@media screen and (max-width: 568px) {
  .article-list {
    width: 100%;
    margin: 40px auto 0;
  }
}

/* article-contents */

.article-contents {
  margin-top: 60px;
}

.article-contents > p {
  font-size: 1.6em;
  line-height: 2em;
  margin-bottom: 30px;
}

.article-contents .general {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
  margin-top: 60px;
}

.article-contents .general.owner,
.article-contents .general.partner,
.article-contents .group.owner,
.article-contents .group.partner {
  margin-top: 100px;
}

.article-contents.article-section > h1,
.article-contents.article-section .general > h1,
.faq-section h2 {
  position: relative;
  font-size: 2.2em;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 60px;
}

.article-contents.article-section .general > h1 {
  padding-left: 1.2em;
}

.article-contents.article-section .general > h1::before,
.faq-section h2::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: -12px;
  left: -10px;
  border-style: solid;
  border-top: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  transform: rotate(315deg);
}

.article-contents.article-section > h2,
.article-contents.article-section .general > h2,
.article-contents.article-section .group > h2,
.faq-section h3 {
  position: relative;
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 600;
  padding-left: 1em;
  margin: 0 0 30px;
}

.article-contents.article-section > h2:has(+ *),
.article-contents.article-section .general > h2:has(+ *),
.article-contents.article-section .group > h2:has(+ *) {
  margin: 80px 0 30px;
}

.article-contents.article-section .general > h2::before,
.article-contents.article-section .general > h2::before,
.article-contents.article-section .group > h2::before,
.faq-section h3::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  border-style: solid;
  border-top: 0;
  border-bottom: 13px solid #666;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  transform: rotate(315deg);
}

.article-contents.article-section > h3,
.article-contents.article-section .general > h3,
.article-contents.article-section .group > h3 {
  font-size: 1.8em;
  line-height: 2em;
  font-weight: 600;
  margin: 60px 0 20px;
}

.article-contents .icon-role {
  display: block;
  position: absolute;
  top: -100px;
  right: -40px;
  font-size: initial;
  color: #fff;
  padding: 0 30px;
}

.article-contents .icon-role em {
  display: inline-block;
  position: relative;
}

.article-contents .icon-role::before,
.article-contents .icon-role::after {
  width: calc(100%);
  height: 0;
  display: block;
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  padding: 8px 20px 11px;
}

.article-contents .icon-role::before {
  bottom: 50%;
  border-left: solid 20px transparent;
}

.article-contents .icon-role::after {
  top: 50%;
}

.article-contents .icon-role.partner::before {
  bottom: 50%;
  border-left: solid 20px transparent;
}

.article-contents .icon-role.partner::after {
  top: 50%;
}

.article-contents .main {
  font-size: 1.6em;
  line-height: 2.2em;
}

.article-contents .main:has(+ *) {
  margin-bottom: 20px;
}

.article-contents.article-section > .main {
  padding: 0 20px 25px;
}

.article-contents .lead {
  font-size: 1.6em;
  line-height: 2.2em;
  padding: 0 25px;
  margin-bottom: 40px;
}

.article-contents .lead:not(:has(.notes)) {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 28px;
}

.article-contents.article-section > .lead {
  margin-bottom: 30px;
}

.article-contents .quote {
  font-size: 1.6em;
  line-height: 2em;
  border-left: 10px solid #eee;
  padding: 10px 20px 13px;
}

.article-contents span.small {
  font-size: 0.81rem;
  line-height: 0.89rem;
}

.article-contents em.attention {
  color: #ff0000;
}

.article-contents section.flow {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px 23px;
  margin-bottom: 20px;
}

.article-contents section.flow h1,
.article-contents section.flow h2,
.article-contents section.flow h3 {
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 8px;
}

.article-contents section.flow .main {
  font-size: 1.5em;
  line-height: 1.8em;
}

.article-contents .notes {
  padding: 30px;
  margin: 30px 0;
}

.article-contents section.attention {
  background: #ffefef;
  border-left: 10px solid #ff0000;
  padding: 20px 20px 23px;
  margin-bottom: 30px;
}

.article-contents .notes h1,
.article-contents .notes h2,
.article-contents .attention h1 {
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 10px;
}

.article-contents section.attention h1,
.article-contents section.attention h2 {
  color: #ff0000;
}

.article-contents .notes .main,
.article-contents section.attention .main {
  font-size: initial;
  line-height: 1.8em;
  margin-left: 15px;
}

.article-contents section.attention .main {
  color: #ff0000;
}

.article-contents .notes .main:has(+ *) {
  margin-bottom: 20px;
}

.article-contents.article-section .normal {
  padding-left: 3em;
}

.article-contents.article-section .normal:has(+ *) {
  margin-bottom: 60px;
}

.article-contents.article-section > .normal {
  padding-bottom: 23px;
}

.article-contents .normal li {
  list-style-type: disc;
  font-size: initial;
  line-height: 1.8em;
}

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

.article-contents .normal li::marker {
  color: #666;
}

.article-contents.article-section ol.num {
  padding: 0 20px 23px;
}

.article-contents .num > li {
  list-style-type: decimal;
  font-size: 1.6em;
  line-height: 2.2em;
}

.article-contents .num > li:not(:last-child) {
  margin-bottom: 30px;
}

.article-contents.article-section > .roman {
  padding: 0 20px 23px;
}

.article-contents .upper-latin > li {
  list-style-type: upper-alpha;
}

.article-contents .lower-latin > li {
  list-style-type: lower-alpha;
}

.article-contents .parenthesized-decimal > li {
  list-style-type: none;
  counter-increment: cnt;
}

.article-contents .parenthesized-decimal > li::before {
  content: "(" counter(cnt) ") ";
}

.article-contents .circled-decimal > li {
  list-style-type: none;
  counter-increment: cnt;
}

.article-contents .circled-decimal > li::before {
  width: 25px;
  height: 25px;
  content: counter(cnt);
  border-radius: 100%;
  border: 1px solid #000;
}

.article-contents > .flow {
  position: relative;
  padding: 20px 20px 23px;
}

.article-contents * .flow {
  position: relative;
  padding: 0 25px;
}

.article-contents .flow > li:not(:last-child)::before {
  background: #e8e8e8;
  width: 4px;
  height: 103%;
  display: block;
  position: absolute;
  content: "";
  top: 30px;
  left: -2px;
}

.article-contents .notes .flow > li:not(:last-child)::before {
  background: #fff;
}

.article-contents .flow li {
  position: relative;
  font-size: 1.6em;
  line-height: 1.8em;
}

.article-contents .flow > li {
  padding: 10px 35px;
}

.article-contents > * > .flow > li {
  padding: 20px 20px 23px 35px;
}

.article-contents .flow li * {
  font-size: revert-layer;
}

.article-contents .flow > *:nth-of-type(3) {
  padding-bottom: 20px;
}

.article-contents .flow > li > .num {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  top: 18px;
  left: -20px;
  border-radius: 100%;
}

.article-contents .notes .flow > li > .num {
  width: 35px;
  height: 35px;
  top: 8px;
  left: -18px;
}

.article-contents .flow > li > .num span {
  display: block;
  color: #fff;
}

.article-contents.article-section dl {
  padding: 0 20px 23px;
}

.article-contents.article-section .notes dl {
  padding: 10px 0;
}

.article-contents dt {
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 15px;
}

.article-contents dd {
  padding-left: 1em;
}

.article-contents dd:has(+ dt) {
  margin-bottom: 30px;
}

.article-contents .table-container {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 20px 23px;
}

.article-contents .table-container::-webkit-scrollbar {
  display: none;
}

.article-contents table {
  width: 3000px;
}

.article-contents th,
.article-contents td {
  font-size: 1.5em;
  line-height: 1.8em;
  border: 1px solid #ccc;
  padding: 10px;
}

.article-contents th {
  background: #eee;
}

.article-contents td {
  background: #fff;
}

.article-contents p:has(img) {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.article-contents p img {
  width: 100%;
}

.article-contents p .pmark {
  width: 40%;
}

.article-contents p img:not(:first-of-type) {
  margin-top: 30px;
}

.article-contents .marker {
  background: linear-gradient(transparent 60%, #fff600 60%);
}

@media screen and (max-width: 768px) {
  .article-contents .general {
    padding: 50px 25px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 568px) {
  .article-contents.article-section > h1,
  .article-contents.article-section .general > h1,
  .faq-section h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .article-contents .notes {
    padding: 20px 20px 20px 15px;
    margin: 30px 0;
  }
  .article-contents .lead {
    padding: 0;
  }
  .article-contents .lead:not(:has(.notes)) {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .article-contents p:has(img) {
    margin: 30px 0;
  }
  .article-contents.article-section > h2:has(+ *),
  .article-contents.article-section .general > h2:has(+ *),
  .article-contents.article-section .group > h2:has(+ *) {
    margin: 40px 0 30px;
  }
  .article-contents * .flow {
    padding: 0;
  }
  .article-contents .flow > li {
    padding: 0;
  }
  .article-contents > * > .flow > li {
    padding: 0;
  }
  .article-contents .flow > li > .num {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto 30px;
  }
  .article-contents .flow > li:not(:last-child)::before {
    display: none;
  }
  .article-contents .icon-role {
    right: -25px;
  }
}

/* tips */

.article-contents .tips {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.article-contents .tips:has(+ .lead) {
  margin-bottom: 40px;
}

.article-contents .tips li {
  margin: 12px 12px 0 0;
}

.article-contents .tips li a {
  min-width: 120px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  color: #fff;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
}

/* tag */

.tag {
  min-width: 120px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
}

.tag:hover {
  background: #efefef;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.post-tags li {
  margin: 12px 12px 0 0;
}

/* latest */

.latest {
  background: #fff;
  min-width: 120px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
}

/* link-container・link-btn */

.link-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.link-container li:nth-child(n + 2) {
  margin-left: 20px;
}

.link-container .link-btn {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link-container .link-btn::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.link-container .link-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.link-container .link-btn .text {
  position: relative;
}

.link-container.small {
  /* container-margin */
  margin-top: 40px;
}

.link-container.large {
  /* container-margin */
  margin-top: 60px;
}

.link-container.center {
  justify-content: center;
}

.link-container.vertical {
  flex-flow: column;
}

.link-container.vertical li:not(:first-child) {
  margin: 20px 0 0 0;
}

.link-container .small {
  /* button-size */
  font-size: 1.5em;
  min-width: 15em;
  text-align: center;
  padding: 11px 20px 12px;
}

.link-container .middle {
  /* button-size */
  font-size: 1.6em;
  padding: 15px 30px;
}

.link-container .input {
  /* button-type */
  font-size: 1.5em;
  min-width: 15em;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .link-container li {
    width: 100%;
  }

  .link-container li:nth-child(n + 2) {
    margin-left: 20px;
  }

  .link-container .link-btn {
    width: 100%;
    text-align: center;
  }

  .link-container li:nth-child(n + 2) {
    margin: 20px 0 0 0;
  }
}

/* button-style (default) */

.link-container .rounded.light {
  border-radius: 9999px;
  clip-path: inset(0 0 round 9999px);
}

.link-container .rounded.dark {
  clip-path: inset(0 0 round 9999px);
}

.link-container .light {
  font-weight: 600;
}

.link-container .light:hover {
  color: #fff;
}

.link-container .dark {
  color: #fff;
}

/* cs-1 (color-scheme-1) */

/* cs-1 base */

.cs-1 a {
  color: rgba(68, 54, 217, 1);
}
.cs-1 a:hover {
  color: rgba(68, 54, 217, 0.7);
}

/* cs-1 main-nav */

.cs-1 .main-header #hamburger:checked ~ .main-list {
  background: #4436d9;
}

.cs-1
  .main-header
  #hamburger:checked
  ~ .hamburger-menu__button
  .hamburger-menu__button-mark:nth-of-type(1) {
  background: #fff;
}

.cs-1
  .main-header
  #hamburger:checked
  ~ .hamburger-menu__button
  .hamburger-menu__button-mark:nth-of-type(2) {
  background: #fff;
}

.cs-1 .main-header .main-list li a {
  color: #fff;
}

/* cs-1 link-container */

.cs-1 .link-container .rounded.light {
  border-radius: 9999px;
  clip-path: inset(0 0 round 9999px);
}

.cs-1 .link-container .rounded.dark {
  clip-path: inset(0 0 round 9999px);
}

.cs-1 .link-container .light {
  border: 1px solid #4436d9;
  color: #4436d9;
}

.cs-1 .link-container .light::before {
  background: #4436d9;
}

.cs-1 .link-container .light:hover {
  color: #fff;
}

.cs-1 .link-container .dark {
  background: #4436d9;
  color: #fff;
}

.cs-1 .link-container .dark::before {
  background: #7368e3;
}

/* cs-1 panel-section

.cs-1 .panel-section.col1 li h1,
.cs-1 .panel-section.col2 li h1,
.cs-1 .panel-section.col3 li h1,
.cs-1 .panel-section.col4 li h1 {
	color: #4436D9;
} */

/* cs-1 article-contents */

.cs-1 .article-contents .icon-role.owner::before {
  border-bottom: solid 25px #7368e3;
}

.cs-1 .article-contents .icon-role.owner::after {
  border-top: solid 25px #7368e3;
}

.cs-1 .article-contents .general.owner {
  border-top: 10px solid #7368e3;
}

.cs-1 .article-contents .icon-role.partner::before {
  border-bottom: solid 25px #00abad;
}

.cs-1 .article-contents .icon-role.partner::after {
  border-top: solid 25px #00abad;
}

.cs-1 .article-contents .general.partner {
  border-top: 10px solid #00abad;
}

.cs-1 .article-contents.article-section .general > h1::before,
.cs-1 .article-contents.article-section .owner > h1::before {
  border-bottom: 16px solid #7368e3;
}

.cs-1 .article-contents.article-section .partner > h1::before {
  border-bottom: 16px solid #00abad;
}

.cs-1 .article-contents .notes,
.cs-1 .article-contents .owner .notes {
  background: #eae8f7;
  border-left: 10px solid #7368e3;
}

.cs-1 .article-contents .partner .notes {
  background: #e8f5f8;
  border-left: 10px solid #00abad;
}

.cs-1 .article-contents .notes h1,
.cs-1 .article-contents .notes h2,
.cs-1 .article-contents .owner .notes h2 {
  color: #7368e3;
}

.cs-1 .article-contents .partner .notes h1,
.cs-1 .article-contents .partner .notes h2 {
  color: #00abad;
}

.cs-1 .article-contents .flow > li > .num,
.cs-1 .article-contents .owner .flow > li > .num {
  background: #7368e3;
}

.cs-1 .article-contents .partner .flow > li > .num {
  background: #00abad;
}

.cs-1 .article-contents .notes .flow > li > .num,
.cs-1 .article-contents .owner .notes .flow > li > .num {
  background: #fff;
  border: 1px solid #7368e3;
}

.cs-1 .article-contents .partner .notes .flow > li > .num {
  background: #fff;
  border: 1px solid #00abad;
}

.cs-1 .article-contents .notes .flow > li > .num span,
.cs-1 .article-contents .owner .notes .flow > li > .num span {
  color: #7368e3;
}

.cs-1 .article-contents .partner .notes .flow > li > .num span {
  color: #00abad;
}

.cs-1 .article-contents .emphasize,
.cs-1 .article-contents .general.owner .emphasize {
  color: #7368e3;
}

.cs-1 .article-contents .partner .emphasize {
  color: #00abad;
}

.cs-1 .article-contents .tips li a,
.cs-1 .article-contents .owner .tips li a {
  background: rgba(115, 104, 227, 1);
}

.cs-1 .article-contents .tips a:hover,
.cs-1 .article-contents .owner .tips li a:hover {
  background: rgba(115, 104, 227, 0.7);
}

.cs-1 .article-contents .partner .tips li a {
  background: rgba(0, 171, 173, 1);
}

.cs-1 .article-contents .partner .tips a:hover {
  background: rgba(0, 171, 173, 0.7);
}

/* cs-1 tag */

.cs-1 .tag {
  background: #4436d9;
  color: #fff;
}

.cs-1 .tag:hover {
  background: #7368e3;
  color: #fff;
}

/* cs-1 latest */

.cs-1 .latest {
  color: #00abad;
  border: 1px solid #7368e3;
}

/* cs-1 simplebar */

.simplebar-track .simplebar-scrollbar::before {
  background: #7368e3;
}

/* cs-2 (color-scheme-2) */

/* cs-2 base */

.cs-2 a {
  color: rgba(0, 171, 173, 1);
}
.cs-2 a:hover {
  color: rgba(0, 171, 173, 0.7);
}

/* cs-2 main-nav */

.cs-2 .main-header #hamburger:checked ~ .main-list {
  background: #00abad;
}

.cs-2
  .main-header
  #hamburger:checked
  ~ .hamburger-menu__button
  .hamburger-menu__button-mark:nth-of-type(1) {
  background: #fff;
}

.cs-2
  .main-header
  #hamburger:checked
  ~ .hamburger-menu__button
  .hamburger-menu__button-mark:nth-of-type(2) {
  background: #fff;
}

.cs-2 .main-header .main-list li a {
  color: #fff;
}

/* cs-2 link-container */

.cs-2 .link-container .rounded.light {
  border-radius: 9999px;
  clip-path: inset(0 0 round 9999px);
}

.cs-2 .link-container .rounded.dark {
  clip-path: inset(0 0 round 9999px);
}

.cs-2 .link-container .light {
  border: 1px solid #00abad;
  color: #00abad;
}

.cs-2 .link-container .light::before {
  background: #00abad;
}

.cs-2 .link-container .light:hover {
  color: #fff;
}

.cs-2 .link-container .dark {
  background: #00abad;
  color: #fff;
}

.cs-2 .link-container .dark::before {
  background: #40c0c2;
}

/* cs-2 panel-section

.cs-2 .panel-section.col1 li h1,
.cs-2 .panel-section.col2 li h1,
.cs-2 .panel-section.col3 li h1,
.cs-2 .panel-section.col4 li h1 {
	color: #40c0c2;
} */

/* cs-2 article-contents */

.cs-2 .article-contents .icon-role.owner::before {
  border-bottom: solid 25px #00abad;
}

.cs-2 .article-contents .icon-role.owner::after {
  border-top: solid 25px #00abad;
}

.cs-2 .article-contents .general.owner {
  border-top: 10px solid #00abad;
}

.cs-2 .article-contents .icon-role.partner::before {
  border-bottom: solid 25px #7368e3;
}

.cs-2 .article-contents .icon-role.partner::after {
  border-top: solid 25px #7368e3;
}

.cs-2 .article-contents .general.partner {
  border-top: 10px solid #7368e3;
}

.cs-2 .article-contents.article-section .general > h1::before,
.cs-2 .article-contents.article-section .owner > h1::before,
.faq-section h2::before {
  border-bottom: 16px solid #00abad;
}

.cs-2 .article-contents.article-section .partner > h1::before {
  border-bottom: 16px solid #7368e3;
}

.cs-2 .article-contents .notes,
.cs-2 .article-contents .owner .notes {
  background: #e8f5f8;
  border-left: 10px solid #00abad;
}

.cs-2 .article-contents .partner .notes {
  background: #eae8f7;
  border-left: 10px solid #7368e3;
}

.cs-2 .article-contents .notes h1,
.cs-2 .article-contents .notes h2,
.cs-2 .article-contents .owner .notes h2 {
  color: #00abad;
}

.cs-2 .article-contents .partner .notes h1,
.cs-2 .article-contents .partner .notes h2 {
  color: #7368e3;
}

.cs-2 .article-contents .flow > li > .num,
.cs-2 .article-contents .owner .flow > li > .num {
  background: #00abad;
}

.cs-2 .article-contents .partner .flow > li > .num {
  background: #7368e3;
}

.cs-2 .article-contents .notes .flow > li > .num,
.cs-2 .article-contents .owner .notes .flow > li > .num {
  background: #fff;
  border: 1px solid #00abad;
}

.cs-2 .article-contents .partner .notes .flow > li > .num {
  background: #fff;
  border: 1px solid #7368e3;
}

.cs-2 .article-contents .notes .flow > li > .num span,
.cs-2 .article-contents .owner .notes .flow > li > .num span {
  color: #00abad;
}

.cs-2 .article-contents .partner .notes .flow > li > .num span {
  color: #7368e3;
}

.cs-2 .article-contents .emphasize,
.cs-2 .article-contents .owner .emphasize {
  color: #00abad;
}

.cs-2 .article-contents .partner .emphasize {
  color: #7368e3;
}

.cs-2 .article-contents .tips li a,
.cs-2 .article-contents .owner .tips li a {
  background: rgba(0, 171, 173, 1);
}

.cs-2 .article-contents .tips a:hover,
.cs-2 .article-contents .owner .tips a:hover {
  background: rgba(0, 171, 173, 0.7);
}

.cs-2 .article-contents .partner .tips li a {
  background: rgba(115, 104, 227, 1);
}

.cs-2 .article-contents .partner .tips a:hover {
  background: rgba(115, 104, 227, 0.7);
}

/* cs-2 tag */

.cs-2 .tag {
  background: #00abad;
  color: #fff;
}

.cs-2 .tag:hover {
  background: #40c0c2;
  color: #fff;
}

/* cs-2 latest */

.cs-2 .latest {
  color: #00abad;
  border: 1px solid #00abad;
}

/* cs-2 simplebar */

.simplebar-track .simplebar-scrollbar::before {
  background: #00abad;
}

@media screen and (max-width: 568px) {
  .cs-2 .article-contents .emphasize,
  .cs-2 .article-contents .owner .emphasize {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* pager */

.pager {
  margin-top: 60px;
}

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

.pager .pagination li {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.3em;
  border-radius: 100%;
  padding: 0;
  margin: 0 5px;
}

.pager .pagination li.pre,
.pager .pagination li.next {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.pager .pagination li.pre:hover,
.pager .pagination li.next:hover {
  background: rgba(0, 0, 0, 0.3);
}

.pager .pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  background: #e8e8e8;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}

.pager .pagination li.pre a,
.pager .pagination li.next a {
  color: #fff;
}

.pager .pagination li a span {
  display: block;
}

/* search-section */
/* sub-nav */

.search-section {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px; /* 目視用 */
}

.search-nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  padding: 0 0 30px 0;
  margin: 0 auto;
}

.search-nav.hamburger-search-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.search-nav.hamburger-search-menu .search-form {
  width: 45%;
  height: 100vh;
  display: none;
  top: 0;
  right: 45%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(200%);
  transition: 0.3s;
  padding: 100px 50px;
}

.search-section #hamburger-search:checked ~ .search-form {
  background: #00abad;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  top: -32px;
  right: 0;
  z-index: 999;
  transform: translateX(0%);
  transition: 0.3s;
}

.search-section .hamburger-search-menu__input {
  display: none;
}

.search-section .hamburger-search-menu__bg {
  width: 100%;
  height: 100vh;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.search-section .hamburger-search-menu__button {
  background: #00abad;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 9999px 0px 0px 9999px;
  cursor: pointer;
  appearance: none;
  gap: 5px;
  z-index: 9999;
  padding: 20px 30px 20px 35px;
}

.search-section .hamburger-search-menu__button .material-symbols-outlined {
  color: rgba(255, 255, 255, 1);
  transition: 0.2s;
}

.search-section
  .hamburger-search-menu__button
  .material-symbols-outlined:hover {
  color: rgba(255, 255, 255, 0.75);
}

.search-section
  .hamburger-search-menu__button
  .material-symbols-outlined::before {
  display: none;
  font-family: "Material Symbols";
  content: "\e5d7";
}

/* simplebar (scroll-bar) */

.simplebar-container {
  margin: 60px 0;
}

.simplebar-container:has(*) {
  width: 100%;
  padding: 0 30px 30px 0;
}

.simplebar-track {
  background: #eee;
  border-radius: 10px;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/* go-top */

.go-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
}

.go-top a {
  background: #00abad;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 9999px;
  transition: 0.2s;
}

.go-top a::before,
.go-top a::after {
  background: #00abad;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  z-index: -10;
  border-radius: 39px;
  transform: translate3d(0, 0, 0);
}

.go-top a:hover::before {
  animation: anime 1s ease-out infinite;
}

.go-top a:hover::after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.7, 1.7);
    opacity: 0;
  }
}

.go-top a .icon {
  font-size: 1.6em;
  color: #fff;
}

/* cookie-consent */

.cookie-consent {
  background: #fff;
  width: 700px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 40px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 50px;
}

.cookie-consent h1 {
  font-size: 2em;
  line-height: 2em;
  font-weight: 666;
}

.cookie-consent p {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 20px;
}

.cookie-consent.is-show {
  visibility: visible;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .cookie-consent {
        width: 90%; /* Adjust width to fit smaller screens */
        right: 5%; /* Center horizontally with some margin */
        bottom: 20px; /* Adjust bottom margin */
        padding: 20px; /* Reduce padding */
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* Soften shadow */
    }

    .cookie-consent h1 {
        font-size: 1.5em; /* Reduce font size */
        line-height: 1.8em;
    }

    .cookie-consent p {
        font-size: 1em; /* Reduce font size */
        line-height: 1.5em;
        margin-top: 10px; /* Reduce margin */
    }
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 568px) {
  .cookie-consent {
    flex-direction: column;
  }
}

/* base-bg */

.base-bg {
  position: absolute;
  z-index: -2;
}

.base-bg.bg-lv1 {
  z-index: 11;
}

.base-bg.bg-lv2 {
  z-index: 22;
}

.base-bg.bg-lv3 {
  z-index: 33;
}

.base-bg.bg-lv4 {
  z-index: 44;
}

.base-bg.bg-fixed {
  position: fixed;
}

.base-bg.bg-cover {
  object-fit: cover;
}

.base-bg.bg-top {
  top: 0;
}

.base-bg.bg-bottom {
  bottom: 0;
}

.base-bg.bg-left {
  left: 0;
}

.base-bg.bg-right {
  right: 0;
}

.bg-blur {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
}

.bg-frost {
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 568px) {
  .base-bg {
    width: 130%;
  }
}

/* text */

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

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

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

/* image */

/* img-container */

.img-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.img-container li:nth-child(n + 2) {
  margin-left: 30px;
}

.img-container img {
  width: 100%;
  display: block;
  position: relative;
}

.img-container.small-top {
  /* container-margin */
  margin-top: 40px;
}

.img-container.small-bottom {
  /* container-margin */
  margin-bottom: 40px;
}

.img-container.large-top {
  /* container-margin */
  margin-top: 60px;
}

.img-container.large-bottom {
  /* container-margin */
  margin-bottom: 60px;
}

.img-container.center {
  justify-content: center;
}

.img-container.vertical {
  flex-flow: column;
}

.img-container.vertical li:not(:first-child) {
  margin: 20px 0 0 0;
}

/* img size・effect */

.img-fullscreen {
  height: 100vh;
  position: relative;
}

.img-fullscreen img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.img-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* movie responsive */
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

/* margin */

.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}

/* dummy */

.dummy-section {
  width: 100%;
}

.dummy-contents {
  width: 100%;
  height: 400px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}

.dummy-contents.normal {
  max-width: 1020px;
  margin: 0 auto;
}

.dummy-contents.fullscreen {
  background: #eee;
}

.dummy-section h1 {
  font-size: 1.6em;
  line-height: 1.6em;
}

/****** contents ******/

/*** top ***/

.top .hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.top .hero > .wrap {
  max-width: 1020px;
  width: 100%;
  padding: 0 50px;
  position: relative;
  z-index: 99;
  margin-top: -100px;
}

.top .hero .service-logo {
  width: 210px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.top .hero h1 {
  font-size: 3.6em;
  line-height: 1.3em;
  font-weight: 600;
}

.top .hero h1 img {
  width: 500px;
}

.top .hero p {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 30px;
}

@media screen and (max-width: 568px) {
  .top .hero > .wrap {
    padding: 0 25px;
    margin-top: 0px;
  }
  .top .hero h1 img {
    width: 95%;
  }
}

/* how-to-use */

.how-to-use-nav {
  width: 100%;
  padding: 60px 30px;
}

.how-to-use-nav .wrap {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.how-to-use-list {
  min-width: 620px;
  width: 65%;
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.how-to-use-list li {
  width: 100%;
  height: 150px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  padding-left: 150px;
}

.how-to-use-list li:not(:first-child) {
  margin-top: 40px;
}

.how-to-use-list li:not(:last-child)::before {
  background: #fff;
  width: 10px;
  height: 110%;
  display: block;
  position: absolute;
  top: 100px;
  left: 47px;
  border: 1px solid #ccc;
}

.how-to-use-list li .list-image {
  background: #fff;
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 100%;
}

.how-to-use-list li h2 {
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 600;
}

.how-to-use-list li .description {
  font-size: 1.6em;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .how-to-use-list {
    min-width: unset;
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 568px) {
  .how-to-use-list {
    min-width: unset;
    width: calc(100% - 50px);
    padding: 60px 0;
  }

  .how-to-use-list li:not(:last-child)::before {
    display: none;
  }

  .how-to-use-list li {
    height: auto;
    text-align: center;
    padding-left: 0;
  }

  .how-to-use-list li .list-image {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 30px;
  }

  .how-to-use-list li .description {
    margin-top: 10px;
  }
}

/* service-manual */

.service-manual-nav {
  width: 100%;
  margin: 0 auto;
}

.service-manual-nav .service-manual-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.service-manual-nav .service-manual-menu > li {
  width: calc(100% / 2);
  font-size: 1.3em;
  padding: 60px 50px;
}

.service-manual-nav .service-manual-menu > li:nth-child(4n + 1),
.service-manual-nav .service-manual-menu > li:nth-child(4n + 4) {
  background: rgba(255, 255, 255, 0.75);
}

.service-manual-nav .service-manual-menu > li:nth-child(odd) {
  display: flex;
  justify-content: end;
  padding: 60px 50px 60px 12%;
}

.service-manual-nav .service-manual-menu > li:nth-child(odd) .wrap {
  width: 70%;
}

.service-manual-nav .service-manual-menu ul {
  margin-left: 20px;
}

.service-manual-nav .service-manual-menu ul li {
  line-height: 1.6;
  font-size: 1.3em;
  margin: 25px 0;
}

.service-manual-nav .service-manual-menu h2 {
  line-height: 1.8;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service-manual-nav .service-manual-menu {
    display: block;
  }

  .service-manual-nav .service-manual-menu ul {
    margin-left: 0;
  }

  .service-manual-nav .service-manual-menu > li {
    width: 100%;
    padding: 60px 50px;
  }

  .service-manual-nav .service-manual-menu > li:nth-child(4n + 1),
  .service-manual-nav .service-manual-menu > li:nth-child(4n + 4) {
    background: none;
  }

  .service-manual-nav .service-manual-menu > li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 60px 50px;
  }

  .service-manual-nav .service-manual-menu > li:nth-child(odd) .wrap {
    width: 100%;
  }

  .service-manual-nav .service-manual-menu h2 {
    text-align: center;
  }

  .service-manual-nav .service-manual-menu ul li {
    text-align: center;
  }
}

@media screen and (max-width: 568px) {
  .service-manual-nav .service-manual-menu > li {
    padding: 40px 25px;
  }

  .service-manual-nav .service-manual-menu > li:nth-child(odd) {
    padding: 40px 25px;
  }

  .service-manual-nav .service-manual-menu h2 {
    font-size: 1.6em;
  }
}

/* faq */

.faq-section {
  width: 100%;
  margin: 60 auto 0;
}

.faq-section .wrap {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 60px 40px 0;
}

.faq-section .wrap:not(:first-of-type) {
  margin-top: 60px;
}

.faq-section h2 {
  padding-left: 1.6em;
}

.faq-section h3 {
  padding-left: 1.5em;
  margin: 10px 0 60px 18px;
}

.faq-section .faq-list:last-of-type {
  margin-bottom: 40px;
}

.faq-section .faq-list:has(+ h3) {
  margin-bottom: 60px;
}

.faq-section .faq-list li {
  width: 100%;
  padding: 0 20px 40px 15px;
}

.faq-section .faq-list li:last-child {
  padding: 0 20px 0 15px;
}

.faq-section .faq-list li:not(:first-child) {
  padding: 20px 20px 40px 15px;
}

.faq-section .faq-list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.faq-section .faq-list li .items {
  position: relative;
}

.faq-section .faq-list li .question {
  font-size: 1.8em;
  line-height: 2em;
  color: #00abad;
}

.faq-section .faq-list li .answer {
  font-size: 1.6em;
  line-height: 2em;
  margin-top: 20px;
}

.faq-section .faq-list li .items div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  border-radius: 100%;
}

.faq-section .faq-list li .question div {
  background: #00abad;
  color: #fff;
}

.faq-section .faq-list li .answer div {
  background: #fff;
  color: #00abad;
  border: 1px solid #00abad;
}

.faq-section .faq-list li .items div span {
  display: block;
  position: absolute;
  top: 2px;
}

.faq-section .faq-list li .items p {
  padding-left: 60px;
}

.faq-section .faq-list li .question p {
  font-weight: 600;
}

.faq-section .accordion-header {
  margin-bottom: 88px;
}

.faq-section .accordion-label {
  width: 100%;
  display: block;
  cursor: pointer;
  padding-right: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  padding-left: 1.6em;
}

@media screen and (max-width: 568px) {
  .faq-section .wrap {
    padding: 50px 25px 0;
  }
  .faq-section .wrap:not(:first-of-type) {
    margin-top: 40px;
  }
  .faq-section h3 {
    margin: 10px 0 40px 0;
  }
  .faq-section .accordion-header {
    margin-bottom: 65px;
  }
  .faq-section .faq-list li {
    padding: 0 0 40px 0;
  }
  .faq-section .faq-list li:not(:first-child) {
    padding: 0 20px 0 15px;
  }
  .faq-section .faq-list li .items {
    position: relative;
  }
  .faq-section .faq-list li .items div {
    position: relative;
    margin: 0 auto 20px;
  }
  .faq-section .faq-list li .items p {
    padding-left: 0;
  }
}

/* agreement */

.icon-agreement {
  background: #fff;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00abad;
  border-radius: 100%;
  margin: 0 auto;
}

.icon-agreement img {
  width: 45px;
  display: block;
  position: relative;
}

/* accordion */

.accordion-checkbox {
  display: none;
}

.accordion-header {
  display: block;
  cursor: pointer;
  padding-right: 30px;
}

.accordion-header .arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid #666;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
  padding: 3px;
}

.accordion-checkbox:checked + .accordion-header .arrow {
  transform: translateY(-50%) rotate(-135deg);
}

.accordion-checkbox + .accordion-header + .accordion-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-checkbox:checked + .accordion-header + .accordion-wrap {
  max-height: 99999px;
  transition: max-height 0.3s ease-in;
}

/* contact */

.contact-section {
    margin-top: 20px;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    font-size: 1.6em;
}

.contact-section fieldset {
    border: none;
    margin-bottom: 20px;
}

.contact-section fieldset > div {
    margin-top: 10px;
}

.contact-section label {
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.contact-section select {
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-appearance: listbox;
  color: #333;
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
}

.contact-section textarea {
    height: 100px;
    resize: vertical;
}

.contact-section input[type="checkbox"] {
    margin-right: 10px;
}

.contact-section .actions {
    text-align: center;
}

.contact-section .submit-button {
    background-color: #333333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.contact-section .submit-button:hover {
    background-color: #00abad;
}

.contact-section .privacy-policy {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 20px;
}

.contact-section .privacy-policy a {
    color: #007BFF;
    text-decoration: none;
}

.contact-section .privacy-policy a:hover {
    text-decoration: underline;
}

/* search */

.search-container {
  position: relative;
  align-items: center;
  margin-top: 10px;
}

.search-box-wrap {
  display: flex;
}

.search-box {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.search-button {
  position: absolute;
  right: 0px;
  padding: 13px;
  background-color: #333333;
  color: white;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  font-size:1.4em;
}

.search-button:hover {
  background-color: #00abad;
}

.search-result {
  position: absolute;
}

.search-result-item {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  z-index: 1000;
  padding: 2px;
}

.search-result-item > a {
  font-size:12px;
}

.search-button:focus {
  outline: none;
}

/* submenu */

.side-menu {
  position: sticky;
  top: 76px; /* height of the header */
  left: 0;
  width: 300px;
  height: calc(100vh - 76px); /* full height minus header */
  background-color: transparent;
  overflow-y: auto;
  padding: 20px;
  z-index: 1000; /* ensure it is above other content */
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px; /* Indentation for hierarchy */
}

.side-menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
}

.side-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  display: block;
  padding: 5px 0;
}

.side-menu ul li a:hover {
  color: #0078d4; /* same color as Azure site */
}

.side-menu ul ul {
  padding-left: 20px; /* Further indentation for nested lists */
  border-left: 1px solid #ccc; /* Vertical line for hierarchy */
}

.side-menu ul ul li {
  margin-bottom: 5px;
}

.side-menu ul ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #ccc; /* Line color for nested items */
}

.contents-wrap-sub {
  position: sticky;
  width: 100%; /* width of the content minus the side menu */
  min-height: 100vh;
  padding-top: 0px; /* height of the header */
}

/* Responsive design: Hide side menu on small screens */
@media screen and (max-width: 768px) {
  .side-menu,
  .left-box {
    display: none;
  }
  .contents-wrap-sub {
    width: 100%;
    margin-left: 0;
    padding-top: 0; /* remove padding when side menu is hidden */
  }
  .right-box {
    margin-left: 10px !important;
    width: 100%;
    margin-top: 0px;
  }
}

.body-add-sidemenu {
  overflow-x: hidden;
}

.left-box {
  width: 300px;
}

.right-box {
  flex-grow: 1;
  margin-left: 320px; /* width of the side menu plus some margin */
  margin-top: calc(-100vh);
}

.current {
  font-weight: bold;
  color: #0078d4; /* Highlight color */
}

a[href="#"] {
  color: inherit;
  cursor: default;
}

/* image */

.image-section {
  width: 100%;
}

.image-contents {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-contents img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.service-logo-article {
  width: 210px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.release-note * {
  font-size: revert;
  color: revert;
  padding: revert;
  margin: revert;
  list-style: revert;
  font-weight: revert;
}

.release-note p {
  font-size: 1.6em;
  margin-left: 20px; 
}

.release-note h3 {
  font-size: 1.6em;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 500;
}

.release-note h2 {
  font-size: 1.8em;
  padding-bottom: 10px;
  font-weight: 500;
}

.release-note ul {
    margin: 5px; 
    padding: 5px;
}

.release-note li {
    font-size: 16px;
    margin-left: 30px; 
    padding: 5px;
}