#wrapper {
  overflow: hidden;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875em;
}
body.overflow {
  overflow: hidden;
}

a, a *, div, div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.c_scroll_sp {
  overflow-y: inherit;
  overflow-x: auto;
  padding-bottom: 30px;
}
.c_scroll_sp::-webkit-scrollbar {
  width: 100%;
  height: 2px;
  background-color: #eee;
  z-index: 1;
}
.c_scroll_sp::-webkit-scrollbar-thumb {
  background-color: #66C85B;
}

.c_heading {
  text-align: center;
}
.c_heading_en {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 20px;
}
.c_heading_jp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_heading_jp .space {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #707070;
}
.c_heading_jp .head {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  padding: 0 10px;
  line-height: 1em;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  background: #fff;
}
#header.fixed {
  background: #fff;
}

.h_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 8px;
}

.logo {
  position: relative;
  margin-right: auto;
}

.logo_link {
  display: block;
  color: #00BBC2;
  font-size: max(2.4rem, 1.5625vw);
  font-weight: bold;
  white-space: nowrap;
}
.logo_link img {
  transition: all 0.5s;
}

.menu_icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #66C85B;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
}
.menu_icon.active .menu_icon_line {
  background-color: transparent;
}
.menu_icon.active .menu_icon_line::before, .menu_icon.active .menu_icon_line::after {
  margin-top: 0px;
  transition: all 0.5s;
}
.menu_icon.active .menu_icon_line::before {
  transform: rotate(45deg);
}
.menu_icon.active .menu_icon_line::after {
  transform: rotate(-45deg);
}
.menu_icon_line {
  display: block;
  margin: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
}
.menu_icon_line::before, .menu_icon_line::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.menu_icon_line::before {
  margin-top: -8px;
}
.menu_icon_line::after {
  margin-top: 8px;
}

.h_menu {
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  height: calc(100% - 60px);
  z-index: 200;
  width: 100%;
  background: #fff;
  padding: 60px 3%;
  margin-left: auto;
  border-top: solid 1px #fff;
}
.h_menu_list {
  margin: 0 0 30px;
}
.h_menu_item {
  position: relative;
}
.h_menu_item .link {
  position: relative;
  color: #3B4043;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: solid 1px #3B4043;
  line-height: 1.5em;
  font-size: 1.4rem;
  text-align: center;
}
.h_menu_item:first-child .link {
  border-top: solid 1px #3B4043;
}

.h_btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.h_btn {
  width: 47%;
  margin: 0 auto;
}
.h_btn:last-child {
  margin: 0 auto;
}
.h_btn .link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  background: transparent linear-gradient(90deg, #FFA000 0%, #FCDF18 100%) 0% 0% no-repeat padding-box;
  padding: 12px 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.4rem;
}
.h_btn.bg01 .link {
  background: transparent linear-gradient(90deg, #00BBC2 0%, #66C85B 100%) 0% 0% no-repeat padding-box;
}

#footer {
  background: #000;
  padding: 10px 0;
}

.copyright {
  color: #CDD6DD;
  line-height: 1.5em;
  font-size: 1.2rem;
}
.copyright a {
  display: inline-block;
  color: #CDD6DD;
  line-height: 1.5em;
  font-size: 1.2rem;
}

#to_top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  border-radius: 50%;
  background: #66C85B;
  border: solid 2px #fff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  transition: all 0.5s;
  z-index: 100;
}
#to_top::after {
  position: absolute;
  top: 59%;
  left: 50%;
  content: "";
  padding: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.mv {
  position: relative;
  margin: 60px 0 0;
  padding: 0 8px;
}
.mv_people img {
  max-height: 290px;
}
.mv_people_balloon {
  position: relative;
  max-width: 200px;
}
.mv_people_balloon img{
  position: absolute;
  top: -300px;
  left: 760px;
}

.mv_wrap {
  position: relative;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(0deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%) no-repeat;
  overflow: hidden;
  height: 650px;
}
.mv_wrap::before,
.mv_wrap::after {
  color: rgba(255, 255, 255, .15);
  font-size: 5.7291vw;
  font-weight: bold;
  position: absolute;
}
.mv_wrap::before {
  content: "MARKETING";
  top: 10px;
  left: 10px;
}
.mv_wrap::after {
  content: "CREATIVE";
  bottom: 10px;
  right: 10px;
}
.mv_content01 {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.mv_bg01 {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 38%;
}
.mv_bg02 {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 30%;
}
.mv_info {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 95%;
  height: 90%;
  border-radius: 150px;
  background: #fff;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.16);
  z-index: 1;
  margin-top: auto;
  padding: 143px 30px 0;
  /* padding: 7% 20px 27%; */
  flex-direction: column;
  justify-content: center;
}
.mv_circle {
  position: absolute;
  top: -55px;
  right: -15px;
  left: auto;
  width: 135px;
}
.mv_txt_big01 {
  font-weight: bold;
  font-size: max(1.8229vw, 2.3vw);
  line-height: 1.65;
  text-align: center;
}
.mv_txt_big01 b {
  font-size: max(2.0833vw, 2.6vw);
}
.mv_heading {
  text-align: center;
  line-height: 1.1;
}
.mv_heading .head {
  color: #00BBC2;
  font-size: max(3.1vw, 6rem);
  font-weight: bold;
}
.mv_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 548px;
  margin: 0 auto;
}
.mv_block_txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #282828;
  margin-bottom: 5px;
}
.mv_block_txt:last-child {
  margin-bottom: 0;
}
.mv_block_txt .num {
  font-size: 2.6rem;
}
.mv_block_underline {
  background: linear-gradient(0deg, #D8F12C 6px, transparent 8px) no-repeat;
  background-position-y: 0;
}
.mv_block_txts {
  order: 1;
}

.mv_speech {
  font-size: max(1.25vw, 2rem);
  font-weight: bold;
  order: 2;
  margin: 10px 0 0;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .mv_speech{
    margin-top: 0;
  }
}
.mv_speech::before {
  content: "";
  display: block;
  border-top: solid 1px #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.mv_speech_txt {
  background-color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0 .5em;
  position: relative;
}
.mv_people {
  margin: auto;
}
.mv_content02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.btn_area{
  width:100%;
  background-color: #1EBFA3;
  display:flex;
  justify-content: center;
  column-gap: 2.6041vw;
  align-items: center;
  row-gap: 4rem;
  padding: 16px 10px 30px;
}
.mv_btn {
  position: relative;
  z-index: 3;
}
.mv_btn_wrap {
  /*position: absolute;
  bottom: -34px;
  left: 50%;*/
  display: flex;
  max-width: 85%;
  width: 50%;
  /*transform: translateX(-50%);*/
  justify-content: center;
}
.mv_btn_leftlink,.mv_btn_rightlink {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: solid 2px #fff;
  
  /* background: linear-gradient(90deg, rgb(0, 187, 194) 0%, rgb(102, 200, 91) 100%) no-repeat; */
  border-radius: 100px;
  padding: 8px 2px 7px 15px;
  position: relative;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.mv_btn_leftlink{
  background: linear-gradient(90deg, #FFA000 0%, #FCDF18 100%) 0% 0% no-repeat;
}
.mv_btn_rightlink{
  background: linear-gradient(90deg, #00BBC2 0%, #66C85B 100%) 0% 0% no-repeat;
}
.mv_btn_balloon {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 403px;
  width: 72.482%;
  z-index: 1;
}
.mv_btn_txt {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2em;
  margin: 0 10px 0 0;
  text-align: center;
}
.mv_btn_arrow {
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background: #fff;
  flex-shrink: 0;
}
.mv_btn_arrow img {
  position: relative;
  left: -12px;
  width: 60px;
  height: 45px;
}

.brand {
  background: #fff;
  padding: 84px 0 20px;
}
.brand_list {
  animation: loop 31.56s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.brand_item {
  position: relative;
  flex-shrink: 0;
  margin: 0 5px 20px;
}
.brand_item a {
  display: inline-block;
}
.brand_item:nth-child(1) {
  width: 99px;
}
.brand_item:nth-child(2) {
  width: 148px;
}
.brand_item:nth-child(3) {
  width: 90%;
}
.brand_item:nth-child(4) {
  width: 148px;
}
.brand_item:nth-child(5) {
  width: 110px;
}
.brand_item:nth-child(6) {
  width: 170px;
}
.brand_item:nth-child(7) {
  width: 100px;
}

.lead {
  font-weight: bold;
  text-align: center;
  padding-top: calc(4.026vw + 50px);
  padding-bottom: 37px;
  /* padding-bottom: 2.83vw; */
}
.lead_title {
  background: url(../images/img_speech_title.svg) no-repeat center bottom / 6.75em auto;
  font-size: max(2.4rem, 1.875vw);
  margin-bottom: 1.979vw;
  padding-bottom: 1em;
}
.lead_text {
  font-size: max(2rem, 1.5625vw);
  line-height: 1.4;
}
.lead_text .color {
  color: #00BBC2;
}
.lead_text .large {
  font-size: 2.864vw;
}
.lead_text .large_num {
  font-size: 3.125vw;
}

.issues {
  position: relative;
  background: #F0F3F5;
  padding: 30px 0 80px;
}
.issues_arrow .arr {
  position: absolute;
  content: "";
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/img_issues_arrow.svg) no-repeat center/contain;
  width: 70px;
  height: 70px;
}
.issues_heading {
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 60px;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
}
.issues_item {
  display: flex;
  flex-direction: column;
  row-gap: 1.927vw;
}
.issues_item_figure {
  flex-basis: 40%;
}
.issues_item_figure img {
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .issues_item_figure {
    height: 24.0625vw;
    flex-basis: 24.0625vw;
  }
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  color: #00BBC2;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  line-height: 1;
  margin: auto;
  font-size: 1.4vw;
  white-space: nowrap;
}
.issues_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.166vw;
  position: relative;
}
.issues_list::before {
  background: url(../images/img_issueslist_arrow.svg) no-repeat center/auto 11.145vw;
  content: "";
  width: 17.031vw;
  height: 24.0625vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.issues_inner {
  position: relative;
  width: 100%;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 20px;
  padding: 25px 25px 36px;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .mv_txt_big01 b {
    font-size: max(2.0833vw, 2.2vw);
  }
  .mv_heading .head {
    font-size: max(2vw, 6rem);
  }
  .mv_btn_txt {
    font-size: max(2.8rem, 1vw);
  }
}
@media screen and (min-width: 767px) and (max-width: 1899px) {
  .mv_btn_txt {
    font-size: max(2.8rem, 1.5625vw);
  }
}
@media screen and (min-width: 767px) {
  .mv_wrap::before,
  .mv_wrap::after {
    letter-spacing: -5.5px;
  }
  .mv_wrap::before {
    top: 40px;
    left: 20px;
  }
  .mv_wrap::after {
    bottom: 40px;
    right: 20px;
  }
  .issues_item {
    flex-basis: calc(50% - 2.083vw);
  }
  .issues_list::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .lead_text .large_num {
    font-size: max(4rem, 3.125vw);
  }
  .lead_text .large {
    font-size: max(3rem, 2.864vw);
    display: inline-block;
  }
  [data-ruby]::before {
    font-size: 1.2rem;
  }
  .issues_list {
    display: block;
  }
  .issues_item {
    width: 100%;
  }
  .issues_item01 {
    padding-bottom: 24.0625vw;
  }
  .issues_item_figure img {
    max-height: 360px;
  }
}


.issues_item .ttl {
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 25px;
  color: #3B4043;
  font-size: 2.4rem;
  font-weight: bold;
}
.issues_item .img {
  width: 102px;
  margin: auto auto 0;
}
.issues_txts {
  margin-bottom: 31px;
}
.issues_txts li {
  border-radius: 30px;
  border: solid 2px #52B547;
  padding: 8px 22px;
  background: #fff;
  margin-bottom: 12px;
  line-height: 1.5em;
  min-height: 68px;
  display: flex;
  align-items: center;
}
.issues_txts li:last-child {
  margin-bottom: 0;
}
.issues_item01 {
  color: #00BBC2;
}
.issues_item02 {
  color: #66C85B;
}
.issues_inner_list01 {
  font-size: clamp(2rem, 1.5625vw, 3rem);
  font-weight: bold;
  line-height: 1.333;
  padding: 0 0 20px;
}
.issues_inner_list01 > li {
  padding-left: 1em;
  position: relative;
}
.issues_inner_list01 > li::before {
  content: "\30FB";
  position: absolute;
  left: 0;
}
.issues_inner_txt {
  font-size: clamp(2rem, 1.5625vw, 3rem);
  font-weight: bold;
  line-height: 1.333;
  padding-top: 12px;
  text-align: center;
  border-top: solid 1px #98A6B5;
}
.issues_inner_list02 {
  color: #000000;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: bold;
  line-height: 1.9444;
  margin: 18px auto 0;
  padding: 0 6.5%;
}
@media screen and (min-width: 1700px) {
  .issues_inner_list02 {
    padding: 0;
  }
}
.issues_inner_list02 > li {
  padding-left: 1em;
  position: relative;
}
.issues_inner_list02 > li::before {
  content: "\25A0";
  position: absolute;
  left: 0;
}
.issues_txts {
  margin-top: 94px;
}
.issues_txts_heading {
  font-size: max(2.4rem, 1.875vw);
  font-weight: bold;
  line-height: 1.444;
  margin-bottom: 34px;
  text-align: center;
}
.issues_txt {
  font-size: max(1.6rem, 0.8333vw);
  line-height: 1.875;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .mv_speech_txt br {
    display: none;
  }
  .issues_inner_list01 {
    margin: auto;
  }
  .issues_txt {
    width: 76.09375%;
  }
}
@media screen and (max-width: 768px) and (min-width: 400px) {
  .issues_inner_list01 {
    width:30rem;
    margin:auto;
  }
}
.text_style01{
  font-weight:bold;
  border-bottom: solid #FCDF18;
}
.text_style02{
  color:#00BBC2;
}

.point {
  padding: 60px 0;
}
.point_sec01 {
  margin: 0 0 60px;
}
.point_sec01_heading {
  text-align: center;
  line-height: 1.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.point_sec01_heading .t_color {
  color: #14BEAE;
  font-size: 2.2rem;
}
.point_sec01_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #00BBC2;
}
.point_sec01_desc {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
.point_sec01_wrap {
  position: relative;
}
.point_sec01_content {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.point_startgoal {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
}
.point_startgoal_line {
  width: 100%;
  height: 95%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgb(0, 187, 194) 0%, rgb(102, 200, 91) 100%) no-repeat;
  border-radius: 100px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
}
.point_startgoal_start, .point_startgoal_goal {
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.point_startgoal_start {
  color: #00BBC2;
  margin: 0 0 10px;
}
.point_startgoal_goal {
  color: #66C85B;
  margin: 10px 0 0;
}
.point_main {
  position: relative;
  width: 78%;
  margin-left: auto;
}
.point_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_heading2 {
  text-align: center;
  margin-bottom: 8px;
}
.point_heading2 .head2 {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
  width: 95%;
}
.point_item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 30px;
}
.point_item:last-child {
  margin: 0;
}
.point_item01 {
  background: rgba(0, 187, 194, 0.2);
}
.point_item01 .head2 {
  background: #00BBC2;
}
.point_item01 .point_sec01_ttl {
  color: #00BBC2;
}
.point_item02 {
  background: rgba(30, 191, 163, 0.2);
}
.point_item02 .head2 {
  background: #1EBFA3;
}
.point_item02 .point_sec01_ttl {
  color: #1EBFA3;
}
.point_item03 {
  background: rgba(59, 195, 134, 0.2);
}
.point_item03 .head2 {
  background: #3BC386;
}
.point_item03 .point_sec01_ttl {
  color: #3BC386;
}
.point_item04 {
  background: rgba(102, 200, 91, 0.2);
}
.point_item04 .head2 {
  background: #66C85B;
}
.point_item04 .point_sec01_ttl {
  color: #66C85B;
}
.point_item04 .point_person {
  left: 5px;
}
.point_speech {
  position: relative;
  padding: 22px 18px;
}
.point_speech_txt {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
  margin: 0 auto 14px;
  z-index: 1;
}
.point_speech_txt .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
}
.point_speech_txt::before {
  position: absolute;
  top: calc(100% - 5px);
  left: calc(50% + 7px);
  content: "";
  transform: translateX(-50%);
  background: url(../images/icon_point_arrow.png) no-repeat center/contain;
  width: 24px;
  height: 38px;
}
.point_person {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 36px;
}
.point_chart {
  position: relative;
}
@media screen and (min-width: 1280px) {
  [data-ruby]::before {
    font-size: 1vw;
  }
}
.point_chart_img {
  position: relative;
  margin: 0 auto;
  min-width: 640px;
}
.point_chart_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.point_sec02_heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px;
  color: #000;
}
.point_sec02_desc{
  max-width: 95%;
  width: 100%;
  margin: 0 auto 63px;
  color: #000;
}
.point_sec02_desc p,
.service_sec_desc p{
  margin-bottom:1.5em;
}
.point_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.96875vw;
}
.point_block {
  display: flex;
  width: 100%;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin: 0 0 50px;
  flex-direction: column;
}
.point_block:last-child {
  margin: 0;
}
.point_block_heading {
  position: relative;
  border-radius: 20px 20px 0 0;
  background: #66C85B;
  text-align: center;
  padding: 0 20px 20px 20px;
  margin: 0 0 auto;
}
.point_block_heading::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 20px #66C85B;
}
.point_block_heading .ttl {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 13px 26px;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.16);
  font-size: 2.6rem;
  font-weight: bold;
  color: #66C85B;
  margin-bottom: 10px;
  border-radius: 0 0 10px 10px;
  line-height: 1.3em;
}
.point_block_heading .t_big {
  font-size: 3.3rem;
}
.point_block_heading .head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
.point_block_info {
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 25px;
}
.point_block_info figure img {
  margin: 0 auto 21px;
}
.point_block_inline {
  position: relative;
  display: flex;
  justify-content: center;
}
.point_block_person {
  position: relative;
  display: flex;
  justify-content: center;
}
.point_block_person .speech {
  position: absolute;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.point_block_person01 {
  position: relative;
  left: -30px;
  margin: -40px auto 25px;
}
.point_block_person01 .speech {
  top: 25px;
  left: calc(50% + 70px);
  width: 38%;
}
.point_block_person02 {
  margin: 0 auto 25px;
}
.point_block_person_img01 {
  margin: 0 auto;
  width: 120px;
}
.point_block_circle {
  position: relative;
  top: 15px;
  left: 0;
  margin: 0 28px 0 0;
  width: 241px;
}
.point_block_chart {
  position: relative;
  top: 30px;
  width: 150px;
}
.point_block_person02 .speech {
  top: 47px;
  right: calc(50% + 27px);
  width: 42%;
}
.point_block_person_img02 {
  position: relative;
  right: -65px;
  margin: 0 auto;
  width: 110px;
}
.point_block_speech {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.33em;
}
.point_block_speech .t_color {
  color: #66C85B;
}
.point_block_steps {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px;
}
.point_block_step {
  position: relative;
  text-align: center;
  width: 55%;
  margin: 0 auto 50px;
}
.point_block_step .icon {
  position: relative;
  width: 55px;
  margin: 0 auto -12px;
  z-index: 2;
}
.point_block_step .txt {
  position: relative;
}
.point_block_step .txt::after {
  position: absolute;
  content: "";
}
.point_block_step .t {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  width: 145px;
  border-radius: 10px;
  padding: 5px;
  z-index: 1;
}
.point_block_step01 {
  position: relative;
  z-index: 2;
}
.point_block_step01 .txt::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 78px;
  background: #CCF1F3;
}
.point_block_step01 .t {
  background: #00BBC2;
  border: solid 4px #00BBC2;
  color: #fff;
}
.point_block_step02 {
  z-index: 2;
}
.point_block_step02 .txt::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/img_point_arrow_dotted.svg) no-repeat center/contain;
  width: 130px;
  height: 45px;
  transform: translateX(-50%) rotate(75deg);
}
.point_block_step02 .t {
  background: #1EBFA3;
  border: solid 4px #1EBFA3;
  color: #fff;
}
.point_block_step03 {
  position: relative;
  right: 0;
  z-index: 1;
  margin: 0;
}
.point_block_step03 .t {
  border: dashed 4px #3BC185;
  background: #fff;
  color: #3BC386;
}
.point_block_step03 .icon {
  margin: 0 auto -4px;
}

.induction {
  margin-bottom: 6.927vw;
}
@media screen and (min-width: 1025px) {
  .induction_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.induction_top_hdg {
  font-size: clamp(2.4rem, 1.5625vw, 30px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: center;
}
.induction_top_hdg strong {
  color: #00BBC2;
  display: block;
  font-size: clamp(3rem, 2.8645vw, 55px);
}
.induction_top_hdg span {
  display: inline-block;
}
.induction_top img {
  margin: 0 auto;
}
.induction_wrap {
  background: linear-gradient(180deg, #00BBC2 0%, #52B547 100%) 0% 0% no-repeat;
  position: relative;
  padding: 30px 20px 4.1666vw;
}
.induction_heading {
  color: #fff;
  font-size: max(2.4rem, 1.875vw);
  font-weight: bold;
  margin-bottom: 24px;
}
.induction_group {
  max-width: 1280px;
  margin: 0 auto 2.2916vw;
}
.induction_box {
  background-color: #fff;
  box-shadow: 10px 20px 10px #00000029;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 24px 14px 36px;
}
.induction_box .head {
  color: #66C85B;
  font-size: max(2rem, 1.5104vw);
  font-weight: bold;
  line-height: 1.285;
  margin-bottom: 10px;
  text-align: center;
}
.induction_item {
  align-items: center;
  border-radius: 50px;
  border: solid 2px #52B547;
  display: flex;
  font-size: max(1.4rem, 0.8333vw);
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 10px 8px 3.698vw;
  position: relative;
  margin-top: 15px;
  min-height: 62px;
}
.induction_item::before {
  border-left: 2px solid #52B547;
  border-bottom: 2px solid #52B547;
  content: "";
  display: block;
  max-width: 35px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg);
  width: 1.823vw;
  height: 1.25vw;
}

@media screen and (min-width: 1025px) {
  .induction_group {
    display: flex;
    column-gap: 25px;
    justify-content: space-between;
  }
  .induction_box {
    flex-basis: calc(33.333% - 16.666px);
    margin-bottom: 0;
  }
}

.strength {
  padding: 60px 0 80px;
  background: linear-gradient(0deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%) no-repeat;
}
.strength .c_heading {
  margin-bottom: 80px;
}
.strength .c_heading_en {
  max-width: 320px;
  margin: 0 auto 28px;
}
.strength .c_heading_jp .head {
  color: #fff;
  font-size: 3.2rem;
}
.strength .c_heading_jp .head .t_small {
  font-size: 2.7rem;
}
.strength .c_heading_jp .space {
  background: #fff;
  height: 2px;
}
.strength_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 70px 20px 40px;
  margin: 0 0 110px;
}
.strength_item:last-child {
  margin: 0;
}
.strength_item_img {
  position: relative;
  width: 250px;
  margin: 0 auto;
  flex-shrink: 0;
}
.strength_info {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.strength_info .num {
  position: absolute;
  left: 20px;
  top: -48px;
  display: block;
}
.strength_info .num1 {
  width: 50px;
}
.strength_info .num2 {
  width: 70px;
  top: -60px;
}
.strength_info .num3 {
  top: -60px;
  width: 71px;
}
.strength_info .head {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.performance {
  background: linear-gradient(180deg, #F9FFE1 0%, #ECFFA1 100%) 0% 0%;
  padding: 84px 0 94px;
  margin-top: 1.875vw;
}
.performance_heading {
  font-size: max(2.8rem, 1.875vw);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2.604vw;
  text-align: center;
}
.performance_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 35px;
}
.performance_item {
  background: linear-gradient(180deg, #00BBC2 0%, #66C85B 100%) 0% 0%;
  border-radius: 30px;
  box-shadow:  10px 20px 10px #00000029;
  color: #fff;
  padding: 2.916vw 2.708vw;
}
.performance_list_head {
  display: flex;
  justify-content: space-between;
  font-size: clamp(2.4rem, 1.5625vw, 3rem);
  font-weight: bold;
}
.performance_list_head .heading {
  line-height: 1;
}
.performance_list_head .label {
  background-color: #fff;
  border-radius: 30px;
  color: #00BBC2;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 1.0416vw;
  vertical-align: text-top;
  padding: 3px 1.458vw
}
.performance_list_head .num {
  font-size: 5rem;
}
.performance_list_head .c-up {
  color: #FCDF18;
}
.performance_list_head .c-down {
  color: #00F5FF;
}
.performance_list_head .figure {
  margin-right: 1.71875vw;
}
.performance_item .txt {
  margin-top: 1.66vw;
}
.c-orange {
  color: #FFA000;
}
.di-b {
  display: inline-block;
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .performance_list_head {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .performance {
    padding-bottom: 50px;
  }
  .performance_list {
    flex-direction: row;
  }
  .performance_item {
    flex-basis: calc(50% - 20px);
  }
}

.service {
  padding: 60px 0 80px;
}
.service .c_heading {
  margin-bottom: 40px;
}
.service .c_heading_en {
  max-width: 210px;
  margin: 0 auto 13px;
}
.service_sec_heading {
  text-align: center;
  color: #fff;
  padding: 6px 15px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 25px;
  background: #00BBC2;
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  line-height: 1.5em;
}
.service_sec_ttl {
  text-align: center;
  margin-bottom: 43px;
  line-height: 1.5em;
  font-size: 2.6rem;
  font-weight: bold;
  color: #00BBC2;
}
.service_sec_desc {
  width: 100%;
  margin: 0 auto 38px;
  color: #000;
  max-width: 95%;
}
.service_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.service_block {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 50px;
}
.service_block:last-child {
  margin: 0;
}
.service_block_img {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 250px;
  border-radius: 20px 20px 0 0;
}
.service_block_img img {
  border-radius: 20px 20px 0 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service_block_ttl {
  position: absolute;
  top: calc(50% - 8px);
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}
.service_block .desc {
  line-height: 1.875;
}
.service_block_ttl .ttl01 {
  margin-bottom: 5px;
}
.service_block_ttl .ttl01 .t {
  display: inline-block;
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px;
  line-height: 1.2em;
}
.service_block_ttl .ttl02 .t {
  display: inline-block;
  background: #FFA000;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 5px 10px 7px;
  color: #fff;
  line-height: 1.2em;
}
.service_block_info01 {
  position: relative;
  border-radius: 20px 20px 0;
}
.service_block_info02 {
  padding: 25px 15px;
}
.service_block_inline {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
}
.service_block_inline .service_block_info01 {
  flex-shrink: 0;
  width: 100%;
}
.service_block_inline .service_block_info02 {
  padding: 25px 15px;
}
.service_block_inline .service_block_ttl {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  margin-bottom: 25px;
}
.service_block_inline .service_block_ttl .ttl01 {
  margin-bottom: 10px;
}
.service_block_inline .service_block_ttl .ttl01 .t {
  padding: 0;
}
.service_block_inline img {
  border-radius: 20px 20px 0 0;
}
.service_sec02 .service_sec_heading {
  background: #1EBFA3;
}
.service_sec02 .service_sec_ttl {
  color: #1EBFA3;
}
.service_sec03 .service_sec_heading {
  background: #3BC386;
}
.service_sec03 .service_sec_ttl {
  color: #3BC386;
}
.service_sec04 .service_sec_heading {
  background: linear-gradient(90deg, rgb(0, 187, 194) 0%, rgb(102, 200, 91) 100%) no-repeat;
  margin: 0 0 25px;
}
.service_sec04 .service_sec_ttl {
  color: #fff;
}


.plan {
  position: relative;
  padding: 90px 0 60px;
  background: linear-gradient(0deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%) no-repeat;
}
.plan_arrow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.plan_arrow_content {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/img_plan_arrow01.svg) no-repeat center/contain;
  width: 70px;
  height: 70px;
}
.plan_heading {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.plan_heading .t_small {
  font-size: 2rem;
}
.plan_sec01 {
  position: relative;
  margin: 0 0 60px;
}
.plan_sec01_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.plan_sec01_ttl .t {
  display: inline-block;
  width: 200px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #00BBC2;
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}
.plan_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_item {
  width: 100%;
  border-radius: 20px;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin: 0 0 50px;
}
.plan_item:last-child {
  margin: 0;
}
.plan_item_speech {
  position: relative;
  display: flex;
  background: #66C85B;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 20px 10px 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.plan_item_speech::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 20px #66C85B;
}
.plan_item_speech .speech {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
.plan_item_content {
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 0 10px 40px;
}
.plan_item_head {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #66C85B;
  margin-bottom: 30px;
}
.plan_item_desc {
  color: #3B4043;
  padding: 0 10px;
}
.plan_sec02 .plan_heading {
  margin-bottom: 70px;
}
.plan_step {
  margin: 0 0 60px;
}
.plan_step_head {
  color: #fff;
  display: flex;
  flex-basis: calc(33.984% - 2.8125vw);
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.plan_step_head_wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
}
.plan_step_head_circle {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: solid 25px rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  border-radius: 100px 100px 0 0;
  width: 197px;
  height: 98.5px;
}
.plan_step_head_t {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
}
.plan_step_head_num {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.plan_step_head_num .step {
  position: relative;
  top: 8px;
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1em;
}
.plan_step_head_num .num {
  position: relative;
  display: inline-block;
  font-size: 4.6rem;
  line-height: 1em;
}
.plan_step_content {
  flex-basis: 66.0156%;
}
.plan_step_txt {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
}
.plan_step_txt .txt_big {
  font-size: 2.2rem;
}

.about {
  padding: 60px 0;
}
.about .c_heading {
  margin-bottom: 30px;
}
.about .c_heading_en {
  max-width: 260px;
  margin: 0 auto 9px;
}
.about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_imgs {
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
}
.about_circle {
  background: linear-gradient(0deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%) no-repeat;
  width: 290px;
  height: 290px;
  border-radius: 100%;
  z-index: -1;
  margin: 0 auto;
}
.about_circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 100%;
}
.about_img {
  width: 220px;
}
.about_img img {
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
}
.about_img01 {
  position: absolute;
  left: calc(50% - 152px);
  top: 30px;
}
.about_img02 {
  position: absolute;
  right: calc(50% - 152px);
  bottom: 30px;
}
.about_info {
  width: 100%;
}
.about_info .ttl01,
.about_info_sec02 .ttl01 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.667em;
  color: #3B4043;
  margin-bottom: 5px;
}
.about_info .ttl02,
.about_info_sec02 .ttl02 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #00BBC2;
  margin-bottom: 5px;
}
.about_info_sec02 {
  text-align: center;
  margin-top: 5.948vw;
}
.about_info_sec02 .ttl01,
.about_info_sec02 .ttl02 {
  display: inline-block;
}
.about_info .ttl02 .num {
  display: inline-block;
  font-size: 3.1rem;
}
.about_info .desc {
  color: #3B4043;
  margin-bottom: 34px;
}
.about_info .ttl03 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.667em;
  color: #3B4043;
  margin-bottom: 22px;
}
.about_frame {
  background: #00BBC2;
  padding: 20px 25px;
  border-radius: 10px;
}
.about_frame .t {
  color: #fff;
  margin-bottom: 10px;
}
.about_frame .t:last-child {
  margin-bottom: 0;
}
.about_info_sec02 .dec {
  max-width: 835px;
  margin: 2.005vw auto 70px;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .about_compare.c_scroll_sp {
    overflow-x: auto;
    padding: 20px 0 50px;
  }
  .about_compare.c_scroll_sp::-webkit-scrollbar {
    height: 10px;
  }
}
.about_compare_table {
  font-size: 24px;
  margin: 0 auto;
  min-width: 1025px;
  text-align: center;
  width: 1280px;
}
.about_compare_table::before {
  content: "";
  border: solid 5px #FFA000;
  border-radius: 30px;
  box-shadow: 10px 20px 10px #00000029;
  height: calc(100% + 47px);
  width: 350px;
  position: absolute;
  left: 255px;
  top: -17px;
}
.about_compare_table::after {
  content: "";
  background: linear-gradient(180deg, #FCDF18 0%, #FFA000 100%) 0 0;
  border-radius: 30px 30px 0 0;
  position: absolute;
  height: 96px;
  width: 350px;
  top: -19px;
  left: 255px;
  z-index: 1;
}
.about_compare_table thead th {
  background-color: #000000;
  border-left: solid 1px #fff;
  color: #fff;
  font-weight: bold;
  padding: 21px 0;
  vertical-align: baseline;
  width: 340px;
}
.about_compare_table thead .arches {
  background: transparent;
  border: 0;
  font-size: 36px;
  width: 341px;
  position: relative;
  z-index: 2;
}
.about_compare_table thead .empty {
  background-color: transparent;
  width: 260px;
}
.about_compare_table thead th:last-child {
  background-repeat: 0;
}
.about_compare_table tbody th {
  background-color: #00BBC2;
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding: 10px 18px;
  text-align: left;
  vertical-align: middle;
}
.about_compare_table tbody tr:last-child th,
.about_compare_table tbody tr:last-child th + td {
  border-bottom: 0;
}
.about_compare_table tbody th + td {
  border-right: 0;
}
.about_compare_table tbody td {
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070;
  padding: 18px 0;
  vertical-align: middle;
}
.about_compare_table tbody td img {
  display: inline;
}
.about_company {
  background-color: #F0F3F5;
  margin: 90px 0 30px;
  padding: 40px 15px 50px;
}
.about_company_heading {
  font-size: clamp(2.4rem, 1.875vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.about_company_wrap {
  background-color: #fff;
  border-radius: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 3.2447vw 40px;
}
.about_company_logo img {
  margin: 0 auto 50px;
  width: 50%;
  max-width: 400px;
}
.about_company_table {
  width: 100%;
}
.about_company_table th {
  font-weight: bold;
  width: 7em;
  padding: 10px 2vw 14px 0;
  text-align: left;
  vertical-align: middle;
}
.about_company_table td {
  padding: 10px 0 14px;
}
.about_company_table tr {
  border-bottom: solid 1px #989898;
}
.about_company_table tr:last-child {
  border-bottom: 0;
}
.about_company_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 2.0833vw;
}
.about_company_flex > p {
  flex-basis: calc(50% - 1.04165vw);
}
@media screen and (max-width: 767px) {
  .about_company_flex {
    flex-direction: column;
  }
  .about_company_table th {
    padding-bottom: 0;
  }
  .about_company_table th,
  .about_company_table td {
    display: block;
  }
  .issues_heading {
    font-size: 2.2rem;
  }
}


.faq {
  padding: 60px 0 80px;
  background: #F0F3F5;
  margin-bottom: 30px;
}
.faq_heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.faq_item {
  position: relative;
  background: #fff;
  margin-bottom: 27px;
  border-radius: 20px;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.16);
}
.faq_item:last-child {
  margin-bottom: 0;
}
.faq_item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 44px;
  height: 46px;
  background: linear-gradient(0deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%) no-repeat;
  border-radius: 20px 0 0 0;
}
.faq_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-bottom: solid 48px #fff;
  border-left: solid 44px transparent;
  z-index: 1;
}
.faq_question {
  position: relative;
  display: flex;
  padding: 25px 40px 0 16px;
  z-index: 2;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
.faq_question::before, .faq_question::after {
  position: absolute;
  content: "";
  background: #000;
}
.faq_question::before {
  width: 20px;
  height: 3px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_question::after {
  height: 20px;
  width: 3px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_question.is_open::after {
  opacity: 0;
  visibility: hidden;
}
.faq_q {
  font-size: 4rem;
  font-weight: bold;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
.faq_ttl {
  width: 100%;
  padding-bottom: 25px;
}
.faq_ttl .t {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
}
.faq_answer {
  position: relative;
  z-index: 2;
  border-radius: 0 0 20px 20px;
  display: none;
}
.faq_answer_content {
  padding: 0 50px 35px 25px;
  display: flex;
}
.faq_a {
  font-size: 4rem;
  font-weight: bold;
  flex-shrink: 0;
  margin: 0 15px 0 0;
  opacity: 0;
}
.faq_desc {
  padding-top: 23px;
  border-top: solid 2px #D4D7D9;
}
.faq_desc .d {
  font-size: 1.8rem;
  line-height: 1.8em;
}

.js_select {
  outline: 0 !important;
  height: auto;
}
.js_select:focus, .js_select:active, .js_select:hover {
  outline: 0 !important;
  border: solid 1px #CDD6DD !important;
}
.js_select.nice-select:active, .js_select.nice-select.open, .js_select.nice-select:focus {
  border: solid 1px #CDD6DD !important;
}

.c_form {
  background: linear-gradient(0deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%) no-repeat;
  padding: 60px 0;
}
.c_form_heading {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.c_form_frame {
  max-width: 800px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  padding: 40px 25px;
}
.c_form_frame_heading {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5em;
  color: #3B4043;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.c_form_note {
  position: relative;
  color: #98A6B5;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.c_form_tel a {
  text-decoration: none;
  font-size: 3.2rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}
.c_form_tel .colon_mark {
  position: relative;
  top: -3px;
  display: inline-block;
  margin: 0 13px;
}
.c_form_time {
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 165px;
}
.c_form_time .time_txt {
  display: inline-block;
  margin-right: 16px;
}
.c_form_head {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 1.4rem;
}
.c_form_required {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1em;
  border-radius: 5px;
  padding: 3px 5px 5px;
  color: #fff;
  background: #00BBC2;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
  width: 64px;
}
.c_form_required.bg01 {
  background: #CDD6DD;
}
.c_form_input {
  background: #fff;
  line-height: 1.5;
  padding: 15px;
  width: 100%;
  border: solid 1px #CDD6DD;
  color: #98A6B5;
  font-size: 1.4rem;
  border-radius: 10px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.c_form_input:focus {
  outline: 0;
}
.c_form_textarea {
  background: #fff;
  line-height: 1.5;
  padding: 15px;
  width: 100%;
  height: 170px;
  resize: none;
  border-radius: 10px;
  border: solid 1px #CDD6DD;
  color: #98A6B5;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.c_form_textarea:focus {
  outline: 0;
}
.c_form_ttl {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: bold;
  margin: 100px 0 35px;
}
.c_form_info {
  width: 100%;
  margin: 0 auto 25px;
}
.c_form_agree {
  display: flex;
  justify-content: center;
}
.c_form_agree input {
  display: none;
}
.c_form_agree .c_item_wrap .c_cb_txt::before {
  top: 0;
}
.c_form_agree a {
  display: inline-block;
  color: #66C85B;
  background: linear-gradient(0deg, #66C85B 1px, transparent 1px) no-repeat;
  background-position-y: -4px;
}
.c_form_select {
  width: 100%;
  background: #fff;
  line-height: 1.5;
  padding: 13px 35px 13px 15px;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 10px;
  border: solid 1px #CDD6DD;
  color: #98A6B5;
  margin: 0 0 40px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  
}

select.c_form_select {
  display: block!important;
  position: absolute;
  width: 1px;
  height: 1px;
}

.c_form_select:focus {
  outline: 0;
}
.c_form_select option {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: #f1f3f5;
  line-height: 1.5;
  padding: 15px;
  box-shadow: none !important;
  border: 0 !important;
}

.c_form_row {
  display: block;
  margin-bottom: 40px;
}
.c_form_row dt {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.c_form_row dd {
  display: block;
  width: 100%;
  padding: 0 !important;
  font-size: 1.4rem;
}
.c_form_row:last-child {
  margin-bottom: 0;
}

.c_form_cb .c_cb_input {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.c_form_cb .c_item_wrap {
  position: relative;
  cursor: pointer;
  white-space: normal !important;
}
.c_form_cb .c_item_wrap .c_cb_txt {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  font-size: 1.4rem;
}
.c_form_cb .c_item_wrap .c_cb_txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #CDD6DD;
}
.c_form_cb .c_item_wrap .c_cb_txt::after {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline-block;
  transform: rotate(45deg);
  content: "";
  height: 12px;
  width: 8px;
  border-bottom: solid 2px #66C85B;
  border-right: solid 2px #66C85B;
  opacity: 0;
}
.c_form_cb .c_item_wrap input {
  position: absolute;
  width:1px;
  opacity: 0;
  display: block!important;
}
.c_form_cb .c_item_wrap input:checked ~ .c_cb_txt::after {
  opacity: 1;
}
.c_form_cb_list {
  display: flex;
  flex-wrap: wrap;
}
.c_form_cb_list label {
  width: 100%;
  margin: 0 0 15px !important;
}
.c_form_cb_list label:last-child {
  margin: 0 !important;
}

.c_form_btn_submit {
  display: flex;
  max-width: 241px;
  margin: 0px auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 187, 194) 0%, rgb(102, 200, 91) 100%) no-repeat;
  border-radius: 32px;
  padding: 11px 24px 9px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 415px) {
  .mv_bg01 {
    top: 10px;
  }
  .mv_bg02 {
    top: 10px;
  }
  .mv_info {
    width: 75%;
    height: 95%;
    border-radius: 135px;
  }
  .mv_circle {
    top: -12px;
    right: -56px;
  }
  .mv_content02 {
    width: 80%;
  }
 
  .brand_item {
    margin: 0 20px 20px;
  }
  .brand_item:nth-child(3) {
    width: 55%;
  }
  .brand_item:nth-child(4) {
    width: 150px;
  }
  .brand_item:nth-child(5) {
    width: 117px;
  }
  .brand_item:nth-child(6) {
    width: 174px;
  }
  .point_startgoal_start, .point_startgoal_goal {
    font-size: 2.6rem;
  }
  .point_sec02_desc {
    max-width: 80%;
  }
  .point_block_person01 {
    left: 0;
  }
  .point_block_person02 .speech {
    right: calc(50% + 72px);
    width: auto;
  }
  .point_block_person_img02 {
    right: 0;
  }
  .point_block_steps {
    margin: 0;
    flex-wrap: nowrap;
  }
  .point_block_step {
    margin: 0;
  }
  .point_block_step01 {
    left: 30px;
  }
  .point_block_step01 .txt::after {
    top: auto;
    bottom: -31px;
    left: 100%;
    width: 130px;
    height: 8px;
    transform: translateX(-50%) rotate(34deg);
  }
  .point_block_step02 {
    margin: 70px 5px 0;
  }
  .point_block_step02 .txt::after {
    top: auto;
    bottom: -33px;
    left: calc(100% - 8px);
    width: 120px;
    height: 56px;
    transform: translateX(-50%) rotate(14deg);
  }
  .point_block_step03 {
    right: 30px;
    margin: 127px 0 0;
  }
  .strength_item_img {
    width: 300px;
  }
  .service_sec_desc {
    max-width: 80%;
  }
  .about_circle {
    width: 350px;
    height: 350px;
  }
  .about_circle::after {
    width: 280px;
    height: 280px;
  }
  .about_img {
    width: 280px;
  }
  .about_img01 {
    left: calc(50% - 195px);
  }
  .about_img02 {
    right: calc(50% - 195px);
  }
  .spbr{
    display:none;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  html {
    overflow-y: overlay;
    scrollbar-color: #66C85B #eee;
    scrollbar-width: thin;
  }
  body::-webkit-scrollbar {
    width: 0.3em;
    background-color: #eee;
    z-index: 1;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #66C85B;
  }
  .sp_1025 {
    display: none;
  }
  .c_scroll_sp {
    overflow-x: inherit;
    padding-bottom: 0;
  }
  .c_heading_jp .space {
    width: 80px;
  }
  .c_heading_jp .head {
    padding: 0 14px;
    font-size: 3.6rem;
  }
  #header {
    padding: 17px 0 15px;
  }
  .h_wrap {
    padding: 0 clamp(0.8rem, 4.6875vw + -2.8rem, 2rem);
  }
  .logo {
    /* width: clamp(7.8rem, 16.40625vw + -4.8rem, 12rem); */
    margin-right: clamp(0.5rem, 1.953125vw + -1rem, 1rem);
    top: 3px;
  }
  .logo_link:hover img {
    opacity: 0.7;
  }
  .menu_icon {
    display: none;
  }
  .h_menu {
    position: relative;
    display: inherit;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    top: 0;
    left: 0;
    background: none;
  }
  .h_menu_wrap {
    display: flex;
  }
  .h_menu_list {
    display: flex;
    align-items: center;
    margin: 0 clamp(0.5rem, 3.90625vw + -2.5rem, 1.5rem) 0 0;
  }
  .h_menu_item {
    margin-right: clamp(0.5rem, 5.859375vw + -4rem, 2rem);
  }
  .h_menu_item:last-child {
    margin-right: 0;
  }
  .h_menu_item .link {
    transition: all 0.5s;
    border: 0;
    padding: 0;
    display: inline-block;
  }
  .h_menu_item .link:hover {
    color: #66C85B;
  }
  .h_menu_item:first-child .link {
    border-top: 0;
  }
  .h_btns {
    flex-wrap: nowrap;
  }
  .h_btn {
    margin: 0 clamp(0.5rem, 1.953125vw + -1rem, 1rem) 0 0;
    width: 126px;
  }
  .h_btn:last-child {
    margin: 0;
  }
  .h_btn .link {
    padding: 12px 5px;
    transition: all 0.5s;
  }
  .h_btn .link:hover {
    background: #03d3db;
    background: transparent linear-gradient(90deg, #FCDF18 0%, #FFA000 100%) 0% 0% no-repeat padding-box;
  }
  .h_btn.bg01 .link:hover {
    background: transparent linear-gradient(90deg, #66C85B 0%, #00BBC2 100%) 0% 0% no-repeat padding-box;
  }
  #footer {
    padding: 14px 0 8px;
  }
  .copyright {
    line-height: 2em;
    padding: 0 13px;
    font-size: 1.2rem;
  }
  #to_top {
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
  }
  #to_top:hover {
    opacity: 0.7;
  }
  #to_top::after {
    top: 59%;
    padding: 7px;
  }
  .mv {
    padding: 0 16px;
    margin: 77px 0 0;
  }
  .mv_wrap {
    border-radius: 30px 30px 0 0;
    height: 670px;
  }
  .mv_bg01 {
    width: clamp(38rem, 68.5546875vw + -14.65rem, 73.1rem);
  }
  .mv_bg02 {
    width: clamp(28rem, 68.9453125vw + -24.95rem, 63.3rem);
  }
  .mv_info {
    top: 96px;
    display: block;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    width: 630px;
    height: 630px;
    /* padding: 100px 1px; */
    margin: 0;
  }
  .mv_circle {
    top: -10px;
    right: -53px;
    width: 170px;
  }
  .mv_txt_big {
    margin-bottom: 5px;
  }
  .mv_block {
    flex-wrap: nowrap;
  }
  .mv_block_txt {
    font-size: 2rem;
  }
  .mv_block_txt .num {
    font-size: 3rem;
  }
  .mv_block_underline {
    background: linear-gradient(0deg, #D8F12C 12px, transparent 12px) no-repeat;
  }
  .mv_block_txts {
    order: 2;
  }
  .mv_speech {
    position: relative;
  }
  .mv_content02 {
    width: 522px;
  }
  .mv_btn_wrap {
    max-width: 440px;
  }
  .mv_btn_leftlink,.mv_btn_rightlink {
    /* padding: 8px 2px 7px 35px; */
    padding: 10px 10px 10px 3.4375vw;
    border: solid 3px #fff;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
    transition: all 0.5s;
  }
  .mv_btn_leftlink:hover {
    transition: all 0.5s;
    background: linear-gradient(90deg, #FCDF18 0%, #FFA000 100%) 0% 0% no-repeat;
    opacity: 1;
    transform: translateY(-5px);
  }
  .mv_btn_rightlink:hover {
    transition: all 0.5s;
    /* background: linear-gradient(90deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%); */
    background: linear-gradient(90deg, #66C85B 0%, #00BBC2 100%) 0% 0% no-repeat;
    opacity: 1;
    transform: translateY(-5px);
  }
  .mv_btn_txt {
    margin: 0;
    flex-basis: calc(100% - 79px);
  }
  .mv_btn_arrow {
    width: 79px;
    height: 79px;
  }
  .mv_btn_arrow img {
    width: 66px;
    height: 41px;
  }
  .brand {
    padding: 84px 0 28px;
  }
  .brand_list {
    padding: 0 20px;
  }
  .brand_item {
    margin: 0 52px 10px;
  }
  .brand_item a {
    transition: all 0.5s;
  }
  .brand_item:nth-child(2) {
    left: -4px;
    width: 150px;
  }
  .brand_item:nth-child(3) {
    left: -12px;
    width: 45%;
  }
  .brand_item:nth-child(4) {
    left: -12px;
  }
  .brand_item:nth-child(4) {
    width: clamp(10.8rem, 6.9565217391vw + 3.6695652174rem, 14.8rem);
  }
  .brand_item:nth-child(5) {
    left: -3px;
  }
  .brand_item:nth-child(7) {
    width: 113px;
  }
  .issues {
    padding: 50px 0 100px;
  }
  .issues_arrow .arr {
    top: calc(100% + 32px);
    width: 109px;
    height: 109px;
  }
  .issues_heading {
    font-size: 3.6rem;
    margin-bottom: 56px;
  }
  .issues_inner {
    display: flex;
    flex-direction: column;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
  }
  .issues_item .ttl {
    line-height: 1.2857em;
    font-size: 2.8rem;
  }
  .issues_item .img {
    width: 132px;
  }
  .point {
    padding: 108px 0 85px;
  }
  .point_sec01 {
    margin: 0 0 102px;
  }
  .point_sec01_heading {
    line-height: 1.75em;
    font-size: 3rem;
    margin-bottom: 181px;
  }
  .point_sec01_heading .t_color {
    font-size: 4rem;
  }
  .point_sec01_ttl {
    font-size: 2rem;
  }
  .point_sec01_desc {
    font-size: 1.2rem;
  }
  .point_sec01_content {
    display: inherit;
    margin-bottom: 0;
  }
  .point_startgoal {
    position: relative;
    width: auto;
    height: auto;
    flex-wrap: nowrap;
    margin-bottom: 75px;
  }
  .point_startgoal_line {
    background: linear-gradient(90deg, rgb(0, 187, 194) 0%, rgb(102, 200, 91) 100%) no-repeat;
    height: 110px;
    max-width: clamp(67.9rem, 75.5859375vw + 9.85rem, 106.6rem);
  }
  .point_startgoal_start, .point_startgoal_goal {
    position: absolute;
    bottom: -30px;
    margin: 0;
    font-size: 3rem;
  }
  .point_startgoal_start {
    left: 0;
    margin: 0;
  }
  .point_startgoal_goal {
    right: 6px;
    margin: 0;
  }
  .point_main {
    width: auto;
    margin: 0;
  }
  .point_list {
    flex-wrap: nowrap;
  }
  .point_heading2 .head2 {
    padding: 12px 10px 18px;
    font-size: 2.8rem;
  }
  .point_item {
    margin: 0;
    width: 24.375%;
    min-height: clamp(45rem, 20.9134615385vw + 28.9384615385rem, 62.4rem);
  }
  .point_speech {
    position: absolute;
    top: -290px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
  }
  .point_speech_txt {
    padding: 28px 3px 12px;
    margin: 0 auto clamp(1.1rem, 0.3605769231vw + 0.8230769231rem, 1.4rem);
  }
  .point_speech_txt .txt {
    font-size: 1.7rem;
  }
  .point_speech_txt .txt br {
    display: inherit;
  }
  .point_speech_txt::before {
    width: 30px;
    height: 38px;
  }
  .point_person {
    left: -6px;
  }
  .point_chart {
    position: absolute;
    top: clamp(28.2rem, -6.9711538462vw + 39.3538461538rem, 34rem);
    left: calc(50% - 6px);
    transform: translateX(-50%);
    width: calc(100% + 12px);
    overflow-x: hidden;
    overflow-y: inherit;
  }
  .point_chart_img {
    min-width: auto;
  }
  .point_sec02_heading {
    margin-bottom: 18px;
    font-size: 3.6rem;
  }
  .point_sec02_desc {
    max-width: 76.1%;
  }
  .point_blocks {
    flex-wrap: nowrap;
  }
  .point_block {
    width: 48.44%;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    margin: 0;
  }
  .point_block_heading {
    padding: 0 40px 25px 40px;
    border-radius: 30px 30px 0 0;
  }
  .point_block_heading::after {
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-top: solid 28px #66C85B;
  }
  .point_block_heading .ttl {
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.16);
    padding: 13px 26px;
    font-size: 3rem;
    margin-bottom: 13px;
  }
  .point_block_heading .t_big {
    font-size: 4rem;
  }
  .point_block_heading .head {
    font-size: clamp(2.4rem, 3rem, 1.5625vw);
  }
  .point_block_info {
    padding: clamp(2.5rem, -13.671875vw + 16.5rem, 6rem) 14px 30px;
    border-radius: 0 0 30px 30px;
  }
  .point_block_person .speech {
    font-size: 1.8rem;
  }
  .point_block_person01 {
    left: -55px;
    margin: -60px auto 25px;
  }
  .point_block_person01 .speech {
    left: calc(50% + 40px);
    width: 55%;
  }
  .point_block_person02 {
    margin: 0;
  }
  .point_block_person_img01 {
    width: 130px;
  }
  .point_block_circle {
    top: 0;
    margin: 0 15px 0 0;
    width: 65%;
  }
  .point_block_chart {
    top: 0;
    width: 43%;
  }
  .point_block_person02 {
    margin: -55px auto 3px;
  }
  .point_block_person02 .speech {
    right: calc(50% + clamp(1rem, 1.953125vw + -0.5rem, 1.5rem));
    width: 44%;
  }
  .point_block_person_img02 {
    right: clamp(-5rem, 16.796875vw + -17.9rem, -0.7rem);
    width: 120px;
  }
  .point_block_steps {
    top: clamp(-5rem, -5.859375vw + 1rem, -3.5rem);
  }
  .point_block_step .t {
    font-size: 2.4rem;
  }
  .point_block_step01 {
    left: clamp(2.2rem, -12.890625vw + 15.4rem, 5.5rem);
  }
  .point_block_step01 .txt::after {
    bottom: -18px;
    left: 100%;
    width: 98px;
    height: 8px;
    background: #CCF1F3;
    transform: translateX(-50%) rotate(22deg);
  }
  .point_block_step02 {
    margin: 65px 5px 0;
  }
  .point_block_step02 .txt::after {
    bottom: -39px;
    left: calc(100% - clamp(0.8rem, -0.9615384615vw + 2.3384615385rem, 1.6rem));
    transform: translateX(-50%) rotate(14deg);
    width: clamp(7rem, 11.328125vw + -1.7rem, 9.9rem);
    height: clamp(6rem, 15.234375vw + -5.7rem, 9.9rem);
  }
  .point_block_step03 {
    right: clamp(0rem, -19.53125vw + 20rem, 5rem);
    margin: clamp(11rem, -3.90625vw + 15rem, 12rem) 0 0;
  }
  .strength {
    padding: 57px 0 130px;
  }
  .strength .c_heading {
    margin-bottom: 140px;
  }
  .strength .c_heading_en {
    max-width: 522px;
  }
  .strength .c_heading_jp .head {
    font-size: 4.1rem;
  }
  .strength .c_heading_jp .head .t_small {
    font-size: 3.3rem;
  }
  .strength .c_heading_jp .space {
    top: 9px;
  }
  .strength_item {
    margin: 0 0 147px;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    flex-wrap: wrap;
    min-height: 447px;
    padding: 0;
  }
  .strength_item_img {
    margin: 0;
    position: absolute;
    top: clamp(-8rem, 5.46875vw + -12.2rem, -6.6rem);
    right: clamp(1.5rem, 5.859375vw + -3rem, 3rem);
    width: clamp(25rem, 50.78125vw + -14rem, 38rem);
  }
  .strength_info {
    margin-bottom: 0;
    width: clamp(55.5rem, -89.265625vw + 129.5rem, 74rem);
    padding: 80px 30px 40px 30px;
  }
  .strength_info .num {
    left: 50px;
    top: -80px;
  }
  .strength_info .num1 {
    width: clamp(7rem, 2.6442307692vw + 4.9692307692rem, 9.2rem);
    left: clamp(3rem, 3.7259615385vw + 0.1384615385rem, 6.1rem);
  }
  .strength_info .num2 {
    width: clamp(9rem, 1.9230769231vw + 7.5230769231rem, 10.6rem);
  }
  .strength_info .num3 {
    width: clamp(9.1rem, 1.9230769231vw + 7.6230769231rem, 10.7rem);
  }
  .strength_info .head {
    width: clamp(40rem, 39.0625vw + 10rem, 50rem);
    margin-bottom: 32px;
    font-size: 3rem;
  }
  .strength_info .desc {
    padding-right: 0;
  }
  .service {
    padding: 113px 0 102px;
  }
  .service .c_heading {
    margin-bottom: 80px;
  }
  .service .c_heading_en {
    max-width: 403px;
  }
  .service_sec_heading {
    border-radius: 20px 20px 0 0;
    padding: 18px 25px;
    font-size: 3.6rem;
    margin-bottom: 24px;
  }
  .service_sec_ttl {
    font-size: 3rem;
  }
  .service_blocks {
    margin-bottom: 136px;
  }
  .service_block {
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    width: 48.4%;
    margin: 0 0 57px;
  }
  .service_block:nth-last-child(-n+2) {
    margin: 0;
  }
  .service_block_img {
    height: 300px;
    border-radius: 30px 30px 0 0;
  }
  .service_block_img img {
    border-radius: 30px 30px 0 0;
  }
  .service_block_ttl .ttl01 .t {
    padding: 16px clamp(1rem, 0.8413461538vw + 0.3538461538rem, 1.7rem);
  }
  .service_block_ttl .ttl02 .t {
    font-size: 3.6rem;
    padding: 11px clamp(1rem, 0.8413461538vw + 0.3538461538rem, 1.7rem) 10px;
  }
  .service_block_info01 {
    border-radius: 30px 30px 0;
  }
  .service_block_info02 {
    padding: 40px clamp(1.5rem, 2.4038461538vw + -0.3461538462rem, 3.5rem) clamp(4rem, 4.2067307692vw + 0.7692307692rem, 7.5rem);
  }
  .service_block_inline {
    flex-wrap: nowrap;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
  }
  .service_block_inline .service_block_info01 {
    width: 45%;
  }
  .service_block_inline .service_block_info02 {
    padding: 25px;
  }
  .service_block_inline .service_block_ttl .ttl01 .t {
    padding: 0 10px;
  }
  .service_block_inline img {
    border-radius: 30px 0 0 30px;
  }
  .service_sec02 .service_sec_heading {
    margin-bottom: 20px;
  }
  .service_sec02 .service_sec_desc {
    margin: 0 auto 52px;
  }
  .service_sec03 .service_sec_heading {
    margin-bottom: 20px;
  }
  .service_sec03 .service_sec_desc {
    margin: 0 auto 62px;
  }
  .service_sec03 .service_blocks {
    margin: 0 0 127px;
  }
  .service_sec04 .service_sec_heading {
    margin: 0 0 47px;
  }
  .plan {
    padding: 134px 0 98px;
  }
  .plan_arrow_content {
    top: 0;
    width: 109px;
    height: 109px;
  }
  .plan_step {
    display: flex;
    justify-content: space-between;
  }
  .plan_heading {
    font-size: 3.6rem;
    margin-bottom: 68px;
  }
  .plan_heading .t_small {
    font-size: 3rem;
  }
  .plan_sec01 {
    margin: 0 0 120px;
  }
  .plan_sec01_ttl {
    margin-bottom: 45px;
  }
  .plan_sec01_ttl .t {
    padding: 25px 10px;
    width: 300px;
    font-size: 3rem;
    border-radius: 50px;
  }
  .plan_item {
    border-radius: 30px;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
  }
  .plan_item_speech {
    min-height: 128px;
    margin-bottom: 66px;
    border-radius: 30px 30px 0 0;
  }
  .plan_item_speech::after {
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-top: solid 28px #66C85B;
  }
  .plan_item_speech .speech {
    font-size: 3rem;
  }
  .plan_item_content {
    border-radius: 0 0 30px 30px;
  }
  .plan_item_head {
    line-height: 1.3em;
    margin-bottom: 26px;
    font-size: 3rem;
  }
  .plan_step_head {
    flex-wrap: nowrap;
    display: block;
    /* margin-bottom: clamp(-8.7rem, -3.2451923077vw + -3.5076923077rem, -6rem); */
  }
  .plan_step_head_wrap {
    margin: 0;
  }
  .plan_step_head_circle {
    margin: 0 0 40px;
  }
  .plan_step_head_t {
    bottom: 28px;
    text-align: left;
  }
  .plan_step_txt {
    top: 10px;
  }
  .plan_step_txt .txt_big {
    font-size: 3.6rem;
  }

  .about {
    padding: 60px 0 0
  }
  .about .c_heading {
    margin-bottom: 85px;
  }
  .about .c_heading_en {
    max-width: 502px;
  }
  .about .c_heading_jp .space {
    width: 114px;
  }
  .about_list {
    flex-wrap: nowrap;
  }
  .about_imgs {
    flex-shrink: 0;
    width: 49%;
    margin: 0;
  }
  .about_circle {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(36rem, 29.2067307692vw + 13.5692307692rem, 60.3rem);
    height: clamp(36rem, 29.2067307692vw + 13.5692307692rem, 60.3rem);
  }
  .about_circle::after {
    width: clamp(28rem, 19.1105769231vw + 13.3230769231rem, 43.9rem);
    height: clamp(28rem, 19.1105769231vw + 13.3230769231rem, 43.9rem);
  }
  .about_img {
    width: clamp(26rem, 20.9134615385vw + 9.9384615385rem, 43.4rem);
  }
  .about_img img {
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
  }
  .about_img01 {
    left: 0;
    top: clamp(13.5rem, -37.109375vw + 51.5rem, 23rem);
  }
  .about_img02 {
    right: 0;
    bottom: clamp(13.5rem, -37.109375vw + 51.5rem, 23rem);
  }
  .about_info {
    width: 49%;
  }
  .about_info .ttl01 {
    margin-bottom: 0;
    font-size: 3rem;
  }
  .about_info .ttl02 {
    margin-bottom: 17px;
    font-size: 3rem;
  }
  .about_info .ttl02 .num {
    font-size: 4rem;
  }
  .about_info .desc {
    line-height: 1.92em;
    margin-bottom: 34px;
  }
  .about_info .ttl03 {
    font-size: 2.4rem;
  }
  .about_frame .t {
    line-height: 1.92em;
  }
  .faq {
    padding: 51px 0 81px;
    margin-bottom: 53px;
  }
  .faq_heading {
    margin-bottom: 44px;
    font-size: 3.6rem;
  }
  .faq_item {
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
  }
  .faq_item:after {
    width: 74px;
    height: 76px;
    border-radius: 30px 0 0 0;
  }
  .faq_item::before {
    border-bottom: solid 78px #fff;
    border-left: solid 75px transparent;
  }
  .faq_question {
    border-radius: 30px 30px 0 0;
    padding: 25px 90px 0 31px;
    transition: all 0.5s;
  }
  .faq_question:hover {
    opacity: 0.7;
  }
  .faq_question::before {
    width: 25px;
    height: 5px;
    right: 29px;
    top: calc(50% + 3px);
  }
  .faq_question::after {
    height: 25px;
    width: 5px;
    right: 39px;
    top: calc(50% + 3px);
  }
  .faq_q {
    font-size: 5rem;
    margin: -1px 30px 0 0;
  }
  .faq_ttl {
    padding-bottom: 41px;
  }
  .faq_ttl .t {
    font-size: 2rem;
  }
  .faq_answer {
    border-radius: 0 0 30px 30px;
  }
  .faq_answer_content {
    padding: 0 90px 35px 33px;
  }
  .faq_a {
    font-size: 5rem;
    margin: 0 35px 0 0;
  }
  .faq_desc .d {
    font-size: 2rem;
  }
  .c_form {
    padding: 38px 0 85px;
  }
  .c_form_heading {
    line-height: 1.37em;
    margin-bottom: 38px;
    font-size: 3.6rem;
  }
  .c_form_frame {
    padding: 45px 40px 49px 40px;
  }
  .c_form_frame_heading {
    margin-bottom: 40px;
    font-size: 3rem;
  }
  .c_form_note {
    left: 6px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .c_form_head {
    font-size: 1.6rem;
  }
  .c_form_required {
    padding: 4px 5px 6px 5px;
  }
  .c_form_input {
    font-size: 1.6rem;
  }
  .c_form_textarea {
    font-size: 1.6rem;
  }
  .c_form_textarea {
    height: 140px;
  }
  .c_form_info {
    margin: 41px auto 26px;
  }
  .c_form_agree .c_item_wrap .c_cb_txt::before {
    top: 4px;
  }
  .c_form_agree .c_item_wrap .c_cb_txt::after {
    top: 9px;
  }
  .c_form_select {
    font-size: 1.6rem;
    margin: 0;
    padding: 13px 25px;
  }
  .c_form_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
  }
  .c_form_row dt {
    flex-shrink: 0;
    width: 35%;
    margin: 0;
    font-size: 1.6rem;
  }
  .c_form_row dd {
    width: 62%;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
  .c_form_row_textarea {
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .c_form_row_textarea dt {
    position: relative;
    top: 13px;
  }
  .c_form_row_no_note {
    margin-bottom: 22px;
  }
  .c_form_cb .c_item_wrap .c_cb_txt {
    font-size: 1.6rem;
  }
  .c_form_cb .c_item_wrap .c_cb_txt::before {
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .c_form_cb .c_item_wrap .c_cb_txt::after {
    top: 7px;
    left: 10px;
    height: 16px;
    width: 11px;
  }
  .c_form_cb_list label {
    width: 49%;
  }
  .c_form_btn_submit {
    font-size: 2.4rem;
    transition: all 0.5s;
  }
  .c_form_btn_submit:hover {
    transition: all 0.5s;
    background: linear-gradient(90deg, rgb(102, 200, 91) 0%, rgb(0, 187, 194) 100%);
    opacity: 1;
    transform: translateY(-5px);
  }
  .tabbr{
    display:none;
  }
}

@media screen and (min-width: 1025px) {
  .h_wrap {
    padding: 0 20px;
  }
  .logo {
    /* width: 16.5625vw; */
    left: 9px;
    top: 1px;
  }
  .h_menu_list {
    margin: 0 19px 0 0;
  }
  .h_menu_item {
    margin-right: clamp(1.5rem, 2.2608695652vw + -0.8173913043rem, 2.8rem);
  }
  .h_menu_item .link {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .h_btn {
    margin: 0 10px 0 0;
    width: 148px;
  }
  .h_btn .link {
    font-size: 1.6rem;
    padding: 12px 10px;
  }
  .mv {
    margin: 80px 0 0;
  }
  .mv_speech {
    font-size: 2.6rem;
  }
  .mv_info {
    top: 36px;
    width: 730px;
    height: 730px;
  }
  .mv_circle {
    top: 41px;
    right: -45px;
    width: 157px;
  }
  .mv_content02 {
    width: 800px;
  }
  .mv_btn_wrap {
    max-width: 556px;
  }
  .mv_btn_txt {
    line-height: 1.5em;
  }
  .brand_list {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .brand_item {
    margin: 0 10px 10px;
  }
  .brand_item:nth-child(1) {
    width: clamp(7.9rem, 3.4782608696vw + 4.3347826087rem, 9.9rem);
    top: -2px;
    left: -11px;
  }
  .brand_item:nth-child(2) {
    width: clamp(10.8rem, 6.9565217391vw + 3.6695652174rem, 14.8rem);
  }
  .brand_item:nth-child(3) {
    width: clamp(26rem, 30.0869565217vw + -4.8391304348rem, 43.3rem);
  }
  .brand_item:nth-child(5) {
    width: clamp(9.7rem, 3.4782608696vw + 6.1347826087rem, 11.7rem);
  }
  .brand_item:nth-child(6) {
    left: clamp(0rem, 1.2173913043vw + -1.247826087rem, 0.7rem);
    width: clamp(13.4rem, 6.9565217391vw + 6.2695652174rem, 17.4rem);
  }
  .brand_item:nth-child(7) {
    left: clamp(0rem, 1.7391304348vw + -1.7826086957rem, 1rem);
    width: clamp(7.3rem, 6.9565217391vw + 0.1695652174rem, 11.3rem);
  }
  .issues {
    padding: 50px 0 87px;
  }
  .issues_arrow .arr {
    top: calc(100% + 20px);
  }
  .issues_list {
    flex-wrap: nowrap;
  }
  .issues_item {
    width: 50%;
    margin: 0;
  }
  .issues_item:nth-child(3n+3) {
    margin: 0 0 15px 0;
  }
  .issues_txts li {
    border-radius: 50px;
    padding: 8px 20px;
    padding: 8px clamp(2rem, 1.5652173913vw + 0.3956521739rem, 2.9rem);
  }
  .point_heading2 .head2 {
    width: 221px;
  }
  .point_speech {
    top: -298px;
  }
  .point_speech_txt {
    width: 241px;
    padding: 28px 10px 12px;
  }
  .point_speech_txt .txt {
    font-size: 2rem;
  }
  .point_speech_txt::before {
    width: 45px;
    height: 55px;
  }
  .point_block_heading {
    padding: 0 clamp(1.5rem, 0.8695652174vw + 0.6086956522rem, 2rem) 20px clamp(1.5rem, 0.8695652174vw + 0.6086956522rem, 2rem);
  }
  .point_block_info {
    padding: 25px clamp(1.5rem, 1.9130434783vw + -0.4608695652rem, 2.6rem) 30px;
  }
  .point_block_person01 {
    left: 0;
    margin: clamp(-8.2rem, -2.1634615385vw + -4.7384615385rem, -6.4rem) auto 25px;
  }
  .point_block_person01 .speech {
    top: 48px;
    left: calc(50% + clamp(6.5rem, -2.0869565217vw + 9.8391304348rem, 7.7rem));
    width: 35%;
  }
  .point_block_person_img01 {
    width: clamp(15rem, 5.0434782609vw + 9.8304347826rem, 17.9rem);
  }
  .point_block_circle {
    top: clamp(3rem, 3.3043478261vw + -0.3869565217rem, 4.9rem);
    left: -16px;
    margin: 0 clamp(1.5rem, 6.6086956522vw + -5.2739130435rem, 5.3rem) 0 0;
    width: clamp(26rem, 2.0869565217vw + 23.8608695652rem, 27.2rem);
  }
  .point_block_chart {
    top: 52px;
    width: 184px;
  }
  .point_block_person02 .speech {
    right: calc(50% + clamp(5.5rem, 2.9565217391vw + 2.4695652174rem, 7.2rem));
    width: auto;
  }
  .point_block_person_img02 {
    right: 0;
    width: clamp(15rem, 3.4782608696vw + 11.4347826087rem, 17rem);
  }
  .point_block_steps {
    top: -11px;
  }
  .point_block_step .icon {
    width: clamp(7rem, 4.347826087vw + 2.5434782609rem, 9.5rem);
  }
  .point_block_step .t {
    width: 150px;
    padding: 11px clamp(0.5rem, 0.6009615385vw + 0.0384615385rem, 1rem);
  }
  .point_block_step01 {
    left: 0;
  }
  .point_block_step01 .txt::after {
    bottom: clamp(-1rem, 3.3043478261vw + -4.3869565217rem, 0.9rem);
    transform: translateX(-50%) rotate(14deg);
    width: clamp(11.8rem, 9.7391304348vw + 1.8173913043rem, 17.4rem);
    height: clamp(0.8rem, 0.347826087vw + 0.4434782609rem, 1rem);
  }
  .point_block_step02 {
    margin: clamp(3.8rem, -3.4782608696vw + 9.3652173913rem, 5.8rem) clamp(0.5rem, 9.5652173913vw + -9.3043478261rem, 6rem) 0;
  }
  .point_block_step02 .txt::after {
    bottom: clamp(-3.9rem, -1.7391304348vw + -1.1173913043rem, -2.9rem);
    width: clamp(10rem, 12.8695652174vw + -3.1913043478rem, 17.4rem);
    height: clamp(4.6rem, 9.2173913043vw + -4.847826087rem, 9.9rem);
    transform: translateX(-50%) rotate(-2deg);
  }
  .point_block_step03 {
    right: 0;
    margin: clamp(7.3rem, -6.4347826087vw + 17.5956521739rem, 11rem) 0 0;
  }
  .point_block_step03 .t {
    padding: 13px clamp(0.5rem, 0.8695652174vw + -0.3913043478rem, 1rem);
  }
  .strength .c_heading {
    margin-bottom: 99px;
  }
  .strength_item_img {
    top: -66px;
    right: clamp(3rem, 4.6956521739vw + -1.8130434783rem, 5.7rem);
    width: clamp(40rem, 12.1739130435vw + 27.5217391304rem, 47rem);
  }
  .strength_info {
    width: 55%;
    padding: 118px 0 40px clamp(2.5rem, 5.1682692308vw + -1.4692307692rem, 6.8rem);
  }
  .strength_info .head {
    width: auto;
  }
  .strength_info .desc {
    padding-right: clamp(0rem, 16.6956521739vw + -17.1130434783rem, 9.6rem);
  }
  .service_sec_desc {
    max-width: 65.25%;
  }
  .service_block_img {
    height: auto;
  }
  .service_block_img img {
    height: auto;
    width: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
  .service_block_ttl {
    top: calc(50% - 8px);
    left: 27px;
    right: 27px;
  }
  .service_block_ttl .ttl01 {
    margin-bottom: 15px;
  }
  .service_block_ttl .ttl01 .t {
    font-size: 2.4rem;
  }
  .service_block_inline .service_block_info01 {
    width: 50%;
  }
  .service_block_inline .service_block_info02 {
    padding: clamp(3rem, 6.6086956522vw + -3.7739130435rem, 6.8rem) clamp(1.5rem, 3.4782608696vw + -2.0652173913rem, 3.5rem) 30px clamp(2rem, 6.0869565217vw + -4.2391304348rem, 5.5rem);
  }
  .service_block_inline .service_block_ttl {
    margin-bottom: 40px;
  }
  .service_block_inline .service_block_ttl .ttl01 {
    margin-bottom: 20px;
  }
  .plan_heading {
    font-size: 4rem;
  }
  .plan_list {
    flex-wrap: nowrap;
  }
  .plan_item {
    width: 32%;
    margin: 0;
  }
  .plan_item_content {
    padding: 0 clamp(0.7rem, 2.2608695652vw + -1.6173913043rem, 2rem) 52px;
  }
  .plan_item_desc {
    padding: 0 18px;
  }
  .plan_step_head_wrap {
    margin: 0 10px 0 0;
  }
  .plan_step_head_t {
    font-size: 3rem;
  }
  .plan_step_head_num .step {
    font-size: 3rem;
  }
  .plan_step_head_num .num {
    font-size: 5.8rem;
  }
  .plan_step_txt {
    top: clamp(5rem, 9.9130434783vw + -5.1608695652rem, 10.7rem);
    font-size: 3rem;
    line-height: 1.85em;
  }
  .plan_step_txt .txt_big {
    font-size: 4rem;
  }
  .about_imgs {
    top: 19px;
    width: 47.11%;
  }
  .about_img01 {
    top: clamp(4rem, -11.8260869565vw + 22.9217391304rem, 10.8rem);
  }
  .about_img02 {
    right: -5px;
    bottom: clamp(5.6rem, -9.0434782609vw + 20.0695652174rem, 10.8rem);
  }
  .faq_question {
    padding: 25px 110px 0 31px;
  }
  .faq_answer_content {
    padding: 0 111px 35px 33px;
  }
  .c_form_frame {
    padding: 45px 81px 49px 107px;
  }
  .c_form_cb_list label {
    width: auto;
    margin: 0 30px 0 0 !important;
  }
}

@media screen and (min-width: 1281px) {
  .sp_1025 {
    display: block;
  }
  #header {
    padding: 17px 38px 15px;
  }
  .mv {
    padding: 0 40px;
  }
  .mv_bg01 {
    top: 61px;
    left: 47px;
    width: 731px;
  }
  .mv_bg02 {
    top: 51px;
    right: 24px;
    width: 633px;
  }
  .brand_list {
    padding: 0 42px;
  }
  .point_startgoal {
    margin-bottom: 65px;
  }
  .point_startgoal_line {
    max-width: 1078px;
  }
  .point_startgoal_start, .point_startgoal_goal {
    bottom: 38px;
  }
  .point_speech {
    top: -290px;
  }
  .point_person {
    left: 0;
  }
  .point_chart_img {
    width: calc(100% + 66px);
  }
  .about_info {
    width: 44%;
  }
  .about_info .ttl01 {
    padding-left: 8px;
  }
  .about_info .ttl02 {
    padding-left: 8px;
  }
  .about_info .desc {
    padding-left: 8px;
  }
}

@media screen and (max-width: 1165px) and (min-width: 768px) {
  .mv {
    margin: 110px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .mv_content02{
    width: 700px;
  }
  .mv_people_balloon img{
    top: -300px;
    left: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    height: calc(65.429vw + 3.7px);
  }
  .mv_bg01 {
    width: 41.2363vw;
  }
  .mv_bg02 {
    top: 17.3px;
    width: 45.117vw;
  }
  .mv_bg02 img {
    margin-left: auto;
  }
  .mv_txt_big01 {
    font-size: 3vw;
  }
  .mv_txt_big01 b {
    font-size: 3.75vw;
  }
  .mv_heading .head {
    font-size: 4vw;
  }
  .mv_info {
    top: 8.2324vw;
    width: 53.48vw;
    height: 53.48vw;
    padding: 15% 30px 0;
  }
  .mv_circle {
    top: 23px;
    right: -10vw;
    width: 16.6vw;
  }
  .mv_block {
    align-items: center;
    flex-direction: column;
    row-gap: 1.17vw;
    margin: 0 auto;
  }
  .mv_content02 {
    width: 56.25vw;
  }
  .mv_people_balloon img{
    top: -270px;
    left: 50vw;;
  }
  .mv_speech {
    margin-top: 0;
  }
  .mv_block_txt {
    font-size: 2.05vw;
    margin-bottom: 0;
  }
  .mv_block_txt .num {
    font-size: 3.125vw;
  }
  .mv_btn_wrap {
    max-width: 454px;
    width: 44.33vw;
  }
  .mv_btn_link {
    justify-content: space-around;
    height: 8.496vw;
    padding-left: 3.22vw;
  }
  .mv_btn_txt {
    flex-basis: calc(100% - 6.738vw);
    margin: 0;
    font-size: 2.45vw;
  }
  .mv_btn_arrow {
    width: 6.738vw;
    height: 6.738vw;
  }
}
@media screen and (max-width: 900px) {
  .mv_people_balloon img{
    top: -240px;

  }
}
@media screen and (max-width: 768px) {
  .mv_wrap {
    height: calc(110.54vw + 3.7px);
  }
  .mv_bg01,
  .mv_bg02 {
    width: 96.33%;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_bg01 {
    top: 0;
  }
  .mv_bg02 {
    bottom: 3.19vw;
  }
  .mv_txt_big {
    font-size: 4.5vw;
  }
  .mv_txt_big b {
    font-size: 5.5vw;
  }
  .mv_info {
    border-radius: 50%;
    display: block;
    padding: 18.619vw 0 0;
    top: 50%;
    transform: translateY(-50%);
    width: 71.31vw;
    height: 71.31vw;
    margin-top: 0;
  }
  .mv_heading .head {
    font-size: 6vw;
  }
  .mv_circle {
    width: 19.513vw;
  }
  .mv_content02 {
    bottom: 20vw;
  }
  .mv_people_balloon {
    max-width:160px;
  }
  .mv_people_balloon img{
    top: -30vw;
  }
  .mv_block {
    display: block;
    max-width: 90%;
  }
  .mv_speech {
    font-size: 3.75vw;
  }
   .mv_block_txt {
    font-size: 2.734vw;
    line-height: 1.5;
  }
  .mv_block_txts {
    margin-top: 1.562vw;
  }
  .mv_block_txt .num {
    font-size: 4.166vw;
  }
  .mv_btn_wrap {
    width: 61.84vw;
    bottom: -5.66vw;
  }
  .mv_btn_leftlink,.mv_btn_rightlink {
    height: 11.328vw;
  }
  .mv_btn_txt {
    font-size: 3.38vw;
  }
  .btn_area {
    padding: 8px 10px 20px;
  }
  .lead {
    padding-top: calc(4.026vw + 3em);
  }
  .plan_step_head_wrap {
    margin: 0;
    width: calc(197px / 2);
  }
  .plan_step_head_circle {
    border: solid 10px rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    width: calc(197px / 2);
    height: calc(98.5px / 2);
  }
  .plan_step_head_num {
    top: calc(50% + 10px);
  }
  .plan_step_head_num .step {
    font-size: 1.6rem;
  }
  .plan_step_head_num .num {
    font-size: 3.6rem;
  }
  .plan_step_head_t {
    width: calc(100% - 108.5px);
    margin-left: 10px;
    text-align: left;
  }
  .plan_step_head_t + p {
    width: 100%;
    margin-top: 20px;
  }
  .induction_item {
    padding: 8px 15px 8px 30px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .tabbr {
    display:block;
  }
}
@media screen and (max-width: 414px) {
  .brand_list {
    animation-duration: 18.56s;
  }
  .mv_circle {
    top: -20px;
    width: 26vw;
   }
  
  /* .mv_speech_txt {
    padding-bottom: calc(1.55vw + 5.5px);
    background: url(../images/bg_mv_speech.svg) no-repeat 0 bottom / 100% auto;
    border-bottom: 0;
  }
  .mv_speech_txt:before, .mv_speech_txt:after {
    display: none;
  } */
  .mv_block_txts {
    margin-top: -6px;
  }
  .btn_area {
    flex-direction: column;
  }
  .mv_btn_wrap {
    width: 100%;
  }
  .mv_btn_leftlink, .mv_btn_rightlink {
    height: 16.328vw;
  }
  .mv_btn_txt {
    font-size: 2rem;
  }
  .mv_content02{
    bottom: 9vw;
    width: 80vw;
  }
  .mv_people_balloon{
    max-width:120px;
  }
  .mv_people_balloon img{
    top:-42vw;
    left: 60vw;
  }
  .issues_heading{
    margin-bottom: 30px;
  }
  .about_company_logo img {
    margin-bottom: 28px;
  }
  .about_compare_table {
    font-size: 1.5rem;
    min-width: inherit;
    width: 768px;
  }
  .about_compare_table thead .empty {
    width: 20%;
  }
  .about_compare_table thead .arches {
    font-size: 2.6rem;
    width: 26%;
  }
  .about_compare_table::before,
  .about_compare_table::after {
    left: calc(19% + 10px);
    width: calc(26% + 10px);
  }
  .about_compare_table thead th {
    width: 25%;
  }
  .tabbr{
    display:none;
  }
  .spbr{
    display:block;
  }
  .lead{
    padding-top: 37px;
  }
  .lead_text .large {
    font-size: 6.5vw;
  }
  .lead_text .large_num {
    font-size: 8vw;
  }
  .point_block_speech{
    font-size: 2.2rem;
  }
  .point_sec02_heading{
    font-size: 2.4rem;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*# sourceMappingURL=maps/style.css.map */
