@charset "UTF-8";
/*----------------------------------------------------
    Introduction
----------------------------------------------------*/

/* Sec01
---------------------------*/
#sec01 {
  padding-bottom: 5rem;
}
#sec01 .copy_area {
  font-size: 32px;
  color: #1d2087;
  margin-bottom: 4rem;
  text-align: center;
}
#sec01 .img_area {
  margin-bottom: 3rem;
}
#sec01 p {
  margin-bottom: 2rem;
}
#sec01 .item_name {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 {
    padding-bottom: 4rem;
  }
  #sec01 .copy_area {
    font-size: 24px;
    margin-bottom: 3rem;
  }
  #sec01 .img_area {
    margin-bottom: 2rem;
  }
  #sec01 p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding-bottom: 2rem;
  }
  #sec01 .copy_area {
    font-size: 18px;
    margin-bottom: 2rem;
    text-align: left;
  }
  #sec01 .img_area {
    margin-bottom: 1rem;
  }
  #sec01 p {
    margin-bottom: 1rem;
  }
  #sec01 .item_name img {
    max-width: 46%;
  }
}

/* Sec02
---------------------------*/
#sec02 {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
#sec02 .img_area {
  margin-bottom: 2rem;
}
#sec02 .table_01 {
  margin-bottom: 3rem;
}
#sec02 .item {
  margin-bottom: 3rem;
}
#sec02 .ttl_sub_01 {
  margin-bottom: 2rem;
}
#sec02 .item_post {
  width: 6em;
  display: inline-block;
}
#sec02 dl dt {
  color: #1d2087;
  margin-bottom: 0.2rem;
}
#sec02 dl dd {
  font-size: 16px;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.4;
}
#sec02 p {
  font-size: 16px;
}
#sec02 .map_area {
  margin-top: 1rem;
}
#sec02 .map_area iframe {
  border: 3px solid #fff;
  height: 450px;
  margin-top: 1px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec02 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #sec02 .img_area {
    margin-bottom: 2rem;
  }
  #sec02 .map_area iframe {
    height: 299px;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  #sec02 .img_area {
    margin-bottom: 1rem;
  }
  #sec02 p {
    font-size: 14px;
  }
  #sec02 .map_area iframe {
    height: 200px;
  }
}

/* btn_link
---------------------------*/

#sec02 .btn_tel .tel {
  font-size: 180%;
}
#sec02 .btn_tel a {
  font-size: 12px;
}
#sec02 .btn_line a,
#sec02 .btn_mail a {
  font-size: 16px;
}
#sec02 .btn_tel,
#sec02 .btn_line,
#sec02 .btn_mail {
  height: 100%;
}
#sec02 .btn_tel a,
#sec02 .btn_line a,
#sec02 .btn_mail a {
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec02 .btn_tel a {
    font-size: 10px;
  }
  #sec02 .btn_line a,
  #sec02 .btn_mail a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .btn_tel,
  #sec02 .btn_line,
  #sec02 .btn_mail {
    height: inherit;
  }
  #sec02 .btn_tel a,
  #sec02 .btn_line a,
  #sec02 .btn_mail a {
    height: inherit;
  }
  #sec02 .btn_tel,
  #sec02 .btn_line {
    margin-bottom: 1rem;
  }
  #sec02 .btn_tel a {
    font-size: 12px;
    margin-bottom: 1rem;
  }
  #sec02 .btn_line a,
  #sec02 .btn_mail a {
    font-size: 16px;
  }
}

.sponsor-cont {
  @media screen and (max-width: 767px) {
    padding-bottom: 40px;
  }
}

.sponsor-flex {
  display: flex;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  @media screen and (max-width: 767px) {
    gap: 20px;
    padding: 16px;
    flex-direction: column;
  }
}

.giravanz {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 30%;

  @media screen and (max-width: 767px) {
    gap: 16px;
    width: 100%;
  }
}

.sponsor-txt-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.giravanz-txt {
  display: flex;
  flex-direction: column;
}
.sponsor-ttl {
  font-size: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem) !important;
  font-weight: 600;
  margin: 0;
}

.sponsor-message {
  line-height: 1.6;
  font-weight: 400;
}

.g-btn {
  display: inline-block;
  background: #c90000;
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  margin: 0;
}

.sponsor-btn-cont {
  display: flex;
  justify-content: flex-end;
}
