@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  font-size:0.9rem;
  line-height:170%;
}

.main {
  margin-top:10svh;
}

header {
  background-color:#f2f2f2;
}


.navbar-light .navbar-nav .nav-link {
  color:#1eaa3a;
  font-weight:700;
}


.head-logo {
  width:150px;
}

main {
  background: url(../img/bg.png);
}

.bg-light {
  background-color:#f2f2f2 !important;
  height:10svh;
  padding:0 3rem;
}

h1.topics-title {
  font-weight:500;
  color:#86cc92;
  font-size:2rem;
  border-bottom:1px solid #bbcf51;
  padding-bottom:1rem;
  margin-bottom:2rem;
  text-align:left;
}

h1.topics-title:before {
  position: relative;
  top: 10px;
  margin: 0 7px 0 0;
  content: url(../img/topics.png);
}

footer {
  background-color:#f2f2f2;
  text-align:center;
  font-size:1rem;
  line-height:130%;
  padding-bottom:2rem;
  padding-top:2rem;
  color:#666;
}

.copy {
  font-size: .65rem;
}

.btn-orange-h {
  color: #fff !important;
  background-color: #ff905c;
  border-color: #ff905c;
  box-shadow: #f1744a 3px 3px 0;
  font-weight:700;
}

.btn-orange-f {
  color: #fff !important;
  background-color: #ff905c;
  border-color: #ff905c;
  box-shadow: #f1744a 3px 3px 0;
  font-weight:700;
  font-size:0.8rem;
}

.btn-orange-h:focus,
.btn-orange-h:active,
.btn-orange-h:hover,
.btn-orange-f:focus,
.btn-orange-f:active,
.btn-orange-f:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #c55935;
  border-color:#c55935;
}




.btn-tel-h {
  background: #ff905c url(../img/icon-phone.png) no-repeat 10px center / 25px auto;
  font-size: .9rem;
}

.btn-contact-h {
  background: #ff905c url(../img/icon-mail.png) no-repeat 15px center / 25px auto;
  font-size: .9rem;
}

.btn-tel-f {
  background: #ff905c url(../img/icon-phone.png) no-repeat 5px center / 25px auto;
}

.btn-contact-f {
  background: #ff905c url(../img/icon-mail.png) no-repeat 5px center / 25px auto;
}

#floatingmenu {
  display:none;
}

.thanks {
  text-align:center;
  font-size:1.5rem;
  font-weight:700;
  line-height:150%;
  color:#1eaa3a;
}

.breadcomb {
  font-size:0.7rem;
  color:#666;
  padding:1rem 0 2rem 0;

}

.breadcomb a {
  color:#666;
  text-decoration:underline;
}

.breadcomb a:hover {
  text-decoration:none;
}

.p-photo {
  border:1px solid #1ca331;
  border-radius:10px;
  box-shadow: #86cc92 7px 7px 0;
}


/* /career.html */
.career__section {
}
.career__section--mv {
  margin-bottom: 140px;
}
.career__section--concept {
  margin-bottom: 220px;
}
.career__section--point {
  margin-bottom: 220px;
}
.career__section--detail {
  margin-top: 50px;
  margin-bottom: 40px;
}
.career__section--contact {
  margin-bottom: 72px;
}

.career__mv {
  margin-top: 10svh;
  padding: 96px 0 74px;
  position: relative;
}
.career__mv-text {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 3rem;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 1rem;
  filter: drop-shadow(0 3px 3px #00000040);
  position: absolute;
  top: 50%;
  left: 9%;
  z-index: 10;
  transform: translateY(-50%);
}
.career__mv-bg {
  width: 97%;
  position: absolute;
  top: calc(96px + 10%);
  right: 0;
}
.career__mv-img {
  width: 61%;
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.career__mv-children {
  max-width: 447px;
  width: 35%;
  position: absolute;
  bottom: 5%;
  left: 11%;
  z-index: 10;
}
.career__mv-big {
  max-width: 132px;
  min-width: 48px;
  width: 9.1%;
  position: absolute;
  bottom: -26%;
  right: 6%;
  z-index: 10;
}
.career__mv-small {
  max-width: 46px;
  min-width: 20px;
  width: 3.2%;
  position: absolute;
  bottom: -10%;
  right: 22%;
  z-index: 10;
}

.career__concept-title {
  margin-bottom: 2rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
}
.career__concept-text {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1.25rem;
}

.career__title {
  margin-bottom: 54px;
  font-weight: bold;
  font-size: 2.5rem;
  color: #88CB95;
  line-height: 1.5;
  text-align: center;
}

.career__point-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 5.5%;
}
.career__point-box {
  width: calc(50% - 5.5% / 2);
  padding: 10px;
  background-image: linear-gradient(45deg, #fff 25%, #beebbf 25%, #beebbf 50%, #fff 50%, #fff 75%,#beebbf 75%, #beebbf);
  background-size: 68px 68px;
  box-shadow: 6px 5px 3.2px #7DB44340;
  position: relative;
  display: flex;
}
.career__point-box-inner {
  padding: 40px;
  background-color: #FFF;
  flex-grow: 1;
}
.career__point-box-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.career__point-box-title::before {
  content: '';
  width: 114px;
  height: 1px;
  background-color: #88CB95;
  position: absolute;
  bottom: 0;
  left: 0;
}
.career__point-box-text {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.career__point-box-img {
  position: absolute;
  z-index: 5;
  transform: scale(0.5);
}
.career__point-box-img--1 {
  bottom: -42%;
  right: -12%;
}
.career__point-box-img--2 {
  bottom: -52%;
  right: -12%;
}
.career__point-box-img--3 {
  bottom: -70%;
  right: -11%;
}
.career__point-box-img--4 {
  bottom: -66%;
  right: -14%;
}

.career__line {
  width: 100%;
  height: 22px;
  background: url(../img/career-line.jpg) repeat-x center/contain;
}

.career__detail-list {
  margin-bottom: 80px;
  padding-left: 0;
  display: grid;
  grid-gap: 32px 48px;
  grid-template-columns: repeat(auto-fit, 293px);
  justify-content: center;
}
.career__detail-list-item {
  width: 293px;
  padding: 20px 14px;
  color: #FFF;
  background-color: #88CB95;
  font-size: 1.5rem;
  border-radius: 36px;
  text-align: center;
}

.career__detail-table {
  padding: calc(10% - 35px) 10%;
  background-color: #F3F3F3;
  border-radius: 20px;
}
.career__detail-table-flex {
  padding: 35px 0;
  font-size: 1.25rem;
  display: flex;
  gap: 30px 5%;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
.career__detail-table-flex:last-child {
  border-bottom: none;
}
.career__detail-table-flex-head {
  width: 20%;
}
.career__detail-table-flex-body {
  width: 75%;
}
.career__detail-table-flex-body p:last-child {
  margin-bottom: 0;
}

.career__contact {
  padding: 20px 30px 34px;
  border: 1px solid #F3F3F3;
  border-radius: 40px;
  background-image: radial-gradient(#F0F0F0 10%, transparent 20%);
  background-size: 20px 20px;
  box-shadow: 2px 2px 2px 2px #00000040;
}
.career__contact-title {
  margin-bottom: 46px;
  color: #88CB95;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.career__contact-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 36px;
  flex-wrap: wrap;
}
.career__contact-flex-item {
  margin-bottom: 0;
  padding: 10px 30px;
  border-radius: 5vh;
  color: #FFF;
  font-weight: 600;
  font-size: 2.0rem;
  filter: drop-shadow(2px 4px 8.2px #00000040);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 25px;
  transition: opacity .3s ease-out;
}
.career__contact-flex-item:hover {
  color: #FFF;
  text-decoration: none;
  opacity: .8;
}
.career__contact-flex-item--red {
  background-color: #F98C80;
}
.career__contact-flex-item--green {
  background-color: #88CB95;
}


/* /report.html */
.report__mv {
  width: 100%;
  margin-top: 10svh;
  padding-top: 23.75%;
  background: url(../img/report-bg.jpg) center/cover no-repeat;
}

.report__text {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.report__box {
  border-bottom: 1px solid #BBD051;
}
.report__year {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #88CB95;
}
.report__list {
  margin-bottom: 0;
  padding-left: 76px;
  list-style: none;
}
.report__list-item {
  margin: 24px 0;
}
.report__list-item-link {
  color: #212529;
  display: flex;
  align-items: center;
}
.report__list-item-link:hover {
  color: #212529;
}


@media screen and (max-width:991px) {
  /* /career.html */
  .career__mv-text {
    font-size: 2.5rem;
  }

  .career__point-box-img--1 {
    bottom: -34%;
  }
  .career__point-box-img--2 {
    bottom: -38%;
  }
  .career__point-box-img--3 {
    bottom: -59%;
  }
  .career__point-box-img--4 {
    bottom: -49%;
  }
}

@media screen and (max-width:768px) {
  /* /career.html */
  .career__section--mv {
    margin-bottom: 70px;
  }

  .career__mv {
    padding: 60px 0;
  }
  .career__mv-text {
    font-size: 2.0rem;
    letter-spacing: .5rem;
  }
  .career__mv-bg {
    top: calc(60px + 10%);
  }

  .career__concept-title {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .career__concept-text {
    font-size: 1rem;
  }

  .career__point-box {
    width: 100%;
  }
  .career__point-box-img--1 {
    bottom: -49%;
  }
  .career__point-box-img--2 {
    bottom: -60%;
  }
  .career__point-box-img--3 {
    bottom: -77%;
  }
  .career__point-box-img--4 {
    bottom: -68%;
  }

  .career__detail-list {
    margin-bottom: 48px;
  }
  .career__detail-table {
    padding: calc(5% - 35px) 5%;
  }
  .career__detail-table-flex {
    font-size: 1.1rem;
  }
}


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

  .bg-light {
    height:auto;
    padding:0;
  }

  .navbar-light .navbar-toggler {
    border:0;
  }

  .head-logo {
    width:100px;
    margin-left:1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  h1.topics-title:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 2rem;/*画像の幅*/
    height: 2rem;/*画像の高さ*/
    background-image: url(../img/topics.png);
    background-size: contain;
  }

  .concept-con,
  .news-con,
  .features-con,
  .program-con,
  .flow-con,
  .gaiyou-con,
  .contact-con {
    padding:1rem !important;

  }

  #floatingmenu {
    border-top:1px solid #ccc;
    font-size:12px;
    display: block;
    width: 100%;
    height: 60px;
    padding: 5px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    background: #f2f2f2;
    text-shadow: 0px 0px 8px #362a00;
  }

  .thanks {
    font-size:1rem;
  }


  /* /career.html */
  .career__section--concept {
    margin-bottom: 110px;
  }
  .career__section--point {
    margin-bottom: 120px;
  }

  .career__mv {
    margin-top: 60px;
    padding: 30px 0;
  }
  .career__mv-text {
    font-size: 1.5rem;
    top: 68%;
    left: 4%;
  }
  .career__mv-bg {
    width: 100%;
    top: calc(30px + 10%);
  }
  .career__mv-img {
    width: 70%;
  }
  .career__mv-children {
    width: 45%;
    left: 7%;
    bottom: -16%;
  }
  .career__mv-big {
    bottom: -30%;
    right: 3%;
  }
  .career__mv-small {
    bottom: -17%;
  }

  .career__concept-title {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .career__title {
    font-size: 1.8rem;
  }

  .career__point-box-inner {
    padding: 30px;
  }
  .career__point-box-img {
    transform: scale(0.4);
  }

  .career__detail-list {
    grid-template-columns: repeat(auto-fit, 246px);
  }
  .career__detail-list-item {
    width: 246px;
    font-size: 1.2rem;
  }
  .career__detail-table-flex-head {
    width: 100%;
    font-weight: bold;
  }
  .career__detail-table-flex-body {
    width: 100%;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .career__contact-title {
    margin-bottom: 30px;
  }
  .career__contact-flex-item {
    font-size: 1.5rem;
  }


  /* /report.html */
  .report__mv {
    margin-top: 60px;
  }
  .report__text {
    font-size: inherit;
    line-height: inherit;
  }
  .report__year {
    font-size: 2rem;
  }
  .report__list {
    padding-left: 0;
  }
}