.wrapper {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.contact {
  margin: -300px 0 0;
}
@media screen and (min-width: 768px) {
  .contact {
    margin: -438px 0 0;
  }
}

.main-imaeg {
  position: relative;
  margin: 0 0 88px;
}
.main-imaeg .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 2px 0 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5019607843);
  line-height: 1.2;
}
.main-imaeg .title span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5019607843);
  letter-spacing: 0 0.07px;
}
@media screen and (min-width: 768px) {
  .main-imaeg {
    margin: 0 0 156px;
  }
  .main-imaeg .title {
    top: auto;
    left: auto;
    bottom: 28px;
    right: 0;
    width: auto;
    padding: 0;
    transform: none;
    font-size: 65px;
  }
  .main-imaeg .title span {
    margin: 12px 0 0;
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}

.about {
  margin: 0 0 88px;
}
.about .img {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 0 11px;
}
.about .img:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 11px);
  height: 100%;
  top: 11px;
  left: 0;
  background: rgba(108, 155, 210, 0.25);
  z-index: 2;
}
.about .img img {
  position: relative;
  z-index: 3;
}
.about .detail .area-text {
  margin: 0 0 32px;
}
.about .detail .area-text .title02 {
  margin: 0 0 21px;
  font-size: 24px;
  font-weight: 700;
}
.about .detail .area-text .text {
  line-height: 1.75;
}
.about .detail .area-text .text + .text {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .about {
    margin: 0 0 176px;
  }
  .about .area-content {
    display: flex;
    justify-content: space-between;
  }
  .about .area-content .detail {
    max-width: 560px;
    width: 46.2%;
  }
  .about .area-content .detail .title01 {
    margin: 0 0 42px;
  }
  .about .area-content .detail .title02 {
    font-size: 36px;
  }
  .about .area-content .detail .btn {
    text-align: left;
  }
  .about .area-content .img {
    max-width: 660px;
    width: 53%;
    padding: 0 0 0 21px;
  }
  .about .area-content .img:before {
    top: 21px;
  }
}

.service {
  margin: 0 0 80px;
}
.service .title01 {
  margin: 0 0 32px;
}
.service .list {
  margin: 0 0 150px;
}
.service .list .item {
  padding: 0 0 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
}
.service .list .item + .item {
  margin: 21px 0 0;
}
.service .list .item .img {
  position: relative;
  margin: 0 0 48px;
}
.service .list .item .img .icon {
  position: absolute;
  width: 108px;
  height: 108px;
  left: 50%;
  bottom: -54px;
  background: #fff;
  border-radius: 108px;
  transform: translateX(-50%);
}
.service .list .item .img .icon img {
  position: absolute;
  width: 74px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.service .list .item .area-text {
  padding: 0 28px;
}
.service .list .item .area-text .title02 {
  margin: 0 0 16px;
  text-align: center;
  line-height: 1.52;
  font-size: 21px;
}
.service .list .item .area-text .text {
  margin: 0 0 32px;
  padding: 0 0 32px;
  border-bottom: solid 1px #DEE2E6;
}
.service .detail-list .detail-item + .detail-item {
  margin: 132px 0 0;
}
.service .detail-list .detail-item .area-title {
  position: relative;
}
.service .detail-list .detail-item .area-title .icon {
  position: absolute;
  width: 144px;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.service .detail-list .detail-item .area-title .title03 {
  position: absolute;
  width: 100%;
  margin: -25px 0 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.service .detail-list .detail-item .area-content {
  position: relative;
  margin: -80px 0 0;
  padding: 0 15px 0 0;
}
.service .detail-list .detail-item .area-content .img {
  margin: 0 0 24px;
}
.service .detail-list .detail-item .area-content .area-text {
  padding: 0 15px;
}
.service .detail-list .detail-item .area-content .area-text .text {
  line-height: 1.75;
}
.service .detail-list .detail-item .area-content .area-text .text + .text {
  margin: 1em 0 0;
}
.service .detail-list .detail-item.reverse .area-content {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .service {
    margin: 0 0 104px;
  }
  .service .list {
    display: flex;
    gap: 0 44px;
    margin: 0 0 226px;
  }
  .service .list .item {
    width: calc(100% - 44px);
    padding: 0 0 32px;
  }
  .service .list .item + .item {
    margin: 0;
  }
  .service .list .item .img {
    position: relative;
    margin: 0 0 48px;
  }
  .service .list .item .area-text {
    padding: 0 28px;
  }
  .service .list .item .area-text .title02 {
    margin: 0 0 16px;
    font-weight: 500;
  }
  .service .list .item .area-text .text {
    font-size: 14px;
  }
  .service .detail-list .detail-item + .detail-item {
    margin: 132px 0 0;
  }
  .service .detail-list .detail-item .area-title .title03 {
    margin: 20px 0 0;
    font-size: 36px;
    line-height: 1.53;
  }
  .service .detail-list .detail-item .area-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin: -30px 0 0;
    padding: 0;
  }
  .service .detail-list .detail-item .area-content .img {
    max-width: none;
    width: 47.5%;
    margin: 0;
  }
  .service .detail-list .detail-item .area-content .area-text {
    max-width: 650px;
    width: 47.5%;
    margin: 0 auto 0 0;
    padding: 0 30px 0 0;
  }
  .service .detail-list .detail-item .area-content .area-text .area-text-inner {
    max-width: 550%;
    width: 92.5%;
  }
  .service .detail-list .detail-item .area-content .area-text .area-text-inner .text {
    line-height: 1.75;
  }
  .service .detail-list .detail-item .area-content .area-text .area-text-inner .text + .text {
    margin: 1em 0 0;
  }
  .service .detail-list .detail-item.reverse .area-content {
    flex-direction: row-reverse;
    padding: 0;
  }
  .service .detail-list .detail-item.reverse .area-content .area-text {
    margin: 0 0 0 auto;
    padding: 0 0 0 30px;
  }
}

.process {
  margin: 0 0 96px;
}
.process .bg {
  position: relative;
  margin: 0 0 112px;
  padding: 88px 0 96px;
  background: #6C9BD2;
}
.process .bg:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 78px solid transparent;
  border-left: 78px solid transparent;
  border-top: 24px solid #6C9BD2;
  border-bottom: 0;
  transform: translateX(-50%);
}
.process .bg .title01 span {
  color: #fff;
}
.process .bg .title01 span::first-letter {
  color: #fff;
}
.process .bg .intro {
  margin: 0 0 72px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
.process .bg .flow {
  list-style: none;
  padding: 0 15px;
}
.process .bg .flow .item {
  position: relative;
  padding: 72px 15px 72px;
  background: #fff;
}
.process .bg .flow .item + .item {
  margin: 56px 0 0;
}
.process .bg .flow .item:last-child:after {
  content: none;
}
.process .bg .flow .item:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 26px solid #fff;
  border-bottom: 0;
  transform: translateX(-50%);
}
.process .bg .flow .item .icon {
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  width: 74px;
  padding: 8px 0;
  top: -18px;
  left: 50%;
  border-radius: 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  background: #01608C;
  line-height: 1;
}
.process .bg .flow .item .img {
  width: 100px;
  margin: 0 auto 24px;
}
.process .bg .flow .item .title02 {
  margin: 0 0 12px;
  font-size: 21px;
  color: #111C38;
  font-weight: 700;
}
.process .bg .flow .item .text {
  color: #111C38;
}
.process .list .item + .item {
  margin: 56px 0 0;
}
.process .list .item .img {
  margin: 0 0 48px;
}
.process .list .item .area-content .area-text .text {
  font-size: 16px;
  line-height: 1.75;
}
.process .list .item .area-content .area-text .text + .text {
  margin: 1em 0 0;
}
.process .list .item .area-content .area-list .area-item {
  border-left: solid 9px #01608C;
  background: #F0F0F0;
  border-radius: 10px;
}
.process .list .item .area-content .area-list .area-item + .area-item {
  margin: 12px 0 0;
}
.process .list .item .area-content .area-list .area-item dl {
  padding: 15px 36px 24px;
}
.process .list .item .area-content .area-list .area-item dl dt {
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: solid 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.process .list .item .area-content .area-list .area-item dl dd {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .process {
    margin: 0 0 200px;
  }
  .process .bg {
    position: relative;
    margin: 0 0 132px;
    padding: 88px 0 88px;
  }
  .process .bg:after {
    bottom: -54px;
    border-right: 229px solid transparent;
    border-left: 229px solid transparent;
    border-top: 54px solid #6C9BD2;
  }
  .process .bg .title01 {
    margin: 0 0 24px;
  }
  .process .bg .intro {
    margin: 0 0 72px;
    font-size: 18px;
    line-height: 1.57;
  }
  .process .bg .flow {
    display: flex;
    justify-content: space-between;
    gap: 0 18px;
    padding: 0;
  }
  .process .bg .flow .item {
    position: relative;
	  width:25%;
    padding: 40px 15px 72px;
    background: #fff;
  }
  .process .bg .flow .item + .item {
    margin: 0;
  }
  .process .bg .flow .item:last-child:before, .process .bg .flow .item:last-child:after {
    content: none;
  }
  .process .bg .flow .item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    margin: -12px 0 0;
    border-style: solid;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 28px solid #6C9BD2;
    border-right: 0;
    transform: translateY(-50%);
    z-index: 3;
  }
  .process .bg .flow .item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    width: 0;
    height: 0;
    margin: -12px 0 0;
    border-style: solid;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 24px solid #fff;
    border-right: 0;
    transform: translateY(-50%);
    z-index: 4;
  }
  .process .bg .flow .item .icon {
    font-size: 21px;
  }
  .process .bg .flow .item .img {
    width: 100px;
    margin: 0 auto 16px;
  }
  .process .bg .flow .item .title02 {
    margin: 0 0 12px;
  }
  .process .bg .flow .item .text {
    color: #111C38;
    font-size: 14px;
  }
  .process .list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .process .list .item.reverse {
    flex-direction: row-reverse;
  }
  .process .list .item + .item {
    margin: 99px 0 0;
  }
  .process .list .item .img {
    width: 47.5%;
    max-width: 550px;
    margin: 0;
  }
  .process .list .item .area-content {
    width: 47.5%;
    max-width: 550px;
  }
  .process .list .item .area-content .area-text .text {
    font-size: 18px;
    line-height: 1.78;
  }
  .process .list .item .area-content .area-text .text + .text {
    margin: 1em 0 0;
  }
  .process .list .item .area-content .area-list .area-item + .area-item {
    margin: 12px 0 0;
  }
  .process .list .item .area-content .area-list .area-item dl {
    padding: 21px 36px 24px;
  }
  .process .list .item .area-content .area-list .area-item dl dt {
    font-size: 18px;
  }
  .process .list .item .area-content .area-list .area-item dl dd {
    font-size: 14px;
    line-height: 1.75;
  }
}

.recruit .main-img {
  position: relative;
}
.recruit .main-img .title01 {
  position: absolute;
  top: -20px;
  left: -12px;
}
.recruit .main-img .title01 span {
  display: inline-block;
  padding: 1px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.78;
  background: #01608C;
}
.recruit .main-img .title01 span.under {
  margin: 4px 0 0 14px;
}
.recruit .bg {
  margin: -68px 0 0;
  padding: 96px 0 290px;
  background: #DAE6F4;
}
.recruit .bg .recruit-detail {
  margin: 0 0 88px;
}
.recruit .bg .recruit-detail .area-title {
  margin: 0 0 32px;
}
.recruit .bg .recruit-detail .area-title .title01 {
  margin: 0;
}
.recruit .bg .recruit-detail .area-text .title02 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.52;
}
.recruit .bg .recruit-detail .area-text .text + .text {
  margin: 1em 0 0;
}
.recruit .bg .recruit-detail .area-text .btn {
  margin: 32px 0 0;
}
.recruit .company .area-title {
  margin: 0 0 32px;
}
.recruit .company .area-title .title01 {
  margin: 0;
}
.recruit .company .company-detail {
  margin: 0 0 28px;
}
.recruit .company .company-detail table {
  width: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1490196078);
}
.recruit .company .company-detail table tbody tr th {
  width: 6.5em;
  padding: 8px;
  background: #03608C;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  border-bottom: solid 3px #E0E0E0;
  text-align: left;
}
.recruit .company .company-detail table tbody tr td {
  padding: 8px;
  background: #fff;
  border-bottom: solid 1px #E0E0E0;
  font-size: 14px;
}
.recruit .company .area-map .map + .map {
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .recruit .main-img {
    position: relative;
  }
  .recruit .main-img .title01 {
    top: -34px;
    left: -32px;
  }
  .recruit .main-img .title01 span {
    display: inline-block;
    padding: 6px 30px;
    font-size: 32px;
  }
  .recruit .main-img .title01 span.under {
    margin: 8px 0 0 24px;
  }
  .recruit .bg {
    margin: -225px 0 0;
    padding: 262px 0 440px;
    background: #DAE6F4;
  }
  .recruit .bg .recruit-detail {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
  }
  .recruit .bg .recruit-detail .area-title {
    margin: 0;
  }
  .recruit .bg .recruit-detail .area-title .title01 {
    margin: 0 0 32px;
  }
  .recruit .bg .recruit-detail .area-title .btn {
    margin: 0;
    text-align: left;
  }
  .recruit .bg .recruit-detail .area-text .title02 {
    margin: 0 0 24px;
    font-size: 24px;
  }
  .recruit .bg .recruit-detail .area-text .text + .text {
    margin: 1em 0 0;
  }
  .recruit .bg .recruit-detail .area-text .btn {
    margin: 32px 0 0;
  }
  .recruit .bg .company .area-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .recruit .bg .company .area-content .area-title {
    max-width: 572px;
    width: 48%;
    margin: 0;
  }
  .recruit .bg .company .area-content .area-title .title01 {
    margin: 0 0 80px;
  }
  .recruit .bg .company .area-content .company-detail {
    max-width: 560px;
    width: 48%;
    margin: 0;
  }
  .recruit .bg .company .area-content .company-detail table tbody tr th {
    width: 170px;
    padding: 13px 8px;
  }
  .recruit .bg .company .area-content .company-detail table tbody tr td {
    padding: 14px;
  }
  .recruit .bg .company .area-content .area-map .map + .map {
    margin: 21px 0 0;
  }
}/*# sourceMappingURL=top.css.map */