@charset "UTF-8";
/* module */
/*
	ナビゲーション設定
*/
#global_menu ul ul {
  min-width: auto !important;
}

.global-menu__searches {
  color: #fff;
}

.global-menu__searches .title {
  text-align: center;
  font-size: 1.13rem;
}

.global-menu__searches ul li {
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.global-menu__searches ul li a {
  color: #fff;
}

@media screen and (max-width: 1251px) {
  #header #global_menu {
    display: block !important;
  }
  #global_menu > ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #header #global_menu {
    display: none !important;
  }
}
/*
	ボタン関係設定
*/
.single_share .share-type3 a {
  height: 40px !important;
}

.single_share .share-type3 li {
  width: calc(25% - 5px) !important;
}
.single_share .share-type3 li.copy, .single_share .share-type3 li.bookmark {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.single_share .share-type3 li.copy {
  margin-left: 20px;
}
.single_share .share-type3 li.bookmark {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .single_share .share-type3 li {
    width: calc(20% - 5px) !important;
  }
  .single_share .share-type3 li.copy {
    margin-left: 5px;
  }
  .single_share .share-type3 li.bookmark {
    margin-left: 5px;
  }
}

.single_share a:before {
  margin-right: 0 !important;
}

.single_share .twitter a:before {
  font-size: 20px !important;
}

.single_share .facebook a:before {
  font-size: 30px !important;
}

.single_share .line_button a:before {
  font-size: 28px !important;
}

.single_share li:not(.default) a {
  border-radius: 8px !important;
}

.sns .single_copy_title_url_btn {
  background-color: #EBEBEB;
  border-radius: 8px;
  min-width: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 40px;
  margin-right: 0px;
  margin-left: auto;
  position: relative;
  width: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .sns .single_copy_title_url_btn {
    width: auto;
    padding: 0px 20px;
  }
}

.sns .single_copy_title_url_btn::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/common/icon/ico--copy.svg) top left/contain no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sns .single_copy_title_url_btn:hover {
  opacity: 0.7;
}

.sns .single_copy_title_url_btn img {
  width: 26px;
}

.sns .single_copy_title_url_btn.copied {
  color: #A4A4A4;
}
@media screen and (max-width: 750px) {
  .sns .single_copy_title_url_btn.copied {
    padding: 0px 5px;
  }
}

.sns .single_copy_title_url_btn.copied::after {
  content: none;
}

.sns .simplefavorite-button.preset {
  font-size: 0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.sns .simplefavorite-button.preset i {
  font-size: 40px;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-widget {
  background-color: #E7ECF6;
  color: #1770a7;
  border-radius: 3px;
  padding: 3px 10px;
  /*display:block;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0px;
  margin-left: auto;
  font-size: 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 750px) {
  .sns .single_copy_title_url_btn {
    width: 100%;
    max-width: 100%;
  }
}
.btn-submit {
  background-color: #1770a7;
  color: #E7ECF6;
  border-radius: 5px;
  padding: 0px 20px;
  font-weight: bold;
}

.simplefavorite-button.preset {
  font-size: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.simplefavorite-button.preset:hover {
  border: none;
  background-color: #1770a7;
}
.simplefavorite-button.preset i {
  font-size: 30px;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-shadow: -1px -1px 0 #C8C8C8, 1px -1px 0 #C8C8C8, -1px 1px 0 #C8C8C8, 1px 1px 0 #C8C8C8;
}
.simplefavorite-button.preset.active {
  background-color: transparent;
}
.simplefavorite-button.preset.active i {
  color: #1770a7;
  text-shadow: none;
}

.post_list .content {
  position: relative;
}
.post_list .content .simplefavorite-button {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 4;
}
@media screen and (max-width: 750px) {
  .post_list .content .simplefavorite-button {
    top: 20px;
  }
}

.btn-signin {
  background-color: #1770a7;
  color: #F5F7FB;
  font-size: 0.81rem;
  font-weight: bold;
  width: 170px;
  height: 30px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto;
}

.btn-login {
  color: #1770a7;
  font-size: 0.81rem;
  font-weight: bold;
  border-bottom: 1px solid #1770a7;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  margin: 15px auto 0px;
}

#drawer_menu .btn-login {
  color: #F5F7FB;
  border-bottom-color: #F5F7FB;
}

.btn-logout {
  background-color: #D9D9D9;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 30px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
	記事関係設定
*/
.rt-reading-time {
  border: 2px dotted #ccc;
  padding: 0.5em;
  display: block;
  text-align: center;
  margin-bottom: 1.5em;
}

.swpm-more-tag-not-logged-in {
  padding: 90px 0px;
  text-align: center;
}
.swpm-more-tag-not-logged-in .read-more-content {
  font-weight: bold;
  font-size: 1.06rem;
}
.swpm-more-tag-not-logged-in .read-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.swpm-more-tag-not-logged-in .read-more-btn__login {
  background-color: #fff;
  color: #3D6BCD;
}
.swpm-more-tag-not-logged-in .read-more-btn__join {
  background-color: #3D6BCD;
  color: #fff;
}
.swpm-more-tag-not-logged-in .read-more-btn a {
  font-weight: bold;
  font-size: 1.06rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #3D6BCD;
  border-radius: 4px;
  text-align: center;
  height: 60px;
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.swpm-more-tag-not-logged-in .read-more-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .swpm-more-tag-not-logged-in .read-more-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .swpm-more-tag-not-logged-in .read-more-btn a {
    width: 100%;
  }
}

.u-br-sp {
  display: none;
}

@media screen and (max-width: 1251px) {
  .u-br-tb {
    display: block;
  }
  .u-br-not-td {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .u-br-sp {
    display: block;
  }
  .u-br-not-sp {
    display: none;
  }
}
.u-over-parent, .merit-footer, .merit-bg-01 {
  margin-inline: -30px;
}
@media (min-width: 750px) {
  .u-over-parent, .merit-footer, .merit-bg-01 {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth, .merit-footer, .merit-bg-01 {
  padding-inline: 30px;
}
@media (min-width: 750px) {
  .u-padding-pagewidth, .merit-footer, .merit-bg-01 {
    padding-inline: calc(50cqi - 50%);
  }
}

/*
	ヘッダー設定
*/
#header_search .input_area input {
  left: 0px !important;
}

#header_search {
  height: 80px;
}

#header_search .button label,
#header_search .button input {
  height: 35px;
  top: 12px;
}

#header_search .button label:before {
  top: 10px;
}

.header_popular_search {
  margin-top: 50px;
}

.header_popular_search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 0.88rem;
}

.header_popular_search ul li a {
  text-decoration: underline;
}

.header_membership {
  border-left: 1px solid #E9E9E9;
  height: 80px;
  text-align: center;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 308px;
  display: block;
  position: relative;
}

#site_description span {
  font-size: 0.75rem;
}

@media screen and (max-width: 1251px) {
  #header_search {
    display: block !important;
    height: 60px !important;
  }
  #header_top {
    padding-right: 50px;
  }
  #header_search .input_area input {
    top: 5px;
    height: 30px;
  }
  #header_search .button label:before {
    top: 0px;
  }
  .header_popular_search {
    margin-top: 40px;
  }
  #site_description {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  #site_description {
    font-size: 10px !important;
  }
  #header_search {
    display: none !important;
  }
  #header_top {
    padding-right: 0px;
  }
  #site_description {
    padding-right: 60px !important;
  }
  #site_description span {
    font-size: 0.5rem;
  }
}
.membership-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
  background: url(../img/common/icon/ico--arrow-member.svg) right 5px center/13px auto no-repeat;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.membership-info__image {
  width: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.membership-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.membership-info__profile {
  width: calc(100% - 55px);
}
.membership-info__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.membership-info__name {
  font-size: 1.13rem;
  font-weight: bold;
  text-align: left;
}
.membership-info__caution {
  font-size: 0.69rem;
  color: #FF0000;
}

.member-nav {
  display: none;
  width: 308px;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
}
.member-nav ul {
  background-color: #F4F4F4;
  height: 230px;
}
.member-nav li {
  border-bottom: 1px solid #BDBDBD;
  padding: 10px 18px;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.member-nav li a {
  font-size: 0.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  font-weight: bold;
}
.member-nav li.logout {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top: 1px solid #BDBDBD;
}
.member-nav li.logout a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member-nav.active {
  display: block;
}

.membership-level {
  font-size: 0.81rem;
  border-radius: 8px;
  line-height: 0.5;
  height: 18px;
  padding: 0px 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
.membership-level.level-01 {
  background-color: #FF0000;
}
.membership-level.level-02 {
  background-color: #3D6BCD;
}
.membership-level.level-03 {
  background-color: #07296F;
}

#drawer_menu .header_membership {
  border-left: none;
  height: auto;
  width: 100%;
  padding: 0px 20px;
}
#drawer_menu .membership-info {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 10px;
}
#drawer_menu .membership-info.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#drawer_menu .member-nav {
  position: relative;
  top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 8px;
}
#drawer_menu .member-nav ul {
  height: auto;
  background-color: #FFFFFF;
}
#drawer_menu .member-nav li.logout {
  position: relative;
  border-top: none;
  border-bottom: none;
}

@media screen and (max-width: 1251px) {
  #header .header_membership {
    display: none;
  }
}

#menu_button {
  width: 38px;
  height: 38px;
  line-height: normal;
  right: 10px;
  top: 10px;
}
#menu_button.level-01 .menu-button-image {
  border: 3px solid #BDBDBD;
}
#menu_button.level-02 {
  /*&::after{
  	content:'';
  	width: 15px;
  	height: 21px;
  	background: url(../img/common/icon/ico--badge-02-sp.svg) top left / contain no-repeat;
  	position: absolute;
  	bottom: -10px;
  	left: 50%;
  	transform: translateX(-50%);
  }*/
}
#menu_button.level-02 .menu-button-image {
  border: 3px solid #3D6BCD;
}
#menu_button.level-03 {
  /*&::after{
  	content:'';
  	width: 15px;
  	height: 21px;
  	background: url(../img/common/icon/ico--badge-02-sp.svg) top left / contain no-repeat;
  	position: absolute;
  	bottom: -10px;
  	left: 50%;
  	transform: translateX(-50%);
  }*/
}
#menu_button.level-03 .menu-button-image {
  border: 3px solid #07296F;
}

.menu-button-image {
  width: 38px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.menu-button-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
	メインコンテンツ設定
*/
#main_contents {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page_searchresult {
  height: 350px !important;
}

.search-results #footer_widget .widget_headline {
  border-left: 4px solid #1f489d;
  padding: 0 0 0 18px;
  margin: 0 0 20px 0;
}

.algolia-search-highlight {
  background-color: #ff0000 !important;
}

.post_content h2 {
  text-align: left !important;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 5px;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-list span {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #E7ECF6;
  color: #1F489D;
  font-size: 0.88rem;
  font-weight: bold;
}

.tag-list span.business {
  background-color: #438cc5;
  color: #fff;
}

.tag-list span.tech {
  background-color: #65a9e4;
  color: #fff;
}

.tag-list span.investment {
  background-color: #85c7ff;
  color: #fff;
}

#index_tab_post_list .post_list .desc,
.blog_list .desc {
  margin-bottom: 10px;
}

#index_tab_post_list .post_list.type1 .content,
.blog_list.type1 .content {
  height: auto;
}

#index_tab_post_list .post_list.type1 .date,
.blog_list.type1 .date {
  position: relative;
  bottom: 0;
  left: 0;
}

#index_tab_post_list .post_list.type1 .item,
.blog_list.type1 .item {
  min-height: 392px;
  height: auto;
}

.meta_top .tag {
  margin-left: 30px;
  padding-top: 5px;
}

.widget_pages ul {
  list-style: decimal;
  padding-left: 25px;
}

@media screen and (max-width: 1251px) {
  #index_tab_post_list .post_list.type1 .content,
  .blog_list.type1 .content {
    height: auto !important;
  }
  #index_tab_post_list .post_list.type1 .date,
  .blog_list.type1 .date {
    bottom: 0 !important;
    left: 0 !important;
  }
  #index_tab_post_list .post_list.type1 .item,
  .blog_list.type1 .item {
    height: auto !important;
  }
}
@media screen and (max-width: 750px) {
  #index_tab_post_list .post_list.type1 .content,
  .blog_list.type1 .content {
    height: auto !important;
  }
  #index_tab_post_list .post_list.type1 .date,
  .blog_list.type1 .date {
    bottom: 0 !important;
    left: 0 !important;
  }
  #index_tab_post_list .post_list.type1 .item,
  .blog_list.type1 .item {
    height: auto !important;
  }
  .meta_top {
    display: block;
  }
  .meta_top .tag {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 0px;
  }
  #post_title .date {
    margin-right: 15px;
  }
}
.swpm-custom-profile-form input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.swpm-custom-profile-form__item {
  margin-bottom: 20px;
}

.favorites-list {
  list-style: none !important;
}
.favorites-list p {
  margin-bottom: 0;
}
.favorites-list li {
  position: relative;
}
.favorites-list li .simplefavorite-button {
  position: absolute;
  right: 20px;
  top: 55px;
}
.favorites-list li img {
  width: 100px;
}
.favorites-list li p:nth-of-type(2) {
  padding-right: 30px;
}
@media screen and (max-width: 1251px) {
  .favorites-list {
    margin-left: 0 !important;
  }
  .favorites-list p {
    line-height: 1.5;
  }
  .favorites-list li .simplefavorite-button {
    top: 35px;
  }
  .favorites-list li p:nth-of-type(2) {
    padding-right: 40px;
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 750px) {
  #index_tab_post_list .post_list.type2 .content {
    font-size: 0.88rem;
  }
  #index_tab_post_list .post_list.type2 .content .simplefavorite-button {
    right: 0;
  }
  #index_tab_post_list .post_list.type2 .content_inner {
    padding: 0px 20px;
  }
}

.swpm-form-builder fieldset {
  border: none;
  background-color: transparent;
}

.swpm-form-builder ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .swpm-form-builder ul li {
    display: block;
  }
}

label.swpm-desc {
  width: 200px;
}
@media screen and (max-width: 750px) {
  label.swpm-desc {
    width: auto;
  }
}

select.swpm-select {
  padding: 1px 0 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}

input.swpm-text, input[type=text].swpm-text, input[type=tel].swpm-text, input[type=email].swpm-text, input[type=url].swpm-text, textarea.swpm-textarea, select.swpm-select {
  padding: 5px;
}

input[type=file].swpm-small, input[type=file].swpm-medium, input[type=file].swpm-large {
  width: 100%;
}

.simplefavorites-modal-content {
  border-radius: 8px;
  display: none;
}
.simplefavorites-modal-content.active {
  display: block;
}

.simplefavorites-modal-content-body {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
.simplefavorites-modal-content-body button {
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: transparent;
  border: none;
}
.simplefavorites-modal-content-body .favorites-modal-title {
  color: #0053FF;
  font-size: 1.56rem;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.simplefavorites-modal-content-body .favorites-modal-content {
  color: #1F489D;
  font-size: 1.13rem;
  line-height: 1.5;
}
.simplefavorites-modal-content-body .favorites-modal-content a {
  color: #1F489D !important;
}
@media (max-width: 767px) {
  .simplefavorites-modal-content-body {
    height: auto;
  }
}

#copyright {
  line-height: 1.5;
  padding-top: 13px;
}
#copyright a {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #copyright {
    line-height: 1.5;
    padding-top: 10px;
  }
}

a:hover {
  color: #000000 !important;
}
a:hover span {
  text-decoration: underline;
}
a:hover .tag-list span {
  text-decoration: none;
}

.widget_content a:hover {
  text-decoration: underline;
}

/*
	サイドコンテンツ設定
*/
#side_col {
  position: sticky;
  top: 50px;
}

/*
	Meritページ設定
*/
body {
  container-type: inline-size;
}

.ff-en-m, .member-faq-list__num, .merit-nav__title, .merit-step__title, .merit-section-title__en, .simplefavorites-modal-content-body .favorites-modal-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

.ff-ja, #page_image_header.merit-header {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff-ja-r {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-ja-m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-ja-b, .merit-section-title__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-ja-an-r {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-ja-an-m, .merit-content {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-ja-an-b {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.merit-register {
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 66px auto 8px;
}
.merit-register::before {
  content: url(../img/merit/dec--text-01-l.svg);
}
.merit-register::after {
  content: url(../img/merit/dec--text-01-r.svg);
}

#page_image_header.merit-header .desc {
  font-size: 1.25rem;
  line-height: 1.75;
}
#page_image_header.merit-header .catch {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #page_image_header.merit-header .desc {
    font-size: 1rem;
  }
}

.btn-merit {
  background-color: #fff;
  color: #1770a7 !important;
  width: 270px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 28px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.13rem;
}
.btn-merit:hover {
  text-decoration: none !important;
}

.merit-content {
  padding-bottom: 50px !important;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .merit-content {
    margin-top: 30px !important;
  }
}

.merit-section {
  padding-bottom: 155px;
}
.merit-section__content {
  font-size: 1.06rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .merit-section {
    padding-bottom: 120px;
  }
}

.merit-section-title {
  margin-bottom: 45px;
  position: relative;
  font-size: 2rem !important;
}
.merit-section-title::before {
  content: "";
  width: 43px;
  height: 4px;
  background-color: #1770a7;
  position: absolute;
  top: -15px;
  left: 0;
}
.merit-section-title__ja {
  font-size: 2rem !important;
  margin: 0 !important;
  line-height: 0.5;
  letter-spacing: 1px;
}
.merit-section-title__en {
  font-size: 0.75rem;
  color: #1770a7;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1.08px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 750px) {
  .merit-section-title__ja {
    font-size: 1.5rem !important;
  }
}

.merit-step {
  margin: 0 !important;
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px 55px;
  color: #1770a7;
}
.merit-step li {
  width: 340px;
  position: relative;
}
.merit-step li::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 53px;
  top: 108px;
  right: -45px;
  background: url(../img/merit/ico--arrow-step.svg) top left/contain no-repeat;
  z-index: -1;
}
.merit-step li:last-of-type::after {
  content: none;
}
.merit-step__title {
  font-size: 2.19rem !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.merit-step__content {
  font-weight: bold;
  font-size: 1.06rem;
}
@media screen and (max-width: 1251px) {
  .merit-step {
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .merit-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit-step li {
    width: 100%;
  }
  .merit-step li::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
  }
  .merit-step__title {
    font-size: 1.88rem !important;
  }
}

.merit-nav__title {
  background-color: #1770a7;
  color: #FFFFFF;
  font-size: 0.75rem !important;
  margin: 0 !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 42px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.merit-nav__list {
  list-style: none !important;
  margin-left: 0 !important;
}
.merit-nav__list li a {
  text-decoration: underline;
  display: block;
  font-weight: bold;
  padding: 20px 20px 20px 14px;
  background: url(../img/merit/ico--arrow-down.svg) right 5px center/7px auto no-repeat;
}

.merit-fukabori {
  background: url(../img/merit/pic--merit.webp) right -7px top 10px/573px auto no-repeat;
  padding-bottom: 85px;
}
.merit-fukabori__list {
  list-style: none !important;
  margin-top: 40px;
  margin-left: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.merit-fukabori__list li {
  background-color: #F3F3F3;
  color: #1770a7;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 10px;
  padding: 10px 80px 10px 22px;
  margin-bottom: 18px;
  position: relative;
}
.merit-fukabori__lede {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-top: 90px !important;
  line-height: 1.54 !important;
  letter-spacing: 2px;
}
.merit-fukabori__lede span {
  font-size: 2.63rem;
}
.merit-fukabori__content {
  margin-top: 10px;
  line-height: 1.59 !important;
}
@media screen and (max-width: 1251px) {
  .merit-fukabori {
    background-position: right -7px top -10px;
    background-size: 50% auto;
  }
  .merit-fukabori__content {
    width: 50%;
  }
  .merit-fukabori__list li {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .merit-fukabori {
    background-image: none;
  }
  .merit-fukabori__content {
    width: 100%;
  }
  .merit-fukabori__lede {
    font-size: 1.5rem;
    margin-top: 60px !important;
  }
  .merit-fukabori__lede span {
    font-size: 2rem;
  }
  .merit-fukabori__list li {
    padding: 10px 10px;
    font-size: 1.13rem;
  }
}

.merit-bg-01 {
  background-color: #EAF2F9;
  padding-top: 75px;
  margin-bottom: 75px;
}

.member-type {
  padding-bottom: 80px;
}

.member-type-list {
  list-style: none !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr 55px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 55px;
  margin: 0 !important;
}
.member-type-list li {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 3.3px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3.3px -1px rgba(0, 0, 0, 0.25);
  padding: 30px 30px 0px 30px;
}
.member-type-list__title {
  border-radius: 5px;
  color: #FFF;
  font-size: 1.25rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  margin: 0 !important;
}
.member-type-list__title.member-type-non {
  background: linear-gradient(92deg, #737373 -28.38%, #D9D9D9 99.44%);
}
.member-type-list__title.member-type-pre {
  background: linear-gradient(92deg, #509E74 -28.38%, #B3FFDA 99.44%);
}
.member-type-list__title.member-type-full {
  background: linear-gradient(92deg, #2757BC -28.38%, #94B6FD 99.44%);
}
.member-type-list__table {
  margin-bottom: 0 !important;
}
.member-type-list__table tr {
  border-bottom: 1px solid #EAEAEA;
}
.member-type-list__table tr:last-of-type {
  border-bottom: none;
}
.member-type-list__table th {
  border: none;
  width: calc(100% - 90px);
  background-color: transparent;
  padding: 20px 0;
  font-weight: 500;
}
.member-type-list__table td {
  border: none;
  width: 90px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.member-type-list__table td span {
  color: #E20000;
  font-size: 0.88rem;
}
.member-type-list__table td img {
  vertical-align: middle;
}
@media screen and (max-width: 1251px) {
  .member-type-list {
    gap: 30px 20px;
  }
  .member-type-list li {
    padding: 20px 15px 0px 15px;
  }
  .member-type-list__table td {
    width: 63px;
  }
  .member-type-list__table td span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 750px) {
  .member-type-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.merit-full {
  padding-bottom: 90px;
}
.merit-full .merit-section-title {
  margin-bottom: 35px;
}

.merit-full-list {
  list-style: none !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 50px;
  margin: 0px !important;
}
.merit-full-list li {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 3.3px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 3.3px -1px rgba(0, 0, 0, 0.25);
  padding: 25px 30px 0px 30px;
}
.merit-full-list__title {
  border-radius: 5px;
  color: #FFF;
  font-size: 1.25rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  margin: 0 !important;
}
.merit-full-list__title.member-type-non {
  background: linear-gradient(92deg, #737373 -28.38%, #D9D9D9 99.44%);
}
.merit-full-list__title.member-type-full {
  background: linear-gradient(92deg, #2757BC -28.38%, #B3FFDA 99.44%);
}
.merit-full-list__sub {
  list-style: none !important;
  margin: 0px !important;
}
.merit-full-list__sub li {
  background-color: transparent;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  font-size: 1.19rem;
  font-weight: 500;
}
.merit-full-list__sub li span {
  font-size: 1.44rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.merit-full-list__sub li span::after {
  content: "";
  height: 7px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6E94E3), to(#B3FFDA));
  background: linear-gradient(90deg, #6E94E3 0%, #B3FFDA 100%);
  mix-blend-mode: multiply;
  bottom: -4px;
  left: 0;
  position: absolute;
}
.merit-full-list__sub li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1251px) {
  .merit-full-list {
    gap: 30px 20px;
  }
  .merit-full-list li {
    padding: 20px 15px 10px 15px;
  }
  .merit-full-list__sub li {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .merit-full-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .merit-full-list__sub li {
    font-size: 1rem;
  }
  .merit-full-list__sub li span {
    font-size: 1.25rem;
  }
}

.member-faq {
  padding-bottom: 55px;
}

.member-faq-list dt {
  font-size: 1.13rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  line-height: 1.8 !important;
}
.member-faq-list__num {
  font-size: 2.19rem;
  color: #1770a7;
  width: 60px;
}
.member-faq-list dd {
  border-bottom: 1px solid #EAEAEA;
  padding-left: 70px;
  font-size: 1.13rem;
  padding-bottom: 45px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 750px) {
  .member-faq-list dd {
    padding-left: 0;
    padding-bottom: 30px;
    margin-bottom: 20px !important;
  }
}

.merit-footer {
  padding: 120px 30px 100px;
  text-align: center;
  background: url(../img/merit/bgi--footer.webp) center/cover no-repeat;
  color: #fff;
}
.merit-footer .merit-register {
  margin: 0px auto;
}
.merit-footer__note {
  font-size: 0.88rem;
  display: block;
  text-align: center;
  margin: 15px auto 0;
}
.merit-footer .btn-merit {
  height: 90px;
  width: 436px;
  max-width: 100%;
  border-radius: 45px;
  font-size: 1.38rem;
}
@media screen and (max-width: 750px) {
  .merit-footer {
    padding: 60px 30px;
  }
}
/*# sourceMappingURL=master.css.map */