@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/wp/wp-content/themes/ryukyuYKK/_assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/wp/wp-content/themes/ryukyuYKK/_assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("/wp/wp-content/themes/ryukyuYKK/_assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("/wp/wp-content/themes/ryukyuYKK/_assets/fonts/NotoSerifJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("/wp/wp-content/themes/ryukyuYKK/_assets/fonts/NotoSerifJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("/wp/wp-content/themes/ryukyuYKK/_assets/fonts/NotoSerifJP-Bold.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media (min-width: 1080px) {
  html {
    scroll-padding-top: 62px;
  }
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", YuGothic, 游ゴシック体, sans-serif;
  font-size: 14px;
  min-width: 320px;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #2c2c2c;
  letter-spacing: 1px;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  outline: none;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #2c2c2c;
  text-decoration: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
}

/* inputやbuttonなどのfontは継承 */
input, button,
textarea, select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

/* 小数点第二で切り捨て */
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-2535 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mt-2535 {
    margin-top: 30px;
  }
}
.mt-3050 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .mt-3050 {
    margin-top: 50px;
  }
}
.mt-2550 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .mt-2550 {
    margin-top: 50px;
  }
}
.mt-5060 {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .mt-5060 {
    margin-top: 60px;
  }
}

/* 小数点第二で切り捨て */
.inner_wrap {
  max-width: 670px;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .inner_wrap {
    max-width: 1200px;
  }
}

@media (min-width: 1080px) {
  #header {
    border-width: 1px;
  }
}
#header .header_logo {
  aspect-ratio: 369/37.6;
  max-width: 450px;
  width: 225px;
  display: block;
}
@media (min-width: 1080px) {
  #header .header_logo {
    width: 23vw;
    max-width: 370px;
  }
}
@media (min-width: 1595px) {
  #header .header_logo {
    width: 370px;
  }
}
@media (min-width: 1080px) {
  #header .gnavList > li.hasChild > a {
    position: relative;
  }
  #header .gnavList > li.hasChild > a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #103E7D;
    border-right: solid 2px #103E7D;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    margin: auto;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
  }
  #header .gnavList > li.hasChild > a:hover:after {
    bottom: 0.75em;
  }
  #header .gnavList > li > a {
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    -webkit-transition: 0.4s padding;
    transition: 0.4s padding;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  #header .gnavList > li > a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #C0BEBD;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 1080px) and (min-width: 1595px) {
  #header .gnavList > li > a {
    padding: 2rem;
  }
}
@media (min-width: 1080px) {
  #header .gnavList > li > a.header_contact {
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    background-color: #103E7D;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column-gap: 18px;
  }
  #header .gnavList > li > a.header_contact .icon_mail {
    display: block;
    aspect-ratio: 71.9/48.4;
    background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_mail.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 1080px) and (min-width: 768px) {
  #header .gnavList > li > a.header_contact .icon_mail {
    width: 42px;
  }
}
@media (min-width: 1080px) {
  #header .gnavList > li > a:hover {
    background: inherit;
    color: #214f7b;
  }
  #header .gnavList > li > a:hover .en {
    color: #b7b6b6;
  }
  #header .gnavList > li > a.header_contact:hover {
    background: #103e7d;
    color: #fff;
  }
  #header .header_container {
    padding-left: 2.6041666667vw;
    padding-right: 0;
    height: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.4s padding;
    transition: 0.4s padding;
  }
}
@media (min-width: 1080px) and (min-width: 1595px) {
  #header .header_container {
    padding-left: 7.8125vw;
  }
}
#header .gnavContainer a.btn_mail {
  display: block;
  background-color: rgba(154, 212, 242, 0.3);
  position: absolute;
  right: 50px;
  z-index: 11;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#header .gnavContainer a.btn_mail:after {
  content: "";
  aspect-ratio: 52/35;
  width: 26px;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_mailB.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  #header .gnavContainer a.btn_mail {
    display: none;
  }
}
#header .gnavContainer .gnavBtn {
  width: 50px;
  height: 50px;
  background: #17438C;
}
#header .gnavContainer .gnavBtn .gnavBtn_line {
  background: #fff;
}
#header .gnavContainer .gnavBtn .gnavBtn_line:before, #header .gnavContainer .gnavBtn .gnavBtn_line:after {
  background: #fff;
}
@media (min-width: 768px) {
  #header .gnavContainer .gnavBtn {
    left: 4rem;
  }
}
#header .gnavContainer .gnav {
  background: #fff;
}
@media (max-width: 768px) {
  #header .gnavContainer .gnavList li .acdBtn:before, #header .gnavContainer .gnavList li .acdBtn:after {
    background: inherit;
  }
  #header .gnavContainer .gnavList li .acdBtn:before {
    content: none;
  }
  #header .gnavContainer .gnavList li .acdBtn:after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #17438C;
    border-right: solid 2px #17438C;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header .gnavContainer .gnavList li:not(:first-child) {
    border-top: 1px solid #BEBEBE;
  }
  #header .gnavContainer .gnavList li:last-child {
    border-bottom: 1px solid #BEBEBE;
  }
  #header .gnavContainer .gnavList li .en {
    display: block;
    color: #17438C;
    font-size: 1.25rem;
    margin-left: 1.5em;
  }
  #header .gnavContainer .gnavList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #281528;
    font-size: 1.5rem;
  }
  #header .gnavContainer .gnavList li .btn_leanMore {
    display: none;
  }
  #header .gnavContainer .gnavList li.sp {
    border: none;
  }
  #header .gnavContainer .gnavList .childrenArea {
    background: inherit;
  }
  #header .gnavContainer .gnavList .childrenArea .children li {
    border: none;
  }
  #header .gnavContainer .gnavList .childrenArea .children li a {
    position: relative;
    padding-left: 1em;
  }
  #header .gnavContainer .gnavList .childrenArea .children li a:before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #17438C;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 1080px) {
  #header .gnavContainer .gnavList {
    position: relative;
  }
  #header .gnavContainer .gnavList .childrenArea {
    top: -100vh;
    background: #17438C;
    padding-top: 7px;
  }
  #header .gnavContainer .gnavList .childrenArea .children {
    gap: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #header .gnavContainer .gnavList .childrenArea .children li {
    border-bottom: 1px solid #fff;
  }
  #header .gnavContainer .gnavList .childrenArea .children a {
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #header .gnavContainer .gnavList .hasChild:hover .childrenArea {
    top: 100%;
    left: 1vw;
    right: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    width: 100%;
    max-width: 260px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #header .gnavContainer .gnavList .hasChild:hover .childrenArea .container {
    padding: 0 30px;
  }
  #header .gnavContainer .gnavList .hasChild:hover .childrenArea .container .children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .gnavContainer .gnavList .hasChild:hover .childrenArea .container .children a {
    font-size: 2rem;
  }
  #header .gnavContainer .gnavList .hasChild.company:hover .childrenArea {
    left: 20%;
  }
}
@media (min-width: 1080px) and (min-width: 1595px) {
  #header .gnavContainer .gnavList .hasChild.company:hover .childrenArea {
    left: 24%;
  }
}
@media (min-width: 1080px) {
  #header .gnavContainer .gnavList .header_contact:before {
    content: none;
  }
}
@media (max-width: 768px) {
  #header .gnavContainer .learn_more {
    display: block;
  }
  #header .gnavContainer .learn_more a {
    display: block;
    color: #281528;
    font-size: 1.5rem;
  }
  #header .gnavContainer .learn_more a.sm_official_link {
    border: 1px solid #0080AC;
    margin-top: 25px;
  }
  #header .gnavContainer .learn_more a:nth-of-type(1) {
    margin-top: 20px;
  }
  #header .gnavContainer .learn_more a:nth-of-type(2) {
    margin-top: 12px;
  }
  #header .gnavContainer .learn_more a:not(.sm_official_link) {
    padding-left: 19px;
    position: relative;
  }
  #header .gnavContainer .learn_more a:not(.sm_official_link):before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #17438C;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #header .gnavContainer .last-child {
    border-bottom: 1px solid #BEBEBE;
  }
}
#header .gnavContainer.-opened .gnavBtn .gnavBtn_line {
  background: #214f7b;
}

#footer {
  background-color: #4D586C;
  color: #fff;
  padding: 50px 0 25px;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  #footer {
    padding: 100px 0 50px;
    padding-bottom: 54px;
    font-size: 1.6rem;
  }
}
#footer .footer_logo {
  width: 100%;
}
@media (min-width: 768px) {
  #footer .footer_logo {
    max-width: 450px;
  }
}
@media (min-width: 1080px) {
  #footer .inner_wrap.flex,
  #footer .inner_wrap.lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .md-flex address {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #footer .md-flex address {
    margin-top: 25px;
  }
}
#footer .md-flex address p {
  margin: 0;
}
#footer .md-flex .sm_official_link {
  display: block;
  margin-top: 45px;
  width: 100%;
}
@media (min-width: 768px) {
  #footer .md-flex .sm_official_link {
    max-width: 490px;
  }
}
@media (min-width: 769px) {
  #footer .md-flex .sm_official_link {
    margin-top: 0;
    display: none;
  }
}
#footer .contents_link {
  display: none;
}
#footer .contents_link a {
  color: #fff;
  padding-left: 19px;
  position: relative;
}
#footer .contents_link a:before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#footer .contents_link .is_flex {
  display: none;
}
@media (min-width: 1080px) {
  #footer .contents_link {
    display: block;
    max-width: 490px;
    width: 100%;
  }
  #footer .contents_link .is_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .contents_link li.is_head {
    font-size: 2rem;
    font-weight: bold;
  }
  #footer .contents_link li a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 8px;
    padding-left: 20px;
  }
  #footer .contents_link li a:before {
    width: 10px;
    height: 2px;
  }
  #footer .contents_link li.md-mt0 a {
    margin-top: 0;
  }
  #footer .contents_link ul:nth-of-type(1) {
    width: 180px;
  }
  #footer .contents_link ul:nth-of-type(2) {
    width: 180px;
  }
}
#footer .inner_wrap.lower {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #footer .inner_wrap.lower {
    margin-top: 50px;
    padding-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #footer .inner_wrap.lower ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column-gap: 40px;
  }
}
#footer .inner_wrap.lower ul li:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 1080px) {
  #footer .inner_wrap.lower ul li:not(:first-child) {
    margin-top: 0;
  }
}
#footer .inner_wrap.lower a {
  color: #fff;
  padding-left: 19px;
  position: relative;
  margin-top: 8px;
}
#footer .inner_wrap.lower a:before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  #footer .inner_wrap.lower a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 20px;
  }
  #footer .inner_wrap.lower a:before {
    width: 10px;
    height: 2px;
  }
}
#footer .copyright {
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 1079px) {
  #footer .copyright {
    margin-top: 65px;
    text-align: center;
  }
}
@media (min-width: 1080px) {
  #footer .copyright {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .lowerFooter {
    padding: 60px 0;
  }
}
.lowerFooter .linkList_link {
  font-family: "Noto Serif JP", serif;
  border-radius: 0;
}
.lowerFooter .linkList_link:before {
  font-family: "Noto Sans JP", serif;
}
.lowerFooter .linkList_link.-works {
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/bnr_works@2x.webp");
  background-position: center;
  background-size: cover;
}
.lowerFooter .linkList_link.-product {
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/bnr_product@2x.webp");
  background-position: center;
  background-size: cover;
}
.lowerFooter .linkList_link.-company {
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/bnr_company@2x.webp");
  background-position: center;
  background-size: cover;
}
.lowerFooter .linkList_link.-recruit {
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/bnr_receruit@2x.webp");
  background-position: center;
  background-size: cover;
}
.lowerFooter .linkList_link.-news, .lowerFooter .linkList_link.-topic {
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/bnr_news@2x.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 1080px) {
  .lowerFooter .linkList_link {
    aspect-ratio: 620/240;
    font-size: 2.5rem;
  }
  .lowerFooter .linkList_link:before {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
}

@media (min-width: 768px) {
  .header {
    position: fixed;
  }
}

@media (max-width: 1079px) {
  .hide_sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .md-textCenter {
    text-align: center;
  }
}

.PosRelative {
  position: relative;
}

.bgc_EBEDF0 {
  background-color: #EBEDF0;
}

.swiper-initialized .swiper-pagination-bullet {
  background-color: #A6A6A6;
  border-radius: 0px;
  height: 2px;
  width: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .swiper-initialized .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
  }
}
.swiper-initialized .swiper-pagination-bullet-active {
  background-color: #17438D;
}

.section_wrapper {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  width: 89.3333333333%;
}
@media (min-width: 768px) {
  .section_wrapper {
    max-width: 1310px;
    padding-right: 55px;
    padding-left: 55px;
  }
}

.sectionHeader_en {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #17438C;
}
.sectionHeader_jp {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (min-width: 768px) {
  .sectionHeader_jp {
    font-size: 3rem;
    margin-top: 15px;
  }
}
.sectionHeader.textLeft .sectionHeader_en, .sectionHeader.textLeft .sectionHeader_jp {
  text-align: left;
}
.sectionHeader_sentence {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sectionHeader_sentence {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.sectionHeader_LargeSentence {
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.42;
}
@media (min-width: 768px) {
  .sectionHeader_LargeSentence {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

/* IS BUTTON */
.btn_leanMore {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  width: 100%;
  height: 45px;
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  padding-left: 17.5px;
  position: relative;
  overflow: hidden;
  /* center */
}
.btn_leanMore:link, .btn_leanMore:visited, .btn_leanMore:hover, .btn_leanMore:active {
  color: #fff;
}
.btn_leanMore:before, .btn_leanMore:after {
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.btn_leanMore:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .btn_leanMore:before {
    right: 41px;
    width: 4px;
    height: 4px;
  }
}
.btn_leanMore:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .btn_leanMore:after {
    width: 41px;
  }
}
@media (min-width: 768px) {
  .btn_leanMore {
    height: 55px;
    width: 200px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .btn_leanMore.stick_to_bottom {
    margin-top: auto;
  }
}
.btn_leanMore span {
  position: relative;
}
.btn_leanMore .gradient {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#234288), color-stop(50%, #6da2c5), to(#234288));
  background: linear-gradient(90deg, #234288 0%, #6da2c5 50%, #234288 100%);
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn_leanMore:hover {
  font-size: 110%;
}
.btn_leanMore:hover:after {
  width: 54px;
}
.btn_leanMore:hover:before {
  right: 54px;
}
.btn_leanMore:hover .gradient {
  left: -100%;
}
.btn_leanMore.center {
  margin-left: auto;
  margin-right: auto;
}
.btn_leanMore.white_frame {
  border: 1px solid #fff;
}

/* END IS BUTTON */
/* IS SCROLL LISTS */
.scrollIn.is_lists {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scrollIn.is_lists li {
  opacity: 0;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollIn.is_lists.active li {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.scrollIn.is_lists.active li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.scrollIn.is_lists.active li:nth-of-type(2) {
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}
.scrollIn.is_lists.active li:nth-of-type(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.scrollIn.is_lists.active li:nth-of-type(4) {
  -webkit-transition-delay: 0.875s;
          transition-delay: 0.875s;
}
.scrollIn.is_lists.active li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.scrollIn.is_lists.active li:nth-of-type(6) {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
.scrollIn.is_lists.active li:nth-of-type(7) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.scrollIn.is_lists.active li:nth-of-type(8) {
  -webkit-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
.scrollIn.is_lists.active li:nth-of-type(9) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.scrollIn.is_lists.active li:nth-of-type(10) {
  -webkit-transition-delay: 1.625s;
          transition-delay: 1.625s;
}
.scrollIn.is_lists.active li:nth-of-type(11) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.scrollIn.is_lists.active li:nth-of-type(12) {
  -webkit-transition-delay: 1.875s;
          transition-delay: 1.875s;
}
.scrollIn.is_lists.active li:nth-of-type(13) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.scrollIn.is_lists.active li:nth-of-type(14) {
  -webkit-transition-delay: 2.125s;
          transition-delay: 2.125s;
}
.scrollIn.is_lists.active li:nth-of-type(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.scrollIn.is_lists.active li:nth-of-type(16) {
  -webkit-transition-delay: 2.375s;
          transition-delay: 2.375s;
}
.scrollIn.is_lists.active li:nth-of-type(17) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.scrollIn.is_lists.active li:nth-of-type(18) {
  -webkit-transition-delay: 2.625s;
          transition-delay: 2.625s;
}
.scrollIn.is_lists.active li:nth-of-type(19) {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.scrollIn.is_lists.active li:nth-of-type(20) {
  -webkit-transition-delay: 2.875s;
          transition-delay: 2.875s;
}
.scrollIn.is_lists.active li:nth-of-type(21) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.scrollIn.is_lists.active li:nth-of-type(22) {
  -webkit-transition-delay: 3.125s;
          transition-delay: 3.125s;
}
.scrollIn.is_lists.active li:nth-of-type(23) {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
.scrollIn.is_lists.active li:nth-of-type(24) {
  -webkit-transition-delay: 3.375s;
          transition-delay: 3.375s;
}
.scrollIn.is_lists.active li:nth-of-type(25) {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.scrollIn.is_lists.active li:nth-of-type(26) {
  -webkit-transition-delay: 3.625s;
          transition-delay: 3.625s;
}
.scrollIn.is_lists.active li:nth-of-type(27) {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
.scrollIn.is_lists.active li:nth-of-type(28) {
  -webkit-transition-delay: 3.875s;
          transition-delay: 3.875s;
}
.scrollIn.is_lists.active li:nth-of-type(29) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.scrollIn.is_lists.active li:nth-of-type(30) {
  -webkit-transition-delay: 4.125s;
          transition-delay: 4.125s;
}
.scrollIn.is_lists.active li:nth-of-type(31) {
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
.scrollIn.is_lists.active li:nth-of-type(32) {
  -webkit-transition-delay: 4.375s;
          transition-delay: 4.375s;
}
.scrollIn.is_lists.active li:nth-of-type(33) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.scrollIn.is_lists.active li:nth-of-type(34) {
  -webkit-transition-delay: 4.625s;
          transition-delay: 4.625s;
}
.scrollIn.is_lists.active li:nth-of-type(35) {
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
.scrollIn.is_lists.active li:nth-of-type(36) {
  -webkit-transition-delay: 4.875s;
          transition-delay: 4.875s;
}
.scrollIn.is_lists.active li:nth-of-type(37) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.scrollIn.is_lists.active li:nth-of-type(38) {
  -webkit-transition-delay: 5.125s;
          transition-delay: 5.125s;
}
.scrollIn.is_lists.active li:nth-of-type(39) {
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}
.scrollIn.is_lists.active li:nth-of-type(40) {
  -webkit-transition-delay: 5.375s;
          transition-delay: 5.375s;
}
.scrollIn.is_lists.active li:nth-of-type(41) {
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
.scrollIn.is_lists.active li:nth-of-type(42) {
  -webkit-transition-delay: 5.625s;
          transition-delay: 5.625s;
}
.scrollIn.is_lists.active li:nth-of-type(43) {
  -webkit-transition-delay: 5.75s;
          transition-delay: 5.75s;
}
.scrollIn.is_lists.active li:nth-of-type(44) {
  -webkit-transition-delay: 5.875s;
          transition-delay: 5.875s;
}
.scrollIn.is_lists.active li:nth-of-type(45) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.scrollIn.is_lists.active li:nth-of-type(46) {
  -webkit-transition-delay: 6.125s;
          transition-delay: 6.125s;
}
.scrollIn.is_lists.active li:nth-of-type(47) {
  -webkit-transition-delay: 6.25s;
          transition-delay: 6.25s;
}
.scrollIn.is_lists.active li:nth-of-type(48) {
  -webkit-transition-delay: 6.375s;
          transition-delay: 6.375s;
}
.scrollIn.is_lists.active li:nth-of-type(49) {
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
.scrollIn.is_lists.active li:nth-of-type(50) {
  -webkit-transition-delay: 6.625s;
          transition-delay: 6.625s;
}

/* END IS SCROLL LISTS */
@media (min-width: 1080px) {
  .md_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md_flex.items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .md_flex.justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* wp post - news */
/* END wp post - news */
.nav-pageNav_numbers {
  border-radius: 0;
  background: #EFEFEF;
  color: #144185;
}
.nav-pageNav_numbers:hover {
  background-color: #144185 !important;
  color: #fff;
}
.nav-pageNav_numbers.-active {
  background: #144185;
  color: #fff;
}
.nav-pageNav_numbers.-prev, .nav-pageNav_numbers.-next {
  background: #EFEFEF;
  color: transparent;
}
.nav-pageNav_numbers.-prev:before, .nav-pageNav_numbers.-next:before {
  background: none;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #144185;
  border-right: solid 2px #144185;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-pageNav_numbers.-prev:hover:before, .nav-pageNav_numbers.-next:hover:before {
  border-color: #fff;
}
.nav-pageNav_numbers.-next:before {
  left: -0.1em;
}
.nav-pageNav_numbers.-dots:hover {
  background: #EFEFEF;
  background-color: #EFEFEF !important;
  color: #144185;
}

.nav-pageNav_list.news .page-numbers {
  border-radius: 0;
  background: #EFEFEF;
  color: #144185;
  border: 1px solid #b7b6b6;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media (min-width: 1080px) {
  .nav-pageNav_list.news .page-numbers {
    width: 4.9rem;
    height: 4.9rem;
    font-size: 2rem;
  }
}
.nav-pageNav_list.news .page-numbers:hover {
  background-color: #144185 !important;
  color: #fff;
}
.nav-pageNav_list.news .page-numbers.current {
  background: #144185;
  color: #fff;
}
.nav-pageNav_list.news .page-numbers.dots:hover {
  background: #EFEFEF;
  background-color: #EFEFEF !important;
  color: #144185;
}
.nav-pageNav_list.news .page-numbers.prev, .nav-pageNav_list.news .page-numbers.next {
  background: #EFEFEF;
  color: transparent;
}
.nav-pageNav_list.news .page-numbers.prev:before, .nav-pageNav_list.news .page-numbers.next:before {
  background: none;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #144185;
  border-right: solid 2px #144185;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nav-pageNav_list.news .page-numbers.prev:hover:before, .nav-pageNav_list.news .page-numbers.next:hover:before {
  border-color: #fff;
}
.nav-pageNav_list.news .page-numbers.next:before {
  left: -0.1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is_picture.figure {
  width: 100%;
  height: 100%;
}
.is_picture.center-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.is_picture .is_lightBox {
  position: relative;
}
.is_picture .is_lightBox:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/btn_zoom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#lightbox {
  top: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

body.home {
  color: #040000;
  /* swiper slider */
  /* inside text */
  /* END FIRST VIEW */
  /* NEWS SECTION */
  /* END NEWS SECTION */
  /* WORKS SECTION */
  /* END WORKS SECTION */
  /* PRODUCT SECTION */
  /* END PRODUCT SECTION */
  /* COMPANY SECTION */
  /* END COMPANY SECTION */
  /* RECRUIT SECTION */
  /* END RECRUIT SECTION */
}
body.home .topMv.top-swiper {
  padding-bottom: 24px;
  background-color: #EBEDF0;
}
@media (min-width: 768px) {
  body.home .topMv.top-swiper {
    padding-bottom: 36px;
  }
}
body.home .main_lead_wrap {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
}
body.home .main_lead_wrap h1 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.75;
}
@media (min-width: 1080px) {
  body.home .main_lead_wrap h1 {
    font-size: 5rem;
    line-height: 1.5;
  }
}
body.home .main_lead_wrap h1 span {
  display: block;
}
body.home .main_lead_wrap h1 .char_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.home .main_lead_wrap h1 .char_wrap .char {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
body.home .main_lead_wrap p {
  font-size: 1.5rem;
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(14%);
          transform: translateY(14%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (min-width: 1080px) {
  body.home .main_lead_wrap p {
    font-size: 2.5rem;
  }
}
body.home .main_lead_wrap.active h1 .char_wrap span {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.home .main_lead_wrap.active p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
body.home #newsSection {
  background-color: #EBEDF0;
  color: #000;
}
body.home #newsSection .section_wrapper {
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  body.home #newsSection .section_wrapper {
    padding: 55px 0 100px;
  }
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_Title {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
body.home #newsSection .newsSection_Body {
  margin-top: 25px;
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_Body {
    margin-top: 30px;
  }
}
body.home #newsSection .newsSection_Body li:not(:first-child) {
  margin-top: 18px;
}
body.home #newsSection .newsSection_Body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_Body a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body.home #newsSection .newsSection_Body .post_date {
  font-size: 1rem;
  line-height: 1;
  color: #808080;
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_Body .post_date {
    font-size: 1.4rem;
  }
}
body.home #newsSection .newsSection_Body .post_categories {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 17px;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #17438D;
  color: #17438D;
  margin-left: 10px;
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_Body .post_categories {
    height: 23px;
    font-size: 1.4rem;
    margin-left: 22px;
    min-width: 90px;
  }
}
body.home #newsSection .newsSection_Body .post_categories.採用情報 {
  color: #299ED5;
  border-color: #299ED5;
}
body.home #newsSection .newsSection_Body .post_title {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
}
@media (min-width: 768px) {
  body.home #newsSection .newsSection_Body .post_title {
    font-size: 1.6rem;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  body.home #newsSection .btn_leanMore.hide-sp {
    display: none;
  }
}
body.home #newsSection .btn_leanMore.hide-pc {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body.home #newsSection .btn_leanMore.hide-pc {
    display: none;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body.home .penetrant_skew {
    -webkit-transform: skewX(-14deg);
            transform: skewX(-14deg);
    background-color: rgba(155, 213, 243, 0.3);
    width: 1190px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 390px;
  }
}
body.home .penetrant_skew_wrap {
  position: relative;
}
@media (min-width: 768px) {
  body.home .penetrant_skew_wrap {
    overflow: hidden;
  }
}
@media (max-width: 1079px) {
  body.home .skew_sp {
    position: relative;
    overflow-x: hidden;
  }
  body.home .skew_sp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 75%;
    height: 100%;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    background-color: rgba(155, 213, 243, 0.3);
    max-width: 462px;
    width: 60.7894736842%;
    height: 100%;
  }
}
body.home #product .section_wrapper,
body.home #works .section_wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (min-width: 768px) {
  body.home #product .section_wrapper,
  body.home #works .section_wrapper {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  body.home #works .works_list {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
}
body.home #works .works_list li {
  margin-top: 25px;
  opacity: 0;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  body.home #works .works_list li {
    margin-top: 0;
    max-width: 380px;
    width: 31.6666666667%;
  }
}
body.home #works .works_list a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.home #works .works_list a .inner_buttons {
  display: block;
  max-width: 295px;
  width: 84.0677966102%;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  color: #fff;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  body.home #works .works_list a .inner_buttons {
    max-width: 320px;
    width: 84.2105263158%;
    height: 50px;
    font-size: 2rem;
  }
}
body.home #works .works_list a .inner_buttons:before, body.home #works .works_list a .inner_buttons:after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
body.home #works .works_list a .inner_buttons:before {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  body.home #works .works_list a .inner_buttons:before {
    right: 41px;
    width: 4px;
    height: 4px;
  }
}
body.home #works .works_list a .inner_buttons:after {
  width: 32px;
  height: 1px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  body.home #works .works_list a .inner_buttons:after {
    width: 41px;
  }
}
body.home #works .works_list a .screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#234288), to(#6da2c5));
  background: linear-gradient(90deg, #234288 0%, #6da2c5 100%);
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
body.home #works .works_list a:hover .inner_buttons {
  font-size: 1.65rem;
}
@media (min-width: 768px) {
  body.home #works .works_list a:hover .inner_buttons {
    font-size: 2.2rem;
  }
}
body.home #works .works_list a:hover .inner_buttons:before {
  right: 55px;
}
body.home #works .works_list a:hover .inner_buttons:after {
  width: 55px;
}
body.home #works .works_list.scrollIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.home #works .works_list.scrollIn.active li {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.home #works .works_list.scrollIn.active li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(1) .screen {
  left: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(2) {
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(2) .screen {
  left: 100%;
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(3) .screen {
  left: 100%;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(4) {
  -webkit-transition-delay: 0.875s;
          transition-delay: 0.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(4) .screen {
  left: 100%;
  -webkit-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(5) .screen {
  left: 100%;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(6) {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(6) .screen {
  left: 100%;
  -webkit-transition-delay: 1.625s;
          transition-delay: 1.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(7) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(7) .screen {
  left: 100%;
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(8) {
  -webkit-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(8) .screen {
  left: 100%;
  -webkit-transition-delay: 1.875s;
          transition-delay: 1.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(9) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(9) .screen {
  left: 100%;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(10) {
  -webkit-transition-delay: 1.625s;
          transition-delay: 1.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(10) .screen {
  left: 100%;
  -webkit-transition-delay: 2.125s;
          transition-delay: 2.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(11) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(11) .screen {
  left: 100%;
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(12) {
  -webkit-transition-delay: 1.875s;
          transition-delay: 1.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(12) .screen {
  left: 100%;
  -webkit-transition-delay: 2.375s;
          transition-delay: 2.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(13) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(13) .screen {
  left: 100%;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(14) {
  -webkit-transition-delay: 2.125s;
          transition-delay: 2.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(14) .screen {
  left: 100%;
  -webkit-transition-delay: 2.625s;
          transition-delay: 2.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(15) .screen {
  left: 100%;
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(16) {
  -webkit-transition-delay: 2.375s;
          transition-delay: 2.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(16) .screen {
  left: 100%;
  -webkit-transition-delay: 2.875s;
          transition-delay: 2.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(17) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(17) .screen {
  left: 100%;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(18) {
  -webkit-transition-delay: 2.625s;
          transition-delay: 2.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(18) .screen {
  left: 100%;
  -webkit-transition-delay: 3.125s;
          transition-delay: 3.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(19) {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(19) .screen {
  left: 100%;
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(20) {
  -webkit-transition-delay: 2.875s;
          transition-delay: 2.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(20) .screen {
  left: 100%;
  -webkit-transition-delay: 3.375s;
          transition-delay: 3.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(21) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(21) .screen {
  left: 100%;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(22) {
  -webkit-transition-delay: 3.125s;
          transition-delay: 3.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(22) .screen {
  left: 100%;
  -webkit-transition-delay: 3.625s;
          transition-delay: 3.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(23) {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(23) .screen {
  left: 100%;
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(24) {
  -webkit-transition-delay: 3.375s;
          transition-delay: 3.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(24) .screen {
  left: 100%;
  -webkit-transition-delay: 3.875s;
          transition-delay: 3.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(25) {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(25) .screen {
  left: 100%;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(26) {
  -webkit-transition-delay: 3.625s;
          transition-delay: 3.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(26) .screen {
  left: 100%;
  -webkit-transition-delay: 4.125s;
          transition-delay: 4.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(27) {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(27) .screen {
  left: 100%;
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(28) {
  -webkit-transition-delay: 3.875s;
          transition-delay: 3.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(28) .screen {
  left: 100%;
  -webkit-transition-delay: 4.375s;
          transition-delay: 4.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(29) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(29) .screen {
  left: 100%;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(30) {
  -webkit-transition-delay: 4.125s;
          transition-delay: 4.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(30) .screen {
  left: 100%;
  -webkit-transition-delay: 4.625s;
          transition-delay: 4.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(31) {
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(31) .screen {
  left: 100%;
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(32) {
  -webkit-transition-delay: 4.375s;
          transition-delay: 4.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(32) .screen {
  left: 100%;
  -webkit-transition-delay: 4.875s;
          transition-delay: 4.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(33) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(33) .screen {
  left: 100%;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(34) {
  -webkit-transition-delay: 4.625s;
          transition-delay: 4.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(34) .screen {
  left: 100%;
  -webkit-transition-delay: 5.125s;
          transition-delay: 5.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(35) {
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(35) .screen {
  left: 100%;
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(36) {
  -webkit-transition-delay: 4.875s;
          transition-delay: 4.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(36) .screen {
  left: 100%;
  -webkit-transition-delay: 5.375s;
          transition-delay: 5.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(37) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(37) .screen {
  left: 100%;
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(38) {
  -webkit-transition-delay: 5.125s;
          transition-delay: 5.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(38) .screen {
  left: 100%;
  -webkit-transition-delay: 5.625s;
          transition-delay: 5.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(39) {
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(39) .screen {
  left: 100%;
  -webkit-transition-delay: 5.75s;
          transition-delay: 5.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(40) {
  -webkit-transition-delay: 5.375s;
          transition-delay: 5.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(40) .screen {
  left: 100%;
  -webkit-transition-delay: 5.875s;
          transition-delay: 5.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(41) {
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(41) .screen {
  left: 100%;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(42) {
  -webkit-transition-delay: 5.625s;
          transition-delay: 5.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(42) .screen {
  left: 100%;
  -webkit-transition-delay: 6.125s;
          transition-delay: 6.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(43) {
  -webkit-transition-delay: 5.75s;
          transition-delay: 5.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(43) .screen {
  left: 100%;
  -webkit-transition-delay: 6.25s;
          transition-delay: 6.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(44) {
  -webkit-transition-delay: 5.875s;
          transition-delay: 5.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(44) .screen {
  left: 100%;
  -webkit-transition-delay: 6.375s;
          transition-delay: 6.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(45) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(45) .screen {
  left: 100%;
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(46) {
  -webkit-transition-delay: 6.125s;
          transition-delay: 6.125s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(46) .screen {
  left: 100%;
  -webkit-transition-delay: 6.625s;
          transition-delay: 6.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(47) {
  -webkit-transition-delay: 6.25s;
          transition-delay: 6.25s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(47) .screen {
  left: 100%;
  -webkit-transition-delay: 6.75s;
          transition-delay: 6.75s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(48) {
  -webkit-transition-delay: 6.375s;
          transition-delay: 6.375s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(48) .screen {
  left: 100%;
  -webkit-transition-delay: 6.875s;
          transition-delay: 6.875s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(49) {
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(49) .screen {
  left: 100%;
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(50) {
  -webkit-transition-delay: 6.625s;
          transition-delay: 6.625s;
}
body.home #works .works_list.scrollIn.active li:nth-of-type(50) .screen {
  left: 100%;
  -webkit-transition-delay: 7.125s;
          transition-delay: 7.125s;
}
body.home #product .product_ListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.home #product .product_ListWrapper {
    grid-column-gap: 20px;
    grid-row-gap: 48px;
    margin-top: 42px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home #product .product_ListWrapper li {
  opacity: 0;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  body.home #product .product_ListWrapper li {
    max-width: 285px;
    width: calc(25% - 20px);
  }
}
body.home #product .product_ListWrapper li a {
  display: block;
}
body.home #product .product_ListWrapper li .categories {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 88px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F4F7C;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #1F4F7C;
  margin-top: 10px;
}
@media (min-width: 768px) {
  body.home #product .product_ListWrapper li .categories {
    min-width: 108px;
    height: 20px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
body.home #product .product_ListWrapper li .date {
  display: block;
  color: #124083;
  line-height: 1.65;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  body.home #product .product_ListWrapper li .date {
    line-height: 1.57;
  }
}
body.home #product .product_ListWrapper li .title {
  display: block;
  line-height: 1.65;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  body.home #product .product_ListWrapper li .title {
    line-height: 1.57;
  }
}
body.home #product .product_ListWrapper li figure {
  height: 114px;
}
body.home #product .product_ListWrapper li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  body.home #product .product_ListWrapper li figure {
    height: 214px;
  }
}
body.home #product .product_ListWrapper.scrollIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.home #product .product_ListWrapper.scrollIn.active li {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(2) {
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(4) {
  -webkit-transition-delay: 0.875s;
          transition-delay: 0.875s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(6) {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(7) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(8) {
  -webkit-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(9) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(10) {
  -webkit-transition-delay: 1.625s;
          transition-delay: 1.625s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(11) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(12) {
  -webkit-transition-delay: 1.875s;
          transition-delay: 1.875s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(13) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(14) {
  -webkit-transition-delay: 2.125s;
          transition-delay: 2.125s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(16) {
  -webkit-transition-delay: 2.375s;
          transition-delay: 2.375s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(17) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(18) {
  -webkit-transition-delay: 2.625s;
          transition-delay: 2.625s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(19) {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(20) {
  -webkit-transition-delay: 2.875s;
          transition-delay: 2.875s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(21) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(22) {
  -webkit-transition-delay: 3.125s;
          transition-delay: 3.125s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(23) {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(24) {
  -webkit-transition-delay: 3.375s;
          transition-delay: 3.375s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(25) {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(26) {
  -webkit-transition-delay: 3.625s;
          transition-delay: 3.625s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(27) {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(28) {
  -webkit-transition-delay: 3.875s;
          transition-delay: 3.875s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(29) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(30) {
  -webkit-transition-delay: 4.125s;
          transition-delay: 4.125s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(31) {
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(32) {
  -webkit-transition-delay: 4.375s;
          transition-delay: 4.375s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(33) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(34) {
  -webkit-transition-delay: 4.625s;
          transition-delay: 4.625s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(35) {
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(36) {
  -webkit-transition-delay: 4.875s;
          transition-delay: 4.875s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(37) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(38) {
  -webkit-transition-delay: 5.125s;
          transition-delay: 5.125s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(39) {
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(40) {
  -webkit-transition-delay: 5.375s;
          transition-delay: 5.375s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(41) {
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(42) {
  -webkit-transition-delay: 5.625s;
          transition-delay: 5.625s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(43) {
  -webkit-transition-delay: 5.75s;
          transition-delay: 5.75s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(44) {
  -webkit-transition-delay: 5.875s;
          transition-delay: 5.875s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(45) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(46) {
  -webkit-transition-delay: 6.125s;
          transition-delay: 6.125s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(47) {
  -webkit-transition-delay: 6.25s;
          transition-delay: 6.25s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(48) {
  -webkit-transition-delay: 6.375s;
          transition-delay: 6.375s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(49) {
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
body.home #product .product_ListWrapper.scrollIn.active li:nth-of-type(50) {
  -webkit-transition-delay: 6.625s;
          transition-delay: 6.625s;
}
body.home #company {
  position: relative;
}
@media (min-width: 768px) {
  body.home #company {
    height: 624px;
    background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/index/company_pc@1.5x.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
body.home #company .company_gradientBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 67, 140, 0)), color-stop(2%, rgba(23, 67, 140, 0.85)), color-stop(50%, #17438c), color-stop(98%, rgba(23, 67, 140, 0.85)), to(rgba(23, 67, 140, 0)));
  background: linear-gradient(90deg, rgba(23, 67, 140, 0) 0%, rgba(23, 67, 140, 0.85) 2%, #17438c 50%, rgba(23, 67, 140, 0.85) 98%, rgba(23, 67, 140, 0) 100%);
  padding: 50px 20px;
}
@media (min-width: 768px) {
  body.home #company .company_gradientBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 960px;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(23, 67, 140, 0)), color-stop(35%, rgba(23, 67, 140, 0.85)), color-stop(50%, #17438c), color-stop(85%, rgba(23, 67, 140, 0.85)), to(rgba(23, 67, 140, 0)));
    background: linear-gradient(90deg, rgba(23, 67, 140, 0) 0%, rgba(23, 67, 140, 0.85) 35%, #17438c 50%, rgba(23, 67, 140, 0.85) 85%, rgba(23, 67, 140, 0) 100%);
  }
}
body.home #company .sectionHeader {
  color: #fff;
}
body.home #company .sectionHeader_sentence {
  color: #fff;
}
body.home #company .sectionHeader_LargeSentence {
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.home #company .sectionHeader_LargeSentence {
    margin-top: 50px;
  }
}
body.home #recruit .section_wrapper {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  body.home #recruit .section_wrapper {
    padding: 100px 0 150px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  body.home #recruit .section_wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body.home #recruit .section_wrapper .l-flex_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 100px;
  }
}
body.home #recruit .section_wrapper .l-flex_md figure {
  aspect-ratio: 800/506;
  width: 94.0298507463%;
}
@media (min-width: 768px) {
  body.home #recruit .section_wrapper .l-flex_md figure {
    width: 61.0687022901%;
  }
}
body.home #recruit .section_wrapper .is_recruit_wrapper {
  background-color: #EBEDF0;
  max-width: 630px;
  width: 94.0298507463%;
}
@media (max-width: 1079px) {
  body.home #recruit .section_wrapper .is_recruit_wrapper {
    margin-left: auto;
    margin-top: -37.5px;
    padding: 75px 15px 50px;
    font-size: 1.45rem;
  }
  body.home #recruit .section_wrapper .is_recruit_wrapper .btn_leanMore {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  body.home #recruit .section_wrapper .is_recruit_wrapper {
    padding: 50px 0;
    max-width: 600px;
    width: 50%;
    position: absolute;
    top: 150px;
    right: 0;
  }
  body.home #recruit .section_wrapper .is_recruit_wrapper .btn_leanMore {
    margin-top: 50px;
  }
}
@media (min-width: 1080px) {
  body.home #recruit .section_wrapper .is_recruit_wrapper {
    top: 200px;
    padding: 100px 0;
    max-width: 540px;
    width: 45%;
  }
}

.secWorksList .worksLinks li span, .secWorksList .worksLinks li a {
  border-radius: 0;
}
.secWorksList .product_ListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .secWorksList .product_ListWrapper {
    grid-column-gap: 20px;
    grid-row-gap: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 42px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.secWorksList .product_ListWrapper li {
  opacity: 0;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .secWorksList .product_ListWrapper li {
    max-width: 285px;
    width: calc(25% - 20px);
  }
}
.secWorksList .product_ListWrapper li a {
  display: block;
  overflow-x: hidden;
}
.secWorksList .product_ListWrapper li .categories {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 88px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F4F7C;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #1F4F7C;
  padding: 0 0.5em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .secWorksList .product_ListWrapper li .categories {
    min-width: 108px;
    height: 20px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.secWorksList .product_ListWrapper li .date {
  display: block;
  color: #124083;
  line-height: 1.65;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .secWorksList .product_ListWrapper li .date {
    line-height: 1.57;
  }
}
.secWorksList .product_ListWrapper li .title {
  display: block;
  line-height: 1.65;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .secWorksList .product_ListWrapper li .title {
    line-height: 1.57;
  }
}
.secWorksList .product_ListWrapper li .worksList_pic {
  aspect-ratio: 285/200;
  border-radius: 0;
  height: auto;
}
.secWorksList .product_ListWrapper li .worksList_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .secWorksList .product_ListWrapper li .worksList_pic {
    height: 200px;
  }
}
.secWorksList .product_ListWrapper.scrollIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.secWorksList .product_ListWrapper.scrollIn.active li {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(2) {
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(4) {
  -webkit-transition-delay: 0.875s;
          transition-delay: 0.875s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(6) {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(7) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(8) {
  -webkit-transition-delay: 1.375s;
          transition-delay: 1.375s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(9) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(10) {
  -webkit-transition-delay: 1.625s;
          transition-delay: 1.625s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(11) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(12) {
  -webkit-transition-delay: 1.875s;
          transition-delay: 1.875s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(13) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(14) {
  -webkit-transition-delay: 2.125s;
          transition-delay: 2.125s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(15) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(16) {
  -webkit-transition-delay: 2.375s;
          transition-delay: 2.375s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(17) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(18) {
  -webkit-transition-delay: 2.625s;
          transition-delay: 2.625s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(19) {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(20) {
  -webkit-transition-delay: 2.875s;
          transition-delay: 2.875s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(21) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(22) {
  -webkit-transition-delay: 3.125s;
          transition-delay: 3.125s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(23) {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(24) {
  -webkit-transition-delay: 3.375s;
          transition-delay: 3.375s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(25) {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(26) {
  -webkit-transition-delay: 3.625s;
          transition-delay: 3.625s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(27) {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(28) {
  -webkit-transition-delay: 3.875s;
          transition-delay: 3.875s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(29) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(30) {
  -webkit-transition-delay: 4.125s;
          transition-delay: 4.125s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(31) {
  -webkit-transition-delay: 4.25s;
          transition-delay: 4.25s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(32) {
  -webkit-transition-delay: 4.375s;
          transition-delay: 4.375s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(33) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(34) {
  -webkit-transition-delay: 4.625s;
          transition-delay: 4.625s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(35) {
  -webkit-transition-delay: 4.75s;
          transition-delay: 4.75s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(36) {
  -webkit-transition-delay: 4.875s;
          transition-delay: 4.875s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(37) {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(38) {
  -webkit-transition-delay: 5.125s;
          transition-delay: 5.125s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(39) {
  -webkit-transition-delay: 5.25s;
          transition-delay: 5.25s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(40) {
  -webkit-transition-delay: 5.375s;
          transition-delay: 5.375s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(41) {
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(42) {
  -webkit-transition-delay: 5.625s;
          transition-delay: 5.625s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(43) {
  -webkit-transition-delay: 5.75s;
          transition-delay: 5.75s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(44) {
  -webkit-transition-delay: 5.875s;
          transition-delay: 5.875s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(45) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(46) {
  -webkit-transition-delay: 6.125s;
          transition-delay: 6.125s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(47) {
  -webkit-transition-delay: 6.25s;
          transition-delay: 6.25s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(48) {
  -webkit-transition-delay: 6.375s;
          transition-delay: 6.375s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(49) {
  -webkit-transition-delay: 6.5s;
          transition-delay: 6.5s;
}
.secWorksList .product_ListWrapper.scrollIn.active li:nth-of-type(50) {
  -webkit-transition-delay: 6.625s;
          transition-delay: 6.625s;
}

body.category-news .categorySidebar .cateList li,
body.category .categorySidebar .cateList li,
main.news .categorySidebar .cateList li {
  border-bottom: 1px solid #B5B5B6;
}
@media (min-width: 1080px) {
  body.category-news .archiveArea_main .newsList,
  body.category .archiveArea_main .newsList,
  main.news .archiveArea_main .newsList {
    margin-top: -9px;
  }
}
body.category-news .archiveArea_main .newsList li a,
body.category .archiveArea_main .newsList li a,
main.news .archiveArea_main .newsList li a {
  color: #040000;
}
body.category-news .archiveArea_main .newsList li a time,
body.category .archiveArea_main .newsList li a time,
main.news .archiveArea_main .newsList li a time {
  color: #7F8080;
}
@media (min-width: 1080px) {
  body.category-news .archiveArea_main .newsList li a,
  body.category .archiveArea_main .newsList li a,
  main.news .archiveArea_main .newsList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 1em;
    height: 64px;
  }
}
body.category-news .archiveArea_main .newsList li a .newsList_cate,
body.category .archiveArea_main .newsList li a .newsList_cate,
main.news .archiveArea_main .newsList li a .newsList_cate {
  line-height: 20px;
}
body.category-news .archiveArea_main .newsList li a .newsList_cate.採用情報,
body.category .archiveArea_main .newsList li a .newsList_cate.採用情報,
main.news .archiveArea_main .newsList li a .newsList_cate.採用情報 {
  color: #2E94C6;
  border-color: #2E94C6;
}
body.category-news .archiveArea_main .newsList li a .newsList_cate.更新情報,
body.category .archiveArea_main .newsList li a .newsList_cate.更新情報,
main.news .archiveArea_main .newsList li a .newsList_cate.更新情報 {
  color: #00A29A;
  border-color: #00A29A;
}
@media (min-width: 1080px) {
  body.category-news .archiveArea_main .newsList li a .newsList_cate,
  body.category .archiveArea_main .newsList li a .newsList_cate,
  main.news .archiveArea_main .newsList li a .newsList_cate {
    line-height: 23px;
  }
}
@media (min-width: 1080px) {
  body.category-news .newsBtns,
  body.category .newsBtns,
  main.news .newsBtns {
    max-width: 32rem;
  }
}
@media (min-width: 1080px) {
  body.category-news .newsMain.blockEditor p,
  body.category .newsMain.blockEditor p,
  main.news .newsMain.blockEditor p {
    margin-top: 2em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

body.single-recruit .newsTtl {
  text-align: center;
}

@media (min-width: 1080px) {
  body.single-product .main #breadcrumb {
    margin-top: 15px;
  }
}
@media (min-width: 1080px) {
  body.single-product .main .secProductDtl {
    margin-top: 34px;
  }
}
@media (min-width: 1080px) {
  body.single-product .main .secProductDtl .productInfo {
    padding-bottom: 0;
    margin-top: 50px;
  }
}
body.single-product .main .secProductDtl .productInfo_txt2 {
  border-radius: 0;
  background: transparent;
  color: #231815;
  border: 1px solid;
  border-color: #214F7B;
}
@media (min-width: 1080px) {
  body.single-product .main .secProductDtl .productInfo_txt2 {
    padding: 2.5rem 9%;
  }
}
body.single-product .main .secProductDtl .productInfo .productInfo_catalog {
  width: 100%;
  height: 45px;
  background: #17438C;
  background: -webkit-gradient(linear, left bottom, left top, from(#5ca3c8), to(#17438c));
  background: linear-gradient(0deg, #5ca3c8 0%, #17438c 100%);
}
body.single-product .main .secProductDtl .productInfo .productInfo_catalog:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  body.single-product .main .secProductDtl .productInfo .productInfo_catalog {
    height: 90px;
  }
  body.single-product .main .secProductDtl .productInfo .productInfo_catalog:not(:first-child) {
    margin-top: 0;
  }
}
body.single-product .main .secProductDtl .productInfo .productInfo_catalog a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1em;
  position: relative;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0 30px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body.single-product .main .secProductDtl .productInfo .productInfo_catalog a {
    padding: 0 50px;
    font-size: 2rem;
    line-height: 1;
  }
}
body.single-product .main .secProductDtl .productInfo .productInfo_catalog a .icon_document {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.single-product .main .secProductDtl .productInfo .productInfo_catalog a .icon_document {
  aspect-ratio: 32.7/43.4;
  width: 24px;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_document.svg");
}
@media (min-width: 768px) {
  body.single-product .main .secProductDtl .productInfo .productInfo_catalog a .icon_document {
    width: 32px;
  }
}
body.single-product .main .secProductDtl .productInfo .productInfo_catalog a:before {
  content: "";
  position: absolute;
  bottom: 12.5px;
  right: 12.5px;
  width: 12.5px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
}
@media (min-width: 768px) {
  body.single-product .main .secProductDtl .productInfo .productInfo_catalog a:before {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}

body.single-works .workPic {
  border-top: 1px solid #134186;
}
body.single-works .workPic img {
  margin: auto;
}
@media (min-width: 1080px) {
  body.single-works .workPic {
    margin-top: 20px;
    padding-top: 50px;
  }
}
@media (min-width: 1080px) {
  body.single-works .workDtl_row .blockEditor {
    font-size: 1.6rem;
  }
}

main.company .secTtl, main.company .greeting_ttl {
  text-align: center;
  grid-area: unset;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  line-height: 1;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #134186;
}
main.company .secTtl:before, main.company .greeting_ttl:before {
  content: none;
}
@media (min-width: 1080px) {
  main.company .secTtl, main.company .greeting_ttl {
    font-size: 3rem;
    margin-bottom: 32px;
    padding-bottom: 30px;
  }
}
main.company .greeting {
  display: block;
  grid-template-rows: unset;
  grid-template-columns: unset;
}
main.company .greeting_image {
  max-width: 385px;
  width: 57.4626865672%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.company .greeting_image {
    max-width: 250px;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
main.company .greeting_image .is_name {
  color: #000;
  line-height: 1;
}
main.company .greeting_image .is_name .en {
  display: block;
  text-align: right;
  font-size: 1rem;
  margin: 12px 0 5px;
}
@media (min-width: 1080px) {
  main.company .greeting_image .is_name .en {
    font-size: 1.3rem;
    margin: 14px 0 8px;
  }
}
main.company .greeting_image .is_name .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.company .greeting_image .is_name .position .name {
  display: block;
  font-size: 1.92rem;
}
@media (min-width: 1080px) {
  main.company .greeting_txts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-column-gap: 60px;
  }
}
main.company .greeting_txtsInner {
  margin-top: 17px;
  font-size: 1.5rem;
  line-height: 1.53;
}
@media (min-width: 1080px) {
  main.company .greeting_txtsInner {
    line-height: 1.8;
    margin-top: -5px;
  }
}
main.company .secCompanyInfo .secTtl:before {
  content: none;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .simpleTable {
    margin-top: -10px;
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  main.company .secCompanyInfo .simpleTable {
    display: block;
  }
  main.company .secCompanyInfo .simpleTable dt {
    border: none;
    width: 100%;
    padding: 0.8em 1em 0.15em;
  }
  main.company .secCompanyInfo .simpleTable dd {
    width: 100%;
    padding: 0.15em 1em 0.8em;
  }
}
main.company .secCompanyInfo .simpleTable dt {
  color: #19425B;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
main.company .secCompanyInfo .simpleTable dd {
  font-size: 1.5rem;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .simpleTable dd {
    font-size: 1.6rem;
  }
}
main.company .secCompanyInfo .simpleTable dd .board_members li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.company .secCompanyInfo .simpleTable dd .board_members li p:nth-of-type(1) {
  width: 70%;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .simpleTable dd .board_members li p:nth-of-type(1) {
    width: 180px;
  }
}
main.company .secCompanyInfo .simpleTable dd .board_members li p:nth-of-type(2) {
  width: 30%;
}
main.company .secCompanyInfo .link_wrap {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100rem;
    margin: 5rem auto 0;
    grid-column-gap: 20px;
  }
}
main.company .secCompanyInfo .link_wrap li {
  background: #17438C;
  background: -webkit-gradient(linear, left bottom, left top, from(#5ca3c8), to(#17438c));
  background: linear-gradient(0deg, #5ca3c8 0%, #17438c 100%);
  width: 100%;
}
main.company .secCompanyInfo .link_wrap li:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .link_wrap li:not(:first-child) {
    margin-top: 0;
  }
}
main.company .secCompanyInfo .link_wrap a {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .link_wrap a {
    font-size: 1.8rem;
    height: 72px;
  }
}
main.company .secCompanyInfo .link_wrap a .icon_document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 9px;
}
@media (min-width: 1080px) {
  main.company .secCompanyInfo .link_wrap a .icon_document {
    grid-column-gap: 20px;
  }
}
main.company .secCompanyInfo .link_wrap a .icon_document:before {
  content: "";
  display: block;
  aspect-ratio: 44/58.4;
  width: 22px;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_document.svg");
}
@media (min-width: 768px) {
  main.company .secCompanyInfo .link_wrap a .icon_document:before {
    width: 30px;
  }
}
main.company .secCompanyInfo .link_wrap a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 9px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
}
@media (min-width: 768px) {
  main.company .secCompanyInfo .link_wrap a:before {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}
main.company #history {
  background-color: #F5F7FA;
}
main.company .secHistory .organization {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  main.company .secHistory .organization {
    max-width: 800px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  main.company .secHistory .history {
    max-width: 120rem;
  }
}
main.company .secHistory .history > dt {
  -moz-text-align-last: right;
       text-align-last: right;
  text-align: right;
  word-break: auto-phrase;
}
main.company .secHistory .history > dt:after {
  background: #134186;
}
main.company .secAccess .secTtl {
  color: #134186;
}
main.company .secAccess .secTtl span {
  display: block;
  font-size: 1.5rem;
  color: #040000;
  margin-top: 15px;
  line-height: 1;
}
@media (min-width: 1080px) {
  main.company .secAccess .secTtl span {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
main.company .secAccess .googleMap {
  aspect-ratio: 670/335;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1080px) {
  main.company .secAccess .googleMap {
    aspect-ratio: 1000/500;
    margin-top: 50px;
  }
}
main.company .secAccess .btn_wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.company .secAccess .btn_wrap {
    max-width: 1000px;
  }
}
main.company .secAccess a.btn {
  margin: unset;
  border: none;
  min-width: unset;
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  grid-column-gap: 0.5em;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 10px;
  margin-left: auto;
}
@media (min-width: 1080px) {
  main.company .secAccess a.btn {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
main.company .secAccess a.btn:before {
  content: none;
}
main.company .secAccess a.btn:after {
  content: "";
  display: block;
  height: 15px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
}

.secAgency {
  margin-top: 45px;
  /* is title */
}
@media (min-width: 1080px) {
  .secAgency {
    margin-top: 50px;
  }
}
.secAgency .secAgency_txt {
  font-family: "Noto Serif JP", serif;
  color: #134186;
  line-height: 1;
  font-size: 1.8rem;
  border-bottom: 1px solid #134186;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (min-width: 1080px) {
  .secAgency .secAgency_txt {
    font-size: 3rem;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
.secAgency .agencyListContainer {
  background: #fff;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1080px) {
  .secAgency .agencyListContainer {
    max-width: 1000px;
  }
}

.secForm {
  /* 確認画面 */
  /* 完了画面 */
}
.secForm .container .info_message {
  margin-bottom: 45px;
}
.secForm .container .info_message_header {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #134186;
  border-bottom: 1px solid #134186;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media (min-width: 1080px) {
  .secForm .container .info_message_header {
    font-size: 3rem;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
.secForm .container .info_message_body {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media (min-width: 1080px) {
  .secForm .container .info_message_body {
    font-size: 1.6rem;
  }
}
@media (min-width: 1080px) {
  .secForm .container .info_message {
    margin-bottom: 95px;
  }
}
.secForm .container .inputArea .-required:after {
  background: #C30D23;
}
@media (min-width: 1080px) {
  .secForm .container .inputArea .-required:after {
    font-size: 1.4rem;
  }
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl {
    margin-top: 10px;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl dd {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl input {
    height: 100%;
    padding-bottom: 0;
  }
}
.secForm .container .inputArea dl input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
          box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
  -webkit-text-fill-color: #000 !important;
}
.secForm .container .inputArea dl input:-webkit-autofill:focus {
  caret-color: #000 !important;
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl.textarea {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl.textarea dt {
    margin-top: 45px;
  }
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl.textarea dd {
    height: auto;
  }
}
@media (min-width: 1080px) {
  .secForm .container .inputArea dl.textarea dd textarea {
    margin-top: 40px;
  }
}
@media (min-width: 1080px) {
  .secForm .container .checkArea {
    margin-top: 30px;
  }
}
.secForm .container .js-mw-checkbox + p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1080px) {
  .secForm .container .js-mw-checkbox + p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-column-gap: 30px;
    margin-top: 5rem;
  }
}
@media (min-width: 1080px) {
  .secForm .container .js-mw-checkbox + p button {
    margin: unset;
  }
}
.secForm .container .btn_leanMore {
  border-radius: 0;
  border: none;
}
.secForm .container .btn_leanMore:before {
  background: #fff;
}
.secForm .container .btn_leanMore.sendBtn:hover {
  color: #fff;
}
.secForm .container .btn_leanMore[name=submitBack] .gradient {
  background: -webkit-gradient(linear, left top, right top, from(#7d7d7d), color-stop(50%, #b5b5b6), to(#7d7d7d));
  background: linear-gradient(90deg, #7d7d7d 0%, #b5b5b6 50%, #7d7d7d 100%);
}
.secForm .contactFlow_here {
  background: #103e7d;
}
@media (min-width: 1080px) {
  .secForm .contactFlow li {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1080px) {
  .secForm .mw_wp_form_preview dl.textarea {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.secForm .mw_wp_form_preview dl.textarea dt.-required {
  margin-top: unset;
}
@media (min-width: 1080px) {
  .secForm .mw_wp_form_preview dl dd {
    margin-top: unset;
  }
}
.secForm .mw_wp_form_preview button {
  margin-top: 2rem !important;
}
@media (min-width: 1080px) {
  .secForm .mw_wp_form_preview button {
    margin-top: 0 !important;
  }
}
.secForm .completeTtl {
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 1080px) {
  .secForm .completeTtl {
    margin-top: 95px;
  }
}
@media (min-width: 1080px) {
  .secForm .completeTxt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 20px;
  }
}

main.recruit {
  /* IS RECRUIT DETAIL | SINGLE PAGE */
}
main.recruit .recruit_ttl {
  font-family: "Noto Serif JP", serif;
  color: #134186;
  line-height: 1;
  font-size: 1.8rem;
  border-bottom: 1px solid #134186;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1080px) {
  main.recruit .recruit_ttl {
    font-size: 3rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1080px) {
  main.recruit .secMessage_txts {
    font-size: 1.6rem;
    line-height: 1.68;
  }
}
main.recruit .secMessage_txts p:not(:first-child) {
  margin-top: 2em;
}
main.recruit .secProcess {
  background: #134186;
}
main.recruit .secProcess .secTtl {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .secTtl {
    font-size: 3rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
main.recruit .secProcess .flowLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .flowLists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
main.recruit .secProcess .flowLists_Ttl {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #134186;
  border-bottom: 1px solid #134186;
  padding-bottom: 10px;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .flowLists_Ttl {
    font-size: 3rem;
    padding-bottom: 15px;
    border-width: 2px;
  }
}
main.recruit .secProcess .flowLists_Sentence {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #231815;
  line-height: 2;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .flowLists_Sentence {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
main.recruit .secProcess .flowLists:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 90%;
  background-color: #9CC7DE;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .flowLists:before {
    width: 90%;
    height: 15px;
  }
}
main.recruit .secProcess .flowLists li {
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  padding: 1em;
  padding: 17.5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  width: 150px;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .flowLists li {
    padding: 25px;
    width: 220px;
  }
}
main.recruit .secProcess .flowLists li:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 1080px) {
  main.recruit .secProcess .flowLists li:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 1080px) {
  main.recruit .wrap_1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  main.recruit .select_carrer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-column-gap: 30px;
  }
}
main.recruit .select_carrer a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #134186;
  position: relative;
}
@media (min-width: 1080px) {
  main.recruit .select_carrer a {
    height: 88px;
    width: 50%;
  }
}
main.recruit .select_carrer a:after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 14px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #134186;
}
@media (min-width: 1080px) {
  main.recruit .select_carrer a:after {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}
main.recruit .select_carrer a:not(.new) {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  main.recruit .select_carrer a:not(.new) {
    margin-top: unset;
  }
}
main.recruit .select_carrer a.new {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#144185), to(#5b9cbe));
  background: linear-gradient(180deg, #144185 0%, #5b9cbe 100%);
}
main.recruit .select_carrer a.new span.en, main.recruit .select_carrer a.new span.jp {
  color: #fff;
}
main.recruit .select_carrer a.new:after {
  background: #fff;
}
main.recruit .select_carrer a span {
  line-height: 1;
}
main.recruit .select_carrer a span.en {
  font-size: 1rem;
  color: #134186;
}
@media (min-width: 1080px) {
  main.recruit .select_carrer a span.en {
    font-size: 1.4rem;
  }
}
main.recruit .select_carrer a span.jp {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 7px;
}
@media (min-width: 1080px) {
  main.recruit .select_carrer a span.jp {
    font-size: 2.5rem;
    margin-top: 8px;
  }
}
main.recruit .secJobs {
  padding: 5rem 0;
}
@media (min-width: 1080px) {
  main.recruit .secJobs {
    padding: 10rem 0;
  }
}
main.recruit .secJobs .secTtl {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  color: #134186;
  border-bottom: 1px solid #134186;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .secTtl {
    font-size: 3rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
main.recruit .secJobs .jobsLists {
  margin-top: 50px;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists {
    margin-top: 100px;
  }
}
main.recruit .secJobs .jobsLists li:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists li:not(:first-child) {
    margin-top: 30px;
  }
}
main.recruit .secJobs .jobsLists li.is_label {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #134186;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists li.is_label {
    height: 65px;
    font-size: 2.5rem;
  }
}
main.recruit .secJobs .jobsLists li:not(.is_label) {
  border: 1px solid #134186;
  position: relative;
}
main.recruit .secJobs .jobsLists li:not(.is_label) .Occupation {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists li:not(.is_label) .Occupation {
    font-size: 2rem;
  }
}
main.recruit .secJobs .jobsLists li:not(.is_label) .detail {
  margin-top: 5px;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists li:not(.is_label) .detail {
    line-height: 1.2;
    margin-top: 15px;
  }
}
main.recruit .secJobs .jobsLists li:not(.is_label):after {
  content: "";
  aspect-ratio: 18/28;
  width: 9px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/arrow_carrer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists li:not(.is_label):after {
    right: 30px;
  }
}
main.recruit .secJobs .jobsLists li:not(.is_label) a {
  display: block;
  padding: 15px 20px 20px;
  padding-right: 48px;
  font-size: 1.25rem;
  position: relative;
}
@media (min-width: 1080px) {
  main.recruit .secJobs .jobsLists li:not(.is_label) a {
    padding: 30px;
    font-size: 1.6rem;
  }
}
main.recruit .articleNews {
  color: #231815;
}
main.recruit .articleNews .newsTtl .recruit_category {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #134186;
}
@media (min-width: 1080px) {
  main.recruit .articleNews .newsTtl .recruit_category {
    font-size: 2rem;
  }
}
main.recruit .articleNews .newsTtl_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 4px;
  padding-bottom: 7px;
}
@media (min-width: 1080px) {
  main.recruit .articleNews .newsTtl_ttl {
    font-size: 3rem;
    margin-top: 12px;
    padding-bottom: 25px;
  }
}
main.recruit .recruitMain.dTableLayouts {
  border-bottom: 1px solid #B5B5B6;
}
main.recruit .recruitMain.dTableLayouts dl {
  margin-top: 25px;
  background: #f5f7fa;
}
@media (min-width: 1080px) {
  main.recruit .recruitMain.dTableLayouts dl {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main.recruit .recruitMain.dTableLayouts dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  color: #103E7D;
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 1em;
  font-weight: bold;
  border-top: 1px solid #B5B5B6;
}
@media (min-width: 1080px) {
  main.recruit .recruitMain.dTableLayouts dl dt {
    max-width: 190px;
    width: 19%;
    min-height: 55px;
    font-size: 1.6rem;
    line-height: 1.75;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.85em 1em;
  }
}
main.recruit .recruitMain.dTableLayouts dl dd {
  width: 100%;
  padding: 1em;
  font-size: 1.5rem;
  line-height: 1.65;
  background: #fff;
}
@media (min-width: 1080px) {
  main.recruit .recruitMain.dTableLayouts dl dd {
    max-width: 810px;
    width: 81%;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0.85em 1em;
    border-top: 1px solid #B5B5B6;
  }
}
main.recruit .btn_Entry {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#234288), to(#6da2c5));
  background: linear-gradient(90deg, #234288 0%, #6da2c5 100%);
  max-width: 590px;
  width: 88.0597014925%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 1080px) {
  main.recruit .btn_Entry {
    font-size: 3rem;
    max-width: 600px;
    width: 100%;
    height: 90px;
  }
}
main.recruit .btn_Entry:before {
  content: "";
  position: absolute;
  bottom: 12.5px;
  right: 12.5px;
  width: 12.5px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
}
@media (min-width: 768px) {
  main.recruit .btn_Entry:before {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}
main.recruit .articleNews {
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.recruit .articleNews {
    padding-bottom: 100px;
  }
}

body.p-entry .display_none,
body.p-confirm .display_none {
  display: none;
}
body.p-entry .inputArea.is_recruit dt:after,
body.p-confirm .inputArea.is_recruit dt:after {
  content: "必須";
  background: #fff;
}
body.p-entry .inputArea.is_recruit dt.-required:after,
body.p-confirm .inputArea.is_recruit dt.-required:after {
  content: "必須";
}
body.p-entry .inputArea.is_recruit dd,
body.p-confirm .inputArea.is_recruit dd {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1080px) {
  body.p-entry .inputArea.is_recruit dl.textarea dt,
  body.p-confirm .inputArea.is_recruit dl.textarea dt {
    margin-top: 40px;
  }
}
@media (min-width: 1080px) {
  body.p-entry .inputArea.is_recruit dl.textarea dd textarea,
  body.p-confirm .inputArea.is_recruit dl.textarea dd textarea {
    margin-top: 30px;
  }
}
@media (min-width: 1080px) {
  body.p-entry .inputArea.is_recruit .checkArea,
  body.p-confirm .inputArea.is_recruit .checkArea {
    margin-top: 50px;
  }
}

body.p-entry .inputArea.is_recruit dl.textarea dd {
  border-bottom: 1px solid #898989;
  padding-bottom: 12px;
}
@media (min-width: 1080px) {
  body.p-entry .inputArea.is_recruit dl.textarea dd textarea {
    margin-top: 30px;
  }
}
@media (min-width: 1080px) {
  body.p-entry .inputArea.is_recruit dl.textarea dd {
    padding-bottom: 40px;
  }
}

body.p-confirm dl.textarea dt {
  margin-top: 0 !important;
}

main.sitemap {
  margin-top: 45px;
  /* is title */
}
@media (min-width: 1080px) {
  main.sitemap {
    margin-top: 50px;
  }
}
main.sitemap .secSitemap {
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.sitemap .secSitemap {
    padding-bottom: 100px;
  }
}
main.sitemap .secAgency_txt {
  font-family: "Noto Serif JP", serif;
  color: #134186;
  line-height: 1;
  font-size: 1.8rem;
  border-bottom: 1px solid #134186;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (min-width: 1080px) {
  main.sitemap .secAgency_txt {
    font-size: 3rem;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
main.sitemap .md_flex .md-cell {
  border-bottom: 1px solid #BEBEBE;
}
@media (min-width: 1080px) {
  main.sitemap .md_flex .md-cell {
    max-width: 475px;
    width: 47.5%;
  }
}
main.sitemap .md_flex .md-cell.is_last {
  border-top: none;
}
main.sitemap .md_flex .md-cell li a {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px;
  width: 100%;
}
@media (min-width: 1080px) {
  main.sitemap .md_flex .md-cell li a {
    height: 64px;
    font-size: 1.8rem;
  }
}
main.sitemap .md_flex .md-cell li:not(:first-child) {
  border-top: 1px solid #BEBEBE;
}
main.sitemap .md_flex .md-cell li.hasChild {
  position: relative;
}
main.sitemap .md_flex .md-cell li.hasChild .acdBtn {
  cursor: pointer;
}
main.sitemap .md_flex .md-cell li.hasChild .container {
  padding: 0;
  max-width: unset;
}
main.sitemap .md_flex .md-cell li.hasChild .childrenArea {
  display: none;
}
main.sitemap .md_flex .md-cell li.hasChild .children {
  padding-bottom: 1.5em;
}
@media (min-width: 1080px) {
  main.sitemap .md_flex .md-cell li.hasChild .children {
    margin-left: 1.5em;
  }
}
main.sitemap .md_flex .md-cell li.hasChild .children li {
  border: none;
}
main.sitemap .md_flex .md-cell li.hasChild .children li:not(:first-child) {
  margin-top: 9px;
}
@media (min-width: 1080px) {
  main.sitemap .md_flex .md-cell li.hasChild .children li:not(:first-child) {
    margin-top: 18px;
  }
}
main.sitemap .md_flex .md-cell li.hasChild .children li a {
  height: auto;
  position: relative;
  font-weight: normal;
}
main.sitemap .md_flex .md-cell li.hasChild .children li a:after {
  content: none;
}
main.sitemap .md_flex .md-cell li.hasChild .children li a:before {
  content: "";
  width: 9px;
  height: 2px;
  background-color: #231815;
  position: absolute;
  top: 0;
  left: -1em;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
main.sitemap .md_flex .md-cell li:not(.hasChild) a {
  position: relative;
}
main.sitemap .md_flex .md-cell li:not(.hasChild) a:after {
  content: none;
  width: 10px;
  height: 10px;
  border-top: solid 2px #17438C;
  border-right: solid 2px #17438C;
  position: absolute;
  right: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main.sitemap .md_flex .md-cell li .acdBtn {
  position: absolute;
  top: 0;
  right: -1.7rem;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
}
main.sitemap .md_flex .md-cell li .acdBtn:before, main.sitemap .md_flex .md-cell li .acdBtn:after {
  background: inherit;
}
main.sitemap .md_flex .md-cell li .acdBtn:before {
  content: none;
}
main.sitemap .md_flex .md-cell li .acdBtn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #17438C;
  border-right: solid 2px #17438C;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 1080px) {
  main.sitemap .md_flex .md-cell li .acdBtn {
    top: 0.5em;
  }
}

.secPrivacy .privacyList_ttl {
  font-weight: bold;
  color: #134186;
}
@media (min-width: 1080px) {
  .secPrivacy .privacyList_ttl {
    font-size: 2.5rem;
  }
}
@media (min-width: 1080px) {
  .secPrivacy .secPrivacy_first {
    font-size: 1.6rem;
  }
}
@media (min-width: 1080px) {
  .secPrivacy .privacyList li p {
    font-size: 1.6rem;
  }
}
.secPrivacy .privacyList li .subHeader {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 1.5em;
}
@media (min-width: 1080px) {
  .secPrivacy .privacyList li .subHeader {
    font-size: 2rem;
  }
}
.secPrivacy .privacyList li .subHeader + p {
  margin-top: 0.9rem;
}
@media (min-width: 1080px) {
  .secPrivacy .privacyList li .subHeader + p {
    margin-top: 1.7rem;
  }
}

@media (min-width: 1080px) {
  body:not(.home) main.main {
    margin-top: 90px;
  }
}
@media (min-width: 1080px) {
  body:not(.home) main.main .pageHeader {
    padding-top: 100px;
  }
}
body:not(.home) main.main .pageHeader_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  color: #333333;
}
body:not(.home) main.main .pageHeader_ttl:after {
  content: none;
}
body:not(.home) main.main .pageHeader_ttl:before {
  font-size: 1rem;
  color: #134186;
  font-family: "Noto Sans JP", 游ゴシック体, sans-serif;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .pageHeader_ttl:before {
    font-size: 2rem;
  }
}
@media (min-width: 1080px) {
  body:not(.home) main.main .pageHeader_ttl {
    font-size: 4rem;
  }
}
@media (min-width: 1080px) {
  body:not(.home) main.main .secProductList {
    margin-top: 45px;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea {
  /* CATEGORIES MAIN */
  /* END CATEGORIES MAIN */
  /* SIDE CATEGORIES CONTENT */
  /* END SIDE CATEGORIES CONTENT */
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main {
    margin-top: -13px;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main .productList_pic {
  border: none;
  border-radius: 0;
  background: #EFEFEF;
  -webkit-box-shadow: 9px 9px 15px -5px rgba(154, 154, 154, 0.5);
          box-shadow: 9px 9px 15px -5px rgba(154, 154, 154, 0.5);
}
body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main .productList_pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main .productList_name {
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.35;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main .productList_name {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main .productList_txt {
  font-size: 1.3rem;
  line-height: 1.5;
  border-top: 1px solid #B5B5B6;
  margin-top: 15px;
  padding-top: 10px;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .archiveArea_main .productList_txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateTtl {
  font-size: 1.75rem;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateTtl {
    font-size: 1.8rem;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList {
  border-top: 1px solid #B5B5B6;
  margin-top: 5px;
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList a {
  color: #231815;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList {
    width: 220px;
    margin-top: 14px;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList li {
  padding-left: 10px;
  color: #040000;
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList li:before {
  content: none;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList li {
    font-size: 1.6rem;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList li a {
  display: block;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList li a {
    height: 55px;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .hasChild {
  position: relative;
  border-bottom: 1px solid #B5B5B6;
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .acdBtn.is_side {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0.6em;
}
@media (min-width: 1080px) {
  body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .acdBtn.is_side {
    top: 1.2em;
  }
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .acdBtn.is_side:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #134186;
  border-right: solid 2px #134186;
  position: absolute;
  top: -0.2em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .childrenArea {
  position: static;
  display: none;
  padding: 0 0 2.4rem;
  visibility: visible;
  opacity: 1;
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .childrenArea .container {
  padding-left: 0;
  padding-right: 0;
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .childrenArea .children li {
  padding-left: 0;
}
body:not(.home) main.main .archiveContainer .archiveArea .categorySidebar .cateList .childrenArea .children li a {
  height: auto;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #231815;
}
body:not(.home) main.main .lowerFooter {
  border-width: 1px;
  border-color: #B5B5B6;
}

/* CONTACT SECTION */
@media (min-width: 768px) {
  #contact {
    min-height: 458px;
  }
}
#contact .picture {
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/index/bg_company_sp@1.5x.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}
@media (min-width: 768px) {
  #contact .picture {
    height: 600px;
  }
}
@media (min-width: 1080px) {
  #contact .picture {
    background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/index/bg_company_pc@1.5x.webp");
    height: 458px;
  }
}
#contact .picture .inner_wrapper {
  max-width: 670px;
  width: 89.3333333333%;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
@media (min-width: 768px) {
  #contact .picture .inner_wrapper {
    padding: 100px 0;
    max-width: 1200px;
  }
}
#contact .picture .inner_wrapper .sectionHeader_en,
#contact .picture .inner_wrapper .sectionHeader_jp {
  color: #fff;
}
#contact .picture .contact_list {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  #contact .picture .contact_list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contact .picture .contact_list li {
  padding: 15px 0;
}
@media (min-width: 1080px) {
  #contact .picture .contact_list li {
    padding: 30px 20px;
    max-width: 400px;
    width: 33.3333333333%;
  }
  #contact .picture .contact_list li:first-child {
    padding-left: 0;
  }
  #contact .picture .contact_list li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  #contact .picture .contact_list li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1079px) {
  #contact .picture .contact_list li:first-child {
    padding-top: 0;
  }
  #contact .picture .contact_list li:not(:first-child) {
    border-top: 1px solid #fff;
  }
  #contact .picture .contact_list li:last-child {
    padding-bottom: 0;
  }
}
#contact .picture .contact_list li a {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a {
    height: 80px;
    grid-column-gap: 15px;
  }
}
#contact .picture .contact_list li a .icon_phone {
  display: block;
  aspect-ratio: 60/57;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a .icon_phone {
    width: 33px;
  }
}
#contact .picture .contact_list li a .icon_mail {
  display: block;
  aspect-ratio: 71.9/48.4;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a .icon_mail {
    width: 40px;
  }
}
#contact .picture .contact_list li a .icon_agency {
  display: block;
  aspect-ratio: 73.5/59.5;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_agency.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a .icon_agency {
    width: 40px;
  }
}
#contact .picture .contact_list li a .phone_box .text {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.15em;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a .phone_box .text {
    font-size: 1.4rem;
  }
}
#contact .picture .contact_list li a .phone_box .number {
  display: block;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a .phone_box .number {
    font-size: 3rem;
  }
}
#contact .picture .contact_list li a .text_std {
  line-height: 1;
  font-size: 1.95rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #contact .picture .contact_list li a .text_std {
    font-size: 2.2rem;
  }
}

/* END CONTACT SECTION */
/* PDF LINKS */
#pdf_links {
  padding: 50px 0;
}
@media (min-width: 768px) {
  #pdf_links {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  #pdf_links .link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 30px;
  }
}
#pdf_links .link_wrap li {
  width: 100%;
  height: 145px;
  background: #17438C;
  background: -webkit-gradient(linear, left bottom, left top, from(#5ca3c8), to(#17438c));
  background: linear-gradient(0deg, #5ca3c8 0%, #17438c 100%);
}
#pdf_links .link_wrap li:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #pdf_links .link_wrap li {
    width: 50%;
    height: 285px;
  }
  #pdf_links .link_wrap li:not(:first-child) {
    margin-top: 0;
  }
}
#pdf_links .link_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0 30px;
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a {
    padding: 0 50px;
  }
}
#pdf_links .link_wrap a .link_title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875em;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a .link_title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1080px) {
  #pdf_links .link_wrap a .link_title {
    font-size: 3rem;
  }
}
#pdf_links .link_wrap a .link_subtitle {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a .link_subtitle {
    font-size: 1.6rem;
    margin-top: 19px;
    padding-top: 19px;
  }
}
#pdf_links .link_wrap a .icon_document, #pdf_links .link_wrap a .icon_squall {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a .icon_document, #pdf_links .link_wrap a .icon_squall {
    margin-bottom: 20px;
  }
}
#pdf_links .link_wrap a .icon_document {
  aspect-ratio: 48.4/64.2;
  width: 24px;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_document.svg");
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a .icon_document {
    width: 38px;
  }
}
#pdf_links .link_wrap a .icon_squall {
  aspect-ratio: 82.7/64.2;
  width: 41px;
  background-image: url("/wp/wp-content/themes/ryukyuYKK/_assets/img/common/icon_squall.svg");
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a .icon_squall {
    width: 66px;
  }
}
#pdf_links .link_wrap a:before {
  content: "";
  position: absolute;
  bottom: 12.5px;
  right: 12.5px;
  width: 12.5px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
}
@media (min-width: 768px) {
  #pdf_links .link_wrap a:before {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }
}

/* END PDF LINKS *//*# sourceMappingURL=add_style.css.map */