/* ------------------------------------------
  固定ページmv
------------------------------------------ */
.mv {
  position: relative;
  margin-top: calc((120 / 1920) * 100vw);
}
@media screen and (min-width: 1920px) {
  .mv {
    margin-top: 12rem;
  }
}
.mv .img {
  width: 100%;
  height: 34.9rem;
  position: relative;
}
.mv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mv .icon img {
  margin: 0 auto;
  width: 5rem;
}
.mv .page_ttl {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 2rem;
}
.mv .page_ttl p {
  font-family: "Tinos", serif;
  font-weight: 400;
  line-height: calc(78 / 43);
  letter-spacing: 0.1em;
}
.mv .page_ttl span {
  border-top: 1px solid;
  width: 6rem;
  transform: rotate(-64deg);
}
.mv .page_ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(45 / 27);
  letter-spacing: 0.2em;
}
.mv .box p {
  border: 1px solid;
  display: table;
  width: 36.6rem;
  text-align: center;
  padding-block: 0.5rem;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(45 / 27);
  letter-spacing: 0.2em;
}
.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 6rem;
  }
  .mv .img {
    height: 15rem;
  }
  .mv .icon img {
    width: 2rem;
  }
  .mv .page_ttl {
    padding-block: 1rem;
  }
  .mv .page_ttl p {
  }
  .mv .page_ttl span {
    width: 3rem;
  }
  .mv .page_ttl h2 {
  }
  .mv .box p {
    width: 15rem;
  }
}

/* ------------------------------------------
  共通
------------------------------------------ */
.block {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .block {
    margin-top: 5rem;
  }
}

.content {
  margin-top: 10rem;
margin-bottom: 10rem;
}

/* ------------------------------------------
  タイトル01
------------------------------------------ */

.content .headline01 {

}
.content .headline01 img {
  margin: 4rem auto 0rem auto;
  width: 3rem;
}
.content .headline01 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .headline01 p {
  font-family: "Tinos", serif;
  font-weight: 400;
  line-height: calc(78 / 43);
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.content .headline01 span {
  border-top: 1px solid;
  width: 6rem;
  transform: rotate(-64deg);
}
.content .headline01 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: calc(45 / 27);
  letter-spacing: 0.2em;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .content .img {
    margin: 0 auto 2rem auto;
    width: 2rem;
  }
  .content .headline01 p {
  }
  .content .headline01 span {
    width: 3rem;
  }
  .content .headline01 h2 {
    font-size: 2rem;
  }
}

/* ------------------------------------------
  タイトル02
------------------------------------------ */
.content h3 {
  margin: 6rem auto;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: calc(45 / 60);
  letter-spacing: 0.2em;
}
.content h3::before,
.content h3::after {
  position: absolute;
  content: "";
  border: solid 2px #4d4d4d;
  width: 0.75rem;
  height: 7rem;
  top: -1rem;
}
.content h3::before {
  border-right: none;
  left: -1rem;
}
.content h3::after {
  border-left: none;
  right: -0.3rem;
}

@media screen and (max-width: 767px) {
  .content h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 3rem auto 1rem auto;
  }
  .content h3.diff {
    font-size: 1.8rem;
  }
  .content h3::before,
  .content h3::after {
    position: absolute;
    height: 3rem;
    top: -0.25rem;
  }
  .content h3::after {
    border-left: none;
    right: -0.6rem;
  }

  .content {
      margin-top: 4rem;
    margin-bottom: 4rem;
  } 
}
/* ------------------------------------------
  文章見出し
------------------------------------------ */
.content h4 {
  color: #62ba72;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: calc(50 / 40);
  letter-spacing: 0.1em;
  margin: 3rem 0rem 2rem 0rem;
}
.content h4.diff {
  margin-bottom: 10rem;
}
.content h5 {
  width: 100%;
  color: #8b5e3b;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2vh;
}

@media screen and (max-width: 767px) {
  .content h4 {
    font-size: 2rem;
  }
  .content h5 {
    font-size: 1.8rem;
    text-align: center;
  }
}
/* ------------------------------------------
  本文
------------------------------------------ */
.content .container > p {
font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: calc(45 / 25);
    letter-spacing: 0.025em;
    margin: 2rem 0rem 5rem 0rem;
}
.content .container .att {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2vh;
  letter-spacing: 0.025em;
  word-break: break-all;
}
.content .container .att span {
  font-weight: 600;
}
.content .container > p > a {
  text-decoration: underline;
}
.content .container > p > a:hover {
  text-decoration: none;
}
.content .container > p.strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content .container > p {
    font-size: 1.6rem;
  }
  .content .container .att {
    font-size: 1.2rem;
    line-height: 3vh;
  }
}
/* ------------------------------------------
  小物
------------------------------------------ */
.content .link01 {
  position: relative;
  display: table;
  margin-block: 6rem;
  background: url(../img/top/cat_back.png) no-repeat;
  background-size: contain;
  width: 16rem;
  max-width: 100%;
  height: 3.5rem;
}
.content .link01 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: calc(47 / 20);
}

.content .link02 {
  display: table;
  border: solid 1px #62ba72;
  border-radius: 50px;
  width: 30rem;
  max-width: 100%;
  color: #62ba72;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: 0.2em;
  text-align: center;
  background: url(../img/top/arrow_green.png) no-repeat 95%;
  background-size: 1.2rem;
  padding-block: 0.5rem;
  margin-block: 6rem;
}
.content ul {
  margin: 3rem 0rem 2rem 0rem;
    line-height: 3rem;
}
.content ul li .link03 {
  position: relative;
  display: table;
  height: 6rem;
  width: 51rem;
  max-width: 100%;
}
.content ul li:nth-child(odd) .link03 {
  background: url(../img/top/about01.png) no-repeat;
  background-size: cover;
}
.content ul li:nth-child(odd) .link03::after {
  position: absolute;
  content: "";
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/top/arrow_white.png) no-repeat 100%;
  width: 17px;
  height: 100%;
}
.content ul li:nth-child(even) .link03 {
  background: url(../img/top/about02.png) no-repeat;
  background-size: cover;
}
.content ul li:nth-child(even) .link03::after {
  position: absolute;
  content: "";
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/top/arrow_green.png) no-repeat 100%;
  width: 17px;
  height: 100%;
}
.content ul li .link03 p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(42 / 24);
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 2rem;
}
.content ul li:nth-child(odd) .link03 p {
  color: #ffffff;
}
.content ul li:nth-child(even) .link03 p {
  color: #62ba72;
}

.content .link04 {
  position: relative;
  display: block;
  width: 36rem;
  max-width: 100%;
  background-color: #96c400;
  border-radius: 50px;
  padding: 1rem 0;
  margin-inline: auto;
  margin-block: 6rem;
}
.content .link04::after {
  position: absolute;
  content: "";
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/top/arrow_white.png) no-repeat 100%;
  width: 17px;
  height: 100%;
}
.content .link04 p {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(61 / 35);
  letter-spacing: 0.2em;
}

.content .icons {
  margin-block: 6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.content .icons img {
  width: calc(100% / 8 - 5rem);
}
@media screen and (max-width: 767px) {
  .content .link01 .txt {
  }

  .content .link02 {
  }
  .link06_01::after {
    width: 17px;
  }
  .link06_02::after {
    width: 17px;
  }

  .content .link04 {
    width: 36rem;
    padding: 1rem 2rem;
  }
  .content .link04::after {
    width: 17px;
  }
  .content .link04 p {
  }
  .content .icons {
    gap: 2rem;
  }
  .content .icons img {
    width: calc(100% / 4 - 2rem);
  }
}
/* ------------------------------------------
  プロフィール
------------------------------------------ */
.content .profile {
  margin: 6rem 0;
  width: 30rem;
  max-width: 100%;
}
.content .profile .ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(24 / 15);
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
}
.content .profile .name h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: calc(30 / 45);
  letter-spacing: 0.1em;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 3rem;
}
.content .profile .prof p {
  font-family: "Tinos", serif;
  font-weight: 400;
  line-height: calc(44 / 18);
  letter-spacing: 0.1em;
  padding-block: 2rem 3rem;
}
.content .profile .txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(29 / 15);
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .content .profile {
    width: 100%;
  }
  .content .profile .ttl p {
  }
  .content .profile .name h2 {
    padding-bottom: 3rem;
  }
  .content .profile .prof p {
    padding-block: 2rem 3rem;
  }
  .content .profile .txt p {
  }
}
/* ------------------------------------------
  2カラム横並び
------------------------------------------ */
.content .colbeside {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
  margin-block: 6rem;
}
.content .colbeside img {
  width: 45%;
  max-width: 100%;
}
.content .colbeside div h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  color: #62ba72;
  padding-bottom: 2rem;
  line-height: calc(62 / 48);
  letter-spacing: 0.1em;
}
.content .colbeside div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(48 / 20);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .content .colbeside {
    flex-direction: column;
    gap: 5rem;
  }
  .content .colbeside:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .content .colbeside img {
    width: 100%;
  }
  .content .colbeside div h2 {
    font-size: 2rem;
  }
}

/* ------------------------------------------
  ブログ2カラム
------------------------------------------ */
.content .col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin-block: 1rem;
}
.content .col2 .col {
  width: calc((100% - 6rem) / 2);
}

.content .col2 .col .img {
  width: 100%;
  aspect-ratio: 570 /350;
}

.content .col2 .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .col2 .col h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #62ba72;
  padding-bottom: 2rem;
  line-height: calc(62 / 48);
  letter-spacing: 0.1em;
}
.content .col2 .col .underline {
  padding-bottom: 1rem;
  margin-top: 2rem;
  border-bottom: 0.5px solid #505050;
}
.content .col2 .col p {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(23 / 13);
  letter-spacing: 0.1em;
}
.content .col2 .col p.strong,
.content .col2 .col p span {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .content .col2 {
    flex-direction: column;
    gap: 3rem;
  }
  .content .col2 .col {
    width: 100%;
  }
  .content .col2 .col h2 {
  }

  .content .col2 .col p {
  }
}

/* ------------------------------------------
  ブログ3カラム
------------------------------------------ */
.content .col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-block: 6rem;
}

.content .col3 .col {
  width: calc((100% - 6rem) / 3);
}

.content .col3 .col .img {
  width: 100%;
  aspect-ratio: 570 /350;
}

.content .col3 .col img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 570 /350;
}
.content .col3 .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .col3 .col h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #62ba72;
  line-height: calc(48 / 20);
  letter-spacing: 0.025em;
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.content .col3 .col .underline {
  border-bottom: 0.5px solid #505050;
  margin-top: 2rem;
}

.content .col3 .col p {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(23 / 13);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .content .col3 {
    flex-direction: column;
    gap: 3rem;
  }

  .content .col3 .col {
    width: 100%;
  }
  .content .col3 .col h2 {
  }

  .content .col3 .col p {
  }
}

/* ------------------------------------------
  ブログ4カラム
  ------------------------------------------ */
.content .col4 {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
  margin-block: 6rem;
}
.content .col4 .col {
  width: calc((100% - 12rem) / 4);
}

.content .col4 .col img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 570 /350;
}

.content .col4 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .col4 .col h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #62ba72;
  line-height: calc(48 / 20);
  letter-spacing: 0.025em;
}
.content .col4 .col .underline {
  padding-bottom: 1rem;
  margin-top: 2rem;
  border-bottom: 0.5px solid #505050;
}

.content .col4 .col p {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(23 / 13);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .content .col4 {
    gap: 3rem 1.5rem;
  }
  .content .col4 .col {
    width: calc((100% - 1.5rem) / 2);
  }
}
.content .col4 .col h2 {
}

.content .col4 .col p {
}

/* ------------------------------------------
  商品一覧
------------------------------------------ */
.content .products {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-block: 6rem;
}
.content .products .product {
  display: flex;
  flex-direction: column;
  width: calc((100% - 10rem) / 3);
  background-color: #e2e5e9;
  padding: 2rem;
}
.content .products .product .title {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: calc(30 / 22);
  color: #4d4d4d;
  text-align: left;
  padding-block: 2rem;
}
.content .products .product a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: calc(30 / 18);
  letter-spacing: 0.1em;
  color: #ffff;
  display: block;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.content .products .product a:nth-child(even) {
  background-color: #3aad2c;
}
.content .products .product a:nth-child(odd) {
  background-color: #92c41d;
}

@media screen and (max-width: 767px) {
  .content .products {
    flex-direction: column;
    gap: 2.5rem;
  }
  .content .products .product {
    width: 100%;
  }
  .content .products .product .title p {
    padding-block: 2rem;
  }
}
/* ------------------------------------------
  COA
------------------------------------------ */
.content .form_title {
  text-align: center;
  margin-block: 6rem;
width: 100%;
}
.content .form_title .coa p {
  color: #ffff;
  background-color: #92c41d;
  width: 61.3rem;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(61 / 35);
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.form01 {
  text-align: center;
  margin-block: 3rem auto;
}
.form01 .item {
  text-align: left;
  display: inline-block;
  width: 61.3rem;
  max-width: 100%;
}
.form01 .item .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(48 / 23);
  letter-spacing: 0.025em;
  color: #003764;
  padding-bottom: 3rem;
}
.form01 .item .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 2px solid #003764;
  border-radius: 4px;
  max-width: 100%;
}
.form01 .item .search label {
  flex: 1;
}
.form01 .item .search input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}

.form01 .item .search input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(48 / 30);
  letter-spacing: 0.025em;
  color: #4d4d4d;
}

.form01 .item .search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 45px;
  padding-inline: 1rem;
  border: none;
  background-color: #003764;
  cursor: pointer;
}
.form01 .item .search img {
  width: 3rem;
}
.form01 .item .search p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: calc(48 / 32);
  letter-spacing: 0.025em;
  color: #fff;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .content .coa .form_title .coa p {
  }
  .form01 .item .txt {
    padding-bottom: 2rem;
  }
  .form01 .item .search input::placeholder {
  }

  .form01 .item .search img {
    width: 2rem;
  }
  .form01 .item .search p {
  }
}
/* ------------------------------------------
  search02
------------------------------------------ */
.form02 {
  border-top: 1px solid #003764;
  border-bottom: 1px solid #003764;
  text-align: center;
  padding-block: 10rem;
  margin-block: 6rem;
}
.form02 .item {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.form02 .item .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(48 / 23);
  letter-spacing: 0.025em;
  color: #003764;
  padding-bottom: 3rem;
}
.form02 .item .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 2px solid #003764;
  border-radius: 4px;
  width: 93.3rem;
  max-width: 100%;
}

.form02 .item .search label {
  flex: 1;
}
.form02 .item .search input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}

.form02 .item .search input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(48 / 30);
  letter-spacing: 0.025em;
  color: #4d4d4d;
}

.form02 .item .search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 45px;
  padding-inline: 1rem;
  border: none;
  background-color: #003764;
  cursor: pointer;
}
.form02 .item .search img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .form02 .item .txt {
    padding-bottom: 2rem;
  }
  .form02 .item .search input::placeholder {
  }

  .form02 .item .search img {
    width: 2rem;
  }
}
/* ------------------------------------------
  カード
------------------------------------------ */
.card {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-block: 6rem;
}

.card .item {
  width: calc((100% - 3rem) / 2);
  border: 2px solid #003764;
  border-radius: 8px;
  padding: 3rem;
}

.card .item .title p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(35 / 23);
  letter-spacing: 0.025em;
  color: #003764;
}

.card .item .image {
  margin-bottom: 2rem;
}

.card .item .image .img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 570 /350;
}
.card .item .image .img.contain {
  object-fit: contain;
  background-color: #fff;
}

.card .item .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #003764;
  margin-block: 2rem;
  padding-top: 1rem;
}
.card .item .flex .word {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(28 / 19);
  color: #000000;
}
.card .item .flex .imgs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card .item .flex .imgs .group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card .item .flex .imgs .group img {
  width: 1.5rem;
}
.card .item .flex .imgs .group p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(29 / 15);
  color: #003764;
}
.card .item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(30 / 20);
  letter-spacing: 0.025em;
  color: #003764;
}
.card .item .btn01 {
  margin-top: 4rem;
}
.card .item .btn02 {
  margin-top: 2rem;
}
.card .item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: 0.2em;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #003764;
  border-radius: 50px;
  text-align: center;
  padding-block: 1rem;
}
.card .item a::after {
  position: absolute;
  content: "";
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/top/arrow_white.png) no-repeat 100%;
  width: 17px;
  height: 100%;
}
.card .item a .txt p {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: calc(30 / 17);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .card {
    flex-direction: column;
  }

  .card .item {
    width: 100%;
    border: 2px solid #003764;
    border-radius: 8px;
    padding: 3rem;
  }

  .card .item .title p {
  }
  .card .item .title1 p {
    padding-bottom: 2rem;
  }
  .card .item .title span {
  }
  .card .item .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .card .item .flex .word {
  }
  .card .item .flex .imgs .item p {
  }
  .card .item p {
  }
  .card .item a {
  }
}

/* ------------------------------------------
  表01
------------------------------------------ */
table {
  border-collapse: separate;
  border-spacing: 0.7rem;
  width: 100%;
  margin:0rem
}

table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(31 / 19);
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #3aad2c;
  padding: 1.5rem 2.5rem;
  text-align: center;
  width: 23.5rem;
  vertical-align: middle;
}

table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(28 / 19);
  color: #000000;
  background-color: #e2e5e9;
  padding: 1.5rem 2.5rem;
}

table tr td:first-child {
  background-color: #92c41d;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .scroll_table {
    overflow-x: auto;
    padding-bottom: 1rem;
  }

  table {
    border-spacing: 0.4rem;
    width: 100%;
  }

  table th {
    padding: 1rem;
    white-space: nowrap;
    text-align: left;
  display: block;
  width: 100%;  
  }
  table td {
    padding: 1rem;
  display: block;
  width: 100%;
  }
}

/* ------------------------------------------
 アコーディオン
------------------------------------------ */
.faq {
  margin-block: 6rem;
}
.faq .item {
  margin-bottom: 2rem;
  transition: 0.3s ease;
}
.faq .item .question {
  background-image: url(../img/top/open_icon.png);
  background-position: right 2.5rem center;
  background-repeat: no-repeat;
  background-size: 4.2rem 4.2rem;
  cursor: pointer;
  transition: 0.3s ease;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(30 / 20);
  letter-spacing: 0.025em;
  background-color: #8dc21f;
  padding-block: 2rem;
  padding-inline: 2rem 8rem;
}

.faq .item.open .question {
  background-image: url(../img/top/close_icon.png);
}

.faq .item .answer {
  display: none;
  padding-top: 1rem;
}

.faq .item .answer p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(30 / 20);
  letter-spacing: 0.025em;
  padding: 2rem;
  transition: 0.3s ease;
  display: flex;
  color: #333;
  border: 3px solid #8dc21f;
  border-top: none;
  border-radius: 0 0 20px 20px;
}

.faq .item.open .answer {
  display: block;
}
@media screen and (max-width: 767px) {
  .faq .item {
    margin-bottom: 2rem;
    transition: 0.3s ease;
  }
  .faq .item .question {
    background-position: right 2rem center;
    background-size: 3rem 3rem;
    padding-inline: 2rem 6rem;
  }
  .faq .item .answer p {
  }
}

/* ------------------------------------------
  カスタム投稿一覧mv
------------------------------------------ */
.archive_mv {
  position: relative;
}

.archive_mv .img {
  width: 100%;
  height: 41.5rem;
}

.archive_mv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive_mv .text_wrap {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

.archive_mv .page_ttl {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.archive_mv .page_ttl .ja {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #000;
}

.archive_mv .page_ttl .slash {
  width: 3.7rem;
  height: 9rem;
  background-image: url(../img/top/slash.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.archive_mv .page_ttl .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #7d7d7d;
  padding-top: 1.9rem;
  padding-left: 0.5rem;
}

.archive_mv .text_wrap .sub_ttl {
  line-height: 4rem;
  background-color: #fff;
  width: 52rem;
  padding: 0 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  color: #7d7d7d;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .archive_mv .img {
    height: 20rem;
  }

  .archive_mv .img img {
    object-position: right -20rem top 0;
    opacity: 0.7;
  }

  .archive_mv .text_wrap {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .archive_mv .page_ttl {
    column-gap: 0.2rem;
  }

  .archive_mv .page_ttl .ja {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .archive_mv .page_ttl .slash {
    width: 1.9rem;
    height: 4.5rem;
  }

  .archive_mv .page_ttl .en {
    font-size: 2rem;
    padding-top: 1.2rem;
    padding-left: 0.3rem;
  }

  .archive_mv .text_wrap .sub_ttl {
    line-height: 2.5rem;
    width: auto;
    white-space: nowrap;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



/*ContactForm7カスタマイズ*/
table.CF7_table{
  width:100%;
  margin:0 auto;
  border: 3px solid #e5e5e5;
}

table.CF7_table tr{
  border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
  display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: none;
  width: 100%;
}

.CF7_table ::placeholder {
  color:#797979;
}

/*「必須」文字*/
.CF7_req{
  font-size:.9em;
  padding: 5px;
  background: #f79034;/*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
  font-size:.9em;
  padding: 5px;
  background: #bdbdbd;/*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
  .CF7_table th{
  width:30%;/*横幅*/
  background-color:#3aad2c;/*ブルーグレー*/
  }
}
  .CF7_table td{
  /*width:70%;*/
  background-color:#F9F7F7;/*ブルーグレー*/
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px){
  table.CF7_table{
  width:95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th{
  display: block;
  width: 100%;
  line-height:2.5em;
  }
  .CF7_table th{
  background-color:#ebedf5;
  }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color:#f79034;/* オレンジ*/
  border:0;
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  margin:0 auto;
  padding: 1rem 2rem;
    border-radius: 10px;
}

.CF7_btn{
  text-align:center;
  margin-top:20px;
}

.wpcf7-spinner{
  width:0!important;
  margin:0!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em!important;
    padding: 1rem!important;
    border: 2px solid #3aad2c!important;
    line-height: 1.9rem!important;
}


/* ------------------------------------------
  2025.4 ai-CANCERCH,DNA CT add
------------------------------------------ */
.innerLogoBx {
  border: 3px solid #62ba72;
  border-radius: 12px;
  padding: 4vh 6vw 3vh 6vw;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.3s ease;
}
.innerLogoBx .innerLogo {
  flex:0.4;
  width: 100%;
  margin-right: 5vw;
}
.innerLogoBx .text {
  flex:0.6;
  line-height: calc(23 / 13);
}
.content .container > p.imText {
  color: #767985;
  margin-top:0.5rem;
  margin-bottom: 8rem;
  font-size:1.5rem;
}
.content .container > p.imText.red {
  color: #ff0000;
  font-weight: 700;
}
.content .newCol2 {
  margin-bottom: 8vh;
}
.content .newCol2 p.emttl {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 3vh;
}
.content .newCol2 .innerBx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block: 1rem;
  transition: 0.3s ease;
}
.content .newCol2 .textArea {
  width: 45%;
  transition: 0.3s ease;
}
.content .newCol2 .textArea p {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(23 / 13);
  letter-spacing: 0.1em;
}
.content .newCol2.tblArea > p {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(23 / 13);
  letter-spacing: 0.1vw;
}
.content .newCol2.tblArea > p .ttl {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1vh;
}
.content .newCol2.tblArea .innerBx {
  margin-bottom: 4rem;
}
.content .newCol2.tblArea .leftArea {
  width: 38%;
}
.content .newCol2.tblArea .leftArea table {
  width: 80%;
}
.content .newCol2.tblArea .leftArea table tr th:first-child {
  width: 20%;
}
.content .newCol2.tblArea .leftArea table tr th:last-child {
  width: 8%;
}
.content .newCol2.tblArea .leftArea table td {
  font-weight: 400;
  text-align: center;
}
.content .newCol2.tblArea .leftArea table tr:last-child td {
  font-weight: 700;
}
.content .newCol2.tblArea .rightArea {
  width: 58%;
}
.content .newCol2.tblArea .rightArea table th {
  width: 10%;
}
.content .newCol2.tblArea .rightArea table tr:first-child th:first-child {
  width: 22%;
}
.content .newCol2.tblArea .rightArea table td {
  font-weight: 400;
  text-align: center;
}
.content .newCol2 .imgArea {
  width: 52%;
  border: 3px solid #003764;
  border-radius: 12px;
  padding: 3vh 3vw;
  transition: 0.3s ease;
}
.content .newCol2 .imgArea.diff img {
  max-width: 75%;
  margin:0 auto;
}
.content .newCol2 .imgArea > p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #003764;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
.content .newCol2 .imgArea > p.imText {
  color: #767985;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right;
  margin-top: 2vh;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tableBx {
  margin-bottom: 8vh;
}
.tableBx > p.emttl {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 3vh;
}
.tableBx > p.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(23 / 13);
  letter-spacing: 0.1em;
}
.tableBx >p.grn {
  color: #62ba72;
  font-weight: 600;
  margin-top: 1rem;
}
.tableBx .mgBx {
  position: relative;
  display: flex;
  align-items: normal;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  transition: 0.3s ease;
}
.tableBx .mgBx .innerBx {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tableBx .mgBx .innerBx::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4.5rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #62ba72;
  border-radius: 50%;
  z-index: 1;
}
.tableBx .mgBx .innerBx::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translate(1.4rem, -50%) rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: 3px solid white;
  border-right: 3px solid white;
  z-index: 2;
}
.tableBx .mgBx .innerBx:last-child {
  margin-right: 0;
}
.tableBx .mgBx .innerBx p {
  color: #fff;
  background-color: #3aad2c;
  padding: 1.5vh 1.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1vw;
}
.tableBx .mgBx .innerBx p:first-child {
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}
.tableBx .mgBx .innerBx p:last-child {
  position: relative;
  flex-grow: 1;
  display: flex;
  color: #000;
  text-align: left;
  line-height: calc(28 / 19);
  background-color: #e2e5e9;
}
.tableBx .mgBx .innerBx:last-child::after,
.tableBx .mgBx .innerBx:last-child::before,
.tableBx.diff .mgBx .innerBx::after,
.tableBx.diff .mgBx .innerBx::before {
  display: none;
}
.tableBx.diff .mgBx {
  margin-bottom: 0.5rem;
}
.tableBx.diff .mgBx .innerBx {
  margin-right: 0.5rem;
}
.tableBx.diff .mgBx .innerBx:last-child {
  margin-right: 0;
}
.tableBx.diff .imText {
  color: #767985;
  font-size: 1.5rem;
  line-height: 1.4;
}
.tableBx.diff .imText a {
  text-decoration: underline;
}
.tableBx.diff .imText a:hover {
  text-decoration: none;
}
.con-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans JP', sans-serif;
}
.con-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.5rem;
}
.con-table tr {
  display: table-row;
}
.con-table th {
  background-color: #3aad2c;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.4;
  word-break: keep-all;
}
.con-table th img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.con-table td {
  background-color: #e2e5e9;
  color: #000;
  padding: 1.2rem 1rem;
  text-align: center;
  vertical-align: top;
  font-size: 2rem;
  line-height: 1.6;
  word-break: break-word;
}
.con-table td span {
  font-size: 1.5rem;
  display: block;
  margin-top: 0.4rem;
  color: #fff;
}
.con-table table tr.diff td:first-child {
  color: #000;
  background-color: #e2e5e9;
}
.con-table table tr td a {
  text-decoration: underline;
}
.con-table table tr td a:hover {
  text-decoration: none;
}
.con-table.diff2 td {
  text-align: left;
}
.con-table.diff2 td[rowspan] {
  text-align: center;
}
.con-table.diff2 td[rowspan] br {
  display: none;
}
.con-table.tech1 th.bbd {
  background-color: #82c0a8;
}
.con-table.tech1 td.bbd {
  background-color: #82c0a8;
}

.inner-youtube {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 70%;
  margin: 0 auto 10rem auto;
}
.inner-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .imgBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  transition: 0.3s ease;
}
.content .imgBox.diff {
  flex-wrap: wrap;
}
.content .imgBox img {
  width: 70%;
  height: auto;
}
.content .imgBox.diff img {
  width: 60%;
}
.content .imgBox.diff.pic {
  justify-content: space-between;
}
.content .imgBox.diff.pic img {
  width: 19%;
  margin: 1vh 0.5vw;
}
.content .imgBox .inbox {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  justify-content: center;
}
.textC {
  text-align: center;
}
.upM {
  margin-top: 3vh !important;
}
.upM2 {
  margin-top: 5vh !important;
}
.dwM {
  margin-bottom: 1vh !important;
}
.picFrame {
  border: 8px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 5px;
  background: #f0f0f0;
}
.colText {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: calc(23 / 13);
  letter-spacing: 0.1em;
  overflow: hidden;
}
.colText img {
  float: right;
  width: 48%;
  margin: 0 0 1vh 2vw;
}
.colText span > span {
  font-weight: 500;
}
.wpcf7-form-control > div,
.g-recaptcha > div,
.wpcf7-recaptcha > div {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .innerLogoBx {
    flex-wrap: wrap;
    margin-top: 5vh;
    padding: 5vh 5vw 4.5vh 5vw;
  }
  .innerLogoBx .innerLogo {
    display: flex;
    justify-content: center;
    flex:none;
    margin-right: 0;
    margin: 0 0 3vh 0;
  }
  .innerLogoBx .text {
    flex: none;
    width: 100%;
  }
  .content .container > p.imText {
    margin-top:0.5rem;
    font-size:1.1rem;
  }
  .content .newCol2 {
    margin-bottom: 8vh;
  }
  .content .newCol2 p.emttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 0;
  }
  .content .newCol2 .innerBx {
    gap: 3rem;
  }
  .content .newCol2 .textArea {
    width: 100%;
  }
  .content .newCol2 .imgArea {
    width: 100%;
    padding: 2vh 2vw;
  }
  .content .newCol2 .imgArea p {
    font-size: 1.6rem;
  }
  .content .newCol2 .imgArea > p.imText {
    font-size: 1.1rem;
  }
  .content .newCol2 .imgArea.diff img {
    max-width: 100%;
  }
  .content .newCol2.tblArea > p .ttl {
    font-size: 1.6rem;
  }
  .content .newCol2.tblArea .leftArea,
  .content .newCol2.tblArea .rightArea {
    width: 100%;
  }
  .content .newCol2.tblArea .leftArea table,
  .content .newCol2.tblArea .rightArea table {
    display: table;
    width: 100%;
  }
  .content .newCol2.tblArea .leftArea table tr th,
  .content .newCol2.tblArea .leftArea table tr td {
    display: table-cell;
    width: 50% !important;
    text-align: center;
  }
  .content .newCol2.tblArea .rightArea table tr th,
  .content .newCol2.tblArea .rightArea table tr td {
    display: table-cell;
    white-space: unset;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
  }
  .content .newCol2.tblArea .rightArea table tr th,
  .content .newCol2.tblArea .rightArea table tr td {
    padding: 1.5rem 0;
  }
  .content .newCol2.tblArea .rightArea table tr th {
    width: 2% !important;
  }
  .content .newCol2.tblArea .rightArea table tr:first-child th:first-child {
    width: 8% !important;
  }
  .content .newCol2.tblArea .rightArea table tr td {
    width: auto !important;
  }
  .content .newCol2.tblArea .rightArea table tr td:first-child {
    letter-spacing: 1.5vw;
  }

  .tableBx .mgBx {
    flex-direction: column;
  }
  .tableBx > p.emttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .tableBx .mgBx .innerBx {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .tableBx .mgBx .innerBx:last-child {
    margin-bottom: 0;
  }
  .tableBx .mgBx .innerBx p:last-child {
    line-height: calc(23 / 13);
    padding: 3vh 4vw;
  }
  .tableBx .mgBx .innerBx::after {
    top: auto;
    bottom: -3.5rem;
    left: 50%;
    right: auto;
    width: 3rem;
    height: 3rem;
    transform: translateX(-50%);
  }
  .tableBx .mgBx .innerBx::before {
    top: auto;
    bottom: -1rem;
    left: 50%;
    right: auto;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, 1.4rem) rotate(135deg);
  }
  .tableBx .mgBx .innerBx:last-child::after,
  .tableBx .mgBx .innerBx:last-child::before {
    display: none;
  }
  .tableBx.diff .mgBx .innerBx {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .tableBx.diff .imText,
  .tableBx.diff .imText a {
    font-size: 1.1rem;
  }
  .con-table table {
    width: 100%;
    max-width: 1000px;
    border-spacing: 0.3rem;
  }
  .con-table th,
  .con-table td {
    display: table-cell;
    width: auto;
  }
  .con-table th {
    font-size: 2.5vw;
    padding: 0.8vh 0.6vw;
  }
  .con-table th img {
    width: 50%;
  }
  .con-table td {
    font-size: 2.5vw;
    width: 16vw;
    min-width: 16vw;
    padding: 0.8vh 0.6vw;
  }
  .con-table.diff1 td {
    width: 12vw;
    min-width: 12vw;
  }
  .con-table.tech1 td {
    width: 22vw;
    min-width: 22vw;
  }
  .con-table td:not(:first-child) {
    width: 25%;
    min-width: 25%;
  }
  .con-table.diff1 td:not(:first-child) {
    width: 16vw;
    min-width: 16vw;
  }
  .con-table.tech1 td:not(:first-child) {
    width: 22vw;
    min-width: 22vw;
  }
  .con-table td span {
    font-size: 2vw;
  }
  .con-table.diff2 td {
    width: 10vw;
    min-width: 10vw;
    text-align: left;
  }
  .con-table.diff2 td[rowspan] {
    text-align: center;
  }
  .con-table.diff2 td[rowspan] br {
    display: block;
  }
  .con-table.diff2 td:not(:first-child) {
    width: 28%;
    min-width: 28%;
  }
  .con-table.diff2 td a {
    font-size: 3vw;
  }
  .inner-youtube {
    padding-bottom: 56.25%;
    width: 100%;
  }
  .content .imgBox img,
  .content .imgBox.diff img {
    width: 100%;
  }
  .content .imgBox {
    flex-wrap: wrap;
  }
  .content .imgBox .inbox {
    width: 100%;
    margin-bottom: 3vh;
  }
  .content .imgBox.diff.pic img {
    width: 23.8%;
    margin: 1vh 0.5vw;
  }
  .picFrame {
    border: 4px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 2px;
  }
  .colText {
    display: flex;
    flex-direction: column;
  }
  .colText img {
    order: 2;
    float: unset;
    width: 100%;
    margin: 3vh 0 0 0;
  }
  .colText span {
    order: 1;
  }

}