.web_font, .ttl_style .en, .contact_area_style .tel_area dd .num, .contact_area_style .tel_area dd .time span, #Strengths_area ul li dl dd .top_area .num, #Strengths_area ul li dl dd .top_area .en, #Greeting_area .deco_txt_line, #Flow_area .wrap .txt_area > ul > li .ttl .num, #Faq_area .slider ul li dl dt .icon, #Faq_area .slider ul li dl dd .icon {
  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; }

/*------------------------------------------------------------
#Strengths_area
------------------------------------------------------------*/
#Strengths_area {
  margin-bottom: 16.25rem; }
  #Strengths_area ul {
    border-top: 1px solid rgba(34, 34, 34, 0.1); }
    #Strengths_area ul li {
      padding: 3.75rem 0;
      border-bottom: 1px solid rgba(34, 34, 34, 0.1); }
      #Strengths_area ul li:last-child {
        border-bottom: none; }
      #Strengths_area ul li dl {
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        #Strengths_area ul li dl dt {
          width: 35rem;
          line-height: 1; }
          #Strengths_area ul li dl dt img {
            width: 100%;
            height: auto;
            border-radius: 0.75rem; }
        #Strengths_area ul li dl dd {
          width: 40rem;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          #Strengths_area ul li dl dd .top_area > div {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.75rem; }
          #Strengths_area ul li dl dd .top_area .num {
            background: #cf121c;
            color: #fff;
            width: 3.9375rem;
            height: 1.75rem;
            border-radius: 100px;
            display: flex;
            justify-content: center;
            align-items: center; }
          #Strengths_area ul li dl dd .top_area .en {
            font-size: 0.875rem;
            opacity: 0.6; }
          #Strengths_area ul li dl dd .top_area .ttl {
            font-size: 1.75rem;
            line-height: 1.6;
            letter-spacing: 0.1em; }
          #Strengths_area ul li dl dd .bottom_area {
            font-size: 0.9375rem; }

@media screen and (max-width: 736px) {
  #Strengths_area {
    margin-bottom: 29.3333333333vw; }
    #Strengths_area ul li {
      padding: 8vw 0; }
      #Strengths_area ul li dl {
        display: block;
        justify-content: space-between;
        align-items: stretch; }
        #Strengths_area ul li dl dt {
          width: 100%;
          margin-bottom: 5.3333333333vw; }
          #Strengths_area ul li dl dt img {
            border-radius: 1.6vw; }
        #Strengths_area ul li dl dd {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          #Strengths_area ul li dl dd .top_area > div {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 3.7333333333vw; }
          #Strengths_area ul li dl dd .top_area .num {
            width: 12.2666666667vw;
            height: 5.3333333333vw;
            font-size: 3.2vw; }
          #Strengths_area ul li dl dd .top_area .en {
            font-size: 3.2vw; }
          #Strengths_area ul li dl dd .top_area .ttl {
            font-size: 5.3333333333vw;
            margin-bottom: 5.3333333333vw; }
          #Strengths_area ul li dl dd .bottom_area {
            font-size: 3.4666666667vw; } }
/*------------------------------------------------------------
#Greeting_area
------------------------------------------------------------*/
#Greeting_area {
  margin-bottom: 11.25rem; }
  #Greeting_area .ttl_style {
    top: -5.625rem;
    left: 0;
    position: absolute; }
  #Greeting_area .img_area {
    margin-bottom: 5rem; }
    #Greeting_area .img_area img {
      width: 100%;
      height: auto; }
  #Greeting_area .txt_area {
    width: 32.5rem;
    margin-left: auto;
    margin-right: 5rem;
    margin-bottom: 5rem; }
    #Greeting_area .txt_area .txt{
      margin-bottom: 3.75rem; }
    #Greeting_area .txt_area .btn_wrap,
	#Contents_area .btn_wrap{
      display: flex;
      justify-content: flex-end; }
  #Greeting_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; }
    #Greeting_area .deco_txt_line ul {
      animation: flowing 100s linear infinite;
      transform: translateX(100%);
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      #Greeting_area .deco_txt_line ul li {
        display: flex;
        align-items: center; }

@media screen and (max-width: 736px) {
  #Greeting_area {
    margin-bottom: 24vw; }
    #Greeting_area .ttl_style {
      top: -13.3333333333vw;
      left: 5.3333333333vw; }
    #Greeting_area .img_area {
      margin-bottom: 8vw; }
    #Greeting_area .txt_area {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10.6666666667vw; }
      #Greeting_area .txt_area .txt {
        margin-bottom: 8vw; }
      #Greeting_area .txt_area .btn_wrap {
        display: flex;
        justify-content: flex-end; }
    #Greeting_area .deco_txt_line {
      font-size: 17.6vw; } }
/*------------------------------------------------------------
#Flow_area
------------------------------------------------------------*/
#Flow_area {
  padding: 0 0 12.5rem; }
  #Flow_area .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #Flow_area .wrap .img_area {
      position: sticky;
      top: 6.25rem;
      width: 50%; }
      #Flow_area .wrap .img_area img {
        position: relative;
        height: auto;
        width: 38.8888888889vw;
        border-radius: 0 1.25rem 1.25rem 0; }
    #Flow_area .wrap .txt_area {
      width: 50%; }
      #Flow_area .wrap .txt_area > ul {
        width: 42.5rem;
        left: -2.5rem;
        position: relative;
        border-top: 1px solid rgba(34, 34, 34, 0.1); }
        #Flow_area .wrap .txt_area > ul > li {
          padding: 3.25rem 0 3.75rem;
          border-bottom: 1px solid rgba(34, 34, 34, 0.1); }
          #Flow_area .wrap .txt_area > ul > li:last-child {
            border-bottom: none; }
          #Flow_area .wrap .txt_area > ul > li:nth-of-type(1) .ttl {
            margin-bottom: 0.375rem; }
          #Flow_area .wrap .txt_area > ul > li .ttl {
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            margin-bottom: 2rem;
            letter-spacing: 0.1em; }
            #Flow_area .wrap .txt_area > ul > li .ttl .num {
              background: #cf121c;
              color: #fff;
              width: 3.9375rem;
              height: 1.75rem;
              border-radius: 100px;
              font-size: 1rem;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-right: 1.25rem; }
          #Flow_area .wrap .txt_area > ul > li .mini_txt {
            font-size: 0.75rem;
            margin-bottom: 2.5rem; }
          #Flow_area .wrap .txt_area > ul > li .txt {
            font-size: 0.9375rem; }
          #Flow_area .wrap .txt_area > ul > li .contact_area_style {
            height: 6.25rem;
            margin-top: 2.5rem; }
            #Flow_area .wrap .txt_area > ul > li .contact_area_style .link_area li {
              height: 3.75rem; }

@media screen and (max-width: 736px) {
  #Flow_area {
    padding: 0 0 24vw; }
    #Flow_area .wrap {
      display: block; }
      #Flow_area .wrap .img_area {
        position: inherit;
        top: 0;
        width: 100%;
        width: 89.3333333333vw;
        height: 89.3333333333vw;
        height: 67.0666666667vw;
        border-radius: 0 2.6666666667vw 2.6666666667vw 0;
        overflow: hidden;
        margin-bottom: 13.3333333333vw; }
        #Flow_area .wrap .img_area img {
          position: relative;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #Flow_area .wrap .txt_area {
        width: 100%;
        padding: 0 5.3333333333vw;
        box-sizing: border-box; }
        #Flow_area .wrap .txt_area > ul {
          width: 100%;
          left: 0; }
          #Flow_area .wrap .txt_area > ul > li {
            padding: 8vw 0 9.6vw; }
            #Flow_area .wrap .txt_area > ul > li:nth-of-type(1) .ttl {
              margin-bottom: 0.8vw; }
            #Flow_area .wrap .txt_area > ul > li .ttl {
              font-size: 4.8vw;
              margin-bottom: 4.2666666667vw; }
              #Flow_area .wrap .txt_area > ul > li .ttl .num {
                width: 12.2666666667vw;
                height: 5.3333333333vw;
                font-size: 3.2vw; }
            #Flow_area .wrap .txt_area > ul > li .mini_txt {
              font-size: 2.9333333333vw;
              margin-bottom: 5.3333333333vw;
              line-height: 1.4; }
            #Flow_area .wrap .txt_area > ul > li .txt {
              font-size: 3.4666666667vw; }
            #Flow_area .wrap .txt_area > ul > li .contact_area_style {
              height: 16vw;
              margin-top: 5.3333333333vw; }
              #Flow_area .wrap .txt_area > ul > li .contact_area_style .link_area li {
                height: 10.6666666667vw; } }
/*------------------------------------------------------------
#Contact_area
------------------------------------------------------------*/
.Contact_area {
  background: url("../images/bg_contact.jpg") left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 45rem;
  display: flex;
  align-items: center;
  border-radius: 1.25rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 10; }
  .Contact_area .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .Contact_area .wrap .txt_area {
      width: 43.75rem;
      margin-left: 2.5rem; }
      .Contact_area .wrap .txt_area .ttl_style {
        color: #fff;
        margin-bottom: 3.75rem; }
      .Contact_area .wrap .txt_area .ttl {
        color: #fff;
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
        letter-spacing: 0.1em;
        line-height: 1.6; }
      .Contact_area .wrap .txt_area .txt {
        color: #fff;
        margin-bottom: 3.25rem; }
      .Contact_area .wrap .txt_area .contact_area_style {
        height: 7.5rem; }
        .Contact_area .wrap .txt_area .contact_area_style .tel_area dd .num {
          font-size: 2.375rem; }
        .Contact_area .wrap .txt_area .contact_area_style .link_area li {
          height: 3.75rem; }
    .Contact_area .wrap .img_area {
      width: 26.25rem;
      overflow: hidden; }
      .Contact_area .wrap .img_area img {
        width: 100%;
        height: auto;
        border-radius: 1.25rem; }

@media screen and (max-width: 736px) {
  .Contact_area {
    padding: 16vw 0 16vw;
    height: auto;
    border-radius: 2.6666666667vw;
    margin-bottom: 21.3333333333vw; }
    .Contact_area .wrap {
      display: block; }
      .Contact_area .wrap .txt_area {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0vw; }
        .Contact_area .wrap .txt_area .ttl_style {
          margin-bottom: 8vw; }
        .Contact_area .wrap .txt_area .ttl {
          font-size: 5.3333333333vw;
          margin-bottom: 6.9333333333vw; }
        .Contact_area .wrap .txt_area .txt {
          margin-bottom: 6.9333333333vw; }
        .Contact_area .wrap .txt_area .contact_area_style {
          height: 16vw; }
          .Contact_area .wrap .txt_area .contact_area_style .tel_area dd .num {
            font-size: 5.8666666667vw; }
          .Contact_area .wrap .txt_area .contact_area_style .link_area li {
            height: 10.6666666667vw; }
      .Contact_area .wrap .img_area {
        width: 100%;
        padding: 0 8vw;
        margin-bottom: 5.3333333333vw;
        box-sizing: border-box; }
        .Contact_area .wrap .img_area img {
          border-radius: 2.6666666667vw; } }
/*------------------------------------------------------------
#Faq_area
------------------------------------------------------------*/
#Faq_area {
  padding-bottom: 6.25rem;
  overflow: hidden; }
  #Faq_area .slider {
    margin-bottom: 4.25rem; }
    #Faq_area .slider ul li {
      background: #fff;
      width: 25.75rem;
      border-radius: 0.75rem;
      position: relative;
      padding: 3.25rem 3.25rem 3.75rem 2rem;
      box-sizing: border-box;
      margin: 0 0.625rem;
      transition: all .2s 0s ease-in-out; }
      #Faq_area .slider ul li:hover {
        background: rgba(255, 255, 255, 0.5); }
      #Faq_area .slider ul li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      #Faq_area .slider ul li dl dt, #Faq_area .slider ul li dl dd {
        display: flex; }
        #Faq_area .slider ul li dl dt .icon, #Faq_area .slider ul li dl dd .icon {
          border-radius: 100px;
          margin-right: 1.25rem;
          font-weight: 500;
          display: inline-flex;
          width: 3.25rem;
          justify-content: center;
          align-items: center;
          height: 1.75rem;
          line-height: 1;
          padding-bottom: 0.125rem;
          box-sizing: border-box; }
        #Faq_area .slider ul li dl dt .txt, #Faq_area .slider ul li dl dd .txt {
          width: calc(100% - 4.5rem); }
      #Faq_area .slider ul li dl dt {
        margin-bottom: 2rem;
        font-size: 1.125rem;
        line-height: 1.6; }
        #Faq_area .slider ul li dl dt .icon {
          background: #cf121c;
          color: #fff; }
        #Faq_area .slider ul li dl dt .txt {
          font-weight: 700; }
      #Faq_area .slider ul li dl dd {
        font-size: 0.9375rem; }
        #Faq_area .slider ul li dl dd .icon {
          background: #f4f4f4;
          font-weight: 700; }
      #Faq_area .slider ul li .ttl {
        font-weight: 500;
        line-height: 1.4; }
  #Faq_area .btn_wrap {
    display: flex;
    justify-content: flex-end; }

@media screen and (max-width: 736px) {
  #Faq_area {
    padding-bottom: 24vw; }
    #Faq_area .slider {
      margin-bottom: 9.0666666667vw; }
      #Faq_area .slider ul li {
        width: 80vw;
        border-radius: 1.6vw;
        padding: 6.9333333333vw 6.9333333333vw 8vw 4.2666666667vw;
        margin: 0 1.3333333333vw; }
        #Faq_area .slider ul li dl dt .icon, #Faq_area .slider ul li dl dd .icon {
          margin-right: 2.6666666667vw;
          width: 6.9333333333vw;
          height: 3.7333333333vw;
          padding-bottom: 0.2666666667vw; }
        #Faq_area .slider ul li dl dt .icon, #Faq_area .slider ul li dl dd .icon {
          margin-right: 2.6666666667vw;
          width: 12.2666666667vw;
          height: 5.3333333333vw;
          font-size: 3.2vw; }
        #Faq_area .slider ul li dl dt .txt, #Faq_area .slider ul li dl dd .txt {
          width: calc(100% - 14.9333333333vw); }
        #Faq_area .slider ul li dl dt {
          margin-bottom: 4.2666666667vw;
          font-size: 3.7333333333vw; }
        #Faq_area .slider ul li dl dd {
          font-size: 3.2vw; }
    #Faq_area .btn_wrap {
      display: flex;
      justify-content: flex-end; } }
/*------------------------------------------------------------
#Voice_area
------------------------------------------------------------*/
#Voice_area {
  padding-bottom: 12.5rem; }
  #Voice_area .contents_area {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    margin-bottom: 3.75rem; }
    #Voice_area .contents_area li {
      position: relative;
      border-bottom: 1px solid rgba(34, 34, 34, 0.1);
      padding: 3.75rem 0;
      transition: all .2s 0s ease-in-out; }
      #Voice_area .contents_area li:hover {
        background: rgba(34, 34, 34, 0.05); }
      #Voice_area .contents_area li a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10; }
      #Voice_area .contents_area li dl {
        display: flex;
        justify-content: space-between; }
        #Voice_area .contents_area li dl dt {
          line-height: 1;
          width: 26.25rem; }
          #Voice_area .contents_area li dl dt img {
            width: 100%;
            height: auto;
            border-radius: 0.75rem; }
        #Voice_area .contents_area li dl dd {
          width: 48.75rem; }
          #Voice_area .contents_area li dl dd .tag_style {
            font-size: 0.875rem; }
          #Voice_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; }
          #Voice_area .contents_area li dl dd .txt .under {
            text-decoration: underline; }
  #Voice_area .btn_wrap {
    display: flex;
    justify-content: flex-end; }

@media screen and (max-width: 736px) {
  #Voice_area {
    padding-bottom: 24vw; }
    #Voice_area .contents_area {
      margin-bottom: 8vw; }
      #Voice_area .contents_area li {
        padding: 8vw 0; }
        #Voice_area .contents_area li dl {
          display: block; }
          #Voice_area .contents_area li dl dt {
            width: 100%;
            margin-bottom: 5.3333333333vw; }
            #Voice_area .contents_area li dl dt img {
              border-radius: 1.6vw; }
          #Voice_area .contents_area li dl dd {
            width: 100%; }
            #Voice_area .contents_area li dl dd .tag_style {
              font-size: 3.2vw; }
            #Voice_area .contents_area li dl dd .ttl {
              margin-top: 1.6vw;
              font-size: 4.8vw;
              margin-bottom: 4.2666666667vw; } }
/*------------------------------------------------------------
#Access_area
------------------------------------------------------------*/
#Access_area {
  background: #3f3f3f;
  padding: 10rem 0 11.25rem;
  position: relative;
  z-index: 20; }
  #Access_area:before {
    display: block;
    content: '';
    width: 100%;
    height: 1.25rem;
    background: #3f3f3f;
    position: absolute;
    left: 0;
    z-index: 20; }
  #Access_area:before {
    top: -1.25rem;
    border-radius: 1.25rem 1.25rem 0 0; }
  #Access_area .img_area {
    margin-bottom: 8.75rem;
    overflow: hidden; }
    #Access_area .img_area .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      transition-timing-function: linear !important; }
    #Access_area .img_area li {
      margin: 0 0.75rem;
      width: 61.3125rem;
      display: flex;
      justify-content: space-between; }
      #Access_area .img_area li img {
        height: auto; }
        #Access_area .img_area li img:nth-of-type(1) {
          width: 41.1875rem; }
        #Access_area .img_area li img:nth-of-type(2) {
          width: 18.625rem; }
  #Access_area .txt_area {
    color: #fff;
    margin-bottom: 10rem; }
    #Access_area .txt_area ul {
      display: flex; }
      #Access_area .txt_area ul li {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 5rem;
        position: relative; }
        #Access_area .txt_area ul li:before {
          display: block;
          content: '';
          width: 1px;
          height: 100%;
          background: #fff;
          position: absolute;
          top: 0;
          opacity: 0.2;
          left: 0; }
        #Access_area .txt_area ul li:first-child:before {
          display: none; }
        #Access_area .txt_area ul li .ttl {
          font-weight: 700;
          letter-spacing: 0.1em;
          font-size: 1.125rem;
          margin-bottom: 1.5rem; }
        #Access_area .txt_area ul li p {
          font-size: 0.9375rem; }
          #Access_area .txt_area ul li p + .ttl {
            margin-top: 2.5rem; }
			
			#Access_area .txt_area ul li p a{
				color: #fff;
				text-decoration:underline;
			}
			#Access_area .txt_area ul li p a:hover{
				color:#CCC;
			}
  #Access_area .map_area {
    height: 30.625rem;
    border-radius: 1.25rem;
    overflow: hidden; }
    #Access_area .map_area iframe {
      width: 100%;
      height: 100%;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }

@media screen and (max-width: 736px) {
  #Access_area {
    padding: 21.3333333333vw 0 21.3333333333vw; }
    #Access_area:before {
      height: 2.6666666667vw; }
    #Access_area:before {
      top: -2.6666666667vw;
      border-radius: 2.6666666667vw 2.6666666667vw 0 0; }
    #Access_area .img_area {
      margin-bottom: 10.6666666667vw; }
      #Access_area .img_area li {
        margin: 0 1.6vw;
        width: 130.8vw; }
        #Access_area .img_area li img:nth-of-type(1) {
          width: 87.8666666667vw; }
        #Access_area .img_area li img:nth-of-type(2) {
          width: 39.7333333333vw; }
    #Access_area .txt_area {
      margin-bottom: 13.3333333333vw; }
      #Access_area .txt_area ul {
        display: block; }
        #Access_area .txt_area ul li {
          width: 100%;
          padding: 0; }
          #Access_area .txt_area ul li:before {
            width: 1px;
            height: 100%;
            top: 0;
            display: none; }
          #Access_area .txt_area ul li:first-child:before {
            display: none; }
          #Access_area .txt_area ul li .ttl {
            font-size: 3.7333333333vw;
            margin-bottom: 3.2vw; }
          #Access_area .txt_area ul li p {
            font-size: 3.2vw;
            margin-bottom: 8vw; }
            #Access_area .txt_area ul li p + .ttl {
              margin-top: 0; }
    #Access_area .map_area {
      height: 65.3333333333vw;
      border-radius: 2.6666666667vw; } }
/*------------------------------------------------------------
#Mv_ttl_area
------------------------------------------------------------*/
#Mv_ttl_area {
  height: 37.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }
  #Mv_ttl_area:before {
    display: block;
    content: '';
    width: 100%;
    height: 1.25rem;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 1.25rem 1.25rem 0 0;
    z-index: 5; }
  #Mv_ttl_area .wrap {
    position: relative;
    z-index: 10;
    color: #fff; }
    #Mv_ttl_area .wrap .category {
      margin-top: 2.5rem;
      position: relative;
      font-weight: 700;
      display: block;
      padding-left: 1.25rem;
      margin-bottom: 0.75rem;
      letter-spacing: 0.1em; }
      #Mv_ttl_area .wrap .category:before {
        display: block;
        content: '';
        width: 0.25rem;
        height: 0.25rem;
        border: 4px solid #cf121c;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate3d(0, -50%, 0);
        border-radius: 100px; }
    #Mv_ttl_area .wrap .ttl {
      font-size: 3rem;
      line-height: 1.4; }
  #Mv_ttl_area .img_area {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    #Mv_ttl_area .img_area img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
	  
	 #Mv_ttl_area .wrap .mini_txt{margin-top:0.75rem; line-height:1.4;}

@media screen and (max-width: 736px) {
  #Mv_ttl_area {
    height: 80vw; }
    #Mv_ttl_area:before {
      height: 2.6666666667vw;
      border-radius: 2.6666666667vw 2.6666666667vw 0 0; }
    #Mv_ttl_area .wrap .category {
      margin-top: 2.6666666667vw;
      padding-left: 4.2666666667vw;
      margin-bottom: 1.6vw; }
      #Mv_ttl_area .wrap .category:before {
        width: 0.5333333333vw;
        height: 0.5333333333vw; }
    #Mv_ttl_area .wrap .ttl {
      font-size: 6.4vw; } 
	#Mv_ttl_area .wrap .mini_txt{ margin-top:1.6vw; font-size:1.3rem;}
	  
	  }
/*------------------------------------------------------------
#Important_area
------------------------------------------------------------*/
#Important_area {
  padding-bottom: 10rem; }
  #Important_area .wrap {
    background: #bd0711;
    border-radius: 1.25rem;
    display: flex;
    padding: 6.875rem 5rem;
    color: #fff; }
    #Important_area .wrap .ttl {
      width: 50%;
      box-sizing: border-box;
      padding: 0 0 0 2.5rem;
      font-size: 1.75rem;
      letter-spacing: 0.1em;
      line-height: 1.6;
      position: relative; }
      #Important_area .wrap .ttl:before {
        display: block;
        content: '';
        width: 5rem;
        height: 11rem;
        background: url("../under/images/icon_question.png") left top no-repeat;
        background-size: 5rem 11rem;
        position: absolute;
        top: 50%;
        left: 0.625rem;
        transform: translate3d(0, -50%, 0);
        z-index: 5; }
      #Important_area .wrap .ttl span {
        position: relative;
        z-index: 10; }
    #Important_area .wrap .txt {
      width: 50%; }

@media screen and (max-width: 736px) {
  #Important_area {
    padding-bottom: 21.3333333333vw; }
    #Important_area .wrap {
      border-radius: 2.6666666667vw;
      display: block;
      padding: 13.3333333333vw 8vw; }
      #Important_area .wrap .ttl {
        width: 100%;
        padding: 0;
        font-size: 4.8vw;
        margin-bottom: 8vw; }
        #Important_area .wrap .ttl:before {
          width: 10.6666666667vw;
          height: 23.4666666667vw;
          background: url("../under/images/icon_question.png") left top no-repeat;
          background-size: 10.6666666667vw 23.4666666667vw;
          top: 50%;
          left: 1.3333333333vw;
          transform: translate3d(0, -50%, 0); }
      #Important_area .wrap .txt {
        width: 100%; } }
