@charset "utf-8";


:root {
  --font-color: #000000;

}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);

}



body {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  overflow-x: hidden;
}




img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1000px;
  width: 100%;
}

.wrapper.narrow {
  max-width: 100rem;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  line-height: 1.4;
}
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.2rem;
}

h4,h5,h6 {
  font-size: 2.4rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.7;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}
section {
  position: relative;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.5rem;
  }

  p,th,td,li,dt,dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}

/* 共通 */
.title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}


/* fv */
.fv {
  position: relative;
}
/* fv */

/* tafu-history */
.tafu-history {
  padding-bottom: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('img/tafu_bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tafu-history h3 {
  font-size: 3.2rem;
  padding: 70px 0;
  text-align: center;
}
.history-wrap {
  display: flex;
}
.history-wrap figure {
  width: 65%;
}
.history-wrap p {
  width: 35%;
  padding: 0 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .tafu-history {
    margin-top: 0;
    background-size: cover;
    background-position: 90%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .tafu-history h3 {
    font-size: 1.8rem;
    padding: 28px 24px 16px 24px;
    text-align: center;
    line-height: 1.8;
  }
  .history-wrap {
    display: block;
  }
  .history-wrap figure {
    width: 100%;
  }
  .history-wrap p {
    width: 100%;
    padding: 32px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/* history */


/* tafu-pr */
.pr-text {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .pr-text {
    font-size: 1.6rem;
    padding: 16px 32px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
/* tafu-pr */

/* tafu-about */
.tafu-about {
  margin-bottom: 60px;
}
.tafu-about h2 {
  font-size: 4.8rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.tafu-about h2::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000000;
  margin-left: 12px;
}
.about-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  font-size: 4rem;
  margin: 0 auto;
  margin-top: 40px;
  padding: 32px 0 20px 0;
  position: relative;
}
.about-text::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background-image: url('img/arrow1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .tafu-about {
    margin-bottom: 40px;
  }
  .tafu-about h2 {
    font-size: 3rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .about-text {
    letter-spacing: 0.2em;
    font-size: 2.6rem;
    padding: 24px 0;
  }
  .about-text::before {
    width: 28px;
    height: 28px;
  }
}
/* tafu-about */

/* tafu-point */
.tafu-point {
  margin-bottom: 40px;
}

.tafu-point h2 {
  text-align: center;
  line-height: 0.6;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
.tafu-point h2 figure img {
  width: 200px;
}
.tafu-point h2 span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: -30px;
}
.tafu-point h2 span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  right: -30px;
}
.tafu-point h2 span {
  position: relative;
}
.point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
  padding: 0 12px;
  margin-bottom: 60px;
}
.point-list li {
  width: calc((100% - 24px) / 3);
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
}
.point-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.point-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: url('img/point_border.png');
  background-size: cover;
  background-position: center;
}
.point-top img {
  width: 80px;
}
.point-top p {
  font-size: 4rem;
}
.point-text {
  text-align: center;
  padding: 20px 0px 32px 0px;
  font-size: 3rem;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .tafu-point {
    margin-bottom: 40px;
  }
  .tafu-point h2 {
    font-size: 3.2rem;
    line-height: 0.6;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .tafu-point h2 figure img {
    width: 140px;
  }
  .tafu-point h2 span::before {
    width: 20px;
    height: 1px;
  }
  .tafu-point h2 span::after {
    width: 20px;
    height: 1px;
  }
  .point-list {
    justify-content: center;
    margin-bottom: 40px;
    gap: 16px 8px;
    padding: 0;
  }
  .point-list li {
    width: calc((100% - 24px) / 2);
    padding: 10px;
  }
  .point-top::after {
    bottom: -5px;
  }
  .point-top img {
    width: 90px;
  }
  .point-top p {
    font-size: 3rem;
  }
  .point-text {
    padding: 18px 0px;
    font-size: 1.9rem;
  }
}
/* tafu-point */

/* tafu-needs */
/* tafu-needs */

/* tafu-list */
.features-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.features-list li {
  display: flex;
}
.features-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.features-list li:nth-child(2n+1) {
  margin-top: 32px;
}
.features-list li figure {
  width: 50%;
  position: relative;
}
.features-list li p {
  font-size: 2.6rem;
  width: calc(50% - 40px);
  padding: 30px;
  display: flex;
  align-items: center; 
}
.features-list li:nth-child(2n-1) p {
  margin-top: 40px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.features-list li:nth-child(2n) p {
  margin-bottom: 40px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 900px) {
  .features-list {
    margin-top: 30px;
  }
  .features-list li p {
    font-size: 1.4rem;
    width: calc(50% - 10px);
    padding: 8px;
  }
  .features-list li:nth-child(2n-1) p {
    margin-top: 10px;
  }
  .features-list li:nth-child(2n) p {
    margin-bottom: 10px;
  }
}
/* tafu-list */

/* item-description */
.item-description {
  margin-bottom: 100px;
}
.item-description h3 {
  font-size: 4.2rem;
  text-align: center;
  padding: 70px 0;
}
.item-guide {
  display: flex;
}
.item-guide figure {
  width: 50%;
}
.item-guide p {
  width: 50%;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 900px) {
  .item-description {
    margin-bottom: 60px;
  }
  .item-description h3 {
    font-size: 2.4rem;
    padding: 36px 0;
  }
  .item-guide {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .item-guide figure {
    width: 100%;
  }
  .item-guide p {
    width: 100%;
    padding: 12px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .item-guide p {
    padding: 12px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* item-detail */
.item-detail {
padding: 0 30px;
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
margin-bottom: 100px;
}
.detail-container {
  background-color: #0f304f;
  padding: 0px 20px 28px 20px;
  border-radius: 36px;
  text-align: center;
}
.item-detail h2 {
  color: #FFFFFF;
  margin: 0 auto;
  padding: 12px 0px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
}
.item-detail h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  width: 70px;
  height: 70px;
  background-image: url('img/logo.svg');
}
.detail-wrap {
  background-color: #FFF;
  padding: 16px 10px;
  margin-bottom: 20px;
}
.detail-main {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}
.detail-main figure {
  width: calc(50% - 10px);
}
.detail-text {
  width: calc(50% - 10px);
}
.detail-text p, .detail-text p span {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.row {
  display: flex;
  text-align: left;
  font-size: 2rem;
}
.row dt, .row dd {
  display: flex;
  text-align: left;
  font-size: 2rem;
}
.less-letters {
  letter-spacing: 0.41em;
}
.row dd {
  flex: 1;
}
.space-left {
  padding-left: 30px;
}
.option-wrap {
  display: flex;
  gap: 20px;
  padding: 16px 10px;
  background-color: #FFF;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.detail-option figure {
  width: calc(50% - 10px);
}
.option-text {
  width: calc(50% - 10px);
  padding: 12px 0px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.option-text h3 {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}
.option-text p {
  text-align: left;
  font-size: 1.8rem;
}

@media screen and (max-width: 900px) {
  .item-detail {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .detail-container {
    padding: 0px 16px 16px 16px;
    border-radius: 24px;
  }
  .item-detail h2 {
    padding: 5px 0px;
  }
  .item-detail h2::after {
    width: 40px;
    height: 40px;
    left: -60px;
  }
  .detail-wrap {
    background-color: #FFF;
    padding: 16px 10px;
    margin-bottom: 20px;
  }
  .detail-main {
    display: block;
    margin-bottom: 12px;
  }
  .detail-main figure {
    width: 100%;
  }
  .detail-text {
    width: 100%;
  }
  .detail-text p, .detail-text p span {
    font-size: 1.6rem;
  }
  .row {
    margin-top: 10px;
  }
  .row dt, .row dd {
    font-size: 1.8rem;
  }
  .space-left {
    padding-left: 30px;
  }
  .option-wrap {
    display: block;
    padding: 16px 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .detail-option figure {
    width: 100%;
  }
  .option-text {
    width: 100%;
    padding: 12px 0px;
  }
  .option-text h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .option-text p {
    font-size: 1.6rem;
  }
}

/* voice */
.voice {
  padding: 0 20px;
  margin-bottom: 60px;
}
.voice h2 {
  background-color: #0f304f;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0;
  margin-bottom: 60px;
}
.voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.voice-list::before {
  content: "";
  position: absolute;
  top: -110px;
  transform: translateY(-50%);
  left: 0;
  width: 200px;
  height: 200px;
  background-image: url('img/voice.svg');
  background-repeat: no-repeat;
}
.voice-list li {
  width: calc((100% - 40px) / 2);
  border: 8px solid #0f304f;
  border-radius: 14px;
  padding: 10px 8px;
}
.voice-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.voice-title {
  font-size: 2rem;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.voice-text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.voice-top figure {
  width: 124px;
}
@media screen and (max-width: 900px) {
  .voice {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .voice h2 {
    padding: 16px 0;
    margin-bottom: 32px;
  }
  .voice-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .voice-list::before {
    top: -70px;
    left: -5px;
    width: 140px;
    height: 140px;
  }
  .voice-list li {
    width: 100%;
    padding: 10px 8px;
  }
  .voice-top {
    display: flex;
    margin-bottom: 8px;
  }
  .voice-title {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .voice-text {
    font-size: 1.4rem;
  }
  .voice-top figure {
    width: 88px;
  }
  .voice-top figure img {
    display: block;
  }
}
/* voice */

/* company */
.company {
  margin-bottom: 40px;
}
.company-wrap {
  display: flex;
} 
.company-wrap figure {
  width: 57%;
}
.company-info {
  width: 43%;
  padding: 0 36px;
} 
.company-info h3 {
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 15px;
}
.company-info p {
  font-size: 2.4rem;
} 
@media screen and (max-width: 900px) {
  .company {
    margin-bottom: 40px;
  }
  .company-wrap {
    display: block;
  } 
  .company-wrap figure {
    width: 100%;
  }
  .company-info {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  } 
  .company-info h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .company-info p {
    font-size: 1.8rem;
  }
}

/* pochispa */
@media screen and (max-width: 900px) {
  .pochispa {
    margin-bottom: 100px;
  }
}
/* cta */
@media screen and (max-width: 900px) {
  .cta {
    position: fixed;
    bottom: 0px;
    z-index: 999;
  }
}

/* footer */
footer .copy {
  text-align: center;
  font-size: min(3rem, 2vw);
  padding: 10px 0;
}