@charset "UTF-8";
.greetings__section {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1024px) {
  .greetings__section {
    margin-bottom: 9rem;
  }
}

.greetings__col {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .greetings__col {
    flex-wrap: wrap;
  }
}

.greetings__text__box {
  width: 68rem;
  padding-left: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .greetings__text__box {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
}

.greetings__img {
  width: calc(100% - 62rem);
}
@media screen and (max-width: 1024px) {
  .greetings__img {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 6rem;
    order: 1;
  }
}

.greetings__paragraph {
  font-size: 18px;
  color: #333;
  margin-bottom: 3.5rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .greetings__paragraph {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .greetings__paragraph {
    font-size: 2.2rem;
  }
}

.greetings__person {
  text-align: right;
  font-weight: 700;
  color: #1d222a;
}
.greetings__person .name {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .greetings__person .name {
    font-size: 2.8rem;
  }
}

.philosophy__section {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1024px) {
  .philosophy__section {
    margin-bottom: 9rem;
  }
}
.philosophy__section .under__hl02 {
  margin-bottom: 4rem;
}

.philosophy__item {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .philosophy__item {
    display: block;
  }
}
.philosophy__item:last-child {
  margin-bottom: 0;
}

.philosophy__text01 {
  width: 37rem;
  position: relative;
  line-height: 1;
  padding: 4rem 0 4rem 7rem;
}
@media screen and (max-width: 1024px) {
  .philosophy__text01 {
    width: 100%;
    padding: 4rem 0;
  }
}
.philosophy__text01 .num {
  display: block;
  position: absolute;
  top: 2rem;
  left: 2.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .philosophy__text01 .num {
    font-size: 2.8rem;
    left: 7rem;
  }
}
@media screen and (max-width: 540px) {
  .philosophy__text01 .num {
    left: 3.5rem;
  }
}
.philosophy__text01 .text {
  font-size: 2.6rem;
  color: #1b1b1b;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .philosophy__text01 .text {
    font-size: 3.6rem;
    text-align: center;
    display: block;
  }
}
.philosophy__text01::after {
  content: "";
  display: block;
  width: 1px;
  height: 5rem;
  background-color: #005eaf;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .philosophy__text01::after {
    width: calc(100% - 14rem);
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 540px) {
  .philosophy__text01::after {
    width: calc(100% - 7rem);
  }
}

.philosophy__text02 {
  width: calc(100% - 37rem);
  font-size: 18px;
  padding-left: 5rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .philosophy__text02 {
    font-size: 2.8rem;
    width: 100%;
    padding: 3.5rem 3.5rem;
    text-align: center;
  }
}

.outline__section {
  margin-bottom: 14rem;
}

.outline__tb {
  width: 100%;
}
.outline__tb th {
  width: 25rem;
  padding: 2rem 2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f9fb;
  font-weight: 700;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.outline__tb td {
  padding: 2rem 4.5rem;
  color: #111;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .outline__tb td {
    padding: 2.5rem;
  }
  .outline__tb th,
    .outline__tb td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .outline__tb td {
    padding: 2rem;
  }
  .outline__tb th,
    .outline__tb td {
    font-size: 2rem;
  }
}
.outline__tb td.branch {
  background-color: #f0f4fa;
  width: 30rem;
}
.outline__tb .address {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 1024px) {
  .outline__tb .address {
    display: block;
  }
}

.tb__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 1320px;
}

.history__tb__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /*padding-right: 20px;
  padding-left: 20px;*/
  max-width: 1320px;
}
@media screen and (max-width: 1024px) {
  .tb__wrapper{
    overflow: hidden;
    padding-right: 5rem;
    padding-left: 5rem;
  }
.history__tb__wrapper{
    overflow: hidden;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .tb__outer {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tb__outer::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb__inner {
    width: 100%;
    padding-right: 5.5rem;
  }
}
@media screen and (max-width: 540px) {
  .tb__inner {
    width: 100%;
  }
}





.history__section {
  margin-bottom: 10rem;
}
.history__section .under__hl02 {
  margin-bottom: 7rem;
}

.history__tb {
  position: relative;
  width: 100%;
}

.history__tb th {
  width: 130px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  /*color: #005eaf;*/
  color: #666;
  position: relative;
  padding: 2.5rem 0 2.5rem 1rem;
  z-index: 1;
border-bottom: solid #e5e5e5 1px;    
}
@media screen and (max-width: 1024px) {
  .history__tb th {
    width: 17.5rem;
  }
}
/*.history__tb th::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #005eaf;
  position: absolute;
  top: 1rem;
  right: -5px;
}
@media screen and (max-width: 1024px) {
  .history__tb th::after {
    top: 2rem;
    right: -0.5rem;
  }
}*/
.history__tb td {
  vertical-align: top;
  padding: 2.5rem 0 2.5rem 3.5rem;
  color: #111;
  margin : 1rem 0;
    border-bottom: solid #e5e5e5 1px;
}

@media screen and (max-width: 1024px) {
  .history__tb th,
   .history__tb td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .history__tb td {
    padding: 2rem;
  }
  .history__tb th,
  .history__tb td {
    font-size: 2rem;
  }
}


/******  gmap__section   *************************/

.gmap__section {
  margin-bottom: 14rem;
}
.gmap__section .gmap__inner {
    padding-bottom: 2rem;
}

.gmap__paragraph {
  color: #111;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}



/***********************************/

.banner__block__inner {
  padding-bottom: 15rem;
  border-bottom: 1px solid #e5e5e5;
}

.banner__list {
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 1024px) {
  .banner__list {
    flex-wrap: wrap;
    gap: 2rem 2rem;
    justify-content: center;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  .banner__list {
    gap: 1rem 0;
  }
}
.banner__list li {
  flex-basis: calc((100% - 12rem) / 4);
}
@media screen and (max-width: 1024px) {
  .banner__list li {
    flex-basis: calc((100% - 2rem) / 2);
    max-width: 270px;
  }
}
@media screen and (max-width: 540px) {
  .banner__list li {
    flex-basis: 100%;
  }
}
.banner__list li a {
  display: block;
  width: 100%;
}
.banner__list li a img {
  transform: scale(1);
  transition: all 0.2s;
}
.banner__list li a small {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .banner__list li a small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .banner__list li a small {
    font-size: 2rem;
  }
}
.banner__list li a:hover img {
  transform: scale(1.1);
}