.use {
  padding-bottom: 0;
}
.use .catch {
  text-align: center;
  margin-bottom: 60px;
}
.use_box {
  gap: 0;
}
@media screen and (max-width: 820px) {
  .use_box {
    flex-wrap: wrap;
  }
}
.use_box .item {
  width: 50%;
  padding: 40px 60px 120px;
  color: #fff;
  background: #f7ab75;
}
@media screen and (max-width: 820px) {
  .use_box .item {
    width: 100%;
    padding: 40px 20px 60px;
  }
}
.use_box .item:nth-child(2) {
  background: #f08336;
}
.use_box .item .title_box {
  text-align: center;
  margin: 0 auto 40px;
}
.use_box .item .title_box img {
  max-width: calc(132px / 2);
  width: 100%;
}
.use_box .item .title_box .title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.use_box .item .title_box .title .mini {
  font-size: 1.6rem;
}
.use_box .item .youtube_box {
  flex-wrap: wrap;
  gap: 60px 30px;
  text-align: center;
  align-items: center;
}
.use_box .item .youtube_box .box {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .use_box .item .youtube_box .box {
    width: 100%;
  }
}
.use_box .item .youtube_box .box:first-of-type {
  width: 100%;
}
.use_box .item .youtube_box .box .flex {
  border-bottom: 1px solid;
  padding-bottom: 50px;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .use_box .item .youtube_box .box .flex {
    flex-wrap: wrap;
  }
}
.use_box .item .youtube_box .box .title {
  font-size: 1.8rem;
}
.use_box .item .youtube_box iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.plan_tabs {
  position: relative;
}
.plan_tabs .tab_btn {
  width: 30%;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  box-shadow: 2px 2px 0 #333;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .plan_tabs .tab_btn {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .plan_tabs .tab_btn {
    text-align: center;
    font-size: 1.4rem;
  }
}
.plan_tabs .tab_btn a {
  display: block;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.3s;
  background: #fff;
  color: #f7ac75;
}
.plan_tabs .tab_btn a:hover {
  cursor: pointer;
}
.plan_tabs .tab_btn a.show {
  background: #f7ac75;
  color: #fff;
}
.plan_tabs .tab_list {
  position: relative;
  justify-content: center;
  margin: 0 auto 30px;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .plan_tabs .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.plan_tabs .panel_area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_tabs .panel_area {
    width: 90%;
    margin: 0 auto;
  }
}
.plan_tabs .plan_wrap {
  display: none;
  height: 800px;
  overflow-x: scroll;
  padding: 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .plan_tabs .plan_wrap {
    padding: 20px;
  }
}
.plan_tabs .plan_wrap.show {
  display: block;
}
.plan_tabs .plan_wrap .title {
  margin-bottom: 1em;
  border-left: 4px solid #70bf83;
  padding-left: 1em;
}
.plan_tabs .plan_wrap .lead {
  margin-bottom: 2em;
}
.plan_tabs .plan_wrap .textright {
  text-align: right;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  text-align: center;
  padding-bottom: 80px;
  color: #5c5c5c;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .error-404 {
    padding: 70px 0 80px;
  }
}
.error-404 .not_found_text {
  margin-bottom: 50px;
}
.error-404 .btn {
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.3s;
  background: #f08336;
  color: #fff;
  max-width: 350px;
  font-size: 1.8rem;
  font-weight: 600;
  box-shadow: 2px 2px 0 #333;
  text-align: center;
  border: 1px solid #333;
  transform: all 0.3s;
}
.error-404 .btn:hover {
  cursor: pointer;
  background: #fff;
  color: #f08336;
}
/*# sourceMappingURL=style.css.map */