@charset "UTF-8";
/* Scss Document */

/*記事内要素*/
.entry p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 2.0;
}
@media only screen and (max-width: 768px) {
  .entry p {
    line-height: 1.8;
  }
}
.entry .mt-be-columns {
  margin-bottom: 20px;
}
.entry .mt-be-column p {
  margin-bottom: 0;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: 700;
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 10px;
  }
}
.entry h1 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .entry h1 {
    font-size: calc(2.4rem + 12 * (100vw - 375px)/393);
    margin-bottom: 20px;
  }
}
.entry h2 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .entry h2 {
    font-size: calc(2.2rem + 4 * (100vw - 375px)/393);
  }
}
.entry h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #E3E5E8;
  padding-left: 5px;
  padding-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .entry h3 {
    font-size: calc(2.0rem + 4 * (100vw - 375px)/393);
  }
}
.entry h3:before {
  position: absolute;
  content: "";
  width: 30%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #08131A;
}
.entry h4 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .entry h4 {
    font-size: calc(2.0rem + 4 * (100vw - 375px)/393);
  }
}
.entry h5 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .entry h5 {
    font-size: calc(1.8rem + 4 * (100vw - 375px)/393);
  }
}
.entry h6 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .entry h6 {
    font-size: 1.7rem;
  }
}
.entry p + h2, .entry p + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .entry p + h2, .entry p + h3 {
    margin-top: 30px;
  }
}
.entry a {
  color: #00A0FF;
}
@media print, screen and (min-width: 1024.2px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong {
  font-weight: 700;
}
.entry .main_conent > ul, .entry .main_conent > ol, .entry .description > ul, .entry .description > ol {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.entry .main_conent > ul li, .entry .main_conent > ol li, .entry .description > ul li, .entry .description > ol li {
  list-style-position: inside;
}
.entry .main_conent > ul, .entry .description > ul {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.entry .main_conent > ol, .entry .description > ol {
  text-indent: -0.9em;
  padding-left: 0.9em;
}
.entry blockquote {
  background-color: #F6F6F9;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.entry blockquote p {
  margin-bottom: 0;
}
.entry hr {
  height: 1px;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #D2D2D2;
}
.entry table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
.entry table th, .entry table td {
  padding: 15px;
  border: solid 1px #D2D2D2;
}
@media only screen and (max-width: 768px) {
  .entry table th, .entry table td {
    padding: 10px;
  }
}
.entry table tr:first-child td {
  font-weight: 700;
  font-size: 1.8rem;
  color: white;
  background: #002049;
}
@media only screen and (max-width: 768px) {
  .entry table tr:first-child td {
    font-size: calc(1.5rem + 3 * (100vw - 375px)/393);
  }
}
@media only screen and (max-width: 768px) {
  .entry table td {
    font-size: calc(1.3rem + 3 * (100vw - 375px)/393);
  }
}
.entry figure.post_image {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .entry figure.post_image {
    margin-bottom: 30px;
  }
}
.entry figure.post_image .asset-image {
  display: block;
  max-width: 100%;
  max-height: 700px;/*最大高さ*/
  width: auto;
  height: auto;
}
.entry figure.post_image figcaption {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .entry figure.post_image figcaption {
    font-size: 1.2rem;
  }
}
.entry .download_btn {
  width: 80%;
  max-width: 263px;
  margin: 0 auto 20px;
}
.entry .download_btn a {
  all: unset;
  cursor: revert;
  display: block;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 30px;
  padding: 16px 10px;
  background-color: #00A0FF;
  text-align: center;
  transition: 0.4s;
}
@media print, screen and (min-width: 1024.2px) {
  .entry .download_btn a:hover {
    background-color: #60C3FF;
  }
}
@media only screen and (max-width: 768px) {
  .entry .download_btn a {
    font-size: calc(1.7rem + 3 * (100vw - 375px)/393);
  }
}
.entry .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.entry .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*スライダー*/
.entry .swiper-container {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .entry .swiper-container {
    width: 95%;
  }
}
.entry .swiper-container .swiper-slide img {
  width: 100%;
}
.entry .slider-thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .entry .slider-thumbnail {
    width: 95%;
  }
}
.entry .slider-thumbnail::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.entry .slider-thumbnail::after {
  content: "";
  display: block;
  width: 23%;
}
.entry .slider-thumbnail .thumbnail {
  width: 23%;
}
.entry .slider-thumbnail .thumbnail:nth-of-type(n+5) {
  margin-top: 20px;
}
/* Arrows */
.entry .swiper-button-prev,
.entry .swiper-button-next {
  position: absolute;
  z-index: 2;
  display: block;
  height: 50px;
  width: 50px;
  border: solid 1px #898987;
  border-radius: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
  margin-top: 0;
  transition: 0.4s;
}
@media only screen and (max-width: 767.8px) {
  .entry .swiper-button-prev,
  .entry .swiper-button-next {
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media print, screen and (min-width: 1024.2px) {
  .entry .swiper-button-prev:hover,
  .entry .swiper-button-next:hover {
    outline: none;
    background: rgba(195, 195, 195, 0.6);
    color: transparent;
  }
  .entry .swiper-button-prev:hover:before,
  .entry .swiper-button-next:hover:before {
    opacity: 0.5;
  }
}
.entry .swiper-button-prev:before,
.entry .swiper-button-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath fill='%23898987' d='M15.52,6.9H4.94l4.32-4.3c.58-.58.6-1.54.03-2.14-.57-.6-1.51-.61-2.09-.03L.45,7.16c-.58.58-.6,1.53-.04,2.13l6.75,7.25c.29.31.68.47,1.07.47.37,0,.73-.14,1.02-.42.59-.58.61-1.53.05-2.14l-4.21-4.52h10.43c.82,0,1.48-.68,1.48-1.51s-.66-1.51-1.48-1.51Z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  background-size: cover;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767.8px) {
  .entry .swiper-button-prev:before,
  .entry .swiper-button-next:before {
    width: 10px;
    height: 10px;
  }
}
.entry .swiper-button-prev {
  left: 5px;
}
.entry .swiper-button-next {
  right: 5px;
}
.entry .swiper-button-next:before {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1340px) {
  .entry .swiper-button-prev {
    left: -25px;
  }
  .entry .swiper-button-next {
    right: -25px;
  }
}
@media only screen and (max-width: 1023.8px) {
  .entry .swiper-button-prev {
    left: -10px;
  }
  .entry .swiper-button-next {
    right: -10px;
  }
}

#post_header {
  padding-top: 30px;
  margin-bottom: 60px;
  border-top: solid 1px #E1E3E1;
}
@media only screen and (max-width: 768px) {
  #post_header {
    margin-bottom: 30px;
  }
}
#post_header #post_header_sns {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
#post_header #post_header_sns li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#post_header #post_header_sns li img {
  width: 100%;
  transition: 0.4s;
}
#post_header #post_header_sns li a {
  width: 34px;
}
@media only screen and (max-width: 767.8px) {
  #post_header #post_header_sns li a {
    width: 40px;
  }
}
#post_header #post_header_sns li.crip a {
  width: 24px;
}
#post_header #post_header_sns li + li {
  margin-left: 25px;
}
@media print, screen and (min-width: 1024.2px) {
  #post_header #post_header_sns li:hover img {
    opacity: 0.6;
  }
}
/*記事タイトル*/
#post_header h1#post_title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #post_header h1#post_title {
    margin-bottom: 15px;
    font-size: calc(2.4rem + 12 * (100vw - 375px)/393);
  }
}
@media print, screen and (min-width: 768px) {
  #post_header .post_meta {
    display: flex;
    align-items: center;
  }
}
/*タグ*/
#post_header .post_tag {
  font-size: 1.3rem;
  font-weight: 500;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #post_header .post_tag {
    font-size: 1.2rem;
  }
}
#post_header .post_tag li {
  margin-right: 10px;
}
#post_header .post_tag li:last-child {
  margin-right: 0;
}
#post_header .post_tag a {
  all: unset;
  cursor: revert;
  transition: 0.4s;
}
@media print, screen and (min-width: 1024.2px) {
  #post_header .post_tag a:hover {
    opacity: 0.6;
  }
}
/*会社名*/
#post_header .company_name {
  font-size: 2.0rem;
  color: #325494;
  margin-left: auto;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #post_header .company_name {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

#post_footer {
  padding: 70px 0 40px;
  margin-bottom: 50px;
  border-bottom: solid 1px #E1E3E1;
}
@media only screen and (max-width: 767.8px) {
  #post_footer {
    padding: 50px 0 30px;
    margin-bottom: 30px;
  }
}
#post_footer #post_footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.8px) {
  #post_footer #post_footer_sns {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#post_footer #post_footer_sns .title {
  width: 250px;
  margin-right: 35px;
}
@media print, screen and (min-width: 768px) {
  #post_footer #post_footer_sns .title img.sp {
    display: none;
  }
}
@media only screen and (max-width: 767.8px) {
  #post_footer #post_footer_sns .title {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #post_footer #post_footer_sns .title img.pc {
    display: none;
  }
}
#post_footer #post_footer_sns ul {
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 767.8px) {
  #post_footer #post_footer_sns ul {
    justify-content: space-around;
    width: 90%;
    margin-inline: auto;
  }
}
#post_footer #post_footer_sns ul li {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#post_footer #post_footer_sns ul li img {
  width: 100%;
  transition: 0.4s;
}
#post_footer #post_footer_sns ul li a {
  width: 45px;
}
@media only screen and (max-width: 767.8px) {
  #post_footer #post_footer_sns ul li a {
    width: 40px;
  }
}
#post_footer #post_footer_sns ul li.crip a {
  width: 28px;
}
@media print, screen and (min-width: 768px) {
  #post_footer #post_footer_sns ul li + li {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 1024.2px) {
  #post_footer #post_footer_sns ul li:hover img {
    opacity: 0.6;
  }
}
/*プレスリリース*/
#post_footer .press {
  border: solid 1px #E3E5E8;
  padding: 30px 20px;
  width: 100%;
}
#post_footer .press .press_btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.8px) {
  #post_footer .press .press_btn {
    flex-direction: column;
    align-items: center;
  }
}
#post_footer .press .press_btn p {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767.8px) {
  #post_footer .press .press_btn p {
    font-size: calc(1.3rem + 3 * (100vw - 375px)/393);
  }
}
#post_footer .press .press_btn .sakusei, #post_footer .press .press_btn .toukou {
  width: 265px;
}
#post_footer .press .press_btn .sakusei a, #post_footer .press .press_btn .toukou a {
  font-size: 2.0rem;
  display: block;
  text-align: center;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  border-radius: 50px;
}
@media only screen and (max-width: 767.8px) {
  #post_footer .press .press_btn .sakusei a, #post_footer .press .press_btn .toukou a {
    font-size: calc(1.7rem + 3 * (100vw - 375px)/393);
  }
}
@media print, screen and (min-width: 768px) {
  #post_footer .press .press_btn .toukou {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767.8px) {
  #post_footer .press .press_btn .sakusei, #post_footer .press .press_btn .toukou {
    margin-top: 20px;
  }
}
#post_footer .press .press_btn .sakusei a {
  background: #00A0FF;
  color: #fff;
  box-shadow: 3px 3px 0 #0071C2;
}
@media print, screen and (min-width: 1024.2px) {
  #post_footer .press .press_btn .sakusei a:hover {
    background-color: #60C3FF;
    box-shadow: 0 0 0;
    transform: translate(3px, 3px);
  }
}
#post_footer .press .press_btn .toukou a {
  background: #A8EE0A;
  color: #002049;
  box-shadow: 3px 3px 0 #5DA300;
}
@media print, screen and (min-width: 1024.2px) {
  #post_footer .press .press_btn .toukou a:hover {
    background-color: #C5F752;
    box-shadow: 0 0 0;
    transform: translate(3px, 3px);
  }
}

#archive-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E5E8;
}
#archive-title span {
  display: inline-block;
  border-bottom: 1px solid #08131A;
  padding-bottom: 10px;
}

/*ページネーション*/
.pagination {
  margin: 30px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  color: #00A0FF;
  font-weight: 900;
  width: 33px;
  height: 33px;
}
@media only screen and (max-width: 768px) {
  .page-numbers {
    width: 25px;
    height: 25px;
  }
}

.page-numbers.current {
  background: #00A0FF;
  color: #fff;
  border-radius: 17px;
}

.prev, .next {
  box-shadow: none;
  border: none;
  color: #999;
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: center;
}

.prev {
  margin-right: 20px;
}

.next {
  margin-left: 20px;
}

.prev:before, .next:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: solid 1px #999;
  border-radius: 14px;
  transition: 0.4s;
}

@media print, screen and (min-width: 1024.2px) {
  .prev:hover:before, .next:hover:after {
    background-color: #ececec;
  }
}
.prev:after, .next:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath fill='%23999' d='M15.52,6.9H4.94l4.32-4.3c.58-.58.6-1.54.03-2.14-.57-.6-1.51-.61-2.09-.03L.45,7.16c-.58.58-.6,1.53-.04,2.13l6.75,7.25c.29.31.68.47,1.07.47.37,0,.73-.14,1.02-.42.59-.58.61-1.53.05-2.14l-4.21-4.52h10.43c.82,0,1.48-.68,1.48-1.51s-.66-1.51-1.48-1.51Z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
}

.prev:before {
  margin-right: 5px;
}

.prev:after {
  left: 9px;
}

.next:after {
  margin-left: 5px;
}

.next:before {
  right: 9px;
  transform: rotate(180deg);
}

.page-numbers.dots {
  color: #999;
}

a.page-numbers {
  transition: 0.4s;
  border-radius: 17px;
}

@media print, screen and (min-width: 768.2px) {
  a.page-numbers:hover {
    background: #00A0FF;
    color: #fff;
  }
}

/*冒頭文章*/
.description {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .description {
    width: 95%;
    margin-inline: auto;
  }
}

/*目次*/
.toc_container {
  width: 100%;
  max-width: 622px;
  margin-bottom: 60px;
  padding: 18px 25px;
  background-color: #F6F6F9;
}
@media only screen and (max-width: 768px) {
  .toc_container {
    margin-bottom: 30px;
  }
}
.toc_container div {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #A5AFAF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .toc_container div {
    font-size: calc(1.8rem + 2 * (100vw - 375px)/393);
  }
}

.toc_container ul {
  list-style: none;
}
.toc_container ul li {
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .toc_container ul li {
    font-size: calc(1.4rem + 2 * (100vw - 375px)/393);
  }
}
.toc_container ul li + li {
  border-top: solid 1px #D5DBDB;
  padding-top: 8px;
}
.toc_container ul li a {
  all: unset;
  cursor: revert;
}
@media print, screen and (min-width: 1024.2px) {
  .toc_container ul li a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  .main_conent {
    width: 95%;
    margin-inline: auto;
  }
}

/*関連記事*/
.recommend_post h2 {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .recommend_post h2 {
    font-size: calc(2.2rem + 12 * (100vw - 375px)/393);
    margin-bottom: 20px;
  }
}
