@charset "UTF-8";
.takumi-message {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .takumi-message {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message {
    padding: 40px 0;
  }
}

.takumi-message__inner {
  max-width: 950px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.takumi-message__row {
  position: relative;
}
@media screen and (min-width: 769px) {
  .takumi-message__row {
    min-height: 374px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__row {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .takumi-message__imageWrap {
    max-width: 562px;
    position: absolute;
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__imageWrap {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .takumi-message__description {
    width: 91%;
    padding: 40px 0 0 clamp(320px, 41vw, 380px);
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__description {
    max-width: 420px;
    margin: 10px auto 0;
  }
}

.takumi-message__category {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
}
@media screen and (max-width: 768px) {
  .takumi-message__category {
    position: absolute;
    top: -30px;
    left: 0;
  }
}

.takumi-message__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .takumi-message__catch {
    font-size: clamp(28px, 3.8vw, 34px);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__catch {
    font-size: 24px;
    line-height: 1.75;
  }
}

.takumi-message__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .takumi-message__name {
    margin-top: 60px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__name {
    margin-top: 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .takumi-message__name span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__name span {
    font-size: 14px;
  }
}

.takumi-message__text {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .takumi-message__text {
    margin-top: 55px;
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__text {
    margin-top: 30px;
    line-height: 1.9;
  }
}

.takumi-message__movieWrap {
  max-width: 670px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .takumi-message__movieWrap {
    height: 377px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .takumi-message__movieWrap {
    margin: 40px auto 0;
    padding-top: 56%;
  }
}
.takumi-message__movieWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.takumi-flow {
  background-color: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .takumi-flow {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow {
    padding: 60px 0;
  }
}

.takumi-flow__inner {
  max-width: 950px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.takumi-flow__heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .takumi-flow__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__heading {
    font-size: 20px;
  }
}

.takumi-flow__read {
  max-width: 680px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 2.14;
}

@media screen and (min-width: 769px) {
  .takumi-flow__list {
    max-width: 680px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__list {
    max-width: 520px;
    margin: 40px auto 0;
  }
}

.takumi-flow__item {
  border: 1px solid #C7C7C7;
  background-color: #fff;
}
.takumi-flow__item:nth-child(n+2) {
  position: relative;
}
.takumi-flow__item:nth-child(n+2):before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background: #064EA2 url("../img/common/icon-arrow2.svg") no-repeat center/15px 10px;
}
@media screen and (min-width: 769px) {
  .takumi-flow__item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .takumi-flow__item:nth-child(n+2) {
    margin-top: 30px;
  }
  .takumi-flow__item:nth-child(n+2):before {
    top: -50px;
    left: 18.5%;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__item {
    padding: 25px 20px 20px;
    position: relative;
  }
  .takumi-flow__item:nth-child(n+2) {
    margin-top: 50px;
  }
  .takumi-flow__item:nth-child(n+2):before {
    top: -45px;
    left: 50%;
  }
}

@media screen and (min-width: 769px) {
  .takumi-flow__description {
    width: calc(97% - 298px);
    width: 100%;
  }
}

.takumi-flow__itemTitle {
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (min-width: 769px) {
  .takumi-flow__itemTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__itemTitle {
    margin-top: 10px;
    font-size: 18px;
  }
}
.takumi-flow__itemTitle span {
  width: 100px;
  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;
  color: #fff;
  border-radius: 100px;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .takumi-flow__itemTitle span {
    height: 26px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__itemTitle span {
    height: 32px;
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 14px;
  }
}
.takumi-flow__itemTitle strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .takumi-flow__itemTitle strong {
    width: calc(97% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__itemTitle strong {
    margin-top: 10px;
    display: block;
  }
}

.takumi-flow__subList {
  margin-top: 12px;
}

.takumi-flow__subItem {
  padding-left: 1em;
  text-indent: -1em;
}
.takumi-flow__subItem:before {
  content: "⚫︎";
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .takumi-flow__subItem {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .takumi-flow__subItem {
    font-size: 13px;
    line-height: 1.5;
  }
  .takumi-flow__subItem:nth-child(n+2) {
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .takumi-contact {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-contact {
    padding: 40px 0;
  }
}

.takumi-contact__inner {
  max-width: 840px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.takumi-contact__heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .takumi-contact__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-contact__heading {
    font-size: 20px;
  }
}

.takumi-contact__announce {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .takumi-contact__buttonGroup {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .takumi-contact__buttonGroup.--narrow {
    max-width: 650px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .takumi-contact__buttonGroup {
    max-width: 450px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .takumi-contact__buttonWrap {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .takumi-contact__buttonWrap:nth-child(n+2) {
    margin-top: 20px;
  }
}
.takumi-contact__buttonWrap span {
  display: block;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .takumi-contact__buttonWrap span {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-contact__buttonWrap span {
    margin-top: 5px;
  }
}

.takumi-contact__button {
  width: 100%;
}
.takumi-contact__button.--gray {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #F5F5F5;
}
.takumi-contact__button.--gray:before {
  content: "";
  display: inline-block;
  background-color: #064EA2;
}
.takumi-contact__button.--white {
  height: 50px;
  color: #064EA2;
  border: 1px solid #064EA2;
}
.takumi-contact__button.--tel:before {
  -webkit-mask: url("../img/common/icon-tel.svg") no-repeat center/contain;
          mask: url("../img/common/icon-tel.svg") no-repeat center/contain;
}
.takumi-contact__button.--mail:before {
  -webkit-mask: url("../img/common/icon-mail.svg") no-repeat center/contain;
          mask: url("../img/common/icon-mail.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .takumi-contact__button.--gray {
    min-height: 100px;
  }
  .takumi-contact__button.--gray:before {
    width: 36px;
    height: 34px;
    margin-right: 20px;
  }
  .takumi-contact__button.--white {
    width: 45%;
  }
  .takumi-contact__button.--tel {
    font-size: 30px;
  }
  .takumi-contact__button.--mail {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-contact__button.--gray {
    min-height: 70px;
  }
  .takumi-contact__button.--gray:before {
    width: 28px;
    height: 26px;
    margin-right: 10px;
  }
  .takumi-contact__button.--white:nth-child(n+2) {
    margin-top: 10px;
  }
  .takumi-contact__button.--tel {
    font-size: 25px;
  }
  .takumi-contact__button.--mail {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .takumi-other {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other {
    padding: 40px 0;
  }
}

.takumi-other__heading {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .takumi-other__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__heading {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .takumi-other__swiperWrap {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__swiperWrap {
    margin-top: 40px;
  }
}
.takumi-other__swiperWrap .swiper-slide {
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
.takumi-other__swiperWrap .swiper-button-prev,
.takumi-other__swiperWrap .swiper-button-next {
  top: 45%;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  background-color: #064EA2;
}
.takumi-other__swiperWrap .swiper-button-prev:after,
.takumi-other__swiperWrap .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 10px;
  display: block;
  background: url("../img/common/icon-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .takumi-other__swiperWrap .swiper-button-prev,
  .takumi-other__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .takumi-other__swiperWrap .swiper-button-prev:hover,
  .takumi-other__swiperWrap .swiper-button-next:hover {
    background-color: #55C2E9;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__swiperWrap .swiper-button-prev,
  .takumi-other__swiperWrap .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.takumi-other__swiperWrap .swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .takumi-other__swiperWrap .swiper-button-prev {
    left: 11%;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__swiperWrap .swiper-button-prev {
    left: 5px;
  }
}
@media screen and (min-width: 769px) {
  .takumi-other__swiperWrap .swiper-button-next {
    right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__swiperWrap .swiper-button-next {
    right: 5px;
  }
}

.takumi-other__slideTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 769px) {
  .takumi-other__slideTitle {
    padding: 30px 30px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__slideTitle {
    padding: 20px 20px 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .takumi-other__description {
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__description {
    padding: 5px 20px 20px;
  }
}

.takumi-other__slideText {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .takumi-other__slideText {
    line-height: 2.14;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__slideText {
    line-height: 1.75;
  }
}
.takumi-other__slideText strong {
  line-height: 1.35;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .takumi-other__slideText strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .takumi-other__slideText strong {
    font-size: 16px;
  }
}