@charset "UTF-8";

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

.container-mid {
  max-width: 990px;
  margin: 0 auto;
}

/*
business
---------------------------------------------*/

#business p {
  font-size: 0.9rem;
}
#business .ttl,
#business .sub-ttl {
  color: #f58a3d;
}
#business .image-pic-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
  background: #f1f1f1;
}
#business .image-pic {
  padding-bottom: 480px;
  position: absolute;
  left: 0;
  top: 0;
}
#business .business-ceo {
  padding-bottom: 45px;
}
#business .business-ceo h2 {
  position: relative;
  padding: 120px 0 60px 0;
  line-height: 1.4;
}
#business .business-ceo h2 span {
  color: #f58a3d;
  font-family: "Inter UI", sans-serif;
  font-style: normal;
  font-weight: 800;
  display: block;
  font-size: 2.6rem;
}
#business .business-ceo h2 em {
  display: block;
  font-size: 0.9rem;
  font-style: normal;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
}
#business .business-ceo .message {
  background: #f58a3d;
  color: #fff;
  display: inline-block;
  padding: 45px 30px;
  margin-left: -28px;
}
#business .business-ceo .message h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
#business .business-ceo .message p {
  margin-bottom: 0;
}
#business .business-ceo .message p span,
#business .business-ceo .message p em {
  display: block;
  font-style: normal;
}
#business .business-ceo .message p {
  margin-bottom: 0;
}
#business .business-ceo .message p em {
  font-size: 0.7rem;
}
#business .business-ceo .message p span {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 0.4rem;
}
#business .business-ceo .message p small {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  top: -3px;
  font-size: 0.7rem;
}
#business .business-ceo-txt {
  padding-top: 75px;
}
#business .business-ceo-txt h4 {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
}
#business .business-ceo-txt p {
  line-height: 2.2;
  font-size: 0.85rem;
}
#business .business-ceo-txt p small {
  font-size: 0.75rem;
}
#business .business-ceo-txt p span {
  font-size: 1.2rem;
}

#business .business-vision {
  background: #fff2e8;
  padding: 60px 0;
}
#business .business-vision img {
  display: block;
  margin: 0 auto;
}
/*
#business .business-vision .ttl, #business .business-vision .sub-ttl {
	color: #fff;
}
*/
#business .business-vision p {
  font-size: 1rem;
  margin-bottom: 20px;
}
#business .business-vision dl {
  border-left: 1px solid #f58a3d;
  padding-left: 15px;
}
#business .business-vision dl dt {
  margin-bottom: 5px;
  font-style: normal;
  color: #f58a3d;
}
#business .business-vision dl dt small {
  font-family: "Barlow Condensed", sans-sans-serif;
  font-size: 0.7rem;
  position: relative;
  display: inline-block;
  top: -1px;
}
#business .business-vision dl dd {
  font-size: 0.8rem;
  color: #f58a3d;
}

#business-identity {
  padding: 60px 0;
}
.business-identity-logo {
  border: 1px solid #ddd;
  padding: 30px;
  max-width: 800px;
  margin-top: 15px;
}
.business-identity-logo img {
  display: block;
  margin: 0 auto;
}
.business-identity-logo p {
  margin-bottom: 0;
}

#business-business {
  padding: 60px 0;
  border-top: 1px solid #eee;
}

#business-business .sub-copy {
  margin-bottom: 10px;
  color: #f58a3d;
}
#business-business img {
  margin-bottom: 15px;
}
#business-business .copy-txt {
  line-height: 2;
}

@media (max-width: 992px) {
  #business {
    overflow: hidden;
  }
  #business-business .copy-txt br {
    display: none;
  }
  #business-business .copy-txt {
    text-align: left !important;
  }
  #business-business .sub-copy strong span {
    font-size: 5.1vw;
  }
  #business p {
    font-size: 0.8rem;
  }
  #business .sub-ttl span {
    font-size: 4.5vw;
  }
  #business .business-ceo {
    padding-bottom: 5px;
  }
  #business .image-pic-wrapper {
    background: none;
    height: auto;
  }
  #business .image-pic-wrapper .container-mid {
    padding-left: 0;
    padding-right: 0;
  }
  #business .image-pic {
    position: relative;
    height: auto;
    padding-bottom: 85%;
  }
  #business .business-ceo h2 {
    padding: 0;
    position: absolute;
    top: 42%;
    left: 30px;
  }
  #business .business-ceo h2 span {
    font-size: 6.4vw;
  }
  #business .business-ceo h2 samll {
    font-size: 1vw;
  }
  #business .business-ceo .message {
    margin-left: 0;
    padding: 20px 15px;
    margin: -15px 0 0 0;
    width: 100%;
  }
  #business .business-ceo h2 em {
    font-size: 3vw;
  }
  #business .business-ceo .message h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  #business .business-ceo .message p span {
    font-size: 0.9rem;
  }
  #business .business-ceo .message p small {
    top: -1px;
  }

  #business .business-ceo-txt {
    padding-top: 30px;
  }
  #business .business-ceo-txt h4 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #business .business-vision {
    padding: 30px 0;
  }
  #business .business-vision p br {
    display: none;
  }
  #business .business-vision img {
    margin: 10px auto 0 auto;
  }

  #business-identity {
    padding: 30px 0;
  }
  #business-identity h2.sub-ttl {
    margin-bottom: 10px;
  }

  .business-identity-logo {
    padding: 15px;
  }
  .business-identity-logo img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
}

/*
history
---------------------------------------------*/

#history .ttl,
#history .sub-copy {
  color: #0472e0;
}
#history-body {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../images/history/bg_pattern.png) center -141px;
  background-size: 303px 360px;
  padding: 80px 0 60px 0;
  margin-top: 60px;
}
#history-body ul {
  max-width: 750px;
  margin: -20px auto 0 auto;
  display: block;
  overflow: hidden;
  padding-bottom: 120px;
  display: block;
  position: relative;
}
#history-body ul:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  left: 50%;
  margin-left: -7px;
  border: 3px solid #0472e0;
  border-radius: 50%;
  top: 20px;
  position: absolute;
}
#history-body ul:after {
  width: 2px;
  height: 1000px;
  position: absolute;
  display: block;
  content: "";
  background: #0472e0;
  left: 50%;
  top: 35px;
}
#history-body ul li {
  display: block;
  width: 50%;
}
#history-body ul li.text-right {
  padding-right: 45px;
}
#history-body ul li.text-left {
  padding-left: 45px;
}
#history-body ul li em {
  display: block;
  font-size: 2.4rem;
  color: #0472e0;
  font-family: "Inter UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 45px;
}
#history-body ul li strong {
  color: #0472e0;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: block;
  position: relative;
  z-index: 10;
}
#history-body p {
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}
#history-body .image-pic {
  padding-bottom: 52%;
  max-width: 300px;
  z-index: 5;
  margin-top: 58px;
  position: relative;
}
#history-body .image-pic:before {
  content: "";
  width: 75px;
  height: 2px;
  background: #0472e0;
  display: block;
  position: absolute;
  left: -75px;
  top: 89px;
  z-index: 0;
}
#history-body .float-left .image-pic:before {
  right: -75px;
  left: auto;
}
#history-body em:after {
  content: "";
  color: #0472e0;
  position: absolute;
  font-size: 10rem;
  text-align: center;
  left: 1%;
  width: 100%;
  z-index: 1;
  top: 30px;
  opacity: 0.1;
  display: none;
}
#history-body .year-1987 em:after {
  content: "1987";
}
#history-body .year-1994 em:after {
  content: "1994";
}
#history-body .year-1995 em:after {
  content: "1995";
}
#history-body .year-2002 em:after {
  content: "2002";
}
#history-body .year-2008 em:after {
  content: "2008";
}
#history-body .year-2010 em:after {
  content: "2010";
}
#history-body .year-2011 em:after {
  content: "2011";
}
#history-body .year-2013 em:after {
  content: "2013";
}
#history-body .year-2014 em:after {
  content: "2014";
}
#history-body .year-2015 em:after {
  content: "2015";
}
#history-body .year-2016 em:after {
  content: "2016";
}
#history-body .year-2017 em:after {
  content: "2017";
}
#history-body .year-2018 em:after {
  content: "2018";
}
#history-body .year-2019 em:after {
  content: "2019";
}
#history-body .year-2020 em:after {
  content: "2020";
}

#history-body .bnr-more {
  display: block;
  margin: 50px auto;
  background-color: #0472e0;
}

#history-body .bnr-more:hover {
  background-color: #ffffff;
  border: 2px solid #0472e0;
  color: #0472e0;
}

@media (max-width: 992px) {
  #history {
    overflow: hidden;
  }
  #history .sub-copy span {
    font-size: 5.2vw;
  }
  #history-body {
    padding: 30px 0;
    margin-top: 30px;
  }
  #history-body .container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #history-body ul {
    overflow-x: hidden;
    padding-bottom: 45px;
  }
  #history-body ul:before {
    left: 15px;
  }
  #history-body ul:after {
    left: 15px;
  }
  #history-body ul li {
    float: none !important;
    width: 100%;
    padding-left: 30px;
    overflow: hidden;
  }
  #history-body ul li.text-right,
  #history-body ul li.text-left {
    padding-right: 0;
    text-align: left !important;
    padding-left: 30px;
  }
  #history-body ul li p br {
    display: none;
  }
  #history-body ul li em {
    font-size: 1.6rem;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #history-body ul li strong {
    font-size: 1rem;
  }
  #history-body ul li strong br {
    display: none;
  }
  #history-body .image-pic {
    margin-top: 0;
    max-width: 640px;
    width: 100%;
    float: none !important;
    margin: 0 auto;
    padding-bottom: 65%;
  }
  #history-body .image-pic:before {
    display: none;
  }
  #history-body em:after {
    font-size: 6rem;
  }
}

@media (max-width: 768px) {
}

/*
carrer
---------------------------------------------*/

#carrer p {
  font-size: 0.9rem;
}
#carrer .ttl,
#carrer .sub-copy,
#carrer .sub-ttl {
  color: #15c4ca;
}
#carrer-field {
  padding-bottom: 60px;
}
#carrer-field .sub-ttl {
  margin-bottom: 20px;
}
#carrer-field .row {
  margin-left: -7px;
  margin-right: -7px;
}
#carrer-field .col-lg-4 {
  padding: 0 7px;
  margin-bottom: 14px;
}
#carrer-field .inner {
  background: #f5f5f5;
  padding: 30px 20px 20px 20px;
}
#carrer-field h3 {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 0;
}
#carrer-field p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.6;
}

#carrer-up {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ebfbfc;
}
#carrer-up .sub-ttl {
  margin-bottom: 15px;
}
#carrer-up .big-image {
  padding-bottom: 45%;
}
#carrer-up-stage .carrer-up-stage-box {
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
  display: block;
}
#carrer-up-stage .carrer-up-stage-box .number {
  line-height: 1;
  float: left;
  color: #15c4ca;
  margin-right: 10px;
  position: relative;
}
#carrer-up-stage .carrer-up-stage-box .number:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #15c4ca;
  border-right: 2px solid #15c4ca;
  transform: rotate(135deg);
  margin: 0 auto 0 auto;
}
#carrer-up-stage .carrer-up-stage-box.carrer-up3 .number:after {
  display: none;
}
#carrer-up-stage .carrer-up-stage-box .number em {
  font-family: "Inter UI", sans-serif;
  font-weight: 800;
  font-size: 0.6rem;
  font-style: normal;
  display: block;
  letter-spacing: 0.04rem;
  text-indent: 0.05rem;
}
#carrer-up-stage .carrer-up-stage-box .number strong {
  font-family: "Inter UI", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  font-style: normal;
  display: block;
}
#carrer-up-stage .carrer-up-stage-box h4 {
  display: inline-block;
  font-size: 1.1rem;
  padding: 8px 0 0 0;
  margin-bottom: 0;
}
#carrer-up .it-specialist {
  padding: 0 0 0 0;
}
#carrer-up .row {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  background: #15c4ca;
}
#carrer-up .col-lg-4 {
  padding: 0 5px;
  border-left: 1px solid #fff;
}
#carrer-up .specialist1 {
  border-left: 0;
}
#carrer-up .col-lg-4 .inner {
  color: #fff;
  padding: 0 15px;
}
#carrer-up h3 {
  text-align: center;
  display: block;
  line-height: 1.4;
  padding: 10px 0;
}
#carrer-up h3 span,
#carrer-up h3 small {
  display: block;
}
#carrer-up h3 span {
  font-size: 1.1rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
}
#carrer-up h3 small {
  font-family: "Barlow Condensed", sans-sans-serif;
  font-size: 0.7rem;
}
#carrer-up .inner p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}

#carrer-support {
  background: #ebfbfc;
  padding: 60px 0;
}
#carrer #carrer-support .sub-ttl {
  margin-bottom: 0px;
}
#carrer-support p {
  font-size: 0.9rem;
}
#carrer-support p strong {
  font-size: 1.1rem;
  line-height: 1.6;
  display: block;
  padding-top: 20px;
}
#carrer #carrer-support .carrer-support-point {
  border-bottom: 1px solid #cde6e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#carrer #carrer-support .carrer-support-point .image-pic {
  padding-bottom: 65%;
  margin-bottom: 10px;
}
#carrer #carrer-support .carrer-support-point h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #15c4ca;
}
#carrer #carrer-support .carrer-support-point ul {
  font-size: 0.8rem;
  line-height: 1.6;
  padding-left: 1.1rem;
  margin-bottom: 20px;
}
#carrer #carrer-support .carrer-support-point ul li {
  list-style-type: disc;
}
#carrer #carrer-support .carrer-support-daigaku .image-sub-big {
  padding-bottom: 80%;
}
#carrer-support h3 {
  font-size: 1rem;
}
#carrer-support .link-special a {
  font-size: 0.7rem;
  color: #15c4ca;
  display: inline-block;
  border: 2px solid #15c4ca;
  font-weight: bold;
  padding: 5px 11px;
  transition: all 0.2s ease-out;
}
#carrer-support .link-special a:hover {
  background: #15c4ca;
  color: #fff;
}
#carrer-support h4.support-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #15c4ca;
  margin-top: 15px;
  margin-bottom: 15px;
}
#carrer-support p small {
  line-height: 1.8;
  display: block;
}
#carrer-support .carrer-support-daigaku p {
  font-size: 0.8rem;
}
#carrer-support .support-list {
  margin-top: 30px;
  margin-bottom: 10px;
}
#carrer-support .support-list h4 {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-top: 12px;
  letter-spacing: 0;
}
#carrer-support .support-list h4 small {
  display: block;
  line-height: 1.5;
  padding: 0.3rem 0 0 0;
}
#carrer-support .support-list .image-pic {
  padding-bottom: 85%;
}

#carrer-system {
  padding: 60px 0;
}
#carrer-system .sub-ttl {
  margin-bottom: 20px;
}
#carrer-system .image-pic {
  padding-bottom: 35%;
  margin-bottom: 1rem;
}
#carrer-system .flow .col-lg-4 .image-pic {
  padding-bottom: 65%;
}
#carrer-system .carrer-sub-ttl {
  font-size: 1.2rem;
  padding: 15px 0 5px 0;
  color: #15c4ca;
  display: block;
}
#carrer-system .carrer-sub-ttl small {
  font-family: "Barlow Condensed", sans-sans-serif;
  font-size: 0.8rem;
  display: inline-block;
  top: -2px;
  position: relative;
}
#carrer-system .flow h4 {
  font-size: 1rem;
  font-weight: bold;
}
#carrer-system .flow .image-pic {
  margin-bottom: 10px;
}
#carrer-system .flow p {
  font-size: 0.8rem;
}
#carrer-system .carrer-program .image-pic {
  padding-bottom: 65%;
}
#carrer-system .carrer-program h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 30px 0 15px 0;
}
#carrer-system .carrer-program h5 {
  display: block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 20px 0 5px 0;
  margin-top: 15px;
  color: #15c4ca;
  font-weight: bold;
}
#carrer-system .carrer-program dl dt {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
#carrer-system .carrer-program dl dd {
  font-size: 0.9rem;
  padding-bottom: 8px;
}
.carrer-backup {
  padding-top: 15px;
}
#carrer-system .flow .col-lg-4 ul {
  font-size: 0.8rem;
  line-height: 1.6;
  padding-left: 1.1rem;
}
#carrer-system .flow .col-lg-4 ul li {
  list-style-type: disc;
}
.carrer-support-daigaku .bnr-more {
  background-image: -webkit-linear-gradient(
    left,
    transparent 50%,
    rgba(21, 196, 202, 1) 50%
  );
  background-image: linear-gradient(
    to right,
    transparent 50%,
    rgba(21, 196, 202, 1) 50%
  );
}
.carrer-support-daigaku .bnr-more:hover {
  background-color: #15c4ca;
}

@media (max-width: 992px) {
  #carrer {
    overflow: hidden;
  }
  #carrer p {
    font-size: 0.8rem;
  }
  #carrer-field .col-lg-4 img {
    width: 90px;
  }
  #carrer-field .inner {
    padding: 10px 15px 15px 15px;
  }
  #carrer-up {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #carrer-up h3 span {
    font-size: 1rem;
  }
  #carrer p strong {
    line-height: 1.5;
    display: inline-block;
    font-size: 1rem;
  }
  #carrer-up .sub-ttl {
    margin-bottom: 10px;
  }
  #carrer-up .big-image {
    padding-bottom: 65%;
  }
  #carrer-up .it-dpecialist {
    padding: 0 10px;
  }
  #carrer-up .row {
    margin-top: -15px;
  }
  #carrer-up .col-lg-4 .inner {
    margin-bottom: 10px;
  }
  #carrer-up h3 {
    padding: 0 0 5px 0;
  }
  #carrer-support {
    padding: 30px 0;
  }
  #carrer #carrer-support .sub-ttl {
    margin: 0 0 10px 0;
  }
  #carrer-support h3 {
    font-size: 0.9rem;
  }
  #carrer-support .support-list {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  #carrer-support .support-list .col-lg-3 {
    padding: 0 7px;
  }
  #carrer-support .support-list h4 {
    font-size: 0.7rem;
    padding: 0.5em 0 1em 0;
  }
  #carrer-support .support-list h4 small br {
    display: none;
  }

  #carrer-system {
    padding: 30px 0;
  }
  #carrer-system .sub-ttl {
    margin-bottom: 10px;
  }
  #carrer-system .image-pic {
    padding-bottom: 65%;
  }

  #carrer-up-stage .carrer-up-stage-box {
    margin-bottom: 10px;
  }
  #carrer-up-stage .carrer-up-stage-box .number {
    float: none;
    position: absolute;
    left: 0;
    top: 20px;
  }
  #carrer-up-stage .carrer-up-stage-box h4 {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0 0 0 50px;
  }
  #carrer-up .col-lg-4 {
    border-left: 0;
  }
  #carrer-up .it-specialist {
    padding: 0 15px;
    background: #15c4ca;
  }
  #carrer-up .row {
    padding: 10px 0;
  }
  #carrer-up .col-lg-4 .inner {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  #carrer #carrer-up .specialist3 .inner {
    border-bottom: 0;
  }
  #carrer-up-stage .carrer-up3 {
    margin-bottom: 25px;
  }

  #carrer-support h4.support-name {
    margin-top: 13px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #carrer-support .link-special a {
    margin-bottom: 10px;
  }
}

/*
life
---------------------------------------------*/

#life .ttl,
#life .sub-copy,
#life .sub-ttl {
  color: #f46700;
}
#life p {
  font-size: 0.9rem;
}
#life-main-visual {
  padding-bottom: 60px;
}
#life-main-visual .image-pic {
  padding-bottom: 45%;
  display: block;
  max-width: 990px;
  margin: 0 auto;
}
#life-job,
#life-wel {
  background: #fff1e0;
  padding: 60px 0;
}
#life-enjoy {
  padding: 60px 0;
}
.image-pic-sub {
  margin-left: -5px;
  margin-right: 5px;
}
.image-pic-sub .col {
  padding: 0 5px;
}
.image-pic-sub-large {
  background: #eee;
  padding-bottom: 65%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.image-pic-sub-small {
  background: #eee;
  padding-bottom: 65%;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#life-job dl dt,
#life-enjoy dl dt {
  margin-bottom: 5px;
}
#life-job dl dt small,
#life-enjoy dl dt small {
  font-family: "Barlow Condensed", sans-sans-serif;
  font-size: 0.7rem;
  position: relative;
  display: inline-block;
  top: -1px;
  margin-left: 0.4rem;
}
#life-job dl dd,
#life-enjoy dl dd {
  font-size: 0.8rem;
}
/*
#life-job .sub-ttl,#life-wel .sub-ttl {
	color: #fff;
}
*/
#life-job .sub-ttl,
#life-enjoy .sub-ttl,
#life-wel .sub-ttl {
  margin-bottom: 20px;
  margin-top: 30px;
}
#life-job .sub-ttl small,
#life-enjoy .sub-ttl small,
#life-wel .sub-ttl small {
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 500;
}
#life-job .sub-ttl span,
#life-enjoy .sub-ttl span,
#life-wel .sub-ttl span {
  font-size: 2.6rem;
}
#life-enjoy dl dd p {
  border: 1px solid #ddd;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 0.8rem;
}

#life-wel {
  background-color: #fff1e0;
  padding: 60px 0;
}

#life-wel ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#life-wel li {
  width: 32%;
  margin-bottom: 20px;
  padding: 16px;
  background-color: #ffffff;
}

#life-wel ul li div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#life-wel img {
  width: 80px;
  height: auto;
  margin-right: 12px;
}

#life-wel strong {
  font-size: 0.9rem;
  letter-spacing: 0;
  color: #f46700;
}

#life-wel p {
  font-style: normal;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.7;
  color: #333;
}

.life-wel__other {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 992px) {
  #life {
    overflow: hidden;
  }
  #life p {
    font-size: 0.8rem;
  }
  #life-main-visual {
    padding-bottom: 30px;
  }
  #life-main-visual .image-pic {
    padding-bottom: 85%;
  }
  #life-job,
  #life-wel {
    padding: 30px 0;
  }
  #life-enjoy {
    padding: 30px 0;
  }
  #life-job .sub-ttl,
  #life-enjoy .sub-ttl,
  #life-wel .sub-ttl {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #life-job .sub-ttl span,
  #life-enjoy .sub-ttl span,
  #life-wel .sub-ttl span {
    font-size: 8vw;
  }
  #life-wel li {
    width: 48%;
  }
  #life-wel ul li div {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 12px;
  }
  #life-wel img {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .life-wel__br--sp {
    display: none;
  }
}

@media (max-width: 640px) {
  #life-wel ul li {
    width: 100%;
  }
}
