@charset "UTF-8";

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
* top_p.css
*
*/
/* --------------------------------
  common
-------------------------------- */
.personal {
  position: relative;
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .personal {
    padding-bottom: 20vw;
  }
}

.personal img {
  vertical-align: bottom;
}

.personal a:visited {
  color: #333;
}

.personal a:link {
  color: #333;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  width: 1260px;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .inner {
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .inner.-service {
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .inner.-mv {
    padding: 0;
  }
}

.lv2heading {
  text-align: center;
  color: #8c8c8c;
  font-size: 1.625rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .lv2heading {
    font-size: 5.3333333333vw;
  }
}

.item_hover {
  position: relative;
}

@media (min-width: 768px) {
  .item_hover:focus {
    text-decoration: none;
  }

  .item_hover:focus:after {
    -webkit-transform: scale(1.005, 1.01);
    transform: scale(1.005, 1.01);
  }

  .item_hover:focus img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .item_hover:hover {
    text-decoration: none;
  }

  .item_hover:hover:after {
    -webkit-transform: scale(1.005, 1.01);
    transform: scale(1.005, 1.01);
  }

  .item_hover:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .item_hover:hover {
    text-decoration: none;
  }

  .item_hover:hover:after {
    -webkit-transform: scale(1.005, 1.01);
    transform: scale(1.005, 1.01);
  }

  .item_hover:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.item_hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1.05, 1.1);
  transform: scale(1.05, 1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.item_hover img {
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .service_banner.-sm .item_hover:focus:after {
    -webkit-transform: scale(1.005, 1.01);
    transform: scale(1.005, 1.01);
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .service_banner.-sm .item_hover:hover:after {
    -webkit-transform: scale(1.005, 1.01);
    transform: scale(1.005, 1.01);
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .service_banner.-sm .item_hover:hover:after {
    -webkit-transform: scale(1.005, 1.01);
    transform: scale(1.005, 1.01);
  }
}

.service_banner.-sm .item_hover:after {
  -webkit-transform: scale(1.05, 1.25);
  transform: scale(1.05, 1.25);
}

@media (min-width: 768px) {
  .recommend_item.-square .item_hover:focus:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .recommend_item.-square .item_hover:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .recommend_item.-square .item_hover:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.recommend_item.-square .item_hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bottomBanner .item_hover {
  overflow: hidden;
}

@media (min-width: 768px) {
  .bottomBanner .item_hover:focus:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .bottomBanner .item_hover:focus img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .bottomBanner .item_hover:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .bottomBanner .item_hover:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .bottomBanner .item_hover:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .bottomBanner .item_hover:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bottomBanner .item_hover:after {
  border-width: 5px;
  border-radius: 0;
  -webkit-transform: scale(1.1, 1.25);
  transform: scale(1.1, 1.25);
}

/* --------------------------------
	タイトルエリア
-------------------------------- */
.titleArea {
  margin: 0 auto;
  padding: 0 13px 16px;
  max-width: 1440px;
}

@media (max-width: 767.98px) {
  .titleArea {
    padding: 0;
    max-width: 100%;
  }
}

.titleArea h1 {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .titleArea h1 {
    padding: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.titleArea h1:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  border-radius: 4px;
  width: 4px;
  height: 19px;
  background: #ec1d00;
  vertical-align: -3px;
}

@media (max-width: 767.98px) {
  .titleArea h1:before {
    margin-right: 1.8666666667vw;
    border-radius: 1.0666666667vw;
    width: 1.0666666667vw;
    height: 5.0666666667vw;
    vertical-align: -0.8vw;
  }
}

/* --------------------------------
  mv
-------------------------------- */
.mv {
  max-width: 100%;
}

.mv img {
  width: 100%;
}

/* --------------------------------
  service
-------------------------------- */
.service {
  margin-top: 39px;
}

@media (max-width: 767.98px) {
  .service {
    margin-top: 14.6666666667vw;
  }
}

.service_list {
  display: flex;
  width: 100%;
}

.service_list li {
  list-style: none;
}

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

.service_childList li {
  list-style: none;
}

@media (max-width: 767.98px) {
  .service_childList.-support {
    flex-direction: column;
  }
}

.service_support_imgBody {
  width: 100%;
}

.service_support {
  border: 0.5px solid #f2f2f2;
  width: 25%;
}

@media (max-width: 767.98px) {
  .service_support {
    width: 100%;
  }

  .service_support+.service_support {
    margin-top: 2.6666666667vw;
  }
}

.service_support img {
  width: 100%;
}

.service_support a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #fff;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .service_support a:focus {
    background-color: #f9d5d5;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .service_support a:hover {
    background-color: #f9d5d5;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .service_support a:hover {
    background-color: #f9d5d5;
    text-decoration: none;
  }
}

.service_support_body {
  padding: 17px 18px 17px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .service_support_body {
    padding: 2.8vw 4vw;
  }
}

.service_support_body p {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

@media (max-width: 767.98px) {
  .service_support_body p {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

.service_labels_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}

@media (max-width: 767.98px) {
  .service_labels_wrapper {
    margin-top: 9.0666666667vw;
  }
}

.service_labels {
  width: 50%;
}

@media (max-width: 767.98px) {
  .service_labels {
    width: 100%;
  }
}

.service_childItem {
  border: 0.5px solid #f2f2f2;
  width: 25%;
  height: 90px;
}

@media (max-width: 767.98px) {
  .service_childItem {
    width: 50%;
    height: auto;
    min-height: 13.3333333333vw;
  }
}

.service_childItem a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  width: 100%;
  height: 100%;
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #fff;
  text-decoration: none !important;
  color: #333;
  font-size: 0.875rem;
}

@media (max-width: 1023.98px) {
  .service_childItem a {
    padding: 1.46484375vw;
    font-size: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .service_childItem a {
    padding: 2.6666666667vw 1.6vw;
    font-size: 3.2vw;
  }
}

@media (min-width: 768px) {
  .service_childItem a:focus {
    background-color: #f9d5d5;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .service_childItem a:hover {
    background-color: #f9d5d5;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .service_childItem a:hover {
    background-color: #f9d5d5;
    text-decoration: none;
  }
}

.service_childItem a span:not(.service_label) {
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 1023.98px) {
  .service_childItem a span:not(.service_label) {
    margin-right: 10px;
    width: 4.8828125vw;
  }
}

@media (max-width: 767.98px) {
  .service_childItem a span:not(.service_label) {
    margin-right: 2.6666666667vw;
    width: 8vw;
  }
}

.service_childItem a span:not(.service_label) img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .service_childItem.has-label {
    height: 20vw;
  }
}

.service_item {
  width: 50%;
  height: 90px;
  font-size: 1.125rem;
}

@media (max-width: 1023.98px) {
  .service_item {
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .service_item {
    border: 1px solid #f2f2f2;
    height: 14.9333333333vw;
    font-size: 3.7333333333vw;
  }
}

.service_item button {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  text-align: left;
}

.service_item button.is-disabled {
  pointer-events: none;
}

@media (max-width: 1023.98px) {
  .service_item button {
    padding: 1.26953125vw 1.953125vw;
  }
}

@media (max-width: 767.98px) {
  .service_item button {
    padding: 2.6666666667vw;
  }
}

@media (min-width: 768px) {
  .service_item button[aria-expanded=false] {
    transition: 0.3s background cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .service_item button[aria-expanded=false]:hover {
    background-color: #f8f8f8;
  }
}

.service_item button:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ec1d00;
}

@media (max-width: 767.98px) {
  .service_item button i {
    display: none;
  }
}

.service_item button .service_item_illust {
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
}

@media (max-width: 1023.98px) {
  .service_item button .service_item_illust {
    margin-right: 10px;
    width: 4.8828125vw;
  }
}

@media (max-width: 767.98px) {
  .service_item button .service_item_illust {
    margin-right: 2.6666666667vw;
    width: 9.8666666667vw;
  }
}

.service_item button .service_item_illust img {
  width: 100%;
}

.service_item button[aria-expanded=true] {
  background-color: #f2f2f2;
}

.service_item button[aria-expanded=true]:after {
  opacity: 1;
}

.service_list4 .service_item:last-child .service_item_illust {
  display: none;
}

.service_panel {
  display: none;
  position: relative;
  padding: 40px;
  width: 200%;
  max-width: 200%;
  background-color: #f2f2f2;
}

@media (max-width: 1023.98px) {
  .service_panel {
    padding: 3.90625vw;
  }
}

@media (max-width: 767.98px) {
  .service_panel {
    padding: 5.3333333333vw;
    width: 100%;
    max-width: 100%;
  }
}

.service_panel[aria-hidden=false] {
  opacity: 1;
}

.service_panel[aria-hidden=true] {
  opacity: 0;
  transition: 0.4s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
}

.service_labels2 .service_panel,
.service_labels4 .service_panel {
  margin-left: -100%;
}

@media (max-width: 767.98px) {

  .service_labels2 .service_panel,
  .service_labels4 .service_panel {
    margin-left: 0;
  }
}

.service_banners_wrapper {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #f2f2f2 20%, #f2f2f2 100%);
}

.service_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .service_banners {
    margin-top: 16vw;
  }
}

.service_banner {
  overflow: hidden;
  border-radius: 10px;
  width: calc((100% - 24px) / 2);
  list-style: none;
}

@media (max-width: 767.98px) {
  .service_banner {
    border-radius: 1.6vw;
    width: 100%;
  }
}

.service_banner a {
  display: block;
  position: relative;
  height: 100%;
}

.service_banner img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .service_banner+.service_banner {
    margin-top: 5.3333333333vw;
  }
}

.service_banner.-sm {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .service_banner.-sm {
    margin-top: 5.3333333333vw;
  }
}

.service_label {
  display: flex;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 64px;
}

@media (max-width: 1023.98px) {
  .service_label {
    width: 6.25vw;
  }
}

@media (max-width: 767.98px) {
  .service_label {
    top: 0.2666666667vw;
    right: 0.5333333333vw;
    width: 13.8666666667vw;
  }
}

.service_label img {
  width: 100%;
}

/* --------------------------------
  recommend
-------------------------------- */
.recommend {
  padding-top: 95px;
  padding-bottom: 120px;
  background-color: #f2f2f2;
}

@media (max-width: 767.98px) {
  .recommend {
    padding: 20vw 0;
  }
}

.recommend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 43px;
}

@media (max-width: 767.98px) {
  .recommend_list {
    margin-top: 9.3333333333vw;
  }
}

.recommend_list.-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;

  gap: 30px 24px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 767.98px) {
  .recommend_list.-grid {
    margin-top: 5.3333333333vw;

    gap: 4vw;
    -ms-grid-columns: 1fr 4vw 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.recommend_item {
  overflow: hidden;
  border-radius: 10px;
  width: calc((100% - 24px) / 2);
  list-style: none;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .recommend_item {
    border-radius: 1.6vw;
    width: 100%;
  }

  .recommend_item:not(.-square)+.recommend_item {
    margin-top: 5.3333333333vw;
  }
}

.recommend_item img {
  width: 100%;
}

.recommend_item a {
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.recommend_item.-square {
  width: 100%;
}

.recommend_item_body {
  padding: 25px 30px;
  min-height: 168px;
  color: #333;
}

@media (max-width: 767.98px) {
  .recommend_item_body {
    padding: 4.4vw 4.9333333333vw;
    min-height: auto;
  }
}

.recommend_item_title {
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .recommend_item_title {
    font-size: 4.2666666667vw;
  }
}

.recommend_item_text {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .recommend_item_text {
    margin-top: 1.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

/* --------------------------------
  attention
-------------------------------- */
.attention {
  padding: 32px 0 40px;
  background-color: #ffe2de;
}

@media (max-width: 767.98px) {
  .attention {
    padding: 8vw 2.6666666667vw;
  }
}

.inner.-service+.attention {
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .inner.-service+.attention {
    margin-top: 16vw;
  }
}

.attention_title {
  text-align: center;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .attention_title {
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
}

.attention_inner {
  text-align: center;
}

.attention_list {
  display: inline-block;
  margin-top: 22px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .attention_list {
    margin-top: 6.1333333333vw;
    padding-left: 2.4vw;
  }
}

.attention_list li {
  color: #ec1d00;
}

.attention_list li a {
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .attention_list li a:focus {
    text-decoration: none;
    color: #b73220;
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .attention_list li a:hover {
    text-decoration: none;
    color: #b73220;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .attention_list li a:hover {
    text-decoration: none;
    color: #b73220;
  }
}

@media (max-width: 767.98px) {
  .attention_list li a {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

.attention_list li+li {
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .attention_list li+li {
    margin-top: 2.1333333333vw;
  }
}

/* --------------------------------
  info
-------------------------------- */
.info {
  margin-top: 114px;
}

@media (max-width: 767.98px) {
  .info {
    margin-top: 20vw;
  }
}

.info_list {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .info_list {
    margin-right: 2.6666666667vw;
  }
}

.info_item {
  border-bottom: 2px solid #cecece;
  list-style: none;
  background-color: #fdfcfc;
}

.info_item a {
  display: block;
  position: relative;
  padding: 20px 50px 20px 22px;
  width: 100%;
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .info_item a {
    padding: 4.4vw 9.0666666667vw 4.4vw 5.3333333333vw;
  }
}

@media (min-width: 768px) {
  .info_item a:focus {
    background-color: #ffe2de;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .info_item a:hover {
    background-color: #ffe2de;
    text-decoration: none;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .info_item a:hover {
    background-color: #ffe2de;
    text-decoration: none;
  }
}

.info_item a .ico_pdf,
.info_item a .ico_blank {
  margin-top: -10px;
  margin-bottom: -6px;
  margin-left: 6px;
  width: 16px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767.98px) {

  .info_item a .ico_pdf,
  .info_item a .ico_blank {
    width: 4.2666666667vw;
  }
}

.info_item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 16px;
  background: url(/personal/img/icon_arw.svg) no-repeat center/cover;
}

@media (max-width: 767.98px) {
  .info_item a:after {
    right: 4vw;
    width: 2.4vw;
    height: 4.2666666667vw;
  }
}

.info_item:first-child {
  border-top: 2px solid #cecece;
}

.info_item_date {
  color: #383838;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .info_item_date {
    font-size: 3.2vw;
  }
}

.info_item_text {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.375;
}

@media (max-width: 767.98px) {
  .info_item_text {
    margin-top: 0.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}

.info_list_wrapper {
  overflow-y: auto;
  margin-top: 43px;
  height: auto;
  max-height: 320px;
}

@media (max-width: 767.98px) {
  .info_list_wrapper {
    margin-top: 9.3333333333vw;
    max-height: 112.5333333333vw;
  }
}

.info_list_wrapper .simplebar-scrollbar:before {
  opacity: 1 !important;
  top: 0 !important;
  right: 0;
  bottom: 0 !important;
  left: 0;
  border-radius: 3px;
  width: 6px;
  background-color: #7c7c7c;
}

@media (max-width: 767.98px) {
  .info_list_wrapper .simplebar-scrollbar:before {
    border-radius: 0.5333333333vw;
    width: 1.0666666667vw;
  }
}

.info_list_wrapper .simplebar-track {
  background-color: #cdcdcd;
}

.info_list_wrapper .simplebar-track.simplebar-vertical {
  border-radius: 3px;
  width: 6px;
}

@media (max-width: 767.98px) {
  .info_list_wrapper .simplebar-track.simplebar-vertical {
    border-radius: 0.5333333333vw;
    width: 1.0666666667vw;
  }
}

/* --------------------------------
  bottomBanners
-------------------------------- */
.bottomBanners {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  width: 100%;
  max-width: 750px;
}

@media (max-width: 767.98px) {
  .bottomBanners {
    flex-direction: column;
    margin: 10.6666666667vw auto 0;
    max-width: 100%;
  }
}

.bottomBanner {
  width: calc((100% - 40px) / 3);
  list-style: none;
}

@media (max-width: 767.98px) {
  .bottomBanner {
    width: 100%;
  }
}

.bottomBanner a {
  display: block;
}

.bottomBanner img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .bottomBanner+.bottomBanner {
    margin-top: 2.6666666667vw;
  }
}

/* --------------------------------
	all
-------------------------------- */
.all {
  display: -ms-grid;
  display: grid;
  align-items: flex-start;
  justify-content: space-between;

  gap: 30px 0;
  grid-template-areas: "block1 block3 block6 block4" "block2 block5 block7 block4";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 767.98px) {
  .all {
    gap: 0;
    grid-template-areas: "block1" "block2" "block3" "block4" "block5" "block6" "block7";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

.all_block {
  position: relative;
}

@media (min-width: 768px) {
  .all_block {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .all_block+.all_block {
    margin-top: 0.2666666667vw;
  }
}

.all_block:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #cecece;
}

@media (max-width: 767.98px) {
  .all_block:after {
    display: none;
  }
}

.all_block.all_block1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: block1;
}

.all_block.all_block2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: block2;
}

.all_block.all_block2:after {
  display: none;
}

.all_block.all_block3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: block3;
}

.all_block.all_block4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: block4;
}

.all_block.all_block4:after {
  display: none;
}

.all_block.all_block5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: block5;
}

.all_block.all_block5:after {
  display: none;
}

.all_block.all_block6 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: block6;
}

.all_block.all_block7 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: block7;
}

@media (max-width: 767.98px) {
  .all_block.all_block1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .all_block.all_block2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .all_block.all_block3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .all_block.all_block4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .all_block.all_block5 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  .all_block.all_block6 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }

  .all_block.all_block7 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
}

.all_block.all_block7:after {
  display: none;
}

.all_block_label {
  color: #909090;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .all_block_label button {
    pointer-events: none;
  }
}

@media (max-width: 1023.98px) {
  .all_block_label {
    font-size: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .all_block_label {
    color: #333;
    font-size: 3.7333333333vw;
    font-weight: 400;
  }

  .all_block_label button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 4.8vw;
    width: 100%;
    height: 13.3333333333vw;
    background-color: #cecece;
  }

  .all_block_label button.is-disabled {
    pointer-events: none;
  }

  .all_block_label button .plus_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 5.3333333333vw;
    bottom: 0;
    margin: auto;
    width: 4vw;
    height: 4vw;
  }

  .all_block_label button .plus_icon:before,
  .all_block_label button .plus_icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 1px;
    width: 100%;
    height: 2px;
    background-color: #333;
  }

  .all_block_label button .plus_icon:after {
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .all_block_label button[aria-expanded=true] span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .all_block_label button br {
    display: none;
  }
}

.all_block_body {
  padding: 21px 0 27px;
}

@media (max-width: 767.98px) {
  .all_block_body {
    display: none;
    padding: 0;
  }
}

.all_block_body ul {
  padding: 0 20px;
}

@media (max-width: 767.98px) {
  .all_block_body ul {
    padding: 0;
  }
}

.all_block_body li {
  transition: 0.3s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #ec1d00;
}

@media (max-width: 767.98px) {
  .all_block_body li {
    list-style: none;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .all_block_body li:focus {
    opacity: 0.5;
  }

  .all_block_body li:focus a {
    text-decoration: none;
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .all_block_body li:hover {
    opacity: 0.5;
  }

  .all_block_body li:hover a {
    text-decoration: none;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
  .all_block_body li:hover {
    opacity: 0.5;
  }

  .all_block_body li:hover a {
    text-decoration: none;
  }
}

.all_block_body li a {
  position: relative;
  letter-spacing: 0;
  color: #333;
  font-size: 1rem;
}

@media (max-width: 1023.98px) {
  .all_block_body li a {
    font-size: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .all_block_body li a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4.8vw;
    width: 100%;
    height: 13.3333333333vw;
    text-decoration: none;
    font-size: 3.7333333333vw;
  }
}

.all_block_body li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  width: 1.7333333333vw;
  height: 3.2vw;
  background: url(/personal/img/icon_arw.svg) no-repeat center/cover;
}

@media (min-width: 768px) {
  .all_block_body li a:after {
    display: none;
  }
}

.all_block_body li+li {
  margin-top: 17px;
}

@media (max-width: 767.98px) {
  .all_block_body li+li {
    margin-top: 0.2666666667vw;
  }
}

.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  background: #c00;
  font-size: 0;
}

@media (max-width: 767.98px) {
  .pagetop {
    opacity: 0.6;
    right: 3.2vw;
    bottom: 3.2vw;
  }
}

.pagetop img {
  width: 50px;
  transition: all 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 767.98px) {
  .pagetop img {
    width: 10.6666666667vw;
    height: auto;
  }
}

.pagetop:hover {
  background: #d11919;
}

.pagetop:hover img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagetop.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0;
}

/* --------------------------------
  info_attention
-------------------------------- */
.info_attention {
  padding: 32px 0 40px;
}

.info_attention_box {
  width: 85%;
  margin: 0 auto;
  padding: 32px 0 40px;
  border: 2px solid #c00;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.info_attention .attention_list li {
  color: #333;
  text-decoration: underline;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_attention .attention_list li:hover,
.info_attention .attention_list li::marker {
  color: #c00;
}

.info_link_text {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .info_attention {
    padding: 8vw 2.6666666667vw;
    margin-top: 8vw;
  }

  .info_attention_box {
    padding: 8vw 4.6666666667vw;
    width: 100%;
  }

  .info_attention .attention_list li:hover {
    color: #333;
  }

  .info_link_text {
    font-size: .7rem;
  }

}

.info_attention .attention_title {
  font-weight: bold;
  color: #c00;
}

.info_attention .attention_title span:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 12px 0 0;
  background-image: url(/club-me/images/icon_ex.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: sub;
}

.info_article h1 {
  padding: 80px 0 40px;
  text-align: center;
}

.info_article .noticeArticle .body {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767.98px) {
  .info_article .noticeArticle .body {
    font-size: 14px;
  }
}