.web_font, .ttl_style .en, .contact_area_style .tel_area dd .num, .contact_area_style .tel_area dd .time span, #About_cat_area .bottom_area .num_area ul li dl dd, #Big_graph_area .deco_txt_line {
  font-family: 'General Sans', sans-serif; }

@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.ttl_style {
  line-height: 1;
  margin-bottom: 6.25rem; }
  .ttl_style.white {
    color: #fff; }
    .ttl_style.white.icon_white .jp:before {
      border-color: #fff; }
  .ttl_style .jp {
    position: relative;
    font-weight: 700;
    display: block;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.1em; }
    .ttl_style .jp:before {
      display: block;
      content: '';
      width: 0.3125rem;
      height: 0.3125rem;
      border: 4px solid #cf121c;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 0);
      border-radius: 100px; }
  .ttl_style .en {
    font-size: 5.75rem;
    font-weight: 500; }

@media screen and (max-width: 736px) {
  .ttl_style {
    margin-bottom: 10.6666666667vw; }
    .ttl_style .jp {
      padding-left: 4.2666666667vw;
      margin-bottom: 2.6666666667vw; }
      .ttl_style .jp:before {
        width: 0.5333333333vw;
        height: 0.5333333333vw;
        border: 4px solid #cf121c; }
    .ttl_style .en {
      font-size: 13.3333333333vw; } }
.btn_style > a, .btn_style > span {
  display: flex;
  align-items: center;
  transition: all .2s 0s ease-in-out; }
.btn_style .icon {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  background: #cf121c;
  display: block;
  border-radius: 0.5rem;
  margin-left: 1.25rem;
  transition: all .2s 0s ease-in-out; }
  .btn_style .icon:before {
    display: block;
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: url("../images/icon_arrow_w.png") left top no-repeat;
    background-size: 0.75rem 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
.btn_style:hover > a, .btn_style:hover > span {
  color: #cf121c !important; }
.btn_style:hover .icon {
  border-radius: 100px; }
.btn_style.white > a, .btn_style.white > span {
  color: #fff !important; }
.btn_style.white .icon {
  background: #fff; }
  .btn_style.white .icon:before {
    background: url("../images/icon_arrow_r.png") left top no-repeat;
    background-size: 0.75rem 0.75rem; }
.btn_style.mini .icon {
  width: 2.5rem;
  height: 2.5rem; }

@media screen and (max-width: 736px) {
  .btn_style .icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 1.0666666667vw;
    margin-left: 2.6666666667vw; }
    .btn_style .icon:before {
      width: 2.6666666667vw;
      height: 2.6666666667vw;
      background: url("../images/icon_arrow_w.png") left top no-repeat;
      background-size: 2.6666666667vw 2.6666666667vw; } }
.tag_style {
  line-height: 1;
  font-size: 0.75rem;
  background: #cf121c;
  border-radius: 100px;
  padding: 0.25rem 0.625rem;
  margin-right: 0.625rem;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.625rem; }
  .tag_style.white {
    background: #fff;
    color: #cf121c; }

@media screen and (max-width: 736px) {
  .tag_style {
    font-size: 3.2vw;
    padding: 0.8vw 1.6vw;
    margin-right: 1.3333333333vw;
    margin-bottom: 1.3333333333vw; } }
.contact_area_style {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }
  .contact_area_style.bg {
    background: #f4f4f4;
    border-radius: 0.75rem; }
    .contact_area_style.bg .link_area li:before {
      background: rgba(34, 34, 34, 0.4); }
  .contact_area_style .tag {
    border-radius: 100px;
    font-size: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
    color: #cf121c;
    border: 1px solid #cf121c;
    line-height: 1;
    padding: 0.25rem 0.625rem; }
  .contact_area_style .tel_area {
    display: flex;
    align-items: center; }
    .contact_area_style .tel_area dt {
      font-size: 0.75rem;
      line-height: 1.4;
      margin-right: 1.25rem; }
    .contact_area_style .tel_area dd {
      position: relative;
      line-height: 1;
      margin-right: 2rem;
      transition: all .2s 0s ease-in-out; }
      .contact_area_style .tel_area dd:hover {
        color: #cf121c; }
      .contact_area_style .tel_area dd a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      .contact_area_style .tel_area dd .num {
        font-size: 2.125rem;
        margin-bottom: 0.25rem; }
      .contact_area_style .tel_area dd .time {
        font-size: 0.6875rem; }
        .contact_area_style .tel_area dd .time span {
          font-size: 0.8125rem; }
  .contact_area_style .link_area {
    display: flex; }
    .contact_area_style .link_area li {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 5rem;
      height: 5rem; }
      .contact_area_style .link_area li:hover img {
        opacity: 0.6; }
      .contact_area_style .link_area li:before {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2; }
      .contact_area_style .link_area li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      .contact_area_style .link_area li img {
        transition: opacity .2s 0s ease-in-out; }
      .contact_area_style .link_area li:nth-of-type(1) img {
        width: 1.375rem;
        height: auto; }
      .contact_area_style .link_area li:nth-of-type(2) img {
        width: 1.5rem;
        height: auto; }

@media screen and (max-width: 736px) {
  .contact_area_style {
    height: 100%;
    position: relative; }
    .contact_area_style.bg {
      border-radius: 1.6vw; }
      .contact_area_style.bg .link_area li:before {
        background: rgba(34, 34, 34, 0.4); }
      .contact_area_style.bg.tag_on .tag {
        width: calc(100% - 5.3333333333vw);
        left: 2.6666666667vw; }
    .contact_area_style.tag_on {
      padding-top: 8vw; }
    .contact_area_style .tag {
      font-size: 3.2vw;
      margin-right: 0;
      padding: 0.5333333333vw 1.3333333333vw;
      position: absolute;
      width: 100%;
      top: 2.6666666667vw;
      box-sizing: border-box; }
    .contact_area_style .tel_area {
      display: flex;
      align-items: center; }
      .contact_area_style .tel_area dt {
        font-size: 2.6666666667vw;
        margin-right: 2.1333333333vw; }
      .contact_area_style .tel_area dd {
        margin-right: 2.6666666667vw; }
        .contact_area_style .tel_area dd .num {
          font-size: 5.8666666667vw;
          margin-bottom: 0.8vw; }
        .contact_area_style .tel_area dd .time {
          font-size: 2.6666666667vw; }
          .contact_area_style .tel_area dd .time span {
            font-size: 3.2vw; }
    .contact_area_style .link_area {
      display: flex; }
      .contact_area_style .link_area li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12.2666666667vw;
        height: 10.6666666667vw; }
        .contact_area_style .link_area li:before {
          width: 1px;
          height: 100%; }
        .contact_area_style .link_area li:nth-of-type(1) img {
          width: 4vw; }
        .contact_area_style .link_area li:nth-of-type(2) img {
          width: 4.2666666667vw; } }
.bg_white {
  background: #fff;
  position: relative; }
  .bg_white.top_only {
    border-radius: 0 0 1.25rem 1.25rem; }
    .bg_white.top_only:after {
      display: none; }
  .bg_white:before, .bg_white:after {
    display: block;
    content: '';
    width: 100%;
    height: 1.25rem;
    background: #fff;
    position: absolute;
    left: 0; }
  .bg_white:before {
    top: -1.25rem;
    border-radius: 1.25rem 1.25rem 0 0; }
  .bg_white:after {
    bottom: -1.25rem;
    border-radius: 0 0 1.25rem 1.25rem; }

.bg_red {
  background: #bd0711;
  position: relative; }
  .bg_red.top_only {
    border-radius: 0 0 1.25rem 1.25rem; }
    .bg_red.top_only:after {
      display: none; }
  .bg_red:before, .bg_red:after {
    display: block;
    content: '';
    width: 100%;
    height: 1.25rem;
    background: #bd0711;
    position: absolute;
    left: 0; }
  .bg_red:before {
    top: -1.25rem;
    border-radius: 1.25rem 1.25rem 0 0; }
  .bg_red:after {
    bottom: -1.25rem;
    border-radius: 0 0 1.25rem 1.25rem; }

/*------------------------------------------------------------
#Mv_ttl_area
------------------------------------------------------------*/
/*------------------------------------------------------------
#About_cat_area
------------------------------------------------------------*/
#About_cat_area {
  padding: 10rem 0 11.25rem; }
  #About_cat_area .top_area {
    margin-bottom: 12.5rem; }
    #About_cat_area .top_area .wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 6.25rem; }
      #About_cat_area .top_area .wrap:last-child {
        margin-bottom: 0; }
      #About_cat_area .top_area .wrap .ttl {
        font-size: 1.25rem;
        padding: 0.75rem 1.25rem;
        font-weight: 500;
        letter-spacing: 0.1em; }
      #About_cat_area .top_area .wrap .list {
        width: 58.75rem;
        margin-top: -2rem; }
        #About_cat_area .top_area .wrap .list li {
          position: relative;
          font-weight: 700;
          padding: 2rem 0;
          line-height: 1.4;
          font-size: 1.5rem;
          letter-spacing: 0.1em; }
          #About_cat_area .top_area .wrap .list li:last-child:before {
            display: none; }
          #About_cat_area .top_area .wrap .list li:before {
            display: block;
            content: '';
            width: 100%;
            height: 1px;
            background: rgba(34, 34, 34, 0.1);
            position: absolute;
            bottom: 0;
            left: 0; }
          #About_cat_area .top_area .wrap .list li span {
            position: relative;
            padding-left: 3.25rem;
            display: inline-block; }
            #About_cat_area .top_area .wrap .list li span:before {
              display: block;
              content: '';
              width: 1.6875rem;
              height: 1.375rem;
              background: url("../under/images/icon_check.png") left top no-repeat;
              background-size: 1.6875rem 1.375rem;
              position: absolute;
              top: 0.5rem;
              left: 0rem; }
  #About_cat_area .bottom_area {
    display: flex;
    justify-content: space-between; }
    #About_cat_area .bottom_area .txt_area {
      width: 34.375rem; }
      #About_cat_area .bottom_area .txt_area .ttl {
        font-size: 2rem;
        line-height: 1.4;
        letter-spacing: 0.1em;
        font-weight: 700;
        margin-bottom: 1.75rem; }
      #About_cat_area .bottom_area .txt_area .txt {
        font-size: 1.25rem;
        letter-spacing: 0.1em;
        line-height: 1.4;
        font-weight: 600; }
    #About_cat_area .bottom_area .num_area {
      margin-top: 0.9375rem; }
      #About_cat_area .bottom_area .num_area ul {
        display: flex;
        line-height: 1; }
        #About_cat_area .bottom_area .num_area ul li {
          padding: 0 3.25rem;
          position: relative; }
          #About_cat_area .bottom_area .num_area ul li:before {
            display: block;
            content: '';
            width: 1px;
            height: 100%;
            background: rgba(34, 34, 34, 0.1);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate3d(0, -50%, 0); }
          #About_cat_area .bottom_area .num_area ul li:first-child:before {
            display: none; }
          #About_cat_area .bottom_area .num_area ul li dl dt {
            font-size: 0.875rem;
            margin-bottom: 1.75rem; }
          #About_cat_area .bottom_area .num_area ul li dl dd {
            font-size: 5.75rem;
            letter-spacing: 0;
            color: #cf121c; }
            #About_cat_area .bottom_area .num_area ul li dl dd span {
              font-size: 4rem; }
			#About_cat_area .bottom_area .num_area ul li dl dd span.small{
			  color: #3f3f3f;}
    #About_cat_area .bottom_area .mini_txt_style {
      font-size: 0.625rem;
      text-align: right;
      margin-top: 1.25rem; }

@media screen and (max-width: 736px) {
  #About_cat_area {
    padding: 13.3333333333vw 0 21.3333333333vw; }
    #About_cat_area .top_area {
      margin-bottom: 16vw; }
      #About_cat_area .top_area .wrap {
        display: block;
        margin-bottom: 5rem; }
        #About_cat_area .top_area .wrap .ttl {
          font-size: 3.2vw;
          padding: 1.6vw 2.6666666667vw;
          margin-bottom: 6.4vw; }
        #About_cat_area .top_area .wrap .list {
          width: 100%;
          margin-top: -4.2666666667vw; }
          #About_cat_area .top_area .wrap .list li {
            padding: 4.2666666667vw 0;
            font-size: 3.7333333333vw; }
            #About_cat_area .top_area .wrap .list li span {
              padding-left: 6.9333333333vw; }
              #About_cat_area .top_area .wrap .list li span:before {
                width: 3.6vw;
                height: 2.9333333333vw;
                background: url("../under/images/icon_check.png") left top no-repeat;
                background-size: 3.6vw 2.9333333333vw;
                top: 1.0666666667vw;
                left: 0vw; }
    #About_cat_area .bottom_area {
      display: block; }
      #About_cat_area .bottom_area .txt_area {
        width: 100%;
        margin-bottom: 10.6666666667vw; }
        #About_cat_area .bottom_area .txt_area .ttl {
          font-size: 4.8vw;
          margin-bottom: 3.7333333333vw; }
        #About_cat_area .bottom_area .txt_area .txt {
          font-size: 3.2vw; }
      #About_cat_area .bottom_area .num_area ul {
        display: flex;
        position: relative; }
        #About_cat_area .bottom_area .num_area ul:before {
          display: block;
          content: '';
          width: 1px;
          height: 100%;
          background: rgba(34, 34, 34, 0.1);
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate3d(-50%, 0, 0); }
		#About_cat_area .bottom_area .num_area ul:before {
	      display:none;} 
        #About_cat_area .bottom_area .num_area ul li {
          padding: 0;
          width: 50%;
		  box-sizing: border-box; }
		#About_cat_area .bottom_area .num_area ul.single li{
	      width: 100%;}
          #About_cat_area .bottom_area .num_area ul li:nth-of-type(2) {
            padding: 0 0 0 5.3333333333vw; }
          #About_cat_area .bottom_area .num_area ul li:before {
            display: none; }
          #About_cat_area .bottom_area .num_area ul li dl dt {
            font-size: 3.2vw;
            margin-bottom: 2.6666666667vw; }
          #About_cat_area .bottom_area .num_area ul li dl dd {
            font-size: 13.3333333333vw; }
            #About_cat_area .bottom_area .num_area ul li dl dd span {
              font-size: 8.5333333333vw; }
      #About_cat_area .bottom_area .mini_txt_style {
        font-size: 2.1333333333vw;
        margin-top: 5.3333333333vw; } }
/*------------------------------------------------------------
#Important_area
------------------------------------------------------------*/
/*------------------------------------------------------------
#Big_graph_area
------------------------------------------------------------*/
#Big_graph_area {
  padding: 10rem 0 12.5rem;
  color: #fff; }
  #Big_graph_area .deco_txt_line {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
    line-height: 1;
    font-size: 8.25rem;
    color: #fff;
    padding-bottom: 8.75rem; }
    #Big_graph_area .deco_txt_line ul {
      animation: flowing 100s linear infinite;
      transform: translateX(100%);
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      #Big_graph_area .deco_txt_line ul li {
        display: flex;
        align-items: center;
        opacity: 0.1; }
  #Big_graph_area .ttl {
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 2.5rem;
    margin-bottom: 5rem; }
  #Big_graph_area dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    #Big_graph_area dl dt {
      width: 40rem;
      line-height: 1; }
      #Big_graph_area dl dt img {
        width: 100%;
        height: auto;
        border-radius: 0.75rem; }
    #Big_graph_area dl dd {
      width: 30rem;
      margin-right: 5rem; }
      #Big_graph_area dl dd .sub_ttl {
        letter-spacing: 0.1em;
        line-height: 1.6;
        font-size: 1.5rem;
        margin-bottom: 2.5rem; }

@media screen and (max-width: 736px) {
  #Big_graph_area {
    padding: 21.3333333333vw 0 26.6666666667vw; }
    #Big_graph_area .deco_txt_line {
      font-size: 17.6vw;
      padding-bottom: 18.6666666667vw; }
    #Big_graph_area .ttl {
      font-size: 5.3333333333vw;
      margin-bottom: 10.6666666667vw; }
    #Big_graph_area dl {
      display: block; }
      #Big_graph_area dl dt {
        width: 100%;
        margin-bottom: 8vw; }
        #Big_graph_area dl dt img {
          border-radius: 1.6vw; }
      #Big_graph_area dl dd {
        width: 100%;
        margin-right: 10.6666666667vw; }
        #Big_graph_area dl dd .sub_ttl {
          font-size: 4.2666666667vw;
          margin-bottom: 5.3333333333vw; } }
/*------------------------------------------------------------
#Small_graph_area
------------------------------------------------------------*/
#Small_graph_area {
  padding-bottom: 11.25rem; }
  #Small_graph_area .contents_area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 3.75rem; }
    #Small_graph_area .contents_area li {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 3.75rem 0;
      transition: all .2s 0s ease-in-out; }
      #Small_graph_area .contents_area li:hover {
        background: rgba(34, 34, 34, 0.05); }
      #Small_graph_area .contents_area li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      #Small_graph_area .contents_area li dl {
        display: flex;
        justify-content: space-between; }
        #Small_graph_area .contents_area li dl dt {
          line-height: 1;
          width: 26.25rem; }
          #Small_graph_area .contents_area li dl dt img {
            width: 100%;
            height: auto;
            border-radius: 0.75rem; }
        #Small_graph_area .contents_area li dl dd {
          width: 48.75rem; }
          #Small_graph_area .contents_area li dl dd .tag_style {
            font-size: 0.875rem; }
          #Small_graph_area .contents_area li dl dd .top_area {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.625rem;
            flex-wrap: wrap; }
            #Small_graph_area .contents_area li dl dd .top_area .tag_wrap {
              display: flex; }
            #Small_graph_area .contents_area li dl dd .top_area .place {
              color: #fff;
              font-size: 0.875rem; }
          #Small_graph_area .contents_area li dl dd .ttl {
            margin-top: 0.25rem;
            font-weight: 700;
            line-height: 1.4;
            font-size: 1.5rem;
            margin-bottom: 2rem;
            letter-spacing: 0.1em;
            color: #fff; }
          #Small_graph_area .contents_area li dl dd .txt {
            color: #fff; }
            #Small_graph_area .contents_area li dl dd .txt .under {
              text-decoration: underline; }
  #Small_graph_area .btn_wrap {
    display: flex;
    justify-content: flex-end; }

@media screen and (max-width: 736px) {
  #Small_graph_area {
    padding-bottom: 24vw; }
    #Small_graph_area .contents_area {
      margin-bottom: 8vw; }
      #Small_graph_area .contents_area li {
        padding: 8vw 0; }
        #Small_graph_area .contents_area li dl {
          display: block; }
          #Small_graph_area .contents_area li dl dt {
            width: 100%;
            margin-bottom: 8vw; }
            #Small_graph_area .contents_area li dl dt img {
              border-radius: 1.6vw; }
          #Small_graph_area .contents_area li dl dd {
            width: 100%; }
            #Small_graph_area .contents_area li dl dd .tag_style {
              font-size: 3.2vw; }
            #Small_graph_area .contents_area li dl dd .top_area {
              display: flex;
              justify-content: space-between;
              margin-bottom: 4.2666666667vw; }
              #Small_graph_area .contents_area li dl dd .top_area .tag_wrap {
                display: flex; }
              #Small_graph_area .contents_area li dl dd .top_area .place {
                font-size: 3.2vw; }
            #Small_graph_area .contents_area li dl dd .ttl {
              margin-top: 0.5333333333vw;
              font-size: 4.2666666667vw;
              margin-bottom: 4.2666666667vw; } }
/*------------------------------------------------------------
#Under_service_area
------------------------------------------------------------*/
#Under_service_area {
  padding: 0rem 0 11.25rem; }
  #Under_service_area .contents_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #Under_service_area .contents_area > li {
      border-radius: 0.75rem;
      overflow: hidden;
      width: 39.25rem;
      height: 22.6875rem;
      margin-bottom: 1.5rem;
      padding: 3rem 3.25rem 3.25rem;
      box-sizing: border-box;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #Under_service_area .contents_area > li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      #Under_service_area .contents_area > li:hover .btn_style .icon {
        border-radius: 100px; }
      #Under_service_area .contents_area > li:hover .img_area {
        opacity: 0.7; }
      #Under_service_area .contents_area > li .ttl {
        font-size: 1.25rem;
        position: relative;
        color: #fff;
        z-index: 5;
        padding-left: 1.625rem;
		padding-right: 2.2rem;
        letter-spacing: 0;
		line-height: 1.7;}
        #Under_service_area .contents_area > li .ttl:before {
          display: block;
          content: '';
          width: 1rem;
          height: 0.25rem;
          background: #cf121c;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate3d(0, -50%, 0);
          border-radius: 100px; }
      #Under_service_area .contents_area > li .txt {
        color: #fff;
        position: relative;
        z-index: 5;
        font-size: 0.9375rem; }
        #Under_service_area .contents_area > li .txt .under {
          text-decoration: underline; }
      #Under_service_area .contents_area > li .btn_style {
        position: absolute;
        top: 3rem;
        right: 3rem;
        z-index: 6; }
        #Under_service_area .contents_area > li .btn_style .icon {
          transition: all .2s 0s ease-in-out; }
      #Under_service_area .contents_area > li .img_area {
        position: absolute;
        transition: all .2s 0s ease-in-out;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0; }
        #Under_service_area .contents_area > li .img_area img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

@media screen and (max-width: 736px) {
  #Under_service_area {
    padding: 0vw 0 24vw; }
    #Under_service_area .contents_area {
      display: block; }
      #Under_service_area .contents_area > li {
        border-radius: 1.6vw;
        width: 100%;
        height: 67.0666666667vw;
        margin-bottom: 3.2vw;
        padding: 6.4vw 4.2666666667vw 6.9333333333vw; }
        #Under_service_area .contents_area > li .ttl {
          font-size: 4.2666666667vw;
          padding-left: 4.2666666667vw;
		  padding-right: 5.5vw;}
          #Under_service_area .contents_area > li .ttl:before {
            width: 2.6666666667vw;
            height: 0.8vw; }
        #Under_service_area .contents_area > li .txt {
          font-size: 3.2vw; }
        #Under_service_area .contents_area > li .btn_style {
          top: 6.4vw;
          right: 4.2666666667vw; } }
/*------------------------------------------------------------
#Faq_area
------------------------------------------------------------*/
#Faq_area {
  padding-bottom: 11.25rem; }

/*------------------------------------------------------------
#Solution_area
------------------------------------------------------------*/
#Solution_area {
  padding: 10rem 0 6.25rem;
  overflow: hidden; }
  #Solution_area .slider {
    margin-bottom: 4.25rem; }
    #Solution_area .slider ul li {
      background: #f4f4f4;
      width: 25.75rem;
      border-radius: 0.75rem;
      position: relative;
      padding: 3.25rem 2.5rem 3.75rem 2.5rem;
      box-sizing: border-box;
      margin: 0 0.625rem;
      transition: all .2s 0s ease-in-out; }
      #Solution_area .slider ul li:hover {
        background: rgba(244, 244, 244, 0.3); }
      #Solution_area .slider ul li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      #Solution_area .slider ul li .top_area {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.25rem; }
        #Solution_area .slider ul li .top_area .tag_style {
          font-size: 0.875rem; }
        #Solution_area .slider ul li .top_area .place {
          font-size: 0.875rem; }
      #Solution_area .slider ul li .ttl {
        line-height: 1.6;
        font-weight: 700;
        letter-spacing: 0.1em;
        font-size: 1.125rem;
        margin-bottom: 1.25rem; }
      #Solution_area .slider ul li .txt {
        font-size: 0.9375rem; }
  #Solution_area .btn_wrap {
    display: flex;
    justify-content: flex-end; }

@media screen and (max-width: 736px) {
  #Solution_area {
    margin-bottom: 24vw; }
    #Solution_area .slider {
      margin-bottom: 9.0666666667vw; }
      #Solution_area .slider ul li {
        width: 80vw;
        border-radius: 1.6vw;
        padding: 6.9333333333vw 6.9333333333vw 8vw 6.9333333333vw;
        margin: 0 1.3333333333vw; }
        #Solution_area .slider ul li .top_area {
          margin-bottom: 2.6666666667vw; }
          #Solution_area .slider ul li .top_area .tag_style {
            font-size: 3.2vw; }
          #Solution_area .slider ul li .top_area .place {
            font-size: 3.2vw; }
        #Solution_area .slider ul li .ttl {
          font-size: 3.7333333333vw;
          margin-bottom: 2.6666666667vw; }
        #Solution_area .slider ul li .txt {
          font-size: 3.2vw; }
    #Solution_area .btn_wrap {
      display: flex;
      justify-content: flex-end; } }
