@charset "UTF-8";
* {
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif; }

_::-webkit-full-page-media, _:future, :root header .innner .left .header_nav a {
	font-weight: 100 !important;
}

body {
  background-color: #292929; }

a {
  text-decoration: none;
  transition: all 300ms 0s ease; }
  a:hover {
    opacity: 0.7; }

@media (max-width: 960px) {
  .pc_on {
    display: none !important; } }

@media (min-width: 960px) {
  .sp_on {
    display: none !important; } }

main {
  margin-top: 64px;
  background-color: #fff; }
  @media (max-width: 960px) {
    main {
      margin-top: 56px; } }

header {
  z-index: 9999;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  position: fixed;
  top: 0;
  width: 100%; }
  @media (max-width: 960px) {
    header {
      height: 56px;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04); } }
  header .innner {
    width: 960px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 960px) {
      header .innner {
        width: 100%;
        margin: 0 5%; } }
    header .innner .left {
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .innner .left .logo {
        display: flex;
        justify-content: center;
        align-items: center; }
        header .innner .left .logo img {
          height: 24px;
          width: 25px; }
      header .innner .left .header_nav {
        display: flex;
        justify-content: center;
        align-items: center; }
        header .innner .left .header_nav a {
          color: #9EA1A3;
          font-size: 16px;
          font-weight: 900;
          letter-spacing: 0;
          line-height: 22px;
          margin-left: 48px; }
          header .innner .left .header_nav a.active {
            color: #68C453; }
    header .innner .right {
      margin-left: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .innner .right .language {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 32px; }
        header .innner .right .language a {
          color: #9EA1A3;
          font-size: 16px;
          font-weight: 900;
          letter-spacing: 0;
          line-height: 22px; }
          header .innner .right .language a.active {
            color: #68C453; }
        header .innner .right .language span {
          color: #9EA1A3;
          font-size: 16px;
          font-weight: 900;
          letter-spacing: 0;
          line-height: 22px;
          margin: 0 8px; }
      header .innner .right .contact {
        display: flex;
        justify-content: center;
        align-items: center; }
        header .innner .right .contact a {
          border: 2px solid #68C453;
          border-radius: 50px;
          color: #68C453;
          font-size: 16px;
          font-weight: 900;
          letter-spacing: 0;
          line-height: 22px;
          padding: 5px 17px;
          transition: all 300ms 0s ease; }
          header .innner .right .contact a.on_top {
            color: #FFF;
            background-color: #68C453; }
      @media (max-width: 960px) {
        header .innner .right .sp_menu {
          display: flex;
          justify-content: center;
          align-items: center; }
          header .innner .right .sp_menu img {
            width: 24px;
            height: 24px; } }

@media (max-width: 960px) {
  .sp_menu_nav {
    z-index: 9998;
    display: none;
    background-color: #292929;
    position: fixed;
    top: 56px;
    width: 100%;
    height: calc( 100vh - 56px); }
    .sp_menu_nav .language {
      width: 100%;
      padding: 0 5%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 24px; }
      .sp_menu_nav .language a {
        color: #9EA1A3;
        font-size: 16px;
        font-weight: 900;
        line-height: 22px; }
        .sp_menu_nav .language a.active {
          color: #68C453; }
      .sp_menu_nav .language span {
        margin: 0 8px;
        color: #9EA1A3;
        font-size: 16px;
        font-weight: 900;
        line-height: 22px; }
    .sp_menu_nav .nav {
      margin-top: 48px;
      display: flex;
      flex-flow: column;
      width: 100%;
      padding: 0 5%; }
      .sp_menu_nav .nav a {
        width: 100%;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 33px;
        margin-bottom: 40px; }
        .sp_menu_nav .nav a.active {
          color: #68C453; }
    .sp_menu_nav .bottom_contents {
      width: 100%;
      padding: 0 5%;
      position: absolute;
      bottom: 32px; }
      .sp_menu_nav .bottom_contents .sns_links {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 24px;
        margin-bottom: 12px; }
        .sp_menu_nav .bottom_contents .sns_links a {
          margin-left: 16px; }
          .sp_menu_nav .bottom_contents .sns_links a img {
            width: 32px;
            height: 32px; }
      .sp_menu_nav .bottom_contents .corporate_info {
        border-top: 2px solid #9EA1A3;
        border-radius: 1px;
        padding-top: 12px; }
        .sp_menu_nav .bottom_contents .corporate_info p {
          text-align: right;
          color: #9EA1A3;
          font-size: 10px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 14px; }
      .sp_menu_nav .bottom_contents .copyright {
        margin-top: 4px; }
        .sp_menu_nav .bottom_contents .copyright p {
          text-align: right;
          color: #9EA1A3;
          font-size: 10px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 14px; } }

footer {
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  footer .innner {
    width: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    @media (max-width: 960px) {
      footer .innner {
        width: 100%;
        padding: 0 5%; } }
    footer .innner .top_contents {
      width: 100%;
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 960px) {
        footer .innner .top_contents {
          flex-flow: column; } }
      footer .innner .top_contents .left {
        margin-right: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        footer .innner .top_contents .left .nav {
          margin-right: auto;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media (max-width: 960px) {
            footer .innner .top_contents .left .nav {
              flex-flow: column; } }
          footer .innner .top_contents .left .nav a {
            color: #9EA1A3;
            font-size: 16px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 22px;
            margin-right: 48px; }
            @media (max-width: 960px) {
              footer .innner .top_contents .left .nav a {
                margin-bottom: 16px;
                font-size: 15px;
                line-height: 20px;
                text-align: left;
                margin-right: 0;
                width: 100%;
                margin-left: 12px; } }
      footer .innner .top_contents .right {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media (max-width: 960px) {
          footer .innner .top_contents .right {
            padding-right: 10px; } }
        footer .innner .top_contents .right .sns_links {
          margin-left: auto;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          footer .innner .top_contents .right .sns_links a {
            margin-left: 24px; }
            @media (max-width: 960px) {
              footer .innner .top_contents .right .sns_links a {
                display: inline-block;
                margin-left: 16px; } }
            footer .innner .top_contents .right .sns_links a img {
              width: 40px;
              height: 40px; }
            @media (max-width: 960px) {
              footer .innner .top_contents .right .sns_links a {
                width: 32px;
                height: 32px; } }
    footer .innner .bottom_contents {
      width: 100%;
      margin-top: 40px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      border-top: 2px solid #9EA1A3;
      border-radius: 1px;
      flex-flow: column; }
      footer .innner .bottom_contents .corporate_info {
        width: 100%;
        margin-top: 32px; }
        @media (max-width: 960px) {
          footer .innner .bottom_contents .corporate_info {
            margin-top: 12px; } }
        footer .innner .bottom_contents .corporate_info p {
          text-align: right;
          color: #9EA1A3;
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 18px;
          text-align: right; }
          @media (max-width: 960px) {
            footer .innner .bottom_contents .corporate_info p {
              font-size: 10px;
              line-height: 14px; } }
      footer .innner .bottom_contents .copyright {
        margin-top: 4px;
        margin-bottom: 32px;
        width: 100%; }
        footer .innner .bottom_contents .copyright p {
          text-align: right;
          color: #9EA1A3;
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 18px;
          text-align: right; }
          @media (max-width: 960px) {
            footer .innner .bottom_contents .copyright p {
              font-size: 10px;
              line-height: 14px; } }

.top .main_visual {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  background-image: url(https://fove-inc.com/assets/images/top/mainImage@pc.png);
  background-size: cover;
  background-position: right; }
  @media (max-width: 960px) {
    .top .main_visual {
      background-image: url(https://fove-inc.com/assets/images/top/mainImage@sp.png);
      background-size: cover;
      background-position: center; } }
  .top .main_visual .innner {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 960px) {
      .top .main_visual .innner {
        width: 100%;
        height: 100%;
        padding: 0 5%;
        margin-bottom: 0;
        position: relative; } }
    .top .main_visual .innner .text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column; }
      @media (max-width: 960px) {
        .top .main_visual .innner .text {
          align-items: flex-start; } }
      .top .main_visual .innner .text h1 {
        text-align: left;
        color: #292929;
        font-size: 48px;
        letter-spacing: 0;
        line-height: 64px;
        margin-bottom: 20px;
        margin-right: auto; }
        @media (max-width: 960px) {
          .top .main_visual .innner .text h1 {
            margin-top: 48px;
            color: #292929;
            font-size: 34px;
            line-height: 45px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 14px; } }
      .top .main_visual .innner .text p {
        margin-right: auto;
        text-align: left;
        color: #292929;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 3px;
        line-height: 25px;
        padding-left: 5px; }
        @media (max-width: 960px) {
          .top .main_visual .innner .text p {
            color: #292929;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 2.17px;
            line-height: 18px;
            margin-left: auto;
            margin-right: auto; } }
    .top .main_visual .innner .contact {
      display: flex;
      margin-top: 32px; }
      @media (max-width: 960px) {
        .top .main_visual .innner .contact {
          position: absolute;
          bottom: 46px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; } }
      .top .main_visual .innner .contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        background-color: #68C453;
        padding: 22px 40px; }
        @media (max-width: 960px) {
          .top .main_visual .innner .contact a {
            width: 94%;
            padding: 26px 30px;
            margin: 0 auto; } }
        .top .main_visual .innner .contact a span {
          color: #FFFFFF;
          font-size: 12px;
          letter-spacing: 0;
          line-height: 18px;
          text-align: center;
          margin-right: 16px; }
          @media (max-width: 960px) {
            .top .main_visual .innner .contact a span {
              margin-right: 13px;
              line-height: 15px;
              font-size: 10px; } }
        .top .main_visual .innner .contact a p {
          color: #FFFFFF;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 21px;
          text-align: center;
          margin-right: 8px; }
          @media (max-width: 960px) {
            .top .main_visual .innner .contact a p {
              line-height: 18px;
              font-size: 16px; } }
        .top .main_visual .innner .contact a img {
          width: 16px;
          height: 16px; }

.title_index {
  margin: 80px auto 40px;
  font-size: 20px;
  line-height: 27px;
  color: #68C453;
  text-align: center;
  font-family: Avenir Heavy; }
  @media (max-width: 960px) {
    .title_index {
      margin-top: 65px; } }

.news_list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .news_list {
      width: 90%; }
      .news_list .news_box_last {
        margin-bottom: 0 !important; } }
  .news_list .news_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: start;
    border-bottom: solid 1px #F8F9F9;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .news_list .news_box .news_category {
      font-size: 13px;
      line-height: 20px;
      color: #8079FB;
      font-family: Hiragino Sans W6; }
      @media (max-width: 960px) {
        .news_list .news_box .news_category {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 12px; } }
      .news_list .news_box .news_category span {
        margin-left: 10px;
        line-height: 15px;
        color: #292929; }
        @media (max-width: 960px) {
          .news_list .news_box .news_category span {
            font-size: 11px;
            line-height: 12px; } }
    .news_list .news_box .c_news {
      color: #FA524E; }
    .news_list .news_box .c_publicity {
      color: #D9A507; }
    .news_list .news_box .news_title a {
      font-size: 20px;
      line-height: 30px;
/*       font-family: Arial; */
      color: #121212; }
      @media (max-width: 960px) {
        .news_list .news_box .news_title a {
          font-size: 16px;
          line-height: 24px; } }
      .news_list .news_box .news_title a:hover {
        color: #68C453 !important;
        opacity: 1.0 !important; }
  .news_list .news_box:last-of-type {
    border-bottom: 0; }
  .news_list .see_more_arrow {
    display: flex;
    align-items: baseline;
    justify-content: flex-end; }
    .news_list .see_more_arrow .more_read {
      margin-top: 5px;
      margin-right: 10px;
       font-size: 16px;
      line-height: 19px;
      font-family: Avenir Heavy;
      color: #68C453;
      text-align: right; }
      @media (max-width: 960px) {
        .news_list .see_more_arrow .more_read {
          margin-top: 0; 
          font-size: 14px;} }
    .news_list .see_more_arrow img {
      width: 76px;
      height: 6px; }

.business_infomation {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .business_infomation {
      width: 90%; } }
  .business_infomation .index_sub {
    margin-bottom: 30px;
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 15px;
    line-height: 24px;
    text-align: center; }
    @media (max-width: 960px) {
      .business_infomation .index_sub {
        color: #292929;
        font-family: "Hiragino Sans";
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center; } }
  .business_infomation .b_info_box {
    margin: 30px auto 20px;
    display: flex; }
    @media (max-width: 960px) {
      .business_infomation .b_info_box {
        display: flex;
        overflow-x: scroll; } }
    .business_infomation .b_info_box .b_info_inner {
      width: 30%;
      margin-right: 50px; }
      @media (max-width: 960px) {
        .business_infomation .b_info_box .b_info_inner {
          width: 100%;
          margin: 0 auto 65px;
          margin-right: 20px; } }
      .business_infomation .b_info_box .b_info_inner .b_info_title {
        margin-bottom: 15px;
        color: #292929;
        font-family: Avenir;
        font-size: 18px;
        font-weight: bold;
        line-height: 25px;
        text-align: center; }
      .business_infomation .b_info_box .b_info_inner .b_info_sentence {
        margin: 15px 0;
        color: #3E4448;
        font-family: "Hiragino Sans";
        font-size: 15px;
        line-height: 24px; }
      .business_infomation .b_info_box .b_info_inner .see_more_arrow {
        display: flex;
        align-items: baseline;
        justify-content: flex-end; }
        .business_infomation .b_info_box .b_info_inner .see_more_arrow .more_read {
          margin-top: 5px;
          margin-right: 10px;
          font-size: 16px;
          line-height: 19px;
          font-family: Avenir Heavy;
          color: #68C453;
          text-align: right; }
          @media (max-width:960px) {
            .business_infomation .b_info_box .b_info_inner .see_more_arrow .more_read {
              font-size: 14px; }
          }
        .business_infomation .b_info_box .b_info_inner .see_more_arrow img {
          width: 76px;
          height: 6px; }
      .business_infomation .b_info_box .b_info_inner .b_info_img {
        width: 286px;
        height: 120px; }
        @media (max-width: 960px) {
          .business_infomation .b_info_box .b_info_inner .b_info_img {
            margin: 0 auto;
            display: block; } }
    .business_infomation .b_info_box .b_info_inner:last-of-type {
      margin-right: 0; }
      @media (max-width: 960px) {
        .business_infomation .b_info_box .b_info_inner:last-of-type {
          margin: 0 auto; } }

.eye_tracking_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .eye_tracking_wrap .e_tracking_title {
    margin: 80px auto 15px;
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 18px;
    line-height: 27px;
    text-align: center; }
    @media (max-width: 960px) {
      .eye_tracking_wrap .e_tracking_title {
        margin: 85px auto 15px;
        color: #292929;
        font-family: "Hiragino Sans";
        font-size: 16px;
        line-height: 24px;
        text-align: center; } }
  .eye_tracking_wrap .e_track_move_img {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
    display: block;
    font-weight: bold; }
    @media (max-width: 960px) {
      .eye_tracking_wrap .e_track_move_img {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 25px; } }
  .eye_tracking_wrap .eye_tracking {
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .eye_tracking_wrap .eye_tracking {
        margin-bottom: 25px; } }
    .eye_tracking_wrap .eye_tracking .eye_tracking_box {
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 960px) {
        .eye_tracking_wrap .eye_tracking .eye_tracking_box {
          width: 90%;
          display: block;
          margin: 0 auto; } }
      .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_inner {
        width: 49%;
        padding: 25px 30px;
        display: flex;
        align-items: center;
        justify-content: unset;
        background: #F8F9F9;
        border-radius: 12px; }
        @media (max-width: 960px) {
          .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_inner {
            width: 100%;
            margin-bottom: 8px; }
            .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_inner.margin_bottom0 {
              margin-bottom: 0; } }
        .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_inner .eye_track_icon {
          width: 48px;
          height: 48px;
          margin-right: 15px; }
        .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_inner .eye_track_text {
          color: #292929;
          font-family: Avenir;
          font-size: 18px;
          font-weight: bold;
          line-height: 28px; }
          @media (max-width: 960px) {
            .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_inner .eye_track_text {
              color: #292929;
              font-family: Avenir;
              font-size: 15px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 24px; } }
      .eye_tracking_wrap .eye_tracking .eye_tracking_box .eye_tracking_box:last-of-type {
        margin-bottom: 0; }
  .eye_tracking_wrap .contact_us_btn {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 18px 60px;
    background: #68C453;
    border-radius: 29px;
    font-size: 18px;
    line-height: 21px; }
    .eye_tracking_wrap .contact_us_btn a {
      color: #fff; }
    .eye_tracking_wrap .contact_us_btn img {
      width: 16px;
      height: 16px;
      margin-left: 8px; }
  .eye_tracking_wrap .eye_track_movie {
    width: 100%;
    margin: 80px auto;
    text-align: center; }
    @media (max-width: 960px) {
      .eye_tracking_wrap .eye_track_movie {
        margin: 65px auto 40px; } }
    @media (max-width: 960px) {
      .eye_tracking_wrap .eye_track_movie iframe {
        width: 100% !important;
        height: 212px !important; } }
    .eye_tracking_wrap .eye_track_movie .e_tra_movie {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      text-align: center; }
  .eye_tracking_wrap .camp_logo_wrap {
    margin: 80px auto;
    display: flex;
    justify-content: center;
    padding-bottom: 80px; }
    @media (max-width: 960px) {
      .eye_tracking_wrap .camp_logo_wrap {
        width: 100%;
        margin: 0 auto 65px;
        padding-bottom: 65px; } }
    .eye_tracking_wrap .camp_logo_wrap .camp_logo {
      width: 192px;
      height: 98px; }
      @media (max-width: 960px) {
        .eye_tracking_wrap .camp_logo_wrap .camp_logo {
          width: 20%;
          height: 38.28px; } }

.about {
  padding-bottom: 1px; }
  .about .googlemap {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .about .main_visual {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 85vh;
    background-image: url(https://fove-inc.com/wp-content/themes/fove/assets/images/about/mainImage@pc.png);
    background-size: cover;
    background-position: left; }
    @media (max-width: 960px) {
      .about .main_visual {
        background-image: url(https://fove-inc.com/wp-content/themes/fove/assets/images/about/mainImage@sp.png);
        background-size: cover;
        background-position: center; } }
    .about .main_visual .innner {
      width: 960px;
      margin: 0 auto;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 960px) {
        .about .main_visual .innner {
          width: 100%;
          height: 100%;
          padding: 0 5%;
          margin-bottom: 0;
          position: relative; } }
      @media (max-width: 960px) {
        .about .main_visual .innner .text {
          margin-top: 48px;
          align-items: flex-start;
          justify-content: center;
          margin-left: auto;
          margin-right: auto; } }
      .about .main_visual .innner .text p {
        margin-bottom: 24px;
        text-align: left;
        color: #292929;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px; }
        @media (max-width: 960px) {
          .about .main_visual .innner .text p {
            color: #292929;
            font-size: 13px;
            letter-spacing: 0;
            line-height: 24px;
            text-align: center;
            margin-bottom: 20; } }
      .about .main_visual .innner .text h1 {
        color: #68C453;
        font-size: 28px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 30px;
        text-align: right; }
        @media (max-width: 960px) {
          .about .main_visual .innner .text h1 {
            font-size: 20px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 27px;
            text-align: center; } }
      .about .main_visual .innner .contact {
        display: flex;
        margin-top: 32px; }
        @media (max-width: 960px) {
          .about .main_visual .innner .contact {
            position: absolute;
            bottom: 46px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto; } }
        .about .main_visual .innner .contact a {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50px;
          background-color: #68C453;
          padding: 22px 40px; }
          @media (max-width: 960px) {
            .about .main_visual .innner .contact a {
              width: 94%;
              padding: 26px 30px;
              margin: 0 auto; } }
          .about .main_visual .innner .contact a span {
            color: #FFFFFF;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 18px;
            text-align: center;
            margin-right: 16px; }
            @media (max-width: 960px) {
              .about .main_visual .innner .contact a span {
                margin-right: 13px;
                line-height: 15px;
                font-size: 10px; } }
          .about .main_visual .innner .contact a p {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 21px;
            text-align: center;
            margin-right: 8px; }
            @media (max-width: 960px) {
              .about .main_visual .innner .contact a p {
                line-height: 18px;
                font-size: 16px; } }
          .about .main_visual .innner .contact a img {
            width: 16px;
            height: 16px; }
  .about .column_3_wrap {
    margin: 0 auto;
    margin-top: 80px;
    width: 960px; }
    @media (max-width: 960px) {
      .about .column_3_wrap {
        overflow-x: scroll;
        width: 100%;
        padding: 0 5%;
        margin-top: 64px; }
        .about .column_3_wrap iframe {
          height: 200px !important; } }
  .about .column_3_wrap h2 {
    margin-top: 80px;
    margin-bottom: -40px;
    color: #68C453;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;}
    @media (max-width:960px) {
      .about .column_3_wrap h2 {
        margin-top: 0;
        margin-bottom: 27px;
        font-size: 18px;}
    }
    .about .column_3_wrap .column_3 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 960px) {
        .about .column_3_wrap .column_3 .content {
          width: 100%;
          margin-right: 18px; } }
      @media (max-width: 960px) {
        .about .column_3_wrap .column_3 {
          width: 310px; } }
    .about .column_3_wrap.seemore {
      margin-top:-80px; }
      @media (max-width:960px) {
        .about .column_3_wrap.seemore {
          margin-top:0px; }
      }
      .about .column_3_wrap.seemore .see_more_arrow {
        margin-top: 32px;
        display: flex;
        align-items: baseline;
        justify-content: flex-end; }
        @media (max-width: 960px) {
          .about .column_3_wrap.seemore .see_more_arrow {
            margin-top: 16px; } }
        .about .column_3_wrap.seemore .see_more_arrow .more_read {
          margin-top: 5px;
          margin-right: 10px;
          font-size: 16px;
          line-height: 19px;
          font-family: Avenir Heavy;
          color: #68C453;
          text-align: right; }
          @media (max-width:960px) {
            .about .column_3_wrap.seemore .see_more_arrow .more_read {
              font-size: 14px;}
          }
        .about .column_3_wrap.seemore .see_more_arrow img {
          width: 76px;
          height: 6px; }
  .about .column_2_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 80px; }
    @media (max-width: 960px) {
      .about .column_2_wrap {
        flex-flow: column;
        width: 100%;
        padding: 0 5%;
        margin-top: 64px;
        margin-bottom: 0; } }
    .about .column_2_wrap .left {
      width: 50%; }
      @media (max-width: 960px) {
        .about .column_2_wrap .left {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 40px; } }
      .about .column_2_wrap .left h2 {
        color: #68C453;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 27px;
        margin-bottom: 40px; }
        @media (max-width: 960px) {
          .about .column_2_wrap .left h2 {
            font-size: 18px;
            line-height: 25px;
            text-align: center; } }
      .about .column_2_wrap .left p {
        color: #292929;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 16px; }
        @media (max-width: 960px) {
          .about .column_2_wrap .left p {
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 20px; } }
        .about .column_2_wrap .left p:last-child {
          margin-bottom: 0; }
        .about .column_2_wrap .left p span {
          width: 100px;
          display: inline-block;
          opacity: 0.5;
          color: #292929;
          font-size: 13px;
          letter-spacing: 0;
          line-height: 20px; }
          @media (max-width: 960px) {
            .about .column_2_wrap .left p span {
              font-size: 13px;
              letter-spacing: 0;
              line-height: 20px; } }
    .about .column_2_wrap .right {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%; }
      @media (max-width: 960px) {
        .about .column_2_wrap .right {
          width: 111%;
          position: relative;
          padding-bottom: 75%;
          height: 0;
          overflow: hidden; }
          .about .column_2_wrap .right iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important; } }

.news_detail_box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 80px; }
  @media (max-width: 960px) {
    .news_detail_box {
      margin: 0 auto 40px; } }
  .news_detail_box .news_detail_category {
    padding-top: 65px;
    margin-bottom: 5px;
    color: #8079FB;
    font-family: Avenir;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px; }
    @media (max-width: 960px) {
      .news_detail_box .news_detail_category {
        width: 90%;
        padding-top: 50px;
        margin: 0 auto 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px; } }
    .news_detail_box .news_detail_category span {
      margin-left: 4px;
      opacity: 0.5;
      color: #292929;
      font-family: Arial;
      font-size: 13px;
      line-height: 15px; }
  .news_detail_box .news_detail_title {
    margin-bottom: 50px;
    color: #292929;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px; }
    @media (max-width: 960px) {
      .news_detail_box .news_detail_title {
        width: 90%;
        margin: 0 auto 25px;
        color: #292929;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px; } }
  .news_detail_box .news_detail_title_sub {
    margin-bottom: 25px;
    color: #68C453;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px; }
    @media (max-width: 960px) {
      .news_detail_box .news_detail_title_sub {
        width: 90%;
        margin: 0 auto 25px;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px; } }
  .news_detail_box .detail_img_box {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .news_detail_box .detail_img_box .news_main_img_box {
      width: 100%;
      max-width: 700px;
      line-height: 10;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 25px;
      background-color: #292929; }
  .news_detail_box .news_detail_text {
    margin-bottom: 30px;
    color: #131313;
    font-family: "Hiragino Sans";
    font-size: 16px;
    line-height: 28px; }
    @media (max-width: 960px) {
      .news_detail_box .news_detail_text {
        width: 90%;
        margin: 0 auto 50px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px; } }
  .news_detail_box .news_detail_text2 {
    margin-bottom: 30px;
    color: #131313;
    font-family: "Hiragino Sans";
    font-size: 16px;
    line-height: 28px; }
    @media (max-width: 960px) {
      .news_detail_box .news_detail_text2 {
        width: 90%;
        margin: 0 auto 25px;
        font-size: 15px;
        line-height: 24px; } }
  .news_detail_box .news_detail_index {
    margin-bottom: 15px;
    color: #68C453;
    font-family: "Hiragino Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px; }
    @media (max-width: 960px) {
      .news_detail_box .news_detail_index {
        width: 90%;
        margin: 0 auto 15px;
        font-size: 16px;
        line-height: 24px; } }
  .news_detail_box ul {
    padding-left: 16px;
    color: #131313;
    font-family: "Hiragino Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px; }
    @media (max-width: 960px) {
      .news_detail_box ul {
        width: 90%;
        margin: 0 auto 50px;
        font-size: 15px;
        line-height: 24px; } }
  .news_detail_box .news_de_sns {
    margin: 30px auto 80px;
    display: flex; }
    @media (max-width: 960px) {
      .news_detail_box .news_de_sns {
        width: 90%;
        margin-bottom: 65px;
        display: block; } }
    .news_detail_box .news_de_sns .news_de_sns_box {
      margin-right: 10px;
      display: inline-block; }
      .news_detail_box .news_de_sns .news_de_sns_box .n_sns_btn {
        width: 100%;
        padding: 6px 20px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 960px) {
          .news_detail_box .news_de_sns .news_de_sns_box .n_sns_btn {
            padding: 7px 20px; } }
        .news_detail_box .news_de_sns .news_de_sns_box .n_sns_btn img {
          width: 16px;
          height: 16px;
          line-height: 24px;
          margin-right: 4.58px; }
      .news_detail_box .news_de_sns .news_de_sns_box .n_sns_btn:last-of-type {
        margin-right: 0; }
      .news_detail_box .news_de_sns .news_de_sns_box .n_btn1 {
        font-family: Arial;
        background: #4267B2;
        font-weight: bold; }
        @media (max-width: 960px) {
          .news_detail_box .news_de_sns .news_de_sns_box .n_btn1 {
            margin-bottom: 10px;
            font-size: 13.72px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 15px; } }
      .news_detail_box .news_de_sns .news_de_sns_box .n_btn2 {
        font-family: Arial;
        background: #1CA2F3;
        font-weight: bold; }
        @media (max-width: 960px) {
          .news_detail_box .news_de_sns .news_de_sns_box .n_btn2 {
            margin-bottom: 10px;
            font-size: 13.72px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 15px; } }
      .news_detail_box .news_de_sns .news_de_sns_box .n_btn3 {
        font-family: "Hiragino Sans";
        background: #04A4DE; }
        @media (max-width: 960px) {
          .news_detail_box .news_de_sns .news_de_sns_box .n_btn3 {
            font-family: "Hiragino Sans";
            font-size: 13.72px;
            letter-spacing: 0;
            line-height: 15px; } }
  .news_detail_box .latest_news {
    margin-bottom: 40px;
    color: #292929;
    font-family: Avenir;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px; }
    @media (max-width: 960px) {
      .news_detail_box .latest_news {
        width: 90%;
        margin: 0 auto 25px;
        font-size: 18px;
        font-weight: bold;
        line-height: 25px; } }
  @media (max-width: 960px) {
    .news_detail_box .latest_news_box {
      width: 90%;
      margin: 0 auto; } }
  .news_detail_box .latest_news_box .latest_news_category1 {
    margin-bottom: 12px;
    color: #FA524E;
    font-family: Avenir;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px; }
    @media (max-width: 960px) {
      .news_detail_box .latest_news_box .latest_news_category1 {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px; } }
    .news_detail_box .latest_news_box .latest_news_category1 span {
      padding-left: 10px;
      opacity: 0.5;
      color: #292929;
      font-family: Arial;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 15px; }
      @media (max-width: 960px) {
        .news_detail_box .latest_news_box .latest_news_category1 span {
          font-size: 11px;
          line-height: 12px; } }
  .news_detail_box .latest_news_box .latest_news_category2 {
    margin-bottom: 12px;
    color: #8079FB;
    font-family: Avenir;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px; }
    @media (max-width: 960px) {
      .news_detail_box .latest_news_box .latest_news_category2 {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px; } }
    .news_detail_box .latest_news_box .latest_news_category2 span {
      padding-left: 10px;
      opacity: 0.5;
      color: #292929;
      font-family: Arial;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 15px; }
      @media (max-width: 960px) {
        .news_detail_box .latest_news_box .latest_news_category2 span {
          font-size: 11px;
          line-height: 12px; } }
  .news_detail_box .latest_news_box a:hover .latest_news_title {
    color: #68C453 !important;
    opacity: 1.0 !important; }
  .news_detail_box .latest_news_box .latest_news_title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: #292929;
    font-family: Arial;
    font-size: 20px;
/*     font-weight: bold; */
    letter-spacing: 0;
    line-height: 30px;
    border-bottom: solid 1px #F8F9F9;
    transition: all 300ms 0s ease; }
    @media (max-width: 960px) {
      .news_detail_box .latest_news_box .latest_news_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px; } }
  .news_detail_box .latest_news_box .latest_news_title1 {
    color: #68C453; }
  .news_detail_box .latest_news_box .latest_news_title_last {
    border-bottom: 0; }

.news_detail_bottom_box {
  width: 100%;
  background-color: #F8F9F9; }
  @media (max-width: 960px) {
    .news_detail_bottom_box {
      display: none; } }
  .news_detail_bottom_box .news_detail_bottom {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
    color: #131313;
    font-family: "Hiragino Sans";
    font-size: 13px;
    line-height: 20px; }
    .news_detail_bottom_box .news_detail_bottom a {
      max-width: 960px;
      margin: 0 auto;
      padding-right: 8px;
      opacity: 0.5;
      color: #131313;
      font-family: Arial;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 15px; }

.contact_mini_form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
  padding-top: 40px;
  flex-flow: column; }
  .contact_mini_form .contact_mini_form_baclimg h2 {
    color: #68C453;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 80px;
    text-align:center;
}

  .contact_mini_form .contact_mini_form_baclimg .contact_detail{
    text-align:center;
}
    @media (max-width: 960px) {
      .contact_mini_form .contact_mini_form_baclimg h2 {
        margin-top: 64px;text-align:center;
 } }
  .contact_mini_form form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    flex-flow: column;
    width: 700px; }
    @media (max-width: 960px) {
      .contact_mini_form form {
        margin: 64px auto;
        width: 100%;
        padding: 0 5%; } }
    .contact_mini_form form input {
      width: 100%;
      padding: 20px 32px;
      border-radius: 12px;
      background-color: #FFFFFF;
      color: #333;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 10px; }
      .contact_mini_form form input:focus {
        border: solid 2px #68C453;
        outline: 2px solid rgba(0, 0, 0, 0); }
    .contact_mini_form form textarea {
      width: 100%;
      padding: 20px 32px;
      border-radius: 12px;
      background-color: #FFFFFF;
      color: #333;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 20px; }
      .contact_mini_form form textarea:focus {
        border: solid 2px #68C453;
        outline: 2px solid rgba(0, 0, 0, 0); }
    .contact_mini_form form a {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      background-color: #68C453;
      padding: 22px 80px; }
      @media (max-width: 960px) {
        .contact_mini_form form a {
          width: 94%;
          padding: 26px 30px;
          margin: 0 auto;
          margin-top: 32px; } }
      .contact_mini_form form a p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
        margin-right: 8px; }
        @media (max-width: 960px) {
          .contact_mini_form form a p {
            line-height: 18px;
            font-size: 16px; } }
      .contact_mini_form form a img {
        width: 16px;
        height: 16px; }

.bread_crumb {
  width: 100%; }
  .bread_crumb .inline {
    width: 960px;
    margin: 20px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .bread_crumb .inline a {
      color: #131313;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px;
      display: inline-block;
      margin-right: 32px;
      position: relative; }
      .bread_crumb .inline a:after {
        content: ">";
        position: absolute;
        right: -20px; }
    .bread_crumb .inline span {
      color: #131313;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px; }

.product {
  background-color: #F2F2F2; }
  .product .main_visual {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 85vh;
    background-image: url(https://fove-inc.com/wp-content/themes/fove/assets/images/product/mainImage@pc.png);
    background-size: cover;
    background-position: center; }
    @media (max-width: 960px) {
      .product .main_visual {
        background-image: url(../images/product/mainImage@sp.png);
        background-size: cover;
        background-position: center; } }
  .product .product_info {
    width: 960px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    @media (max-width: 960px) {
      .product .product_info {
        width: 100%;
        padding: 0 5%;
        margin-top: 64px; } }
    .product .product_info h1 {
      color: #68C453;
      font-size: 20px;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 27px;
      margin-bottom: 40px; }
      @media (max-width: 960px) {
        .product .product_info h1 {
          font-size: 18px;
          line-height: 25px; } }
    .product .product_info .inline {
      display: grid;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 56px 70px;
      width: 100%; }
      @media (max-width: 960px) {
        .product .product_info .inline {
          grid-template-rows: 1fr;
          grid-template-columns: 1fr; } }
      .product .product_info .inline .content h2 {
        margin-bottom: 20px;
        color: #949494;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 20px; }
        @media (max-width: 960px) {
          .product .product_info .inline .content h2 {
            font-size: 13px;
            line-height: 20px; } }
      .product .product_info .inline .content p {
        color: #292929;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 8px; }
        @media (max-width: 960px) {
          .product .product_info .inline .content p {
            font-size: 15px;
            line-height: 20px; } }
        .product .product_info .inline .content p:last-child {
          margin-bottom: 0; }
  .product .pc_required {
    width: 960px;
    margin: 0 auto;
    margin-top: 56px;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 32px; }
    @media (max-width: 960px) {
      .product .pc_required {
        width: 90%;
        margin-top: 40px;
        padding: 24px; } }
    .product .pc_required h2 {
      color: #292929;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 18px; }
      @media (max-width: 960px) {
        .product .pc_required h2 {
          font-size: 13px;
          line-height: 20px; } }
    .product .pc_required p {
      color: #292929;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 8px; }
      @media (max-width: 960px) {
        .product .pc_required p {
          font-size: 15px;
          line-height: 20px; } }
      .product .pc_required p:last-child {
        margin-bottom: 0; }
    .product .contact_us_botn {
      margin: 80px auto 0;
      text-align: center;
    }
    .product .contact_us_botn p {
      color: #292929;
      font-size: 18px;
      font-family: "Hiragino Sans";
    }
    @media (max-width: 960px) {
      .product .contact_us_botn p {
        font-size: 13px;
      }
    }
    .product .contact {
      margin: 25px 60px;
    }
    .product .contact a {
      border: 2px solid #68C453;
      border-radius: 50px;
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 22px;
      padding: 5px 17px;
      transition: all 300ms 0s ease;
      background-color: #68C453;
    }
    .product .contact .on_top{
      color: #68C453;
    background-color: #68C453;
    }
  .product .legal {
    background-color: #FFF;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-flow: column;
    align-items: center; }
    @media (max-width: 960px) {
      .product .legal {
        margin-top: 64px;
        padding-bottom: 40px;
        margin-bottom: 40px; } }
    .product .legal .inline {
      width: 960px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-flow: column; }
      @media (max-width: 960px) {
        .product .legal .inline {
          width: 100%;
          padding: 0 5%; } }
      .product .legal .inline h2 {
        margin-top: 80px;
        color: #68C453;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 27px; }
        @media (max-width: 960px) {
          .product .legal .inline h2 {
            font-size: 18px;
            line-height: 25px; } }
      .product .legal .inline .section_wrap {
        margin-top: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 960px) {
          .product .legal .inline .section_wrap {
            flex-flow: column; } }
        .product .legal .inline .section_wrap .section {
          width: 41%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-flow: column; }
          @media (max-width: 960px) {
            .product .legal .inline .section_wrap .section {
              width: 100%;
              margin-bottom: 40px; } }
          .product .legal .inline .section_wrap .section h3 {
            width: 100%;
            color: #292929;
            font-size: 28px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 38px; }
            @media (max-width: 960px) {
              .product .legal .inline .section_wrap .section h3 {
                font-size: 20px;
                line-height: 27px; } }
          .product .legal .inline .section_wrap .section p {
            width: 100%;
            color: #292929;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 20px;
            text-align: left; }
            @media (max-width: 960px) {
              .product .legal .inline .section_wrap .section p {
                font-size: 13px;
                line-height: 18px; } }
          .product .legal .inline .section_wrap .section .see_more_arrow {
            margin-top: 32px;
            margin-left: auto;
            display: flex;
            align-items: baseline;
            justify-content: flex-end; }
            @media (max-width: 960px) {
              .product .legal .inline .section_wrap .section .see_more_arrow {
                margin-top: 24px; } }
            .product .legal .inline .section_wrap .section .see_more_arrow .more_read {
              margin-top: 5px;
              margin-right: 10px;
              font-size: 16px;
              line-height: 19px;
              font-family: Avenir Heavy;
              color: #68C453;
              text-align: right; }
              @media (max-width: 960px) {
                .product .legal .inline .section_wrap .section .see_more_arrow .more_read {
                  margin-top: 0;
                  font-size: 14px; } }
            .product .legal .inline .section_wrap .section .see_more_arrow img {
              width: 76px;
              height: 6px; }
  .product .bread_crumb {
    background-color: #F2F2F2 !important; }
    .product .bread_crumb .inline {
      margin: 0 auto;
      padding: 20px;
      padding-left: 0px; }

.careers .owl-nav {
  display: none; }

.careers .main_visual {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  background-image: url(../images/careers/mainImage@pc.png);
  background-size: cover;
  background-position: center; }
  @media (max-width: 960px) {
    .careers .main_visual {
      background-image: url(../images/careers/mainImage@sp.png);
      background-size: cover;
      background-position: center; } }
  .careers .main_visual .innner {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 960px) {
      .careers .main_visual .innner {
        width: 100%;
        height: 50%;
        padding: 0 5%;
        margin-bottom: 0;
        position: relative; } }
    .careers .main_visual .innner .text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        .careers .main_visual .innner .text {
          align-items: flex-start; } }
      .careers .main_visual .innner .text h1 {
        margin-right: auto;
        text-align: left;
        color: #292929;
        font-family: Avenir;
        font-size: 28px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 38px; }
        @media (max-width: 960px) {
          .careers .main_visual .innner .text h1 {
            margin-top: 48px;
            color: #292929;
            font-size: 34px;
            line-height: 45px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 80px; } }
      .careers .main_visual .innner .text p {
        margin-right: auto;
        color: #292929;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px; }
        @media (max-width: 960px) {
          .careers .main_visual .innner .text p {
            color: #292929;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 2.17px;
            line-height: 18px;
            margin-left: auto;
            margin-right: auto; } }
      .careers .main_visual .innner .text .see_more_arrow {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        margin-right: 535px;
        margin-top: 24px; }
        @media (max-width: 960px) {
          .careers .main_visual .innner .text .see_more_arrow {
            margin-top: 16px;
            margin-right: 0px; } }
        .careers .main_visual .innner .text .see_more_arrow .more_read {
          margin-top: 5px;
          margin-right: 10px;
          font-size: 16px;
          line-height: 19px;
          font-family: Avenir Heavy;
          color: #004BB1;
          text-align: right; }
          @media (max-width:960px) {
            .careers .main_visual .innner .text .see_more_arrow .more_read {
              font-size: 14px;}
          }
        .careers .main_visual .innner .text .see_more_arrow img {
          width: 76px;
          height: 6px;
          fill: #004BB1; }
    .careers .main_visual .innner .contact {
      display: flex;
      margin-top: 32px; }
      @media (max-width: 960px) {
        .careers .main_visual .innner .contact {
          position: absolute;
          bottom: 46px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; } }
      .careers .main_visual .innner .contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        background-color: #68C453;
        padding: 22px 40px; }
        @media (max-width: 960px) {
          .careers .main_visual .innner .contact a {
            width: 94%;
            padding: 26px 30px;
            margin: 0 auto; } }
        .careers .main_visual .innner .contact a span {
          color: #FFFFFF;
          font-size: 12px;
          letter-spacing: 0;
          line-height: 18px;
          text-align: center;
          margin-right: 16px; }
          @media (max-width: 960px) {
            .careers .main_visual .innner .contact a span {
              margin-right: 13px;
              line-height: 15px;
              font-size: 10px; } }
        .careers .main_visual .innner .contact a p {
          color: #FFFFFF;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 21px;
          text-align: center;
          margin-right: 8px; }
          @media (max-width: 960px) {
            .careers .main_visual .innner .contact a p {
              line-height: 18px;
              font-size: 16px; } }
        .careers .main_visual .innner .contact a img {
          width: 16px;
          height: 16px; }

.careers .fove_suite {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #F4F4F4;
  padding-bottom: 80px; }
  .careers .fove_suite h2 {
    color: #004BB1;
    font-family: "Hiragino Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 40px; }
  .careers .fove_suite p {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px; }
  .careers .fove_suite .column_3 {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px; }
    @media (max-width: 960px) {
      .careers .fove_suite .column_3 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        flex-flow: column; } }
    .careers .fove_suite .column_3 .card {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      padding: 40px 32px 32px 32px;
      width: 304px;
      margin-right: 24px;
      background-color: #fff; }
      .careers .fove_suite .column_3 .card:last-child {
        margin-right: 0; }
      .careers .fove_suite .column_3 .card h3 {
        color: #004BB1;
        font-family: "Hiragino Sans";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px;
        text-align: center;
        margin-bottom: 8px; }
      .careers .fove_suite .column_3 .card img {
        width: 120px;
        margin-bottom: 8px; }
      .careers .fove_suite .column_3 .card p {
        color: #292929;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px; }

.careers .application {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 80px; }
  .careers .application h2 {
    color: #004BB1;
    font-family: "Hiragino Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 40px; }
  .careers .application p {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px; }

.careers .vision_example {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 80px; }
  .careers .vision_example h2 {
    color: #004BB1;
    font-family: "Hiragino Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 40px; }
  .careers .vision_example p {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px; }
  .careers .vision_example .card_wrap {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 16px;
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .careers .vision_example .card_wrap {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        grid-template-columns: 1fr; } }
    .careers .vision_example .card_wrap .card {
      border-radius: 12px;
      background-color: #F8F9F9;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column;
      padding: 32px; }
      .careers .vision_example .card_wrap .card .top {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row;
        margin-right: auto;
        margin-bottom: 16px; }
        .careers .vision_example .card_wrap .card .top img {
          width: 48px;
          height: 48px;
          margin-right: 20px; }
        .careers .vision_example .card_wrap .card .top h2 {
          color: #004BB1;
          font-family: "Hiragino Sans";
          font-size: 18px;
          letter-spacing: 0;
          line-height: 27px;
          margin-bottom: 0; }
      .careers .vision_example .card_wrap .card .bottom {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row; }
        .careers .vision_example .card_wrap .card .bottom p {
          color: #292929;
          font-family: "Hiragino Sans";
          font-size: 15px;
          letter-spacing: 0;
          line-height: 24px;
          text-align: left; }

.careers .money_plan {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 80px; }
  .careers .money_plan h2 {
    color: #004BB1;
    font-family: "Hiragino Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 40px; }
  .careers .money_plan p {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px; }
  .careers .money_plan .column_3wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 24px 24px;
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .careers .money_plan .column_3wrap {
        grid-template-columns: 1fr;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; } }
    .careers .money_plan .column_3wrap .card {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: column;
      padding: 40px 32px;
      position: relative;
      border-radius: 12px; }
      .careers .money_plan .column_3wrap .card.grey {
        background-color: #F8F9F9; }
        .careers .money_plan .column_3wrap .card.grey a {
          background-color: #3E4448; }
      .careers .money_plan .column_3wrap .card.green {
        background-color: #F5FFF3; }
        .careers .money_plan .column_3wrap .card.green a {
          background-color: #68C453; }
      .careers .money_plan .column_3wrap .card.blue {
        background-color: #E7F0F9; }
        .careers .money_plan .column_3wrap .card.blue a {
          background-color: #004BB1; }
      .careers .money_plan .column_3wrap .card p {
        display: block;
        height: 40px;
        color: #292929;
        font-family: "Hiragino Sans";
        font-size: 13px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 8px; }
      .careers .money_plan .column_3wrap .card h3 {
        color: #292929;
        font-family: Avenir;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 24px; }
      .careers .money_plan .column_3wrap .card h4 {
        color: #292929;
        font-family: Avenir;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 33px;
        margin-bottom: 24px; }
        .careers .money_plan .column_3wrap .card h4 span {
          color: #292929;
          font-family: "Hiragino Sans";
          font-size: 15px;
          letter-spacing: 0;
          line-height: 23px; }
      .careers .money_plan .column_3wrap .card h5 {
        color: #292929;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px;
        position: relative;
        padding-left: 30px;
        margin-bottom: 8px; }
        .careers .money_plan .column_3wrap .card h5::before {
          content: url("../images/careers/check.png");
          position: absolute;
          left: 0px;
          top: 2px; }
        .careers .money_plan .column_3wrap .card h5:last-of-type {
          margin-bottom: 16px; }
      .careers .money_plan .column_3wrap .card a {
        height: 56px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        padding: 22px 40px;
        flex-flow: row;
        margin-top: auto; }
        @media (max-width: 960px) {
          .careers .money_plan .column_3wrap .card a {
            width: 200px;
            padding: 26px 30px;
            margin: 0; } }
        .careers .money_plan .column_3wrap .card a p {
          color: #FFFFFF;
          font-family: Arial;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 21px;
          text-align: center;
          margin-right: 8px;
          height: auto;
          margin-bottom: 0; }
          @media (max-width: 960px) {
            .careers .money_plan .column_3wrap .card a p {
              line-height: 18px;
              font-size: 16px; } }
        .careers .money_plan .column_3wrap .card a img {
          width: 16px;
          height: 16px; }
  .careers .money_plan .see_more_arrow {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    width: 960px;
    margin: 0 auto;
    margin-top: 24px; }
    @media (max-width: 960px) {
      .careers .money_plan .see_more_arrow {
        margin-top: 16px;
        width: 100%; } }
    .careers .money_plan .see_more_arrow .more_read {
      margin-top: 5px;
      margin-right: 10px;
      font-size: 16px;
      line-height: 19px;
      font-family: Avenir Heavy;
      color: #949494;
      text-align: right; }
      @media (max-width: 960px) {
        .careers .money_plan .see_more_arrow .more_read {
          font-size: 14px;}
      }
    .careers .money_plan .see_more_arrow img {
      width: 76px;
      height: 6px;
      fill: #004BB1; }

.careers .support {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 80px; }
  .careers .support h2 {
    color: #004BB1;
    font-family: "Hiragino Sans";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 40px; }
  .careers .support p {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px; }
  .careers .support .see_more_arrow {
    display: flex;
    align-items: baseline;
    justify-content: center; }
    @media (max-width: 960px) {
      .careers .support .see_more_arrow {
        margin-top: 16px; } }
    .careers .support .see_more_arrow img {
      width: 76px;
      height: 6px;
      fill: #004BB1; }
    .careers .support .see_more_arrow p {
      line-height: 19px;
      font-family: Avenir Heavy;
      color: #004BB1;
      text-align: right;
      margin-right: 13px; }

.solution .page_link_obi {
  width: 100%;
  background-color: #68C453;
  display: flex;
  justify-content: center;
  position: fixed; }
  @media (max-width: 960px) {
    .solution .page_link_obi {
      overflow-x: scroll; } }
  .solution .page_link_obi a {
    display: inline-block;
    margin: 15px auto;
    padding: 0 50px;
    color: #fff;
    border-right: solid 1px #fff;
    font-family: "Hiragino Sans";
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap; }
    @media (max-width: 960px) {
      .solution .page_link_obi a.solu_first_obi_inner {
        margin-left: 150px; } }
    .solution .page_link_obi a.solu_first_obi_inner3 {
      border-right: 0; }

.solution .healthcare_wrap1 {
  width: 100%;
  background-image: url("https://fove-inc.com/wp-content/themes/fove/assets/images/solution/healthcare_box1.png");
  background-size: cover;
  padding-top: 54px; }
  @media (max-width: 960px) {
    .solution .healthcare_wrap1 {
      background-image: url("https://fove-inc.com/wp-content/themes/fove/assets/images/solution/healthcare_box1@sp.png");
      background-size: cover; } }

.solution .healthcare_wrap2 {
  width: 100%;
  padding-top: 20px;
  background-image: url("https://fove-inc.com/wp-content/themes/fove/assets/images/solution/healthcare_box2.png");
  background-size: cover; }
  @media (max-width: 960px) {
    .solution .healthcare_wrap2 {
      width: 100%;
      background-image: url("https://fove-inc.com/wp-content/themes/fove/assets/images/solution/healthcare_box2@sp.png");
      background-size: cover; } }

.solution .healthcare_wrap3 {
  width: 100%;
  background-image: url("https://fove-inc.com/wp-content/themes/fove/assets/images/solution/healthcare_box3.png");

  background-size: cover;
  padding-top: 54px; }
  @media (max-width: 960px) {
    .solution .healthcare_wrap3 {
      background-image: url("https://fove-inc.com/wp-content/themes/fove/assets/images/solution/healthcare_box3@sp.png");
      background-size: cover; } }

.solution .healthcare_box {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding-top: 65px;
  padding-bottom: 55px; }
  @media (max-width: 960px) {
    .solution .healthcare_box {
      margin: 0 auto;
      padding-top: 60px;
      padding-bottom: 145px; } }
  .solution .healthcare_box.healthcare_box2 {
    margin-top: 30px; }
  .solution .healthcare_box.healthcare_box3 {
    margin-top: 50px;
    margin-bottom: 60px; }
    @media (max-width: 960px) {
      .solution .healthcare_box.healthcare_box3 {
        padding-top: 50px;
        margin-bottom: 0; } }
  .solution .healthcare_box .page_title1 {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 960px) {
      .solution .healthcare_box .page_title1 {
        font-size: 13.05px;
        line-height: 20px; } }
  .solution .healthcare_box .page_title2 {
    height: 34px;
    width: 164px;
    margin-top: 30px; }
    @media (max-width: 960px) {
      .solution .healthcare_box .page_title2 {
        margin-top: 15px;
        height: 24.65px;
        width: 118.91px; } }
  .solution .healthcare_box .page_title3 {
    color: #292929;
    font-family: Arial;
    font-size: 48px;
    font-weight: bold; }
    @media (max-width: 960px) {
      .solution .healthcare_box .page_title3 {
        font-size: 34.8px;
        font-weight: bold;
        line-height: 43.5px; } }
  .solution .healthcare_box .page_title4 {
    width: 13%;
    margin-top: 24px;
    margin-bottom: 30px;
    border-bottom: solid 2px #68C453; }
    @media (max-width: 960px) {
      .solution .healthcare_box .page_title4 {
        width: 20%;
        margin-top: 20px;
        margin-bottom: 24px; } }
  .solution .healthcare_box .page_title5 {
    margin-bottom: 25px;
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 18px;
    line-height: 22px; }
    @media (max-width: 960px) {
      .solution .healthcare_box .page_title5 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold; } }
  .solution .healthcare_box .page_title6 {
    color: #292929;
    font-family: "Hiragino Sans";
    font-size: 13px;
    line-height: 22px; }
  .solution .healthcare_box .see_more_arrow {
    margin-top: 25px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start; }
    .solution .healthcare_box .see_more_arrow .more_read {
      margin-top: 5px;
      margin-right: 10px;
      font-size: 16px;
      line-height: 18px;
      font-family: Avenir Heavy;
      color: #68C453;
      text-align: start;
      font-weight: bold; }
      @media (max-width:960px) {
        .solution .healthcare_box .see_more_arrow .more_read {
          font-size: 14px; }
      }
    .solution .healthcare_box .see_more_arrow img {
      width: 76px;
      height: 6px; }

.contact_page {
  width: 100%;
  height: auto;
  background-image: url(../images/careers/mainImage@pc.png);
  background-size: contain;
  background-color: #F4F4F4; }
  @media (max-width: 960px) {
    .contact_page {
      padding-bottom: 80px; } }
  .contact_page .contact_title_box {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 65px;
    text-align: start; }
    .contact_page .contact_title_box h1 {
      color: #292929;
      font-family: Avenir;
      font-size: 28px;
      font-weight: bold;
      line-height: 38px; }
    .contact_page .contact_title_box p {
      color: #292929;
      font-family: Avenir;
      font-size: 15px;
      font-weight: 500;
      line-height: 20px; }
  .contact_page .contact_form {
    width: 90%;
    max-width: 700px;
    margin: 0 auto; }
    .contact_page .contact_form h2 {
      margin-bottom: 40px;
      text-align: center;
      color: #68C453;
      font-family: "Hiragino Sans";
      font-size: 20px;
      line-height: 30px; }
    .contact_page .contact_form p {
      margin-bottom: 30px;
      padding: 0 30px;
      text-align: center;
      color: #292929;
      font-family: "Hiragino Sans";
      font-size: 15px;
      line-height: 24px; }
    .contact_page .contact_form form .required {
      display: block;
      width: 100%;
      text-align: right; }
    .contact_page .contact_form form input, .contact_page .contact_form form textarea {
      width: 100%;
      margin-bottom: 10px;
      padding: 15px 0;
      padding-left: 30px;
      background-color: #fff;
      border-radius: 12px;
      font-size: 15px;
      line-height: 20px;
      color: #333;
      font-family: Avenir; }
      .contact_page .contact_form form input:focus, .contact_page .contact_form form textarea:focus {
        border: solid 2px #68C453;
        outline: 2px solid rgba(0, 0, 0, 0); }
    .contact_page .contact_form form .checkbox_wrap {
      margin: 10px auto 40px; }
      .contact_page .contact_form form .checkbox_wrap .check_box {
        color: #292929;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px; }
        @media (max-width: 960px) {
          .contact_page .contact_form form .checkbox_wrap .check_box {
            display: block;
            margin-bottom: 10px; } }
        .contact_page .contact_form form .checkbox_wrap .check_box a {
          color: #292929;
          border-bottom: solid 1px #292929; }
    .contact_page .contact_form .submit_btn {
      width: 240px;
      margin: 0 auto;
      text-align: center;
      border-radius: 29px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #68C453;
      position: relative; }
      .contact_page .contact_form .submit_btn input {
        width: 100%;
        padding: 18px 0;
        color: #fff;
        padding-right: 20px;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        text-align: center; }
  .contact_page .bread_crumb {
    width: 100%;
    background-color: #F8F9F9;
    margin-top: 80px; }
    .contact_page .bread_crumb .inline {
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 20px 0; }

.news_list_page {
  width: 100%;
  margin: 0 auto; }
  .news_list_page .news_list_wrap {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 80px; }
    @media (max-width: 960px) {
      .news_list_page .news_list_wrap {
        margin-bottom: 65px; } }
    .news_list_page .news_list_wrap #news {
      display: none; }
    .news_list_page .news_list_wrap #pressrelease {
      display: none; }
    .news_list_page .news_list_wrap .news_list_catebox {
      padding-top: 65px;
      margin: 65px auto 40px;
      display: flex; }
      @media (max-width: 960px) {
        .news_list_page .news_list_wrap .news_list_catebox {
          padding-top: 50px; } }
      .news_list_page .news_list_wrap .news_list_catebox .cate_text {
        margin-right: 48px;
        color: #9EA1A3;
        font-family: Avenir;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px; }
        .news_list_page .news_list_wrap .news_list_catebox .cate_text:hover {
          cursor: pointer; }
        @media (max-width: 960px) {
          .news_list_page .news_list_wrap .news_list_catebox .cate_text {
            font-family: Avenir;
            font-size: 16px;
            font-weight: bold;
            line-height: 22px;
            margin-right: 40px; } }
      .news_list_page .news_list_wrap .news_list_catebox .cate_text_now {
        color: #68C453;
        font-family: Avenir;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        border-bottom: solid 2px #68C453; }
    .news_list_page .news_list_wrap .news_list_title {
      margin-bottom: 40px;
      color: #292929;
      font-family: Avenir;
      font-size: 28px;
      font-weight: bold;
      line-height: 38px; }
      @media (max-width: 960px) {
        .news_list_page .news_list_wrap .news_list_title {
          margin-bottom: 25px;
          color: #292929;
          font-family: Avenir;
          font-size: 18px;
          font-weight: bold;
          line-height: 25px; } }
    .news_list_page .news_list_wrap .news_list_pagelink {
      width: 30%;
      margin: 0 auto;
      display: flex;
      justify-content: space-around; }
      @media (max-width: 960px) {
        .news_list_page .news_list_wrap .news_list_pagelink {
          width: 80%; } }
      .news_list_page .news_list_wrap .news_list_pagelink .news_list_pagelink {
        color: #9EA1A3;
        font-family: Avenir;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        text-align: center; }
      .news_list_page .news_list_wrap .news_list_pagelink.news_list_pagelink:last-of-type {
        border-bottom: 0; }
      .news_list_page .news_list_wrap .news_list_pagelink .news_list_pagelink_now {
        color: #68C453; }
    .news_list_page .news_list_wrap .news_box {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      text-align: start;
      border-bottom: solid 1px #F8F9F9;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .news_list_page .news_list_wrap .news_box .news_category {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 20px;
        color: #8079FB;
        font-family: Hiragino Sans W6; }
        @media (max-width: 960px) {
          .news_list_page .news_list_wrap .news_box .news_category {
            font-size: 12px;
            line-height: 16px;
            font-weight: bold; } }
        .news_list_page .news_list_wrap .news_box .news_category span {
          margin-left: 10px;
          line-height: 15px;
          color: #292929; }
          @media (max-width: 960px) {
            .news_list_page .news_list_wrap .news_box .news_category span {
              font-size: 11px;
              line-height: 12px;
              opacity: 0.5; } }
      .news_list_page .news_list_wrap .news_box .c_news {
        color: #FA524E; }
      .news_list_page .news_list_wrap .news_box .c_publicity {
        color: #D9A507; }
      .news_list_page .news_list_wrap .news_box .news_title a {
        font-size: 20px;
        line-height: 30px;
        color: #121212; }
        @media (max-width: 960px) {
          .news_list_page .news_list_wrap .news_box .news_title a {
            font-size: 16px;
            line-height: 24px;
            color: #292929;
/*             font-family: Arial; */
            font-weight: normal;
			} }
        .news_list_page .news_list_wrap .news_box .news_title a:hover {
          color: #68C453 !important;
          opacity: 1.0 !important; }
    .news_list_page .news_list_wrap .news_box:last-of-type {
      border-bottom: 0; }

.contact_us {
  padding-top: 80px;
  padding-bottom: 1px; }
  @media (max-width: 960px) {
    .contact_us {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; } }
  .contact_us h1 {
    text-align: center;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px; }
  .contact_us p {
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px; }
  .contact_us .column_3 {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .contact_us .column_3 {
        flex-flow: column;
        width: 100%; } }
    .contact_us .column_3 a {
      display: block;
      width: 33.3333333%;
      text-align: center; }
      @media (max-width: 960px) {
        .contact_us .column_3 a {
          width: 100%;
          margin-bottom: 60px; } }
      .contact_us .column_3 a img {
        width: 70px;
        margin: 0 auto;
        margin-bottom: 20px; }
      .contact_us .column_3 a p {
        text-align: center;
        color: #1a1a1a;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px !important; }
      .contact_us .column_3 a span {
        text-align: center;
        color: #1a1a1a;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        right: 10px; }
        .contact_us .column_3 a span:after {
          content: ">";
          display: block;
          position: absolute;
          right: -20px;
          bottom: -10px;
          font-size: 20px;
          font-size: 24px;
          color: #ff6600; }
  .contact_us .bread_crumb {
    margin-top: 80px; }

.privacy_policy, .warranty, .terms {
  padding-top: 80px;
  padding-bottom: 1px; }
  .privacy_policy a, .warranty a, .terms a {
    color: #63b558 !important; }
  .privacy_policy h1, .privacy_policy h2, .privacy_policy h3, .privacy_policy h4, .privacy_policy h5, .warranty h1, .warranty h2, .warranty h3, .warranty h4, .warranty h5, .terms h1, .terms h2, .terms h3, .terms h4, .terms h5 {
    line-height: 2.0;
    font-weight: bold;
    color: #151515;
    margin-top: 20px; }
  .privacy_policy p, .warranty p, .terms p {
    line-height: 1.5;
    font-weight: 100;
    color: #777; }
  .privacy_policy b, .warranty b, .terms b {
    font-weight: bold;
    color: #151515; }
  .privacy_policy ul, .privacy_policy ol, .warranty ul, .warranty ol, .terms ul, .terms ol {
    padding-left: 30px;
    list-style-position: outside;
    padding-bottom: 1em;
    color: #777; }
  .privacy_policy li, .warranty li, .terms li {
    line-height: 2.0;
    font-weight: 100;
    margin-bottom: 20px;
    color: #777; }
  .privacy_policy .et_pb_row.et_pb_row_0, .warranty .et_pb_row.et_pb_row_0, .terms .et_pb_row.et_pb_row_0 {
    width: 960px;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .privacy_policy .et_pb_row.et_pb_row_0, .warranty .et_pb_row.et_pb_row_0, .terms .et_pb_row.et_pb_row_0 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; } }
    .privacy_policy .et_pb_row.et_pb_row_0 .heading-lines, .warranty .et_pb_row.et_pb_row_0 .heading-lines, .terms .et_pb_row.et_pb_row_0 .heading-lines {
      margin-bottom: 20px;
      font-weight: 400 !important;
      font-size: 17px;
      text-align: center; }
      .privacy_policy .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text, .warranty .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text, .terms .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text {
        position: relative;
        text-transform: uppercase;
        background-color: #fff;
        display: block; }
        .privacy_policy .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:after, .warranty .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:after, .terms .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:after {
          content: "";
          display: block;
          height: 1px;
          background: #000;
          position: absolute;
          top: 45%;
          left: 0;
          width: 30%;
          z-index: 1; }
          @media (max-width: 960px) {
            .privacy_policy .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:after, .warranty .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:after, .terms .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:after {
              width: 20%; } }
        .privacy_policy .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:before, .warranty .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:before, .terms .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:before {
          content: "";
          right: 0;
          display: block;
          height: 1px;
          background: #000;
          position: absolute;
          top: 45%;
          width: 30%;
          z-index: 1; }
          @media (max-width: 960px) {
            .privacy_policy .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:before, .warranty .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:before, .terms .et_pb_row.et_pb_row_0 .heading-lines .heading-lines-text:before {
              width: 20%; } }
  .privacy_policy h2, .privacy_policy .product .related h2, .privacy_policy .et_pb_column_1_2 .et_quote_content blockquote p, .warranty h2, .warranty .product .related h2, .warranty .et_pb_column_1_2 .et_quote_content blockquote p, .terms h2, .terms .product .related h2, .terms .et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 20px;
    color: #1a1a1a; }
  .privacy_policy html[lang="ja"] h1, .privacy_policy html[lang="ja"] h2, .privacy_policy html[lang="ja"] h3, .privacy_policy html[lang="ja"] h4, .privacy_policy html[lang="ja"] h5, .privacy_policy html[lang="ja"] h6, .warranty html[lang="ja"] h1, .warranty html[lang="ja"] h2, .warranty html[lang="ja"] h3, .warranty html[lang="ja"] h4, .warranty html[lang="ja"] h5, .warranty html[lang="ja"] h6, .terms html[lang="ja"] h1, .terms html[lang="ja"] h2, .terms html[lang="ja"] h3, .terms html[lang="ja"] h4, .terms html[lang="ja"] h5, .terms html[lang="ja"] h6 {
    text-transform: uppercase;
    font-family: "ＭＳ Ｐゴシック", Helvetica, sans-serif !important;
    font-weight: 400 !important;
    color: #1a1a1a; }
  .privacy_policy h3, .warranty h3, .terms h3 {
    font-size: 17px;
    color: #1a1a1a; }
  .privacy_policy p, .warranty p, .terms p {
    padding-bottom: 1em;
    color: #525252; }
  .privacy_policy .bread_crumb, .warranty .bread_crumb, .terms .bread_crumb {
    margin-top: 80px; }

/*# sourceMappingURL=main.css.map */
