@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

menu, ol, ul {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
  line-height: 1.8;
}

body {
  margin: 0;
  text-align: left;
  background-color: #EFEFEF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  --wp--preset--spacing--20: 20px;
  --wp--preset--spacing--30: 30px;
  --wp--preset--spacing--40: 40px;
  --wp--preset--spacing--50: 50px;
  --wp--preset--spacing--60: 60px;
  --wp--preset--spacing--70: 70px;
  --wp--preset--spacing--80: 80px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0075C1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: none;
  }
}
.l-header__inner {
  width: 200px;
  height: 100vh;
  background: transparent linear-gradient(177deg, #4E758E 0%, #0A3855 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3019607843);
  overflow: auto;
}
.l-header__logo {
  padding-top: 2.95rem;
  padding-bottom: 2.9375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l-header__logo a {
  height: 100%;
}
.l-header__logo a img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.l-header__cont {
  display: flex;
  gap: clamp(0.6857142857rem, 0rem + 1.4285714286vw, 1.25rem);
  align-items: center;
}
.l-header__nav {
  min-height: calc(100vh - 2.95rem - 40.2px - 2.9375rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__item {
  width: 100%;
}
.l-header__item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  min-height: 8.75rem;
  gap: 1.125rem;
}
.l-header__item > a:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.l-header__item > a.is-active {
  background-color: rgba(0, 0, 0, 0.15);
}
.l-header__item--study > a:before {
  width: 42px;
  height: 37px;
  background-image: url(../img/common/header-study.svg);
}
.l-header__item--data > a:before {
  width: 42px;
  height: 34px;
  background-image: url(../img/common/header-data.svg);
}
.l-header__item--support > a:before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/header-guide.svg);
}
.l-header__list--bottom .l-header__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.l-header__list--bottom .l-header__item a {
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: auto;
  text-align: left;
  font: normal normal normal 14px/20px Noto Sans JP;
  color: #FFFFFF;
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.l-header__list--bottom .l-header__item--chat a:before {
  width: 25px;
  height: 22px;
  background-image: url(../img/common/header-chat.svg);
}
.l-header__list--bottom .l-header__item--contact a:before {
  width: 25px;
  height: 22px;
  background-image: url(../img/common/header-contact.svg);
}
.l-header__list--bottom .l-header__item--ulvac a:before {
  width: 25px;
  height: 22px;
  background-image: url(../img/common/header-ulvac.svg);
  background-size: contain;
}
.l-header__cta {
  width: 9.375rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #FFF;
}
.l-header__cta span {
  color: #fff;
  font-weight: bold;
  font-size: 1.0625rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.l-header__sub-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  z-index: -99;
  display: flex;
  transition: 0.3s;
}
.l-header__sub-nav.l-header__sub-nav--study {
  padding-top: 80px;
}
.l-header__sub-nav.l-header__sub-nav--data {
  padding-top: 220px;
}
.l-header__sub-nav.l-header__sub-nav--support {
  padding-top: 360px;
}
.l-header__sub-nav.is-open {
  left: 200px;
}
.l-header__sub-nav > div {
  width: 100%;
}
.l-header__sub-nav ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  width: 100%;
}
.l-header__sub-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.l-header__sub-nav ul li a,
.l-header__sub-nav ul li .menu-item--disabled {
  display: block;
  padding: 1.40625rem 25px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 22px;
  letter-spacing: 0.39px;
}
.l-header__fixNav {
  display: flex;
  gap: 0.625rem;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0.875rem;
  transition: 0.3s;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header__fixNav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__fixNav.is-scrolled {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3019607843);
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
.l-header__fixNavItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.l-header__fixNavItem--logo {
  width: 5.375rem;
  margin-right: auto;
}
.l-header__fixNavItem--logo a {
  display: none;
  transition: 0.3s;
}
.l-header__fixNavItem--logo a img {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__fixNavItem--logo a {
    display: block;
  }
}
.l-header__fixNavItem--logo a .l-header__fixNavItemLogo--white {
  display: block;
}
.is-scrolled .l-header__fixNavItem--logo a .l-header__fixNavItemLogo--white {
  display: none;
}
.is-scrolled .l-header__fixNavItem--logo a .l-header__fixNavItemLogo--color {
  display: block;
}
@media screen and (max-width: 767px) {
  #home .l-header__fixNavItem--logo a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #home .is-scrolled .l-header__fixNavItem--logo a {
    display: block;
  }
  #home .is-scrolled .l-header__fixNavItem--logo a .l-header__fixNavItemLogo--color {
    display: block;
  }
}
.l-header__fixNavItem--search {
  position: relative;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1019607843);
}
.l-header__fixNavItem--search:focus, .l-header__fixNavItem--search:focus-within {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .l-header__fixNavItem--search {
    display: none;
  }
}
.l-header__fixNavItem--search input {
  position: absolute;
}
.l-header__fixNavItem--search input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 20px;
  top: 0;
  left: 0;
}
.l-header__fixNavItem--search input[type=text]:is(:-webkit-autofill, :autofill) {
  border-radius: 20px;
}
.l-header__fixNavItem--search input[type=submit] {
  width: 20px;
  height: 20px;
  padding: 3px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header__fixNavItemIcon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .is-scrolled .l-header__fixNavItemIcon {
    background-color: transparent;
    box-shadow: none;
  }
}
.l-header__fixNavItem--lang .l-header__fixNavItemIcon {
  background-image: url(../img/common/icon-lang.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header__fixNavItem--lang:hover .l-header__fixNavItemIcon {
  background-image: url(../img/common/icon-lang-on.svg);
  background-color: #0075C1;
  opacity: 1;
}
.l-header__fixNavItem--contact .l-header__fixNavItemIcon {
  background-image: url(../img/common/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header__fixNavItem--contact:hover .l-header__fixNavItemIcon {
  background-image: url(../img/common/icon-mail-on.svg);
  background-color: #0075C1;
  opacity: 1;
}
.l-header__fixNavItem--account .l-header__fixNavItemIcon {
  background-image: url(../img/common/icon-avatar.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header__fixNavItem--account:hover .l-header__fixNavItemIcon {
  background-image: url(../img/common/icon-avatar-on.svg);
  background-color: #0075C1;
  opacity: 1;
}
.l-header__fixNavItemBalloon {
  display: none;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: max-content;
  min-width: 140px;
  transform: translate(50%, 100%);
}
.l-header__fixNavItemBalloon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 5px solid #0075c1;
  border-top: 0;
  margin: auto;
}
.l-header__fixNavItemBalloon ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 9px 16px 11px;
  background: #0075C1;
  border-radius: 5px;
}
.l-header__fixNavItemBalloon a {
  display: block;
  font: normal normal normal 13px/19px Noto Sans JP;
  letter-spacing: 0.39px;
  color: #FFFFFF;
}
.l-header__fixNavItemBalloon .wpml-ls-legacy-list-vertical {
  display: block;
  border: 0;
}
.l-header__fixNavItemBalloon .wpml-ls-legacy-list-vertical > ul {
  width: 100%;
  padding: 9px 16px 11px;
}
.l-header__fixNavItemBalloon .wpml-ls-legacy-list-vertical a {
  border: 0;
  padding: 0;
}
.l-header__fixNavItemBalloon .wpml-ls-legacy-list-vertical a span {
  display: block;
  font: normal normal normal 13px/19px Noto Sans JP;
}
.l-header__fixNavItem--account .l-header__fixNavItemBalloon {
  right: 0;
  transform: translate(0, 100%);
}
.l-header__fixNavItem--account .l-header__fixNavItemBalloon:before {
  margin-right: 17px;
}
.l-header-spMenuPanel {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(177deg, #4E758E 0%, #0A3855 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3019607843);
  overflow: auto;
  padding-bottom: 100px;
  display: none;
}
.l-header-spMenuPanel.is-opened {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header-spMenuPanel {
    display: none;
  }
  .l-header-spMenuPanel.is-opened {
    display: none;
  }
}
.l-header-spMenuPanel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px;
  width: 100%;
}
.l-header-spMenuPanel__logo {
  width: 86px;
}
.l-header-spMenuPanel__list {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.l-header-spMenuPanel__listItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header-spMenuPanel__listItem:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header-spMenuPanel__listItemTitle {
  width: 72px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font: normal normal normal 12px/17px Noto Sans JP;
  color: #D8E7F0;
  opacity: 0.6;
  text-align: center;
}
.l-header-spMenuPanel__listItemTitle:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.l-header-spMenuPanel__listItemTitle--study:before {
  width: 42px;
  height: 37px;
  background-image: url(../img/common/header-study.svg);
}
.l-header-spMenuPanel__listItemTitle--data:before {
  width: 42px;
  height: 34px;
  background-image: url(../img/common/header-data.svg);
}
.l-header-spMenuPanel__listItemTitle--support:before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/header-guide.svg);
}
.l-header-spMenuPanel__listItemTitle--account:before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/header-account.svg);
}
.l-header-spMenuPanel__listItemMenu {
  flex: 1;
}
.l-header-spMenuPanel__listItemMenu a {
  font: normal normal normal 14px/20px Noto Sans JP;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.l-header-spMenuPanel__search {
  position: relative;
  width: calc(100% - 40px);
  height: 40px;
  margin: 44px auto 40px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2039215686);
  border-radius: 20px;
}
.l-header-spMenuPanel__search input {
  position: absolute;
}
.l-header-spMenuPanel__search input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 20px;
  top: 0;
  left: 0;
}
.l-header-spMenuPanel__search input[type=text]:is(:-webkit-autofill, :autofill) {
  border-radius: 20px;
}
.l-header-spMenuPanel__search input[type=submit] {
  width: 20px;
  height: 20px;
  padding: 3px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(../img/common/icon-search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.l-header-spMenuPanel__fixNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3019607843);
  opacity: 1;
  backdrop-filter: blur(14px) brightness(0.9);
  -webkit-backdrop-filter: blur(14px) brightness(0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header-spMenuPanel__fixNavItem {
  width: 50%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.l-header-spMenuPanel__fixNavItem:last-child {
  border-right: 0;
}
.l-header-spMenuPanel__fixNavItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal normal 14px/20px Noto Sans JP;
  color: #FFFFFF;
  height: 100%;
  gap: 6px;
  flex-direction: column;
  font-size: 12px;
}
.l-header-spMenuPanel__fixNavItem a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.l-header-spMenuPanel__fixNavItem a.link--disabled-all {
  color: #FFFFFF;
}
.l-header-spMenuPanel__fixNavItem--chat a:before {
  background-image: url(../img/common/header-chat.svg);
}
.l-header-spMenuPanel__fixNavItem--contact a:before {
  background-image: url(../img/common/header-contact.svg);
}
.l-header-spMenuPanel__fixNavItem--ulvac a:before {
  background-image: url(../img/common/header-ulvac.svg);
  background-size: contain;
}
.l-header-spMenuPanel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal normal 14px/20px Noto Sans JP;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #0075c1;
}
.menu-button__line, .menu-button::before, .menu-button::after {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-button.is-opened {
  background-color: transparent;
}
.menu-button.is-opened .menu-button__line {
  opacity: 0;
}
.menu-button.is-opened:before {
  transform: translateY(4px) rotate(45deg);
}
.menu-button.is-opened:after {
  transform: translateY(-4px) rotate(-45deg);
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  margin-left: 200px;
  background: #E3E3E3;
  font: normal normal normal 11px/15px Helvetica;
  letter-spacing: 0.66px;
  color: #333333;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-left: 0;
  }
}
.l-footer .breadcrumbs {
  padding: 8px 50px 8px;
}
@media screen and (max-width: 767px) {
  .l-footer .breadcrumbs {
    padding: 8px 22px;
  }
}
.l-footer .breadcrumbs > span {
  margin-left: 12px;
  margin-right: 12px;
}
.l-footer .breadcrumbs > span:first-child {
  margin-left: 0;
}
.l-footer .breadcrumbs > span:last-child {
  margin-right: 0;
}
.l-footer .breadcrumbs > span a {
  color: #333333;
}
.l-footer__copyright {
  text-align: left;
  font: normal normal normal 11px/12px Helvetica;
  letter-spacing: 0.66px;
  color: rgba(255, 255, 255, 0.5);
  padding: 9px 50px 10px;
  background: #08304A;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    font: normal normal normal 10px/11px Helvetica;
    letter-spacing: 0.6px;
    padding: 42px 0 52px;
  }
}
.l-footer-chat {
  position: fixed;
  bottom: -655px;
  right: 15px;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  transition: 0.6s;
}
.l-footer-chat.is-open {
  bottom: 0;
}
.l-footer-chat__button a {
  display: block;
  width: 260px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.0980392157);
  border-radius: 5px 5px 0 0;
  margin-left: auto;
  margin-right: 15px;
  text-align: center;
  line-height: 40px;
  font: normal normal normal 14px/40px Noto Sans JP;
  color: #333333;
}
.l-footer-chat__button a:before {
  content: "";
  display: inline-block;
  width: 24.828px;
  height: 22px;
  margin-right: 8.2px;
  background: url(../img/common/icon-chat.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: 0.3s;
}
.l-footer-chat__button a:hover {
  opacity: 1;
}
.l-footer-chat__button a:hover:before {
  transform: scale(1.2);
}
.l-footer-chat__content {
  background: #FFFFFF;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.0980392157);
  border-radius: 5px 5px 0 0;
  opacity: 1;
  width: 100%;
  height: 655px;
  padding: 25px 27px 30px;
}
.l-footer-chat__content #ulAiWidget {
  height: 600px;
}
.l-footer-chat__content iframe {
  display: block;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
  float: left;
  background-position: center;
}

.l-inner {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
    max-width: 400px;
  }
}

main {
  margin-left: 200px;
  padding: 3.125rem;
  min-height: calc(100vh - 180px - 66.8px);
}
@media screen and (max-width: 767px) {
  main {
    margin-left: 0;
    padding: 1.375rem 1.375rem 1.875rem;
    min-height: auto;
  }
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.section-white-bg {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  padding: 37px 50px 50px;
}
@media screen and (max-width: 767px) {
  .section-white-bg {
    padding: 32px 30px 37px;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  position: relative;
  background: transparent linear-gradient(180deg, #0075C1 0%, #0D5C90 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  min-width: 170px;
  height: 40px;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 2.8571428571;
  text-align: center;
  letter-spacing: 0.42px;
  transition: 0.3s;
  cursor: pointer;
  padding: 0 20px;
}
.btn:hover {
  opacity: 0.6;
}
.btn--small {
  width: 100px;
  height: 30px;
  line-height: 2.1428571429;
}
.btn--download {
  padding: 0 21px;
  justify-content: flex-start;
  min-width: 170px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .btn--download {
    padding: 0;
    justify-content: center;
  }
}
.btn--download:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-download.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .btn--download:before {
    width: 13px;
    height: 13px;
    background-size: contain;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .btn--sp-small {
    justify-content: center;
    gap: 14px;
    width: 120px;
    height: 30px;
    font-size: 0.75rem;
    line-height: 2.5;
    letter-spacing: 0.36px;
    color: #D2E3EF;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn--sp-small:before {
    width: 13px;
    height: 13px;
    background-size: contain;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .btn--sp-large {
    width: 270px;
  }
  .btn--sp-align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-columns {
  gap: 30px;
}

.club_members_logged_in .club_members__link--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.link--disabled-all {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.logged-in #wpmem_login,
.logged-in #wpmem_msg,
.logged-in #wpmem_reg,
.logged-in .wpmem_msg {
  width: 100%;
  border: 0;
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #0075C1;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #111;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 48px;
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg form {
  margin-top: 100px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
.c-breadcrumb {
  width: 100%;
  margin: 28px 0;
  font-weight: bold;
}
.c-breadcrumb a {
  text-decoration: underline;
}

/*----------▲▲ breadcrumb ▲▲----------*/
.block-postList {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  padding: 40px 40px 50px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .block-postList {
    padding: 34px 0 10px;
  }
}
.block-postList__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .block-postList__header {
    padding: 0 30px;
  }
}
.block-postList__title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.block-postList__title--en {
  font: normal normal bold 20px/154px Arial;
  line-height: 22px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .block-postList__title--en {
    font: normal normal bold 16px/17px Arial;
  }
}
@media screen and (max-width: 1300px) {
  .block-postList__title--en .u-spOnly {
    display: inherit !important;
  }
}
.block-postList__title--ja {
  font: normal normal normal 14px/42px Noto Sans JP;
  line-height: 20px;
  letter-spacing: 0.42px;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-postList__title--ja {
    font: normal normal normal 12px/17px Noto Sans JP;
    letter-spacing: 0.36px;
  }
}
.block-postList__more a {
  text-align: right;
  font: normal normal normal 14px/42px Noto Sans JP;
  line-height: 20px;
  letter-spacing: 0.42px;
  color: #0075C1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-postList__more a {
    font: normal normal normal 14px/20px Noto Sans JP;
  }
}
.block-postList__content {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .block-postList__content {
    margin-top: 20px;
  }
}
.block-postList__list {
  padding: 0;
}
.block-postList__list-item {
  display: flex;
  padding: 10px 5px;
  border-bottom: 1px dashed #CCCCCC;
}
@media screen and (max-width: 767px) {
  .block-postList__list-item {
    flex-direction: column;
    padding: 20px 30px;
    gap: 2px;
  }
  .block-postList__list-item:last-child {
    border-bottom: none;
  }
}
.block-postList__list-time {
  width: 105px;
  padding: 18px 0;
  font: normal normal normal 15px/21px Arial;
  letter-spacing: 0.45px;
  color: #888888;
}
@media screen and (max-width: 767px) {
  .block-postList__list-time {
    width: 100%;
    padding: 0;
    font: normal normal normal 10px/11px Arial;
    letter-spacing: 0.3px;
  }
}
.block-postList__list-text {
  width: calc(100% - 105px);
}
@media screen and (max-width: 767px) {
  .block-postList__list-text {
    width: 100%;
  }
}
.block-postList__list-text a {
  display: block;
  padding: 18px 0;
  font: normal normal normal 15px/21px Noto Sans JP;
  letter-spacing: 0.45px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .block-postList__list-text a {
    padding: 0;
    font: normal normal normal 13px/19px Noto Sans JP;
    letter-spacing: 0.39px;
  }
}

.block-frontPageComparison {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .block-frontPageComparison {
    flex-direction: column;
  }
}
.block-frontPageComparison__item {
  width: 100%;
  background: transparent linear-gradient(180deg, #2171A5 0%, #003B61 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 60px 50px 40px;
  font: normal normal normal 14px/22px Noto Sans JP;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.block-frontPageComparison__title--en {
  font: normal normal bold 20px/22px Arial;
  text-align: center;
  margin-bottom: 22px;
}
.block-frontPageComparison__title--ja {
  font: normal normal normal 14px/20px Noto Sans JP;
  color: #D2E3EF;
  text-align: center;
  margin-bottom: 67px;
}
.block-frontPageComparison__image {
  margin-bottom: 22px;
}
.block-frontPageComparison__image img {
  display: block;
  margin: 0 auto;
}
.block-frontPageComparison__text a {
  display: block;
  color: #FFF;
  margin-bottom: 1.25rem;
}
.block-frontPageComparison__text a:last-child {
  margin-bottom: 0;
}
.block-frontPageComparison__text > br {
  display: none;
}

.block-postListCard {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  padding: 40px 40px 50px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .block-postListCard {
    padding: 34px 0 0;
  }
}
.block-postListCard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .block-postListCard__header {
    padding: 0 18px;
  }
}
.block-postListCard__title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.block-postListCard__title--en {
  font: normal normal bold 20px/154px Arial;
  line-height: 22px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .block-postListCard__title--en {
    font: normal normal bold 16px/17px Arial;
  }
}
.block-postListCard__title--ja {
  font: normal normal normal 14px/42px Noto Sans JP;
  line-height: 20px;
  letter-spacing: 0.42px;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-postListCard__title--ja {
    font: normal normal normal 12px/17px Noto Sans JP;
    letter-spacing: 0.36px;
  }
}
.block-postListCard__more a {
  text-align: right;
  font: normal normal normal 14px/42px Noto Sans JP;
  line-height: 20px;
  letter-spacing: 0.42px;
  color: #0075C1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .block-postListCard__more a {
    font: normal normal normal 14px/20px Noto Sans JP;
  }
}
.block-postListCard__content {
  margin-top: 25px;
}
.block-postListCard__list {
  display: flex;
  gap: 66px;
}
@media screen and (max-width: 767px) {
  .block-postListCard__list {
    flex-direction: column;
    gap: 50px;
  }
}
.block-postListCard-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .block-postListCard-item {
    width: 100%;
    padding: 0 18px 60px;
    border-bottom: 1px dashed #CCCCCC;
  }
  .block-postListCard-item:last-child {
    border-bottom: none;
  }
}
.block-postListCard-item__time {
  text-align: right;
  font: normal normal normal 13px/15px Arial;
  letter-spacing: 0.39px;
  color: #888888;
  margin-bottom: 6px;
}
.block-postListCard-item__image {
  margin-bottom: 19px;
}
.block-postListCard-item__image img {
  width: 100%;
  height: auto;
}
.block-postListCard-item:first-child .block-postListCard-item__image {
  position: relative;
}
.block-postListCard-item:first-child .block-postListCard-item__image:before {
  content: "NEW";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /* UI Properties */
  background: #EF2572;
  text-align: center;
  font: normal normal bold 13px/45px Arial;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .block-postListCard-item:first-child .block-postListCard-item__image:before {
    width: 30px;
    height: 30px;
    font: normal normal bold 10px/30px Arial;
  }
}
.block-postListCard-item__title {
  font: normal normal normal 16px/24px Noto Sans JP;
  letter-spacing: 0.48px;
  color: #000000;
  margin-bottom: 14px;
}
.block-postListCard-item__text {
  font: normal normal normal 14px/24px Noto Sans JP;
  letter-spacing: 0.42px;
  color: #000000;
}
.block-postListCard-item__text a {
  display: block;
  padding: 18px 0;
  font: normal normal normal 15px/21px Noto Sans JP;
  letter-spacing: 0.45px;
  color: #000000;
}
.block-postListCard-item__more {
  text-align: right;
  margin-top: 10px;
}
.block-postListCard-item__more a {
  font: normal normal normal 13px/19px Noto Sans JP;
  letter-spacing: 0.39px;
  color: #0075C1;
}

.block-embed {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .block-embed {
    padding: 0;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-embed__header {
    padding: 20px 30px;
  }
}
.is-style-subtitle-top .block-embed__header {
  display: flex;
  flex-direction: column-reverse;
}
.block-embed__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
  color: #000000;
}
.block-embed__sub-title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
}
.block-embed__content iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.block-image-text-layout {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .block-image-text-layout {
    gap: 30px;
  }
}
.block-image-text-layout__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .block-image-text-layout__title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
}
.block-image-text-layout__content {
  display: flex;
  gap: 47px;
}
@media screen and (max-width: 767px) {
  .block-image-text-layout__content {
    flex-direction: column;
    gap: 23px;
  }
}
.block-image-text-layout__image {
  width: 35.3%;
  max-width: 353px;
}
@media screen and (max-width: 767px) {
  .block-image-text-layout__image {
    width: 100%;
    max-width: 100%;
  }
}
.block-image-text-layout__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
}
.block-image-text-layout__textArea {
  flex: 1;
}
.block-image-text-layout__subTitle {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .block-image-text-layout__subTitle {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: 0.54px;
    margin-bottom: 1.5rem;
  }
}
.block-image-text-layout__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.42px;
  color: #000000;
}
.block-image-text-layout__button {
  margin-top: 1.25rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .block-image-text-layout__button {
    margin-top: 1.875rem;
  }
  .block-image-text-layout__button a {
    width: 100%;
  }
}

.block-application-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-application-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .block-application-table__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.block-application-table__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
}
.block-application-table__search {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .block-application-table__search {
    flex-wrap: wrap;
  }
}
.block-application-table__search label {
  display: none;
}
.block-application-table__search select,
.block-application-table__search input {
  background: rgba(255, 255, 255, 0.3960784314);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  font: normal normal normal 14px/20px Noto Sans JP;
  text-align: left;
  padding: 5px 12px;
}
.block-application-table__search select {
  padding-right: 30px;
  max-width: 100%;
  white-space: nowrap;
}
.block-application-table__search .select_wrapper {
  position: relative;
}
.block-application-table__search .select_wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888888;
  pointer-events: none;
}
.block-application-table__search .select_wrapper--material {
  max-width: 150px;
}
.block-application-table__search .select_wrapper--keyword {
  max-width: 150px;
}
.block-application-table__search .input--freeWord {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .block-application-table__search span {
    display: block;
    width: 100%;
  }
  .block-application-table__search .select_wrapper {
    width: calc(50% - 5px);
    max-width: 100%;
  }
  .block-application-table__search .select_wrapper select {
    width: 100%;
  }
  .block-application-table__search .input--freeWord {
    width: calc(100% - 10px - 100px);
    max-width: 100%;
  }
}
.block-application-table__content {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 767px) {
  .block-application-table__content {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.block-application-table__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .block-application-table__table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .block-application-table__table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding: 1.5625rem 1.375rem 1.875rem;
  }
  .block-application-table__table tr:first-child {
    display: none;
  }
  .block-application-table__table tr:last-child {
    border-bottom: 0;
  }
}
.block-application-table__table th,
.block-application-table__table td {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .block-application-table__table th,
  .block-application-table__table td {
    padding: 0;
  }
}
.block-application-table__table th {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.39px;
  text-align: center;
  color: #888888;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
}
.block-application-table__table th:first-child {
  width: 180px;
}
.block-application-table__table th:last-child {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .block-application-table__table th {
    display: none;
  }
}
.block-application-table__table td {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .block-application-table__table td {
    border-bottom: 0;
  }
}
.block-application-table__table td:nth-child(3) {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .block-application-table__table td:last-child {
    width: 100%;
    text-align: center;
    margin-top: 1.0625rem;
  }
}
.block-application-table__table tr:last-child td {
  border-bottom: 0;
}

.block-application-note {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .block-application-note {
    gap: 30px;
  }
}
.block-application-note__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .block-application-note__title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
}
.block-application-note__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.42px;
  color: #000000;
  margin-bottom: 2.5rem;
}
.block-application-note__list-header {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.45px;
  color: #000000;
  padding-bottom: 0.75rem;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px dashed #CCCCCC;
  font-weight: bold;
}
.block-application-note__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.block-application-note__list--large {
  gap: 12px;
}
.block-application-note__list--large a {
  width: 242px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block-application-note__list--large a {
    width: 100%;
  }
}
.block-application-note__list--small {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .block-application-note__list--small {
    gap: 12px;
  }
  .block-application-note__list--small a {
    width: calc((100% - 12px) / 2);
  }
}

.block-in-page-link__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 18px 32px;
}
.block-in-page-link__list a {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.42px;
  position: relative;
  padding-right: 20px;
}
.block-in-page-link__list a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url(../img/common/icon-arrow-down.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.block-list-link {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
}
.block-list-link__header {
  border-bottom: 1px solid #EBEBEB;
}
.block-list-link__title {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
  padding: 2.3125rem 2.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-list-link__title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.48px;
    padding: 2.3125rem 1.875rem;
  }
}
.block-list-link__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}
.block-list-link__list li {
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}
.block-list-link__list li:last-child {
  border-bottom: none;
}
.block-list-link__list a {
  display: flex;
  gap: 22px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.48px;
  color: #0075C1;
  position: relative;
  padding: 1.25rem 4.375rem 1.25rem 2.5rem;
  box-sizing: border-box;
  min-height: 100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .block-list-link__list a {
    gap: 15px;
    line-height: 1.5;
    padding: 1.25rem 3.125rem 1.25rem 1.875rem;
  }
}
.block-list-link__list a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .block-list-link__list a:after {
    width: 18px;
    height: 14px;
    right: 1.25rem;
    background-size: contain;
  }
}
.block-list-link__list-text {
  flex: 1;
}

.block-database-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block-database-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-database-table__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
}
.block-database-table__content {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 767px) {
  .block-database-table__content {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.block-database-table__table {
  width: 100%;
  border-collapse: collapse;
}
.block-database-table__table th,
.block-database-table__table td {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .block-database-table__table th,
  .block-database-table__table td {
    padding: 20px 10px;
  }
  .block-database-table__table th:first-child,
  .block-database-table__table td:first-child {
    padding-left: 20px;
  }
  .block-database-table__table th:last-child,
  .block-database-table__table td:last-child {
    padding-right: 20px;
  }
}
.block-database-table__table th {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.39px;
  text-align: center;
  vertical-align: middle;
  color: #888888;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
}
.block-database-table__table th:first-child {
  width: 270px;
}
.block-database-table__table th:last-child {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .block-database-table__table th:nth-child(1) {
    width: calc((100% - 90px) / 2);
  }
  .block-database-table__table th:nth-child(2) {
    width: calc((100% - 90px) / 2);
  }
  .block-database-table__table th:nth-child(3) {
    width: 90px;
  }
}
.block-database-table__table td {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
}
.block-database-table__table td a {
  display: block;
  position: relative;
  padding-left: 25px;
}
.block-database-table__table td a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon-download-blue.svg) no-repeat center center;
  background-size: contain;
}
.block-database-table__table tr:last-child td {
  border-bottom: 0;
}

.block-database-table--haxpes .block-database-table__table th:first-child {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .block-database-table--haxpes .block-database-table__table th:first-child {
    width: 90px;
  }
}
.block-database-table--haxpes .block-database-table__table th:last-child {
  width: auto;
}
.block-database-table--haxpes .block-database-table__table td a {
  display: inline-block;
}

.block-catalog-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-catalog-table__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
}
.block-catalog-table__content {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 767px) {
  .block-catalog-table__content {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.block-catalog-table__table {
  width: 100%;
  border-collapse: collapse;
}
.block-catalog-table__table tr {
  position: relative;
}
.block-catalog-table__table th,
.block-catalog-table__table td {
  padding: 20px 20px;
}
.block-catalog-table__table th {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.39px;
  text-align: center;
  color: #888888;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
}
.block-catalog-table__table td {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
  height: 80px;
}
.block-catalog-table__table td:last-child {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .block-catalog-table__table td:last-child {
    width: 140px;
    padding-left: 0;
  }
}
.block-catalog-table__table tr:last-child td {
  border-bottom: 0;
}
.block-catalog-table__file-title {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000000;
}
.block-catalog-table__file-title span {
  display: inline-block;
}
.block-catalog-table__file-text {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #000000;
  margin-top: 0.625rem;
}
.block-catalog-table__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-catalog-table__link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .block-catalog-table__link:after {
    width: 18px;
    height: 14px;
    right: 1.25rem;
    background-size: contain;
  }
}

.block-dl-table {
  background: #F7F7F7;
  padding: 10px 20px;
}
.block-dl-table dl {
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .block-dl-table dl {
    flex-direction: column;
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.block-dl-table dl:last-of-type {
  border-bottom: none;
}
.block-dl-table dt,
.block-dl-table dd {
  padding: 15px 0;
}
.block-dl-table dt {
  font-weight: normal;
  width: 205px;
}
@media screen and (max-width: 767px) {
  .block-dl-table dt {
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
}
.block-dl-table dd {
  width: calc(100% - 285px);
}
@media screen and (max-width: 767px) {
  .block-dl-table dd {
    width: 100%;
    padding: 0;
  }
}

.block-frame__content {
  padding: 2.5rem 1.875rem;
}

.block-button.--left {
  text-align: left;
}
.block-button.--center {
  text-align: center;
}
.block-button.--right {
  text-align: right;
}

.block-list-link-card {
  width: 100%;
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  height: 100%;
}
.block-list-link-card__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 1.875rem 2.1875rem;
  border-bottom: 1px solid #EBEBEB;
}
.block-list-link-card__icon img {
  display: block;
}
.block-list-link-card__title {
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0;
}
.block-list-link-card__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 4.625rem;
}
.block-list-link-card__list li {
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}
.block-list-link-card__list a {
  width: 100%;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.48px;
  color: #0075C1;
  position: relative;
  display: block;
  padding: 1rem 3.75rem 1rem 1.875rem;
  box-sizing: border-box;
}
.block-list-link-card__list a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
}
.block-list-link-card__list-text {
  padding: 0.3125rem 1.875rem 0.9375rem;
}

main .wp-block-lazyblock-post-list,
main .wp-block-lazyblock-list-link-card {
  height: 100%;
}

/*----------▼▼ home ▼▼----------*/
.eyecatch {
  display: inline-flex;
  align-items: center;
  background-image: url(../img/common/eyecatch.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(100% - 200px);
  height: 180px;
  margin-left: 200px;
}
@media screen and (max-width: 767px) {
  .eyecatch {
    margin-left: 0;
    width: 100%;
    background-image: url(../img/common/eyecatch-sp.png);
    height: 230px;
  }
}
.eyecatch__title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  line-height: 2.625rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.1019607843);
  margin-left: 4.6875rem;
  margin-right: 1.875rem;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .eyecatch__title {
    margin-left: 1.1875rem;
    margin-right: 1.1875rem;
  }
}
.eyecatch__title h1 {
  line-height: 2.1875rem;
}
.eyecatch__title--en {
  font-size: 0.9375rem;
  font-family: Arial, sans-serif;
  letter-spacing: 0.075rem;
  line-height: 1.0625rem;
}
.home .eyecatch {
  background-image: url(../img/home/eyecatch.png);
  height: 320px;
}
@media screen and (max-width: 767px) {
  .home .eyecatch {
    background-image: url(../img/home/eyecatch-sp.png);
    height: 270px;
  }
}
.home .eyecatch__title {
  margin-left: 11.25rem;
}
@media screen and (max-width: 767px) {
  .home .eyecatch__title {
    margin-left: 2.125rem;
    width: 8.75rem;
  }
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ page-404 ▼▼----------*/
/*----------▲▲ page_404 ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
.post-archive__list {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
}
.post-archive-list-item {
  display: flex;
  padding: 33px 37px 29px;
  border-bottom: 1px solid #EBEBEB;
  gap: 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item {
    padding: 20px 35px 20px 20px;
    gap: 20px;
  }
}
.post-archive-list-item:last-child {
  border-bottom: none;
}
.post-archive-list-item:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item:after {
    width: 12px;
    height: 10px;
    right: 0.875rem;
    background-size: contain;
  }
}
.post-archive-list-item__thumbnail {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item__thumbnail {
    width: 80px;
  }
}
.post-archive-list-item__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
}
.post-archive-list-item__content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item__content {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .post-archive-list-item__meta {
    line-height: 1.5;
  }
}
.post-archive-list-item__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  color: #888888;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item__date {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0.36px;
    margin-right: 8px;
  }
}
.post-archive-list-item__cat {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: center;
  background: #0075C1;
  border-radius: 3px;
  min-width: 105px;
  margin-right: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item__cat {
    line-height: 1.3333333333;
    margin-right: 4px;
    min-width: 80px;
  }
}
.post-archive-list-item__title {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .post-archive-list-item__title {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
@media screen and (max-width: 767px) {
  .post-detail {
    padding: 20px 20px 30px;
  }
}
.post-detail__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 767px) {
  .post-detail__header {
    flex-direction: column;
    gap: 27px;
    margin-bottom: 0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .post-detail__meta {
    display: flex;
    justify-content: space-between;
  }
}
.post-detail__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  color: #888888;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .post-detail__date {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0.36px;
    margin-right: 8px;
  }
}
.post-detail__cats {
  display: inline-block;
  line-height: 1;
}
.post-detail__cat {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: center;
  background: #0075C1;
  border-radius: 3px;
  min-width: 105px;
  margin-right: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .post-detail__cat {
    line-height: 1.3333333333;
    margin-right: 4px;
    min-width: 80px;
  }
}
.post-detail__title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .post-detail__title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.post-detail__thumbnail {
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .post-detail__thumbnail {
    margin-bottom: 1.375rem;
  }
}
.post-detail__thumbnail img {
  display: block;
  width: auto;
  height: auto;
}
.post-detail__prev-link {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .post-detail__prev-link {
    margin-top: 1.875rem;
  }
}

.post-entry > *:first-child {
  margin-top: 0;
}
.post-entry p {
  font-size: 1rem;
  margin-top: 1.875rem;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .post-entry p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

/*----------▲▲ single ▲▲----------*/
/*----------▼▼ page ▼▼----------*/
#ulAiWidget {
  height: 550px;
}
#ulAiWidget iframe {
  height: 100%;
}

/*----------▲▲ page ▲▲----------*/
/*----------▼▼ search ▼▼----------*/
.search-result__title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
  color: #333333;
  padding: 13px 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .search-result__title {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
}
.search-result__search {
  position: relative;
  width: 250px;
  height: 40px;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .search-result__search {
    width: 100%;
    margin-bottom: 30px;
  }
}
.search-result__search input {
  position: absolute;
}
.search-result__search input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 20px;
  top: 0;
  left: 0;
}
.search-result__search input[type=text]:is(:-webkit-autofill, :autofill) {
  border-radius: 20px;
}
.search-result__search input[type=submit] {
  width: 20px;
  height: 20px;
  padding: 3px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(../img/common/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.search-result__list {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .search-result__list {
    gap: 29px;
  }
}
.search-result__list mark {
  background: rgba(76, 116, 141, 0.27);
}
.search-result-item {
  background: #F7F7F7;
  padding: 23px 15px;
}
@media screen and (max-width: 767px) {
  .search-result-item {
    padding: 19px 14px 31px;
  }
}
.search-result-item__title {
  margin-bottom: 17px;
}
.search-result-item__title a {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.32px;
  color: #335DAD;
}
.search-result-item__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.42px;
}
.search-result-item__link {
  text-decoration: underline;
}

/*----------▲▲ search ▲▲----------*/
/*----------▼▼ not_user_logged_in ▼▼----------*/
.not_user_logged_in {
  background-image: url(../img/not_user_logged_in/not_user_logged_in-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in {
    background-image: url(../img/not_user_logged_in/not_user_logged_in-bg-sp.png);
  }
}
@media screen and (max-width: 767px) {
  .not_user_logged_in .l-header__fixNav {
    justify-content: flex-end;
  }
}
.not_user_logged_in .wpmem_msg {
  margin: 1em auto;
}
.not_user_logged_in #wpmem_login,
.not_user_logged_in #wpmem_reg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 12px - 16px - 16px);
  padding: 44px 0 0;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_login,
  .not_user_logged_in #wpmem_reg {
    min-height: calc(100vh - 12px - 13px - 13px);
    padding: 38px 0 0;
  }
}
.not_user_logged_in #wpmem_login form,
.not_user_logged_in #wpmem_reg form {
  width: 372px;
  max-width: calc(100% - 44px);
  background: rgba(255, 255, 255, 0.6980392157);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid rgba(255, 255, 255, 0.4039215686);
  padding: 70px 56px 35px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_login form,
  .not_user_logged_in #wpmem_reg form {
    padding: 66px 36px 35px;
  }
}
.not_user_logged_in #wpmem_login fieldset,
.not_user_logged_in #wpmem_reg fieldset {
  margin: 0;
}
.not_user_logged_in #wpmem_login legend,
.not_user_logged_in #wpmem_login .div_text,
.not_user_logged_in #wpmem_login .button_div,
.not_user_logged_in #wpmem_reg legend,
.not_user_logged_in #wpmem_reg .div_text,
.not_user_logged_in #wpmem_reg .button_div {
  margin: 0;
  padding: 0;
}
.not_user_logged_in #wpmem_login legend,
.not_user_logged_in #wpmem_reg legend {
  text-align: center;
  margin-bottom: 70px;
}
.not_user_logged_in #wpmem_login .l-header__logo,
.not_user_logged_in #wpmem_reg .l-header__logo {
  height: auto;
  margin-bottom: 0;
  padding: 0;
}
.not_user_logged_in #wpmem_login .div_text,
.not_user_logged_in #wpmem_reg .div_text {
  position: relative;
  margin-bottom: 9px;
}
.not_user_logged_in #wpmem_login .div_text:after,
.not_user_logged_in #wpmem_reg .div_text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.not_user_logged_in #wpmem_login .register-field__field:nth-of-type(1) .div_text:after,
.not_user_logged_in #wpmem_reg .register-field__field:nth-of-type(1) .div_text:after {
  background-image: url(../img/common/icon-mail-gray.svg);
}
.not_user_logged_in #wpmem_login .register-field__field:nth-of-type(2) .div_text:after,
.not_user_logged_in #wpmem_reg .register-field__field:nth-of-type(2) .div_text:after {
  background-image: url(../img/common/icon-password.svg);
}
.not_user_logged_in #wpmem_login .button_div,
.not_user_logged_in #wpmem_reg .button_div {
  margin-top: 26px;
  margin-bottom: 76px;
  text-align: center;
}
.not_user_logged_in #wpmem_login input[type=password],
.not_user_logged_in #wpmem_login input[type=text],
.not_user_logged_in #wpmem_login input[type=email],
.not_user_logged_in #wpmem_reg input[type=password],
.not_user_logged_in #wpmem_reg input[type=text],
.not_user_logged_in #wpmem_reg input[type=email] {
  background: rgba(255, 255, 255, 0.3960784314);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  font: normal normal normal 14px/20px Noto Sans JP;
  text-align: left;
  padding: 14px 15px 14px 40px;
}
.not_user_logged_in #wpmem_login input[type=password]::placeholder,
.not_user_logged_in #wpmem_login input[type=text]::placeholder,
.not_user_logged_in #wpmem_login input[type=email]::placeholder,
.not_user_logged_in #wpmem_reg input[type=password]::placeholder,
.not_user_logged_in #wpmem_reg input[type=text]::placeholder,
.not_user_logged_in #wpmem_reg input[type=email]::placeholder {
  color: #BFBFBF;
}
.not_user_logged_in #wpmem_login input[type=checkbox],
.not_user_logged_in #wpmem_reg input[type=checkbox] {
  all: revert;
  border: 1px solid #8c8f94;
  border-radius: 4px;
  background: #fff;
  color: #50575e;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -0.25rem 0.25rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
.not_user_logged_in #wpmem_login input[type=checkbox]:checked:before,
.not_user_logged_in #wpmem_reg input[type=checkbox]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);
  margin: -0.1875rem 0 0 -0.25rem;
  height: 1.3125rem;
  width: 1.3125rem;
}
.not_user_logged_in #wpmem_login label[for=rememberme]:hover,
.not_user_logged_in #wpmem_reg label[for=rememberme]:hover {
  cursor: pointer;
}
.not_user_logged_in #wpmem_login input[type=submit],
.not_user_logged_in #wpmem_reg input[type=submit] {
  width: 258px;
  height: 40px;
  background: transparent linear-gradient(180deg, #0075C1 0%, #0D5C90 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  text-align: center;
  font: normal normal normal 14px/40px Noto Sans JP;
  letter-spacing: 0.42px;
  color: #D2E3EF;
  transition: 0.3s;
}
.not_user_logged_in #wpmem_login input[type=submit]:hover,
.not_user_logged_in #wpmem_reg input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_login input[type=submit]:hover,
  .not_user_logged_in #wpmem_reg input[type=submit]:hover {
    opacity: 1;
  }
}
.not_user_logged_in #wpmem_login .link-text,
.not_user_logged_in #wpmem_reg .link-text {
  text-align: center;
  font: normal normal normal 16px/24px Noto Sans JP;
  padding: 0;
  margin-top: 13px;
}
.not_user_logged_in #wpmem_reg .custom-register-header {
  position: relative;
  width: calc(100% - 120px);
  margin: 0 auto;
}
.not_user_logged_in #wpmem_reg .custom-register-header .l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .custom-register-header .l-header__logo {
    position: static;
    width: 110px;
    margin-bottom: 34px;
  }
}
.not_user_logged_in #wpmem_reg .custom-register-header h1 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .custom-register-header h1 {
    font-size: 21px;
    line-height: 30px;
  }
}
.not_user_logged_in #wpmem_reg legend {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg legend {
    margin-bottom: 60px;
  }
}
.not_user_logged_in #wpmem_reg form {
  width: 900px;
  padding: 60px 0;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg form {
    padding: 40px 0;
    width: 100%;
    border: 0;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles {
  display: flex;
  flex-wrap: wrap;
  gap: 7.6923076923%;
  width: calc(100% - 120px);
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles {
    gap: 6.5359477124%;
    width: calc(100% - 26px);
    margin: 0 auto 0.5rem;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__item {
  width: 46.1538461538%;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__item {
    width: 46.7320261438%;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button {
  position: relative;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.3960784314);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #888888;
  padding-left: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__button label {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__button label {
    font-size: 15px;
    line-height: 18px;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button label:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__button label:hover {
    opacity: 1;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  width: 25px;
  height: 19px;
  background: url(../img/not_user_logged_in/icon-register-check-gray.svg) no-repeat center center;
}
@media screen and (max-width: 900px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__button label:before {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button input[type=radio] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button input[type=radio]:checked + label {
  border: 3px solid #0075C1;
  color: #000000;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__button input[type=radio]:checked + label:before {
  left: 20px;
  background: url(../img/not_user_logged_in/icon-register-check.svg) no-repeat center center;
}
@media screen and (max-width: 900px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__button input[type=radio]:checked + label:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__info {
    text-align: center;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__infoItem {
  position: relative;
  display: inline-block;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__infoItem span {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  color: #0075C1;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__infoItem span {
    font-size: 12px;
    line-height: 19px;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__infoItemBalloon {
  display: none;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: max-content;
  min-width: 280px;
  transform: translate(50%, 100%);
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__infoItemBalloon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #FFFFFF;
  border-top: 0;
  margin: auto;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__infoItemBalloon-inner {
  padding: 13px 15px 19px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1607843137);
  font-size: 14px;
  line-height: 24px;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__infoSeparator {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__infoSeparator {
    display: none;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__note {
  padding: 0 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__note {
    padding: 0 13px 18px;
    margin-bottom: 0;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__note ul li {
  list-style: disc;
  padding-left: 1rem;
  margin-left: 1rem;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__note ul li {
    padding-left: 0.5rem;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__note ul li::marker {
  content: "※";
  font-weight: bold;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__caution {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__caution {
    padding: 0;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__caution-inner {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__caution-inner {
    padding: 18px 13px;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__caution p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__caution ul li {
  list-style: disc;
  padding-left: 1rem;
  margin-left: 1rem;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field-user_roles__caution ul li {
    padding-left: 0.5rem;
  }
}
.not_user_logged_in #wpmem_reg .register-field-user_roles__caution ul li::marker {
  content: "※";
}
.not_user_logged_in #wpmem_reg .register-field__field {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 26px 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field__field {
    flex-direction: column;
    gap: 7px;
    padding: 19px 13px;
  }
}
.not_user_logged_in #wpmem_reg .register-field__head {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  width: 214px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field__head {
    width: 100%;
  }
}
.not_user_logged_in #wpmem_reg .register-field__head .text {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field__head .text {
    width: 100%;
    padding-top: 0;
  }
}
.not_user_logged_in #wpmem_reg .register-field__head .req {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #DD1F1F;
  border-radius: 3px;
  width: 54px;
  height: 18px;
  text-align: center;
  content: "必須";
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}
.not_user_logged_in #wpmem_reg .register-field__input {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field__input {
    width: 100%;
  }
}
.not_user_logged_in #wpmem_reg .register-field__input .div_text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field__input .div_text {
    width: 100%;
  }
}
.not_user_logged_in #wpmem_reg .register-field__input .div_text:after {
  display: none;
}
.not_user_logged_in #wpmem_reg .register-field__input input {
  padding-left: 20px;
}
.not_user_logged_in #wpmem_reg .register-field__terms_of_service {
  background: rgba(255, 255, 255, 0.6980392157);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: calc(100% - 120px);
  margin: 40px auto 50px;
  padding: 30px;
  height: 270px;
  overflow-y: scroll;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-field__terms_of_service {
    margin: 25px auto 50px;
    width: calc(100% - 26px);
  }
}
.not_user_logged_in #wpmem_reg .register-field__terms_of_service h2 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.not_user_logged_in #wpmem_reg .register-field__terms_of_service p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.not_user_logged_in #wpmem_reg .register-field__terms_of_service ol {
  list-style: decimal;
  padding-left: 2rem;
}
.not_user_logged_in #wpmem_reg .register-field__terms_of_service ol::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
.not_user_logged_in #wpmem_reg .register-field__terms_of_service ol li {
  margin: 1rem 0;
}
.not_user_logged_in #wpmem_reg .button_div {
  margin: 26px auto 0;
  text-align: center;
}
.not_user_logged_in #wpmem_reg .register-form-login-link {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in #wpmem_reg .register-form-login-link {
    margin-top: 55px;
    padding: 0 13px;
  }
}
.not_user_logged_in .l-footer__copyright {
  text-align: right;
  font: normal normal normal 11px/12px Helvetica;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  background: transparent;
  padding: 16px 14px;
}
@media screen and (max-width: 767px) {
  .not_user_logged_in .l-footer__copyright {
    text-align: center;
    padding: 13px 0;
  }
}

/*----------▲▲ not_user_logged_in ▲▲----------*/
/*----------▼▼ profile ▼▼----------*/
.user-profile {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 42px;
}
.user-profile__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 54px;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 767px) {
  .user-profile__header {
    flex-direction: column;
    gap: 40px;
    padding: 35px 16px 45px;
  }
}
.user-profile__header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .user-profile__header-left {
    flex-direction: column;
    gap: 10px;
  }
}
.user-profile__header-icon {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .user-profile__header-icon {
    margin-right: 0;
  }
}
.user-profile__header-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .user-profile__header-userinfo {
    margin-bottom: 10px;
    text-align: center;
  }
}
.user-profile__header-userid {
  font-size: 13px;
  line-height: 1.2;
  color: #888888;
}
.user-profile__header-user-role {
  background-color: #FFFFFF;
  color: #D07F00;
  border: 1px solid #D07F00;
  padding: 0 12px;
  line-height: 1.5714285714;
  font-size: 14px;
}
.user-profile__header-user-role--club_member {
  border: 1px solid #CCCCCC;
  color: #333333;
}
.user-profile__header-user-role--device_members {
  border: 1px solid #D07F00;
  color: #D07F00;
}
.user-profile__field {
  width: 50%;
  display: flex;
  font-size: 14px;
  line-height: 1.2857142857;
  gap: 40px;
  align-items: center;
  position: relative;
  padding: 0 40px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .user-profile__field {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 22px;
    gap: 22px;
  }
}
.user-profile__field:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 57px;
  background-color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .user-profile__field:after {
    display: none;
  }
}
.user-profile__field:last-child:after {
  display: none;
}
.user-profile__field-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 767px) {
  .user-profile__field-row {
    flex-direction: column;
    padding: 0;
    border-bottom: 0;
  }
}
.user-profile__field label {
  width: 100px;
  margin-bottom: 0;
}
.user-profile__field-data {
  flex: 1;
  font-weight: bold;
}
.user-profile--edit .user-profile__header {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
}
.user-profile--edit {
  background: none;
  box-shadow: none;
  margin-bottom: 0;
}
.user-profile--edit #wpmem_reg {
  width: 100%;
}
.user-profile--edit #wpmem_reg fieldset {
  margin: 0;
}
.user-profile--edit #wpmem_reg legend {
  display: none;
}
.user-profile--edit .register-field__field {
  background: #F7F7F7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 26px 60px;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 767px) {
  .user-profile--edit .register-field__field {
    flex-direction: column;
    gap: 7px;
    padding: 19px 13px;
  }
}
.user-profile--edit #wpmem_reg .register-field__head {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  width: 214px;
}
@media screen and (max-width: 767px) {
  .user-profile--edit #wpmem_reg .register-field__head {
    width: 100%;
  }
}
.user-profile--edit #wpmem_reg .register-field__head .text {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .user-profile--edit #wpmem_reg .register-field__head .text {
    width: 100%;
    padding-top: 0;
  }
}
.user-profile--edit #wpmem_reg .register-field__head .req {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0;
  background: #DD1F1F;
  border-radius: 3px;
  width: 54px;
  height: 18px;
  text-align: center;
}
.user-profile--edit #wpmem_reg .register-field__head .req:before {
  content: "必須";
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}
.user-profile--edit #wpmem_reg .div_text {
  margin: 0;
}
.user-profile--edit #wpmem_reg .register-field__input {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .user-profile--edit #wpmem_reg .register-field__input {
    width: 100%;
  }
}
.user-profile--edit #wpmem_reg .register-field__input .div_text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .user-profile--edit #wpmem_reg .register-field__input .div_text {
    width: 100%;
  }
}
.user-profile--edit #wpmem_reg .register-field__input .div_text:after {
  display: none;
}
.user-profile--edit #wpmem_reg .register-field__input input {
  padding-left: 20px;
}
.user-profile--edit #wpmem_reg .register-field__input input::placeholder {
  color: #BFBFBF;
}
.user-profile--edit #wpmem_reg .register-field__terms_of_service {
  display: none;
}
.user-profile--edit #wpmem_reg .register-form-login-link {
  display: none;
}
.user-profile--edit #wpmem_reg .textbox {
  width: 100%;
  max-width: 560px;
}
.user-profile--edit #wpmem_reg .button_div {
  padding: 30px 0 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .user-profile--edit #wpmem_reg .button_div {
    justify-content: center;
  }
}
.user-profile--edit #wpmem_reg .buttons {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 26px;
  position: relative;
  background: transparent linear-gradient(180deg, #0075C1 0%, #0D5C90 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  width: 170px;
  height: 40px;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 2.8571428571;
  text-align: center;
  letter-spacing: 0.42px;
}
.user-profile--edit #wpmem_reg .req-text {
  display: none;
}
.user-profile--edit #wpmem_login input[type=password],
.user-profile--edit #wpmem_login input[type=text],
.user-profile--edit #wpmem_login input[type=email],
.user-profile--edit #wpmem_reg input[type=password],
.user-profile--edit #wpmem_reg input[type=text],
.user-profile--edit #wpmem_reg input[type=email] {
  background: rgba(255, 255, 255, 0.3960784314);
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  font: normal normal normal 14px/20px Noto Sans JP;
  text-align: left;
  padding: 14px 15px 14px 40px;
}
.user-profile--reset #wpmem_login {
  width: 100%;
}
.user-profile--reset #wpmem_login fieldset {
  margin: 0;
}
.user-profile--reset #wpmem_login legend {
  display: none;
}
.user-profile--reset #wpmem_login .register-field__head {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  width: 214px;
}
@media screen and (max-width: 767px) {
  .user-profile--reset #wpmem_login .register-field__head {
    width: 100%;
  }
}
.user-profile--reset #wpmem_login .button_div {
  padding: 30px 0 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .user-profile--reset #wpmem_login .button_div {
    justify-content: center;
  }
}
.user-profile--reset #wpmem_login .buttons {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 26px;
  position: relative;
  background: transparent linear-gradient(180deg, #0075C1 0%, #0D5C90 100%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px;
  width: 170px;
  height: 40px;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 2.8571428571;
  text-align: center;
  letter-spacing: 0.42px;
}
.user-profile--reset #wpmem_login .req-text {
  display: none;
}
.user-profile--reset #wpmem_login .register-field__input {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .user-profile--reset #wpmem_login .register-field__input {
    width: 100%;
  }
}
.user-profile--reset #wpmem_login .register-field__input .div_text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .user-profile--reset #wpmem_login .register-field__input .div_text {
    width: 100%;
  }
}
.user-profile--reset #wpmem_login .register-field__input .div_text:after {
  display: none;
}
.user-profile--reset #wpmem_login .register-field__input input::placeholder {
  color: #BFBFBF;
}

/*----------▲▲ profile ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

/*----------▲▲ utility ▲▲----------*/


/*# sourceMappingURL=style.css.map */
