.icon_trumpet {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 70px;
  color: #80b0d9;
  font-size: 27px;
  line-height: 42px;
  position: relative;
}
.icon_trumpet::before {
  content: "";
  display: block;
  width: 60px;
  height: 42px;
  background-image: url(../images/common/icon_trumpet@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .icon_trumpet {
    padding: 0 0 0 86px;
    font-size: 35px;
  }
  .icon_trumpet::before {
    width: 78px;
    height: 53px;
  }
}
.icon_bird {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 65px;
  color: #80b0d9;
  font-size: 27px;
  line-height: 33px;
  position: relative;
}
.icon_bird::before {
  content: "";
  display: block;
  width: 51px;
  height: 33px;
  background-image: url(../images/common/icon_bird@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .icon_bird {
    padding: 0 0 0 90px;
    font-size: 35px;
  }
  .icon_bird::before {
    width: 82px;
    height: 54px;
  }
}
.icon_train {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 60px;
  color: #80b0d9;
  font-size: 27px;
  line-height: 43px;
  position: relative;
}
.icon_train::before {
  content: "";
  display: block;
  width: 50px;
  height: 43px;
  background-image: url(../images/common/icon_train@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .icon_train {
    padding: 0 0 0 85px;
    font-size: 35px;
  }
  .icon_train::before {
    width: 74px;
    height: 64px;
  }
}
.icon_pinwheel {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 46px;
  color: #80b0d9;
  font-size: 27px;
  line-height: 48px;
  position: relative;
}
.icon_pinwheel::before {
  content: "";
  display: block;
  width: 36px;
  height: 48px;
  background-image: url(../images/common/icon_pinwheel@2x.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .icon_pinwheel {
    padding: 0 0 0 55px;
    font-size: 35px;
  }
  .icon_pinwheel::before {
    width: 47px;
    height: 64px;
  }
}
.toppage__mainVisualBlock {
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .toppage__mainVisualBlock {
    margin: 0;
  }
}
.toppage__blockTitle {
  margin-bottom: 10px;
  text-align: center;
}
.toppage__blockTitle .ttl {
  display: block;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .toppage__blockTitle {
    margin-bottom: 50px;
  }
  .toppage__blockTitle .ttl {
    margin-top: 21px;
    font-size: 30px;
    font-weight: 400;
  }
}
.toppage__newsBlock {
  margin-top: 13vw;
  padding: 22px 0 60px;
  position: relative;
  z-index: 3;
}
.toppage__newsBlock::before {
  content: "";
  width: 100%;
  height: 20vw;
  background-image: url(../images/toppage/img_news_bg_sp@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.toppage__newsBlock .toppage__blockTitle {
  margin-bottom: 10px;
}
.toppage__newsBlock .newsBox {
  margin-bottom: 42px;
}
.toppage__newsBlock .newsList li {
  padding: 10px 0;
  border-bottom: 1px solid #cebbb7;
}
.toppage__newsBlock .newsList a {
  color: #80b0d9;
  text-decoration: underline;
}
.toppage__newsBlock .newsList span.date {
  display: block;
  margin-bottom: 6px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.toppage__newsBlock .newsList p {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(18 / 14);
}
.toppage__newsBlock .categoryList .row {
  margin: 0 -5px;
}
.toppage__newsBlock .categoryList .row > div {
  padding: 0 5px;
}
.toppage__newsBlock .categoryBtn {
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
  padding: 0;
  width: 100%;
  max-width: 170px;
  height: 55px;
  color: #fff;
  border-radius: 10px;
}
.toppage__newsBlock .categoryBtn:hover {
  text-decoration: none;
}
.toppage__newsBlock .categoryBtn p {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.toppage__newsBlock .categoryBtn p span.icon {
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.toppage__newsBlock .categoryBtn p i {
  margin-left: 2px;
  color: #fff;
  font-size: 12px;
}
.toppage__newsBlock .categoryBtn.cb01 {
  background-color: #72c1b3;
}
.toppage__newsBlock .categoryBtn.cb02 {
  background-color: #80b0d9;
}
.toppage__newsBlock .categoryBtn.cb03 {
  background-color: #f08993;
}
.toppage__newsBlock .categoryBtn.cb04 {
  background-color: #eba465;
}
.toppage__newsBlock .categoryBtn.cb05 {
  background-color: #eba465;
}
.toppage__newsBlock .categoryBtn.cb06 {
  background-color: #f08993;
}
.toppage__newsBlock .categoryBtn.cb07 {
  background-color: #72c1b3;
}
.toppage__newsBlock .categoryBtn.cb01 .icon {
  background-image: url(../images/toppage/icon_mail@2x.png);
  width: 30px;
  height: 25px;
}
.toppage__newsBlock .categoryBtn.cb02 .icon {
  background-image: url(../images/toppage/icon_apron@2x.png);
  width: 30px;
  height: 30px;
}
.toppage__newsBlock .categoryBtn.cb03 .icon {
  background-image: url(../images/toppage/icon_spoon@2x.png);
  width: 30px;
  height: 30px;
}
.toppage__newsBlock .categoryBtn.cb04 .icon {
  background-image: url(../images/toppage/icon_pencil@2x.png);
  width: 30px;
  height: 30px;
}
.toppage__newsBlock .categoryBtn.cb05 .icon {
  background-image: url(../images/toppage/icon_baby@2x.png);
  width: 30px;
  height: 30px;
}
.toppage__newsBlock .categoryBtn.cb06 .icon {
  background-image: url(../images/toppage/icon_gurden@2x.png);
  width: 30px;
  height: 30px;
}
.toppage__newsBlock .categoryBtn.cb07 .icon {
  background-image: url(../images/toppage/icon_child@2x.png);
  width: 42px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .toppage__newsBlock {
    margin-top: 4vw;
    padding: 70px 0 0;
  }
  .toppage__newsBlock::before {
    height: 11vw;
    background-image: url(../images/toppage/img_news_bg@2x.png);
  }
  .toppage__newsBlock .toppage__blockTitle {
    margin-bottom: 38px;
  }
  .toppage__newsBlock .newsBox {
    margin: 0 auto;
    width: 100%;
    max-width: 970px;
  }
  .toppage__newsBlock .newsList li {
    display: flex;
    padding: 15px 0 15px 36px;
  }
  .toppage__newsBlock .newsList span.date {
    margin-right: 65px;
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .toppage__newsBlock .newsList p {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .toppage__newsBlock .categoryBox {
    margin: 70px auto 0;
    max-width: 1400px;
  }
  .toppage__newsBlock .categoryList .row {
    margin: 0 -15px;
  }
  .toppage__newsBlock .categoryList .row > div {
    padding: 0 15px;
  }
  .toppage__newsBlock .categoryBtn {
    margin: 0 auto 40px;
    max-width: 320px;
    height: 100px;
  }
  .toppage__newsBlock .categoryBtn:hover {
    text-decoration: none;
  }
  .toppage__newsBlock .categoryBtn p {
    padding: 0 0 0 20px;
    font-size: 2vw;
  }
  .toppage__newsBlock .categoryBtn p span.icon {
    margin-right: 15px;
  }
  .toppage__newsBlock .categoryBtn p i {
    margin-left: 5px;
    font-size: 12px;
  }
  .toppage__newsBlock .categoryBtn.cb01 .icon {
    width: 59px;
    height: 40px;
  }
  .toppage__newsBlock .categoryBtn.cb02 .icon {
    width: 57px;
    height: 57px;
  }
  .toppage__newsBlock .categoryBtn.cb03 .icon {
    width: 43px;
    height: 57px;
  }
  .toppage__newsBlock .categoryBtn.cb04 .icon {
    width: 57px;
    height: 57px;
  }
  .toppage__newsBlock .categoryBtn.cb05 .icon {
    width: 56px;
    height: 56px;
  }
  .toppage__newsBlock .categoryBtn.cb06 .icon {
    width: 51px;
    height: 51px;
  }
  .toppage__newsBlock .categoryBtn.cb07 .icon {
    width: 75px;
    height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .toppage__newsBlock .categoryBtn p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .toppage__newsBlock .categoryBtn p {
    font-size: 24px;
  }
  .toppage__newsBlock .categoryBtn p i {
    font-size: 16px;
  }
}
.toppage__outlineBlock {
  margin-top: 13vw;
  padding: 0 0 30px;
  background-color: #80b0d9;
  position: relative;
  z-index: 5;
}
.toppage__outlineBlock::before {
  content: "";
  width: 100%;
  height: 18vw;
  background-image: url(../images/toppage/img_outline_bg_sp@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 4;
  transform: translateX(-50%);
}
.toppage__outlineBlock h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 1;
}
.toppage__outlineBlock h2 img {
  width: 209px;
}
.toppage__outlineBlock h2 .txt {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.toppage__outlineBlock .outlineleadText {
  margin-bottom: 25px;
  font-size: 14px;
  text-align: left;
  line-height: calc(25 / 14);
}
.toppage__outlineBlock .outlineBox .col-7 {
  display: flex;
  align-items: center;
}
.toppage__outlineBlock .outlineBox figure {
  padding: 0 5px;
}
.toppage__outlineBlock .outlineBox img {
  width: 165px;
  max-width: 100%;
}
.toppage__outlineBlock .outlineBox p {
  font-size: 14px;
  text-align: left;
  line-height: calc(25 / 14);
}
.toppage__outlineBlock .outlineBox p.t1 {
  padding: 26px 0 0;
}
.toppage__outlineBlock .outlineBox p.t2 {
  padding: 38px 0 0;
}
.toppage__outlineBlock .outlineBox p.t3 {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .toppage__outlineBlock {
    margin-top: 11vw;
    padding: 0 20px 140px;
  }
  .toppage__outlineBlock::before {
    height: 10vw;
    background-image: url(../images/toppage/img_outline_bg@2x.png);
  }
  .toppage__outlineBlock h2 {
    margin-bottom: 28px;
    font-size: 30px;
  }
  .toppage__outlineBlock h2 img {
    width: 292px;
  }
  .toppage__outlineBlock .outlineleadText {
    margin-bottom: 70px;
    font-size: 20px;
    text-align: center;
  }
  .toppage__outlineBlock .outlineBox .row {
    margin: 0 -5px;
  }
  .toppage__outlineBlock .outlineBox .col-md-4 {
    padding: 0 5px;
  }
  .toppage__outlineBlock .outlineBox img {
    width: 390px;
  }
  .toppage__outlineBlock .outlineBox p {
    font-size: 20px;
    text-align: center;
    line-height: calc(32 / 20);
  }
  .toppage__outlineBlock .outlineBox p.t1, .toppage__outlineBlock .outlineBox p.t2, .toppage__outlineBlock .outlineBox p.t3 {
    padding: 42px 0 0;
  }
  .toppage__outlineBlock .buttonBox {
    margin-top: 68px;
  }
}
.toppage__aboutusBlock {
  padding: 40px 0 30px;
  background-image: url(../images/toppage/img_aboutus_bg@2x.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.toppage__aboutusBlock h2.toppage__blockTitle {
  margin-bottom: 40px;
}
.toppage__aboutusBlock .row {
  margin: 0 -10px;
}
.toppage__aboutusBlock .row > div {
  padding: 0 10px;
}
.toppage__aboutusBlock .textBox {
  margin-top: 18px;
}
.toppage__aboutusBlock .textBox h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: calc(27 / 18);
  letter-spacing: 0.1em;
}
.toppage__aboutusBlock .textBox p {
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(24 / 14);
}
.toppage__aboutusBlock .buttonBox {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .toppage__aboutusBlock {
    padding: 136px 0 124px;
  }
  .toppage__aboutusBlock h2.toppage__blockTitle {
    margin-bottom: 64px;
  }
  .toppage__aboutusBlock .textBox {
    margin: 0;
    padding-left: 50px;
    max-width: 580px;
  }
  .toppage__aboutusBlock .textBox h3 {
    margin: 0;
    font-size: 30px;
    line-height: calc(45 / 30);
  }
  .toppage__aboutusBlock .textBox p {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(32 / 18);
  }
  .toppage__aboutusBlock .buttonBox {
    margin-top: 74px;
  }
}
.toppage__lifeBlock {
  padding: 30px 0;
}
.toppage__lifeBlock .row {
  margin: 0 -10px;
}
.toppage__lifeBlock .row > div {
  padding: 0 10px;
}
.toppage__lifeBlock .contentsBox02 {
  margin: 0 -10px;
  padding: 36px 10px;
  background-color: #e8f2fa;
}
.toppage__lifeBlock .contentsBox02:not(.last) {
  margin-bottom: 32px;
}
.toppage__lifeBlock .contentsBox02 h2.toppage__blockTitle {
  margin-bottom: 32px;
}
.toppage__lifeBlock .contentsBox02 p {
  margin-top: 27px;
  font-size: 14px;
  line-height: calc(24 / 14);
}
@media screen and (min-width: 768px) {
  .toppage__lifeBlock {
    padding: 145px 0 50px;
  }
  .toppage__lifeBlock .row {
    margin: 0 -10px;
  }
  .toppage__lifeBlock .row > div {
    padding: 0 10px;
  }
  .toppage__lifeBlock .contentsBox02 {
    margin: 0;
    padding: 68px 50px;
  }
  .toppage__lifeBlock .contentsBox02 h2.toppage__blockTitle {
    margin-bottom: 36px;
  }
  .toppage__lifeBlock .contentsBox02 h2.toppage__blockTitle .ttl {
    margin-top: 18px;
    font-size: 24px;
  }
  .toppage__lifeBlock .contentsBox02 p {
    margin-top: 34px;
    font-size: 18px;
    line-height: calc(32 / 18);
  }
}
@media screen and (min-width: 992px) {
  .toppage__lifeBlock .row {
    margin: 0 -40px;
  }
  .toppage__lifeBlock .row > div {
    padding: 0 40px;
  }
  .toppage__lifeBlock .contentsBox02 h2.toppage__blockTitle .ttl {
    font-size: 30px;
  }
}
.toppage__recruitBlock {
  padding: 20px 0;
}
.toppage__recruitBlock .row {
  margin: 0 -10px;
}
.toppage__recruitBlock .row > div {
  padding: 0 10px;
}
.toppage__recruitBlock .row > div.col-5 figure {
  padding-left: 10px;
}
.toppage__recruitBlock .recruitBox {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  max-width: 355px;
  background-color: #eba465;
}
.toppage__recruitBlock .recruitBox__border {
  border: 2px solid #fff;
  padding: 16px;
}
.toppage__recruitBlock .recruitBox p.t1 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.toppage__recruitBlock .recruitBox p.t1 span {
  margin-right: 10px;
  font-size: 26px;
  font-weight: 400;
}
.toppage__recruitBlock .recruitBox p.t2 {
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  line-height: calc(32 / 18);
}
.toppage__recruitBlock .recruitBox .buttonBox {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .toppage__recruitBlock {
    padding: 30px 0;
  }
  .toppage__recruitBlock .recruitBox {
    padding: 10px;
    max-width: 900px;
  }
  .toppage__recruitBlock .recruitBox__border {
    padding: 20px 70px;
    border: 2px solid #fff;
  }
  .toppage__recruitBlock .recruitBox__border .col-md-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .toppage__recruitBlock .recruitBox__border .col-md-9 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  .toppage__recruitBlock .recruitBox p.t1 {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .toppage__recruitBlock .recruitBox p.t1 span {
    margin-right: 22px;
    font-size: 35px;
    letter-spacing: 0;
  }
  .toppage__recruitBlock .recruitBox p.t2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}