html body #wrapper {
  /*----------------------------------------------------
      HEADER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > header {
  position: relative;
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #FFFEED;
}
html body #wrapper > header .header_item {
  position: absolute;
}
html body #wrapper > header .first_logo img {
  width: 100%;
}
html body #wrapper > header .buttons {
  text-align: center;
  width: 25rem;
  right: 18%;
  top: 50%;
  transform: translate(50%, -50%);
}
html body #wrapper > header {
  /*----------------------------------------------------
      BUTTON STYLE
  ----------------------------------------------------*/
}
html body #wrapper > header .btn_wrap a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  color: white;
  text-decoration: none;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  border-radius: 180rem;
  border: 4px solid #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  margin: 0.7rem 0 0.3rem 0;
}
html body #wrapper > header .btn_wrap a:after {
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 1.5rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url(../img/arrowright.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body #wrapper > header .btn_wrap.grad_green a {
  background: linear-gradient(to bottom, #78C405, #CEE100);
}
html body #wrapper > header .btn_wrap.grad_orange a {
  background: linear-gradient(to bottom, #fa781b, #ffbc2c);
}
html body #wrapper > header .first_logo, html body #wrapper > header .cp_ttl {
  top: 50%;
  left: 17%;
  transform: translate(-50%, -50%);
}
html body #wrapper > header .first_logo {
  width: 364px;
}
html body #wrapper > header .cp_ttl {
  width: 340px;
}
html body #wrapper > header .copy {
  font-family: "Montserrat", sans-serif;
  right: 2.5%;
  bottom: 1%;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  html body #wrapper > header {
    display: none;
  }
}
html body #wrapper {
  /*----------------------------------------------------
      MAIN STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      BUTTON STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .btn_wrap a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  color: white;
  text-decoration: none;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  border-radius: 180rem;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  margin: 0.7rem 0 0.3rem 0;
}
html body #wrapper > main#contentsAll .btn_wrap a:after {
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 1.5rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url(../img/arrowright.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body #wrapper > main#contentsAll .btn_wrap.grad_green a {
  background: linear-gradient(to bottom, #78C405, #CEE100);
}
html body #wrapper > main#contentsAll .btn_wrap.grad_orange a {
  background: linear-gradient(to bottom, #fa781b, #ffbc2c);
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      CATCH STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .catch {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1";
}
html body #wrapper > main#contentsAll .catch span {
  color: #F16800;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------
      MV
  ----------------------------------------*/
  /*----------------------------------------------------
    CONTENTS STYLE
  ----------------------------------------------------*/
  /* img */
}
html body #wrapper > main#contentsAll .card_brown {
  background-color: #FFF4DF;
  border-radius: 6px;
}
html body #wrapper > main#contentsAll .card_beige {
  background-color: #FFFEED;
  border-radius: 6px;
}
html body #wrapper > main#contentsAll .hrline {
  border: none;
  border-top: 1px solid #F16800;
  margin: 0.3rem 0;
}
html body #wrapper > main#contentsAll .h1_txt {
  font-weight: 600;
}
html body #wrapper > main#contentsAll {
  /* section */
}
html body #wrapper > main#contentsAll .section {
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.bg_img {
  position: relative;
  padding: 0;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents {
  position: absolute;
  padding: 1.5rem 1.5rem 0;
  width: 100%;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo a {
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo a img {
  width: 57%;
  height: auto;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background-color: #FA781B;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger span:nth-child(1) {
  top: 14px;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger span:nth-child(3) {
  bottom: 14px;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger {
  cursor: pointer;
  z-index: 1000;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger span {
  transition: all 0.3s;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger.active span:nth-child(2) {
  opacity: 0;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .hamburger.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #fff;
  transition: 0.3s;
  z-index: 999;
  padding: 80px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu {
    width: 30%;
    height: 100vh;
    padding: 25px 20px;
  }
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu.active {
  right: 0;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background-color: #FBFAF6;
  border-radius: 5px;
  padding: 0.5rem 0.2rem;
}
@media (max-width: 767px) {
  html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li {
    font-size: 0.8rem;
    padding: 0;
  }
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  color: #FA781B;
  background-color: #FBFAF6;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li a {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li a span {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li a span {
    font-size: 0.8rem;
  }
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo .nav_area .menu ul li img {
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_logo {
    max-width: 410px;
    margin: 0 auto;
    left: 2rem;
    right: 2rem;
  }
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_ttl {
  text-align: left;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding-top: 5rem;
  color: white;
}
html body #wrapper > main#contentsAll .section.bg_img .mv_contents .mv_ttl p {
  font-size: 2rem;
}
html body #wrapper > main#contentsAll .section.bg_img2 {
  background-image: url(../img/sec1_bg_img2.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -3rem;
  padding: 2rem 1rem;
}
html body #wrapper > main#contentsAll .section.bg_img2 .sec1_mv_img {
  display: flex;
  justify-content: flex-end;
}
html body #wrapper > main#contentsAll .section.bg_img2 .sec1_mv_img img {
  width: 65%;
}
html body #wrapper > main#contentsAll .section.bg_img2 .mv_txt {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7E5800;
  line-height: 3rem;
  letter-spacing: 3px;
  padding: 2rem 1.5rem;
}
html body #wrapper > main#contentsAll .section.bg_img2 .sec1_mv_img2 {
  display: flex;
  justify-content: center;
}
html body #wrapper > main#contentsAll .section.bg_img2 .sec1_mv_img2 img {
  width: 85%;
}
html body #wrapper > main#contentsAll .section.bg_white {
  padding: 0 0 2rem 0;
}
html body #wrapper > main#contentsAll .section.bg_white h1 {
  padding-top: 2.5rem;
}
html body #wrapper > main#contentsAll .section.bg_white .cardlist {
  margin: 1rem 0.8rem 0 0.8rem;
  padding: 0.5rem 0 1.5rem;
}
html body #wrapper > main#contentsAll .section.bg_white .cardlist .card {
  margin-top: 1rem;
  display: flex;
  padding: 1.5rem 0 1.5rem 0.8rem;
  gap: 0.7rem;
}
html body #wrapper > main#contentsAll .section.bg_white .cardlist img {
  width: 1.5rem;
}
html body #wrapper > main#contentsAll .section.bg_white .triangle {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #FA781B;
  margin: 0 auto;
}
html body #wrapper > main#contentsAll .section.bg_white .catch {
  background-image: url(../img/sec1_bg_white_foot.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  font-size: 1.6rem;
  color: #F16800;
  -webkit-text-decoration: underline 1.5px #F16800;
          text-decoration: underline 1.5px #F16800;
  text-underline-offset: 4px;
  letter-spacing: 2px;
  padding: 0 2rem 10rem;
}
html body #wrapper > main#contentsAll .section.bg_white .catch p {
  padding: 2rem 0 8rem;
  line-height: 4rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img {
  background-image: url(../img/sec2_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 1.5rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img h1 {
  padding-top: 2rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img h1 .h1_txt p {
  color: white;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img .sec2_card_list {
  padding: 1.5rem 0.8rem 1.5rem 0.8rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img .sec2_card_list .sec2_card {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 1rem;
  border: 2px solid #F16800;
  border-radius: 10px;
  padding: 1rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img .sec2_card_list .sec2_card .sec2_card_ttl {
  color: #F16800;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_img .sec2_card_list .sec2_card .sec2_card_ttl .number {
  font-size: 1.5rem;
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.sec2.bg_white h1 {
  padding: 2.5rem 0;
  line-height: 3rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_white h1 .h1_txt .txt_white {
  background-color: #F16800;
  color: white;
  padding: 0.2rem 0.6rem;
  margin-right: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec2.bg_white .sec2_card_set {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
}
html body #wrapper > main#contentsAll .section.sec2.bg_white .sec2_card_set img {
  width: calc(50% - 0.2rem);
  height: auto;
  display: block;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img {
  background-image: url(../img/sec3_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 0 8rem 0;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .boss {
  background-color: #FFFEED;
  margin: 21rem 0 1rem 10rem;
  padding: 0.2rem 3rem 0.7rem;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  text-align: center;
  color: #6E5555;
  gap: 1.2rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .boss .class {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .boss .name {
  display: flex;
  flex-direction: column;
  line-height: 1.3rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .boss .name .yomi {
  font-size: 0.7rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img h3 {
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .profile {
  padding: 0 0.7rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .profile .prof_list {
  background-color: #FAF6F1;
  margin-top: -1.3rem;
  padding: 1rem 1rem;
  border-radius: 16px;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .profile .prof_list .prof_contents {
  background-color: white;
  border-radius: 10px;
  display: flex;
  font-size: 0.8rem;
  font-weight: 100;
  line-height: 2rem;
  padding-left: 0.5rem;
  gap: 1rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .no_smoke {
  padding: 0.5rem 0.7rem 0;
  display: block;
  text-align: center;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .no_smoke p {
  font-size: 0.85rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards_ttl {
  text-align: center;
  margin-top: 2rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards {
  margin-top: -0.5rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards .awards_overview {
  display: block;
  text-align: center;
  line-height: 2rem;
  margin: 0;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards .hrline {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 0.3rem 2rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards .records {
  display: flex;
  padding: 0.5rem 2rem;
  font-weight: 300;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards .records.last .year {
  display: flex;
  align-items: center;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .awards .archive {
  font-weight: 300;
  text-align: center;
  padding-bottom: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_img .catch {
  background-image: url(../img/sec3_catch_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige {
  background-color: #FFFEED;
  padding-bottom: 3rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .downarrow {
  padding: 0 2rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .downarrow img {
  margin-top: -4rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .sec3_card_list {
  padding-top: 1.8rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .sec3_card {
  position: relative;
  margin-bottom: 1rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .sec3_card img {
  width: 100%;
  height: auto;
  display: block;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .sec3_card_txt {
  position: absolute;
  left: 5rem;
  bottom: 2rem;
  right: 1rem;
  font-weight: 300;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .sec3_card_txt.text_low {
  bottom: 1rem;
}
html body #wrapper > main#contentsAll .section.sec3.bg_beige .sec3_card_txt span {
  font-size: 1.2rem;
  color: #F16800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white h1 {
  padding-bottom: 2.5rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white h1 span {
  color: #F16800;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_txt {
  text-align: center;
  font-size: 0.95rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_img_list {
  padding: 2.5rem 1rem 0 1rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_img_list .intro_head {
  background-color: #7E5800;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.3rem 0;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_img_list .intro_img_set {
  padding-top: 0.8rem;
  display: flex;
  gap: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_img_list .intro_img_set .intro_view {
  width: 100%;
  display: flex;
  flex-direction: column;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_img_list .intro_img_set .intro_view .intro_p {
  background-color: #FAF6F1;
  text-align: center;
  line-height: 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #wrapper > main#contentsAll .section.sec4.bg_white .intro_img_list .intro_txt {
  padding: 3rem 0 2rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img {
  background-image: url(../img/sec4_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .sec4_card_list {
  padding: 3rem 0.5rem 0 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .sec4_card_list .sec4_card {
  background-color: white;
  border: 1px solid #D9D9D9;
  padding: 0.5rem 0.5rem;
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .sec4_card_list .sec4_card img {
  width: 5.5rem;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .sec4_card_list .sec4_card .sec4_card_txt {
  font-weight: 300;
  left: 0;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .sec4_card_list .sec4_card .sec4_card_txt span {
  color: #F16800;
  font-size: 1.3rem;
  font-weight: 500;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .triangle {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 25px solid #6E5555;
  margin: 0.6rem auto;
}
html body #wrapper > main#contentsAll .section.sec4.bg_img .caution {
  padding: 1rem 0 2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list {
  padding: 2rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card {
  background-color: #FCFBE6;
  border-radius: 16px;
  display: flex;
  margin-top: 1rem;
  padding: 2rem 1rem;
  gap: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card img {
  width: 5rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card .sec5_card_txt {
  font-weight: 300;
  line-height: 1.2rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card .sec5_card_txt .hrline {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin-top: 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card .sec5_card_txt .who {
  font-size: 0.8rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card.reverse {
  flex-direction: row-reverse;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_card_list .card.reverse .who {
  text-align: right;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .price_list {
  padding: 1rem 0.5rem 0;
  line-height: 3rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .price_list .free {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  -webkit-text-decoration: underline 1px solid #f16800;
          text-decoration: underline 1px solid #f16800;
  text-underline-offset: 10px;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .price_list .free p {
  line-height: 3rem;
  padding-top: 0;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .sec5_foot {
  margin-top: -1rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .note {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-top: -3rem;
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.sec5.bg_white .note .note_contents {
  display: flex;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img {
  background-image: url(../img/sec6_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list {
  padding: 3rem 0.5rem 2rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card {
  background-color: #FFFEED;
  margin-top: 1rem;
  padding: 0.5rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .question {
  display: flex;
  align-items: center;
  gap: 1rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .question img {
  width: 2.5rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .question p {
  color: #F16800;
  font-weight: 600;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .hrline {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 1rem 0;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .answer {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .answer img {
  top: 0;
  width: 3rem;
  margin-left: -3px;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .answer p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img .qa_card_list .qa_card .answer span {
  font-size: 1rem;
  font-weight: 600;
  color: red;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img2 {
  background-image: url(../img/sec6_bg2.svg);
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 0 0.5rem;
  margin-top: 0;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img2 .se6_catch {
  -webkit-text-decoration: underline dotted black;
          text-decoration: underline dotted black;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  padding-top: 3rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img2 img {
  margin-top: 1.5rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img2 .information {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2rem 0;
  line-height: 2.8rem;
}
html body #wrapper > main#contentsAll .section.sec6.bg_img2 .grad_orange {
  padding-bottom: 2rem;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
    FOOTER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .footer {
  background-color: white;
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 4rem 5rem;
}
html body #wrapper > main#contentsAll .footer .content {
  width: 100%;
}
html body #wrapper > main#contentsAll .footer .content .name {
  font-size: 0.5rem;
  line-height: 0.8rem;
  padding-bottom: 0.7rem;
}
html body #wrapper > main#contentsAll .footer .content .name span {
  font-size: 1.5rem;
}
html body #wrapper > main#contentsAll .footer .content button {
  position: relative;
  background-color: #F16800;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0.7rem 4.2rem;
  margin-top: 0.7rem;
  border-radius: 60px;
}
html body #wrapper > main#contentsAll .footer .content button a {
  text-decoration: none;
  color: white;
}
html body #wrapper > main#contentsAll .footer .content button a::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.8rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url(../img/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body #wrapper > main#contentsAll .footer .content .copyright {
  color: #F16800;
  font-size: 0.8rem;
  font-weight: 200;
  padding-top: 3rem;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
  CTA STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .cta_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
  display: flex;
  z-index: 1000;
  gap: 5px;
  padding: 0 5px;
}
html body #wrapper > main#contentsAll .cta_fixed .btn_wrap {
  flex: 1;
}
html body #wrapper > main#contentsAll .cta_fixed .btn_wrap a {
  display: block;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 0.8rem;
}
html body #wrapper > main#contentsAll .cta_fixed .btn_wrap a::after {
  width: 0.8rem;
  right: 1rem;
}/*# sourceMappingURL=style.css.map */