@charset "utf-8";

/* 
=================================================================================

▼▼▼　テンプレJS用のCSS。不要なものは削除　▼▼▼

=================================================================================
*/
html {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
h1, h2, h3, h4, h5 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
  .inner {
    position: relative;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 750 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    width: 100%;
    padding: 0 5rem;
    max-width: 100%;
    margin: auto;
  }
}

.wrapper{
  width: 100%;
  overflow: hidden;
  position: relative;
}

section[class^="area"] {
  position: relative;
}

i[id] + section[class^="area"] { margin-top: 5rem; }

/* 
=================================================================================

▼▼▼　文字　▼▼▼

=================================================================================
*/
.go {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}
.futu {
  font-family: 'futura-pt', sans-serif;
}
.pop{
  font-family: 'Poppins', sans-serif;
}
.b {
  font-weight: bold;
}
.m {
  font-weight: 500;
}
.noto{
  font-family: "Noto Sans JP", sans-serif;
}
.ald{
  font-family: "Aldrich", sans-serif;
}

/* googleマテリアルアイコン */
body .material-icons-outlined {
  font-size: inherit;
}

/* 
=================================================================================

▼▼▼　ちらつき対策（CSS）　▼▼▼

=================================================================================
*/

.loading {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s all;
  opacity: 1;
  pointer-events: all;
}

/* 
=================================================================================

▼▼▼　SP用フローティングメニュー　▼▼▼

=================================================================================
*/

.floatig_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 9;
  transition: 1s all;
}

.font_g{
  color: #00a080 !important;
}
.bg_g{
  background: #00a080 !important;
}

/* 
=================================================================================

▼▼▼　サンプルボタン　▼▼▼

=================================================================================
*/

/* ▼ btn02 ▼ */
.btn02 > * {
  font-size: 2.4rem;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 3rem 1.6rem 6rem;
  gap: 1rem;
  background: #00a080;
  border: solid 0.1rem #ffffff;
  color: #fff;
  transition: .5s all;
}
.btn02 > *:hover {
  opacity: 0.8;
  filter: alpha(opacity=100);
  background: rgba(212, 80, 51, 0.7);
  color: #ffffff;
}
.btn02 > * .arrow {
  background: #fff;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 3rem;
  overflow: hidden;
  overflow: clip;
  position: relative;
}
.btn02:hover > * .arrow > * {
  animation: btn02_move .5s 1;
}
@keyframes btn02_move {
  0% { transform: translateX(0); }
  49% { transform: translateX(5em); }
  50% { transform: translateX(-5em); }
  51% { transform: translateX(-5em); }
  100% { transform: translateX(0); }
}
/* ▲ btn02 ▲ */


header{
  position: absolute;
  width: 11.71vw;
  top: 1.43vw;
  left: 1.43vw;
  z-index: 5;
}

.mv{
  width: 100%;
  position: relative;
}
.mv_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.mv_bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.mv_text{
  width: 100%;
  height: 100%;
  position: relative;
}
.mv_text_box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.14vw 0 10vw;
}
.position_r{
  position: relative;
}
.mv_img1{
  width:50.29vw;
  margin: auto;
}
.mv_img2{
  width: 38.57vw;
  position: relative;
  left: 9.29vw;
  z-index: 2;
}
.mv_img3{
  width: 12.86vw;
  position: absolute;
  top: 0;
  right: -16.43vw;
  z-index: 1;
}
.mv_img4{
  width: 12.86vw;
  position: absolute;
  top: 4.9vw;
  right: 48.43vw;
  z-index: 1;
}
.mv_img5{
  width: 32.71vw;
  position: absolute;
  bottom: 0;
  left: 4vw;
}


.mv .btn02{
  position: absolute;
  bottom: 3vw;
  right: calc(50% - 0%);
  transform: translateX(50%);
}
.mv .btn02 > *:hover{
  opacity: 0.8;
  background-color: #00a080;
}
.mv .btn02 > *{
  font-size: 1.71vw;
  padding: 1.14vw 3.43vw 1.14vw 6.86vw;
}
.mv .btn02 > * .arrow{
  width: 5vw;
  height: 2.14vw;
}


.problems_bg{
  background-color: #f4f4f3;
  padding: 5.5rem 0 10rem;
  position: relative;
}
.problems_bg::after{
  content: "";
  display: block;
  width: 15rem;
  height: 10.4rem;
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/arrow3.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.section_inner{
  max-width: 108rem;
  margin: auto;
  position: relative;
}
.title_box{
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.title_box h2{
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.title_box span{
  font-size: 4rem;
  color: #00a080;
}
.title_box img{
  width: 29rem;
  position: relative;
  top: 1.3rem;
}
.title_bg{
  font-size: 15rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.problem_list{
  display: flex;
  justify-content: center;
  gap: 10rem 2rem;
  flex-wrap: wrap;
  margin-top: 10rem;
}

.problem_list li{
  width: 34.6rem;
  padding: 1rem;
  background-color: #ffffff;
  position: relative;
}
.problem_list_bg{
  border: solid 0.1rem #00a080;
  padding-top: 6.5rem;
  text-align: center;
  height: 32.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.problem_no{
  width: 11rem;
  padding: 1.9rem 0;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  color: #00a080;
  line-height: 1;
  background-color: #ffffff;
  border: solid 0.1rem #00a080;
  border-radius: 50%;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.problem_no span{
  font-size: 5rem;
}
.problem_txt{
  font-size: 2rem;
}
.problem_txt span{
  font-size: 2.4rem;
  color: #00a080;
}
.problem_list li img{
  width: 15rem;
}
.problems_info{
  padding: 10rem 0;
  text-align: center;
}
.problems_info h2{
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 5rem;
}
.problems_info h2 img{
  width: 29rem;
  position: relative;
  top: 1rem;
}
.problems_info h2 span{
  font-size: 4rem;
  color: #00a080;
}
.problems_info_img_box{
  width: 76.6rem;
  margin: 5rem auto 0;
  position: relative;
  text-align: start;
}
.problems_info_img1{
  width: 56rem;
}
.problems_info_img2{
  width: 24rem;
  position: absolute;
  bottom: -2rem;
  right: 0rem;
}
.section_bg{
  background-color: #f4f4f3;
  padding: 5.5rem 0 10rem;
  position: relative;
}


.feature_list{
  max-width: 84rem;
  margin: 8rem auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.features .title_box::after{
  content: "";
  display: block;
  width: 20rem;
  height: 0.1rem;
  background-color: #00a080;
  margin: 0 auto;
}
.feature_list h3{
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  gap: 2rem;
  padding: 0 0 0 1.5rem;
}
.feature_list h3 span{
  font-size: 10rem;
  color: #00a080;
}
.feature_list_text{
  font-size: 1.8rem;
}
.feature_table{
  width: 100%;
  margin-top: 3rem;
  border-collapse: collapse;
  border-bottom: solid 0.1rem #00a080;
}
.feature_table_title{
  font-size: 1.8rem !important;
  color: #ffffff !important;
  background-color: #00a080 !important;
}
.feature_table th,
.feature_table td{
  padding: 1.2rem 2.5rem;
  text-align: center;
  border-top: solid 0.1rem #00a080;
  vertical-align: middle;
}
.feature_table th{
  width: 24rem;
  font-size: 1.6rem;
  color: #00a080;
  background-color: #dbf2ed;
}
.feature_table td{
  font-size: 2.4rem;
  background-color: #ffffff;
}
.feature_list_note_box{
  font-size: 1.4rem;
  color: #00a080;
  margin-top: 3rem;
  text-align: start;
}
.feature_list_note{
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.feature_mall_box{
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-top: 4rem;
}
.feature_mall_box2{
  width: 49%;
}
.feature_mall_box2 h4{
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  background-color: #00a080;
  padding: 1.5rem 0;
}
.feature_mall_box2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.feature_mall_box2 ul li{
  font-size: 1.2rem;
  color: #00a080;
  background-color: #ffffff;
  width: 30%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_mall_note{
  font-size: 1.4rem;
  text-align: end;
  color: #00a080;
  margin-top: 3rem;
}
.feature_mall_text{
  font-size: 1.6rem;
  color: #00a080;
  text-align: center;
  background-color: #ffffff;
  padding: 1rem 0;
  margin-top: 3rem;
}
.feature_marketing_list{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 4rem;
}
.feature_marketing_list li{
  width: 49%;
  background-color: #ffffff;
  padding: 1rem;
}
.feature_marketing_list h4{
  font-size: 2rem;
}
.feature_marketing_list h4 span{
  font-size: 2.4rem;
  color: #00a080;
}
.feature_marketing_list_bg{
  border: solid 0.1rem #00a080;
  text-align: center;
  padding: 2rem 0;
}
.feature_marketing_list img{
  width: 24rem;
}
.feature_marketing_text{
  font-size: 1.6rem;
  color: #00a080;
  text-align: center;
  background-color: #ffffff;
  padding: 1rem 0;
  margin-top: 4rem;
}
.contact_btn{
  background-color: #00a080;
  padding: 4.5rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
}
.contact_btn_note{
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.contact_btn_note img{
  width: 2rem;
}
.contact_btn .btn02 > *{
  background-color: #d45033;
}
.title_box .title_box_logo{
  width: 72.6rem;
  top: -4rem;
  left: -34rem;
}
.recommend_box{
  position: relative;
}
.recommend_list li{
  font-size: 2.4rem;
  display: flex;
  gap: 2rem;
}
.recommend_list li span{
  color: #00a080;
}
.recommend_list img{
  width: 3.5rem;
}
.recommend_list{
  width: 78rem;
  margin: 5rem auto 0;
  padding: 5rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.recommend_img{
  width: 16rem;
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 52rem);
}
.campaign .section_bg{
  background-image: url(../img/campaign_bg.webp);
  background-size: cover;
  background-position: center; 
}
.campaign_img_box{
  max-width: 95rem;
  margin: 5rem auto 0;
  padding-left: 9.5rem;
}
@media screen and (max-width: 950px) {
  .campaign_img_box{
  max-width: 76rem;
  margin: 5rem auto 0;
  padding-left: 0rem;
}
}

.campaign_img{
  display: flex;
  align-items: baseline;
}
.campaign_img1{
  width: 71.7rem;
}
.campaign_img2{
  width: 24rem;
  position: relative;
  right: 9.5rem;
}
.campaign_note{
  font-size: 1.6rem;
  color: #00a080;
  margin-top: 2rem;
}

/* フッター */
.foot{
  position: relative;
  font-weight: 100;
}
.fw_400{
  font-weight: 400;
}
.foot_box{
  width: 85.33vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 3.5vw;
  right: calc(50% - 42.67vw);
}
.foot_text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 0.5vw;
}
.foot_text p{
    width: 43%;
    font-size: 2.5vw;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 0;
    line-height: 1;
}
.foot_text p::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80%;
    background-color: #000;
    z-index: -1;
}
.foot_text p:last-child::before{
    width: 66%;
    right: calc(50% - 33%);
  }
.foot_text p span{
    color: #F2FF3F;
    -webkit-text-stroke-width: 0.1vw;
    -webkit-text-stroke-color: #000;
    font-size: 5.21vw;
    position: relative;
    bottom: -0.5vw;
    line-height: 1;
}
.foot_box h2{
  font-size: 1.6vw;
  color: #fff;
  text-align: center;
  margin-top: 2vw;
}
.foot_logo{
  width: 15.75vw;
  margin-top: 1.75vw;
}
.foot_box button{
  width: 15.75vw;
  font-size: 1.05vw;
  font-weight: 700;
  text-align: center;
  border-radius: 2vw;
  background: #D45032;
  color: #fff;
  margin-top: 2.7vw;
  box-shadow: 0px 6px  23.8px 0px rgba(0, 0, 0, 0.49), 0px 0px 8px 0px #FF6F4F inset, 0px -8px 18.2px 0px #BA0B0B inset, 0px 0px 10.5px 0px #FFE1DA inset;
}
.foot_note_box{
  width: 20vw;
  height: 20vw;
  font-size: 1.714vw;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
  border: solid 0.007vw #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.714vw;
  position: absolute;
  top: 50%;
  right: calc(50% - 39.29vw);
  transform: translateY(-25%);
}
.foot_note_text1{
  line-height: 1.5;
}
.foot_note_text2 span{
  font-size: 3.571vw; 
  font-weight: bold;
}
.foot_note_text3{
  font-size: 2.571vw;
  font-weight: bold;
}
.foot_note_text3 span{
  font-size: 5.357vw;
}
.foot .btn02{
  margin-top: 4.5rem;
  
}
.foot  .btn02 > *{
  font-size: 1.71vw;
  padding: 1.14vw 3.43vw 1.14vw 6.86vw;
  font-weight: 700;
}
.foot .btn02 > *:hover{
  background-color: #007a6c;
  opacity: 0.8;
}
.foot  .btn02 > * .arrow{
  width: 5vw;
  height: 2.14vw;
}



.foot2{
  background-color: #000;
  padding: 5rem 0;
}
.foot2_inner{
  max-width: 108rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.foot2_box{
  display: flex;
  align-items: center;
  gap: 4rem;
  color: #ffffff;
  font-weight: 500;
}
.foot2_box img{
  width: 16.4rem;
}
.foot2_text1{
  font-size: 1.8rem;
}
.foot2_text2{
  font-size: 1.4rem;
  margin-top: 2rem;
}
.copy{
  font-size: 1.4rem;
  color: #ffffff;
}
/* フッター */

@media screen and (max-width: 768px) {
  .wrapper{
    width: 100%;
    overflow: hidden;
    overflow: clip;
    position: relative;
  }
  header{
    position: relative;
    width: 25rem;
  }
  .mv_text_box{
    padding: 6rem 0 20rem;
  }
  .mv_img1{
    width: 70.2rem;
  }
  .mv_img2{
    width: 54rem;
    left: -6.5rem;
    margin-top: 3rem;
  }
  .mv_img3{
    width: 18rem;
    top: 3.5rem;
    right: -6rem;
  }
  .mv_img4{
    width: 18rem;
    top: -12rem;
    right: 3rem;
  }
  .mv_img5{
    position: relative;
    width: 58rem;
    left: 0;
  }
  .mv_bg2{
    height: auto;
    top: 42rem;
  }
  .mv .btn02{
    width: 63.8rem;
    margin: auto;
    bottom: 8.5rem;
  }
  .mv .btn02 > *{
    font-size: 3.6rem;
    padding: 3rem 4.5rem 3rem 9rem;
  }
  .mv .btn02 > * .arrow{
    width: 11rem;
    height: 4.2rem;
  }
  .mv .btn02 > * .arrow img{
    width: 3rem;
  }

  .section_inner{
    max-width: 69.2rem;
  }
  .section_bg{
    padding: 10rem 0 20rem;
  }
  .problems_bg{
    padding: 10rem 0 20rem;
  }
  .problems_bg::after{
    width: 21.4rem;
    height: 15.6rem;
    bottom: -7.5rem;
  }
  .title_box{
    font-size: 6rem;
    line-height: 0.8;
  }
  .title_bg{
    font-size: 12rem;
  }
  .title_box h2{
    position: relative;
    transform: initial;
    line-height: 1.4;
    left: 0;
    bottom: 0;
  }
  .title_box span{
    font-size: 5rem;
  }
  .problem_list{
    margin-top: 20rem;
    gap: 20rem;
  }
  .problem_list li{
    width: 100%;
    padding: 2rem;
  }
  .problem_no{
    width: 22rem;
    padding: 3.8rem 0;
    font-size: 4rem;
    top: -11rem;
  }
  .problem_no span{
    font-size: 10rem;
  }
  .problem_list_bg{
    padding-top: 13rem;
    height: 69.2rem;
  }
  .problem_txt{
    font-size: 4rem;
  }
  .problem_txt span{
    font-size: 4.8rem;
  }
  .problem_list li img{
    width: 30rem;
  }
  .problems_info{
    max-width: 69.2rem;
    margin: auto;
    padding: 20rem 0;
  }
  .problems_info h2{
    flex-wrap: wrap;
    justify-content: start;
    font-size: 6rem;
    line-height: 0.8;
  }
  .problems_info h2 span{
    font-size: 5rem;
    width: 15%;
  }
  .problems_info h2 img{
    width: 36.4rem;
  }
  .problems_info_img_box{
    width: 100%;
    margin-top: 8rem;
  }
  .problems_info_img1{
    width: 100%;
  }
  .problems_info_img2{
    bottom: 39rem;
    right: 3.5rem;
  }
  .problems .title_box span{
    position: relative;
    top: 0.5rem;
    padding-left: 0.5rem;
  }
  .features .title_box::after{
    content: "";
    display: block;
    width: 20rem;
    height: 0.1rem;
    background-color: #00a080;
    margin: 5rem auto 0;
  }
  .feature_table{
    margin-top: 6rem;
  }

  .title_box img{
    width: 36.4rem;
    padding-bottom: 1rem;
  }
  .feature_list h3{
    font-size: 4.8rem;
    gap: 1.5rem;
    padding: 0;
  }
  .feature_list h3 span{
    font-size: 12rem;
  }
  .feature_list_text{
    font-size: 3.2rem;
    margin-top: 8rem;
  }
  .feature_table_title{
    font-size: 2.7rem !important;
  }
  .feature_table th{
    width: 14rem;
    font-size: 2.4rem;
  }
  .feature_table td{
    font-size: 3.6rem;
  }
  .feature_table th, .feature_table td{
    padding: 1.7rem 2.5rem;
  }
  .feature_list_note_box{
    font-size: 2.8rem;
  }
  .feature_list_note{
    text-indent: -2.8rem;
    padding-left: 2.8rem;
  }
  .feature_mall_box{
    gap: 3rem;
  }
  .feature_mall_box2{
    width: 89%;
  }
  .feature_mall_box2 h4{
    font-size: 2.7rem;
  }
  .feature_mall_box2 ul li{
    font-size: 1.8rem;
    height: 7.5rem;
  }
  .feature_mall_note{
    font-size: 2.1rem;
  }
  .feature_mall_text{
    font-size: 3rem;
    padding: 2rem;
  }
  .feature_marketing_list{
    gap: 3rem;
  }
  .feature_marketing_list li{
    width: 100%;
  }
  .feature_marketing_list h4{
    font-size: 4rem;
  }
  .feature_marketing_list h4 span{
    font-size: 4.8rem;
  }
  .feature_marketing_list img{
    width: 48rem;
    margin-top: 4rem;
  }
  .feature_marketing_list_bg{
    padding: 4.5rem 0;
  }
  .feature_marketing_text{
    font-size: 3rem;
    padding: 2.5rem;
  }
  .contact_btn_note{
    font-size: 2.7rem;
  }
  .contact_btn_note img{
    width: 3rem;
  }
  .btn02 > *{
    font-size: 3.6rem;
    padding: 3rem 4.5rem 3rem 9rem;
  }
  .btn02 > * .arrow{
    width: 11.3rem;
    height: 4.2rem;
  }
  .btn02 > * .arrow img{
    width: 3rem;
  }
  .title_box .title_box_logo{
    width: 58rem;
    top: 2.5rem;
    left: -9rem;
    padding-bottom: 0;
  }
  .recommend_list{
    width: 69rem;
    margin: 10rem auto 0;
    padding: 7rem;
  }
  .recommend_list li{
    font-size: 3.6rem;
    align-items: start;
    padding-right: 2rem;
  }
  .recommend_list img{
    width: 4.5rem;
    padding-top: 1rem;
  }
  .recommend_img{
    position: absolute;
    bottom: 50rem;
    left: 0rem;
  }
  .campaign .title_box h2{
    text-align: start;
    padding-top: 2rem;
  }
  .campaign_img_box{
    max-width: 71.6rem;
    padding-left: 0;
    margin: 10rem auto 0;
  }
  .campaign_img2{
    position: absolute;
    top: 15rem;
    right: 5rem;
  }
  .campaign_note{
    font-size: 2.8rem;
    text-indent: -2.8rem;
    padding-left: 2.8rem;
  }

  .foot_text p{
    font-size: 3.6rem;
  }
  .foot_text p span{
    font-size: 7.5rem;
  }
  .foot_box h2{
    font-size: 2.3rem;
  }
  .foot_logo{
    width: 23.2rem;
    margin-top: 3rem;
  }
  .foot .btn02 > *{
    font-size: 3.6rem;
    padding: 3rem 7.5rem 3rem 13rem;
  }
  .foot .btn02 > * .arrow{
    width: 11.3rem;
    height: 4.2rem;
  }
  .foot .btn02 > * .arrow img{
    width: 3rem;
  }
  .foot_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
  }
  .foot_note_box{
    width: 28rem;
    height: 28rem;
    font-size: 2.4rem;
    position: relative;
    right: initial;
    top: initial;
    transform: initial;
    margin-top: 3.5rem;
  }
  .foot_note_text2 span{
    font-size: 5rem;
  }
  .foot_note_text3 span{
    font-size: 7.5rem;
  }
  .foot2_inner{
    flex-direction: column;
    align-items: center;
    gap: 9rem;
  }
  .foot2_box{
    flex-direction: column;
    gap: 6rem;
    text-align: center;
  }
  .foot2_box img{
    width: 32.8rem;
  }
  .foot2_text1{
    font-size: 3.2rem;
  }
  .foot2_text2{
    font-size: 2.4rem;
  }
  .copy{
    font-size: 2rem;
  }
}