@charset "UTF-8"; /**/
/*
## ごあいさつ
*/
.section-greeting {
}

.section-greeting .u-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-greeting figure {
  flex-basis: 40%;
  order: 2;
  /* margin-right: var(--m-fix); */
}

.section-greeting figure img {
  border-radius: 50%;
  overflow: hidden;
}

.section-greeting .column {
  flex: 1;
  /* margin-top: 2vmax; */
  margin-right: 4.4vw;
}

.section-greeting .profile-detail {
  flex-basis: 60%;
  margin-left: auto;
  margin-top: 5rem;
  border-top: 1px solid #ccc;
  /* border-bottom: 1px solid #ccc; */
  padding: 1rem;
}

.section-greeting .profile-detail dl {
  display: flex;
  flex-wrap: wrap;
}

.section-greeting .profile-detail dl dt {
  flex-basis: 20%;
  color: var(--c-link);
}

.section-greeting .profile-detail dl dd {
  flex-basis: 80%;
}

.section-greeting .profile-main .ceo-name {
  text-align: right;
}

.section-greeting .profile-main .ceo-name small {
  margin-right: 0.5rem;
}

/*
## 理念
*/
.section-philosophy {
  background: var(--c-sub);
  background: var(--c-bg);
  background: var(--c-gray-light);
  background: var(--bg-light);
}

.section-philosophy .title {
  width: initial;
  flex-basis: 18%;
}

.section-philosophy .title em {
  display: block;
  font-size: 60%;
  color: var(--c-muted);
  /* font-family: var(--f-en); */
}

.section-philosophy .philosophy {
  margin-bottom: 5vw;
}

.section-philosophy .philosophy .catch {
  font-size: var(--f-xxl);
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.section-philosophy .text_box {
  /* border-left: 1px solid #000; */
  /* padding-left: 3vw; */
  /* flex-basis: 70%; */
  text-align: center;
  margin: 0 auto;
}

.section-philosophy .text_box h4 {
  line-height: 1.5;
  color: var(--c-logotype);
  font-weight: var(--w-b);
  margin-bottom: 3rem;
}

.section-philosophy .text_box .list {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: var(--f-r);
  font-weight: var(--w-m);
}

.section-outline .text_box {
  width: 100%;
}

.section-outline .table_box {
  width: 100%;
}

.section-outline .table_box .row {
  display: flex;
  padding: var(--m-r);
  border-top: 1px solid rgb(0 0 0 / 5%);
  gap: var(--m-xxs);
}

.section-outline .table_box .row dt {
  flex-basis: 12%;
  font-weight: var(--w-b);
}

.section-outline .table_box .row dd {
  flex: 1;
  gap: 1em;
}

dd.gmark {
  display: flex;
  flex-wrap: wrap;
}

dd.gmark figure:nth-of-type(1) {
  max-width: 200px;
}

dd.gmark figure:nth-of-type(2) {
  max-width: 120px;
}

dd.gmark figure:nth-of-type(2) figcaption {
  font-size: var(--f-xs);
  line-height: 1.3;
  margin-top: .5rem;
  text-align: center;
}

dd.gmark p {
  flex: 1;
}

.section-outline .table_box .row dd small {
  display: block;
}

.section-outline .table_box .row dd dt:not(:first-child) {
  margin-top: var(--m-xs);
}

/*
## アクセス
*/
.section-access {
  background: var(--c-sub);
}

.section-access .column {
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: var(--m-xs);
  overflow: hidden;
  margin: 0 calc(var(--m-fix) + 1rem);
}

.section-access .list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: var(--m-m);
}

.section-access .list li {
  flex-basis: calc((100% / 2) - 0.5rem);
}

.section-access .column iframe {
}

.section-access .column figure {
  flex-basis: 50%;
}

.section-access .column figure img {
  height: 100%;
  border-radius: 0 0 0 var(--m-xxs);
}

.section-access .column .text_box {
  flex: 1;
  background: #fff;
  padding: var(--m-m);
}

.section-access .column .text_box dt {
  font-weight: var(--w-b);
  float: left;
}

.section-access .column .text_box dd {
  margin-left: 25%;
  margin-bottom: 1rem;
}

.section-access .column .text_box dd strong {
  display: block;
  margin-top: 0.5rem;
}

@keyframes looptext {
  to {
    transform: translateX(-100%);
  }
}

.section-access iframe {
  width: 100%;
  height: 60vh;
  /* margin: 0 auto; */
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  .section-greeting .u-inner {
    flex-direction: column;
  }

  .section-greeting figure {
    align-self: center;
    margin-bottom: 4.5vw;
  }

  .section-greeting .column {
    margin-left: initial;
  }

  .section-philosophy .title {
    width: 100%;
  }

  .section-philosophy .text_box {
    margin: 1rem 0;
  }

  .section-outline .table_box .row {
    flex-direction: column;
  }
}
