@charset "UTF-8";
/*****mixin*****/
.header {
  background: #F4F6FA;
}
.header__main {
  height: 100px;
  border: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header__main {
    height: 50px;
  }
}
.header__title {
  order: 2;
}
@media screen and (max-width: 767px) {
  .header__title {
    position: absolute;
    display: block;
    left: 10px;
    top: 12px;
  }
}
.header__company {
  order: 1;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header__company {
    display: none;
  }
}
.header__heading {
  padding: 0;
}
@media screen and (max-width: 1292px) {
  .header__heading {
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header__heading {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .header-button,
  .header .close {
    right: 0;
    top: 4px;
  }
  .header .hamburger {
    margin: 0;
  }
  .header .header-menu-sp__heading {
    height: 50px;
    border-bottom-width: 1px;
  }
  .header .header-menu-sp__title {
    position: absolute;
    left: 10px;
    top: 12px;
  }
}
.header__menu {
  order: 3;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .header__menu {
    width: 84px;
    position: absolute;
    right: 42px;
    top: 0;
  }
}
.header__menu__btn {
  width: 120px;
  height: 100px;
  padding: 68px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__menu__btn {
    width: 42px;
    height: 50px;
    font-size: 8px;
    line-height: 1.1;
  }
  .header__menu__btn span {
    display: none;
  }
}
.header__menu__btn-contact {
  background: url(../images/renewal/contact.svg) no-repeat 50% 27px #D57D13;
}
@media screen and (max-width: 767px) {
  .header__menu__btn-contact {
    padding: 40px 0 0 0;
    background-position: 50% 50%;
    background-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__btn-contact:hover {
    background-color: #0064FF;
  }
}
.header__menu__btn-document {
  background: url(../images/renewal/document.svg) no-repeat 50% 18px #0C1138;
}
@media screen and (max-width: 767px) {
  .header__menu__btn-document {
    padding: 36px 0 0 0;
    background-position: 50% 50%;
    background-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__menu__btn-document:hover {
    background-color: #0064FF;
  }
}

div.header__content {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .header__title-logo {
    width: 350px;
    height: 60px;
    transform: none;
  }
}
@media screen and ((min-width: 768px) and (max-width: 900px)) {
  .header__title-logo {
    width: 300px;
    height: 51px;
  }
}

.single-webinar .header,
.single-documents .header {
  background: #fff;
}
.single-webinar .header__main,
.single-documents .header__main {
  height: 60px;
}
.single-webinar .header__company,
.single-webinar .header__menu,
.single-webinar .cat-nav,
.single-webinar .footer-contact,
.single-webinar .footer__main,
.single-webinar .footer-copy,
.single-webinar .fixed-menu,
.single-webinar .header-button,
.single-documents .header__company,
.single-documents .header__menu,
.single-documents .cat-nav,
.single-documents .footer-contact,
.single-documents .footer__main,
.single-documents .footer-copy,
.single-documents .fixed-menu,
.single-documents .header-button {
  display: none;
}
.single-webinar .header__heading,
.single-documents .header__heading {
  padding-top: 10px;
}
.single-webinar .header__title-logo,
.single-documents .header__title-logo {
  width: 233px;
  height: 40px;
}
.single-webinar main,
.single-documents main {
  position: relative;
}
.single-webinar main.shrink,
.single-documents main.shrink {
  padding-top: 60px;
}
.single-webinar main .l-sp,
.single-documents main .l-sp {
  z-index: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .single-webinar main .l-sp,
  .single-documents main .l-sp {
    margin-top: 0;
  }
}
.single-webinar main .l-sp.main__side,
.single-documents main .l-sp.main__side {
  margin-top: 54px;
}
.single-webinar main .l-sp.main__side .single-form,
.single-documents main .l-sp.main__side .single-form {
  margin-top: 0;
  padding: 10px 10px 20px;
}
.single-webinar main .l-sp.main__side .single-form__body,
.single-documents main .l-sp.main__side .single-form__body {
  padding-top: 0;
}
.single-webinar .single-main__main,
.single-documents .single-main__main {
  max-width: 768px;
  padding-left: 0;
  padding-right: 0;
}
.single-webinar .single-headding__meta,
.single-documents .single-headding__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single-webinar .single-headding__meta,
  .single-documents .single-headding__meta {
    display: block;
  }
}
.single-webinar .single-headding__date,
.single-documents .single-headding__date {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-webinar .single-headding__date,
  .single-documents .single-headding__date {
    font-size: 12px;
  }
}
.single-webinar .single-headding__date b,
.single-documents .single-headding__date b {
  font-size: 26px;
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .single-webinar .single-headding__date b,
  .single-documents .single-headding__date b {
    font-size: 20px;
  }
}
.single-webinar .single-headding__date span,
.single-documents .single-headding__date span {
  font-size: 18px;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .single-webinar .single-headding__date span,
  .single-documents .single-headding__date span {
    font-size: 15px;
  }
}
.single-webinar .single-headding__date small,
.single-documents .single-headding__date small {
  font-size: 20px;
  vertical-align: -1px;
}
@media screen and (max-width: 767px) {
  .single-webinar .single-headding__date small,
  .single-documents .single-headding__date small {
    font-size: 15px;
  }
}
.single-webinar .single-headding__lavel,
.single-documents .single-headding__lavel {
  padding: 10px;
  background: #002557;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single-webinar .single-headding__lavel,
  .single-documents .single-headding__lavel {
    margin-top: 20px;
  }
}
.single-webinar .single-form__body,
.single-documents .single-form__body {
  padding-left: 0;
  padding-right: 0;
}
.single-webinar .single-form__body .smpForm,
.single-documents .single-form__body .smpForm {
  padding: 0;
}
.single-webinar .single-form__body .ss_field,
.single-documents .single-form__body .ss_field {
  margin: 20px 0 0 0;
  background: transparent;
  line-height: 1.4;
}
.single-webinar .single-form__body .ss_contents fieldset,
.single-documents .single-form__body .ss_contents fieldset {
  border: none;
}
.single-webinar .single-form__body .ss_contents input,
.single-webinar .single-form__body .ss_contents select,
.single-documents .single-form__body .ss_contents input,
.single-documents .single-form__body .ss_contents select {
  padding: 8px;
  border-color: #aaa;
  background: #f0f0f0;
  border-radius: 1px;
  font-size: 16px;
}
.single-webinar .single-form__body .ss_contents input[type=text],
.single-webinar .single-form__body .ss_contents input[type=email],
.single-webinar .single-form__body .ss_contents input[type=tel],
.single-webinar .single-form__body .ss_contents select,
.single-documents .single-form__body .ss_contents input[type=text],
.single-documents .single-form__body .ss_contents input[type=email],
.single-documents .single-form__body .ss_contents input[type=tel],
.single-documents .single-form__body .ss_contents select {
  width: 100%;
}
.single-webinar .single-form__body .ss_contents input[type=radio],
.single-webinar .single-form__body .ss_contents input[type=checkbox],
.single-documents .single-form__body .ss_contents input[type=radio],
.single-documents .single-form__body .ss_contents input[type=checkbox] {
  margin-right: 10px;
}
.single-webinar .single-form__body .ss_contents .ss_btnArea,
.single-documents .single-form__body .ss_contents .ss_btnArea {
  margin-top: 20px;
}
.single-webinar .single-form__body .ss_contents .ss_btnArea input,
.single-documents .single-form__body .ss_contents .ss_btnArea input {
  width: 290px;
  max-width: 100%;
  padding: 15px;
  border: none;
  background: #002657;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  color: #fff;
}
.single-webinar .single-form__body .ss_user_notnull,
.single-documents .single-form__body .ss_user_notnull {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 5px;
  background: #E0520A;
  border-radius: 1px;
  font-size: 0;
  line-height: 1;
  color: #fff;
}
.single-webinar .single-form__body .ss_user_notnull:before,
.single-documents .single-form__body .ss_user_notnull:before {
  content: "必須";
  font-size: 15px;
  font-weight: bold;
}
.single-webinar .single-form__body .ss_grid,
.single-documents .single-form__body .ss_grid {
  margin: 5px 0 0 0;
  gap: 20px;
}
.single-webinar .single-form__body .ss_input,
.single-documents .single-form__body .ss_input {
  position: relative;
  flex-grow: 2;
}
.single-webinar .single-form__body .ss_leftComment,
.single-documents .single-form__body .ss_leftComment {
  display: none;
}
.single-webinar .single-form__body .ss_rightComment,
.single-documents .single-form__body .ss_rightComment {
  position: absolute;
  left: 9px;
  top: 13px;
  width: calc(100% - 18px);
  margin: 0;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  transition: 0.2s ease;
}
.single-webinar .single-form__body .ss_rightComment.hide,
.single-documents .single-form__body .ss_rightComment.hide {
  opacity: 0;
}
.single-webinar .single-form__body .ss_upComment,
.single-documents .single-form__body .ss_upComment {
  color: #333;
}
.single-webinar .single-form__body .ss_upComment a,
.single-documents .single-form__body .ss_upComment a {
  color: #50C8A7;
  text-decoration: underline;
}
.single-webinar .single-form__body .ss_warning_label,
.single-documents .single-form__body .ss_warning_label {
  display: none;
}
.single-webinar .single-form__body .ss_error_msg,
.single-documents .single-form__body .ss_error_msg {
  position: absolute;
  left: 50%;
  top: -20px;
  padding: 2px;
  background: #fff;
}
.single-webinar .single-form__body .ss_error_msg:after,
.single-documents .single-form__body .ss_error_msg:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0px;
  height: 0px;
  margin-left: -3px;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.single-webinar .single-form__body .ss_error_msg + br,
.single-documents .single-form__body .ss_error_msg + br {
  display: none;
}
.single-webinar .footer-sub-menu-pc__list,
.single-documents .footer-sub-menu-pc__list {
  border: none;
}

.single-documents main .l-sp {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-documents main .l-sp .l-sp {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-documents .single-headding__title {
  margin-top: 8px;
}
.single-documents .main__side-headding {
  font-size: 16px;
}
.single-documents .side-form {
  margin-top: 30px;
  padding: 10px 10px 20px;
}
.single-documents .side-form .satori__input_group {
  padding: 0 !important;
  border: none !important;
}
.single-documents .side-form .satori__horiz_group {
  gap: 20px;
}
.single-documents .side-form input[type=text],
.single-documents .side-form input[type=email] {
  padding: 8px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 1;
}
.single-documents .side-form input[type=text]::placeholder,
.single-documents .side-form input[type=email]::placeholder {
  font-size: 11px;
}
.single-documents .side-form .satori__require {
  background: #e0520b;
  border-radius: 5px;
  padding: 4px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2em;
}
.single-documents .side-form select {
  width: 100%;
}
.single-documents .side-form .satori__btn {
  background-color: #11567c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-documents .side-form .satori__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .single-documents .side-form .satori__message {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.single-documents .side-form label {
  margin: 20px 0 5px 0 !important;
  padding: 0 !important;
}
.single-documents .side-form label[for^=satori__privacy_policy_agreement] {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .single-documents .side-form label {
    font-size: 14px;
  }
}
.single-documents .side-form [class^=satori__privacy_policy_agreement_wrapper] .satori__input_group {
  line-height: 1.2;
}

.single-body .documents_img_thumb {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 15px 0 0 0;
}
.single-body .documents_img_thumb li {
  width: 33.33%;
  margin: 0;
  padding: 0;
}
.single-body .documents_img_thumb li:before {
  display: none;
}
.single-body .documents_img_thumb li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #dedede;
  cursor: pointer;
  transition: 0.4s ease;
}
.single-body .documents_img_thumb li img:hover {
  opacity: 0.7;
}
.single-body .documents_tomain {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-body .documents_tomain {
    display: block;
  }
  .single-body .documents_tomain.button {
    margin-top: 20px;
  }
  .single-body .documents_tomain .button__link {
    padding: 16px 0;
  }
}

.cat-nav.is-pc-show {
  border-top: 1px solid #d8dde6;
}
.cat-nav.is-pc-show .cat-nav__main {
  padding: 0;
  padding-right: 200px;
}
@media screen and ((min-width: 768px) and (max-width: 900px)) {
  .cat-nav.is-pc-show .cat-nav__main {
    padding-right: 150px;
  }
}
@media screen and (min-width: 768px) {
  .cat-nav.is-pc-show .cat-nav__list {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .cat-nav.is-pc-show .cat-nav__link {
    height: 78px;
    padding: 0 22px 5px;
  }
  .cat-nav.is-pc-show .cat-nav__link:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 16px;
    height: 46px;
    border-right: 1px solid #D8DDE6;
  }
}
@media screen and ((min-width: 768px) and (max-width: 1230px)) {
  .cat-nav.is-pc-show .cat-nav__link {
    padding: 0 16px 5px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 1120px)) {
  .cat-nav.is-pc-show .cat-nav__link {
    padding: 0 12px 5px;
  }
  .cat-nav.is-pc-show .cat-nav__link .cat-nav__text {
    font-size: 14px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 970px)) {
  .cat-nav.is-pc-show .cat-nav__link .cat-nav__text {
    font-size: 12px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 900px)) {
  .cat-nav.is-pc-show .cat-nav__link .cat-nav__text {
    font-size: 11px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 800px)) {
  .cat-nav.is-pc-show .cat-nav__link .cat-nav__text {
    font-size: 10px;
  }
}
.cat-nav.is-pc-show .cat-nav__item:last-of-type .cat-nav__link:before {
  display: none;
}
.cat-nav.is-pc-show .cat-nav__text {
  position: relative;
}
.cat-nav.is-pc-show .cat-nav__link:hover:after {
  display: none;
}
.cat-nav.is-pc-show .cat-nav__link.current .cat-nav__text:after,
.cat-nav.is-pc-show .cat-nav__link:hover .cat-nav__text:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-top: 2px solid #0C1138;
}

.search--pc {
  top: 20px;
  right: 0;
}
@media screen and ((min-width: 768px) and (max-width: 1120px)) {
  .search--pc {
    width: 180px;
    padding-right: 12px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 900px)) {
  .search--pc {
    width: 160px;
  }
}

.search--sp {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #fff;
}

.cat-nav__title {
  display: none;
}

.cat-nav__mega {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 179px;
  width: 100%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.cat-nav__mega.show {
  opacity: 1;
  visibility: visible;
}
.cat-nav__mega__title {
  padding: 20px 40px 20px 0;
  border-right: 1px solid #D8DDE6;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.cat-nav__mega__title a:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #0C1138;
}
.cat-nav__mega__title a:hover {
  text-decoration: underline;
}
.cat-nav__mega__menu {
  padding: 20px 0 20px 40px;
}
.cat-nav__mega__item {
  display: flex;
  line-height: 24px;
}
.cat-nav__mega__item + .cat-nav__mega__item {
  margin-top: 20px;
}
.cat-nav__mega__item > a:hover,
.cat-nav__mega__item > span a:hover {
  text-decoration: underline;
}
.cat-nav__mega__item span {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-right: 20px;
}
.cat-nav__mega__item span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  margin: 0 0 0 10px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #0C1138;
}
.cat-nav__mega__child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cat-nav__mega__child a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #0C1138;
  border-radius: 100px;
  color: #0C1138;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s ease;
}
.cat-nav__mega__child a:hover {
  background: #0C1138;
  color: #fff;
}
.cat-nav__mega__thumb {
  display: flex;
  gap: 30px;
}
.cat-nav__mega__thumb a {
  display: block;
  width: 220px;
  aspect-ratio: 240/160;
  border-radius: 10px;
  overflow: hidden;
}
.cat-nav__mega__thumb a img {
  transition: 0.3s ease;
}
.cat-nav__mega__thumb a:hover img {
  opacity: 0.7;
  transform: scale(1.2);
}

#mega02 .cat-nav__mega__item span {
  min-width: 12em;
}

#mega03 .cat-nav__mega__item span {
  min-width: 9em;
}

@media screen and (min-width: 768px) {
  .header.shrink .header__main {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header.shrink .cat-nav__main {
    justify-content: space-between !important;
    align-items: center;
    padding-right: 240px;
  }
  .header.shrink .cat-nav__title {
    display: none;
  }
  .header.shrink .cat-nav__link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header.shrink .search--pc {
    padding-right: 12px;
  }
  .header.shrink .cat-nav.is-pc-show .cat-nav__text {
    font-size: 14px;
  }
  .header.shrink .cat-nav__mega {
    top: 79px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 1100px)) {
  .header.shrink .cat-nav__main {
    padding-right: 160px;
  }
  .header.shrink .search--pc {
    width: 160px;
  }
  .header.shrink .cat-nav__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 900px)) {
  .header.shrink .cat-nav.is-pc-show .cat-nav__text {
    font-size: 12px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 830px)) {
  .header.shrink .cat-nav.is-pc-show .cat-nav__text {
    font-size: 11px;
  }
}
@media screen and ((min-width: 768px) and (max-width: 780px)) {
  .header.shrink .cat-nav.is-pc-show .cat-nav__text {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  main {
    transition: 0.2s ease;
  }
  main.shrink {
    padding-top: 130px;
  }
}

.mainvisual {
  position: relative;
  background: #fff url(../images/renewal/mv_pc.jpg) no-repeat right top;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    max-height: calc(185vw - 100px);
    height: calc(100svh - 50px);
    background-image: url(../images/renewal/mv_sp.png);
    background-size: 100% auto;
    background-position: left bottom;
  }
}
@media screen and (max-width: 375px) {
  .mainvisual {
    max-height: initial;
    height: 600px;
  }
}
.mainvisual__inner {
  height: 540px;
  padding: 30px 0 0 0;
  text-align: left;
  color: #0C1138;
  font-weight: 600;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .mainvisual__inner {
    height: 100%;
    padding: 30px 0 0 0;
  }
}
.mainvisual__lead {
  font-size: 48px;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .mainvisual__lead {
    width: 100%;
    padding: 0 20px;
    font-size: 36px;
    text-indent: 0;
  }
  .mainvisual__lead span {
    display: block;
  }
  .mainvisual__lead span + span {
    margin-top: 15px;
    text-align: right;
  }
}
.mainvisual__txt {
  margin: 45px 0 0 0;
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .mainvisual__txt {
    margin: 30px 15px 0;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}
.mainvisual__btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 80px 0 0 0;
  padding: 0 24px;
  border: 2px solid #0C1138;
  border-radius: 4px;
  background: #0C1138;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mainvisual__btn {
    position: absolute;
    right: 18px;
    bottom: 18px;
    margin: 0;
    padding: 0 16px;
    line-height: 44px;
    font-size: 12px;
  }
}
.mainvisual__btn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  margin: 0 0 0 20px;
  background: #fff;
  mask: url(../images/renewal/mv_btn.svg) no-repeat left top;
  mask-size: contain;
  vertical-align: middle;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mainvisual__btn:after {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__btn:hover {
    background: #fff;
    color: #0C1138;
  }
  .mainvisual__btn:hover:after {
    background: #0C1138;
  }
}
.mainvisual__pins {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pins {
    height: 100%;
  }
}
.mainvisual__pin {
  position: absolute;
  display: block;
}
.mainvisual__pin img {
  transform-origin: center center;
  transition: 0.4s ease;
}
.mainvisual__pin:hover img {
  transform: scale(1.2);
}
.mainvisual__pin--webinar {
  right: 613px;
  top: 336px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pin--webinar {
    left: 5%;
    bottom: 18%;
    right: auto;
    top: auto;
    width: 17%;
    height: 13%;
  }
}
.mainvisual__pin--ondemand {
  right: 521px;
  top: 222px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pin--ondemand {
    left: 13%;
    bottom: 31%;
    right: auto;
    top: auto;
    width: 22%;
    height: 13%;
  }
}
.mainvisual__pin--service {
  right: 485px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pin--service {
    left: 26%;
    bottom: 49%;
    right: auto;
    top: auto;
    width: 19%;
    height: 13%;
  }
}
.mainvisual__pin--news {
  right: 304px;
  top: 249px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pin--news {
    left: 54%;
    bottom: 27%;
    right: auto;
    top: auto;
    width: 17%;
    height: 13%;
  }
}
.mainvisual__pin--documents {
  right: 182px;
  top: 68px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pin--documents {
    left: 71%;
    bottom: 46%;
    right: auto;
    top: auto;
    width: 20%;
    height: 13%;
  }
}
.mainvisual__pin--facilities {
  right: 134px;
  top: 234px;
}
@media screen and (max-width: 767px) {
  .mainvisual__pin--facilities {
    left: 78%;
    bottom: 29%;
    right: auto;
    top: auto;
    width: 20%;
    height: 13%;
  }
}

.customers {
  padding: 48px 0;
  background: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .customers {
    padding: 30px 0;
  }
}
.customers__title {
  display: block;
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .customers__title {
    font-size: 16px;
  }
}
.customers__list {
  --width: 0;
  --duration: 30s;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  transform: translateX(0);
  animation: logo-scroll var(--duration) infinite linear;
  /*

  .slick-track{
    display: flex;
    align-items: center;
    gap: 50px;

    @include mqSP{
      gap: 25px;
    }

  }

  &+&{
    margin: 55px 0 0 0;

    @include mqSP{
      margin-top: 30px;
    }

    .slick-track{
      padding: 0 0 0 100px;

      @include mqSP{
        padding-left: 50px;
      }

    }

  }

  */
}
@media screen and (max-width: 767px) {
  .customers__list {
    gap: 25px;
  }
}
.customers__list__wrap {
  overflow: hidden;
}
.customers__list__wrap + .customers__list__wrap {
  margin: 55px 0 0 0;
}
@media screen and (max-width: 767px) {
  .customers__list__wrap + .customers__list__wrap {
    margin-top: 30px;
  }
}
.customers__item {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .customers__item img {
    zoom: 0.5;
  }
}
.customers__note {
  margin-top: 40px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .customers__note {
    margin: 30px 24px 0;
    font-size: 12px;
  }
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--width));
  }
}
.news__term {
  border-width: 1px;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .index-banner {
    padding-bottom: 40px;
  }
  .index-banner__item + .index-banner__item {
    margin-top: 24px;
  }
}
.index-banner__link {
  width: 540px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .index-banner__link {
    width: 100%;
    height: auto;
  }
}

.index-mv,
.index-pickup__bg {
  background-image: none;
}

.article--mv .article__thumb picture {
  width: 100%;
  height: 100%;
}
.article--mv .article__thumb picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .index-mv__slider-item {
    height: auto;
  }
  .index-mv__slider-item .article {
    height: 100%;
  }
  .index-mv__slider-indicator-main {
    white-space: nowrap;
  }
}
.common__heading {
  margin-bottom: 30px;
  line-height: 1;
}
.common__heading__en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  color: rgba(12, 17, 56, 0.4);
  font-weight: 500;
}
.common__heading__ja {
  display: block;
  margin: 7px 0 0 0;
  font-size: 30px;
  font-weight: bold;
}
.common__tabs {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  border-bottom: 1px solid #0C1138;
}
@media screen and (max-width: 767px) {
  .common__tabs {
    flex-wrap: wrap;
    border: none;
  }
}
.common__tab {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .common__tab {
    width: calc(50% - 3px);
  }
}
.common__tab a {
  display: block;
  border-radius: 4px 4px 0 0;
  background: rgba(111, 115, 144, 0.3);
  line-height: 45px;
  text-align: center;
  color: #0C1138;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .common__tab a {
    border-radius: 4px;
    font-size: 13px;
  }
}
.common__tab a small {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .common__tab a small {
    font-size: 10px;
  }
}
.common__tab a.current {
  background: #0C1138;
  color: #fff;
}
.common__tabinner .index-article {
  display: none;
}
.common__tabinner .index-article:first-of-type {
  display: block;
}

.morebtn {
  margin: 35px 0 0 0;
  text-align: right;
}
.morebtn__link {
  position: relative;
  display: inline-block;
  background: #0C1138;
  border: 2px solid #0C1138;
  padding: 0 52px 0 24px;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  transition: 0.3s ease;
}
.morebtn__link:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 5px;
  margin-top: -2px;
  mask: url(../images/renewal/mv_btn.svg) no-repeat left top;
  mask-size: contain;
  transition: 0.3s ease;
  background: #fff;
}
.morebtn__link:hover {
  background: #fff;
  color: #0C1138;
}
.morebtn__link:hover:after {
  background: #0C1138;
}

.index-news {
  margin-top: 55px;
}
.index-news__item {
  border-bottom: 1px solid #D8DDE6;
}

.news__link {
  display: block;
  padding: 20px 0;
}
.news__meta {
  font-weight: bold;
}
.news__term {
  padding: 0 10px;
  background: #fff;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
}
.news__time {
  margin: 0 15px 0 0;
  font-size: 14px;
  color: #6F7390;
}
.news__title {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.index-movies,
.index-documents {
  margin-top: 55px;
}
.index-movies .article--webinar-onair .article__thumb,
.index-movies .article--documents .article__thumb,
.index-documents .article--webinar-onair .article__thumb,
.index-documents .article--documents .article__thumb {
  height: 156px;
}
@media screen and (max-width: 767px) {
  .index-movies .article--webinar-onair .article__thumb,
  .index-movies .article--documents .article__thumb,
  .index-documents .article--webinar-onair .article__thumb,
  .index-documents .article--documents .article__thumb {
    height: 98px;
  }
}
@media screen and (max-width: 767px) {
  .index-movies .article--webinar-onair .article__main,
  .index-movies .article--documents .article__main,
  .index-documents .article--webinar-onair .article__main,
  .index-documents .article--documents .article__main {
    flex-grow: 2;
    padding-bottom: 8px;
  }
  .index-movies .article--webinar-onair .article__content,
  .index-movies .article--documents .article__content,
  .index-documents .article--webinar-onair .article__content,
  .index-documents .article--documents .article__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .index-movies .article--webinar-onair .article__title,
  .index-movies .article--documents .article__title,
  .index-documents .article--webinar-onair .article__title,
  .index-documents .article--documents .article__title {
    flex-grow: 2;
    margin-top: 8px;
  }
  .index-movies .article--webinar-onair .article__title-text,
  .index-movies .article--documents .article__title-text,
  .index-documents .article--webinar-onair .article__title-text,
  .index-documents .article--documents .article__title-text {
    font-size: 14px;
  }
  .index-movies .article--webinar-onair .article__cat,
  .index-movies .article--documents .article__cat,
  .index-documents .article--webinar-onair .article__cat,
  .index-documents .article--documents .article__cat {
    margin-top: 6px;
  }
  .index-movies .article--webinar-onair .article__excerpt,
  .index-movies .article--documents .article__excerpt,
  .index-documents .article--webinar-onair .article__excerpt,
  .index-documents .article--documents .article__excerpt {
    display: none;
  }
  .index-movies .article--webinar-onair .article__button,
  .index-movies .article--documents .article__button,
  .index-documents .article--webinar-onair .article__button,
  .index-documents .article--documents .article__button {
    margin-top: 12px;
  }
  .index-movies .article--webinar-onair .button,
  .index-movies .article--documents .button,
  .index-documents .article--webinar-onair .button,
  .index-documents .article--documents .button {
    border-width: 1px;
    border-radius: 5px;
  }
  .index-movies .article--webinar-onair .button__link,
  .index-movies .article--documents .button__link,
  .index-documents .article--webinar-onair .button__link,
  .index-documents .article--documents .button__link {
    padding: 5px 0;
  }
  .index-movies .article--webinar-onair .button__icon--arrow,
  .index-movies .article--documents .button__icon--arrow,
  .index-documents .article--webinar-onair .button__icon--arrow,
  .index-documents .article--documents .button__icon--arrow {
    width: 14px;
    height: 8px;
    transform: translateY(-5px);
  }
  .index-movies .article--webinar-onair .button__text,
  .index-movies .article--documents .button__text,
  .index-documents .article--webinar-onair .button__text,
  .index-documents .article--documents .button__text {
    font-size: 10px;
  }
}
.index-movies .article,
.index-documents .article {
  height: 100%;
}
.index-movies .article .article__link,
.index-documents .article .article__link {
  height: 100%;
  justify-content: flex-end;
}

.article__btn {
  margin: 20px 0 0 0;
  border-radius: 10px;
  border: 2px solid #002557;
  line-height: 43px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease;
}
.article__btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 8px;
  margin: 0 10px 0 0;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%208%22%3E%3Cpath%20d%3D%22M17.9%203.707l-4-3.65a.33.33%200%2000-.37%200%20.31.31%200%2000-.2.3v2.28h-13a.32.32%200%2000-.33.33v2a.33.33%200%2000.31.34h13v2.33a.33.33%200%2000.2.3.33.33%200%2000.39-.06l4-3.69a.35.35%200%2000.1-.22.33.33%200%2000-.1-.26z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  background: #0C1138;
  vertical-align: middle;
  transition: 0.3s ease;
}

.article__link:hover .article__btn {
  background: #0C1138;
  color: #fff;
}
.article__link:hover .article__btn:before {
  background: #fff;
}

.index-movies .article__time {
  margin-left: 0;
}
.index-movies .article__excerpt {
  display: none;
}

.mailmagazine {
  margin: 110px 0 30px 0;
  padding: 30px 40px;
  border: 8px solid rgba(0, 37, 87, 0.4);
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mailmagazine {
    margin-top: 60px;
    padding: 30px;
  }
}
.mailmagazine__title {
  margin: 0 0 25px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mailmagazine__title {
    font-size: 20px;
  }
}
.mailmagazine__inner {
  padding: 0 0 0 320px;
  background: url(../images/renewal/mailmagazine.png) no-repeat left top;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mailmagazine__inner {
    padding: 50% 0 0 0;
    background-size: 65% auto;
    background-position: 50% 0;
  }
}
.mailmagazine__lead {
  font-weight: bold;
  line-height: 1.7;
  font-size: 16px;
}
.mailmagazine__cap {
  font-size: 14px;
}
.mailmagazine__list {
  margin: 0 0 0 1.5em;
  font-size: 14px;
}
.mailmagazine__item {
  list-style-type: disc;
}
.mailmagazine__btn {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 0 60px 0 70px;
  line-height: 50px;
  border-radius: 10px;
  border: 2px solid #002557;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mailmagazine__btn {
    padding: 0 20px;
  }
}
.mailmagazine__btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 8px;
  margin: 0 10px 0 0;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%208%22%3E%3Cpath%20d%3D%22M17.9%203.707l-4-3.65a.33.33%200%2000-.37%200%20.31.31%200%2000-.2.3v2.28h-13a.32.32%200%2000-.33.33v2a.33.33%200%2000.31.34h13v2.33a.33.33%200%2000.2.3.33.33%200%2000.39-.06l4-3.69a.35.35%200%2000.1-.22.33.33%200%2000-.1-.26z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  background: #0C1138;
  vertical-align: middle;
  transition: 0.3s ease;
}
.mailmagazine__btn:hover {
  background: #0C1138;
  color: #fff;
}
.mailmagazine__btn:hover:before {
  background: #fff;
}

.footer-contact {
  height: 348px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    height: auto;
    padding: 45px 0 40px;
    background: url(../images/renewal/footer-contact.jpg) no-repeat;
    background-size: cover;
  }
}
.footer-contact:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #0C1138;
}
@media screen and (max-width: 767px) {
  .footer-contact:before {
    width: 100%;
    opacity: 0.4;
  }
}
.footer-contact:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/renewal/footer-contact.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer-contact:after {
    height: auto;
  }
}
.footer-contact__heading {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-contact__heading {
    height: auto;
    width: auto;
  }
}
.footer-contact .button--contact-medium {
  width: 400px;
  margin: 30px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-contact .button--contact-medium {
    width: 100%;
  }
}
.footer-contact .button--contact-medium .button__link {
  padding: 20px;
}
.footer-contact .button--contact-medium .button__link .button__icon--contact svg {
  stroke: #0C1138;
  transition: 0.3s;
}
.footer-contact .button--contact-medium:hover .button__icon--contact svg {
  stroke: #fff;
}

.fixed-menu {
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 150px;
  width: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.fixed-menu.shrink {
  opacity: 1;
  visibility: visible;
}
.fixed-menu__btn {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.3s ease;
}
.fixed-menu__btn-contact {
  height: 140px;
  padding-top: 35px;
  background: url(../images/renewal/contact.svg) no-repeat 50% 10px #D57D13;
  background-size: 24px;
}
.fixed-menu__btn-contact:hover {
  background-color: #0064FF;
}
.fixed-menu__btn-document {
  height: 190px;
  padding-top: 50px;
  background: url(../images/renewal/document.svg) no-repeat 50% 13px #0C1138;
  background-size: 20px;
}
.fixed-menu__btn-document:hover {
  background-color: #0064FF;
}

.footer__logo {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 264px;
    height: 59px;
  }
}

.footer-contact .button__link {
  justify-content: center;
}

.footer-menu__left {
  max-width: initial;
  justify-content: flex-end;
  margin: 0;
  gap: 70px;
}
@media screen and ((min-width: 768px) and (max-width: 1100px)) {
  .footer-menu__left {
    justify-content: space-between;
  }
}

@media screen and ((min-width: 768px) and (max-width: 1100px)) {
  .footer__logo {
    display: none;
  }
}

@media screen and ((min-width: 768px) and (max-width: 1100px)) {
  .footer-sub-menu-pc__text {
    font-size: 12px;
  }
}

.footer-menu__list {
  width: 200px;
  padding: 20px 0 0 10px;
  border-top: 2px solid #D8DDE6;
}

.footer-menu-pc__link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.footer-menu-pc__link:hover {
  text-decoration: underline;
}
.footer-menu-pc__link:before {
  content: "";
  display: inline-block;
  margin: 3px 5px 0 0;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #0C1138;
  vertical-align: middle;
}

.footer__main {
  padding-bottom: 0;
}

.footer-menu-pc__item {
  margin: 0;
}
.footer-menu-pc__item + .footer-menu-pc__item {
  margin-top: 30px;
}

.footer-menu-pc__item__inner {
  margin: 0 0 0 30px;
}
.footer-menu-pc__item__inner li {
  list-style-type: disc;
  margin: 20px 0 0 0;
  font-size: 14px;
}
.footer-menu-pc__item__inner li a {
  text-decoration: none;
}
.footer-menu-pc__item__inner li a:hover {
  text-decoration: underline;
}

.footer-copy {
  margin-top: 30px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .footer-copy__copy {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }
}

.footer__corporate-logo {
  width: 300px;
  height: 78px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__corporate-logo {
    width: 150px;
    height: 38px;
    margin: 0 auto;
  }
}
.footer__corporate-logo img {
  width: 100%;
}

.accordion .header-menu-sp__item {
  position: relative;
}
.accordion__btn {
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.accordion__btn:before, .accordion__btn:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  display: block;
  width: 12px;
  border-top: 2px solid #fff;
}
.accordion__btn:before {
  transform: rotate(90deg);
  transform: 0.3s ease;
}
.accordion__btn.show:before {
  opacity: 0;
}
.accordion__inner {
  display: none;
  margin: 0 0 5px 24px;
}
.accordion__inner > li,
.accordion__inner > p {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion__inner > li a,
.accordion__inner > p a {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
.accordion__inner > li .accordion__cat,
.accordion__inner > p .accordion__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 10px 10px;
}
.accordion__inner > li .accordion__cat a,
.accordion__inner > p .accordion__cat a {
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 11px;
  line-height: 1;
}
.accordion__inner .accordion__thumb {
  display: flex;
  gap: 1%;
  margin: 0 10px 10px;
}
.accordion__inner .accordion__thumb li {
  width: 32%;
}
.accordion__inner .accordion__thumb li a {
  padding: 0;
}

.documents-archive__main,
.webinar-archive__main {
  margin-top: -180px;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .documents-archive__main,
  .webinar-archive__main {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.documents-archive__main + .documents-archive__main,
.documents-archive__main + .webinar-archive__main,
.webinar-archive__main + .documents-archive__main,
.webinar-archive__main + .webinar-archive__main {
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  .documents-archive__main + .documents-archive__main,
  .documents-archive__main + .webinar-archive__main,
  .webinar-archive__main + .documents-archive__main,
  .webinar-archive__main + .webinar-archive__main {
    margin-top: -10px;
  }
}

.cta_banner {
  margin: 30px 0;
  text-align: center;
}

.single-document_form {
  max-width: 808px;
  margin-top: 84px;
}

.single-document_form__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.single-document_form__title span {
  margin: 0 0 10px 0;
  display: block;
  font-size: 16px;
}

.single-document_form__lead {
  margin: 30px 0 0 0;
  line-height: 1.5;
}

.single-document_form__detail {
  display: flex;
  gap: 30px;
  margin: 30px 0 0 0;
}

.single-document_form__img {
  width: 35%;
}

.single-document_form__content {
  width: 65%;
}

.single-document_form__subject {
  list-style-type: none;
  margin: 15px 0 0 0;
  line-height: 1.5;
  font-size: 14px;
}

.single-document_form__form {
  margin: 30px 0 0 0;
}

.single-related__headding-en {
  font-family: "Oswald", sans-serif;
  font-size: 43px;
}

.single-related__item {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .single-document_form__detail {
    display: block;
  }
  .single-document_form__img {
    width: auto;
  }
  .single-document_form__content {
    width: auto;
    margin-top: 20px;
  }
  .single-related__headding-en {
    margin: 0 0 5px 0;
    font-size: 28px;
  }
  .single-related__headding-en + .single-related__headding-text {
    margin-left: 0;
  }
}
.page-header__title span {
  min-height: 1.5em;
  margin: 0 0 10px 0;
  display: block;
  font-size: 16px;
}

.single-body .recommend {
  margin: 24px 0 0 0;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .single-body .recommend {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-body .recommend h2 {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 22px;
}
.single-body h5 + .wp-block-table {
  margin-top: 24px;
}
.single-body table.zebra {
  border: none;
}
.single-body table.zebra td {
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background: #fff;
}
.single-body table.zebra tr:nth-of-type(2n+1) td {
  background: #F0F0F0;
}
.single-body .profile {
  overflow: hidden;
  margin: 24px 0 0 0;
}
.single-body .profile_photo {
  float: left;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .single-body .profile_photo {
    float: none;
    margin: 0 auto;
  }
}
.single-body .profile_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.single-body .profile_txt {
  padding: 0 0 0 144px;
}
@media screen and (max-width: 767px) {
  .single-body .profile_txt {
    margin: 24px 0 0 0;
    padding: 0;
  }
}
.single-body .profile_name {
  margin: 12px 0 0 0;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .single-body .profile_name {
    font-size: 18px;
  }
}
.single-body .profile_name small {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-body .profile_name small {
    font-size: 12px;
  }
}

.breadcrumbs__list {
  overflow-x: scroll;
}

.single-main-case {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .single-main-case {
    flex-wrap: nowrap;
  }
}

.main__side-case {
  position: sticky;
  bottom: 20px;
}

.case__title {
  height: 250px;
  background: url(../images/renewal/case_title.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .case__title {
    height: 140px;
  }
}
.case__title__inner {
  display: flex;
  align-items: center;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case__title__inner {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.case__title__txt {
  padding: 24px;
  background: rgba(244, 246, 250, 0.9);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .case__title__txt {
    padding: 12px;
    font-size: 18px;
  }
}
.case_intro {
  margin: 40px 0 0 0;
  padding: 30px;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .case_intro {
    margin-top: 30px;
    padding: 25px 15px;
  }
}
.case_intro_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case_intro_title {
    font-size: 18px;
  }
}
.case_task {
  margin: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_task {
    margin-top: 30px;
  }
}
.case_task dl {
  display: flex;
  background: #F4F6FA;
}
.case_task dl + dl {
  position: relative;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_task dl + dl {
    margin-top: 43px;
  }
}
.case_task dl + dl:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 0;
  height: 0;
  margin-left: -23px;
  border-style: solid;
  border-width: 14px 23px 0 23px;
  border-color: #0064FF transparent transparent transparent;
}
.case_task dl dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  background: #002557;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .case_task dl dt {
    width: 90px;
    font-size: 14px;
  }
}
.case_task dl dd {
  padding: 10px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case_task dl dd {
    padding: 20px 15px;
  }
}
.case_point {
  margin: 50px 0 0 0;
  padding: 30px;
  background: #F4F6FA;
}
@media screen and (max-width: 767px) {
  .case_point {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.case_point_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.case_point ol {
  margin-top: 10px;
}
.case_point ol li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding: 0;
}
.case_point ol li:last-of-type {
  border: none;
}
.case_point ol li:before {
  display: none;
}
.case_point ol li div {
  width: 60px;
  padding: 0 0 0 10px;
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #C2C3CD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case_point ol li div {
    width: 50px;
    padding-left: 0;
    font-size: 12px;
  }
}
.case_point ol li div b {
  display: block;
  font-size: 46px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .case_point ol li div b {
    font-size: 42px;
  }
}
.case_point ol li p {
  margin: 0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .case_point ol li p {
    padding: 15px 0 15px 20px;
  }
}
.case_other {
  margin: 60px 0 0 0;
}
.case_other_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.case_other .article-list-case {
  margin: 30px 0 0 0;
}
.case_other .article-list-case .article-list__item {
  list-style-type: none;
}
.case_other .article-list-case .article {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.case_other .article-list-case .article__thumb--case {
  height: 150px;
}
.case_other .article-list-case .article__term--name {
  font-size: 14px;
  line-height: 1.4;
}
.case_btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 70px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_btns {
    display: none;
  }
}
.case_btn {
  display: inline-block;
  width: 295px;
  border-radius: 4px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .case_btn {
    width: 100%;
  }
}
.case_btn:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}
.case_btn:hover {
  opacity: 0.6;
}
.case_btn-orange {
  background: #CF7214;
}
.case_btn-blue {
  background: #0279C3;
}
.case_btn-mail:after {
  width: 27px;
  height: 17px;
  background-image: url(../images/renewal/icon-mail.svg);
}
.case_btn-door:after {
  width: 25px;
  height: 30px;
  background-image: url(../images/renewal/icon-door.svg);
}
.case_comment {
  margin: 80px 0 0 0;
  padding: 30px;
  border: 1px solid #194C80;
}
@media screen and (max-width: 767px) {
  .case_comment {
    margin-top: 20px;
    padding: 30px 15px;
  }
}
.case_comment_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case_comment_title {
    font-size: 18px;
  }
}
.case_comment_inner {
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_comment_inner {
    display: block;
  }
}
.case_comment_img {
  flex-shrink: 0;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .case_comment_img {
    width: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .case_comment_txt {
    margin: 20px 0 0 0;
  }
}
.case_comment_txt h3 {
  font-size: 16px;
  font-weight: 700;
}
.case_comment_txt h3 small {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
.case_comment_txt p {
  margin: 10px 0 0 0;
  line-height: 1.5;
}
.case_btm {
  margin: 55px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_btm {
    margin-top: 30px;
  }
}
.case_btm_title {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #6F7390;
  font-size: 18px;
  font-weight: 700;
  color: #6F7390;
}
@media screen and (max-width: 767px) {
  .case_btm_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .case_info {
    display: none;
  }
}
.case_info table {
  line-height: 1.5;
}
.case_info table th, .case_info table td {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  text-align: left;
  vertical-align: top;
}
.case_info table th {
  padding-right: 55px;
  white-space: nowrap;
  font-weight: 700;
}
.case_info table a {
  text-decoration: underline;
}
.case_media {
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
}
.case_media_img {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .case_media_img {
    width: 130px;
  }
}
.case_media_txt {
  text-align: right;
}
.case_media_txt h3 {
  text-align: left;
  font-weight: 700;
}
.case_media_txt p {
  margin: 15px 0;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case_media_txt .case_btn {
    display: none;
  }
}
.case_media + .case_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .case_media + .case_btn {
    display: block;
    margin-top: 30px;
  }
}
.case_document {
  margin: 70px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_document {
    display: none;
  }
}
.case_document_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.case_document ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 25px 0 0 0;
}
.case_document ul li {
  width: 200px;
}
.case_side {
  margin: 20px 0 0 0;
}
.case_side:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .case_side:first-of-type {
    margin-top: 50px;
  }
}
.case_side_title {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #6F7390;
  font-weight: 700;
  color: #6F7390;
}
.case_side_term {
  margin: 15px 0 0 0;
}
.case_side .side-tag__list {
  margin-top: 10px;
}
.case_side_company .article__term-company {
  margin: 15px 0 25px 0;
}
.case_side_company .article__term-company .article__term--name {
  font-size: 13px;
}
.case_side_company_body p {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}
.case_side_company_body a {
  font-size: 11px;
  color: #6F7390;
  letter-spacing: 0.02em;
}
.case_side_company_body a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  mask: url(../images/renewal/ext.svg) no-repeat;
  mask-size: contain;
  background: #6F7390;
  vertical-align: middle;
}
.case_side_interviewee {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0 0 0;
}
.case_side_interviewee_img {
  flex-shrink: 0;
  width: 60px;
}
.case_side_interviewee_txt p {
  font-size: 11px;
  line-height: 1.2;
}
.case_side_interviewee_txt b {
  display: block;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}
.case_side_banners {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_side_banners {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
.case_side_banners a {
  display: block;
}
@media screen and (max-width: 767px) {
  .case_side_banners a {
    width: calc(50% - 5px);
  }
  .case_side_banners a img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }
}
.case_side_banners a + a {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .case_side_banners a + a {
    margin: 0;
  }
}
.case_side_btns {
  margin: 20px 0 0 0;
}
.case_side_btns .case_btn {
  width: 100%;
}
.case_side_btns .case_btn + .case_btn {
  margin: 10px 0 0 0;
}

.single-main__main-case {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .single-main__main-case {
    padding-bottom: 24px;
  }
}

.single-body .case_content h2 {
  margin: 80px 0 0 0;
  padding: 0 0 0 12px;
  border-bottom: none;
  border-left: 6px solid #0064FF;
}
@media screen and (max-width: 767px) {
  .single-body .case_content h2 {
    margin-top: 50px;
    padding-left: 9px;
    font-size: 22px;
  }
}
.single-body .case_content h3 {
  margin: 40px 0 0 0;
  padding: 0 0 0 70px;
  border-radius: none;
  background: none;
  font-size: 18px;
  line-height: 1.8;
  color: #6F7390;
}
@media screen and (max-width: 767px) {
  .single-body .case_content h3 {
    padding-left: 55px;
  }
}
.single-body .case_content h3:before {
  left: 0;
  top: 20px;
  width: 50px;
  height: 0;
  border-top: 1px solid #6F7390;
}
@media screen and (max-width: 767px) {
  .single-body .case_content h3:before {
    width: 35px;
  }
}
.single-body .case_content .case_inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .single-body .case_content .case_inner {
    margin-top: 30px;
  }
}
.single-body .case_content .case_name {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5;
}
.single-body .case_content .case_txt p {
  margin-top: 0;
}
.single-body .case_content .case_txt p + p {
  margin-top: 24px;
}
.single-body .case_content .case_txt p strong {
  font-weight: 700;
  background: linear-gradient(transparent 20%, rgba(2, 121, 195, 0.2) 20%);
}
.single-body .case_content img {
  display: block;
  width: 100%;
  margin: 50px 0 0 0;
  padding: 0 64px;
}
@media screen and (max-width: 767px) {
  .single-body .case_content img {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .article-list-case {
    gap: 24px;
  }
  .article-list-case .article-list__item {
    width: 100%;
  }
}
.article__term-company {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .article__term-company {
    display: block;
    margin: 10px 0;
  }
}

.article__term--logo {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .article__term--logo {
    display: block;
    margin: 0 0 5px 0;
  }
}

.article__term--name {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .article__term--name {
    font-size: 13px;
  }
}

.article__thumb--case {
  height: 236px;
}
@media screen and (max-width: 767px) {
  .article__thumb--case {
    height: 98px;
  }
}

@media screen and (max-width: 767px) {
  .article__term-date--case {
    flex-direction: row !important;
  }
}
.article__term-date--case .article__time {
  margin-left: 0;
  font-weight: 500;
  color: #002557;
}
.article__term-date--case .article__interview {
  margin-left: 25px;
  font-size: 10px;
  color: #002557;
}
@media screen and (max-width: 767px) {
  .article__term-date--case .article__interview {
    margin-left: 5px;
    line-height: 1.5;
  }
}

.article__facilities {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #6F7390;
}
@media screen and (max-width: 767px) {
  .article__facilities {
    margin-top: 10px;
    font-size: 13px;
  }
}
.article__facilities b {
  color: #002557;
}

@media screen and (max-width: 767px) {
  .main__side-case {
    display: none;
  }
}

.case_side .tag-list__link {
  pointer-events: none;
}

.header-menu-sp__nav {
  margin-top: 0;
}

.header-menu-sp__item {
  border-top: 1px solid #fff;
}

/*クランプ*/
.clamp--2 .article__title-text{
  min-height: 2lh;
}
.clamp--3 .article__excerpt-text{
  min-height: 3lh;
}



/*Top メールマガジン導線 250324*/
.mailmagazine2 {
 border:8px solid rgba(0, 37, 87, 0.4);
 border-radius:10px;
 padding: 45px 50px 0;
 position: relative;
 margin: 110px 0 30px 0;
}
.mailmagazine2_desc_bg {
  position: absolute;
  top: 0;
  left:0;
  max-width: 236px;
}
.mailmagazine2_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mailmagazine2 .mailmagazine__btn {
  padding: 0 ;
  margin: 35px 0 40px;
  max-width: 350px;
  display: block;
}
.mailmagazine2_desc_copy {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #002856;
  margin-bottom: 25px;
}
.mailmagazine2_desc_copy span {
  border-bottom: 1px solid #002856;
}
.mailmagazine2_desc_ttl {
  font-size: 34px;
  color: #002856;
  font-weight: 700;
  text-align: center;
}
.mailmagazine2_desc_img {
  max-width: 350px;
  margin-left: 30px;
  transform: translateY(25px);
}
@media screen and (max-width: 767px) {
.mailmagazine2 {
 padding: 35px 30px 0;
 position: relative;
 margin: 60px 0 ;
}
.mailmagazine2_desc_bg {
  position: absolute;
  top: 0;
  left:0;
  max-width: 150px;
}
.mailmagazine2_wrap {
  display: block;
}
.mailmagazine2_desc {
  margin-bottom: 30px;
}
.mailmagazine2 .mailmagazine__btn {
  padding: 0 ;
  margin: 35px 0 40px;
  max-width: 100%;
  display: block;
}
.mailmagazine2_desc_copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #002856;
  margin-bottom: 25px;
  text-align: justify;
}
.mailmagazine2_desc_copy .br_sp {
  display: none;
}
.mailmagazine2_desc_copy span {
  border-bottom: 1px solid #002856;
}
.mailmagazine2_desc_ttl {
  font-size: 28px;
  color: #002856;
  font-weight: 700;
  text-align: center;
}
.mailmagazine2_desc_img {
  max-width: 90%;
  width: 90%;
  margin-left: inherit;
  transform: inherit;
  margin: auto;
}
}









