@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

main {
  display: block;
}

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

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 15px;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

button {
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  outline: none;
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p::selection,
dt::selection,
dd::selection,
ul::selection,
li::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
span::selection,
small::selection,
br::selection {
  background-color: #333;
  color: #fff;
}

img {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  height: auto;
}

input, select, textarea {
  font-size: 100%;
  font-family: inherit;
}

.footer {
  background-color: #333;
  color: #fff;
  margin-top: 20vw;
}

.footer__inner {
  padding: 0 0 4.8vw 0;
}

.footer__foot-item:last-child .footer__foot-link {
  padding: 4vw 10.66667vw 9.33333vw 2.13333vw;
}

.footer__foot-link {
  padding: 4vw 13.33333vw 4vw 4.26667vw;
  font-weight: 500;
  position: relative;
  font-size: 4vw;
  line-height: 1.4;
  display: block;
}

.footer__foot-link::before {
  content: "";
  position: absolute;
  right: 7.73333vw;
  top: 4.53333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.footer__copy {
  font-weight: 500;
  text-align: right;
  padding: 0 4vw;
  font-size: 3.46667vw;
}

.footer-nav__link {
  padding: 4vw 13.33333vw 4vw 4.26667vw;
  font-size: 4vw;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  position: relative;
}

.footer-nav__link::before {
  content: "";
  position: absolute;
  right: 6.93333vw;
  top: 5.33333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.footer-nav__link.active::before {
  top: 6.13333vw;
  transform: rotate(-45deg);
}

.footer-nav__sub-list {
  display: none;
  overflow: hidden;
}

.footer-nav__sub-item {
  position: relative;
}

.footer-nav__sub-link {
  padding: 4vw 13.33333vw 4vw 8.53333vw;
  font-size: 4vw;
  display: block;
  line-height: 1.4;
  font-weight: 500;
}

.footer-nav__sub-link::before {
  content: "";
  position: absolute;
  right: 7.73333vw;
  top: 6.13333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.header {
  position: relative;
  z-index: 1000;
}

.header__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 21.33333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
  padding-top: 4.26667vw;
  padding-bottom: 2.66667vw;
  background-color: #fff;
}

.header__btn {
  position: relative;
  width: 8vw;
  height: 8vw;
  margin-left: auto;
}

.header__btn-wrap {
  position: absolute;
  top: 4.8vw;
  right: 6.93333vw;
}

.header__btn span {
  position: absolute;
  display: block;
  width: 8vw;
  height: 2px;
  background: #707070;
  transition: .4s;
}

.header__btn span:first-of-type {
  top: 0.53333vw;
}

.header__btn span:nth-of-type(2) {
  top: 2.93333vw;
}

.header__btn span:last-of-type {
  top: 5.33333vw;
}

.js-menu-btn.active .header__btn span:first-of-type {
  transform: rotate(-30deg);
  top: 2.4vw;
}

.js-menu-btn.active .header__btn span:nth-of-type(2) {
  opacity: 0;
}

.js-menu-btn.active .header__btn span:last-of-type {
  transform: rotate(30deg);
  top: 2.4vw;
}

.header-logo {
  display: flex;
  flex-direction: column;
}

.header-logo__img {
  width: 37.33333vw;
}

.header-logo__title {
  position: absolute;
  top: 13.33333vw;
  left: 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: -0.025em;
  color: #08107B;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 8vw;
  background-color: #fff;
  height: 8vw;
  width: 100vw;
  padding-left: 4.8vw;
}

.header-others__item.-company {
  font-weight: bold;
  line-height: 1.4;
}

.header-others__item a {
  color: #666666;
}

.header-search {
  margin-right: 14.66667vw;
  width: 5.33333vw;
  height: 5.33333vw;
}

.header-search__form {
  width: 100%;
}

.header-search__text {
  outline: none;
  border: none;
}

.search-sp__box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 21.33333vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E3E3E3;
  background: #F8F8F8;
  border-radius: 3px;
  z-index: 50;
  padding: 5.33333vw 13.33333vw 5.33333vw 5.33333vw;
  transition: 0.4s;
}

.search-sp__box.active {
  opacity: 1;
  visibility: visible;
}

.search-sp__toggle-btn {
  position: absolute;
  top: 5.33333vw;
  right: 18.66667vw;
  z-index: 100;
  width: 5.33333vw;
  height: 5.33333vw;
}

.search-sp__form {
  width: 100%;
}

.search-sp__text {
  font-weight: bold;
  line-height: 1.4;
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.search-sp__text::-webkit-input-placeholder {
  color: #E3E3E3;
}

.search-sp__text:-ms-input-placeholder {
  color: #E3E3E3;
}

.search-sp__text::placeholder {
  color: #E3E3E3;
}

.search-sp__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.33333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #333;
  opacity: 0.65;
}

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-nav {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding-top: 21.33333vw;
}

.header-nav.js-header-nav.active {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: scroll;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.header-nav__list {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 10;
}

.header-nav__item {
  position: relative;
  width: 100%;
  display: block;
}

.header-nav__item:not(:first-child) {
  border-top: 1px solid #E3E3E3;
}

.header-nav__item:nth-last-child(-n+2) .header-nav__link {
  background: #08107B;
  color: #fff;
  border-radius: 3px;
}

.header-nav__item:nth-child(2) .productNav, .header-nav__item:nth-child(4) .productNav, .header-nav__item:nth-child(5) .productNav, .header-nav__item:nth-child(6) .productNav {
  display: none;
}

.header-nav__item:not(:nth-child(2)) .eventNav {
  display: none;
}

.header-nav__item:not(:nth-child(3)) .seminarNav {
  display: none;
}

.header-nav__item:not(:nth-child(5)) .treatmentNav {
  display: none;
}

.header-nav__item:first-child > .submenu-01__list .submenu-01__item > .header-nav__link {
  position: relative;
  text-align: left;
}

.header-nav__item:nth-child(2) > .submenu-01__list .submenu-01__item > .header-nav__link {
  position: relative;
  text-align: left;
}

.header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item > .header-nav__link {
  position: relative;
  text-align: left;
}

.header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item > .header-nav__link {
  position: relative;
  text-align: left;
}

.header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item > .header-nav__link:hover {
  color: #08107B;
}

.header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item > .header-nav__link.hover {
  color: #08107B;
}

.header-nav__item:nth-child(3) > .submenu-01__list:hover .seminarNav .header-nav__link::before {
  border-color: #fff;
}

.header-nav__item:nth-child(4) > .submenu-01__list .submenu-01__item > .header-nav__link {
  position: relative;
  text-align: left;
}

.header-nav__item:nth-child(6) .header-nav__hasLinkWrap .header-nav__hasLink {
  -webkit-text-decoration: underline #08107B;
          text-decoration: underline #08107B;
  border-bottom: inherit;
  text-align: left;
}

.header-nav__item.has-child:nth-last-child(-n+2) > .header-nav__link::before {
  content: '';
  position: absolute;
  right: 10.4vw;
  top: 5.33333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.header-nav__item.has-child:nth-last-child(-n+2) > .header-nav__link .header-nav__link.active {
  background-color: inherit;
}

.header-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100%;
  font-size: 4vw;
  line-height: 1.4;
  padding: 3.73333vw 13.33333vw 3.73333vw 4.26667vw;
}

.header-nav__link::before {
  content: '';
  position: absolute;
  right: 9.86667vw;
  top: 5.33333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
}

.header-nav__item.has-not-child .header-nav__link::before {
  content: '';
  position: absolute;
  right: 10.4vw;
  top: 5.33333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  transform: rotate(45deg);
}

.header-nav__link.active::before {
  top: 6.13333vw;
  transform: rotate(-45deg);
  border-color: #fff;
}

.submenu-01__item > .header-nav__link {
  padding: 3.73333vw 13.33333vw 3.73333vw 8.53333vw;
}

.submenu-02__item > .header-nav__link {
  padding: 3.73333vw 13.33333vw 3.73333vw 12.8vw;
}

.header-nav__link.active {
  background-color: #666666;
  color: #fff;
}

.submenu-01__item > .header-nav__link.active {
  background-color: #B5B5B5;
}

.submenu-02__itme > .header-nav__link.active {
  background-color: #E3E3E3;
}

.header-nav__foot-list {
  display: block;
  background-color: #333;
}

.header-nav__foot-item {
  width: 100%;
  display: block;
}

.header-nav__foot-link {
  color: #fff;
  display: block;
  font-weight: bold;
  width: 100%;
  font-size: 4vw;
  line-height: 1.4;
  padding: 3.73333vw 4.26667vw;
}

.submenu-01__item.has-hover > .submenu-01__list,
.submenu-01__item.has-hover .submenu-02__list {
  visibility: visible;
  opacity: 1;
}

html.ipad .has-child.active > ul {
  visibility: visible;
  opacity: 1;
}

html.ipad .has-child.active > .header-nav__link {
  background: #E3E3E3;
}

html.ipad .header-nav__item > * {
  pointer-events: auto;
}

html.ipad .header-nav__item:hover {
  background: #E3E3E3;
}

html.ipad .header-nav__item.is-active > * {
  pointer-events: auto;
}

html.ipad .header-nav__item.is-active > .header-nav__hasLinkWrap {
  visibility: visible;
  opacity: 1;
}

html.ipad .header-nav__item.is-active > .submenu-01__list {
  visibility: visible;
  opacity: 1;
}

html.ipad .header-nav__item.active > .header-nav__hasLinkWrap {
  visibility: visible;
  opacity: 1;
}

html.ipad .header-nav__item.active > .submenu-01__list {
  visibility: visible;
  opacity: 1;
}

html.ipad .header-nav__item.active > .productNav,
html.ipad .header-nav__item.active .eventNav,
html.ipad .header-nav__item.active .seminarNav,
html.ipad .header-nav__item.active .treatmentNav {
  opacity: 1;
  visibility: visible;
}

html.ipad .submenu-01__item.active > .header-nav__link {
  background: #D4D4D4;
  color: #333;
}

html.ipad .submenu-01__item.active > .submenu-01__list,
html.ipad .submenu-01__item.active .submenu-02__list {
  visibility: visible;
  opacity: 1;
}

html.ipad .submenu-01__item.active > .productNav,
html.ipad .submenu-01__item.active .eventNav,
html.ipad .submenu-01__item.active .seminarNav,
html.ipad .submenu-01__item.active .treatmentNav {
  opacity: 1;
  visibility: visible;
}

.submenu-01__list {
  position: relative;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.submenu-01__item {
  position: relative;
}

.submenu-01__item.has-child > .header-nav__link::before {
  position: absolute;
  right: 9.86667vw;
  top: 5.33333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  content: '';
}

.submenu-01__item.has-child > .header-nav__link.active::before {
  top: 6.13333vw;
  transform: rotate(-45deg);
}

.submenu-02__list {
  position: relative;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.submenu-02__item {
  position: relative;
  color: #666666;
}

.submenu-02__item .header-nav__link {
  border-radius: 0;
}

.submenu-02__item .header-nav__link::before {
  content: '';
  position: absolute;
  right: 10.66667vw;
  top: 5.33333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.productNav {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #D4D4D4;
  opacity: 0;
  visibility: hidden;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}

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

.productNav__title {
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.productNav__text {
  color: #333;
  text-align: left;
}

.productNav__subtitle {
  line-height: 1.6;
}

.productNav__cat {
  line-height: 1.33333;
}

.eventNav {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #D4D4D4;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}

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

.eventNav__title {
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.eventNav__text {
  color: #333;
  text-align: left;
}

.eventNav__subtitle {
  line-height: 1.6;
}

.treatmentNav {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #D4D4D4;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}

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

.treatmentNav__title {
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.treatmentNav__text {
  color: #333;
  text-align: left;
}

.treatmentNav__subtitle {
  line-height: 1.6;
}

.seminarNav {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #D4D4D4;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}

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

.seminarNav__link {
  display: block;
}

.seminarNav__news {
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.seminarNav__text {
  color: #333;
  text-align: left;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.outer {
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
  padding-top: 1.6vw;
}

.main-contents {
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
  margin-top: 20vw;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding-top: 8vw;
}

.main {
  padding-top: 21.33333vw;
}

.top-news {
  opacity: 1;
}

.top-news__link {
  width: 91.46667vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: block;
  border-radius: 3px;
  background: #F8F8F8;
  text-align: center;
  margin: 20vw auto 0;
  padding: 5.86667vw;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 12.8vw;
  position: relative;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
}

.breadcrumb li:not(:first-child) {
  margin-left: 25px;
}

.breadcrumb li:after {
  /* >を表示*/
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  top: 7px;
  left: 50px;
  color: #B2B2B2;
  border-top: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  transform: rotate(45deg);
  z-index: 10;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #B2B2B2;
  /*色*/
  font-size: 15px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* 呼吸器科 手技診断情報 パンくずリスト */
.rtbreadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 12.8vw;
  position: relative;
}

.rtbreadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
}

.rtbreadcrumb li:not(:first-child) {
  margin-left: 25px;
}

.rtbreadcrumb li:not(:last-of-type)::after {
  /* >を表示*/
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  top: 7px;
  margin-left: 4.5px;
  color: #B2B2B2;
  border-top: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  transform: rotate(45deg);
  z-index: 10;
}

.rtbreadcrumb li:last-child:after {
  content: '';
}

.rtbreadcrumb li a {
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #B2B2B2;
  /*色*/
  font-size: 15px;
}

.rtbreadcrumb li a:hover {
  text-decoration: underline;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 4vw;
  padding: 5.33333vw 13.06667vw 5.33333vw 15.73333vw;
}

.btn-white {
  background-color: #F8F8F8;
}

.btn-blue {
  background-color: #08107B;
  color: #fff;
}

.heading {
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 5.33333vw;
  line-height: 1.5;
}

.subtitle {
  text-align: center;
  color: #666666;
  font-weight: bold;
  line-height: 1.4;
  font-size: 4vw;
  padding-top: 13.33333vw;
}

.about {
  background-color: #F8F8F8;
}

.about.main-contents {
  padding-top: 18.66667vw;
  padding-bottom: 18.66667vw;
}

.about__head {
  text-align: center;
}

.about .heading {
  display: inline-block;
  border-bottom: solid #08107B;
  border-width: 1.33333vw;
  padding-bottom: 1.33333vw;
}

.about__list {
  display: flex;
  flex-wrap: wrap;
}

.about__item {
  width: 100%;
}

.about__item:not(:first-child) {
  margin-top: 13.33333vw;
}

.about__img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about__text {
  color: #08107B;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding-top: 4vw;
  font-size: 4vw;
  line-height: 1.4;
}

.error__title {
  color: #333;
  text-align: center;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.error__desc {
  color: #666666;
  font-size: 4vw;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 13.33333vw;
  text-align: center;
}

.error-btn-wrap {
  margin-top: 13.33333vw;
}

.error-btn-wrap .btn:first-child {
  margin-bottom: 6.66667vw;
}

.info__item:not(:first-child) {
  margin-top: 5.06667vw;
}

.media {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}

.media__img {
  width: 100%;
}

.media__body {
  padding: 5.86667vw;
}

.media__title {
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: 0;
}

.media__text {
  text-align: center;
  color: #979797;
  line-height: 1.46154;
  font-size: 3.46667vw;
  padding-top: 4vw;
}

.media__text span {
  display: inline-block;
}

.kv__bg {
  position: relative;
  z-index: 10;
}

.kv__slide-link {
  display: block;
  position: relative;
  z-index: 10;
}

.kv__text {
  position: absolute;
  z-index: 10;
}

.kv__text.-medicaltown {
  bottom: 13.33333vw;
  padding-right: 4.26667vw;
  padding-left: 4.26667vw;
}

.kv__text.-evis {
  top: 8vw;
  left: 4.26667vw;
}

.kv__text.-olympus {
  bottom: 10.66667vw;
}

.kv__title.-medicaltown {
  width: 66.93333vw;
  padding-bottom: 5.6vw;
}

.kv__title.-evis {
  width: 53.33333vw;
  padding-bottom: 5.33333vw;
}

.kv__title.-olympus {
  width: 89.33333vw;
}

.kv__subtitle {
  color: #08107B;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.005em;
  font-size: 4vw;
  padding-bottom: 2.93333vw;
}

.kv__desc {
  color: #08107B;
  line-height: 1.46667;
}

.kv__desc.-medicaltown {
  font-size: 3.2vw;
  line-height: 1.83333;
  padding-bottom: 5.33333vw;
  letter-spacing: -0.014em;
}

.kv__desc.-evis {
  width: 82.93333vw;
}

.kv__link {
  position: relative;
  z-index: 10;
  display: block;
  color: #A6D7E3;
  background-color: #08107B;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 3.46667vw;
  padding: 5.33333vw 0;
  font-weight: bold;
  letter-spacing: 0;
}

.submenu-02__list:hover .kv__bg img {
  opacity: 0.7;
}

.swiper-container {
  max-width: 1280px;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  width: 5.85938vw;
  height: 5.85938vw;
  margin: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-button-next:hover, .swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background-color: white;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: '';
  width: 1.5625vw;
  height: 1.5625vw;
  border: 0px;
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -0.26667vw;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev::before {
  transform: rotate(-135deg);
  left: 40%;
  top: 40%;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next::before {
  transform: rotate(45deg);
  left: 30%;
  top: 40%;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff;
  width: 3.2vw;
  height: 3.2vw;
}

.swiper-pagination-bullet:hover {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 4.26667vw;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.13333vw;
  opacity: 1;
}

.news__list {
  margin-bottom: 2.13333vw;
}

.news__item {
  width: 100%;
}

.news__item:not(:first-child) {
  margin-top: 2.13333vw;
}

.news__link {
  display: flex;
  background-color: #F8F8F8;
  height: 100%;
}

.news__img {
  flex: 0 1 24vw;
}

.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.news__body {
  flex: 0 1 67.46667vw;
  padding: 5.33333vw 4vw 4vw 4vw;
}

.news__category {
  color: #fff;
  font-weight: bold;
  font-size: 3.46667vw;
  line-height: 1.46154;
  display: inline-block;
  padding: 0 1.06667vw;
  margin-right: 1.74927%;
}

.news__category.-new-product {
  background-color: #D80F30;
}

.news__category.-seminar {
  background-color: #666666;
}

.news__category.-event {
  background-color: #08107B;
}

.news__time {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 1.4;
}

.news__text {
  line-height: 1.46154;
  font-size: 3.46667vw;
  padding-top: 3.46667vw;
  font-weight: 500;
  letter-spacing: -0.014em;
}

.product__wrap:not(:first-child) {
  padding-top: 20vw;
}

.product__inner {
  padding-top: 6.66667vw;
}

.product__title {
  font-weight: bold;
  line-height: 1.44444;
  letter-spacing: -0.02em;
  font-size: 4.8vw;
}

.cards__item {
  width: 100%;
  margin-bottom: 25px;
}

.cards__item:not(:first-child) {
  padding-top: 8vw;
}

.card__title {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4vw;
  font-size: 4.8vw;
}

.card__text {
  font-weight: 500;
  line-height: 1.33333;
  letter-spacing: -0.014em;
  margin-top: 3.46667vw;
  font-size: 4vw;
  color: #B2B2B2;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbnails__item {
  flex: 0 0 47.52187%;
}

.thumbnails__item:not(:nth-child(-n+2)) {
  margin-top: 4.26667vw;
}

.thumbnails__item {
  display: flex;
  flex-direction: column;
}

.thumbnail {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.thumbnail__title {
  text-align: center;
  background-color: #F8F8F8;
  line-height: 1.5;
  font-weight: 500;
  padding: 2.66667vw;
  font-size: 4vw;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.search__box {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #666666;
  background: #F8F8F8;
  border-radius: 3px;
  padding: 5.33333vw 13.33333vw 5.33333vw 5.33333vw;
}

.search__form {
  width: 100%;
}

.search__text {
  font-weight: bold;
  line-height: 1.44444;
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 4.8vw;
}

.search__text::-webkit-input-placeholder {
  color: #E3E3E3;
}

.search__text:-ms-input-placeholder {
  color: #E3E3E3;
}

.search__text::placeholder {
  color: #E3E3E3;
}

.search__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  right: 5.33333vw;
}

.support {
  background-color: #F8F8F8;
}

.support.main-contents {
  padding-top: 18.66667vw;
  padding-bottom: 18.66667vw;
}

.support__head {
  text-align: center;
}

.support .heading.-support {
  position: relative;
  display: inline-block;
  margin-left: 11.2vw;
}

.support .heading.-support::before {
  position: absolute;
  content: "";
  background: url(../img/support_title_icon.svg) no-repeat;
  background-size: contain;
  left: -10.66667vw;
  top: 0.46875vw;
  width: 6.93333vw;
  height: 6.93333vw;
}

.support-btn__item:not(:first-child) {
  margin-top: 6.66667vw;
}

.btn {
  position: relative;
}

.support-btn__list .btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  content: "";
  display: block;
}

.btn.-support::before {
  content: "";
  background: url(../img/support_icon_support.svg) no-repeat;
  background-size: contain;
  left: 13.6vw;
  top: 11.46667vw;
  width: 4.8vw;
  height: 4.8vw;
  padding: 5.86667vw 0 5.86667vw 5.86667vw;
}

.btn.-purchase::before {
  content: "";
  background: url(../img/support_icon_purchase.svg) no-repeat;
  background-size: contain;
  left: 13.6vw;
  top: 10.4vw;
  width: 6.66667vw;
  height: 6.66667vw;
  padding: 5.86667vw 0 5.86667vw 5.86667vw;
}

.btn.-medical {
  line-height: 1.4;
  font-size: 4vw;
  padding: 5.33333vw 5.33333vw 5.33333vw 13.33333vw;
}

.btn.-medical::before {
  content: "";
  background: url(../img/support_icon_medical.svg) no-repeat;
  background-size: contain;
  left: 5.6vw;
  width: 6.4vw;
  height: 6.4vw;
}

/*display*/

/* size */
.txXS {
  font-size: 10px !important;
}

.txSS {
  font-size: 11px !important;
}

.txS {
  font-size: 12px !important;
}

.txM {
  font-size: 15px !important;
}

.txL {
  font-size: 16px !important;
}

.txLL {
  font-size: 18px !important;
}

.txXL {
  font-size: 20px !important;
}

/*margin設定*/
/*中央寄せ*/
.mx-auto {
  margin: 0 auto;
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  html,
  body {
    transition: .4s;
  }
  .footer {
    margin-top: 140px;
    padding-right: 4.23729%;
    padding-left: 4.23729%;
  }
  .footer__inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    padding: 63px 0 30px 0;
  }
  .footer__contents {
    padding-bottom: 10.15625vw;
  }
  .footer__foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__foot-list {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 100%;
  }
  .footer__foot-item {
    padding: inherit;
  }
  .footer__foot-item:not(:first-child) {
    margin-left: 4.57627%;
  }
  .footer__foot-item:last-child {
    margin-left: 0;
    margin-top: 1.25vw;
  }
  .footer__foot-item:last-child .footer__foot-link {
    padding: inherit;
  }
  .footer__foot-link {
    padding: inherit;
    line-height: 1.46154;
    font-size: 13px;
    text-underline-offset: 4px;
  }
  .footer__foot-link:hover {
    text-decoration: underline;
  }
  .footer__foot-link::before {
    content: none;
  }
  .footer__copy {
    text-align: left;
    line-height: 1.46154;
    font-size: 13px;
    padding: 1.25vw 1.25vw 0 0;
    width: 100%;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-nav__wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-nav__list.-nav01 {
    margin-bottom: 3.90625vw;
    margin-right: 5.07812vw;
  }
  .footer-nav__list.-nav02 {
    margin-right: 4.60938vw;
  }
  .footer-nav__item.-nav01:not(:first-child) {
    padding-top: 3.82812vw;
  }
  .footer-nav__item.-nav01 > .footer-nav__link {
    font-size: 18px;
  }
  .footer-nav__item.-nav02:not(:first-child) {
    padding-top: 2.34375vw;
  }
  .footer-nav__item.-nav02 .footer-nav__link {
    pointer-events: none;
  }
  .footer-nav__item.-nav03 .footer-nav__sub-item:not(:first-child) {
    padding-top: 26px;
  }
  .footer-nav__item.-nav03 .footer-nav__link {
    pointer-events: none;
  }
  .footer-nav__link {
    padding: 0;
    line-height: 1.44444;
    font-size: 15px;
    text-underline-offset: 4px;
  }
  .footer-nav__link:hover {
    text-decoration: underline;
  }
  .footer-nav__link::before {
    content: none;
  }
  .footer-nav__sub-list {
    padding-top: 29px;
    display: block;
  }
  .footer-nav__sub-link {
    line-height: 1.66667;
    padding: 0;
    font-size: 15px;
    text-underline-offset: 4px;
  }
  .footer-nav__sub-link:hover {
    text-decoration: underline;
  }
  .footer-nav__sub-link::before {
    content: none;
  }
  .header::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    position: absolute;
    top: 62%;
    z-index: 10;
  }
  .header__inner {
    border-bottom: none;
    height: inherit;
    position: static;
  }
  .header__head {
    border: inherit;
    padding: 2.34375vw 3.90625vw 1.79688vw 3.90625vw;
  }
  .header__wrap {
    position: relative;
    z-index: 100;
  }
  .header-logo {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .header-logo__img {
    width: 13.28125vw;
    height: 2.5vw;
    margin-right: 3.90625vw;
  }
  .header-logo__title {
    padding-left: 0;
    width: inherit;
    height: inherit;
    border: none;
    position: static;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.17188vw;
    padding-bottom: 0.39062vw;
  }
  .header-others__list {
    display: flex;
    align-items: center;
    padding-bottom: 0.39062vw;
  }
  .header-others__item.-company {
    font-size: 1.17188vw;
  }
  .header-others__item.-language {
    width: 1.95312vw;
    height: 1.95312vw;
  }
  .header-others__item:not(:last-child) {
    margin-right: 3.35938vw;
  }
  .header-search {
    position: relative;
    margin-right: inherit;
    border: 1px solid #666666;
    border-radius: 3px;
    padding-right: 20px;
    height: 26px;
    width: 150px;
  }
  .header-search__text {
    width: 125px;
  }
  .header-search__btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .header-nav {
    position: static;
    padding-top: 0;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header-nav {
    text-align: center;
  }
  .header-nav__list {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    height: 3.90625vw;
    padding: 0 0.54688vw;
    margin-top: inherit;
    border-bottom: 1px solid #E3E3E3;
  }
  .header-nav__item {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.875vw;
    border-radius: 3px 3px 0 0;
    margin: 0.35156vw 0 0 0;
  }
  .header-nav__item.has-not-child {
    padding: 0;
    margin: 0.35156vw 0 0.39062vw 0;
  }
  .header-nav__item.has-not-child > .header-nav__link {
    padding: 0;
  }
  .header-nav__item:not(:first-child) {
    border-top: inherit;
  }
  .header-nav__item:nth-last-child(3) > .header-nav__link {
    font-size: 1.09375vw;
    line-height: 1.21429;
  }
  .header-nav__item:nth-last-child(-n+2):hover .header-nav__link {
    color: #333;
    background: #E3E3E3;
  }
  .header-nav__item:first-child .header-nav__hasLinkWrap {
    height: 34.76562vw;
  }
  .header-nav__item:first-child > .submenu-01__list {
    height: 34.76562vw;
  }
  .header-nav__item:first-child > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 4.14062vw;
  }
  .header-nav__item:nth-child(2) .header-nav__hasLinkWrap {
    width: 15.3125vw;
    height: 30.625vw;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list {
    width: 84.6875vw;
    height: 30.625vw;
    left: 15.3125vw;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list .submenu-01__item {
    width: 14.14062vw;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 4.14062vw;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list .submenu-02__list {
    width: 37.42188vw;
    left: 14.14062vw;
  }
  .header-nav__item:nth-child(5) .header-nav__hasLinkWrap {
    width: 15.3125vw;
    height: 30.625vw;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list {
    width: 84.6875vw;
    height: 30.625vw;
    left: 15.3125vw;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item {
    width: 27.34375vw;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 4.14062vw;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item:first-child {
    background-color: inherit;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item:first-child .header-nav__link {
    background-color: inherit;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item:first-child .header-nav__link:hover {
    background-color: #D4D4D4;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item:first-child .treatmentNav {
    background-color: inherit;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-02__list {
    width: 57.34375vw;
    left: 27.34375vw;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-02__item {
    width: 27.34375vw;
  }
  .header-nav__item:nth-child(3) .header-nav__hasLinkWrap {
    width: 18.82812vw;
    height: 19.84375vw;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list {
    left: 18.82812vw;
    width: 81.17188vw;
    height: 19.84375vw;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item {
    width: 27.42188vw;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 4.14062vw;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item:nth-child(2) .header-nav__link::before {
    right: 10.07812vw;
    top: 1.79688vw;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-02__list {
    width: 37.42188vw;
  }
  .header-nav__item:nth-child(4) .header-nav__hasLinkWrap {
    width: 15.3125vw;
    height: 30.625vw;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list {
    height: 30.625vw;
    left: 15.3125vw;
    width: 84.76562vw;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-01__item {
    width: 14.14062vw;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 4.14062vw;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-02__list {
    width: 70.625vw;
    left: 14.14062vw;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-02__item {
    width: 33.28125vw;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-02__item:nth-child(n+8) {
    margin-left: -4.14062vw;
  }
  .header-nav__item:nth-child(6) .header-nav__hasLinkWrap {
    width: 16.48438vw;
    height: 14.0625vw;
    padding-top: 1.09375vw;
  }
  .header-nav__item:nth-child(6) .header-nav__hasLinkWrap .header-nav__hasLink {
    line-height: 1.86667;
    text-underline-offset: 0.3125vw;
    text-decoration-thickness: 3px;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list {
    left: 16.48438vw;
    width: 83.51562vw;
    height: 14.0625vw;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list .submenu-01__item {
    width: 15.3125vw;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list .submenu-02__list {
    width: 68.20312vw;
    left: 15.3125vw;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list .submenu-02__item {
    width: 30.85938vw;
  }
  .header-nav__item.has-child:nth-last-child(-n+2) > .header-nav__link::before {
    content: none;
  }
  .header-nav__hasLinkWrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #E3E3E3;
    top: 3.82812vw;
    left: 0px;
    width: 13.04688vw;
    height: 33.125vw;
    padding-top: 1.25vw;
  }
  .header-nav__hasLink {
    border-bottom: 3px solid #08107B;
    font-size: 1.17188vw;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 2px;
  }
  .header-nav:hover {
    background: #333;
  }
  .header-nav__link {
    justify-content: center;
    padding: 0 0 0.39062vw 0;
    font-size: 1.17188vw;
    font-feature-settings: "palt";
    border-radius: 3px 3px 0 0;
    height: 100%;
  }
  .header-nav__link::before {
    content: none;
  }
  .header-nav__item.has-not-child .header-nav__link::before {
    content: none;
  }
  .header-nav__link.active::before {
    content: none;
  }
  .submenu-01__item > .header-nav__link {
    padding: 1.25vw 0;
    border-radius: 0;
    display: block;
  }
  .submenu-02__item > .header-nav__link {
    font-weight: bold;
    display: block;
    padding: 1.25vw 1.25vw 1.25vw 4.14062vw;
    text-align: left;
  }
  .has-not-child {
    border-radius: 3px;
  }
  .header-nav__item > * {
    pointer-events: none;
  }
  .header-nav__item:hover {
    background: #E3E3E3;
  }
  .header-nav__item.is-active > * {
    pointer-events: auto;
  }
  .header-nav__item.is-active > .header-nav__hasLinkWrap {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__item.is-active .header-nav__link::before {
    border-color: #fff;
  }
  .header-nav__item.is-active > .submenu-01__list {
    visibility: visible;
    opacity: 1;
  }
  .submenu-01__item.has-hover > .header-nav__link {
    background: #D4D4D4;
    color: #333;
  }
  .submenu-01__item.has-hover > .header-nav__link::before {
    border-color: #fff !important;
  }
  .submenu-01__item.has-hover > .productNav,
  .submenu-01__item.has-hover .eventNav,
  .submenu-01__item.has-hover .seminarNav,
  .submenu-01__item.has-hover .treatmentNav {
    opacity: 1;
    visibility: visible;
  }
  .submenu-01__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    z-index: 4;
    background: #E3E3E3;
    left: 13.04688vw;
    top: 3.82812vw;
    width: 86.95312vw;
    opacity: 0;
    visibility: hidden;
  }
  .submenu-01__item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 17.65625vw;
  }
  .submenu-01__item.has-child > .header-nav__link::before {
    content: none;
  }
  .submenu-02__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    background: #D4D4D4;
    z-index: 10;
    left: 17.65625vw;
    top: 0;
    width: 36.25vw;
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
  .submenu-02__item {
    color: #333;
    background: #D4D4D4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .submenu-02__item .header-nav__link::before {
    content: none;
  }
  .submenu-02__item .header-nav__link {
    text-underline-offset: 4px;
  }
  .submenu-02__item .header-nav__link:hover {
    background: #C5C5C5;
    color: #08107B;
  }
  .productNav {
    padding: 0 4.14062vw;
    width: 33.125vw;
  }
  .productNav__item {
    display: block;
    text-underline-offset: 4px;
  }
  .productNav__item:hover .productNav__body {
    opacity: 0.5;
  }
  .productNav__title {
    font-size: 1.17188vw;
    margin-top: 1.25vw;
  }
  .productNav__body {
    margin-top: 2.5vw;
  }
  .productNav__subtitle {
    margin-top: 1.25vw;
    font-weight: bold;
    font-size: 1.17188vw;
  }
  .productNav__cat {
    margin-top: 1.25vw;
    font-size: 1.17188vw;
  }
  .eventNav {
    padding: 1.25vw 4.14062vw 2.89062vw 4.14062vw;
    width: 33.125vw;
  }
  .eventNav__item {
    display: block;
    text-underline-offset: 4px;
  }
  .eventNav__item:hover .eventNav__body {
    opacity: 0.5;
  }
  .eventNav__title {
    font-size: 1.17188vw;
  }
  .eventNav__body {
    margin-top: 1.25vw;
  }
  .eventNav__subtitle {
    margin-top: 1.09375vw;
    font-size: 1.17188vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .eventNav__desc {
    font-size: 1.17188vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .eventNav__info {
    margin-top: 1.09375vw;
    font-size: 1.01562vw;
    font-weight: 500;
    line-height: 1.53846;
  }
  .eventNav__info time {
    margin-left: -0.23438vw;
  }
  .treatmentNav {
    padding: 1.25vw 4.14062vw 2.89062vw 4.14062vw;
    width: 33.125vw;
  }
  .treatmentNav__item {
    display: block;
    text-underline-offset: 4px;
  }
  .treatmentNav__item:hover .treatmentNav__body {
    opacity: 0.5;
  }
  .treatmentNav__title {
    font-size: 1.17188vw;
  }
  .treatmentNav__body {
    margin-top: 1.25vw;
  }
  .treatmentNav__subtitle {
    margin-top: 1.09375vw;
    font-size: 1.17188vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .treatmentNav__desc {
    font-size: 1.17188vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .treatmentNav__info {
    margin-top: 1.09375vw;
    font-size: 1.01562vw;
    font-weight: 500;
    line-height: 1.53846;
  }
  .treatmentNav__info time {
    margin-left: -0.23438vw;
  }
  .seminarNav {
    padding: 1.25vw 4.14062vw 2.89062vw 4.14062vw;
    width: 53.82812vw;
  }
  .seminarNav__list {
    display: flex;
  }
  .seminarNav__item {
    width: 100%;
  }
  .seminarNav__item:first-child {
    display: block;
    text-underline-offset: 4px;
  }
  .seminarNav__item:hover {
    opacity: 0.5;
  }
  .seminarNav__news {
    font-size: 1.17188vw;
  }
  .seminarNav__body {
    display: flex;
    align-items: center;
    margin-top: 1.25vw;
  }
  .seminarNav__img {
    flex: 0 0 264px;
    margin-right: 2.34375vw;
  }
  .seminarNav__title {
    font-size: 1.17188vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .seminarNav__subtitle {
    font-size: 1.17188vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .seminarNav__info {
    margin-top: 1.09375vw;
    font-size: 1.01562vw;
    font-weight: 500;
    line-height: 1.53846;
  }
  .seminarNav__info time {
    margin-left: -0.23438vw;
  }
  .seminarNav__info time span {
    margin-left: 0.70312vw;
  }
  .seminarNav__data--title {
    float: left;
    clear: both;
  }
  .seminarNav__data--text {
    display: inline-block;
  }
  .seminarNav__data--text {
    display: inline-block;
  }
  .outer {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 25px;
  }
  .main-contents {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 100px;
  }
  .inner {
    padding-top: 50px;
  }
  .main {
    padding-top: 0;
    position: relative;
    z-index: 100 !important;
  }
  .bg-mask {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100vw;
    height: 100%;
  }
  .top-news__link {
    margin: 100px auto 0;
    display: block;
    max-width: 572px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.44444;
    color: #333;
    padding: 20px;
  }
  .top-news__link:hover {
    opacity: 0.5;
  }
  .breadcrumb {
    padding-bottom: 54px;
  }
  .rtbreadcrumb {
    padding-bottom: 54px;
  }
  .btn {
    line-height: 1.44444;
    font-size: 18px;
    padding: 20px;
    width: 370px;
    transition: opacity .4s 0s;
  }
  .btn:hover {
    opacity: 0.5;
  }
  .heading {
    font-size: 25px;
    line-height: 1.44;
  }
  .subtitle {
    font-size: 15px;
    padding-top: 43px;
  }
  .about.main-contents {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 140px;
  }
  .about .heading {
    border-width: 5px;
    padding-bottom: 5px;
  }
  .about__list {
    margin-bottom: -35px;
    justify-content: center;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__item {
    flex: 0 0 370px;
    margin-bottom: 35px;
  }
  .about__item:last-child {
    margin-right: 0;
  }
  .about__item:not(:first-child) {
    margin-top: 0;
  }
  .about__link {
    transition: opacity .4s 0s;
    display: block;
  }
  .about__link:hover {
    opacity: 0.5;
  }
  .about__text {
    max-width: 342px;
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
    padding-top: 11px;
  }
  .error__title {
    font-size: 25px;
    line-height: 1.44;
  }
  .error__desc {
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.33333;
    font-size: 15px;
  }
  .error-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .error-btn-wrap .btn:first-child {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .info.main-contents {
    margin-top: 140px;
  }
  .info__item:not(:first-child) {
    margin-top: 50px;
  }
  .media {
    background-color: #F8F8F8;
    display: flex;
    flex-direction: row-reverse;
    transition: opacity .4s 0s;
  }
  .media:hover {
    opacity: 0.5;
  }
  .media__img {
    flex: 1 1;
  }
  .media__img img {
    object-fit: cover;
    height: 100%;
    font-family: 'object-fit: cover;';
  }
  .media__body {
    flex: 0 0 370px;
    padding: 0.84746% 0.84746%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .media__title {
    font-size: 18px;
    line-height: 1.44444;
    letter-spacing: -0.02em;
  }
  .media__text {
    letter-spacing: -0.014em;
    font-size: 15px;
    padding-top: 15px;
    line-height: 1.33333;
  }
  .kv__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 10;
  }
  .kv__text {
    top: 5vw;
    left: 9.375vw;
  }
  .kv__text.-medicaltown {
    bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .kv__text.-evis {
    top: 53px;
    left: 120px;
  }
  .kv__text.-olympus {
    top: 62px;
    left: 121px;
  }
  .kv__title.-medicaltown {
    width: 28.4375vw;
    padding-bottom: 1.64062vw;
  }
  .kv__title.-evis {
    width: 19.53125vw;
    padding-bottom: 2.65625vw;
  }
  .kv__title.-olympus {
    width: 210px;
  }
  .kv__subtitle {
    font-size: 1.5625vw;
    padding-bottom: 1.32812vw;
  }
  .kv__desc {
    font-size: 1.17188vw;
  }
  .kv__desc.-medicaltown {
    padding-bottom: 3.90625vw;
    font-size: 1.17188vw;
  }
  .kv__desc.-evis {
    width: 389px;
  }
  .kv__link {
    width: 28.82812vw;
    padding: 1.17188vw 0;
    font-size: 1.01562vw;
    transition: opacity .4s 0s;
    display: block;
  }
  .kv__link:hover {
    opacity: 0.5;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1.48438vw;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .news.main-contents {
    margin-top: 140px;
  }
  .news__inner {
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
  }
  .news__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .news__item:not(:first-child) {
    margin-top: 8px;
  }
  .news__link {
    transition: opacity .4s 0s;
  }
  .news__link:hover {
    opacity: 0.5;
  }
  .news__img {
    flex: 0 0 115px;
  }
  .news__body {
    flex: 0 0 470px;
    padding: 20px 20px 15px 25px;
  }
  .news__category {
    line-height: 1.4;
    padding: 0 4px;
    font-size: 15px;
    margin-right: 8px;
  }
  .news__time {
    font-size: 15px;
  }
  .news__text {
    line-height: 1.38889;
    padding-top: 10px;
    font-size: 18px;
  }
  .product__wrap:not(:first-child) {
    padding-top: 70px;
  }
  .product__inner {
    padding-top: 25px;
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
  }
  .product__title {
    font-size: 18px;
  }
  .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -36px;
  }
  .cards__item {
    flex: 0 0 268px;
  }
  .cards__item:not(:first-child) {
    padding-top: 0;
  }
  .card {
    transition: opacity .4s 0s;
    display: block;
  }
  .card:hover {
    opacity: 0.5;
  }
  .card__title {
    font-size: 18px;
    margin-top: 15px;
  }
  .card__img {
    transition: .4s;
  }
  .card__text {
    font-size: 15px;
    margin-top: 13px;
  }
  .card__cat {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.014em;
    font-weight: 500;
  }
  .thumbnails {
    margin-bottom: -25px;
  }
  .thumbnails__item {
    flex: 0 0 268px;
    margin-bottom: 25px;
  }
  .thumbnails__item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  .thumbnail {
    transition: opacity .4s 0s;
  }
  .thumbnail:hover {
    opacity: 0.5;
  }
  .thumbnail__title {
    padding: 10px;
    font-size: 16px;
  }
  .search.main-contents {
    margin-top: 140px;
  }
  .search__box {
    width: 370px;
    padding: 0 50px 0 20px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .search__text {
    font-size: 18px;
  }
  .search__btn {
    width: 30px;
    height: 30px;
    right: 13px;
  }
  .support.main-contents {
    padding-top: 5.46875vw;
    padding-bottom: 5.46875vw;
    margin-top: 10.9375vw;
  }
  .support .heading.-support {
    margin-left: 3.28125vw;
  }
  .support .heading.-support::before {
    left: -3.51562vw;
    top: 0.46875vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
  .support-btn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -25px;
  }
  .support-btn__item {
    margin-bottom: 25px;
  }
  .support-btn__item:nth-child(3n) {
    margin-right: 0;
  }
  .support-btn__item:not(:first-child) {
    margin-top: 0;
  }
  .btn.-support {
    padding: 20px 63px 20px 89px;
  }
  .btn.-support::before {
    left: 61px;
    top: 44px;
    width: 18px;
    height: 18px;
    padding: 20px 0 20px 20px;
  }
  .btn.-purchase {
    padding: 20px 58px 20px 89px;
  }
  .btn.-purchase::before {
    left: 60px;
    top: 39px;
    width: 25px;
    height: 25px;
    padding: 20px 0 20px 20px;
  }
  .btn.-medical {
    font-size: 15px;
    padding: 22px 33px 22px 66px;
  }
  .btn.-medical::before {
    left: 32px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 768px), print {
  button {
    transition: all 400ms;
  }
  button:hover {
    opacity: 0.8;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footer__contents {
    padding-bottom: 130px;
  }
  .footer__foot-item:not(:first-child) {
    margin-left: 54px !important;
  }
  .footer__copy {
    text-align: right;
    padding-top: 0;
  }
  .footer-nav {
    flex-wrap: nowrap;
  }
  .footer-nav__list.-nav02 {
    margin-right: 59px;
  }
  .footer-nav__item.-nav01:not(:first-child) {
    padding-top: 49px;
  }
  .header__head {
    padding: 30px 50px 23px 50px;
  }
  .header-logo__img {
    width: 170px;
    height: 32px;
    margin-right: 50px;
  }
  .header-logo__title {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .header-others__list {
    padding-bottom: 5px;
  }
  .header-others__item.-company {
    font-size: 15px;
  }
  .header-others__item.-language {
    width: 25px;
    height: 25px;
  }
  .header-others__item:not(:last-child) {
    margin-right: 43px;
  }
  .header-search__btn {
    width: 14px;
    height: 14px;
  }
  .header-nav__list {
    height: 50px;
    padding: 0 7px;
  }
  .header-nav__item {
    margin: 4.5px 0 0 0;
    width: 152px;
  }
  .header-nav__item.has-not-child {
    margin: 4.5px 0 5px 0;
  }
  .header-nav__item:nth-last-child(3) > .header-nav__link {
    font-size: 14px;
  }
  .header-nav__item:first-child .header-nav__hasLinkWrap {
    height: 445px;
  }
  .header-nav__item:first-child > .submenu-01__list {
    height: 445px;
  }
  .header-nav__item:first-child > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 53px;
  }
  .header-nav__item:nth-child(2) .header-nav__hasLinkWrap {
    width: 196px;
    height: 392px;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list {
    width: 1084px;
    height: 392px;
    left: 196px;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list .submenu-01__item {
    width: 181px;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 53px;
  }
  .header-nav__item:nth-child(2) > .submenu-01__list .submenu-02__list {
    width: 479px;
    left: 181px;
  }
  .header-nav__item:nth-child(5) .header-nav__hasLinkWrap {
    width: 196px;
    height: 392px;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list {
    width: 1084px;
    height: 392px;
    left: 196px;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item {
    width: 350px;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 53px;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-02__list {
    width: 734px;
    left: 350px;
  }
  .header-nav__item:nth-child(5) > .submenu-01__list .submenu-02__item {
    width: 350px;
  }
  .header-nav__item:nth-child(3) .header-nav__hasLinkWrap {
    width: 241px;
    height: 254px;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list {
    left: 241px;
    width: 1039px;
    height: 254px;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item {
    width: 351px;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 53px;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-01__item:nth-child(2) .header-nav__link::before {
    right: 129px;
    top: 23px;
  }
  .header-nav__item:nth-child(3) > .submenu-01__list .submenu-02__list {
    width: 479px;
  }
  .header-nav__item:nth-child(4) .header-nav__hasLinkWrap {
    width: 196px;
    height: 392px;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list {
    width: 1085px;
    height: 392px;
    left: 196px;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-01__item {
    width: 181px;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-01__item > .header-nav__link {
    padding-left: 53px;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-02__list {
    width: 904px;
    left: 181px;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-02__item {
    width: 426px;
  }
  .header-nav__item:nth-child(4) > .submenu-01__list .submenu-02__item:nth-child(n+8) {
    margin-left: -53px;
  }
  .header-nav__item:nth-child(6) .header-nav__hasLinkWrap {
    width: 211px;
    height: 180px;
    padding-top: 14px;
  }
  .header-nav__item:nth-child(6) .header-nav__hasLinkWrap .header-nav__hasLink {
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list {
    left: 211px;
    width: 1069px;
    height: 180px;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list .submenu-01__item {
    width: 196px;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list .submenu-02__list {
    width: 873px;
    left: 196px;
  }
  .header-nav__item:nth-child(6) > .submenu-01__list .submenu-02__item {
    width: 395px;
  }
  .header-nav__hasLinkWrap {
    top: 49px;
    left: 0px;
    width: 167px;
    height: 424px;
    padding-top: 16px;
  }
  .header-nav__hasLink {
    font-size: 15px;
  }
  .header-nav__link {
    font-feature-settings: inherit;
    font-size: 15px;
    padding: 0 0 5px 0;
  }
  .submenu-01__item > .header-nav__link {
    padding: 16px 0;
  }
  .submenu-02__item > .header-nav__link {
    padding: 16px 16px 16px 53px;
  }
  .submenu-01__list {
    top: 49px;
    left: 167px;
    width: 1113px;
    height: 424px;
  }
  .submenu-01__item {
    width: 226px;
  }
  .submenu-02__list {
    top: 0px;
    left: 226px;
    width: 464px;
  }
  .productNav {
    padding: 0 53px;
    width: 424px;
  }
  .productNav__title {
    font-size: 15px;
    margin-top: 16px;
  }
  .productNav__body {
    margin-top: 32px;
  }
  .productNav__subtitle {
    margin-top: 16px;
    font-size: 15px;
  }
  .productNav__cat {
    margin-top: 16px;
    font-size: 15px;
  }
  .eventNav {
    padding: 16px 53px 37px 53px;
    width: 424px;
  }
  .eventNav__title {
    font-size: 15px;
  }
  .eventNav__body {
    margin-top: 16px;
  }
  .eventNav__subtitle {
    margin-top: 14px;
    font-size: 15px;
  }
  .eventNav__desc {
    font-size: 15px;
  }
  .eventNav__info {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.53846;
  }
  .eventNav__info time {
    margin-left: -3px;
  }
  .treatmentNav {
    padding: 16px 53px 37px 53px;
    width: 424px;
  }
  .treatmentNav__title {
    font-size: 15px;
  }
  .treatmentNav__body {
    margin-top: 16px;
  }
  .treatmentNav__subtitle {
    margin-top: 14px;
    font-size: 15px;
  }
  .treatmentNav__desc {
    font-size: 15px;
  }
  .treatmentNav__info {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.53846;
  }
  .treatmentNav__info time {
    margin-left: -3px;
  }
  .seminarNav {
    padding: 16px 53px 37px 53px;
    width: 689px;
  }
  .seminarNav__item {
    width: 100%;
  }
  .seminarNav__news {
    font-size: 15px;
  }
  .seminarNav__body {
    margin-top: 16px;
  }
  .seminarNav__img {
    flex: 0 0 264px;
    margin-right: 30px;
  }
  .seminarNav__title {
    font-size: 15px;
  }
  .seminarNav__subtitle {
    font-size: 15px;
  }
  .seminarNav__info {
    margin-top: 14px;
    font-size: 13px;
  }
  .seminarNav__info time {
    margin-left: -3px;
  }
  .seminarNav__info time span {
    margin-left: 9px;
  }
  .kv__text {
    top: 64px;
    left: 120px;
  }
  .kv__title.-medicaltown {
    width: 364px;
    padding-bottom: 21px;
  }
  .kv__title.-evis {
    padding-bottom: 34px;
    width: 250px;
  }
  .kv__subtitle {
    font-size: 20px;
    padding-bottom: 17px;
  }
  .kv__desc {
    font-size: 15px;
  }
  .kv__desc.-medicaltown {
    padding-bottom: 50px;
    line-height: 1.46667;
    font-size: 15px;
  }
  .kv__link {
    font-size: 15px;
    padding: 15px 0;
    width: 369px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 75px;
    height: 75px;
  }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    width: 20px;
    height: 20px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 19px;
  }
  .news__inner {
    max-width: inherit;
  }
  .news__item {
    flex: 0 0 49.57627%;
  }
  .news__item:not(:first-child) {
    margin-top: 0;
  }
  .news__item:not(:nth-child(2n+1)) {
    margin-left: 0.84746%;
  }
  .news__item:not(:nth-child(-n+2)) {
    margin-top: 0.84746%;
  }
  .product__inner {
    max-width: inherit;
  }
  .cards::before {
    content: "";
    display: block;
    flex: 0 0 268px;
    order: 1;
  }
  .cards::after {
    content: "";
    display: block;
    flex: 0 0 268px;
  }
  .cards__item {
    margin-bottom: 36px;
  }
  .thumbnails::before {
    content: "";
    display: block;
    flex: 0 0 268px;
    order: 1;
  }
  .thumbnails::after {
    content: "";
    display: block;
    flex: 0 0 268px;
  }
  .support.main-contents {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 140px;
  }
  .support .heading.-support {
    margin-left: 42px;
  }
  .support .heading.-support::before {
    left: -45px;
    top: 2px;
    width: 30px;
    height: 30px;
  }
  .support-btn__list {
    max-width: inherit;
  }
}

@media screen and (min-width: 1024px) {
  .footer__foot {
    flex-wrap: nowrap;
  }
  .footer__copy {
    text-align: right;
    padding-top: 0;
    padding: 0 0;
  }
}

@media screen and (min-width: 810px) {
  .footer__foot-list {
    flex-wrap: nowrap;
  }
  .footer__foot-item:last-child {
    margin-top: 0;
    margin-left: 4.57627%;
  }
}

@media screen and (min-width: 992px) {
  .footer-nav__list.-nav01 {
    margin-right: 65px;
    margin-bottom: 50px;
  }
  .footer-nav__list.-nav02 {
    flex: 0 0 257px;
  }
  .footer-nav__list.-nav03 {
    flex: 0 0 257px;
  }
  .footer-nav__item.-nav02:not(:first-child) {
    padding-top: 54px;
  }
  .about__list {
    max-width: inherit;
  }
  .about__item {
    margin-right: 35px;
  }
  .support-btn__list {
    max-width: inherit;
  }
  .support-btn__item {
    margin-right: 35px;
  }
}

@media not all and (min-width: 768px) {
  .footer-nav__item {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .footer-nav__link.active {
    background-color: #B5B5B5;
  }
  .has-child > ul {
    visibility: visible;
    opacity: 1;
  }
  .cards__item:not(:nth-child(-n+2)) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-search__text {
    display: none;
  }
  .header-search__text.active {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
