@media only screen and (max-width: 767px) {
  .sp_none {
    display: none; } }

@media only print {
  .sp_none {
    display: none; } }

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none; } }

.pc_design_image {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3; }

body {
  margin: 0;
  min-width: 1200px;
  color: #111111;
  font-family: 'Noto Sans JP', sans-serif; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 320px; } }
  body.spmenu_active {
    overflow: hidden; }
  body.active {
    overflow: hidden; }

.root {
  overflow-x: hidden; }

h1 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 36px;
  color: #111;
  font-weight: normal;
  margin: 18px 15px 0 25px; }
  h1 img {
    height: 50px; }
  h1 span {
    font-size: 42px; }

h2 {
  font-size: 36px;
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 25px; }
  h2::first-letter {
    color: #549100; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 28px;
      padding-bottom: 15px;
      margin-bottom: 25px; } }
  h2:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #549100;
    position: absolute;
    bottom: 0;
    left: 0; }
  h2.center {
    text-align: center; }
    h2.center:after {
      left: 50%;
      transform: translateX(-50%); }
  h2.right {
    text-align: right; }
    h2.right:after {
      left: auto;
      right: 0%; }

img {
  max-width: 100%; }

p {
  margin-bottom: 2em;
  line-height: 2; }
  @media only screen and (max-width: 767px) {
    p {
      margin-bottom: 1em; } }

ul, ol {
  list-style: none; }

.content_section {
  margin-bottom: 140px; }
  @media only screen and (max-width: 767px) {
    .content_section {
      margin-bottom: 50px; } }
  .content_section._sm {
    margin-bottom: 95px; }
    @media only screen and (max-width: 767px) {
      .content_section._sm {
        margin-bottom: 30px; } }
  .content_section.bg_gray {
    background: #f8f8f8;
    padding: 80px; }
    @media only screen and (max-width: 767px) {
      .content_section.bg_gray {
        padding: 10px; } }
  @media only screen and (min-width: 768px) {
    .content_section.bg_left {
      margin-bottom: 240px; } }

._container {
  max-width: 1200px;
  margin: 0 auto; }

a.pdf:after, a.ext:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  mask: url("../img/ext.webp") 50% 50%/19px 13px no-repeat;
  -webkit-mask: url("../img/ext.webp") 50% 50%/19px 13px no-repeat;
  background-color: #333;
  background-size: cover;
  margin-left: .5ex; }

a.pdf:after {
  width: 20px;
  height: 22px;
  vertical-align: -15%;
  mask: url("../img/pdf.webp") 50% 50%/20px 22px no-repeat;
  -webkit-mask: url("../img/pdf.webp") 50% 50%/20px 22px no-repeat; }

header {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto; }
  @media only screen and (min-width: 768px) {
    header {
      min-width: 1200px; } }
  header .header_body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header_body > * {
      display: flex;
      align-items: end; }
  header .recruit_btn {
    border: 1px solid #111;
    border-radius: 15px;
    padding: 2px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    header .recruit_btn a {
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    header .recruit_btn:hover {
      background-color: #0f8d4e;
      border: 1px solid #0f8d4e; }
      header .recruit_btn:hover a {
        color: #fff; }
  header ._right {
    margin: 30px 10px 0 0px; }
    header ._right ul.gnav {
      display: flex;
      margin: 0; }
      header ._right ul.gnav li {
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: -0.075em; }
        header ._right ul.gnav li a {
          position: relative;
          transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          display: block;
          width: 100%; }
          header ._right ul.gnav li a:after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #549100;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: scaleX(0); }
          header ._right ul.gnav li a:hover {
            color: #549100; }
            header ._right ul.gnav li a:hover:after {
              transform: scaleX(1); }
    header ._right .entry_btn a {
      color: #fff;
      background-color: #ec9000;
      border: 1px solid #ec9000;
      box-sizing: border-box;
      padding: 7px 34px;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      font-weight: 700; }
      header ._right .entry_btn a:hover {
        background-color: #fff;
        color: #ec9000; }
  header .sp_nav_overlay {
    display: none; }
  header #header_menubtn {
    display: none; }
    header #header_menubtn::before {
      content: none; }
    @media only screen and (max-width: 767px) {
      header #header_menubtn {
        display: block;
        width: 20px;
        height: 24px;
        position: fixed;
        right: 0;
        top: 0;
        padding: 18px 20px;
        z-index: 21; }
        header #header_menubtn > span {
          box-sizing: border-box;
          display: block;
          width: 20px;
          height: 24px;
          margin-top: 5px;
          position: relative; }
          header #header_menubtn > span span {
            display: inline-block;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #6ea676;
            border-radius: 2px; }
        header #header_menubtn > span span:nth-of-type(1) {
          top: 0; }
        header #header_menubtn > span span:nth-of-type(2) {
          top: 6px; }
        header #header_menubtn > span span:nth-of-type(3) {
          top: 12px; }
        .spmenu_active header #header_menubtn > span span:nth-of-type(1) {
          top: 6px;
          transform: rotate(45deg) scale(1.1); }
        .spmenu_active header #header_menubtn > span span:nth-of-type(2) {
          top: 6px;
          transform: rotate(135deg) scale(1.1); }
        .spmenu_active header #header_menubtn > span span:nth-of-type(3) {
          top: 6px;
          transform: rotate(225deg) scale(1.1); } }
  @media only screen and (max-width: 767px) {
    header .header_body {
      position: fixed;
      z-index: 20;
      width: 100%;
      align-items: start; }
      header .header_body.active {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
        header .header_body.active .sp_nav_overlay {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1; }
    header h1 {
      margin: 10px 5px 10px 5px; }
      header h1 img {
        height: 30px; }
    header .recruit_btn {
      margin-bottom: 10px; }
      header .recruit_btn a {
        font-size: 90%; }
    header ._left {
      width: 100%;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    header ._right {
      position: fixed;
      background-color: #fff;
      z-index: 15;
      border-top: 1px solid #d5d5d5;
      display: none;
      top: 56px;
      left: 0;
      margin: 0;
      padding: 0 0px 30px;
      box-sizing: border-box;
      width: 100%; }
      header ._right .entry_btn {
        text-align: center; }
      header ._right ul.gnav {
        flex-direction: column;
        padding: 0;
        margin-bottom: 2em; }
        header ._right ul.gnav li {
          justify-content: start !important;
          padding: 10px 0 10px 20px;
          box-sizing: border-box;
          border-bottom: 1px solid #d5d5d5;
          margin: 0;
          position: relative; }
          header ._right ul.gnav li:before {
            content: "";
            background: url(../img/breadcrumbs.webp) 50% 50% no-repeat;
            background-size: cover;
            width: 9px;
            height: 13px;
            position: absolute;
            top: 15px;
            left: 5px; }
      header ._right.active {
        display: block; } }

a {
  text-decoration: none;
  color: #111111; }

.main_content {
  min-height: 600px; }

.mainimg {
  margin: 20px 0 50px;
  height: 600px;
  background: #549100 url(../img/mainimg.webp) 50% 100% repeat-x;
  animation: slideBackground 90s linear infinite;
  will-change: background-position;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .mainimg {
      height: 300px;
      margin: 56px 0 30px;
      padding: 0;
      border-top: 10px solid #549100;
      border-bottom: 10px solid #549100;
      background: #549100 url(../img/mainimg.webp) 50% 100%/auto 100% repeat-x; } }
  .mainimg .mainimg_catch {
    font-family: "Zen Old Mincho", serif;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: end; }
    @media only screen and (max-width: 767px) {
      .mainimg .mainimg_catch {
        width: 100vw; } }
    .mainimg .mainimg_catch > div {
      display: flex;
      flex-direction: column; }
      .mainimg .mainimg_catch > div > div {
        line-height: 1.4;
        font-size: 3em;
        margin: 0.2ex; }
        @media only screen and (max-width: 767px) {
          .mainimg .mainimg_catch > div > div {
            font-size: 6vw; } }
        .mainimg .mainimg_catch > div > div > div {
          background-color: #ffffff;
          padding: 0.2ex 0.5ex;
          display: inline-block; }

@keyframes slideBackground {
  from {
    background-position: 0 50%; }
  to {
    background-position: -3020px 50%; } }

footer {
  margin-top: 120px;
  background-color: #549100;
  letter-spacing: 0.1em; }
  footer a {
    color: #fff; }
  footer .footer_body {
    font-weight: 500;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 1em;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      footer .footer_body {
        display: block;
        padding: 30px 0.5em; } }
    footer .footer_body > div {
      padding: 0 20px;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        footer .footer_body > div {
          width: 50%; } }
  footer .janame {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      footer .janame {
        font-size: 22px;
        margin-bottom: 20px; } }
  footer .jainfo {
    margin-top: 10px; }
  footer .tel,
  footer .fax {
    font-size: 27px; }
    footer .tel:before,
    footer .fax:before {
      content: "Tel";
      font-size: 18px;
      display: inline-block;
      margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      footer .tel,
      footer .fax {
        font-size: 23px; }
        footer .tel:before,
        footer .fax:before {
          font-size: 16px;
          margin-right: 5px; } }
  footer .tel:before {
    content: "Tel: "; }
  footer .fax:before {
    content: "Fax: "; }
  footer .copywrite {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 15px; }
  footer .footer_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px 30px 4em;
    border: 1px solid #fff;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      footer .footer_nav {
        margin: 30px 0 0 0; } }
    footer .footer_nav > div {
      width: 50%;
      border-collapse: collapse;
      justify-content: center;
      align-items: center;
      display: flex;
      box-sizing: border-box;
      position: relative; }
      footer .footer_nav > div:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #fff;
        pointer-events: none; }
      footer .footer_nav > div:nth-child(odd):after {
        border-right: 1px solid #fff; }
      footer .footer_nav > div a {
        padding: 27.5px 20px;
        letter-spacing: -0.1em;
        box-sizing: border-box;
        flex-grow: 1;
        text-align: center;
        transition: 0.3s all; }
        footer .footer_nav > div a:hover,
        footer .footer_nav > div a:active {
          color: #549100;
          background-color: #ffffff; }
  footer ul.footer_link {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end; }
    @media only screen and (max-width: 767px) {
      footer ul.footer_link {
        margin-top: 30px;
        justify-content: center; } }
    footer ul.footer_link li {
      padding: 0 22px;
      box-sizing: border-box;
      border-collapse: collapse;
      margin-bottom: 0.5em;
      position: relative; }
      @media only screen and (max-width: 767px) {
        footer ul.footer_link li {
          width: 50%;
          text-align: center; } }
      footer ul.footer_link li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-left: 1px solid #66a385;
        border-right: 1px solid #66a385;
        width: calc(100% - 1px);
        height: 100%;
        pointer-events: none; }
      footer ul.footer_link li a:after {
        background-color: #fff; }

.recruit_column {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .recruit_column {
      padding: 0 10px;
      box-sizing: border-box; } }
  .recruit_column > div + div {
    margin-top: 3em; }
  .recruit_column > div {
    display: flex; }
    @media only screen and (min-width: 768px) {
      .recruit_column > div:nth-child(even) {
        flex-direction: row-reverse; }
        .recruit_column > div:nth-child(even) ._image > div {
          float: left; } }
    @media only screen and (max-width: 767px) {
      .recruit_column > div {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .recruit_column > div ._image {
        width: 410px; } }
    @media only screen and (max-width: 767px) {
      .recruit_column > div ._image {
        order: 1;
        max-width: 540px;
        margin: 0 auto 1em; } }
    @media only screen and (min-width: 768px) {
      .recruit_column > div ._image > div {
        min-width: 550px;
        aspect-ratio: 55/43;
        float: right; } }
    .recruit_column > div ._image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: bottom; }
    .recruit_column > div ._text {
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .recruit_column > div ._text {
          width: calc(100% - 410px);
          padding: 0px 40px; } }
      @media only screen and (max-width: 767px) {
        .recruit_column > div ._text {
          padding: 0px 0px;
          order: 2; } }
      @media only screen and (min-width: 768px) {
        .recruit_column > div ._text p {
          font-size: 18px; } }

ul.image_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0 60px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    ul.image_list {
      width: calc(100% + 10px);
      margin: 0 -5px;
      padding: 0; } }
  ul.image_list li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      ul.image_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px; } }
    ul.image_list li a {
      display: block;
      width: 100%;
      aspect-ratio: 17/11;
      position: relative;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      ul.image_list li a ._image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative; }
        ul.image_list li a ._image:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #000;
          opacity: 0.5;
          pointer-events: none;
          z-index: 10; }
        ul.image_list li a ._image:after {
          content: "";
          position: absolute;
          bottom: 20px;
          right: 30px;
          width: 13px;
          height: 9px;
          background-image: url(../img/modal_icon.webp);
          background-size: cover;
          z-index: 15; }
          @media only screen and (max-width: 767px) {
            ul.image_list li a ._image:after {
              bottom: 10px;
              right: 15px; } }
        ul.image_list li a ._image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          vertical-align: bottom;
          transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      ul.image_list li a ._text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        z-index: 15;
        width: 100%;
        height: 100%;
        padding: 30px;
        box-sizing: border-box;
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 767px) {
          ul.image_list li a ._text {
            padding: 15px;
            font-size: 16px; } }
      ul.image_list li a:hover {
        opacity: 0.8; }
        ul.image_list li a:hover img {
          transform: scale(1.1); }

.bg_left {
  position: relative; }
  .bg_left * {
    position: relative;
    z-index: 10; }
  @media only screen and (min-width: 768px) {
    .bg_left:after {
      content: "";
      position: absolute;
      top: -25px;
      right: 50%;
      display: block;
      width: 200vw;
      height: 135%;
      background-color: #549100;
      z-index: 5; } }

.interview {
  margin: 0 auto;
  max-width: 1080px; }

ul.interview_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 40px auto; }
  ul.interview_list li {
    width: 33.3%;
    aspect-ratio: 1 / 1; }
    @media only screen and (max-width: 767px) {
      ul.interview_list li {
        width: 33.33%;
        aspect-ratio: 3 / 4; } }
    @media only screen and (max-width: 540px) {
      ul.interview_list li {
        width: 50%;
        aspect-ratio: 3 / 4; } }
  ul.interview_list a, ul.interview_list ._image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  ul.interview_list a {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
    ul.interview_list a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: bottom;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    ul.interview_list a:hover img {
      opacity: 0.8;
      transform: scale(1.1); }
    ul.interview_list a ._text {
      position: absolute;
      left: 0;
      bottom: 0;
      box-sizing: border-box;
      width: 100%;
      max-width: 200px;
      max-height: 110px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 30px 20px; }
      @media only screen and (max-width: 767px) {
        ul.interview_list a ._text {
          padding: 10px 10px;
          max-width: 120px;
          max-height: none; } }
      ul.interview_list a ._text::before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        left: 0px;
        transform: translateX(-40px); }
      ul.interview_list a ._text:after {
        content: "";
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: url(../img/bg_interview.webp) 0 0/contain no-repeat;
        transform: translateX(-40px); }
      ul.interview_list a ._text .name {
        font-size: 22px;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          ul.interview_list a ._text .name {
            font-size: 17.6px; } }
      ul.interview_list a ._text ._year {
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap; }
        @media only screen and (max-width: 767px) {
          ul.interview_list a ._text ._year {
            font-size: 12.8px; } }
      ul.interview_list a ._text .busho {
        font-size: 18px;
        white-space: nowrap;
        font-weight: 900;
        color: #549100; }
        @media only screen and (max-width: 767px) {
          ul.interview_list a ._text .busho {
            font-size: 14.4px; } }

.topics_column {
  max-width: 1080px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .topics_column {
      display: flex; } }
  .topics_column ul {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .topics_column .title {
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .topics_column .title {
      width: 230px;
      border-right: 1px solid #d5d5d5;
      padding-right: 50px;
      box-sizing: border-box; }
      .topics_column .title h2 {
        transform: translateY(20px); } }
  .topics_column .topics {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .topics_column .topics ul {
        padding: 0 10px; } }
    .topics_column .topics li {
      margin-bottom: .25em; }
      .topics_column .topics li:not(:last-child) {
        border-bottom: 1px solid #d5d5d5; }
      @media only screen and (max-width: 767px) {
        .topics_column .topics li {
          margin-bottom: 1em; } }
    .topics_column .topics a {
      padding: 30px 0;
      box-sizing: border-box;
      font-size: 18px;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media only screen and (min-width: 768px) {
        .topics_column .topics a {
          display: flex; } }
      @media only screen and (max-width: 767px) {
        .topics_column .topics a {
          padding: 10px 0;
          display: block; } }
      .topics_column .topics a:hover {
        color: #0f8d4e; }
    .topics_column .topics .date {
      min-width: 195px; }
      .topics_column .topics .date span:not(.new_icon) {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-style: italic;
        margin-right: 1.25em; }
        @media only screen and (max-width: 767px) {
          .topics_column .topics .date span:not(.new_icon) {
            margin-right: .25em; } }
    .topics_column .topics .new_icon {
      margin-right: 1.5em;
      padding: 0px 10px;
      box-sizing: border-box;
      font-size: 16px;
      color: #fff;
      background-color: #ec9000; }
      @media only screen and (max-width: 767px) {
        .topics_column .topics .new_icon {
          margin-right: 0em; } }
    .topics_column .topics ._text {
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .topics_column .topics ._text {
          padding-left: 20px; } }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.entry_link {
  text-align: center;
  color: #fff;
  padding: 15px 80px;
  box-sizing: border-box;
  margin: 1em 0;
  font-size: 36px;
  min-width: 540px;
  display: inline-block;
  background: #ec9000 url(../img/entry_icon.webp) calc(100% - 30px) 50% no-repeat;
  background-size: 40px 40px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media only screen and (max-width: 767px) {
    .entry_link {
      padding: 10px 80px;
      min-width: 270px;
      font-size: 28.8px; } }
  .entry_link:hover {
    opacity: 0.8; }

.btns {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .btns {
      display: block; } }
  .btns > * {
    width: 50%;
    box-sizing: border-box;
    padding: 1em; }
    @media only screen and (max-width: 767px) {
      .btns > * {
        width: auto; } }

.btn {
  text-align: center;
  color: #fff;
  padding: 1ex 120px;
  box-sizing: border-box;
  margin: 1ex 0;
  font-size: 180%;
  display: block;
  background: #549100 url(../img/entry_icon.webp) calc(100% - 30px) 50% no-repeat;
  background-size: 40px 40px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media only screen and (max-width: 767px) {
    .btn {
      padding: 10px 80px;
      min-width: 270px;
      font-size: 28.8px; } }
  .btn:hover {
    opacity: 0.8; }

.modal_contents {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  font-size: 18px;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none; }
  .modal_contents.active {
    opacity: 1;
    pointer-events: auto; }
  .modal_contents .modal_content {
    display: none; }
  .modal_contents .close_btn {
    color: #fff;
    font-size: 220%;
    font-weight: 100;
    position: fixed;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    z-index: 40;
    padding-right: 20px;
    box-sizing: border-box;
    max-width: 1200px;
    text-align: right;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .modal_contents .close_btn {
        top: 10px; } }
    .modal_contents .close_btn span {
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .modal_contents .close_btn span:hover {
      cursor: pointer;
      opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .modal_contents {
      font-size: 16px; } }
  .modal_contents * {
    position: relative;
    z-index: 25; }
    .modal_contents *.modalheader_area {
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%; }
  .modal_contents .modal_content {
    width: 100%;
    height: 100%; }
  .modal_contents ul {
    padding-left: 1.5em;
    margin-top: 0.5em; }
  .modal_contents #close_modal {
    width: 100px;
    height: 100px;
    background-color: orange; }
  .modal_contents .modal_header {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .modal_contents .modal_header {
        height: auto; } }
    .modal_contents .modal_header:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 30;
      background-color: rgba(0, 29, 15, 0.7); }
    .modal_contents .modal_header img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: bottom;
      pointer-events: none; }
    .modal_contents .modal_header .modal_title {
      width: 100%;
      min-height: 90px;
      display: flex;
      align-items: center;
      max-width: 1200px;
      z-index: 25;
      margin-bottom: 30px;
      color: #fff;
      font-size: 36px;
      padding: 20px 70px 20px 50px;
      z-index: 35;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .modal_contents .modal_header .modal_title {
          border-bottom: 1px solid #fff; } }
      @media only screen and (max-width: 767px) {
        .modal_contents .modal_header .modal_title {
          font-size: 25.2px;
          padding: 20px 60px 20px 20px;
          min-height: 60px;
          margin-bottom: 0px; } }
  .modal_contents .modal_body {
    max-width: 1200px;
    margin: 150px auto 0;
    padding: 0 0px 50px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .modal_contents .modal_body {
        margin: 100px auto 0;
        padding: 0 10px 50px;
        width: 100%; } }
  .modal_contents .bg_white {
    position: relative;
    padding: 66px 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .modal_contents .bg_white {
        padding: 30px 0; } }
    .modal_contents .bg_white:after {
      content: "";
      position: absolute;
      top: 0;
      left: -50vw;
      display: block;
      width: 200vw;
      height: 100%;
      background-color: #fff;
      z-index: 20; }
  .modal_contents .h3 {
    font-size: 30px;
    font-weight: 700;
    z-index: 35;
    color: #549100;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .modal_contents .h3 {
        font-size: 24px; } }
  .modal_contents ul {
    list-style: disc; }
    .modal_contents ul li {
      margin-bottom: .5em; }
  .modal_contents .modal_conentblock {
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    margin: 50px 0; }
    @media only screen and (max-width: 767px) {
      .modal_contents .modal_conentblock {
        padding: 30px 0; } }
    .modal_contents .modal_conentblock:after {
      content: "";
      position: absolute;
      top: 0;
      left: -60px;
      display: block;
      width: calc(100% - 70px);
      height: 100%;
      background-color: #fff;
      z-index: 20; }
      @media only screen and (max-width: 767px) {
        .modal_contents .modal_conentblock:after {
          left: -50vw;
          width: 200vw; } }
    .modal_contents .modal_conentblock .block_title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .modal_contents .modal_conentblock .block_title {
          font-size: 24px; } }
    @media only screen and (min-width: 768px) {
      .modal_contents .modal_conentblock > div:not(.flex_contents) {
        max-width: calc(100% - 180px); } }
    .modal_contents .modal_conentblock .flex_contents {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .modal_contents .modal_conentblock .flex_contents {
          flex-direction: column-reverse; } }
      @media only screen and (min-width: 768px) {
        .modal_contents .modal_conentblock .flex_contents > *.left {
          width: 60%; }
        .modal_contents .modal_conentblock .flex_contents > *.right {
          width: 40%; } }
      .modal_contents .modal_conentblock .flex_contents .right {
        box-sizing: border-box; }
        @media only screen and (min-width: 768px) {
          .modal_contents .modal_conentblock .flex_contents .right {
            padding-left: 30px; } }
        .modal_contents .modal_conentblock .flex_contents .right .image {
          width: 100%; }
          .modal_contents .modal_conentblock .flex_contents .right .image:not(.auto_ratio) {
            aspect-ratio: 22/15; }
          .modal_contents .modal_conentblock .flex_contents .right .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: bottom; }

table {
  border-collapse: collapse;
  border-color: #549100;
  border-style: solid;
  border-width: 1px;
  width: 100%; }

@media only screen and (max-width: 767px) {
  table {
    width: auto; }
    table tbody > tr > th {
      width: auto; } }

th {
  color: #fff;
  border-color: #549100;
  background-color: #549100;
  border-style: solid;
  border-width: 1px;
  padding: 1ex 1em;
  min-width: 70px;
  position: relative; }
  th:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1; }
  th a {
    z-index: 10;
    position: relative; }

td {
  background-color: #ffffff;
  border-color: #549100;
  border-style: solid;
  border-width: 1px;
  padding: 1ex 1em; }

tr:not(:last-child) th {
  border-bottom: 1px solid #fff; }

thead th,
thead td {
  background-color: #549100;
  color: #ffffff; }
  thead th:not(:last-child),
  thead td:not(:last-child) {
    position: relative; }
    thead th:not(:last-child):after,
    thead td:not(:last-child):after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: calc(100% + 2px);
      background-color: #fff;
      display: block; }

@media only screen and (min-width: 768px) {
  .pc_column6, .pc_column5, .pc_column4, .pc_column3, .pc_column2, .pc_column1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px; }
    .pc_column6.ul_mt, .pc_column5.ul_mt, .pc_column4.ul_mt, .pc_column3.ul_mt, .pc_column2.ul_mt, .pc_column1.ul_mt {
      margin-top: 4rem; }
    .pc_column6 > *, .pc_column5 > *, .pc_column4 > *, .pc_column3 > *, .pc_column2 > *, .pc_column1 > * {
      padding: 0 10px;
      box-sizing: border-box;
      margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .pc_column6 > *, .pc_column5 > *, .pc_column4 > *, .pc_column3 > *, .pc_column2 > *, .pc_column1 > * {
    margin-bottom: 10px; } }

.image_medium img, .image_a4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  object-position: top; }

.image_medium {
  aspect-ratio: 3/2; }

.image_a4 {
  aspect-ratio: 210/297; }

@media only screen and (max-width: 767px) {
  .sp_column6, .sp_column5, .sp_column4, .sp_column3, .sp_column2, .sp_column1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 0 -20px; }
    .sp_column6.ul_mt, .sp_column5.ul_mt, .sp_column4.ul_mt, .sp_column3.ul_mt, .sp_column2.ul_mt, .sp_column1.ul_mt {
      margin-top: 3rem; }
    .sp_column6 > *, .sp_column5 > *, .sp_column4 > *, .sp_column3 > *, .sp_column2 > *, .sp_column1 > * {
      box-sizing: border-box;
      padding: 0 5px;
      box-sizing: border-box;
      margin-bottom: 5px; } }

@media only screen and (min-width: 768px) {
  .pc_column6 > * {
    width: 16.666%; }
  .pc_column5 > * {
    width: 20%; }
  .pc_column4 > * {
    width: 25%; }
  .pc_column3 > * {
    width: 33.333%; }
  .pc_column2 > * {
    width: 50%; }
  .pc_column1 > * {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .sp_column6 > * {
    width: 16.666%; }
  .sp_column5 > * {
    width: 20%; }
  .sp_column4 > * {
    width: 25%; }
  .sp_column3 > * {
    width: 33.333%; }
  .sp_column2 > * {
    width: 50%; }
  .sp_column1 > * {
    width: 100%; } }

.modal_contents ul.faq_blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .modal_contents ul.faq_blocks {
      display: block; } }
  .modal_contents ul.faq_blocks > li {
    width: 33.3%;
    border: 1px solid #eeeeee;
    list-style-type: none;
    margin: 0;
    padding: 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .modal_contents ul.faq_blocks > li {
        width: auto; } }
    .modal_contents ul.faq_blocks > li .faq_q {
      font-weight: 700;
      font-size: 110%;
      color: #364773;
      font-family: "Zen Old Mincho", serif;
      position: relative;
      padding-left: 2em;
      line-height: 1.6; }
      .modal_contents ul.faq_blocks > li .faq_q::before {
        content: "Q.";
        font-size: 130%;
        line-height: 1.2;
        position: absolute;
        left: 0;
        top: 0; }
      .modal_contents ul.faq_blocks > li .faq_q::after {
        content: "";
        display: block;
        width: 50%;
        height: 3px;
        margin: 1em auto;
        background-color: #364773;
        transform: translateX(-1em); }
    .modal_contents ul.faq_blocks > li .faq_a {
      position: relative;
      padding-left: 2em;
      line-height: 1.6;
      font-size: 90%; }
      .modal_contents ul.faq_blocks > li .faq_a::before {
        font-family: "Zen Old Mincho", serif;
        content: "A.";
        font-size: 159%;
        line-height: 1.2;
        position: absolute;
        left: 0;
        top: 0;
        color: #ff3300; }
