@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFFFFF;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #FFFFFF;
  width: 100%;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 27px 15px 10px;
}
@media screen and (min-width: 768px) {
  .header_inner {
    max-width: 1432px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header_logo a img {
  width: 129px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header_logo a img {
    width: 203px;
    margin-top: 9px;
  }
}

.header_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 73px;
  }
}

.header_link {
  font-weight: 500;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header_link {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .header_link {
    font-size: 19px;
  }
}
.header_link:hover {
  opacity: 0.7;
}

.header_botton {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.48px;
  padding: 9px 25px 10px 25px;
  display: inline-block;
  border-radius: 10px;
  background: #71BA2B;
  margin-left: -21px;
  margin-right: -38px;
  cursor: pointer;
  -webkit-transform: opacity 0.3 ease;
          transform: opacity 0.3 ease;
}
.header_botton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .header_botton {
    font-size: 12px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 900px) {
  .header_botton {
    font-size: 17px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .header_botton {
    margin-right: -36px;
  }
}

.header_instagram img {
  display: block;
  width: 39px;
}

.header_open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header_open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 12px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(2) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 10px;
}
.drawer-icon_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #71BA2B;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon_bar:nth-of-type(2) {
  top: 12px;
}

.drawer-icon_open {
  position: absolute;
  top: 18px;
  left: -2px;
  font-weight: 700;
  color: #71BA2B;
  font-size: 14px;
}

.drower_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #71BA2B;
  z-index: 50;
  padding: 46px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  margin-top: 65px;
}
.drower_content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drower_content_link {
  display: block;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}
.drower_content_link:nth-child(1) {
  padding-top: 0;
}

.drower_content_button {
  margin-top: 50px;
  text-align: center;
}

.drower_button {
  color: #71BA2B;
  background-color: #FFFFFF;
  max-width: 100px;
  padding: 13px 70px;
  border-radius: 10px;
  font-weight: 700;
}

.fv {
  position: relative;
}

.fv_top {
  position: absolute;
  top: 38px;
  left: 13px;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .fv_top {
    top: 60px;
    left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_top {
    top: 100px;
    left: 56px;
  }
}

.fv_top_01 {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv_top_01 {
    font-size: 1.25rem;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1200px) {
  .fv_top_01 {
    font-size: 1.5625rem;
  }
}

.fv_top_black {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #333333;
  padding: 3px 5px;
  margin-right: 4px;
}
@media screen and (min-width: 900px) {
  .fv_top_black {
    font-size: 1.25rem;
    padding: 7px 18px 6px 12px;
    margin-right: 10px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1200px) {
  .fv_top_black {
    font-size: 1.875rem;
    padding: 7px 18px 6px 12px;
    margin-right: 10px;
  }
}

.fv_top_02 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-top: 17px;
}
@media screen and (min-width: 900px) {
  .fv_top_02 {
    font-size: 2.5rem;
    margin-top: 24px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1200px) {
  .fv_top_02 {
    font-size: 3.125rem;
    margin-top: 30px;
  }
}

.fv_top_white {
  font-weight: 700;
  font-size: 1.875rem;
  color: #333333;
  background-color: #FFFFFF;
  padding: 3px 15px 3px 11px;
  margin-right: 3px;
}
@media screen and (min-width: 900px) {
  .fv_top_white {
    font-size: 2.5rem;
    padding: 7px 30px 7px 25px;
    margin-right: 8px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1200px) {
  .fv_top_white {
    font-size: 3.8125rem;
    padding: 7px 30px 7px 25px;
    margin-right: 8px;
  }
}

.fv_top_white02 {
  padding: 3px 12px 3px 11px;
}
@media screen and (min-width: 768px) {
  .fv_top_white02 {
    padding: 7px 10px 6px 10px;
  }
}
@media screen and (min-width: 900px) {
  .fv_top_white02 {
    padding: 7px 20px 6px 23px;
  }
}

.fv_top_03 {
  margin-top: 1.0625rem;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 900px) {
  .fv_top_03 {
    font-size: 2.5rem;
    margin-top: 29px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1200px) {
  .fv_top_03 {
    font-size: 3.125rem;
    margin-top: 38px;
  }
}

.fv_title {
  position: absolute;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  bottom: 2px;
  right: 7px;
  letter-spacing: -0.7px;
}
@media screen and (min-width: 600px) {
  .fv_title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .fv_title {
    bottom: 4px;
    right: 20px;
    font-size: 1.56rem;
  }
}
@media screen and (min-width: 900px) {
  .fv_title {
    right: 12px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title {
    font-size: 2.42rem;
    bottom: 9px;
    right: 30px;
  }
}

.fv_title_big {
  font-size: 1.45rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .fv_title_big {
    font-size: 2.18rem;
  }
}
@media screen and (min-width: 768px) {
  .fv_title_big {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 900px) {
  .fv_title_big {
    font-size: 2.18rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title_big {
    font-size: 2.875rem;
  }
}

.fv_title_orange {
  font-size: 1.45rem;
  font-weight: 700;
  color: #F4FF22;
}
@media screen and (min-width: 600px) {
  .fv_title_orange {
    font-size: 2.18rem;
  }
}
@media screen and (min-width: 768px) {
  .fv_title_orange {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 900px) {
  .fv_title_orange {
    font-size: 2.18rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_title_orange {
    font-size: 2.875rem;
  }
}

.cta_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cta_sp.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .cta_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cta_sp02 {
    display: none;
  }
}

.cta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cta_line {
  padding: 10px 28px 7px 66px;
  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-size: 18px;
  font-weight: 700;
  position: relative;
  width: 50%;
  letter-spacing: 0.8px;
  white-space: nowrap;
  background-color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .cta_line {
    font-size: 22px;
  }
}
.cta_line::before {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/LINE.png) no-repeat center center/cover;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .cta_line::before {
    left: 60px;
  }
}

.cta_tel {
  padding: 8px 30px 10px 59px;
  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;
  background-color: #F29329;
  color: #FFFFFF;
  width: 50%;
  position: relative;
  white-space: nowrap;
}
.cta_tel a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 600px) {
  .cta_tel a {
    font-size: 22px;
  }
}
.cta_tel::before {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/tel.png) no-repeat center center/cover;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 22px;
}
@media screen and (min-width: 600px) {
  .cta_tel::before {
    left: 60px;
  }
}

.cta_pc {
  display: none;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .cta_pc {
    display: block;
    position: fixed;
    top: 163px;
    right: 0;
  }
}

.cta_box_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.cta_line_pc {
  padding: 27px 14px 25px 54px;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  width: 208px;
  letter-spacing: 0.8px;
  white-space: nowrap;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta_line_pc::before {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/LINE.png) no-repeat center center/cover;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
}
.cta_line_pc:hover {
  opacity: 0.7;
}

.cta_tel_pc {
  padding: 27px 15px 24px 56px;
  background-color: #F29329;
  color: #FFFFFF;
  width: 208px;
  position: relative;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cta_tel_pc a {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.cta_tel_pc::before {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/tel.png) no-repeat center center/cover;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 28px;
}
.cta_tel_pc:hover {
  opacity: 0.7;
}

.intro {
  margin-top: 63px;
  background: url(../../img/tokorozawa/intro_backgrpund_sp.png) no-repeat center center/cover;
  min-height: 766px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .intro {
    margin-top: 75px;
    background: url(../../img/tokorozawa/intro_backgrpund_pc.png) no-repeat center center/cover;
    min-height: 520px;
  }
}
@media screen and (min-width: 900px) {
  .intro {
    min-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .intro {
    min-height: 756px;
  }
}

.intro_inner {
  padding-left: 6.8181818182%;
  padding-right: 6.8181818182%;
}
@media screen and (min-width: 768px) {
  .intro_inner {
    padding-left: 18.75%;
    padding-right: 18.75%;
  }
}

.intro_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro_box {
    max-width: 1000px;
  }
}

.intro_title {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 8px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .intro_title {
    font-size: 32px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
    text-underline-offset: 13px;
    line-height: 3.5rem;
  }
}

.intro_img {
  max-width: 370px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .intro_img {
    max-width: 1000px;
    margin-top: 60px;
  }
}

.reason {
  padding-top: 160px;
  padding-bottom: 80px;
  background: rgba(113, 186, 43, 0.78);
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason {
    margin-top: -150px;
    padding-top: 201px;
  }
}

.reason_inner {
  padding-left: 6.8181818182%;
  padding-right: 6.8181818182%;
}
@media screen and (min-width: 768px) {
  .reason_inner {
    padding-left: 15.2777777778%;
    padding-right: 15.2777777778%;
  }
}

.reason_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 269px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason_box {
    max-width: 1000px;
  }
}

.reason_title {
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reason_title {
    font-size: 40px;
  }
}

.reason_title_en {
  margin-top: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 6px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .reason_title_en {
    font-size: 22px;
    margin-top: 23px;
    text-underline-offset: 10px;
  }
}

.reason_content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .reason_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 35px;
    margin-top: 43px;
  }
}
@media screen and (min-width: 900px) {
  .reason_content {
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .reason_content {
    gap: 97px;
  }
}

.reason_content_img img {
  display: block;
  border-radius: 10px;
}

.reason_content_text {
  max-width: 234px;
  margin-left: auto;
  margin-right: auto;
}

.reason_content_title {
  margin-top: 16px;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reason_content_title {
    margin-top: 28px;
  }
}

.reason_content_des {
  margin-top: 8px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .reason_content_des {
    margin-top: 15px;
  }
}

.cta {
  padding-top: 40px;
  padding-bottom: 32px;
  background: url(../../img/tokorozawa/cta_background_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 48px;
    background: url(../../img/tokorozawa/cta_background_pc.png) no-repeat center center/cover;
    padding-bottom: 39px;
  }
}

.cta_inner {
  padding-left: 6.8181818182%;
  padding-right: 6.8181818182%;
}
@media screen and (min-width: 768px) {
  .cta_inner {
    padding-left: 23.2638888889%;
    padding-right: 23.2638888889%;
  }
}

.cta_box02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 316px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta_box02 {
    max-width: 1000px;
  }
}

.cta_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .cta_title {
    font-size: 42px;
    line-height: 3.5rem;
  }
}

.cta_title_en {
  margin-top: 7px;
  text-align: center;
  color: #71BA2B;
  font-size: 18px;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 6px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cta_title_en {
    font-size: 22px;
  }
}

.cta_line_tel {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .cta_line_tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 47px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 44px;
  }
}

.cta_line02 {
  background-color: #FFFFFF;
  padding: 13px 25px 8px 25px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cta_line02 {
    padding: 16px 31px 11px 32px;
    width: 22.6em;
    white-space: nowrap;
  }
}
.cta_line02:hover {
  opacity: 0.7;
}

.line_text01 {
  color: #333333;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  padding-left: 39px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .line_text01 {
    font-size: 28px;
    padding-left: 50px;
  }
}
.line_text01::before {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/LINE.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .line_text01::before {
    width: 38px;
    height: 38px;
  }
}

.line_text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .line_text02 {
    font-size: 14px;
  }
}
.line_text02::after, .line_text02::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.7px;
  background: #333333;
  margin: 0 1em;
}

.cta_tel02 {
  background-color: #F29329;
  padding: 15px 26px 8px 24px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cta_tel02 {
    padding: 18px 33px 11px 31px;
    width: 22.6em;
    white-space: nowrap;
  }
}
.cta_tel02:hover {
  opacity: 0.7;
}

.tel_text01 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  padding-left: 39px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .tel_text01 {
    font-size: 32px;
    padding-left: 41px;
  }
}
.tel_text01::before {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/tel.png) no-repeat center center/cover;
  width: 25px;
  height: 27px;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .tel_text01::before {
    width: 31px;
    height: 34px;
    left: 1px;
  }
}

.tel_text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .tel_text02 {
    font-size: 14px;
  }
}
.tel_text02::after, .tel_text02::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.7px;
  background: #FFFFFF;
  margin: 0 1em;
}

.cta_text {
  margin-top: 24px;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .cta_text {
    margin-top: 32px;
    padding-left: 17px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cta_text::before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  width: 3px;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cta_text::before {
    width: 5px;
  }
}

.cta_text01 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cta_text01 {
    font-size: 25px;
  }
}

.cta_text02 {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .cta_text02 {
    font-size: 20px;
  }
}

.list {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .list {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.list_inner {
  padding-left: 6.8181818182%;
  padding-right: 6.8181818182%;
}
@media screen and (min-width: 768px) {
  .list_inner {
    padding-left: 15.2777777778%;
    padding-right: 15.2777777778%;
  }
}

.list_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 306px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list_box {
    max-width: 1000px;
  }
}

.list_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .list_title {
    font-size: 32px;
  }
}

.list_title_en {
  text-align: center;
  margin-top: 4px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 6px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .list_title_en {
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
    text-underline-offset: 11px;
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
  }
}

.list_content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .list_content {
    margin-top: 58px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.list_item:hover .list_img::after {
  opacity: 1;
}

.list_img {
  position: relative;
  overflow: hidden;
}
.list_img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
/* .list_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 186, 43, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 20px;
}
.list_img:hover::after {
  opacity: 1;
} */

.list_name {
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
}

.gallery {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.gallery_inner {
  padding-left: 5%;
  padding-right: 5%;
}
.gallery_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 386px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery_box {
    max-width: 1040px;
  }
}

.gallery_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .gallery_title {
    font-size: 32px;
  }
}

.gallery_title_en {
  text-align: center;
  margin-top: 10px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 4px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .gallery_title_en {
    font-size: 22px;
    margin-top: 21px;
  }
}

.gallery_slider {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery_slider {
    margin-top: 52px;
  }
}

.gallery_swiper {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .gallery_swiper {
    padding-bottom: 24px;
  }
}

.gallery_card {
  background-color: #F7F7F7;
  padding: 24px 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .gallery_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    max-width: 869px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gallery_card_img img {
  display: block;
  width: 100%;
  max-height: 300px;

}
@media screen and (min-width: 768px) {
  .gallery_card_img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .gallery_card_text {
    width: 50%;
  }
}

.gallery_card_title {
  margin-top: 24px;
  color: #F29329;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gallery_card_title {
    margin-top: 0;
  }
}

.gallery_card_table {
  margin-top: 9px;
  border-collapse: collapse;
}
.gallery_card_table td {
  border-bottom: 1px solid #333333;
  padding: 14px 0;
}
.gallery_card_table td:nth-child(1) {
  width: 100px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 11px;
}
.gallery_card_table td:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #333333;
  width: 4px;
  height: 16px;
  top: 29px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery_card_table td:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 20px;
}

.gallery_card_table tr:nth-child(3) td:nth-child(2) {
  /* 例：文字サイズや行間を調整 */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05rem;
}

.gallery_prev,
.gallery_next {
  width: 38px;
  height: 38px;
  margin-top: 280px;
}
@media screen and (min-width: 768px) {
  .gallery_prev,
  .gallery_next {
    margin-top: -31px;
  }
}
.gallery_prev:after,
.gallery_next:after {
  display: none;
}

.gallery_prev {
  background: url(../../img/tokorozawa/arrow_prev.png) no-repeat center center/cover;
  left: 119px;
}
@media screen and (min-width: 768px) {
  .gallery_prev {
    left: 0 !important;
  }
}

.gallery_next {
  background: url(../../img/tokorozawa/arrow_next.png) no-repeat center center/cover;
  right: 119px;
}
@media screen and (min-width: 768px) {
  .gallery_next {
    right: 0 !important;
  }
}

.gallery_link {
 
}
/* @media screen and (min-width: 768px) { */
  .gallery_link {
    display: block;
    text-align: center;
    -webkit-transform: opacity 0.3s ease;
            transform: opacity 0.3s ease;
  }
  .gallery_link:hover {
    opacity: 0.7;
  }


/* @media screen and (min-width: 768px) { */
  .gallery_link_title {
    font-size: 14px;
  }


/* @media screen and (min-width: 768px) { */
  .gallery_link_text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
  }

  .gallery_link_text::before{
  position: absolute;
    content: "";
        background: #333333;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
  }

  .gallery_link_ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  /* .gallery_link_text::before {
    position: absolute;
    content: "";
    background: #333333;
    width: 145%;
    height: 1px;
    bottom: 0;
    left: 0;
  }

  @media (max-width: 768px) {
    .gallery_link_text::before {

    }
  }

  .gallery_link_text::after {
    position: absolute;
    content: "";
    background: #333333;
    width: 30px;
    height: 1px;
    left: 100%;
    margin-left: 14px;
    bottom: 8px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }

  @media (max-width: 768px) {
    .gallery_link_text::after {
    
    }
  } */


.project {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .project {
    margin-top: 100px;
  }
}

.project_inner {
  padding-left: 9.5454545455%;
  padding-right: 6.8181818182%;
}
@media screen and (min-width: 768px) {
  .project_inner {
    padding-left: 25.3472222222%;
    padding-right: 25.3472222222%;
  }
}

.project_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 358px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .project_box {
    max-width: 710px;
  }
}

.project_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .project_title {
    font-size: 32px;
  }
}

.project_title_en {
  text-align: center;
  margin-top: 10px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 4px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .project_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.project_container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .project_container {
    margin-top: 82px;
    gap: 52px;
  }
}

.project_top {
  color: #F29329;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .project_top {
    font-size: 23px;
    padding-left: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .project_top {
    font-size: 29px;
  }
}

.project_bottom {
  background: #F7F7F7;
  padding: 24px 38px 39px 49px;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .project_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 29px 45px 16px 48px;
    gap: 45px;
    margin-top: 9px;
  }
}
.project_bottom::before {
  position: absolute;
  content: "";
  background: #254678;
  width: 15px;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project_bottom::after {
  position: absolute;
  content: "";
  background: url(../../img/tokorozawa/01.png) no-repeat center center/cover;
  width: 99px;
  height: 58px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .project_bottom::after {
    width: 107px;
    height: 64px;
    top: -52px;
    left: 23px;
  }
}

.project_img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .project_img {
    width: 50%;
  }
}

.project_text {
  font-size: 18px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .project_text {
    width: 50%;
    margin-top: 10px;
  }
}

.project_bottom02::after {
  background: url(../../img/tokorozawa/02.png) no-repeat center center/cover;
  width: 100px;
  height: 56px;
}
@media screen and (min-width: 900px) {
  .project_bottom02::after {
    width: 107px;
    height: 61px;
  }
}

.project_bottom03::after {
  background: url(../../img/tokorozawa/03.png) no-repeat center center/cover;
  width: 100px;
  height: 56px;
}
@media screen and (min-width: 900px) {
  .project_bottom03::after {
    width: 107px;
    height: 60px;
  }
}

.price {
  margin-top: 66px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .price {
    margin-top: 76px;
    margin-bottom: 100px;
  }
}

.price_inner {
  padding-left: 6.1363636364%;
  padding-right: 5.6818181818%;
}
@media screen and (min-width: 768px) {
  .price_inner {
    padding-left: 15.8333333333%;
    padding-right: 15.8333333333%;
  }
}

.price_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 378px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price_box {
    max-width: 984px;
  }
}

.price_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price_title {
    font-size: 32px;
  }
}

.price_title_en {
  text-align: center;
  margin-top: 10px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 4px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .price_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.price_table {
  margin-top: 40px;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .price_table {
    margin-top: 50px;
  }
}
.price_table th,
.price_table td {
  border: 1px solid #B3B3B3;
}
@media screen and (min-width: 768px) {
  .price_table th:nth-child(1),
  .price_table td:nth-child(1) {
    width: 492px;
  }
  .price_table th:nth-child(2),
  .price_table td:nth-child(2) {
    width: 492px;
  }
}
.price_table thead {
  background-color: #71BA2B;
  color: #FFFFFF;
}
.price_table thead th {
  padding: 13px 60px;
  font-weight: 700;
  font-size: 16px;
}
.price_table thead th:nth-child(2) {
  padding: 13px 60px;
}
.price_table tbody td,
.price_table tbody th {
  font-size: 16px;
  padding: 12px 14px;
  text-align: center;
}

.price_text {
  margin-top: 8px;
  font-size: 12px;
}
.price_text a {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}

.process {
  margin-top: 61px;
  margin-bottom: 51px;
}
@media screen and (min-width: 768px) {
  .process {
    margin-top: 100px;
    margin-bottom: 86px;
  }
}

.process_inner {
  padding-left: 18.1818181818%;
  padding-right: 18.1818181818%;
}
@media screen and (min-width: 768px) {
  .process_inner {
    padding-left: 19.7222222222%;
    padding-right: 19.7222222222%;
  }
}

.process_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 279px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .process_box {
    max-width: 870px;
  }
}

.process_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .process_title {
    font-size: 32px;
  }
}

.process_title_en {
  text-align: center;
  margin-top: 5px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 4px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .process_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.process_container {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .process_container {
    margin-top: 50px;
  }
}

.process_contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .process_contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
  }
}

.process_img img {
  display: block;
  width: 195px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .process_img {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.process_text01 {
  text-align: center;
  color: #71BA2B;
  font-family: "Secular One", sans-serif;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .process_text01 {
    text-align: left;
    margin-top: 0px;
  }
}
@media screen and (min-width: 900px) {
  .process_text01 {
    margin-top: 26px;
  }
}

.process_text02 {
  margin-top: 2px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .process_text02 {
    text-align: left;
    margin-top: 13px;
  }
}

.process_text03 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4rem;
  letter-spacing: 1px;
}

.point {
  padding-top: 58px;
  padding-bottom: 56px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .point {
    padding-top: 98px;
  }
}

.point_inner {
  padding-left: 5.9090909091%;
  padding-right: 5.9090909091%;
}
@media screen and (min-width: 768px) {
  .point_inner {
    padding-left: 20.625%;
    padding-right: 19.5138888889%;
  }
}

.point_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 378px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point_box {
    max-width: 862px;
  }
}

.point_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .point_title {
    font-size: 32px;
  }
}

.point_title_en {
  text-align: center;
  margin-top: 7px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 4px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .point_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.point_container01 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .point_container01 {
    display: none;
  }
}

.point_contain {
  background-color: #FFFFFF;
  padding: 12px 27px 28px 28px;
  border-radius: 21px;
}
@media screen and (min-width: 768px) {
  .point_contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 42px 17px 35px;
  }
}

.point_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.point_sp::before {
  position: absolute;
  content: "";
  background: #333333;
  width: 251px;
  height: 1.5px;
  bottom: 3px;
  right: 0;
}

.point_number {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .point_number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10%;
  }
}

.point_number_en {
  font-family: "Alike", serif;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .point_number_en {
    font-size: 22px;
  }
}

.point_number_01 {
  font-family: "Alike", serif;
  font-size: 52px;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .point_number_01 {
    font-size: 63px;
  }
}

.point_text01 {
  font-size: 21px;
  font-weight: 600;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .point_text01 {
    font-size: 26px;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
  }
}

.point_text02 {
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
  margin-top: 13px;
  line-height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .point_text02 {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .point_container02 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.voice {
  margin-top: 9px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 148px;
    margin-bottom: 100px;
  }
}

.voice_inner {
  padding-left: 4.0909090909%;
  padding-right: 4.0909090909%;
}
@media screen and (min-width: 768px) {
  .voice_inner {
    padding-left: 17.9166666667%;
    padding-right: 17.9166666667%;
  }
}

.voice_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 394px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice_box {
    max-width: 924px;
  }
}

.voice_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .voice_title {
    font-size: 32px;
  }
}

.voice_title_en {
  text-align: center;
  margin-top: 15px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 11px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .voice_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.voice-content {
  background: #fff;
  margin: 53px auto 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 510px) {
  .voice-content {
    margin-top: 68px;
  }
}

.voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
  padding: 30px 40px;
}
@media (max-width: 780px) {
  .voice-head {
    display: block;
    padding: 30px 25px;
  }
}
.voice-head h3 {
  font-weight: 500;
  font-size: 24px;
  margin-right: 40px;
}
@media (max-width: 780px) {
  .voice-head h3 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 510px) {
  .voice-head h3 {
    font-size: 20px;
  }
}
.voice-head_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-head_overview {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
@media (max-width: 510px) {
  .voice-head_overview {
    margin-left: 10px;
  }
}
.voice-head_overview-score {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.voice-head_overview .total-rate {
  --star-size: 12px;
}
.voice-head_overview-count {
  display: block;
  color: #70757a;
  margin-top: 5px;
  font-size: 0.8rem;
}

.voice-body {
  overflow: scroll;
  height: 400px;
  padding: 0 40px;
}
@media (max-width: 510px) {
  .voice-body {
    padding: 0 25px;
  }
}
.voice-body .voice-item {
  padding: 20px 0;
}
.voice-body .voice-item:not(:first-child) {
  border-top: 1px solid #d3d3d3;
}
.voice-body .voice-item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-body .voice-item_head .voice-item_img {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: #000;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin-right: 10px;
}
.voice-body .voice-item_body > * {
  margin-top: 5px;
}

.voice-annotation {
  margin-top: 20px;
}
.voice-annotation p {
  text-align: right;
}
@media (max-width: 510px) {
  .voice-annotation p {
    text-align: left;
  }
}

.voice .rate {
  --star-size: 15px;
  position: relative;
  display: inline-block;
  width: calc(var(--star-size) * 5);
  height: var(--star-size);
  font-size: var(--star-size);
}
.voice .rate::before, .voice .rate::after {
  position: absolute;
  display: inline-block;
  height: var(--star-size);
  line-height: var(--star-size);
  content: "★★★★★";
}
.voice .rate::before {
  color: #f1f3f4;
  width: calc(var(--star-size) * 5);
}
.voice .rate::after {
  overflow: hidden;
  width: calc(var(--score) * var(--star-size));
  color: #f8bc05;
}
.voice .chart .chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice .chart .chart-item:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 510px) {
  .voice .chart .chart-item:not(:first-child) {
    margin-top: 0px;
  }
}
.voice .chart .chart-bar {
  --chart-height: 10px;
  --chart-width: 280px;
  display: inline-block;
  width: var(--chart-width);
  height: var(--chart-height);
  background: #f1f3f4;
  position: relative;
  margin-left: 0.5rem;
  border-radius: var(--chart-height);
  overflow: hidden;
}
@media (max-width: 510px) {
  .voice .chart .chart-bar {
    --chart-width: 170px;
  }
}
.voice .chart .chart-bar::after {
  display: block;
  content: "";
  height: inherit;
  width: calc(var(--score) / var(--max-score) * 100%);
  overflow: hidden;
  border-radius: inherit;
  background: #f8bc05;
}

.voice_contain {
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
  height: 460px;
}
@media screen and (min-width: 768px) {
  .voice_contain {
    height: 406px;
    padding-left: 42px;
    padding-right: 42px;
  }
}

.voice_content01 {
  padding: 20px 0;
}
.voice_content01:nth-of-type(n+2) {
  border-top: 1px solid #d3d3d3;
}

.voice_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice_icon {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: green;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin-right: 10px;
}

.voice_star_rete {
  --star-size: 15px;
  position: relative;
  display: inline-block;
  width: calc(var(--star-size) * 5);
  height: var(--star-size);
  font-size: var(--star-size);
  --score: 5;
}
.voice_star_rete::before, .voice_star_rete::after {
  position: absolute;
  display: inline-block;
  height: var(--star-size);
  line-height: var(--star-size);
  content: "★★★★★";
}
.voice_star_rete::before {
  color: #f1f3f4;
  width: calc(var(--star-size) * 5);
}
.voice_star_rete::after {
  overflow: hidden;
  width: calc(var(--score) * var(--star-size));
  color: #f8bc05;
}

.voice_text {
  margin-top: 5px;
}

.faq {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.faq_inner {
  padding-left: 7.2727272727%;
  padding-right: 7.2727272727%;
}
@media screen and (min-width: 768px) {
  .faq_inner {
    padding-left: 15.2777777778%;
    padding-right: 15.2777777778%;
  }
}

.faq_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 366px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq_box {
    max-width: 1000px;
  }
}

.faq_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq_title {
    font-size: 32px;
  }
}

.faq_title_en {
  text-align: center;
  margin-top: 15px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 11px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .faq_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.qa_boxes {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .qa_boxes {
    margin-top: 50px;
    gap: 32px;
  }
}

.qa_box.is-open .qa_box_head::after {
  background: url(../../img/tokorozawa/minus.png) no-repeat center center/cover;
  height: 2px;
}

.qa_box_head {
  padding: 16px 44px 16px 64px;
  position: relative;
  display: block;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .qa_box_head {
    padding: 23px 72px 23px 95px;
  }
}
.qa_box_head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../../img/tokorozawa/plus.png) no-repeat center center/cover;
  margin-top: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .qa_box_head::after {
    right: 18px;
    margin-top: 2px;
  }
}

.qa_box_head_icon {
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background: #71BA2B;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .qa_box_head_icon {
    left: 28px;
  }
}

.qa_box_head_text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.12px;
  text-align: left;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .qa_box_head_text {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1.28px;
  }
}

.qa_box_body {
  padding: 16px 16px 0px 60px;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa_box_body {
    padding: 42px 29px 0px 97px;
  }
}

.qa_box_a_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 22px;
  background: #F29329;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFFFFF;
  top: 31%;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .qa_box_a_icon {
    top: 42%;
    left: 28px;
  }
}

.qa_box_a_text {
  display: block;
  font-size: 15px;
  letter-spacing: 1.12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .qa_box_a_text {
    font-size: 16px;
    line-height: 170%; /* 27.2px */
    letter-spacing: 1.28px;
    padding-top: 0px;
  }
}

.qa_img {
  display: none;
}
.qa_img img {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .qa_img img {
    margin-top: 25px;
  }
}

.qa_box.is-open .qa_img {
  display: block;
}

.about {
  padding-top: 40px;
  padding-bottom: 127px;
  background-color: rgba(113, 186, 43, 0.78);
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 900px) {
  .about {
    padding-top: 64px;
    padding-bottom: 105px;
  }
}

.about_inner {
  padding-left: 5.6818181818%;
  padding-right: 5.4545454545%;
}
@media screen and (min-width: 768px) {
  .about_inner {
    padding-left: 20.625%;
    padding-right: 17.7083333333%;
  }
}

.about_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 381px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_box {
    max-width: 888px;
  }
}

.about_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 900px) {
  .about_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 53px;
  }
}

.about_img img {
  width: 329px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .about_img img {
    width: 22.87rem;
  }
}

@media screen and (min-width: 900px) {
  .about_right {
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .about_right {
    max-width: 29.31rem;
  }
}

.about_title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 26px;
}
@media screen and (min-width: 900px) {
  .about_title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .about_title {
    font-size: 32px;
    margin-top: 10px;
    letter-spacing: 0.9px;
  }
}

.about_text {
  margin-top: 19px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2rem;
}
@media screen and (min-width: 900px) {
  .about_text {
    font-size: 13px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .about_text {
    font-size: 18px;
  }
}

.about_bottom {
  position: absolute;
  color: rgba(255, 255, 255, 0.33);
  font-size: 62px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: -3px;
  line-height: 3.5rem;
  bottom: 0;
  left: 0;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 768px) {
  .about_bottom {
    left: 159px;
    letter-spacing: 0.01rem;
  }
}
@media screen and (min-width: 900px) {
  .about_bottom {
    font-size: 83px;
    left: 10px;
    bottom: 2px;
    line-height: 4.7rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .about_bottom {
    font-size: 89px;
    left: 13.56rem;
    bottom: 3px;
    line-height: 4.7rem;
    white-space: nowrap;
  }
}

.pc-hidden02 {
  display: block;
}
@media screen and (min-width: 900px) {
  .pc-hidden02 {
    display: none;
  }
}

.contact {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 100px;
  }
}

.contact_inner {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .contact_inner {
    padding-left: 15.2777777778%;
    padding-right: 15.2777777778%;
  }
}

.contact_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 385px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact_box {
    max-width: 999px;
  }
}

.contact_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact_title {
    font-size: 32px;
  }
}

.contact_title_en {
  text-align: center;
  margin-top: 15px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 11px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .contact_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.contact_des {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact_des {
    text-align: center;
  }
}
.contact_des a {
  font-weight: 500;
  font-size: 16px;
}

.tab01 {
  margin-top: 28px;
}
.tab01 input[name=tab_menu] {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab01 {
    margin-top: 71px;
  }
}

.tab_menu {
  width: 50%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #71BA2B;
  background-color: #FFFFFF;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tab01 input:checked + .tab_menu {
  background-color: #71BA2B;
  color: #FFFFFF;
}

.tab_menu02 {
  background-color: #FFFFFF;
  color: #F29329;
}

.tab01 input:checked + .tab_menu02 {
  background-color: #F29329;
  color: #FFFFFF;
}

.tab_contents {
  padding: 30px 0px;
  clear: both;
  overflow: hidden;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #f9f7f5;
}

@media screen and (min-width: 768px) {
  .tab_contents {
    padding: 30px 52px;
  }
}

.tab_contents iframe {
  width: 100%;
  height: auto;
  min-height: 3450px;
}

.tab_contents {
  display: none;
}

.cf7-label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  width: 220px;
}

.cf7-message {
  width: 100%;
}

.tab_contents p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .tab_contents p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    margin-bottom: 1.5rem;
  }
}

.free {
  color: #fff;
  background-color: #2ecc71;
  border: 2px solid #2ecc71;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 14px;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #B3B3B3;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B3B3B3;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder {
  color: #B3B3B3;
}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:focus, textarea:hover, textarea:focus {
  border-color: #ddd;
  outline: none;
}

.must {
  color: #fff;
  background-color: #f29329;
  border: 2px solid #e74c3c;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 14px;
}

input[type=text], input[type=email], input[type=tel], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-content .wpcf7 form > p {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.contact-text {
  margin: 30px auto 0;
  text-align: center;
}

.contact-content {
  margin: 40px auto 0;
}

@media (max-width: 780px) {
  .contact-content {
    max-width: 560px;
  }
}
.contact-content .wpcf7 {
  background: none;
  border: none;
  margin: 0 !important;
}

.contact-content .wpcf7 form {
  margin: 0;
}

.contact-content .wpcf7 form textarea {
  resize: vertical;
  height: 200px;
}

.contact-content .wpcf7 form input,
.contact-content .wpcf7 form textarea {
  font-size: 16px;
}

.contact-content .wpcf7 form > p {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 780px) {
  .contact-content .wpcf7 form > p {
    display: block;
  }
}
.contact-content .wpcf7 form .cf7-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  margin-right: 1rem;
}

@media (max-width: 780px) {
  .contact-content .wpcf7 form .cf7-label {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.contact-content .wpcf7 form .cf7-label > span {
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 14px;
}

.contact-content .wpcf7 form .cf7-label > span.must {
  background: #f29329;
}

.contact-content .wpcf7 form .cf7-label > span.free {
  background: #b2b2b2;
}

.contact-content .wpcf7 form .cf7-label + span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.contact-content .wpcf7 .cf7-submit {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.contact-content .wpcf7 .cf7-submit input {
  background: #f29329;
  color: #fff;
  font-weight: bold;
  border-radius: 60px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=submit] {
  background: #f29329;
  color: #fff;
  font-weight: bold;
  border-radius: 60px;
  width: 60%;
  height: 60px;
  margin-top: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.contact-content .wpcf7 .cf7-submit input:hover {
  opacity: 0.7;
}

.contact-content .wpcf7 .cf7-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(200%, -50%);
  transform: translate(200%, -50%);
}

.closing {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../../img/tokorozawa/closing_background_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .closing {
    padding-bottom: 44px;
    background: url(../../img/tokorozawa/closing_background_pc.png) no-repeat center center/cover;
  }
}

.closing_inner {
  padding-left: 8.6363636364%;
  padding-right: 8.1818181818%;
}
@media screen and (min-width: 768px) {
  .closing_inner {
    padding-left: 17.7777777778%;
    padding-right: 17.8472222222%;
  }
}

.closing_box {
  margin-left: auto;
  margin-right: auto;
  max-width: 357px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .closing_box {
    max-width: 928px;
  }
}

.closing_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.5rem;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .closing_title {
    font-size: 32px;
  }
}

.closing_title_en {
  text-align: center;
  margin-top: 7px;
  color: #71BA2B;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 6px;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .closing_title_en {
    font-size: 22px;
    margin-top: 13px;
  }
}

.closing_container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .closing_container {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 47px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.closing_img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .closing_img {
    width: 41%;
  }
}

@media screen and (min-width: 900px) {
  .closing_right {
    width: 59%;
  }
}

.closing_text {
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (min-width: 900px) {
  .closing_text {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .closing_text {
    font-size: 16px;
  }
}
.closing_text p {
  line-height: 1.3rem;
}
.closing_text p:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .closing_text p:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .closing_text p:nth-child(n+2) {
    margin-top: 33px;
  }
}

.closing_name {
  color: #FFFFFF;
  font-size: 18px;
  text-align: right;
  margin-top: 22px;
}
@media screen and (min-width: 900px) {
  .closing_name {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .closing_name {
    margin-top: 6px;
  }
}

.footer {
  padding: 16px 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 45px 0px;
  }
}

.copyright p {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .copyright p {
    font-size: 16px;
  }
}

.breadcrumb {
  padding: 10px 0;
 
}
.breadcrumb .inner {
  max-width: 1280px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ul li {
  font-size: 14px;
}
.breadcrumb ul li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  display: block;
  margin: 0 0.8rem;
}