@charset "UTF-8";
/* ==========================================================================
// 福利厚生
========================================================================== */


/* ==========================================================================
// fukuri-section-01
========================================================================== */
.fukuri-section-01{
  background-color:#fff;
  position: relative;
  padding: 0 0 200px;
}
@media screen and (max-width:480px) {
  .fukuri-section-01{
    background-color:#fff;
    position: relative;
    padding: 0 0 50px;
  }}
.fukuri-section-01-inner{
  max-width: 1200px;
  margin: 200px auto 0;
  padding: 0;
  position: relative;
}

@media screen and (max-width:480px) {
  .fukuri-section-01-inner{
    margin: 100px auto 0;
  }}


.fukuri-section-01 .signboard-wrap{
}
.fukuri-section-01 .title{
  color: #fff;
  font-size: 30px;
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 300px;
  height: auto;
  margin-top: -33px;
}
.fukuri-section-01 .signboard{
  position: relative;
}
.fukuri-section-01 .signboard img{
  position: absolute;
  top: -100px;
  left: 0;
  width: 300px;
  height: 200px;
}
@media screen and (max-width:1024px) {
  .signboard-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fukuri-section-01 .signboard {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .fukuri-section-01 .signboard img{
    position: absolute;
    top: -100px;
    left: 50%;
    width: 300px;
    height: 200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width:480px) {
  .fukuri-section-01 .title {
    font-size: 20px;
    /* margin-top: -80px; */
    margin-top: -50px;
}
  .fukuri-section-01 .signboard img {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 230px;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}}



/* table */
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  table-layout: fixed;
  color: var(--gray);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
table tr {
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}
table tr:last-child{
  border-bottom: none
}
tbody th {
  background-color: #fce1e8;
  height: 50px;
  vertical-align: middle;
  font-weight: normal;
}
table td {
  padding: 40px 50px;
  border-right: 1px solid #bbb;
}
table td:first-child{
  background-color: #fdecf2;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  table {
    width:100%
  }
  table th{
    display: block;
    padding-top: 0.5rem;
  }

  table tr {
    display: block;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em;
    border-right: none;
  }
  
  table td:last-child {
    border-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
    table td {
      font-size: 15px;
  }

}

/* ==========================================================================
// fukuri-section-02
========================================================================== */
.fukuri-section-02{
  background-color:#fff;
  position: relative;
  padding: 0;
}
.fukuri-section-02-inner{
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.fukuri-section-02-inner-ti{
  position: relative;
}
.fukuri-section-02-inner .title{
  text-align: center;
  font-size: 30px;
  color: var(--gray);
  margin: 0 auto 16px;
  padding: 16px 0;
  width: 100%;
  display: block;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(230, 230, 230, 1) 4px, rgba(230, 230, 230, 1) 10px );
}
@media screen and (max-width:480px) {
.fukuri-section-02-inner .title{
  font-size: 22px;
  }}
.fukuri-section-02-inner .line{
  width: 100%;
  margin: 0 auto 100px;
  display: block;
}
@media screen and (max-width:480px) {
  .fukuri-section-02-inner .line{
    margin: 0 auto 40px;
  }}

.fukuri-section-02 .gallery{
  margin-bottom: 100px;

}
.fukuri-section-02 .gallery-title{
  display: table;
  padding: 0 1rem;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 50%, var(--light) 50%);
  line-height: 1.5;
}
@media screen and (max-width:480px) {
  .fukuri-section-02 .gallery-title{
    margin: 0 auto 20px;
  font-size: 20px;
  }
}

.fukuri-section-02 .gallery-text{
  font-size: 17px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width:480px) {
  .fukuri-section-02 .gallery-text{
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
  }}
.fukuri-section-02 .gallery-img{
  margin: 0 calc(50% - 50vw);
  width: 99vw;
  padding-left: 1vw;
}
@media screen and (max-width: 1024px) {
.fukuri-section-02 .gallery-img{
  margin: 0 auto;
  width: 100%;
}}
.fukuri-section-02 .gallery-img ul{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .fukuri-section-02 .gallery-img ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }}
.fukuri-section-02 .gallery-img ul li{
  margin: 0 18px;
}
@media screen and (max-width: 1024px) {
  .fukuri-section-02 .gallery-img ul li{
    margin: 0;
  }}
.fukuri-section-02 .gallery-img ul li img{
  margin-bottom: 1rem;
}


/* ==========================================================================
// fukuri-section-03
========================================================================== */
.fukuri-section-03{
  background-color:#faedf2;
  background-image:radial-gradient(#f6ced9 30%, transparent 30%);
  background-size: 20px 20px;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width:480px) {
  .fukuri-section-03{
    padding: 50px 0;
  }
}
.fukuri-section-03-inner{
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.fukuri-section-03-inner-ti{
  position: relative;
}
.fukuri-section-03-inner .title{
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 16px;
  padding: 16px 0;
  width: 100%;
  display: block;
  background-size: auto auto;
  background-color: var(--color-c-primary);
}
@media screen and (max-width:480px) {
  .fukuri-section-03-inner .title{
  font-size: 22px;
  }
}
.fukuri-section-03-inner .line{
  width: 100%;
  margin: 0 auto 100px;
  display: block;
}
@media screen and (max-width:480px) {
  .fukuri-section-03-inner .line{
    margin: 0 auto 40px;
  }
}


/* 子育て 共通 */
.fukuri-section-03 .kosodate-box-01,
.fukuri-section-03 .kosodate-box-02,
.fukuri-section-03 .kosodate-box-03{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 84px;
  /* height: 320px; */
  position: relative;
}

.fukuri-section-03 .kosodate-box-03{
  margin: 0 auto;
}

.fukuri-section-03 .kosodate-box-description{
  position: relative;
  width: 445px;
  /* height: 300px;  */
}
.fukuri-section-03 .kosodate-box-description .kosodate-title{
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
}
.fukuri-section-03 .kosodate-box-description .line{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.fukuri-section-03 .contents{
  padding-top: 30px;
  font-size: 17px;
}
.fukuri-section-03 .kosodate-box-img{
  width: 450px;
  height: 320px;
  /* margin: 50px; */
}

.fukuri-section-03  .kosodate-box-02 .kosodate-box-description{
  order: 2;
}
.fukuri-section-03  .kosodate-box-02 .kosodate-box-img{
  order: 1;
}

@media screen and (max-width: 1024px) {
  .fukuri-section-03 .kosodate-box-01,
.fukuri-section-03 .kosodate-box-02,
.fukuri-section-03 .kosodate-box-03{
  flex-direction: column;
  margin: 0 auto;
}

.fukuri-section-03 .kosodate-box-03{
  margin: 0 auto;
}

.fukuri-section-03 .kosodate-box-description{
  position: relative;
  width: 100%;
  /* height: 300px;  */
}
.fukuri-section-03 .kosodate-box-description .kosodate-title{
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
}
.fukuri-section-03 .kosodate-box-description .line{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.fukuri-section-03 .contents{
  padding-top: 30px;
  font-size: 17px;
}
.fukuri-section-03 .kosodate-box-img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.fukuri-section-03  .kosodate-box-01 .kosodate-box-description,
.fukuri-section-03  .kosodate-box-02 .kosodate-box-description,
.fukuri-section-03  .kosodate-box-03 .kosodate-box-description{
  order: 2;
  margin-bottom: 3rem;
}
.fukuri-section-03  .kosodate-box-01 .kosodate-box-img,
.fukuri-section-03  .kosodate-box-02 .kosodate-box-img,
.fukuri-section-03  .kosodate-box-03 .kosodate-box-img{
  order: 1;
  margin-bottom: 2rem;
}}

@media screen and (max-width:480px) {
  .fukuri-section-03 .kosodate-box-description .kosodate-title{
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .fukuri-section-03 .contents{
    padding-top: 10px;
    font-size: 15px;
  }
}


/* ==========================================================================
// fukuri-section-04
========================================================================== */
.fukuri-section-04{
  background-color:#fff;
  position: relative;
  padding: 200px 0;
}
@media screen and (max-width:480px) {
  .fukuri-section-04{
    padding: 50px 0;
  }
}
.fukuri-section-04-inner{
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.fukuri-section-04-inner-ti{
  position: relative;
}
.fukuri-section-04-inner .title{
  text-align: center;
  font-size: 30px;
  color: var(--gray);
  margin: 0 auto 16px;
  padding: 16px 0;
  width: 100%;
  display: block;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(230, 230, 230, 1) 4px, rgba(230, 230, 230, 1) 10px );
}
@media screen and (max-width:480px) {
.fukuri-section-04-inner .title{
  text-align: center;
  font-size: 22px;
  }}
.fukuri-section-04-inner .line{
  width: 100%;
  margin: 0 auto 100px;
  display: block;
}
@media screen and (max-width:480px) {
  .fukuri-section-04-inner .line{
    margin: 0 auto 40px;
  }
}

.fukuri-section-04 .shokudo-box{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.fukuri-section-04 .shokudo-box-description{
  position: relative;
  width: 445px;
}
.fukuri-section-04 .contents{
  font-size: 17px;
}

.fukuri-section-04 .shokudo-box-img{
  width: 450px;
  height: 320px;
}
.fukuri-section-04  .shokudo-box .shokudo-box-description{
  order: 2;
}
.fukuri-section-04  .shokudo-box .shokudo-box-img{
  order: 1;
}
.fukuri-section-03 .kosodate-box-img{
}

@media screen and (max-width: 1024px) {
.fukuri-section-04 .shokudo-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.fukuri-section-04 .shokudo-box-description{
  position: relative;
  width: 445px;
}
.fukuri-section-04 .contents{
  font-size: 17px;
}
.fukuri-section-04 .shokudo-box-img{
  width: 450px;
  height: 320px;
}
.fukuri-section-04  .shokudo-box .shokudo-box-description{
  order: 2;
}
.fukuri-section-04  .shokudo-box .shokudo-box-img{
  order: 1;
}}

@media screen and (max-width:480px) {
  .fukuri-section-04 .shokudo-box-description{
    width: 100%;
    margin-top: 1rem;
  }
  .fukuri-section-04 .shokudo-box-img{
    width: 100%;
    height: auto;
  }
  .fukuri-section-04 .contents{
  font-size: 15px;
}

}