@charset "UTF-8";
/**
 * 代表者ごあいさつ
 * /greeting
 * css/greeting.css
 */
.load-icon {
  position: absolute;
  width: 0;
  height: 0;
}

.mv_img img {
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.main .mv_area {
  position: relative;
}
.main .mv_area .img {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main .mv_area .mv_inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main .mv_area .mv_inner .squea {
  width: 100%;
  padding-top: inherit;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.main .mv_area .mv_inner .squea::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  padding-top: 70%;
  transform-origin: center;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.main .mv_area .mv_inner .squea h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  color: #0060ab;
  font-size: 200%;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  width: 100%;
  text-align: center;
}
.main .mv_area .mv_inner .squea p {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 100%;
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
  font-size: 125%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 20px #fff;
}
.main .sect02 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.main .sect02::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  border-bottom: 1px solid #C2D6FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .sect02.last::after {
  display: none;
}
.main .sect02 .wrap {
  padding: 0 20px;
}
.main .sect02 .wrap h3 {
  margin-bottom: 20px;
}
.main .sect02 .wrap h3 p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #0060AB;
}
.main .sect02 .wrap h3 p::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/company/h_icon.webp) no-repeat;
  background-size: contain;
  margin-right: -20px;
}
.main .sect02 .wrap .cont dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
.main .sect02 .wrap .cont dl dt {
  font-size: 16px;
  color: #296DCC;
  margin-bottom: 5px;
}
.main .sect02 .wrap .cont dl dd {
  font-size: 16px;
  line-height: 1.3;
}

.image {
  display: block;
}
.image__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image__img--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.image--center .image__img, .image--centering .image__img {
  margin-left: auto;
  margin-right: auto;
}
.image--panel {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: $per100; */
}
.image--panel .img {
  width: 100%;
  padding-top: 65%;
  background-size: contain;
  background-position: center;
  background-color: #333333;
  background-repeat: no-repeat;
}
.image--panel .image__img--portrait, .image--panel .image__img--landscape {
  display: inline-block;
  max-width: none;
  vertical-align: middle;
}
.image--panel .image__img--portrait {
  width: 75.2173913043%;
  height: 100%;
}
.image--panel .image__img--landscape {
  width: 100%;
  height: 75.2173913043%;
}

.buttons {
  display: flex;
}
.buttons--left {
  justify-content: flex-start;
}
.buttons--center {
  justify-content: center;
}
.buttons--right {
  justify-content: flex-end;
}

.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: linear-gradient(72deg, #85aeff 0%, #0060ab 50%, #85aeff 100%);
  background-position: right;
  background-size: 200%;
  text-align: center;
  transition: all 0.2s ease-out;
}
.button__span {
  position: relative;
  z-index: 20;
  margin: 0 1em;
}
.button__span--text {
  color: #ffffff;
  font-weight: 400;
  font-size: min(4vw, 20px);
  line-height: 1.5;
}
.button__span--icon {
  width: min(2vw, 10px);
  height: min(3.4vw, 17px);
  background-image: url(../img/greeting/icon-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.button--banner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: min(25vw, 183px);
  max-width: 730px;
  background-image: url(../img/greeting/first-time.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button--banner::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 74, 117, 0.8);
}
.button--banner .button__span--text {
  margin-left: 1.5em;
  font-weight: 600;
  font-size: min(4.5vw, 30px);
  text-align: center;
  white-space: nowrap;
}
.button--banner .button__span--icon {
  width: min(4vw, 20px);
  height: min(6.8vw, 34px);
}
.button:hover {
  opacity: 1;
  background-position: left;
}
.button--banner:hover {
  opacity: 1;
  background-position: center;
}
.button--banner:hover::before {
  background-color: rgba(18, 74, 117, 0.4);
}

.title {
  color: #0060ab;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5;
}
.title__span {
  position: relative;
  color: currentColor;
  font-size: 100%;
}
.title__span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: -0.75rem;
  top: 0.5rem;
  padding-top: 2rem;
  width: 2rem;
  background-color: #e1f0fc;
  transform: rotate(45deg);
}
.title--center {
  text-align: center;
}

.text {
  color: #000000;
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
}

.list, .list__item {
  list-style-type: none;
  list-style-image: none;
}
.list__item {
  font-size: 1em;
}
.list__item:not(:first-of-type) {
  margin-top: 0.5em;
}
.list__item--line {
  border-bottom: 1px solid #0060ab;
}
.list__link {
  color: #0060ab;
  font-size: 100%;
}
.list__link:hover {
  color: #f6d326;
}
.list__text {
  font-size: 100%;
}
.list__item--disc, .list__item--square {
  position: relative;
  padding-left: 1em;
}
.list__item--check {
  position: relative;
  padding-left: 2rem;
}
.list__item--disc::before, .list__item--square::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0.45em;
  left: 0.35em;
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  background-color: #000000;
}
.list__item--disc::before {
  border-radius: 50%;
}
.list__item--check::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0.2rem;
  left: 0;
  width: 1rem;
  height: 0.6rem;
  border-left: 0.3rem solid #707070;
  border-bottom: 0.3rem solid #707070;
  transform: rotate(-45deg);
}

.block {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
}
.block--bt-sub2 {
  border-top: 1px solid #707070;
}
.block--hr {
  border-top: 1px solid #707070;
}
.block--lead:first-of-type, .block--group:first-of-type {
  padding-top: 0;
}
.block--lead:last-of-type, .block--group:last-of-type {
  padding-bottom: 0;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.card__item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.grid {
  display: grid;
}
.grid__item {
  flex-grow: 0;
  flex-shrink: 0;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section__wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 3em 20px;
  width: 100%;
  max-width: 1240px;
}
.section__title {
  margin-bottom: 1em;
}
.section-sep {
  position: relative;
}
.section-sep::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background-color: #c2d6ff;
}

.br-sp {
  display: inline;
}

.br-pc {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.bg-base {
  color: #ffffff;
}

.bg-main {
  color: #0060ab;
}

.bg-sub {
  color: #85aeff;
}

.bg-sub2 {
  color: #707070;
}

.bg-accent {
  color: #0060ab;
}

.bg-title {
  color: #f6d326;
}

.bg-text {
  color: #000000;
}

.bg-hex0 {
  color: #000000;
}

.bg-hex1 {
  color: #111111;
}

.bg-hex2 {
  color: #222222;
}

.bg-hex3 {
  color: #333333;
}

.bg-hex4 {
  color: #444444;
}

.bg-hex5 {
  color: #555555;
}

.bg-hex6 {
  color: #666666;
}

.bg-hex7 {
  color: #777777;
}

.bg-hex8 {
  color: #888888;
}

.bg-hex9 {
  color: #999999;
}

.bg-hexa {
  color: #aaaaaa;
}

.bg-hexb {
  color: #bbbbbb;
}

.bg-hexc {
  color: #cccccc;
}

.bg-hexd {
  color: #dddddd;
}

.bg-hexe {
  color: #eeeeee;
}

.bg-hexf {
  color: #ffffff;
}

.color-base {
  color: #ffffff;
}

.color-main {
  color: #0060ab;
}

.color-sub {
  color: #85aeff;
}

.color-sub2 {
  color: #707070;
}

.color-accent {
  color: #0060ab;
}

.color-title {
  color: #f6d326;
}

.color-text {
  color: #000000;
}

.color-hex0 {
  color: #000000;
}

.color-hex1 {
  color: #111111;
}

.color-hex2 {
  color: #222222;
}

.color-hex3 {
  color: #333333;
}

.color-hex4 {
  color: #444444;
}

.color-hex5 {
  color: #555555;
}

.color-hex6 {
  color: #666666;
}

.color-hex7 {
  color: #777777;
}

.color-hex8 {
  color: #888888;
}

.color-hex9 {
  color: #999999;
}

.color-hexa {
  color: #aaaaaa;
}

.color-hexb {
  color: #bbbbbb;
}

.color-hexc {
  color: #cccccc;
}

.color-hexd {
  color: #dddddd;
}

.color-hexe {
  color: #eeeeee;
}

.color-hexf {
  color: #ffffff;
}

.greeting img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.greeting .lead-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.greeting .lead-card__item {
  flex-grow: 0;
  flex-shrink: 0;
}
.greeting .lead-panel {
  margin: 0 auto;
  width: 100%;
}
.greeting .lead-panel__head {
  padding: 0.5em;
  background-color: #E3D8CC;
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
}
.greeting .lead-panel__body {
  padding: 0.5em;
  border: 1px solid #E3D8CC;
}
.greeting .lead-panel__title {
  font-size: 0.9em;
}
.greeting .lead-panel__text {
  font-size: 100%;
  line-height: 1.5;
}
.greeting .affiliation {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
.greeting .affiliation__text {
  line-height: 1.5;
}
.greeting .affiliation__text--office {
  font-weight: 500;
  font-size: 18px;
}
.greeting .affiliation__text--representative {
  font-weight: 500;
  font-size: 16px;
}
.greeting .affiliation__text--name {
  font-weight: 700;
  font-size: 36px;
}
.greeting .affiliation .grid {
  display: grid;
  grid-template-rows: 1.5em 1fr;
  grid-template-columns: 40px 1fr;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  max-width: 240px;
}
.greeting .affiliation .grid__item--office {
  grid-row: 1/2;
  grid-column: 2/3;
}
.greeting .affiliation .grid__item--representative {
  grid-row: 2/3;
  grid-column: 1/2;
}
.greeting .affiliation .grid__item--name {
  grid-row: 2/3;
  grid-column: 2/3;
}
.greeting .awards__wrap {
  padding-top: 0;
}
.greeting .awards__title {
  position: relative;
  padding-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
}
.greeting .awards__title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: max(8.3333333333vw, 160px);
  max-width: 866px;
  background-image: url(../img/greeting/title-back-awards.webp);
}
.greeting .awards__title-span {
  position: relative;
  z-index: 20;
  color: #333333;
}
.greeting .awards-block {
  padding-top: 2em;
  padding-bottom: 2em;
}
.greeting .awards-block__title {
  margin-bottom: 1em;
}
.greeting .awards-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.greeting .awards-list:not(:first-of-type) {
  margin-top: 4em;
}
.greeting .awards-list__item {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.greeting .awards-panel {
  width: 100%;
}
.greeting .awards-panel__media {
  width: 100%;
}
.greeting .awards-panel__media .image__img--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.greeting .awards-panel__body {
  padding-top: 0.5em;
}
.greeting .awards-panel__title, .greeting .awards-panel__text {
  font-weight: 400;
  line-height: 1.5;
}
.greeting .awards-panel__title {
  font-size: 0.9em;
}
.greeting .awards-panel__text {
  font-size: 0.9em;
}

@media screen and (min-width: 760px) {
  .main .mv_area .mv_img .img {
    padding-top: 25%;
    background-position: center;
  }
  .main .mv_area .mv_inner .squea {
    width: 30%;
    padding-top: 30%;
    left: 20%;
    top: 50%;
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(-50%);
  }
  .main .mv_area .mv_inner .squea::before {
    width: 100%;
    height: 100%;
    transform-origin: center;
  }
  .main .mv_area .mv_inner .squea h2 {
    font-size: min(3.3vw, 50px);
  }
  .main .mv_area .mv_inner .squea p {
    font-size: min(1.3vw, 20px);
    font-size: min(2.4vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .main .sect02 {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .main .sect02 .wrap {
    max-width: 1140px;
    margin: 0 auto;
  }
  .main .sect02 .wrap h3 {
    margin-bottom: 60px;
  }
  .main .sect02 .wrap h3 p {
    font-size: 35px;
    align-items: flex-start;
  }
  .main .sect02 .wrap h3 p::before {
    width: 40px;
    height: 40px;
  }
  .main .sect02 .wrap .cont dl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 60px 30px;
  }
  .main .sect02 .wrap .cont dl dt {
    width: 20%;
  }
  .main .sect02 .wrap .cont dl dd {
    width: 80%;
  }
  .button {
    padding: 1em 2em;
  }
  .button--banner .button__span--text {
    margin-left: 5em;
  }
  .title {
    font-size: 35px;
  }
  .text {
    font-size: 1em;
    text-align: center;
  }
  .list__item {
    font-size: 1em;
  }
  .list__item:not(:first-of-type) {
    margin-top: 0.5em;
  }
  .list__item--check {
    padding-left: 2rem;
  }
  .list__item--check::before {
    top: 0.2rem;
    left: 0;
    width: 1rem;
    height: 0.6rem;
    border-left-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }
  .block {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .block--lead {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .block--lead:first-of-type, .block--group:first-of-type {
    padding-top: 0;
  }
  .block--lead:last-of-type, .block--group:last-of-type {
    padding-bottom: 0;
  }
  .card {
    gap: 1em;
  }
  .section__wrap {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section__title {
    margin-bottom: 2rem;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
  .greeting .lead__wrap {
    padding-top: 80px;
  }
  .greeting .lead-card {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
  }
  .greeting .lead-card__item--body {
    flex-basis: calc(65% - 40px);
  }
  .greeting .lead-card__item--media {
    flex-basis: 35%;
  }
  .greeting .lead-panel__head {
    padding: 15px;
  }
  .greeting .lead-panel__body {
    padding: 24px;
  }
  .greeting .lead-panel__title {
    font-size: 20px;
  }
  .greeting .lead-panel__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .greeting .future__title {
    text-align: center;
  }
  .greeting .awards {
    margin-top: 80px;
  }
  .greeting .awards__wrap {
    padding-top: 40px;
  }
  .greeting .awards__title {
    font-size: 50px;
  }
  .greeting .awards-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .greeting .awards-block__title {
    margin-bottom: 1em;
  }
  .greeting .awards-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
  }
  .greeting .awards-list__item {
    flex-basis: calc(50% - 10px);
  }
  .greeting .awards-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
  .greeting .awards-panel__media--1x1 {
    /* aspect-ratio: 1/1; */
  }
  .greeting .awards-panel__body {
    padding-top: 20px;
  }
  .greeting .awards-panel__title {
    font-size: 18px;
  }
  .greeting .awards-panel__text {
    font-size: 18px;
  }
}