@charset "UTF-8";

/* common */
@media (min-width: 992px) {
  .sp {
    display: none !important;
  };
}
@media (max-width: 991px) {
  .pc {
    display: none !important;
  };
}

.custom-btn.custom-btn--register {
  position: absolute;
  top: 0;
  right: 30px;
  width: 220px;
  height: 46px;
}
.custom-btn.custom-btn--register .btn {
  width: 100%;
  height: 100%;
}

.custom-btn.custom-btn--register .btn {
	color: #fff;
  background-color: #018ebe;
}
/* .custom-btn.custom-btn--register .btn:before {
  content: "→";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
  font-weight: bold;
  font-size: 16px;
} */
.custom-btn.custom-btn--register .btn:hover,
.custom-btn.custom-btn--register .btn:focus {
  /* text-indent: -20px; */
  background-color: rgba(1, 142, 190, .7);
}
/* .custom-btn.custom-btn--register .btn:hover:before {
  opacity: 1;
    text-indent: 0px;
} */


.pofo-footer-wrapper {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pofo-footer-wrapper .footer-wrapper-text {
  font-size: 1.4rem;
}

.pofo-footer-wrapper .footer-logo {
  max-height: 50px;
}

.pofo-footer-wrapper .footer-wrapper-text,
.custom-btn.custom-btn--register .btn,
.post-details .alt-font,
.post-details .entry-content,
.slider-typography .alt-font,
.page-title-large h1,
.single-post-main-section .container {
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

/* for top page */
.alt-font.post-title {
  font-weight: bold;
  font-size: 2rem;
}

.slider-typography .category-link {
  font-size: 1.2rem;
}

.slider-typography h4 {
  font-size: 3.8rem;
  line-height: 4.9rem;
}

.post-details .entry-content {
  color: #333;
  word-wrap: break-word;
}

/* for post single */
.page-title-large h1 {
  font-size: 3.8rem;
  line-height: 4.9rem;
}
.page-title-large .breadcrumb * {
  color: #ccc;
  font-size: 1.2rem;
}
.single-post-main-section .container {
  max-width: 780px;
  color: #333;
}
.single-post-main-section .container .head-withimg {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.single-post-main-section .container .head-withimg figure {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 14px;
  flex-shrink: 0;
}
.single-post-main-section .container .head-withimg img {
  width: 100%;
  height: auto;
}
.single-post-main-section .container .head-withimg h2 {
  margin-bottom: 0;
}
.single-post-main-section .container h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.single-post-main-section .container h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  background: #e2f8ff;
  font-weight: bold;
  padding: 15px 15px 10px;
}
.single-post-main-section .container p {
  line-height: 3.8rem;
  margin-bottom: 3.8rem;
}
.single-post-main-section .container .blog-details-text a {
  text-decoration: underline;
  color: #0090ff;
}
.single-post-main-section .container .blog-details-text a:hover {
  text-decoration: none;
}
.single-post-main-section .container strong {
  font-weight: bold;
  color: #028ebe;
}
.single-post-main-section .container strong.strong_marker {
  color: #333;
  background: linear-gradient(transparent 60%, #ff9900 0);
  font-weight: bold;
  position: relative;
}

.single-post-main-section .container blockquote {
  border: 0;
  padding: 26px 30px;
  background: #f7f7f7;
  position: relative;
}
.single-post-main-section .container blockquote p {
  position: relative;
  font-size: 16px;
}
.single-post-main-section .container blockquote:before {
  content: '';
  width: 33px;
  height: 28px;
  background: url('../../images/icn_ blockquote_before.svg') no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.single-post-main-section .container blockquote:after {
  content: '';
  width: 33px;
  height: 28px;
  background: url('../../images/icn_ blockquote_after.svg') no-repeat 0 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.single-post-main-section .container .conversation {
  margin-bottom: 50px;
}
.single-post-main-section .container .conversation .conversation__voice {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  padding: 18px 23px 15px;
  border-radius: 7px;
  position: relative;
  z-index: 2;
}
.single-post-main-section .container .conversation .conversation__voice p {
  margin-bottom: 0;
}
.single-post-main-section .container .conversation .conversation__people {
  z-index: 1;
  position: relative;
  padding: 20px 0 0 19px;
}
.single-post-main-section .container .conversation.conversation--right .conversation__people {
  padding: 20px 19px 0 0;
}
.single-post-main-section .container .conversation .conversation__people:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9.5px 0 9.5px;
  border-color: #028fbe transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 40px;
}
.single-post-main-section .container .conversation.conversation--right .conversation__people:before {
  border-color: #ff9900 transparent transparent transparent;
  left: auto;
  right: 40px;
}
.single-post-main-section .container .conversation .conversation__people .people__inner {
  display: flex;
  align-items: center;
}
.single-post-main-section .container .conversation.conversation--right .conversation__people .people__inner {
  flex-direction: row-reverse;
  text-align: right;
}
.single-post-main-section .container .conversation .conversation__people .people__inner figure {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.single-post-main-section .container .conversation .conversation__people .people__inner figure {
  margin-right: 14px;
}
.single-post-main-section .container .conversation.conversation--right .conversation__people .people__inner figure {
  margin-left: 14px;
  margin-right: 0;
}
.single-post-main-section .container .conversation .conversation__people .people__inner figure img {
  width: 100%;
  height: auto;
}
.single-post-main-section .container .conversation .conversation__people .people__inner .people__name {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: bold;
}
.single-post-main-section .container .conversation .conversation__people .people__inner .people__name .people__name_belong {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #666;
}
.single-post-main-section .credit {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.single-post-main-section .credit dl{
  display: flex;
  margin-bottom: 5px;
  margin-right: 1.5em;
}
.single-post-main-section .credit dl dt {
  font-weight: normal;
}
.single-post-main-section .credit dl dt:after {
  content: ':';
  margin: 0 4px;
}
.single-post-main-section .credit dl dd {
  margin-bottom: 0;
}
.single-post-main-section .credit a {
  text-decoration: underline;
  color: #0090ff;
}
.single-post-main-section .credit a:hover {
  text-decoration: none;
}

.single-post-main-section .container .wp-block-button .wp-block-button__link {
  color: #fff;
  background-color: #018ebe;
  border: 1px solid #018ebe;
  text-decoration: none;
  font-weight: bold;
}
.single-post-main-section .container .wp-block-button .wp-block-button__link:hover {
  color: #018ebe;
  background-color: transparent;
}




/* for pc */
@media (min-width: 992px) {
  .footer-widget-area .row > .widget {
    width: calc(100%/4);
  }
}

/* for sp/tab */
@media (max-width: 991px) {
  nav.navbar .navbar-nav .btn {
    color: #FFFFFF !important;
    background-color: #018ebe !important;
    border-color: #018ebe !important;
  }

  .slider-typography h4 {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .pofo-footer-wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* for post single */
  .page-title-large h1 {
    font-size: 2.8rem;
    line-height: 3.9rem;
  }

  .single-post-main-section .container .head-withimg figure{
    width: 40px;
    height: 40px;
  }

  .single-post-main-section .container h2 {
    font-size: 2rem;
  }

  .single-post-main-section .container h3 {
    font-size: 1.6rem;
    padding: 10px 10px 8px;
  }

  .single-post-main-section .container p {
      margin-bottom: 2.8rem;
  }

  .single-post-main-section .container blockquote {
    padding: 15px 20px;
  }

  .single-post-main-section .container .conversation {
    margin-bottom: 30px;
  }

  .single-post-main-section .container .conversation .conversation__voice {
    padding: 15px 20px 12px
  }
  .single-post-main-section .credit {
    display: block;
    margin-bottom: 25px;
  }
  .single-post-main-section .credit dl{
    margin-right: 0;
  }
}