@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

body {
  color: #3b3b3b;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "メイリオ", meiryo, sans-serif;
  line-height: 1.7;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .has-menu {
    position: fixed;
    left: 0;
    width: 100%;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

html.is-tablet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 40px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: relative;
  z-index: 500;
  background: #fff;
}
.header-common .header-logo {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .header-common {
    padding: 13px 0 9px;
    -webkit-box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.15);
  }
  .header-common .wrapper {
    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;
  }
  .header-common .header-logo {
    top: -2px;
    width: 165px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-inner {
    position: relative;
    z-index: 10;
    padding: 0.15rem 0;
    background: #fff;
    -webkit-box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.15);
  }
  .header-common .wrapper {
    padding: 0;
  }
  .header-common .header-logo {
    width: 1.65rem;
    margin: 0 auto;
  }
}
.navigation .navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation .navigation-item {
  color: #000;
  font-weight: 700;
}
.navigation .navigation-button {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation .navigation-button a {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 141, 255)), to(rgb(229, 169, 255)));
  background: linear-gradient(90deg, rgb(155, 141, 255) 0%, rgb(229, 169, 255) 100%);
}

@media print, (min-width: 768px) {
  .navigation {
    /* stylelint-disable-next-line declaration-no-important */
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .navigation .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation .navigation-menu > li {
    position: relative;
    margin-left: 26px;
  }
  .navigation .navigation-item {
    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;
    height: 100%;
    font-size: 0.16rem;
    line-height: 1.0625;
    text-align: center;
  }
  .navigation .navigation-button {
    margin-left: 25px;
  }
  .navigation .navigation-button > li {
    margin-bottom: 8px;
  }
  .navigation .navigation-button > li:last-child {
    margin-bottom: 0;
  }
  .navigation .navigation-button a {
    padding: 4px 8px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    font-size: 0.14rem;
  }
  .is-mac.is-safari .navigation .navigation-button a {
    padding-top: 3px;
  }
  .navigation .is-font {
    font-family: "Josefin Sans", sans-serif;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.52rem;
    background: #fff;
  }
  .navigation .navigation-inner {
    width: 2.82rem;
    max-height: 100%;
    margin-left: auto;
    overflow-y: auto;
    border-radius: 0 0 0.1rem 0.1rem;
    background: #f8f8f8;
  }
  .navigation .navigation-menu {
    margin-bottom: 0.17rem;
  }
  .navigation .navigation-menu > li {
    position: relative;
    border-bottom: 1px solid #8f8f8f;
  }
  .navigation .navigation-item {
    display: block;
    position: relative;
    padding: 0.09rem 0.39rem 0.09rem 0.17rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .navigation .navigation-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.13rem;
    width: 0.18rem;
    height: 0.18rem;
    margin-top: -0.09rem;
    background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
  }
  .navigation .navigation-button {
    padding: 0 0.18rem 0.2rem 0.12rem;
  }
  .navigation .navigation-button > li {
    margin-bottom: 0.18rem;
  }
  .navigation .navigation-button > li:last-child {
    margin-bottom: 0;
  }
  .navigation .navigation-button a {
    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;
    width: 100%;
    min-height: 0.48rem;
    padding: 0.04rem 0.05rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.15);
    font-size: 0.17rem;
  }
  .navigation .navigation-button .icon {
    position: relative;
    padding: 0 0 0.01rem 0.22rem;
  }
  .navigation .navigation-button .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.18rem;
    height: 0.22rem;
    margin-top: -0.11rem;
    background: no-repeat center center/100% auto;
  }
  .navigation .navigation-button .icon.is-document::before {
    background-image: url("../img/common/document_icn.svg");
  }
  .navigation .navigation-button .icon.is-contact {
    font-size: 0.16rem;
  }
  .navigation .navigation-button .icon.is-contact::before {
    background-image: url("../img/common/contact_icn.svg");
  }
}
.button-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.65rem;
  height: 0.52rem;
}
.button-menu > span, .button-menu::before, .button-menu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  margin-left: -0.15rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 0.03rem solid #6a6a6a;
}
.button-menu > span {
  margin-top: -0.02rem;
}
.button-menu::before, .button-menu::after {
  content: "";
}
.button-menu::before {
  margin-top: -0.1rem;
}
.button-menu::after {
  margin-top: 0.07rem;
}
.button-menu.is-active > span {
  visibility: visible;
  opacity: 0;
}
.button-menu.is-active::before, .button-menu.is-active::after {
  width: 0.28rem;
  margin-top: -0.02rem;
  margin-left: -0.13rem;
  border-top-width: 0.03rem;
}
.button-menu.is-active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-menu.is-active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-common {
  background: #1b1b1b;
  color: #fff;
}
.footer-common a {
  color: #fff;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.footer-common .footer-social a {
  display: block;
}
.footer-common .footer-social img {
  border-radius: 100%;
}
.footer-common .footer-menu {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
.footer-common .footer-line,
.footer-common .footer-las {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-common .footer-las {
  background: #fff;
}
.footer-common .footer-right {
  padding-left: 0;
  list-style: none;
}
.footer-common .footer-take {
  position: relative;
}
.footer-common .footer-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.footer-common .footer-link {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.02rem;
}
@media (hover: hover) {
  .footer-common .footer-link:hover {
    text-decoration: none;
  }
}

@media print, (min-width: 768px) {
  .footer-common {
    padding: 43px 0 17px;
  }
  .footer-common .wrapper {
    max-width: 1088px;
  }
  .footer-common .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-common .footer-left {
    width: 301px;
    padding-top: 2px;
  }
  .footer-common .footer-logo {
    width: 221px;
    margin-bottom: 21px;
  }
  .footer-common .footer-social {
    margin-bottom: 14px;
  }
  .footer-common .footer-social > li {
    width: 43px;
    margin-right: 15px;
  }
  .footer-common .footer-las {
    width: 108px;
    margin: 0 0 8px 3px;
  }
  .footer-common .footer-las > li {
    width: 44px;
  }
  .footer-common .footer-las > li:nth-of-type(1) {
    width: 64px;
  }
  .footer-common .footer-line {
    width: 273px;
    margin-left: 1px;
  }
  .footer-common .footer-line > li {
    width: 68px;
  }
  .footer-common .footer-line > li:nth-of-type(2) {
    width: 69px;
  }
  .footer-common .footer-menu {
    font-size: 0.16rem;
  }
  .footer-common .footer-menu.is-menu-one {
    width: 236px;
  }
  .footer-common .footer-menu.is-menu-one > li {
    margin-bottom: 4px;
  }
  .footer-common .footer-menu.is-menu-two {
    width: 200px;
    padding-top: 1px;
  }
  .footer-common .footer-menu.is-menu-two > li {
    margin-bottom: 10px;
  }
  .footer-common .footer-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 459px;
  }
  .footer-common .footer-right {
    width: 332px;
    margin: 4px -5px 0 0;
  }
  .footer-common .footer-right > li {
    margin-bottom: 21px;
  }
  .footer-common .footer-take {
    left: -3px;
    width: 210px;
    margin: 0 auto 6px;
  }
  .footer-common .footer-address {
    margin-top: -5px;
  }
  .footer-common .footer-link {
    left: 5px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.2rem 0 0.13rem;
  }
  .footer-common .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-common .footer-row {
    margin-bottom: 0.34rem;
  }
  .footer-common .footer-left {
    margin-bottom: 0.29rem;
    padding: 0 0.2rem;
  }
  .footer-common .footer-logo {
    width: 1.48rem;
    margin: 0 auto 0.34rem;
  }
  .footer-common .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.17rem;
    padding-left: 0.04rem;
  }
  .footer-common .footer-social > li {
    width: 0.82rem;
    margin: 0 0.17rem 0.2rem;
  }
  .footer-common .footer-las {
    width: 1.38rem;
    margin: 0 0 0.1rem 0.02rem;
  }
  .footer-common .footer-las > li {
    width: 0.56rem;
  }
  .footer-common .footer-las > li:nth-of-type(1) {
    width: 0.82rem;
  }
  .footer-common .footer-line > li {
    width: 24.9084249084%;
  }
  .footer-common .footer-line > li:nth-of-type(2) {
    width: 25.2747252747%;
  }
  .footer-common .footer-menu {
    font-size: 0.2rem;
  }
  .footer-common .footer-menu > li {
    border-bottom: 1px solid #5e5e5e;
  }
  .footer-common .footer-menu.is-menu-one {
    border-top: 1px solid #5e5e5e;
  }
  .footer-common .footer-menu a {
    display: block;
    position: relative;
    padding: 0.13rem 0.4rem 0.13rem 0.12rem;
  }
  .footer-common .footer-menu a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.15rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-top: -0.09rem;
    background: url("../img/common/arrow_icn_01.svg") no-repeat center center/100% auto;
  }
  .footer-common .footer-center {
    margin-bottom: 0.42rem;
  }
  .footer-common .footer-right {
    padding: 0 0.25rem;
  }
  .footer-common .footer-right > li {
    margin-bottom: 0.27rem;
  }
  .footer-common .footer-take {
    left: 0.06rem;
    width: 2.12rem;
    margin: 0 auto 0.06rem;
  }
  .footer-common .footer-address {
    padding: 0 0.2rem;
  }
  .footer-common .footer-address address {
    padding-left: 0.12rem;
  }
  .footer-common .footer-link {
    left: 0.05rem;
    margin-top: 0.06rem;
  }
}
.breadcrumb-list {
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  color: #545759;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  line-height: 1.5;
  list-style: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-list > li {
  display: inline;
}
.breadcrumb-list > li::after {
  content: "＞";
  position: relative;
}
.breadcrumb-list > li:last-child::after {
  display: none;
}
.breadcrumb-list a {
  color: #545759;
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 17px 0;
  }
  .breadcrumb-list > li {
    margin-right: 2px;
  }
  .breadcrumb-list > li::after {
    left: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.1rem 0;
  }
  .breadcrumb-common .wrapper {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .breadcrumb-list > li {
    margin-right: 0.02rem;
  }
  .breadcrumb-list > li::after {
    left: 0.02rem;
  }
}
.title-common-primary {
  font-weight: 700;
  text-align: center;
}
.title-common-primary .title-japanese {
  margin-bottom: 0;
}
.title-common-primary .title-english {
  margin-bottom: 0;
  color: #00afd7;
  font-size: 0.16rem;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-japanese {
    margin-bottom: -2px;
    font-size: 0.32rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-japanese {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .title-common-primary .title-english {
    margin-top: -0.03rem;
  }
}

.title-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
}
.title-common-secondary .title-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: solid #00afd7;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.32rem;
  }
  .title-common-secondary .title-wrapper {
    padding: 0 2px 15px 0;
  }
  .title-common-secondary .title-wrapper::after {
    border-width: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.2rem;
  }
  .title-common-secondary .title-wrapper {
    padding: 0 0.06rem 0.08rem;
  }
  .title-common-secondary .title-wrapper::after {
    border-width: 0.03rem;
  }
}

.title-common-tertiary {
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.24rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    font-size: 0.16rem;
    font-weight: 700;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.05rem 0.2rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1rem;
  -webkit-box-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 141, 255)), to(rgb(229, 169, 255)));
  background: linear-gradient(90deg, rgb(155, 141, 255) 0%, rgb(229, 169, 255) 100%);
}
.button-common-primary > span {
  position: relative;
  z-index: 2;
  padding-left: 0.22rem;
}
.button-common-primary > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.18rem;
  height: 0.22rem;
  margin-top: -0.11rem;
  background: no-repeat center center/100% auto;
}
.button-common-primary > span.is-document::before {
  background-image: url("../img/common/document_icn.svg");
}
.button-common-primary > span.is-contact::before {
  background-image: url("../img/common/contact_icn.svg");
}
.button-common-primary > span.button-text {
  padding-left: 0;
}
.button-common-primary > span.button-text::before {
  display: none;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    max-width: 332px;
    min-height: 0.5rem;
    font-size: 0.2rem;
  }
  .is-tablet .button-common-primary > span {
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.48rem;
    font-size: 0.17rem;
  }
  .button-common-primary > span.is-contact {
    font-size: 0.16rem;
  }
}
.button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #7eddff;
  background: #fff;
  color: #00afd7;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .button-common-secondary.is-button-large {
    width: 236px;
    min-height: 0.44rem;
    margin: 0 auto;
    padding: 0.05rem 0.2rem 0.06rem;
    font-size: 0.18rem;
  }
  .button-common-secondary.is-button-small {
    width: 168px;
    padding: 2px 10px;
    font-size: 0.15rem;
    line-height: 1.468;
  }
  .is-firefox .button-common-secondary.is-button-small {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    padding: 0.02rem 0.2rem 0.03rem;
  }
  .button-common-secondary.is-button-large {
    width: 1.68rem;
    margin: 0 auto;
    font-size: 0.15rem;
  }
  .button-common-secondary.is-button-small {
    width: 1.33rem;
    min-height: 0.23rem;
    font-size: 0.13rem;
  }
}
.section-common-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eef1f4;
}
.section-common-heading .heading-title {
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
.section-common-heading .title-japanese {
  display: block;
  color: #000;
}
.section-common-heading .title-english {
  display: block;
  color: #00afd7;
  line-height: 1.2;
}
.section-common-heading .breadcrumb-common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-common-heading {
    min-height: 196px;
  }
  .section-common-heading .heading-title {
    padding-top: 14px;
  }
  .section-common-heading .title-japanese {
    font-size: 0.36rem;
    line-height: 1.7;
  }
  .section-common-heading .title-english {
    margin-top: -2px;
    font-size: 0.14rem;
  }
  .section-common-heading .breadcrumb-common {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section-common-heading .breadcrumb-list {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-heading {
    min-height: 1.3rem;
  }
  .section-common-heading .wrapper {
    width: 100%;
  }
  .section-common-heading .heading-title {
    padding-top: 0.09rem;
  }
  .section-common-heading .title-japanese {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .section-common-heading .title-english {
    margin-top: 0.01rem;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
  }
  .section-common-heading .breadcrumb-common {
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
  }
}
.section-common-service .service-title {
  font-weight: 700;
  text-align: center;
}
.section-common-service .service-button {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-common-service .button-common-primary {
  max-width: 100%;
}

@media print, (min-width: 768px) {
  .section-common-service {
    padding: 43px 0;
    background: url("../img/common/service_decor_01.png") no-repeat calc(50% - 417px) 0/325px auto, url("../img/common/service_decor_02.png") no-repeat calc(50% + 484px) calc(100% + 7px)/325px auto;
    background-color: #f3f3f3;
  }
  .section-common-service .service-title {
    margin-bottom: 8px;
    font-size: 0.32rem;
    line-height: 1.4;
  }
  .section-common-service .service-description {
    max-width: 812px;
    margin: 0 auto 11px;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .section-common-service .service-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-common-service .service-button > li {
    margin: 12px;
  }
  .section-common-service .button-common-primary {
    max-width: 100%;
  }
  .section-common-service .button-common-primary .is-contact {
    margin: 0 8px 0 7px;
  }
  .section-common-service .button-common-primary .is-document {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-service {
    padding: 0.23rem 0 0.31rem;
    background: url("../img/common/sp/service_decor_01.png") no-repeat 0 0/1.48rem auto, url("../img/common/sp/service_decor_02.png") no-repeat right bottom/2.31rem auto;
    background-color: #f3f3f3;
  }
  .section-common-service .service-title {
    margin-bottom: 0.14rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-common-service .service-description {
    margin-bottom: 0.05rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-common-service .service-button {
    padding: 0 0.02rem;
  }
  .section-common-service .service-button > li {
    margin-bottom: 0.15rem;
  }
  .section-common-service .service-button > li:last-child {
    margin-bottom: 0;
  }
}
.case-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.case-item {
  background: #e4eeef;
}
.case-item .case-title {
  display: -webkit-box;
  margin-bottom: 3px;
  overflow: hidden;
  color: #2f2f2f;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-item .case-text {
  overflow: hidden;
  color: #00afd7;
  font-weight: 700;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-item .case-description {
  display: -webkit-box;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-item .case-description p:last-child {
  margin-bottom: 0;
}
.case-item .text-list {
  padding-left: 0;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
.case-item .text-list > li {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case-item .text-list > li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #00afd7;
}

@media print, (min-width: 768px) {
  .case-list {
    margin-right: -3px;
  }
  .case-list > li {
    margin-bottom: 20px;
  }
  .case-item {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
  }
  .case-item .case-title {
    margin-bottom: 3px;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1.34;
  }
  .case-item .case-text {
    margin-bottom: 1px;
    font-size: 0.2rem;
  }
  .case-item .case-image {
    width: 440px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .case-item .case-image + .case-info {
    margin-left: 440px;
  }
  .case-item .case-info {
    padding: 11px 28px 10px 24px;
  }
  .case-item .case-description {
    margin: 0 10px 7px 0;
  }
  .case-item .text-list {
    margin-bottom: 4px;
    font-size: 0.16rem;
  }
  .case-item .text-list > li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-list > li {
    margin-bottom: 0.2rem;
  }
  .case-item {
    display: block;
    border-radius: 0 0 0.1rem 0.1rem;
  }
  .case-item .case-title {
    margin-bottom: 0;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .case-item .case-text {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
  }
  .case-item .case-image {
    height: 2.03rem;
  }
  .case-item .case-info {
    padding: 0.09rem 0.17rem 0.19rem;
  }
  .case-item .case-description {
    margin-bottom: 0.1rem;
  }
  .case-item .text-list {
    margin-bottom: 0.01rem;
    font-size: 0.14rem;
  }
  .case-item .text-list > li {
    margin-bottom: 0.03rem;
    padding-left: 0.17rem;
  }
  .case-item .button-common-secondary {
    width: 1.68rem;
    min-height: 0.3rem;
    margin: 0 auto;
    font-size: 0.15rem;
  }
}
.item-common {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.12rem;
  background: #fff;
  -webkit-box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
}
.item-common .item-image {
  height: 1.64rem;
}
.item-common .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-common .item-info {
  padding: 0.08rem 0.21rem 0.17rem;
  color: #3b3b3b;
}
.item-common .item-title {
  display: -webkit-box;
  margin-bottom: 0.07rem;
  overflow: hidden;
  color: #3b3b3b;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-common .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.05rem;
}
.item-common .item-time {
  max-width: 0.85rem;
  margin-right: 0.04rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.2;
}
.item-common .item-description {
  display: -webkit-box;
  margin: 0 -0.1rem 0.14rem 0;
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-common .item-new {
  display: block;
  position: relative;
  top: 0.01rem;
  padding: 0.03rem 0.02rem 0;
  background: #ff489a;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.1rem;
  font-weight: 500;
  line-height: 0.8;
}
.item-common .item-category {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 0.05rem 0.05rem 0;
  padding: 0.01rem 0.05rem;
  border: 1px solid #777;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  line-height: 1.1;
  vertical-align: top;
}
.item-common .item-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-common .category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.01rem 0 -0.05rem;
  padding-left: 0.02rem;
}

.list-common {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.list-common .button-common-secondary {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .list-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-common > li {
    width: 290px;
    margin: 0 28px 20px 0;
  }
  .list-common > li:nth-child(3n) {
    margin-right: 0;
  }
  .list-common .item-common {
    height: 100%;
  }
  .is-firefox .item-common .item-new {
    padding-top: 0.02rem;
    padding-bottom: 0.01rem;
  }
  .is-tablet .item-common .item-new {
    padding-bottom: 0.01rem;
  }
  .is-firefox .item-common .item-category {
    padding-bottom: 0.02rem;
  }
  .is-mac.is-chrome .item-common .item-category {
    padding-top: 0.02rem;
  }
  .item-common .category-group {
    margin-top: -0.02rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common {
    width: 2.9rem;
    margin: 0 auto;
  }
  .list-common > li {
    margin-bottom: 0.22rem;
  }
  .list-common > li:last-child {
    margin-bottom: 0;
  }
  .list-common .button-common-secondary {
    width: 1.68rem;
    min-height: 0.3rem;
    font-size: 0.15rem;
  }
  .item-common .category-group {
    position: relative;
    top: -0.01rem;
  }
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 100%;
  background: #00afd7;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_next.svg") no-repeat center center/100% auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.slider-common {
  position: relative;
}
.slider-common .swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-common.is-disabled .swiper-button-next,
.slider-common.is-disabled .swiper-button-prev {
  display: none;
}
@media print, (min-width: 768px) {
  .slider-common.is-disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pagination-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.37rem;
}

.wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0 0.52rem 0 0.53rem;
  list-style: none;
}
.wp-pager > li {
  margin-bottom: 0.1rem;
}
.wp-pager .arrow a,
.wp-pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0.36rem;
  height: 0.36rem;
  padding: 0.01rem 0.05rem 0.03rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #00afd7;
  border-radius: 0.04rem;
  background: #fff;
  color: #00afd7;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.wp-pager .page-numbers:not(.dots) {
  margin: 0 0.08rem 0 0.07rem;
}
.wp-pager .page-numbers.dots {
  min-width: 0.2rem;
  padding-right: 0;
  padding-left: 0;
  border: none;
  background: url("../img/common/dots_icn.svg") no-repeat center center/20px auto;
}
@media (hover: hover) {
  .wp-pager .page-numbers:not(.dots):hover {
    background: #00afd7;
    color: #fff;
  }
}
.wp-pager .page-numbers.current {
  background: #00afd7;
  color: #fff;
}
.wp-pager .prev {
  left: 0;
}
.wp-pager .next {
  right: 0;
}
.wp-pager .arrow {
  position: absolute;
  top: 0;
  margin: 0;
}
.wp-pager .arrow a {
  background: #fff;
}
.wp-pager .arrow a::before, .wp-pager .arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.16rem;
  height: 0.16rem;
  margin: -0.08rem 0 0 -0.05rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #00afd7;
  -webkit-mask-image: url("../img/common/arrow_icn_01.svg");
  mask-image: url("../img/common/arrow_icn_01.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.wp-pager .arrow a::after {
  opacity: 0;
  background: #fff;
}
@media (hover: hover) {
  .wp-pager .arrow a:hover {
    background: #00afd7;
  }
  .wp-pager .arrow a:hover::after {
    opacity: 1;
  }
  .wp-pager .arrow a:hover::before {
    opacity: 0;
  }
}
.wp-pager .arrow.disable {
  pointer-events: none;
}
.wp-pager .arrow.disable a {
  opacity: 0.5;
}
.wp-pager .arrow.prev a::before, .wp-pager .arrow.prev a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wp-pager .arrow.next a::before, .wp-pager .arrow.next a::after {
  margin-left: -0.1rem;
}

@media print, (min-width: 768px) {
  .is-firefox .wp-pager .page-numbers, .is-tablet .wp-pager .page-numbers {
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wp-pager .page-numbers {
    padding-bottom: 0.04rem;
  }
}
.post-content {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.8;
  overflow-wrap: break-word;
}
.post-content p:after {
  content: "";
  display: table;
  clear: both;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: 700;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #1982d1;
  text-decoration: none;
}
.post-content a:hover {
  opacity: 0.7;
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1.2;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 2em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content code {
  font-style: italic;
}
.post-content ul {
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ul > li {
  position: relative;
  padding-left: 0.17rem;
  text-indent: -0.08rem;
}
.post-content ul > li::before {
  content: "・";
  display: inline-block;
}
.post-content ul ul {
  margin-top: 0.2em;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
  counter-reset: list-counter;
}
.post-content ol ol {
  margin-top: 0.5em;
}
.post-content ol > li {
  position: relative;
  padding-left: 0.25rem;
  counter-increment: list-counter;
}
.post-content ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0.06rem;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content ol, .post-content ul {
  line-height: 1.6;
}
.post-content ol > li, .post-content ul > li {
  margin-bottom: 0.08rem;
}
.post-content ol > li:last-child, .post-content ul > li:last-child {
  margin-bottom: 0;
}
.post-content h2,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2 {
  border-bottom: 3px solid #00afd7;
  line-height: 1.5;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content table {
  border-width: 1px;
}
.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}
.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content .wp-caption-text {
  font-size: 0.9em;
  text-align: center;
  display: block !important;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-column {
  margin: 0 1em;
}
.post-content .wp-block-column:first-child {
  margin-left: 0;
}
.post-content .wp-block-column:last-child {
  margin-right: 0;
}
.post-content .wp-block-embed.is-type-video.is-provider-youtube .wp-block-embed__wrapper,
.post-content .wp-block-embed-youtube.is-type-video.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.post-content .wp-block-embed.is-type-video.is-provider-youtube iframe,
.post-content .wp-block-embed-youtube.is-type-video.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media print, (min-width: 768px) {
  .post-content h2 {
    margin-bottom: 21px;
    padding-bottom: 16px;
    font-size: 0.28rem;
  }
  .post-content h2:last-child {
    margin-bottom: 0;
  }
  .post-content h3 {
    margin-bottom: 7px;
    font-size: 0.24rem;
    font-weight: 500;
  }
  .post-content h3:last-child {
    margin-bottom: 0;
  }
  .post-content p {
    margin-bottom: 30px;
  }
  .post-content p + h3 {
    margin-top: -13px;
  }
  .post-content p + ol, .post-content p + ul {
    margin-top: -25px;
  }
  .post-content img.alignleft {
    float: left;
    margin-right: 0.1rem;
    width: 40%;
  }
  .post-content img.alignright {
    float: right;
    margin-left: 0.1rem;
    width: 40%;
  }
  .post-content.is-post-content h2 {
    margin: 40px 0 30px;
    padding-bottom: 22px;
  }
  .post-content.is-post-content h2:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content h3 {
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    font-weight: 700;
  }
  .post-content h3:last-child {
    margin-bottom: 0;
  }
  .post-content h2 {
    margin-bottom: 0.22rem;
    padding-bottom: 0.22rem;
    font-size: 0.2rem;
  }
  .post-content h2 + h3 {
    margin-top: -0.06rem;
  }
  .post-content img {
    width: 100%;
  }
  .post-content p {
    margin-bottom: 0.3rem;
  }
  .post-content p > .alignnone:last-child {
    margin-bottom: -0.15rem;
  }
  .post-content img.alignleft, .post-content img.alignright, .post-content img.aligncenter {
    margin-bottom: 0.15rem;
  }
}
.section-common-detail .detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-common-detail .detail-time {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.7;
}
.section-common-detail .video-title {
  overflow: hidden;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section-common-detail .video-title > span {
  display: inline-block;
  position: relative;
  padding: 0 0.08rem;
}
.section-common-detail .video-title > span::before, .section-common-detail .video-title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8rem;
  border-bottom: 1px solid #3b3b3b;
}
.section-common-detail .video-title > span::before {
  left: 100%;
}
.section-common-detail .video-title > span::after {
  right: 100%;
}
.section-common-detail .video-title .text {
  color: #00afd7;
}
.section-common-detail .video-box {
  margin: 0 auto;
}
.section-common-detail .video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

@media print, (min-width: 768px) {
  .section-common-detail {
    padding: 19px 0 58px;
  }
  .section-common-detail .wrapper {
    max-width: 800px;
  }
  .section-common-detail .detail-image {
    height: 450px;
    margin-bottom: 26px;
  }
  .section-common-detail .detail-content {
    max-width: 641px;
    margin: 0 auto;
  }
  .section-common-detail .detail-head {
    margin-bottom: 21px;
  }
  .section-common-detail .detail-title {
    margin-bottom: 18px;
    font-size: 0.28rem;
    font-weight: 900;
    line-height: 1.39;
  }
  .section-common-detail .detail-video {
    margin-top: 50px;
  }
  .section-common-detail .video-title {
    margin-bottom: 23px;
  }
  .section-common-detail .video-box {
    width: 392px;
    height: 221px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-detail {
    padding: 0.07rem 0 0.67rem;
  }
  .section-common-detail .wrapper {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
  .section-common-detail .detail-image {
    height: 2.08rem;
    margin-bottom: 0.17rem;
  }
  .section-common-detail .detail-head {
    margin-bottom: 0.33rem;
  }
  .section-common-detail .detail-title {
    margin-bottom: 0.02rem;
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .section-common-detail .detail-video {
    margin-top: 0.27rem;
  }
  .section-common-detail .video-title {
    margin-bottom: 0.14rem;
  }
  .section-common-detail .video-box {
    width: 3.2rem;
    height: 1.84rem;
  }
}
.section-top-keyvisual {
  position: relative;
  background: no-repeat center center/cover;
  color: #fff;
}
.section-top-keyvisual .keyvisual-title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.2);
}
.section-top-keyvisual .keyvisual-text {
  display: block;
}
.section-top-keyvisual .keyvisual-logo {
  display: inline-block;
  vertical-align: top;
}
.section-top-keyvisual .keyvisual-detail,
.section-top-keyvisual .company-unit {
  font-weight: 700;
}
.section-top-keyvisual .company-label {
  display: inline-block;
  background-color: #fff;
  color: #1692de;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.section-top-keyvisual .company-number {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1;
}
.section-top-keyvisual .company-number::before, .section-top-keyvisual .company-number::after {
  content: "";
  position: absolute;
  background: url("../img/common/flower_img_01.svg") center/100% auto no-repeat;
}
.section-top-keyvisual .company-number::before {
  left: 0;
}
.section-top-keyvisual .company-number::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.section-top-keyvisual .keyvisual-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-top-keyvisual .information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid #fff;
}
.section-top-keyvisual .keyvisual-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.11rem;
}
.section-top-keyvisual .keyvisual-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.section-top-keyvisual .company-number {
  font-family: "Josefin Sans", sans-serif;
}
.section-top-keyvisual .company-unit {
  letter-spacing: 0.1em;
}
.section-top-keyvisual .certificate-ias,
.section-top-keyvisual .certificate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-keyvisual .certificate-ias {
  background: #fff;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 606px;
    padding-top: 40px;
    background-image: url("../img/top/keyvisual_bg_01.jpg");
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: -5px;
    font-size: 0.72rem;
  }
  .section-top-keyvisual .keyvisual-text {
    margin-bottom: 12px;
    margin-left: -7px;
  }
  .section-top-keyvisual .keyvisual-logo {
    width: 482px;
    margin: 0 4px 0 -5px;
  }
  .section-top-keyvisual .keyvisual-in {
    position: relative;
    top: -13px;
  }
  .section-top-keyvisual .keyvisual-detail {
    margin-bottom: 10px;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .section-top-keyvisual .keyvisual-column-one {
    width: 249px;
  }
  .section-top-keyvisual .keyvisual-column-two {
    width: 260px;
  }
  .section-top-keyvisual .certificate-ias {
    width: 143px;
    margin-bottom: 14px;
    margin-left: auto;
  }
  .section-top-keyvisual .ias-column-one {
    width: 84px;
  }
  .section-top-keyvisual .ias-column-two {
    width: 59px;
  }
  .section-top-keyvisual .certificate-list {
    width: 408px;
  }
  .section-top-keyvisual .certificate-list > li {
    width: 102px;
  }
  .section-top-keyvisual .keyviual-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: calc(50% - 619px);
    bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-top-keyvisual .company-label {
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 4px 14px;
    font-size: 0.2rem;
  }
  .is-tablet .section-top-keyvisual .company-label {
    padding-bottom: 5px;
  }
  .section-top-keyvisual .company-number {
    padding: 3px 28px 0 27px;
    font-size: 0.76rem;
  }
  .section-top-keyvisual .company-number::before, .section-top-keyvisual .company-number::after {
    width: 0.21rem;
    height: 0.67rem;
  }
  .section-top-keyvisual .company-unit {
    padding: 19px 5px 0;
    font-size: 0.24rem;
  }
  .section-top-keyvisual .keyvisual-information {
    gap: 12px;
    margin-bottom: 45px;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 650px;
    padding-top: 4px;
  }
  .section-top-keyvisual .keyvisual-company {
    margin-bottom: 2px;
  }
  .section-top-keyvisual .actions-item:first-child .button-common-primary {
    width: 197px;
    max-width: 197px;
  }
  .section-top-keyvisual .actions-item:last-child .button-common-primary {
    width: 332px;
    max-width: 332px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 5.77rem;
    padding-top: 0.48rem;
    overflow: hidden;
    background-image: url("../img/top/sp/keyvisual_bg_01.jpg");
  }
  .section-top-keyvisual .keyvisual-title {
    position: relative;
    margin: 0 -0.2rem 0.03rem 0;
    font-size: 0.4rem;
  }
  .section-top-keyvisual .keyvisual-logo {
    width: 3rem;
    margin-left: 0.02rem;
  }
  .section-top-keyvisual .keyvisual-in {
    position: absolute;
    right: -0.17rem;
    bottom: 0.05rem;
  }
  .section-top-keyvisual .keyvisual-text {
    margin-bottom: 0.11rem;
  }
  .section-top-keyvisual .keyvisual-column-one {
    width: 1.47rem;
  }
  .section-top-keyvisual .keyvisual-column-two {
    width: 1.7rem;
  }
  .section-top-keyvisual .certificate-ias {
    width: 1.43rem;
    margin: 0 0 0.08rem 0.04rem;
  }
  .section-top-keyvisual .ias-column-one {
    width: 0.84rem;
  }
  .section-top-keyvisual .ias-column-two {
    width: 0.59rem;
  }
  .section-top-keyvisual .certificate-list {
    width: 3.52rem;
    margin: 0 -0.1rem 0 0.03rem;
  }
  .section-top-keyvisual .certificate-list > li {
    width: 25%;
  }
  .section-top-keyvisual .keyvisual-detail {
    margin-bottom: 0.28rem;
    padding-left: 0.04rem;
    font-size: 0.15rem;
    line-height: 1.7;
    text-shadow: 0.02rem 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
  }
  .section-top-keyvisual .company-number {
    padding: 0 0.22rem;
    font-size: 0.6rem;
  }
  .section-top-keyvisual .company-number::before, .section-top-keyvisual .company-number::after {
    top: calc(50% - 0.34rem);
    width: 0.18rem;
    height: 0.56rem;
  }
  .section-top-keyvisual .company-label {
    position: relative;
    top: -0.02rem;
    margin-right: 0.08rem;
    margin-bottom: 0.06rem;
    padding: 0.035rem 0.05rem 0.045rem;
    font-size: 0.16rem;
  }
  .section-top-keyvisual .company-unit {
    padding: 0.14rem 0 0 0.04rem;
    font-size: 0.2rem;
  }
  .section-top-keyvisual .keyvisual-company {
    margin: 0 -0.18rem 0.12rem 0;
    padding-left: 0.04rem;
  }
  .section-top-keyvisual .keyvisual-information {
    gap: 0.04rem;
    margin-bottom: 0.4rem;
    padding-left: 0.04rem;
  }
}

.section-top-news {
  background-color: #f2f2f2;
}
.section-top-news .news-title {
  margin-bottom: 0;
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .section-top-news {
    padding: 20px 0 28px;
  }
  .section-top-news .news-title {
    width: 103px;
    margin-right: 10px;
    font-size: 0.2rem;
  }
  .section-top-news .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-top-news .list-top-news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.06rem 0 0.09rem;
  }
  .section-top-news .news-title {
    font-size: 0.16rem;
    margin-bottom: 0.06rem;
  }
}

.list-top-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-top-news .list-item {
  margin-bottom: 0.2rem;
}
.list-top-news .list-item:last-child {
  margin-bottom: 0;
}
.list-top-news .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-top-news .item-new {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.6rem;
  background-color: #ff489a;
  color: #fff;
  font-size: 0.14rem;
}
.list-top-news .item-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.8rem;
  color: #bcbcbc;
  font-size: 0.16rem;
  text-align: center;
}
.list-top-news .item-title {
  margin-bottom: 0;
  color: #2c2c2c;
  font-weight: 500;
}
.list-top-news .item-date,
.list-top-news .item-new {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  line-height: 0.9;
}
@media print, (min-width: 768px) {
  .list-top-news .item-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    top: -1px;
  }
  .list-top-news .item-date {
    margin-top: 3px;
    margin-right: 15px;
  }
  .list-top-news .item-new {
    width: 60px;
    margin-right: 0.08rem;
    padding: 4px 11px 0 14px;
  }
  .is-firefox .list-top-news .item-new {
    padding-top: 3px;
    line-height: 1.1;
  }
  .is-mac.is-chrome .list-top-news .item-new {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-top-news .item-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-top-news .item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0.01rem;
    font-size: 0.16rem;
    line-height: 1.8125;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list-top-news .item-new {
    position: relative;
    top: -0.01rem;
    margin-right: 0.08rem;
    padding: 0.04rem 0.11rem 0 0.14rem;
    font-size: 0.14rem;
  }
  .list-top-news .item-date {
    margin-right: 0.03rem;
    margin-left: -0.03rem;
  }
}

.section-top-partner .introduction-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}
.section-top-partner .introduction-subtitle .subtitle-text {
  display: inline-block;
  background-color: #21de00;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.section-top-partner .introduction-title {
  color: #2f2f2f;
  font-weight: 700;
}
.section-top-partner .introduction-title .title-number {
  color: #00afd7;
  font-weight: 900;
}
.section-top-partner .partner-introduction {
  text-align: center;
}
.section-top-partner .introduction-note {
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-top-partner {
    padding: 30px 0 63px;
  }
  .section-top-partner .subtitle-text {
    width: 100%;
    max-width: 581px;
    padding: 0 10px 3px;
    letter-spacing: 0.1em;
  }
  .section-top-partner .introduction-subtitle {
    margin-bottom: 0;
    font-size: 0.24rem;
  }
  .section-top-partner .introduction-title {
    margin-bottom: 0;
    font-size: 0.34rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .section-top-partner .title-number {
    font-size: 0.42rem;
  }
  .section-top-partner .title-number .title-unit {
    font-size: 0.36rem;
  }
  .section-top-partner .introduction-note {
    font-size: 0.2rem;
    letter-spacing: 0.1em;
  }
  .section-top-partner .partner-introduction {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-partner {
    padding: 0.18rem 0 0.28rem;
  }
  .section-top-partner .introduction-subtitle {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.07rem;
    margin-bottom: 0.09rem;
  }
  .section-top-partner .subtitle-text {
    padding: 0 0.11rem 0.02rem;
    font-size: 0.24rem;
  }
  .section-top-partner .introduction-title {
    margin-bottom: 0.06rem;
    font-size: 0.32rem;
    line-height: 0.98;
  }
  .section-top-partner .title-number {
    font-size: 0.48rem;
  }
  .section-top-partner .title-unit {
    font-size: 0.4rem;
  }
  .section-top-partner .introduction-note {
    font-size: 0.14rem;
  }
  .section-top-partner .partner-introduction {
    margin-bottom: 0.11rem;
  }
}

.slider-common-preview .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.slider-common-preview .item-image {
  position: relative;
  width: 100%;
}
.slider-common-preview .item-image img {
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .slider-common-preview .slide-item {
    width: 218px;
    padding: 0 11px 0 12px;
  }
  .slider-common-preview .item-image {
    padding-top: 54.8717948718%;
    margin-bottom: 16px;
  }
  .slider-common-preview .item-image:last-child {
    margin-bottom: 0;
  }
  .slider-common-preview .item-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-preview .slide-item {
    width: 1.04rem;
    padding: 0 0.05rem 0 0.06rem;
  }
  .slider-common-preview .item-image {
    height: 0.51rem;
    margin-bottom: 0.08rem;
  }
  .slider-common-preview .item-image:last-child {
    margin-bottom: 0;
  }
}

.section-top-what .what-logo {
  position: relative;
}
.section-top-what .what-title {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.section-top-what .what-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-what .what-item {
  position: relative;
}
.section-top-what .what-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  background: url("../img/top/plus_icn.svg") no-repeat center center/100% auto;
  -webkit-box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
}
.section-top-what .what-item img {
  border-radius: 12px;
  -webkit-box-shadow: 0.03rem 0.04rem 0.08rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.03rem 0.04rem 0.08rem rgba(0, 0, 0, 0.15);
}
.section-top-what .button-common-secondary {
  position: absolute;
  left: 50%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-what {
    background: linear-gradient(44.11deg, #46b3f0 3.79%, #1698e1 55.8%, #312ed9 94.58%);
    padding: 66px 0 28px;
  }
  .section-top-what .what-logo {
    left: 2px;
    width: 542px;
    margin: 0 auto 19px;
  }
  .section-top-what .what-title {
    margin: 0 -35px 26px;
    font-size: 0.32rem;
    line-height: 1.4;
  }
  .section-top-what .what-title .text {
    padding-right: 33px;
  }
  .section-top-what .what-step {
    margin: 0 -3px 19px 0;
  }
  .section-top-what .what-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-top-what .what-item {
    width: 316px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .section-top-what .what-item::before {
    top: 50%;
    right: -27px;
    width: 42px;
    height: 42px;
    margin-top: -44px;
  }
  .section-top-what .what-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .section-top-what .what-item:nth-child(3n+3)::before {
    display: none;
  }
  .section-top-what .button-common-secondary {
    bottom: 27px;
    min-height: 30px;
    margin-left: -84px;
  }
  .is-firefox .section-top-what .button-common-secondary {
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-what {
    padding: 0.46rem 0 0.28rem;
    background: url("../img/top/sp/what_bg.jpg") no-repeat center 0/cover;
  }
  .section-top-what .what-logo {
    width: 3.3rem;
    margin: 0 auto 0.16rem;
  }
  .section-top-what .what-title {
    margin: 0 -0.15rem 0.29rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .section-top-what .what-step {
    width: 1.16rem;
  }
  .section-top-what .what-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 -0.12rem;
  }
  .section-top-what .what-list {
    width: 2.33rem;
  }
  .section-top-what .what-item {
    margin-bottom: 0.14rem;
  }
  .section-top-what .what-item::before {
    bottom: -0.19rem;
    left: 50%;
    width: 0.22rem;
    height: 0.22rem;
    margin-left: -0.11rem;
  }
  .section-top-what .what-item:last-child {
    margin-bottom: 0;
  }
  .section-top-what .what-item:last-child::before {
    display: none;
  }
  .section-top-what .button-common-secondary {
    bottom: 0.11rem;
    margin-left: -0.665rem;
  }
}
.section-top-features {
  background: #f9f9f9;
}
.section-top-features .features-list {
  padding-left: 0;
  list-style: none;
}
.section-top-features .features-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #fff;
  -webkit-box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
}
.section-top-features .features-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.32rem solid #00afd7;
  border-right: 0.32rem solid transparent;
}
.section-top-features .features-item p:last-child {
  margin-bottom: 0;
}
.section-top-features .features-title {
  position: relative;
  line-height: 1.6;
}
.section-top-features .features-text {
  position: relative;
}
.section-top-features .features-text::before {
  content: "";
  position: absolute;
  background: no-repeat center center/100% auto;
}
.section-top-features .is-features-one .features-text::before {
  background-image: url("../img/top/features_icn_01.svg");
}
.section-top-features .is-features-two .features-text::before {
  background-image: url("../img/top/features_icn_02.svg");
}
.section-top-features .is-features-three .features-text::before {
  background-image: url("../img/top/features_icn_03.svg");
}
.section-top-features .is-features-four .features-text::before {
  background-image: url("../img/top/features_icn_04.svg");
}
.section-top-features .is-features-five .features-text::before {
  background-image: url("../img/top/features_icn_05.svg");
}
.section-top-features .is-features-six .features-text::before {
  background-image: url("../img/top/features_icn_06.svg");
}

@media print, (min-width: 768px) {
  .section-top-features {
    padding: 49px 0 27px;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 33px;
    padding-left: 45px;
  }
  .section-top-features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -3px 5px 0;
  }
  .section-top-features .features-item {
    width: 485px;
    min-height: 220px;
    margin-bottom: 14px;
    padding: 22px 28px 4px;
    font-weight: 500;
    line-height: 1.7;
  }
  .section-top-features .features-title {
    margin-bottom: 18px;
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
  }
  .section-top-features .features-text {
    display: inline-block;
    padding-left: 40px;
  }
  .section-top-features .features-text::before {
    top: 6px;
    left: 0;
    width: 36px;
    height: 36px;
  }
  .section-top-features .features-description {
    font-weight: 700;
  }
  .section-top-features .features-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px 0 0;
    padding-left: 0;
    list-style: none;
  }
  .section-top-features .features-image > li {
    width: 308px;
    height: 230px;
    margin: 0 30px 30px 0;
  }
  .section-top-features .features-image > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-top-features .is-features-one .features-text {
    margin-left: 12px;
  }
  .section-top-features .is-features-two .features-text {
    margin-right: 21px;
  }
  .section-top-features .is-features-two .features-text::before {
    top: 8px;
    left: 4px;
    width: 28px;
    height: 30px;
  }
  .section-top-features .is-features-three .features-text {
    top: -2px;
    margin-right: 25px;
  }
  .section-top-features .is-features-three .features-text::before {
    margin: -2px 0 0 -4px;
  }
  .section-top-features .is-features-four .features-text {
    margin-right: 36px;
  }
  .section-top-features .is-features-four .features-text::before {
    margin-top: -2px;
  }
  .section-top-features .is-features-five .features-text {
    margin-right: 8px;
  }
  .section-top-features .is-features-five .features-text::before {
    margin-top: -3px;
  }
  .section-top-features .is-features-six .features-text {
    margin-right: 50px;
  }
  .section-top-features .is-modify-one .features-title {
    margin-bottom: 12px;
  }
  .section-top-features .is-modify-two {
    padding-top: 27px;
  }
  .section-top-features .is-modify-two .features-title {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-features {
    padding: 0.31rem 0 0.23rem;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 0.11rem;
  }
  .section-top-features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 0;
    padding: 0 0.02rem;
  }
  .section-top-features .features-item {
    margin: 0 -0.03rem 0.1rem 0;
    padding: 0.15rem 0.2rem 12px 0.24rem;
  }
  .section-top-features .features-item::before {
    border-top-width: 0.22rem;
    border-right-width: 0.22rem;
  }
  .section-top-features .features-description {
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
    line-height: 1.6;
  }
  .section-top-features .features-title {
    margin-bottom: 0.04rem;
    font-size: 0.16rem;
    font-weight: 700;
  }
  .section-top-features .features-text {
    display: block;
    padding-left: 0.35rem;
  }
  .section-top-features .features-text::before {
    top: -0.01rem;
    left: -0.02rem;
    width: 0.28rem;
    height: 0.28rem;
  }
  .section-top-features .features-image {
    height: 1.44rem;
    margin: 0.03rem 0 0.12rem;
    margin-bottom: 0.12rem;
  }
  .section-top-features .features-image:first-child {
    margin-top: 0;
  }
  .section-top-features .is-image-one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-top-features .is-image-two {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .section-top-features .is-image-three {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .section-top-features .is-features-one {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-top-features .is-features-two {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-top-features .is-features-two .features-text::before {
    top: -0.02rem;
    left: 0.04rem;
    height: 0.3rem;
  }
  .section-top-features .is-features-three {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .section-top-features .is-features-three .features-text::before {
    left: 0.03rem;
    margin-top: -0.01rem;
  }
  .section-top-features .is-features-four {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .section-top-features .is-features-four .features-text::before {
    left: 0.03rem;
  }
  .section-top-features .is-features-five {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .section-top-features .is-features-five .features-text::before {
    left: 0;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: -0.03rem;
  }
  .section-top-features .is-features-six {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .section-top-features .is-features-six .features-text::before {
    top: -0.03rem;
    left: 0.02rem;
    width: 0.31rem;
    height: 0.31rem;
  }
}
.section-top-function {
  background: #f9f9f9;
}
.section-top-function .function-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-function .function-item {
  overflow: hidden;
  border-radius: 0.12rem;
  background: #fff;
}
.section-top-function .function-info {
  color: #000;
}
.section-top-function .function-title {
  font-size: 0.2rem;
}
.section-top-function .function-description {
  margin-bottom: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .section-top-function {
    padding: 51px 0 54px;
  }
  .section-top-function .title-common-primary {
    margin-bottom: 36px;
  }
  .section-top-function .title-common-primary .title-japanese {
    padding-right: 30px;
  }
  .section-top-function .function-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-function .function-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
    min-height: 140px;
    margin-bottom: 12px;
  }
  .section-top-function .function-image {
    width: 140px;
    margin-right: 17px;
  }
  .section-top-function .function-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 18px;
  }
  .section-top-function .function-title {
    margin-bottom: 8px;
    font-weight: 900;
    line-height: 1.3;
  }
  .section-top-function .button-common-secondary {
    left: -5px;
    margin-top: 29px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-function {
    padding: 0.22rem 0 0.41rem;
  }
  .section-top-function .wrapper {
    padding-right: 0.17rem;
    padding-left: 0.17rem;
  }
  .section-top-function .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .section-top-function .title-common-primary .title-english {
    margin-top: -0.01rem;
  }
  .section-top-function .function-item {
    min-height: 1.76rem;
    margin-bottom: 0.1rem;
    padding-bottom: 0.16rem;
  }
  .section-top-function .function-item:last-child {
    margin-bottom: 0;
  }
  .section-top-function .function-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-function .function-image {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 17px;
  }
  .section-top-function .function-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 18px;
  }
  .section-top-function .function-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0.03rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .section-top-function .function-description {
    margin: 0.13rem -0.05rem 0 0.15rem;
  }
  .section-top-function .button-common-secondary {
    margin-top: 0.23rem;
  }
}
.section-top-support .title-common-primary {
  color: #fff;
}
.section-top-support .title-common-primary .title-english {
  color: #fff;
}
.section-top-support .support-summary {
  color: #fff;
}
.section-top-support .support-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-support .support-item {
  background: #fff;
}
.section-top-support .support-image {
  position: relative;
}
.section-top-support .support-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  pointer-events: none;
}
.section-top-support .support-image.is-border-one::before {
  border-color: #d3d3d3;
}
.section-top-support .support-image.is-border-two::before {
  border-color: #e1e1e1;
}
.section-top-support .support-title {
  color: rgba(0, 175, 215, 0.8);
  font-weight: 700;
}
.section-top-support .support-description {
  margin-bottom: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, (min-width: 768px) {
  .section-top-support {
    padding: 45px 0 64px;
    background: linear-gradient(44.11deg, #46b3f0 3.79%, #1698e1 55.8%, #312ed9 94.58%);
  }
  .section-top-support .title-common-primary {
    margin-bottom: 25px;
  }
  .section-top-support .title-common-primary .title-japanese {
    padding-left: 26px;
  }
  .section-top-support .title-common-primary .title-english {
    padding-left: 16px;
  }
  .section-top-support .support-summary {
    margin-bottom: 25px;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1.34;
  }
  .section-top-support .support-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .section-top-support .support-image {
    width: 300px;
    margin-right: 39px;
  }
  .section-top-support .support-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 21px 46px 21px 0;
  }
  .section-top-support .support-title {
    margin-bottom: 5px;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .section-top-support .support-description {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-support {
    padding: 0.42rem 0 0.26rem;
    background: url("../img/top/sp/support_bg.jpg") no-repeat center 0/cover;
  }
  .section-top-support .title-common-primary {
    margin-bottom: 0.17rem;
  }
  .section-top-support .title-common-primary .title-japanese {
    padding-left: 0.31rem;
  }
  .section-top-support .title-common-primary .title-english {
    padding-left: 0.12rem;
  }
  .section-top-support .support-summary {
    margin-bottom: 0.16rem;
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 1.7;
  }
  .section-top-support .support-item {
    margin-bottom: 0.21rem;
  }
  .section-top-support .support-item:last-child {
    margin-bottom: 0;
  }
  .section-top-support .support-image {
    height: 1.72rem;
  }
  .section-top-support .support-info {
    padding: 0.08rem 0.18rem 0.27rem;
  }
  .section-top-support .support-title {
    margin-bottom: -0.02rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-support .support-description {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}
.section-top-case {
  background: #f9f9f9;
}
.section-top-case .title-common-primary .title-english {
  font-size: 0.14rem;
}

@media print, (min-width: 768px) {
  .section-top-case {
    padding: 50px 0;
  }
  .section-top-case .title-common-primary {
    margin-bottom: 50px;
  }
  .section-top-case .title-common-primary .title-japanese {
    padding-right: 18px;
  }
  .section-top-case .title-common-primary .title-english {
    padding-right: 20px;
  }
  .section-top-case .case-list {
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-case {
    margin-bottom: 0.25rem;
    padding: 0.33rem 0 0.3rem;
  }
  .section-top-case .title-common-primary {
    margin-bottom: 0.27rem;
  }
  .section-top-case .case-list {
    margin: 0 -0.05rem 0.24rem;
  }
  .section-top-case .button-common-secondary.is-button-large {
    background: -webkit-gradient(linear, left top, right top, from(rgb(155, 141, 255)), to(rgb(229, 169, 255)));
    background: linear-gradient(90deg, rgb(155, 141, 255) 0%, rgb(229, 169, 255) 100%);
    width: 100%;
    min-height: 0.41rem;
    border: none;
    border-radius: 1rem;
    -webkit-box-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.02rem 0.02rem 0.06rem rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 0.16rem;
  }
}
.section-top-column {
  background: #f9f9f9;
}
.section-top-column .title-common-primary .title-english {
  font-size: 0.14rem;
}
.section-top-column .item-common .button-common-secondary {
  margin: 0 auto;
}
.section-top-column .swiper-slide {
  height: auto;
}
.section-top-column .swiper-slide .item-common {
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-top-column {
    padding: 58px 0 46px;
  }
  .section-top-column .title-common-primary {
    margin-bottom: 29px;
  }
  .section-top-column .title-common-primary .title-english {
    margin-top: 3px;
  }
  .section-top-column .column-slider {
    margin: 0 -4px 27px 0;
  }
  .section-top-column .swiper {
    margin: 0 -10px;
    padding: 10px;
  }
  .section-top-column .swiper-button-next,
  .section-top-column .swiper-button-prev {
    margin-top: -11px;
  }
  .section-top-column .swiper-button-next {
    right: -66px;
  }
  .section-top-column .swiper-button-prev {
    left: -70px;
  }
  .section-top-column .item-common {
    width: 290px;
  }
  .section-top-column .item-common .item-description {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-column {
    padding: 0.33rem 0 0.56rem;
    overflow: hidden;
  }
  .section-top-column .title-common-primary {
    margin-bottom: 0.13rem;
  }
  .section-top-column .column-slider {
    width: 3.12rem;
    margin: 0 auto 0.35rem;
  }
  .section-top-column .swiper {
    overflow: visible;
  }
  .section-top-column .swiper-slide {
    padding: 0 0.11rem;
  }
  .section-top-column .swiper-button-next,
  .section-top-column .swiper-button-prev {
    margin-top: 0;
  }
  .section-top-column .swiper-button-next {
    right: -0.26rem;
  }
  .section-top-column .swiper-button-prev {
    left: -0.26rem;
  }
  .section-top-column .item-common .item-description {
    margin-bottom: 0.08rem;
  }
  .section-top-column .item-common .item-info {
    padding-bottom: 0.14rem;
  }
  .section-top-column .item-common .button-common-secondary {
    line-height: 1;
  }
}
.section-top-certification .certification-title {
  font-weight: 900;
  line-height: 1.5;
}
.section-top-certification .certification-text {
  font-weight: 700;
}
.section-top-certification .line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-certification .certification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}

@media print, (min-width: 768px) {
  .section-top-certification {
    padding: 26px 0 17px;
  }
  .section-top-certification .certification-title {
    margin-bottom: 13px;
    font-size: 0.22rem;
  }
  .section-top-certification .certification-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-top-certification .certification-left {
    width: 560px;
    margin-right: 31px;
  }
  .section-top-certification .certification-right {
    width: 350px;
    margin-left: 30px;
  }
  .section-top-certification .certification-text {
    margin-bottom: 6px;
  }
  .section-top-certification .line-list > li:nth-child(4n+1) {
    width: 131px;
  }
  .section-top-certification .line-list > li:nth-child(4n+2) {
    width: 133px;
  }
  .section-top-certification .line-list > li:nth-child(4n+3) {
    width: 131px;
  }
  .section-top-certification .line-list > li:nth-child(4n) {
    width: 132px;
  }
  .section-top-certification .certification-list {
    margin-top: -4px;
    padding-left: 12px;
  }
  .section-top-certification .certification-list > li:nth-child(2n+1) {
    width: 184px;
  }
  .section-top-certification .certification-list > li:nth-child(2n) {
    width: 129px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-certification {
    padding: 0.24rem 0 0.3rem;
    background: #f8f8f8;
  }
  .section-top-certification .wrapper {
    padding-right: 0.23rem;
    padding-left: 0.23rem;
  }
  .section-top-certification .certification-title {
    margin-bottom: 0.07rem;
    font-size: 0.24rem;
  }
  .section-top-certification .certification-left {
    margin-bottom: 0.11rem;
  }
  .section-top-certification .certification-text {
    margin-bottom: 0.13rem;
    font-size: 0.16rem;
    line-height: 1.3;
  }
  .section-top-certification .line-list {
    width: 2.76rem;
    margin: 0 auto;
  }
  .section-top-certification .line-list > li {
    width: 50%;
    margin-bottom: 0.09rem;
  }
  .section-top-certification .certification-list {
    position: relative;
    left: -0.02rem;
    width: 2.74rem;
    margin: 0 auto;
    padding: 0.02rem 0 0;
  }
  .section-top-certification .certification-list > li:nth-child(2n+1) {
    width: 58.7591240876%;
  }
  .section-top-certification .certification-list > li:nth-child(2n) {
    width: 41.2408759124%;
  }
}
.box-common {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
}
.box-common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.32rem solid #00afd7;
  border-right: 0.32rem solid transparent;
}
.box-common.is-box::before {
  border-top-color: #74de28;
}

@media print, (min-width: 768px) {
  .section-about {
    padding: 24px 0 83px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about {
    padding: 0.22rem 0 0.28rem;
  }
  .section-about .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

.support-row .support-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.support-row .support-title {
  font-weight: 700;
  line-height: 1.5;
}
.support-row .support-description {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .support-row {
    margin-bottom: 29px;
    padding-top: 20px;
  }
  .support-row .title-common-secondary {
    margin-bottom: 39px;
  }
  .support-row .support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .support-row .support-item {
    width: 480px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .support-row .support-logo {
    width: 295px;
    margin: 0 auto 25px;
  }
  .support-row .support-image {
    height: 229px;
  }
  .support-row .support-info {
    padding: 21px 28px 28px;
  }
  .support-row .support-title {
    margin-bottom: 6px;
    font-size: 0.24rem;
  }
  .support-row .support-description {
    line-height: 1.8571428571;
  }
}
@media only screen and (max-width: 767.98px) {
  .support-row {
    margin-bottom: 0.53rem;
    padding-top: 0.1rem;
  }
  .support-row .title-common-secondary {
    margin-bottom: 0.26rem;
  }
  .support-row .support-item {
    margin-bottom: 0.31rem;
    padding-top: 0.28rem;
  }
  .support-row .support-item:last-child {
    margin-bottom: 0;
  }
  .support-row .support-logo {
    width: 2.4rem;
    margin: 0 auto 0.24rem;
  }
  .support-row .support-image {
    height: 1.62rem;
  }
  .support-row .support-info {
    padding: 0.1rem 0.2rem 0.23rem;
  }
  .support-row .support-title {
    margin-bottom: 0.06rem;
    font-size: 0.2rem;
  }
  .support-row .support-description {
    font-weight: 700;
    line-height: 1.6428571429;
  }
}
.business-row .business-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.business-row .business-title {
  text-align: center;
}
.business-row .business-description {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  line-height: 1.8571428571;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .business-row {
    margin-bottom: 31px;
    padding-top: 20px;
  }
  .business-row .title-common-secondary {
    margin-bottom: 34px;
  }
  .business-row .business-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .business-row .business-item {
    width: 480px;
    margin-bottom: 20px;
    padding: 27px 25px 24px;
  }
  .business-row .business-title {
    margin-bottom: 21px;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 1.34;
  }
}
@media only screen and (max-width: 767.98px) {
  .business-row {
    margin-bottom: 0.58rem;
    padding-top: 0.1rem;
  }
  .business-row .title-common-secondary {
    margin-bottom: 0.27rem;
  }
  .business-row .business-item {
    margin-bottom: 0.17rem;
    padding: 0.27rem 0.21rem 0.21rem;
  }
  .business-row .business-item:last-child {
    margin-bottom: 0;
  }
  .business-row .business-title {
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.consulting-row .consulting-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.consulting-row .consulting-title {
  color: #00afd7;
}
.consulting-row .consulting-text {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.consulting-row .consulting-text::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #00afd7;
}
.consulting-row .text-list {
  padding-left: 0;
  font-weight: 700;
  list-style: none;
}
.consulting-row .text-list > li {
  position: relative;
}
.consulting-row .text-list > li::before {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .consulting-row {
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .consulting-row .title-common-secondary {
    margin-bottom: 45px;
  }
  .consulting-row .consulting-item {
    margin-bottom: 21px;
    padding: 27px 24px 31px;
  }
  .consulting-row .consulting-item:last-child {
    margin-bottom: 0;
  }
  .consulting-row .consulting-title {
    margin-bottom: 6px;
    font-size: 0.28rem;
    font-weight: 900;
    line-height: 1.39;
  }
  .consulting-row .consulting-description {
    font-size: 0.16rem;
    line-height: 1.7;
  }
  .consulting-row .consulting-row-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consulting-row .consulting-column {
    position: relative;
  }
  .consulting-row .consulting-column:nth-child(2n+1) {
    width: 525px;
    padding-right: 25px;
  }
  .consulting-row .consulting-column:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    bottom: -15px;
    border-left: 1px solid #c0c0c0;
  }
  .consulting-row .consulting-column:nth-child(2n) {
    width: 400px;
    padding-left: 21px;
  }
  .consulting-row .consulting-text {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 0.2rem;
  }
  .consulting-row .text-list {
    margin: 0 0 0 -4px;
    font-size: 0.16rem;
    line-height: 1.7;
  }
  .consulting-row .text-list > li {
    padding-left: 20px;
  }
  .consulting-row .text-list > li::before {
    content: "・";
    top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .consulting-row {
    margin-bottom: 0.39rem;
    padding-top: 0.1rem;
  }
  .consulting-row .title-common-secondary {
    margin-bottom: 0.3rem;
  }
  .consulting-row .consulting-item {
    margin-bottom: 0.21rem;
    padding: 0.32rem 0.21rem 0.31rem;
  }
  .consulting-row .consulting-item:last-child {
    margin-bottom: 0;
  }
  .consulting-row .consulting-title {
    margin: 0 -0.1rem 0.11rem 0;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .consulting-row .consulting-description {
    margin-bottom: 0.21rem;
    font-size: 0.14rem;
    line-height: 1.6428571429;
  }
  .consulting-row .consulting-column {
    margin: 0 -0.07rem 0.12rem;
    padding: 0 0.07rem 0.15rem;
    border-bottom: 1px solid #c0c0c0;
  }
  .consulting-row .consulting-column:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .consulting-row .consulting-text {
    margin-bottom: 0.05rem;
    padding-left: 0.16rem;
    font-size: 0.16rem;
  }
  .consulting-row .text-list {
    margin: 0;
    font-size: 0.14rem;
    line-height: 1.6428571429;
  }
  .consulting-row .text-list > li {
    padding-left: 0.13rem;
  }
  .consulting-row .text-list > li::before {
    content: "";
    top: 0.1rem;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 100%;
    background: #3b3b3b;
  }
}
.member-row .member-title {
  overflow: hidden;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.member-row .member-title > span {
  display: inline-block;
  position: relative;
}
.member-row .member-title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 980px;
  border-bottom: 1px solid #3b3b3b;
}
.member-row .member-information {
  margin-bottom: 0;
}
.member-row .member-copyright {
  display: block;
  font-weight: 700;
  text-align: right;
}
.member-row .member-heading {
  color: #000;
}
.member-row .member-name {
  font-weight: 700;
}
.member-row .member-position {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .member-row {
    padding-top: 20px;
  }
  .member-row .member-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member-row .member-title {
    margin-bottom: 25px;
    font-size: 0.32rem;
  }
  .member-row .member-title > span {
    padding-right: 13px;
  }
  .member-row .member-title > span::after {
    margin-top: -3px;
  }
  .member-row .member-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 230px;
    height: 230px;
  }
  .member-row .member-content {
    padding: 24px 31px 24px 22px;
    border: 1px solid #cdcdcd;
    border-width: 1px 1px 1px 0;
    text-align: justify;
  }
  .member-row .member-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
  }
  .member-row .member-name {
    margin-right: 18px;
    margin-bottom: 0;
    font-size: 0.3rem;
  }
  .member-row .member-position {
    margin-top: 2px;
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .member-row .member-information {
    line-height: 1.8;
  }
  .member-row .member-copyright {
    margin-top: 4px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .member-row {
    padding-top: 0.1rem;
  }
  .member-row .member-title {
    margin-bottom: 0.04rem;
    font-size: 0.22rem;
  }
  .member-row .member-title > span {
    padding-right: 0.06rem;
  }
  .member-row .member-title > span::after {
    margin-top: -0.03rem;
  }
  .member-row .member-item {
    border: 1px solid #cdcdcd;
  }
  .member-row .member-image {
    width: 1.5rem;
    height: 1.5rem;
    margin: -1px 0.12rem 0 -1px;
  }
  .member-row .member-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member-row .member-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-top: 0.06rem;
  }
  .member-row .member-name {
    margin-bottom: 0;
    font-size: 0.24rem;
    line-height: 1.3;
  }
  .member-row .member-position {
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .member-row .member-information {
    padding: 0.13rem 0.15rem 0.18rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .member-row .member-copyright {
    margin-top: 0.03rem;
    font-size: 0.14rem;
  }
}

@media print, (min-width: 768px) {
  .section-case {
    padding: 55px 0 98px;
  }
  .section-case .pagination-common {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-case {
    padding: 0.2rem 0 0.45rem;
  }
  .section-case .wrapper {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .section-case .pagination-common {
    margin-top: 0.2rem;
  }
}
.section-casestudy-detail .detail-head {
  border-bottom: 1px solid #cacaca;
}
.section-casestudy-detail .detail-name {
  color: #00afd7;
  font-weight: 500;
  line-height: 1.5;
}
.section-casestudy-detail .detail-list {
  padding-left: 0;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
.section-casestudy-detail .detail-list > li {
  position: relative;
  padding-left: 0.2rem;
}
.section-casestudy-detail .detail-list > li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #00afd7;
}
.section-casestudy-detail .detail-text {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
}
.section-casestudy-detail .detail-description {
  line-height: 1.7;
}
.section-casestudy-detail .detail-description p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-casestudy-detail {
    padding-bottom: 32px;
  }
  .section-casestudy-detail .detail-image {
    margin-bottom: 23px;
  }
  .section-casestudy-detail .detail-head {
    margin-bottom: 40px;
    padding-bottom: 22px;
  }
  .section-casestudy-detail .detail-name {
    margin-bottom: 10px;
    font-size: 0.24rem;
  }
  .section-casestudy-detail .detail-list {
    margin-bottom: 22px;
  }
  .section-casestudy-detail .detail-list > li {
    margin-bottom: 3px;
  }
  .section-casestudy-detail .detail-list > li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-casestudy-detail {
    padding-bottom: 0.44rem;
  }
  .section-casestudy-detail .detail-image {
    margin-bottom: 0.14rem;
  }
  .section-casestudy-detail .detail-title {
    margin-bottom: 0.12rem;
  }
  .section-casestudy-detail .detail-head {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .section-casestudy-detail .detail-name {
    margin-bottom: 0.09rem;
    font-size: 0.2rem;
  }
  .section-casestudy-detail .detail-list {
    margin-bottom: 0.16rem;
  }
  .section-casestudy-detail .detail-list > li {
    margin-bottom: 0.03rem;
  }
  .section-casestudy-detail .detail-list > li:last-child {
    margin-bottom: 0;
  }
}
.section-case-other {
  overflow: hidden;
  background: #f9f9f9;
}
.section-case-other .is-disabled .swiper-button-next,
.section-case-other .is-disabled .swiper-button-prev {
  display: none;
}

@media print, (min-width: 768px) {
  .section-case-other {
    padding: 21px 0 53px;
  }
  .section-case-other .title-common-tertiary {
    margin-bottom: 49px;
  }
  .section-case-other .swiper {
    overflow: visible;
  }
  .section-case-other .swiper-slide {
    height: auto;
  }
  .section-case-other .swiper-button-next {
    right: -35px;
  }
  .section-case-other .swiper-button-prev {
    left: -35px;
  }
  .section-case-other .case-item {
    height: 100%;
  }
  .section-case-other .case-item .case-title {
    margin-bottom: 6px;
    line-height: 1.6;
  }
  .section-case-other .case-item .case-text {
    margin-bottom: 4px;
  }
  .section-case-other .case-item .case-info {
    padding-bottom: 7px;
  }
  .section-case-other .case-item .case-description {
    -webkit-line-clamp: 3;
    margin-right: 0;
    margin-bottom: 0;
  }
  .section-case-other .case-item .button-common-secondary {
    display: none;
  }
  .section-case-other .text-list {
    margin-bottom: 7px;
  }
  .section-case-other .text-list > li {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-case-other {
    padding: 0.2rem 0;
  }
  .section-case-other .title-common-tertiary {
    margin-bottom: 0.14rem;
  }
  .section-case-other .wrapper {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .section-case-other .swiper-wrapper {
    display: block;
    height: auto;
  }
  .section-case-other .swiper-slide {
    height: auto;
    margin-bottom: 0.22rem;
  }
  .section-case-other .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.category-list .category-item {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .category-list {
    margin: 0 -9px 0 -10px;
  }
  .category-list > li {
    width: 25%;
    margin-bottom: 14px;
    padding: 0 9px 0 10px;
  }
  .category-list .category-item {
    min-height: 36px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-list {
    margin: 0 -0.1rem;
    font-family: "Noto Sans", sans-serif;
  }
  .category-list > li {
    margin-bottom: 0.14rem;
    padding: 0 0.02rem;
  }
  .category-list > li:nth-child(3n+1) {
    width: 28.8%;
  }
  .category-list > li:nth-child(3n+2) {
    width: 40%;
  }
  .category-list > li:nth-child(3n) {
    width: 30%;
  }
  .category-list .category-item {
    min-height: 0.28rem;
    padding: 0.02rem 0.05rem 0.01rem;
    font-size: 0.12rem;
  }
}
.section-column .category-name {
  color: #000;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.section-column .category-name > span {
  display: inline-block;
  border-bottom: 3px solid #00afd7;
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .section-column {
    padding: 28px 0 74px;
  }
  .section-column .wrapper {
    max-width: 940px;
  }
  .section-column .category-name {
    margin-bottom: 70px;
    padding-top: 1px;
    font-size: 0.36rem;
  }
  .section-column .category-name > span {
    padding-bottom: 3px;
  }
  .section-column .list-common {
    margin-top: 38px;
  }
  .section-column .list-common > li {
    margin-right: 35px;
  }
  .section-column .list-common > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-column .pagination-common {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-column {
    padding: 0.13rem 0 0.32rem;
  }
  .section-column .category-name {
    margin-bottom: 0.51rem;
    padding-top: 0.14rem;
    font-size: 0.2rem;
  }
  .section-column .category-name > span {
    position: relative;
    left: -0.02rem;
    padding: 0 0.07rem 0.02rem 0.05rem;
  }
  .section-column .list-common {
    margin-top: 0.2rem;
  }
  .section-column .list-common > li {
    margin-bottom: 0.19rem;
  }
}
.section-column-detail .detail-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-column-detail .category-item {
  min-width: 1.61rem;
  margin: 0 0.05rem 0.05rem 0;
  padding: 0.02rem 0.06rem 0.03rem;
  background: #3b3b3b;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.section-column-detail .detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-column-detail .detail-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-column-detail .tag {
  position: relative;
  margin-bottom: 0.05rem;
  padding: 0.04rem 0.03rem 0.04rem 0.07rem;
  border-radius: 0.02rem 0 0 0.02rem;
  background: #00afd7;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.12rem;
  line-height: 1.25;
}
.is-firefox .section-column-detail .tag {
  padding-bottom: 0.05rem;
}
.section-column-detail .tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.09rem;
  bottom: 0;
  width: 0.11rem;
  background: url("../img/common/tag_bg.png") no-repeat 0 0/100% 100%;
}

@media print, (min-width: 768px) {
  .section-column-detail {
    padding-bottom: 61px;
  }
  .section-column-detail .detail-image {
    margin-bottom: 24px;
  }
  .section-column-detail .detail-head {
    margin-bottom: 40px;
  }
  .section-column-detail .detail-category {
    margin-bottom: 2px;
  }
  .section-column-detail .detail-title {
    margin-bottom: 7px;
  }
  .section-column-detail .detail-time {
    position: relative;
    margin-top: -3px;
    margin-right: 10px;
  }
  .is-firefox .section-column-detail .detail-time {
    top: -1px;
  }
  .section-column-detail .tag {
    margin-right: 18px;
  }
  .section-column-detail .detail-video {
    margin-top: 43px;
  }
  .section-column-detail .post-content h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-column-detail {
    padding-bottom: 0.44rem;
  }
  .section-column-detail .detail-image {
    margin-bottom: 0.34rem;
  }
  .section-column-detail .detail-head {
    margin-bottom: 0.38rem;
  }
  .section-column-detail .detail-title {
    margin-bottom: 0.05rem;
  }
  .section-column-detail .detail-time {
    position: relative;
    top: -0.03rem;
    margin-right: 0.07rem;
  }
  .section-column-detail .category-item {
    padding-bottom: 0.03rem;
  }
  .section-column-detail .tag {
    margin-right: 0.16rem;
  }
  .section-column-detail .post-content p + h2 {
    margin-top: 0.55rem;
  }
}
.section-column-other {
  overflow: hidden;
  background: #f9f9f9;
}
.section-column-other .button-common-secondary {
  margin: 0 auto;
}
.section-column-other .swiper-slide {
  height: auto;
}
.section-column-other .swiper-slide .item-common {
  height: 100%;
}

@media print, (min-width: 768px) {
  .section-column-other {
    padding: 29px 0 36px;
  }
  .section-column-other .title-common-tertiary {
    margin-bottom: 15px;
  }
  .section-column-other .swiper {
    margin: 0 -10px;
    padding: 10px;
  }
  .section-column-other .swiper-button-next,
  .section-column-other .swiper-button-prev {
    margin-top: -7px;
  }
  .section-column-other .swiper-button-next {
    right: -40px;
  }
  .section-column-other .swiper-button-prev {
    left: -40px;
  }
  .section-column-other .item-common {
    width: 290px;
  }
  .is-firefox .section-column-other .button-common-secondary {
    padding-bottom: 4px;
  }
  .is-mac.is-chrome .section-column-other .button-common-secondary {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-column-other {
    padding: 0.19rem 0 0.21rem;
  }
  .section-column-other .title-common-tertiary {
    margin-bottom: 0.09rem;
  }
  .section-column-other .column-slider {
    width: 3.2rem;
    margin: 0 auto;
  }
  .section-column-other .swiper {
    padding: 0.1rem 0.05rem;
  }
  .section-column-other .swiper-slide {
    padding: 0 0.1rem;
  }
  .section-column-other .swiper-button-next,
  .section-column-other .swiper-button-prev {
    margin-top: -0.34rem;
  }
  .section-column-other .swiper-button-next {
    right: -0.17rem;
  }
  .section-column-other .swiper-button-prev {
    left: -0.17rem;
  }
  .section-column-other .item-common .item-description {
    margin-bottom: 0.12rem;
  }
  .section-column-other .button-common-secondary {
    width: 1.68rem;
    min-height: 0.3rem;
    font-size: 0.15rem;
  }
}
.section-download {
  position: relative;
}
.section-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.section-download .breadcrumb-list {
  color: #fff;
}
.section-download .breadcrumb-list a {
  color: #fff;
}
.section-download .wrapper {
  position: relative;
  z-index: 2;
}
.section-download .download-title {
  color: #fff;
  line-height: 1.5;
}
.section-download .download-left {
  color: #fff;
}
.section-download .download-text {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.section-download .download-description {
  font-weight: 700;
}
.section-download .download-form {
  background: #f2f2f2;
}

@media print, (min-width: 768px) {
  .section-download {
    padding: 28px 0 100px;
  }
  .section-download::before {
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: linear-gradient(44.11deg, #46b3f0 3.79%, #1698e1 55.8%, #312ed9 94.58%);
  }
  .section-download .breadcrumb-list {
    margin-bottom: 66px;
  }
  .section-download .wrapper {
    max-width: 1000px;
  }
  .section-download .download-title {
    margin-bottom: 33px;
    font-size: 0.48rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .section-download .download-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-download .download-left {
    width: 450px;
    padding-top: 7px;
  }
  .section-download .download-right {
    width: 471px;
  }
  .section-download .download-right .button-common-primary {
    margin-top: 11px;
  }
  .section-download .download-image {
    margin-bottom: 17px;
  }
  .section-download .download-text {
    margin-bottom: 15px;
  }
  .section-download .download-description {
    font-size: 0.16rem;
    line-height: 1.7;
  }
  .section-download .download-form {
    padding: 0.2rem 0.2rem 0.38rem;
    border-radius: 0.06rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-download {
    padding: 0.09rem 0 0.9rem;
  }
  .section-download::before {
    background: linear-gradient(75.11deg, #46b3f0 3.79%, #1698e1 55.8%, #312ed9 94.58%);
  }
  .section-download .breadcrumb-list {
    margin-bottom: 0.18rem;
  }
  .section-download .download-title {
    margin-bottom: 0.14rem;
    font-size: 0.24rem;
    font-weight: 700;
  }
  .section-download .download-left {
    margin-bottom: 0.22rem;
  }
  .section-download .download-image {
    margin-bottom: 0.18rem;
  }
  .section-download .download-text {
    margin-bottom: 0.1rem;
  }
  .section-download .download-description {
    padding-right: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.6428571429;
  }
  .section-download .download-form {
    padding: 0.2rem 0.1rem 0.25rem;
  }
  .section-download .download-form .button-common-primary {
    min-height: 0.5rem;
    margin-top: 0.11rem;
    font-size: 0.2rem;
  }
}
.list-common-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
.list-common-dots > li::before {
  content: "・";
}
.list-common-dots .text-highlight {
  position: relative;
  color: #ff8909;
}
@media print, (min-width: 768px) {
  .list-common-dots {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-dots.is-large {
    font-size: 0.24rem;
  }
  .list-common-dots > li {
    margin-right: -12px;
    margin-left: -7px;
  }
  .list-common-dots > li::before {
    color: #00afd7;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-dots {
    margin-left: -0.03rem;
    font-size: 0.16rem;
    line-height: 1.7;
  }
  .list-common-dots > li {
    margin-right: -0.15rem;
    margin-left: -0.04rem;
  }
  .list-common-dots.is-large {
    margin-right: -0.1rem;
    padding-bottom: 0.07rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-dots.is-large > li {
    margin-left: 0;
  }
  .list-common-dots.is-large > li::before {
    display: none;
  }
}

.list-common-anchor .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-anchor .item-link {
  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;
  height: 100%;
  border: 0.02rem solid #00afd7;
  border-radius: 0.04rem;
  font-weight: 700;
  text-align: center;
}
.list-common-anchor .list-item {
  width: 33.3333333333%;
}
@media print, (min-width: 768px) {
  .list-common-anchor {
    max-width: 898px;
    margin-right: auto;
    margin-left: auto;
  }
  .list-common-anchor .list-wrapper {
    gap: 10px 20px;
  }
  .list-common-anchor .list-item {
    max-width: 286px;
  }
  .list-common-anchor .item-link {
    padding: 7px 10px 8px;
    font-size: 0.16rem;
    line-height: 1.3;
  }
  .is-mac.is-chrome .list-common-anchor .item-link {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-anchor {
    margin: 0 -0.05rem;
  }
  .list-common-anchor .list-item {
    max-width: 1.11rem;
  }
  .list-common-anchor .item-link {
    min-height: 0.46rem;
    padding: 0.06rem 0.04rem;
    border-width: 1px;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
    line-height: 1.35;
  }
  .list-common-anchor .list-wrapper {
    gap: 0.11rem 0.08rem;
  }
}

.list-common-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-information .list-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
}
.list-common-information .list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.32rem solid #00afd7;
  border-right: 0.32rem solid transparent;
}
.list-common-information .item-title {
  color: #00afd7;
  font-weight: 700;
}
.list-common-information .item-subtitle {
  font-weight: 500;
  text-align: center;
}
.list-common-information .item-describe {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  line-height: 1.8571428571;
}
@media print, (min-width: 768px) {
  .list-common-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 981px;
    margin-right: auto;
    margin-left: auto;
    gap: 20px;
  }
  .list-common-information .list-item {
    width: 50%;
    max-width: 480px;
    padding: 21px 32px 27px;
  }
  .list-common-information .item-title {
    margin-bottom: 4px;
    font-size: 0.16rem;
  }
  .list-common-information .item-describe {
    margin: 0 -7px;
  }
  .list-common-information .item-subtitle {
    margin-top: 2px;
    margin-bottom: 17px;
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-information .item-title {
    margin-bottom: 0.06rem;
    font-size: 0.12rem;
    line-height: 1.35;
  }
  .list-common-information .item-subtitle {
    margin-top: 0.03rem;
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .list-common-information .item-describe {
    padding-left: 0.02rem;
  }
  .list-common-information .list-item {
    margin-bottom: 0.2rem;
    padding: 0.24rem 0.19rem 0.18rem;
  }
  .list-common-information .list-item:last-child {
    margin-bottom: 0;
  }
}

.section-function .content-detail {
  font-weight: 700;
}
.section-function .content-detail:last-child {
  margin-bottom: 0;
}
.section-function .function-wrapper:last-child {
  margin-bottom: 0;
}
.section-function .function-content {
  color: #000;
}
@media print, (min-width: 768px) {
  .section-function {
    padding: 29px 0 114px;
  }
  .section-function .function-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 340px;
    height: 230px;
  }
  .section-function .function-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 36px;
  }
  .section-function .content-title {
    min-height: 56px;
    margin-bottom: 24px;
    font-size: 0.28rem;
    font-weight: 900;
    line-height: 1.39;
  }
  .section-function .list-common-anchor {
    margin-bottom: 67px;
  }
  .section-function .function-content {
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 9px;
  }
  .section-function .title-common-secondary {
    margin-bottom: 44px;
  }
  .section-function .function-wrapper {
    margin-bottom: 56px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-function {
    padding: 0.11rem 0 0.57rem;
  }
  .section-function .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .section-function .function-image {
    width: 2.76rem;
    margin: 0 auto 0.1rem;
  }
  .section-function .list-common-anchor {
    margin-bottom: 0.31rem;
  }
  .section-function .content-title {
    margin-bottom: 0.18rem;
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .section-function .content-detail {
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
    line-height: 1.6;
  }
  .section-function .title-common-secondary {
    margin-bottom: 0.11rem;
  }
  .section-function .function-content {
    margin-bottom: 0.2rem;
  }
  .section-function .function-wrapper {
    margin-bottom: 0.6rem;
  }
}

@media print, (min-width: 768px) {
  .section-inquiry {
    min-height: calc(100vh - 510px);
    padding: 62px 0;
  }
  .section-inquiry .wrapper {
    max-width: 878px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-inquiry {
    padding: 0.4rem 0;
  }
}
@media print, (min-width: 768px) {
  .section-news {
    padding: 38px 0 68px;
  }
  .section-news .wrapper {
    max-width: 926px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-news {
    padding: 0.13rem 0 0.39rem;
  }
  .section-news .list-common {
    margin-top: 0.24rem;
  }
  .year-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.09rem;
    padding-left: 0;
    list-style: none;
  }
  .year-list > li {
    width: 0.8rem;
    margin: 0 0.03rem 0.03rem 0;
  }
  .year-list a {
    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;
    height: 100%;
    min-height: 0.28rem;
    border: 1px solid #000;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }
}
@media print, (min-width: 768px) {
  .section-news-detail .detail-title {
    margin-bottom: 22px;
  }
}
/*# sourceMappingURL=styles.css.map */