@charset "UTF-8";
/** @format */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000000;
  scroll-behavior: smooth;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

div.container_l {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

div.container {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

div.container-s {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  width: 100%;
  z-index: 100;
}
header .header_content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .header_content {
    padding: 10px 0;
  }
}
header .logo img {
  width: 118px;
}
@media screen and (max-width: 767px) {
  header .logo img {
    width: 111px;
  }
}
@media screen and (max-width: 767px) {
  header .jigologo {
    max-width: 113px;
  }
}

img {
  max-width: 100%;
}

section.kv {
  padding: 0;
}
section.kv .kv_wrap {
  background-image: url(../images/mv-bg.jpg);
  background-size: cover;
  background-position-x: center;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767px) {
  section.kv .kv_wrap {
    background-image: url(../images/mv_sp.jpg);
    aspect-ratio: 750/540;
  }
}
section.kv .kv_wrap .kv_content {
  position: relative;
  height: 100%;
}
section.kv .kv_wrap .kv_content .kv_main_content {
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.kv .kv_wrap .kv_content .kv_main_content div.kv_message {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
section.kv .kv_wrap .kv_content .kv_main_content div.kv_message h1 {
  text-align: left;
}
section.kv .kv_wrap .kv_content .kv_main_content div.kv_message h1 img {
  width: 37.5vw;
}
section.kv .kv_content_sp__message {
  background-color: #000500;
  padding: 27px 20px 27px;
}
@media screen and (max-width: 767px) {
  section.kv .kv_content_sp__message h1 {
    text-align: center;
  }
  section.kv .kv_content_sp__message h1 img {
    margin: 0 auto;
  }
}
section.kv .kv_bottom_content {
  position: relative;
  width: 37.5vw;
}
@media screen and (max-width: 767px) {
  section.kv .kv_bottom_content {
    width: 100%;
  }
}
section.kv .kv_bottom_content .kv_btn_wrap {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  section.kv .kv_bottom_content .kv_btn_wrap {
    margin-top: 20px;
  }
}
section.kv .kv_bottom_content .kv_btn_wrap a.btn {
  max-width: 501px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  border-radius: 12px;
  background: #019c44;
  font-size: 24px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #019c44;
}
@media screen and (max-width: 767px) {
  section.kv .kv_bottom_content .kv_btn_wrap a.btn {
    font-size: 16px;
    height: 64px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
  }
}
section.kv .kv_bottom_content .kv_btn_wrap a.btn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  section.kv .kv_bottom_content .kv_btn_wrap a.btn svg {
    right: 10px;
    width: 14px;
  }
}
section.kv .kv_bottom_content .kv_btn_wrap a.btn svg .fill-green {
  fill: #019c44;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.kv .kv_bottom_content .kv_btn_wrap a.btn svg .fill-white {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.kv .kv_bottom_content .kv_btn_wrap a.btn:hover {
  opacity: 0.6;
}
section.kv .kv_bottom_content h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.2vw;
  width: 100%;
  text-align: center;
  font-size: 2.8vw;
  color: rgb(255, 255, 0);
  font-weight: bold;
  line-height: 0.97;
  text-align: center;
  text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.kv .kv_bottom_content h2 {
    font-size: 3.2vw;
    bottom: 13px;
  }
}
section.kv .kv_bottom_content img {
  width: 100%;
}

a {
  color: #dc6d7a;
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.6;
}

.nav_section {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .nav_section {
    bottom: 0;
    width: 100%;
  }
}
.nav_section .navi ul.nav_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nav_section .navi ul.nav_btns li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns li {
    width: calc(50% - 1px);
  }
}
.nav_section .navi ul.nav_btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-weight: bold;
  font-size: 2.037037037vh;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background: #019c44;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  width: 70px;
  height: 17.5925925926%;
  border-radius: 12px 0px 0px 12px;
  background: #019c44;
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns li a {
    width: auto;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    height: 43px;
    border-radius: 0;
    width: 100%;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    padding: 0;
  }
}
.nav_section .navi ul.nav_btns li a:hover {
  opacity: 0.8;
}
.nav_section .navi ul.nav_btns li a img {
  position: absolute;
  right: 50%;
  bottom: 10px;
  -webkit-transform: translateX(50%) rotate(90deg);
          transform: translateX(50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns li a img {
    right: 10px;
    -webkit-transform: translateY(50%) rotate(0);
            transform: translateY(50%) rotate(0);
    bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns li.nav_cta {
    width: 100%;
  }
}
.nav_section .navi ul.nav_btns li.nav_cta a {
  background-color: #fc9535;
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns li.nav_cta a {
    width: 100%;
  }
}
.nav_section .navi ul.nav_btns li.nav_cta a img {
  -webkit-transform: translateX(50%) rotate(0);
          transform: translateX(50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .nav_section .navi ul.nav_btns li.nav_cta a img {
    right: 14%;
    -webkit-transform: translateY(50%) rotate(0);
            transform: translateY(50%) rotate(0);
    bottom: 50%;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

section.description {
  background-color: #cee6cd;
  position: relative;
  padding: 110px 0 150px 0;
}
@media screen and (max-width: 767px) {
  section.description {
    padding: 80px 0 70px 0;
  }
}
section.description::after {
  content: "";
  background-image: url(../images/sankaku.svg);
  width: 80px;
  height: 30px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
section.description .white_box {
  background-color: white;
  border-radius: 30px;
  padding: 60px 150px 107px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.description .white_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 30px;
    border-radius: 15px;
  }
}
section.description .white_box .about_content {
  max-width: 703px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.description .white_box .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.description .white_box .about_content .illust {
  position: absolute;
  right: 0;
  bottom: -174px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  section.description .white_box .about_content .illust {
    bottom: auto;
    top: -105px;
    right: 15%;
  }
}
section.description .white_box .about_content h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #019c44;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.description .white_box .about_content h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    width: 180px;
    margin: 0 auto;
  }
}
section.description .white_box .about_content h2::after {
  content: "";
  width: 353px;
  height: 1px;
  background-color: #019c44;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.description .white_box .about_content h2::after {
    width: 140px;
  }
}
section.description .white_box .about_content h2 span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  section.description .white_box .about_content h2 span {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
  }
}
section.description .white_box .about_content .text {
  margin-top: 60px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: left;
  color: #162023;
}
@media screen and (max-width: 767px) {
  section.description .white_box .about_content .text {
    margin-top: 46px;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
section.description .white_box .about_content .text a {
  text-decoration: underline;
  color: #019c44;
}

h2.head {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #019c44;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2.head {
    font-size: 26px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #019c44;
    text-align: center;
  }
}
h2.head::after {
  content: "";
  width: 73px;
  height: 3px;
  background-color: #019c44;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 767px) {
  h2.head::after {
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

div.attention {
  background-color: #cee6cd;
}
div.attention span.common_attention {
  margin-top: 0px;
  padding-top: 20px;
  text-indent: -1em;
}

span.common_attention {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  span.common_attention {
    font-size: 10px;
  }
}

section.about {
  padding: 190px 0 60px 0;
}
@media screen and (max-width: 767px) {
  section.about {
    padding: 80px 0 60px 0;
  }
}

.content_box {
  margin-top: 60px;
}
.content_box .content_box_content {
  background-color: white;
}
.content_box .content_box_content h2.taisho {
  margin-top: 40px;
  text-align: center;
  font-size: 1.875rem;
  color: rgb(175, 109, 215);
  font-weight: bold;
  line-height: 1.333;
}
@media screen and (max-width: 767px) {
  .content_box .content_box_content h2.taisho {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #019c44;
  }
}
.content_box .content_box_content .product_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content_box .content_box_content .product_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content_box .content_box_content .product_cards .product_card {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .content_box .content_box_content .product_cards .product_card {
    width: 100%;
  }
}
.content_box .content_box_content .product_cards .product_card:first-child {
  border-right: 1px dashed #c0bfbf;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .content_box .content_box_content .product_cards .product_card:first-child {
    border-right: none;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.content_box .content_box_content .product_cards .product_card:nth-child(2) {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .content_box .content_box_content .product_cards .product_card:nth-child(2) {
    padding-left: 0;
  }
}
.content_box .content_box_content .product_cards .product_card div.head h3 {
  background-color: #dc6d7a;
  text-align: center;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  border: 2px solid #dc6d7a;
}
.content_box .content_box_content .product_cards .product_card div.head.head2 h3 {
  background-color: white;
  color: #dc6d7a;
  border: 2px solid #dc6d7a;
}
.content_box .content_box_content .product_cards .product_card .img {
  margin-top: 50px;
}
.content_box .content_box_content .product_cards .product_card .products_name {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.556;
}
.content_box .content_box_content .product_cards .product_card .products_name .inline-b {
  display: inline-block;
}
.content_box .content_box_content .product_cards .product_card .products_name .inline-b span.attention {
  text-align: right;
  display: block;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .content_box .content_box_content .product_cards .product_card .products_name .inline-b span.attention {
    line-height: 1.25rem;
  }
}

.border_content {
  border-radius: 12px;
  background: #cee6cd;
  padding: 32px 20px 32px;
}
@media screen and (max-width: 767px) {
  .border_content {
    padding: 50px 30px;
  }
}
.border_content .head {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #019c44;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .border_content .head {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #019c44;
  }
}
.border_content .desc {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: normal;
  color: #162023;
}
@media screen and (max-width: 767px) {
  .border_content .desc {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.border_content.border_content2 {
  margin-top: 60px;
}
.border_content.border_content2 h3.head2 {
  color: #000000;
  font-size: 1.25rem;
  letter-spacing: 0;
}
.border_content.border_content2 .btn_style2 {
  margin-top: 20px;
}

.content_card {
  margin-top: 80px;
}
.content_card h3 {
  font-weight: bold;
  background-image: url(../images/line.png);
  background-size: auto;
  text-align: center;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: center;
  color: #019c44;
}
@media screen and (max-width: 767px) {
  .content_card h3 {
    background-image: url(../images/line_sp.png);
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .content_card h3 {
    font-size: 1.5rem;
  }
}
.content_card h3 span {
  background-color: white;
  padding: 0 7px;
}
.content_card .card_content {
  margin-top: 60px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #162023;
}
@media screen and (max-width: 767px) {
  .content_card .card_content {
    margin-top: 30px;
  }
}
.content_card .card_content h4.description_head {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: center;
  color: #162023;
}
.content_card .card_content h4.description_head span.small {
  font-size: 20px;
}
.content_card .card_content h4.description_head span.attention {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #162023;
  display: inline-block;
  position: relative;
}
.content_card .card_content h4.description_head span.attention span {
  color: #fc9535;
}
@media screen and (max-width: 767px) {
  .content_card .card_content h4.description_head span.attention {
    top: 0;
  }
}
.content_card .card_content.card_content3 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content_card .card_content.card_content3 p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
  }
}
.content_card .card_content.card_content3 p sup {
  font-size: 70%;
}
.content_card .card_content.card_content3 p.pdng {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .content_card .card_content .youki-table__wrap {
    overflow-x: scroll;
  }
}
.content_card .card_content table.youki-table {
  margin-top: 35px;
  overflow: hidden;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .content_card .card_content table.youki-table {
    width: 840px;
  }
}
.content_card .card_content table.youki-table thead th {
  background: rgba(237, 237, 237, 0.97);
  border: none;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  text-align: center;
}
.content_card .card_content table.youki-table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.content_card .card_content table.youki-table thead th:last-child {
  border-radius: 0 10px 0 0;
  border-right: none;
}
.content_card .card_content table.youki-table .bdr-none {
  border-right: none !important;
}
.content_card .card_content table.youki-table .bdb-none {
  border-bottom: none !important;
}
.content_card .card_content table.youki-table .bdradius-none {
  border-radius: 0 !important;
}
.content_card .card_content table.youki-table tbody td,
.content_card .card_content table.youki-table tbody th {
  border: none;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  text-align: left;
}
.content_card .card_content table.youki-table tbody tr:last-child td,
.content_card .card_content table.youki-table tbody tr:last-child th {
  border-bottom: none;
}
.content_card .card_content table.youki-table tbody tr:last-child td:first-child,
.content_card .card_content table.youki-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.content_card .card_content table.youki-table tbody tr:last-child td:last-child,
.content_card .card_content table.youki-table tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}
.content_card .card_content table.youki-table thead tr th,
.content_card .card_content table.youki-table thead tr td,
.content_card .card_content table.youki-table tbody tr th,
.content_card .card_content table.youki-table tbody tr td {
  padding: 13px 23px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #231816;
}
.content_card .card_content table.youki-table thead tr th,
.content_card .card_content table.youki-table tbody tr th {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: center;
  color: #162023;
  font-weight: normal;
}
.content_card .card_content .attention_list {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .content_card .card_content .attention_list {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: left;
    color: #162023;
  }
}
.content_card .card_content .attention_list ul,
.content_card .card_content .attention_list .lists {
  list-style: none;
  padding-left: 0;
  counter-reset: note-counter;
}
.content_card .card_content .attention_list ul li,
.content_card .card_content .attention_list .lists li {
  position: relative;
  padding-left: 2em;
}
.content_card .card_content .attention_list ul li::before,
.content_card .card_content .attention_list .lists li::before {
  content: "※" counter(note-counter);
  counter-increment: note-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.content_card .card_content .attention_list ul li a,
.content_card .card_content .attention_list .lists li a {
  color: #019c44;
  text-decoration: underline;
}
.content_card .card_content .color_box {
  margin-top: 60px;
  border: 2px solid #dc6d7a;
  background-color: #dc6d7a;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content_card .card_content .color_box {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content_card .card_content .color_box .color_box_head {
  width: 220px;
  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;
}
.content_card .card_content .color_box .color_box_head.color_box_head2 h4 {
  text-align: left;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .content_card .card_content .color_box .color_box_head.color_box_head2 h4 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .content_card .card_content .color_box .color_box_head {
    width: 100%;
    padding: 20px;
  }
}
.content_card .card_content .color_box .color_box_head h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: white;
}
.content_card .card_content .color_box .color_box_content {
  background-color: white;
  padding: 20px 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: calc(100% - 220px);
}
.content_card .card_content .color_box .color_box_content span {
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .content_card .card_content .color_box .color_box_content {
    width: 100%;
  }
}
.content_card .card_content .attention_list {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content_card .card_content .attention_list {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 20px;
    text-align: left;
    color: #162023;
  }
}

span.color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffec00));
  background: linear-gradient(transparent 60%, #ffec00 60%);
}

span.hi-light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffec00));
  background: linear-gradient(transparent 60%, #ffec00 60%);
}

.btn_wrap {
  display: block;
  position: relative;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.btn_wrap a.btn {
  display: block;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgb(55, 66, 125);
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  font-weight: bold;
  position: relative;
  border: 1px solid rgb(55, 66, 125);
}
@media screen and (max-width: 767px) {
  .btn_wrap a.btn {
    padding-right: 40px;
  }
}
.btn_wrap a.btn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.btn_wrap a.btn:hover {
  background-color: white;
  color: rgb(55, 66, 125);
}
.btn_wrap a.btn:hover svg {
  fill: rgb(55, 66, 125);
}
.btn_wrap.btn_style2 a {
  text-align: center;
  background-color: #dc6d7a;
  border: 1px solid #dc6d7a;
}
.btn_wrap.btn_style2 a:hover {
  color: #dc6d7a;
}
.btn_wrap.btn_style2 a:hover svg {
  fill: #dc6d7a;
}
.btn_wrap.btn_style3 a {
  text-align: center;
  color: #ffff00;
}
.btn_wrap.btn_style3 a:hover {
  background-color: rgb(55, 66, 125);
  border: 1px solid rgb(55, 66, 125);
  opacity: 0.6;
  color: #ffff00;
}
.btn_wrap.btn_style3 a:hover svg {
  fill: #ffff00;
}
.btn_wrap.btn_style3 p.text {
  margin-top: 10px;
  font-size: 0.875rem;
}

.color2 {
  color: #dc6d7a;
}

.content_box_content_flow p {
  text-align: center;
  max-width: 792px;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
.content_box_content_flow .flow_image {
  margin-top: 60px;
}

.content_box_content_contact h3 {
  margin-top: 25px;
  text-align: center;
}
.content_box_content_contact h3 a {
  display: inline-block;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.01em;
  line-height: 40px;
  text-align: center;
  color: #019c44;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .content_box_content_contact h3 a {
    font-size: 1.875rem;
  }
  .content_box_content_contact h3 a img {
    max-width: 30px;
  }
}
.content_box_content_contact h3 a .inline_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .content_box_content_contact h3 a .inline_content img {
    max-width: 25px;
  }
}
.content_box_content_contact h3 a:hover {
  pointer-events: none;
}
.content_box_content_contact h3 a:hover img {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content_box_content_contact h3 a {
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .content_box_content_contact h3 a {
    pointer-events: all;
  }
}
.content_box_content_contact h3 a span.img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  top: 4px;
}
.content_box_content_contact h3 a span.img img {
  vertical-align: middle;
}
.content_box_content_contact .tell_box .attention {
  font-size: 1.125rem;
  line-height: 2.222;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .content_box_content_contact .tell_box .attention {
    font-size: 16px;
    line-height: 20px;
  }
  .content_box_content_contact .tell_box .attention .text-left {
    display: block;
    text-align: center;
  }
}
.content_box_content_contact .contact_box {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .content_box_content_contact .contact_box {
    margin-top: 30px;
  }
}
.content_box_content_contact .contact_box p {
  text-align: center;
}
.content_box_content_contact .contact_box a {
  text-decoration: underline;
  color: #019c44;
  font-weight: bold;
}

footer {
  background-color: #fdf5e8;
  position: relative;
}
footer .btn_style4 {
  margin-top: 0;
}
footer .btn_style4 a.btn {
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000;
}
footer .btn_style4 a.btn svg {
  fill: #000;
}
footer .btn_style4 a.btn:hover {
  background-color: transparent;
  border: 2px solid #000;
  opacity: 0.6;
  color: #000;
}
footer .btn_style4 a.btn:hover svg {
  fill: #000;
}
footer .btn_style5 {
  margin-top: 60px;
  max-width: 840px;
}
footer .btn_style5 a.btn {
  text-align: center;
  color: #fff;
  background-color: #2aa344;
  border: 2px solid #2aa344;
  font-size: 1.25rem;
}
footer .btn_style5 a.btn svg {
  fill: #fff;
}
footer .btn_style5 a.btn:hover {
  background-color: #2aa344;
  border: 2px solid #2aa344;
  opacity: 0.6;
  color: #fff;
}
footer .btn_style5 a.btn:hover svg {
  fill: #fff;
}
footer .kouken {
  text-align: center;
  margin-top: 40px;
  font-size: 1.25rem;
}
footer .footer_bg {
  margin-top: 60px;
  overflow: hidden;
}
footer .footer_bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .copy {
  padding-top: 8px;
  background-color: #019c44;
  margin-top: auto;
  text-align: center;
  color: white;
  font-size: 12px;
  padding-bottom: 8px;
}
footer .copy a {
  color: white;
  text-decoration: none;
}
footer .pagetop {
  position: absolute;
  right: 64px;
  bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .pagetop:hover {
  opacity: 0.6;
}
footer .pagetop a {
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../images/pagetop.png);
  background-size: cover;
}

.limit_box {
  margin-top: 80px;
}
.limit_box p.desc {
  margin-top: 32px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .limit_box p.desc {
    font-size: 16px;
    line-height: 1.6;
  }
}
.limit_box h5 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #162023;
}
.limit_box h5 span.green {
  color: #019c44;
}
.limit_box ul {
  text-align: left;
}
.limit_box ul li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 32px;
  text-align: left;
  color: #162023;
}
.limit_box .yellow_box {
  margin-top: 10px;
  width: 418px;
  height: 82px;
  background: #ffec00;
  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;
}
@media screen and (max-width: 767px) {
  .limit_box .yellow_box {
    width: 100%;
  }
}
.limit_box .yellow_box p.price {
  font-weight: bold;
  font-size: 52px;
  line-height: 32px;
  text-align: left;
  color: #162023;
}
.limit_box .yellow_box p.price span {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #162023;
}
@media screen and (max-width: 767px) {
  .limit_box .yellow_box p.price span {
    position: relative;
    top: -4px;
  }
}

.green_box_head {
  margin-top: 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  padding: 17px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #019c44;
  width: 100%;
  background: #cde6cd;
  border-radius: 10px 10px 0 0;
}
.green_box_head + h5 {
  margin-top: 14px;
}

.youken_table {
  margin-top: 10px;
  table-layout: fixed;
  width: 100%;
  border-radius: 10px;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #b7b7b7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .youken_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.youken_table tr th {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #162023;
  background: #fff8bf;
  width: 138px;
}
@media screen and (max-width: 767px) {
  .youken_table tr th {
    width: 100%;
    padding: 13px;
  }
}
.youken_table tr th:first-child {
  border-top-left-radius: 10px;
}
.youken_table tr th:last-child {
  border-top-right-radius: 10px;
}
.youken_table tr td {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #162023;
  padding: 12px 28px;
}
.youken_table tr td:first-child {
  border-bottom-left-radius: 10px;
}
.youken_table tr td:last-child {
  border-bottom-right-radius: 10px;
}

div.section_target {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  div.section_target {
    margin-top: 105px;
  }
}

.kishu_content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    overflow-x: visible;
  }
  .kishu_content .kishu_content_image img {
    width: 100%;
  }
}
.kishu_content .kishu_content_text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kishu_content .kishu_content_text_02 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kishu_content .kishu_content_text_03 {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_text_03 {
    marign-top: 20px;
  }
}
.kishu_content .kishu_content_text_03 .yellow_box {
  background: #ffec00;
  font-weight: bold;
  font-size: 52px;
  line-height: 32px;
  text-align: left;
  color: #162023;
  height: 82px;
  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;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_text_03 .yellow_box {
    height: 60px;
    font-weight: bold;
    font-size: 36px;
    line-height: 32px;
  }
}
.kishu_content .kishu_content_text_03 .yellow_box p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kishu_content .kishu_content_text_03 .yellow_box span {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_text_03 .yellow_box span {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    top: -2px;
  }
}
.kishu_content .kishu_content_text_03 .yellow_box.yellow_box_01 {
  width: 42.8571428571%;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_text_03 .yellow_box.yellow_box_01 {
    width: 36.1194029851%;
  }
}
.kishu_content .kishu_content_text_03 .yellow_box.yellow_box_02 {
  width: 53.0952380952%;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_text_03 .yellow_box.yellow_box_02 {
    width: 58.2089552239%;
  }
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_text_03 .yellow_box.yellow_box_02 .small {
    font-size: 12px;
    line-height: 14px;
  }
}
.kishu_content .attention_list {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #162023;
}
.kishu_content .attention_list li {
  text-indent: -1em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .kishu_content .attention_list {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 15px;
  }
}
.kishu_content .kishu_content_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }
}
.kishu_content .kishu_content_buttons .kishu_content_button {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.kishu_content .kishu_content_buttons .kishu_content_button a {
  border-radius: 12px;
  background: #019c44;
  padding: 25px 30px;
  position: relative;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_buttons .kishu_content_button a {
    font-size: 16px;
    line-height: 28px;
    padding: 15px 20px;
    gap: 10px;
  }
}
.kishu_content .kishu_content_buttons .kishu_content_button a:hover {
  opacity: 0.6;
}
.kishu_content .kishu_content_buttons .kishu_content_button a::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kishu_content .kishu_content_buttons .kishu_content_button.kishu_content_button_02 a {
  background-color: #fc9535;
}
.kishu_content .kishu_content_buttons .kishu_content_button.kishu_content_button_02 a::after {
  background-image: url(../images/download.svg);
}
@media screen and (max-width: 767px) {
  .kishu_content .kishu_content_buttons .kishu_content_button.kishu_content_button_02 span.attention {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}

.section_flow {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_flow {
    margin-top: 105px;
    margin-top: 40px;
  }
}
.section_flow p.flow_content__description {
  margin-top: 60px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #162023;
}
@media screen and (max-width: 767px) {
  .section_flow p.flow_content__description {
    margin-top: 50px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    color: #162023;
  }
}
.section_flow p.flow_content__description span {
  color: #019c44;
  font-weight: bold;
}
.section_flow .green_box {
  margin-top: 75px;
  padding: 50px 30px 60px;
  background: #019c44;
  border-radius: 12px;
  background: #cee6cd;
  border: 1px solid #019c44;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .section_flow .green_box {
    padding: 30px 20px 40px;
    margin-top: 20px;
  }
}
.section_flow .green_box p {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  color: #019c44;
}
@media screen and (max-width: 767px) {
  .section_flow .green_box p {
    marign-top: 30px;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: center;
    color: #019c44;
  }
}
.section_flow .green_box a.btn {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  padding: 25px 30px;
  background: #019c44;
  border-radius: 20px;
  width: 500px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .section_flow .green_box a.btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 21px;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
  }
}
.section_flow .green_box a.btn:hover {
  opacity: 0.6;
}
.section_flow .green_box a.btn::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section_flow .green_box a.btn::after {
  background-image: url(../images/link.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section_flow .flow_content__image {
  margin-top: 80px;
}
.section_flow .flow_content__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section_flow .flow_content__image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 20px;
    overflow-x: visible;
  }
  .section_flow .flow_content__image img {
    padding: 0 10px;
  }
}

div.section_contact {
  padding: 50px 20px;
  background: transparent;
  border: 1px solid #42b049;
  border-radius: 12px;
  margin-top: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
div.section_contact h2 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: center;
  color: #019c44;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.section_contact h2 {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 33px;
    text-align: center;
    color: #019c44;
  }
}
div.section_contact h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #019c44;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.backto_top {
  margin-top: 130px;
  margin-bottom: 130px;
  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;
}
@media screen and (max-width: 767px) {
  .backto_top {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.backto_top a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 410px;
  height: 80px;
  border-radius: 12px;
  background: #019c44;
  color: white;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #fff;
}

.modaal-content-container {
  padding: 20px 10px;
}

.kv_wrap_sp {
  position: relative;
  z-index: 1;
}
.kv_wrap_sp .kv_content_sp__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/270;
  -o-object-fit: cover;
     object-fit: cover;
}

.another_image_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.another_image_wrap .another_image {
  width: 185px;
  height: 80px;
  border-radius: 8px;
  background: #fff8bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  color: #019c44;
}
.another_image_wrap .another_image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.another_image_wrap .another_image img {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}