@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2::after {
  background: url(../img/download/page_h2_after.webp) no-repeat top;
  background-size: 100% auto;
}
.top_box {
  border: 1px solid #090405;
  background: rgba(255, 255, 255, 0.4);
  padding-top: 18px;
}
@media screen and (max-width: 818px) {
  .top_box {
    padding-top: 25px;
  }
}
.top_box dl {
  max-width: 657px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 818px) {
  .top_box dl {
    width: 100%;
    display: block;
  }
}
.top_box dl dt {
  width: calc(100% - 240px);
  padding-left: 50px;
}
@media screen and (max-width: 818px) {
  .top_box dl dt {
    width: 100%;
    padding-left: 0;
  }
}
.top_box dl dt p {
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  .top_box dl dt p {
    text-align: center;
    font-size: 14px;
  }
  .top_box dl dt p + p {
    margin-bottom: 10px;
  }
}
.top_box dl dt p span {
  font-weight: bold;
  width: fit-content;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(54deg, #7223F5 0%, #EA336F 54%, #F2AA3D 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
.top_box dl dt .tel_item {
  width: fit-content;
  margin-bottom: 18px;
}
@media screen and (max-width: 818px) {
  .top_box dl dt .tel_item {
    margin: auto;
  }
}
.top_box dl dt .tel_item span {
  text-align: right;
  display: block;
  line-height: 1.1;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.top_box dl dt .tel {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  display: block;
  padding-left: 42px;
  position: relative;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 818px) {
  .top_box dl dt .tel {
    padding-left: 32px;
  }
}
.top_box dl dt .tel::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/tel_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.top_box dl dd {
  width: 240px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 818px) {
  .top_box dl dd {
    width: 100%;
    margin-top: 5px;
  }
  .top_box dl dd img {
    max-width: 150px;
    margin: auto;
  }
}
.download .inner {
  max-width: 840px;
}
.download .dl_list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 100px;
}
@media screen and (max-width: 818px) {
  .download .dl_list {
    margin-top: 40px;
    display: block;
  }
}
.download .dl_list li {
  width: calc(50% - 50px);
}
@media screen and (max-width: 818px) {
  .download .dl_list li {
    width: 100%;
  }
  .download .dl_list li + li {
    margin-top: 40px;
  }
}
.download .dl_list .list .box {
  position: relative;
  min-height: 197px;
}
.download .dl_list .list .box .box_gu {
  position: relative;
}
.download .dl_list .list .box .box_gu::after {
  position: absolute;
  content: "";
  width: 149px;
  height: 197px;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.download .dl_list .list .box .ttl {
  color: #ffffff;
  text-align: left;
  padding: 10px 25px;
  line-height: 1.01;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
}
.download .dl_list .list .box .ttl span {
  font-size: 25px;
  line-height: 1.01;
}
.download .dl_list .list .box .txt_item {
  padding: 30px 25px 20px 20px;
}
.download .dl_list .list .box .txt_item .txtbox {
  background: #ffffff;
  border: 1px solid #090405;
  padding: 17px 20px 15px 20px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
  width: fit-content;
  text-align: left;
}
.download .dl_list .list .box .txt_item .txtbox .sub_ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -10px;
  left: 0;
}
.download .dl_list .list .box .txt_item .txtbox .sub_ttl span {
  width: fit-content;
  margin: auto;
  background: #ffffff;
  z-index: 10;
  display: block;
  line-height: 18px;
  padding: 0 5px;
}
.download .dl_list .list .dl_btn {
  display: block;
  line-height: 48px;
  color: #090405;
  font-size: 20px;
  position: relative;
  border-radius: 48px;
  border: 1px solid #090405;
  background: #090405;
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
}
.download .dl_list .list .dl_btn span {
  padding-right: 34px;
  position: relative;
}
.download .dl_list .list .dl_btn span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/common/dl_after_on.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.download .dl_list .list .dl_btn:hover {
  opacity: 1;
  color: #090405;
  background: #ffffff;
}
.download .dl_list .list .dl_btn:hover span::after {
  background: url(../img/common/btn_icon_b.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.download .dl_list .ins .box {
  padding: 1px;
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.download .dl_list .ins .box .box_gu {
  background: url(../img/download/bg_ins.webp) no-repeat bottom;
  background-size: cover;
}
.download .dl_list .ins .box .box_gu::after {
  background: url(../img/download/after_ins.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.download .dl_list .ins .box .box_gu .ttl {
  background: linear-gradient(80deg, #7223F5 0%, #EA336F 53.5%, #F2AA3D 100%);
}
.download .dl_list .x .box {
  border: 1px solid #090405;
}
.download .dl_list .x .box .box_gu {
  background: url(../img/download/bg_x.webp) no-repeat bottom;
  background-size: cover;
}
.download .dl_list .x .box .box_gu::after {
  background: url(../img/download/after_x.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.download .dl_list .x .box .box_gu .ttl {
  background: #090405;
}
.download .dl_list .tiktok .box {
  padding: 1px;
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.download .dl_list .tiktok .box .box_gu {
  background: url(../img/download/bg_tiktok.webp) no-repeat bottom;
  background-size: cover;
}
.download .dl_list .tiktok .box .box_gu::after {
  background: url(../img/download/after_tiktok.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.download .dl_list .tiktok .box .box_gu .ttl {
  background: var(--tictok, linear-gradient(90deg, #FE2C55 0%, #000 50%, #25F4EE 100%));
}
.download .dl_list .youtube .box {
  border: 1px solid #E93223;
}
.download .dl_list .youtube .box .box_gu {
  background: url(../img/download/bg_youtube.webp) no-repeat bottom;
  background-size: cover;
}
.download .dl_list .youtube .box .box_gu::after {
  background: url(../img/download/after_youtube.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.download .dl_list .youtube .box .box_gu .ttl {
  background: #E93223;
}
.download .dl_list .line .box {
  border: 1px solid #22BA4F;
}
.download .dl_list .line .box .box_gu {
  background: url(../img/download/bg_line.webp) no-repeat bottom;
  background-size: cover;
}
.download .dl_list .line .box .box_gu::after {
  background: url(../img/download/after_line.webp) no-repeat bottom;
  background-size: 100% 100%;
}
.download .dl_list .line .box .box_gu .ttl {
  background: #22BA4F;
}
.download .sogo_dl_list {
  gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .download .sogo_dl_list {
    display: none;
  }
}
.download .sogo_dl_list li {
  width: calc(50% - 5px);
}
.download .more_btn {
  max-width: 308px;
  margin-top: 60px;
}
.dl_item {
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 818px) {
  .dl_item {
    margin-top: 50px;
    display: block;
  }
}
.dl_item .form {
  width: 47%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #C9CACA;
  padding: 40px 60px;
}
@media screen and (max-width: 818px) {
  .dl_item .form {
    padding: 28px 10px;
    width: 100%;
    margin-top: 40px;
  }
}
.dl_item .form ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.02em;
}
.dl_item .form ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .dl_item .form ul li {
    font-size: 12px;
  }
}
.dl_item .form .check_list {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #59585B;
}
.dl_item .form .check_list .sub {
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .dl_item .form .check_list .sub {
    font-size: 14px;
  }
}
.dl_item .form .check_list .sub,
.dl_item .form .check_list .form-acceptance {
  margin-top: 30px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.dl_item .form .check_list .sub a,
.dl_item .form .check_list .form-acceptance a {
  color: #59585B;
  text-decoration: underline;
}
.dl_item .form .check_list .sub .check_list_txt,
.dl_item .form .check_list .form-acceptance .check_list_txt,
.dl_item .form .check_list .sub .check_list_txt p,
.dl_item .form .check_list .form-acceptance .check_list_txt p {
  line-height: 1.2;
  margin: 0;
}
.dl_item .form .form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.dl_item .form .wpcf7-list-item {
  margin: 0;
}
.dl_item .form .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #59585B;
}
.dl_item .form .wpcf7-list-item-label {
  position: relative;
}
.dl_item .form .form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 13px;
  background: url(../img/common/check_icon.webp) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.dl_item .form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.dl_item .form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.dl_item .form .hishu {
  color: #EA336F;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #EA336F;
  border-radius: 1px;
}
.dl_item .form .c_form input,
.dl_item .form .c_form textarea {
  font-size: 16px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form input,
  .dl_item .form .c_form textarea {
    font-size: 14px !important;
  }
}
.dl_item .form .c_form .wpcf7-spinner {
  display: none !important;
}
.dl_item .form .c_form .send_box {
  margin-top: 20px;
}
.dl_item .form .c_form .send_box input {
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  background: #ccc;
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s ease-in-out;
  max-width: 226px;
  margin: auto;
  width: 100%;
  cursor: no-drop;
}
.dl_item .form .c_form .sendok input {
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  border: 1px solid #090405;
  background: #ffffff;
  color: #090405;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s ease-in-out;
  max-width: 226px;
  margin: auto;
  width: 100%;
  cursor: pointer !important;
}
.dl_item .form .c_form .sendok input:hover {
  background: #090405;
  border: 1px solid #090405;
  color: #ffffff;
  opacity: 1;
  cursor: pointer !important;
}
.dl_item .form .c_form ul {
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul {
    margin-top: 0;
  }
}
.dl_item .form .c_form ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li + li {
    margin-top: 15px;
  }
}
.dl_item .form .c_form ul li dl {
  width: 100%;
  display: block;
}
.dl_item .form .c_form ul li dl dt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: left;
  width: 100%;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dt {
    letter-spacing: 0;
  }
}
.dl_item .form .c_form ul li dl dd {
  width: 100%;
  margin-top: 5px;
}
.dl_item .form .c_form ul li dl dd p {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
}
.dl_item .form .c_form ul li dl dd input[type="button"],
.dl_item .form .c_form ul li dl dd input[type="submit"],
.dl_item .form .c_form ul li dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.dl_item .form .c_form ul li dl dd p,
.dl_item .form .c_form ul li dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.dl_item .form .c_form ul li dl dd .sub_txt {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dd .sub_txt {
    margin-top: 10px;
  }
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
    margin-right: 10px;
  }
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #CCCCCC;
  outline-offset: -7px;
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button,
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #CCCCCC;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #CCCCCC;
}
.dl_item .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #CCCCCC;
  outline: 1px solid #CCCCCC;
}
.dl_item .form .c_form ul li dl dd input[type="text"],
.dl_item .form .c_form ul li dl dd input[type="tel"],
.dl_item .form .c_form ul li dl dd input[type="email"] {
  padding: 10px 15px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #898989;
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0.32px;
  color: #C9CACA;
}
.dl_item .form .c_form ul li dl dd textarea {
  padding: 10px 15px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #898989;
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0.32px;
  height: 200px;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dd textarea {
    border: 1px solid #787A73;
  }
}
.dl_item .form .c_form ul li dl dd select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #898989;
  letter-spacing: 0.32px;
  border-right: none;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dd select {
    font-size: 14px !important;
    border-radius: 5px;
  }
}
.dl_item .form .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
}
.dl_item .form .c_form ul li dl dd select::-ms-expand {
  display: none;
}
.dl_item .form .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/contact/select_icon.webp);
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: right 0 center;
  /* 画像の位置 */
}
.dl_item .form .c_form ul li dl dd .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.dl_item .form .c_form ul li dl dd input:focus,
.dl_item .form .c_form ul li dl dd textarea:focus {
  color: #090405 !important;
}
.dl_item .form .c_form ul li dl dd select:focus {
  color: #090405 !important;
}
.dl_item .form .c_form ul li dl dd input:valid,
.dl_item .form .c_form ul li dl dd textarea:valid {
  color: #090405 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.dl_item .form .c_form ul li dl dd select:valid {
  color: #090405 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.dl_item .form .c_form ul li dl dd input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #898989;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  .dl_item .form .c_form ul li dl dd input[type="radio"] {
    margin-right: 5px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    padding: 8px;
  }
}
.dl_item .form .c_form ul li dl dd input[type="radio"]:checked {
  box-sizing: border-box;
  outline: 7px solid #898989;
  outline-offset: -7px;
}
.dl_item .form .form_check {
  font-size: 16px !important;
}
@media screen and (max-width: 818px) {
  .dl_item .form .form_check {
    font-size: 14px !important;
  }
}
.dl_item .f_list {
  width: 53%;
  padding-right: 40px;
}
@media screen and (max-width: 818px) {
  .dl_item .f_list {
    padding-right: 0;
    width: 100%;
  }
}
.dl_item .f_list .list_ttl {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-left: 14px;
  border-left: 4px solid #898989;
  line-height: 31px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .dl_item .f_list .list_ttl {
    line-height: 28px;
    font-size: 15px;
  }
}
.dl_item .f_list .list {
  line-height: 1.65;
  letter-spacing: 0.32px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .dl_item .f_list .list {
    margin-top: 10px;
  }
}
.dl_item .f_list .list li {
  position: relative;
  padding-left: 25px;
}
.dl_item .f_list .list li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: #090405;
  transition: 0.3s ease-in-out;
}
.dl_item .f_list .img_pc {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  .dl_item .f_list .img_pc {
    display: none;
  }
}
.dl_item .f_list .img_pc li {
  width: calc(50% - 10px);
  border: 1px solid #898989;
}
.download_1200 .inner {
  max-width: 1200px;
}
.download_1200 .top_box {
  max-width: 800px;
  margin: auto;
  padding-top: 28px;
}
@media screen and (max-width: 818px) {
  .download_1200 .top_box {
    padding-top: 25px;
  }
}
#page02 .page_h2::after {
  background: url(../img/contact/page_h2_after.webp) no-repeat top;
  background-size: 100% auto;
}
#page02 .page_content .inner {
  max-width: 840px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}
#page02 .page_content .top_box {
  border: 1px solid #090405;
  background: rgba(255, 255, 255, 0.4);
  padding-top: 28px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .top_box {
    padding-top: 25px;
  }
}
#page02 .page_content .top_box dl {
  max-width: 657px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .top_box dl {
    width: 100%;
    display: block;
  }
}
#page02 .page_content .top_box dl dt {
  width: calc(100% - 240px);
  padding-left: 50px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .top_box dl dt {
    width: 100%;
    padding-left: 0;
  }
}
#page02 .page_content .top_box dl dt p {
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .top_box dl dt p {
    text-align: center;
    font-size: 14px;
  }
  #page02 .page_content .top_box dl dt p + p {
    margin-bottom: 10px;
  }
}
#page02 .page_content .top_box dl dt p span {
  font-weight: bold;
  width: fit-content;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(54deg, #7223F5 0%, #EA336F 54%, #F2AA3D 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
#page02 .page_content .top_box dl dt .tel_item {
  width: fit-content;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .top_box dl dt .tel_item {
    margin: auto;
  }
}
#page02 .page_content .top_box dl dt .tel_item span {
  text-align: right;
  display: block;
  line-height: 1.1;
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#page02 .page_content .top_box dl dt .tel {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  display: block;
  padding-left: 42px;
  position: relative;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
}
#page02 .page_content .top_box dl dt .tel::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/tel_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#page02 .page_content .top_box dl dd {
  width: 240px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .top_box dl dd {
    width: 100%;
    margin-top: 5px;
  }
  #page02 .page_content .top_box dl dd img {
    max-width: 150px;
    margin: auto;
  }
}
#page02 .page_content .btn_list {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  column-gap: 40px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list {
    display: block;
  }
}
#page02 .page_content .btn_list li {
  width: calc(50% - 20px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #C9CACA;
  padding: 25px 10px 30px 10px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li {
    width: 100%;
  }
  #page02 .page_content .btn_list li + li {
    margin-top: 15px;
  }
}
#page02 .page_content .btn_list li:last-child {
  width: 100%;
}
#page02 .page_content .btn_list li .ttl01 {
  text-align: center;
  margin: auto;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 900;
  width: fit-content;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(54deg, #7223F5 0%, #EA336F 54%, #F2AA3D 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
#page02 .page_content .btn_list li .ttl02 {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 900;
}
#page02 .page_content .btn_list li .ttl02 span {
  text-align: center;
  margin: auto;
  width: fit-content;
  color: rgba(255, 255, 255, 0);
  background: linear-gradient(54deg, #7223F5 0%, #EA336F 100%);
  -webkit-background-clip: text;
  text-shadow: none;
}
#page02 .page_content .btn_list li .ttl03 {
  font-size: 20px;
  color: #1C9BEF;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 900;
}
#page02 .page_content .btn_list li .ttl04 {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
}
#page02 .page_content .btn_list li .ttl04 span {
  width: fit-content;
  margin: auto;
  color: #FE2C55;
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li .ttl04 span {
    display: block;
    text-align: center;
  }
}
#page02 .page_content .btn_list li .subttl {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
}
#page02 .page_content .btn_list li .m_t_5 {
  margin-top: 5px;
}
#page02 .page_content .btn_list li p {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li p {
    letter-spacing: 0.14px;
  }
}
#page02 .page_content .btn_list li .img {
  margin: auto;
  margin-top: 17px;
  max-width: 205px;
}
#page02 .page_content .btn_list li .gura_btn,
#page02 .page_content .btn_list li .ao_btn {
  margin: auto;
  max-width: 300px;
  margin-top: 8px;
}
#page02 .page_content .btn_list li .tik_item {
  display: flex;
}
#page02 .page_content .btn_list li .tik_item dt {
  width: 36.6%;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li .tik_item dt {
    display: none;
  }
}
#page02 .page_content .btn_list li .tik_item dd {
  text-align: left;
  padding-left: 30px;
  width: 63.4%;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li .tik_item dd {
    width: 100%;
    padding-left: 0;
  }
}
#page02 .page_content .btn_list li .tik_item dd .ttl04 {
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li .tik_item dd .ttl04 {
    text-align: center;
    margin-left: auto;
  }
}
#page02 .page_content .btn_list li .tik_item dd p {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 818px) {
  #page02 .page_content .btn_list li .tik_item dd p {
    text-align: center;
  }
}
#page02 .form {
  margin-top: 60px;
}
@media screen and (max-width: 818px) {
  #page02 .form {
    margin-top: 40px;
  }
}
#page02 .form ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.02em;
}
#page02 .form ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  #page02 .form ul li {
    font-size: 12px;
  }
}
#page02 .form .check_list {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #59585B;
}
#page02 .form .check_list .sub {
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  #page02 .form .check_list .sub {
    font-size: 14px;
  }
}
#page02 .form .check_list .sub,
#page02 .form .check_list .form-acceptance {
  margin-top: 30px;
  display: flex;
  align-items: end;
  justify-content: center;
}
#page02 .form .check_list .sub a,
#page02 .form .check_list .form-acceptance a {
  color: #59585B;
  text-decoration: underline;
}
#page02 .form .check_list .sub .check_list_txt,
#page02 .form .check_list .form-acceptance .check_list_txt,
#page02 .form .check_list .sub .check_list_txt p,
#page02 .form .check_list .form-acceptance .check_list_txt p {
  line-height: 1.2;
  margin: 0;
}
#page02 .form .form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
#page02 .form .wpcf7-list-item {
  margin: 0;
}
#page02 .form .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s;
  background: #ffffff;
  border: 1px solid #59585B;
}
#page02 .form .wpcf7-list-item-label {
  position: relative;
}
#page02 .form .form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.8em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 13px;
  background: url(../img/common/check_icon.webp) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
#page02 .form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#page02 .form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
#page02 .form .hishu {
  color: #EA336F;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #EA336F;
  border-radius: 1px;
}
#page02 .form .c_form input,
#page02 .form .c_form textarea {
  font-size: 16px !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form input,
  #page02 .form .c_form textarea {
    font-size: 14px !important;
  }
}
#page02 .form .c_form .wpcf7-spinner {
  display: none !important;
}
#page02 .form .c_form .send_box {
  margin-top: 20px;
}
#page02 .form .c_form .send_box input {
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  background: #ccc;
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s ease-in-out;
  max-width: 226px;
  margin: auto;
  width: 100%;
  cursor: no-drop;
}
#page02 .form .c_form .sendok input {
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  border: 1px solid #090405;
  background: #ffffff;
  color: #090405;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  display: block;
  transition: 0.3s ease-in-out;
  max-width: 226px;
  margin: auto;
  width: 100%;
  cursor: pointer !important;
}
#page02 .form .c_form .sendok input:hover {
  background: #090405;
  border: 1px solid #090405;
  color: #ffffff;
  opacity: 1;
  cursor: pointer !important;
}
#page02 .form .c_form ul {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul {
    margin-top: 20px;
  }
}
#page02 .form .c_form ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li + li {
    margin-top: 15px;
  }
}
#page02 .form .c_form ul li dl {
  width: 100%;
  display: block;
}
#page02 .form .c_form ul li dl dt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: left;
  width: 100%;
  line-height: 1.65;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dt {
    letter-spacing: 0;
  }
}
#page02 .form .c_form ul li dl dd {
  width: 100%;
  margin-top: 5px;
}
#page02 .form .c_form ul li dl dd p {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
}
#page02 .form .c_form ul li dl dd input[type="button"],
#page02 .form .c_form ul li dl dd input[type="submit"],
#page02 .form .c_form ul li dl dd input[type="reset"] {
  -webkit-appearance: none;
}
#page02 .form .c_form ul li dl dd p,
#page02 .form .c_form ul li dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
#page02 .form .c_form ul li dl dd .sub_txt {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dd .sub_txt {
    margin-top: 10px;
  }
}
#page02 .form .c_form ul li dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 40px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
    margin-right: 10px;
  }
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #CCCCCC;
  outline-offset: -7px;
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button,
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #CCCCCC;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:hover,
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #CCCCCC;
}
#page02 .form .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #CCCCCC;
  outline: 1px solid #CCCCCC;
}
#page02 .form .c_form ul li dl dd input[type="text"],
#page02 .form .c_form ul li dl dd input[type="tel"],
#page02 .form .c_form ul li dl dd input[type="email"] {
  padding: 10px 15px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #898989;
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0.32px;
  color: #C9CACA;
}
#page02 .form .c_form ul li dl dd textarea {
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #898989;
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0.32px;
  height: 200px;
  max-height: 200px;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dd textarea {
    border: 1px solid #787A73;
  }
}
#page02 .form .c_form ul li dl dd select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #898989;
  letter-spacing: 0.32px;
  border-right: none;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dd select {
    font-size: 14px !important;
    border-radius: 5px;
  }
}
#page02 .form .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
}
#page02 .form .c_form ul li dl dd select::-ms-expand {
  display: none;
}
#page02 .form .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/contact/select_icon.webp);
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: right 0 center;
  /* 画像の位置 */
}
#page02 .form .c_form ul li dl dd .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
#page02 .form .c_form ul li dl dd input:focus,
#page02 .form .c_form ul li dl dd textarea:focus {
  color: #090405 !important;
}
#page02 .form .c_form ul li dl dd select:focus {
  color: #090405 !important;
}
#page02 .form .c_form ul li dl dd input:valid,
#page02 .form .c_form ul li dl dd textarea:valid {
  color: #090405 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
#page02 .form .c_form ul li dl dd select:valid {
  color: #090405 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
#page02 .form .c_form ul li dl dd input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #898989;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 818px) {
  #page02 .form .c_form ul li dl dd input[type="radio"] {
    margin-right: 5px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    padding: 8px;
  }
}
#page02 .form .c_form ul li dl dd input[type="radio"]:checked {
  box-sizing: border-box;
  outline: 7px solid #898989;
  outline-offset: -7px;
}
#page02 .form .form_check {
  font-size: 16px !important;
}
@media screen and (max-width: 818px) {
  #page02 .form .form_check {
    font-size: 14px !important;
  }
}
