@charset "UTF-8";
.link-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin-top: 100px;
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .link-btns {
    gap: 10px 10px;
    margin-top: 50px;
    padding: 30px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.link-card {
  display: block;
  width: 260px;
  height: 320px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 20px 3px #7EBAFF;
          box-shadow: 6px 6px 20px 3px #7EBAFF;
  text-align: center;
  padding: 18px 15px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .link-card {
    width: 295px;
    height: 85px;
    padding: 10px;
  }
}
.link-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 122, 255, 0.3);
          box-shadow: 0 8px 25px rgba(0, 122, 255, 0.3);
}
.link-card__inner {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 32px 25px 29px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-card__inner {
    padding: 10px 0;
    height: 100%;
  }
}
.link-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #002D63;
}
@media screen and (max-width: 767px) {
  .link-card__title {
    font-size: 17px;
  }
}
.link-card__subtitle {
  font-size: 12px;
  color: #253C61;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .link-card__subtitle {
    margin-bottom: 5px;
  }
}
.link-card__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .link-card__icon {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.box01 {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(131, 157, 197, 0.8980392157);
          box-shadow: 4px 4px 16px 0px rgba(131, 157, 197, 0.8980392157);
  background: #fff;
  padding: 100px 50px 156px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin: 150px 0 15px;
}
.box01 h3 {
  font-size: 32px;
  position: relative;
  font-weight: 500;
}
.box01 h3::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../img/about/img_04.png) center/cover;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .box01 h3::before {
    width: 50px;
    height: 50px;
    left: -10px;
    top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .box01 {
    margin: 80px 0;
    padding: 50px 15px;
  }
  .box01 h3 {
    font-size: 20px;
  }
}
.box01__ideal::before {
  top: 8.5%;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
}
@media screen and (max-width: 767px) {
  .box01__ideal::before {
    top: 2.6%;
    -webkit-transform: translateY(-2.6%);
            transform: translateY(-2.6%);
  }
}
.box01__summary::before {
  top: 11%;
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
}
@media screen and (max-width: 767px) {
  .box01__summary::before {
    top: 3.6%;
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}
.box01__record::before {
  top: 3.6%;
  -webkit-transform: translateY(-2.5%);
          transform: translateY(-2.5%);
}
@media screen and (max-width: 767px) {
  .box01__record::before {
    top: 0.9%;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
}

.ideal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ideal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  gap: 30px 0;
  }
}
.ideal ul {
  font-size: 20px;
  margin-top: 30px;
  margin-right: 10px;
}
.ideal ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 1em;
}
.ideal ul li:first-of-type {
  margin-top: 0;
}
.ideal ul li::before {
  display: inline-block;
  content: "■";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ideal ul {
    margin-top: 15px;
    margin-right: 0;
    font-size: 16px;
  }
}
.ideal.modf01 {
  gap: 0 60px;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .ideal.modf01 {
    margin-top: 70px;
  }
}
.ideal__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          margin-top: 10px;
}
.ideal strong {
  font-size: 25px;
  font-weight: 500;
}

.ideal__text {
  margin-top: 10px;
}
.ideal__text p {
  margin-top: 25px;
}
.ideal__text span {
  margin-top: 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .ideal__text p{
    margin-top: 10px;
  }
  .ideal__text span {
    margin-top: 10px;
  }
}

.summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}
.summary__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.summary__list:first-child {
  margin-top: 0;
}
.summary__list:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .summary {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }
  .summary ul {
    font-size: 14px;
  }
}

.location{
  font-weight: 500px;
  line-height: 30px;
}

.tel{
  display: block;
  line-height: 30px;
}

.add{
  padding-left: 1em;
}
@media screen and (max-width: 767px){
  .add{
  display: block;
  padding-left: 0;
}
}

iframe{
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 767px){
  iframe{
    height: 300px;
  }
}

.list-title {
  flex: 0 0 100px;
  margin-right: 72px;
}
@media screen and (max-width: 767px){
  .list-title{
    margin-right: 0px;
  }
}
.modf02 {
  margin-top: 30px;
}
.branch{
  padding-left: 1em;
}

.company {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .company {
    margin-left: 0;
  }
}

.record-md {
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.record {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.record figure {
  font-size: 12px;
  text-align: center;
}
.record__chronology {
  margin-top: 50px;
}
.record__chronology span {
  margin-right: 60px;
}
.record__chronology li {
  margin-top: 30px;
}
.record__chronology li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .record {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 50px;
    gap: 25px 0;
  }
  .record__chronology {
    margin-top: 30px;
  }
  .record__chronology span {
    margin-right: 0;
  }
  .record__chronology li {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}