/*
Theme Name: Alpha Connexion
 */
/*cssのリセット*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

:focus {
  outline: none;
}
body {
  margin-top: 72px;
  overflow: auto;
  line-height: 1.5;
  color: #222A42;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul,
li {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, textarea {
	-webkit-appearance: none !important;
}

.inner {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    min-width: 320px;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/*
 * Common Styles
 */

/* ページのタイトル */
.c-page-title {
 font-family: "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-weight: bold;
 font-size: 32px;
 line-height: 44.8px;
 position: relative;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    font-size: 24px;
    line-height: 33.6px;
  }
}
.c-page-title:before {
 content: "";
 font-weight: 400;
 font-size: 20px;
 line-height: 24px;
 top: -30px;
 position: absolute;
 color: #be1e2d;
 font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 768px) {
  .c-page-title:before {
    font-size: 16px;
    top: -23px;
    line-height: 19.2px;
    font-weight: 400;
  }
}
/* 各グループのタイトル */
.c-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  position: relative;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 24px;
    line-height: 28.8px;
  }
}

.c-title:after {
  content: "";
  width: 64px;
  height: 1px;
  background: #232A40;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 156px;
}
@media screen and (max-width: 768px) {
  .c-title:after {
    width: 32px;
    left: 130px;
  }
}

.c-more-company {
  margin: 96px 0 100px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-more-company {
    margin: 48px 0 50.5px;
    font-size: 16px;
    line-height: 19.2px;
  }
}
.c-more-company-heading {
  font-family: 'Playfair Display', serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-more-company-heading  {
    margin-bottom: 26.5px;
 }
}
.c-more-company-links {
  display: flex;
  justify-content: space-evenly;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-more-company-links {
    display: flex;
    flex-direction: column;
  }
}
.c-more-company-title {
  color: #222a42;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-more-company-title {
    margin-bottom: 29px;
    width: 258px;
    margin-right: auto;
    margin-left: auto;
 }
}
.c-more-company-image {
  width: 52px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .c-more-company-image {
    width: 36px;
    height: 24px;
  }
}
.c-more-company-title span {
  display: block;
  margin-left: 8px;
  font-family: "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

/*------ BOTTOM CONTRACT ------  */
.c-bottom-contract {
  background-image: url(img/consultation-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color:
  rgb(0,18,66, 0.4);
  background-blend-mode: overlay;
  width: 100vw;
}
@media screen and (max-width: 768px) {
.c-bottom-contract {
    width: 100vw;
    min-height: 248px;
    padding: 48px 16px;
    min-width: 320px;
}
}
.c-bottom-contract-contents {
display: flex;
justify-content: space-around;
align-items: center;
height: 188px;
max-width: 1248px;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.c-bottom-contract-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 188px;
  margin: 0 auto;
}
}
.c-bottom-contract p {
  width: 600px;
  height: 92px;
  background: #fff;
  border: 1px solid #2d3142;
  font-size: 20px;
  line-height: 28px;

}
.c-bottom-contract p a {
display: flex;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;

}
.c-bottom-contract p a span{
display: block;
}
@media screen and (max-width: 768px) {
  .c-bottom-contract p {
      width: 100% !important;
      height: 69px;
  }
}

.c-bottom-contract p span {
  font-size: 12px;
  line-height: 14.4px;
}

.c-bottom-contract-heading {
  font-size: 20px !important;
  line-height: 28px !important;
  font-family: "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-bottom-contract-heading {
      font-size: 16px !important;
      line-height: 19.2px !important;
      margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .corporates-bottom-contract-contents {
    height: inherit;
  }
}

/*
 * header.css
 */
 header {
  width: 100vw;
  height: 72px;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  header {
    width: 100vw;
    height: 72px;
    padding: 0 20px 0 16px;
    display: block;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
/* ------- ハンバーガーメニューのボタン ------ */
.sp-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-hamburger {
    display: block;
    position: absolute;
    right: 0;
    height: 72px;
    top: 0;
    width: 60px;
    z-index: 100;
  }
  .sp-hamburger.is-clicked {
    right: 20px;
    top: 20px;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: ease-in;
  }
  .hamburger-top {
    top: 28px;
  }
  .hamburger-middle{
    top: 36px;
  }
  .hamburger-bottom {
    top: 44px;
  }
  .sp-hamburger-bar {
    position: absolute;
    right: 20px;
    width: 24px;
    background: #000;
    height: 1px;
  }
}
.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-left {
    display: block;
  }
}
.header-logo {
  margin-right: 32px;
  margin-top: 3px;
}
.header-logo-img {
  width: 220px;
}
.logo-single {
  display: none;
}
.header-single-img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .header-logo {
    display: none;
  }
  .logo-single {
    display: block;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    display: block;
    position: absolute;
    margin: 0;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    }
  .logo-single {
    display: none;
  }
}
.header-lists {
  display: flex;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 768px) {
  .header-lists {
    display: block;
    background: #fff;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: -100vw;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    padding: 49px 40px 0 32px;
  }
  @keyframes fadeIn{
    0% {
        opacity: 0;
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
  }
}
/* ハンバーガーメニューがクリックされた時 */
@media screen and (max-width: 768px) {
  .is-clicked .header-lists {
    right: 0;
    opacity: 1;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-timing-function: ease-in;
  }
  .is-clicked .hamburger-top {
    transform: rotate(45deg);
    top: 41px;
  }
  .is-clicked .hamburger-middle{
    width: 0;
    left: 50%;
  }
  .is-clicked .hamburger-bottom {
    transform: rotate(-45deg);
    top: 41px;
  }
}
.header-lists > li > a {
  height: 72px;
  line-height: 72px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-lists > li > a {
    height: auto;
    line-height: 1;
    margin-bottom: 16px;
  }
}
.header-lists > li > a:after {
  position: absolute;
  top: 47px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #BE1E2D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .45s;
}
@media screen and (max-width: 768px) {
  .header-lists > li > a:after {
    position: absolute;
    content: none;
  }
}
.header-lists > li > a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-lists a {
  margin-right: 24px;
  color: #222A42;
  position: relative;
  font-weight: normal;
  display: inline-block;
}
.header-lists a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-lists a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #BE1E2D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .45s;
}
/* ホバー時のサブメニューの表示部分*/
.sub-menu-list {
  position: absolute;
  top: 72px;
  left: 0;
  display: flex;
  align-items: center;
  height: 80px;
  width: 100vw;
  background:  #222A42;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  }
  @media screen and (max-width: 768px) {
  .sub-menu-list {
    position: static;
    display: block;
    height: auto;
    width: 100%;
    background: #fff;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transition: none;
    margin-bottom: 16px;

    }
}

  .sub-menu-title {
    width: 288px;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
  }
  .sp-menu {
    display: none;
  }
  @media screen and (max-width: 768px) {
  .sub-menu-title {
    display: none;
    }
    .header-home {
    display: none;
    }
    .sp-menu {
      display: block;
      font-weight: 700;
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      line-height: 28.8px;
      position: relative;
      margin-bottom: 50px;
    }
    .sp-menu:after {
      content: "";
      width: 32px;
      height: 1px;
      background: #222A42;
      position: absolute;
      left: 88px;
      top: 50%;
      transform: translateY(-50%);
    }
}
  .sub-menu-item {
    margin-right: 48px!important;
    margin-left: 44px;
    display: block;
    "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    position: relative;
    color: #fff!important;
  }
  .sub-menu-item span {
    font-family: "YuMincho Medium", "Yu Mincho Regular", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
  }
  @media screen and (max-width: 768px) {
  .sub-menu-item {
    margin: 0 0 16px 40px!important;
    color: #222A42!important;
  }
  .sub-menu-item:before {
    content: url(../img/external-link.svg)!important;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 0px;
  }
}
  .sub-menu-item:before {
    content: url(../img/external-link-white.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: -44px;
  }
  .header-solution .sub-menu-title:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background:#222A42;
    top: -34px;
    left: 388px;
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 960px) {
  .header-solution .sub-menu-title:before {
    left: 198px;
  }
}
  @media screen and (max-width: 768px) {
  .header-solution .sub-menu-title:before,
  .job .sub-menu-title:before,
  .company .sub-menu-title:before
    {
    content: none;
  }
}
  .job .sub-menu-title:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background:  #222A42;
    top: -34px;
    left: 465px;
    transform: rotate(-45deg)
  }
  @media screen and (max-width: 960px) {
  .job .sub-menu-title:before {
    left: 276px;
  }
}
  .company .sub-menu-title:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: #222A42;
    top: -34px;
    left: 542px;
    transform: rotate(-45deg)
  }
  @media screen and (max-width: 960px) {
  .company .sub-menu-title:before {
    left: 355px;
  }
}

.header-solution:hover .sub-menu-list,
.job:hover .sub-menu-list,
.company:hover .sub-menu-list {
  opacity: 1;
  visibility: visible;
}
/* ヘッダーのボタン部分 */
.header-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-right {
    display: none;
  }
}
.header-right span {
  display: block;
}
.header-corporate,
.header-professionals {
  text-align: center;
}
.header-companies-heading,
.header-applicant-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}
.header-applicant-text,
.header-companies-text {
  "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
.header-corporate {
  background: #FFFFFF;
  border: 1px solid #222A42;
  box-sizing: border-box;
  width: 160px;
}
.header-corporate a {
  color:#222A42;
  display: block;
  height: 48px;
  padding: 7px 0;
}
.header-professionals {
  background: #BE1E2D;
  border: 1px solid #BE1E2D;
  box-sizing: border-box;
  width: 160px;
  margin-left: 12px;
}
.header-professionals a {
  color: #fff;
  display: block;
  height: 48px;
  padding: 7px 0;
}

/* sp版のcontact */
.sp-contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-contact {
    display: block;
  }
}

/*
 * contact.css
 */
/*  ------ コンタクトフォーム ------ */
.contact-title {
  font-size: 32px;
  line-height: 44.8px;
  color: #222A42;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact-title {
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 600;
  }
}
.contact-title:before {
  content: "contact";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  top: -30px;
  left: 0;
  position: absolute;
  color: #be1e2d;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 768px) {
  .contact-title:before {
    font-size: 16px;
    line-height: 19.8px;
    top: -26px;
    left: 0;
  }
}
.contact-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #001242;
  margin-left: 28px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact-subtitle {
    font-size: 16px;
    line-height: 19.8px;
    margin-left: 20px;
  }
  .contact-subtitle:before {
    width: 8px!important;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: -14px!important;
    background: #232a40;
  }
}
.contact-subtitle:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background: #232a40;
}
.contact-description {
  font-size: 16px;
  font-weight: 500;
  color: #222a42;
  line-height: 32px;
  margin-top: 16px;
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .contact-description {
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px;
  }
}
.wpcf7 {
  width: 100%;
  max-width: 480px;
  margin: 197px auto 96px;
}
@media screen and (max-width: 768px) {
  .wpcf7 {
    padding: 0 16px;
    margin: 142px auto 48px;
  }
}
.wpcf7 li {
  margin-top: 48px;
}
.wpcf7 label {
  margin-bottom: 12px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  margin-top: 12px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #222a42;
  width: 100%;
  height: 48px;
  border: 1px solid #222a42;
  font-size: 100%;
  padding: 0.5em;
}

.wpcf7 textarea  {
  height: 240px;
}
.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.2em 0.4em;
  background: #BE1E2D;
  color: #fff;
  cursor: pointer;
  border: none;
  width: 280px;
  height: 48px;
  font-size: 16px;
  font-weight: normal;
  font-family : 'Yu Mincho', 'Yu Mincho', serif;
}

input::placeholder,
textarea::placeholder {
  font-family : 'Yu Mincho', 'Yu Mincho', serif;
  font-weight: normal;
}
.submit-button {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*
 * footer.css
 */
 footer {
  height: auto;
  background: #EBECF0;
  padding: 96px;
}
@media screen and (max-width: 768px) {
  footer {
      height: auto;
      min-width: 320px;
      padding: 48px 0;
      margin-bottom: 48px;
  }
}
.footer-logo {
    max-width: 1508px;
    margin: 0 auto;
}
.footer-logo-img {
  width: 308px;
}
@media screen and (max-width: 768px) {
  .footer-logo-img {
      width: 264px;
      height: 48px;
      margin: 0 auto;
      display: block;
  }
}
.footer-contents {
  display: flex;
  max-width: 1508px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .footer-contents {
    display: block;
    margin-top: 48px;
    padding: 0 50px;
  }
}
.footer-individual-wrap {
  margin-right: 16px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .footer-individual-wrap {
    margin-right: 0;
    padding-bottom: 16px;
  }
}
.footer-individual-wrap li {
  margin-bottom: 16px;
}
.footer-company li {
  margin-bottom: 16px;
  line-height: 19.2px;
}
@media screen and (max-width: 768px) {
  .footer-company li {
    line-height: 19.2px;
  }
}
.footer-list-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer-list-title {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 18px;
  }
}

.footer-item {
  position: relative;
  color: #222A42;
  "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

.footer-item span{
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14.4px;
}

.footer-bottom {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1508px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .footer-bottom{
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    max-width: 315px;
    min-width: 315px;
    font-size: 12px;
    margin-top: 16px;
    line-height: 21.6px;
    text-align: center;
  }
}
  .footer-bottom-copyright {
  font-family: 'Playfair Display', serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
}
.footer-policy a {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #222A42;
}
@media screen and (max-width: 768px) {
  .footer-policy a {
    display: inline-block;
    margin-bottom: 12px;
  }
}
.footer-bottom-center {
  text-align: center;
  font-size: 12px;
  line-height: 21.6px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-bottom-center {
    text-align: center;
  }
}
/* .footer-bottom-center:before {
  content: url(../img/map.svg);
  position: absolute;
  top: 2px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .footer-bottom-center:before {
    left: -8px;
  }
}
.footer-bottom-center:after {
  content: url(../img/tel.svg);
  position: absolute;
  right: 72px;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .footer-bottom-center:after {
    right: 194px;
    top: 24px;
  }
} */
.footer-bottom-right {
  width: 120px;
}
.bottom-right-tel {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .bottom-right-tel {
    margin: 0;
    margin-bottom: 12px;
    display: inline-block;
  }
}
.footer-button {
  display: none;
}
@media screen and (max-width: 768px) {
  /* footerのボタン */
  .footer-button {
    width: 100vw;
    margin-top: 48px;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #fff;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .footer-button span {
    display: block;
  }
  .button {
    width: 50%;
    text-align: center;
  }
  .button a {
    height: 48px;
    padding: 7px 0;
    display: block;
  }

  .button-heading {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
  }
  .button-primary-each {
    color: #222A42;
  }
  .button-secondary-each {
    color: #fff;
  }
  .button-text {
    "YuMincho Demibold", "Yu Mincho Demibold", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 19.2px;
  }
  .button-primary {
    background: #FFFFFF;
    border: 1px solid #222A42;
    box-sizing: border-box;
  }
  .button-secondary{
    background: #BE1E2D;
    border: 1px solid #BE1E2D;
    box-sizing: border-box;
  }
}
.bottom-right-tel a {
  color: #222A42;
}