@charset "UTF-8";
/* =======================================================

会社概要 TOP

======================================================= */
.table-summary {
  border-top: 2px solid #172A88;
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  .table-summary {
    margin-bottom: 60px;
  }
}
.table-summary .row {
  border-bottom: 1px solid #E4E5EA;
  border-left: 1px solid #E4E5EA;
  border-right: 1px solid #E4E5EA;
}
.table-summary .row .head {
  background-color: #EEF0F7;
  padding: 15px 0 15px;
  width: 250px;
}
@media (max-width: 768px) {
  .table-summary .row .head {
    display: block;
    width: 100%;
  }
}
.table-summary .row .head p {
  color: #172A88;
  padding-left: 15px;
}
.table-summary .row .date {
  padding: 15px 15px 15px;
}
.table-summary .row .date .date-pd {
  padding-left: 20px;
}
.table-summary .row .date .number {
  list-style: decimal;
}
@media (max-width: 768px) {
  .table-summary .row .date {
    display: block;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* =======================================================

事業所紹介

======================================================= */
.office-mg {
  margin-bottom: 80px;
}

.office {
  /*
  .row{
      padding-right: 30px;
      @include sp{
          padding-right: 0px;
      }
  }
      */
}
@media (max-width: 428px) {
  .office {
    margin-bottom: 30px;
  }
}
.office .office1-img {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .office .office1-img {
    margin-bottom: 15px;
  }
}
.office h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #172A88;
  border-bottom: #DEE0E6 2px solid;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
}
.office h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 110px;
  background: #5C6889;
}
.office h4 {
  font-weight: bold;
  color: #5C6889;
}
.office .office-con {
  display: flex;
  flex-wrap: wrap;
  /* padding-right: 20px;*/
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
@media (max-width: 428px) {
  .office .office-con {
    margin-bottom: 15px;
  }
}
@media (max-width: 428px) {
  .office .office-con {
    padding-right: 0px;
    gap: initial;
  }
}
.office .office-con .col-1 {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .office .office-con .col-1 {
    margin-bottom: 15px;
  }
}
.office .col-2 {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .office .col-2 {
    margin-bottom: 15px;
  }
}
.office .row-3 {
  display: flex;
}
@media (max-width: 430px) {
  .office .row-3 {
    display: block;
  }
}
.office .row-3 .row-3_tel {
  display: flex;
}
@media (max-width: 590px) {
  .office .row-3 .row-3_tel {
    display: block;
    margin-bottom: 12px;
  }
}
@media (max-width: 428px) {
  .office .row-3 .row-3_tel {
    display: block;
  }
}
.office .row-3 .col-head {
  width: 200px;
}
@media (max-width: 428px) {
  .office .row-3 .col-head {
    width: auto;
  }
}
.office .row-3 .col-tel {
  width: 165px;
}
@media (max-width: 428px) {
  .office .row-3 .col-tel {
    width: auto;
  }
}
.office .btn:hover {
  background-color: #172A88;
  color: #fff;
}

.btn {
  height: 80px;
  color: #172A88;
  display: flex;
  width: 475px;
  padding: 22px 18px;
  border: solid 1px #172A88;
  margin: 0 auto;
  position: relative;
  color: #172A88;
  transition: ease 0.3s;
  justify-content: center;
}
@media (max-width: 530px) {
  .btn {
    width: auto;
  }
}
.btn i {
  position: absolute;
  right: 20px;
  padding-top: 3px;
  font-size: 2.8rem;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wrap {
    display: block;
  }
}
.wrap .list {
  margin-bottom: 170px;
  margin-right: 4.2%;
  width: 47.9%;
  position: relative;
}
@media (max-width: 768px) {
  .wrap .list {
    margin-bottom: 80px;
  }
}
@media (max-width: 428px) {
  .wrap .list {
    margin-bottom: 30px;
  }
}
.wrap .list img {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .wrap .list img {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wrap .list {
    width: auto;
    margin-right: 0%;
  }
}
.wrap .list .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .wrap .list .btn {
    width: 475px;
  }
}
@media (max-width: 530px) {
  .wrap .list .btn {
    width: auto;
  }
}
.wrap .list p {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .wrap .list p {
    margin-bottom: 15px;
  }
}
.wrap .list .tel {
  margin-bottom: 30px;
}
@media (max-width: 428px) {
  .wrap .list .tel {
    margin-bottom: 15px;
  }
}
.wrap .list .office-flex {
  display: flex;
}
@media (max-width: 428px) {
  .wrap .list .office-flex {
    display: block;
  }
}
.wrap .list .office-local {
  width: 80px;
}
.wrap .list .tel-number {
  margin-right: 20px;
}
.wrap .list .office-flex2 {
  display: flex;
}
@media (max-width: 890px) {
  .wrap .list .office-flex2 {
    display: block;
  }
}
.wrap .list:nth-child(2n) {
  margin-right: 0;
}
.wrap .btn2 {
  position: absolute;
  bottom: -14%;
}
@media (max-width: 768px) {
  .wrap .btn2 {
    position: relative;
  }
}

@media (max-width: 428px) {
  .cmncontact {
    margin-top: 50px;
  }
}

/* =======================================================

組織図

======================================================= */
.chart {
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  .chart {
    margin-bottom: 50px;
  }
}
.chart .chart__img {
  margin-bottom: 60px;
}
@media (max-width: 428px) {
  .chart .chart__img {
    display: none;
  }
}
.chart .chart__img-sp {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 428px) {
  .chart .chart__img-sp {
    display: block;
  }
}
.chart .maru {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
  background-color: #45549D;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 428px) {
  .chart .maru {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 18px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
.chart .chart__list {
  display: flex;
  align-items: center;
}
.chart .chart__list h3 {
  color: #45549D;
  font-weight: bold;
}
@media (max-width: 428px) {
  .chart .chart__list h3 {
    font-size: 1.4rem;
  }
}
.chart p {
  padding-left: 36px;
  margin-bottom: 15px;
}
@media (max-width: 428px) {
  .chart p {
    font-size: 1.4rem;
    padding-left: 27px;
  }
}
.chart .hr {
  border-bottom: 1px solid #DEE0E6;
  margin-bottom: 23px;
}

/* =======================================================

メッセージ

======================================================= */
.com-top__bg {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 428px) {
  .com-top__bg {
    padding: 30px 0;
  }
}
.com-top__bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 65%;
  height: 120%;
  background: #EEF0F7;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .com-top__bg::before {
    width: 100%;
  }
}

.com-top__copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .com-top__copy {
    font-size: 2.6rem;
  }
}
@media (max-width: 428px) {
  .com-top__copy {
    font-size: 1.9rem;
  }
}
.com-top__copy span {
  padding: 0.1em 0.4em;
  display: inline-block;
  background: #45549D;
  margin-bottom: 0.5em;
}

.com-top__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.com-top__content__txt {
  width: 57%;
  padding: 2em 0;
  letter-spacing: 0.05em;
}
@media (max-width: 900px) {
  .com-top__content__txt {
    width: 50%;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .com-top__content__txt {
    width: 100%;
    margin-bottom: 30px;
    padding: 1.5em 0 0;
  }
}
.com-top__content__txt p {
  line-height: 2em;
}
@media (max-width: 768px) {
  .com-top__content__txt p {
    line-height: 1.8em;
  }
}
.com-top__content__txt .name {
  text-align: right;
}

.com-top__content__img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(43% - 20px);
}
@media (max-width: 900px) {
  .com-top__content__img {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .com-top__content__img {
    width: 100%;
    align-items: center;
  }
}
.com-top__content__img li {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 428px) {
  .com-top__content__img li {
    margin-bottom: 20px;
  }
}
.com-top__content__img li:last-child {
  margin-bottom: 0;
}
.com-top__content__img li img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .com-top__content__img li img {
    width: 90%;
    max-width: 500px;
  }
}
.com-top__content__img li .caption {
  text-align: right;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .com-top__content__img li .caption {
    text-align: center;
  }
}

.tree {
  background-color: #fff;
  width: 100%;
  border: 1px solid #172A88;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.tree h5 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #172A88;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .tree h5 {
    font-size: 2.1rem;
    margin-top: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 428px) {
  .tree h5 {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tree img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.com__box2 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .com__box2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 428px) {
  .com__box2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.com__box2 p {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .com__box2 p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 428px) {
  .com__box2 p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.com__box3 {
  background-color: #EEF0F7;
  padding: 60px;
  max-width: 895px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .com__box3 {
    padding: 40px;
  }
}
@media (max-width: 428px) {
  .com__box3 {
    padding: 20px 20px 0px 20px;
  }
}
.com__box3 .rinen {
  font-size: 3.3rem;
  font-weight: bold;
  color: #172A88;
  font-family: "Zen Old Mincho", serif;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .com__box3 .rinen {
    font-size: 2.4rem;
    line-height: 0rem;
  }
}
@media (max-width: 428px) {
  .com__box3 .rinen {
    font-size: 1.8rem;
  }
}
.com__box3 .rinen p {
  line-height: 4rem;
}
@media (max-width: 768px) {
  .com__box3 .rinen p {
    line-height: 3rem;
  }
}
@media (max-width: 428px) {
  .com__box3 .rinen p {
    line-height: 2rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 428px) {
  .com__box3 .sp-none {
    display: none;
  }
}

.koudo-bg {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .koudo-bg {
    margin-bottom: 0px;
  }
}
@media (max-width: 428px) {
  .koudo-bg {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

.koudo-bg::before {
  height: 100%;
}

@media (max-width: 428px) {
  .ms-ftr {
    margin-top: 0px;
  }
}

/* =======================================================

沿革

======================================================= */
.swiper {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .swiper {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .swiper a {
    pointer-events: none;
  }
}
@media (max-width: 428px) {
  .swiper {
    margin-bottom: 30px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  color: #172A88;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    color: #fff;
    text-shadow: 1px 2px 3px #666;
    right: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}
@media (max-width: 428px) {
  .swiper-button-prev {
    left: -4px;
  }
}

@media (max-width: 428px) {
  .swiper-button-next {
    right: -4px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev:after {
    font-size: 3.5rem;
  }
}
@media (max-width: 428px) {
  .swiper-button-prev:after {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .swiper-button-next:after {
    font-size: 3.5rem;
  }
}
@media (max-width: 428px) {
  .swiper-button-next:after {
    font-size: 2.5rem;
  }
}

@media (max-width: 428px) {
  .swiper-pagination {
    bottom: 0px;
  }
}

.modaal-wrapper {
  z-index: 999999;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 55px;
  padding-right: 55px;
}

.swiper-pagination {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 2px 3px #666;
  position: absolute;
  bottom: 0px;
}

.inner {
  align-items: flex-start;
  display: -ms-flexbox;
  justify-content: space-between;
}
.inner .table {
  position: relative;
  width: 100%;
}
.inner .table::after {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 7px;
  background-color: #172A88;
  content: "";
  height: 100%;
  width: 1px;
  z-index: -1;
}
.inner .list {
  display: flex;
  margin-bottom: 47px;
  padding-left: 25px;
  position: relative;
}
.inner .list .img-block {
  margin-right: 13px;
}
.inner .list .img-block img {
  height: 150px;
  width: auto;
}
@media (max-width: 428px) {
  .inner .list .img-block img {
    height: 125px !important;
  }
}
.inner .list .caption {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 3px;
}
.inner .list .logo-old img {
  height: 60px;
}
.inner .list .li-mg {
  margin-top: 47px;
}
@media (max-width: 768px) {
  .inner .list .li-mg {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .inner .list {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 428px) {
  .inner .list {
    font-size: 1.4rem;
  }
}
.inner .list .pc-flex {
  display: flex;
}
.inner .list .pc-flex .img-flex {
  display: block;
}
.inner .list .pc-flex .img-flex .img-flex2 {
  display: flex;
  flex-wrap: wrap;
}
.inner .list .pc-flex .img-flex img {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .inner .list .pc-flex {
    display: block;
  }
}
.inner .list .year {
  color: #172A88;
  font-weight: bold;
  margin-right: 30px;
  min-width: 130px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .inner .list .year {
    margin-left: 0px;
  }
}
@media (max-width: 428px) {
  .inner .list .year {
    min-width: auto;
  }
}
.inner .list .month {
  color: #172A88;
  font-weight: bold;
  margin-right: 60px;
  min-width: 35px;
}
@media (max-width: 428px) {
  .inner .list .month {
    width: auto;
  }
}
.inner .list::before {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #fff;
  border: 2px solid #172A88;
  border-radius: 10px;
  content: "";
  height: 15px;
  width: 15px;
}

.deco-img {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 170px;
}
@media (max-width: 428px) {
  .deco-img {
    margin-top: 110px;
  }
}
.deco-img .hs-img-right {
  margin-left: -250px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .deco-img .hs-img-right {
    margin-left: -115px;
  }
}
@media (max-width: 428px) {
  .deco-img .hs-img-right {
    margin-left: -90px;
  }
}
.deco-img .hs-img-left {
  position: relative;
  z-index: 9;
}

.bg-right {
  display: flex;
  justify-content: flex-end;
}
.bg-right .bg-right-box {
  width: 73%;
  background-color: #EEF0F7;
  height: 320px;
  position: relative;
  bottom: 550px;
}
@media (max-width: 950px) {
  .bg-right .bg-right-box {
    bottom: 480px;
    height: 245px;
  }
}
@media (max-width: 768px) {
  .bg-right .bg-right-box {
    width: 80%;
    height: 215px;
    bottom: 365px;
  }
}
@media (max-width: 540px) {
  .bg-right .bg-right-box {
    height: 198px;
    bottom: 307px;
  }
}
@media (max-width: 428px) {
  .bg-right .bg-right-box {
    height: 130px;
    bottom: 219px;
  }
}

.bg-left {
  display: flex;
  justify-content: flex-start;
}
.bg-left .bg-left-box {
  width: 28%;
  background-color: #EEF0F7;
  height: 320px;
  position: relative;
  bottom: 540px;
}
@media (max-width: 950px) {
  .bg-left .bg-left-box {
    height: 280px;
    bottom: 455px;
  }
}
@media (max-width: 768px) {
  .bg-left .bg-left-box {
    height: 215px;
    bottom: 367px;
  }
}
@media (max-width: 428px) {
  .bg-left .bg-left-box {
    height: 140px;
    bottom: 225px;
  }
}

.deco-box {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: -270px;
  z-index: -1;
}
@media (max-width: 768px) {
  .deco-box {
    margin-bottom: -315px;
  }
}
@media (max-width: 428px) {
  .deco-box {
    margin-bottom: -450px;
  }
}

/* =======================================================

はまゆう

======================================================= */
.hamayu {
  margin-bottom: 80px;
}
@media (max-width: 428px) {
  .hamayu {
    margin-bottom: 30px;
  }
}

.hm-top__bg {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 428px) {
  .hm-top__bg {
    padding: 30px 0;
  }
}
.hm-top__bg .hm-top__content__img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(43% - 20px);
}
@media (max-width: 768px) {
  .hm-top__bg .hm-top__content__img {
    width: 100%;
    align-items: center;
  }
}
.hm-top__bg .hm-top__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .hm-top__bg .hm-top__content {
    flex-direction: column-reverse;
  }
}

.hm-top__bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 65%;
  height: 100%;
  background: #EEF0F7;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .hm-top__bg::before {
    width: 100%;
  }
}

.hm-top__content__txt {
  width: 57%;
  letter-spacing: 0.05em;
}
.hm-top__content__txt p {
  line-height: 2em;
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .hm-top__content__txt p {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hm-top__content__txt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.article {
  padding: 60px 100px;
  background-color: #EEF0F7;
  border: solid 1px #172A88;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .article {
    padding: 30px 50px;
  }
}
@media (max-width: 428px) {
  .article {
    padding: 30px 30px;
    margin-bottom: 0px;
  }
}
.article .article__box-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1em;
  margin-bottom: 15px;
}
.article .article__box-info .article__time {
  margin-right: 1em;
}
.article .article__box-info .cate-hamayu {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  padding: 0.35em 1em 0.4em;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1em;
  background: #5390AC;
}
@media (max-width: 428px) {
  .article .article__box-info .cate-hamayu {
    font-size: 1.2rem;
  }
}
.article .article__title-hamayu {
  font-size: 2.5rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 25px;
  color: #172A88;
}
.article .hamayu-list {
  text-align: center;
  margin-top: 95px;
}
.article .hamayu-list a {
  width: 430px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #172A88;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .article .hamayu-list a {
    width: 100%;
  }
}
.article .hamayu-list a:hover {
  background-color: #4c8dcb;
}

.cmncontact__btn .cmnarrow {
  position: relative;
  width: 27px;
  margin-left: 0.5em;
}
.cmncontact__btn .cmnarrow::before, .cmncontact__btn .cmnarrow::after {
  position: absolute;
  height: 2px;
  content: "";
  background-color: #172A88;
}
.cmncontact__btn .cmnarrow::before {
  width: 27px;
  left: 0;
  top: 3px;
}
.cmncontact__btn .cmnarrow::after {
  width: 13px;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}/*# sourceMappingURL=company.css.map */