@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  color: #282828;
  background: #E4E9ED;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
a:link {
  color: #282828;
  text-decoration: none;
}
a:visited {
  color: #282828;
  text-decoration: none;
}
a:hover {
  color: #282828;
  text-decoration: none;
}
a:active {
  color: #282828;
  text-decoration: none;
}

a {
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* // screen
----------------------------------- */
.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

.md {
  display: none !important;
}

.pc {
  display: block !important;
}

.pconly {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .md {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .sp {
    display: none !important;
  }
  .md {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pconly {
    display: none !important;
  }
}
/* ------------------------------------
// header
------------------------------------ */
.js-timeOpen #ov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(40, 40, 40, 0.6);
  z-index: 7;
}

/* container*/
#container {
  display: grid;
  grid-template-columns: max-content minmax(0, calc(980px + clamp(1.5rem, 6.9vw, 10rem)));
  gap: 0 clamp(2rem, 6.9vw, 10rem);
}
@media screen and (max-width: 1200px) {
  #container {
    gap: 0 clamp(1.5rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  #container {
    display: grid;
    grid-template-columns: 1fr;
  }
}
#container main {
  padding: 5rem clamp(1.5rem, 6.9vw, 10rem) 5rem 0;
}
@media screen and (max-width: 1200px) {
  #container main {
    padding: 5rem clamp(1.5rem, 2vw, 2rem) 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  #container main {
    padding: 3rem 1.5rem 0 1.5rem;
  }
}

/* header*/
#header {
  z-index: 6;
  background: url(/cms/wp-content/themes/ooms/img/bg_sidebar.webp) repeat-y top left/contain;
  color: #fff;
  height: 100vh;
  position: sticky;
  top: 0;
}
#header .container {
  padding: 4rem clamp(2rem, 2.8vw, 4rem) 2rem clamp(2rem, 2.8vw, 4rem);
  overflow-y: scroll;
  height: 100%;
}
#header .container::-webkit-scrollbar {
  background: #00365E;
  width: 5px;
}
#header .container::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 5px;
}
#header .container::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3F3;
}
#header .siteTitle {
  writing-mode: vertical-rl;
}
#header .siteTitle a {
  color: #fff;
  pointer-events: none;
}
#header .siteTitle h1 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-size: clamp(2.8rem, 2.2vw, 3.2rem);
  margin-left: clamp(1rem, 3.5vw, 5rem);
}
#header .siteTitle h1 span {
  display: block;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
}
#header .siteTitle .en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  color: #D7D7D7;
  white-space: nowrap;
}
#header .copy {
  font-size: clamp(1rem, 0.9vw, 1.3rem);
  color: #D7D7D7;
}
#header .btns {
  margin: 4rem 0 6rem;
}
#header .btns li + li {
  margin-top: 1.5rem;
}
#header .btns a {
  display: block;
  margin: 0 auto;
  background: #D9D9D9;
  border-radius: 50vh;
  padding: 0.5rem 2rem;
  text-align: center;
  transition: 0.3s;
}
#header .btns a:hover {
  background: #454545;
  color: #fff;
}
#header .btns a .text {
  display: block;
}
#header .btns a .icon {
  display: none;
}
#header .btns a.member {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#header .btns a.member::before {
  content: "";
  mask: url(../img/icon_lock.svg) no-repeat center/contain;
  background: #00365E;
  width: 1.6rem;
  aspect-ratio: 33/42;
}
@media screen and (max-width: 768px) {
  .js-timeOpen #header {
    background: #fff;
  }
  #header {
    background: url(/cms/wp-content/themes/ooms/img/bg_header.webp) repeat-y top left/cover;
    height: auto;
  }
  #header .container {
    padding: 1rem 1rem 1rem 1rem;
    overflow-y: none;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 8rem;
    align-items: center;
  }
  #header .siteTitle {
    writing-mode: horizontal-tb;
  }
  #header .siteTitle a {
    display: inline-block;
    pointer-events: auto;
  }
  #header .siteTitle h1 {
    font-size: 1.6rem;
    margin-left: 0;
    line-height: 1.2;
  }
  #header .siteTitle h1 span {
    display: block;
    font-size: 1.3rem;
  }
  #header .siteTitle .en {
    font-size: 1rem;
  }
  #header .copy {
    display: none;
  }
  #header .nav {
    display: none;
  }
  #header .bnr {
    display: none;
  }
  #header .btns {
    margin: 0;
    display: flex;
    gap: 0.5rem;
  }
  #header .btns li + li {
    margin-top: 0;
  }
  #header .btns a {
    padding: 0;
    width: 4rem;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    background: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  #header .btns a .text {
    display: none;
  }
  #header .btns a .icon {
    display: block;
  }
  #header .btns a:before {
    content: "";
    width: 3.8rem;
    height: 2.8rem;
    display: block;
  }
  #header .btns a.home:before {
    background: url(/cms/wp-content/themes/ooms/img/icon_home.webp) no-repeat top center/contain;
  }
  #header .btns a.member {
    display: grid;
    gap: 0.2rem;
  }
  #header .btns a.member:before {
    mask: url(../img/icon_lock.svg) no-repeat center/contain;
    background: #fff;
    width: auto;
    height: 2.8rem;
    margin: 0 auto;
  }
  #header .btns a.logout:before {
    background: url(/cms/wp-content/themes/ooms/img/icon_logout.webp) no-repeat center bottom/contain;
  }
}
#header {
  /* membersite */
}
#header.membersite {
  max-width: 350px;
}
#header.membersite .memberSiteTitle a {
  pointer-events: none;
  color: #fff;
}
#header.membersite .memberSiteTitle .rakkan {
  width: 100px;
  margin: 0 auto 0.5rem;
}
#header.membersite .memberSiteTitle h1 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  margin-bottom: clamp(2rem, 2.1vw, 3rem);
}
#header.membersite .nav {
  border-top: 1px dotted #fff;
}
#header.membersite .nav li {
  border-bottom: 1px dotted #fff;
}
#header.membersite .nav li a {
  display: block;
  padding: 1rem 0;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  position: relative;
  color: #fff;
}
#header.membersite .nav li a:hover {
  color: #A4CAFF;
}
#header.membersite .nav li a:hover:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#header.membersite .SpeechAudiometry {
  margin: 2rem auto;
}
#header.membersite .SpeechAudiometry a {
  border-radius: 5px;
  padding: 1.5rem 1rem;
  color: #fff;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 1.5rem;
  align-items: center;
  font-size: clamp(1.4rem, 1.3vw, 1.9rem);
  border: solid 1px #fff;
}
#header.membersite .SpeechAudiometry a::before {
  content: "";
  width: clamp(2.8rem, 2.7vw, 3.9rem);
  aspect-ratio: 1;
  display: block;
  mask: url(/cms/wp-content/themes/ooms/img/icon_headphone.svg) no-repeat center/contain;
  background: #7E87A1;
}
#header.membersite .btn_menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .copy {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header.membersite {
    max-width: none;
  }
  #header.membersite .container {
    padding: 1rem 1rem 0.5rem 1rem;
    overflow-y: none;
    height: auto;
    display: grid;
    grid-template-columns: 6rem 1fr 4rem;
    gap: 1rem;
  }
  #header.membersite .memberSiteTitle a {
    pointer-events: auto;
  }
  #header.membersite .memberSiteTitle .rakkan {
    width: 6rem;
    margin: 0 auto 0rem;
  }
  #header.membersite .memberSiteTitle h1 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  #header.membersite .btns {
    display: flex;
    gap: 1rem;
  }
  #header.membersite .btns li + li {
    margin-top: 0;
  }
  #header.membersite .btn_menu {
    top: 0;
    right: 0;
    width: 3.6rem;
    display: grid;
    gap: 8px;
    aspect-ratio: 1;
    padding: 4px 0 0 0;
  }
  #header.membersite .btn_menu .line {
    height: 20px;
    position: relative;
  }
  #header.membersite .btn_menu .line span {
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  #header.membersite .btn_menu .line span:nth-of-type(1) {
    top: 0;
    width: 2.8rem;
  }
  #header.membersite .btn_menu .line span:nth-of-type(2) {
    top: 9px;
    width: 3.2rem;
  }
  #header.membersite .btn_menu .line span:nth-of-type(3) {
    bottom: 0;
    width: 3.6rem;
  }
  .js-menuOpen #header.membersite .btn_menu .line {
    width: 3.6rem;
    margin-left: 5px;
  }
  .js-menuOpen #header.membersite .btn_menu .line span:nth-of-type(1) {
    top: 50%;
    transform: rotate(135deg);
    width: 2.4rem;
  }
  .js-menuOpen #header.membersite .btn_menu .line span:nth-of-type(2) {
    display: none;
  }
  .js-menuOpen #header.membersite .btn_menu .line span:nth-of-type(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-135deg);
    width: 2.4rem;
  }
  #header.membersite .btn_menu span {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
  }
  #header.membersite .btn_menu span.close {
    display: none;
  }
  .js-menuOpen #header.membersite .btn_menu span.menu {
    display: none;
  }
  .js-menuOpen #header.membersite .btn_menu span.close {
    display: block;
  }
}

/* drawerMenu*/
#drawerMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  #drawerMenu {
    background: url(/cms/wp-content/themes/ooms/img/bg_header.webp) repeat-y top left/contain;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    transform: translateX(-100%);
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0s 0.3s;
  }
  .js-menuOpen #drawerMenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0s 0s;
  }
  #drawerMenu .menu {
    padding: 2rem 2rem;
    overflow-y: auto;
    height: calc(100% - 80px);
  }
  #drawerMenu .nav {
    display: block;
  }
  #drawerMenu .copy {
    display: block;
  }
  #drawerMenu .bnr {
    display: block;
  }
  #drawerMenu .btns {
    margin: 0 0 2rem;
    display: block !important;
  }
  #drawerMenu .btns li + li {
    margin-top: 1rem !important;
  }
  #drawerMenu .btns a {
    padding: 0;
    width: auto;
    background: #D9D9D9 !important;
    border-radius: 50vh;
    padding: 1rem 2rem !important;
    color: #282828;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1;
    background: none;
    display: block;
    gap: 0.2rem;
  }
  #drawerMenu .btns a .text {
    display: block;
  }
  #drawerMenu .btns a .icon {
    display: none;
  }
  #drawerMenu .btns a:before {
    display: none;
  }
}

/* articleFooter */
#articleFooter {
  position: relative;
  padding-bottom: 5rem;
}
#articleFooter .enTitle {
  color: #CCCCCC;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.2vw, 3.2rem);
  position: relative;
  margin: 10rem 0 1.5rem;
}
#articleFooter .enTitle:after {
  content: "";
  width: calc(100% + clamp(1.5rem, 6.9vw, 10rem) * 2);
  height: 1px;
  background: #CCCCCC;
  display: block;
  position: absolute;
  bottom: 0.4em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #articleFooter .enTitle:after {
    width: calc(100% + clamp(1.5rem, 2vw, 2rem) * 2);
  }
}
@media screen and (max-width: 768px) {
  #articleFooter .enTitle:after {
    width: calc(100% + 3rem);
  }
}
#articleFooter .category {
  text-align: center;
  margin-bottom: 1.5rem;
}
#articleFooter .category a {
  display: inline-block;
  background: #3B3B3B;
  color: #fff;
  padding: 2px 2rem;
  border-radius: 50vh;
}
#articleFooter .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#articleFooter .nav li a {
  white-space: nowrap;
  display: block;
}
#articleFooter .nav li a.openwin:after {
  content: "";
  width: 14px;
  aspect-ratio: 1;
  transform: none;
  display: inline-block;
  background: url(/cms/wp-content/themes/ooms/img/icon_openwin.svg) no-repeat center/contain;
}
#articleFooter .nav li a.pdf::after {
  content: "";
  width: 2.7rem;
  aspect-ratio: 54/34;
  display: inline-block;
  background: url(../img/icon_pdf.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #articleFooter::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1.5rem;
    display: block;
    background: url(/cms/wp-content/themes/ooms/img/bg_header.webp) repeat-y top left/cover;
    left: -1.5rem;
    bottom: 0;
  }
  #articleFooter .nav {
    display: grid;
    text-align: center;
  }
}

#pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 8;
}
#pagetop a {
  background: #00365E;
  color: #fff;
  display: grid;
  padding: 1rem;
  font-size: clamp(1rem, 1vw, 1.4rem);
  text-align: center;
  line-height: 1.1;
  place-content: center;
  place-items: center;
  gap: 3px;
}
#pagetop a:hover {
  background: #2A7EF3;
}
#pagetop a::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  #pagetop a {
    padding: 0.5rem 1rem;
  }
}

/* ------------------------------------
// parts
------------------------------------ */
:root section {
  margin-top: 10rem;
}
:root section section {
  margin-top: 5rem;
}
:root section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  :root section {
    margin-top: 5rem;
  }
  :root section section {
    margin-top: 2.5rem;
  }
}
:root {
  /* header tag */
}
:root .htype01 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-size: clamp(2.6rem, 2.8vw, 4rem);
  border-bottom: 1px solid;
  margin-bottom: 5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  :root .htype01 {
    margin-bottom: 3rem;
  }
}
:root .htype02 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-size: clamp(2rem, 1.9vw, 2.8rem);
  font-weight: normal;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  :root .htype02 {
    margin-bottom: 3rem;
  }
}
:root .htype02.info::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_info.svg) no-repeat center/contain;
}
:root .htype02.hearingaid::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_hearingaid.svg) no-repeat center/contain;
}
:root .htype02.clinic::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_clinic.svg) no-repeat center/contain;
}
:root .htype02.greeting::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_greeting.svg) no-repeat center/contain;
}
:root .htype02.mimihana::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_mimihana.svg) no-repeat center/contain;
}
:root .htype02.division::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_division.svg) no-repeat center/contain;
}
:root .htype02.search::before {
  content: "";
  width: clamp(2.8rem, 2.8vw, 4rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_search.svg) no-repeat center/contain;
}
:root .htype02 .htype01 + .htype02 {
  margin-top: -4rem;
}
:root .htype02 .htype03 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  border-bottom: 1px dotted;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
  font-weight: normal;
}
:root .htype01 + .htype02 {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  :root .htype01 + .htype02 {
    margin-top: -2rem;
  }
}
:root .htype03 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  border-bottom: 1px dotted;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  :root .htype03 {
    margin-bottom: 1rem;
  }
}
:root .htype03data {
  margin: -4.5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  :root .htype03data {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
  }
}
:root .htype04 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 3rem;
  font-size: clamp(2rem, 2.1vw, 3rem);
}
:root .htype04:after {
  content: "";
  height: 1px;
  background: #3B3B3B;
  display: block;
}

/* categoryMenu */
.categoryMenu {
  margin-bottom: 5rem;
}
.categoryMenu li + li {
  margin-top: 1rem;
}
.categoryMenu li a {
  padding: 1rem 1rem 1rem 2rem;
  background: #fff;
  display: grid;
  grid-template-columns: clamp(3rem, 3.5vw, 5rem) max-content 3rem;
  gap: clamp(1rem, 1vw, 1.5rem);
  font-size: clamp(1.5rem, 1.7vw, 2.4rem);
  align-items: center;
  position: relative;
}
.categoryMenu li a:hover {
  background: #FFF8EB;
}
.categoryMenu li a:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  transform: rotate(45deg);
}
.categoryMenu li a.info::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_info.svg) no-repeat center/contain;
}
.categoryMenu li a.hearingaid::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_hearingaid.svg) no-repeat center/contain;
}
.categoryMenu li a.clinic::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_clinic.svg) no-repeat center/contain;
}
.categoryMenu li a.greeting::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_greeting.svg) no-repeat center/contain;
}
.categoryMenu li a.mimihana:after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  border-top: none;
  border-right: none;
  transform: none;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_openwin.svg) no-repeat center/contain;
}
.categoryMenu li a.mimihana::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_mimihana.svg) no-repeat center/contain;
}
.categoryMenu li a.division::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_division.svg) no-repeat center/contain;
}
.categoryMenu li a.search::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_search.svg) no-repeat center/contain;
}
.categoryMenu li a.doctor::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 1;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_doctor.svg) no-repeat center/contain;
}
.categoryMenu li a.teikan::before {
  content: "";
  width: clamp(2.5rem, 3.5vw, 5rem);
  aspect-ratio: 60/58;
  display: block;
  background: url(/cms/wp-content/themes/ooms/img/icon_book.svg) no-repeat center/contain;
}
.categoryMenu li a.teikan::after {
  aspect-ratio: 54/34;
  width: 2.7rem;
  border: none;
  transform: none;
  background: url(../img/icon_pdf.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .categoryMenu li + li {
    margin-top: 0.75rem;
  }
  .categoryMenu li a {
    padding: 1rem 1rem 1rem 1rem;
    background: #fff;
    display: grid;
    grid-template-columns: clamp(3rem, 3.5vw, 5rem) 1fr 1.5rem;
    gap: 0.25rem;
  }
  .categoryMenu li a:after {
    content: "";
    width: 6px;
  }
  .categoryMenu li a.mimihana:after {
    width: 1.5rem;
  }
  .categoryMenu li a.teikan {
    grid-template-columns: clamp(3rem, 3.5vw, 5rem) 1fr 2.6rem;
  }
}

/* infoCategory */
.infoCategory {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
.infoCategory li a {
  display: block;
  padding: 0.2rem 2rem;
  background: #fff;
  border-radius: 50vh;
}
.infoCategory li a.current {
  background: #3B3B3B;
  color: #fff !important;
  pointer-events: none;
}
.infoCategory li a:hover {
  background: #282828;
  color: #fff;
}
.infoCategory li a.member {
  color: #01248C;
}
.infoCategory li a.member:hover {
  background: #01248C;
  color: #fff;
}
.infoCategory li a.ippan {
  color: #006857;
}
.infoCategory li a.ippan:hover {
  background: #006857;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .infoCategory {
    gap: 1rem;
  }
  .infoCategory li a {
    padding: 0.2rem 1rem;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }
}

/* infolist */
.infolist01 {
  margin-bottom: 5rem;
}
.infolist01 li {
  border-bottom: 1px solid #fff;
}
.infolist01 li a {
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  padding: 1rem 0;
  gap: clamp(1rem, 1.4vw, 2rem);
  align-items: center;
}
.infolist01 li a .category {
  padding: 0.2rem 0.5rem;
  font-size: clamp(1rem, 1vw, 1.4rem);
  color: #fff;
  background: #3B3B3B;
}
.infolist01 li a .category.ippan {
  background: #006857;
}
.infolist01 li a .category.member {
  background: #01248C;
}
.infolist01 li a.new .title::after {
  content: "NEW";
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2em 0.5em 0.3em;
  background: #C90000;
  margin-left: 10px;
  line-height: 1;
  border-radius: 2em;
  color: #fff;
}
.infolist01 li a:hover .title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .infolist01 li a {
    display: flex;
    flex-wrap: wrap;
  }
  .infolist01 li a .title {
    width: 100%;
  }
}

.infolist02 {
  margin-bottom: 5rem;
}
.infolist02 li {
  border-bottom: 1px solid #fff;
}
.infolist02 li a {
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  padding: 1rem 0;
  gap: 0.5rem clamp(1rem, 1.4vw, 2rem);
  align-items: center;
}
.infolist02 li a .category {
  padding: 0.2rem 0.5rem;
  font-size: clamp(1rem, 1vw, 1.4rem);
  color: #fff;
  background: #2A7EF3;
}
.infolist02 li a .category.event {
  background: #2A7EF3;
}
.infolist02 li a .category.lectureinfo {
  background: #3E8D19;
}
.infolist02 li a .category.kenpo {
  background: #CA1C90;
}
.infolist02 li a .category.jibikaikai {
  background: #BA9120;
}
.infolist02 li a .category.meetings {
  background: #6A1E83;
}
.infolist02 li a .category.other {
  background: #2AD5F3;
}
.infolist02 li a .title {
  grid-column: 2/4;
}
.infolist02 li a.new .title::after {
  content: "NEW";
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.2em 0.5em 0.3em;
  background: #C90000;
  margin-left: 10px;
  line-height: 1;
  border-radius: 2em;
  color: #fff;
}
.infolist02 li a:hover .title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .infolist02 li a {
    display: flex;
    flex-wrap: wrap;
  }
  .infolist02 li a .title {
    width: 100%;
  }
}

.infolistContainer > * {
  display: none;
}
.infolistContainer > *:first-child {
  display: block;
}

/* btnBox */
.btnBox01 {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.btnBox01 .btn a {
  display: block;
  padding: 3rem 3rem;
  font-weight: 500;
  background: #fff;
  position: relative;
  text-align: center;
  color: #01248C;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 1.9vw, 2.8rem);
  font-weight: 600;
  height: 100%;
}
.btnBox01 .btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2rem;
  aspect-ratio: 5/1;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #01248C;
}
.btnBox01 .btn a:hover {
  background: #FFF8EB;
}
.btnBox01 .btn a:hover:after {
  aspect-ratio: 6/1;
}
.btnBox01 .btn a.ippan {
  color: #006857;
}
.btnBox01 .btn a.ippan::after {
  background: #00CAA9;
}
.btnBox01 .btn a.member {
  color: #084B7D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 0;
}
.btnBox01 .btn a.member::before {
  content: "";
  mask: url(../img/icon_lock.svg) no-repeat center/contain;
  background: #00365E;
  width: 3rem;
  aspect-ratio: 33/42;
}
.btnBox01 .btn a.member::after {
  background: #2A7EF3;
}
@media screen and (max-width: 768px) {
  .btnBox01 {
    display: block;
  }
  .btnBox01 .btn + .btn {
    margin-top: 1rem;
  }
  .btnBox01 .btn a {
    padding: 2rem 1rem;
  }
  .btnBox01 .btn a.member::before {
    width: 2.5rem;
  }
}

.btnBox02 {
  margin: 3rem 0;
  display: flex;
  gap: 1rem;
}
.btnBox02 .btn a {
  display: block;
  padding: 1rem 3rem;
  font-weight: 0;
  background: #fff;
  position: relative;
  min-width: 13em;
  text-align: center;
  color: #01248C;
}
.btnBox02 .btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1rem;
  aspect-ratio: 5/1;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #01248C;
}
.btnBox02 .btn a:hover {
  background: #FFF8EB;
}
.btnBox02 .btn a:hover:after {
  aspect-ratio: 6/1;
}
.btnBox02 .btn a.ippan {
  color: #006857;
}
.btnBox02 .btn a.ippan::after {
  background: #00CAA9;
}
.btnBox02 .btn a.member {
  color: #084B7D;
}
.btnBox02 .btn a.member::after {
  background: #2A7EF3;
}
@media screen and (max-width: 768px) {
  .btnBox02 {
    display: block;
  }
  .btnBox02 .btn + .btn {
    margin-top: 1rem;
  }
}

.btnBox03 {
  margin: 3rem 0;
  border: solid 1px #fff;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem 3.5rem;
}
.categoryMenu + .btnBox03 {
  margin-top: -2rem;
}
.btnBox03.single {
  border: none;
  padding: 0;
  justify-content: flex-start;
}
.btnBox03 > * {
  flex-basis: 35rem;
}
.btnBox03 > * a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.4rem, 1.9vw, 2.8rem);
  gap: 0.7rem;
  padding: 0.5rem 1rem;
  height: 100%;
  border-radius: 2em;
}
.btnBox03 > *.about a {
  background: #f2f2f2;
}
.btnBox03 > *.about a::before {
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_division.svg) no-repeat 0 0/contain;
}
.btnBox03 > *.nyukai a {
  background: #00365E;
  color: #fff;
}
.btnBox03 > *.nyukai a::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  mask: url(../img/icon_info.svg) no-repeat 0 0/contain;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .btnBox03 {
    padding: 2rem;
    display: block;
  }
  .btnBox03 > * a {
    font-size: 2.2rem;
  }
  .categoryMenu + .btnBox03 > * a {
    font-size: 1.8rem;
  }
  .btnBox03 > *.about a::before {
    width: 2.2rem;
  }
  .btnBox03 > *.nyukai {
    margin-top: 1.5rem;
  }
  .btnBox03 > *.nyukai a::before {
    width: 2.6rem;
  }
}

/* btnBox */
.linkbtn {
  margin: 3rem 0;
}
.linkbtn li + li {
  margin-top: 1rem;
}
.linkbtn a {
  background: #00365E;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem 2rem;
  display: block;
  width: fit-content;
}
.linkbtn a + a {
  margin-top: 1.5rem;
}

/* pager */
ul.pager {
  display: flex;
  gap: 1rem;
  margin: 5rem 0;
}
ul.pager li a,
ul.pager li span {
  display: block;
  background: #fff;
  padding: 0.3em 0.5em;
  line-height: 1;
}
ul.pager li a.current,
ul.pager li span.current {
  background: #828282;
  color: #fff;
  pointer-events: none;
}

/* btnNyukai */
.btnNyukai {
  margin: 5rem 0;
}
.btnNyukai a {
  background: #00365E;
  display: grid;
  grid-template-columns: 1fr 1fr max-content 1fr 1fr;
  align-items: center;
  color: #fff;
  gap: 1.5rem;
  padding: 3rem 1rem;
  font-size: clamp(2rem, 1.9vw, 2.8rem);
}
.btnNyukai a:hover {
  background: #2A7EF3;
}
.btnNyukai a::before, .btnNyukai a::after {
  content: "";
  height: 1px;
  background: #fff;
}
.btnNyukai a::before {
  grid-column: 2/3;
}
.btnNyukai a::after {
  grid-column: 4/5;
}

.bnr_01 {
  margin: 3rem 0;
}

/* ------------------------------------
// article
------------------------------------ */
.info .entryBody {
  display: grid;
  grid-template-columns: 1fr max-content;
}
.info .entryBody .entry p + p {
  margin-top: 2rem;
}
.info .entryBody .pdfBox {
  padding-left: clamp(1.5rem, 2.1vw, 3rem);
}
.info .entryBody .pdfBox img {
  width: clamp(200px, 20vw, 370px);
}
.info .entryBody .pdfBox .btn {
  margin-top: 1rem;
  background: #00365E;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
}
.info .entryBody a:link {
  color: #2A7EF3;
  text-decoration: underline;
}
.info .entryBody a:visited {
  color: #2A7EF3;
  text-decoration: none;
}
.info .entryBody a:hover {
  color: #2A7EF3;
  text-decoration: none;
}
.info .entryBody a:active {
  color: #2A7EF3;
  text-decoration: none;
}
.info .entryBody a:hover img {
  opacity: 0.8;
}
.info .entryBody a:hover .btn {
  background: #2A7EF3;
}
@media screen and (max-width: 768px) {
  .info .entryBody {
    display: grid;
    grid-template-columns: 1fr;
  }
  .info .entryBody .pdfBox {
    width: clamp(200px, 20vw, 370px);
    width: 80%;
    padding-left: 0;
    margin: 2rem auto;
  }
  .info .entryBody .pdfBox img {
    width: 100%;
  }
}
.info .backLink {
  text-align: center;
  margin: 3rem 0;
}
.info .backLink a {
  background: #fff;
  padding: 0.5rem 2rem;
  display: inline-block;
}
.info .backLink a:hover {
  background: #00365E;
  color: #fff;
}

/* ------------------------------------
// footer
------------------------------------ */
/* ------------------------------------
// wp class
------------------------------------ */
.entryBody .entry div.alignright,
.entryBody .entry img.alignright,
.entryBody .entry a.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.entryBody .entry div.alignright.wp-caption,
.entryBody .entry img.alignright.wp-caption,
.entryBody .entry a.alignright.wp-caption {
  margin-right: -10px;
}
.entryBody .entry div.alignright.wp-caption .wp-caption-text,
.entryBody .entry img.alignright.wp-caption .wp-caption-text,
.entryBody .entry a.alignright.wp-caption .wp-caption-text {
  margin-right: 10px;
}
.entryBody .entry div.alignleft,
.entryBody .entry img.alignleft,
.entryBody .entry a.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.entryBody .entry div.aligncenter,
.entryBody .entry img.aligncenter,
.entryBody .entry a.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding: 1em 0 0;
}
.entryBody .entry .wp-caption .wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}
.entryBody .entry::after {
  content: "";
  clear: both;
  display: block;
}
.entryBody .entry h1,
.entryBody .entry h2,
.entryBody .entry h3,
.entryBody .entry h4,
.entryBody .entry h5,
.entryBody .entry h6 {
  font-weight: 700;
  margin: 2em 0 1em;
}
.entryBody .entry h1:first-child,
.entryBody .entry h2:first-child,
.entryBody .entry h3:first-child,
.entryBody .entry h4:first-child,
.entryBody .entry h5:first-child,
.entryBody .entry h6:first-child {
  margin-top: 0;
}
.entryBody .entry h1,
.entryBody .entry h2,
.entryBody .entry h3 {
  font-size: 2.2rem;
}
.entryBody .entry h4,
.entryBody .entry h5,
.entryBody .entry h6 {
  font-size: 2rem;
}
.entryBody .entry p:not(.wp-caption-text) {
  margin-bottom: 2em;
}
.entryBody .entry ul {
  margin-bottom: 2em;
}
.entryBody .entry ul li {
  padding-left: 1em;
  position: relative;
}
.entryBody .entry ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.entryBody .entry ol {
  margin-bottom: 2em;
  counter-reset: number;
}
.entryBody .entry ol li {
  padding-left: 1.5em;
  position: relative;
}
.entryBody .entry ol li::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}
.entryBody .entry table {
  width: 100% !important;
  margin-bottom: 2em;
  border-collapse: collapse;
}
.entryBody .entry table th,
.entryBody .entry table td {
  padding: 0.7em 1em;
  border: solid 1px #282828;
}
.entryBody .entry table th {
  background: #F3F3F3;
}
.entryBody .entry table td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .entryBody .entry .aligncenter,
  .entryBody .entry .alignright,
  .entryBody .entry .alignleft {
    margin: 0 !important;
    float: none !important;
    padding: 0 0 2em 0 !important;
    width: 100%;
  }
  .entryBody .entry .aligncenter img,
  .entryBody .entry .alignright img,
  .entryBody .entry .alignleft img {
    width: 100% !important;
  }
  .entryBody .entry .wp-caption {
    width: auto !important;
    margin: 0 !important;
  }
  .entryBody .entry .wp-caption .wp-caption-text {
    font-size: 1.4rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* ------------------------------------
// text
------------------------------------ */
.text-bold {
  font-weight: 700;
}

.text-underline {
  text-decoration: underline;
}