@charset "UTF-8";

#Benefits_content {
  margin: 0 auto;
  padding-bottom: clamp(100 * 0.5px, 100 / 960 * 100vw, 100px);
}

/* #Benefits_content h1,
#Benefits_content h2 {
  letter-spacing: -0.03em;
  line-height: 1.2;
}

#Benefits_content h2 {
  letter-spacing: -0.03em;
  line-height: 1.2;
} */


/* ---------- .Mv ---------- */
#Benefits_content .Mv {
  width: 100%;
  margin: 0 auto;
  margin-top: 4vw;
  padding-bottom:7vw;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
#Benefits_content .Mv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  clip-path: polygon(0 100%, 100% 15%, 100% 100%, 0% 100%);
  z-index: 1;
}
#Benefits_content .Mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background: #FFF;
  z-index: 1;
}

#Benefits_content .Mv .container{
  padding:0 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #Benefits_content .Mv .container {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 559px) {
  #Benefits_content .Mv .container {
      padding: 0 20px;
    }
}

#Benefits_content .Mv .Pagename {
  width:auto;
  display: inline-block;
  margin-bottom: 5vw;
  font-weight: bold;
  color: #fff;
  /* text-align: center; */
  /* line-height: min(4.4rem, 44px); */
  /* overflow: hidden; */
  z-index: 1;
  /* transform: translateX(-80px); */
  position: relative;
}
#Benefits_content .Mv .Pagename span {
  background: none;
  padding: 0 5vw 0 0;
  font-size: 1.8rem;
}
  	@media only screen and (min-width: 560px) and (max-width: 959px) {
      #Benefits_content .Mv .Pagename span {
          font-size: 1.6rem;
        }
  	}
  
  	@media only screen and (max-width: 559px) {
      #Benefits_content .Mv .Pagename span {
          font-size: 1.3rem;
        }
  	}
#Benefits_content .Mv .Pagename::before {
  content: "";
  background-color: var(--color-orange);
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  left:-100%;
  top:0;
}
#Benefits_content .Mv .Pagename::after {
  content: "";
  background-color: var(--color-orange);
  width: 100%;
  height: 100%;
  /* left:-80px; */
  transform: skew(15deg);
  display: block;
  z-index: -1;
  position: absolute;
  top:0;
  left:-2vw;
}




#Benefits_content .Mv .Heading_wrap {
  margin: 0 auto;
  /* position: absolute;
  left: 44%;
  top: 35%; */
  z-index: 2;
}
#Benefits_content .Mv .Heading_wrap .Mv_catch {
  display: block;
  font-size: clamp(13px, 1.5vw, 30px);
  font-weight: bold;
}
#Benefits_content .Mv .Heading_wrap h1 {
  font-size: 6vw;
  font-size: clamp(36px, 6vw, 6vw);
  line-height: 1.3;
  z-index: 2;
  font-weight: 900;
}
#Benefits_content .Mv .Heading_wrap h1 strong {
  background: linear-gradient(transparent 0%, transparent 85%, var(--color-link_green) 85%, var(--color-link_green) 95%, transparent 95%, transparent 100%);
}

#Benefits_content .Mv .Heading_wrap h1 strong:last-of-type {
  background: linear-gradient(transparent 0%, transparent 85%, var(--color-orange) 85%, var(--color-orange) 95%, transparent 95%, transparent 100%);
}


#Benefits_content .Mv_Img {
  width: 28vw;
  position: absolute;
  top: 4vw;
  right: 15vw;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
#Benefits_content .Mv_Img {
    width: 40vw;
    position: absolute;
    top: 3vw;
    right: 5vw;
  }
}
@media only screen and (max-width: 559px) {
#Benefits_content .Mv_Img {
    width: 40vw;
    position: absolute;
    top: 4vw;
    right: -5vw;
  }
}
#Benefits_content .Mv .Button_wrap {
  position: absolute;
  bottom: 0;
  right: 80px;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #Benefits_content .Mv .Button_wrap {
      display:block;
      position: relative;
      bottom: auto;
      right: auto;
      margin: 5vw 0 0 0;
    }
}
@media only screen and (max-width: 559px) {
  #Benefits_content .Mv .Button_wrap {
      position: relative;
      bottom: auto;
      right: auto;
      margin: 5vw 0 0 0;
    }
}
#Benefits_content .Mv .Button_inner{
  padding:0.5rem 3rem 0.5rem 3rem;
}

/* ---------- .Lead_block ---------- */
#Benefits_content .Lead_block {
  width:100%;
  padding-top: 32px;
  background: #FFF;
  position: relative;
  z-index: 90;
}

#Benefits_content .Lead_block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15vw;
  width: 100%;
  height: 15vw;
  background: #FFF;
  clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%);
  z-index: 90;
}

#Benefits_content .Lead_block p {
  font-weight: 500;
}

#Benefits_content .Lead_block .GridBox {
  gap: 60px;
}
#Benefits_content .Lead_block .GridBox_Text {
  flex: 1;
}
#Benefits_content .Lead_block .GridBox_image {
  width: 40%;
  max-width: min(43rem, 430px);
}
  @media only screen and (min-width: 560px) and (max-width: 959px) {
    #Benefits_content .Lead_block .GridBox_image {
      width: 60%;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 559px) {
    #Benefits_content .Lead_block .GridBox_image {
      width: 100%;
      margin:0 auto;
    }
  }
/* ---------- .mv_nav ---------- */
#Benefits_content .Lead_block nav.mv_nav {
  margin-top: min(8rem, 80px);
  padding-bottom:40px;
}
  @media only screen and (max-width: 559px) {
    #Benefits_content .Lead_block nav.mv_nav {
        margin-top: 40px;
      }
  }
#Benefits_content .Lead_block nav.mv_nav ol.mv_ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.0rem, 10px);
}

#Benefits_content .Lead_block nav.mv_nav ol.mv_ol li.mv_li a {
  width: 100%;
  height: min(8rem, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-green);
  font-size: min(2rem, 20px);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  color: #333;
}
  @media only screen and (max-width: 559px) {
    #Benefits_content .Lead_block nav.mv_nav ol.mv_ol li.mv_li a {
        font-size: 3.5vw;
    }
  }
#Benefits_content .Lead_block nav.mv_nav ol.mv_ol li.mv_li a.yellow {
  background-color: var(--color-yellow);
}

#Benefits_content .Lead_block nav.mv_nav ol.mv_ol li.mv_li a.orange {
  background-color: var(--color-orange);
}

#Benefits_content .Lead_block nav.mv_nav ol.mv_ol li.mv_li a.blue {
  background-color: var(--color-blue);
}

#Benefits_content .Lead_block nav.mv_nav ol.mv_ol li.mv_li a::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/icon_arrow_down_black.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.4rem, 24px);
  height: min(1.2rem, 12px);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  transform: translateY(200%);
  z-index: 10;
}


/* ----- common ----- */

.Categoly_section{
  width:100%;
  padding-top:18vw;
  position: relative;
}
.Categoly_section .Categoly_name {
  padding: 5vw 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
  color: #fff;
  font-size: clamp(22px, 3vw, 50px);
  text-align: center;
  line-height: min(10rem, 100px);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
.Categoly_section .Categoly_name {
    padding: 5vw 0;
    line-height: min(6rem, 80px);
  }
}

@media only screen and (max-width: 559px) {
.Categoly_section .Categoly_name {
    padding: 6vw 0;
    line-height: min(4rem, 50px);
  }
}

.Categoly_section .Categoly_name::before {
  content: "";
  position: absolute;
  display: block;
  background: #333;
  width: 100%;
  height: 30px;
  bottom: -30px;

  left: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%);
}

.Categoly_section .Categoly_name small {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Categoly_section .Categoly_name small {
      font-size: 14px;
    }
}
@media only screen and (max-width: 559px) {
  .Categoly_section .Categoly_name small {
      font-size: 12px;
    }
}

.Categoly_section .Categoly_inner {
  /* padding-left:150px; */
  padding-left: clamp(60px, 15vw, 300px);
}

.Categoly_section .Categoly_content {
  margin-top:50px;
  padding: 55px 80px 55px 55px;
  background: #FFF;
  border-radius: 40px 0 0 40px;
  position: relative;
}
    @media only screen and (min-width: 560px) and (max-width: 959px) {
      .Categoly_section .Categoly_content {
        margin-top: 40px;
        padding: 35px;
        border-radius: 40px 0 0 40px;
      }
    }
    @media only screen and (max-width: 559px) {
      .Categoly_section .Categoly_content {
          margin-top: 40px;
          padding: 30px 20px 30px 20px;
          border-radius: 30px 0 0 30px;
        }
    }
.Categoly_section .Categoly_content p{
  margin-top: 1em;
}

.Categoly_section .Categoly_heading {
  display: flex;
  /* align-items: start; */
  align-items: stretch;
  gap: min(4rem, 40px);
  /* transform: translateX(-5%); */
  padding-right:80px;
}
  	@media only screen and (min-width: 560px) and (max-width: 959px) {
      .Categoly_section .Categoly_heading {
          display: block;
          padding-right: 50px;
        }
  	}
  	@media only screen and (max-width: 559px) {
      .Categoly_section .Categoly_heading {
          display: block;
          padding-right: 0;
        }
  	}
.Categoly_section .Categoly_heading .Heading_wrap {
  padding-right: min(4rem, 40px);
  border-right: min(0.5rem, 5px) solid var(--color-main);
}
@media only screen and (max-width: 959px) {
.Categoly_section .Categoly_heading .Heading_wrap {
    border-right: none;
  }
}
.Categoly_section .Categoly_heading h2 {
  /* font-size: min(5rem, 50px); */
  font-size: clamp(30px, 6vw, 50px);
  font-weight: 900;
  line-height: 1.3;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Categoly_section .Categoly_heading h2 {
    /* font-size: min(5rem, 50px); */
    padding-right: 0;
    margin-bottom:0.5em;
  }
}
@media only screen and (max-width: 559px) {
  .Categoly_section .Categoly_heading h2{
    /* font-size: 30px; */
    padding-right: 0;
    margin-bottom: 0.5em;
  }
}

.Categoly_section .Categoly_lead {
  flex: 1;
  align-items: flex-start;
  height: 100%;
}

.Categoly_section .Categoly_lead {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: min(1.0rem, 10px) min(2.0rem, 20px);
  width: 90%;
}

.Categoly_section .Categoly_lead li {
  display: inline-block;
  font-weight: 700;
}



.Categoly_section h3 {
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}
.Categoly_section h3 small{
  display: block;
  margin-bottom: 0.5em;
  /* font-size: min(1.8rem, 18px); */
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.5;
  font-weight: 500;
  
}
.Categoly_section h3 strong {
  display: block;
  margin-bottom: 0.5em;
  /* font-size: min(3.2rem, 32px); */
  
  font-weight: 700;
  color: #499ed0;
  line-height: 1.3;
}

a.common_link {
  display: inline-block;
  width: fit-content;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  padding: 10px 30px;
  background-color: var(--color-link_green);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2.4rem, 24px);
}

a.common_link::after {
  content: "";
  background-image: url(../images/icon_arrow_right_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.2rem, 22px);
  height: min(1.0rem, 10px);
}

.target {
  transform: translateY(80px);
  opacity: 0;
  transition: all .8s;
}

.target.appear {
  transform: none;
  opacity: 1;
}



/* ---------- Categoly ---------- */
.Categoly_section {
  position: relative;
  padding-bottom:50px;
}
#various {
  background-color: var(--color-green);
  z-index: 80;
}

#holiday {
  background-color: var(--color-yellow);
  z-index: 70;
}
#education {
  background-color: var(--color-blue);
  z-index: 60;
}
#welfare {
  background-color: var(--color-orange2);
  z-index: 50;
}
.Categoly_section#various::after,
.Categoly_section#holiday::after,
.Categoly_section#education::after,
.Categoly_section#welfare::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15vw;
  width: 100%;
  height: 15vw;
  clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%);
  z-index: 90;
}

.Categoly_section#various::after {
  background-color: var(--color-green);
}
.Categoly_section#holiday::after {
  background-color: var(--color-yellow);
}
.Categoly_section#education::after {
  background-color: var(--color-blue);
}
.Categoly_section#welfare::after {
  background-color: var(--color-orange2);
}


/* ---------- .various ---------- */
#various {
  background-color: var(--color-green);
  position: relative;
  z-index: 80;
}

#various .various_img {
  /* margin: min(10rem, 100px) 0 0 auto; */
  max-width: 1000px;
  position: relative;
  margin: 0 auto 4em;
  padding-top:60px;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
#various .various_img {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 559px) {
#various .various_img {
    padding-top: 0;
  }
}
#various .various_img span {
  position: absolute;
  width: min(20rem, 200px);
  top: 0;
  right: 0;
  transform: translateY(-100px);
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
#various .various_img span {
    position: absolute;
    width: min(20rem, 200px);
    top: 0;
    right: 0;
    transform: translateY(-100px);
  }
}

@media only screen and (max-width: 559px) {
#various .various_img span {
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    transform: translateY(-40px);
  }
}
#various .Categoly_content a.common_link {
  margin-top: min(2rem, 20px);
}
#various .Categoly_box {
  margin-top:2em;
}

#various .various_box{
  margin-top: clamp(40px, 5vw, 80px);
  }
#various .Box_heading{
  margin-bottom:2em;
  display: flex;
  align-items: end;
  gap:20px;
}
  @media only screen and (min-width: 560px) and (max-width: 959px) {
    #various .Box_heading {
        flex-direction: column;
        gap: 0;
      }
  }

  @media only screen and (max-width: 559px) {
    #various .Box_heading {
        margin-bottom: 0.5em;
        flex-direction: column;
        gap: 0;
      }
  }
#various .Box_heading h3 {
  padding-left: clamp(15px, 5vw, 40px);
  border-left: clamp(3px, 1vw, 5px) solid #499ed0;
  flex: 1;
}
#various .Box_heading div {
  /* max-width: 170px; */
  width: clamp(100px, 17vw, 170px);
}



#various .ItemTable{
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
}

#various .ItemTable th,
#various .ItemTable td{
  border: 1px solid #333;
  padding: 10px 20px;
  background:#f5f5f5;
}
@media only screen and (max-width: 559px) {
  #various .ItemTable th,
  #various .ItemTable td {
    padding: 10px;
  }
}
#various .ItemTable th {
  background: #a0c7e8;
  color: #FFF;
  font-size: clamp(14px, 3.75vw, 18px);
  line-height: 1;
}

#various .ItemTable td {
  font-size: clamp(12px, 3.2vw, 16px);
  line-height: 1.5;
  font-weight: 500;
}
#various .ItemTable td.item_title{
  width: 20%;
  font-size: clamp(12px, 3.2vw, 18px);
  vertical-align: middle;
}
#various .ItemTable td.item_content {
  width: 50%;
}
#various .ItemTable td.item_amount {
  width: 30%;
  font-size: clamp(14px, 3.75vw, 20px);
  font-weight: 700;
}
#various .ItemTable td small{
  
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}

.Subtotal{
  width:100%;
  margin: 0.5em 0 1em 0;
  /* padding-bottom:1em; */
  /* font-size: 3rem; */
  font-size: clamp(16px, 3.75vw, 30px);
  font-weight: 700;
  line-height: 1;
  text-align: right;
  letter-spacing: 0;
  position: relative;
}
.Subtotal1::before,
.Subtotal2::before{
  content:"";
  display: block;
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  width: 60px;
  height: 70px;
}
  @media only screen and (min-width: 560px) and (max-width: 959px) {
    .Subtotal1::before,
      .Subtotal2::before {
        margin: 0 0;
        width: 50px;
        height: 60px;
      }
  }
    @media only screen and (max-width: 559px) {
      .Subtotal1::before,
        .Subtotal2::before {
          margin: 0 0;
          width: 40px;
          height: 53px;
        }
    }
.Subtotal1::before {
  background: url(../images/subtotal_plus.png) no-repeat;
  background-size: contain;
}
.Subtotal2::before {
  background: url(../images/subtotal_arrow02.png) no-repeat;
  background-size: contain;
}


.Subtotal .subtotal_arrow {
  width: 45px;
  height: 25px;
  margin:0 auto;
  margin-right: clamp(20px, 5vw, 100px);
}

.Subtotal .subtotal_ttl {
  font-size: 2rem;
  font-size: clamp(16px, 10vw, 20px);
  line-height: 1;
  margin: 0;
  padding: 0;
}
.Subtotal strong {
  font-size: 5rem;
  font-size: clamp(30px, 5vw, 50px);
}
.Subtotal small {
  font-size: 1.3rem;
  font-weight: normal;
}
  @media only screen and (max-width: 559px) {
    .Subtotal small {
      display: block;
      margin-top:0.5em
    }
  }

.Total_wrap{
  display: flex;
  justify-content: center;
}
.Total {
  display: inline-block;
  width:auto;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .Total {
      width: 100%;
    }
}
.Total .inner {
        width: 100%;
        padding: 10px;
        line-height: 1.3;
      }
.Total .inner{
  align-items: center;
  margin-bottom:0.3em;
  padding: 10px 20px 15px 20px;
  color: var(--color-orange);
  border: 2px solid var(--color-orange);
  font-size: 3.2rem;
  font-size: clamp(20px, 3.3vw, 32px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
    @media only screen and (max-width: 559px) {
      .Total .inner {
        padding: 10px;
        line-height: 1.3;
      }
    }
.Total .inner strong{
  font-size: clamp(28px, 7.4vw, 50px);
}
.Total .notice {
  line-height: 1.5;
}
.Total .notice span {
  color: var(--color-orange);
}


/* ----- holiday ----- */

.Categoly_section#holiday .Categoly_content {
  background: none;
  padding: 0 80px 0 0;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .Categoly_section#holiday .Categoly_content {
  padding: 0 50px 0 0;
  }
}
@media only screen and (max-width: 559px) {
  .Categoly_section#holiday .Categoly_content {
      padding: 0 20px 0 0;
    }
}
#holiday .holiday_box{
  margin-top:3em;
}

#holiday div.holiday_img {
  width: 100%;
}

/* ----- education ----- */
#education .education_content01 {
  display: flex;
  align-items: start;
  gap: min(5rem, 50px);
}
  
  	@media only screen and (max-width: 959px) {
      #education .education_content01 {
      flex-direction: column;
      gap:30px;
      }
    }

#education .education_content01 p {
  margin-bottom: 0.5em;
}

#education .education_content01 a.common_link {
  margin-top: min(2rem, 40px);
}

#education p.common_txt {
  margin-top: min(2rem, 20px);
}

#education .education_box {
  margin-top: min(6rem, 60px);
  margin-top: clamp(30px, 6.25vw, 60px);
  padding: 0 clamp(20px, 3.125vw, 30px) clamp(20px, 3.125vw, 30px) clamp(20px, 3.125vw, 30px);
  border: 2px solid #499ed0;
}

#education .education_box h3 {
  margin-top: 0;
  padding-top: clamp(20px, 3.125vw, 30px);
  padding-left: clamp(10px, 2vw, 20px);
  border-left: 5px solid #499ed0;
  color: #499ed0
}
#education .education_box p.txt_indent {
  padding-left: clamp(15px, 2.6vw, 25px);
}

#education .education_box .education_item {
  margin-top: clamp(20px, 4.16vw, 40px);
}

#education .education_box .education_item dl {
  display: flex;
  align-items: start;
  gap: min(2rem, 20px);
  padding: min(2rem, 20px) 0;
  border-top: min(0.1rem, 1px) solid #333;
  margin:0;
}
  @media only screen and (max-width: 559px) {
    #education .education_box .education_item dl {
        flex-direction: column;
      }
  }

#education .education_box .education_item dt {
  width: min(9rem, 90px);
  height: min(6.5rem, 65px);
  background-color: var(--color-orange);
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
    @media only screen and (max-width: 559px) {
      #education .education_box .education_item dt {
        height: 40px;
        }
    }

#education .education_box .education_item dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.6rem, 16px);
}

#education .education_box .theme {
  display: flex;
  margin: 0;
}
#education .education_box .theme > div {
  
  display: inline-block;
}
#education .education_box .theme > span {
  flex: 1;
  display: inline-block;
  margin-left:0.5em;
}


/* ----- welfare ----- */


#welfare .GridBox {
  gap: min(5.0rem, 50px);
}

#welfare .GridBox_text {
  /* width:55%; */
  flex: 1;
}


#welfare .GridBox_text p.welfare_txt {
  margin-top: 1.5em;
  padding: 20px;
  background-color: #e2eef7;
  border-radius: min(.5rem, 5px);
  font-size: min(1.4rem, 14px);
  line-height: 1.7;
}
#welfare .GridBox_text p.welfare_txt strong {
    display: block;
    font-weight: 700;
}


#welfare .GridBox_image {
  width:40%;
  position: relative;
  padding-top: 100px;
}
    @media only screen and (min-width: 560px) and (max-width: 959px) {
    #welfare .GridBox_image {
      width: 100%;
      padding-top: 0;
      display: flex;
      flex-direction: row-reverse;
    }
  }
        @media only screen and (max-width: 559px) {
      #welfare .GridBox_image {
        width: 100%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: end;
      }
    }
#welfare .GridBox_image .welfare_img{
  max-width: 500px;
  margin:0 auto;
  display: block;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #welfare .GridBox_image .welfare_img {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 559px) {
  #welfare .GridBox_image .welfare_img {
    width: 100%;
  }
}

#welfare .GridBox_image span.welfare_fuki {
  position: absolute;
  width: 230px;
  top: -80px;
  right: 3vw;
  z-index: 100;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  #welfare .GridBox_image span.welfare_fuki {
      width: 180px;
      position: relative;
      display: block;
      top: 0;
      right: 0;
    }
}

@media only screen and (max-width: 559px) {
  #welfare .GridBox_image span.welfare_fuki {
      width: 160px;
      position: relative;
      display: block;
      top: 0;
      right: 0;
    }
}

/* ----- bottom_link ----- */

#Benefits_content section.bottom_link {
  padding-top:15vw;
  display: flex;
  justify-content: center;
}
#Benefits_content section.bottom_link .Button{
  padding: 0 5rem;
}


/* #Benefits_content section.link div.container {
  display: flex;
  justify-content: center;
  align-items: center;
} */


/* ----- modal ----- */
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

/* ----- modal ----- */

div.modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(133 133 133 / 0.8);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

div.modal_area.active {
  opacity: 1;
  pointer-events: auto;
}

div.modal_area div.modal_conts {
  width: min(90rem, 900px);
  height: calc(100vh - 60px);
  margin: min(3rem, 30px) auto;
  background-color: #fff;
  position: relative;
  padding: min(8rem, 80px) clamp(20px, 4vw, 40px) clamp(40px, 8.3vw, 80px);
  overflow: auto;
}

div.modal_area div.modal_conts a.modal_close {
  position: absolute;
  width: min(7rem, 70px);
  height: min(7rem, 70px);
  top: 0;
  right: 0;
  background-color: var(--color-link_green);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.4rem, 14px);
}

div.modal_area div.modal_conts h2.modal_h2 {
  font-size: clamp(22px, 3.3vw, 30px);
  font-weight: 900;
  line-height: 1.4;
}

div.modal_area div.modal_conts h3.modal_h3 {
  margin-top: clamp(40px, 6.25vw, 60px);
  margin-bottom: clamp(16px, 3.57vw, 20px);
  font-size: clamp(18px, 4.285vw, 24px);
  font-weight: 700;
  color: #499ed0;
  line-height: 1.5;
  padding-left: min(0.8rem, 8px);
  border-left: min(0.5rem, 5px) solid #499ed0;
}

div.modal_area div.modal_conts dl.modal_dl {
  margin-top: clamp(16px, 3.57vw, 20px);
  border: min(0.1rem, 1px) solid var(--color-main);
}

div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
}

div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap dt.modal_dt {
  width: min(18rem, 180px);
  font-size: clamp(16px, 3.57vw, 20px);
  font-weight: 700;
  padding: clamp(12px, 2.85vw, 18px) clamp(18px, 4.285vw, 24px);
  background-color: #a0c7e8;
  line-height: 1.8;
  border-bottom: min(0.1rem, 1px) solid var(--color-main);
  border-right: min(0.1rem, 1px) solid var(--color-main);
}
@media only screen and (max-width: 559px) {
  div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap dt.modal_dt {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
}

div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap dd.modal_dd {
  flex: 1;
  padding: clamp(14px, 2.85vw, 18px) clamp(18px, 4.285vw, 24px);
  background-color: #f5f5f5;
  line-height: 1.8;
  border-bottom: min(0.1rem, 1px) solid var(--color-main);
}
@media only screen and (max-width: 559px) {
  div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap dd.modal_dd {
    width: 100%;
  }
}

div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap:last-child dt.modal_dt {
  border-bottom: none;
}

div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap:last-child dd.modal_dd {
  border-bottom: none;
}

div.modal_area div.modal_conts div.modal_wrap {
  margin-top: min(8rem, 80px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

div.modal_area div.modal_conts div.modal_wrap div.img_area {
  width: 90%;
}
@media only screen and (max-width: 559px) {
  div.modal_area div.modal_conts div.modal_wrap div.img_area {
      width: 90%;
      margin: 0 auto 2em auto;
    }
}

div.modal_area div.modal_conts div.modal_wrap div.txt_area h3.modal_h3_02 {
  font-size: clamp(24px, 5.3vw, 30px);
  font-weight: 700;
  padding-bottom: min(2rem, 20px);
  position: relative;
  line-height: 1.4;
}

div.modal_area div.modal_conts div.modal_wrap div.txt_area h3.modal_h3_02::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/icon_modal_line.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: min(1.5rem, 15px);
  left: 0;
  bottom: 0;
}

div.modal_area div.modal_conts div.modal_wrap div.txt_area div.modal_s_wrap {
  margin-top: min(2rem, 20px);
  display: flex;
  gap: min(2rem, 20px);
  padding: min(1.6rem, 16px);
  background-color: #fff;
  border: min(0.1rem, 1px) solid var(--color-link_green);
  border-radius: min(1rem, 10px);
}

div.modal_area div.modal_conts div.modal_wrap div.txt_area div.modal_s_wrap div.img_area02 {
  width: min(20rem, 200px);
}

div.modal_area p.modal_note {
  margin-top: min(1rem, 10px);
  font-size: min(1.1rem, 11px);
  font-weight: 400;
  text-align: right;
}

div.modal_area div.modal_conts ul.modal_ul {
  margin-top: min(2rem, 20px);
}

div.modal_area div.modal_conts ul.modal_ul li.modal_li {
  padding: min(1.6rem, 16px);
  border-top: min(0.1rem, 1px) solid #b9cad1;
  display: flex;
  align-items: center;
  gap: min(1rem, 10px);
  font-size: clamp(16px, 3.2vw, 18px);
  line-height: 1.5;
  font-weight: 700;
}

div.modal_area div.modal_conts ul.modal_ul li.modal_li:last-child {
  border-bottom: min(0.1rem, 1px) solid #b9cad1;
}

div.modal_area div.modal_conts ul.modal_ul li.modal_li::before {
  content: "";
  display: block;
  background-image: url(../images/icon_modal_checkbox.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(3.2rem, 32px);
  height: min(2.4rem, 24px);
}
div.modal_area div.modal_conts ul.modal_ul li.modal_li span {
  display: block;
  width: 100%;
}

div.modal_area a.common_link {
  margin: min(4rem, 40px) auto 0;
}

@media only screen and (max-width: 959px) {

  /*959px*/
  div.modal_area div.modal_conts {
    width: calc(100% - 2rem);
    margin: 2rem auto;
  }
}

@media only screen and (max-width: 559px) {


  div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap {
    flex-direction: column;
    /* width: calc(100% - 2rem - 4px); */
  }

  /* div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap dt.modal_dt {
    width: calc(100% - 2rem - 4px);
  }

  div.modal_area div.modal_conts dl.modal_dl div.modal_dl_wrap dd.modal_dd {
    width: calc(100% - 2rem - 4px);
  } */

  div.modal_area#modal-area02 div.modal_conts div.modal_wrap {
    display: flex;
    flex-direction: column;
  }
}