@charset "UTF-8";
/* ヘッダー */
.c-site-branding__title {
  position: absolute;
  top: 0px;
  width: 330px;
}

.c-site-branding__title img {
  width: 330px !important;
}

.c-site-branding__title .custom-logo {
  width: 250px;
}

header .c-container {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  width: 1160px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-navbar .menu-item a {
  font-size: 16px !important;
}

.header-contet_img {
  width: 85px;
  margin-left: 15px;
  margin-right: 15px;
}

.l-1row-header__content {
  position: absolute;
  top: 10px;
  width: 500px;
  left: 49.2%;
}

.c-navbar {
  margin-top: 25px;
}

.content_tel {
  font-size: 24px !important;
}

.p-breadcrumbs-wrapper {
  display: none;
}

@media (max-width: 1023px) {
  header .c-container {
    padding-bottom: 40px;
  }
  .c-site-branding__title {
    margin-left: 8rem;
  }
  .c-site-branding__title .custom-logo {
    width: 250px !important;
  }
  .c-site-branding__title {
    top: 0px;
  }
}

@media (max-width: 475px) {
  .c-site-branding__title {
    width: 200px;
    top: 5px;
    left: 10px;
  }
  header .c-container {
    padding-bottom: 20px;
  }
}

.p-drop-nav .c-container {
  padding-top: 0;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-content_text {
  font-size: 18px;
}

.header-contet_img {
  width: 55px;
}

.header-content_tel {
  font-size: 24px;
}

.kv {
  margin-bottom: 45px;
  margin-top: 16px !important;
}

@media (max-width: 576px) {
  .kv {
    margin-bottom: 32px;
  }
}

.kv .smb-section__title {
  color: #fff;
  font-size: 72px;
  text-shadow: 3px 3px 0px #d8921c;
  font-weight: 500;
  -webkit-transform: translateY(-40%) !important;
          transform: translateY(-40%) !important;
}

@media (max-width: 1050px) {
  .kv .smb-section__title {
    font-size: 40px;
    -webkit-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
}

.kv .smb-section__lede {
  font-size: 45px;
  text-shadow: 3px 3px 0px #d8921c;
  -webkit-transform: translateY(-65%) !important;
          transform: translateY(-65%) !important;
}

@media (max-width: 1050px) {
  .kv .smb-section__lede {
    font-size: 32px;
    -webkit-transform: translateY(-5%) !important;
            transform: translateY(-5%) !important;
  }
}

@media (max-width: 786px) {
  .kv .smb-section__title {
    font-size: 28px;
    -webkit-transform: translateY(4rem) !important;
            transform: translateY(4rem) !important;
  }
  .kv .smb-section__lede {
    font-size: 25px;
    -webkit-transform: translateY(3rem) !important;
            transform: translateY(3rem) !important;
  }
}

@media (max-width: 576px) {
  .kv .smb-section__title {
    font-size: 24px;
    -webkit-transform: translateY(7.5rem) !important;
            transform: translateY(7.5rem) !important;
  }
  .kv .smb-section__lede {
    font-size: 16px;
    -webkit-transform: translateY(7rem) !important;
            transform: translateY(7rem) !important;
  }
}

@media (max-width: 786px) {
  .smb-section--wide {
    min-height: 65vh !important;
  }
}

@media (max-width: 576px) {
  .smb-section--wide {
    min-height: 38vh !important;
  }
}

.section-header {
  font-size: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#079a45), color-stop(#079a45), to(#b9e1a6));
  background: -webkit-linear-gradient(left, #079a45, #079a45, #b9e1a6);
  background: linear-gradient(to right, #079a45, #079a45, #b9e1a6);
  color: #fff !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  margin-bottom: 0 !important;
}

@media (max-width: 786px) {
  .section-header {
    font-size: 2.4rem;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.qa_sub-title .smb-section__inner {
  background-color: #089b46;
  opacity: 0.7;
}

.qa_sub-title {
  padding-top: 0;
  padding-bottom: 0;
}

.qa_sub-title .smb-section__inner h3 {
  font-size: 24px;
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 786px) {
  .qa_sub-title .smb-section__inner h3 {
    font-size: 2rem;
    text-align: center;
  }
}

.qa_question:before {
  content: "Q. ";
  font-size: 18px;
  left: 7rem;
  position: absolute;
}

.qa_answer:before {
  content: "A. ";
  font-size: 16px;
  left: 7rem;
  position: absolute;
}

.qa_bgc-grey {
  background-color: #f5f5f5;
}

.qa_subtitle {
  font-size: 2rem;
  color: #fff;
  opacity: 0.7;
  padding-left: 180px !important;
  margin-bottom: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (max-width: 786px) {
  .qa_subtitle {
    font-size: 1.8rem;
    text-align: center;
    padding-left: 0 !important;
  }
}

.qa_question {
  font-size: 1.8rem;
  background-color: #b8e0a5;
  border-radius: 10px 10px 0 0;
  color: #6aba80;
  padding-left: 10rem;
  padding-right: 7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  border-left: 2px solid #b8e0a6;
  border-right: 2px solid #b8e0a6;
  -webkit-transform: translatex(2.5px);
          transform: translatex(2.5px);
  margin-left: -1px;
  margin-right: -1px;
}

@media (max-width: 768px) {
  .qa_question {
    font-size: 1.6rem;
    padding-left: 7rem;
    padding-right: 2.4rem;
  }
  .qa_question:before {
    left: 4rem;
  }
}

@media (max-width: 475px) {
  .qa_question {
    padding-left: 6rem;
  }
  .qa_question:before {
    left: 3rem;
  }
}

.qa_answer {
  font-size: 1.6rem;
  margin-top: 0 !important;
  padding-left: 10rem;
  padding-right: 7rem;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: 2.5px;
}

@media (max-width: 768px) {
  .qa_answer {
    font-size: 1.4rem;
    padding-left: 7rem;
    padding-right: 2.4rem;
  }
  .qa_answer br {
    display: none;
  }
  .qa_answer:before {
    left: 4rem;
  }
}

@media (max-width: 575px) {
  .qa_answer {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 475px) {
  .qa_answer {
    padding-left: 6rem;
  }
  .qa_answer:before {
    left: 3rem;
  }
}

.qa_mgt {
  margin-top: 5rem !important;
}

.plan_lead {
  font-size: 20px !important;
}

@media (max-width: 781px) {
  .plan_lead {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .plan_lead {
    text-align: left;
  }
  .plan_lead br {
    display: none;
  }
}

.plan_title-image {
  margin-top: 9rem !important;
}

@media (max-width: 575px) {
  .plan_title-image {
    margin-top: 6.4rem !important;
  }
}

.plan_descripton-body {
  font-size: 26px !important;
  margin-top: 4rem !important;
}

@media (max-width: 575px) {
  .plan .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.plan_body {
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .plan_body .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.plan_body h3 {
  font-size: 24px;
  border-bottom: none;
  background-color: #b9e1a6;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 3px solid #b9e1a7;
  -webkit-transform: translatey(0.5px);
          transform: translatey(0.5px);
}

.plan .plan_columns {
  -webkit-box-align: end !important;
  -webkit-align-items: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.plan_columns {
  border: 3px solid #089b46;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-radius: 20px 20px 20px 20px;
}

@media (max-width: 575px) {
  .plan_columns {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.wp-container-26.wp-block-column {
  overflow-y: hidden;
}

.plan_image {
  padding-bottom: 0;
}

@media (max-width: 1100px) and (min-width: 782px) {
  .plan_image img {
    height: 335px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 781px) {
  .plan_image img {
    height: 335px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}

@media (max-width: 575px) and (min-width: 476px) {
  .plan_image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: 50% 95%;
       object-position: 50% 95%;
  }
}

@media (max-width: 475px) {
  .plan_image img {
    height: 235px;
  }
}

.plan_text {
  font-size: 14px;
}

.plan_table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.plan_table tr th {
  background-color: #b9e1a6 !important;
  color: #181818 !important;
}

.plan_table tr th {
  font-size: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 575px) {
  .plan_table tr th {
    font-size: 16px;
  }
}

.plan_table tr th:first-child {
  border-left: 2px solid #b9e1a6 !important;
}

.plan_table tr th:last-child {
  border-right: 2px solid #b9e1a6 !important;
}

.wp-block-table thead th {
  border: 1px solid #b9e1a6 !important;
}

.plan_table tr td {
  font-size: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #000;
}

@media (max-width: 575px) {
  .plan_table tr td {
    font-size: 16px;
  }
}

.plan_annotation {
  font-size: 20px;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .plan_annotation {
    font-size: 16px;
  }
}

.plan_common {
  font-size: 24px !important;
  margin-top: 106px !important;
  margin-left: 32px;
}

@media (max-width: 575px) {
  .plan_common {
    margin-left: 0 !important;
    margin-top: 64px !important;
    text-align: center;
  }
}

.plan_common span {
  font-size: 24px !important;
}

@media (max-width: 575px) {
  .plan_common span {
    font-size: 18px !important;
  }
}

.plan_common-body {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  border: 1px solid #079c47;
  font-size: 20px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .plan_common-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.plan_description {
  -webkit-box-align: end !important;
  -webkit-align-items: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

@media (max-width: 781px) {
  .plan_common-body {
    font-size: 16px;
  }
}

.plan_description-image {
  -webkit-transform: translatey(3.5rem);
          transform: translatey(3.5rem);
}

.plan_description-text {
  font-size: 24px;
  color: #089b46;
  font-weight: bold;
}

.plan_descripton-body {
  background-color: #089b46;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-radius: 25px;
  font-size: 18px;
}

@media (max-width: 781px) {
  .plan_descripton-body {
    font-size: 16px !important;
  }
}

.service_lead {
  font-size: 20px !important;
}

@media (max-width: 781px) {
  .service_lead {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .service_lead {
    text-align: left;
  }
  .service_lead br {
    display: none;
  }
}

.service_title {
  font-size: 32px;
  border-bottom: none !important;
  margin-top: 70px !important;
}

@media (max-width: 576px) {
  .service_title {
    font-size: 18px;
    margin-top: 48px !important;
  }
}

.service_content-columns {
  margin-top: 70px !important;
}

@media (max-width: 576px) {
  .service_content-columns {
    margin-top: 48px !important;
  }
}

.service_image {
  width: 890px;
  max-width: 100%;
  margin-top: 64px !important;
}

@media (max-width: 576px) {
  .service_image {
    margin-top: 48px !important;
  }
}

.service_contents-image {
  width: 890px;
  max-width: 100%;
  margin-top: 90px !important;
}

@media (max-width: 576px) {
  .service_contents-image {
    margin-top: 64px !important;
  }
}

.service_text {
  margin-top: 70px !important;
  font-size: 20px;
  margin-left: 32px;
}

@media (max-width: 870px) {
  .service_text {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .service_text {
    margin-top: 48px !important;
    font-size: 16px;
  }
}

.service_recommendation {
  background-color: #079a45;
  border-radius: 50px;
}

.service_list {
  font-size: 18px;
  color: #fff;
  list-style: none;
  -webkit-column-count: 2;
          column-count: 2;
}

@media (max-width: 870px) {
  .service_list {
    -webkit-column-count: 1;
            column-count: 1;
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 655px) {
  .service_list {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .service_list {
    font-size: 14px !important;
  }
}

@media (max-width: 530px) {
  .service_list {
    width: 85%;
  }
}

@media (max-width: 410px) {
  .service_list {
    width: 100%;
  }
}

.service_list li:nth-child(-n + 3) {
  margin-left: 8rem;
}

@media (max-width: 970px) {
  .service_list li:nth-child(-n + 3) {
    margin-left: 2rem;
  }
}

@media (max-width: 870px) {
  .service_list li:nth-child(-n + 3) {
    margin-left: 0;
  }
}

.service_list li:before {
  content: "";
  display: inline-block;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  width: 20px;
  height: 20px;
  background-image: url(https://go-to-world-cup2022.com/kajirakku/wp-content/uploads/2022/09/check.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.tokidoki_service-title {
  margin-top: 90px !important;
}

.footer {
  padding-top: 5px;
}

.footer_logo img {
  -webkit-transform: translateY(32px);
          transform: translateY(32px);
  width: 378px;
}

.footer_body {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer_company {
  list-style: none;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
}

.footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_menu a {
  color: #fff;
  text-decoration: none;
}

.footer_menu li + li {
  margin-left: 3.8rem !important;
  margin-top: 0 !important;
}

.footer_privacy {
  font-size: 1.6rem;
}

.footer_privacy a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .footer_company {
    -webkit-flex-basis: 40% !important;
        -ms-flex-preferred-size: 40% !important;
            flex-basis: 40% !important;
  }
}

@media (max-width: 786px) {
  .footer_logo {
    text-align: center;
  }
  .footer_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_company {
    text-align: center;
    padding-left: 0;
  }
  .footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer_menu li {
    margin-left: 0 !important;
  }
  .footer_menu li + li {
    margin-left: 0 !important;
  }
}

.copyright {
  font-size: 16px;
  color: #fff;
}

.c-copyright {
  display: none;
}

.footer_menu li {
  color: #fff;
}

.footer_company li a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 786px) {
  .footer_company li a {
    pointer-events: none;
  }
}

.privacy {
  padding-bottom: 170px;
}

.contact_tel a {
  color: #333;
  text-decoration: none;
}

@media (min-width: 786px) {
  .contact_tel a {
    pointer-events: none;
  }
}

@media (max-width: 786px) {
  .privacy {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
}
/*# sourceMappingURL=style.css.map */