@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&family=Roboto:wght@300;900&display=swap');

:root {
  --color-black: #000;
  --color-green: #1FA96F;
  --color-yellow: #FFF700;
  --color-gray: #DFDFDF;
  --color-lightgray: #F4F7F7;
  --color-white: #FFF;
  --PC_l_h1: 4rem;
  --PC_m_h2_h3: 3.2rem;
  --PC_xs_h4: 1.8rem;
  --PCfont-sub: 2rem;
  --PCfont-lead: 1.6rem;
  --PCfont-lead_s: 1.5rem;
  --PCfont-note: 1.2rem;




  --SP_l_h1: 3rem;
  --SP_m_h2: 2.4rem;
  --SP_s_h3: 1.8rem;
  --SP_xs_h4: 1.6rem;
  --SPfont-lead: 1.5rem;
  --SPfont-lead_s: 1.3rem;
  --SPfont-note: 0.812rem;
  --gap30: 30px;
  --gap40: 40px;




  --lineHeight01: 1.4;
  --lineHeight02: 1.6;
}

* {
  box-sizing: border-box;
}

.en{
  font-family: 'Roboto', sans-serif;
}
.u-sp{
  display: none;
}
.scroll_padding{
  scroll-padding-top: 100px;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "HiraKakuPro-W3", "Hiragino Sans",sans-serif;
}
body{
  position: relative;
}
body:before{
  position:absolute;
  content: "";
  background: var(--color-green);
  width: 35%;
  max-height: 320px;
  height: 30vw;
  right: 0;
  top: 0;
  z-index: -1;
}
html .header {
  height: 118px;
  background-color: transparent;
}
html .header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
html .header .header__inner .header__logo {
  width: 110px;
}
html .header .header__inner .header__logo a:hover {
  opacity: .7;
}
html .header .header__inner .header__logo img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  body:before{
    position:absolute;
    content: "";
    background: var(--color-green);
    width: 62%;
    max-height: 380px;
    height: 40vw;
  }
  .u-sp{
    display: block;
  }
  .u-pc{
    display: none;
  }
  html .header {
    height: auto;
    margin-bottom: 20px;
  }
  html .header .header__inner {
    height: auto;
    justify-content: space-between;
    padding: 6px 10px 0;
  }
  html .header .header__inner .header__logo {
    width: 23vw;
  }
}
html main section {
  margin: 0;
}
html main .sp_br {
  display: none;
}
html main .img_pc {
  display: block;
}
html main .img_sp {
  display: none;
}
html main .btn_hover_motion {
  transition: all 0.3s;
}
html main .section1 {
  padding: 0 15px;
}
html main .section1 .fv .fv_pic {
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}
html main .section1 .fv .fv_pic img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
html main .section1 .fv_copy .copy_word {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 35px auto 15px;
}
html main .section1 .fv_copy .btn_word p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--PC_xs_h4);
  text-align: center;
  margin-bottom: 5px;
}
html main .section1 .fv_copy .btn_word p::before,
html main .section1 .fv_copy .btn_word p::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: var(--color-black);
}
html main .section1 .fv_copy .btn_word p::before {
  margin-right: 125px;
  transform: rotate(-35deg);
  margin-top: 30px;
}
html main .section1 .fv_copy .btn_word p::after {
  margin-left: 125px;
  transform: rotate(35deg);
  margin-top: 30px;
}
html main .section1 .fv_copy .c_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 380px;
  min-height: 72px;
  padding: 4px 24px;
  border: 3px solid var(--color-none);
  background: var(--color-black);
  font-size: var(--PC_m_h2_h3);
  font-weight: bold;
  border-radius: 55px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  color: var(--color-white);
  text-decoration: none;
}
html main .section1 .fv_copy .c_btn:hover {
  background: #333;
  /* 背景色をグレーにする */
}
html main .section1 .modal-c_btn {
  position: absolute;
  margin: 0 auto;
  padding: 20px;
  z-index: 100;
}
html main .section1 .modal-c_btn .fixed-button {
  display: grid;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, bottom 0.3s ease;
}
html main .section1 .modal-c_btn .fixed-button a {
  display: block;
  text-decoration: none;
  color: var(--color-white);
  display: flex;
  text-decoration: none;
  color: var(--color-black);
  position: fixed;
  bottom: 10px;
  /* 画面下から非表示状態で開始 */
  left: 50%;
  transform: translateX(-50%);
  min-width: 380px;
  min-height: 72px;
  padding: 4px 24px;
  border: 3px solid var(--color-none);
  background-color: var(--color-yellow);
  font-size: var(--PCfont-sub);
  font-weight: bold;
  border-radius: 55px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  /* 非表示状態で開始 */
  transition: opacity 0.3s ease, bottom 0.3s ease, background-color 0.5s;
}
html main .section1 .modal-c_btn .fixed-button a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
html main .section1 .text_box {
  border: 2px solid var(--color-gray);
  max-width: 1024px;
  margin: 4.3vw auto 0;
  display: flex;
  justify-content: space-between;
  padding: 18px 30px;
  font-size: var(--PCfont-lead);
  box-sizing: border-box;
  line-height: 1.75;
}
html main .section1 .text_box dt{
  margin-right: 24px;
  padding-right: 24px;
  color: var(--color-green);
  font-weight: bold;
  border-right: 2px solid var(--color-gray);
}
html main .section1 .text_box dd{
  flex: 1;
}
html main .content-wrap {
  max-width: 1024px;
  margin: 6.8vw auto 0;
  padding: 0 15px;
}
html main .content-wrap .section2 {
  margin-bottom: 50px;
}
html main .content-wrap .anchor_link .link_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-left: 1px solid var(--color-gray);
}
html main .content-wrap .anchor_link .link_box .box_wrap {
  width: calc( calc(100% / 3) - 1px );
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid var(--color-gray);
}
html main .content-wrap .anchor_link .link_box .anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--PCfont-sub);
  color: var(--color-black);
  text-decoration: none;
  border-radius: 16px;
  padding: 0 0 24px;
  width: 100%;
  position: relative;
}
html main .content-wrap .anchor_link .link_box .anchor:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-bottom: 3px solid #7F7B82;
  border-right: 3px solid #7F7B82;
  transform: rotate(45deg);
  transition: .3s;
}
html main .content-wrap .anchor_link .link_box .anchor:hover:before {
  bottom: -2px;
}
html main .content-wrap .anchor_link .link_box .anchor p,
html main .content-wrap .anchor_link .link_box .anchor span {
  display: block;
  text-align: center;
  font-size: var(--PC_xs_h4);
  font-weight: 700;
}
html main .content-wrap .anchor_link .link_box .anchor .anchor_title_sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-green);
  text-transform: uppercase;
  margin-bottom: .5vw;
  letter-spacing: .1em;
}
html main .content-wrap .anchor_link .link_box .anchor:hover {
}
html main .content-wrap .section3 {
  margin-bottom: 120px;
}
html main .content-wrap .tab-padding {
  padding: 2.4vw 3vw;
}
html main .content-wrap .tab-row_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html main .content-wrap .tab-row_content li {
  display: flex;
  flex-direction: row;
  max-width: 45%;
  align-items: center;
  margin: 2% auto;
}
html main .content-wrap .tab-row_content li img {
  width: 30%;
  height: auto;
  margin-right: 10%;
}
html main .content-wrap .tab-column_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html main .content-wrap .tab-column_content li {
  display: flex;
  flex-direction: column;
  max-width: 16%;
  align-items: center;
  margin: 2% auto;
  text-align: center;
}
html main .content-wrap .tab-column_content li img {
  width: 80%;
  height: auto;
  margin: 0 5% 10%;
}
html main .content-wrap .tab-box_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: var(--color-gray);
}
html main .content-wrap .tab-box_content li {
  display: flex;
  flex-direction: column;
  max-width: 16%;
  align-items: center;
  margin: 2% auto;
  padding: 3%;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 8px;
}
html main .content-wrap .tab-box_content li img {
  width: 70%;
  height: auto;
  margin: 0 5% 15%;
}
html main .content-wrap .tab_bgcolor {
  background-color: var(--color-gray);
}
html main .content-wrap .tab {
  margin: 0 auto;
}
html main .content-wrap .tab-list {
  display: flex;
  color: var(--color-white);
  border-bottom: solid 3px #888;
}
html main .content-wrap .tab-list-item {
  width: 33.3333333333%;
  text-align: center;
  background-color: #888;
  border-radius: 8px 8px 0 0;
}
html main .content-wrap .tab-list-item p {
  padding: 24px 12px;
}
html main .content-wrap .tab-list-item:hover {
  opacity: 0.8;
}
html main .content-wrap .tab-contents {
  background-color: var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  display: none;
}
html main .content-wrap .bg_color {
  background-color: #666;
}
html main .content-wrap .is-btn-active {
  background-color: var(--color-black);
  font-weight: bold;
}
html main .content-wrap .is-contents-active {
  display: block;
}
html main .content-wrap .section4 {
  margin-bottom: 120px;
}
html main .content-wrap .section4 .point {
  margin-top: 78px;
  padding-top: 12px;
}
html main .content-wrap .section4 .point_box{
  background: var(--color-lightgray);
  padding: 32px 50px 60px;
  position: relative;
  margin-top: 130px;
  scroll-margin-top:60px;
}
html main .content-wrap .section4 .point_box .point_title_num{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -48px;
}
html main .content-wrap .section4 .point_title_num{
  color: var(--color-green);
  text-align: center;
}
html main .content-wrap .section4 .point_title_num span{
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .1em;
}
html main .content-wrap .section4 .point_title_num p{
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 200;
}
.point_title_text{
  text-align: center;
  margin-top: 28px;
}
.point_box_list{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_box_list li{
  width: 30.4%;
}
.point_box_list li .point_box_img img{
  max-width: 100%;
}
html main .content-wrap .point_box_text{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
html main .content-wrap .point_box_text .c-green{
  color: var(--color-green);
}
.point_list{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_list li{
  width: 48.5%;
  background: var(--color-lightgray);
  padding: 30px 30px 24px;
  box-sizing: border-box;
}
.point_list_inner{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.point_list_img{
  max-width: 88px;
  margin-right: 20px;
}
.point_list_img img{
  max-width: 100%;
}
.point_list_balloon{
  background: var(--color-white);
  text-align: center;
  font-weight: 700;
  padding: 4px;
  position: relative;
}

.point_list_balloon:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  background-color: var(--color-white);
  width: 16px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

html main .content-wrap p.point_list_main{
  color: var(--color-green);
  font-weight: 900;
  font-size: 2.8rem;
}
html main .content-wrap p.point_list_main .big{
  font-size: 5.6rem;
}
html main .content-wrap p.point_list_note{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 4px;
}
.point_box02{
  display: flex;
}
.point_box02_img{
  width: 30%;
  margin-right: 30px;
}
.point_box02_img img{
  max-width: 100%;
}
.point_box02_text{
  flex: 1;
}
html main .content-wrap .point_box02_text p{
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: var(--lineHeight02);
}
.point_box03 a:hover{
  opacity: .8;
}
html main .content-wrap .point_box .point_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 258px;
  padding: 10px 36px;
  color: var(--color-white);
  background: var(--color-green);
  font-size: 2rem;
  font-weight: 900;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  margin-top: 20px;
}
html main .content-wrap .point_box .point_btn:hover{
  background: var(--color-black);
}



html main .content-wrap .txt_box {
  padding: 1.6vw 0;
}
html main .content-wrap h1 {
  font-size: var(--PC_l_h1);
  font-weight: bold;
  padding-bottom: 2.4vw;
  text-align: center;
}
html main .content-wrap h1 .small{
  display: block;
  font-size: 2.4rem;
}
html main .content-wrap h2 {
  font-size: var(--PC_m_h2_h3);
  font-weight: bold;
  padding-bottom: 2.4vw;
}
html main .content-wrap h3 {
  font-size: var(--PC_m_h2_h3);
  padding-bottom: 2.4vw;
}
html main .content-wrap h4 {
  font-size: var(--PC_xs_h4);
  padding-bottom: 2.4vw;
  line-height: 1.5;
}
html main .content-wrap p {
  font-size: var(--PCfont-lead);
  line-height: 1.5;
}
html main .content-wrap .txt_sub {
  font-size: var(--PCfont-sub);
}
html main .content-wrap .txt_shadow {
  text-shadow: 1px 2px 3px #888;
}
html main .content-wrap .txt_line {
  text-decoration-line: underline;
}
html main .content-wrap .txt_strong {
  font-weight: bold;
}
html main .content-wrap .intxt_attent {
  font-weight: bold;
  text-decoration: underline;
}
html main .content-wrap .txt_attent {
  font-size: var(--PCfont-lead_s);
  padding: 1vw 0;
}
html main .content-wrap .txt_padding-none {
  padding: 0;
}
html main .content-wrap .txt_list ul {
  font-size: var(--PCfont-lead);
  list-style: disc;
  padding-left: 1.2vw;
  line-height: 1.5;
}
html main .content-wrap .section5 {
  margin-bottom: 120px;
}
html main .content-wrap .step-row,
html main .content-wrap .step-column {
  padding-bottom: 70px;
}
html main .content-wrap .row_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html main .content-wrap .row_section .row_box {
  background-color: var(--color-gray);
  width: 24%;
  border-radius: 8px;
  padding: 25px 1.5em 40px;
}
html main .content-wrap .row_section .row_box .deco_step {
  background-color: #888;
  font-size: var(--PCfont-sub);
  color: var(--color-white);
  height: 30px;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 15px 0;
  padding: 7px 0;
}
html main .content-wrap .row_section .row_box .deco_title {
  padding-bottom: 10px;
}
html main .content-wrap .column_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html main .content-wrap .column_section li {
  margin-bottom: 1.2vw;
}
html main .content-wrap .column_section .column_box {
  background-color: var(--color-gray);
  border-radius: 8px;
  padding: 40px 80px 40px;
}
html main .content-wrap .column_section .column_box .column_title {
  display: flex;
  flex-direction: row;
}
html main .content-wrap .column_section .column_box .deco_step {
  background-color: #888;
  font-size: var(--PCfont-sub);
  color: var(--color-white);
  height: 30px;
  width: 130px;
  border-radius: 30px;
  text-align: center;
  margin: 0 10px 20px 0;
  padding: 7px 0;
}
html main .content-wrap .column_section .column_box h4 {
  padding-top: 5px;
}
html main .content-wrap .triangle_r {
  width: 0;
  height: 0;
  border-left: 20px solid #888;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin: auto 10px;
}
html main .content-wrap .triangle_c {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #888;
}
html main .content-wrap .section6 {
  margin-bottom: 120px;
}
html main .content-wrap table,
html main .content-wrap td {
  border: 1px solid var(--color-black);
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
html main .content-wrap td {
  padding: 15px;
  height: auto;
  vertical-align: middle;
}
html main .content-wrap .table_2 {
  margin-bottom: 70px;
}
html main .content-wrap .table_2 td {
  padding: 15px;
  height: auto;
}
html main .content-wrap .table_2 .td_left {
  text-align: left;
}
html main .content-wrap .table_2 .td_center {
  text-align: center;
}
html main .content-wrap .table_2 .table_title_row {
  background-color: var(--color-gray);
  width: 30%;
}
html main .content-wrap .table_2 .table_txt {
  width: 70%;
}
html main .content-wrap .table_3 {
  margin-bottom: 70px;
}
html main .content-wrap .table_3 .table_title p {
  font-size: var(--PCfont-sub);
  font-weight: bold;
}
html main .content-wrap .table_3 .td_left {
  text-align: left;
}
html main .content-wrap .table_3 .td_center {
  text-align: center;
}
html main .content-wrap .table_3 .table_title_row {
  background-color: var(--color-gray);
  width: 30%;
}
html main .content-wrap .table_3 .table_title_column {
  background-color: #333;
  color: var(--color-white);
  text-align: center;
}
html main .content-wrap .table_3 .table_txt {
  width: 100%;
}




html main .content-wrap .table_4{
  border: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
html main .content-wrap .table_4 th, html main .content-wrap .table_4 td{
  border: none;
  border-bottom: 1px solid var(--color-gray);
  padding: 1em;
  vertical-align: top;
  font-size: var(--PCfont-lead);
  padding: 2rem;
  box-sizing: border-box;
}
html main .content-wrap .table_4 th{
  border-color: var(--color-green);
  color: var(--color-green);
  width: 30%;
  font-weight: 700;
  text-align: left;
}
html main .content-wrap .table_4 th ul, html main .content-wrap .table_4 td ul li{
  display: inline-block;
  margin-right: 1em;
}
html main .content-wrap .table_4 td .logo{
  max-width: 70px;
  vertical-align: middle;
}
html main .content-wrap .table_4 td .note{
  font-size: 1.2rem;
  margin-top: 6px;
}
html main .content-wrap .table_4 td .indent{
  padding-left:1.2em;
	text-indent:-1.2em;
}
html main .content-wrap p.sub_text{
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 1.2rem;
}
.revo_box{
  max-width: 800px;
  margin: 50px auto 0;
}
html main .content-wrap p.revo_title{
  font-size: 1.6rem;
}
html main .content-wrap p.revo_text{
  font-size: 1.3rem;
  margin-top: 2px;
}
html main .content-wrap p.revo_text a{
  color: var(--color-black);
}
html main .content-wrap p.revo_text a:hover{
  color: var(--color-green);
}


html main .content-wrap .section7 {
  margin-bottom: 120px;
}
html main .content-wrap .faq_accordion,
html main .content-wrap .faq-box {
  margin-bottom: 70px;
}
html main .content-wrap .faq_style {
  margin-bottom: 30px;
}
html main .content-wrap .faq_style h4 {
  padding: 25px 0 20px 30px;
  line-height: normal;
}
html main .content-wrap .faq_style p {
  padding: 25px 72px 35px 30px;
}
html main .content-wrap .faq_style .faq-top,
html main .content-wrap .faq_style .faq-top_nomal {
  background-color: #333;
  color: var(--color-white);
  display: flex;
  flex-direction: row;
  border-radius: 8px;
}
html main .content-wrap .faq_style .faq-top .faq_btn,
html main .content-wrap .faq_style .faq-top_nomal .faq_btn {
  display: block;
  margin: auto 0;
}
html main .content-wrap .faq_style .faq-top {
  justify-content: space-between;
  transition: all 0.3s ease;
}
html main .content-wrap .faq_style .faq-top .accordion_h4 {
  display: flex;
  flex-direction: row;
}
html main .content-wrap .faq_style .faq-top .faq-btn {
  margin: auto 3vw;
}
html main .content-wrap .faq_style .faq-top .faq-btn img {
  max-width: 20px;
  height: auto;
}
html main .content-wrap .faq_style .active-top {
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
}
html main .content-wrap .faq_style .faq-top_nomal {
  border-radius: 8px 8px 0 0;
}
html main .content-wrap .faq_style .faq-intxt_accordion {
  display: flex;
  flex-direction: row;
  background-color: var(--color-gray);
  color: var(--color-black);
  border-radius: 0 0 8px 8px;
}
html main .content-wrap .faq_style .active-btn {
  transform-origin: center;
  transform: rotate(180deg);
}
html main .content-wrap .faq_style .active-accordion,
html main .content-wrap .faq_style .faq-intxt_nomal {
  display: flex;
  flex-direction: row;
  background-color: var(--color-gray);
  color: var(--color-black);
  border-radius: 0 0 8px 8px;
}
html main .content-wrap .section8 {
  margin-bottom: 120px;
}
html main .content-wrap .link_intxt {
  color: var(--color-blue);
  font-weight: bold;
  text-decoration: none;
}
html main .content-wrap .link_intxt:hover {
  color: var(--color-pink);
  /* 文字色をピンクにする */
  text-decoration: underline;
}
html main .content-wrap .link_only-txt a {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  text-decoration-color: var(--color-blue);
  align-items: center;
  text-decoration: none;
}
html main .content-wrap .link_only-txt a img {
  width: 1.6vw;
  height: 1.6vw;
}
html main .content-wrap .link_only-txt a p {
  font-weight: bold;
  font-size: var(--PCfont-sub);
  padding-left: 10px;
  color: var(--color-blue);
  line-height: normal;
}
html main .content-wrap .link_only-txt a p:hover {
  color: var(--color-pink);
  /* 文字色をピンクにする */
  text-decoration: underline;
  transform: translate(5px, 0);
}
html main .content-wrap .parts-btn {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: var(--color-black);
  text-decoration: none;
}
html main .content-wrap .parts-btn:before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--color-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -9px;
}
html main .content-wrap .parts-btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px var(--color-white);
  border-right: solid 2px var(--color-white);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
html main .content-wrap .link_btn-s {
  background-color: var(--color-gray);
  width: 250px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  margin: 20px 0;
}
html main .content-wrap .link_btn-s a {
  text-decoration: none;
  color: var(--color-black);
}
html main .content-wrap .link_btn-s a p {
  font-size: var(--PCfont-sub);
  line-height: normal;
  padding-top: 6px;
}
html main .content-wrap .link_btn-s:hover {
  background-color: #c9c9c9;
}
html main .content-wrap .link_btn-l,
html main .content-wrap .link_btn-c,
html main .content-wrap .link_btn-r {
  display: flex;
  background-color: #333;
  width: 33.3333333333%;
  height: 60px;
  border-radius: 45px;
  text-align: center;
  margin: 20px 0;
}
html main .content-wrap .link_btn-l a,
html main .content-wrap .link_btn-c a,
html main .content-wrap .link_btn-r a {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
}
html main .content-wrap .link_btn-l a p,
html main .content-wrap .link_btn-c a p,
html main .content-wrap .link_btn-r a p {
  font-size: var(--PC_xs_h4);
  line-height: normal;
  color: var(--color-white);
}
html main .content-wrap .link_btn-l:hover,
html main .content-wrap .link_btn-c:hover,
html main .content-wrap .link_btn-r:hover {
  background: #8C8C8C;
  /* 背景色をグレーにする */
}
html main .content-wrap .link_btn-c {
  margin: 20px auto;
}
html main .content-wrap .link_btn-r {
  margin: 0 0 0 auto;
}
html main .content-wrap .box_nomal,
html main .content-wrap .box_shadow {
  background-color: var(--color-gray);
  margin: 20px 0;
  border-radius: 8px;
}
html main .content-wrap .box_nomal p,
html main .content-wrap .box_shadow p {
  padding: 40px 80px;
}
html main .content-wrap .box_shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
html main .content-wrap .box_frame {
  border: 4px solid var(--color-black);
  border-radius: 16px;
  padding: 40px 60px 0px;
  position: relative;
  margin-top: 100px;
}
html main .content-wrap .h1_label {
  text-align: center;
  background-color: #333;
  color: var(--color-white);
  border-radius: 8px;
  line-height: normal;
  height: auto;
  width: 80%;
  max-width: 800px;
  margin: -75px auto 0;
  padding: 12px 24px;
}
html main .content-wrap .h2_label {
  background-color: #888;
  color: var(--color-white);
  border-radius: 8px;
  line-height: normal;
  height: auto;
  width: 95%;
  max-width: 896px;
  padding: 12px 24px;
  margin: 20px auto;
}
html main .content-wrap .p_inframe {
  margin: 30px 55px 50px;
}
html main .content-wrap .modal_area {
  display: none;
}
html main .content-wrap .modal_area .modal_contents {
  z-index: 101;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.431372549);
  padding: 6vw;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
}
html main .content-wrap .modal_area .modal_contents .modal {
  position: relative;
  margin: 0 auto;
  max-width: 335px;
  background-color: var(--color-white);
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.6rem;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -45%);
  /* 上半分がはみ出るように調整 */
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_copy {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.6rem;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 3rem;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_box .modal_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_box .modal_img img {
  width: 23rem;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_box .modal_txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2.6rem 2.5rem;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_box .apply_button {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 2rem 3rem;
  font-size: 1.7rem;
  text-align: center;
  background-color: var(--color-gray);
  color: var(--color-black);
  border-radius: 3.4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* ホバーエフェクトのためのトランジション */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
html main .content-wrap .modal_area .modal_contents .modal .modal_box .apply_button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
html main .content-wrap .modal_area .modal_contents .modal:hover {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
}
html main .content-wrap .modal_active {
  display: block;
}
@media screen and (max-width: 767px) {
  html main .sp_br {
    display: block;
  }
  html main .img_pc {
    display: none;
  }
  html main .img_sp {
    display: block;
  }
  html main .fv {
  }
  html main .fv .fv_pic img {
    image-rendering: -webkit-optimize-contrast;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html main .section1 .fv_copy .copy_word {
    margin: 20px auto 5px;
  }
  html main .section1 .fv_copy .copy_word p {
    text-align: center;
    font-size: var(--SP_s_h3);
    font-weight: bold;
  }
  html main .section1 .fv_copy .btn_word p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--SP_xs_h4) !important;
    text-align: center;
    margin-bottom: 12px;
  }
  html main .section1 .fv_copy .btn_word p::before,
  html main .section1 .fv_copy .btn_word p::after {
    content: "";
    width: 3px;
    height: 40px;
    background-color: var(--color-black);
  }
  html main .section1 .fv_copy .btn_word p::before {
    margin-right: 80px;
    transform: rotate(-35deg);
    margin-top: 20px;
    height: 25px;
  }
  html main .section1 .fv_copy .btn_word p::after {
    margin-left: 80px;
    transform: rotate(35deg);
    margin-top: 20px;
    height: 25px;
  }
  html main .section1 .fv_copy .c_btn {
    width: 80vw;
    height: 15vw;
    min-width: auto;
    min-height: auto;
  }
  html main .section1 .fv_copy .c_btn p {
    font-size: var(--SP_m_h2);
  }
  html main .section1 .modal-c_btn .fixed-button {
    width: 80vw;
    height: 15vw;
    min-width: auto;
    min-height: auto;
  }
  html main .section1 .modal-c_btn .fixed-button p {
    font-size: var(--SP_m_h2);
  }
  html main .section1 .modal-c_btn .fixed-button a {
    width:82%;
    height: 15vw;
    min-width: auto;
    min-height: auto;
    bottom: 0px;
  }
  html main .section1 .text_box {
    margin: 16vw auto 0;
    display: block;
    padding: 24px 20px;
  }
  html main .section1 .text_box dt{
    margin: 0 0 .5em 0;
    padding: 0;
    border-right: none;
    text-align: center;
  }
  html main .section1 .text_box dd{
    flex: 1;
  }
  html main .content-wrap {
    margin: 20vw auto 0;
  }
  html main .content-wrap .section2 {
    margin-bottom: 20px;
  }
  html main .content-wrap .anchor_link .link_box {
    display: block;
    border: none;
  }
  html main .content-wrap .anchor_link .link_box .box_wrap {
    width: 100%;
    border: none;
  }
  html main .content-wrap .anchor_link .link_box .anchor {
    width: 100%;
    margin-bottom: 8%;
    padding: 0 0 22px;
  }
  html main .content-wrap .anchor_link .link_box .anchor img {
    width: 20px;
    height: auto;
    padding-right: 1.2vw;
  }
  html main .content-wrap .anchor_link .link_box .anchor .anchor_title_sub{
    margin-bottom: 1.5vw;
  }
  html main .content-wrap .anchor_link .link_box .anchor:before {
    bottom: 4px;
    width: 9px;
    height: 9px;
  }
  html main .content-wrap .anchor_link .link_box .anchor:hover:before {
    bottom: -2px;
  }
  html main .content-wrap .section3 {
    display: block;
    width: auto;
    margin-bottom: 70px;
  }
  html main .content-wrap .tab p {
    padding: 3.5vw 2vw;
    font-size: 1.3rem;
  }
  html main .content-wrap .tab-row_content li {
    max-width: 90%;
  }
  html main .content-wrap .tab-column_content li {
    max-width: 35%;
    margin: 6vw auto;
  }
  html main .content-wrap .tab-column_content li img {
    width: 80%;
    height: auto;
    margin: 0 5% 10%;
  }
  html main .content-wrap .tab-box_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
  }
  html main .content-wrap .tab-box_content li {
    flex-direction: row;
    max-width: 80%;
    margin: 3% auto;
    text-align: left;
    padding: 4% 3%;
  }
  html main .content-wrap .tab-box_content li img {
    width: 30%;
    margin: 0 15px 0 25px;
  }
  html main .content-wrap .section4 {
    margin-bottom: 70px;
  }
  html main .content-wrap .section4 .point_box{
    padding: 20px 45px 40px;
    margin-top: 100px;
  }
  .point_box_list{
    display: block;
  }
  .point_box_list li{
    width: 100%;
  }
  .point_box_list li + li{
    margin-top: 36px;
  }
  .point_list{
    display: block;
  }
  .point_list li{
    width: 100%;
    padding: 20px 30px;
  }
  .point_list li + li{
    margin-top: 20px;
  }
  .point_list_img{
    max-width: 80px;
    margin-right: 12px;
  }
  html main .content-wrap p.point_list_main{
    font-size: 2rem;
    line-height: 1.3;
  }
  html main .content-wrap p.point_list_main .big {
    font-size: 4.8rem;
}
html main .content-wrap p.point_list_note{
  font-size: 1.1rem;
  margin-top: 6px;
}
.point_box02{
  display: block;
}
.point_box02_img{
  width: 100%;
}
.point_box02_text{
  text-align: center;
  margin-top: 16px;
}


  html main .content-wrap .content-wrap .txt_box {
    padding: 5.6vw 0;
  }
  html main .content-wrap .txt_box {
    padding: 4.8vw 0;
  }
  html main .content-wrap h1 {
    font-size: var(--SP_l_h1);
    padding-bottom: 9vw;
  }
  html main .content-wrap h2 {
    font-size: var(--SP_m_h2);
    font-weight: bold;
    padding-bottom: 5vw;
  }
  html main .content-wrap h3 {
    font-size: var(--SP_s_h3);
    padding-bottom: 2.4vw;
  }
  html main .content-wrap h4 {
    font-size: var(--SP_xs_h4);
    padding-bottom: 2.4vw;
    line-height: 1.5;
  }
  html main .content-wrap p {
    font-size: var(--SPfont-lead);
  }
  html main .content-wrap .txt_sub {
    font-size: var(--SPfont-lead_s);
  }
  html main .content-wrap .txt_padding-none {
    padding: 0;
  }
  html main .content-wrap .txt_list ul {
    font-size: var(--SPfont-lead);
    list-style: disc;
    padding-left: 1.2vw;
    line-height: 1.5;
    margin-left: 10px;
  }
  html main .content-wrap .section5 {
    margin-bottom: 70px;
  }
  html main .content-wrap .step-row,
  html main .content-wrap .step-column {
    padding-bottom: none;
  }
  html main .content-wrap .row_section {
    flex-direction: column;
    margin-bottom: 70px;
    align-items: center;
  }
  html main .content-wrap .row_section li {
    margin-bottom: 2.4vw;
  }
  html main .content-wrap .row_section .row_box {
    padding: 20px 25px 45px;
    width: auto;
  }
  html main .content-wrap .row_section .row_box .row_title {
    flex-direction: column;
  }
  html main .content-wrap .row_section .row_box .deco_step {
    font-size: var(--SP_s_h3);
    height: 25px;
    width: 110px;
    margin: 0 10px 20px 0;
    padding: 3px 0 0 0;
  }
  html main .content-wrap .row_section .row_box h4 {
    margin-bottom: 20px;
  }
  html main .content-wrap .triangle_r {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #888;
    border-bottom: 0;
    margin: 0 auto 2.4vw;
  }
  html main .content-wrap .column_section li {
    margin-bottom: 2.4vw;
  }
  html main .content-wrap .column_section .column_box {
    padding: 20px 25px 45px;
  }
  html main .content-wrap .column_section .column_box .column_title {
    flex-direction: column;
  }
  html main .content-wrap .column_section .column_box .deco_step {
    font-size: var(--SP_s_h3);
    height: 25px;
    width: 110px;
    margin: 0 10px 20px 0;
    padding: 3px 0 0 0;
  }
  html main .content-wrap .column_section .column_box h4 {
    margin-bottom: 20px;
  }
  html main .content-wrap .section6 {
    margin-bottom: 120px;
  }
  html main .content-wrap table,
  html main .content-wrap td {
    border: 1px solid var(--color-black);
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  html main .content-wrap .table_2 {
    margin-bottom: 30px;
  }
  html main .content-wrap .table_2 td {
    padding: 15px 10px;
  }
  html main .content-wrap .table_2 .table_title_row {
    width: 60%;
  }
  html main .content-wrap .table_3 {
    margin-bottom: 70px;
  }
  html main .content-wrap .table_3 .table_title p {
    font-size: var(--SPfont-lead);
    font-weight: normal;
  }
  html main .content-wrap .table_3 td {
    padding: 15px 10px;
  }
  html main .content-wrap .table_3 .table_txt p {
    font-size: var(--SPfont-lead_s);
  }
  html main .content-wrap .table_4{
    margin-top: -20px;
  }
  html main .content-wrap .table_4 th, html main .content-wrap .table_4 td{
    font-size: 1.4rem;
    text-align: left;
    padding: 20px 10px;
  }
  html main .content-wrap .table_4 th{
    width: 8.5em;
  }
  .revo_box{
    margin: 40px auto 0;
  }
  html main .content-wrap .section7 {
    margin-bottom: 70px;
  }
  html main .content-wrap .faq_accordion,
  html main .content-wrap .faq-box {
    margin-bottom: 70px;
  }
  html main .content-wrap .faq_style {
    margin-bottom: 30px;
  }
  html main .content-wrap .faq_style h4 {
    padding: 25px 10px 20px 15px;
  }
  html main .content-wrap .faq_style p {
    padding: 25px 30px 25px 15px;
  }
  html main .content-wrap .faq_style .faq-top .active-btn {
    transform-origin: center;
    transform: rotate(180deg);
  }
  html main .content-wrap .faq_style .active-accordion,
  html main .content-wrap .faq_style .faq-intxt_nomal {
    display: flex;
    flex-direction: row;
    background-color: var(--color-gray);
    color: var(--color-black);
    border-radius: 0 0 8px 8px;
  }
  html main .content-wrap .section8 {
    margin-bottom: 70px;
  }
  html main .content-wrap .link_intxt {
    color: var(--color-blue);
    font-weight: bold;
    text-decoration: none;
  }
  html main .content-wrap .parts_link {
    padding-bottom: 70px;
  }
  html main .content-wrap .link_only-txt a p {
    font-size: var(--SP_xs_h4);
    padding-left: 5px;
  }
  html main .content-wrap .link_btn-s {
    width: 100%;
    height: 45px;
    border-radius: 30px;
  }
  html main .content-wrap .link_btn-s a {
    text-decoration: none;
    color: var(--color-black);
  }
  html main .content-wrap .link_btn-s a p {
    font-weight: bold;
    font-size: var(--SP_xs_h4);
    padding-top: 2.8vw;
  }
  html main .content-wrap .link_btn-l,
  html main .content-wrap .link_btn-c,
  html main .content-wrap .link_btn-r {
    background-color: #333;
    width: 50%;
    height: 60px;
    border-radius: 45px;
    text-align: center;
  }
  html main .content-wrap .link_btn-l a p,
  html main .content-wrap .link_btn-c a p,
  html main .content-wrap .link_btn-r a p {
    font-size: var(--SP_xs_h4);
    font-weight: bold;
  }
  html main .content-wrap .link_btn-c {
    margin: 20px auto;
  }
  html main .content-wrap .box_nomal p,
  html main .content-wrap .box_shadow p {
    padding: 25px;
  }
  html main .content-wrap .box_frame {
    border: 2px solid var(--color-black);
    padding: 40px 25px 0px;
    position: relative;
    margin-top: 80px;
  }
  html main .content-wrap .h1_label {
    height: auto;
    width: 85%;
    padding: 3.5vw 2vw;
    top: -2.8rem;
  }
  html main .content-wrap .h2_label {
    padding-left: 0;
    margin-top: 35px;
    padding: 3vw 2vw;
    text-align: center;
  }
  html main .content-wrap .p_inframe {
    margin: 30px 10px 40px;
  }
  html main .floating_box {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    background-color: var(--color-gray);
  }
  html main .floating_box .floating_area {
    margin: 2rem 2rem;
    background: var(--color-white);
    padding: 2.3rem 2.3rem;
    border-radius: 3.4rem;
    font-size: 2rem;
    font-weight: 600;
  }
  html main .floating_box .floating_area .apply_txt {
    text-decoration: none;
    color: var(--color-black);
  }
  html main .modal_area {
    display: none;
  }
  html main .modal_area .modal_contents {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.431372549);
    padding: 6vw;
    overflow: auto;
    transition: 0.3s;
    box-sizing: border-box;
  }
  html main .modal_area .modal_contents .modal {
    position: relative;
    margin: 0 auto;
    max-width: 335px;
    background-color: var(--color-white);
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 1.6rem;
  }
  html main .modal_area .modal_contents .modal .modal_close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -45%);
    /* 上半分がはみ出るように調整 */
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  html main .modal_area .modal_contents .modal .modal_copy {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2.6rem;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 3rem;
  }
  html main .modal_area .modal_contents .modal .modal_box .modal_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html main .modal_area .modal_contents .modal .modal_box .modal_img img {
    width: 23rem;
  }
  html main .modal_area .modal_contents .modal .modal_box .modal_txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 2.6rem 2.5rem;
  }
  html main .modal_area .modal_contents .modal .modal_box .apply_button {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 2rem 3rem;
    font-size: 1.7rem;
    text-align: center;
    background-color: var(--color-gray);
    color: var(--color-black);
    border-radius: 3.4rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* ホバーエフェクトのためのトランジション */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  html main .modal_active {
    display: block;
  }
  .point_list_balloon:before{
    bottom: -8px;
  }
  .point_box03{
    max-width: 240px;
    margin: 0 auto;
  }
  html main .content-wrap .point_box .point_btn{
    min-width: auto;
    width: 90%;
    max-width: 240px;
    font-size: 1.6rem;
  }
}
html footer .sp_br {
  display: none;
}
html footer p {
  font-size: var(--PCfont-lead);
}
html .footer {
  padding: 80px 0 140px;
  font-weight: bold;
  background-color: var(--color-green);
  color: var(--color-white);
}
html .footer .l-inner {
  margin: 0 auto;
}
html .l-inner {
  width: 80%;
  max-width: 1024px;
  margin: 5.6vw auto 0;
}
html .footer__logo {
  height: 26px;
  text-align: center;
}
html .footer__logo + p {
  margin-top: 20px;
}
html .footer__info {
  margin-top: 35px;
  font-size: var(--PCfont-lead);
}
html .footer__info h4 {
  padding: 10px;
  font-size: var(--PC_xs_h4);
}
html .footer__info .footer__time {
  font-weight: normal;
  padding-left: 0.6vw;
}
html .footer__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 20px auto;
}
html .footer__item a {
  color: inherit;
  text-decoration: none;
  font-size: var(--PCfont-lead);
}
html .footer__item a:hover {
  color: var(--color-blue);
  opacity: 1;
}
html .footer__item + .footer__item {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
html .footer__item + .footer__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  background: #F0F0F0;
  width: 2px;
  height: 1em;
  border-radius: 2px;
}
html .footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html footer .sp_br {
    display: block;
  }
  html footer p {
    font-size: var(--SPfont-lead);
    font-weight: normal;
  }
  html .footer {
    padding: 60px 0 110px;
  }
  html .footer__logo img {
    height:6vw;
  }
  html .footer__logo + p {
    text-align: center;
    margin-top: 10px;
  }
  html .footer__info {
    margin-top: 35px;
    font-size: var(--SPfont-lead);
  }
  html .footer__info li {
    line-height: 1.5;
  }
  html .footer__info h4 {
    padding: 10px;
    font-size: var(--SP_m_h2);
  }
  html .footer__info .footer__time {
    padding-left: 0.6vw;
  }
  html .footer__list {
    margin: 20px auto 0;
    font-size: 0.75rem;
    justify-content: left;
    font-size: 0.687rem;
  }
  html .footer__copyright {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 20px;
  }
  html main .content-wrap p.revo_text{
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */














.modal__wrap input {
	display: none;
}

.modal__open-label,
.modal__close-label {
	cursor: pointer;
}

.modal__open-label, .modal__btn {
	display: block;
  text-decoration: none;
  color: var(--color-white);
  display: flex;
  text-decoration: none;
  color: var(--color-black);
  max-width: 380px;
  min-height: 72px;
  padding: 4px 24px;
  border: 3px solid var(--color-none);
  background-color: var(--color-yellow);
  font-size: var(--PCfont-sub);
  font-weight: bold;
  border-radius: 55px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  /* 非表示状態で開始 */
  /*transition: opacity 0.3s ease, bottom 0.3s ease, background-color 0.5s;*/
}


.modal__open-label:hover, .modal__btn:hover {
	background-color: var(--color-black);
  color: var(--color-white);
}

.modal__open-label{
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 9998;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.modal__open-input:checked+label+input+.modal {
	display: block;
	animation: modal-animation .6s;
}

.modal__content-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px );
  max-width: 400px;
	background-color: var(--color-white);
	padding: 56px 40px 60px;
	z-index: 2;
  box-sizing: border-box;
}

.modal__close-label {
	font-size: 3.2rem;
  color: #8C8C8C;
	line-height: 45px;
	font-weight: 700;
	width: 45px;
	height: 45px;
  border: 1px solid #F0F1F0;
  background: var(--color-white);
  border-radius: 45px;
	text-align: center;
	position: fixed;
	top: -14px;
	right: -14px;
	z-index: 99999;
}

.modal__content {
	overflow-y: auto;
}

.modal__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	z-index: 1;
}

html main .content-wrap p.modal__title{
  color: var(--color-green);
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
}

html main .content-wrap p.modal__text{
  line-height: var(--lineHeight02);
  margin-top: 24px;
}

.modal__btn{
  margin-top: 30px;
}

@keyframes modal-animation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.modal__open-label, .modal__btn {
    padding: 4px 16px;
    max-width: 380px;
    width: calc( 100% - 30px );
    min-height: 60px;
    font-size: 1.8rem;
	}

	.modal__content-wrap {
		padding: 40px 20px;
    width: calc( 100% - 50px );
	}

	.modal__content {
		padding: 0;
		max-width: 100%;
	}

  html main .content-wrap p.modal__text{
    margin-top: 20px;
  }

  .modal__btn {
    margin-top: 24px;
  }

	.modal__open-label {
    bottom: 20px;
    width: calc( 100% - 60px );
	}

  html main .content-wrap p.modal__title{
    font-size: 2.4rem;
  }
}