* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
a img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
a:hover {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
button:hover {
  cursor: pointer;
}

section {
  padding: 0 2rem;
}

.mod_width {
  max-width: 1080px;
  margin: 0 auto;
}

.mod_header {
  background: #fff;
  position: fixed;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .mod_header {
    gap: 2rem;
  }
}
.mod_header .-logo {
  width: 240px;
  height: auto;
}
.mod_header .-logo a {
  display: block;
}
.mod_header .-contact,
.mod_header .-contact2 {
  border-radius: 6px;
  background: #FF5C00;
  -webkit-box-shadow: 3px 4px 0px 0px #AD3E00;
          box-shadow: 3px 4px 0px 0px #AD3E00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 1rem;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .mod_header .-contact {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.mod_main {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.mod_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 2rem;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mod_point {
    padding: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.mod_point .mod_point_item {
  width: 150px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mod_point .mod_point_item {
    width: 40%;
    padding: 1rem;
  }
}
.mod_point .mod_point_item p {
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .mod_point .mod_point_item p {
    font-size: 1.2rem;
  }
}

.mod_h2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem;
  padding: 6rem 0 3rem;
}
@media (max-width: 767px) {
  .mod_h2 {
    padding: 6rem 2rem 3rem;
  }
}
.mod_h2 span {
  color: #FF5C00;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .mod_h2 span {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
.mod_h2 strong {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.3rem;
}
@media (max-width: 767px) {
  .mod_h2 strong {
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
  }
}

.mod_feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .mod_feature_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4rem;
  }
}
.mod_feature_list .mod_feature_item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .mod_feature_list .mod_feature_item {
    width: 80%;
  }
}
.mod_feature_list .mod_feature_item h3 {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
.mod_feature_list .mod_feature_item p {
	padding: 0 1.2rem;
	font-size: 1.5rem;
}

.mod_case {
  padding-bottom: 6rem;
}

.mod_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .mod_case_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
  }
}
.mod_case_list .mod_case_item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .mod_case_list .mod_case_item {
    width: 50%;
  }
}
.mod_case_list .mod_case_item h3 {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.15rem;
}
.mod_case_list .mod_case_item p {
  font-size: 1.3rem;
  text-align: center;
  color: #979797;
  padding: 0 1.5rem;
}

.mod_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .mod_flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mod_flow_list .mod_flow_item {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .mod_flow_list .mod_flow_item {
    text-align: center;
  }
}
.mod_flow_list .mod_flow_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .mod_flow_list .mod_flow_arrow {
    padding-top: 2rem;
  }
}
.mod_flow_list .mod_flow_arrow img {
  width: 18px;
  height: auto;
}
@media (max-width: 767px) {
  .mod_flow_list .mod_flow_arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.mod_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0C1E39;
}
@media (max-width: 767px) {
  .mod_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.mod_footer img {
  width: 50%;
}
@media (max-width: 767px) {
  .mod_footer img {
    width: 100%;
  }
}
.mod_footer .mod_footer_wrap {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .mod_footer .mod_footer_wrap {
    width: 100%;
  }
}
.mod_footer .btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  width: 100%;
}
.mod_footer .btn_1 span {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mod_footer .btn_1 span {
    font-size: 1.6rem;
  }
}
.mod_footer .btn_1 a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 10px;
  background: #027CED;
  padding: 1rem;
  -webkit-filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
}
.mod_footer .btn_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  width: 100%;
}
.mod_footer .btn_2 span {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mod_footer .btn_2 span {
    font-size: 1.6rem;
  }
}
.mod_footer .btn_2 a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  border-radius: 10px;
  background: #FF5C00;
  padding: 1rem;
  -webkit-filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
}

@media (max-width: 767px) {
  .mod_faq {
    padding: 0 2rem;
  }
}

.mod_faq_title {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.mod_faq_title span {
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .mod_faq_title {
    margin: 1rem 0;
  }
}
.mod_faq_title:hover {
  background: #eee;
}

.mod_faq_content p {
  border: 1px solid #eee;
  background: #F7F7F7;
  border-radius: 8px;
  padding: 2rem;
}

.js_acc::after {
  position: relative;
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js_acc.open::after {
  content: "";
  position: relative;
  top: 0.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod_merit {
  padding-bottom: 8rem;
  padding-top: 3rem;
}
.mod_merit .mod_h2 {
  margin-bottom: 6rem;
}

.mod_merit_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .mod_merit_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.mod_merit_item.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .mod_merit_item.-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.mod_merit_item img {
  width: 50%;
}
@media (max-width: 767px) {
  .mod_merit_item img {
    width: 100%;
  }
}
.mod_merit_item .mod_merit_item_text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .mod_merit_item .mod_merit_item_text {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.mod_merit_item .mod_merit_item_text i {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: rgba(237, 126, 2, 0.14);
  color: #FF5C00;
  font-size: 4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-style: normal;
}
.mod_merit_item .mod_merit_item_text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.24;
}
.mod_merit_item .mod_merit_item_text p {
  width: 50%;
  min-width: 
}
@media (min-width: 1580px) {
	.mod_merit_item .mod_merit_item_text p {
		min-width: 425px;
	}
}
@media (max-width: 767px) {
  .mod_merit_item .mod_merit_item_text p {
    width: 80%;
    margin: 0 auto;
  }
}

.mod_contact {
  background: url(../img/contact_bg1.jpg) no-repeat center right;
  background-size: cover;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .mod_contact {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.mod_contact p {
  width: 50%;
  padding-bottom: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .mod_contact p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.mod_contact a {
  padding: 2rem;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  font-size: 2.5rem;
  letter-spacing: 0.25;
  border-radius: 10px;
  background: #027CED;
  -webkit-filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .mod_contact a {
    width: 80%;
    margin: 0 auto;
  }
}

.mod_contact2 {
  background: url(../img/contact_bg2.jpg) no-repeat center center;
  background-size: cover;
  min-height: 502px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 4rem;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .mod_contact2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.mod_contact2 p {
  width: 50%;
  padding-bottom: 2rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .mod_contact2 p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.mod_contact2 a {
  padding: 2rem;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  font-size: 2.5rem;
  letter-spacing: 0.25;
  border-radius: 10px;
  background: #027CED;
  -webkit-filter: drop-shadow(3px 4px 0px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(3px 4px 0px rgba(255, 255, 255, 0.6));
}
@media (max-width: 767px) {
  .mod_contact2 a {
    width: 80%;
    margin: 0 auto;
  }
}

.mod_about {
  background: url(../img/about_bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mod_about {
    padding: 3rem;
    text-align: center;
    background-position: center;
  }
}
.mod_about span {
  color: #FF5C00;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.mod_about h2 {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3rem;
}
.mod_about p {
  width: 50%;
  line-height: 2;
}
@media (max-width: 767px) {
  .mod_about p {
    width: 100%;
  }
}

/* add 20231121 */
.mod_visual {
  position: relative;
}
.mod_visual .bg {
  min-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mod_visual .bg {
    width: 100%;
    min-height: inherit;
    height: auto;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mod_visual .mod_visual_content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content {
    padding: 4rem 2rem;
  }
}
.mod_visual .mod_visual_content .-dl {
  padding: 2rem;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30%;
  font-size: 2.5rem;
  letter-spacing: 0.25;
  border-radius: 10px;
  background: #027CED;
  -webkit-filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
  position: relative;
  top: 1em;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content .-dl {
    font-size: 1.3rem;
    width: 80%;
    top: 0em;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.mod_visual .mod_visual_content .mod_visual_content_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod_visual .mod_visual_content .mod_visual_content_h2 strong {
  padding: 0 0.5em;
  font-size: 2.4rem;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content .mod_visual_content_h2 strong {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
.mod_visual .mod_visual_content .mod_visual_content_h2 .mod_visual_content_h2_img {
  width: 24px;
  height: auto;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content .mod_visual_content_h2 .mod_visual_content_h2_img {
    width: 16px;
  }
}
.mod_visual .mod_visual_content .mod_visual_content_h2 .mod_visual_content_h2_img.-rev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.mod_visual .mod_visual_content h2 {
  font-size: 5.5rem;
  font-weight: bold;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content h2 {
    font-size: 1.8rem;
  }
}
.mod_visual .mod_visual_content p {
  text-align: center;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content p {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.mod_visual .mod_visual_content img {
  width: 800px;
  height: auto;
}
@media (max-width: 767px) {
  .mod_visual .mod_visual_content img {
    width: 80%;
  }
}

/* 20240717 */

.mod_qr,
.mod_qr_sp {
  position: absolute;
  z-index: 9998;
}

.mod_qr:hover,
.mod_qr_sp:hover {
  cursor: pointer;
}

.mod_qr {
  width: 50px;
  right: 0;
  bottom: 100px;
}

.mod_qr_sp {
  display: none;
  width: 50px;
  right: 0;
  bottom: 100px;
}

.mod_qr_img {
  position: fixed;
  display: block;
  width: 50px;
}

.mod_qr_sp {
  position: fixed;
  display: none;
  width: 50px;
  background-color: #a8d08c;
  border-radius: 6px;
}
.mod_qr_sp p {
  font-size: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .mod_qr {
    display: none;
  }
  .mod_qr_sp {
    display: block;
  }
}

.mod_popup {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
}

.mod_popup_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.35869565rem;
  position: relative;
  background: #fff;
  width: 80%;
  max-width: 600px;
  text-align: center;
  border-radius: 21px;
  opacity: 1;
}

.mod_popup_container.mod_popup_apply {
  background-color: #e6ebe9;
}

.mod_popup_container.mod_popup_apply a {
  color: #3e765e;
  text-decoration: underline;
}

.mod_popup_container.mod_popup_apply a:hover {
  opacity: 0.5;
}

.mod_popup_container_cross > div:before,
.mod_popup_container_cross > div:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}

.mod_popup_container_cross > div:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mod_popup_container_cross > div:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mod_popup_container_cross > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.mod_popup_container .mod_popup_container_cross {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  align-self: flex-end;
}

.mod_popup_container > span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: normal;
  font-size: 16px;
}

@media (max-width: 767px) {
  .mod_popup_container > span {
    font-size: 12px;
  }
}

.mod_popup_container .mod_popup_container_title {
  font-size: 22px;
  font-weight: 500;
}

.mod_popup_container .mod_popup_container_button {
  font-size: 18px;
  background-color: #FF5C00;
  padding: 10px 42px;
  color: #fff;
  border-radius: 10px;
  filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.25));
  margin-top: 6px;
  cursor: pointer;
}

.mod_popup_container_qr img {
  width: 50%;
}

@media (max-width: 767px) {
  .mod_popup_container_qr img {
    width: 80%;
  }
  .mod_header_right_qr p {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.mod_header_right {
  display: flex;
  gap: 12px;
}
.mod_header_right_qr {
  display: flex;
  border-radius: 6px;
  background-color: #a8d08c;
  box-shadow: 3px 4px 0px 0px #00980a;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 1rem;
  padding: 1rem 2rem;
}
.mod_header_right_qr:hover {
  cursor: pointer;
}
.mod_header_qr_img_container {
  display: flex;
  align-items: center;
}
.mod_header_qr_img {
  max-width: 29px;
  height: auto;
  aspect-ratio: 1;
}
.mod_header .-contact2 {
  display: none;
}

@media (max-width: 767px) {
  .mod_header_right_qr {
    display: none;
  }
  .mod_header .-contact {
    display: none;
  }
  .mod_header .-contact2 {
    display: flex;
  }
}
