@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body, p {
    font-size: 1.8rem;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4 {
    line-height: 1.4;
  }
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s ease-out;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

.img_wrap {
  overflow: hidden;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

:focus {
  border-style: none;
  outline: none;
}

/* ie11以下のテキストルール */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: "Zen Kaku Gothic New", serif;
  }
}
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.yellow {
  color: #FFF145;
}

.orange {
  color: #F15A22;
}

.blue {
  color: #279AF1;
}

.green {
  color: #4FB477;
}

.bg-yellow {
  color: #FFF0D5;
}

.bg-orange {
  color: #FFF6EA;
}

.bg-blue {
  color: #F5FAFF;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000;
}

h1, h2, h3, h4 {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.8rem;
  }
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 下層メインビジュアル
--------------------------------------------------*/
article {
  overflow: hidden;
}

.features_wrap {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .features_wrap {
    padding: 80px 0;
  }
}
.features_wrap .features_tag {
  text-align: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F15A22;
  color: white;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 100px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .features_wrap .features_tag {
    font-size: 1.8rem;
  }
}
.features_wrap .sec_ttl {
  margin: 5px 0 10px;
  line-height: 1.5;
  font-size: clamp(2.2rem, 6.153vw, 2.4rem);
}
@media screen and (min-width: 769px) {
  .features_wrap .sec_ttl {
    margin: 5px 0 40px;
    font-size: 3rem;
  }
}
.features_wrap .features {
  position: relative;
  z-index: 10;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #F15A22;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .features_wrap .features {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.features_wrap .features_ttl {
  width: 100%;
  background-color: #F15A22;
  text-align: center;
  color: white;
  font-size: 2.4rem;
  padding: 10px 0;
}
.features_wrap .img_wrap {
  margin: 20px auto;
  width: 200px;
}
@media screen and (min-width: 769px) {
  .features_wrap .features_img {
    position: absolute;
    right: 7.142vw;
    margin: 40px auto;
    width: 235px;
  }
}
.features_wrap .sub_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #F15A22;
  padding: 0 5.128vw;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .features_wrap .sub_ttl {
    text-align: left;
    font-size: 2.4rem;
    margin-top: 40px;
    width: calc(100% - 235px - 9.284vw);
    padding: 0 0 0 7.142vw;
  }
}
.features_wrap .features_txt {
  padding: 0 5.128vw;
}
@media screen and (min-width: 769px) {
  .features_wrap .features_txt {
    width: calc(100% - 235px - 9.284vw);
    padding: 0 0 0 7.142vw;
    min-height: 115px;
  }
}
.features_wrap .job .job_ttl {
  background-color: #279AF1;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  padding: 3px 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .features_wrap .job .job_ttl {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.features_wrap .job .job_tag {
  margin: 10px 5.128vw 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .features_wrap .job .job_tag {
    font-size: 1.8rem;
    margin: 10px 0 0;
  }
}
.features_wrap .job .tag {
  background-color: #279AF1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 7px;
}
@media screen and (min-width: 769px) {
  .features_wrap .job .tag {
    font-size: 1.8rem;
  }
}
.features_wrap .job .job_txt {
  position: relative;
  margin: 3px 5.128vw 0;
  padding-left: 14px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .features_wrap .job .job_txt {
    font-size: 1.8rem;
    margin: 3px 0 0;
  }
}
.features_wrap .job .job_txt::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #279AF1;
  border-radius: 50%;
}

.yellow_marker {
  background: linear-gradient(transparent 60%, #FFF145 60%);
}

.txt_dot {
  background-image: radial-gradient(circle at center, #F15A22 2px, transparent 2.2px);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.06em 0.3em;
  padding-top: 3px;
}

.txt_list {
  position: relative;
  margin: 3px 0 0;
  padding-left: 14px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .txt_list {
    font-size: 1.8rem;
    margin: 5px 0 0;
  }
}
.txt_list::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #F15A22;
  border-radius: 50%;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* header
--------------------------------------------------*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 89px;
  background-color: #FFF6EA;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .header {
    height: 80px;
  }
}
.header .header_free {
  font-size: 1.2rem;
  padding: 14px 13px;
  border-radius: 10px;
  line-height: 1.3;
  width: 90px;
  height: 62px;
  margin-right: 0;
  justify-content: flex-start;
}
@media screen and (min-width: 1000px) {
  .header .header_free {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
    font-size: 1.285vw;
    border-radius: 100px;
    word-break: keep-all;
    padding: 0 4vw 0 2.857vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .header_free {
    font-size: 1.8rem;
    padding: 0 56px 0 33px;
  }
}
.header .header_free::after {
  position: absolute;
  right: 6px;
  bottom: 15px;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1000px) {
  .header .header_free::after {
    width: 1.016vw;
    height: 1.016vw;
    top: 50%;
    bottom: auto;
    right: 1.428vw;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .header .header_free::after {
    width: 14.23px;
    height: 14.23px;
    right: 33.5px;
  }
}
.header .header_free:hover {
  background-color: white;
  color: #F15A22;
}
.header .header_free:hover::after {
  background-color: #F15A22;
}

h1 a {
  width: 181.79px;
  max-width: 132.44px;
}
@media screen and (min-width: 1000px) {
  h1 a {
    width: 12.985vw;
  }
}
@media screen and (min-width: 1200px) {
  h1 a {
    width: 181.79px;
  }
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 68px - 5.128vw);
  padding-left: 5.128vw;
}
@media screen and (min-width: 1000px) {
  .header__wrap {
    width: calc(100% - 14.285vw);
    padding-left: 0;
    margin: 0 auto;
  }
}

#nav_head {
  position: absolute;
  z-index: 888;
  top: 89px;
  right: 0;
  width: 100%;
  height: calc(100vh - 89px);
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease-out;
  background-color: #FFF6EA;
}
@media screen and (min-width: 1000px) {
  #nav_head {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    transform: translateX(0);
    opacity: 1;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
#nav_head.is_active {
  pointer-events: auto;
  transform: translateX(0);
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#nav_head ul {
  padding: 30px 5.128vw;
}
@media screen and (min-width: 1000px) {
  #nav_head ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
}
#nav_head .window_link {
  margin: 0 5.128vw 100px;
  width: auto;
}
@media screen and (min-width: 1000px) {
  #nav_head .window_link {
    display: none;
  }
}

.header_link {
  border-bottom: 1px solid #FBCDBC;
}
@media screen and (min-width: 1000px) {
  .header_link {
    margin-right: 2.142vw;
    border-bottom: none;
  }
}
@media screen and (min-width: 1600px) {
  .header_link {
    margin-right: 30px;
  }
}
.header_link:last-child {
  border-bottom: none;
}
.header_link a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 18px;
}
@media screen and (min-width: 1000px) {
  .header_link a {
    font-size: 1.285vw;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .header_link a {
    font-size: 1.8rem;
  }
}
.header_link a::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #F15A22;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 1000px) {
  .header_link a::before {
    display: none;
  }
}

.hamburger {
  position: absolute;
  top: 50%;
  right: 5.128vw;
  transform: translate(0, -50%);
  width: 58px;
  height: 58px;
  z-index: 999;
  border: none;
  background-color: #279AF1;
  padding: 0;
  border-radius: 100%;
}
@media screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger_bar {
  display: block;
  z-index: 10;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  transition: all 0.4s ease-out;
  border-radius: 5px;
}
.hamburger .hamburger_bar:nth-child(1) {
  top: 17px;
}
.hamburger .hamburger_bar:nth-child(2) {
  top: 25px;
}
.hamburger .hamburger_txt::before {
  content: "MENU";
  font-family: "Zen Kaku Gothic New", serif;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.hamburger.active .hamburger_bar:nth-child(1) {
  top: calc(50% - 1px);
  transform: translate(-50%, 0) rotate(45deg);
}
.hamburger.active .hamburger_bar:nth-child(2) {
  top: calc(50% - 1px);
  transform: translate(-50%, 0) rotate(-45deg);
}
.hamburger.active .hamburger_txt::before {
  display: none;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* footer
--------------------------------------------------*/
footer {
  background-color: #FAFAFA;
  padding: 40px 5.128vw 30px;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 40px 14.285vw 30px;
  }
}
@media screen and (min-width: 769px) {
  footer .link_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
footer .logo_wrap {
  width: 132.44px;
}
@media screen and (min-width: 769px) {
  footer .logo_wrap {
    width: 234.02px;
  }
}
footer .footer_link_wrap {
  margin: 30px 0 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 769px) {
  footer .footer_link_wrap {
    margin: 0;
  }
}
footer .window a {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
footer .window a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 9.55px;
  height: 9.55px;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.228' height='14.228' viewBox='0 0 14.228 14.228'%3E%3Cpath id='arrow-up-right-from-square-solid' d='M8.892,0a.889.889,0,0,0,0,1.778h2.3L5.6,7.375A.89.89,0,0,0,6.855,8.634l5.594-5.6v2.3a.889.889,0,0,0,1.778,0V.889A.888.888,0,0,0,13.338,0ZM2.223.889A2.222,2.222,0,0,0,0,3.112V12a2.222,2.222,0,0,0,2.223,2.223h8.892A2.222,2.222,0,0,0,13.338,12V8.892a.889.889,0,0,0-1.778,0V12a.446.446,0,0,1-.445.445H2.223A.446.446,0,0,1,1.778,12V3.112a.446.446,0,0,1,.445-.445H5.335a.889.889,0,0,0,0-1.778Z' fill='%23fff'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.228' height='14.228' viewBox='0 0 14.228 14.228'%3E%3Cpath id='arrow-up-right-from-square-solid' d='M8.892,0a.889.889,0,0,0,0,1.778h2.3L5.6,7.375A.89.89,0,0,0,6.855,8.634l5.594-5.6v2.3a.889.889,0,0,0,1.778,0V.889A.888.888,0,0,0,13.338,0ZM2.223.889A2.222,2.222,0,0,0,0,3.112V12a2.222,2.222,0,0,0,2.223,2.223h8.892A2.222,2.222,0,0,0,13.338,12V8.892a.889.889,0,0,0-1.778,0V12a.446.446,0,0,1-.445.445H2.223A.446.446,0,0,1,1.778,12V3.112a.446.446,0,0,1,.445-.445H5.335a.889.889,0,0,0,0-1.778Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: #000;
  transition: 0.4s ease-out;
}
footer .footer_link a {
  font-size: 1.2rem;
}
footer small {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .pc-view.blank {
    display: none;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}

/* 共通パーツ
--------------------------------------------------*/
.f_50 {
  font-size: 50%;
}

.f_60 {
  font-size: 60%;
}

.f_70 {
  font-size: 70%;
}

.f_80 {
  font-size: 80%;
}

.f_90 {
  font-size: 90%;
}

.wide__width {
  position: relative;
  z-index: 10;
  width: calc(100% - 10.256vw);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wide__width {
    width: calc(100% - 14.285vw);
  }
}

.sec_ttl {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    font-size: 3rem;
  }
}
.sec_ttl span {
  font-weight: 700;
}

/* ボタン
--------------------------------------------------*/
@media screen and (min-width: 769px) {
  .tel {
    pointer-events: none;
  }
}

.window_link {
  position: relative;
  background-color: #F15A22;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #F15A22;
  line-height: 1.3;
  width: 100%;
  max-width: 400px;
  height: 68px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .window_link {
    height: 80px;
  }
}
.window_link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.228' height='14.228' viewBox='0 0 14.228 14.228'%3E%3Cpath id='arrow-up-right-from-square-solid' d='M8.892,0a.889.889,0,0,0,0,1.778h2.3L5.6,7.375A.89.89,0,0,0,6.855,8.634l5.594-5.6v2.3a.889.889,0,0,0,1.778,0V.889A.888.888,0,0,0,13.338,0ZM2.223.889A2.222,2.222,0,0,0,0,3.112V12a2.222,2.222,0,0,0,2.223,2.223h8.892A2.222,2.222,0,0,0,13.338,12V8.892a.889.889,0,0,0-1.778,0V12a.446.446,0,0,1-.445.445H2.223A.446.446,0,0,1,1.778,12V3.112a.446.446,0,0,1,.445-.445H5.335a.889.889,0,0,0,0-1.778Z' fill='%23fff'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.228' height='14.228' viewBox='0 0 14.228 14.228'%3E%3Cpath id='arrow-up-right-from-square-solid' d='M8.892,0a.889.889,0,0,0,0,1.778h2.3L5.6,7.375A.89.89,0,0,0,6.855,8.634l5.594-5.6v2.3a.889.889,0,0,0,1.778,0V.889A.888.888,0,0,0,13.338,0ZM2.223.889A2.222,2.222,0,0,0,0,3.112V12a2.222,2.222,0,0,0,2.223,2.223h8.892A2.222,2.222,0,0,0,13.338,12V8.892a.889.889,0,0,0-1.778,0V12a.446.446,0,0,1-.445.445H2.223A.446.446,0,0,1,1.778,12V3.112a.446.446,0,0,1,.445-.445H5.335a.889.889,0,0,0,0-1.778Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: white;
  transition: 0.4s ease-out;
}
.window_link:hover {
  opacity: 1;
  background-color: white;
  color: #F15A22;
}
.window_link:hover::after {
  background-color: #F15A22;
}

/* CTAボタン
--------------------------------------------------*/
.cta_wrap {
  background-color: #F15A22;
  padding: 25px 0;
}
@media screen and (min-width: 769px) {
  .cta_wrap {
    padding: 30px 0;
  }
}
.cta_wrap .wide__width {
  background-color: white;
  border-radius: 20px;
  padding: 25px 5.128vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cta_wrap .wide__width {
    padding: 30px;
  }
}
.cta_wrap h2 {
  position: relative;
  color: #F15A22;
  font-size: clamp(1.8rem, 5.128vw, 2rem);
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cta_wrap h2 {
    font-size: 3rem;
  }
}
.cta_wrap h2::before, .cta_wrap h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: #F15A22;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .cta_wrap h2::before, .cta_wrap h2::after {
    left: -20px;
  }
}
.cta_wrap h2::after {
  left: auto;
  right: 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .cta_wrap h2::after {
    right: -20px;
  }
}
.cta_wrap h2 span {
  color: #F15A22;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cta_wrap h2 .sp-view {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .cta_wrap h2 .sp-view {
    display: none;
  }
}
.cta_wrap .contact_txt {
  margin: 15px 0 20px;
}
/*# sourceMappingURL=style.css.map */