@charset "utf-8";
.sp_only {
  display: none;
}
@media screen and (max-width: 979px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.mv_img1 img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 519px) {
  .mv_img1 img {
    height: 90vh;
  }
}
span.news_title:before {
  content: none;
}

/* page */

main.page {
  width: 100%;
  height: auto;
  background-image: url(../img/background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: 0;
  padding: 84px 0;
  position: relative;
}
main.page::after {
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 100%;
  /* display: block; */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
main.page>section {
  position: relative;
  z-index: 10;
}
.page_content_wrap {
  width: 88.8vw;
  max-width: 1100px;
  margin: 0 auto 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 40px 40px 80px;
  position: relative;
}
.page_content_wrap h2 {
  font: normal normal bold 30px/55px 'Noto Sans JP';
  letter-spacing: 0px;
  color: #000435;
  padding-bottom: 0px;
  border-bottom: 3px solid #000435;
  margin-top: 50px;
}
.page_content_wrap h2:nth-child(1) {
  margin-top: 0px;
}
.page_content_wrap h3 {
  margin-top: 43px;
  margin-bottom: 0px;
  font: normal normal bold 20px/30px 'Noto Sans JP';
}
.page_content_wrap p, #mfp_thanks {
  font: normal normal normal 16px/30px 'Noto Sans JP';
  margin-top: 20px;
}
.case_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
  row-gap: 23px;
  margin-top: 40px;
}
.case_img {
  width: 154px;
  height: 154px;
  object-fit: cover;
  /* background: grey; */
}
.case {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}
.case_text {
  padding: 18px 0px;
}
.case_text h3 {
  margin-top: 0;
  line-height: 18px;
  font-size: 18px;
}
.page_red {
  color: #D92B0D;
  font-weight: 700;
}
.page_green {
  color: #000435;
  font-weight: 700;
}
a .page_green {
  color: #000435;
  font-weight: 700;
}
.page_grey_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 30px;
  column-gap: 23px;
}
.page_grey {
  width: 100%;
  padding: 47px 40px 40px;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.page_grey_wrap_g_review .page_grey {
  padding: 30px;
}
.page_grey h3 {
  margin: 0px;
  font: normal normal bold 18px/30px 'Noto Sans JP';
  letter-spacing: 0px;
  color: #262626;
}
.page_grey h4 span {
  font: normal normal bold 40px/40px 'Noto Sans JP';
  color: #D92B0D;
}
.page_grey h4 {
  margin-top: 10px;
  color: #D92B0D;
  font: normal normal bold 20px/40px 'Noto Sans JP';
}
.page_grey_random_wrap {
  width: 100%;
  margin-top: 30px;
  column-count: 2;
  /* display: grid;
    flex-wrap: wrap ;
    justify-content: space-between;
    grid-template-columns: auto auto; */
  column-gap: 23px;
}
.page_grey_random_wrap .page_grey {
  width: 100%;
  height: fit-content;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
.page_grey_meo_req {
  margin-top: 40px;
}
.page_grey_meo_req h3 {
  font: normal normal bold 18px/30px 'Noto Sans JP';
}
.page_grey_meo_req p {
  font: normal normal bold 16px/30px 'Noto Sans JP';
}
.page_border_wrap {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 40px;
  margin-top: 30px;
}
.page_border_wrap_point {
  padding: 30px;
}
.page_border_wrap_point h3 {
  font-size: 18px;
}
.step_title {
  font: normal normal bold 24px/38px 'Noto Sans JP';
}
.step_title span {
  color: #000435;
}
.page_border_wrap h3 {
  margin-top: 30px;
}
.page_border_wrap h3:nth-child(1) {
  margin-top: 0px;
}
.page_border_wrap p {
  font: normal normal normal 16px/30px 'Noto Sans JP';
}
.page_border_wrap_flow {
  grid-template-columns: auto auto auto;
  display: grid;
  column-gap: 63px;
  justify-content: center;
  padding: 40px 60px;
}
.flow_wrap h3 {
  text-align: center;
}
.recruit_flow_img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  background: grey;
  margin-top: 30px;
}
.topic_path, .page_title {
  width: 88.8vw;
  max-width: 1100px;
  margin: 0 auto 0px;
  color: #FFFFFF;
}
.page_green_anim {
  transition: all .3s;
  font-weight: 700;
}
.flow_wrap:hover p .page_green_anim {
  color: #000435;
  font-weight: 700;
}
.page_grey_recruit {
  padding: 35px 40px 30px;
  margin-top: 40px;
}
.page_grey_sns {
  padding: 40px;
  display: flex;
  margin-top: 40px;
}
.page_grey_my {
  padding: 30px;
  margin-top: 50px;
}
.sns_price {
  margin-right: 60px;
}
.sns_price p, .sns_price h4 {
  margin: 0;
}
main.non_page {
  background-image: none;
}
.topic_path a, .topic_path span {
  color: #FFFFFF;
  font: normal normal normal 12px/16px 'Noto Sans JP';
}
.topic_path a::after {
  content: "/";
  padding: 0 6px 0 10px;
}
.topic_path a:nth-last-child(1):after {
  content: "";
}
.topic_path {
  margin-bottom: 27px;
}
.page_title {
  /* margin-bottom: 68px; */
  font: normal normal bold 40px/55px 'Josefin Sans';
}
.topic_head {
  padding-bottom: 68px;
  padding-top: 29px;
}
.add_topic_head {
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-position: center;
}
.green_topic_head {
  background: #000435;
}
@media (max-width: 1024px) {
  .page_content_wrap {
    padding: 30px 1rem 100px;
    width: calc(100% - 2rem);
  }
}

/* company */

.company_logo {
  width: 372px;
  height: 106px;
  margin: 0 auto;
  position: relative;
  right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .company_logo {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }
}
.company_about {
  display: grid;
  grid-template-columns: 190px auto;
  /* align-items: center; */
  border-top: 1px solid #E0E0E0;
}
@media (max-width: 768px) {
  .company_about {
    display: grid;
    grid-template-columns: 100px auto;
    /* align-items: center; */
    border-top: 1px solid #E0E0E0;
  }
}
.company_about:nth-last-child(1) {
  border-bottom: 1px solid #E0E0E0;
}
p.company_about_text {
  margin: 0px;
  padding: 20px;
  display: flex;
  align-items: center;
  font: normal normal normal 15px/20px 'Noto Sans JP';
}
.company_about p.company_about_text:nth-child(odd) {
  background: #F8F8FA 0% 0% no-repeat padding-box;
}

/* contact */

.form label, .form input, .form select, .form textarea {
  display: block;
  appearance: none;
}
.form input, .form select {
  width: 100%;
  max-width: 450px;
  padding: 18px 15px;
  font: normal normal normal 17px/20px 'Noto Sans JP';
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-top: 12px;
}
.form label {
  margin-bottom: 30px;
}
.form select {
  background-image: url(https://www.searchfan.biz/src/images/page/chevron-down.svg);
  background-size: 9px;
  background-position: 98% 50%;
}
.form textarea {
  width: 100%;
  max-width: 838px;
  height: 200px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-top: 12px;
  padding: 18px 15px;
  font: normal normal normal 17px/20px 'Noto Sans JP';
}
.form .submit {
  background: #000435 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  font: normal normal bold 15px/20px 'Noto Sans JP';
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s;
}
.form .submit:hover {
  opacity: .7;
}
.page_contact_btn {
  width: 340px;
  height: 70px;
  background: transparent linear-gradient(270deg, #50B423 0%, #87DE30 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient( 90deg, #50B423 0%, #87DE30 50%, #50B423 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000029;
  background-size: 200%;
  border-radius: 10px;
  color: #FFFFFF;
  font: normal normal bold 20px/52px 'Noto Sans JP';
}
.top_onlineStore_btn:hover {
  background-position-x: 100%;
  opacity: 1;
}
.page_content_wrap .top_onlineStore_btn {
  margin-top: 40px;
}
.form {
  margin-top: 30px;
}
.g_site_link_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 25px;
  row-gap: 19px;
  margin-top:60px;
}
.g_site_link {
  text-align: center;
  margin: 0;
  border: 2px solid #000435;
  border-radius: 24px;
  font: normal normal bold 16px/16px 'Noto Sans JP';
  letter-spacing: 0px;
  color: #000435;
  padding: 13px 25px;
  transition: .2s;
}
.g_site_link:hover {
  background: #000435 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
.g_site_link_on {
  background: #000435 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  pointer-events: none;
  cursor: text;
}
p.page_grey_list {
  font: normal normal bold 16px/30px 'Noto Sans JP';
  padding: 10px;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
}
.suggest_img {
  margin-top: 60px;
}
.traffic_top_img {
  position: relative;
  margin-top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 88.8vw;
  max-width: 1100px;
}
.traffic_middle_img {
  margin: 40px auto 0;
}
.g_map_top_img {
  width: 244px;
  float: right;
  margin: 0px 20px 40px 100px;
}
.g_map_shop_img {
  width: 640px;
  margin-top: 27px;
}
.g_map_top_img_4_2-3 {
  width: 194px
}
.g_carry_flow {
  max-width: 735px;
}
@media (max-width: 768px) {
  .g_site_link_wrap {
    grid-template-columns: auto auto;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 1.5rem;
  }
  .g_carry_flow {
    width: 100%;
  }
  .g_site_link {
    border-radius: 24px;
    font: normal normal bold 12px/12px 'Noto Sans JP';
    padding: 13px 5px;
    transition: .2s;
  }
}
.review_img {
  max-width: 651px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .review_img {
    width: 100%;
  }
}
.meo_top_img {
  max-width: 735px;
}
.page_grey_list_img_2-1 {
  max-width: 350px;
  margin-left: 0;
  margin-top: 20px;
}
.page_grey_list_img_2-2 {
  max-width: 720px;
  margin-left: 0;
  margin-top: 20px;
}
.meo_float {
  float: right;
  max-width: 176px;
}
.rec_float {
  max-width: 274px;
  float: right;
  margin: 30px 40px 40px 10px;
}
.coming_soon {
  border: none;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .traffic_top_img {
    width: 100vw;
    margin-top: -30px;
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  .page_content_wrap h2 {
    font: normal normal bold 20px/28px 'Noto Sans JP';
    padding-bottom: 5px;
    margin-top: 40px;
  }
  .page_content_wrap h3 {
    margin-top: 30px;
    font: normal normal bold 18px/28px 'Noto Sans JP';
  }
  .page_content_wrap p {
    font: normal normal normal 14px/26px 'Noto Sans JP';
  }
  .page_content_wrap .top_onlineStore_btn {
    margin-top: 30px;
  }
  .page_title {
    font: normal normal bold 18px/24px 'Noto Sans JP';
  }
  .topic_path {
    margin-bottom: 20px;
  }
  .page_grey h4 {
    text-align: center;
    font: normal normal bold 16px/43px 'Noto Sans JP';
  }
  .page_grey h4 span {
    font: normal normal bold 31px/43px 'Noto Sans JP';
  }
  .page_grey p {
    text-align: center;
  }
  .page_grey_wrap {
    row-gap: 30px;
    grid-template-columns: auto;
  }
  .case_wrap, .case {
    justify-content: center;
    grid-template-columns: auto;
  }
  .case_img {
    margin: 0 auto;
  }
  .page_grey_random_wrap h3 {
    margin-top: 0px;
  }
  .page_grey_random_wrap {
    column-count: 1;
  }
  .page_grey_wrap_g_review p {
    text-align: left;
  }
  .page_border_wrap_flow {
    grid-template-columns: auto;
    row-gap: 30px;
  }
  .page_grey_sns {
    display: grid;
    grid-template-columns: auto;
    row-gap: 30px;
    justify-content: center;
  }
  .sns_price {
    margin: 0 auto;
  }
  .g_map_top_img {
    max-width: 118px;
    width: 100%;
    float: none;
    margin: 40px auto 0;
  }
  .rec_float {
    float: none;
    margin: 40px auto 0;
  }
  .g_mybusiness_g_map_top_img {
    max-width: 126px;
  }
  .g_map_shop_img {
    margin: 30px auto 0;
  }
}
.step_wrap {
  display: grid;
  grid-template-columns: 243px auto;
  column-gap: 30px;
  border: 2px solid #E0E0E0;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.step_wrap .step {
  width: 73px;
  height: 73px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.step_wrap .step_arrow {
  width: 102px;
  height: 33px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.step_wrap a.top_onlineStore_btn {
  width: 314px;
  height: 47px;
  font: normal normal bold 16px/16px 'Noto Sans JP';
  border-radius: 23.5px;
  margin: 0;
  margin-top: 0px;
  box-shadow: unset;
}
.step_wrap a.comming {
  background: #B4B4B4 0% 0% no-repeat padding-box;
}
.right h3 {
  font: normal normal bold 24px/30px 'Noto Sans JP';
  margin: 0 0 21px 0;
}
.right h3 span {
  color: #000435;
  padding-right: 5px;
}
.step_wrap .right_bottom {
  padding-left: 13px;
  height: 87px;
  display: grid;
  grid-template-columns: max-content auto;
  column-gap: 25px;
  align-items: center;
  background: #EFF5EF 0% 0% no-repeat padding-box;
  border-radius: 10px;
}
.step_wrap .right {
  padding: 24px 20px 24px 0;
}
.step_wrap .right_bottom img {
  width: 196px;
  height: 79px;
  position: relative;
  bottom: -4px
}
.step_title__ {
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  h2.step_title__ {
    margin-bottom: 16px;
    font: normal normal bold 20px/28px 'Noto Sans JP';
  }
  .step_wrap {
    grid-template-columns: auto;
    padding: 0;
  }
  .step_wrap .left img {
    margin: 0 auto;
    width: 243px;
  }
  .step_wrap .right {
    padding: 0;
  }
  .step_wrap h3 {
    padding: 0 20px;
    font: normal normal bold 20px/28px 'Noto Sans JP';
    text-align: center;
  }
  .step_wrap .right_bottom {
    grid-template-columns: auto;
    height: 108px;
    position: relative;
    padding: 0 5px;
    width: 293px;
    margin: 0 auto 24px;
  }
  .step_wrap .right_bottom img {
    position: absolute;
    width: 215px;
    height: 56px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .step_wrap a.top_onlineStore_btn {
    font: normal normal bold 14px/39px 'Noto Sans JP';
    margin: 0 auto;
    width: 100%;
  }
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
u {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
#load_bg {
  position: fixed;
  top: 0px;
  width: 100vw;
  background: white;
  height: 100vh;
  z-index: 10000000000;
  animation-name: load;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.img_flex_wrap {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}
.img_flex_wrap.flex-4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 30px;
}
@media(max-width:768px) {
  .img_flex_wrap, .img_flex_wrap.flex-4 {
    grid-template-columns: auto;
    row-gap: 16px;
  }
}
.index_content_wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 536px);
  gap: 28px;
}
.index_content_wrap, .index_top_button {
  -webkit-box-pack: center;
  justify-content: center;
}
.index_top_button {
  font-size: 1.0714285714vw;
  line-height: 1;
  color: #6FB92B;
  width: 21.5476190476vw;
  height: 4.2261904762vw;
  border-radius: 0.2976190476vw;
  background: white;
  -webkit-box-shadow: 10px 10px 20px #00000029;
  box-shadow: 10px 10px 20px #00000029;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  margin: 1.5476190476vw 0 0 6.4880952381vw;
  position: relative;
}
.index_top_button:after {
  content: "";
  width: 0.5357142857vw;
  height: 0.8928571429vw;
  display: block;
  background-image: url(https://www.searchfan.biz/src/images/right_green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.0119047619vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_content_sec {
  padding-top: 66px;
  padding-bottom: 80px;
}
.index_content {
  width: 100%;
  height: auto;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 10px #0000001a;
  box-shadow: 0px 3px 10px #0000001a;
  border-radius: 5px;
}
.index_content_name {
  font-size: 24px;
  font-weight: 700;
  width: 95vw;
  max-width: 1100px;
  margin: 0 auto;
}
.img_hidden {
  width: 100%;
  height: 264px;
  overflow: hidden;
  position: relative;
}
.index_content_img, .index_content_img--hover {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: all 2s ease-out;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.index_content_img--hover {
  position: absolute;
  top: 0px;
  z-index: 9;
  -webkit-transition: unset;
  transition: unset;
}
.index_content:hover .index_content_img, .index_content:hover .index_content_img--hover {
  opacity: 0;
}
.index_content:hover .index_content_img--hover {
  opacity: 1;
}
.index_content_title {
  font: normal normal 700 18px/24px 'Noto Sans JP';
  padding: 16px 0 9px 20px;
  position: relative;
}
.index_content_title, .index_content_title:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.index_content_title:before {
  position: absolute;
  content: "";
  top: 46%;
  right: 24px;
  width: 9px;
  height: 14px;
  background-image: url(https://www.searchfan.biz/src/images/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.score_wrap, .score_wrap--big, .score_wrap--review {
  display: -webkit-box;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 20px 18px;
}
.score_wrap--big {
  padding: 0px 0 24px;
}
.score_wrap--review {
  padding: 4px 0 16px;
}
.score_text {
  font: normal normal normal 12px/16px 'Noto Sans JP';
  color: #6F6F6F;
}
.score_text--big {
  font-size: 16px;
  color: #6F6F6F;
}
.score_title {
  font-size: 20px;
  margin: 0 8px 0 0;
}
.star_wrap, .star_wrap--big, .star_wrap--review {
  display: grid;
  grid-template-columns: repeat(5, 17px);
  gap: 1px;
}
.star_wrap--big {
  grid-template-columns: repeat(5, 28px);
}
.star_wrap--review {
  grid-template-columns: repeat(5, 36px);
}
.star_img, .star_img--big, .star_img--review {
  width: 17px;
  height: 16px;
  display: block;
  background-image: url(https://www.searchfan.biz/src/images/star-inactive.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.star_img--big {
  width: 28px;
  height: 26px;
}
.star_img--review {
  width: 36px;
  height: 34px;
  cursor: pointer;
}
.star_img--active {
  background-image: url(https://www.searchfan.biz/src/images/star-active.svg);
}
@media (max-width: 768px) {
  .index_content_wrap {
    grid-template-columns: repeat(auto-fill, 339px);
    margin: 16px auto 0;
  }
  .index_content_name {
    font-size: 20px;
    width: 339px;
  }
  .img_hidden {
    height: 167px;
  }
  .score_text--big {
    font-size: 14px;
  }
  .score_title {
    font-size: 16px;
  }
  .star_wrap--big {
    grid-template-columns: repeat(5, 17px);
  }
  .star_img--big {
    width: 17px;
    height: 16px;
  }
}

/* page-modal */

.page_modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1010;
  width: 88.8%;
  max-width: 480px;
  height: auto;
  padding: 0 0 29px;
  background: white;
  border-radius: 10px;
  opacity: 1;
  transition: opacity .3s;
}
.page_modal_youtube {
  width: 100%;
  max-width: 737px;
  height: 414px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 56px;
}
.page_modal_youtube_wrap {
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.page_modal_youtube_wrap--open {
  opacity: 1;
  pointer-events: unset;
}
a.page_modal_youtube_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 172px;
  z-index: 1010;
  transition: transform .4s;
}
a.page_modal_youtube_img:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.page_modal--hidden {
  pointer-events: none;
  opacity: 0;
}
.page_modal_img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  margin-bottom: 22px;
}
p.page_modal_title {
  font: normal normal bold 30px/45px 'Noto Sans JP';
  text-align: center;
  margin-top: 0px;
}
.page_modal_title span {
  font: normal normal bold 23px/35px 'Noto Sans JP';
}
p.page_modal_body {
  font: normal normal bold 16px/29px 'Noto Sans JP';
  color: #8B8B8B;
  text-align: center;
  margin-bottom: 30px;
}
.page_content_wrap .page_modal_button {
  margin-top: 20px;
}
.page_modal_close {
  padding: 0px;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -40px;
  right: 0px;
  background: none;
  cursor: pointer;
}
.page_modal_back {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 0.5;
  z-index: 1000;
  transition: opacity .3s;
}
.page_modal_back--youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.page_modal_back--hidden {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 768px) {
  .page_modal {
    padding-bottom: 32px;
  }
  p.page_modal_title {
    font: normal normal bold 22px/29px 'Noto Sans JP';
    margin-top: 0px;
  }
  .page_modal_title span {
    font: normal normal bold 18px/24px 'Noto Sans JP';
  }
  p.page_modal_body {
    font: normal normal bold 14px/26px 'Noto Sans JP';
    margin: 16px auto;
  }
  .page_modal_youtube_img {
    width: 190px;
    height: 90px;
  }
  .page_modal_youtube {
    height: 49.86vw;
    margin-top: 41px;
  }
}
ul#recruit li::before, ul#contact li::before{
  content:none;
}
main table {
  margin: 1rem 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
main table th {
  width: 25%;
  min-width: 10rem;
  font-weight: normal;
}
main table th, main table td {
  border: 1px solid #ddd;
  padding: 1rem;
}
main table th {
  background-color: #eee;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.must {
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  line-height: 1;
  margin: -.7em 5px 0;
  position: absolute;
  right: 5px;
  top: 50%;
  border-radius: 4px;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  table.responsive_stack, table.responsive_stack thead, table.responsive_stack tbody, table.responsive_stack tr, table.responsive_stack th, table.responsive_stack td {
    display: block;
    width: auto!important;
  }
  table.responsive_stack th {
    background-color: #F3F3F3;
    border-bottom: none!important;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }
  table.responsive_stack td {
    border-bottom: none!important;
  }
  table.responsive_stack {
    border-bottom: 1px solid #ddd;
  }
}

/************************************
form
*************************************/


/* reset */

button, option, select, textarea, input[type="button"], input[type="submit"], input[type="number"], input[type="email"], input[type="tel"], input[type="text"], input[type="select"], input[type="option"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}
input:focus {
  box-shadow: none;
}

/* for firefox */

select {
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */

select::-ms-expand {
  display: none;
}
textarea, input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  height: 2.5rem;
  box-shadow: none;
  margin: 0;
}
textarea {
  height: 10em;
}

/* フォーカス時の色変更 */

textarea:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, textarea:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="text"]:hover, .select select:hover {
  border: 1px solid #0289ef;
  box-shadow: none;
}

/* ラジオボタン */

.radio_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.25rem 0;
}
.radio_area.column {
  flex-direction: column;
  align-items: flex-start;
}
.radio_area label {
  display: flex;
  align-items: center;
  margin: .25rem 1.5rem .25rem 0;
  border: none;
}
.radio_area label input[type="radio"] {
  transform: scale(1.25);
  margin-right: .5rem;
}

/* チェックボックス */

.checkbox_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.25rem 0;
}
.checkbox_area label {
  display: flex;
  align-items: center;
  margin: .25rem 1.5rem .25rem 0;
  border: none;
}
.checkbox_area label input[type="checkbox"] {
  transform: scale(1.25);
  margin-right: .5rem;
}
.select {
  display: inline-block;
  position: relative;
  width: auto;
  height: 2.5rem!important;
  margin: .5rem .5rem .5rem 0;
  border: none;
}
.select::before {
  position: absolute;
  top: 1px;
  right: 1.8rem;
  height: calc(100% - 2px);
  width: 10px;
  z-index: 1;
  content: "";
  display: block;
  border-left: 1px solid #ddd;
}
.select::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent!important;
  border-left: 6px solid transparent!important;
  border-bottom: 6px solid transparent!important;
  border-right: 6px solid transparent!important;
  border-top: 6px solid #333!important;
  top: 50%!important;
  right: 13.5px!important;
  -webkit-transform: rotate(0deg)!important;
  transform: rotate(0deg)!important;
  margin-top: -3px!important;
  pointer-events: none;
}
.select select {
  width: 100%;
  height: 2.5rem;
  font-size: .88rem;
  padding: 0 3rem 0 10px!important;
  border: 1px solid #ddd;
  border-radius: 0;
  position: relative;
  box-sizing: border-box;
}
.select.select_group {
  display: flex;
}
.select.select_group::after, .select.select_group::before {
  content: none;
}
.select.select_group select {
  padding: 0 10px!important;
  width: auto;
}
.select.select_group select+span {
  border: 1px solid #ddd;
  border-left: none;
  display: flex;
  align-items: center;
  padding: 0 .8rem;
  background-color: #eee;
}

/* ie9対策 */


/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}

/* Firefox 18- */

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 1rem;
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 1rem;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}
label {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}
.checkbox_area_custom label {
  display: inline;
  border: none;
  margin-right: .5rem;
  font-size: .875rem;
}
.checkbox_flex {
  display: inline-flex;
  align-items: flex-start;
  margin: .5rem 0;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .checkbox_flex {
    width: 100%;
  }
}
label+label, .group+label {
  margin-top: 1rem;
}
label input[type="number"], label input[type="text"], label input[type="email"], label input[type="tel"], label input[type="password"] {
  border: 1px solid transparent;
  margin: 0;
}
.group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.5rem;
}
.group label {
  margin: 0.5rem;
}
.row {
  margin: 0;
}
.row+.row {
  margin-top: -0.5rem;
}
.row label {
  border: none;
  margin: 0;
}
.row .group {
  margin: 0;
}
.row .group label {
  border: 1px solid #ddd;
}
label span, label b, label button {
  background-color: #eee;
  height: 2.5rem;
  width: auto;
  padding: 0 0.8rem;
  line-height: 2.5rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  word-break: keep-all;
}
.group input {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 640px) {
  textarea, input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    max-width: 100%!important;
    width: 100%;
  }
  .group input {
    margin-right: 0;
    max-width: 100%!important;
    width: 100%;
  }
}
.group_flex_nowrap {
  display: flex;
  align-items: center;
  margin: -.5rem;
}
.group_flex_nowrap input {
  width: auto;
  margin: .5rem;
}

/************************************
form_end
*************************************/

.btn, input[type="submit"].btn {
    width: 340px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal bold 20px/52px 'Noto Sans JP';
    color: white;
  border:none;
    background: transparent linear-gradient( 90deg, #3067de 0%, #2338b4 50%, #3067de 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    background-size: 200%;
    border-radius: 10px;
    margin: 20px auto 0;
    transition: .3s all;
}
.btn:hover, input[type="submit"].btn:hover {
    background-position-x: 100%;
    opacity: 1;
}
@media (max-width:768px) {
    .btn, input[type="submit"].btn {
        width: 273px;
        height: 60px;
        font: normal normal bold 14px/52px 'Noto Sans JP';
    }
}
.btn.gray {
  background-color: #7d7d7d;
  margin-left: 0!important;
}
.btn.gray:hover {
  background-color: #545454;
}
.btn.small, input[type="submit"].btn.small {
  padding: .25rem 1.5rem;
  min-width: auto;
  font-size: .875rem;
}
.btn.large {
  padding: 1rem 3rem;
  min-width: 300px;
  font-size: 1.25rem;
}
.btn:hover, input[type="submit"].btn:hover {
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  background-color: #1a227f;
}
.text_center {
  text-align: center;
}
.pc_text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.pc_text_right {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .pc_text_center {
    text-align: left;
  }
  .pc_text_right {
    text-align: left;
  }
}
.well {
  background-color: #edeef7;
  padding: 1.5rem;
  margin: 1rem 0;
}
.well.danger {
  background-color: #ffe6e6;
  color: #bf0000;
}
.well *:first-child {
  margin-top: 0;
}
.well *:last-child {
  margin-bottom: 0;
}
.well.border {
  background-color: transparent;
  border: 1px solid #000435;
}
.highlight {
  background-color: #F8E9ED;
}
section.highlight {
  padding: 4rem 0;
}
.btn_area{
  margin:2.5rem 0 1.5rem;
}
.pull_left{
  float:left;
  padding: 0 .5rem .5rem 0;
  max-width:40%!important;
}
.pull_right{
  float:right;
  padding:0 0 .5rem .5rem ;
  max-width:40%!important;
}
.btn_area{
  clear:both;
}
.box {
  padding:2rem 1.5rem;
  margin:2rem 0;
}
.box.gray{
  background-color:#f8f8f8;
  border:none;
  box-shadow:none;
}
.box.bule{
  background-color:#ddf5ff;
  border:none;
  box-shadow:none;
}
.box *:first-child,
.well *:first-child{
  margin-top:0;
}
.box *:last-child,
.well *:last-child{
  margin-bottom:0;
}
.box h3,
.well h3{
  border:none!important;
  padding-left:0!important;
}
main.page  ul{
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding-left:.5rem;
}
main.page  ul li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.75em;
}
main.page  ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.65rem; /*点の位置*/
    content: "";
    background: #000435; /*点の色*/
}
main.page ol {
  padding: 1rem 0 1rem 1.5rem;
}
main.page ol li {
  padding: 0 0 0;
  list-style:decimal;
}
main.page h3{
  border-left:4px solid #000435;
  padding-left:0.5em;
}
main.page h4{
  margin-top:1em;
  font-size:1.1rem;
}
main.page img{
  max-width:100%;
}
.page_content_wrap .lead{
  font-size:1.4rem;
  line-height:1.5;
  color:#009dd2;
}
.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex .item{
  width:calc(50% - 0.5rem);
}
@media (max-width:640px) {
  .flex {
    flex-direction:column-reverse;
  }
  .flex .item{
    width:100%;
  }
}
.under_mv {
	height:100%;
}
.under_mv img{
	object-fit:cover;
	height:100%;
	width:100%;
}
main p{
  line-height:2;
}






/* ========================================
   ブログ・マガジンアーカイブページ用CSS
======================================== */

/* --------- 共通スタイル --------- */
.blog-archive {
  padding: 60px 0;
}

.blog-list {
  margin-bottom: 60px;
}

/* --------- ブログアイテム --------- */
.blog-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  transition: all 0.3s ease;
}

.blog-item:last-child {
  border-bottom: none;
}

.blog-item:hover {
  transform: translateY(-3px);
}

/* --------- リンク --------- */
.blog-link {
  display: flex;
  gap: 30px;
  text-decoration: none;
  color: inherit;
}

/* --------- 画像エリア --------- */
.blog-image {
  flex: 0 0 400px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5;
}

.blog-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-item:hover .blog-image img {
  transform: scale(1.05);
}

/* --------- コンテンツエリア --------- */
.blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* --------- メタ情報 --------- */
.blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.blog-date {
  font-family: 'Josefin Sans', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.blog-category {
  display: inline-block;
  background-color: #000435;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* --------- タイトル --------- */
.blog-title {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  transition: color 0.3s ease;
  font-family: 'Noto Sans JP', sans-serif;
}

/* .content_in内のh2スタイルを上書き */

/*
.content_in .blog-title,
.content_in h2.blog-title {
  font-size: 24px !important;
  padding-left: 0 !important;
  margin: 0 0 15px !important;
  display: block !important;
}

.content_in .blog-title:before,
.content_in h2.blog-title:before {
  display: none !important;
}

.blog-item:hover .blog-title {
  color: #000435;
}
*/
/* --------- 抜粋文 --------- */
.blog-excerpt {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
  margin-top: auto;
}

/* --------- ページネーション --------- */
.pagination {
  text-align: center;
  margin: 60px 0 40px;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 5px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  min-width: 45px;
  text-align: center;
}

.pagination .page-numbers.current {
  background-color: #000435;
  color: #fff;
  border-color: #000435;
}

.pagination .page-numbers:hover:not(.current) {
  background-color: #e8e8e8;
  border-color: #999;
}

.pagination .page-numbers.dots {
  border: none;
  background: none;
}

/* ========================================
   レスポンシブ対応: タブレット
======================================== */
@media screen and (min-width: 520px) and (max-width: 979px) {
  .blog-archive {
    padding: 40px 0;
  }

  .blog-link {
    flex-direction: column;
    gap: 20px;
  }

  .blog-image {
    flex: none;
    width: 100%;
  }

  .blog-image img {
    height: 300px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .pagination {
    margin: 40px 0 20px;
  }
}

/* ========================================
   レスポンシブ対応: スマートフォン
======================================== */
@media screen and (min-width: 320px) and (max-width: 519px) {
  .blog-archive {
    padding: 30px 0;
  }

  .blog-link {
    flex-direction: column;
    gap: 15px;
  }

  .blog-image {
    flex: none;
    width: 100%;
  }

  .blog-image img {
    height: 200px;
  }

  .blog-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .blog-excerpt {
    font-size: 14px;
    line-height: 1.7;
  }

  .blog-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .blog-meta {
    gap: 10px;
  }

  .blog-date {
    font-size: 14px;
  }

  .blog-category {
    font-size: 11px;
    padding: 3px 10px;
  }

  .pagination {
    margin: 30px 0 20px;
  }

  .pagination .page-numbers {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 40px;
  }
}

/* ========================================
   空の状態メッセージ
======================================== */
.blog-archive p[style*="text-align: center"] {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}

/* --------- アイキャッチ画像（シングルページ用） --------- */
.blog-featured-image {
  text-align: center;
  margin: 30px 0;
}

.blog-featured-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 10px;
}

/* --------- レスポンシブ対応 --------- */
@media screen and (max-width: 768px) {
  .blog-featured-image {
    margin: 20px 0;
  }
}


/* ========================================
   ブログ記事詳細ページ用スタイル
======================================== */

/* --------- ライター情報ボックス --------- */
.article_author {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 40px;
  margin: 60px 0;
}

.article_author h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000435;
  margin: 0 0 30px 0;
  padding-left: 0;
  border-left: 4px solid #000435;
  padding-left: 15px;
}

.article_author h3:before {
  content: none !important;
}

.profile-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.author-thumbnail {
  flex-shrink: 0;
}

.author-thumbnail img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.author-detail {
  flex: 1;
}

.author-name {
  font-size: 18px;
  font-weight: bold;
  color: #000435;
  margin: 0 0 15px 0;
}

.author-biography {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* --------- CVエリア --------- */
.cv_area {
  background: linear-gradient(135deg, #000435 0%, #1a2b7a 100%);
  border-radius: 10px;
  padding: 50px 40px;
  margin: 60px 0;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 4, 53, 0.2);
}

.cv_area h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.4;
}

.cv_area h2:before {
  content: none !important;
}

.cv_area p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 30px 0;
}

.cv_area .btn_flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #000435;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
  position: relative;
}

.cv_area .btn_flat:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.cv_area .btn_flat .fukidashi {
  display: none;
}

/* --------- カテゴリー一覧へ戻るボタン --------- */
.blog-back-button {
  text-align: center;
  margin: 60px 0;
}

.blog-back-button .btn {
  display: inline-block;
  padding: 15px 40px;
  background: #000435;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(0, 4, 53, 0.2);
}

.blog-back-button .btn:hover {
  background: #1a2b7a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 4, 53, 0.3);
  opacity: 1;
}

/* ========================================
   レスポンシブ対応: タブレット
======================================== */
@media screen and (min-width: 520px) and (max-width: 979px) {
  .article_author {
    padding: 30px;
    margin: 40px 0;
  }

  .profile-wrapper {
    gap: 20px;
  }

  .author-thumbnail img {
    width: 100px;
    height: 100px;
  }

  .author-name {
    font-size: 16px;
  }

  .author-biography {
    font-size: 13px;
  }

  .cv_area {
    padding: 40px 30px;
    margin: 40px 0;
  }

  .cv_area h2 {
    font-size: 24px;
  }

  .cv_area p {
    font-size: 15px;
  }

  .cv_area .btn_flat {
    padding: 16px 35px;
    font-size: 16px;
  }
}

/* ========================================
   レスポンシブ対応: スマートフォン
======================================== */
@media screen and (min-width: 320px) and (max-width: 519px) {
  .article_author {
    padding: 20px;
    margin: 30px 0;
  }

  .article_author h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .profile-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .author-thumbnail img {
    width: 100px;
    height: 100px;
  }

  .author-name {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .author-biography {
    font-size: 13px;
    text-align: left;
  }

  .cv_area {
    padding: 30px 20px;
    margin: 30px 0;
  }

  .cv_area h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .cv_area p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .cv_area .btn_flat {
    padding: 14px 30px;
    font-size: 15px;
    width: 100%;
    max-width: 300px;
  }

  .blog-back-button {
    margin: 40px 0;
  }

  .blog-back-button .btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}