@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

@media screen and (max-width: 1000px) {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto+Condensed:wght@400;500;700&display=swap");
  body {
    font-family: "Arial", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    font-weight: 400;
    color: #000;
    line-height: 2;
    font-size: 16px;
  }
  a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  address {
    font-style: normal;
  }
  small {
    font-size: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
  }
  ul,
  ol {
    list-style: none;
  }
  img {
    max-width: 100%;
  }
  .t-center {
    text-align: center;
  }
  .t-right {
    text-align: right;
  }
  .t-left {
    text-align: left;
  }
  .t-bold {
    font-weight: 700;
  }
  .t-eng {
    font-family: "Roboto Condensed", sans-serif;
  }
  .inner {
    margin: 0 auto;
    padding: 0 20px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    position: relative;
    background: #002A63;
    color: #FFFFFF;
    z-index: 2;
    margin: 0 auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    font-family: "Arial", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    width: 100%;
    height: 58px;
  }
  .btn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #97CE13;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
  }
  .btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-out;
    right: 20px;
  }
  .btn span:before {
    content: "";
    background: currentColor;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 1px;
  }
  .btn span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 4px;
    height: 4px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  .btn.left {
    margin-left: 0;
  }
  .btn.right {
    margin-right: 0;
  }
  .youtube_box {
    max-width: 530px;
    margin: 0 auto;
  }
  .youtube_box_in {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .youtube_box iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header_logo {
    padding: 10px;
  }
  .header_logo a {
    font-weight: 700;
    color: #002A63;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 11px;
  }
  .header_logo a img {
    width: 102px;
  }
  .header_menu {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background: #FFFFFF;
    padding: 60px 30px;
    overflow: scroll;
    display: none;
  }
  .header_menu_list {
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 3.1111111111;
  }
  .header_menu_list li a {
    color: #002A63;
    position: relative;
  }
  .header_menu .entry_link_btn {
    background: #97CE13;
    color: #002A63;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 107px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .header_menu .entry_link_list {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 60px;
  }
  .header_menu .entry_link_list li {
    width: calc((100% - 15px) / 2);
  }
  .header_menu .entry_link_list li a {
    font-weight: 700;
    position: relative;
    display: block;
    padding: 1em;
    background: #002A63;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
  }
  .header_menu .entry_link_list li a:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .header_menu .entry_link_list li:first-child a {
    background: #97CE13;
    color: #002A63;
  }
  .header_menu .corporate_link {
    margin-top: 30px;
  }
  .header_menu .corporate_link a {
    background: #f5fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-size: 16px;
    font-weight: 700;
    color: #002A63;
    border: 1px solid #002A63;
  }
  .header_menu .corporate_link a span {
    width: 0.5em;
    height: 0.5em;
    position: relative;
    margin-bottom: 1em;
    margin-left: 5px;
    border: 1px solid currentColor;
  }
  .header_menu .corporate_link a span:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -3px;
    left: -3px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .header .header_menu_btn {
    width: 60px;
    height: 50px;
    padding: 17px 15px;
  }
  .header .header_menu_btn_in {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header .header_menu_btn span {
    width: 100%;
    height: 2px;
    background: #002A63;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-out;
  }
  .header .header_menu_btn span:first-child {
    top: 0;
  }
  .header .header_menu_btn span:nth-child(2), .header .header_menu_btn span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .header_menu_btn span:last-child {
    bottom: 0;
  }
  .header .header_menu_btn.open span:first-child, .header .header_menu_btn.open span:last-child {
    opacity: 0;
  }
  .header .header_menu_btn.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header .header_menu_btn.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .recruit_cv {
    background: url(../images/recruit/common/cv_bg.jpg) no-repeat top center/cover;
    padding: 48px 0 68px;
  }
  .recruit_cv_title {
    text-align: center;
    color: #002A63;
    font-weight: 400;
    line-height: 1.4444444444;
    margin-bottom: 27px;
  }
  .recruit_cv_title_sub {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2857142857;
    color: #002A63;
    font-size: 36px;
  }
  .recruit_cv_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .recruit_cv_list li {
    width: 100%;
  }
  .recruit_cv_list.btn3Col {
    row-gap: 30px;
  }
  .recruit_cv_list.btn3Col li {
    width: 100%;
  }
  #pageTop {
    position: absolute;
    z-index: 900;
    background: #97CE13;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease-out;
    width: 60px;
    height: 60px;
    right: 20px;
    top: -30px;
  }
  #pageTop:before {
    content: "";
    width: 2px;
    background: #002A63;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
  }
  #pageTop:after {
    content: "";
    border-left: 2px solid #002A63;
    border-top: 2px solid #002A63;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    top: 15px;
  }
  .footer {
    background: #002A63;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.55;
    position: relative;
    padding: 30px 0 40px;
  }
  .footer a {
    color: #FFFFFF;
  }
  .footer_inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_logo {
    width: 74px;
    margin-bottom: 32px;
  }
  .footer_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer_sns {
    margin: 0 auto;
  }
  .footer_sns a {
    display: block;
    width: 36px;
  }
  .footer_link {
    font-size: 14px;
  }
  .footer .address_box {
    width: 100%;
    margin-top: 38px;
    font-weight: 400;
    line-height: 1.3125;
  }
  .footer .copy {
    font-size: 14px;
    margin-top: 48px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1001px) {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto+Condensed:wght@400;500;700&display=swap");
  body {
    font-family: "Arial", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    font-weight: 400;
    color: #000;
    line-height: 2;
    font-size: 18px;
  }
  a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  address {
    font-style: normal;
  }
  small {
    font-size: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
  }
  ul,
  ol {
    list-style: none;
  }
  img {
    max-width: 100%;
  }
  .t-center {
    text-align: center;
  }
  .t-right {
    text-align: right;
  }
  .t-left {
    text-align: left;
  }
  .t-bold {
    font-weight: 700;
  }
  .t-eng {
    font-family: "Roboto Condensed", sans-serif;
  }
  .inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1160px;
  }
  .inner.wide {
    max-width: 1627px;
  }
  .inner.narrow {
    max-width: 940px;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    position: relative;
    background: #002A63;
    color: #FFFFFF;
    z-index: 2;
    margin: 0 auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    font-family: "Arial", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    width: 330px;
    height: 70px;
    font-size: 16px;
  }
  .btn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #97CE13;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
  }
  .btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-out;
    right: 25px;
  }
  .btn span:before {
    content: "";
    background: currentColor;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
  }
  .btn span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  .btn:hover:before {
    width: 100%;
  }
  .btn:hover span {
    right: 15px;
  }
  .btn.left {
    margin-left: 0;
  }
  .btn.right {
    margin-right: 0;
  }
  .btn.size_l {
    width: 390px;
  }
  .youtube_box {
    max-width: 530px;
    margin: 0 auto;
  }
  .youtube_box_in {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .youtube_box iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header {
    height: 107px;
  }
  .header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header_logo {
    width: 18.2291666667%;
    padding: 5px 0 5px 1.9791666667%;
  }
  .header_logo a {
    font-weight: 700;
    color: #002A63;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
  }
  .header_logo a img {
    max-width: 78.8461538462%;
  }
  .header_logo a:hover {
    opacity: 0.7;
  }
  .header_menu {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    height: 107px;
  }
  .header_menu_list {
    font-weight: 700;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    margin: 0 2.5vw;
    font-size: clamp(12.5px, 1vw, 14px);
  }
  .header_menu_list li a {
    color: #002A63;
    position: relative;
  }
  .header_menu_list li a:before {
    content: "";
    width: 0;
    height: 2px;
    background: currentColor;
    position: absolute;
    left: 0;
    bottom: -0.5em;
    transition: all 0.3s ease-out;
  }
  .header_menu_list li a:hover:before {
    width: 100%;
  }
  .header_menu .entry_link {
    position: relative;
  }
  .header_menu .entry_link:hover .entry_link_list {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .header_menu .entry_link_btn {
    background: #97CE13;
    color: #002A63;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 107px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .header_menu .entry_link_list {
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .header_menu .entry_link_list li a {
    font-weight: 700;
    position: relative;
    display: block;
    padding: 1em 1.5em;
    background: #FFFFFF;
    color: #002A63;
  }
  .header_menu .entry_link_list li a:before {
    content: "";
    width: 1em;
    height: 3px;
    background: currentColor;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-out;
  }
  .header_menu .entry_link_list li a:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }
  .header_menu .entry_link_list li a:hover:before, .header_menu .entry_link_list li a:hover:after {
    right: 0.5em;
  }
  .header_menu .entry_link_list li:first-child a {
    background: #EBF3D8;
  }
  .header_menu .corporate_link {
    position: relative;
    height: 100%;
  }
  .header_menu .corporate_link a {
    background: #f5fbff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 1.25vw;
    font-size: clamp(13px, 1.02vw, 16px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #002A63;
  }
  .header_menu .corporate_link a:hover {
    opacity: 0.5;
  }
  .header_menu .corporate_link a span {
    width: 0.5em;
    height: 0.5em;
    position: relative;
    margin-bottom: 1em;
    margin-left: 5px;
    border: 1px solid #7a92b0;
  }
  .header_menu .corporate_link a span:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -3px;
    left: -3px;
    border-left: 1px solid #7a92b0;
    border-bottom: 1px solid #7a92b0;
  }
  .recruit_cv {
    background: url(../images/recruit/common/cv_bg.jpg) no-repeat top center/cover;
    padding: 72px 0 120px;
  }
  .recruit_cv_title {
    text-align: center;
    color: #002A63;
    font-weight: 400;
    line-height: 1.4444444444;
    margin-bottom: 42px;
  }
  .recruit_cv_title_sub {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2857142857;
    color: #002A63;
    font-size: 70px;
  }
  .recruit_cv_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 8.3333333333%;
         column-gap: 8.3333333333%;
  }
  .recruit_cv_list li {
    width: 36.1111111111%;
  }
  .recruit_cv_list li .btn {
    font-size: 28px;
    letter-spacing: 0.05em;
    width: 100%;
    height: 120px;
  }
  .recruit_cv_list.btn3Col {
    -moz-column-gap: 4.6296296296%;
         column-gap: 4.6296296296%;
  }
  .recruit_cv_list.btn3Col li {
    width: 29.6296296296%;
  }
  .recruit_cv_list.btn3Col li .btn {
    font-size: 24px;
    letter-spacing: 0.05em;
    width: 100%;
    height: 120px;
  }
  #pageTop {
    position: absolute;
    z-index: 900;
    background: #97CE13;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease-out;
    width: 77px;
    height: 77px;
    right: clamp(16px, (100% - 1012px) / 2, (100% - 1012px) / 2);
    top: -38.5px;
  }
  #pageTop:before {
    content: "";
    width: 2px;
    background: #002A63;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
  }
  #pageTop:after {
    content: "";
    border-left: 2px solid #002A63;
    border-top: 2px solid #002A63;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    top: 19px;
  }
  #pageTop:hover {
    transform: translateY(-10px);
  }
  .footer {
    background: #002A63;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.55;
    position: relative;
    padding: 56px 0;
    font-size: 14px;
  }
  .footer a {
    color: #FFFFFF;
  }
  .footer a:hover {
    opacity: 0.7;
  }
  .footer_inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_logo {
    width: 160px;
  }
  .footer_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr auto;
    width: 66.2037037037%;
  }
  .footer_sns a {
    display: block;
    width: 25px;
  }
  .footer .copy {
    margin-top: 28px;
  }
  .forSP {
    display: none !important;
  }
}
/*# sourceMappingURL=map/recruit2022_common.css.map */
