.section-hero img {
  width: 100%;
}
.section-service h2 {
  margin: 40px 0;
  font-size: 1.875rem;
  font-weight: bold;
  color: #1155a3;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-service h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-service h2 {
    margin: 20px 0;
  }
}
.section-service h2 br {
  display: none;
}
@media screen and (max-width: 480px) {
  .section-service h2 br {
    display: inline-block;
  }
}
.section-service .img {
  text-align: center;
}
.section-service__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.section-service__col {
  width: calc(50% - 20px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-service__col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .section-service__col {
    width: calc(50% - 5px);
    margin-top: 20px;
  }
}
.section-service__col .img01 img {
  width: 100%;
}
.section-service__col h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1155a3;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-service__col h3 {
    font-size: 1rem;
  }
}
.section-service__col .txt01 {
  margin-top: 10px;
}
.section-profile {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-profile {
    padding: 40px 0;
  }
}
.section-profile h2 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-profile h2 {
    font-size: 1.5rem;
  }
}
.section-profile h2 span {
  display: inline-block;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #1155a3;
  transform: skewX(-5deg);
}
@media screen and (max-width: 480px) {
  .section-profile h2 span {
    margin-left: 10px;
    font-size: 0.75rem;
  }
}
.section-profile__box {
  margin-top: 40px;
}
.section-profile__box h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .section-profile__box h3 {
    font-size: 1.125rem;
  }
}
.section-profile__box .txt01 {
  margin-top: 10px;
}
.section-profile__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-profile__left {
  width: 50%;
  margin-top: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section-profile__left {
    width: 100%;
    padding-right: 0;
  }
}
.section-profile__left table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.section-profile__left tr {
  border-bottom: 1px solid #eeeeee;
}
.section-profile__left th,
.section-profile__left td {
  padding: 10px;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.section-profile__left th {
  width: 140px;
}
@media screen and (max-width: 480px) {
  .section-profile__left th {
    width: 100px;
  }
}
.section-profile__right {
  width: 50%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-profile__right {
    width: 100%;
    padding-right: 0;
  }
}
.section-profile__right iframe {
  width: 100%;
}
.section-recruit {
  width: 100%;
  background: url(../../img/top/bg_04.jpg) no-repeat center top/cover;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .section-recruit {
    max-width: 100%;
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .section-recruit {
    height: 275px;
  }
}
.section-recruit .container {
  position: relative;
  height: 100%;
}
.section-recruit__box {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 480px) {
  .section-recruit__box {
    left: 20px;
    bottom: 10px;
  }
}
.section-recruit a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px 60px 40px 40px;
}
@media screen and (max-width: 480px) {
  .section-recruit a {
    padding: 20px 40px 20px 20px;
  }
}
.section-recruit a::after {
  content: "east";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.section-recruit h2 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .section-recruit h2 {
    font-size: 1.5rem;
  }
}
.section-recruit h2 span {
  display: inline-block;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #1155a3;
  transform: skewX(-5deg);
}
@media screen and (max-width: 480px) {
  .section-recruit h2 span {
    margin-left: 10px;
    font-size: 0.75rem;
  }
}
.section-recruit .txt01 {
  margin-top: 10px;
  font-size: 1.125rem;
}
@media screen and (max-width: 480px) {
  .section-recruit .txt01 {
    font-size: 0.875rem;
  }
}
.section-link {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .section-link {
    padding: 40px 0;
  }
}
.section-link__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-link__col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .section-link__col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .section-link__col {
    width: 100%;
    margin-top: 20px;
  }
  .section-link__col:first-child {
    margin-top: 0;
  }
}
.section-link__col a {
  display: block;
}
.section-link__col a:hover {
  opacity: 0.7;
}
.section-link__col img {
  width: 100%;
}
