

/* Google reCAPTCHA */
.grecaptcha-badge { visibility: hidden; }

body {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Noto Sans JP";
}

img, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, textarea, address, main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .headerBody {
    position: fixed;
    width: calc(100% - 40px);
    height: 90px;
    top: 0;
    z-index: 9;
    margin: 0 20px;
    padding: 13px 20px 13px 30px;
    background-color: #FFF;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .headerBody .headerBodyContent {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .headerBody .headerBodyContent .headerLogo {
    display: block;
    position: relative;
    width: 100%;
    max-width: 339px;
  }
  .headerBody .headerBodyContent .headerLogo img {
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu {
    display: block;
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton {
    display: none;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li {
    margin-right: 28px;
    position: relative;
    line-height: 1;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 20px;
    text-align: center;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: -5px;
    left: 25%;
    background-color: #0068b7;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a:hover {
    color: #0068b7;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a:hover::after {
    transform: scale(1, 1);
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li.active a {
    color: #0068b7;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li.active a::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: -5px;
    left: 25%;
    background-color: #0068b7;
    transform: scale(1, 1);
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child {
    margin-right: 0;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a {
    width: 100px;
    height: 32px;
    background: #0068b7;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 31px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a:hover {
    opacity: 0.8;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a:hover::after {
    content: none;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    top: -40px;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .LanguageTitle {
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 29px;
    text-align: left;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton {
    position: relative;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton .switch {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 18px;
    border: 1px solid #707070;
    border-radius: 20px;
    background: transparent;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton .switch::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: #0068b7;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton input:checked + .switch::before {
    left: 16px;
  }
  .headerBody .headerBodyContent .headerMenu .SpHeaderMenuBody {
    display: none;
  }
  .subMainVisual {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subMainVisual .subMainVisualTitle {
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-top: 80px;
  }
  .subMainVisual .subMainVisualTitle p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 36px;
  }
  main.contents section.breadcrumb {
    padding-top: 15px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  main.contents section.breadcrumb p {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
  }
  main.contents section.breadcrumb p a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #707070;
  }
  main.contents section.breadcrumb p a:nth-of-type(2) {
    flex-shrink: 0;
  }
  main.contents section.breadcrumb p span {
    padding: 0 5px;
    color: #707070;
  }
  main.contents section .sectionTitle {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #333;
    padding-bottom: 48px;
    line-height: 60px;
  }
  main.contents section .sectionTitle p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    line-height: 34px;
    text-align: center;
    color: #0068b7;
  }
  main.contents section .sectionText {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #333;
    padding-bottom: 60px;
  }
  main.contents .pc {
    display: block;
  }
  main.contents .sp {
    display: none;
  }
  footer {
    background-color: #DDD;
    position: relative;
  }
  footer .footerAgriculture {
    position: relative;
    width: 100%;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
  }
  footer .footerAgriculture .agricultureImage {
    width: 50%;
    display: flex;
    overflow: hidden;
  }
  footer .footerAgriculture .agricultureImage img {
    height: 24.21875vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.6s ease;
  }
  footer .footerAgriculture .agricultureText {
    width: 50%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background-color: #0068b7;
    height: 24.21875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  footer .footerAgriculture .agricultureText a {
    color: #FFF;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    padding-top: 60px;
    position: relative;
    width: 100%;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span {
    position: relative;
    color: #fff;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: -30px;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50rem;
    top: calc(50% - 13px);
    right: -40px;
  }
  footer .footerAgriculture:hover {
    cursor: pointer;
  }
  footer .footerAgriculture:hover .agricultureImage img {
    transform: scale(1.1);
  }
  footer .footerAgriculture:hover .agricultureText {
    opacity: 0.8;
  }
  footer .footerMenuList {
    position: relative;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    background-color: #DDDDDD;
    padding: 48px 0 43px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer .footerMenuList .footerLogoPart {
    position: relative;
    max-width: 308px;
    width: 100%;
  }
  footer .footerMenuList .footerLogoPart .logoImage {
    width: 100%;
    padding-bottom: 20px;
  }
  footer .footerMenuList .footerLogoPart p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: -0.03em;
    line-height: 18px;
    text-align: left;
    color: #333;
    padding-bottom: 7px;
  }
  footer .footerMenuList .footerLogoPart p a {
    color: #333;
  }
  footer .footerMenuList .footerMenuContent {
    position: relative;
    width: calc(100% - 308px);
    padding-left: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  footer .footerMenuList .footerMenuContent .menuSection {
    position: relative;
    margin-right: 20px;
  }
  footer .footerMenuList .footerMenuContent .menuSection:last-child {
    margin-right: 0;
  }
  footer .footerMenuList .footerMenuContent .menuSection p {
    position: relative;
    padding-bottom: 10px;
  }
  footer .footerMenuList .footerMenuContent .menuSection.news_contact p + p {
    margin-top: 50px;
  }
  .menuSection p a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 20px;
    text-align: left;
    color: #333;
  }
  footer .footerMenuList .footerMenuContent .menuSection p a:hover {
    opacity: 0.8;
  }
  footer .footerMenuList .footerMenuContent .menuSection p.otherMenuSection {
    padding-top: 25px;
    padding-bottom: 0;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul li {
    position: relative;
    font-weight: normal;
    display: flex;
    min-height: 22px;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 22px;
    text-align: left;
    color: #333;
    padding-left: 15px;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: transparent;
    border: 1px solid #333;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    top: calc(50% - 2.5px);
    left: 0px;
  }
  footer .footerMenuList .footerMenuContent .menuSection:nth-of-type(2) ul li:nth-of-type(n+4)::before {
    content: none;
  }
  footer .footerCopyRight {
    position: relative;
    background-color: #00355d;
    padding: 12px 0;
  }
  footer .footerCopyRight p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .headerBody {
    position: fixed;
    width: calc(100% - 3.125vw);
    height: 7.03125vw;
    top: 0;
    z-index: 999;
    margin: 0 1.5625vw;
    padding: 1.015625vw 1.5625vw 1.015625vw 2.34375vw;
    background-color: #FFF;
    border-radius: 0px 0px 1.5625vw 1.5625vw;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .headerBody .headerBodyContent {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .headerBody .headerBodyContent .headerLogo {
    display: block;
    position: relative;
    width: 100%;
    max-width: 26.484375vw;
  }
  .headerBody .headerBodyContent .headerLogo img {
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu {
    display: block;
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton {
    display: none;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li {
    margin-right: 2.1875vw;
    position: relative;
    line-height: 1;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    /* font-family: "Noto Sans JP"; */
    font-weight: 500;
    font-size: 1.25vw;
    letter-spacing: -0.05em;
    line-height: 1.5625vw;
    text-align: center;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.15625vw;
    bottom: -0.390625vw;
    left: 25%;
    background-color: #0068b7;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a:hover {
    color: #0068b7;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a:hover::after {
    transform: scale(1, 1);
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li.active a {
    color: #0068b7;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li.active a::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.15625vw;
    bottom: -0.390625vw;
    left: 25%;
    background-color: #0068b7;
    transform: scale(1, 1);
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child {
    margin-right: 0;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a {
    width: 7.8125vw;
    height: 2.5vw;
    background: #0068b7;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.171875vw;
    letter-spacing: -0.03em;
    line-height: 2.421875vw;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a:hover {
    opacity: 0.8;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a:hover::after {
    content: none;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    top: -3.125vw;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .LanguageTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 1.015625vw;
    letter-spacing: -0.01em;
    line-height: 2.265625vw;
    text-align: left;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton {
    position: relative;
    padding: 0 0.390625vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton .switch {
    display: inline-block;
    position: relative;
    width: 2.65625vw;
    height: 1.40625vw;
    border: 1px solid #707070;
    border-radius: 1.5625vw;
    background: transparent;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton .switch::before {
    content: "";
    position: absolute;
    top: 0.0546875vw;
    left: 0.15625vw;
    width: 1.09375vw;
    height: 1.09375vw;
    background: #0068b7;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton input:checked + .switch::before {
    left: 1.25vw;
  }
  .headerBody .headerBodyContent .headerMenu .SpHeaderMenuBody {
    display: none;
  }
  .subMainVisual {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 32.8125vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subMainVisual .subMainVisualTitle {
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8125vw;
    line-height: 4.6875vw;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0.234375vw 0.46875vw rgba(0, 0, 0, 0.16);
    padding-top: 6.25vw;
  }
  .subMainVisual .subMainVisualTitle p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.40625vw;
    line-height: 2.8125vw;
  }
  main.contents section.breadcrumb {
    padding-top: 15px;
    width: 100%;
  }
  main.contents section.breadcrumb p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  main.contents section.breadcrumb p a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #707070;
  }
  main.contents section.breadcrumb p span {
    padding: 0 5px;
    color: #707070;
  }
  main.contents section .sectionTitle {
    font-weight: bold;
    font-size: 2.8125vw;
    text-align: center;
    color: #333;
    padding-bottom: 3.75vw;
    line-height: 4.6875vw;
  }
  main.contents section .sectionTitle p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.328125vw;
    line-height: 2.65625vw;
    text-align: center;
    color: #0068b7;
  }
  main.contents section .sectionText {
    font-weight: normal;
    font-size: 1.25vw;
    text-align: center;
    color: #333;
    padding-bottom: 4.6875vw;
  }
  main.contents .pc {
    display: block;
  }
  main.contents .sp {
    display: none;
  }
  footer {
    background-color: #DDD;
    position: relative;
  }
  footer .footerAgriculture {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15.625vw;
    background: #FFF;
  }
  footer .footerAgriculture .agricultureImage {
    width: 50%;
    display: flex;
    overflow: hidden;
  }
  footer .footerAgriculture .agricultureImage img {
    height: 24.21875vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.6s ease;
  }
  footer .footerAgriculture .agricultureText {
    width: 50%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5vw;
    line-height: 4.296875vw;
    text-align: center;
    color: #fff;
    background: #0068b7;
    height: 24.21875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  footer .footerAgriculture .agricultureText a {
    color: #FFF;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.875vw;
    padding-top: 4.6875vw;
    width: 100%;
    position: relative;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span {
    position: relative;
    color: #fff;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span::before {
    content: "";
    position: absolute;
    width: 0.625vw;
    height: 0.625vw;
    background: transparent;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    top: calc(50% - 0.3125vw);
    right: -2.34375vw;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span::after {
    content: "";
    position: absolute;
    width: 2.03125vw;
    height: 2.03125vw;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50rem;
    top: calc(50% - 1.015625vw);
    right: -3.125vw;
  }
  footer .footerAgriculture:hover {
    cursor: pointer;
  }
  footer .footerAgriculture:hover .agricultureImage img {
    transform: scale(1.1);
  }
  footer .footerAgriculture:hover .agricultureText {
    opacity: 0.8;
  }
  footer .footerMenuList {
    position: relative;
    background-color: #DDDDDD;
    padding: 3.75vw 3.90625vw 3.359375vw 3.90625vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footerMenuList .footerLogoPart {
    position: relative;
    max-width: 24.0625vw;
    width: 100%;
  }
  footer .footerMenuList .footerLogoPart .logoImage {
    width: 100%;
    padding-bottom: 20px;
  }
  footer .footerMenuList .footerLogoPart p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 0.9375vw;
    letter-spacing: -0.03em;
    line-height: 1.40625vw;
    text-align: left;
    color: #333;
    padding-bottom: 0.546875vw;
  }
  footer .footerMenuList .footerLogoPart p a {
    color: #333;
  }
  footer .footerMenuList .footerLogoPart p:last-child {
    padding-bottom: 0;
  }
  footer .footerMenuList .footerMenuContent {
    position: relative;
    width: calc(100% - 24.0625vw);
    padding-left: 7.8125vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  footer .footerMenuList .footerMenuContent .menuSection {
    position: relative;
    margin-right: 2.890625vw;
    margin-right: 2.6vw;
  }
  footer .footerMenuList .footerMenuContent .menuSection:last-child {
    margin-right: 0;
  }
  footer .footerMenuList .footerMenuContent .menuSection p {
    position: relative;
    padding-bottom: 0.78125vw;
  }
  footer .footerMenuList .footerMenuContent .menuSection.news_contact p + p {
    margin-top: 3.90625vw;
  }
  footer .footerMenuList .footerMenuContent .menuSection p a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.015625vw;
    letter-spacing: -0.05em;
    line-height: 1.5625vw;
    text-align: left;
    color: #333;
  }
  footer .footerMenuList .footerMenuContent .menuSection p a:hover {
    opacity: 0.8;
  }
  footer .footerMenuList .footerMenuContent .menuSection p.otherMenuSection {
    padding-top: 1.953125vw;
    padding-bottom: 0;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul li {
    position: relative;
    font-weight: normal;
    display: flex;
    min-height: 1.71875vw;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.015625vw;
    letter-spacing: -0.02em;
    line-height: 1.71875vw;
    text-align: left;
    color: #333;
    padding-left: 1.171875vw;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul li::before {
    content: "";
    position: absolute;
    width: 0.390625vw;
    height: 0.390625vw;
    background: transparent;
    border: 1px solid #333;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    top: calc(50% - 0.1953125vw);
    left: 0px;
  }
  footer .footerMenuList .footerMenuContent .menuSection:nth-of-type(2) ul li:nth-of-type(n+4)::before {
    content: none;
  }
  footer .footerCopyRight {
    position: relative;
    background-color: #00355d;
    padding: 0.9375vw 0;
  }
  footer .footerCopyRight p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 0.9375vw;
    line-height: 1.875vw;
    text-align: center;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .headerBody {
    position: fixed;
    width: 100%;
    height: 20vw;
    top: 0;
    z-index: 999;
    margin: 0;
    padding: 2.5vw 5vw 2.5vw 3.75vw;
    background-color: #FFF;
    border-radius: 0;
    box-shadow: 0px 0.9375vw 1.875vw rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .headerBody.active {
    box-shadow: none;
  }
  .headerBody .headerBodyContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .headerBody .headerBodyContent .headerLogo {
    display: block;
    position: relative;
    width: 100%;
    max-width: 78.125vw;
  }
  .headerBody .headerBodyContent .headerLogo img {
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu {
    display: block;
    position: relative;
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton {
    position: relative;
    z-index: 100;
    cursor: pointer;
    display: block;
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton .headerMenuButtonIcon {
    position: relative;
    height: 6.25vw;
    width: 6.875vw;
    margin-left: auto;
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton .headerMenuButtonIcon::before, .headerBody .headerBodyContent .headerMenu .headerMenuButton .headerMenuButtonIcon::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #0068b7;
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton .headerMenuButtonIcon::before {
    top: 0;
    width: 6.875vw;
    -webkit-animation: icon1 0.3s alternate cubic-bezier(0.33, 1, 0.68, 1);
            animation: icon1 0.3s alternate cubic-bezier(0.33, 1, 0.68, 1);
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton .headerMenuButtonIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 6.875vw;
    background: #0068b7;
    top: 3.125vw;
    -webkit-animation: icon2 0.3s 0.1s alternate cubic-bezier(0.33, 1, 0.68, 1);
            animation: icon2 0.3s 0.1s alternate cubic-bezier(0.33, 1, 0.68, 1);
  }
  .headerBody .headerBodyContent .headerMenu .headerMenuButton .headerMenuButtonIcon::after {
    top: 6.25vw;
    width: 6.875vw;
    -webkit-animation: icon3 0.3s 0.2s alternate cubic-bezier(0.33, 1, 0.68, 1);
            animation: icon3 0.3s 0.2s alternate cubic-bezier(0.33, 1, 0.68, 1);
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody {
    display: none;
    position: relative;
    color: #000;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li {
    margin-right: 8.75vw;
    position: relative;
    line-height: 1;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li a {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 5vw;
    letter-spacing: -0.05em;
    line-height: 6.25vw;
    text-align: center;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li.active a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.625vw;
    bottom: -1.5625vw;
    left: 25%;
    background-color: #0068b7;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child {
    margin-right: 0;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a {
    width: 31.25vw;
    height: 10vw;
    background: #0068b7;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.6875vw;
    letter-spacing: -0.03em;
    line-height: 9.6875vw;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
  }
  .headerBody .headerBodyContent .headerMenu ul.headerMenuBody li:last-child a:hover::after {
    content: none;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    top: -12.5vw;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .LanguageTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 4.0625vw;
    letter-spacing: -0.01em;
    line-height: 9.0625vw;
    text-align: left;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton {
    position: relative;
    padding: 0 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton .switch {
    display: inline-block;
    position: relative;
    width: 10.625vw;
    height: 5.625vw;
    border: 1px solid #707070;
    border-radius: 6.25vw;
    background: transparent;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton .switch::before {
    content: "";
    position: absolute;
    top: 0.21875vw;
    left: 0.625vw;
    width: 4.375vw;
    height: 4.375vw;
    background: #0068b7;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .headerBody .headerBodyContent .headerMenu .LanguageChangeButton .ChangeButton input:checked + .switch::before {
    left: 5vw;
  }
  .headerBody .headerBodyContent .headerMenu .SpHeaderMenuBody {
    display: none;
  }
  .headerBody .headerBodyContent .headerMenu.active .headerMenuButton .headerMenuButtonIcon::before, .headerBody .headerBodyContent .headerMenu.active .headerMenuButton .headerMenuButtonIcon::after {
    background: #0068b7;
    width: 8.6513994911vw;
    top: 2.0865139949vw;
    left: 1.272264631vw;
  }
  .headerBody .headerBodyContent .headerMenu.active .headerMenuButton .headerMenuButtonIcon::before {
    transform: rotate(45deg);
    -webkit-animation: closeIcon1 0.8s alternate cubic-bezier(0.33, 1, 0.68, 1) forwards !important;
            animation: closeIcon1 0.8s alternate cubic-bezier(0.33, 1, 0.68, 1) forwards !important;
  }
  .headerBody .headerBodyContent .headerMenu.active .headerMenuButton .headerMenuButtonIcon span {
    display: none;
  }
  .headerBody .headerBodyContent .headerMenu.active .headerMenuButton .headerMenuButtonIcon::after {
    transform: rotate(-45deg);
    -webkit-animation: closeIcon2 0.8s alternate cubic-bezier(0.33, 1, 0.68, 1) forwards !important;
            animation: closeIcon2 0.8s alternate cubic-bezier(0.33, 1, 0.68, 1) forwards !important;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody {
    overflow: auto;
    max-height: calc(100vh - 18.75vw);
    display: block;
    width: 100%;
    position: fixed;
    top: 18.75vw;
    right: 0;
    height: auto;
    background-color: #FFF;
    box-shadow: 0px 1.875vw 1.5625vw rgba(0, 0, 0, 0.25);
    -webkit-animation: MenuShow 0.8s alternate cubic-bezier(0.33, 1, 0.68, 1) forwards !important;
            animation: MenuShow 0.8s alternate cubic-bezier(0.33, 1, 0.68, 1) forwards !important;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .sp_link {
    padding: 2.65625vw 6.25vw;
    border-bottom: 1px solid #ddd;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .sp_link:first-child {
    border-top: 1px solid #ddd;
    margin-top: 9.375vw;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .sp_link a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 4.6875vw;
    line-height: 5.9375vw;
    text-align: left;
    color: #333;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .sp_link a p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4375vw;
    color: #009b63;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .recruit_link {
    position: relative;
    margin: 0 auto;
    padding-top: 6.25vw;
    padding-bottom: 9.375vw;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .recruit_link a {
    width: 86.875vw;
    height: 20vw;
    background: #0068b7;
    border-radius: 50rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 4.6875vw;
    line-height: 5.9375vw;
    text-align: left;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    align-content: center;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpHeaderMenuBody .recruit_link a p {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4375vw;
    color: #FFF;
    width: 100%;
    text-align: center;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpLanguageChangeButton {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-bottom: 6.25vw;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpLanguageChangeButton .LanguageTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 4.0625vw;
    letter-spacing: -0.01em;
    line-height: 9.0625vw;
    text-align: left;
    color: #1a1311;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpLanguageChangeButton .ChangeButton {
    position: relative;
    padding: 0 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpLanguageChangeButton .ChangeButton .switch {
    display: inline-block;
    position: relative;
    width: 10.625vw;
    height: 5.625vw;
    border: 1px solid #707070;
    border-radius: 6.25vw;
    background: transparent;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
  }
  .headerBody .headerBodyContent .headerMenu.active .SpLanguageChangeButton .ChangeButton .switch::before {
    content: "";
    position: absolute;
    top: 0.21875vw;
    left: 0.625vw;
    width: 4.375vw;
    height: 4.375vw;
    background: #0068b7;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .headerBody .headerBodyContent .headerMenu.active .SpLanguageChangeButton .ChangeButton input:checked + .switch::before {
    left: 5vw;
  }
  .subMainVisual {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 71.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subMainVisual .subMainVisualTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 6.25vw;
    line-height: 10.9375vw;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0.9375vw 1.875vw rgba(0, 0, 0, 0.16);
    padding-top: 20vw;
  }
  .subMainVisual .subMainVisualTitle p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  main.contents section.breadcrumb {
    padding-top: 5px;
  }
  main.contents section.breadcrumb p {
    position: relative;
    line-height: 1.6;
  }
  main.contents section.breadcrumb p > * {
    line-height: 1.6;
  }
  main.contents section.breadcrumb p a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    color: #707070;
  }
  main.contents section.breadcrumb p span {
    padding: 0 5px;
    color: #707070;
    vertical-align: middle;
  }
  main.contents section .sectionTitle {
    font-weight: bold;
    font-size: 7.8125vw;
    text-align: center;
    color: #333;
    padding-bottom: 9.375vw;
    line-height: 12.5vw;
  }
  main.contents section .sectionTitle p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.375vw;
    line-height: 6.25vw;
    text-align: center;
    font-weight: bold;
    color: #0068b7;
  }
  main.contents section .sectionText {
    font-weight: normal;
    font-size: 4.6875vw;
    text-align: center;
    color: #333;
    padding-bottom: 12.5vw;
  }
  main.contents .pc {
    display: none;
  }
  main.contents .sp {
    display: block;
  }
  footer {
    background-color: #FFF;
    padding-top: 31.25vw;
    position: relative;
  }
  footer .footerAgriculture {
    position: relative;
    width: 100%;
    display: block;
  }
  footer .footerAgriculture .agricultureImage {
    width: 100%;
    display: flex;
  }
  footer .footerAgriculture .agricultureText {
    position: relative;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5.625vw;
    line-height: 8.75vw;
    padding: 4.6875vw 3.125vw;
    text-align: center;
    color: #fff;
    height: 37.5vw;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #0068b7;
    font-weight: bold;
  }
  footer .footerAgriculture .agricultureText a {
    color: #FFF;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.375vw;
    padding-top: 4.375vw;
    position: relative;
    width: 100%;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span {
    color: #fff;
    position: relative;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span::before {
    content: "";
    position: absolute;
    width: 1.875vw;
    height: 1.875vw;
    background: transparent;
    border: 1px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    top: calc(50% - 0.9375vw);
    right: -4.0625vw;
  }
  footer .footerAgriculture .agricultureText .recruitmentLink span::after {
    content: "";
    position: absolute;
    width: 5.625vw;
    height: 5.625vw;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50rem;
    top: calc(50% - 2.8125vw);
    right: -6.25vw;
  }
  footer .footerMenuList {
    position: relative;
    background-color: #DDDDDD;
    padding: 7.8125vw 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footerMenuList .footerLogoPart {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  footer .footerMenuList .footerLogoPart .logoImage {
    max-width: 75vw;
    width: 100%;
    padding-bottom: 7.8125vw;
    margin: 0 auto;
  }
  footer .footerMenuList .footerLogoPart p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 3.75vw;
    letter-spacing: -0.03em;
    line-height: 5.625vw;
    text-align: center;
    color: #333;
    padding-bottom: 4.0625vw;
    padding-left: 21.875vw;
    padding-right: 21.875vw;
  }
  footer .footerMenuList .footerLogoPart p:last-child {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.75vw;
    letter-spacing: -0.03em;
    line-height: 7.5vw;
    padding: 0 0 9.375vw;
    font-weight: normal;
  }
  footer .footerMenuList .footerLogoPart p:last-child a {
    color: #333;
  }
  footer .footerMenuList .footerMenuContent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footerMenuList .footerMenuContent .menuSection p {
    display: none;
  }
  footer .footerMenuList .footerMenuContent .menuSection p.otherMenuSection {
    display: block;
    padding: 0 3.90625vw;
  }
  footer .footerMenuList .footerMenuContent .menuSection p.otherMenuSection a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.75vw;
    letter-spacing: -0.05em;
    line-height: 6.25vw;
    text-align: left;
    color: #333;
  }
  footer .footerMenuList .footerMenuContent .menuSection ul {
    display: none;
  }
  footer .footerCopyRight {
    position: relative;
    background-color: #00355d;
    padding: 3.125vw 0;
  }
  footer .footerCopyRight p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 3.125vw;
    line-height: 6.25vw;
    text-align: center;
    color: #fff;
  }
}
.slick-list.draggable {
  padding: 10px 0 !important;
}

.slick-slider {
  margin-bottom: 0;
}

.BackToTop {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #707070;
  opacity: 0.5;
  border-radius: 50rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.BackToTop::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 15px;
}
.BackToTop.active {
  display: flex;
}

@-webkit-keyframes icon1 {
  0% {
    width: 10.625vw;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  51% {
    width: 0;
    left: auto;
    right: 0;
  }
  100% {
    width: 10.625vw;
    right: 0;
  }
}

@keyframes icon1 {
  0% {
    width: 10.625vw;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  51% {
    width: 0;
    left: auto;
    right: 0;
  }
  100% {
    width: 10.625vw;
    right: 0;
  }
}
@-webkit-keyframes icon2 {
  0% {
    width: 10.625vw;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  51% {
    width: 0;
    left: auto;
    right: 1.5625vw;
  }
  100% {
    width: 10.625vw;
    right: 1.5625vw;
  }
}
@keyframes icon2 {
  0% {
    width: 10.625vw;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  51% {
    width: 0;
    left: auto;
    right: 1.5625vw;
  }
  100% {
    width: 10.625vw;
    right: 1.5625vw;
  }
}
@-webkit-keyframes icon3 {
  0% {
    width: 6.5625vw;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  51% {
    width: 0;
    left: auto;
    right: 3.125vw;
  }
  100% {
    width: 6.5625vw;
    right: 3.125vw;
  }
}
@keyframes icon3 {
  0% {
    width: 6.5625vw;
    left: 0;
  }
  50% {
    width: 0;
    left: 0;
  }
  51% {
    width: 0;
    left: auto;
    right: 3.125vw;
  }
  100% {
    width: 6.5625vw;
    right: 3.125vw;
  }
}
@-webkit-keyframes closeIcon1 {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  49% {
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(225deg);
    opacity: 1;
  }
}
@keyframes closeIcon1 {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  49% {
    transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(225deg);
    opacity: 1;
  }
}
@-webkit-keyframes closeIcon2 {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  49% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(135deg);
    opacity: 1;
  }
}
@keyframes closeIcon2 {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  49% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(135deg);
    opacity: 1;
  }
}
@-webkit-keyframes showMenu {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes showMenu {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes closeMenu {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes closeMenu {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes MenuShow {
  0% {
    right: -200%;
  }
  100% {
    right: 0;
  }
}
@keyframes MenuShow {
  0% {
    right: -200%;
  }
  100% {
    right: 0;
  }
}
.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-response-output {
  display: none !important;
}

.modal-backdrop.show {
  background: rgba(38, 58, 74, 0.6) !important;
  opacity: 1 !important;
}

.newsDetailDescription ul li,
.DescriptionText ul li {
  margin-left: 2.5em;
  list-style-type: disc;
}
.newsDetailDescription ol li,
.DescriptionText ol li {
  margin-left: 2.5em;
  list-style-type: decimal;
}

/* 2025.10.01 */
@media all {
  /* sp */
  @media screen and (max-width: 767px) {
    .spNone {display: none!important;}
  }
  /* tab & pc */
  @media (min-width: 768px) {
    .spOnly {display: none!important;}
  }
}