@charset "UTF-8";
/* ===================================================================
CSS information

file name  : recruit.css
author     : Abilive
style info : 採用情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.con_intro {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_intro {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_intro {
    max-width: calc(1260px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_intro {
    max-width: calc(1260px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .inner_txt .txt {
    margin-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inner_txt .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .inner_txt .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inner_txt .txt {
    text-align: left;
  }
}
.con_intro .inner_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .con_intro .inner_img {
    margin-top: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .inner_img {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inner_img {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .inner_img .img {
    width: calc(315 / 1260 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inner_img .img {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .tmp_anch {
    margin-top: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_anch {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_anch {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_anch {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.con_message {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_message {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_message {
    max-width: calc(1160px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_message {
    max-width: calc(1160px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_message {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_message {
    margin-top: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message {
    margin-top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_message {
    flex-direction: column-reverse;
  }
}
.con_message .inner_img {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_img {
    width: calc(572 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .con_message .inner_img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_img {
    margin-top: 1.5em;
  }
}
.con_message .inner_img .img {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .con_message .inner_img .img {
    width: calc(480 / 572 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_img .img {
    width: 70%;
  }
}
.con_message .inner_img .sub_img {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .con_message .inner_img .sub_img {
    width: calc(339 / 572 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_img .sub_img {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_img .sub_img {
    bottom: -7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_img .sub_img {
    bottom: -7vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_img .sub_img {
    bottom: -2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt {
    width: calc(350 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt {
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt {
    margin-left: calc(120 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt {
    margin-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt {
    margin-left: 0;
  }
}
.con_message .inner_txt .box_tit .tmp_st_m {
  justify-content: center;
}
.con_message .inner_txt .box_txt {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt .box_txt {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt .box_txt {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt .box_txt {
    margin-top: 4em;
  }
}
.con_message .inner_txt .box_txt .title {
  display: inline-block;
  text-align: center;
  position: relative;
}
.con_message .inner_txt .box_txt .title::before {
  content: "“";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -.8em;
  width: .5em;
  height: .5em;
  color: var(--color-gray03);
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt .box_txt .title::before {
    font-size: 2.86rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt .box_txt .title::before {
    font-size: 2.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt .box_txt .title::before {
    font-size: 2.71rem;
  }
}
.con_message .inner_txt .box_txt .title::after {
  content: "“";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -.25em;
  right: -.8em;
  width: .5em;
  height: .5em;
  transform: rotate(180deg);
  color: var(--color-gray03);
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt .box_txt .title::after {
    font-size: 2.86rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt .box_txt .title::after {
    font-size: 2.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt .box_txt .title::after {
    font-size: 2.71rem;
  }
}
.con_message .inner_txt .box_txt .title ruby {
  line-height: 2;
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt .box_txt .title ruby {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt .box_txt .title ruby {
    font-size: 1.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt .box_txt .title ruby {
    font-size: 1.29rem;
  }
}
.con_message .inner_txt .box_txt .title ruby rt {
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: .2em;
}
.con_message .inner_txt .box_txt .txt {
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .con_message .inner_txt .box_txt .txt {
    margin-top: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .inner_txt .box_txt .txt {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .inner_txt .box_txt .txt {
    margin-top: 1em;
  }
}

.wrp_job {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_job {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .wrp_job {
    max-width: calc(1160px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .wrp_job {
    max-width: calc(1160px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job {
    width: calc(355 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_job {
    margin-top: 16.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job {
    margin-top: 14.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job {
    margin-top: 7em;
  }
}
.wrp_job > .tmp_st_m {
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .wrp_job .tmp_tab {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job .tmp_tab {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .tmp_tab {
    margin-top: 2em;
  }
}
.wrp_job .tmp_tab .tmp_tab_btn > ul {
  position: relative;
  justify-content: center;
}
.wrp_job .tmp_tab .tmp_tab_btn > ul::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray04);
}
@media only screen and (min-width: 768px) {
  .wrp_job .tmp_tab .tmp_tab_btn > ul::after {
    bottom: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .tmp_tab .tmp_tab_btn > ul::after {
    bottom: 1.25em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_job .tmp_tab .tmp_tab_btn > ul > li {
    width: calc(440 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job .tmp_tab .tmp_tab_btn > ul > li {
    width: calc(400 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .tmp_tab .tmp_tab_btn > ul > li {
    width: 49%;
  }
}
.wrp_job .con_job {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_job .con_job {
    width: calc(900 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job .con_job {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .con_job {
    width: 95%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_job .con_job {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job .con_job {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .con_job {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_job .con_job .tmp_table tr th {
    width: calc(200 / 900 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_job .con_job .tmp_table tr th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .con_job .tmp_table tr th {
    width: 30%;
  }
}
.wrp_job .con_job .tmp_table tr td .l_txt {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .wrp_job .con_job .tmp_table tr td .tbl_list > li:nth-of-type(n+2) {
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .con_job .tmp_table tr td .tbl_list > li:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_job .con_job .tmp_table tr td .sub_txt + .tbl_list {
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_job .con_job .tmp_table tr td .sub_txt + .tbl_list {
    margin-top: 1em;
  }
}

.wrp_benefits {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_benefits {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .wrp_benefits {
    max-width: calc(900px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .wrp_benefits {
    max-width: calc(900px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_benefits {
    margin-top: 9.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_benefits .con_benefits {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_benefits .con_benefits .tmp_table tr th {
    width: calc(200 / 900 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_benefits .con_benefits .tmp_table tr th {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_benefits .con_benefits .tmp_table tr th {
    width: 30%;
  }
}

.wrp_traning {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_traning {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .wrp_traning {
    max-width: calc(1160px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .wrp_traning {
    max-width: calc(1160px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_traning {
    margin-top: 9.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning {
    margin-top: 5em;
  }
}
.wrp_traning .con_traning {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .wrp_traning .con_traning {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning .con_traning {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_traning .con_traning .inner_traning {
    width: calc(540 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_traning .con_traning .inner_traning:nth-of-type(n+2) {
    margin-left: calc(60 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_traning .con_traning .inner_traning:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning:nth-of-type(n+2) {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_traning .con_traning .inner_traning:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .wrp_traning .con_traning .inner_traning:nth-of-type(n+3) {
    margin-top: 2.85rem;
  }
}
.wrp_traning .con_traning .inner_traning .box_traning {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wrp_traning .con_traning .inner_traning .box_traning {
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning .box_traning {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning .con_traning .inner_traning .box_traning {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning .box_traning {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_img {
    width: calc(280 / 540 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_img {
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_txt {
    width: calc(230 / 540 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_txt {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_txt {
    width: 55%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_txt {
    margin-left: calc(30 / 540 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_txt {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_traning .con_traning .inner_traning .box_traning .inn_txt {
    margin-left: 5%;
  }
}

.wrp_rec_contact {
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.71rem;
  background: var(--bg-gray1);
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .wrp_rec_contact {
    max-width: calc(1160px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .wrp_rec_contact {
    max-width: calc(1160px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact {
    margin-top: 9.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact {
    padding-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact {
    padding-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact {
    padding-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact {
    padding-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact {
    padding-bottom: 2em;
  }
}
.wrp_rec_contact .con_contact {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact {
    width: calc(940 / 1160 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .wrp_rec_contact .con_contact {
    width: calc(1000 / 1160 * 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_rec_contact .con_contact {
    display: block;
  }
}
.wrp_rec_contact .con_contact .tmp_st_s {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .tmp_st_s {
    text-align: center;
  }
}
.wrp_rec_contact .con_contact .inner_txt {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact .inner_txt {
    width: calc(665 / 940 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact .inner_txt {
    margin-left: calc(30 / 940 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact .inner_txt {
    padding-left: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt {
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact .inner_txt {
    border-left: 1px solid var(--color-gray03);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt {
    flex-direction: column;
    align-items: center;
  }
}
.wrp_rec_contact .con_contact .inner_txt .txt {
  line-height: 1.5;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact .inner_txt .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt .txt {
    text-align: center;
  }
}
.wrp_rec_contact .con_contact .inner_txt .box_tel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel {
    margin-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel {
    justify-content: center;
  }
}
.wrp_rec_contact .con_contact .inner_txt .box_tel .telphone {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel .telphone {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel .telphone {
    font-size: 2.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel .telphone {
    font-size: 2.29rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_rec_contact .con_contact .inner_txt .box_tel .telphone {
    margin-right: 0.35rem;
  }
}
.wrp_rec_contact .con_contact .inner_txt .box_tel .telphone > a, .wrp_rec_contact .con_contact .inner_txt .box_tel .telphone .tel {
  text-decoration: none;
}
.wrp_rec_contact .con_contact .inner_txt .mail {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .wrp_rec_contact .con_contact .inner_txt .mail {
    margin-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt .mail {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_rec_contact .con_contact .inner_txt .mail {
    margin-right: 1.42rem;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_rec_contact .con_contact .inner_txt .mail {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt .mail {
    font-size: 1.29rem;
  }
}
.wrp_rec_contact .con_contact .inner_txt .sub_txt {
  font-size: 0.86rem;
}
@media only screen and (min-width: 768px) {
  .wrp_rec_contact .con_contact .inner_txt .sub_txt {
    margin-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_rec_contact .con_contact .inner_txt .sub_txt {
    margin-top: 1em;
  }
}
