@charset "UTF-8";
#page.tsumugu {
  color: #000074;
}
#page.tsumugu .c-heading {
  background-image: repeating-linear-gradient(90deg, #000074, #000074 3px, transparent 3px, transparent 6px);
}
#page.tsumugu .c-heading .c-heading-sub {
  background-image: url(../img/tsumugu/hukidashi-b.png);
  color: #000074;
}
@media (max-width: 767px) {
  #page.tsumugu .c-heading .c-heading-sub {
    background-image: url(../img/tsumugu/hukidashi-b-sp.png);
  }
}
#page.tsumugu .c-link::after {
  background-image: url(../img/tsumugu/arrow.png);
}
@media (hover: hover) {
  #page.tsumugu .c-link:hover {
    background-color: #000074;
  }
}
#page.tsumugu .c-cvarea {
  background-color: #e64119;
}
#page.tsumugu .c-cvarea .c-cvarea-link {
  color: #e64119;
}
#page.tsumugu .c-cvarea .c-cvarea-tel .c-cvarea-link::before {
  background-image: url(../img/tsumugu/tel-icon.png);
}
#page.tsumugu .c-cvarea .c-cvarea-email .c-cvarea-link::before {
  background-image: url(../img/tsumugu/email-icon.png);
}
#page.tsumugu .mv {
  margin-bottom: 55px;
}
#page.tsumugu .mv .mv-img img {
  border-radius: 4px;
}
#page.tsumugu .mv .splide__track .splide__slide:nth-child(odd) .mv-img {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #page.tsumugu .mv {
    margin-bottom: 30px;
  }
  #page.tsumugu .mv .splide__track .splide__slide:nth-child(odd) .mv-img {
    padding-top: 25px;
  }
}
#page.tsumugu .about-wrap {
  height: 180vh; /* この高さ分スクロールしている間、aboutが固定される */
}
#page.tsumugu .about {
  padding-bottom: 60px;
  margin-bottom: 160px;
  position: sticky;
  top: 155px;
  overflow-x: hidden;
}
#page.tsumugu .about .page-ttl {
  font-size: 40px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 170px;
}
@-webkit-keyframes textanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textanime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textanimeAfter {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes textanimeAfter {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes imganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#page.tsumugu .about .about-ttl {
  font-size: 32px;
  line-height: 1.125;
  letter-spacing: 0.08em;
  margin-bottom: 65px;
}
#page.tsumugu .about .about-ttl span {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
#page.tsumugu .about .about-ttl span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page.tsumugu .about .about-ttl.is-visible span:nth-child(1) {
  -webkit-animation: textanime 0.5s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
          animation: textanime 0.5s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
}
#page.tsumugu .about .about-ttl.is-visible span:nth-child(1)::after {
  -webkit-animation: textanimeAfter 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
          animation: textanimeAfter 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) forwards;
}
#page.tsumugu .about .about-ttl.is-visible span:nth-child(3) {
  -webkit-animation: textanime 0.5s cubic-bezier(0, 0.25, 0.19, 0.27) 0.9s forwards;
          animation: textanime 0.5s cubic-bezier(0, 0.25, 0.19, 0.27) 0.9s forwards;
}
#page.tsumugu .about .about-ttl.is-visible span:nth-child(3)::after {
  -webkit-animation: textanimeAfter 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 0.9s forwards;
          animation: textanimeAfter 0.7s cubic-bezier(0, 0.25, 0.19, 0.27) 0.9s forwards;
}
#page.tsumugu .about .about-txt {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#page.tsumugu .about .about-txt span {
  display: block;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
#page.tsumugu .about .about-txt span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(1) {
  -webkit-animation: textanime 0.8s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
          animation: textanime 0.8s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(1)::after {
  -webkit-animation: textanimeAfter 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
          animation: textanimeAfter 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.4s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(2) {
  -webkit-animation: textanime 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
          animation: textanime 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(2)::after {
  -webkit-animation: textanimeAfter 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
          animation: textanimeAfter 1s cubic-bezier(0, 0.25, 0.19, 0.27) 1.8s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(4) {
  -webkit-animation: textanime 1.7s cubic-bezier(0, 0.25, 0.19, 0.27) 2s forwards;
          animation: textanime 1.7s cubic-bezier(0, 0.25, 0.19, 0.27) 2s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(4)::after {
  -webkit-animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 2s forwards;
          animation: textanimeAfter 0.9s cubic-bezier(0, 0.25, 0.19, 0.27) 2s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(5) {
  -webkit-animation: textanime 1.1s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
          animation: textanime 1.1s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(5)::after {
  -webkit-animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
          animation: textanimeAfter 1.2s cubic-bezier(0, 0.25, 0.19, 0.27) 2.2s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(6) {
  -webkit-animation: textanime 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 2.4s forwards;
          animation: textanime 1.5s cubic-bezier(0, 0.25, 0.19, 0.27) 2.4s forwards;
}
#page.tsumugu .about .about-txt.is-visible span:nth-child(6)::after {
  -webkit-animation: textanimeAfter 1.6s cubic-bezier(0, 0.25, 0.19, 0.27) 2.4s forwards;
          animation: textanimeAfter 1.6s cubic-bezier(0, 0.25, 0.19, 0.27) 2.4s forwards;
}
#page.tsumugu .about .about-line {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page.tsumugu .about svg {
  width: 90vw;
  max-width: 800px;
  height: 542px;
}
#page.tsumugu .about #line {
  fill: none;
  stroke: #000074;
  stroke-width: 0.5;
}
@media (max-width: 767px) {
  #page.tsumugu .about {
    padding-bottom: 300px;
    margin-bottom: 60px;
    top: -120px;
  }
  #page.tsumugu .about #line {
    stroke-width: 1;
  }
  #page.tsumugu .about .page-ttl {
    font-size: 34px;
    letter-spacing: 0.08em;
    margin-bottom: 60px;
  }
  #page.tsumugu .about .about-ttl {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #page.tsumugu .about .about-txt {
    font-size: 17px;
    line-height: 1.8235294118;
  }
  #page.tsumugu .about svg {
    width: 95vw;
    height: auto;
  }
}
#page.tsumugu .rec {
  background-color: #f0f0f0;
  margin-bottom: 150px;
}
#page.tsumugu .rec .rec-ttl {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  top: -5px;
}
#page.tsumugu .rec .rec-ttl::before, #page.tsumugu .rec .rec-ttl::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 20px;
}
#page.tsumugu .rec .rec-ttl::before {
  background-image: url(../img/tsumugu/rec-ttl-left.png);
}
#page.tsumugu .rec .rec-ttl::after {
  background-image: url(../img/tsumugu/rec-ttl-right.png);
}
#page.tsumugu .rec .rec-slider {
  padding: 40px 0 30px 0;
  height: 230px;
}
#page.tsumugu .rec .rec-txt {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #000074;
  border-radius: 50px;
  padding: 18.5px 32px;
  margin-bottom: 20px;
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page.tsumugu .rec .rec-txt::after {
  content: "";
  position: absolute;
  background-image: url(../img/tsumugu/rec-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 30px;
  right: 50px;
  bottom: -20px;
}
#page.tsumugu .rec .splide__track .splide__slide:nth-child(odd) {
  margin-left: -50px;
  margin-right: -110px;
}
#page.tsumugu .rec .splide__track .splide__slide:nth-child(odd) .rec-txt {
  margin-top: 90px;
}
@media (max-width: 767px) {
  #page.tsumugu .rec {
    margin-bottom: 60px;
  }
  #page.tsumugu .rec .rec-ttl {
    font-size: 15px;
    gap: 5px;
    top: -8px;
  }
  #page.tsumugu .rec .rec-ttl::before, #page.tsumugu .rec .rec-ttl::after {
    width: 12px;
    height: 18px;
  }
  #page.tsumugu .rec .rec-slider {
    padding: 30px 0 10px 0;
    height: auto;
  }
  #page.tsumugu .rec .rec-txt {
    font-size: 13px;
    letter-spacing: 0.06em;
    padding: 12.5px 40px;
  }
  #page.tsumugu .rec .rec-txt::after {
    width: 26px;
    height: 24px;
    bottom: -15px;
  }
  #page.tsumugu .rec .splide__track .splide__slide:nth-child(odd) {
    margin-left: -80px;
    margin-right: -140px;
  }
  #page.tsumugu .rec .splide__track .splide__slide:nth-child(odd) .rec-txt {
    margin-top: 80px;
  }
}
#page.tsumugu .case {
  margin-bottom: 120px;
}
#page.tsumugu .case .c-heading {
  margin-bottom: 65px;
}
#page.tsumugu .case .c-heading-sub {
  background-image: url(../img/tsumugu/hukidashi-red.png);
  color: #e64119;
}
#page.tsumugu .case .case-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.tsumugu .case .case-box:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000074;
}
#page.tsumugu .case .case-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.8571428571%;
          flex: 0 0 32.8571428571%;
  cursor: pointer;
}
#page.tsumugu .case .case-img {
  overflow: hidden;
}
#page.tsumugu .case .case-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.tsumugu .case .case-slider {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#page.tsumugu .case .case-slider .splide__pagination {
  bottom: 0;
  left: unset;
  right: 0;
  padding: 0;
}
#page.tsumugu .case .case-slider .splide__pagination__page {
  margin: 0;
  margin-left: 3px;
  opacity: 1;
  width: 43px;
  height: 2px;
  border-radius: 1px;
  display: block;
}
#page.tsumugu .case .case-slider .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #000074;
}
#page.tsumugu .case .case-item-ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.tsumugu .case .case-item-open {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.tsumugu .case .case-item-open::after {
  content: "";
  display: inline-block;
  background-image: url(../img/tsumugu/case-open.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
}
#page.tsumugu .case .case-modal {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#page.tsumugu .case .case-modal::-webkit-scrollbar {
  display: none;
}
#page.tsumugu .case .case-modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
#page.tsumugu .case .case-modal.is-active {
  opacity: 1;
  visibility: visible;
}
#page.tsumugu .case .case-modal-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 660px;
  width: 90%;
}
#page.tsumugu .case .case-modal-content {
  background: #fff;
  border: 1px solid #000074;
  position: relative;
  border-radius: 12px;
  text-align: left;
  padding: 55px 0;
}
#page.tsumugu .case .case-modal-wrap {
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
}
#page.tsumugu .case .case-item-close {
  position: absolute;
  max-width: 36px;
  width: 100%;
  right: 20px;
  top: 20px;
}
#page.tsumugu .case .case-modal-list {
  padding-left: 12px;
}
#page.tsumugu .case .case-modal-list-ttl {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
#page.tsumugu .case .case-modal-list-ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e64119;
  border: 1px solid #000074;
  margin-bottom: 1px;
  margin-right: 5px;
}
#page.tsumugu .case .case-modal-list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  padding-left: 12px;
  text-align: justify;
}
#page.tsumugu .case .case-modal-list:not(:last-child) {
  margin-bottom: 40px;
}
#page.tsumugu .case .case-modal-list:last-child {
  margin-bottom: 30px;
}
#page.tsumugu .case .case-modal-comment {
  background-image: repeating-linear-gradient(90deg, #000074, #000074 3px, transparent 3px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.tsumugu .case .case-modal-comment-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 128px);
          flex: 0 0 calc(100% - 128px);
  position: relative;
  border: 1px solid #e64119;
  border-radius: 5px;
  padding: 18px;
}
#page.tsumugu .case .case-modal-comment-left::after {
  content: "";
  position: absolute;
  background-image: url(../img/tsumugu/comment-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 38px;
  bottom: 18px;
  right: -25px;
}
#page.tsumugu .case .case-modal-comment-txt {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#page.tsumugu .case .case-modal-comment-right {
  max-width: 96px;
  width: 100%;
}
#page.tsumugu .case .case-modal-comment-icon {
  margin-bottom: 2px;
}
#page.tsumugu .case .case-modal-comment-name {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-bottom: 2px;
}
@media (hover: hover) {
  #page.tsumugu .case .case-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
  #page.tsumugu .case .case-item:hover .case-item-ttl {
    opacity: 0.7;
  }
  #page.tsumugu .case .case-item:hover .case-item-open {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  #page.tsumugu .case {
    margin-bottom: 60px;
  }
  #page.tsumugu .case .c-heading {
    margin-bottom: 100px;
  }
  #page.tsumugu .case .c-heading-sub {
    background-image: url(../img/tsumugu/hukidashi-red-sp.png);
  }
  #page.tsumugu .case .case-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
  #page.tsumugu .case .case-box:not(:last-child) {
    margin-bottom: 40px;
  }
  #page.tsumugu .case .case-item-close {
    right: 12px;
    top: 12px;
  }
  #page.tsumugu .case .case-item-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #page.tsumugu .case .case-item-open::after {
    width: 26px;
    height: 26px;
  }
  #page.tsumugu .case .case-modal {
    padding: 40px 15px;
  }
  #page.tsumugu .case .case-modal-inner {
    width: 99%;
  }
  #page.tsumugu .case .case-modal-content {
    padding: 40px 20px 15px 20px;
  }
  #page.tsumugu .case .case-modal-list:not(:last-child) {
    margin-bottom: 25px;
  }
  #page.tsumugu .case .case-modal-list-ttl {
    font-size: 13px;
  }
  #page.tsumugu .case .case-modal-list-txt {
    font-size: 14px;
  }
  #page.tsumugu .case .case-modal-comment {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px 0;
  }
  #page.tsumugu .case .case-modal-comment-left {
    padding: 16px;
  }
  #page.tsumugu .case .case-modal-comment-left::after {
    background-image: url(../img/tsumugu/comment-bg-sp.png);
    width: 62px;
    height: 38px;
    bottom: -34px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #page.tsumugu .case .case-modal-comment-txt {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  #page.tsumugu .case .case-modal-comment-icon {
    max-width: 66px;
    width: 100%;
    margin: 0 auto;
  }
  #page.tsumugu .case .case-modal-comment-name {
    font-size: 10px;
  }
}
#page.tsumugu .flow {
  margin-top: 175px;
}
#page.tsumugu .flow .c-heading {
  margin-bottom: 35px;
}
#page.tsumugu .flow .flow-content {
  position: relative;
}
#page.tsumugu .flow .flow-content::after {
  content: "";
  position: absolute;
  background-image: radial-gradient(circle, #e64119 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 4px 12px;
  width: 4px;
  height: 100%;
  top: 0;
  left: 25px;
  z-index: -1;
  height: 0;
}
#page.tsumugu .flow .flow-content.is-active::after {
  -webkit-animation: growDown 3s ease-in-out forwards;
          animation: growDown 3s ease-in-out forwards;
}
@-webkit-keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
#page.tsumugu .flow .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.tsumugu .flow .flow-item:not(:last-child) {
  margin-bottom: 40px;
}
#page.tsumugu .flow .flow-item:last-child {
  background-color: #fff;
}
#page.tsumugu .flow .flow-number {
  color: #e64119;
  background-color: #fff;
  border: 1px solid #e64119;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
#page.tsumugu .flow .flow-item-txtarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 75px);
          flex: 0 0 calc(100% - 75px);
  margin-top: 15px;
}
#page.tsumugu .flow .flow-item-ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
#page.tsumugu .flow .flow-item-txt {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
#page.tsumugu .flow .flow-item-txt span {
  font-size: 14px;
}
@media (max-width: 767px) {
  #page.tsumugu .flow {
    margin-top: 110px;
  }
  #page.tsumugu .flow .c-heading {
    margin-bottom: 105px;
  }
  #page.tsumugu .flow .flow-content::after {
    background-image: radial-gradient(circle, #e64119 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 2px 8px;
    left: 23px;
  }
  #page.tsumugu .flow .flow-number {
    font-size: 30px;
    width: 48px;
    height: 48px;
    padding-left: 3px;
    padding-bottom: 5px;
  }
  #page.tsumugu .flow .flow-item-txtarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
    margin-top: 13px;
  }
  #page.tsumugu .flow .flow-item:not(:last-child) {
    margin-bottom: 35px;
  }
  #page.tsumugu .flow .flow-item-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #page.tsumugu .flow .flow-item-txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
#page.tsumugu .c-faq .c-faq-question::after {
  background-image: url(../img/tsumugu/faq-open.png);
}
#page.tsumugu .c-faq .c-faq-question.open::after {
  background-image: url(../img/tsumugu/faq-close.png);
}
#page.tsumugu .c-faq .c-faq-question-q {
  color: #e64119;
}
#page.tsumugu .c-faq .c-faq-answer-a {
  color: #e64119;
}
@media (max-width: 767px) {
  #page.tsumugu .c-faq {
    padding: 90px 0 90px 0;
  }
}
#page.tsumugu .c-news {
  margin: 210px 0 0 0;
}
#page.tsumugu .c-news .c-news-box::after {
  background-image: url(../img/tsumugu/arrow.png);
}
@media (max-width: 767px) {
  #page.tsumugu .c-news {
    margin: 75px 0 0 0;
  }
}

header .header-nav-contact-link {
  background-color: #e64119;
}
header .header-nav-link.active::before {
  background-color: #e64119;
}

footer .footer-map-comment-txt {
  background-image: url(../img/tsumugu/hukidashi.png);
  color: #000074;
}
footer .footer-top {
  background-color: #e64119;
}
footer .footer-info-link {
  background-color: #e64119;
}

@media (max-width: 767px) {
  footer .footer-map-comment-txt {
    background-image: url(../img/tsumugu/hukidashi-sp.png);
  }
  footer .floating-email {
    background-color: #e64119;
  }
  footer .floating-email::after {
    background-image: url(../img/tsumugu/floating-arrow.png);
  }
}