@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.simulationSection {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  background-image: url("../../components/simulation/img/simulation_background.png"), linear-gradient(to bottom, #fff1d4, #ffede8);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 50px;
  color: #353535;
  padding: 1em 0 1.5em;
}
.simulationSection * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  background: none;
}
.simulationSection html,
.simulationSection body {
  line-height: 1;
}
.simulationSection table {
  border-collapse: collapse;
  border-spacing: 0;
}
.simulationSection ul,
.simulationSection ol {
  list-style: none;
}
.simulationSection button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.simulationSection img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
@media screen and (min-width: 500px) {
  .simulationSection {
    padding: 1em 0 2em;
    background-image: url("../../components/simulation/img/simulation_background.png"), linear-gradient(to bottom, #fffdf2, #ffe4ce);
  }
}
.simulationSection * {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 500px) {
  .simulationSection * {
    font-size: 16px;
  }
}
.simulationSection .text-bold {
  font-weight: bold;
}
.simulationSection .text-small {
  font-size: 12px;
}
.simulationSection .text-medium {
  font-size: 16px;
}
.simulationSection .text-large {
  font-size: 22px;
}
@media screen and (min-width: 500px) {
  .simulationSection .text-large {
    font-size: 24px;
  }
}
.simulationSection .text-center {
  text-align: center;
}
.simulationSection .simulationSectionWrap {
  max-width: 872.7272727273px;
  margin: 0 auto;
}
.simulationSection .display-none {
  display: none !important;
}
.simulationSection .only_tab_display {
  display: block;
}
@media screen and (min-width: 500px) {
  .simulationSection .only_tab_display {
    display: none;
  }
}
.simulationSection .only_pc_display {
  display: none;
}
@media screen and (min-width: 500px) {
  .simulationSection .only_pc_display {
    display: block;
  }
}
.simulationSection .error {
  color: #f23a30;
}
.simulationSection .orangeCheckBtn {
  border-radius: 50px;
  background: #fff7ee;
  border: 1px solid #e44b04;
  padding: 0.75em 0.5em;
  font-weight: 500;
  width: calc(50% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 500px) {
  .simulationSection .orangeCheckBtn {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 780px) {
  .simulationSection .orangeCheckBtn {
    width: calc(33.3333333333% - 10px);
  }
}
.simulationSection .orangeCheckBtn__input {
  display: none;
}
.simulationSection .orangeCheckBtn__input:has(.simulationSection .orangeCheckBtn_input:checked) {
  border: 2px solid #e44b04;
  background: black;
}
.simulationSection .orangeCheckBtn:hover {
  background: #ffebd7;
}
.simulationSection .orangeCheckBtn:has(input[type=checkbox]:checked) {
  background: #e44b04;
  color: white;
}
.simulationSection .grayBackButton {
  border-radius: 50px;
  padding: 0.75em 0.5em;
  font-weight: 500;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: #dbdad9;
  color: #353535;
  font-weight: bold;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
}
.simulationSection .orangeGradientButton {
  background: linear-gradient(to right, #fc5214, #ffa100);
  font-weight: bold;
  color: white;
  border-radius: 9999px;
  border: none;
  padding: 0.75em 3em;
  cursor: pointer;
  min-width: 177px;
}
.simulationSection .orangeGradientButton:disabled {
  background: #c0bdbc;
  color: #353535;
  cursor: not-allowed;
}
@media screen and (min-width: 500px) {
  .simulationSection .orangeGradientButton {
    padding: 0.75em 2.75em;
    min-width: 200px;
  }
}
@media screen and (min-width: 500px) {
  .simulationSection .dotOrangeBorderBtmWrap .text-medium {
    font-size: 18px;
  }
}
.simulationSection .dotOrangeBorderBtmWrap--tb {
  line-height: 2;
}
.simulationSection .dotOrangeBorderBtmWrap--tb .dotOrangeBorderBtm {
  position: relative;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: none;
}
@media screen and (min-width: 500px) {
  .simulationSection .dotOrangeBorderBtmWrap--tb .dotOrangeBorderBtm .text-medium {
    font-size: 18px;
  }
}
.simulationSection .dotOrangeBorderBtmWrap--tb .dotOrangeBorderBtm::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #f66d2e 2px, transparent 2px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 500px) {
  .simulationSection .dotOrangeBorderBtmWrap--tb .dotOrangeBorderBtm::after {
    line-height: 1.4;
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .simulationSection .dotOrangeBorderBtmWrap--tb .dotOrangeBorderBtm {
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: none;
  }
  .simulationSection .dotOrangeBorderBtmWrap--tb .dotOrangeBorderBtm::after {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .simulationSection .dotOrangeBorderBtmWrap--pc .text-medium {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  .simulationSection .dotOrangeBorderBtmWrap--pc {
    line-height: 2;
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: none;
  }
  .simulationSection .dotOrangeBorderBtmWrap--pc::after {
    content: "";
    position: absolute;
    bottom: 0.1em;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #f66d2e 2px, transparent 2px);
    background-size: 12px 4px;
    background-repeat: repeat-x;
  }
}
.simulationSection__titleArea {
  margin: 24px auto 0;
  width: fit-content;
}
.simulationSection__titleArea__descrption {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.simulationSection__titleArea__descrption .largeValue {
  font-size: 1.2em;
  color: #e44b04;
}
@media screen and (min-width: 500px) {
  .simulationSection__titleArea__descrption {
    font-size: 2em;
  }
}
.simulationSection__titleArea__h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1em;
  max-width: 300px;
  margin: 1em auto 0;
}
.simulationSection__titleArea__h2::before, .simulationSection__titleArea__h2::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.simulationSection__titleArea__h2::before {
  top: -8px;
  left: -16px;
  width: 16px;
  height: 16px;
  background-image: url("../../components/simulation/img/orange_star.svg");
}
.simulationSection__titleArea__h2::after {
  width: 24px;
  height: 24px;
  right: -20px;
  bottom: -24px;
  background-image: url("../../components/simulation/img/orange_star2.svg");
}
.simulationSection__titleArea__h2__img {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .simulationSection__titleArea__h2 {
    max-width: none;
  }
  .simulationSection__titleArea__h2::before {
    top: -10px;
    left: -25px;
    width: 26px;
    height: 26px;
    background-image: url("../../components/simulation/img/orange_star.svg");
  }
  .simulationSection__titleArea__h2::after {
    width: 36px;
    height: 36px;
    right: -40px;
    bottom: -15px;
    background-image: url("../../components/simulation/img/orange_star2.svg");
  }
}
.simulationSection__content {
  border: 2px solid #f66d2e;
  border-radius: 20px;
  background-color: #fff;
  padding: 2.5em 0.5em 1.25em;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 91.6666666667%;
  margin: 4em auto 0;
}
@media screen and (min-width: 500px) {
  .simulationSection__content {
    margin-top: 3em;
    padding: 1.5em 3em;
    width: 91.6666666667%;
  }
}
.simulationSection__content__stepIcon {
  position: absolute;
  top: 0;
  left: 0.5em;
  transform: translateY(-60%);
}
@media screen and (min-width: 500px) {
  .simulationSection__content__stepIcon {
    left: 1em;
    transform: translateY(-50%);
  }
}
.simulationSection__content__question {
  width: 100%;
}
.simulationSection__content__stepPerson {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(40%);
  width: 114px;
}
@media screen and (min-width: 780px) {
  .simulationSection__content__stepPerson {
    width: 152px;
    transform: translateY(65%);
  }
}
.simulationSection__content__h3 {
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto;
}
.simulationSection__content__h3--largeOrange {
  color: #e44b04;
}
.simulationSection__content__answerWrap {
  display: flex;
  gap: 22px 4px;
  flex-wrap: wrap;
  max-width: 690px;
  margin: 1.5em auto 0;
}
@media screen and (min-width: 500px) {
  .simulationSection__content__answerWrap {
    gap: 15px;
  }
}
.simulationSection__content__simulationResult__text {
  margin-top: 1.5em;
  padding: 0 1em;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .simulationSection__content__simulationResult__text {
    text-align: center;
    font-size: 18px;
  }
}
.simulationSection__content__simulationResult__imgWrap {
  margin-top: 1.5em;
  max-width: 220px;
  margin: 1.5em auto 0;
  border: 1px solid #0e58a0;
}
@media screen and (min-width: 500px) {
  .simulationSection__content__simulationResult__imgWrap {
    max-width: 330px;
  }
}
.simulationSection__content__simulationResult__imgWrap img {
  width: 100%;
}
.simulationSection__btnWrap {
  text-align: center;
  font-weight: bold;
  max-width: 290px;
  margin: 3.5em auto 0;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 500px) {
  .simulationSection__btnWrap {
    margin: 1.5em auto;
  }
}
.simulationSection__previousBtnWrap {
  margin: 1.5em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .simulationSection__previousBtnWrap {
    position: absolute;
    bottom: 0em;
    left: -6em;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.simulationSection__nextBtnWrap {
  text-align: center;
  font-weight: bold;
  max-width: 290px;
}
.simulationSection__nextBtnWrap__notice {
  margin-bottom: 0.25em;
}
.simulationSection .documentRequestForm {
  background: #fffbf4;
  margin-top: 48px;
  width: 100%;
  margin: 48px auto 0;
}
@media screen and (min-width: 500px) {
  .simulationSection .documentRequestForm {
    width: 91.6666666667%;
  }
}
.simulationSection .documentRequestForm__wrap {
  width: 91.6666666667%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
.simulationSection .documentRequestForm__group {
  margin-bottom: 20px;
}
.simulationSection .documentRequestForm__group__radioLabel {
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  cursor: pointer;
  padding: 0 0.5rem;
}
.simulationSection .documentRequestForm__group__radio {
  accent-color: #e44b04;
  margin-right: 0.5em;
  width: 24px;
  height: 24px;
}
.simulationSection .documentRequestForm__error {
  font-size: 0.8em;
  color: #f23a30;
  margin-top: 0.25rem;
}
.simulationSection .documentRequestForm__title {
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
}
.simulationSection .documentRequestForm__title::after {
  content: "必須";
  background-color: #f23a30;
  color: white;
  padding: 1px 4px;
  border-radius: 4px;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
  top: 1px;
  font-size: 12px;
  font-weight: normal;
}
.simulationSection .documentRequestForm__input, .simulationSection .documentRequestForm__select {
  width: 100%;
  padding: 1em;
  border: 1px solid #656565;
  border-radius: 3px;
  background-color: white;
  box-sizing: border-box;
}
.simulationSection .documentRequestForm__input::placeholder, .simulationSection .documentRequestForm__select::placeholder {
  color: #999;
}
.simulationSection .documentRequestForm__select {
  appearance: none;
}
.simulationSection .documentRequestForm__select-wrap {
  position: relative;
}
.simulationSection .documentRequestForm__select-wrap::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #f66d2e;
}
.simulationSection .documentRequestForm__consent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0 0;
  text-align: center;
}
.simulationSection .documentRequestForm__consent input[type=checkbox] {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.simulationSection .documentRequestForm__consent input[type=checkbox]:checked:before {
  top: 2px;
  left: 6px;
}
.simulationSection .documentRequestForm__privacy-link {
  margin: 0 4px;
  text-decoration: underline;
}
.simulationSection .documentRequestForm__submit {
  color: white;
  padding: 1em;
  font-weight: bold;
}
.simulationSection .documentRequestForm__submit.text-medium {
  font-size: 18px;
}
.simulationSection .documentRequestForm__submit:disabled {
  cursor: not-allowed;
}
.simulationSection .documentRequestForm__note {
  text-align: center;
  color: #555;
}
.simulationSection .documentRequestForm__submitBtnArea {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 350px;
  margin: 24px auto 0;
  gap: 0.5em;
}
.simulationSection .documentRequestForm__consensusText {
  text-align: center;
}
.simulationSection .documentRequestForm__consensusText a {
  color: #353535;
  font-weight: bold;
}

html {
  font-family: "Noto Sans JP", sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: 62.5%;
  color: #353535;
}

body {
  line-height: 1.5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
}
.header__logo {
  background: #fff;
  border-radius: 0 0 20px 0;
  height: 100%;
  padding: 0 39px;
  box-sizing: border-box;
}
.header__logo--in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.header__logo .headertxt {
  font-size: 1.1rem;
  margin-top: 5px;
  font-weight: 500;
}
.header__menu {
  background: #fff;
  height: 100%;
  border-radius: 0 0 0 20px;
  padding: 0 0 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}
.header__menu--01 {
  margin-right: 16px;
}
.header__menu--02 {
  margin-right: 20px;
}
.header__menu ul.hdmenulist01 {
  display: flex;
  gap: 16px;
  height: 100%;
}
.header__menu ul.hdmenulist01 a {
  text-decoration: none;
  color: #353535;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
.header__menu ul.hdmenulist01 a:hover {
  color: #04a266;
}
.header__menu ul.hdmenulist02 {
  display: flex;
  gap: 8px;
  height: 100%;
}
.header__menu ul.hdmenulist02 a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
.header__menu ul.hdmenulist02 a:hover {
  opacity: 0.8;
}
.header__menu ul.hdmenulist02 a.hdcbtn {
  background: linear-gradient(to left, #fc5214, #ffa100);
  color: #fff;
  border-radius: 30px;
  padding: 12px 0;
  width: 168px;
  text-align: center;
}
.header__menu ul.hdmenulist02 a.hddbtn {
  background: linear-gradient(to left, #0874c1, #08b7c1);
  color: #fff;
  border-radius: 30px;
  padding: 12px 0;
  width: 168px;
  text-align: center;
}
.header__menu ul.hdmenulist02 a.hdtel {
  font-size: 2rem;
}
.header__menu ul.hdmenulist02 li.hdtelwrap {
  text-align: center;
}
.header__menu ul.hdmenulist02 li.hdtelwrap a {
  display: inline;
  text-align: center;
  font-size: 2rem;
  color: #353535;
}
.header__menu ul.hdmenulist02 li.hdtelwrap span {
  font-size: 1.2rem;
  font-weight: bold;
}
.header .sphdmenu {
  display: none;
}
@media screen and (max-width: 1299px) {
  .header__inner {
    height: 100px;
  }
  .header__menu {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .header__menu--01 {
    margin: 10px 0 10px;
  }
  .header__menu--02 {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: auto;
    align-items: flex-start;
  }
  .header__logo {
    height: 50px;
    padding: 0 10px;
  }
  .header__logo img {
    width: 116px;
    height: auto;
  }
  .header__logo .headertxt {
    margin-top: 2px;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    box-sizing: border-box;
    padding: 86px 0 11px;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
  }
  .header__menu--01 {
    width: 100%;
    margin: 0;
    padding: 0 24px 0 32px;
    box-sizing: border-box;
  }
  .header__menu--02 {
    margin: 24px 0 0;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .header__menu ul.hdmenulist01 {
    flex-direction: column;
    gap: 0;
  }
  .header__menu ul.hdmenulist01 a {
    font-size: 1.6rem;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    width: 100%;
    position: relative;
    padding: 0 0 0 6px;
  }
  .header__menu ul.hdmenulist01 a:hover {
    background: #e4f9ea;
    color: inherit;
  }
  .header__menu ul.hdmenulist01 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #04a266;
    border-right: solid 2px #04a266;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__menu ul.hdmenulist02 {
    flex-direction: column;
    background: #e4f9ea;
    padding: 16px 15px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
  }
  .header__menu ul.hdmenulist02 li:not(:last-child) {
    display: none;
  }
  .header__menu ul.hdmenulist02 li.hdtelwrap a {
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    background: #04a266;
    padding: 6px 10px 6px 30px;
    line-height: 1;
    border-radius: 24px;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .header__menu ul.hdmenulist02 li.hdtelwrap a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../img/ico_tel2.svg") no-repeat;
    background-size: cover;
  }
  .header__menu ul.hdmenulist02 li.hdtelwrap span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .header .sphdmenuwrap {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 0 0 0 20px;
  }
  .header .sphdmenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 21;
    position: relative;
  }
  .header .sphdmenu__border {
    display: block;
    height: 3px;
    width: 26px;
    background: #04a266;
    border-radius: 2px;
    transition: 0.4s;
    position: absolute;
    left: 6px;
  }
  .header .sphdmenu__border--top {
    top: 5px;
  }
  .header .sphdmenu__border--bottom {
    top: 14px;
  }
  .header .sphdmenu__txt {
    font-size: 1.1rem;
    color: #04a266;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    pointer-events: none;
    z-index: 5;
  }
  .nav-open {
    overflow: hidden;
  }
  .nav-open .overlay {
    opacity: 0.7;
    visibility: visible;
  }
  .nav-open .header__menu {
    right: 0px;
  }
  .nav-open .sphdmenu__border--top {
    transform: rotate(30deg);
    top: 10px;
  }
  .nav-open .sphdmenu__border--bottom {
    transform: rotate(-30deg);
    top: 10px;
  }
}
main {
  margin-top: 0;
  position: relative;
}
main p {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
article {
  background: #fffdf2;
}

.fv {
  position: relative;
  width: 100%;
  height: 510px;
  background: url("../img/bg_fv.webp") repeat-x 50% 0;
  overflow: hidden;
}
.fv__bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 510px;
  aspect-ratio: 791/520;
  background: url("../img/fv_right.webp") no-repeat;
  background-size: contain;
  z-index: 0;
}
.fv__inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 70px 10px 0;
  position: relative;
  z-index: 1;
}
.fv .fvleft {
  padding-top: 60px;
}
.fv .fvright {
  height: 100%;
  width: 355px;
  position: relative;
}
.fv .fvright__spimg {
  display: none;
}
.fv .fvright__img {
  width: 355px;
  height: 410px;
  overflow: hidden;
  background: url(../img/fv_img01.webp) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.fv .fvnote {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 1.05rem;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.fv .fvnote__inner {
  padding: 8px;
  background: rgba(255, 253, 242, 0.7);
}
.fv .fvnote__inner a {
  color: #353535;
  font-weight: bold;
}
.fv .fvsbtit {
  background: #04a266;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
}
.fv .fvsbtit span {
  font-size: 1.3rem;
}
.fv .fvtit {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 16px;
  position: relative;
  text-shadow: 0 0 8px white;
}
.fv .fvtit .fvmvtxt {
  color: #04a266;
}
@media screen and (max-width: 768px) {
  .fv .fvtit {
    font-size: 2.8rem;
  }
}
.fv .fvtxt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 8px;
  text-shadow: 0 0 8px white;
}
.fv .fvtxt span {
  color: #ff3b30;
  font-size: 2.8rem;
}
@media screen and (max-width: 999px) {
  .fv .fvtxt {
    font-size: 1.8rem;
  }
  .fv .fvtxt span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvtxt {
    font-size: 1.5rem;
  }
  .fv .fvtxt span {
    font-size: 1.8rem;
  }
}
.fv .medal {
  margin-top: 34px;
  display: flex;
  gap: 16px;
}
.fv .kome2 {
  margin-left: 2em;
  text-indent: -2em;
}
.fv .fvmvtxt {
  display: inline-block;
}
@media screen and (max-width: 1299px) {
  .fv .fv__inner {
    max-width: 100%;
  }
  .fv__bg2 {
    right: -10%;
  }
  .fv .fvright {
    width: 270px;
  }
  .fv .fvright__img {
    width: 270px;
    height: 350px;
  }
}
@media screen and (max-width: 999px) {
  .fv__bg2 {
    right: -25%;
  }
  .fv .fvtit {
    font-size: 3.2rem;
  }
  .fv .fvtxt {
    margin-top: 0;
  }
  .fv .medal {
    margin-top: 16px;
  }
  .fv .medal img {
    width: 108px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    background: url("../img/bg_fvsp.webp") no-repeat 100% 100%;
    background-size: 100% auto;
  }
  .fv__bg2 {
    display: none;
    /*   width: 75%;
    height: auto;
    aspect-ratio: 561 / 609;
    background: url("../img/fv_rightsp.webp") no-repeat;
    background-size: contain;*/
  }
  .fv__inner {
    flex-direction: column;
    max-width: none;
    margin: 0 auto;
    height: auto;
    padding: 50px 10px 0;
  }
  .fv .fvleft {
    padding-top: 24px;
    text-align: center;
  }
  .fv .fvright {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .fv .fvright__img {
    width: 40%;
    height: auto;
    background-size: 100% auto;
    position: static;
    text-align: left;
  }
  .fv .fvright__spimg {
    display: block;
    flex: 1;
    text-align: right;
    padding-bottom: 6em;
  }
  .fv .fvright__spimg img {
    width: 100%;
    height: auto;
    max-width: 220px;
  }
  .fv .fvsbtit {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
  .fv .fvsbtit span {
    font-size: 1.1rem;
  }
  .fv .medal {
    display: none;
  }
  .fv .fvnote {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .fv .fvright__img {
    width: 45%;
  }
}

.rightmenu {
  display: none;
}
@media screen and (min-width: 769px) {
  .rightmenu {
    z-index: 8;
    position: fixed;
    top: 90px;
    right: 0;
    font-size: 1.6rem;
    font-weight: bold;
    transition: opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .rightmenu.active {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .rightmenu.active ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rightmenu.active ul li:first-child a {
    background: #02965d;
    border-radius: 20px 0 0 0;
  }
  .rightmenu.active ul li:last-child a {
    background: #04a266;
    border-radius: 0 0 0 20px;
  }
  .rightmenu.active ul a {
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 143px;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .rightmenu.active ul a img {
    padding-top: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 1299px) {
  .rightmenu {
    top: 120px;
  }
}

.spbtmmenuwrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbtmmenuwrap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 3px;
    z-index: 99;
  }
  .spbtmmenuwrap .spbtmmenu {
    display: flex;
    gap: 3px;
  }
  .spbtmmenuwrap .spbtmmenu li {
    flex: 1;
  }
  .spbtmmenuwrap .spbtmmenu li a {
    display: flex;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .spbtmmenuwrap .spbtmmenu li a:active {
    opacity: 0.8;
  }
  .spbtmmenuwrap .spbtmmenu li a span {
    text-align: center;
    padding-top: 5px;
    line-height: 1.2;
  }
  .spbtmmenuwrap .spbtmmenu__01 {
    background: linear-gradient(to left, #04a266, #79d139);
    border-radius: 20px 0 0 0;
  }
  .spbtmmenuwrap .spbtmmenu__02 {
    background: linear-gradient(to left, #fc5214, #ffa100);
  }
  .spbtmmenuwrap .spbtmmenu__03 {
    background: linear-gradient(to left, #0874c1, #0e9ed5);
    border-radius: 0 20px 0 0;
  }
}

.section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .section__inner {
    max-width: 100%;
    padding: 0 16px;
  }
}

footer {
  background: var(--black, #656565);
}
footer ul {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  gap: 32px;
}
footer ul a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}
footer ul li {
  padding: 0 2em 0 0;
}

/*utility*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 999px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.hauto {
  height: auto;
}

.tac {
  text-align: center;
}

.mt10 {
  margin-top: 10px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pr10 {
  padding-right: 10px;
}

img.xlogo {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  img.xlogo {
    width: 70px;
    height: auto;
  }
}

.tit01 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tit01 {
    font-size: 2.2rem;
  }
}

.tit02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tit02 {
    font-size: 2rem;
  }
}

.tit02l {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tit02l {
    font-size: 2rem;
  }
}

.tit03 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.tit04 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tit04 {
    font-size: 1.8rem;
  }
}

.tit05 {
  font-size: 2rem;
  font-weight: bold;
}

.sec06 .tit04 {
  line-height: 2;
}

.sbtit01 {
  text-align: center;
  font-size: 2.4rem;
  color: #e1ce6a;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sbtit01 {
    font-size: 1.8rem;
  }
}

.sbtit02 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sbtit02 {
    font-size: 1.4rem;
  }
}

.h2dt {
  color: #04a266;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .h2dt {
    font-size: 1.8rem;
  }
}

.pagetoptxt {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .pagetoptxt {
    text-align: left;
    padding: 0 16px;
  }
}

.mark02 {
  color: #04a266;
  font-size: 2.8rem;
  background-image: linear-gradient(transparent 60%, #e5fbe5 60%);
}
@media screen and (max-width: 768px) {
  .mark02 {
    font-size: 2.2rem;
  }
}

.mark03 {
  color: #06794d;
  font-size: 2.9rem;
  background-image: linear-gradient(transparent 60%, #e5fbe5 60%);
}
@media screen and (max-width: 768px) {
  .mark03 {
    font-size: 2.2rem;
  }
}

.toptxt {
  font-size: 1.8rem;
  font-size: 500;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .toptxt {
    font-size: 1.6rem;
  }
}

.col2 {
  display: flex;
  justify-content: center;
}

.note {
  font-size: 1.1rem;
}

.notes {
  font-size: 1.05rem;
}

p.notem {
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}

.noter {
  font-size: 1.4rem;
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

/*sec01*/
.sec01 {
  padding: 40px 0 0;
}
.sec01 .merit03 {
  display: flex;
  margin: 24px auto 0;
  justify-content: center;
  gap: 24px;
  max-width: 948px;
}
.sec01 .merit03 li {
  flex: 1;
}
.sec01 p[class^=fuki0] {
  font-size: 2.4rem;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: 88px;
  line-height: 88px;
  width: 100%;
  text-align: center;
}
.sec01 p[class^=fuki0] span::after {
  content: "";
  background: url("../img/ico_tears.png") no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 19px;
  display: inline-block;
}
.sec01 p[class^=fuki0] + p {
  text-align: center;
  margin: 16px 0 10px;
}
.sec01 p[class^=fuki0] + p + p {
  text-align: center;
}
.sec01 .fuki01 {
  background-image: url("../img/bg_fuki01.svg");
}
.sec01 .fuki02 {
  background-image: url("../img/bg_fuki02.svg");
}
.sec01 .fuki03 {
  background-image: url("../img/bg_fuki03.svg");
}
@media screen and (max-width: 999px) {
  .sec01 p[class^=fuki0] {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 32px 0 0px;
  }
  .sec01 .merit03 {
    flex-direction: column;
    max-width: 100%;
  }
  .sec01 p[class^=fuki0] {
    background-size: auto auto;
  }
  .sec01 .fukiimg01 img,
  .sec01 .fukiimg02 img,
  .sec01 .fukiimg03 img {
    width: auto;
    height: 183px;
  }
}
@media screen and (max-width: 370px) {
  .sec01 .fukiimg01 img,
  .sec01 .fukiimg02 img,
  .sec01 .fukiimg03 img {
    width: auto;
    height: 160px;
  }
}

/*sec02*/
.sec02 .curvetop {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,100 Q50,0 100,100 Z" fill="%23fff"/></svg>') no-repeat 0 50%;
  background-size: 100% 80px;
  height: 80px;
}
.sec02__inner {
  background: #fff;
  padding-bottom: 34px;
}
.sec02 .section__inner {
  margin: 0 auto;
}
.sec02 .ct01 {
  color: #e47404;
  font-size: 3.6rem;
  background-image: linear-gradient(transparent 60%, #ffeddb 60%);
}
.sec02 .ct01 sup {
  font-size: 1.2rem;
}
.sec02 .ct02 {
  color: #04a266;
  font-size: 3.6rem;
  background-image: linear-gradient(transparent 60%, #dbfdf0 60%);
}
.sec02 .ct03 {
  color: #0874c1;
  font-size: 3.6rem;
  background-image: linear-gradient(transparent 60%, #e0f2ff 60%);
}
.sec02 .ftwrap {
  margin-top: 24px;
}
.sec02 .ftbox {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 20px auto 0;
}
.sec02 .ftbox > div {
  flex: 1;
  max-width: 367px;
  border-radius: 10px 60px 10px 10px;
  overflow: hidden;
}
.sec02 .ftbox .ftlabel {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1px 16px;
  border-radius: 10px;
  line-height: 1;
}
.sec02 .ftbox .tit02l {
  margin: 10px 0 20px;
}
.sec02 .ftbox .tit02l + p {
  font-weight: 500;
}
.sec02 .ftbox__01--top, .sec02 .ftbox__02--top, .sec02 .ftbox__03--top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 211px;
}
.sec02 .ftbox__01--in, .sec02 .ftbox__02--in, .sec02 .ftbox__03--in {
  padding: 20px 24px 24px;
}
.sec02 .ftbox__01 {
  border: 1px solid #e47404;
}
.sec02 .ftbox__01--top {
  background-image: url("../img/ft01.webp");
}
.sec02 .ftbox__01 .ftlabel {
  background: #e47404;
}
.sec02 .ftbox__01 .tit02l {
  color: #c5690e;
}
.sec02 .ftbox__02 {
  border: 1px solid #04a266;
}
.sec02 .ftbox__02--top {
  background-image: url("../img/ft02.webp");
}
.sec02 .ftbox__02 .ftlabel {
  background: #04a266;
}
.sec02 .ftbox__02 .tit02l {
  color: #06794d;
}
.sec02 .ftbox__03 {
  border: 1px solid #0874c1;
}
.sec02 .ftbox__03--top {
  background-image: url("../img/ft03.webp");
}
.sec02 .ftbox__03 .ftlabel {
  background: #0874c1;
}
.sec02 .ftbox__03 .tit02l {
  color: #0669af;
}
@media screen and (max-width: 768px) {
  .sec02 .curvetop {
    background-size: 100% 40px;
    height: 40px;
  }
  .sec02 .section__inner {
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .sec02 .ct00 {
    display: block;
  }
  .sec02 .ct01,
  .sec02 .ct02,
  .sec02 .ct03 {
    font-size: 2rem;
  }
  .sec02 .ftbox {
    flex-direction: column;
  }
  .sec02 .ftbox > div {
    flex: auto;
    margin: 0 auto;
    max-width: 343px;
  }
  .sec02 .ftbox__01--top, .sec02 .ftbox__02--top, .sec02 .ftbox__03--top {
    background-position: 0 50%;
    height: 150px;
  }
  .sec02 .ftbox__02--top {
    background-position: 0 20%;
  }
  .sec02 .ftbox__01--in, .sec02 .ftbox__02--in, .sec02 .ftbox__03--in {
    padding: 20px 24px 24px;
  }
}

/*sec03*/
.sec03 {
  padding: 40px 0 0;
  background: #fff;
}
.sec03 .section__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec03 .section__inner {
    max-width: 100%;
  }
}
.sec03 .sltitwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec03 .sltitwrap::before, .sec03 .sltitwrap::after {
  content: "";
  background: url(../img/line01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 43px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .sec03 .sltitwrap::before, .sec03 .sltitwrap::after {
    width: 27px;
    height: 41px;
  }
}
.sec03 .sltitwrap::after {
  transform: scaleX(-1);
}
.sec03 .sltit__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03 .tit01 {
  color: #e44b04;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0 0 0;
  }
}

/*sec04*/
.sec04 {
  padding: 0 0 30px;
}
.sec04 .col2 {
  margin: 24px auto 0;
  justify-content: center;
  gap: 32px;
  padding: 0 6px;
}
.sec04 .col2__01 {
  width: 30%;
}
.sec04 .col2__01 p {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #04a266;
}
.sec04 .col2__02 {
  flex: 1;
}
.sec04 .rankimg {
  display: flex;
  gap: 24px;
  margin: 24px 10px 0;
  justify-content: center;
}
.sec04 .rankimg li {
  flex: 1;
}
.sec04 .rankimg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.sec04 .ranklist {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
.sec04 .ranklist dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
}
.sec04 .ranklist dl dt {
  width: 27%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 8px;
}
.sec04 .ranklist dl dt p {
  height: 60px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.sec04 .ranklist dl dd {
  flex: 73%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.sec04 .ranklist .dltit {
  background: #eafcf1;
}
.sec04 .ranklist .dltit p {
  background: #04a266;
  color: #fff;
  font-size: 2.4rem;
}
.sec04 .ranklist .dltit + dd {
  background: #eafcf1;
}
.sec04 .ranklist .dlnum1 {
  background: #fffbde;
}
.sec04 .ranklist .dlnum1 p {
  background: #ffe521;
}
.sec04 .ranklist .dlnum1 + dd {
  background: #fffbde;
  font-size: 2.2rem;
  color: #f23a30;
  font-weight: bold;
}
.sec04 .ranklist .dlnum2 {
  background: #fbfbfb;
}
.sec04 .ranklist .dlnum2 p {
  background: #ddd;
}
.sec04 .ranklist .dlnum2 + dd {
  background: #fbfbfb;
}
.sec04 .ranklist .dlnum3 {
  background: #fdf4ed;
}
.sec04 .ranklist .dlnum3 p {
  background: #ffbc8f;
}
.sec04 .ranklist .dlnum3 + dd {
  background: #fdf4ed;
}
.sec04 .ranklist dt[class^=dlnum] p {
  font-size: 3.2rem;
  font-weight: bold;
}
.sec04 .ranklist dt[class^=dlnum] p span {
  font-size: 1.6rem;
  font-weight: 500;
}
.sec04 .tit03 {
  color: #06794d;
}
@media screen and (max-width: 999px) {
  .sec04 .ranklist dl {
    font-size: 1.6rem;
  }
  .sec04 .ranklist dl .dltit p {
    font-size: 1.8rem;
  }
  .sec04 .ranklist dl dt[class^=dlnum] p {
    font-size: 2.4rem;
  }
  .sec04 .ranklist dl dt[class^=dlnum] p span {
    font-size: 1.2rem;
  }
  .sec04 .ranklist dl .dlnum1 + dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .section__inner {
    padding: 0;
  }
  .sec04 .tit02 {
    padding: 0 16px;
  }
  .sec04 .col2 {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .sec04 .col2__01 {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .sec04 .col2__02 {
    flex: auto;
    width: 100%;
  }
  .sec04 .col2 p {
    font-size: 1.6rem;
  }
  .sec04 .scroll-container {
    display: flex;
    padding: 0 16px;
  }
  .sec04 .scroll-content > div {
    width: 80vw;
  }
  .sec04 .noter {
    margin-top: 10px;
  }
}

/*sec05*/
.sec05 {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 32px 0;
  }
  .sec05 .toptxt {
    text-align: left;
  }
  .sec05 .tit02 img {
    width: 150px;
    height: auto;
  }
}

/*sec06*/
.sec06 {
  background: #fff;
  padding: 40px 0;
}
.sec06 .trbbox {
  background: #e7f5fc;
  border-radius: 10px;
  padding: 30px 10px;
  max-width: 1095px;
  margin: 0 auto 16px;
  text-align: center;
}
.sec06 .trbbox strong {
  font-size: 2.4rem;
}
.sec06 .trbbox .toptxtwrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 0 46px;
}
.sec06 .trbbox .toptxtwrap::before {
  content: "";
  background: url(../img/ico_sweat.png) no-repeat 0 0;
  background-size: 100%;
  width: 38px;
  height: 33px;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec06 .trbbox .toptxtwrap::before {
    top: auto;
    bottom: 20px;
  }
}
.sec06 .trbbox .toptxtwrap::after {
  content: "";
  background: url(../img/ico_sweat.png) no-repeat 0 0;
  background-size: 100%;
  width: 38px;
  height: 33px;
  position: absolute;
  transform: scaleX(-1);
  top: calc(50% - 16px);
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec06 .trbbox .toptxtwrap::after {
    top: auto;
    bottom: 20px;
  }
}
.sec06 .trbbox .toptxt {
  margin-top: 0;
}
.sec06 .trbbox .tit02 {
  margin-bottom: 20px;
}
.sec06 .trbbox .dottxt01 {
  color: #245888;
  font-size: 2.4rem;
}
.sec06 .trbbox .dottxt01 strong {
  text-emphasis: filled #245888;
}
.sec06 .trbbox .dottxt02 {
  color: #f23a30;
  font-size: 2.4rem;
}
.sec06 .trbbox .dottxt02 strong {
  text-emphasis: filled #f23a30;
}
.sec06 .trbbox img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec06 .trbbox {
    max-width: 100%;
    padding: 24px 16px;
  }
  .sec06 .trbbox .dottxt01,
  .sec06 .trbbox .dottxt02 {
    font-size: 1.6rem;
  }
  .sec06 .trbbox .dottxt01 strong,
  .sec06 .trbbox .dottxt02 strong {
    font-size: 2rem;
  }
  .sec06 .trbbox .trbimg img {
    width: 80%;
    height: auto;
    max-width: 400px;
  }
}

/*sec07*/
.sec07 {
  padding: 40px 0 0;
}
.sec07 .casebox {
  border: solid #04a266;
  border-width: 1px 1px 2px 1px;
  border-radius: 10px;
  background: #fff;
  margin: 24px auto 0;
  max-width: 956px;
  overflow: hidden;
  position: relative;
}
.sec07 .casebox + .casebox {
  margin-top: 24px;
}
.sec07 .casebox__num {
  color: #04a266;
  font-weight: bold;
  margin: 16px 0 10px;
}
.sec07 .casebox .h3wrap {
  border-left: 5px solid #04a266;
  padding-left: 16px;
}
.sec07 .casebox .h3wrap p {
  font-weight: 500;
  margin-top: 10px;
}
.sec07 .casebox .tit02l strong {
  color: #ff3b30;
}
.sec07 .casebox > ul {
  display: flex;
}
.sec07 .casebox > ul li + li {
  margin-left: 32px;
  padding-right: 32px;
  flex: 1;
}
.sec07 .casebox > ul li img {
  display: block;
}
.sec07 .casebox .casebtnwrap {
  text-align: right;
  margin-top: 5px;
}
.sec07 .casebox .casebtn {
  border-radius: 36px;
  background: #04a266;
  color: #fff;
  padding: 5px 55px 5px 30px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.sec07 .casebox .casebtn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/ico_open.svg") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.sec07 .casebox .casebtn.open::after {
  background-image: url("../img/ico_close.svg");
}
.sec07 .casebox .casedt {
  margin: 24px 24px 0;
  padding-bottom: 30px;
  display: none;
}
.sec07 .casebox .casedt .tit05 {
  color: #06794d;
}
.sec07 .casebox .casedt p + .tit05 {
  margin-top: 24px;
}
.sec07 .casebox .casedt strong {
  color: #ff3b30;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 32px 0 0;
  }
  .sec07 .section__inner {
    padding: 0;
  }
  .sec07 .caseboxwrap {
    display: flex;
  }
  .sec07 .caseboxcontents {
    display: flex;
    padding: 24px 20px 24px 16px;
    align-items: flex-start;
  }
  .sec07 .casebox {
    margin: 0 auto;
    max-width: 350px;
    width: 90vw;
  }
  .sec07 .casebox + .casebox {
    margin-top: 0;
  }
  .sec07 .casebox > ul {
    flex-direction: column;
    width: 100%;
  }
  .sec07 .casebox > ul li + li {
    margin-left: 0;
    padding: 30px 20px;
    flex: auto;
  }
  .sec07 .casebox > ul li + li h3 + p {
    font-size: 1.4rem;
  }
  .sec07 .casebox > ul li img {
    width: 100%;
    height: auto;
  }
  .sec07 .casebox__num {
    margin: 0 0 10px;
  }
  .sec07 .casebox .casebtnwrap {
    margin-top: 16px;
  }
  .sec07 .casebox .casedt {
    margin: 0 16px;
  }
}

/*sec08*/
.sec08 {
  padding: 40px 0;
}
.sec08 .priceboxwrap {
  background: #fffae0;
  max-width: 1100px;
  border-radius: 10px;
  padding: 40px 16px;
  display: flex;
  margin: 16px auto 0;
  justify-content: center;
}
.sec08 .pricebox {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.sec08 .pricebox > div {
  flex: 1;
  max-width: 300px;
  text-align: center;
  border-radius: 10px;
  border-width: 1px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.sec08 .pricebox > div .pricetit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 4px 0;
}
.sec08 .pricebox > div .pricedt {
  background: #fff;
  padding: 0 16px 16px;
}
.sec08 .pricebox > div .pricetxt {
  padding: 16px 12px;
  text-align: left;
}
.sec08 .pricebox > div .cost {
  font-size: 2rem;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .sec08 .pricebox > div .cost {
    font-size: 1.8rem;
  }
}
.sec08 .pricebox > div .dot {
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .sec08 .pricebox > div .dot {
    padding: 20px 0;
  }
}
.sec08 .pricebox > div .costnote {
  height: 20px;
  padding-top: 10px;
  font-size: 1.05rem;
}
.sec08 .pricebox > div .costnote + .dot {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .sec08 .pricebox > div .costnote {
    height: 15px;
    padding-top: 5px;
  }
  .sec08 .pricebox > div .costnote + .dot {
    padding-top: 0;
  }
}
.sec08 .pricebox > div .h4wrap {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sec08 .pricebox > div h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
.sec08 .pricebox__01 {
  border: solid #e47404;
}
.sec08 .pricebox__01 .pricetit {
  background: #e47404;
}
.sec08 .pricebox__01 .h4wrap {
  background: #faf0df;
}
.sec08 .pricebox__01 .pricetxt {
  background: #faf0df;
}
.sec08 .pricebox__01 .cost strong {
  font-size: 7rem;
  color: #ff3b30;
  line-height: 0.8;
}
.sec08 .pricebox__01 .dot-line {
  color: #e47404;
}
.sec08 .pricebox__02 {
  border: solid #04a266;
}
.sec08 .pricebox__02 .pricetit {
  background: #04a266;
}
.sec08 .pricebox__02 .h4wrap {
  background: #edf8ee;
}
.sec08 .pricebox__02 .pricetxt {
  background: #edf8ee;
}
.sec08 .pricebox__02 .cost strong {
  font-size: 3.2rem;
}
.sec08 .pricebox__02 .dot-line {
  color: #04a266;
}
.sec08 .pricebox__03 {
  border: solid #0874c1;
}
.sec08 .pricebox__03 .pricetit {
  background: #0874c1;
}
.sec08 .pricebox__03 .h4wrap {
  background: #ddf4ff;
}
.sec08 .pricebox__03 .pricetxt {
  background: #ddf4ff;
}
.sec08 .pricebox__03 .cost strong {
  font-size: 3.6rem;
}
.sec08 .pricebox__03 .dot-line {
  color: #0874c1;
}
@media screen and (max-width: 999px) {
  .sec08 .pricebox {
    gap: 16px;
  }
  .sec08 .pricebox > div h4 {
    font-size: 2rem;
  }
  .sec08 .pricebox__02 .cost strong,
  .sec08 .pricebox__03 .cost strong {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 32px 0;
  }
  .sec08 .section__inner {
    padding: 0;
  }
  .sec08 .priceboxwrap {
    border-radius: 0;
    padding: 0;
  }
  .sec08 .pricebox {
    padding: 24px 20px 24px 16px;
  }
  .sec08 .pricebox > div {
    width: 90vw;
    margin: 0;
  }
}

/*type*/
#type {
  padding: 40px 0;
}
#type .section__inner {
  padding: 0;
}
#type .typetitwrap {
  padding: 0 16px;
}
#type .typeWrap {
  display: flex;
  justify-content: center;
  padding: 2em 16px 1em;
  align-items: stretch;
  gap: 32px;
}
#type .box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  flex: 1;
  max-width: 380px;
}
#type .box .boxtop01,
#type .box .boxtop02,
#type .box .boxtop03 {
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px 8px 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
#type .box .boxtop01 {
  background: #e47404;
}
#type .box .boxtop02 {
  background: #04a266;
}
#type .box .boxtop03 {
  background: #0874c1;
}
#type .box .box-middle {
  border-top: 1px solid #3484ce;
  border-bottom: 1px dotted #3484ce;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
#type .box .box-middle p {
  margin: 0;
}
#type .box .box-middle p .padding {
  display: inline-block;
  padding: 0.5em 1.5em 0 1.5em;
}
#type .box .box-middle p .font-size {
  font-size: 1.2rem;
}
#type .box .box-middle p .font-color {
  color: #ff7a00;
  font-size: 2rem;
}
#type .box .box-middle + p {
  text-align: left;
  padding: 0 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  #type .box .box-middle {
    padding: 0;
  }
}
#type .box .box-bottom {
  border-top: 1px dotted #3484ce;
  margin: 0;
  padding: 1em 1.5em;
}
#type .box .box-bottom p {
  background: #f6f6f6;
  padding: 8px 16px;
  margin: 0;
  border-radius: 8px;
}
#type .box .typename {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  gap: 10px;
  min-height: 120px;
  box-sizing: border-box;
}
#type .box .typename .typenametxt {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
#type .box .typename .typenametxt span {
  font-size: 4rem;
  padding-left: 5px;
}
#type .box .typename .typenametxt img {
  padding-right: 5px;
}
#type .box .typename .typeplantxt {
  min-width: 47%;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 5px 5px;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
}
#type .box .typecopy {
  border-bottom: 2px dotted #e47404;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 16px 18px;
}
#type .box .typeimgbox {
  text-align: center;
  margin: 16px 0 24px;
}
#type .box .typeimgbox .icoimage {
  text-align: center;
  margin-bottom: 24px;
}
#type .box .typeimgbox .icoimage span {
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 6px 17px;
  line-height: 1;
}
#type .box .typeimgbox .typeimg img {
  max-width: 82%;
  height: auto;
}
#type .box .checklist {
  margin: 16px 16px 28px;
  padding: 0;
}
#type .box .checklist li {
  position: relative;
  padding-left: 24px;
  font-size: 1.5rem;
}
#type .box .checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 19px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#type .box .checklist li + li {
  margin-top: 20px;
}
#type .box:first-of-type .box-middle,
#type .box:first-of-type .box-bottom {
  border-color: #355ca8;
}
#type .box:last-of-type .box-middle,
#type .box:last-of-type .box-bottom {
  border-color: #11998e;
}
#type .box.box01 .checklist li::before {
  background-image: url("../img/check_1.svg");
}
#type .box.box02 .checklist li::before {
  background-image: url("../img/check_2.svg");
}
#type .box.box03 .checklist li::before {
  background-image: url("../img/check_3.svg");
}
#type .box p {
  margin: 0;
  padding: 0;
}
#type .box.box01 .box-middle {
  flex-direction: column;
}
#type .box.box01 .typename {
  background: #faf0df;
}
#type .box.box01 .icoimage span {
  background: #e47404;
}
#type .box.box02 .typename {
  background: #edf8ee;
}
#type .box.box02 .typeplantxt {
  background: #04a266;
}
#type .box.box02 .icoimage span {
  background: #04a266;
}
#type .box.box02 .typecopy {
  border-bottom: 2px dotted #04a266;
}
#type .box.box03 .typename {
  background: #ddf4ff;
}
#type .box.box03 .typeplantxt {
  background: #0874c1;
}
#type .box.box03 .icoimage span {
  background: #0874c1;
}
#type .box.box03 .typecopy {
  border-bottom: 2px dotted #0874c1;
}
#type .boxatt {
  width: calc(90% + 2em);
  margin: 16px auto 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #type {
    padding: 2em 0;
  }
  #type .scroll-container {
    display: flex;
    padding: 0 16px;
    margin-top: 16px;
  }
  #type .typeWrap {
    height: auto;
    padding: 0.5em 0 1em 0;
    gap: 16px;
  }
  #type .box {
    width: 80vw;
    margin: 2.5vw 0;
  }
  #type .box .boxtop01,
  #type .box .boxtop02,
  #type .box .boxtop03 {
    padding: 3px 10px;
    font-size: 1.3rem;
  }
  #type .box p {
    font-size: 1.3rem;
  }
  #type .box .typename {
    min-height: 0;
    padding: 0 10px 2px;
    height: 60px;
    gap: 3px;
  }
  #type .box .typename .typenametxt {
    font-size: 3.2rem;
  }
  #type .box .typename .typenametxt span {
    font-size: 2.4rem;
  }
  #type .box .typename .typeplantxt {
    padding: 3px 0;
    font-size: 1.3rem;
  }
  #type .box .typecopy {
    padding: 3px 16px;
    font-size: 1.3rem;
  }
  #type .box .typeimgbox {
    margin: 8px 0 8px;
  }
  #type .box .typeimgbox .icoimage {
    margin-bottom: 8px;
  }
  #type .box .typeimgbox .icoimage span {
    font-size: 1.1rem;
    padding: 4px 23px;
  }
  #type .box .checklist {
    margin: 8px 16px;
  }
  #type .box .checklist li {
    line-height: 1.3;
  }
  #type .box .checklist li + li {
    margin-top: 6px;
  }
  #type .box .box-middle {
    height: auto;
  }
  #type .box-bottom {
    padding: 0.5em 1em;
  }
  #type .boxatt {
    width: auto;
    margin: 16px 0 0;
    padding: 0 16px;
  }
}

/*CTA*/
.seccta {
  background-image: linear-gradient(90deg, #fbfff5, #ebffd7 30%, #ebfff7 70%, #f9fefb 100%);
  padding: 30px 0;
}
.seccta .tit02 strong {
  font-size: 2.9rem;
}
.seccta .seccopy {
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}
.seccta .ctabtn {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 24px 0;
}
.seccta .ctabtn li {
  width: 38%;
}
.seccta .ctabtn .h3wrap {
  display: flex;
  align-items: center;
}
.seccta .ctabtn .h3wrap P {
  padding-right: 7px;
}
.seccta .ctabtn__tit {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #fff;
}
.seccta .ctabtn__tit span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 2px;
}
.seccta .ctabtn a {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 18px 26px;
}
.seccta .ctabtn a + p {
  display: none; /*wpバグ修正*/
}
.seccta .ctabtn a.ctabtn01 {
  border: 1px solid #06794d;
  background: linear-gradient(to right, #0db675, #79d139);
}
.seccta .ctabtn a.ctabtn02 {
  border: 1px solid #0669af;
  background: linear-gradient(to right, #0f79c5, #08c1b4);
}
.seccta .ctabtn .btninbtn {
  background: #fff;
  border-radius: 36px;
  color: #06794d;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px 5px 30px;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
}
.seccta .ctabtn .btninbtn img {
  padding-left: 15px;
}
.seccta .ctabtn .btnsbtxt {
  font-size: 1.3rem;
  text-align: center;
}
.seccta .ctabtn .ctabtn02 .btninbtn {
  color: #0669af;
}
.seccta .cattel {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #04a266;
  border-width: 1px 0;
  padding: 11px 0;
  background: #fff;
}
.seccta .cattel__txt {
  font-size: 2.5rem;
}
.seccta .cattel__num {
  color: #e47404;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 16px;
  background: #fffdf2;
  border-radius: 30px;
  padding: 12px 25px 12px 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 16px;
}
.seccta .cattel__time {
  font-weight: 500;
}
.seccta .cattel__time span {
  font-weight: bold;
}
.seccta .ctaimg {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seccta .ctabtn01 .ctaimg {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .seccta .tit02 strong {
    font-size: 2.2rem;
  }
  .seccta .seccopy {
    font-size: 1.6rem;
  }
  .seccta .ctabtn {
    flex-direction: column;
    gap: 24px;
  }
  .seccta .ctabtn li {
    width: 100%;
  }
  .seccta .ctabtn li:first-child .ctaimg img {
    width: 90px;
    height: auto;
  }
  .seccta .ctabtn li:last-child .ctaimg img {
    width: 150px;
    height: auto;
  }
  .seccta .ctabtn a {
    padding: 10px 20px;
  }
  .seccta .ctabtn__tit {
    font-size: 1.6rem;
  }
  .seccta .ctabtn__tit span {
    font-size: 1.3rem;
  }
  .seccta .ctabtn .h3wrap img {
    width: 18px;
    height: auto;
  }
  .seccta .ctabtn .ctaimg {
    height: 90px;
  }
  .seccta .ctabtn .btninbtn {
    font-size: 1.6rem;
    padding: 5px 10px 5px 20px;
  }
  .seccta .cattel {
    flex-direction: column;
  }
  .seccta .cattel {
    margin-top: 24px;
    padding: 16px;
  }
  .seccta .cattel__txt {
    font-size: 1.8rem;
  }
  .seccta .cattel__num {
    font-size: 2.2rem;
    margin: 0;
    padding: 8px 12px;
    gap: 5px;
  }
  .seccta .cattel__time {
    font-weight: 500;
    font-size: 1.4rem;
  }
  .seccta .cattel__time span {
    font-weight: bold;
  }
}

/*FORM*/
.wpcf7 form .wpcf7-response-output,
span#acceptance span.wpcf7-list-item-label {
  display: none;
}

.wpcf7-not-valid-tip,
#contact .wpcf7-not-valid-tip {
  display: none;
}

#contact_btn0 {
  display: none;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #656565;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 3px solid #04a266;
  border-bottom: 3px solid #04a266;
  content: "";
}

.sec03 input[type=checkbox]:checked:before {
  border-color: #f66d2e;
  top: 0;
  left: 4px;
}

input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #f66d2e;
  border-radius: 50%;
  vertical-align: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 4px;
  background: #fff;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f66d2e;
  content: "";
}

.sec03 label + label {
  padding-left: 40px;
}

.secform {
  background: #e7f8d6;
  border-radius: 100px 100px 0 0;
  padding: 40px 0 12px;
}
.secform .form__inner {
  background: #f1fbe6;
  padding: 16px 32px;
  border-radius: 10px;
  max-width: 664px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.secform .form__inner input {
  border-color: #656565;
}
.secform .form__inner input[type=text],
.secform .form__inner input[type=tel],
.secform .form__inner input[type=email],
.secform .form__inner select {
  width: 600px;
  height: 45px;
  border-color: #656565;
  border-radius: 3px;
  padding: 0 16px;
  box-sizing: border-box;
}
.secform .form__inner select {
  padding-right: 30px;
}
.secform label,
.secform input,
.secform select {
  font-size: 1.6rem;
}
.secform textarea {
  width: 600px;
  border-color: #656565;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 10px;
  box-sizing: border-box;
}
.secform input:focus,
.secform select:focus,
.secform textarea:focus {
  border-color: #0874c1 !important;
  outline: none;
  background: #fff !important;
}
.secform input[type=submit] {
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(to left, #fc5214, #ffa100);
  padding: 12px 60px 14px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.secform .contact_customerwrap {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.secform .contact_customerwrap::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #04a266;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.secform .contact_customerwrap select {
  appearance: none;
  cursor: pointer;
  color: #353535;
  /*    option + option {
    color: $text;
  }*/
}
.secform .error-message {
  color: #f23a30;
  display: none;
  font-size: 1.28rem;
}
.secform .contactBox {
  margin-top: 40px;
}
.secform .sbtit01 {
  color: #04a266;
}
.secform .formtxt {
  margin: 32px 0;
  text-align: center;
  font-weight: 500;
}
.secform .formtxt02 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
}
.secform .form__btnarea {
  max-width: 664px;
  margin: 32px auto 12px;
}
.secform .submitarea {
  text-align: center;
  margin-bottom: 5px;
}
.secform .note01 {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.secform .box_customer p,
.secform .contactBox p {
  margin-bottom: 8px;
  font-weight: bold;
}
.secform #acceptance_vali {
  font-weight: normal;
  text-align: center;
}
.secform .contact_box {
  position: relative;
}
.secform .contact_box::before {
  content: "";
  border-radius: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #04a266 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.secform .must {
  display: flex;
  gap: 10px;
  align-items: center;
}
.secform .must::after {
  content: "必須";
  background: #ff3b30;
  padding: 3px 4px;
  color: #fff;
  overflow: hidden;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1;
}
.secform .must2 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.secform .must2::after {
  content: "必須";
  background: #ff3b30;
  padding: 2px 4px;
  color: #fff;
  overflow: hidden;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
}
.secform .acceptancebox {
  margin-bottom: 0px;
}
.secform .acceptancebox .must2 input {
  margin: 0;
}
.secform p.acceptancetxt {
  font-weight: normal;
  text-align: center;
  margin-bottom: 16px;
}
.secform .sdatt {
  text-align: center;
  margin-bottom: 20px;
}
.secform button {
  background: linear-gradient(#fc5214, #ffa100);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 60px;
  border: none;
  border-radius: 30px;
}
.secform .acceptancebox a {
  text-decoration: underline;
  font-weight: bold;
  color: #353535;
}
.secform .input-error {
  border-color: #f23a30 !important;
  background-color: #fff !important;
}
.secform span#acceptance span.wpcf7-list-item-label,
.secform span.wpcf7-not-valid-tip {
  display: none;
}
.secform input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .secform {
    padding: 24px 0;
    border-radius: 50px 50px 0 0;
  }
  .secform .form__inner {
    padding: 16px 20px;
    max-width: 100%;
  }
  .secform .form__inner input[type=text],
  .secform .form__inner input[type=tel],
  .secform .form__inner input[type=email],
  .secform .form__inner select,
  .secform .form__inner .contact_box,
  .secform .form__inner .contact_customerwrap {
    width: 100%;
  }
  .secform .form__inner select {
    display: block;
  }
  .secform .form__inner textarea {
    width: 100%;
  }
  .secform .contact_box::before {
    top: 40%;
  }
  .secform .must2 {
    display: block;
    text-align: center;
  }
  .secform .must2 .wpcf7-list-item {
    display: inline;
    margin: 0;
  }
  .secform .acceptancebox {
    margin-bottom: 0px;
  }
  .secform .formtxt {
    margin: 32px 0;
  }
}

/*scroll*/
@media screen and (max-width: 768px) {
  .scroll-container {
    width: 100vw;
    max-width: none !important;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start !important;
    box-sizing: border-box;
  }
  .scroll-content {
    white-space: normal;
    gap: 5vw !important;
  }
}/*# sourceMappingURL=xnetlp2v2509.css.map */