:root {
  --main: #005752;
  --text: #121b3d;
  --blue: #0f418e; 
}

/* recruit */

.main-visual_new{
	position: relative;
}

.main-visual_new img{
  width: 100%;
}

.lead-heading {
  margin-bottom: 80px;
}

.lead-heading .lead-copy{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 40px;
}

.lead-heading .lead-copy.farm{
  color: var(--main);
}

.lead-heading p{
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

.new_add{
  margin-bottom: 100px;
}

.new_add h3{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 40px;
}

.main-section .btn_area h3{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 40px;
}

.new_add h3.farm{
  color: var(--main);
}

.new_add p{
  font-size: 1.8rem;
  line-height: 2;
}

.new_add .new_add_article{
  margin-bottom: 40px;
}

.new_add img{
  width: 100%;
}


.accordion-005:not([open]) {
    margin-bottom: 7px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid var(--blue);
    background-color: #d8f0f8;
    color: #333333;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
    color: var(--text);
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #a8c0c8;
    border-right: 3px solid #a8c0c8;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}

.btn_area_multiple{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: var(--blue);
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    width: 50%;
}

.button-55::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.button-55.button55-ex::after{
  content: none;
}


.button-55:hover {
    background-color: #1579c0;
}


.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color:darkgreen;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    width: 50%;
}

.button-56::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.button-56.button56-ex::after{
  content: none;
}


.button-56:hover {
    background-color: #30B93F;
}

/* farm */
.add_multiple_column{
  display: flex;
  gap: 20px;
}

.add_multiple_column li{
  width: 50%;
}

@media only screen and (max-width: 850px){
  .add_multiple_column{
    display: block;
  }

  .add_multiple_column li{
    width: 100%;
  }
  .add_multiple_column li:nth-child(1){
    margin-bottom: 20px;
  }
}