@charset "UTF-8";

:root {
  --primary-color: #d11417;
  --white-color: #fff;
  --black-color: #000;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 
PC
*/
@media screen and (min-width: 641px) {
  /* 
===========
ページタイトル
===========
*/
  .page_head {
    padding-top: 80px;
    width: 100%;
  }
  .page_head_inner {
    width: 960px;
    margin: 0 auto;
    padding-top: 90px;
    position: relative;
  }
  .page_head_inner::before {
    content: "";
    display: block;
    background-color: #f6f6f5;
    height: 267px;
    position: absolute;
    left: -1040px;
    top: 0px;
    width: 1800px;
    z-index: -1;
  }
  .page_head_title {
    background-image: url(../img/title_b.png);
    background-repeat: no-repeat;
    background-position: left 16px;
    padding: 0 0 0 50px;
    float: left;
    position: absolute;
  }
  .page_head_title h2 {
    margin: 0;
    font-weight: 300;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  .page_head_title--sub {
    line-height: 100%;
    margin: 30px 0 0 0;
    font-size: 12px;
    font-weight: bold;
  }
  .page_head_content {
    float: right;
    border-bottom: none;
    width: 640px;
  }
  .page_head_content p {
    padding: 120px 0 80px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 250%;
    margin: 0;
  }

  /* 
===========
共通（セクション）
===========
*/

  .section {
  }

  .section_headline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-image: url(../img/title_b.png);
    background-repeat: no-repeat;
    background-position: left 28px;
    padding: 0 0 0 50px;
  }

  .section_title h2 {
    margin: 0;
    font-weight: 300;
    font-size: 28px;
    line-height: 200%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }

  .section_read {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  .section.background_gray {
    background-color: #f6f6f5;
  }

  .section_outer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0;
  }

  .section_inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .section_contents {
    padding: 0 0 0 50px;
  }

  .sub-section_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0;
  }

  .sub-section_outer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  /* 
===========
イントロ
===========
*/

  .ai-prot_intro {
    padding: 20px 0 80px;
  }

  .ai-prot_intro_inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    position: relative;
  }

  .ai-prot_intro_headline {
    margin: 0 0 32px 0;
  }

  .ai-prot_intro_headline_inner {
    display: inline;
    padding: 16px 10px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 36px;
    font-weight: normal;
    line-height: calc(100% + 32px);
    letter-spacing: 0.06em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-feature-settings: "palt";
  }

  .ai-prot_intro_lists {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .ai-prot_intro_list {
    display: inline-flex;
    flex-direction: column;
    line-height: 150%;
    border: 1px dashed var(--primary-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--primary-color);
    font-weight: bold;
  }

  .ai-prot_intro_list .small {
    font-size: 16px;
  }

  .ai-prot_intro_list .normal {
    font-weight: normal;
  }

  .ai-prot_intro_list .shortest {
    margin: -8px 0 -8px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .ai-prot_intro_list .number {
    margin: 0 -6px 0 0;
    font-size: 40px;
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
      "メイリオ", sans-serif !important;
    font-weight: normal;
  }

  .ai-prot_intro--img {
    position: absolute;
    inset: auto 0 0 auto;
    z-index: -1;
  }

  /* 
===========
issue
===========
*/

  .issue_lists {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .issue_list {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* 
===========
solution,
point
===========
*/

  .solutions,
  .points {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }

  .solution,
  .point {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 10px 0 0 0;
  }

  .solution.option::before,
  .point.option::before {
    position: absolute;
    inset: 0 0 auto 0;
    content: "オプション";
    width: 96px;
    margin: 0 auto;
    padding: 4px 0;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }

  .solution--img,
  .point--img {
    width: 100%;
    height: auto;
  }

  .solution_contents,
  .point_contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .solution_title,
  .point_title {
    font-size: 20px;
    font-weight: normal;
    color: var(--primary-color);
    line-height: 180%;
  }

  .solution_text,
  .point_text {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  /* 
===========
sample
===========
*/

  .samples {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .sample {
    width: calc(50% - 6px);
    padding: 24px 0;
    background: var(--white-color);
  }

  .sample_contents {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sample_title {
    margin: 0 0 0 -1px;
    padding: 0 0 0 20px;
    border-left: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: normal;
    line-height: 180%;
  }

  .sample_contents_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .sample_text {
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  .sample_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 0;
    background-color: var(--black-color);
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    color: var(--white-color);
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .link_inner {
    position: relative;
    z-index: 1;
  }

  .sample_link:hover {
    color: var(--white-color);
  }

  .sample_link:hover:after {
    left: 0;
    width: 100%;
  }

  .sample_link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: #d11417;
    transition: all 0.3s ease;
  }

  /* 
===========
fee・duration
===========
*/
  .fee_duration {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .fee_duration_outer {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .fee_duration_inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .fee,
  .duration {
    width: 100%;
  }

  .fee_title,
  .duration_title {
    width: 100%;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 220%;
  }

  .fee_value,
  .duration_value {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
  }

  .fee_value_yen,
  .fee_value_number {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
      "メイリオ", sans-serif !important;
  }

  .fee_value_yen {
    font-size: 32px;
    color: var(--primary-color);
  }

  .fee_value_number {
    font-size: 56px;
    color: var(--primary-color);
  }

  .fee_value_to {
    margin: 0 0 0 4px;
    font-size: 32px;
    vertical-align: text-bottom;
    color: #777777;
  }

  .duration_value_short,
  .duration_value_to {
    font-size: 16px;
    color: var(--primary-color);
  }

  .duration_value_week {
    font-size: 40px;
    color: var(--primary-color);
  }

  .fee_duration_caption {
    color: #777;
    line-height: 220%;
    text-align: center;
  }

  .fee_duration_options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
    background: #f6f6f5;
  }

  .fee_duration_options_title {
    padding: 0 0 10px;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
  }

  .fee_duration_options_inner {
    display: flex;
    gap: 12px;
  }

  .fee_duration_option {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 20px 24px;
    background: var(--white-color);
  }

  .fee_duration_option_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 220%;
    text-align: center;
  }

  .fee_duration_option_text {
    text-align: center;
    line-height: 220%;
  }

  .fee_duration_option_text_caputin {
    display: block;
    color: #777;
    font-size: 14px;
  }

  /* 
  ===========
  usage_flow
  ===========
  */

  .usage_flow_items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .usage_flow_items::before {
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0 auto 80px 24px;
    width: 1px;
    background: #e6e6e6;
  }

  .usage_flow_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .usage_flow_item_number {
    width: 32px;
    background: var(--white-color);
    color: var(--primary-color);
    font-size: 42px;
    text-align: right;
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
      "メイリオ", sans-serif !important;
  }

  .usage_flow_item_inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 20px 0 0;
  }

  .usage_flow_item_title {
    font-size: 20px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  .usage_flow_item_text {
    padding: 16px 20px;
    background: #f7f7f7;
  }

  /* 
  ===========
  contact_link
  ===========
  */

  .section_contact_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 0;
    background-color: var(--primary-color);
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    color: var(--white-color);
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .link_inner {
    position: relative;
    z-index: 1;
  }

  .section_contact_link:hover {
    color: var(--white-color);
  }

  .section_contact_link:hover:after {
    left: 0;
    width: 100%;
  }

  .section_contact_link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: #e30000;
    transition: all 0.3s ease;
  }
}

/* 
スマホ
*/
@media screen and (max-width: 640px) {
  .inner {
    margin: 0 auto;
    position: relative;
    padding: 55px 0 0 0;
  }
  .inner::before {
    content: "";
    display: block;
    background-color: #f6f6f5;
    height: 230px;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    z-index: -1;
    padding-top: 55px;
  }

  /* 
===========
ページタイトル
===========
*/
  .page_head {
    width: 100%;
    padding: 0 19px 0 44px;
  }
  .page_head_inner {
    width: 100%;
    margin: 0 auto;
  }
  .page_head_title {
    padding: 50px 0 0 0;
  }
  .page_head_title h2 {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1em;
    position: relative;
  }
  .page_head_title h2:before {
    content: "";
    display: block;
    background-color: #d11417;
    height: 2px;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
  }
  .page_head_title--sub {
    line-height: 100%;
    margin: 20px 0 52px 0;
    font-size: 10px;
    font-weight: bold;
  }
  .page_head_content {
    border-bottom: solid 1px #eeeeee;
    width: 100%;
    padding-bottom: 50px;
  }
  .page_head_content p {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 27px;
    margin: 0;
  }

  /* 
===========
共通（セクション）
===========
*/

  .section {
  }

  .section_headline {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .section_title h2 {
    position: relative;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }

  .section_title h2:before {
    content: "";
    display: block;
    background-color: #d11417;
    height: 2px;
    position: absolute;
    left: -25px;
    top: 20px;
    margin: auto;
    width: 12px;
  }

  .section_read {
    font-size: 14px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  .section.background_gray {
    background-color: #f6f6f5;
  }

  .section_outer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 19px 50px 44px;
  }

  .section_inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .section_contents {
  }

  .sub-section_wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 19px 50px 44px;
  }

  .sub-section_outer {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  /* 
===========
イントロ
===========
*/

  .ai-prot_intro {
    padding: 50px 19px 50px 44px;
  }

  .ai-prot_intro_inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
  }

  .ai-prot_intro_headline {
    margin: 0 0 20px 0;
  }

  .ai-prot_intro_headline_inner {
    display: inline;
    padding: 16px 10px;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 26px;
    font-weight: normal;
    line-height: calc(100% + 32px);
    letter-spacing: 0.06em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-feature-settings: "palt";
  }

  .ai-prot_intro_lists {
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }

  .ai-prot_intro_list {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--white-color);
    border: 1px dashed var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
  }

  .ai-prot_intro_list .small {
    font-size: 14px;
  }

  .ai-prot_intro_list .normal {
    font-weight: normal;
  }

  .ai-prot_intro_list .shortest {
    margin: -8px 0 -4px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .ai-prot_intro_list .number {
    margin: 0 -6px 0 0;
    font-size: 32px;
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
      "メイリオ", sans-serif !important;
    font-weight: normal;
  }

  .ai-prot_intro--img {
    position: absolute;
    inset: auto 0 80px auto;
    z-index: -1;
    opacity: 0.6;
    width: 80%;
    height: auto;
  }

  /* 
===========
issue
===========
*/

  .issue_lists {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .issue_list {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 180%;
    font-feature-settings: "palt";
  }

  .issue_list--img {
    width: 20px;
    height: auto;
    margin: 2px 0 0 0;
  }

  /* 
===========
solution,
point
===========
*/

  .solutions,
  .points {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .solution,
  .point {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 20px 0 0 0;
    background: #f6f6f5;
  }

  .solution.option::before,
  .point.option::before {
    position: absolute;
    inset: -8px auto auto 0;
    content: "オプション";
    width: 96px;
    margin: 0 auto;
    padding: 4px 0;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }

  .solution--img,
  .point--img {
    width: 72%;
    height: auto;
    margin: 0 auto;
  }

  .solution_contents,
  .point_contents {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 20px 20px;
  }

  .solution_title,
  .point_title {
    font-size: 18px;
    font-weight: normal;
    color: var(--primary-color);
    line-height: 180%;
  }

  .solution_text,
  .point_text {
    font-size: 14px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  /* 
===========
sample
===========
*/

  .samples {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .sample {
    width: 100%;
    padding: 24px 0;
    background: var(--white-color);
  }

  .sample_contents {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sample_title {
    margin: 0 0 0 -1px;
    padding: 0 0 0 20px;
    border-left: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 18px;
    font-weight: normal;
    line-height: 180%;
  }

  .sample_contents_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .sample_text {
    font-size: 14px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  .sample_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0;
    background-color: var(--black-color);
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    color: var(--white-color);
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .link_inner {
    position: relative;
    z-index: 1;
  }

  .sample_link:hover {
    color: var(--white-color);
  }

  .sample_link:hover:after {
    left: 0;
    width: 100%;
  }

  .sample_link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: #d11417;
    transition: all 0.3s ease;
  }

  /* 
===========
fee・duration
===========
*/
  .fee_duration {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .fee_duration_outer {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .fee_duration_inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-top: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
  }

  .fee,
  .duration {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .fee {
    border-bottom: 1px solid var(--black-color);
  }

  .fee_title,
  .duration_title {
    width: 80px;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 220%;
  }

  .fee_value,
  .duration_value {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    text-align: center;
  }

  .fee_value_yen,
  .fee_value_number {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
      "メイリオ", sans-serif !important;
  }

  .fee_value_yen {
    font-size: 28px;
    color: var(--primary-color);
  }

  .fee_value_number {
    font-size: 40px;
    color: var(--primary-color);
  }

  .fee_value_to {
    margin: 0 0 0 4px;
    font-size: 24px;
    vertical-align: text-bottom;
    color: #777777;
  }

  .duration_value_short,
  .duration_value_to {
    font-size: 16px;
    color: var(--primary-color);
  }

  .duration_value_week {
    font-size: 32px;
    color: var(--primary-color);
  }

  .fee_duration_caption {
    color: #777;
    font-size: 12px;
    line-height: 180%;
    text-align: left;
  }

  .fee_duration_options {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
    background: #f6f6f5;
  }

  .fee_duration_options_title {
    padding: 0 0 10px;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: left;
  }

  .fee_duration_options_inner {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }

  .fee_duration_option {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 16px 20px;
    background: var(--white-color);
  }

  .fee_duration_option_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 220%;
    text-align: left;
  }

  .fee_duration_option_text {
    text-align: left;
    line-height: 220%;
    font-size: 14px;
  }

  .fee_duration_option_text_caputin {
    display: block;
    color: #777;
    font-size: 12px;
  }

  /* 
  ===========
  usage_flow
  ===========
  */

  .usage_flow_items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .usage_flow_items::before {
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0 auto 80px 18px;
    width: 1px;
    background: #e6e6e6;
  }

  .usage_flow_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .usage_flow_item_number {
    width: 24px;
    background: var(--white-color);
    color: var(--primary-color);
    font-size: 28px;
    text-align: right;
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
      "メイリオ", sans-serif !important;
  }

  .usage_flow_item_inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 6px 0 0;
  }

  .usage_flow_item_title {
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.06em;
  }

  .usage_flow_item_text {
    padding: 16px 20px;
    background: #f7f7f7;
    font-size: 14px;
  }

  /* 
  ===========
  contact_link
  ===========
  */

  .section_contact_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 0;
    background-color: var(--primary-color);
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    color: var(--white-color);
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .link_inner {
    position: relative;
    z-index: 1;
  }

  .section_contact_link:hover {
    color: var(--white-color);
  }

  .section_contact_link:hover:after {
    left: 0;
    width: 100%;
  }

  .section_contact_link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background: #e30000;
    transition: all 0.3s ease;
  }
}
