/* Scss Document */
html, body {
  scroll-padding-top: 100px; }
  @media (max-width: 480px) {
    html, body {
      scroll-padding-top: 80px; } }

.main {
  background: url("../img/common/bg_blue_02.jpg") no-repeat;
  background-size: cover;
  position: relative; }
  .main h1 {
    padding: 220px 0 100px;
    text-align: center;
    letter-spacing: .1em;
    position: relative;
    z-index: 3;
    line-height: 1; }
    @media (max-width: 480px) {
      .main h1 {
        padding: 200px 0 80px; } }
    .main h1 p {
      margin: 1.4em 0 0;
      font-size: 16px;
      font-weight: normal;
      letter-spacing: .05em; }
    @media (max-width: 480px) {
      .main h1 span {
        font-size: 14px; } }
  .main__hero {
    position: relative; }
    .main__hero--img {
      margin: 0 auto;
      text-align: center;
      z-index: 2;
      position: relative;
      animation: rotate-anim 2s ease; }
      .main__hero--img img {
        border-radius: 50%;
        width: 100%;
        height: 100%; }
      .main__hero--img::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0; }
  .main p {
    text-align: center; }
    .main p a {
      color: #7dcaf1;
      font-weight: 600; }
  .main__txt {
    padding: 4em 0;
    position: relative;
    z-index: 1; }
    .main__txt--service {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .main__txt--service p {
        text-align: left; }
      .main__txt--service-box {
        opacity: 0;
        transition: 1s;
        transition-timing-function: ease;
        transform: translateY(20px);
        width: 45%; }
        .main__txt--service-box h2 {
          line-height: 1.4;
          text-align: center; }
          .main__txt--service-box h2 p {
            font-weight: normal;
            font-size: 12px;
            text-align: center; }
        @media (max-width: 480px) {
          .main__txt--service-box {
            width: 100%; } }
        .main__txt--service-boxicon {
          display: block;
          margin: 0 auto;
          width: auto;
          height: 160px; }
    @media (max-width: 480px) {
      .main__txt {
        padding: 2em 0; } }
    .main__txt p {
      margin: 1em 0; }
    .main__txt--company {
      width: 100%;
      margin: 0 auto;
      line-height: 1.8;
      text-align: left; }
      .main__txt--company p {
        text-align: left;
        margin: 0; }
        .main__txt--company p a {
          color: #687a9a;
          font-weight: normal;
          text-decoration: underline; }
        .main__txt--company p i {
          transform: scale(0.8);
          opacity: .5; }
      .main__txt--company tr {
        border-bottom: solid 1px rgba(104, 122, 154, 0.3); }
        .main__txt--company tr th, .main__txt--company tr td {
          padding: 1em; }
        .main__txt--company tr th {
          width: 160px; }
          @media (max-width: 480px) {
            .main__txt--company tr th {
              width: 100%; } }
        .main__txt--company tr:first-child {
          border-top: solid 1px rgba(104, 122, 154, 0.3); }
      @media (max-width: 480px) {
        .main__txt--company tr {
          display: block;
          padding: 1em 0;
          box-sizing: border-box; }
          .main__txt--company tr th, .main__txt--company tr td {
            width: 100%;
            padding: 0;
            display: block; }
          .main__txt--company tr th {
            margin: 0 0 .25em; } }
      .main__txt--company .staffes p {
        margin: 0 0 1em;
        line-height: 1.4; }
        .main__txt--company .staffes p:last-child {
          margin: 0; }
        .main__txt--company .staffes p span {
          display: block;
          font-size: 85%; }
    .main__txt--campaign tr th {
      width: 240px; }
    .main__txt--past tr {
      display: flex; }
      @media (max-width: 480px) {
        .main__txt--past tr {
          padding: 0; } }
      .main__txt--past tr th {
        width: 64px;
        min-width: 64px;
        padding: 0;
        margin: 1em;
        border-right: solid 1px rgba(104, 122, 154, 0.3); }
      .main__txt--past tr td {
        width: calc(100% - 64px);
        padding: 0;
        margin: 1em; }
        .main__txt--past tr td p:first-child {
          font-weight: bold; }
    .main__txt--btn {
      display: inline-block;
      min-width: 380px;
      padding: .5em 1em;
      border: solid 2px;
      border-radius: 20px;
      box-sizing: border-box;
      background: #fff; }
      @media (max-width: 480px) {
        .main__txt--btn {
          min-width: 100%; } }
  .main__emblem {
    max-width: 260px;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 1; }
    .main__emblem img {
      width: 100%;
      height: auto; }
    @media (max-width: 480px) {
      .main__emblem {
        max-width: 50vw; } }
  .main__company {
    padding: 2em;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: 4em auto;
    max-width: 800px; }
    .main__company h2 {
      margin: .5em 0 1em;
      text-align: center;
      letter-spacing: .1em; }
      .main__company h2 p {
        margin: .25em 0 0;
        font-size: 16px;
        font-weight: normal; }
    .main__company--wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .main__company--wrap-btn {
        width: 42%;
        padding: 1.5em 1em;
        text-align: center;
        background: rgba(225, 228, 235, 0.3);
        border-radius: 6px;
        font-size: 120%;
        font-weight: 600;
        color: #687a9a; }
        @media (max-width: 880px) {
          .main__company--wrap-btn {
            width: 100%; }
            .main__company--wrap-btn:first-child {
              margin: 0 0 1em; } }
  .main__next {
    margin: 0 0 4em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    .main__next--btn {
      display: block;
      padding: 1em;
      box-sizing: border-box;
      width: 45%;
      background: #fff;
      color: #687a9a;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
      @media (max-width: 880px) {
        .main__next--btn {
          width: 100%; }
          .main__next--btn:first-child {
            margin: 0 0 1em; } }
      .main__next--btn p {
        letter-spacing: .1em; }
        .main__next--btn p:first-child {
          font-size: 24px;
          font-weight: 600;
          color: #7dcaf1; }
  .main__slider {
    position: relative;
    z-index: 1;
    padding: 0 0 4em; }
    @media (max-width: 880px) {
      .main__slider {
        margin: 0 0 2em; } }
    .main__slider--box {
      position: relative; }
      .main__slider--box img {
        width: 100%;
        height: auto;
        border-radius: 10px; }
  .main .last {
    width: 60%;
    padding: 1em;
    border: solid 1px #7dcaf1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #7dcaf1;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 1.4; }
    @media (max-width: 480px) {
      .main .last {
        font-size: 18px; } }

/*-------------
ABOUT
---------------*/
#about01 {
  width: 30vw;
  height: 30vw;
  max-width: 360px;
  max-height: 360px; }
  #about01::before {
    animation: scale-anim 4s ease-in-out 2s infinite;
    background-image: url("../img/common/circle_01.png"); }
  @media (max-width: 480px) {
    #about01 {
      width: 40vw;
      height: 40vw; } }

#about01_img {
  animation: scale-anim_02 8s ease-in-out 2s infinite; }

#about02 {
  width: 40vw;
  height: 40vw;
  max-width: 440px;
  max-height: 440px;
  position: absolute;
  top: 0;
  left: -10%; }
  #about02::before {
    animation: scale-anim 4s ease-in-out infinite;
    background-image: url("../img/common/circle_01.png"); }
  @media (max-width: 480px) {
    #about02 {
      width: 48vw;
      height: 48vw; } }

#about02_img {
  animation: scale-anim_02 8s ease-in-out infinite; }

#about03 {
  width: 34vw;
  height: 34vw;
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  top: 20%;
  right: -7%; }
  #about03::before {
    animation: scale-anim 4s ease-in-out infinite;
    background-image: url("../img/common/circle_01.png"); }
  @media (max-width: 480px) {
    #about03 {
      width: 44vw;
      height: 44vw;
      top: 30%; } }

#about03_img {
  animation: scale-anim_02 8s ease-in-out infinite; }

/*-------------
PROFILE
---------------*/
.profile {
  padding: 220px 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 9; }
  @media (max-width: 480px) {
    .profile {
      padding: 120px 0 40px; } }
  .profile h1 {
    font-size: 22px;
    padding: 0;
    text-align: left; }
    @media (max-width: 480px) {
      .profile h1 {
        margin: 20px 0 0;
        text-align: center; } }
    .profile h1 p {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0;
      margin: 0 0 1em; }
      @media (max-width: 480px) {
        .profile h1 p {
          text-align: center; } }
      .profile h1 p.job-ttl {
        font-size: 14px;
        margin: 0; }
  .profile p {
    text-align: left;
    margin: 1em 0;
    font-size: 14px; }
  .profile__img {
    width: 30%; }
    @media (max-width: 480px) {
      .profile__img {
        margin: auto;
        width: 50%; } }
    .profile__img img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .profile__txt {
    width: calc(70% - 40px); }
    @media (max-width: 480px) {
      .profile__txt {
        width: 100%; } }

/*-------------
SERVICE
---------------*/
#service01 {
  width: 34vw;
  height: 34vw;
  max-width: 400px;
  max-height: 400px;
  right: -8%; }
  #service01::before {
    animation: scale-anim 4s ease-in-out 2s infinite;
    background-image: url("../img/common/circle_many_01.png"); }
  @media (max-width: 480px) {
    #service01 {
      width: 60vw;
      height: 60vw; } }

#service01_img {
  transform: scale(0.8);
  animation: scale-anim_03 8s ease-in-out 2s infinite; }

#service02 {
  width: 48vw;
  height: 48vw;
  max-width: 480px;
  max-height: 480px;
  position: absolute;
  top: 28%;
  left: -8%; }
  #service02::before {
    animation: scale-anim 4s ease-in-out infinite;
    background-image: url("../img/common/circle_many_03.png"); }
  @media (max-width: 480px) {
    #service02 {
      width: 48vw;
      height: 48vw; } }

#service02_img {
  animation: scale-anim_03 8s ease-in-out infinite; }

#service03 {
  width: 34vw;
  height: 34vw;
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  top: 10%;
  right: -7%; }
  #service03::before {
    animation: scale-anim 4s ease-in-out infinite;
    background-image: url("../img/common/circle_many_02.png"); }
  @media (max-width: 480px) {
    #service03 {
      width: 44vw;
      height: 44vw; } }

#service03_img {
  animation: scale-anim_03 8s ease-in-out infinite; }

#service04 {
  width: 40vw;
  height: 40vw;
  max-width: 440px;
  max-height: 440px;
  position: absolute;
  top: -30%;
  left: 10%; }
  #service04::before {
    animation: scale-anim 4s ease-in-out 2s infinite;
    background-image: url("../img/common/circle_many_03.png"); }
  @media (max-width: 480px) {
    #service04 {
      width: 44vw;
      height: 44vw; } }

#service04_img {
  transform: scale(0.8);
  animation: scale-anim_03 8s ease-in-out 2s infinite; }

/*-------------
EXHIBITION
---------------*/
.all-wrap {
  margin-top: 10vw; }

.detail-wrap {
  margin: 5vw 0 3vw 0; }
  .detail-wrap h3 {
    font-weight: 600;
    text-align: center; }

.img-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem; }

.row-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box; }
  .row-img img {
    width: 49%; }

/*-------------
EVENT
---------------*/
.event-wrapper {
  width: 100%;
  margin: 0 auto;
  z-index: 9; }

.thumbnail-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .thumbnail-wrap {
      gap: 10px;
      justify-content: space-evenly; } }
  @media only screen and (max-width: 880px) and (min-width: 481px) {
    .thumbnail-wrap {
      justify-content: space-evenly; } }

.thumbnail {
  width: 31%;
  box-sizing: border-box;
  text-align: center;
  /*padding: 20px 20px 0px 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;*/ }
  @media (max-width: 480px) {
    .thumbnail {
      width: 48%;
      /*padding:10px 10px 0px 10px;*/ } }
  @media only screen and (max-width: 880px) and (min-width: 481px) {
    .thumbnail {
      width: 45%;
      /*padding:10px 10px 0px 10px;*/ } }

.thumbnail:hover {
  transform: scale(1.05);
  cursor: pointer; }

/*.thumbnail-wrap:nth-child(3),
.thumbnail-wrap:nth-child(6),
.thumbnail-wrap:nth-child(9) {
	gap:0;
}*/
.tcontent {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px 20px 0px 20px;
  background-color: #ffffff;
  /*border: 1px solid #ddd;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .tcontent p {
    padding: 0;
    margin: 0.5rem 0;
    line-height: 1.5; }
  @media only screen and (max-width: 880px) and (min-width: 481px) {
    .tcontent {
      padding: 10px 10px 0px 10px; } }
  @media (max-width: 480px) {
    .tcontent {
      padding: 6px 6px 0px 6px; }
      .tcontent p {
        font-size: 0.7rem; } }
  @media only screen and (max-width: 385px) and (min-width: 320px) {
    .tcontent p {
      font-size: 0.55rem; } }

#popup1 {
  width: 90%; }
  @media (max-width: 480px) {
    #popup1 {
      width: 100%; } }

.pu_images {
  width: 80%;
  position: relative;
  margin: auto; }
  @media (max-width: 480px) {
    .pu_images {
      width: 100%;
      margin: 1rem auto; } }
  .pu_images h3 {
    margin: 2rem auto;
    line-height: 1.5; }
  .pu_images p {
    font-size: 0.8rem;
    line-height: 1.5;
    padding-bottom: 1rem; }

@media (max-width: 480px) {
  .modaal-container {
    max-width: 330px !important; } }
@media only screen and (max-width: 880px) and (min-width: 481px) {
  .modaal-container {
    max-width: 500px !important; } }

@media (max-width: 480px) {
  .modaal-content-container {
    padding: 20px !important;
    margin: auto !important; } }

.wrap__events {
  width: 90%;
  max-width: 1080px;
  margin: auto; }

.main__slider--box p {
  padding: 0;
  margin: 0.5rem;
  line-height: 1.5; }
@media (max-width: 480px) {
  .main__slider--box p {
    font-size: 0.7rem; } }
