@charset "UTF-8";
.slidWrap {
  padding: 0 20px;
  position: relative;
}
.slidWrap .slidSpace {
  padding: 30px 0 8px;
}

.splide__pagination {
  gap: 16px;
  padding: 16px 0;
}
.splide__pagination li button {
  background-color: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.splide__pagination li .is-active {
  background-color: #005bac;
}

.slideList {
  background-color: #fff;
  border-radius: 20px;
}

.slideList img {
  border-radius: 20px;
  height: auto;
  width: 100%;
}

.splideLeft {
  position: absolute;
  left: 10px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.splideRight {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.button {
  background-color: transparent;
  height: 50px;
  transition: 0.2s;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .button {
    height: 40px;
    width: 40px;
  }
}
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .button::before {
    height: 40px;
    width: 40px;
  }
}

.prev::before {
  background-image: url(../images/top/arrow_slid_left.svg);
}

.next::before {
  background-image: url(../images/top/arrow_slid_right.svg);
}

.button:disabled::before {
  opacity: 0.5;
}

.groundNavi {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .groundNavi {
    column-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .groundNavi {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
  }
}
.groundNavi .groundInner {
  background: url(../images/common/arrow_ground.svg) no-repeat right 16px bottom 16px #fff;
  background-size: 30px auto;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1024px) {
  .groundNavi .groundInner {
    background-size: 24px auto;
  }
}
@media screen and (max-width: 768px) {
  .groundNavi .groundInner {
    width: 48%;
  }
}
.groundNavi .groundInner:hover {
  background: url(../images/common/arrow_ground.svg) no-repeat right 10px bottom 16px #fff;
  background-size: 30px auto;
  transform: scale(1.08, 1.08);
  opacity: 1;
}
.groundNavi .groundInner img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  object-fit: cover;
  width: 100%;
}
.groundNavi .groundInner img:hover {
  opacity: 1;
}
.groundNavi .groundInner .groundTxt {
  padding: 16px;
}
.groundNavi .groundInner .groundTxt .subLine {
  color: #17a2b6;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .groundNavi .groundInner .groundTxt .subLine {
    font-size: 1.4rem;
  }
}
.groundNavi .groundInner .groundTxt .subLine::before {
  content: "";
  background-color: #17a2b6;
  border-radius: 4px;
  display: inline-block;
  margin: 0 8px 3px 0;
  height: 4px;
  width: 12px;
}
.groundNavi .groundInner .groundTxt h2 {
  color: #005bac;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4em;
  margin: 4px 0 0;
}
@media screen and (max-width: 1024px) {
  .groundNavi .groundInner .groundTxt h2 {
    font-size: 1.8rem;
  }
}
.groundNavi .groundInner .groundTxt h2 span {
  font-size: 1.2rem;
  font-weight: bold;
}

.topAppWrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .topAppWrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.informationWrap {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .informationWrap {
    margin-bottom: 40px;
  }
}
.informationWrap .informationBg {
  background: rgb(0, 91, 172);
  background: linear-gradient(0deg, rgb(0, 91, 172) 0%, rgb(23, 162, 182) 100%);
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}
@media screen and (max-width: 1024px) {
  .informationWrap .informationBg {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}
@media screen and (max-width: 768px) {
  .informationWrap .informationBg {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media screen and (max-width: 450px) {
  .informationWrap .informationBg {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
.informationWrap .mainTitle {
  color: #fff;
}
.informationWrap .mainTitle::before {
  color: #fff;
}
.informationWrap .bgTopInfo {
  background: url(../images/top/bg_top_info.png) no-repeat right top;
  background-size: 807px auto;
  padding: 200px 30px 120px;
}
@media screen and (max-width: 1024px) {
  .informationWrap .bgTopInfo {
    border-top-left-radius: 120px;
    background-size: 600px auto;
  }
}
@media screen and (max-width: 768px) {
  .informationWrap .bgTopInfo {
    border-top-left-radius: 60px;
    background-size: 480px auto;
    padding: 120px 30px 80px;
  }
}
@media screen and (max-width: 450px) {
  .informationWrap .bgTopInfo {
    background: url(../images/top/bg_top_info.png) no-repeat right -40px top;
    border-top-left-radius: 40px;
    background-size: 380px auto;
    padding: 100px 30px 80px;
  }
}
.informationWrap .bgTopInfo0406 {
  background: none;
  padding: 200px 30px 120px;
}
@media screen and (max-width: 1024px) {
  .informationWrap .bgTopInfo0406 {
    border-top-left-radius: 120px;
    background-size: 600px auto;
  }
}
@media screen and (max-width: 768px) {
  .informationWrap .bgTopInfo0406 {
    border-top-left-radius: 60px;
    background-size: 480px auto;
    padding: 120px 30px 80px;
  }
}
@media screen and (max-width: 450px) {
  .informationWrap .bgTopInfo0406 {
    border-top-left-radius: 40px;
    background-size: 380px auto;
    padding: 100px 30px 80px;
  }
}

.topUchuuuiImg {
  z-index: 1;
}

.infoListWrap {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .infoListWrap {
    margin: 10px auto 0;
  }
}
.infoListWrap .infoListInner {
  background: url(../images/common/arrow_wh.svg) no-repeat right 8px center;
  background-size: 32px auto;
  border-bottom: 1px solid #6EA1CF;
  display: flex;
  padding: 32px 16px;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoListInner {
    background-size: 26px auto;
  }
}
@media screen and (max-width: 450px) {
  .infoListWrap .infoListInner {
    background-size: 22px auto;
  }
}
.infoListWrap .infoListInner:hover {
  background: url(../images/common/arrow_wh.svg) no-repeat right 2px center;
  background-size: 32px auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoListInner:hover {
    background-size: 26px auto;
  }
}
@media screen and (max-width: 450px) {
  .infoListWrap .infoListInner:hover {
    background-size: 22px auto;
  }
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoListInner {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoListInner .infodata {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .infoListWrap .infoListInner .infodata {
    margin-bottom: 8px;
  }
}
.infoListWrap .infoListInner .infodata p {
  color: #fff;
  font-family: "Outfit", serif;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-right: 64px;
}
.infoListWrap .infoListInner .infoTitle {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .infoListWrap .infoListInner .infoTitle {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .infoListWrap .infoListInner .infoTitle {
    margin-right: 34px;
  }
}
.infoListWrap .infoListInner .infoTitle p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 450px) {
  .infoListWrap .infoListInner .infoTitle p {
    font-size: 1.4rem;
  }
}

.topInfoHeadWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .topInfoHeadWrap {
    flex-wrap: wrap;
  }
}
.topInfoHeadWrap .mainTitle {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .topInfoHeadWrap .mainTitle {
    margin-bottom: 0;
    width: 100%;
  }
}
.topInfoHeadWrap .topInfoBtn {
  background: url(../images/common/arrow_ground.svg) no-repeat right 12px center #fff;
  background-size: 24px auto;
  border-radius: 50px;
  color: #171f55;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px 8px;
  text-align: center;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .topInfoHeadWrap .topInfoBtn {
    background-size: 16px auto;
    font-size: 1.2rem;
    margin-left: auto;
    padding: 12px 8px 12px 24px;
    text-align: left;
    width: 140px;
  }
}

.aboutTopWrap {
  padding: 0 20px 0 0;
  margin-bottom: 280px;
}
.aboutTopWrap .aboutTopBg {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  background: url(../images/top/bg_top_about.jpg) no-repeat;
  background-size: cover;
  padding: 160px 20px 80px;
}
@media screen and (max-width: 1024px) {
  .aboutTopWrap .aboutTopBg {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopWrap .aboutTopBg {
    background: url(../images/top/bg_top_about.jpg) no-repeat center;
    background-size: cover;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 120px 20px 60px;
  }
}
@media screen and (max-width: 450px) {
  .aboutTopWrap .aboutTopBg {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 100px 20px 60px;
  }
}
.aboutTopWrap .aboutTopBg .iconWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .aboutTopWrap .aboutTopBg .iconWrap {
    justify-content: space-between;
  }
}
.aboutTopWrap .aboutTopBg .iconWrap::before {
  content: "";
  display: block;
  width: 0%;
  order: 1;
}
.aboutTopWrap .aboutTopBg .iconWrap::after {
  content: "";
  display: block;
  width: 0%;
}
.aboutTopWrap .mainTitle {
  color: #fff;
}
.aboutTopWrap .mainTitle::before {
  color: #fff;
}

.organizationWrap .organizationArea {
  margin: 0 auto;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .organizationWrap .organizationArea {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .organizationWrap .organizationArea {
    margin: 0 auto;
  }
}
.organizationWrap .organizationArea .singleWrap {
  background-color: #cbe1fd;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 12px 8px;
  text-align: center;
  width: 100%;
}
.organizationWrap .organizationArea .singleWrap p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .organizationWrap .organizationArea .singleWrap p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .organizationWrap .organizationArea .singleWrap p {
    font-size: 1.2rem;
  }
}
.organizationWrap .organizationArea .organizationline {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .organizationWrap .organizationArea .organizationline {
    margin: 0 0 0 40px;
  }
}
.organizationWrap .organizationArea .line24 {
  width: 1px;
  height: 24px;
}
.organizationWrap .organizationArea .line128 {
  width: 1px;
  height: 128px;
}
.organizationWrap .organizationArea .line56 {
  width: 1px;
  height: 56px;
}
.organizationWrap .organizationArea .lineRow {
  width: 180px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .organizationWrap .organizationArea .lineRow {
    right: auto;
    left: 40px;
  }
}
.organizationWrap .organizationArea .adjustWrap {
  position: relative;
}
.organizationWrap .organizationArea .severalWrap {
  background-color: #cbe1fd;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 12px 8px;
  text-align: center;
  position: absolute;
  top: 70px;
  right: -280px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .organizationWrap .organizationArea .severalWrap {
    right: auto;
    left: 80px;
  }
}
.organizationWrap .organizationTableWrap table {
  border-collapse: collapse;
  border: 3px solid #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.organizationWrap .organizationTableWrap table th, .organizationWrap .organizationTableWrap table td {
  font-size: 1.4rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .organizationWrap .organizationTableWrap table th, .organizationWrap .organizationTableWrap table td {
    font-size: 1.2rem;
  }
}
.organizationWrap .organizationTableWrap table th {
  background-color: #cbe1fd;
}
.organizationWrap .organizationTableWrap table td {
  background-color: #f1f1f1;
}

.outlineWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.outlineWrap .outlineImgWrap {
  display: flex;
  justify-content: flex-end;
  width: 42%;
}
@media screen and (max-width: 768px) {
  .outlineWrap .outlineImgWrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .outlineWrap .outlineImgWrap .outlineImg {
    height: 320px;
    width: 100%;
  }
}
.outlineWrap .outlineImgWrap .outlineImg img {
  border-radius: 120px;
  object-fit: cover;
  height: 880px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .outlineWrap .outlineImgWrap .outlineImg img {
    border-radius: 20px;
    height: 320px;
    width: 100%;
  }
}
.outlineWrap .outlineImgWrap .blueMainWrap {
  margin: 24px 0 0;
  width: 440px;
}
.outlineWrap .outlineTxtWrap {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .outlineWrap .outlineTxtWrap {
    width: 100%;
  }
}
.outlineWrap .outlineTxtWrap .outlineTxt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .outlineWrap .outlineTxtWrap .outlineTxt {
    font-size: 1.4rem;
  }
}
.outlineWrap .outlineTxtWrap .outlineMidashi {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
  margin: 40px 0 16px;
}
@media screen and (max-width: 768px) {
  .outlineWrap .outlineTxtWrap .outlineMidashi {
    font-size: 1.6rem;
  }
}

.messageWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0;
}
.messageWrap .messageImgWrap {
  min-width: 440px;
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .messageWrap .messageImgWrap {
    min-width: 280px;
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .messageWrap .messageImgWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.messageWrap .messageImgWrap .kaicyouImg {
  border-radius: 50%;
  height: 440px;
  width: 440px;
}
@media screen and (max-width: 1024px) {
  .messageWrap .messageImgWrap .kaicyouImg {
    height: 280px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .messageWrap .messageImgWrap .kaicyouImg {
    height: 240px;
    width: 240px;
  }
}
.messageWrap .messageImgWrap .nameTxtWrap {
  margin: 24px 0 0;
  width: 440px;
}
.messageWrap .messageImgWrap .nameTxtWrap .nameTxt {
  color: #171f55;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 4px 0;
  text-align: center;
}
.messageWrap .messageImgWrap .nameTxtWrap .nameL {
  color: #171f55;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 4px 0;
  text-align: center;
}
.messageWrap .messageImgWrap .nameTxtWrap .nameEn {
  color: #171f55;
  font-size: 1rem;
  margin: 4px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .messageWrap .messageImgWrap .nameTxtWrap {
    width: 100%;
  }
}
.messageWrap .messageTxtWrap {
  width: 52%;
}
.messageWrap .messageTxtWrap .messageMidashiTxt {
  color: #171f55;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .messageWrap .messageTxtWrap .messageMidashiTxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .messageWrap .messageTxtWrap .messageMidashiTxt {
    font-size: 1.6rem;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
.messageWrap .messageTxtWrap .messageTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .messageWrap .messageTxtWrap .messageTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .messageWrap .messageTxtWrap {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .messageWrap .messageTxtWrap {
    width: 100%;
  }
}

.philosophyWrap {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  max-width: 1000px;
  padding: 32px 40px 8px;
  text-align: center;
  margin: 72px auto;
}
@media screen and (max-width: 768px) {
  .philosophyWrap {
    padding: 24px 24px 8px;
  }
}
.philosophyWrap p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .philosophyWrap p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .philosophyWrap p {
    text-align: left;
  }
}
.philosophyWrap p span {
  color: #005bac;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .philosophyWrap p span {
    font-size: 1.6rem;
  }
}

.sdgsWrap {
  padding: 64px 20px 0;
}
.sdgsWrap .sdgsInner {
  margin: 64px 20px 128px;
}
@media screen and (max-width: 768px) {
  .sdgsWrap .sdgsInner {
    margin: 32px 0 64px;
  }
}
.sdgsWrap .sdgsInner p {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sdgsWrap .sdgsInner p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.sdgsWrap .sdgsInner .sdgsBtnWrap {
  text-align: center;
  margin: 64px 0;
}
.sdgsWrap .sdgsInner .sdgsBtnWrap .btnGr {
  width: 320px;
}

.aboutInfoWrap {
  padding: 64px 20px 0;
}
@media screen and (max-width: 768px) {
  .aboutInfoWrap {
    padding: 16px 20px 0;
  }
}
.aboutInfoWrap .aboutInfoInner {
  margin: 64px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutInfoWrap .aboutInfoInner {
    margin: 32px 0;
  }
}
.aboutInfoWrap .aboutInfoInner .btnGr {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .aboutInfoWrap .aboutInfoInner .btnGr {
    margin: 0 auto 24px;
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .aboutInfoWrap .aboutInfoInner .btnGr {
    width: 320px;
  }
}
.aboutInfoWrap .aboutInfoInner .btnIcon img {
  height: auto;
  margin-left: 8px;
  width: 16px;
}

.noticeWrap .noticeList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  padding: 44px 0 0;
}
@media screen and (max-width: 768px) {
  .noticeWrap .noticeList {
    padding: 24px 0 0;
  }
}
.noticeWrap .noticeList li {
  border-bottom: 1px solid #c7d4e3;
  width: calc(33.3333333333% - 32px);
}
@media screen and (max-width: 768px) {
  .noticeWrap .noticeList li {
    width: calc(50% - 32px);
  }
}
.noticeWrap .noticeList li a {
  color: #333;
  font-size: 1.4rem;
  display: flex;
  padding: 16px 12px 12px;
}
@media screen and (max-width: 450px) {
  .noticeWrap .noticeList li a {
    font-size: 1.2rem;
  }
}
.noticeWrap .noticeList li img {
  height: auto;
  margin-left: 12px;
  width: 18px;
}

.OfficerListWrap .OfficerListTable {
  margin: 40px auto;
}
@media screen and (max-width: 450px) {
  .OfficerListWrap .OfficerListTable td, .OfficerListWrap .OfficerListTable th {
    font-size: 1.2rem;
  }
}
.OfficerListWrap .OfficerListTable .yakusyoku {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .OfficerListWrap .OfficerListTable .yakusyoku {
    width: 22%;
  }
}

.searchTokutenSetsumei {
  background-color: #fff;
  border: 2px solid #005bac;
  border-radius: 20px;
  max-width: 1000px;
  margin: 104px auto 40px;
  padding: 40px 48px;
}
@media screen and (max-width: 1024px) {
  .searchTokutenSetsumei {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei {
    padding: 24px;
  }
}
@media screen and (max-width: 450px) {
  .searchTokutenSetsumei {
    margin: 52px auto 20px;
    padding: 16px;
  }
}
.searchTokutenSetsumei .head-border {
  align-items: center;
  color: #171f55;
  display: flex;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei .head-border {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .searchTokutenSetsumei .head-border {
    font-size: 1.6rem;
  }
}
.searchTokutenSetsumei .head-border::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #005bac;
  margin-right: 2rem;
}
.searchTokutenSetsumei .head-border::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #005bac;
  margin-left: 2rem;
}
.searchTokutenSetsumei .tokutenSetsumeInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei .tokutenSetsumeInner {
    margin: 16px 12px 8px;
  }
}
@media screen and (max-width: 450px) {
  .searchTokutenSetsumei .tokutenSetsumeInner {
    margin: 16px 0 0;
  }
}
.searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiImg {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiImg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 24px;
    width: 100%;
  }
}
.searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiImg p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiImg p {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiImg img {
    height: auto;
    width: 50%;
  }
}
.searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiTxt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiTxt {
    width: 100%;
  }
}
.searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiTxt p {
  color: #333;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiTxt p {
    font-size: 1.4rem;
  }
}
.searchTokutenSetsumei .tokutenSetsumeInner .tokutenSetsumeiTxt p span {
  color: #171f55;
  font-weight: bold;
  text-decoration: underline;
}

.formWrap input {
  font-size: 1.6rem;
}
.formWrap .searchSubTitle {
  color: #171f55;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .formWrap .searchSubTitle {
    font-size: 1.6rem;
  }
}
.formWrap .formTxt {
  border: 1px solid #b4b4b4;
  height: 48px;
  margin: 24px 0 0;
  padding: 4px 16px;
  width: 100%;
}
.formWrap .checkboxWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 40px;
}
.formWrap .checkboxWrap .checkboxItem {
  font-size: 1.6rem;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  width: 25%;
  display: flex;
  align-items: flex-start;
  padding-right: 16px;
}
.formWrap .checkboxWrap .checkboxItem:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .formWrap .checkboxWrap .checkboxItem:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .formWrap .checkboxWrap .checkboxItem {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .formWrap .checkboxWrap .checkboxItem {
    font-size: 1.4rem;
    width: 50%;
  }
}
.formWrap .checkboxWrap .checkbox {
  appearance: none;
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #005bac;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 8px;
}
.formWrap .checkboxWrap .checkbox span {
  font-size: 1.6rem;
  line-height: 1.8em;
}
.formWrap .checkboxWrap .checkbox:checked {
  background-color: #005bac;
}
.formWrap .checkboxWrap .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.attentionWrap {
  padding: 112px 30px;
}
@media screen and (max-width: 768px) {
  .attentionWrap {
    padding: 64px 30px 0;
  }
}
.attentionWrap .mediumList li {
  font-size: 1.6rem;
  line-height: 1.8em;
  list-style: disc;
  margin: 0 0 0 16px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .attentionWrap .mediumList li {
    font-size: 1.4rem;
  }
}

.supportList {
  display: flex;
  flex-wrap: wrap;
}
.supportList dt {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 20px 34px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .supportList dt {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 20px 8px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .supportList dt {
    padding: 16px 16px 8px;
  }
}
.supportList dd {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 20px 34px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .supportList dd {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 20px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .supportList dd {
    font-size: 1.4rem;
    padding: 0 16px 16px;
  }
}

.supportWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.supportWrap .supportList dt {
  background-color: #fff;
}
.supportWrap .supportList dd {
  background-color: #fff;
}
.supportWrap .sorryTxt {
  margin: 50px 0;
}
.supportWrap .supportResultWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.supportWrap .supportResultWrap::after {
  content: "";
  display: block;
  width: 48%;
}
.supportWrap .supportResultWrap .supportResultInner {
  background-color: #fff;
  border: 2px solid #005bac;
  border-radius: 20px;
  padding: 20px;
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .supportWrap .supportResultWrap .supportResultInner {
    padding: 16px;
    width: 100%;
  }
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo {
  margin-bottom: 32px;
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopName {
  color: #171f55;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .supportWrap .supportResultWrap .supportResultInner .shopInfo .shopName {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .supportWrap .supportResultWrap .supportResultInner .shopInfo .shopName {
    font-size: 1.6rem;
  }
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap {
  padding: 16px;
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .txt {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin: 0 0 4px;
}
@media screen and (max-width: 450px) {
  .supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .txt {
    font-size: 1.4rem;
  }
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .txt a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .txt a:hover {
  border-bottom: none;
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .shopUrl {
  font-size: 1.3rem;
  line-height: 1.6em;
}
@media screen and (max-width: 450px) {
  .supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .shopUrl {
    font-size: 1.2rem;
  }
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .shopUrl a {
  border-bottom: 1px dotted #171f55;
  color: #171f55;
}
.supportWrap .supportResultWrap .supportResultInner .shopInfo .shopAddWrap .shopUrl a:hover {
  border-bottom: none;
}
.supportWrap .supportResultWrap .supportResultInner .tokutenNaiyou {
  background-color: #deecff;
  border-radius: 10px;
  padding: 24px 32px 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .supportWrap .supportResultWrap .supportResultInner .tokutenNaiyou {
    padding: 16px 16px 12px;
  }
}
.supportWrap .supportResultWrap .supportResultInner .tokutenNaiyou p {
  font-size: 1.6rem;
}
@media screen and (max-width: 450px) {
  .supportWrap .supportResultWrap .supportResultInner .tokutenNaiyou p {
    font-size: 1.4rem;
  }
}
.supportWrap .supportResultWrap .supportResultInner .tokutenTitle {
  background-color: #fcf8df;
  border: 1px solid #171f55;
  border-radius: 10px;
  color: #171f55;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 12px;
  position: absolute;
  top: -24px;
  left: 24px;
}
@media screen and (max-width: 768px) {
  .supportWrap .supportResultWrap .supportResultInner .tokutenTitle {
    font-size: 1.4rem;
  }
}

.memberMidashi {
  color: #005bac;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .memberMidashi {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .memberMidashi {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .memberMidashi {
    font-size: 1.6rem;
  }
}

.memberTitle {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #005bac;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  color: #005bac;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 16px 32px;
}
@media screen and (max-width: 1024px) {
  .memberTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .memberTitle {
    font-size: 1.8rem;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 450px) {
  .memberTitle {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}

.memberWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.memberWrap .memberIll {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .memberWrap .memberIll {
    display: flex;
    justify-content: center;
    padding: 0 0 60px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .memberWrap .memberIll {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .memberWrap .memberIll img {
    height: auto;
    width: 50%;
  }
}
.memberWrap .memberTxtWrap {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .memberWrap .memberTxtWrap {
    width: 100%;
  }
}
.memberWrap .memberTxtWrap .memberTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 24px 32px 40px;
}
@media screen and (max-width: 450px) {
  .memberWrap .memberTxtWrap .memberTxt {
    font-size: 1.4rem;
    padding: 16px 16px 30px;
  }
}
.memberWrap .memberTxtWrap .kaihiWrap {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.5);
  padding: 24px;
  text-align: center;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .memberWrap .memberTxtWrap .kaihiWrap {
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .memberWrap .memberTxtWrap .kaihiWrap {
    margin: 0;
  }
}
.memberWrap .memberTxtWrap .kaihiWrap p {
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .memberWrap .memberTxtWrap .kaihiWrap p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .memberWrap .memberTxtWrap .kaihiWrap p {
    font-size: 1.4rem;
  }
}
.memberWrap .memberTxtWrap .kihonBtnWrap {
  margin-top: 0;
  margin-bottom: 48px;
}

.memberExp {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .memberExp {
    text-align: left;
  }
}
.memberExp .txt a {
  color: #005bac;
  text-decoration: underline;
}
.memberExp .txt a:hover {
  text-decoration: none;
}

.groupMemberTopTxtWrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .groupMemberTopTxtWrap {
    text-align: left;
  }
}
.groupMemberTopTxtWrap .txt {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .groupMemberTopTxtWrap .txt {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .groupMemberTopTxtWrap .txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 450px) {
  .groupMemberTopTxtWrap .txt {
    margin-bottom: 40px;
  }
}

.groupMemberList {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .groupMemberList {
    padding: 16px 16px 30px;
  }
}
.groupMemberList li {
  list-style: disc;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .groupMemberList li {
    font-size: 1.4rem;
  }
}

.certificateWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 32px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .certificateWrap {
    padding: 0 16px 0;
  }
}
.certificateWrap .certificateImg {
  width: 34%;
}
@media screen and (max-width: 450px) {
  .certificateWrap .certificateImg {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.certificateWrap .certificateImg img {
  border-radius: 10px;
}
@media screen and (max-width: 450px) {
  .certificateWrap .certificateImg img {
    height: auto;
    margin: 0 0 10px;
    width: 50%;
  }
}
.certificateWrap .certificateTxt {
  width: 60%;
}
@media screen and (max-width: 450px) {
  .certificateWrap .certificateTxt {
    width: 100%;
  }
}
.certificateWrap .certificateTxt .txt {
  margin: 0;
}
@media screen and (max-width: 450px) {
  .certificateWrap .certificateTxt .txt {
    font-size: 1.2rem;
  }
}

.memberLongWrap .txt {
  padding-right: 32px;
  padding-left: 32px;
}
.memberLongWrap .processWrap {
  display: flex;
  flex-wrap: wrap;
}
.memberLongWrap .processWrap .processInner {
  border-left: 3px solid #fafafa;
  padding: 16px 0;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .memberLongWrap .processWrap .processInner {
    margin: 0 0 30px;
    width: 50%;
  }
}
.memberLongWrap .processWrap .processInner:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .memberLongWrap .processWrap .processInner:nth-child(3) {
    border-left: none;
  }
}
.memberLongWrap .processWrap .processInner .processTitle {
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.memberLongWrap .processWrap .processInner .pdfBtn {
  padding: 12px 0;
  margin-bottom: 16px;
  width: 80%;
}
.memberLongWrap .processWrap .processInner .wordBtn {
  padding: 12px 0;
  width: 80%;
}

.memberListWrap .areaListTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .memberListWrap .areaListTitle {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .memberListWrap .areaListTitle {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.memberListWrap .areaBox {
  background-color: #cbe1fd;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin: 38px 0 0;
  padding: 8px 0;
  width: 176px;
}
.memberListWrap .areaBox p {
  color: #171f55;
  font-size: 1.6rem;
  font-weight: bold;
}
.memberListWrap .memberList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberList {
    margin: 0;
  }
}
.memberListWrap .memberList li {
  border-bottom: 1px solid #156CBA;
  display: flex;
  justify-content: space-between;
  padding: 22px 8px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberList li {
    padding: 12px 8px;
    width: 100%;
  }
}
.memberListWrap .memberList li a {
  color: #fff5be;
}
.memberListWrap .memberList li .coName {
  color: #dcdcdc;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberList li .coName {
    font-size: 1.2rem;
  }
}
.memberListWrap .memberList li .coData {
  color: #dcdcdc;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberList li .coData {
    font-size: 1.2rem;
  }
}
.memberListWrap .memberBnWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberBnWrap {
    margin: 20px 0;
  }
}
.memberListWrap .memberBnWrap .memberBnInner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 8px;
  text-align: center;
  width: calc(25% - 16px);
}
@media screen and (max-width: 1024px) {
  .memberListWrap .memberBnWrap .memberBnInner {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberBnWrap .memberBnInner {
    width: calc(50% - 8px);
  }
}
.memberListWrap .memberBnWrap .memberBnInner .memberBnTitle {
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberBnWrap .memberBnInner .memberBnTitle {
    font-size: 1.2rem;
  }
}
.memberListWrap .memberBnWrap .memberBnInner .memberBnTxt {
  font-size: 1.1rem;
  text-align: left;
  width: 100%;
}
.memberListWrap .memberBnWrap .memberBnInner img {
  border: 1px solid #f1f1f1;
  height: auto;
  max-width: 180px;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberBnWrap .memberBnInner img {
    max-width: 160px;
  }
}
.memberListWrap .memberBnWrap::before {
  content: "";
  display: block;
  width: calc(25% - 16px);
  order: 1;
}
@media screen and (max-width: 1024px) {
  .memberListWrap .memberBnWrap::before {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberBnWrap::before {
    width: calc(50% - 8px);
  }
}
.memberListWrap .memberBnWrap::after {
  content: "";
  display: block;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .memberListWrap .memberBnWrap::after {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .memberListWrap .memberBnWrap::after {
    width: calc(50% - 8px);
  }
}

.memberListContainer {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .memberListContainer {
    margin-bottom: 80px;
  }
}
.memberListContainer .kihonBtnWrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .memberListContainer .kihonBtnWrap {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.bannerAdsWrap .bannerTableWrap {
  margin: 64px 0;
}
.bannerAdsWrap .bannerTableWrap table {
  border-top: 1px solid #dcdcdc;
}
.bannerAdsWrap .bannerTableWrap table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .bannerAdsWrap .bannerTableWrap table th, .bannerAdsWrap .bannerTableWrap table td {
    border-top: none;
    display: block;
    width: 100%;
  }
}
.bannerAdsWrap .bannerAdsTxtWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.bannerAdsWrap .processWrap {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bannerAdsWrap .processWrap {
    justify-content: space-between;
  }
}
.bannerAdsWrap .bannerAdsList {
  margin: 0 0 0 20px;
}
.bannerAdsWrap .bannerAdsList li {
  font-size: 1.6rem;
  line-height: 1.8em;
  list-style: disc;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .bannerAdsWrap .bannerAdsList li {
    font-size: 1.4rem;
  }
}
.bannerAdsWrap .bannerMihonWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .bannerAdsWrap .bannerMihonWrap {
    margin-top: 16px;
  }
}
.bannerAdsWrap .bannerMihonWrap p {
  color: #005bac;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bannerAdsWrap .bannerMihonWrap p {
    font-size: 1.4rem;
  }
}
.bannerAdsWrap .bannerMihonWrap img {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.officeWrap .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .officeWrap .txt {
    text-align: left;
  }
}
.officeWrap .officeArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .officeWrap .officeArea {
    gap: 8px;
  }
}
.officeWrap .officeArea .officeInner {
  background: url(../images/common/arrow_ground.svg) no-repeat right 12px bottom 12px;
  background-size: 28px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.5);
  padding: 16px;
  width: calc(25% - 16px);
}
.officeWrap .officeArea .officeInner:hover {
  background: url(../images/common/arrow_ground.svg) no-repeat right 8px bottom 12px;
  background-size: 28px auto;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .officeWrap .officeArea .officeInner {
    background-size: 24px auto;
    padding: 12px 12px 40px;
  }
  .officeWrap .officeArea .officeInner:hover {
    background: url(../images/common/arrow_ground.svg) no-repeat right 8px bottom 12px;
    background-size: 24px auto;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .officeWrap .officeArea .officeInner {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .officeArea .officeInner {
    width: calc(50% - 8px);
  }
}
.officeWrap .officeArea .officeInner img {
  border-radius: 4px;
}
.officeWrap .officeArea .officeInner .officeTitle {
  border-bottom: 2px dotted #005bac;
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .officeWrap .officeArea .officeInner .officeTitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .officeWrap .officeArea .officeInner .officeTitle {
    font-size: 1.4rem;
  }
}
.officeWrap .officeArea .officeInner .officeAdd {
  color: #005bac;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .officeWrap .officeArea .officeInner .officeAdd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .officeWrap .officeArea .officeInner .officeAdd {
    font-size: 1.2rem;
  }
}
.officeWrap .officeArea .officeInner .smallTxt {
  font-size: 1.2rem;
}
.officeWrap .officeArea::before {
  content: "";
  display: block;
  width: calc(25% - 16px);
  order: 1;
}
@media screen and (max-width: 768px) {
  .officeWrap .officeArea::before {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .officeArea::before {
    width: calc(50% - 8px);
  }
}
.officeWrap .officeArea::after {
  content: "";
  display: block;
  width: calc(25% - 16px);
}
@media screen and (max-width: 768px) {
  .officeWrap .officeArea::after {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .officeArea::after {
    width: calc(50% - 8px);
  }
}
.officeWrap .officeDetailsTitle {
  border-bottom: 6px double #cbe1fd;
  color: #171f55;
  font-size: 2.4rem;
  line-height: 2em;
  padding: 20px 20px 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .officeWrap .officeDetailsTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .officeWrap .officeDetailsTitle {
    font-size: 1.8rem;
    padding: 8px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .officeDetailsTitle {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.officeWrap .officeChairmanWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .officeWrap .officeChairmanWrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .officeWrap .officeChairmanWrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .officeChairmanWrap {
    margin-bottom: 60px;
  }
}
.officeWrap .officeChairmanWrap .officeChairmanImg {
  padding: 0 20px;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .officeWrap .officeChairmanWrap .officeChairmanImg {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  .officeWrap .officeChairmanWrap .officeChairmanImg {
    width: 44%;
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .officeChairmanWrap .officeChairmanImg {
    width: 60%;
  }
}
.officeWrap .officeChairmanWrap .officeChairmanImg img {
  border-radius: 50%;
  object-fit: cover;
}
.officeWrap .officeChairmanWrap .officeChairmanTxt {
  padding: 0 20px;
  width: 74%;
}
.officeWrap .officeChairmanWrap .officeChairmanTxt .txt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .officeWrap .officeChairmanWrap .officeChairmanTxt {
    margin-top: 32px 0 0;
    width: 100%;
  }
}
.officeWrap .activityWrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.officeWrap .activityWrap .activityInner {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner {
    flex-wrap: wrap;
  }
}
.officeWrap .activityWrap .activityInner .activityImgWrap {
  margin: 8px 0 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner .activityImgWrap {
    margin: 0;
    order: 2;
    width: 100%;
  }
}
.officeWrap .activityWrap .activityInner .activityImgWrap img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner .activityImgWrap img {
    height: auto;
    width: 100%;
  }
}
.officeWrap .activityWrap .activityInner .activityTxtWrap {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner .activityTxtWrap {
    display: contents;
  }
}
.officeWrap .activityWrap .activityInner .activityTxtWrap .activityTitle {
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner .activityTxtWrap .activityTitle {
    font-size: 1.6rem;
    order: 1;
  }
}
.officeWrap .activityWrap .activityInner .activityTxtWrap .activityCarry {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: bold;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner .activityTxtWrap .activityCarry {
    font-size: 1.4rem;
    margin: 16px 0 0;
    order: 3;
  }
}
.officeWrap .activityWrap .activityInner .activityTxtWrap .txt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .officeWrap .activityWrap .activityInner .activityTxtWrap .txt {
    margin: 16px 0 0;
    order: 4;
  }
}
.officeWrap .offisAddWrap {
  padding: 0 20px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .officeWrap .offisAddWrap {
    padding: 0;
    margin-bottom: 60px;
  }
}
.officeWrap .offisAddWrap .officeAddTxt {
  color: #222;
  font-size: 2.4rem;
  line-height: 1.8em;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .officeWrap .offisAddWrap .officeAddTxt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .officeWrap .offisAddWrap .officeAddTxt {
    font-size: 1.6rem;
  }
}
.officeWrap .offisAddWrap .iframeWrap {
  border: 4px solid #fff;
  border-radius: 10px;
}
.officeWrap .offisAddWrap iframe {
  border-radius: 10px;
  width: 100%;
}
.officeWrap .memberListWrap .memberList li {
  border-bottom: 1px solid #CBE1FD;
}
.officeWrap .memberListWrap .memberList li a {
  color: #005bac;
}
.officeWrap .memberListWrap .memberList li .coName {
  color: #333;
}
.officeWrap .memberListWrap .memberList li .coData {
  color: #333;
}

.newsPdfWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap {
    gap: 16px;
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .newsPdfWrap {
    gap: 12px;
    margin: 20px 0;
  }
}
.newsPdfWrap .newsPdfInner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 16px;
  width: calc(25% - 12px);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap .newsPdfInner {
    padding: 8px;
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .newsPdfWrap .newsPdfInner {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .newsPdfWrap .newsPdfInner {
    padding: 12px;
    width: calc(50% - 8px);
  }
}
.newsPdfWrap .newsPdfInner .newsPdfDataWrap {
  background-color: #daeaff;
  border-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 4px 8px;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap .newsPdfInner .newsPdfDataWrap {
    flex-wrap: wrap;
  }
}
.newsPdfWrap .newsPdfInner .newsPdfDataWrap .no {
  color: #171f55;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap .newsPdfInner .newsPdfDataWrap .no {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newsPdfWrap .newsPdfInner .newsPdfDataWrap .no {
    width: auto;
  }
}
.newsPdfWrap .newsPdfInner .newsPdfDataWrap .newsPdfData {
  text-align: right;
  font-size: 1.2rem;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap .newsPdfInner .newsPdfDataWrap .newsPdfData {
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newsPdfWrap .newsPdfInner .newsPdfDataWrap .newsPdfData {
    text-align: right;
    width: auto;
  }
}
.newsPdfWrap .newsPdfInner img {
  border: 1px solid #f1f1f1;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap .newsPdfInner img {
    margin: 12px 0;
  }
}
.newsPdfWrap .newsPdfInner .newsPdfTxt {
  font-size: 1.2rem;
  text-align: left;
  width: 100%;
}

.newsPdfWrap::before {
  content: "";
  display: block;
  width: calc(25% - 12px);
  order: 1;
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap::before {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .newsPdfWrap::before {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .newsPdfWrap::before {
    width: calc(50% - 8px);
  }
}

.newsPdfWrap::after {
  content: "";
  display: block;
  width: calc(25% - 12px);
}
@media screen and (max-width: 1024px) {
  .newsPdfWrap::after {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .newsPdfWrap::after {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .newsPdfWrap::after {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .informationContainer .infoListWrap {
    margin: 0 auto;
  }
}
.informationContainer .infoListWrap .infoListInner .infodata p {
  color: #333;
}
.informationContainer .infoListWrap .infoListInner .infoTitle p {
  color: #333;
}

.infoDetailsWrap .infoDetailsTitle {
  border-bottom: 6px dotted #cbe1fd;
  color: #171f55;
  font-size: 2.4rem;
  line-height: 1.8em;
  padding: 0 20px 16px;
  margin: 48px 0 24px;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoDetailsTitle {
    font-size: 1.8rem;
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 450px) {
  .infoDetailsWrap .infoDetailsTitle {
    font-size: 1.6rem;
    margin: 24px 0 24px;
  }
}
.infoDetailsWrap .infoDetailsData {
  font-family: "Outfit", serif;
  font-size: 1.6rem;
  margin: 0 0 58px 20px;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoDetailsData {
    font-size: 1.4rem;
    margin: 24px 0;
  }
}
.infoDetailsWrap .wp-block-image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .wp-block-image {
    max-width: 90%;
  }
}
.infoDetailsWrap .wp-block-image img {
  max-width: 100%;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .wp-block-image img {
    margin: 16px 0;
  }
}
.infoDetailsWrap .infoContents {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 450px) {
  .infoDetailsWrap .infoContents {
    padding: 0;
  }
}
.infoDetailsWrap .infoContents p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 32px 0 48px;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoContents p {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 16px 0 24px;
  }
}
.infoDetailsWrap .infoContents p a {
  color: #005bac;
  text-decoration: underline;
}
.infoDetailsWrap .infoContents p a:hover {
  text-decoration: none;
}
.infoDetailsWrap .infoContents a {
  color: #fff;
}
.infoDetailsWrap .infoContents .wp-block-heading {
  color: #005bac;
  font-size: 2rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoContents .wp-block-heading {
    font-size: 1.6rem;
  }
}
.infoDetailsWrap .infoContents dl {
  border-bottom: 1px solid #cfd4dc;
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto 80px;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoContents dl {
    margin: 12px auto 40px;
  }
}
.infoDetailsWrap .infoContents dl dt {
  border-top: 1px solid #cfd4dc;
  color: #171F55;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  padding: 8px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoContents dl dt {
    font-size: 1.4rem;
    padding: 8px 8px 4px;
    width: 100%;
  }
}
.infoDetailsWrap .infoContents dl dd {
  border-top: 1px solid #cfd4dc;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 8px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap .infoContents dl dd {
    border-top: none;
    font-size: 1.4rem;
    padding: 0 8px 8px;
    width: 100%;
  }
}
.infoDetailsWrap .infoContents dt:first-child {
  border-top: none;
}
.infoDetailsWrap .infoContents dt:first-child + dd {
  border-top: none;
}
.infoDetailsWrap p.infoCaptionTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .infoDetailsWrap p.infoCaptionTxt {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 0 0 24px;
  }
}

.workWrap .txt {
  margin: 50px auto 100px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .workWrap .txt {
    margin: 20px auto 50px;
  }
}

.awardWrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .awardWrap {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 450px) {
  .awardWrap {
    margin-bottom: 80px;
  }
}
.awardWrap .mediumTitle {
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .awardWrap .mediumTitle {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .awardWrap .mediumTitle {
    margin-bottom: 32px;
  }
}
.awardWrap .txt1st {
  margin: 50px auto 100px;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .awardWrap .txt1st {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .awardWrap .txt1st {
    margin: 0 auto 40px;
  }
}
.awardWrap .txt2nd {
  margin: 0 auto;
  max-width: 1000px;
}

.workList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 40px auto 80px;
  border-bottom: 1px solid #005bac;
}
@media screen and (max-width: 768px) {
  .workList {
    margin: 10px auto 40px;
  }
}
.workList dt {
  border-top: 1px solid #005bac;
  color: #005bac;
  padding: 16px 8px;
  width: 30%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .workList dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .workList dt {
    font-size: 1.4rem;
    padding: 12px 8px 8px;
    width: 100%;
  }
}
.workList dd {
  border-top: 1px solid #005bac;
  padding: 16px 8px;
  width: 70%;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .workList dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .workList dd {
    border-top: none;
    font-size: 1.4rem;
    padding: 0 8px 12px;
    width: 100%;
  }
}

.workList dt:first-child {
  border-top: none;
}

.workList dt:first-child + dd {
  border-top: none;
}

.requestWrap .requestTitle {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .requestWrap .requestTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .requestWrap .requestTitle {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.requestWrap .yuryouWrap {
  margin: 0 0 72px;
}
.requestWrap .yuryouWrap .noWrap {
  display: flex;
}
.requestWrap .yuryouWrap .noWrap .noBox {
  background-color: #CBE1FD;
  color: #005bac;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 28px;
  align-self: center;
  text-align: center;
  height: 28px;
  width: 28px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouWrap .noWrap .noBox {
    font-size: 1.4rem;
    line-height: 24px;
    height: 24px;
    width: 24px;
  }
}
.requestWrap .yuryouWrap .noWrap p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouWrap .noWrap p {
    font-size: 1.6rem;
  }
}
.requestWrap .yuryouWrap .yuryou2syuWrap {
  display: flex;
  column-gap: 16px;
}
@media screen and (max-width: 450px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap {
    flex-wrap: wrap;
  }
}
.requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner {
    padding: 18px;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner {
    margin-bottom: 16px;
    width: 100%;
  }
}
.requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuTitle {
  color: #171f55;
  font-size: 1.6rem;
  font-weight: bold;
}
.requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuTxt {
  font-size: 1.4rem;
  text-align: left;
}
.requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuImg {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuImg {
    column-gap: 4px;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuImg {
    column-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuImg img {
    height: auto;
    width: 48px;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .yuryouWrap .yuryou2syuWrap .yuryou2syuInner .yuryou2syuImg img {
    height: auto;
    width: 52px;
  }
}
.requestWrap .yuryouWrap .yuryouBrnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 32px;
  margin-top: 72px;
}
.requestWrap .yuryouWrap .yuryouBrnWrap .btnGr {
  display: flex;
  justify-content: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouWrap .yuryouBrnWrap .btnGr {
    margin-bottom: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .requestWrap .yuryouWrap .yuryouBrnWrap .btnGr {
    width: 90%;
  }
}
.requestWrap .yuryouList {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouList {
    margin: 0 0 0 20px;
  }
}
.requestWrap .yuryouList li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8em;
  list-style: decimal;
  margin: 0 0 0 20px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .requestWrap .yuryouList li {
    font-size: 1.4rem;
  }
}

.supportWrap .supportStWrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin: 80px 0;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap {
    column-gap: 20px;
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap {
    flex-wrap: wrap;
    margin: 40px 0;
  }
}
.supportWrap .supportStWrap .supportStArea {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.5);
  padding: 24px 24px 16px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea {
    margin-bottom: 20px;
    width: 100%;
  }
}
.supportWrap .supportStWrap .supportStArea .supportStTitle {
  align-items: center;
  color: #005bac;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea .supportStTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea .supportStTitle {
    font-size: 1.6rem;
  }
}
.supportWrap .supportStWrap .supportStArea .supportStTitle::before {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #005bac;
  margin-right: 2rem;
}
.supportWrap .supportStWrap .supportStArea .supportStTitle::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #005bac;
  margin-left: 2rem;
}
.supportWrap .supportStWrap .supportStArea .supportStInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear {
  display: flex;
}
.supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .paren {
  align-self: flex-end;
  color: #005bac;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .paren {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .paren {
    font-size: 3.8rem;
  }
}
.supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .supportNo {
  align-self: flex-end;
  color: #005bac;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .supportNo {
    font-size: 3rem;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .supportNo {
    font-size: 3.8rem;
    margin: 0 0 0 8px;
  }
}
.supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .supportTani {
  align-self: flex-end;
  color: #005bac;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .supportTani {
    font-size: 1.2rem;
    margin: 0 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStYear .supportTani {
    font-size: 1.4rem;
    margin: 0 8px 0 0;
  }
}
.supportWrap .supportStWrap .supportStArea .supportStInner .supportStTxt {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStTxt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStTxt {
    margin: 0 6px;
  }
}
.supportWrap .supportStWrap .supportStArea .supportStInner .supportStImg img {
  height: auto;
  width: 110px;
}
@media screen and (max-width: 1024px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStImg img {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStImg img {
    width: 100px;
  }
}
@media screen and (max-width: 450px) {
  .supportWrap .supportStWrap .supportStArea .supportStInner .supportStImg img {
    width: 90px;
  }
}

.midorigouWrap .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .txt {
    text-align: left;
  }
}
.midorigouWrap .howtoWrap .mediumTitle {
  margin: 0 0 72px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .mediumTitle {
    margin: 0 0 32px;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuTitleWrap {
  display: flex;
  background-color: #005bac;
  border-radius: 50px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuTitleWrap {
    padding: 6px;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuTitleWrap .houtuNo {
  background-color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #005bac;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuTitleWrap .houtuNo {
    font-size: 2.6rem;
    height: 40px;
    width: 40px;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuTitleWrap .houtoTitle {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuTitleWrap .houtoTitle {
    font-size: 1.6rem;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuInner {
  display: flex;
  margin: 0 50px 40px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuInner {
    margin: 0 20px 40px;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuArrow {
  display: flex;
  justify-content: center;
  min-width: 88px;
  width: 88px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuArrow {
    min-width: 48px;
    width: 48px;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuArrow .arrow_arrow {
  align-self: flex-end;
  height: auto;
  width: 48px;
}
.midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuArrowBg {
  background: url(../images/midori_gou/arrow.svg) no-repeat bottom center;
  background-size: 48px auto;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuArrowBg {
    background-size: 40px auto;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuTxtWrap {
  margin: 40px 30px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuTxtWrap {
    margin: 20px;
  }
}
.midorigouWrap .howtoWrap .howtoArea .houtuInner .houtuTxtWrap .txt {
  text-align: left;
  margin: 0;
}
.midorigouWrap .midori-gouExp .smallTitle {
  margin: 64px 0 32px;
}
@media screen and (max-width: 1024px) {
  .midorigouWrap .midori-gouExp .smallTitle {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .midorigouWrap .midori-gouExp .smallTitle {
    margin: 24px 0 0;
  }
}
.midorigouWrap .youshikiWrap {
  margin: 32px 0 0;
  text-align: center;
}
.midorigouWrap .youshikiWrap .youshikiTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.midorigouWrap .youshikiWrap .youshikiBtnWrap {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .youshikiWrap .youshikiBtnWrap {
    column-gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
  .midorigouWrap .youshikiWrap .youshikiBtnWrap {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
.midorigouWrap .youshikiWrap .youshikiBtnWrap .pdfBtn {
  padding: 12px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .youshikiWrap .youshikiBtnWrap .pdfBtn {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .midorigouWrap .youshikiWrap .youshikiBtnWrap .pdfBtn {
    width: 100%;
  }
}
.midorigouWrap .youshikiWrap .youshikiBtnWrap .wordBtn {
  padding: 12px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .midorigouWrap .youshikiWrap .youshikiBtnWrap .wordBtn {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .midorigouWrap .youshikiWrap .youshikiBtnWrap .wordBtn {
    width: 100%;
  }
}

.tournamentWrap .txt {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .txt {
    text-align: left;
    margin-bottom: 60px;
  }
}
.tournamentWrap .tournamentTxt {
  max-width: 1000px;
  margin: 48px auto 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .tournamentTxt {
    margin: 24px auto 40px;
  }
}
.tournamentWrap .supportList {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .supportList {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.tournamentWrap .supportList dt {
  background-color: #d8eafb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .supportList dt {
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}
.tournamentWrap .supportList dd {
  background-color: #d8eafb;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .supportList dd {
    border-top: none;
    border-left: 1px solid #fff;
  }
}
.tournamentWrap .bgWh dt {
  background-color: #fff;
}
.tournamentWrap .bgWh dd {
  background-color: #fff;
}
.tournamentWrap .purpleLeftWrap .widthCommon .mainTitle {
  margin-bottom: 0;
}
.tournamentWrap .purpleLeftWrap .widthCommon .mediumTitle span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .purpleLeftWrap .widthCommon .mediumTitle span {
    font-size: 1.4rem;
  }
}
.tournamentWrap .purpleLeftWrap .widthCommon .supportList {
  max-width: 1000px;
  margin: 0 auto;
}
.tournamentWrap .purpleLeftWrap .widthCommon .supportWrap .txt {
  margin: 64px auto 24px;
  max-width: 1000px;
}
.tournamentWrap .purpleLeftWrap .widthCommon .supportWrap .supportKaijyo {
  margin: 24px auto 24px;
}
.tournamentWrap .purpleLeftWrap .widthCommon .singleImgWrap {
  margin: 80px auto 60px;
}
@media screen and (max-width: 768px) {
  .tournamentWrap .purpleLeftWrap .widthCommon .singleImgWrap {
    margin: 30px auto;
  }
}
.tournamentWrap .kousyuWrap {
  margin: 0 0 80px;
}
@media screen and (max-width: 450px) {
  .tournamentWrap .kousyuWrap {
    margin: 0 0 64px;
  }
}

.carSeatWrap .txt {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .carSeatWrap .txt {
    margin-bottom: 50px;
    text-align: left;
  }
}
.carSeatWrap .carSeatTxt {
  margin-top: 40px;
  text-align: left;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .carSeatWrap .carSeatTxt {
    margin-top: 20px;
  }
}
.carSeatWrap .carSeatExp {
  margin: 24px 0;
}
.carSeatWrap .carSeatExp .txt {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 0;
  text-align: left;
}
.carSeatWrap .carSeatTableWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .carSeatWrap .carSeatTableWrap {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .carSeatWrap .carSeatTableWrap table {
    border-top: 1px solid #dcdcdc;
  }
  .carSeatWrap .carSeatTableWrap table th, .carSeatWrap .carSeatTableWrap table td {
    display: block;
    font-size: 1.4rem;
    padding: 8px 12px;
    width: 100%;
  }
  .carSeatWrap .carSeatTableWrap table th {
    border-top: none;
    border-bottom: none;
  }
}
.carSeatWrap .carSeatYoyakuTel {
  color: #005bac;
  font-weight: bold;
}

.carSeatTelBox .carSeatTelWrap {
  background-color: #005bac;
  border-radius: 20px;
  max-width: 1000px;
  margin: 80px auto 0;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1260px) {
  .carSeatTelBox .carSeatTelWrap {
    max-width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .carSeatTelBox .carSeatTelWrap {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .carSeatTelBox .carSeatTelWrap {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .carSeatTelBox .carSeatTelWrap {
    margin: 40px auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .carSeatTelBox .carSeatTelWrap {
    border-radius: 40px;
    max-width: 100%;
    padding: 10px 16px;
    width: 100%;
  }
}
.carSeatTelBox .carSeatTelWrap .carSeatTelTitle {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  margin: 8px 0 16px;
}
@media screen and (max-width: 1024px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelTitle {
    font-size: 1.6rem;
  }
}
.carSeatTelBox .carSeatTelWrap .carSeatTelArea {
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 450px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelArea {
    border-radius: 50px;
  }
}
.carSeatTelBox .carSeatTelWrap .carSeatTelArea p {
  color: #005bac;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 8px;
}
.carSeatTelBox .carSeatTelWrap .carSeatTelArea p a {
  color: #005bac;
}
@media screen and (max-width: 1024px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelArea p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelArea p {
    font-size: 1.6rem;
  }
}
.carSeatTelBox .carSeatTelWrap .carSeatTelArea p span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelArea p span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .carSeatTelBox .carSeatTelWrap .carSeatTelArea p span {
    font-size: 3.2rem;
  }
}

.singleImgWrap {
  height: auto;
  margin: 80px auto 120px;
  width: 550px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .singleImgWrap {
    margin: 40px auto 60px;
    width: 90%;
  }
}
.singleImgWrap .imgBgLine {
  border-radius: 20px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .singleImgWrap .imgBgLine {
    border-radius: 40px;
  }
}

.goodsWrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .goodsWrap .smallTitle {
    padding: 12px 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .goodsWrap .smallTitle {
    font-size: 1.4rem;
  }
}
.goodsWrap .txt {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .goodsWrap .txt {
    margin-bottom: 50px;
    text-align: left;
  }
}
.goodsWrap .goodsArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .goodsWrap .goodsArea {
    row-gap: 20px;
  }
}
.goodsWrap .goodsArea::after {
  content: "";
  display: block;
  width: calc(50% - 24px);
}
@media screen and (max-width: 1024px) {
  .goodsWrap .goodsArea::after {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea::after {
    width: 100%;
  }
}
.goodsWrap .goodsArea .goodsInner {
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(50% - 24px);
}
@media screen and (max-width: 1024px) {
  .goodsWrap .goodsArea .goodsInner {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner {
    width: 100%;
  }
}
.goodsWrap .goodsArea .goodsInner .goodsImg {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner .goodsImg {
    border-radius: 12px;
  }
}
.goodsWrap .goodsArea .goodsInner .goodsImg .goodsCenter {
  display: flex;
  justify-content: center;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .goodsPic {
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__arrows button {
  height: 0;
  width: 0;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__arrows .prev {
  left: 0;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__arrows .next::before {
  background: url(../images/common/arrow_sub_right.svg) no-repeat;
  background-size: 32px auto;
  left: auto;
  right: 12px;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__arrows .prev::before {
  background: url(../images/common/arrow_sub_left.svg) no-repeat;
  background-size: 32px auto;
  left: 12px;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__arrows .button::before {
  height: 32px;
  width: 32px;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__pagination li button {
  background-color: #ddd;
  height: 12px;
  width: 12px;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__pagination li .is-active {
  background-color: #005bac;
}
.goodsWrap .goodsArea .goodsInner .goodsImg .splide__pagination {
  padding: 0;
}
.goodsWrap .goodsArea .goodsInner .txtWrap {
  padding: 24px 16px 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner .txtWrap {
    padding: 12px 4px 8px;
  }
}
.goodsWrap .goodsArea .goodsInner .txtWrap .syouhinmei {
  border-top: 3px double #005bac;
  border-bottom: 3px double #005bac;
  padding: 8px 4px;
  color: #171F55;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner .txtWrap .syouhinmei {
    font-size: 1.6rem;
    padding: 4px;
  }
}
@media screen and (max-width: 450px) {
  .goodsWrap .goodsArea .goodsInner .txtWrap .syouhinmei {
    font-size: 1.4rem;
  }
}
.goodsWrap .goodsArea .goodsInner .txtWrap .goodsExp {
  color: #171F55;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 12px 4px;
}
.goodsWrap .goodsArea .goodsInner .txtWrap .goodsExp span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner .txtWrap .goodsExp {
    font-size: 1.4rem;
  }
}
.goodsWrap .goodsArea .goodsInner .txtWrap .kaiinKakaku {
  color: #ea333d;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner .txtWrap .kaiinKakaku {
    font-size: 1.4rem;
  }
}
.goodsWrap .goodsArea .goodsInner .txtWrap .hikaiinKakaku {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .goodsWrap .goodsArea .goodsInner .txtWrap .hikaiinKakaku {
    font-size: 1.4rem;
  }
}

.learnWrap .txt {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .learnWrap .txt {
    text-align: left;
    margin-bottom: 50px;
  }
}
.learnWrap .videoL {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.learnWrap .videoL iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.learnWrap .videoLWrap {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .learnWrap .videoLWrap {
    margin: 0 0 40px;
  }
}
.learnWrap .videoSWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .learnWrap .videoSWrap {
    flex-wrap: wrap;
    margin: 0;
  }
}
.learnWrap .videoSWrap .videoSArea {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .learnWrap .videoSWrap .videoSArea {
    margin: 0 0 40px;
    width: 100%;
  }
}
.learnWrap .videoSWrap .videoSInner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.learnWrap .videoSWrap .videoSInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.learnWrap .videoTitle {
  color: #171f55;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 24px 0 0;
}
@media screen and (max-width: 1024px) {
  .learnWrap .videoTitle {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .learnWrap .videoTitle {
    font-size: 1.6rem;
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .learnWrap .videoTitle {
    font-size: 1.4rem;
  }
}
.learnWrap .learnUchuuuiHead {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .learnWrap .learnUchuuuiHead img {
    height: auto;
    width: 180px;
  }
}
.learnWrap .youtubeBtnWrap {
  background-color: #287eb4;
  border-radius: 20px;
  margin-top: 72px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 20px 56px;
}
@media screen and (max-width: 1260px) {
  .learnWrap .youtubeBtnWrap {
    max-width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .learnWrap .youtubeBtnWrap {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .learnWrap .youtubeBtnWrap {
    border-radius: 40px;
    max-width: 100%;
    padding: 24px 20px 32px;
    width: 100%;
  }
}
.learnWrap .youtubeBtnWrap p {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .learnWrap .youtubeBtnWrap p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 450px) {
  .learnWrap .youtubeBtnWrap p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .learnWrap .youtubeBtnWrap .youtubeBtnArea {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .learnWrap .youtubeBtnWrap .youtubeBtnArea {
    padding: 0;
  }
}
.learnWrap .youtubeBtnWrap .youtubeBtn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .learnWrap .youtubeBtnWrap .youtubeBtn {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .learnWrap .youtubeBtnWrap .youtubeBtn {
    width: 90%;
  }
}
.learnWrap .youtubeBtnWrap .youtubeIconWrap {
  display: flex;
  justify-content: center;
  column-gap: 12px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .learnWrap .youtubeBtnWrap .youtubeIconWrap {
    font-size: 1.6rem;
  }
}
.learnWrap .youtubeBtnWrap .youtubeIconWrap img {
  height: auto;
  width: 30px;
}

.rentalWrap .txt {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rentalWrap .txt {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: left;
  }
}
.rentalWrap .rentalTableWrap {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .rentalWrap .rentalTableWrap {
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .rentalWrap .rentalTableWrap table {
    border-top: 1px solid #dcdcdc;
  }
  .rentalWrap .rentalTableWrap table th, .rentalWrap .rentalTableWrap table td {
    display: block;
    font-size: 1.4rem;
    padding: 8px 12px;
    width: 100%;
  }
  .rentalWrap .rentalTableWrap table th {
    border-top: none;
    border-bottom: none;
  }
}
.rentalWrap .rentalTableWrap a {
  color: #005bac;
  font-weight: bold;
}
.rentalWrap .rentalTableWrap a:hover {
  text-decoration: underline;
}

.schoolWrap .txt {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .schoolWrap .txt {
    text-align: left;
    margin-bottom: 50px;
  }
}
.schoolWrap .schoolArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.schoolWrap .schoolArea::before {
  content: "";
  display: block;
  width: calc(25% - 16px);
  order: 1;
}
@media screen and (max-width: 1024px) {
  .schoolWrap .schoolArea::before {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .schoolWrap .schoolArea::before {
    width: calc(50% - 16px);
  }
}
.schoolWrap .schoolArea::after {
  content: "";
  display: block;
  width: calc(25% - 16px);
}
@media screen and (max-width: 1024px) {
  .schoolWrap .schoolArea::after {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .schoolWrap .schoolArea::after {
    width: calc(50% - 16px);
  }
}
.schoolWrap .schoolArea .schoolInner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
  width: calc(25% - 16px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .schoolWrap .schoolArea .schoolInner {
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .schoolWrap .schoolArea .schoolInner {
    padding: 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 450px) {
  .schoolWrap .schoolArea .schoolInner {
    width: calc(50% - 8px);
  }
}
.schoolWrap .schoolArea .schoolInner .schoolImg {
  border-radius: 50%;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .schoolWrap .schoolArea .schoolInner .schoolImg {
    margin: 16px 0;
  }
}
.schoolWrap .schoolArea .schoolInner .schoolTitle {
  color: #171f55;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schoolWrap .schoolArea .schoolInner .schoolTitle {
    font-size: 1.5rem;
  }
}
.schoolWrap .schoolArea .schoolInner .schoolTxt {
  font-size: 1.4rem;
  margin: 16px 0;
}
.schoolWrap .schoolArea .schoolInner .schoolBtnWrap {
  width: 100%;
}
.schoolWrap .schoolArea .schoolInner .schoolBtnWrap .btnGr {
  font-size: 1.4rem;
  width: 100%;
}

.drivingSchoolWrap .drivingSchoolArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .drivingSchoolWrap .drivingSchoolArea {
    gap: 12px;
  }
}
@media screen and (max-width: 570px) {
  .drivingSchoolWrap .drivingSchoolArea {
    margin: 40px 0 0;
  }
}
.drivingSchoolWrap .drivingSchoolArea .drivingSchoolInner {
  width: calc(50% - 32px);
}
@media screen and (max-width: 768px) {
  .drivingSchoolWrap .drivingSchoolArea .drivingSchoolInner {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 570px) {
  .drivingSchoolWrap .drivingSchoolArea .drivingSchoolInner {
    width: 100%;
  }
}
.drivingSchoolWrap .drivingSchoolArea .drivingSchoolInner .drivingSchoolImg {
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.05);
}
.drivingSchoolWrap .drivingSchoolArea .drivingSchoolInner .drivingSchoolImg img {
  border-radius: 4px;
  height: auto;
  width: 100%;
}
.drivingSchoolWrap .drivingSchoolBtnWrap {
  margin: 24px 0 48px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .drivingSchoolWrap .drivingSchoolBtnWrap {
    margin: 16px 0 32px;
  }
}
.drivingSchoolWrap .drivingSchoolBtnWrap .btnGr {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .drivingSchoolWrap .drivingSchoolBtnWrap .btnGr {
    font-size: 1.4rem;
    width: 100%;
  }
}
.drivingSchoolWrap .drivingNewsWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
.drivingSchoolWrap .drivingNewsWrap .drivingNewsTitle {
  background-color: #0071bc;
  border-radius: 50px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  .drivingSchoolWrap .drivingNewsWrap .drivingNewsTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .drivingSchoolWrap .drivingNewsWrap .drivingNewsTitle {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .drivingSchoolWrap .drivingNewsWrap .drivingNewsTitle {
    font-size: 1.6rem;
  }
}
.drivingSchoolWrap .drivingNewsWrap .infoListWrap {
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .drivingSchoolWrap .drivingNewsWrap .infoListWrap {
    margin: 0 auto;
  }
}
.drivingSchoolWrap .drivingNewsWrap .infoListWrap .infoListInner .infodata p {
  color: #222;
}
.drivingSchoolWrap .drivingNewsWrap .infoListWrap .infoListInner .infoTitle p {
  color: #222;
}

.uketsukeEnd {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  width: 100%;
}
.uketsukeEnd .uketsukeEndTxt {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  display: inline-block;
  padding: 12px 32px;
  font-weight: bold;
  margin: 0;
}

.faqListWrap .mediumTitle {
  margin: 60px 0 20px;
}
.faqListWrap .accordionWrap .accordionInner {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .faqListWrap .accordionWrap .accordionInner {
    padding: 12px;
  }
}
.faqListWrap .accordionWrap .accordionInner .iconFaq {
  border-radius: 10px;
  color: #fff;
  font-family: "Outfit", serif;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 24px;
  min-width: 40px;
  padding: 6px 0 0;
}
@media screen and (max-width: 768px) {
  .faqListWrap .accordionWrap .accordionInner .iconFaq {
    font-size: 1.8rem;
    height: 32px;
    margin-right: 16px;
    min-width: 32px;
    padding: 4px 0 0;
    width: 32px;
  }
}
.faqListWrap .accordionWrap .accordionInner .iconQ {
  background-color: #005BAC;
}
.faqListWrap .accordionWrap .accordionInner .iconA {
  background-color: #17A2B6;
}
.faqListWrap .accordionWrap .accordionInner .accordion-btn {
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.faqListWrap .accordionWrap .accordionInner .accordion-btn::after {
  content: "＋";
  margin-left: auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 768px) {
  .faqListWrap .accordionWrap .accordionInner .accordion-btn::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .faqListWrap .accordionWrap .accordionInner .accordion-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .faqListWrap .accordionWrap .accordionInner .accordion-btn {
    font-size: 1.4rem;
  }
}
.faqListWrap .accordionWrap .accordionInner .accordion-btn.open::after {
  content: "−";
}
.faqListWrap .accordionWrap .accordionInner .faqLink {
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #005bac;
  display: inline-block;
  padding: 8px 32px;
  color: #005bac;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 16px 0;
}
.faqListWrap .accordionWrap .accordionInner .faqLink:hover {
  background-color: #005bac;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .faqListWrap .accordionWrap .accordionInner .faqLink {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .faqListWrap .accordionWrap .accordionInner .faqLink {
    text-align: center;
    width: 100%;
  }
}
.faqListWrap .accordionWrap .accordion-content {
  padding: 0 10px;
}
.faqListWrap .accordionWrap .accordion-content .accordionContentInner {
  display: flex;
  padding: 32px 0 0;
}
.faqListWrap .accordionWrap .accordion-content .accordionContentInner p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .faqListWrap .accordionWrap .accordion-content .accordionContentInner p {
    font-size: 1.4rem;
  }
}
.faqListWrap .accordionWrap .accordion-content .accordionContentInner p a {
  color: #005bac;
  font-weight: bold;
  text-decoration: underline;
}

.faq1stSpace {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .faq1stSpace {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .faq1stSpace {
    margin-top: 0;
  }
}

.privacyPolicyWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.privacyPolicyWrap .smallTitle {
  margin: 40px 0 0;
  padding: 8px 24px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .smallTitle {
    margin: 32px 0 0;
    padding: 8px 16px;
  }
}
.privacyPolicyWrap .privacyDetailsWrap .txt {
  margin-bottom: 0;
}
.privacyPolicyWrap .privacyDetailsWrap .privacyDetailsList {
  margin: 0 0 0 60px;
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .privacyDetailsWrap .privacyDetailsList {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .privacyPolicyWrap .privacyDetailsWrap .privacyDetailsList {
    margin: 0 0 0 20px;
    padding-left: 10px;
  }
}
.privacyPolicyWrap .privacyDetailsWrap .privacyDetailsList li {
  list-style: decimal;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .privacyPolicyWrap .privacyDetailsWrap .privacyDetailsList li {
    font-size: 1.4rem;
    padding: 4px 0;
  }
}
.privacyPolicyWrap .privacyDetailsWrap .privacyDetailsList span {
  font-weight: bold;
}
.privacyPolicyWrap .txt {
  margin-left: 40px;
}
@media screen and (max-width: 450px) {
  .privacyPolicyWrap .txt {
    margin-left: 0;
    padding-left: 10px;
  }
}
.privacyPolicyWrap a {
  color: #005bac;
  text-decoration: underline;
}
.privacyPolicyWrap a:hover {
  text-decoration: none;
}

.onlinePrivacyWrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .onlinePrivacyWrap {
    margin-top: 24px;
  }
}

.insuranceWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.insuranceWrap .tableArea {
  margin: 32px auto 88px;
}
@media screen and (max-width: 768px) {
  .insuranceWrap .tableArea {
    margin: 24px auto 40px;
  }
}
.insuranceWrap .tableArea .baisyougaku {
  white-space: nowrap;
}
.insuranceWrap .tableArea .insuranceMidashi {
  white-space: nowrap;
}
.insuranceWrap .insuranceArea {
  max-width: 1000px;
  margin: 40px auto 88px;
}
.insuranceWrap .insuranceArea .tsmarkWrap {
  display: flex;
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .insuranceWrap .insuranceArea .tsmarkWrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 520px) {
  .insuranceWrap .insuranceArea .tsmarkWrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsImg {
    width: 38%;
  }
}
@media screen and (max-width: 520px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsImg {
    display: flex;
    justify-content: center;
    margin: 0 0 32px;
    width: 100%;
  }
}
.insuranceWrap .insuranceArea .tsmarkWrap .tsImg img {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 520px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsImg img {
    height: auto;
    width: 46%;
  }
}
.insuranceWrap .insuranceArea .tsmarkWrap .tsTxt {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 520px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsTxt {
    margin: 0;
  }
}
.insuranceWrap .insuranceArea .tsmarkWrap .tsTxt ol {
  margin: 0 0 0 20px;
}
.insuranceWrap .insuranceArea .tsmarkWrap .tsTxt ol li {
  list-style: decimal;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0 0 16px;
}
.insuranceWrap .insuranceArea .tsmarkWrap .tsTxt ol li span {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsTxt ol li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsTxt {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  .insuranceWrap .insuranceArea .tsmarkWrap .tsTxt {
    width: 100%;
  }
}
.insuranceWrap .insuranceExpTxt {
  font-size: 1.2rem;
  text-align: center;
  margin: 8px 0 88px;
}
.insuranceWrap .insuranceTxt {
  text-align: left;
  max-width: 900px;
  margin: 32px auto 80px;
}
@media screen and (max-width: 768px) {
  .insuranceWrap .insuranceTxt {
    margin: 24px auto 40px;
  }
}
.insuranceWrap .insuranceBtnTxt {
  text-align: left;
  max-width: 900px;
  margin: 32px auto 40px;
}
.insuranceWrap .kihonBtnWrap {
  margin-top: 32px;
}

/* imgBg */
.imgBgWrap {
  border-radius: 20px;
  box-shadow: -24px 24px 0 rgba(182, 209, 244, 0.5);
}
@media screen and (max-width: 768px) {
  .imgBgWrap {
    box-shadow: -16px 16px 0 rgba(182, 209, 244, 0.5);
  }
}
@media screen and (max-width: 450px) {
  .imgBgWrap {
    border-radius: 40px;
  }
}
.imgBgWrap .imgBgLine {
  border: 4px solid #fff;
}

.imgBgLightWrap {
  border-radius: 20px;
  box-shadow: -24px 24px 0 rgba(110, 148, 205, 0.5);
}
@media screen and (max-width: 768px) {
  .imgBgLightWrap {
    box-shadow: -16px 16px 0 rgba(110, 148, 205, 0.5);
  }
}
@media screen and (max-width: 450px) {
  .imgBgLightWrap {
    border-radius: 40px;
  }
}
.imgBgLightWrap .imgBgLine {
  border: 4px solid #fff;
}

/* chuuui */
.uchuuuiIll {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.uchuuuiLicenseImg {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiLicenseImg {
    height: auto;
    width: 300px;
    top: -40px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiLicenseImg {
    width: 200px;
    top: -40px;
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiLicenseImg {
    width: 160px;
    top: -60px;
  }
}

.uchuuuiOudanchuImg {
  position: absolute;
  top: -120px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiOudanchuImg {
    height: auto;
    width: 280px;
    top: -50px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiOudanchuImg {
    width: 160px;
    top: -70px;
    right: 4px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiOudanchuImg {
    width: 140px;
    top: -60px;
    right: 0;
  }
}

.uchuuuiAreaImg {
  position: absolute;
  top: -120px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiAreaImg {
    height: auto;
    width: 300px;
    top: -50px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiAreaImg {
    width: 220px;
    top: -20px;
    right: 80px;
  }
}
@media screen and (max-width: 600px) {
  .uchuuuiAreaImg {
    width: 200px;
    top: -20px;
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiAreaImg {
    width: 140px;
    top: 0px;
    right: 20px;
  }
}

.uchuuuiOyasumiImg {
  position: absolute;
  top: -30px;
  right: -40px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiOyasumiImg {
    top: -30px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiOyasumiImg {
    height: auto;
    width: 120px;
    top: -30px;
    right: -20px;
  }
}

.uchuuuiUfoImg {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiUfoImg {
    top: -40px;
    right: 30px;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiUfoImg {
    top: 0;
    right: 10px;
    width: 210px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiUfoImg {
    width: 160px;
  }
}

.uchuuuiShingouImg {
  position: absolute;
  top: -140px;
  right: 100px;
  height: auto;
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiShingouImg {
    top: -140px;
    right: 10px;
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiShingouImg {
    top: -10px;
    width: 170px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiShingouImg {
    top: -20px;
    right: 10px;
    width: 120px;
  }
}

.uchuuuiInfoImg {
  position: absolute;
  top: -140px;
  right: 30px;
  height: auto;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiInfoImg {
    top: -100px;
    right: 10px;
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiInfoImg {
    top: -80px;
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiInfoImg {
    top: -60px;
  }
}

.uchuuuiFruitImg {
  position: absolute;
  top: -100px;
  left: 30px;
  height: auto;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .uchuuuiFruitImg {
    top: -100px;
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiFruitImg {
    width: 170px;
  }
}

.uchuuuiAboutImg {
  position: absolute;
  top: -60px;
  right: 60px;
  height: auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .uchuuuiAboutImg {
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiAboutImg {
    top: -40px;
    right: 10px;
    width: 140px;
  }
}

.uchuuuiDoubleImg {
  position: absolute;
  top: -40px;
  right: 100px;
  transform: rotate(4deg);
}
@media screen and (max-width: 1024px) {
  .uchuuuiDoubleImg {
    right: 60px;
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiDoubleImg {
    top: -60px;
    width: 120px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiDoubleImg {
    top: -30px;
    right: 30px;
  }
}

.uchuuuiHeartImg {
  position: absolute;
  top: -40px;
  right: 100px;
  height: auto;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiHeartImg {
    right: 30px;
    height: auto;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiHeartImg {
    top: -70px;
    right: 10px;
    width: 140px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiHeartImg {
    top: -50px;
    right: 10px;
  }
}

.uchuuuiDouzo1Img {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiDouzo1Img {
    height: auto;
    width: 300px;
    top: -40px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiDouzo1Img {
    width: 180px;
    top: -20px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiDouzo1Img {
    width: 150px;
    top: 80px;
  }
}

.uchuuuiDouzo2Img {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiDouzo2Img {
    height: auto;
    width: 260px;
    top: 120px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiDouzo2Img {
    width: 180px;
    top: 100px;
    right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiDouzo2Img {
    width: 150px;
    top: 80px;
    right: 10px;
  }
}

.uchuuuiDouzoBnImg {
  position: absolute;
  top: -100px;
  right: 100px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiDouzoBnImg {
    height: auto;
    width: 260px;
    top: -40px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiDouzoBnImg {
    width: 180px;
    top: 0;
  }
}
@media screen and (max-width: 570px) {
  .uchuuuiDouzoBnImg {
    width: 160px;
  }
}
@media screen and (max-width: 520px) {
  .uchuuuiDouzoBnImg {
    width: 110px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiDouzoBnImg {
    width: 150px;
    top: -16px;
  }
}

.uchuuuiRentalImg {
  position: absolute;
  top: -140px;
  right: 20px;
  height: auto;
  width: 380px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiRentalImg {
    height: auto;
    width: 310px;
    top: -80px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiRentalImg {
    width: 220px;
    top: -80px;
    right: 10px;
  }
}
@media screen and (max-width: 580px) {
  .uchuuuiRentalImg {
    width: 180px;
    right: 6px;
  }
}
@media screen and (max-width: 540px) {
  .uchuuuiRentalImg {
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  .uchuuuiRentalImg {
    width: 140px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiRentalImg {
    width: 160px;
    top: -80px;
  }
}

.uchuuuiAwardImg {
  position: absolute;
  top: -100px;
  right: 100px;
  height: auto;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiAwardImg {
    height: auto;
    width: 300px;
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiAwardImg {
    width: 180px;
    top: 40px;
    right: 6px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiAwardImg {
    width: 150px;
    top: 20px;
  }
}

.uchuuuiBicycleImg {
  position: absolute;
  transform: scale(-1, 1);
  top: -100px;
  right: 60px;
  height: auto;
  width: 380px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiBicycleImg {
    height: auto;
    width: 300px;
    top: -50px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiBicycleImg {
    width: 240px;
    top: -20px;
    right: 20px;
  }
}
@media screen and (max-width: 620px) {
  .uchuuuiBicycleImg {
    width: 180px;
  }
}
@media screen and (max-width: 570px) {
  .uchuuuiBicycleImg {
    width: 140px;
    top: -56px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiBicycleImg {
    width: 150px;
    top: -20px;
  }
}

.uchuuuiMotorcycleImg {
  position: absolute;
  transform: scale(-1, 1);
  top: -100px;
  right: 60px;
  height: auto;
  width: 380px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiMotorcycleImg {
    height: auto;
    width: 300px;
    top: -50px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiMotorcycleImg {
    width: 240px;
    top: -50px;
    right: 20px;
  }
}
@media screen and (max-width: 620px) {
  .uchuuuiMotorcycleImg {
    width: 220px;
  }
}
@media screen and (max-width: 570px) {
  .uchuuuiMotorcycleImg {
    width: 160px;
    top: -26px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiMotorcycleImg {
    width: 150px;
    top: -20px;
  }
}

.uchuuuiTsumikiImg {
  position: absolute;
  top: -100px;
  right: 100px;
  height: auto;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiTsumikiImg {
    height: auto;
    width: 320px;
    top: -40px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiTsumikiImg {
    width: 230px;
    top: -20px;
    right: 10px;
  }
}
@media screen and (max-width: 580px) {
  .uchuuuiTsumikiImg {
    width: 180px;
    top: -10px;
  }
}
@media screen and (max-width: 540px) {
  .uchuuuiTsumikiImg {
    width: 130px;
    top: -40px;
    right: 6px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiTsumikiImg {
    width: 160px;
    top: -30px;
  }
}

.uchuuuiInsuranceImg {
  position: absolute;
  top: -100px;
  right: 40px;
  height: auto;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiInsuranceImg {
    height: auto;
    width: 280px;
    top: 0;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiInsuranceImg {
    width: 240px;
    top: -20px;
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .uchuuuiInsuranceImg {
    width: 200px;
    top: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 520px) {
  .uchuuuiInsuranceImg {
    width: 150px;
    top: -30px;
    right: 6px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiInsuranceImg {
    width: 140px;
    top: 0;
    right: 10px;
  }
}

.uchuuuiLearnImg {
  position: absolute;
  top: -100px;
  right: 40px;
  height: auto;
  width: 320px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiLearnImg {
    height: auto;
    width: 260px;
    top: -50px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiLearnImg {
    width: 180px;
    top: -60px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .uchuuuiLearnImg {
    width: 120px;
    top: -20px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiLearnImg {
    width: 100px;
    top: -10px;
  }
}

.uchuuuiSupportImg {
  position: absolute;
  top: -100px;
  right: 80px;
  height: auto;
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiSupportImg {
    height: auto;
    width: 220px;
    top: -80px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiSupportImg {
    width: 180px;
    top: -60px;
    right: 30px;
  }
}
@media screen and (max-width: 560px) {
  .uchuuuiSupportImg {
    width: 160px;
    top: -70px;
    right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiSupportImg {
    width: 140px;
    top: -80px;
  }
}

.uchuuuiGoodsImg {
  position: absolute;
  top: -60px;
  right: 120px;
  height: auto;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiGoodsImg {
    height: auto;
    width: 320px;
    top: -40px;
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiGoodsImg {
    width: 240px;
    top: -20px;
    right: 60px;
  }
}
@media screen and (max-width: 544px) {
  .uchuuuiGoodsImg {
    width: 200px;
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiGoodsImg {
    width: 160px;
    top: -10px;
    right: 20px;
  }
}

.uchuuuiSchoolImg {
  position: absolute;
  top: -100px;
  right: 40px;
  height: auto;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .uchuuuiSchoolImg {
    height: auto;
    width: 300px;
    top: -50px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .uchuuuiSchoolImg {
    width: 280px;
    top: -60px;
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .uchuuuiSchoolImg {
    width: 160px;
    top: -40px;
    right: 6px;
  }
}
@media screen and (max-width: 450px) {
  .uchuuuiSchoolImg {
    width: 140px;
    top: -10px;
    right: 12px;
  }
}

/* fuwafuwa */
.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(4%);
  }
}/*# sourceMappingURL=style.css.map */