@charset "UTF-8";
/* CSS Document */
main {
  background: #fefdfd;
  padding: 30px 0 0;
}

.list .box {
  margin-bottom: 90px;
}

.list .box:last-child {
  margin-bottom: 0;
}

.list .box .img {
  width: 45%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.list .box .block {
  width: 50%;
}

.list .box .lead {
  margin-bottom: 40px;
}

.list .box .lead span {
  font-size: 27px;
  color: #333333;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4px;
  position: relative;
}

.list .box .lead span:after {
  content: "";
  background: #333333;
  width: 93px;
  height: 1px;
  position: absolute;
  right: -120px;
  top: 40%;
}

.list .box .en {
  font-size: 14px;
  color: #808080;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.list .box .ttl {
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.inner-list {
  max-width: 935px;
  margin: 0 auto;
}

.inner-list .txt {
  font-size: 14px;
  line-height: 2.2em;
}

.inner-list .txt small {
  font-size: 12px;
  display: block;
  margin-top: 13px;
  line-height: 1.6em;
}

.sec-mv {
  position: relative;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    padding: 15px 0 0;
  }
}
.sec-mv .in {
  padding: 0 0 30px 28%;
}
@media screen and (max-width: 767px) {
  .sec-mv .in {
    padding-left: 0;
  }
}
.sec-mv img {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .sec-mv img {
    border-radius: 0;
  }
}
.sec-mv .text {
  position: absolute;
  top: 29%;
  left: 10.2%;
}
@media screen and (max-width: 767px) {
  .sec-mv .text {
    top: 15%;
  }
}
.sec-mv .text .top {
  color: #a2a2a2;
  font-family: "Tajawal", sans-serif;
  letter-spacing: 0.1em;
  font-size: 19px;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .sec-mv .text .top {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.sec-mv .text h1 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec-mv .text h1 {
    font-size: 30px;
  }
}
.sec-mv .text p {
  font-family: "Tajawal", sans-serif;
  color: #3d3d3d;
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec-mv .text p {
    font-size: 16px;
  }
}

.sec-mv .txt-scroll {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sec-mv .txt-scroll .en {
  display: block;
  font-size: 15px;
  color: #1a1a1a;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 1px;
}

.sec-mv .txt-scroll .line {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 55px;
  margin-top: 5px;
}

.sec-mv .txt-scroll .line:before {
  content: "";
  background: #5b5b5b;
  height: 55px;
  width: 1px;
  position: absolute;
  top: 12px;
  left: calc(50% - 2px);
  -webkit-animation: aniLine 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: aniLine 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sec-mv .txt-scroll .line:after {
  content: "";
  background: #5b5b5b;
  height: 55px;
  width: 1px;
  position: absolute;
  top: 0;
  left: calc(50% + 2px);
  -webkit-animation: aniLine 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: aniLine 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes aniLine {
  0% {
    transform: translateY(-100%);
  }
  5% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(110%);
  }
}
@keyframes aniLine {
  0% {
    transform: translateY(-100%);
  }
  5% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(110%);
  }
}
.sec-about {
  padding: 180px 0 120px;
}

.sec-about .img-main {
  margin-left: 10%;
  position: relative;
  margin-bottom: 70px;
}

.sec-about .img-main .lead {
  position: absolute;
  left: 70px;
  top: -40px;
  transform: rotate(90deg);
  transform-origin: left;
}

.sec-about .img-main .lead span {
  font-size: 25px;
  color: #333333;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4px;
  position: relative;
}

.sec-about .img-main .lead span:after {
  content: "";
  background: #333333;
  width: 80px;
  height: 1px;
  position: absolute;
  right: -100px;
  top: 30%;
}

.sec-about .box-top {
  margin-bottom: 120px;
}

.sec-about .box-top .ttl {
  font-size: 37px;
  color: #333333;
  font-family:
    "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.sec-about .inner-list .box-top .txt {
  font-size: 15px;
  margin-bottom: 60px;
}

.sec-about .box-top dl {
  text-align: center;
}
.sec-about .box-top dl dt {
  font-size: 24px;
  color: #6c89aa;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 35px;
}

.sec-about .box-top dl.box01 {
  margin-bottom: 80px;
}
.sec-about .box-top dl.box01 dd {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sec-about .box-top dl.box01 dd span {
  border: 1px solid #6c89aa;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sec-about .box-top dl.box01 dd span small {
  font-size: 18px;
  color: #6c89aa;
  font-family: "Tajawal", sans-serif;
  display: block;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.sec-about .box-top dl.box02 dt {
  margin-bottom: 20px;
}
.sec-about .box-top dl.box02 dd div {
  display: inline-block;
  text-align: left;
}

.sec-about .box-top dl.box02 dd p {
  font-size: 18px;
  margin-bottom: 8px;
}
.sec-about .box-top dl.box02 dd p:last-child {
  margin-bottom: 0;
}
.sec-about .box-top dl.box02 dd p span {
  color: #6c89aa;
}

.sec-reason .bg-top {
  padding: 120px 0 140px;
  background: url(../img/about/bg_reason01.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

.sec-reason .bg-top .base {
  padding: 0 15px;
}

.sec-reason .bg-top .ttl {
  font-size: 39px;
  font-family:
    "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 5px;
  line-height: 1.8em;
  margin-bottom: 15px;
  text-shadow: 0 0 20px #000;
}

.sec-reason .bg-top .ttl span {
  position: relative;
}

.sec-reason .bg-top .ttl span:before {
  font-size: 12px;
  font-family:
    "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sec-reason .bg-top .ttl span.ruby01:before {
  content: "ワ";
}

.sec-reason .bg-top .ttl span.ruby02:before {
  content: "ケ";
}

.sec-reason .bg-top .txt {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2em;
  text-shadow: 0 0 20px #000;
}

.sec-reason .bg-bottom {
  padding: 120px 0;
  background: url(../img/about/bg_reason02.jpg) no-repeat top right;
  background-size: cover;
}

.sec-reason .bg-bottom .list .box .en {
  margin-bottom: 20px;
}

.sec-reason .box-desc {
  margin: 170px 0 50px;
  position: relative;
}

.sec-reason .box-desc:before {
  content: "";
  background: url(../img/about/ico_arrow.png) no-repeat left top;
  background-size: 100%;
  width: 70px;
  height: 36px;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.sec-reason .box-desc .box {
  width: 243px;
  border: 1px solid #808080;
  border-radius: 15px;
  margin: 0 15px;
  padding: 0 15px 22px;
}

.sec-reason .box-desc .box .ico {
  min-height: 60px;
  transform: translateY(-50%);
  margin: 0 auto -20px;
  background: #efefef;
  max-width: 120px;
}

.sec-reason .box-desc .box.box01 .ico {
  background: #fbfbfb;
}

.sec-reason .box-desc .box.box01 .ico img {
  transform: translateY(20px);
}

.sec-reason .box-desc .box .label {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #45403f;
}

.sec-reason .box-desc .box .txt {
  font-size: 14px;
  color: #333333;
  line-height: 1.8em;
}

.sec-reason .note {
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 98px;
  }
  header#header02 {
    background: rgba(255, 255, 255, 0.9);
  }
  .list .box:nth-child(2n-1) .img {
    order: 1;
  }
  .list .box:nth-child(2n-1) .block {
    order: 2;
  }
  #wrap-en .sec-about .img-main .lead {
    transform: rotate(-90deg) translateX(-100%);
  }
  #wrap-en .sec-about .img-main .lead span:after {
    left: -100px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding: 0;
  }
  .list .box {
    margin-bottom: 55px;
  }
  .list .box .img {
    transform: translateY(0);
  }
  .list .box.box01 .img {
    width: 100%;
  }
  .list .box.box02 .img {
    width: 100%;
  }
  .list .box.box03 .img {
    width: 100%;
  }
  .list .box.box01 .block {
    width: 100%;
  }
  .list .box.box02 .block {
    width: 100%;
  }
  .list .box.box03 .block {
    width: 100%;
  }
  .list .box .lead {
    margin-bottom: 30px;
  }
  .list .box .lead span {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .list .box .lead span:after {
    width: 80px;
    right: -110px;
  }
  .list .box .en {
    font-size: 12px;
  }
  .list .box .ttl {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .inner-list {
    max-width: 865px;
    margin: 0 auto;
  }
  .inner-list .txt {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
  .inner-list .txt small {
    font-size: 10px;
  }
  .sec-mv {
    padding: 0;
  }
  .sec-about {
    padding: 60px 0 70px;
  }
  .sec-about .img-main {
    margin-left: 0;
    margin: 0;
  }
  .sec-about .img-main .lead {
    padding-left: 32px;
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0);
    margin-bottom: 20px;
  }
  .sec-about .img-main .lead span {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .sec-about .box-top {
    margin-bottom: 70px;
  }
  .sec-about .box-top .ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .sec-about .inner-list .box-top .txt {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .sec-about .box-top dl dt {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .sec-about .box-top dl.box01 {
    margin-bottom: 60px;
  }
  .sec-about .box-top dl.box01 dd {
    font-size: 20px;
    flex-wrap: wrap;
    gap: 0 10px;
  }

  .sec-about .box-top dl.box01 dd span {
    width: 150px;
    height: 150px;
  }

  .sec-about .box-top dl.box01 dd span small {
    font-size: 16px;
  }

  .sec-about .box-top dl.box02 dd p {
    font-size: 16px;
  }

  .sec-about .box-top dl.box02 dd p small {
    display: block;
  }

  .sec-about .box-top .img-sp {
    margin: 0 -32px;
  }
  .sec-reason .bg-top {
    padding: 80px 0;
    background: url(../img/about/bg_reason01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .sec-reason .bg-top .ttl {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .sec-reason .bg-top .ttl span:before {
    top: -39px;
  }
  .sec-reason .bg-top .txt {
    font-size: 13px;
    letter-spacing: 0;
  }
  .sec-reason .bg-bottom {
    padding: 60px 0;
    background: url(../img/about/bg_reason02_sp.jpg) no-repeat top right;
    background-size: cover;
  }
  .sec-reason .bg-bottom .list .box .en {
    margin-bottom: 10px;
  }
  .sec-reason .box-desc {
    margin: 120px 0 30px;
  }
  .sec-reason .box-desc:before {
    top: -85px;
  }
  .sec-reason .box-desc .box {
    width: 243px;
    margin: 0 auto 70px;
  }
  .sec-reason .box-desc .box:last-child {
    margin-bottom: 0;
  }
  .sec-reason .box-desc .box .txt {
    font-size: 13px;
  }
  .sec-reason .note {
    text-align: left;
  }
}
/*# sourceMappingURL=about.css.map */
