@charset "UTF-8";
@media screen and (min-width: 768px) {
  body main.career p.entry_btn {
    padding-top: 58px;
    clear: both;
  }
  body main.career p.entry_btn a {
    margin: 0 auto;
    width: 479px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
    background: #FF0101;
    border: 2px solid #FF0101;
    text-align: center;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body main.career p.entry_btn a span {
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
  body main.career p.entry_btn a:hover {
    background: #ffffff;
    color: #FF0101;
  }
  body main.career p.back_btn {
    padding-top: 74px;
    clear: both;
  }
  body main.career p.back_btn a {
    margin: 0 auto;
    width: 479px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
    background: #000000;
    border: 2px solid #000000;
    text-align: center;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body main.career p.back_btn a span {
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
  body main.career p.back_btn a:hover {
    background: #ffffff;
    color: #000000;
  }
  body main.career section.local_hero {
    margin-bottom: 0;
    height: 200px;
  }
  body main.career section.local_hero h1 {
    text-shadow: none;
    color: #000000;
  }
  body main.career section.contents ul {
    border-top: 2px solid #000000;
  }
  body main.career section.contents ul li {
    padding: 50px 0 24px 0;
    border-bottom: 1px solid #F3F3F3;
    box-sizing: border-box;
    overflow: hidden;
  }
  body main.career section.contents ul li h3 {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
  }
  body main.career section.contents ul li .cmn_catch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body main.career section.contents ul li .cmn_catch small {
    padding-left: 18px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
  }
  body main.career section.contents ul li p.text {
    padding: 23px 0;
    line-height: 30px;
    font-size: 14px;
  }
  body main.career section.contents ul li p.detail_btn {
    text-align: right;
  }
  body main.career section.contents ul li p.detail_btn a {
    padding-left: 24px;
    padding-right: 58px;
    height: 52px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #FF0101;
  }
  body main.career section.contents ul li p.detail_btn a:after {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: 0;
    border: 1px solid #FF0101;
    border-radius: 50%;
    box-sizing: border-box;
    background: url("../image/common/icon_arrow_red.png") no-repeat center center/18px 12px;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 0ms;
  }
  body main.career section.contents ul li p.detail_btn a:hover:after {
    background-color: #FF0101;
    background-image: url("../image/common/icon_arrow_white.png");
  }
  body main.career section .info_con #flow h2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
  }
  body main.career section .info_con #flow p.text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 30px;
  }
  body main.career section.detail h2.cmn_copy {
    margin-bottom: 36px;
  }
  body main.career section.detail h2.cmn_copy small {
    margin-left: 10px;
    padding: 0 8px;
    display: inline-block;
    background: #FF0101;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
  body main.career section.detail .yoko_con {
    margin-bottom: 14px;
    border-top: 2px solid #000000;
    display: flex;
    gap: 50px;
  }
  body main.career section.detail .yoko_con .flex_con {
    width: calc(50% - 25px);
    font-size: 14px;
    line-height: 30px;
  }
  body main.career section.detail .yoko_con .flex_con h4 {
    font-weight: bold;
    margin-top: 45px;
  }
  body main.career section.detail .yoko_con .flex_con .li {
    margin-left: 1em;
  }
  body main.career section.detail .yoko_con .flex_con .li span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  body main.career section.detail .yoko_con .flex_con dl {
    overflow: hidden;
  }
  body main.career section.detail .yoko_con .flex_con dl dt {
    width: 5em;
    float: left;
    position: relative;
  }
  body main.career section.detail .yoko_con .flex_con dl dt:after {
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
  }
  body main.career section.detail .yoko_con .flex_con dl dd {
    margin-left: 5.5em;
  }
  body main article section .inner.info_con #faq {
    padding-top: 100px;
    margin-top: -100px;
  }
  body main article section .inner.info_con .faq .cmn_title span.jp {
    display: block;
    margin-top: 20px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: translateX(-20px);
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 600ms;
  }
  body main article section.animate.show .inner.info_con .faq .cmn_title span.jp {
    transform: translateX(0);
    opacity: 1;
  }
  body main article section .inner.info_con .faq .acordion_area {
    margin-top: 55px;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion {
    border-bottom: 1px solid #f5f5f5;
    padding: 37px 0;
    cursor: pointer;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q {
    margin-left: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q p {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: color 0.2s linear;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion.open .acordion_q p {
    color: #ff0000;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q p::before {
    content: "Q";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "futura-pt-bold", sans-serif;
    text-align: center;
    position: absolute;
    top: 5px;
    left: -38px;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon {
    width: 20px;
    height: 20px;
    margin-right: 50px;
    position: relative;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon::before,
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon::after {
    transform: rotate(90deg);
    transition: transform 0.2s linear;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion.open .acordion_q .icon::after {
    transform: rotate(0);
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_a {
    margin-left: 100px;
    display: none;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_a p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  body main.career p.entry_btn {
    padding-top: 58px;
    clear: both;
  }
  body main.career p.entry_btn a {
    margin: 0 auto;
    width: 90%;
    height: 50px;
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
    background: #FF0101;
    border: 2px solid #FF0101;
    text-align: center;
    color: #ffffff;
  }
  body main.career p.entry_btn a span {
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
  body main.career p.back_btn {
    padding-top: 74px;
    clear: both;
  }
  body main.career p.back_btn a {
    margin: 0 auto;
    width: 90%;
    height: 50px;
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
    background: #000000;
    border: 2px solid #000000;
    text-align: center;
    color: #ffffff;
  }
  body main.career p.back_btn a span {
    display: inline-block;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
  body main.career section.local_hero {
    margin-bottom: 0;
    height: 180px;
  }
  body main.career section.local_hero h1 {
    text-shadow: none;
    color: #000000;
  }
  body main.career section.contents ul {
    border-top: 2px solid #000000;
  }
  body main.career section.contents ul li {
    padding: 50px 0 24px 0;
    border-bottom: 1px solid #F3F3F3;
    box-sizing: border-box;
    overflow: hidden;
  }
  body main.career section.contents ul li h3 {
    margin-bottom: 18px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
  }
  body main.career section.contents ul li .cmn_catch small {
    padding-top: 8px;
    display: block;
    line-height: 28px;
    font-size: 13px;
    font-weight: bold;
  }
  body main.career section.contents ul li p.text {
    padding: 20px 0;
    line-height: 28px;
    font-size: 13px;
  }
  body main.career section.contents ul li p.detail_btn {
    text-align: right;
  }
  body main.career section.contents ul li p.detail_btn a {
    padding-left: 24px;
    padding-right: 46px;
    height: 44px;
    display: inline-block;
    position: relative;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #FF0101;
  }
  body main.career section.contents ul li p.detail_btn a:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    border: 1px solid #FF0101;
    border-radius: 50%;
    box-sizing: border-box;
    background: url("../image/common/icon_arrow_red.png") no-repeat center center/16px 10px;
  }
  body main.career section .info_con #flow h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 7px;
  }
  body main.career section .info_con #flow p.text {
    margin-top: 13px;
    font-size: 13px;
    line-height: 28px;
  }
  body main.career section.detail h2.cmn_copy {
    margin-bottom: 18px;
  }
  body main.career section.detail h2.cmn_copy small {
    margin-left: 10px;
    padding: 0 8px;
    display: inline-block;
    background: #FF0101;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  body main.career section.detail .yoko_con {
    margin-bottom: 14px;
    border-top: 2px solid #000000;
  }
  body main.career section.detail .yoko_con .flex_con {
    font-size: 13px;
    line-height: 20px;
  }
  body main.career section.detail .yoko_con .flex_con h4 {
    font-weight: bold;
    margin-top: 24px;
  }
  body main.career section.detail .yoko_con .flex_con .li {
    margin-left: 1em;
  }
  body main.career section.detail .yoko_con .flex_con .li span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  body main.career section.detail .yoko_con .flex_con dl {
    overflow: hidden;
  }
  body main.career section.detail .yoko_con .flex_con dl dt {
    width: 5em;
    float: left;
    position: relative;
  }
  body main.career section.detail .yoko_con .flex_con dl dt:after {
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
  }
  body main.career section.detail .yoko_con .flex_con dl dd {
    margin-left: 5.5em;
  }
  body main article section .inner.info_con #faq {
    padding-top: 80px;
    margin-top: -80px;
  }
  body main article section .inner.info_con .faq .cmn_title span.jp {
    display: block;
    margin-top: 8px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: translateX(-20px);
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 600ms;
  }
  body main article section.animate.show .inner.info_con .faq .cmn_title span.jp {
    transform: translateX(0);
    opacity: 1;
  }
  body main article section .inner.info_con .faq .acordion_area {
    margin-top: 25px;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion {
    border-bottom: 1px solid #f5f5f5;
    padding: 30px 0;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q {
    margin-left: 35px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q p {
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: color 0.2s linear;
    margin-right: 10px;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion.open .acordion_q p {
    color: #ff0000;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q p::before {
    content: "Q";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    font-family: "futura-pt-bold", sans-serif;
    text-align: center;
    position: absolute;
    top: 0;
    left: -35px;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon {
    width: 20px;
    height: 20px;
    position: relative;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon::before,
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_q .icon::after {
    transform: rotate(90deg);
    transition: transform 0.2s linear;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion.open .acordion_q .icon::after {
    transform: rotate(0);
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_a {
    margin-left: 35px;
    display: none;
  }
  body main article section .inner.info_con .faq .acordion_area .acordion .acordion_a p {
    font-size: 14px;
    line-height: 27px;
  }
}