@charset "UTF-8";

* {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in;
}

.cvr-area_01 ,
.cvr-area_02 {
  background: white;
}

.blue .cvr-area_01 ,
.blue .cvr-area_02 {
  background: #f0f7fb;
}

.cvr-area_02 .cvr-btn {
  max-width: 660px;
}

.search-word,
.site-footer .footer-nav {
  width: 100%;
  max-width: 1000px;
}

.search-word .openBtn,
.closeBtn {
  display: none;
}

.search-word .hideCont {
  display: block;
}

@media only screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
    transition: none;
  }
}
/*========= ナビゲーションのためのCSS ===============*/

.sarch-nav {
  display: none;
}

.sarch-nav {
  display: block;
  margin: 0;
  padding: 0 9.375% 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: -120%;
  z-index: 99999;
  background: #009bdd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.sarch-nav.active {
  bottom: 0;
  top: 0;
  z-index: 99999;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}


/*ナビゲーションの縦スクロール*/
.sarch-nav.active .sarch-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sarch-nav nav {
  position: absolute;
  z-index: 999;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .sarch-nav nav {
    padding: 40px 0;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
}

.sarch-nav h3 {
  font-size: 26px;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
/*ナビゲーション*/
.sarch-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*リストのレイアウト設定*/

.sarch-nav li {
  width: 25%;
  padding: 5px;
}


/*========= ボタンのためのCSS ===============*/
.close-btn {
  color: white;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  position: fixed;
  right: 10px;
  z-index: +1;
  width: 50px;
  text-align: right;
  z-index: 9999;
}
@media only screen and (max-width: 1000px) {
  .cvr-area_01 ,
.cvr-area_02 {
    padding: 30px 20px !important;
  }

  .site-header {
    padding: 0 20px;
}
}

@media only screen and (max-width: 768px) {
  .sarch-nav h3 {
    font-size: 20px;
      margin-bottom: 20px;
  }

  .sarch-nav ul {
    justify-content: flex-start;
  }

  .sarch-nav li {
    width: 50%;
  }

  img {
    width: 100%;
  }

  .wrap-header .site-title {
    padding: 10px 0;
  }

  .wrap-header .logo-aflac {
    top: 10px;
    right: 0;
  }

  .wrap-header .site-title p:first-child {
    margin: 0 0 5px;
    padding: 0;
    width: 50%;
  }

  .wrap-header .site-title h1 {
    padding: 0;
    width: 70%;
  }

  .search-word .openBtn,
  .closeBtn {
    display: block;
  }

  .search-word .hideCont {
    display: block;
  }

  .hamburger-nav {
    padding: 0;
  }

  .hamburger-nav li a {
    height: auto !important;
    line-height: 1 !important;
    padding: 15px 20px !important;
    font-weight: 400 !important;
    border-bottom: 1px solid white;
    font-size: 15px !important;
  }

  .hamburger-nav li:nth-child(2) a,
  .hamburger-nav li:nth-child(3) a,
  .hamburger-nav li:nth-child(4) a,
  .hamburger-nav li:nth-child(5) a,
  .hamburger-nav li:nth-child(6) a,
  .hamburger-nav li:nth-child(7) a,
  .hamburger-nav li:nth-child(8) a {
    background: #b2dff7;
    color: #0064a9;
    padding-left: 30px !important;
    font-size: 13px !important;
    display: flex;
    align-items: center;
  }

  .hamburger-nav li:nth-child(2) a::before,
  .hamburger-nav li:nth-child(3) a::before,
  .hamburger-nav li:nth-child(4) a::before,
  .hamburger-nav li:nth-child(5) a::before,
  .hamburger-nav li:nth-child(6) a::before,
  .hamburger-nav li:nth-child(7) a::before,
  .hamburger-nav li:nth-child(8) a::before {
    content: "";
    background: #0064a9;
    display: inline-block;
    width: 10px;
    height: 1px;
    margin-right: 10px;
}

  .hamburger-nav a::after {
    right: 20px;
  }

  .hamburger-nav li:nth-child(2) a::after,
  .hamburger-nav li:nth-child(3) a::after,
  .hamburger-nav li:nth-child(4) a::after,
  .hamburger-nav li:nth-child(5) a::after,
  .hamburger-nav li:nth-child(6) a::after,
  .hamburger-nav li:nth-child(7) a::after,
  .hamburger-nav li:nth-child(8) a::after {
    content: none;
}

}


/* --------------------------------------------------

トップページ

-------------------------------------------------- */

/* トップページ メインビジュアル
---------------------------------------- */
.top-mv {
  background: #0064a9;
  padding-bottom: 30px;
}

.top-mv-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-mv .main-visual .slick {
  display: none;
}

.top-mv .slick.slick-initialized {
  display: block;
}

.top-mv .slick-dots {
  bottom: 0;
  right: 0;
  width: auto;
}

.top-mv .slick-dots li button::before {
  opacity: 1;
  color: #d5d5d5;
}

.top-mv .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #009bdd;
}
@media only screen and (max-width: 1000px) {
  .top-mv-inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv {
    padding-bottom: 10px;
  }

  .top-mv .slick-dots {
    bottom: -30px;
    left: 0;
  }
}
/* トップページ コピー＆リンク
---------------------------------------- */
.top-copy {
  background: #f0f7fb;
  padding: 50px 0;
}

.top-copy-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.top-copy h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #0064a9;
  margin-bottom: 25px;
}

.top-copy p {
  text-align: center;
  color: #0064a9;
  font-weight: 500;
  margin-bottom: 30px;
}

.top-copy ul {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-copy ul li {
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .top-copy {
    padding: 30px 20px;
  }

  .top-copy h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .top-copy p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .top-copy ul {
    justify-content: flex-start;
    margin: -5px;
  }

  .top-copy ul li {
    width: 50%;
  }
}


/* トップページ 記事リスト
---------------------------------------- */
.top-article {
  padding: 65px 0 40px;
  width: 100%;
  background: #f0f7fb;
  box-sizing: border-box;
}

.top-article .article-section {
  margin: 0 auto 20px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  background: #b2dff7;
  padding: 10px;
  align-items: end;
  position: relative;
}

.top-article .articla-section-wrap {
  width: 20%;
}

.top-article .article-section .article-section-header {
  margin: 0;
  padding-bottom: 0;
  width: 100%;
  position: unset;
  border-bottom: none !important;
}

.article-section .page-icon {
  position: absolute;
  top: -10px;
  width: 90px;
  left: 6.7%;
  text-align: center;
}

.article-section.category_03 .page-icon img {
  width: 85%;
}

.article-section.category_06 .page-icon img {
  width: 55%;
}

.top-article .page-title {
  text-align: center;
  margin-bottom: 20px;
}

.top-article .page-title span {
  background: white;
  font-size: 21px;
  color: #0064a9;
  font-weight: 600;
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 5px;
  line-height: 1;
}

.top-article .article-section-header .view-all-link {
  line-height: 1;
  font-size: 14px;
  font-weight: 200;
  display: block;
  background: #0064a9;
  padding: 15px;
  text-decoration: none;
  color: white !important;
  text-align: center;
  position: relative;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.top-article .article-section-header .view-all-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  background: white;
}

.top-article .article-section-header .view-all-link::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 8px;
  height: 1px;
  background: white;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  border: none !important;
}

.top-article .pick-up-list {
  width: 80%;
  height: auto;
}

.top-article .pick-up-list ul {
  display: flex;
  flex-wrap: wrap;
}

.top-article .pick-up-list .pick-up-list-item {
  width: 33.33333336%;
  padding: 5px;
  margin: 0;
}

.top-article .pick-up-list .pick-up-list-item a {
  overflow: auto;
  width: auto;
  height: auto;
  border: none !important;
  position: relative;
}

.top-article .pick-up-list .pick-up-list-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0065a9 transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
  visibility: unset;
}

.pick-up-list-item a.nolink,
.pick-up-list li a.nolink {
  pointer-events: none;
}

.pick-up-list-item a.nolink .pick-up-thum,
.pick-up-list li a.nolink .pick-up-thum {
  position: relative;
}

.pick-up-list-item a.nolink .pick-up-thum::before,
.pick-up-list li a.nolink .pick-up-thum::before {
  content: "coming soon";
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: +1;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
}

.pick-up-list-item a.nolink .pick-up-thum figure,
.pick-up-list li a.nolink .pick-up-thum figure {
  background: black;
}

.pick-up-list-item a.nolink .pick-up-thum figure img,
.pick-up-list li a.nolink .pick-up-thum figure img {
  opacity: 0.5;
}

.pick-up-list li a.nolink .more-btn {
  display: none;
}

.top-article .pick-up-list .pick-up-cont h3 {
  font-size: 14px;
  color: #111;
  font-weight: 500;
  height: 70px;
  overflow: hidden;
  font-family: "Noto Sans Japanese","Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka－等幅", Osaka-mono, monospace;
  text-align: left;
  margin-bottom: 0;
}

.top-article .pick-up-list .label-kind {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.top-article .article-section-link {
  text-align: center;
  margin-top: 40px;
}

.top-article .article-section-link a {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.top-article .article-section-link a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #008eca;
  border-right: solid 1px #008eca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 45%;
}

.top-article .slick-dots {
  bottom: -40px;
  left: 10px;
}

.top-article .slick-dots li {
  margin: 0;
}

.top-article .slick-dots li button::before {
  opacity: 1;
  color: #0064a9;
}

.top-article .slick-dots li.slick-active button::before {
  opacity: 1;
  color: white;
}

.top-article .slick-next {
  right: -5px;
}

.top-article .slick-prev {
  left: -5px;
  z-index: +1;
}

.top-article .slick-next::before,
 .top-article .slick-prev::before {
  color: #0064a9;
}
@media only screen and (max-width: 1000px) {
  .top-article .articla-section-wrap {
    width: 30%;
  }

  .top-article .pick-up-list {
    width: 70%;
  }

  .article-section .page-icon {
    width: 80px;
    left: 11%;
  }
}
@media only screen and (max-width: 768px) {
  .top-article .pick-up-list .pick-up-thum figure {
    min-height: 115.3px;
  }

  .top-article .slick-list {
    padding: 0 10% 0 0 !important;
  }

  .top-article .slick-slide {
      margin-right: 5px;
  }

  .top-article .slick-list img {
    width: 100%;
  }

  .top-article {
    padding: 30px 20px 20px;
  }

  .top-article .article-section {
    padding: 15px 0 20px;
  }

  .top-article .articla-section-wrap {
    padding: 0 15px;
    width: 100%;
  }

  .top-article .pick-up-list {
    width: 100%;
    overflow: unset;
    padding-left: 10px;
  }

  .top-article .pick-up-list ul {
    width: 100%;
  }

  .top-article .pick-up-list .pick-up-list-item {
    width: 100%;
  }

  .article-section .page-icon {
    left: unset;
    right: 20px;
    width: 40px;
    top: 10px;
  }

  .top-article .page-title {
    font-size: 15px !important;
    background: white;
    text-align: left;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1em !important;
    margin-bottom: 10px;
  }

  .top-article .page-title span {
    font-size: 15px;
    color: #0064a9;
    padding: 0;
    margin-bottom: 0;
  }

  .top-article .pick-up-list li a {
    padding-bottom: 0 !important;
  }

  .top-article .article-section .article-section-header .view-all-link {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    border-radius: 10px 0 0 0;
    padding: 13px 20px;
    z-index: 9999;
  }

  .top-article .pick-up-list .pick-up-cont {
    padding: 15px;
  }

  .top-article .pick-up-list .label-kind {
    margin-bottom: 0;
  }

  .top-article .pick-up-list .pick-up-cont h3 {
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0;
    margin: 0 !important;
    height: 62px;
    width: 100%;
  }

  .bx-wrapper .bx-pager {
    text-align: left;
    margin-left: 20px;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #0064a9 !important;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
 .bx-wrapper .bx-pager.bx-default-pager a.active,
 .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff !important;
}

.top-article .article-section-link {
  margin-bottom: 20px;
}

.top-article .article-section-link a {
  font-size: 16px;
}
}

/* トップページ ロザン記事
---------------------------------------- */
.top-soudan {
  padding: 41px 0 40px;
  width: 100%;
  background: #f0f7fb;
}

.top-soudan-inner {
  margin: 0 auto;
  max-width: 960px;
  background: #009bdd;
  padding: 20px;
}

.top-soudan h2 {
  font-family: "Sawarabi Mincho";
  color: white;
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
}

.top-soudan ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-soudan ul li {
  width: 45%;
  padding: 20px;
}

.top-soudan ul li:nth-child(1) {
  width: 55%;
}

.top-soudan p {
  font-size: 15px;
  color: white;
}
.top-soudan a.btn {
  display: inline-block;
  background: #0064a9;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15px;
  width: 200px;
  text-align: center;
  position: relative;
}
.top-soudan a.btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 45%;
}
@media only screen and (max-width: 768px) {
  .top-soudan {
    padding: 0;
  }

  .top-soudan-inner {
    padding-bottom: 40px;
  }

  .top-soudan h2 {
    font-size: 18px;
  }

  .top-soudan ul {
    margin: -10px;
  }

  .top-soudan ul li {
    width: 100% !important;
    padding: 10px;
  }

  .top-soudan p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top-soudan a.btn {
    margin: 0 auto;
    display: block;
  }
}

/* バナーエリア
---------------------------------------- */
.bnr-area {
  padding: 30px 0;
  width: 100%;
  background: #f0f7fb;
}

.bnr-area ul {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bnr-area li {
  height: auto !important;
  width: 50% !important;
  padding: 20px;
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
}

.bnr-area h2 {
  position: relative;
  margin-bottom: 20px;
}

.bnr-area h2 span {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: #0064a9;
  background: #f0f7fb;
  z-index: +1;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.bnr-area h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #0064a9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bnr-area p {
  font-size: 13px;
  margin: 5px 0 0;
  font-weight: 200;
}

.bnr-area li:nth-child(1) a figure {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .bnr-area li:nth-child(1) a figure::before {
    left: 18%;
    font-size: 12px;
  }

  .bnr-area {
    padding: 30px 10px;
  }

  .bnr-area li {
    width: 100% !important;
    padding: 10px !important;
  }

  .bnr-area h2 {
    margin-bottom: 10px;
  }

  .bnr-area h2 span {
    font-size: 18px;
  }
}

.wings-bnr-wrapper {
  margin-bottom: 1.4em;
}

.wings-bnr {
  margin: 0 auto;
  text-align: center;
}

.wings-bnr a {
  display: block;
}

.wings-bnr img {
  max-width: 100%;
  height: auto;
}

.wings-bnr_lg {
  width: 500px;
}

.wings-bnr_sm {
  width: 87.73vw;
}

.wings-bnr-text-wrapper {
  text-align: center;
}

.wings-bnr-text {
  font-size: 16px !important;
  color: #0164ab !important;
  font-weight: bold !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wings-bnr-text {
    text-align: center;
    display: inline-block;
    font-size: 14px !important;
  }
}

/* バナーエリア サポート
---------------------------------------- */

.support {
  padding: 41px 0 40px;
  width: 100%;
  background-color: #deebf7;
}

.support-inner {
  margin: 0 auto;
  max-width: 960px;
  background-color: #fff;
  padding: 0 0 30px;
}

.support-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  width: 100%;
  background-color: #5bbfe9;
  padding: 25px 40px 22px;
}

.support-header-text {
  width: 816px;
}

.support-header-text img {
  display: block;
  width: 100%;
}

.support-header-logo {
  width: 56px;
}

.support h2 {
  font-family: "Sawarabi Mincho";
  color: white;
  text-align: center;
  font-size: 22px;
}

.support-inner-list {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-top: 30px;
  padding: 0 40px;
}

.support-inner-img {
  align-self: flex-start;
  flex-shrink: 0;
  border: solid 1px #5bbfe9;
  width: min(47.8vw, 466px);
}

.support-inner-img img {
  width: 100%;
}

.support p {
  font-size: 15px;
  font-weight: 400;
  color: #0063a9;
}

.support-btn {
  display: inline-block;
  background: #0063a9;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .support-btn {
    padding: 10px 25px;
  }
}

.support-btn + .support-btn {
  margin-top: 10px;
}

.support-btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 45%;
}
@media only screen and (max-width: 768px) {
  /* .support {
    padding: 0;
  } */
  .support-inner {
    padding-bottom: 40px;
  }

  .support-header {
    flex-direction: row-reverse;
    gap: 0 1.07vw;
    padding: 2.93vw 4vw;
  }

  .support-header-text {
    width: 72.53vw;
  }

  .support-header-logo {
    width: 16.67vw;
  }

  .support h2 {
    font-size: 18px;
  }

  .support-inner-list {
    flex-direction: column;
    gap: 3.6vw 0;
    margin-top: 4vw;
    padding: 0 4vw;
  }

  .support-inner-img {
    width: 100%;
  }

  .support p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .support-btn {
    margin: 0 auto;
    display: block;
    width: 72.67vw;
  }

  .support-btn + .support-btn {
    margin-top: 1.2vw;
  }
}


/* フッターリンク
---------------------------------------- */
.footer-link {
  background: #f0f7fb;
  padding: 40px 0;
}

.footer-link-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-link h2 {
  width: 30%;
  font-size: 19px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #0064a9;
  background: url(../img/top/pc/kumo.png) no-repeat;
  background-size: auto 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background-position: center;
}

.footer-link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 70%;
}

.footer-link ul li {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .footer-link h2 {
    width: 40%;
  }

  .footer-link ul {
    width: 50%;
  }

  .footer-link ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-link-inner {
    padding: 0 15px;
  }

  .footer-link h2,
  .footer-link ul {
    width: 100%;
  }

  .footer-link h2 {
    width: 100%;
    background: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/* フッターリンク
---------------------------------------- */
.cvr-area_03 {
  display: none;
}

.cvr-area_03 .hamburger-btn {
  height: 60px;
}

.cvr-area_03 .sarch-btn {
  font-size: 12px;
  text-decoration: none;
  background: #f0f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
  font-weight: 500;
  font-family: "Sawarabi Mincho" !important;
  position: relative;
  color: #0064a9;
}

.cvr-area_03 .cvr-btn {
  font-size: 12px;
  font-weight: 500;
  width: 58%;
  height: 60px;
  line-height: 1.2;
  display: block;
  padding: 0;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cvr-area_03 .cvr-btn::after {
  position: absolute;
  top: 43%;
  right: 10px;
  width: 5px;
  height: 5px;
}

.cvr-area_03 .sarch-btn::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 20px;
  right: 10px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 43%;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px solid #0064a9;
  border-bottom: 1px solid #0064a9;
}

@media only screen and (max-width: 768px) {
  .cvr-area_03 {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767px) {
  .cvr-area_03 .sarch-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px;
    font-size: 18px;
  }

  .cvr-area_03 .sarch-btn::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }

  .cvr-area_03 .cvr-btn {
    height: 70px;
    margin-left: 26%;
    font-size: 18px;
    width: 74%;
  }

  .cvr-area_03 .cvr-btn::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}



/* --------------------------------------------------

カテゴリーページ

-------------------------------------------------- */

/* 一覧ページ */
.category-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: 400;
  color: #0064a9;
  letter-spacing: 0.1em;
}

.category .category-article {
  padding: 20px 0 40px;
  width: 100%;
  background: #f0f7fb;
  box-sizing: border-box;
}

.category .category-article .article-section {
  margin: 0 auto 20px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  background: #b2dff7;
  padding: 10px;
  position: relative;
}

.category .category-article .articla-section-wrap {
  width: 20%;
  margin: 0;
}

.category .category-article .article-section .pick-up-list {
  width: 80%;
  margin: 0;
}

.category .category-article .article-section .article-section-header .page-title {
  line-height: 1.63636;
  font-family: "Sawarabi Mincho";
  font-size: 22px;
  color: #333;
  text-align: center;
}

.category .category-article .article-section .article-section-header .page-title span {
  background: white;
  font-size: 21px;
  color: #0064a9;
  font-weight: 600;
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 5px;
  line-height: 1;
}

.category .category-article .article-section .page-icon {
  position: unset;
  top: -10px;
  width: 90px;
  margin: 0 auto 40px;
}

.category .category-article .article-section .article-section-header {
  position: absolute;
  top: -10px;
  left: 0;
  width: 20%;
  border-bottom: none;
}

.category .category-article .article-section .pick-up-list li a {
  border-bottom: none !important;
}

@media only screen and (max-width: 1000px) {
  .category .category-article .articla-section-wrap,
  .category .category-article .article-section .pick-up-list {
    width: 100%;
  }

  .category .category-article .pick-up-list ul li {
    width: 50%;
    padding: 5px;
    margin: 0;
  }

  .category .category-article .article-section .article-section-header {
    position: unset;
    width: 100%;
    margin: 0 5px;
  }

  .category .category-article .article-section .page-icon {
    position: absolute;
    top: 15px;
    left: auto;
    right: 20px;
    width: 70px;
    margin: 0 auto 40px;
  }

  .category .category-article .article-section .article-section-header .page-title .display_pc {
    display: none !important;
  }

  .category .category-article .article-section .article-section-header .page-title {
    text-align: left;
    margin: 20px 0;
    background: white;
    display: inline-block;
    padding: 0 20px;
  }

  .category .category-article .article-section .article-section-header .page-title span {
    padding: 0;
    background: no-repeat;
  }

  .category .category-article .pick-up-list .pick-up-cont {
    margin-bottom: 50px;
  }

  .category .category-article .article-section {
    padding: 10px 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* 一覧ページ */
  .category-ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .category .category-article .pick-up-list ul li {
    width: 100%;
  }

  .category .category-article .article-section {
    padding: 10px 15px 20px;
  }

  .category .category-article .articla-section-wrap,
 .category .category-article .article-section .pick-up-list {
    padding: 0;
  }

  .category .category-article .article-section .article-section-header .page-title {
    margin: 10px 0;
    padding: 0 10px;
    line-height: 1;
  }

  .category .category-article .article-section .article-section-header .page-title span {
    margin: 0;
    font-size: 15px;
    color: #0064a9;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
    padding: 5px 0;
  }

  .category .category-article .article-section .page-icon {
    width: 40px;
  }

  .category .category-article {
    padding: 40px 0 40px;
  }
}






.category .category-header {
  background: #b2dff7;
  padding: 20px 0 40px;
}

.category .category-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category .category-header-inner .img {
  width: 180px;
  margin-right: 50px;
  text-align: center;
}

.category .category-header-inner h2 {
  display: inline-block;
  background: white;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.category .category-header-inner h2 span {
  font-size: 28px;
  color: #0064a9;
  line-height: 1;
  font-weight: bold;
}

.category .category-header-inner p {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}


.category .pick-up-area {
  padding: 60px 0;
  height: auto;
}

.category .pick-up-area .pick-up-header {
  padding: 30px 0;
  height: auto;
}

.category .pick-up-list {
  height: auto;
}

.category .pick-up-list .pick-up-thum figure {
  background: #d5d5d5;
}

.category .pick-up-list .pick-up-cont {
  padding: 20px;
  height: 80px;
  margin-bottom: 50px;
}

.category .pick-up-list li a {
  height: 100%;
  width: 100%;
}

.category .pick-up-list .pick-up-cont h3 {
  margin-bottom: 0;
  height: 50px;
  font-size: 13px;
  font-family: "Noto Sans Japanese","Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: 500;
}

.category .pick-up-list .label-kind {
  position: absolute;
    bottom: 15px;
    right: 0;
}

.category .pick-up-area .pick-up-header h3 {
  font-size: 20px;
  color: white;
  padding-top: 40px;
  font-family: "Sawarabi Mincho";
}

.category .pick-up-area .pick-up-header,
.category .pick-up-list,
.category .pick-up-list-sub {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.category .pick-up-list ul,
.category .pick-up-list-sub ul {
  display: flex;
  flex-wrap: wrap;
}

.category .pick-up-list ul li,
.category .pick-up-list-sub ul li {
  width: 33.33336%;
  padding: 5px;
  margin: 0;
}

.category .pick-up-list-sub ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  text-decoration: none;
  position: relative;
}

.category .pick-up-list-sub ul li a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #008eca;
  border-right: solid 1px #008eca;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 45%;
}

.category .pick-up-list-sub ul li a figure {
  margin-right: 20px;
  max-width: 120px;
}

.category .pick-up-list-sub ul li a figure img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
  background: #d5d5d5;
}

.category .pick-up-list-sub ul li a .pick-up-cont {
  padding-right: 40px;
  width: calc(100% - 120px);
  /* display: flex;
  align-items: center; */
}

.category .pick-up-list-sub ul li .pick-up-cont h3 {
  font-size: 12px;
  font-weight: 500;
  height: 85px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .category .pick-up-list-sub ul li a .pick-up-cont h3 {
    height: 75px;
  }
}

.category .pick-up-list-sub ul li a.nolink {
  pointer-events: none;
}

.category .pick-up-list-sub ul li a.nolink::after {
  content: none;
}

.category .pick-up-list-sub ul li a.nolink figure {
  position: relative;
  background: black;
}

.category .pick-up-list-sub ul li a.nolink figure img {
  opacity: 0.5;
}

.category .pick-up-list-sub ul li a.nolink figure::before {
  content: "coming soon";
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: +1;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
}

.category .pick-up-list-sub ul li a.nolink .pick-up-cont h3 {
  opacity: 0.5;
}

.category .pick-up-list-sub .btn {
  width: 250px;
  background: #0064a9;
  color: white;
  margin: 20px auto;
  text-align: center;
  padding: 15px 20px;
  font-weight: 500;
  cursor: pointer;
}

.category .pick-up-list .more-btn {
  bottom: 20px;
  left: 25px;
}

.category .pick-up-list .label-kind {
  bottom: 30px;
  right: 5px;
}
@media only screen and (max-width: 1000px) {
  .category .pick-up-area {
    padding: 60px 15px;
  }

  .category .pick-up-list-sub ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .category .pick-up-list .pick-up-cont {
    margin-bottom: 30px;
  }

  .category .pick-up-list .pick-up-cont h3 {
    height: 40px;
  }

  .category .category-header {
    position: relative;
    padding: 30px 20px;
  }

  .category .category-header-inner .img {
    position: absolute;
    top: 20px;
    right: 10px;
    margin: 0;
    max-width: 90px;
    width: 20%;
  }

  .category .category-header-inner .img.worman {
    right: 20px;
    width: 50px;
  }

  .category .category-header-inner .text {
    width: 100%;
  }

  .category .category-header-inner h2 {
    background: none;
    padding: 0;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .category .category-header-inner h2 span {
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1;
    background: white;
    display: inline-block;
    margin-bottom: 5px;
  }

  .category .pick-up-list ul li,
 .category .pick-up-list-sub ul li {
    width: 100%;
    padding: 5px;
    margin: 0;
  }

  .category .category-article .pick-up-list .pick-up-cont {
    padding: 20px;
    height: auto;
    margin-bottom: 30px;
  }

  .category .pick-up-list li .more-btn {
    left: 25px;
  }

  .category .pick-up-list .label-kind {
    bottom: 25px;
    right: 25px;
    margin: 0;
  }

  .category .pick-up-area {
    padding: 10px 15px 20px;
  }

  .category .pick-up-area .pick-up-header {
    padding-bottom: 10px;
  }

  .category .pick-up-area .pick-up-header h3 {
    padding-top: 10px;
    font-size: 18px;
  }
}







/* 詳細ページ
---------------------------------------- */
.breadcrumb {
  max-width: 1000px;
  width: 100%;
}

.article .main-content,
.wrap-article-visual,
.article-visual .profile-area {
  max-width: 1000px;
  width: 100%;
}

.article-visual .profile-area small a {
  font-size: 14px;
}

.main-content .section h2,
 .main-content .lead-text h2,
 .main-content .section .page-title,
 .main-content .lead-text .page-title {
  padding-left: 25px;
}

.main-content .section h2::before,
 .main-content .lead-text h2::before,
 .main-content .section .page-title::before,
 .main-content .lead-text .page-title::before {
  left: 0;
}

.article .soudan {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}

.article .soudan h2 {
  font-family: "Sawarabi Mincho";
  color: white;
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
}

.article .soudan ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article .soudan ul li {
  width: 45%;
  padding: 20px;
}

.article .soudan ul li:nth-child(1) {
  width: 55%;
}

.article .soudan p {
  font-size: 15px;
  color: white;
}
.article .soudan a.btn {
  display: inline-block;
  background: #0064a9;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15px;
  width: 200px;
  text-align: center;
  position: relative;
}
.article .soudan a.btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 45%;
}


.article .pick-up-area {
  padding: 60px 0;
  height: auto;
}

.article .pick-up-area .pick-up-header {
  padding: 30px 0;
  height: auto;
}

.article .pick-up-list {
  height: auto;
}

.article .pick-up-list .pick-up-cont {
  padding: 20px;
  height: 80px;
  margin-bottom: 50px;
  overflow: hidden;
}

.article .pick-up-list li a {
  height: 100%;
  width: 100%;
}

.article .pick-up-list .pick-up-cont h3 {
  height: 45px;
  margin-bottom: 0;
  font-size: 13px;
  font-family: "Noto Sans Japanese","Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: 500;
}

.article .pick-up-list .label-kind {
  position: absolute;
    bottom: 15px;
    right: 0;
}

.article .pick-up-area .pick-up-header h3 {
  font-size: 20px;
  color: white;
  padding-top: 40px;
  font-family: "Sawarabi Mincho";
}

.article .pick-up-area .pick-up-header,
.article .pick-up-list {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.article .pick-up-list ul {
  display: flex;
  flex-wrap: wrap;
}

.article .pick-up-list ul li {
  width: 33.33336%;
  padding: 5px;
  margin: 0;
}

.wrap-article-visual {
  border: none !important;
}
@media only screen and (max-width: 1000px) {
  .article .wrap-article-visual {
    height: auto;
  }

  .wrap-article-visual .main-image {
    width: 100%;
    float: none;
  }

  .article-visual .profile-area {
    padding: 20px 20px 0;
  }

  .wrap-article-visual .main-visual-text-area {
    margin: -20px auto 0;
    width: 87.5%;
    float: none;
    border-top: none !important;
  }

  .article .pick-up-area {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .article .pick-up-list ul li {
    width: 100%;
    padding: 5px;
    margin: 0;
  }

  .article .pick-up-list .pick-up-cont {
    padding: 20px;
    height: 75px;
    margin-bottom: 35px;
  }

  .article .pick-up-list .label-kind {
    bottom: 25px;
    right: 25px;
    margin: 0;
  }

  .article .pick-up-area {
    padding: 10px 15px 20px;
  }

  .article .pick-up-area .pick-up-header {
    padding-bottom: 10px;
  }

  .article .pick-up-area .pick-up-header h3 {
    padding-top: 10px;
    font-size: 18px;
  }

  .article .soudan-inner {
    padding-bottom: 40px;
  }

  .article .soudan h2 {
    font-size: 18px;
  }

  .article .soudan ul {
    margin: -10px;
  }

  .article .soudan ul li {
    width: 100% !important;
    padding: 10px;
  }

  .article .soudan p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .article .soudan a.btn {
    margin: 0 auto;
    display: block;
  }
}


.article-list li a {
  border-bottom: none !important;
}


.article-section .article-section-header .page-title,
.article-list .pick-up-cont h2,
.article-list .pick-up-cont .page-title {
  font-family: "Sawarabi Mincho",Hiragino Mincho Pro,ヒラギノ明朝 Pro,serif;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.article .article-anchor-area {
  --padding-sm: 24px;
  --padding-md: 20px;

  padding: 30px 0;

  @media only screen and (min-width: 769px) {
    --padding-sm: 20px;
    --padding-md: 20px;

    padding: 50px 0;
  }
}

.article-anchor-inner {
  padding: 0 var(--padding-sm);
}
@media only screen and (min-width: 769px) {
  .article-anchor-inner {
    margin: 0 auto;
    max-width: calc(960px + var(--padding-md) * 2);
  }
}

.article-anchor-content {
  border-radius: 10px;
  background-color: #f0f7fb;
  padding: 23px 25px 21px;
}
@media only screen and (min-width: 769px) {
  .article-anchor-content {
    border-radius: 20px;
    padding: 23px 50px 25px;
  }
}

.article-anchor-title {
  border-bottom: 1px solid #deebf7;
  margin-bottom: 16px;
  padding-bottom: 10px;
  color: #0064A9;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .article-anchor-title {
    font-size: 18px;
    padding-bottom: 0.5em;
    margin-bottom: 12px;
  }
}

.article-anchor-list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;

  @media only screen and (min-width: 769px) {
    gap: 2px 0;
  }
}


.article-anchor > a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 4px 0;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.416666;
}
@media only screen and (min-width: 769px) {
  .article-anchor > a {
    gap: 0 8px;
    padding: 6px 0;
    font-size: 14px;
  }
}

.article-anchor > a::before {
  content: "";
  flex-shrink: 0;
  align-self: center;
  display: block;
  width: 22px;
  height: 22px;
  background: url('../img/common/icon_arrow_anchor.png') no-repeat center / 100% auto;
}
@media only screen and (min-width: 769px) {
  .article-anchor > a::before {
    width: 18px;
    height: 18px;
  }
}

.u-hidden-pc {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-hidden-pc {
    display: block;
  }
}

.u-hidden-tb {
  display: none;
}
  @media only screen and (max-width: 599px) {
    .u-hidden-tb {
      display: block;
    }
}

@media only screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .u-hidden-sp599 {
    display: none;
  }
}

@media only screen and (max-width: 374px) {
  .u-hidden-sp374 {
    display: none;
  }
}
