@charset "UTF-8";
/*
$content-width: 1000px;
$content-width-lg: 1200px;
$content-width-sm: 100%;
$content-width-xs: 100%;
*/
:root {
  --color-news: #606060;
  --color-news-shadow: #424141;
  --color-news-sub: #878787;
  --color-news-thin: #d6d6d6;
  --color-news-bg: #F0F0F0;
  --color-teacher: #9B042D;
  --color-teacher-shadow: #D08A96;
  --color-teacher-sub: #B45A7D;
  --color-teacher-thin: #E6B2C4;
  --color-teacher-bg: #FFFAE7;
  --color-parents: #f091aa;
  --color-parents-shadow: #ac2145;
  --color-parents-sub: #d16c87;
  --color-parents-thin: #f3c1cb;
  --color-parents-bg: #fff0f3;
}

/* Vendor */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* ------------------------------ */
/* Modaal Custom */
/* ------------------------------ */
.modaal-video-wrap {
  margin: auto;
}

/* ------------------------------ */
/* Accordion*/
/* ------------------------------ */
.j-accordion-body {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.j-accordion-open:after {
  content: "つづきを読む";
  display: inline-block;
  text-decoration: underline;
}
.j-accordion-open.is-show:after {
  content: "閉じる";
}

/* ------------------------------ */
/* Generals */
/* ------------------------------ */
/* safari対応 */
_::-webkit-full-page-media, _:future, :root .b-tobira-article ruby rt {
  -webkit-transform: translateY(0.36em);
          transform: translateY(0.36em);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .b-tobira-article ruby rt {
    -webkit-transform: translateY(0.36em);
            transform: translateY(0.36em);
  }
}
/* Blocks */
/* ------------------------------ */
/* Tobira Header */
/* ------------------------------ */
.b-tobira-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.b-tobira-header__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 10px 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
}
.b-tobira-header__logo-kidsnet {
  display: block;
  width: 80px;
  padding: 5px 0px 0px;
}
.b-tobira-header__logo {
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: 200px;
  margin: 0px auto;
}
.b-tobira-header__menu-opener {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
}
.b-tobira-header__menu-opener span, .b-tobira-header__menu-opener:before, .b-tobira-header__menu-opener:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  position: absolute;
  background-color: #222222;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-tobira-header__menu-opener span {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b-tobira-header__menu-opener:before {
  top: calc(50% - 7px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b-tobira-header__menu-opener:after {
  top: calc(50% + 7px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and ( min-width: 600px ) {
  .b-tobira-header__inner {
    height: 90px;
  }
  .b-tobira-header__logo-kidsnet {
    width: 140px;
  }
  .b-tobira-header__logo {
    width: 280px;
  }
}

/* ------------------------------ */
/* Tobira Keyvisual */
/* ------------------------------ */
.b-tobira-keyvisual {
  position: relative;
  width: 100%;
  max-width: 885px;
  margin: 0px auto;
  overflow: hidden;
}
.b-tobira-keyvisual .slick-list {
  overflow: visible;
}
.b-tobira-keyvisual .slick-next,
.b-tobira-keyvisual .slick-prev {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url("../images/tobira/icon-arrow.svg");
  background-size: 40% 40%;
  background-position: center center;
  background-repeat: no-repeat;
}
.b-tobira-keyvisual .slick-next:before,
.b-tobira-keyvisual .slick-prev:before {
  display: none;
}
.b-tobira-keyvisual .slick-next {
  right: 10px;
}
.b-tobira-keyvisual .slick-prev {
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.b-tobira-keyvisual__item {
  display: block;
  padding: 0px 2px;
}

/* ------------------------------ */
/* Tobira Lead */
/* ------------------------------ */
.b-tobira-lead {
  padding: 30px;
  width: 100%;
  max-width: 680px;
  margin: 0px auto;
}
.b-tobira-lead__img {
  display: block;
  width: 236px;
  max-width: 90%;
  margin: 0px auto 5px;
}
.b-tobira-lead__desc {
  line-height: 1.5;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-lead {
    margin: 0px auto 30px;
  }
  .b-tobira-lead__img {
    width: 340px;
    margin: 0px auto 10px;
  }
  .b-tobira-lead__desc {
    font-size: 1.125em;
    line-height: 1.8;
  }
}

/* ------------------------------ */
/* Tobira Frame Colored */
/* ------------------------------ */
.b-tobira-frame-colored {
  padding: 0px 0px 16px;
}
.b-tobira-frame-colored--orange {
  background-color: #F8DDC8;
}
.b-tobira-frame-colored--blue {
  background-color: #E3F7FF;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-frame-colored {
    padding: 0px 0px 30px;
  }
}

/* ------------------------------ */
/* Tobira Heading V1 */
/* ------------------------------ */
.b-tobira-heading-v1 {
  text-align: center;
  padding: 14px 30px;
  border-bottom: 10px solid #FFFF00;
}
.b-tobira-heading-v1__sub {
  display: block;
  font-size: 0.75em;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.b-tobira-heading-v1__main {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
.b-tobira-heading-v1--orange, .b-tobira-heading-v1--news, .b-tobira-heading-v1--free {
  background-color: #F08200;
}
.b-tobira-heading-v1--blue, .b-tobira-heading-v1--company {
  background-color: #93D5F2;
}
.b-tobira-heading-v1--article {
  background-color: #93D5F2;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-heading-v1 {
    padding: 24px 30px;
  }
  .b-tobira-heading-v1__sub {
    font-size: 0.875em;
  }
  .b-tobira-heading-v1__main {
    font-size: 2.125em;
  }
}

/* ------------------------------ */
/* Tobira Card List */
/* ------------------------------ */
.b-tobira-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 18px;
  margin: 10px auto;
  max-width: 700px;
}
.b-tobira-card-list__item {
  width: 33.33%;
  padding: 10px 6px;
}
.b-tobira-card-list__item--wide {
  width: 100%;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-card-list {
    padding: 20px 18px;
  }
}

/* ------------------------------ */
/* Tobira Card News */
/* ------------------------------ */
.b-tobira-card-news {
  display: block;
  background-color: #fff;
  text-decoration: none;
}
.b-tobira-card-news__thumb {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-tobira-card-news__thumb:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.b-tobira-card-news__thumb img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.b-tobira-card-news__title {
  display: block;
  line-height: 16px;
  padding: 2px;
  font-size: 0.75em;
  height: 36px;
  overflow: hidden;
  text-align: left;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-card-news__title {
    line-height: 20px;
    font-size: 0.875em;
    height: 48px;
    padding: 4px;
  }
  .b-tobira-card-news:hover, .b-tobira-card-news:focus {
    text-decoration: underline;
  }
  .b-tobira-card-news:hover .b-tobira-card-news__thumb, .b-tobira-card-news:focus .b-tobira-card-news__thumb {
    opacity: 0.7;
  }
}

/* ------------------------------ */
/* Tobira Company */
/* ------------------------------ */
.b-tobira-company {
  background-color: #fff;
  text-decoration: none;
  color: #222222;
  height: 100%;
}
.b-tobira-company__body {
  padding: 5px;
}
.b-tobira-company__job {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.1;
  margin: 0px 0px 5px;
}
.b-tobira-company__name {
  display: block;
  font-size: 0.625em;
  font-weight: bold;
  line-height: 1.2;
}
.b-tobira-company__btn {
  position: relative;
  display: block;
  font-size: 0.625em;
  color: #3B4043;
  background-color: #FFFF00;
  border: 1px solid #cccc00;
  border-radius: 5px;
  padding: 2px;
  margin: 5px 0px 0px;
}
.b-tobira-company__btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  border-radius: 50%;
  background-color: #B1B1B1;
  background-image: url("../images/tobira/icon-arrow-white.svg");
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-tobira-company__desc {
  font-size: 0.875em;
  line-height: 1.3;
}
.b-tobira-company--wide .b-tobira-company__body {
  padding: 10px;
}
.b-tobira-company--wide .b-tobira-company__job {
  border-bottom: 2px solid #222222;
  font-size: 1.25em;
  margin: 0px 0px 10px;
  padding: 0px 0px 5px 0px;
}
.b-tobira-company--wide .b-tobira-company__name {
  font-size: 0.75em;
}
.b-tobira-company--wide .b-tobira-company__btn {
  width: 120px;
  margin: 5px 0px 0px auto;
  font-size: 0.75em;
}
.b-tobira-company--wide .b-tobira-company__btn:after {
  width: 12px;
  height: 12px;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-company__body {
    padding: 8px;
  }
  .b-tobira-company__job {
    font-size: 16px;
  }
  .b-tobira-company__name {
    font-size: 0.75em;
  }
  .b-tobira-company--wide .b-tobira-company__body {
    padding: 18px;
  }
  .b-tobira-company--wide .b-tobira-company__job {
    font-size: 1.5em;
    margin: 0px 0px 5px;
  }
  .b-tobira-company--wide .b-tobira-company__name {
    font-size: 0.875em;
  }
  .b-tobira-company--wide .b-tobira-company__desc {
    line-height: 1.4;
  }
  .b-tobira-company:hover .b-tobira-company__name, .b-tobira-company:focus .b-tobira-company__name {
    text-decoration: underline;
  }
}
.b-tobira-company--article .b-tobira-company__name span {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.b-tobira-company--article .b-tobira-company__job {
  font-size: 0.75em;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-company--article .b-tobira-company__name span {
    font-size: 0.875em;
  }
  .b-tobira-company--article .b-tobira-company__job {
    font-size: 0.625em;
  }
}
.b-tobira-company--article.b-tobira-company--wide .b-tobira-company__name span {
  font-size: 1.625em;
}
.b-tobira-company--article.b-tobira-company--wide .b-tobira-company__job {
  font-size: 1.125em;
}

/* ------------------------------ */
/* Tobira More Button */
/* ------------------------------ */
.b-tobira-more-btn {
  text-align: center;
  margin: 5px 0px 0px;
}
.b-tobira-more-btn a {
  display: inline-block;
  color: #3B4043;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-more-btn a {
    font-size: 1.125em;
  }
}

/* ------------------------------ */
/* Tobira Search Buttn */
/* ------------------------------ */
.b-tobira-search-btn {
  text-align: center;
}
.b-tobira-search-btn a {
  display: inline-block;
  background-color: #FFFF00;
  text-decoration: none;
  color: #222222;
  padding: 12px 36px;
  border: 2px solid #fff;
  border-radius: 8px;
  font-weight: bold;
  margin: 5px 0px 0px;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-search-btn a {
    font-size: 1.125em;
  }
  .b-tobira-search-btn a:hover, .b-tobira-search-btn a:focus {
    background-color: #cccc00;
  }
}

/* ------------------------------ */
/* Tobira About */
/* ------------------------------ */
.b-tobira-about {
  padding: 30px;
  max-width: 720px;
  margin: 0px auto;
}
.b-tobira-about__heading {
  margin: 0px auto 30px;
}
.b-tobira-about__heading__img {
  display: block;
  width: 200px;
  margin: 0px auto;
}
.b-tobira-about__heading__text {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}
.b-tobira-about__desc {
  margin: 30px auto;
}
.b-tobira-about__desc p {
  font-size: 0.875em;
  text-align: center;
  line-height: 1.6;
  color: #3B4043;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-about {
    padding: 40px;
  }
  .b-tobira-about__heading__img {
    width: 240px;
  }
  .b-tobira-about__heading__text {
    font-size: 1.5em;
  }
  .b-tobira-about__desc {
    margin: 40px auto;
  }
  .b-tobira-about__desc p {
    font-size: 16px;
    margin: 20px auto;
    text-align: left;
    line-height: 1.8;
  }
}

/* ------------------------------ */
/* Tobira Shinro */
/* ------------------------------ */
.b-tobira-shinro {
  border-color: #F5910A;
  padding: 0px 30px;
}
.b-tobira-shinro .side_nav_con {
  margin: 0px auto;
  float: none;
}
.b-tobira-shinro .side_nav_con .big_bnr:before {
  border-color: #F5910A;
  -webkit-box-shadow: 0 5px 0 #F5910A;
          box-shadow: 0 5px 0 #F5910A;
}
.b-tobira-shinro .side_nav_con .big_bnr .txt_block .tl {
  color: #F5910A;
}
.b-tobira-shinro .side_nav_con .big_bnr .btn.btn_color a {
  border-color: #F5910A;
  background-color: #F5910A;
  -webkit-box-shadow: 0 5px 0 #964500;
          box-shadow: 0 5px 0 #964500;
}

/* ------------------------------ */
/* Tobira Gnavi */
/* ------------------------------ */
.b-tobira-gnavi {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 100px 40px;
  overflow-y: scroll;
}
.b-tobira-gnavi__menu {
  margin: 0px auto;
  max-width: 600px;
}
.b-tobira-gnavi__menu__item a {
  position: relative;
  display: block;
  text-decoration: none;
  border-top: 1px solid #B1B1B1;
  padding: 10px 0px;
  font-size: 0.875em;
}
.b-tobira-gnavi__menu__item a:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #B1B1B1;
  background-image: url("../images/tobira/icon-arrow-white.svg");
  background-position: center center;
  background-size: 4px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-tobira-gnavi__menu__closer {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.b-tobira-gnavi__menu__closer:before, .b-tobira-gnavi__menu__closer:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  position: absolute;
  background-color: #222222;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-tobira-gnavi__menu__closer:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.b-tobira-gnavi__menu__closer:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------------------------ */
/* Tobira Button */
/* ------------------------------ */
.b-tobira-btn {
  display: block;
  width: 320px;
  max-width: 90%;
  margin: 40px auto;
  border-color: #F5910A;
  border-radius: 5px;
  background-color: #F5910A;
  -webkit-box-shadow: 0 5px 0 #964500;
          box-shadow: 0 5px 0 #964500;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and ( min-width: 1024px ) {
  .b-tobira-btn:hover, .b-tobira-btn:focus {
    -webkit-box-shadow: 0 1px 0 #964500;
            box-shadow: 0 1px 0 #964500;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

/* ------------------------------ */
/* Tobira Single Header */
/* ------------------------------ */
.b-tobira-single-header {
  padding: 10px 30px;
  border: none;
  z-index: 1;
  max-width: 830px;
  margin: 10px auto 0px;
}
.b-tobira-single-header__heading {
  background-image: url("../images/tobira/icon-company.png");
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: left 0px top;
  padding: 0px 0px 10px 50px;
  font-weight: bold;
  border-bottom: 3px solid;
}
.b-tobira-single-header__heading__job {
  display: block;
  line-height: 1;
  font-size: 1.625em;
}
.b-tobira-single-header__heading__title {
  display: block;
  line-height: 1.1;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-header__heading {
    background-size: 50px 50px;
    padding: 0px 0px 10px 60px;
  }
  .b-tobira-single-header__heading__job {
    font-size: 2.125em;
  }
}

/* ------------------------------ */
/* Tobira Single Movies */
/* ------------------------------ */
.b-tobira-single-movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 30px;
  max-width: 830px;
  margin: 0px auto;
}
.b-tobira-single-movies__item {
  position: relative;
  width: 50%;
  padding: 5px 2px;
}
.b-tobira-single-movies__item a {
  background-color: #cccccc;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-tobira-single-movies__item a img {
  display: block;
  margin: 0px auto;
}
.b-tobira-single-movies__item a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../images/tobira/icon-play.svg");
  background-size: 100% 100%;
  background-color: #f00;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.b-tobira-single-movies__item:first-child {
  width: 100%;
}
.b-tobira-single-movies__item:first-child a:before {
  width: 54px;
  height: 54px;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-movies {
    margin: 0px auto 30px;
  }
  .b-tobira-single-movies__item a:before {
    width: 40px;
    height: 40px;
  }
  .b-tobira-single-movies__item a:hover, .b-tobira-single-movies__item a:focus {
    opacity: 0.6;
  }
}

/* ------------------------------ */
/* Tobira Single Lead */
/* ------------------------------ */
.b-tobira-single-lead {
  padding: 10px 30px 20px;
  max-width: 830px;
  margin: 0px auto;
}
.b-tobira-single-lead__heading {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1;
  margin: 0px 0px 10px;
}
.b-tobira-single-lead__desc {
  line-height: 1.44;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b-tobira-single-lead__desc p {
  margin: 0px 0px 10px;
}
.b-tobira-single-lead__btn {
  display: block;
  font-size: 0.875em;
  cursor: pointer;
}
.b-tobira-single-lead__btn__icon {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/tobira/icon-plus.svg");
  background-size: 100% 100%;
  background-color: #222222;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0px 2px 0px 0px;
}
.b-tobira-single-lead__btn.is-show .b-tobira-single-lead__btn__icon {
  background-image: url("../images/tobira/icon-minus.svg");
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-lead {
    padding: 10px 30px 40px;
  }
  .b-tobira-single-lead__heading {
    font-size: 1.625em;
    margin: 0px 0px 30px;
  }
  .b-tobira-single-lead__desc {
    line-height: 1.8;
  }
  .b-tobira-single-lead__btn {
    display: none;
  }
}

/* ------------------------------ */
/* Tobira Single Editor Comment */
/* ------------------------------ */
.b-tobira-single-editor-comment {
  background-color: rgba(59, 64, 67, 0.1);
  padding: 20px 0px 30px;
}
.b-tobira-single-editor-comment__inner {
  padding: 10px 30px;
  max-width: 600px;
  margin: 0px auto;
}
.b-tobira-single-editor-comment__img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0px auto -26px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.b-tobira-single-editor-comment__name {
  border-bottom: 1px solid rgba(59, 64, 67, 0.2);
  margin: 0px 0px 10px;
  text-align: center;
  padding: 10px 0px;
}
.b-tobira-single-editor-comment__contents {
  background-color: #fff;
  padding: 30px 16px;
  border-radius: 10px;
  font-size: 0.875em;
  line-height: 1.43;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-editor-comment {
    padding: 40px 0px;
  }
  .b-tobira-single-editor-comment__img {
    width: 120px;
    height: 120px;
  }
  .b-tobira-single-editor-comment__contents {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ------------------------------ */
/* Tobira Single Middle */
/* ------------------------------ */
.b-tobira-single-middle {
  padding: 40px 30px 20px;
  max-width: 600px;
  margin: 0px auto;
}
.b-tobira-single-middle__title {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.2;
  padding: 12px 0px;
  margin: 0px 0px 20px;
}
.b-tobira-single-middle__img {
  margin: 0px 0px 20px;
}
.b-tobira-single-middle__heading {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0px 0px 20px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.b-tobira-single-middle__desc {
  line-height: 1.375;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-middle {
    padding: 50px 30px;
  }
}

/* ------------------------------ */
/* Tobira Single Links */
/* ------------------------------ */
.b-tobira-single-links__heading {
  background-color: rgba(59, 64, 67, 0.2);
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  padding: 16px 0px;
}
.b-tobira-single-links__list {
  padding: 20px;
  max-width: 600px;
  margin: 0px auto;
}
.b-tobira-single-links__list__item {
  padding: 5px;
}
.b-tobira-single-links__list__item a {
  position: relative;
  display: block;
  line-height: 1.1;
  background-color: #fff;
  height: 100%;
  font-size: 0.875em;
  padding: 10px 10px 10px 20px;
}
.b-tobira-single-links__list__item__icon {
  position: absolute;
  top: 50%;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/tobira/icon-arrow-white.svg");
  background-size: 5px 8px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-links__heading {
    font-size: 1.25em;
    padding: 20px 0px;
  }
  .b-tobira-single-links__list {
    padding: 40px 20px;
  }
  .b-tobira-single-links__list__item a {
    padding: 12px 12px 12px 20px;
    font-size: 16px;
  }
  .b-tobira-single-links__list__item a:hover, .b-tobira-single-links__list__item a:focus {
    background-color: rgba(59, 64, 67, 0.3);
    color: #fff;
  }
}

/* ------------------------------ */
/* Tobira Single Sdgs */
/* ------------------------------ */
.b-tobira-single-sdgs {
  background-color: #F8F8F8;
  padding: 0px 0px 30px;
}
.b-tobira-single-sdgs__header {
  background-color: #3B4043;
}
.b-tobira-single-sdgs__header__inner {
  max-width: 830px;
  margin: 0px auto;
  padding: 20px 30px 50px;
  text-align: right;
}
.b-tobira-single-sdgs__header__heading {
  color: #fff;
  font-weight: bold;
  margin: 0px 0px 10px;
}
.b-tobira-single-sdgs__header__heading__company {
  line-height: 1.1;
  vertical-align: middle;
}
.b-tobira-single-sdgs__header__heading__title {
  font-size: 1.25em;
  line-height: 1.2;
  vertical-align: middle;
}
.b-tobira-single-sdgs__header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}
.b-tobira-single-sdgs__header__icon__item {
  width: 20%;
  padding: 5px;
}
.b-tobira-single-sdgs__header__link {
  display: inline-block;
  color: #fff;
}
.b-tobira-single-sdgs__contents {
  max-width: 830px;
  margin: -30px auto 0px;
  padding: 0px 30px 0px;
}
.b-tobira-single-sdgs__contents__inner {
  padding: 20px;
  background-color: #fff;
}
.b-tobira-single-sdgs__contents__heading {
  border-left: 3px solid;
  padding: 0px 0px 0px 10px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 16px;
}
.b-tobira-single-sdgs__contents__desc {
  line-height: 1.375;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-sdgs {
    padding: 0px 0px 50px;
  }
  .b-tobira-single-sdgs__header__inner {
    padding: 40px 30px 50px;
  }
  .b-tobira-single-sdgs__header__heading__company {
    font-size: 1.5em;
  }
  .b-tobira-single-sdgs__header__heading__title {
    font-size: 2.125em;
  }
  .b-tobira-single-sdgs__header__icon__item {
    width: 10%;
  }
  .b-tobira-single-sdgs__contents__inner {
    padding: 30px;
  }
  .b-tobira-single-sdgs__contents__heading {
    font-size: 1.5em;
  }
  .b-tobira-single-sdgs__contents__desc {
    line-height: 1.6;
  }
}

/* ------------------------------ */
/* Tobira Single Narutame */
/* ------------------------------ */
.b-tobira-single-narutame {
  padding: 0px 0px 20px;
}
.b-tobira-single-narutame__header {
  background-color: #FF8C00;
  margin: 0px 0px 20px;
}
.b-tobira-single-narutame__header__heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  max-width: 830px;
  margin: 0px auto;
  padding: 10px 30px;
}
.b-tobira-single-narutame__icon {
  max-width: 830px;
  margin: -70px auto 20px;
  padding: 0px 30px;
  text-align: right;
}
.b-tobira-single-narutame__icon img {
  display: inline-block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.b-tobira-single-narutame__contents {
  max-width: 830px;
  margin: 0px auto;
  padding: 0px 30px;
}
.b-tobira-single-narutame__contents p {
  margin: 10px 0px;
  line-height: 1.6;
}
.b-tobira-single-narutame__contents img {
  display: block;
  margin: 10px auto;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-narutame__header__heading {
    font-size: 1.625em;
  }
  .b-tobira-single-narutame__icon {
    margin: -70px auto 30px;
  }
  .b-tobira-single-narutame__icon img {
    width: 120px;
    height: 120px;
  }
  .b-tobira-single-narutame__contents p {
    margin: 20px 0px;
    font-size: 1.125em;
  }
}

/* ------------------------------ */
/* Tobira Single More */
/* ------------------------------ */
.b-tobira-single-more {
  padding: 0px 0px 20px;
}
.b-tobira-single-more__header {
  background-color: #B563C8;
}
.b-tobira-single-more__header__heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  max-width: 830px;
  margin: 0px auto;
  padding: 20px 30px;
  line-height: 1.1;
}
.b-tobira-single-more__worksheet {
  max-width: 600px;
  margin: 0px auto;
  padding: 20px 30px 30px;
}
.b-tobira-single-more__worksheet__desc {
  line-height: 1.6;
  margin: 0px 0px 30px;
}
.b-tobira-single-more__worksheet__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-tobira-single-more__worksheet__buttons__item {
  width: 100%;
  margin: 10px 0px;
}
.b-tobira-single-more__worksheet__buttons__item a {
  display: block;
  border: 2px solid #B563C8;
  border-radius: 30px;
  padding: 14px 14px 14px 38px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.1;
  background-repeat: no-repeat;
  background-position: left 14px center, right 8px center;
  background-size: 18px auto, 10px 10px;
  color: #B563C8;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 #B563C8;
          box-shadow: 0 5px 0 #B563C8;
  white-space: nowrap;
}
.b-tobira-single-more__worksheet__buttons__item--pdf a {
  background-image: url("../images/tobira/icon-pdf.svg"), url("../images/tobira/icon-round-arrow-purple.svg");
}
.b-tobira-single-more__worksheet__buttons__item--ppt a {
  background-image: url("../images/tobira/icon-ppt.svg"), url("../images/tobira/icon-round-arrow-purple.svg");
}
.b-tobira-single-more__experience {
  max-width: 600px;
  margin: 0px auto;
  padding: 20px 30px 30px;
  background-color: #F8F8F8;
}
.b-tobira-single-more__experience__desc {
  line-height: 1.6;
  margin: 0px 0px 30px;
}
.b-tobira-single-more__experience__btn {
  text-align: right;
}
.b-tobira-single-more__experience__btn a {
  display: inline-block;
  border: 2px solid #009BD1;
  border-radius: 30px;
  padding: 14px 34px 14px 24px;
  font-weight: bold;
  line-height: 1.1;
  background-image: url("../images/tobira/icon-round-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  color: #009BD1;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 #009BD1;
          box-shadow: 0 5px 0 #009BD1;
  white-space: nowrap;
}
@media screen and ( max-width: 374px ) {
  .b-tobira-single-more__worksheet__buttons__item a {
    font-size: 0.75em;
    padding: 14px 14px 14px 30px;
    background-position: left 10px center, right 6px center;
    background-size: 14px auto, 10px 10px;
  }
}
@media screen and ( min-width: 600px ) {
  .b-tobira-single-more__header__heading {
    font-size: 1.625em;
  }
  .b-tobira-single-more__worksheet {
    padding: 30px;
  }
  .b-tobira-single-more__worksheet__desc {
    line-height: 1.8;
  }
  .b-tobira-single-more__worksheet__buttons__item a {
    background-size: 14px auto, 14px 14px;
  }
  .b-tobira-single-more__worksheet__buttons__item a:hover, .b-tobira-single-more__worksheet__buttons__item a:focus {
    -webkit-box-shadow: 0 2px 0 #B563C8;
            box-shadow: 0 2px 0 #B563C8;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .b-tobira-single-more__worksheet__buttons__item {
    width: 48%;
  }
  .b-tobira-single-more__experience {
    padding: 30px;
  }
  .b-tobira-single-more__experience__desc {
    line-height: 1.8;
  }
  .b-tobira-single-more__experience__btn a:hover, .b-tobira-single-more__experience__btn a:focus {
    -webkit-box-shadow: 0 2px 0 #009BD1;
            box-shadow: 0 2px 0 #009BD1;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

/* ------------------------------ */
/* Tobira Single Category */
/* ------------------------------ */
.b-tobira-single-cat {
  padding: 0px 30px 20px;
  max-width: 830px;
  margin: 0px auto;
}
.b-tobira-single-cat ul {
  margin: 0px;
}
@media screen and ( min-width: 1024px ) {
  .b-tobira-single-cat {
    margin-top: -20px;
  }
}

/* ------------------------------ */
/* Tobira Article */
/* ------------------------------ */
.b-tobira-article__inner {
  max-width: 830px;
  margin: 0px auto;
  padding: 10px 30px;
}
.b-tobira-article__header {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0px 0px;
  margin: 0px 0px 20px;
  z-index: 1;
}
.b-tobira-article__header__heading {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.2;
}
.b-tobira-article__header__post-thumb {
  margin: 0px 0px 30px;
  width: 100%;
}
.b-tobira-article__header__post-thumb img {
  width: 100%;
}
.b-tobira-article__header__cat {
  margin: -16px 0px 20px;
}
.b-tobira-article__header__cat ul {
  padding: 0px;
}
.b-tobira-article__lead {
  line-height: 1.5;
  margin: 0px 0px 20px;
}
.b-tobira-article__contents h2 {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin: 20px 0px;
}
.b-tobira-article__contents h3 {
  border-left: 2px solid #222222;
  font-size: 1.125em;
  font-weight: bold;
  margin: 20px 0px;
  padding: 0px 0px 0px 10px;
}
.b-tobira-article__contents h4 {
  font-size: 1.125em;
  font-weight: bold;
  margin: 20px 0px;
}
.b-tobira-article__contents p {
  line-height: 1.5;
  margin: 20px 0px;
}
.b-tobira-article__contents p.kome:before {
  content: "※";
}
.b-tobira-article__contents ol, .b-tobira-article__contents ul {
  margin: 20px 0px 20px 1.4em;
}
.b-tobira-article__contents ol li {
  list-style-type: decimal;
}
.b-tobira-article__contents ul li {
  list-style-type: disc;
}
.b-tobira-article__contents table {
  margin: 20px auto;
}
.b-tobira-article__contents figure {
  width: 100%;
}
.b-tobira-article__contents figure img {
  display: block;
  margin: 0px auto;
}
.b-tobira-article__contents blockquote {
  margin: 20px auto;
}
.b-tobira-article__contents blockquote p {
  margin: 0px auto 20px;
}
.b-tobira-article__contents .hug_img {
  margin: 20px auto;
}
.b-tobira-article__contents .hug_img figure {
  width: 100%;
}
.b-tobira-article__contents .hug_img .sent {
  margin: 0px;
}
.b-tobira-article__contents .hug_img .sent p {
  margin: 10px 0px 20px;
}
.b-tobira-article__contents .hug_img.img_l figure, .b-tobira-article__contents .hug_img.img_r figure {
  margin: 0px;
}
.b-tobira-article__contents .slider {
  margin: 0px auto 60px;
}
.b-tobira-article__contents .slider .slick-dots {
  margin: 0px auto 20px;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-article__contents h2, .b-tobira-article__contents h3 {
    font-size: 1.5em;
  }
  .b-tobira-article__contents .hug_img .sent p {
    margin: 0px 0px 20px;
  }
  .b-tobira-article__contents .hug_img.img_l figure {
    margin: 0px 20px 0px 0px;
  }
  .b-tobira-article__contents .hug_img.img_r figure {
    margin: 0px 0px 0px 20px;
  }
  .b-tobira-article__contents .col_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0px;
  }
  .b-tobira-article__contents .col_02 .col_in {
    width: 49%;
  }
  .b-tobira-article__contents .col_02 .col_in figure {
    margin: 0px;
  }
  .b-tobira-article__contents h2, .b-tobira-article__contents h3, .b-tobira-article__contents h4, .b-tobira-article__contents p, .b-tobira-article__contents figure, .b-tobira-article__contents ul, .b-tobira-article__contents ol, .b-tobira-article__contents blockquote, .b-tobira-article__contents table, .b-tobira-article__contents .hug_img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.profile .b-tobira-article__header__heading {
  background: linear-gradient(-20deg, #ec8e8e 0%, #ec8e8e 50%, #3890db 50%, #3890db 100%);
  padding: 8px 16px;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 2px 0px #000;
  font-size: 1.25em;
}
@media screen and ( min-width: 600px ) {
  .profile .b-tobira-article__header__heading {
    padding: 16px;
    font-size: 1.625em;
    text-align: center;
  }
}

/* ------------------------------ */
/* Tobira Archive Body */
/* ------------------------------ */
.b-tobira-archive-body {
  position: relative;
  background-color: #F8DDC8;
  padding: 10px 0px;
}
.b-tobira-archive-body--orange, .b-tobira-archive-body--news, .b-tobira-archive-body--free {
  background-color: #F8DDC8;
}
.b-tobira-archive-body--blue, .b-tobira-archive-body--company {
  background-color: #E3F7FF;
}
.b-tobira-archive-body .pager {
  width: 90%;
  max-width: 830px;
}
.b-tobira-archive-body .pager ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------ */
/* Tobira Comments */
/* ------------------------------ */
.b-tobira-comments {
  background-color: #D1F4D1;
  padding: 30px;
}
.b-tobira-comments__inner {
  max-width: 600px;
  margin: 0px auto;
}
.b-tobira-comments__heading {
  position: relative;
  background-color: #00B800;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  margin: 0px 0px 20px;
}
.b-tobira-comments__heading:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 10px solid #00B800;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-tobira-comments__desc {
  line-height: 1.375;
  margin: 20px 0px;
}
.b-tobira-comments__field {
  margin: 20px 0px;
}
.b-tobira-comments__field textarea {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #00B800;
  padding: 10px;
  background-color: #fff;
}
.b-tobira-comments .form-submit {
  text-align: center;
}
.b-tobira-comments input[type=submit] {
  border-radius: 30px;
  border-color: #00B800;
  -webkit-box-shadow: 0 5px 0 #00B800;
          box-shadow: 0 5px 0 #00B800;
  padding: 8px 56px;
  color: #00B800 !important;
  font-size: 16px;
}
.b-tobira-comments__sub-heading {
  font-size: 1.25em;
  font-weight: bold;
  color: #00B800;
  border-top: 1px solid #00B800;
  border-bottom: 1px solid #00B800;
  text-align: center;
  margin: 30px 0px 20px;
}
.b-tobira-comments__list > li {
  background-color: #fff;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 5px;
}
.b-tobira-comments__list .comment-body {
  line-height: 1.25;
}
.b-tobira-comments__list .children {
  margin: 10px 0px 0px;
}
.b-tobira-comments__list .children .comment-body:before {
  content: "A";
  display: block;
  float: left;
  color: #00B800;
  margin: 0px 10px 0px 0px;
  font-weight: bold;
}
.b-tobira-comments__list .children .comment-body p {
  overflow: hidden;
  color: #00B800;
  border-left: 4px solid #D1F4D1;
  padding: 0px 0px 0px 5px;
}
.b-tobira-comments__message {
  color: red;
  text-align: center;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-comments {
    padding: 60px 30px;
  }
  .b-tobira-comments__heading {
    font-size: 1.25em;
    margin: 0px 0px 30px;
  }
  .b-tobira-comments__sub-heading {
    font-size: 1.5em;
    margin: 40px 0px 20px;
  }
  .b-tobira-comments__desc {
    line-height: 1.6;
    margin: 30px 0px;
  }
  .b-tobira-comments__list > li {
    padding: 20px;
  }
}

/* ------------------------------ */
/* Tobira Comment Message */
/* ------------------------------ */
.b-tobira-comment-message {
  padding: 30px;
  max-width: 600px;
  margin: 0px auto;
}
.b-tobira-comment-message__lead {
  color: #00B800;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0px 0px 30px;
}
.b-tobira-comment-message__desc {
  line-height: 1.375;
  margin: 30px 0px;
}
.b-tobira-comment-message__btn {
  text-align: center;
}
.b-tobira-comment-message__btn a {
  display: inline-block;
  line-height: 1.1;
  border: 1px solid #00B800;
  border-radius: 20px;
  padding: 8px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 0 #00B800;
          box-shadow: 0 5px 0 #00B800;
  text-decoration: none;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-comment-message {
    padding: 60px 30px;
  }
  .b-tobira-comment-message__lead {
    font-size: 1.5em;
  }
  .b-tobira-comment-message__desc {
    line-height: 1.6;
    margin: 40px 0px;
  }
  .b-tobira-comment-message__btn a:hover, .b-tobira-comment-message__btn a:focus {
    -webkit-box-shadow: 0 2px 0 #00B800;
            box-shadow: 0 2px 0 #00B800;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

/* ------------------------------ */
/* Tobira Footer Banner */
/* ------------------------------ */
.b-tobira-footer-banner {
  display: block;
  width: 720px;
  max-width: 90%;
  margin: 30px auto;
}

/* ------------------------------ */
/* Tobira Sns Link */
/* ------------------------------ */
.b-tobira-sns-link {
  width: 640px;
  max-width: 90%;
  margin: 10px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-tobira-sns-link__item {
  padding: 0px 5px;
}
.b-tobira-sns-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  padding: 5px 10px;
  background-color: #00B800;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.b-tobira-sns-link__item a:before {
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  margin: 0px 5px 0px 0px;
}
.b-tobira-sns-link__item a:hover {
  opacity: 0.6;
}
.b-tobira-sns-link__item--youtube a {
  background-color: #FF0000;
}
.b-tobira-sns-link__item--youtube a:before {
  content: "";
  background-image: url("/wp-content/themes/gakken/assets/images/tobira/icon-youtube.svg");
}
.b-tobira-sns-link__item--twitter a {
  background-color: #1DA1F2;
}
.b-tobira-sns-link__item--twitter a:before {
  content: "";
  background-image: url("/wp-content/themes/gakken/assets/images/tobira/icon-twitter.svg");
}
@media screen and ( max-width: 599px ) {
  .b-tobira-sns-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-tobira-sns-link__item {
    width: 320px;
    max-width: 90%;
    margin: 5px 0px;
  }
  .b-tobira-sns-link__item a {
    padding: 10px;
  }
}

/* ------------------------------ */
/* Tobira Profile */
/* ------------------------------ */
.b-tobira-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0px;
}
.b-tobira-profile__contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 60%;
  padding: 0px 0px 0px 30px;
}
.b-tobira-profile__contents__heading {
  margin: 0px 0px 20px !important;
  border: none !important;
  text-align: left !important;
}
.b-tobira-profile__contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-tobira-profile__contents__list dt,
.b-tobira-profile__contents__list dd {
  padding: 4px 12px;
  margin: 0px 0px 5px;
  border: 1px solid #d4d4d4;
}
.b-tobira-profile__contents__list dt {
  width: 35%;
  background-color: #d4d4d4;
  border-radius: 10px 0px 0px 10px;
  font-weight: bold;
}
.b-tobira-profile__contents__list dd {
  width: 65%;
  border-radius: 0px 10px 10px 0px;
}
.b-tobira-profile__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40%;
}
.b-tobira-profile__photo img {
  border-radius: 40px;
}
.b-tobira-profile__message {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
.b-tobira-profile__message__heading {
  line-height: 1.4;
}
.b-tobira-profile__message__txt {
  line-height: 1.8 !important;
}
.b-tobira-profile--blue .b-tobira-profile__contents__heading {
  color: #3890db;
}
.b-tobira-profile--blue .b-tobira-profile__contents__list dt,
.b-tobira-profile--blue .b-tobira-profile__contents__list dd {
  border-color: #3890db;
}
.b-tobira-profile--blue .b-tobira-profile__contents__list dt {
  background-color: #3890db;
  color: #fff;
}
.b-tobira-profile--blue .b-tobira-profile__message__heading {
  border-color: #3890db;
  color: #3890db;
}
.b-tobira-profile--pink .b-tobira-profile__contents__heading {
  color: #ec8e8e;
}
.b-tobira-profile--pink .b-tobira-profile__contents__list dt,
.b-tobira-profile--pink .b-tobira-profile__contents__list dd {
  border-color: #ec8e8e;
}
.b-tobira-profile--pink .b-tobira-profile__contents__list dt {
  background-color: #ec8e8e;
  color: #fff;
}
.b-tobira-profile--pink .b-tobira-profile__message__heading {
  border-color: #ec8e8e;
  color: #ec8e8e;
}
.b-tobira-profile--reverse .b-tobira-profile__contents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px 30px 0px 0px;
}
.b-tobira-profile--reverse .b-tobira-profile__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-profile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-tobira-profile__contents {
    width: 100%;
    padding: 0px;
  }
  .b-tobira-profile__contents__heading {
    text-align: center !important;
  }
  .b-tobira-profile__contents__list {
    display: block;
  }
  .b-tobira-profile__contents__list dt,
.b-tobira-profile__contents__list dd {
    width: 100%;
  }
  .b-tobira-profile__contents__list dt {
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
  }
  .b-tobira-profile__contents__list dd {
    border-radius: 0px 0px 10px 10px;
  }
  .b-tobira-profile__photo {
    width: 60%;
  }
  .b-tobira-profile--reverse .b-tobira-profile__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px;
  }
  .b-tobira-profile--reverse .b-tobira-profile__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* ------------------------------ */
/* Tobira Top Banner */
/* ------------------------------ */
.b-tobira-top-banner {
  display: block;
  width: 480px;
  max-width: 90%;
  margin: 30px auto;
}

/* ------------------------------ */
/* Tobira No Posts */
/* ------------------------------ */
.b-tobira-no-posts {
  padding: 40px 20px;
}
.b-tobira-no-posts p {
  font-size: 1.125em;
  color: #B1B1B1;
  text-align: center;
}
@media screen and ( min-width: 1024px ) {
  .b-tobira-no-posts {
    padding: 80px 20px;
  }
}

/* NEW */
:root {
  --content-width: min(90%,980px);
}

:root {
  --font-size-xxsmall: 10px;
  --font-size-xsmall: 12px;
  --font-size-small: 14px;
  --font-size-def: 16px;
  --font-size-medium: 18px;
  --font-size-large: 20px;
  --font-size-xlarge: 24px;
  --font-size-xxlarge: 28px;
  --font-size-splarge: 30px;
  --font-size-exlarge: 40px;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray1: #333333;
  --color-gray2: #B1B1B1;
  --color-green1: #00A95F;
  --color-green2: #8BE2BC;
  --color-red1: #EA5550;
  --color-cream1: #FFFA94;
  --color-pink1: #F29996;
  --color-blue1: #00AFEC;
  --color-blue2: #D8EFFC;
  --color-yellow1: #FFF100;
  --color-bg1: #FFFCED;
}

/* ------------------------------ */
/* Common Header */
/* ------------------------------ */
.b-tobira-common-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--content-width);
  margin: 0px auto;
  height: 90px;
  padding: 0px;
  z-index: 1;
}
.b-tobira-common-header__sitelogo img {
  width: 140px;
}
.b-tobira-common-header__logo img {
  width: 280px;
}
.b-tobira-common-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.b-tobira-common-header__nav__item a {
  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;
  width: 80px;
  height: 70px;
  text-decoration: none;
  color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 10px;
  background-color: var(--color-white);
}
.b-tobira-common-header__nav__item--menu a {
  background-image: url(../images/tobira/icon_menu_b.svg);
  background-size: 21px 19px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-common-header {
    height: 60px;
  }
  .b-tobira-common-header__sitelogo img {
    width: 70px;
  }
  .b-tobira-common-header__logo img {
    width: 110px;
  }
  .b-tobira-common-header__nav__item {
    display: none;
  }
  .b-tobira-common-header__nav__item a {
    width: 50px;
    height: 44px;
  }
  .b-tobira-common-header__nav__item--menu {
    display: block;
  }
  .b-tobira-common-header__nav__item--menu a {
    background-size: 18px 17px;
  }
}

/* ------------------------------ */
/* Common Footer */
/* ------------------------------ */
.b-tobira-common-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: var(--content-width);
  margin: 0px auto;
  border: none;
  padding: 60px 0px 20px;
}
.b-tobira-common-footer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: max(100vw, 1280px);
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--color-bg1);
}
.b-tobira-common-footer__logo {
  position: relative;
}
.b-tobira-common-footer__logo img {
  width: 350px;
}
.b-tobira-common-footer__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.b-tobira-common-footer__nav__menu__item a {
  font-size: var(--font-size-small);
  font-weight: bold;
  text-decoration: none;
  color: var(--color-black);
}
.b-tobira-common-footer__nav__menu__item a small {
  display: block;
  font-size: 0.8em;
}
.b-tobira-common-footer__copy {
  position: relative;
  width: 100%;
  font-size: var(--font-size-xsmall);
  text-align: center;
  margin: 50px 0px 0px;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-common-footer__nav__menu__item a:hover, .b-tobira-common-footer__nav__menu__item a:focus {
    text-decoration: underline;
  }
}
@media screen and ( max-width: 599px ) {
  .b-tobira-common-footer {
    padding: 20px 0px;
  }
  .b-tobira-common-footer:before {
    width: 100vw;
  }
  .b-tobira-common-footer__logo {
    margin: 0px 0px 80px;
  }
  .b-tobira-common-footer__logo img {
    width: 200px;
  }
  .b-tobira-common-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .b-tobira-common-footer__nav__menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .b-tobira-common-footer__nav__menu__item a {
    white-space: nowrap;
  }
}

/* ------------------------------ */
/* Article Intro */
/* ------------------------------ */
.b-tobira-article-intro {
  position: relative;
  padding: 60px 0px 0px;
  background-color: var(--color-bg1);
}
.b-tobira-article-intro__deco {
  position: absolute;
  z-index: 0;
}
.b-tobira-article-intro__deco--01 {
  top: 0px;
  left: 0px;
  width: 188px;
}
.b-tobira-article-intro__deco--02 {
  top: 0px;
  right: 0px;
  width: 286px;
}
.b-tobira-article-intro__deco--03 {
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 190px;
}
.b-tobira-article-intro__deco--04 {
  top: calc(50% + 240px);
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 196px;
}
.b-tobira-article-intro__deco--05 {
  bottom: 0px;
  left: 0px;
  width: 230px;
}
.b-tobira-article-intro__deco--wave {
  top: 100%;
  left: 0px;
  width: 100%;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-intro__deco--01 {
    width: 62px;
  }
  .b-tobira-article-intro__deco--02 {
    width: 70px;
  }
  .b-tobira-article-intro__deco--03, .b-tobira-article-intro__deco--04 {
    display: none;
  }
  .b-tobira-article-intro__deco--05 {
    width: 40px;
  }
}

/* ------------------------------ */
/* Article Header */
/* ------------------------------ */
.b-tobira-article-header {
  position: relative;
  z-index: 1;
  width: var(--content-width);
  margin: 0px auto;
  padding: 0px 0px 40px;
  border: none;
  background-color: transparent;
}
.b-tobira-article-header__heading {
  font-size: var(--font-size-exlarge);
  font-weight: bold;
  line-height: 1.4;
  padding: 0px 0px 40px;
}
.b-tobira-article-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-tobira-article-header__meta__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.b-tobira-article-header__meta__sponsor__img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.b-tobira-article-header__meta__sponsor__name {
  font-size: var(--font-size-xxlarge);
  line-height: 1.2;
}
.b-tobira-article-header__meta__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-tobira-article-header__meta__job-type, .b-tobira-article-header__meta__pr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  max-width: 100%;
  font-size: var(--font-size-large);
  line-height: 1.4;
  color: var(--color-white);
  padding: 16px 15px;
  border-radius: 5px;
}
.b-tobira-article-header__meta__pr {
  background-color: #ccc;
  padding: 16px 20px;
}
.b-tobira-article-header__meta__job-type {
  background-color: var(--color-green1);
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-header {
    padding: 0px 0px 20px;
  }
  .b-tobira-article-header__heading {
    font-size: var(--font-size-large);
    padding: 0px 0px 20px;
  }
  .b-tobira-article-header__meta {
    display: block;
  }
  .b-tobira-article-header__meta__sponsor {
    margin: 0px 0px 20px;
  }
  .b-tobira-article-header__meta__sponsor__img {
    width: 70px;
    height: 70px;
  }
  .b-tobira-article-header__meta__sponsor__name {
    font-size: var(--font-size-medium);
  }
  .b-tobira-article-header__meta__job-type, .b-tobira-article-header__meta__pr {
    font-size: var(--font-size-default);
    padding: 14px 10px;
  }
  .b-tobira-article-header__meta__pr {
    padding: 14px 16px;
  }
}

/* ------------------------------ */
/* Article Comic */
/* ------------------------------ */
.b-tobira-article-comic {
  position: relative;
  z-index: 1;
  width: var(--content-width);
  margin: 0px auto 30px;
}
.b-tobira-article-comic__thumbs {
  margin: 0px 0px 40px;
}
.b-tobira-article-comic__thumbs__arrow-prev, .b-tobira-article-comic__thumbs__arrow-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/tobira/slider-arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.b-tobira-article-comic__thumbs__arrow-prev {
  right: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-tobira-article-comic__thumbs__arrow-next {
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.b-tobira-article-comic__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  width: 416px;
  max-width: 90%;
  font-size: var(--font-size-large);
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  margin: 0px auto;
  padding: 0px 50px;
  border-radius: 34px;
  border: 2px solid var(--color-black);
}
.b-tobira-article-comic__btn:after {
  content: "";
  display: block;
  width: 0px;
  left: 0px;
  border-left: 19px solid var(--color-red1);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-article-comic__btn:hover, .b-tobira-article-comic__btn:focus {
    background-color: var(--color-black);
    color: var(--color-white);
  }
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-comic {
    margin: 0px auto 20px;
  }
  .b-tobira-article-comic__thumbs {
    margin: 0px 0px 20px;
  }
  .b-tobira-article-comic__thumbs__arrow-prev, .b-tobira-article-comic__thumbs__arrow-next {
    width: 30px;
    height: 30px;
  }
  .b-tobira-article-comic__thumbs__arrow-prev {
    right: calc(100% - 14px);
  }
  .b-tobira-article-comic__thumbs__arrow-next {
    left: calc(100% - 14px);
  }
  .b-tobira-article-comic__btn {
    font-size: var(--font-size-default);
    padding: 0px 18px;
    width: 100%;
    max-width: 380px;
  }
}

/* ------------------------------ */
/* Article Lead */
/* ------------------------------ */
.b-tobira-article-lead {
  position: relative;
  width: var(--content-width);
  font-size: var(--font-size-medium);
  margin: 50px auto 0px;
  z-index: 1;
}
.b-tobira-article-lead p:not(:last-child) {
  margin: 0px 0px 1.5em;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-lead {
    font-size: var(--font-size-default);
    margin: 30px auto 0px;
  }
}

/* ------------------------------ */
/* Article Movie */
/* ------------------------------ */
.b-tobira-article-movie {
  position: relative;
  z-index: 1;
  width: var(--content-width);
  margin: 50px auto 0px;
}
.b-tobira-article-movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.b-tobira-article-movie__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-movie {
    margin: 20px auto 0px;
  }
}

/* ------------------------------ */
/* Article Sections */
/* ------------------------------ */
.b-tobira-article-sections {
  background-image: url("../images/tobira/bg-grid.png");
  background-size: 58px 58px;
  padding: 12vw 0px 120px;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-sections {
    padding: 12vw 0px 70px;
  }
}

/* ------------------------------ */
/* Article Section */
/* ------------------------------ */
.b-tobira-article-section {
  width: var(--content-width);
  margin: 0px auto;
}
.b-tobira-article-section:not(:last-child) {
  margin: 0px auto 80px;
}
.b-tobira-article-section__heading {
  position: relative;
  font-size: var(--font-size-splarge);
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 50px 20px 16px;
  margin: 0px 0px 40px;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  -webkit-box-shadow: 16px 10px 0px 0px #000;
          box-shadow: 16px 10px 0px 0px #000;
}
.b-tobira-article-section__heading__text {
  display: block;
}
.b-tobira-article-section__heading__band {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  display: block;
  width: 40px;
  height: 100%;
}
.b-tobira-article-section__text {
  font-size: var(--font-size-medium);
  line-height: 2.4em;
  margin: 30px 0px 0px;
}
.b-tobira-article-section__text p:not(:last-child) {
  margin: 0px 0px 1.5em;
}
.b-tobira-article-section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0px 0px;
}
.b-tobira-article-section__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: var(--font-size-large);
  line-height: 1.2;
  text-decoration: none;
  padding: 16px 50px;
  border-radius: 33px;
  border: 2px solid var(--color-black);
}
.b-tobira-article-section__btn a:after {
  content: "";
  display: block;
  width: 0px;
  left: 0px;
  border-left: 19px solid var(--color-red1);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.b-tobira-article-section__figure {
  margin: 30px 0px 0px;
  text-align: center;
}
.b-tobira-article-section__figure > a {
  display: inline-block;
}
.b-tobira-article-section__figure__img {
  display: block;
  margin: 0px auto;
}
.b-tobira-article-section__figure__caption {
  font-size: var(--font-size-default);
  text-align: center !important;
  margin: 5px 0px 0px;
}
.b-tobira-article-section__figure--full {
  width: 100%;
}
.b-tobira-article-section__figure--full a {
  width: 100%;
}
.b-tobira-article-section__figure--full .b-tobira-article-section__figure__img {
  width: 100%;
}
.b-tobira-article-section__movie {
  margin: 30px 0px 0px;
}
.b-tobira-article-section__movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.b-tobira-article-section__movie__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.b-tobira-article-section__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px 0px;
}
.b-tobira-article-section__balloon__speaker {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.b-tobira-article-section__balloon__speaker__icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0px auto 10px;
}
.b-tobira-article-section__balloon__speaker__icon__img {
  position: relative;
  -webkit-mask-image: url(../images/tobira/mask-speaker.png);
  mask-image: url(../images/tobira/mask-speaker.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.b-tobira-article-section__balloon__speaker__icon__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-tobira-article-section__balloon__speaker__icon__frame {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.b-tobira-article-section__balloon__speaker__name {
  position: relative;
  display: block;
  font-size: var(--font-size-large);
  padding: 10px 16px 16px 10px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--color-green2);
  line-height: 1.4;
}
.b-tobira-article-section__balloon__speaker__name:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-black);
  border-radius: 4px;
}
.b-tobira-article-section__balloon__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 0;
}
.b-tobira-article-section__balloon__body__text {
  position: relative;
  width: 100%;
  margin: -1px 0px 0px;
  padding: 20px 80px;
  line-height: 2;
}
.b-tobira-article-section__balloon__body__text p {
  position: relative;
  text-align: inherit;
}
.b-tobira-article-section__balloon__body__text p:not(:last-child) {
  margin: 0px 0px 1em;
}
.b-tobira-article-section__balloon__body__text__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.b-tobira-article-section__balloon__body__text__horn, .b-tobira-article-section__balloon__body__text__horn-right {
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
  z-index: 0;
}
.b-tobira-article-section__balloon__body__text__horn {
  top: 0px;
  left: 0px;
  width: 55px;
  height: 30px;
}
.b-tobira-article-section__balloon__body__text__horn-right {
  top: 50%;
  right: 0px;
  width: 55px;
  height: 30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.b-tobira-article-section__balloon__body__bottom {
  margin: -1px 0px 0px;
}
.b-tobira-article-section__balloon[data-balloon-speaker="1"] .b-tobira-article-section__balloon__speaker__name {
  background-color: var(--color-cream1);
}
.b-tobira-article-section__balloon[data-balloon-speaker="2"] .b-tobira-article-section__balloon__speaker__name {
  background-color: var(--color-pink1);
}
.b-tobira-article-section__balloon[data-balloon-speaker="2"] .b-tobira-article-section__balloon__speaker__name br {
  display: none;
}
.b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__speaker {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body__top, .b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body__bottom {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body__text__bg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body__text__horn {
  left: initial;
  right: 0px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body__text__horn-right {
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  right: initial;
  left: 0px;
}
.b-tobira-article-section__balloon[data-balloon-type="2"] .b-tobira-article-section__balloon__body__text__horn {
  top: 20px;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-article-section__btn a:hover, .b-tobira-article-section__btn a:focus {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
  }
  .b-tobira-article-section__figure a:hover, .b-tobira-article-section__figure a:focus {
    opacity: 0.7;
  }
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-section:not(:last-child) {
    margin: 0px auto 50px;
  }
  .b-tobira-article-section__heading {
    font-size: var(--font-size-medium);
    padding: 10px 30px 10px 10px;
    margin: 0px 0px 20px;
    -webkit-box-shadow: 10px 10px 0px 0px var(--color-black);
            box-shadow: 10px 10px 0px 0px var(--color-black);
  }
  .b-tobira-article-section__heading__band {
    width: 20px;
  }
  .b-tobira-article-section__text {
    font-size: var(--font-size-default);
  }
  .b-tobira-article-section__figure__caption {
    font-size: var(--font-size-small);
  }
  .b-tobira-article-section__btn a {
    font-size: var(--font-size-default);
    padding: 16px 24px;
    width: 90%;
    max-width: 380px;
    border-radius: 40px;
  }
  .b-tobira-article-section__balloon__speaker {
    width: 72px;
  }
  .b-tobira-article-section__balloon__speaker__icon {
    width: 50px;
    height: 50px;
  }
  .b-tobira-article-section__balloon__speaker__name {
    font-size: var(--font-size-xsmall);
    padding: 5px 8px 8px 3px;
  }
  .b-tobira-article-section__balloon__body {
    width: calc(100% - 72px);
  }
  .b-tobira-article-section__balloon__body__text {
    padding: 10px 20px 10px 40px;
  }
  .b-tobira-article-section__balloon__body__text__horn {
    width: 22px;
    height: 18px;
  }
  .b-tobira-article-section__balloon[data-balloon-speaker="2"] .b-tobira-article-section__balloon__speaker__name br {
    display: block;
  }
  .b-tobira-article-section__balloon[data-balloon-speaker="3"] .b-tobira-article-section__balloon__body__text {
    padding: 10px 40px 10px 20px;
  }
}

/* ------------------------------ */
/* Article Section Tagged */
/* ------------------------------ */
.b-tobira-article-section-tagged {
  --tag-color: var(--color-gray1);
  background-color: #fff;
}
.b-tobira-article-section-tagged__heading {
  position: relative;
  width: var(--content-width);
  font-weight: bold;
  color: var(--color-white);
  margin: 0px auto 80px;
  padding: 16px 0px;
  line-height: 1.2;
}
.b-tobira-article-section-tagged__heading__tag {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0px;
  font-size: var(--font-size-splarge);
  line-height: 56px;
  padding: 0px 10px 0px 48px;
  background-color: var(--tag-color);
}
.b-tobira-article-section-tagged__heading__tag:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 56px solid transparent;
  border-left: 64px solid var(--tag-color);
}
.b-tobira-article-section-tagged__heading__main {
  position: relative;
  font-size: var(--font-size-exlarge);
}
.b-tobira-article-section-tagged__heading:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: max(100vw, 1280px);
  height: 100%;
  background-color: var(--tag-color);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-tobira-article-section-tagged--profile {
  --tag-color: var(--color-blue1);
  background-color: var(--color-blue2);
  background-image: url(../images/tobira/sponsor_area_bg.svg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0px 0px 100px;
}
.b-tobira-article-section-tagged--comment {
  --tag-color: var(--color-red1);
  background-color: var(--color-bg1);
  padding: 0px 0px 80px;
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-section-tagged__heading {
    padding: 14px 0px;
    margin: 0px auto 30px;
  }
  .b-tobira-article-section-tagged__heading__main {
    font-size: var(--font-size-large);
  }
  .b-tobira-article-section-tagged__heading__tag {
    font-size: var(--font-size-xsmall);
    line-height: 24px;
    padding: 0px 10px 0px 14px;
  }
  .b-tobira-article-section-tagged__heading__tag:after {
    border-top: 24px solid transparent;
    border-left: 34px solid var(--tag-color);
  }
  .b-tobira-article-section-tagged__heading:before {
    width: 100vw;
  }
  .b-tobira-article-section-tagged--profile {
    padding: 0px 0px 70px;
    background-size: 300% auto;
  }
  .b-tobira-article-section-tagged--comment {
    padding: 0px 0px 30px;
  }
}

/* ------------------------------ */
/* Article Sponsor */
/* ------------------------------ */
.b-tobira-article-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  width: var(--content-width);
  margin: 0px auto;
}
.b-tobira-article-sponsor__icon {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.b-tobira-article-sponsor__info__name {
  font-size: var(--font-size-splarge);
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 16px;
}
.b-tobira-article-sponsor__info__desc {
  line-height: 2.4;
}
.b-tobira-article-sponsor__info__links {
  margin: 20px 0px 0px;
}
.b-tobira-article-sponsor__info__links__item:not(:first-child) {
  margin: 20px 0px 0px;
}
.b-tobira-article-sponsor__info__links__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 416px;
  max-width: 90%;
  font-size: var(--font-size-large);
  line-height: 1.2;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  padding: 16px 50px;
  border-radius: 34px;
  border: 2px solid var(--color-black);
}
.b-tobira-article-sponsor__info__links__item a:after {
  content: "";
  display: block;
  width: 0px;
  left: 0px;
  border-left: 19px solid var(--color-red1);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
@media screen and ( min-width: 600px ) {
  .b-tobira-article-sponsor__info__links__item a:hover, .b-tobira-article-sponsor__info__links__item a:focus {
    background-color: var(--color-black);
    color: var(--color-white);
  }
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-sponsor {
    display: block;
    padding: 0px 20px;
  }
  .b-tobira-article-sponsor__icon {
    display: block;
    width: 250px;
    height: 250px;
    margin: 0px auto 20px;
  }
  .b-tobira-article-sponsor__info__name {
    font-size: var(--font-size-medium);
  }
  .b-tobira-article-sponsor__info__desc {
    font-size: var(--font-size-small);
  }
  .b-tobira-article-sponsor__info__links__item a {
    font-size: var(--font-size-default);
    padding: 16px 38px;
    margin: 0px auto;
    max-width: 100%;
  }
}

/* ------------------------------ */
/* Article Comment */
/* ------------------------------ */
.b-tobira-article-comment {
  width: var(--content-width);
  margin: 0px auto;
}
.b-tobira-article-comment__desc {
  font-size: var(--font-size-large);
  line-height: 2.5em;
}
.b-tobira-article-comment__form {
  margin: 30px 0px 0px;
}
.b-tobira-article-comment__form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: var(--color-white);
  width: 100%;
  height: 10em;
  padding: 10px 20px;
  border-radius: 10px;
}
.b-tobira-article-comment .form-submit {
  position: relative;
  display: block;
  width: 180px;
  font-size: var(--font-size-large);
  color: var(--color-black);
  line-height: 1.2;
  background-color: var(--color-yellow1);
  border-radius: 40px;
  padding: 20px 20px 30px 110px;
  margin: 50px auto 0px;
}
.b-tobira-article-comment .form-submit:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -8px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-black);
  border-radius: 40px;
  z-index: 0;
}
.b-tobira-article-comment .form-submit:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 19px solid var(--color-red1);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 0;
}
.b-tobira-article-comment .form-submit input[type=submit] {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  padding: 0px 0px 10px 50px;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  z-index: 1;
}
.b-tobira-article-comment__list {
  margin: 50px 0px 0px;
}
.b-tobira-article-comment__list__item {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 10px;
}
.b-tobira-article-comment__list__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.b-tobira-article-comment__list__item__body:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 43px;
  height: 43px;
  background-image: url(../images/tobira/icon_question.svg);
  background-size: 100% 100%;
}
.b-tobira-article-comment__list__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 120px;
  color: var(--color-white);
  background-color: var(--color-pink1);
  padding: 8px 20px;
  margin: 0px auto;
  cursor: pointer;
  border-radius: 24px;
}
.b-tobira-article-comment__list__item__btn:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  width: 12px;
  height: 12px;
  background-image: url(../images/tobira/icon_close_w.svg);
}
.b-tobira-article-comment__list__item__btn:after {
  content: "回答をみる";
}
.b-tobira-article-comment__list__item:not(:first-child) {
  margin: 20px 0px 0px;
}
.b-tobira-article-comment__list__item__children {
  margin: 20px 0px 0px;
}
.b-tobira-article-comment__list__item__children .b-tobira-article-comment__list__item__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.b-tobira-article-comment__list__item__children .b-tobira-article-comment__list__item__body:before {
  background-image: url(../images/tobira/icon_answer.svg);
}
.b-tobira-article-comment__list__item__children__toggle {
  display: none;
}
.b-tobira-article-comment__list__item__children__toggle:checked + .b-tobira-article-comment__list__item__body {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0px 0px 20px;
}
.b-tobira-article-comment__list__item__children__toggle:checked + .b-tobira-article-comment__list__item__body + .b-tobira-article-comment__list__item__btn:before {
  display: block;
}
.b-tobira-article-comment__list__item__children__toggle:checked + .b-tobira-article-comment__list__item__body + .b-tobira-article-comment__list__item__btn:after {
  content: "閉じる";
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-comment__desc {
    font-size: var(--font-size-def);
    line-height: 2.5em;
  }
  .b-tobira-article-comment__form {
    margin: 20px 0px 0px;
  }
  .b-tobira-article-comment .form-submit {
    padding: 14px 20px 24px 110px;
    margin: 20px auto 0px;
  }
  .b-tobira-article-comment .form-submit input[type=submit] {
    font-size: var(--font-size-def);
  }
  .b-tobira-article-comment__list {
    margin: 30px 0px 0px;
  }
  .b-tobira-article-comment__list__item__body {
    gap: 10px;
  }
  .b-tobira-article-comment__list__item__body:before {
    width: 24px;
    height: 24px;
  }
  .b-tobira-article-comment__list__item__btn {
    font-size: var(--font-size-xsmall);
    padding: 6px 20px;
  }
}

/* ------------------------------ */
/* Article Others */
/* ------------------------------ */
.b-tobira-article-others {
  background-image: url("../images/tobira/bg-grid.png");
  background-size: 58px 58px;
  padding: 50px 0px 100px;
}
.b-tobira-article-others__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--font-size-splarge);
  font-weight: bold;
  margin: 0px 0px 30px;
}
.b-tobira-article-others__heading:before {
  content: "";
  display: block;
  width: 55px;
  height: 46px;
  background-image: url("../images/tobira/icon-tobira.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.b-tobira-article-others__list {
  width: var(--content-width);
  margin: 0px auto;
}
.b-tobira-article-others__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-tobira-article-others__list .slick-slide {
  height: auto !important;
}
.b-tobira-article-others__list .slick-slide > div {
  height: 100%;
}
.b-tobira-article-others__list__item {
  padding: 0px 5px;
  height: 100%;
}
.b-tobira-article-others__list__prev, .b-tobira-article-others__list__next {
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/tobira/slider-arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.b-tobira-article-others__list__prev {
  right: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-tobira-article-others__list__next {
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and ( max-width: 599px ) {
  .b-tobira-article-others {
    padding: 40px 0px 60px;
  }
  .b-tobira-article-others__heading {
    font-size: var(--font-size-large);
  }
  .b-tobira-article-others__heading:before {
    width: 28px;
    height: 23px;
  }
  .b-tobira-article-others__list {
    max-width: 305px;
    margin: 0px auto;
  }
  .b-tobira-article-others__list__prev, .b-tobira-article-others__list__next {
    width: 30px;
    height: 30px;
  }
  .b-tobira-article-others__list__prev {
    right: calc(100% - 10px);
  }
  .b-tobira-article-others__list__next {
    left: calc(100% - 10px);
  }
}
@media screen and ( max-width: 374px ) {
  .b-tobira-article-others__list__prev {
    right: calc(100% - 14px);
  }
  .b-tobira-article-others__list__next {
    left: calc(100% - 14px);
  }
}

/* ------------------------------ */
/* Card Article  */
/* ------------------------------ */
.b-tobira-card-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-black);
  text-decoration: none;
  border: 2px solid var(--color-gray2);
  border-radius: 10px;
  background-color: var(--color-white);
  padding: 10px;
  height: 100%;
}
.b-tobira-card-article__thumb {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-tobira-card-article__title {
  background-color: var(--color-yellow1);
  margin: 0px -10px;
  padding: 10px;
  min-height: 78px;
}
.b-tobira-card-article__title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  line-height: 1.4;
}
.b-tobira-card-article__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 170px;
  padding: 10px;
}
.b-tobira-card-article__desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.b-tobira-card-article__desc p:not(:first-child) {
  display: none;
}
.b-tobira-card-article__desc__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: 8px;
  width: 160px;
  font-size: var(--font-size-xsmall);
  font-weight: bold;
  line-height: 1.2;
  background-color: var(--color-yellow1);
  margin: 10px auto 0px;
  padding: 10px 0px;
  border-radius: 20px;
}
.b-tobira-card-article__desc__btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background-image: url(../images/tobira/icon-door.svg);
}
@media screen and ( max-width: 599px ) {
  .b-tobira-card-article__desc {
    height: 172px;
  }
  .b-tobira-card-article__desc p {
    line-height: 1.5;
    min-height: 4.5em;
  }
}