@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", "Noto Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

/*a {
    &:hover {
        opacity: 0.6;
        transition: 0.66s;
    }
}*/
.pc {
  display: block;
}
@media (max-width: 1000px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  p {
    font-size: 1.5rem;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 92%;
    margin: 0 4%;
  }
}

.bgBlue {
  background: #30b6cf !important;
}

.bgOrange {
  background: #fe9400 !important;
}

.bgGreen {
  background: #8ec31d !important;
}

.bgRed {
  background: #de5145 !important;
}

.bgPink {
  background: #ff7799 !important;
}

.bgGray {
  background: #686868 !important;
}

.bgNaby {
  background: #076d9e !important;
}

.bgPurple {
  background: #8f4aa7 !important;
}

.cmnBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 40px;
  margin: 32px auto 0;
  border-radius: 5px;
  background: #076d9e;
  color: #fff !important;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .cmnBtn {
    width: 100%;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.center {
  text-align: center;
}

/* ================
header
================ */
.header {
  margin: 16px 0 0;
  background: #fff;
}
@media (max-width: 1000px) {
  .header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    margin-top: 0;
  }
}
.header__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .header__head {
    width: 100%;
    height: 64px;
  }
}
@media (max-width: 1000px) {
  .header__head h1 img {
    width: 99px;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .header__info {
    display: none;
  }
}
.header__sabNav {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header__sabNav__list {
  display: flex;
}
.header__sabNav__list__item {
  margin-right: 40px;
}
.header__sabNav__list__item a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.header__sabNav__list__item a::before {
  display: inline-block;
  position: relative;
  transform: translateY(1px);
  margin-right: 5px;
  color: #999;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 1.5rem;
  font-weight: 900;
}
.header__sabNav__list__item .x-logo::before {
  display: none;
}
.header__sabNav #sizechange {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header__sabNav #sizechange p {
  font-size: 1.3rem;
}
.header__sabNav #sizechange ul {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.header__sabNav #sizechange ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  border: solid 1px #c4c4c4;
  font-size: 1.3rem;
}
.header__sabNav .Googlesearch input.search_key {
  float: right;
  width: 118px;
  height: 20px;
  line-height: 20px;
  border: solid 1px #c4c4c4;
  border-right: none;
  padding: 0 0 0 5px;
  font-size: 1.2rem;
}
.header__sabNav .Googlesearch input.search_submitbtn {
  float: right;
  width: 32px;
  height: 20px;
  line-height: 20px;
  border: solid 1px #c4c4c4;
  border-left: none;
  padding: 0;
  font-size: 1.2rem;
}
.header__search {
  display: flex;
  align-items: center;
  height: 38px;
  margin-top: 8px;
}
.header__search #search_input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 512px;
  height: 38px;
  margin-right: 5px;
  padding: 3px 3px 3px 10px;
  background: #30b6cf;
  border-radius: 5px;
}
.header__search #search_body {
  display: flex;
  margin-left: 10px;
  width: 364px;
  height: 32px;
  background-color: #fff !important;
  border-radius: 5px;
  color: #fff;
  padding: 0 0 0 10px;
  border: 2px solid #076d9e;
  border-radius: 3px;
  font-size: 1.3rem;
}
.header__search #search_head {
  color: #fff;
  font-size: 1.3rem;
}
.header__search #search_waku {
  width: 364px;
  color: #111;
}
.header__search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 38px;
  background: #686868;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.header__pick {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding: 5px 5px 5px 10px;
  background: #eee;
  border-radius: 5px;
  color: #333;
}
.header__pick p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.header__pick__list {
  display: flex;
  font-size: 1.3rem;
}
.header__pick__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 28px;
  margin-left: 5px;
  background: #fff;
  border: solid 1px #999;
  border-radius: 3px;
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
.header__nav {
  position: relative;
  margin-top: 16px;
  background: #eee;
}
@media (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
  border-left: solid 1px #fff;
}
.header__nav__list__item {
  width: 16.6666666667%;
  height: 40px;
  border-right: solid 1px #fff;
}
.header__nav__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .header__nav__list__item a {
    font-size: 1.3rem;
  }
}

.header__sp__logo {
  display: none;
}
@media (max-width: 1000px) {
  .header__sp__logo {
    display: block;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.header__sp__btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .header__sp__btn {
    display: block;
  }
}

.header__sp__btn__toggle {
  width: 64px;
  height: 64px;
  background: #076d9e;
}

.header__sp__btn__toggle:hover {
  cursor: pointer;
}

.header__sp__btn__toggle span {
  display: block;
  position: absolute;
  top: 18px;
  left: 12px;
  width: 40px;
  height: 3px;
  background: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
}

.header__sp__btn__toggle span:nth-child(2) {
  top: 28px;
}

.header__sp__btn__toggle span:nth-child(3) {
  top: 38px;
}

.header__nav__sp {
  display: none;
  position: fixed;
  left: 0;
  top: 64px;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  z-index: 100;
  background: #076d9e;
  overflow-y: auto;
}
@media (max-width: 1000px) {
  .header__nav__sp {
    display: block;
  }
}

.header__nav__sp__list__item:first-child {
  padding-top: 0;
}

.header__nav__sp__list__item a {
  display: block;
  padding: 20px 4%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 1.8rem;
}

.header__sp__btn__toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(-35deg);
}

.header__sp__btn__toggle.active span:nth-child(2) {
  display: none;
}

.header__sp__btn__toggle.active span:nth-child(3) {
  transform: translateY(-10px) rotate(35deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 8px 0 54px;
  background: rgba(7, 109, 158, 0.95);
  color: #fff;
  z-index: 99999;
}
.dropdown-menu h3 {
  padding-left: 8px;
  border-left: solid 3px #fff;
  font-size: 2rem;
  font-weight: 500;
}

.dropdown-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.dropdown-menu-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 890px;
  width: 100%;
}
.dropdown-menu-list li {
  margin-right: 30px;
}
.dropdown-menu-list li:nth-child(3n) {
  margin-right: 0;
}
.dropdown-menu-list li a {
  display: block;
  width: 276.6666666667px;
  height: auto;
  padding: 24px 0 3px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  text-align: left;
}

/* ================
mv
================ */
.mv {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .mv {
    margin-top: 16px;
  }
}

/* ================
swiper
================ */
.swiper-wrapper {
  /* サイズ調整 */
  width: 100%;
}

.swiper .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
}
.swiper .meta .date {
  display: block;
  color: #555;
  font-size: 1.4rem;
}
.swiper .meta .tag {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 5px 15px;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .swiper .meta .tag {
    padding: 5px 8px;
  }
}
.swiper .text {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.swiper-container1 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media (max-width: 1200px) {
  .swiper-container1 {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (min-width: 1000px) {
  .swiper-container1 .swiper1 .swiper-slide {
    width: calc((100% - 60px) / 3 - 0.01px);
  }
}
.swiper-container1 .swiper1-pagination {
  bottom: -24px !important;
}
.swiper-container1 .swiper-pagination-bullet {
  background-color: #999 !important;
}
.swiper-container1 .swiper1-button-prev,
.swiper-container1 .swiper1-button-next {
  position: absolute;
  top: calc(50% - 40px);
  height: 40px;
  width: 40px;
}
.swiper-container1 .swiper1-button-prev::after,
.swiper-container1 .swiper1-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
}
.swiper-container1 .swiper1-button-prev {
  left: 33%;
}
@media (max-width: 1000px) {
  .swiper-container1 .swiper1-button-prev {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .swiper-container1 .swiper1-button-prev {
    left: -3%;
  }
}
.swiper-container1 .swiper1-button-next {
  right: 33%;
}
@media (max-width: 1000px) {
  .swiper-container1 .swiper1-button-next {
    right: 15%;
  }
}
@media (max-width: 768px) {
  .swiper-container1 .swiper1-button-next {
    right: -3%;
  }
}
.swiper-container1 .swiper1-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container1 .swiper1-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container1 .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-container1 .swiper1 .swiper-slide img {
  display: block;
  max-width: 680px;
  width: 100%;
  border: solid 1px #ddd;
}
@media (max-width: 768px) {
  .swiper-container1 .swiper1 .swiper-slide img {
    max-width: 100%;
    width: 100%;
  }
}

.swiper-container2 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container2 .swiper2-button-prev,
.swiper-container2 .swiper2-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container2 .swiper2-button-prev::after,
.swiper-container2 .swiper2-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container2 .swiper2-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container2 .swiper2-button-prev {
    left: 15%;
  }
}
.swiper-container2 .swiper2-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container2 .swiper2-button-next {
    right: 15%;
  }
}
.swiper-container2 .swiper2-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container2 .swiper2-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container2 .swiper2-slide img {
  height: auto;
  width: 100%;
}
.swiper-container2 .swiper2 .swiper-slide img {
  display: block;
  max-width: 195px;
  width: 100%;
  border: solid 1px #ddd;
}
@media (max-width: 768px) {
  .swiper-container2 .swiper2 .swiper-slide img {
    max-width: 100%;
  }
}

.swiper-container3 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container3 .swiper3-button-prev,
.swiper-container3 .swiper3-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container3 .swiper3-button-prev::after,
.swiper-container3 .swiper3-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container3 .swiper3-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container3 .swiper3-button-prev {
    left: 15%;
  }
}
.swiper-container3 .swiper3-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container3 .swiper3-button-next {
    right: 15%;
  }
}
.swiper-container3 .swiper3-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container3 .swiper3-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container3 .swiper3-slide img {
  height: auto;
  width: 100%;
}
.swiper-container3 .swiper3 .swiper-slide__img {
  position: relative;
  width: 195px;
  height: 195px;
  border: solid 1px #ddd;
  background: #f8f8f8;
}
@media (max-width: 1200px) {
  .swiper-container3 .swiper3 .swiper-slide__img {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
.swiper-container3 .swiper3 .swiper-slide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 185px;
  height: auto;
  max-height: 185px;
}
@media (max-width: 1200px) {
  .swiper-container3 .swiper3 .swiper-slide__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    border: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper-container4 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container4 .swiper4-button-prev,
.swiper-container4 .swiper4-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container4 .swiper4-button-prev::after,
.swiper-container4 .swiper4-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container4 .swiper4-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container4 .swiper4-button-prev {
    left: 15%;
  }
}
.swiper-container4 .swiper4-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container4 .swiper4-button-next {
    right: 15%;
  }
}
.swiper-container4 .swiper4-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container4 .swiper4-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container4 .swiper4-slide img {
  height: auto;
  width: 100%;
}
.swiper-container4 .swiper4 .swiper-slide img {
  display: block;
  max-width: 195px;
  width: 100%;
  border: solid 1px #ddd;
}

.swiper-container5 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container5 .swiper5-button-prev,
.swiper-container5 .swiper5-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container5 .swiper5-button-prev::after,
.swiper-container5 .swiper5-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container5 .swiper5-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container5 .swiper5-button-prev {
    left: 15%;
  }
}
.swiper-container5 .swiper5-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container5 .swiper5-button-next {
    right: 15%;
  }
}
.swiper-container5 .swiper5-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container5 .swiper5-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container5 .swiper5-slide img {
  height: auto;
  width: 100%;
}
.swiper-container5 .swiper5 .swiper-slide img {
  display: block;
  max-width: 195px;
  width: 100%;
  border: solid 1px #ddd;
}

.swiper-container6 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container6 .swiper6-button-prev,
.swiper-container6 .swiper6-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container6 .swiper6-button-prev::after,
.swiper-container6 .swiper6-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container6 .swiper6-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container6 .swiper6-button-prev {
    left: 15%;
  }
}
.swiper-container6 .swiper6-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container6 .swiper6-button-next {
    right: 15%;
  }
}
.swiper-container6 .swiper6-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container6 .swiper6-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container6 .swiper6-slide img {
  height: auto;
  width: 100%;
}
.swiper-container6 .swiper6 .swiper-slide img {
  display: block;
  max-width: 195px;
  width: 100%;
  border: solid 1px #ddd;
}

.swiper-container7 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container7 .swiper7-button-prev,
.swiper-container7 .swiper7-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container7 .swiper7-button-prev::after,
.swiper-container7 .swiper7-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container7 .swiper7-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container7 .swiper7-button-prev {
    left: 15%;
  }
}
.swiper-container7 .swiper7-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container7 .swiper7-button-next {
    right: 15%;
  }
}
.swiper-container7 .swiper7-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container7 .swiper7-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container7 .swiper7-slide img {
  height: auto;
  width: 100%;
}
.swiper-container7 .swiper7 .swiper-slide img {
  display: block;
  max-width: 195px;
  width: 100%;
  border: solid 1px #ddd;
}

.swiper-container8 {
  position: relative;
  margin-top: 20px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper-container8 .swiper8-button-prev,
.swiper-container8 .swiper8-button-next {
  position: absolute;
  top: calc(50% - 32px);
  height: 32px;
  width: 32px;
}
.swiper-container8 .swiper8-button-prev::after,
.swiper-container8 .swiper8-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
.swiper-container8 .swiper8-button-prev {
  left: -16px;
}
@media (max-width: 768px) {
  .swiper-container8 .swiper8-button-prev {
    left: 15%;
  }
}
.swiper-container8 .swiper8-button-next {
  right: -16px;
}
@media (max-width: 768px) {
  .swiper-container8 .swiper8-button-next {
    right: 15%;
  }
}
.swiper-container8 .swiper8-button-prev::after {
  background-image: url(../images/icon_arrow_left.svg);
}
.swiper-container8 .swiper8-button-next::after {
  background-image: url(../images/icon_arrow_right.svg);
}
.swiper-container8 .swiper8-slide img {
  height: auto;
  width: 100%;
}
.swiper-container8 .swiper8 .swiper-slide img {
  display: block;
  max-width: 195px;
  width: 100%;
  border: solid 1px #ddd;
}

/* ================
contents
================ */
.cont_right {
  margin-top: 100px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .cont_right {
    margin-top: 56px;
  }
}
.cont_right .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cont_right .inner {
    display: block;
  }
}
.cont_right h2 {
  padding: 12px 16px;
  background-color: #ebf8fb;
  border-left: solid 5px #30b6cf;
  font-size: 2.2rem;
  font-weight: 600;
}
.cont_right .main {
  max-width: 840px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cont_right .main {
    margin: 0 auto;
  }
}
.cont_right .main__case {
  margin-top: 64px;
}
.cont_right .side {
  max-width: 314px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cont_right .side {
    max-width: 840px;
    margin: 40px auto 0;
  }
}
.cont_right .side h3 {
  margin-bottom: 20px;
  padding: 2px 0 2px 8px;
  border-left: solid 3px #30b6cf;
  font-size: 1.6rem;
  font-weight: 600;
}
.cont_right .side__box {
  margin-top: 20px;
  padding: 20px;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .cont_right .side__box {
    padding: 24px 4%;
  }
}
.cont_right .side__pickUp__list {
  border-top: solid 1px #ddd;
}
.cont_right .side__pickUp__list__item a {
  display: inline-block;
  padding: 12px 0;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
}
.cont_right .side__info {
  margin-top: 40px;
}
.cont_right .side__info__list {
  border-top: solid 1px #ddd;
}
.cont_right .side__info__list__item a {
  display: block;
  padding: 12px 0;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.cont_right .side__info__list__item__meta {
  display: flex;
}
.cont_right .side__info__list__item__meta .date {
  color: #555;
}
.cont_right .side__info__list__item__meta .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 1px 15px;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.2rem;
}
.cont_right .side__info__list__item__text {
  font-size: 1.4rem;
  line-height: 1.7;
}
.cont_right .side__info__list__item__text .new {
  display: inline-block;
  margin-left: 8px;
  color: #ff151f;
  font-size: 1.3rem;
  font-weight: 600;
}
.cont_right .side__info .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 20px;
  border-radius: 5px;
  background: #076d9e;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .cont_right .side__info .btn {
    width: 286px;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .cont_right .side__info .btn {
    width: 100%;
  }
}
.cont_right .side__about {
  margin-top: 40px;
}
.cont_right .side__about__text {
  font-size: 1.4rem;
}

/* ================
menu
================ */
.menu {
  padding: 60px 0;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .menu {
    padding-bottom: 32px;
  }
}
.menu h2 {
  padding: 12px 16px;
  background-color: #ebf8fb;
  border-left: solid 5px #30b6cf;
  font-size: 2.2rem;
  font-weight: 600;
}
.menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .menu__list {
    display: block;
  }
}
.menu__list__item {
  display: flex;
  flex-direction: column;
  width: 31.66%;
  margin: 24px 2.5% 0 0;
  padding: 24px 30px 36px;
  background: #fff;
}
@media (max-width: 768px) {
  .menu__list__item {
    width: 100%;
    margin-right: 0;
    padding: 32px 4%;
  }
}
.menu__list__item:nth-child(3n) {
  margin-right: 0;
}
.menu__list__item h3 {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.menu__list__item__icon {
  text-align: center;
}
.menu__list__item__text {
  margin: 16px 0 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.menu__list__item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: auto;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
}

/* ================
footer
================ */
#footer {
  padding: 0 0 80px;
  background: #30b6cf;
  color: #fff;
}
@media (max-width: 1200px) {
  #footer {
    padding-bottom: 32px;
  }
}
#footer .banner {
  padding: 40px 0;
  background: #fff;
}
#footer .banner__list {
  display: flex;
  justify-content: space-between;
  max-width: 702px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #footer .banner__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #footer .banner__list__item {
    width: 49%;
  }
  #footer .banner__list__item:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}
#footer .banner__list__item img {
  width: 100%;
  height: 100%;
  border: solid 1px #ddd;
}
#footer .copyright {
  padding-top: 60px;
}
@media (max-width: 1200px) {
  #footer .copyright {
    padding-top: 32px;
  }
}
#footer p {
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  #footer p {
    width: 92%;
    margin: 0 4%;
  }
}
#footer p small {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.1rem;
}
#footer #totop {
  position: fixed;
  right: 80px;
  bottom: 60px;
  z-index: 100;
}
@media (max-width: 1200px) {
  #footer #totop {
    right: 40px;
    bottom: 40px;
  }
}
#footer #totop img {
  width: 60px;
  height: 60px;
}
@media (max-width: 1200px) {
  #footer #totop img {
    width: 50px;
    height: 50px;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
}

#cont_right {
  max-width: 100%;
  width: 100%;
}

#btm_box {
  background: #f5f5f5;
  padding: 0 0 64px;
}
#btm_box .topicpath {
  margin: 0 auto 0;
  padding: 10px 4%;
  background: #e9e9e9;
  text-align: left;
}
@media (max-width: 768px) {
  #btm_box .topicpath {
    display: none;
  }
}
#btm_box .topicpath ol {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
}
#btm_box .topicpath ol li a::after {
  display: inline-block;
  position: relative;
  transform: translateY(1px);
  margin: 0 10px;
  color: #999;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-size: 1.5rem;
  font-weight: 900;
}
#btm_box .topicpath ol li::before {
  content: none;
}
#btm_box h1.title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-top: 0;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  background: #076d9e;
  font-weight: 600;
}
@media (max-width: 1200px) {
  #btm_box h1.title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #btm_box h1.title {
    padding: 0 8%;
  }
}
#btm_box .btm_cont,
#btm_box .btm_cont02 {
  max-width: 1000px;
  width: 100%;
  margin: 24px auto 0;
  padding: 40px;
  background: #fff;
}
@media (max-width: 1000px) {
  #btm_box .btm_cont,
  #btm_box .btm_cont02 {
    width: 92%;
    margin: 24px 4% 0;
    padding: 32px 4%;
  }
}
@media (max-width: 768px) {
  #btm_box .btm_cont,
  #btm_box .btm_cont02 {
    margin: 0 4%;
  }
}
#btm_box .btm_cont .lead,
#btm_box .btm_cont02 .lead {
  display: flex;
  margin-bottom: 64px;
  text-align: left;
}
@media (max-width: 768px) {
  #btm_box .btm_cont .lead,
  #btm_box .btm_cont02 .lead {
    display: block;
  }
}
#btm_box .btm_cont .lead__text,
#btm_box .btm_cont02 .lead__text {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
}
#btm_box .btm_cont .lead__img,
#btm_box .btm_cont02 .lead__img {
  max-width: 285px;
  width: 100%;
  margin-left: 30px;
}
@media (max-width: 768px) {
  #btm_box .btm_cont .lead__img,
  #btm_box .btm_cont02 .lead__img {
    margin: 24px auto 0;
    text-align: center;
  }
}
#btm_box .btm_cont .lead__img img,
#btm_box .btm_cont02 .lead__img img {
  border: solid 1px #ddd;
}
#btm_box .btm_cont .lower__heading__03,
#btm_box .btm_cont02 .lower__heading__03 {
  padding: 10px 16px;
  background: #fff2f5;
  color: #111 !important;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
}
#btm_box .btm_cont .lower__news,
#btm_box .btm_cont02 .lower__news {
  margin-top: 24px;
}
#btm_box .btm_cont .lower__news__list__item,
#btm_box .btm_cont02 .lower__news__list__item {
  padding: 16px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#btm_box .btm_cont .lower__news__list__item__meta,
#btm_box .btm_cont02 .lower__news__list__item__meta {
  display: flex;
  color: #111;
}
#btm_box .btm_cont .lower__news__list__item__text,
#btm_box .btm_cont02 .lower__news__list__item__text {
  color: #111;
  text-align: left;
}
#btm_box .btm_cont .lower__news__list__item a,
#btm_box .btm_cont02 .lower__news__list__item a {
  color: #111 !important;
}
#btm_box .btm_cont .lower__news__list__item a:hover,
#btm_box .btm_cont02 .lower__news__list__item a:hover {
  color: #111 !important;
}
#btm_box .btm_cont .lower__tag,
#btm_box .btm_cont02 .lower__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 9999px;
  color: #fff !important;
}
#btm_box .btm_cont .lower__btn,
#btm_box .btm_cont02 .lower__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 40px;
  margin: 32px auto 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.3rem;
}
#btm_box .btm_cont .lower__contents,
#btm_box .btm_cont02 .lower__contents {
  margin-bottom: 80px;
}
#btm_box .btm_cont .lower__menu__list,
#btm_box .btm_cont02 .lower__menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
#btm_box .btm_cont .lower__menu__list__item,
#btm_box .btm_cont02 .lower__menu__list__item {
  width: 31.19%;
  margin: 0 3.21% 30px 0;
  padding: 20px;
  border: solid 1px #ff7799;
}
@media (max-width: 768px) {
  #btm_box .btm_cont .lower__menu__list__item,
  #btm_box .btm_cont02 .lower__menu__list__item {
    width: 100%;
    margin-right: 0;
  }
}
#btm_box .btm_cont .lower__menu__list__item:nth-child(3n),
#btm_box .btm_cont02 .lower__menu__list__item:nth-child(3n) {
  margin-right: 0;
}
#btm_box .btm_cont .lower__menu__list__item h3,
#btm_box .btm_cont02 .lower__menu__list__item h3 {
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
#btm_box .btm_cont .lower__menu__list__item span,
#btm_box .btm_cont02 .lower__menu__list__item span {
  display: block;
  font-size: 1.3rem;
}
#btm_box .btm_cont .lower__menu__list__item .label,
#btm_box .btm_cont02 .lower__menu__list__item .label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  border: solid 1px #ff7799;
  font-size: 1.2rem;
}
#btm_box .btm_cont .heading__pink,
#btm_box .btm_cont02 .heading__pink {
  border-left: solid 5px #ff7799;
}

/* ================
hou
================ */
#hou_wrap #cont_right #btm_box {
  background: none;
  padding-bottom: 0;
}
#hou_wrap #cont_right .hou_wrap_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hou_wrap #cont_right .hou_wrap_top .date {
  color: #555;
  font-size: 1.4rem;
}
#hou_wrap #cont_right .hou_wrap_inner {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
  text-align: left;
  /* color */
  /* color */
  /* color */
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner {
    width: 92%;
    margin: 32px 4%;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .label {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .labelPink {
  background: #d75da1 !important;
}
#hou_wrap #cont_right .hou_wrap_inner .labelRed {
  background: #da2128 !important;
}
#hou_wrap #cont_right .hou_wrap_inner .labelGreen {
  background: #16b484 !important;
}
#hou_wrap #cont_right .hou_wrap_inner .labelGray {
  background: #555 !important;
}
#hou_wrap #cont_right .hou_wrap_inner .topLead {
  margin-bottom: 32px;
}
#hou_wrap #cont_right .hou_wrap_inner h1 {
  width: 100%;
  margin-top: 0;
  padding: 20px 16px;
  border-left: solid 5px #30b6cf;
  font-size: 3.2rem;
  background: #ebf8fb;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner h1 {
    font-size: 2.2rem;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .ttl {
  flex: none;
}
#hou_wrap #cont_right .hou_wrap_inner .ttl span {
  display: inline-block;
  margin-top: 8px;
  font-size: 85%;
}
#hou_wrap #cont_right .hou_wrap_inner .ttlPink {
  border-left: solid 5px #d75da1;
  background: rgba(215, 93, 161, 0.1);
}
#hou_wrap #cont_right .hou_wrap_inner .ttlRed {
  border-left: solid 5px #da2128;
  background: rgba(218, 33, 40, 0.1);
}
#hou_wrap #cont_right .hou_wrap_inner .ttlGreen {
  border-left: solid 5px #16b484;
  background: rgba(22, 180, 132, 0.1);
}
#hou_wrap #cont_right .hou_wrap_inner .ttlGray {
  border-left: solid 5px #555;
  background: rgba(85, 85, 85, 0.1);
}
#hou_wrap #cont_right .hou_wrap_inner p {
  margin-top: 32px;
  font-size: 1.5rem;
  line-height: 1.8;
}
#hou_wrap #cont_right .hou_wrap_inner .ttl2 {
  margin-top: 40px;
  padding-bottom: 5px;
  padding-left: 0;
  border-left: none;
  border-bottom: solid 1px #30b6cf;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
#hou_wrap #cont_right .hou_wrap_inner .ttl2 span {
  font-size: 90%;
  font-weight: 400;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .ttl2 {
    font-size: 1.8rem;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .ttl2Pink {
  border-bottom: solid 1px #d75da1;
}
#hou_wrap #cont_right .hou_wrap_inner .ttl2Red {
  border-bottom: solid 1px #da2128;
}
#hou_wrap #cont_right .hou_wrap_inner .ttl2Green {
  border-bottom: solid 1px #16b484;
}
#hou_wrap #cont_right .hou_wrap_inner .ttl2Gray {
  border-bottom: solid 1px #555;
}
#hou_wrap #cont_right .hou_wrap_inner .column01 {
  display: flex;
  justify-content: center;
}
#hou_wrap #cont_right .hou_wrap_inner .column01 figure {
  max-width: 484px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
#hou_wrap #cont_right .hou_wrap_inner .column01 figure img {
  max-width: 100%;
}
#hou_wrap #cont_right .hou_wrap_inner .column01 figure figcaption {
  line-height: 1.5;
  text-align: left;
  margin-top: 8px;
}
#hou_wrap #cont_right .hou_wrap_inner .column01 figure figcaption span {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
#hou_wrap #cont_right .hou_wrap_inner .column02 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .column02 {
    display: block;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .column02 figure {
  max-width: 484px;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .column02 figure {
    margin: 40px auto 0;
    text-align: center;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .column02 figure img {
  max-width: 100%;
}
#hou_wrap #cont_right .hou_wrap_inner .column02 figure figcaption {
  line-height: 1.5;
  text-align: left;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .column02 figure figcaption {
    text-align: center;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .column02 figure figcaption span {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
#hou_wrap #cont_right .hou_wrap_inner .float {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .float p {
    margin-top: 32px;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .float__left {
  float: left;
  max-width: 484px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .float__left {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .float__left img {
  max-width: 100%;
}
#hou_wrap #cont_right .hou_wrap_inner .float__right {
  float: right;
  max-width: 484px;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .float__right {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .float__right img {
  max-width: 100%;
}
#hou_wrap #cont_right .hou_wrap_inner .float figcaption {
  margin: 8px 0 16px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .float figcaption {
    text-align: center;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .index {
  margin-top: 64px;
  padding: 20px;
  background: #ebf8fb;
}
#hou_wrap #cont_right .hou_wrap_inner .index .ttl3 {
  padding-left: 16px;
  border-left: solid 5px #30b6cf;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .hou_wrap_inner .index .ttl3 {
    font-size: 1.8rem;
  }
}
#hou_wrap #cont_right .hou_wrap_inner .index__list {
  margin-top: 32px;
  margin: 32px 0 0 16px;
  color: #30b6cf;
  list-style-type: disc;
}
#hou_wrap #cont_right .hou_wrap_inner .index__list__item {
  margin-top: 16px;
}
#hou_wrap #cont_right .hou_wrap_inner .index__list__item span {
  color: #111;
}
#hou_wrap #cont_right .hou_wrap_inner .index__list__item a {
  font-weight: 500;
}
#hou_wrap #cont_right .hou_wrap_inner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 40px;
  margin: 40px auto 0;
  background: #30b6cf;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
#hou_wrap #cont_right .hou_wrap_inner .right {
  text-align: right;
}
#hou_wrap #cont_right .hou_wrap_inner2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#hou_wrap #cont_right .mv {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .mv {
    width: 92%;
    margin: 16px 4% 0;
  }
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .mv {
    display: block;
  }
}
#hou_wrap #cont_right .mv .swiper-container1 {
  max-width: 790px;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .mv .swiper-container1 {
    width: 65.83%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .mv .swiper-container1 {
    width: 100%;
  }
}
#hou_wrap #cont_right .mv .swiper-container1 .swiper1 .swiper-slide img {
  max-width: 790px;
  width: 100%;
  border: solid 1px #ddd;
}
#hou_wrap #cont_right .mv .swiper-container1 .swiper1 .swiper-slide .text {
  text-align: left;
}
#hou_wrap #cont_right .mv .swiper-container1 .swiper1-button-prev {
  left: -2%;
}
#hou_wrap #cont_right .mv .swiper-container1 .swiper1-button-next {
  right: -2%;
}
#hou_wrap #cont_right .mv .swiper-container1 .swiper1-button-prev,
#hou_wrap #cont_right .mv .swiper-container1 .swiper1-button-next {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
}
#hou_wrap #cont_right .mv .swiper-container1 .swiper1-button-prev::after,
#hou_wrap #cont_right .mv .swiper-container1 .swiper1-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
}
#hou_wrap #cont_right .mv .swiper-container4 .swiper4 .swiper-slide img {
  max-width: 790px;
  width: 100%;
  border: solid 1px #ddd;
}
#hou_wrap #cont_right .mv .swiper-container4 .swiper4 .swiper-slide .text {
  text-align: left;
}
#hou_wrap #cont_right .mv .swiper-container4 .swiper4-button-prev {
  left: -20px;
}
#hou_wrap #cont_right .mv .swiper-container4 .swiper4-button-next {
  right: -20px;
}
#hou_wrap #cont_right .mv .swiper-container4 .swiper4-button-prev,
#hou_wrap #cont_right .mv .swiper-container4 .swiper4-button-next {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
}
#hou_wrap #cont_right .mv .swiper-container4 .swiper4-button-prev::after,
#hou_wrap #cont_right .mv .swiper-container4 .swiper4-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
}
#hou_wrap #cont_right .mv__index {
  max-width: 375px;
  width: 100%;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .mv__index {
    max-width: 31.25%;
  }
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .mv__index {
    max-width: 100%;
    width: 100%;
    margin-top: 64px;
  }
}
#hou_wrap #cont_right .mv__index__ttl {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 12px 16px;
  border-left: solid 5px #30b6cf;
  border-bottom: none;
  font-size: 2.2rem;
  background: #ebf8fb;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .mv__index__ttl {
    font-size: 2rem;
  }
}
#hou_wrap #cont_right .mv__index__list {
  margin-top: 20px;
  padding: 24px 20px;
  background: #ebf8fb;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .mv__index__list {
    padding: 16px;
  }
}
#hou_wrap #cont_right .mv__index__list__item {
  border-bottom: 1px solid #ddd;
}
#hou_wrap #cont_right .mv__index__list__item:first-child {
  border-top: 1px solid #ddd;
}
#hou_wrap #cont_right .mv__index__list__item a {
  position: relative;
  display: flex;
  padding: 23px 0;
  font-size: 1.6rem;
  font-weight: 600;
}
#hou_wrap #cont_right .mv__index__list__item a::after {
  content: url(../../common/images/icon_arrow_down.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .mv__index__list__item a {
    font-size: 1.4rem;
  }
}
#hou_wrap #cont_right .mv__index__list__item .noIcon::after {
  display: none !important;
}
#hou_wrap #cont_right .box {
  margin: 70px 0 64px;
  padding: 32px;
  border: solid 1px #fe9400;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .box {
    width: 92%;
    margin: 64px 4% 40px;
    padding: 24px 4%;
    text-align: left;
  }
}
#hou_wrap #cont_right .box__ttl {
  color: #fe9400;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .box__ttl {
    font-size: 2rem;
  }
}
#hou_wrap #cont_right .box p {
  margin-top: 20px;
  text-align: left;
}
#hou_wrap #cont_right .bg {
  background: #f5f5f5;
}
#hou_wrap #cont_right .section {
  padding: 64px 0;
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .section {
    padding: 40px 0;
  }
}
#hou_wrap #cont_right .section__ttl {
  position: relative;
  padding-left: 0;
  border: none;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .section__ttl {
    font-size: 2.4rem;
  }
}
#hou_wrap #cont_right .section__ttl span {
  display: block;
  margin-top: 16px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
}
#hou_wrap #cont_right .section__ttl::after {
  content: "";
  width: 100px;
  height: 3px;
  display: inline-block;
  background-color: #fe9400;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
#hou_wrap #cont_right .section__ttl__sub {
  margin-top: 72px;
  color: #111;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .section__ttl__sub {
    font-size: 1.8rem;
  }
}
#hou_wrap #cont_right .section .inner2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  #hou_wrap #cont_right .section .inner2 {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .section .inner2 {
    width: 92%;
    margin: 0 4%;
  }
}
#hou_wrap #cont_right .section .inner2 h3 + p {
  margin-top: 24px;
  text-align: left;
}
#hou_wrap #cont_right .section .swiper {
  margin-top: 64px;
}
#hou_wrap #cont_right .section .swiper .swiper-container2 {
  margin-top: 0;
}
#hou_wrap #cont_right .section .swiper .swiper-slide img {
  max-width: 277px;
  width: 100%;
  border: solid 1px #ddd;
}
@media (max-width: 1200px) {
  #hou_wrap #cont_right .section .swiper .swiper-slide img {
    max-width: 100%;
    width: 100%;
  }
}
#hou_wrap #cont_right .section .swiper .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
}
#hou_wrap #cont_right .section .swiper .meta .date {
  display: block;
  color: #555;
  font-size: 1.2rem;
}
#hou_wrap #cont_right .section .swiper .ttl {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  text-decoration: underline;
}
#hou_wrap #cont_right .section .swiper .text {
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
#hou_wrap #cont_right .backnumber h2 {
  border: none;
  font-size: 2.4rem;
  font-weight: 600;
}
#hou_wrap #cont_right .backnumber h2::after {
  display: none;
}
@media (max-width: 768px) {
  #hou_wrap #cont_right .backnumber h2 {
    font-size: 2rem;
  }
}
#hou_wrap #cont_right .backnumber p {
  margin-top: 24px;
}
#hou_wrap .plof {
  padding: 24px;
  border: solid 1px #555;
}
@media (max-width: 1200px) {
  #hou_wrap .plof {
    padding: 24px 4%;
  }
}
#hou_wrap .plof__img {
  max-width: 242px !important;
  width: 100%;
  height: auto;
}
#hou_wrap .fancybox .sImg {
  max-width: 300px !important;
  width: 100%;
}
#hou_wrap .fancybox .sImg + p {
  width: 300px;
}
@media (max-width: 1200px) {
  #hou_wrap .fancybox .sImg + p {
    width: 100%;
    margin-top: 0 !important;
    text-align: center !important;
  }
}
#hou_wrap .fancybox p {
  margin: 8px 0 16px !important;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  #hou_wrap .fancybox p {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  #hou_wrap .fancybox img {
    width: 100%;
    max-width: 100%;
  }
}

.toggle-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  margin: 40px auto 0;
  padding: 10px;
  border-radius: 5px;
  background: #076d9e;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .toggle-button {
    width: 100%;
  }
}

.toggle-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../common/images/icon_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}

.toggle-button.is-open .toggle-icon {
  background-image: url("../../common/images/icon_minus.svg");
}

.toggle-content {
  margin-top: 40px;
}
.toggle-content ul {
  display: flex;
  flex-wrap: wrap;
}
.toggle-content ul li {
  margin: 32px 30px 0 0;
}
@media (max-width: 1200px) {
  .toggle-content ul li {
    width: 22.5%;
    margin-right: 3.3%;
  }
}
@media (max-width: 768px) {
  .toggle-content ul li {
    width: 48%;
    margin-right: 2%;
  }
  .toggle-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.toggle-content ul li:nth-child(4n) {
  margin-right: 0;
}
.toggle-content ul li img {
  max-width: 277px;
  width: 100%;
}
@media (max-width: 768px) {
  .toggle-content ul li img {
    max-width: 100%;
  }
}
.toggle-content ul li .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
}
.toggle-content ul li .meta .date {
  display: block;
  color: #555;
  font-size: 1.2rem;
}
.toggle-content ul li .ttl {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  text-decoration: underline;
}
.toggle-content ul li .text {
  margin-top: 5px;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

/* ================
ex
================ */
#search_box0 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#search_box {
  position: relative;
  width: 980px;
  margin: 0 auto;
  display: none;
}

#search_box0 #search_input {
  float: left;
  margin-top: 8px;
}

#search_box0 #search_input #search_head {
  color: #fff;
  float: left;
  font-size: 18px;
  line-height: 100%;
  margin-right: 5px;
  font-weight: normal;
  margin-top: 9px;
}
@media (max-width: 768px) {
  #search_box0 #search_input #search_head {
    margin-top: 0;
  }
}

#search_box0 #search_input #search_waku {
  float: left;
  height: 21px;
  width: 623px;
  padding: 5px;
  color: #111;
}

#search_box0 #search_input #search_button {
  float: left;
  margin-left: 6px;
}
@media (max-width: 768px) {
  #search_box0 #search_input #search_button {
    margin-left: 0;
  }
}

#exsearch {
  position: relative;
}

#search_body {
  background-color: #076d9e;
  border-radius: 5px;
  color: #fff !important;
  float: left;
  padding: 1px;
  margin-top: -2px;
  border: 1px solid #076d9e;
}

#search_body.on {
  background-color: #f2f6f5;
  border: 1px solid #076d9e;
}

#search_body > a,
#search_body > a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  border-left: 1px solid #fff;
  padding-left: 1em;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  #search_body > a,
  #search_body > a:hover {
    padding-left: 0.8em;
    margin-left: 0.3em;
  }
}

#search_body > a:after {
  content: "▼";
  padding-right: 0.5em;
}

#search_body > a.on {
  display: flex;
  align-items: center;
  color: #076d9e;
  height: 2.5em;
}

#search_body > a.on:after {
  content: "▲";
}

#search_box {
  position: absolute;
  border: 1px solid #076d9e;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f2f6f5;
  color: #076d9e;
  border-top-width: 0;
  font-size: 16px;
  height: 18em;
  width: 920px;
  top: 48px;
  z-index: 10;
}
@media (max-width: 1200px) {
  #search_box {
    top: 115px;
    height: auto;
    padding: 16px 2%;
  }
}
@media (max-width: 768px) {
  #search_box {
    top: 105px;
  }
}

#search_box #search_input #search_head {
  color: #076d9e;
}

#search_box > ul {
  color: #076d9e;
  font-size: 16px;
}

#search_box > ul > li {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 30em;
  padding: 6px;
}

#search_box > ul > li:nth-child(odd) {
  width: 24em;
}

@media (max-width: 1200px) {
  .search_hover {
    width: 100%;
  }
}

#search_box > ul > li > a {
  color: #076d9e !important;
  display: block;
  float: left;
  width: 5.5em;
  clear: left;
  padding-top: 0.25em;
}
@media (max-width: 768px) {
  #search_box > ul > li > a {
    width: 100%;
    font-size: 14px;
  }
}

#search_box > ul > li > a:after {
  content: "";
}

#search_box > ul > li > ul {
  display: block;
  float: left;
  position: relative;
  left: unset;
  top: unset;
  border: none;
  padding: 0;
  color: #000;
}

#search_box > ul > li > ul.search_hover {
  /*
  display: none;
  */
}

#search_box select {
  font-size: 14px;
  border: 2px solid #076d9e;
  padding: 0.25em !important;
  border-radius: 0.25em !important;
  background-color: #fff;
  min-width: 50px;
}

#search_box button {
  background-color: #076d9e;
  color: #fff;
  font-size: 16px;
  padding: 0.5em;
  border-radius: 0.5em;
  float: right;
  margin-right: 0.5em;
  border: solid 2px #000;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #search_box button {
    margin: 24px 0.5em 0 0;
  }
}

#search_box button#areset {
  color: #076d9e;
  background-color: #fff;
}

#search_box #pre_num {
  float: left;
  margin: 0 0 0 1em;
}

#search_box #pre_num span {
  font-weight: bold;
  font-size: 200%;
}

#search_box0 #search_input {
  float: none !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 6px 6px 6px 16px;
  background: #30b6cf;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  #search_box0 #search_input {
    float: left !important;
    display: block;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  #search_box0 #search_input {
    padding: 16px 4%;
  }
}
#search_box0 #search_input #search_body {
  display: flex;
  align-items: center;
  width: 686px;
}
@media (max-width: 1200px) {
  #search_box0 #search_input #search_body {
    width: 100%;
    margin-top: 10px;
  }
}
#search_box0 #search_input #search_body #search_waku {
  width: 485px;
  height: 40px;
  background: #fff;
}
@media (max-width: 1200px) {
  #search_box0 #search_input #search_body #search_waku {
    width: 74%;
    height: 50px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #search_box0 #search_input #search_body #search_waku {
    width: 85%;
  }
}
#search_box0 #search_input #search_body a {
  color: #fff;
}
@media (max-width: 768px) {
  #search_box0 #search_input #search_body a span {
    display: none;
  }
}
#search_box0 #chead,
#search_box0 #shinbun,
#search_box0 #ptype,
#search_box0 #spc {
  min-width: 235px;
}
@media (max-width: 768px) {
  #search_box0 select#tech {
    max-width: 235px;
  }
}

.ex__search {
  display: flex;
  align-items: center;
  height: 54px;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .ex__search {
    height: auto;
  }
}
.ex__search #search_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  margin-right: 5px;
  padding: 3px 10px 3px 10px;
  background: #30b6cf;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .ex__search #search_input {
    display: block;
    height: auto;
    padding: 10px;
  }
}
.ex__search #search_body {
  display: flex;
  margin-left: 10px;
  width: 686px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  color: #fff;
  padding: 0 0 0 10px;
  border: 2px solid #076d9e;
  border-radius: 3px;
  font-size: 1.3rem;
}
@media (max-width: 1000px) {
  .ex__search #search_body {
    width: auto;
    margin-left: 0;
  }
}
.ex__search #search_body a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  background: #076d9e;
  border-left: solid 1px #fff;
  color: #fff !important;
  font-size: 1.6rem;
}
.ex__search #search_head {
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
}
.ex__search #search_waku {
  width: 504px;
  text-align: left;
}
@media (max-width: 1000px) {
  .ex__search #search_waku {
    width: 100%;
  }
}
.ex__search #search_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #076d9e;
}
.ex__search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 54px;
  background: #076d9e;
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.6rem;
  text-align: center;
}

#ex .center {
  text-align: center !important;
}
#ex_wrap {
  overflow: hidden;
  /* --- コンテンツとボタンの配置調整 --- */
  /* ボタンを一番下に持っていく (HTMLの記述順を変えずに表示順だけ変える) */
  /* コンテンツをボタンの上に持っていく */
  /* ボタンがアクティブな時のスタイル */
}
#ex_wrap article.menu_box {
  border-radius: 5px;
}
#ex_wrap .menu_box01 {
  float: left;
  width: 293px;
  margin: 0 0 0 10px;
}
@media (max-width: 1000px) {
  #ex_wrap .menu_box01 {
    float: none;
    margin: 0 auto 10px;
  }
}
#ex_wrap .menu_box02 {
  float: left;
  width: 293px;
  margin: 0 0 0 10px;
}
@media (max-width: 1000px) {
  #ex_wrap .menu_box02 {
    float: none;
    margin: 0 auto 10px;
  }
}
#ex_wrap .menu_box03 {
  float: left;
  width: 293px;
  margin: 0 0 0 10px;
}
@media (max-width: 1000px) {
  #ex_wrap .menu_box03 {
    float: none;
    margin: 0 auto;
  }
}
#ex_wrap a.menu01 {
  width: 293px !important;
}
#ex_wrap a.menu01:hover {
  cursor: pointer;
}
#ex_wrap a.menu02 {
  width: 293px !important;
}
#ex_wrap a.menu02:hover {
  cursor: pointer;
}
#ex_wrap a.menu03 {
  width: 293px !important;
}
#ex_wrap a.menu03:hover {
  cursor: pointer;
}
#ex_wrap .toggle-content02 {
  padding: 24px 10px 20px;
  background: #fff;
  color: #30b6cf;
}
@media (max-width: 1000px) {
  #ex_wrap .toggle-content02 {
    width: 293px;
  }
}
#ex_wrap .toggle-content02 li {
  list-style: none;
  padding-bottom: 4px;
  text-align: left;
}
@media (max-width: 768px) {
  #ex_wrap .toggle-content02 li {
    padding-bottom: 20px;
  }
}
#ex_wrap .toggle-content02 li a {
  display: inline-block;
  font-size: 1.3rem;
  text-align: left;
}
#ex_wrap .toggle-content02 li a span {
  display: inline-block;
  color: #111;
}
#ex_wrap .toggle-content02 li a span::before {
  content: "・ ";
  color: #30b6cf;
}
#ex_wrap .box {
  margin: 70px 0 64px;
  padding: 32px;
  border: solid 1px #30b6cf;
}
@media (max-width: 1200px) {
  #ex_wrap .box {
    padding: 24px 4%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #ex_wrap .box {
    width: 100%;
    margin: 40px 0 40px;
  }
}
#ex_wrap .box__ttl {
  color: #30b6cf !important;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #ex_wrap .box__ttl {
    font-size: 2rem;
  }
}
#ex_wrap .box p {
  margin-top: 20px;
  text-align: left;
}
#ex_wrap .section__ttl {
  position: relative;
  margin-top: 96px !important;
  margin-bottom: 64px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 3rem !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #ex_wrap .section__ttl {
    font-size: 2.4rem;
  }
}
#ex_wrap .section__ttl span {
  display: block;
  margin-top: 16px;
  color: #555;
  font-size: 2.4rem;
  font-weight: 500;
}
#ex_wrap .section__ttl::after {
  content: "";
  width: 100px;
  height: 3px;
  display: inline-block;
  background-color: #30b6cf;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
#ex_wrap .section__ttl__sub {
  margin-top: 72px;
  color: #111;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #ex_wrap .section__ttl__sub {
    font-size: 1.8rem;
  }
}
#ex_wrap .section__ttl__03 {
  margin: 80px 0 32px;
  padding-bottom: 3px;
  border-bottom: solid 1px #30b6cf;
  color: #111 !important;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
}
#ex_wrap .section .swiper .swiper-slide__img {
  position: relative;
  width: 207px;
  height: 207px;
  border: solid 1px #ddd;
  background: #f8f8f8;
}
@media (max-width: 1200px) {
  #ex_wrap .section .swiper .swiper-slide__img {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
#ex_wrap .section .swiper .swiper-slide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 197px;
  height: auto;
  max-height: 197px;
  padding: 5px;
  border: none;
}
@media (max-width: 1200px) {
  #ex_wrap .section .swiper .swiper-slide__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#ex_wrap .section .swiper .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
}
#ex_wrap .section .swiper .meta .date {
  display: block;
  color: #555;
  font-size: 1.2rem;
}
#ex_wrap .section .swiper .ttl {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
}
#ex_wrap .section .swiper .text {
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
#ex_wrap .section .swiper-container2,
#ex_wrap .section .swiper-container3,
#ex_wrap .section .swiper-container4,
#ex_wrap .section .swiper-container5,
#ex_wrap .section .swiper-container6,
#ex_wrap .section .swiper-container7,
#ex_wrap .section .swiper-container8 {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
}
#ex_wrap .section .swiper-container2 .swiper2-button-prev,
#ex_wrap .section .swiper-container2 .swiper2-button-next,
#ex_wrap .section .swiper-container2 .swiper3-button-prev,
#ex_wrap .section .swiper-container2 .swiper3-button-next,
#ex_wrap .section .swiper-container2 .swiper4-button-prev,
#ex_wrap .section .swiper-container2 .swiper4-button-next,
#ex_wrap .section .swiper-container2 .swiper5-button-prev,
#ex_wrap .section .swiper-container2 .swiper5-button-next,
#ex_wrap .section .swiper-container2 .swiper6-button-prev,
#ex_wrap .section .swiper-container2 .swiper6-button-next,
#ex_wrap .section .swiper-container2 .swiper7-button-prev,
#ex_wrap .section .swiper-container2 .swiper7-button-next,
#ex_wrap .section .swiper-container2 .swiper8-button-prev,
#ex_wrap .section .swiper-container2 .swiper8-button-next,
#ex_wrap .section .swiper-container3 .swiper2-button-prev,
#ex_wrap .section .swiper-container3 .swiper2-button-next,
#ex_wrap .section .swiper-container3 .swiper3-button-prev,
#ex_wrap .section .swiper-container3 .swiper3-button-next,
#ex_wrap .section .swiper-container3 .swiper4-button-prev,
#ex_wrap .section .swiper-container3 .swiper4-button-next,
#ex_wrap .section .swiper-container3 .swiper5-button-prev,
#ex_wrap .section .swiper-container3 .swiper5-button-next,
#ex_wrap .section .swiper-container3 .swiper6-button-prev,
#ex_wrap .section .swiper-container3 .swiper6-button-next,
#ex_wrap .section .swiper-container3 .swiper7-button-prev,
#ex_wrap .section .swiper-container3 .swiper7-button-next,
#ex_wrap .section .swiper-container3 .swiper8-button-prev,
#ex_wrap .section .swiper-container3 .swiper8-button-next,
#ex_wrap .section .swiper-container4 .swiper2-button-prev,
#ex_wrap .section .swiper-container4 .swiper2-button-next,
#ex_wrap .section .swiper-container4 .swiper3-button-prev,
#ex_wrap .section .swiper-container4 .swiper3-button-next,
#ex_wrap .section .swiper-container4 .swiper4-button-prev,
#ex_wrap .section .swiper-container4 .swiper4-button-next,
#ex_wrap .section .swiper-container4 .swiper5-button-prev,
#ex_wrap .section .swiper-container4 .swiper5-button-next,
#ex_wrap .section .swiper-container4 .swiper6-button-prev,
#ex_wrap .section .swiper-container4 .swiper6-button-next,
#ex_wrap .section .swiper-container4 .swiper7-button-prev,
#ex_wrap .section .swiper-container4 .swiper7-button-next,
#ex_wrap .section .swiper-container4 .swiper8-button-prev,
#ex_wrap .section .swiper-container4 .swiper8-button-next,
#ex_wrap .section .swiper-container5 .swiper2-button-prev,
#ex_wrap .section .swiper-container5 .swiper2-button-next,
#ex_wrap .section .swiper-container5 .swiper3-button-prev,
#ex_wrap .section .swiper-container5 .swiper3-button-next,
#ex_wrap .section .swiper-container5 .swiper4-button-prev,
#ex_wrap .section .swiper-container5 .swiper4-button-next,
#ex_wrap .section .swiper-container5 .swiper5-button-prev,
#ex_wrap .section .swiper-container5 .swiper5-button-next,
#ex_wrap .section .swiper-container5 .swiper6-button-prev,
#ex_wrap .section .swiper-container5 .swiper6-button-next,
#ex_wrap .section .swiper-container5 .swiper7-button-prev,
#ex_wrap .section .swiper-container5 .swiper7-button-next,
#ex_wrap .section .swiper-container5 .swiper8-button-prev,
#ex_wrap .section .swiper-container5 .swiper8-button-next,
#ex_wrap .section .swiper-container6 .swiper2-button-prev,
#ex_wrap .section .swiper-container6 .swiper2-button-next,
#ex_wrap .section .swiper-container6 .swiper3-button-prev,
#ex_wrap .section .swiper-container6 .swiper3-button-next,
#ex_wrap .section .swiper-container6 .swiper4-button-prev,
#ex_wrap .section .swiper-container6 .swiper4-button-next,
#ex_wrap .section .swiper-container6 .swiper5-button-prev,
#ex_wrap .section .swiper-container6 .swiper5-button-next,
#ex_wrap .section .swiper-container6 .swiper6-button-prev,
#ex_wrap .section .swiper-container6 .swiper6-button-next,
#ex_wrap .section .swiper-container6 .swiper7-button-prev,
#ex_wrap .section .swiper-container6 .swiper7-button-next,
#ex_wrap .section .swiper-container6 .swiper8-button-prev,
#ex_wrap .section .swiper-container6 .swiper8-button-next,
#ex_wrap .section .swiper-container7 .swiper2-button-prev,
#ex_wrap .section .swiper-container7 .swiper2-button-next,
#ex_wrap .section .swiper-container7 .swiper3-button-prev,
#ex_wrap .section .swiper-container7 .swiper3-button-next,
#ex_wrap .section .swiper-container7 .swiper4-button-prev,
#ex_wrap .section .swiper-container7 .swiper4-button-next,
#ex_wrap .section .swiper-container7 .swiper5-button-prev,
#ex_wrap .section .swiper-container7 .swiper5-button-next,
#ex_wrap .section .swiper-container7 .swiper6-button-prev,
#ex_wrap .section .swiper-container7 .swiper6-button-next,
#ex_wrap .section .swiper-container7 .swiper7-button-prev,
#ex_wrap .section .swiper-container7 .swiper7-button-next,
#ex_wrap .section .swiper-container7 .swiper8-button-prev,
#ex_wrap .section .swiper-container7 .swiper8-button-next,
#ex_wrap .section .swiper-container8 .swiper2-button-prev,
#ex_wrap .section .swiper-container8 .swiper2-button-next,
#ex_wrap .section .swiper-container8 .swiper3-button-prev,
#ex_wrap .section .swiper-container8 .swiper3-button-next,
#ex_wrap .section .swiper-container8 .swiper4-button-prev,
#ex_wrap .section .swiper-container8 .swiper4-button-next,
#ex_wrap .section .swiper-container8 .swiper5-button-prev,
#ex_wrap .section .swiper-container8 .swiper5-button-next,
#ex_wrap .section .swiper-container8 .swiper6-button-prev,
#ex_wrap .section .swiper-container8 .swiper6-button-next,
#ex_wrap .section .swiper-container8 .swiper7-button-prev,
#ex_wrap .section .swiper-container8 .swiper7-button-next,
#ex_wrap .section .swiper-container8 .swiper8-button-prev,
#ex_wrap .section .swiper-container8 .swiper8-button-next {
  position: absolute;
  top: 50%;
  height: 32px;
  width: 32px;
}
#ex_wrap .section .swiper-container2 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container2 .swiper2-button-next::after,
#ex_wrap .section .swiper-container3 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container3 .swiper2-button-next::after,
#ex_wrap .section .swiper-container4 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container4 .swiper2-button-next::after,
#ex_wrap .section .swiper-container5 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container5 .swiper2-button-next::after,
#ex_wrap .section .swiper-container6 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container6 .swiper2-button-next::after,
#ex_wrap .section .swiper-container7 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container7 .swiper2-button-next::after,
#ex_wrap .section .swiper-container8 .swiper2-button-prev::after,
#ex_wrap .section .swiper-container8 .swiper2-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 32px;
  width: 32px;
}
#ex_wrap .section .swiper-container3 {
  margin-top: 40px;
}
#ex_wrap .toggle-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  margin: 40px auto 0;
  padding: 10px;
  border-radius: 5px;
  background: #076d9e;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  #ex_wrap .toggle-button {
    width: 100%;
  }
}
#ex_wrap .toggle-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../common/images/icon_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
#ex_wrap .toggle-button.is-open .toggle-icon {
  background-image: url("../../common/images/icon_minus.svg");
}
#ex_wrap .toggle-content {
  margin-top: 40px;
}
#ex_wrap .toggle-content ul {
  display: flex;
  flex-wrap: wrap;
}
#ex_wrap .toggle-content ul li {
  margin: 32px 30px 0 0;
}
@media (max-width: 1200px) {
  #ex_wrap .toggle-content ul li {
    width: 22.5%;
    margin-right: 3.3%;
  }
}
@media (max-width: 768px) {
  #ex_wrap .toggle-content ul li {
    width: 49%;
    margin-right: 2%;
  }
  #ex_wrap .toggle-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#ex_wrap .toggle-content ul li:nth-child(4n) {
  margin-right: 0;
}
#ex_wrap .toggle-content ul li img {
  max-width: 207px;
  width: 100%;
}
@media (max-width: 768px) {
  #ex_wrap .toggle-content ul li img {
    max-width: 100%;
  }
}
#ex_wrap .toggle-content ul li .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
}
#ex_wrap .toggle-content ul li .meta .date {
  display: block;
  color: #555;
  font-size: 1.2rem;
}
#ex_wrap .toggle-content ul li .ttl {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
}
#ex_wrap .toggle-content ul li .text {
  margin-top: 5px;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
#ex_wrap #cont_right .section select,
#ex_wrap #cont_right .section input[type=text] {
  padding: 10px !important;
  border: none !important;
  border-radius: 5px !important;
  background: none;
}
#ex_wrap #special option {
  background-color: #fff;
  color: #111;
}
#ex_wrap .toggle-container {
  display: flex; /* Flexboxで子要素を縦に並べる */
  flex-direction: column; /* 上から下へ */
}
#ex_wrap .toggle-container .toggle-button {
  order: 2; /* コンテンツ (order: 1) の次に表示 */
  cursor: pointer;
}
#ex_wrap .toggle-container .toggle-content {
  order: 1; /* ボタンより先に表示 */
}
#ex_wrap .toggle-button.is-open {
  background-color: #0056b3;
}

/* ================
data
================ */
#data_index .heading__green {
  margin-top: 80px;
  border-left: solid 5px #8ec31c !important;
  background: #f4f9e9 !important;
}
#data_index .btm_cont .section__ttl {
  position: relative;
  padding-left: 0 !important;
  border: none !important;
  font-size: 3rem !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #data_index .btm_cont .section__ttl {
    font-size: 2.4rem !important;
  }
}
#data_index .btm_cont .section__ttl::after {
  content: "";
  width: 100px;
  height: 3px;
  display: inline-block;
  background-color: #8ec31c;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
#data_index .btm_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 40px;
  margin: 32px auto 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.3rem;
  text-decoration: none;
}
#data_index .lower__menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
#data_index .lower__menu__list__item {
  display: flex;
  flex-direction: column;
  width: 31.19%;
  margin: 0 3.21% 30px 0;
  padding: 20px;
  border: solid 1px #8ec31c !important;
}
@media (max-width: 768px) {
  #data_index .lower__menu__list__item {
    width: 100%;
    margin-right: 0;
  }
}
#data_index .lower__menu__list__item:nth-child(3n) {
  margin-right: 0;
}
#data_index .lower__menu__list__item h3 {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#data_index .lower__menu__list__item span {
  display: block;
  font-size: 1.3rem;
}
#data_index .lower__menu__list__item p {
  margin: 16px auto 24px;
}
#data_index .lower__menu__list__item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: auto;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
#data_index .swiper-container2 {
  margin-top: 57px;
}
#data_index .swiper-container2 .swiper2 .swiper-slide img {
  display: block;
  max-width: 208px !important;
  width: 100%;
}
@media (max-width: 1000px) {
  #data_index .swiper-container2 .swiper2 .swiper-slide img {
    max-width: 100% !important;
    width: 100%;
  }
}
#data_index .swiper-container2 .swiper2 .swiper-slide a {
  text-decoration: underline !important;
}
#data_index .toggle-content ul li img {
  max-width: 207px;
  width: 100%;
}
@media (max-width: 1000px) {
  #data_index .toggle-content ul li img {
    max-width: 100%;
    width: 100%;
  }
}

/* ================
pri
================ */
#pri_index .heading__red {
  margin-top: 80px;
  border-left: solid 5px #da2128 !important;
  background: rgba(218, 33, 40, 0.1) !important;
}
#pri_index .btm_cont .section__ttl {
  position: relative;
  margin-top: 80px;
  padding-left: 0 !important;
  border: none !important;
  font-size: 3rem !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #pri_index .btm_cont .section__ttl {
    margin-top: 60px;
    font-size: 2.4rem !important;
  }
}
#pri_index .btm_cont .section__ttl::after {
  content: "";
  width: 100px;
  height: 3px;
  display: inline-block;
  background-color: #da2128;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
#pri_index .btm_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 40px;
  margin: 32px auto 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.3rem;
  text-decoration: none;
}
#pri_index .lower__menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
#pri_index .lower__menu__list__item {
  display: flex;
  flex-direction: column;
  width: 31.19%;
  margin: 0 3.21% 30px 0;
  padding: 20px;
  border: solid 1px #da2128 !important;
}
@media (max-width: 768px) {
  #pri_index .lower__menu__list__item {
    width: 100%;
    margin-right: 0;
  }
}
#pri_index .lower__menu__list__item:nth-child(3n) {
  margin-right: 0;
}
#pri_index .lower__menu__list__item h3 {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#pri_index .lower__menu__list__item span {
  display: block;
  font-size: 1.3rem;
}
#pri_index .lower__menu__list__item p {
  margin: 16px auto 24px;
}
#pri_index .lower__menu__list__item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: auto;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
#pri_index .swiper-container2 {
  margin-top: 57px;
}
#pri_index .swiper-container2 .swiper2 .swiper-slide__img {
  position: relative;
  width: 207px;
  height: 207px;
  border: solid 1px #ddd;
  background: #f8f8f8;
}
@media (max-width: 1200px) {
  #pri_index .swiper-container2 .swiper2 .swiper-slide__img {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
#pri_index .swiper-container2 .swiper2 .swiper-slide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 197px;
  height: auto;
  max-height: 197px;
}
@media (max-width: 1200px) {
  #pri_index .swiper-container2 .swiper2 .swiper-slide__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
    border: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#pri_index .swiper-container2 .swiper2 .swiper-slide a {
  text-decoration: underline !important;
}
#pri_index .toggle-content ul li img {
  max-width: 207px;
  width: 100%;
}
@media (max-width: 1000px) {
  #pri_index .toggle-content ul li img {
    max-width: 100%;
    width: 100%;
  }
}

/* ================
activity
================ */
#activity_index .title {
  background: #076d9e !important;
}
#activity_index .heading__red {
  margin-top: 80px;
  border-left: solid 5px #076d9e !important;
  background: #e7f1f6 !important;
}
#activity_index .heading__red + p {
  margin-top: 24px !important;
}
#activity_index .btm_cont .section__ttl {
  position: relative;
  margin-top: 80px;
  padding-left: 0 !important;
  border: none !important;
  font-size: 3rem !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #activity_index .btm_cont .section__ttl {
    margin-top: 60px;
    font-size: 2.4rem !important;
  }
}
#activity_index .btm_cont .section__ttl::after {
  content: "";
  width: 100px;
  height: 3px;
  display: inline-block;
  background-color: #076d9e;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
#activity_index .btm_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 40px;
  margin: 32px auto 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.3rem;
  text-decoration: none;
}
#activity_index .lower__menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
#activity_index .lower__menu__list__item {
  display: flex;
  flex-direction: column;
  width: 31.19%;
  margin: 0 3.21% 30px 0;
  padding: 20px;
  border: solid 1px #076d9e !important;
}
@media (max-width: 768px) {
  #activity_index .lower__menu__list__item {
    width: 100%;
    margin-right: 0;
  }
}
#activity_index .lower__menu__list__item:nth-child(3n) {
  margin-right: 0;
}
#activity_index .lower__menu__list__item h3 {
  margin-top: 16px;
  color: #076d9e;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#activity_index .lower__menu__list__item span {
  display: block;
  font-size: 1.3rem;
}
#activity_index .lower__menu__list__item p {
  margin: 16px auto 24px;
}
#activity_index .lower__menu__list__item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: auto;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
#activity_index .swiper-container2 {
  margin-top: 57px;
}
#activity_index .swiper-container2 .swiper2 .swiper-slide img {
  display: block;
  max-width: 208px !important;
  width: 100%;
}
@media (max-width: 1000px) {
  #activity_index .swiper-container2 .swiper2 .swiper-slide img {
    max-width: 100% !important;
    width: 100%;
  }
}
#activity_index .swiper-container2 .swiper2 .swiper-slide a {
  text-decoration: underline !important;
}
#activity_index .toggle-content ul li img {
  max-width: 207px;
  width: 100%;
}
@media (max-width: 1000px) {
  #activity_index .toggle-content ul li img {
    max-width: 100%;
    width: 100%;
  }
}

.colorbox .sImg {
  max-width: 300px !important;
  width: 100%;
}
.colorbox .sImg + p {
  width: 300px;
}
@media (max-width: 1200px) {
  .colorbox .sImg + p {
    width: 100%;
    margin-top: 0 !important;
    text-align: center !important;
  }
}
.colorbox p {
  margin: 8px 0 16px !important;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .colorbox p {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .colorbox img {
    width: 100%;
    max-width: 100%;
  }
}

/* ================
Site Map
================ */
#sitemap #btm_box .ttl5_orange {
  background-color: #feeacf !important;
  border-left-color: #fe9400 !important;
}
#sitemap #btm_box .ttl5_orange + ul li {
  list-style-image: url(../../images/icon_point_orange.jpg);
}
#sitemap #btm_box .ttl5_pink {
  background-color: #fff2f5 !important;
  border-left-color: #ff7799 !important;
}
#sitemap #btm_box .ttl5_pink + ul li {
  list-style-image: url(../../images/icon_point_pink.jpg);
}
#sitemap #btm_box .ttl5_red {
  background-color: #fff2f5 !important;
  border-left-color: #da2128 !important;
}
#sitemap #btm_box .ttl5_red + ul li {
  list-style-image: url(../../images/icon_point_red.jpg);
}
#sitemap #btm_box .ttl5_gray {
  background-color: #eee !important;
  border-left-color: #686868 !important;
}
#sitemap #btm_box .ttl5_gray + ul li {
  list-style-image: url(../../images/icon_point_gray.jpg);
}
#sitemap #btm_box .ttl5_naby {
  background-color: #e7f1f6 !important;
  border-left-color: #076d9e !important;
}
#sitemap #btm_box .ttl5_naby + ul li {
  list-style-image: url(../../images/icon_point_naby.jpg);
}

/* ================
fancybox
================ */
.colorbox .sImg {
  max-width: 300px !important;
  width: 100%;
}

.colorbox .sImg + p {
  width: 300px;
}

@media (max-width: 1200px) {
  .colorbox .sImg + p {
    width: 100%;
    margin-top: 0 !important;
    text-align: center !important;
  }
}
.colorbox p {
  margin: 8px 0 16px !important;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .colorbox p {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .colorbox img {
    width: 100%;
    max-width: 100%;
  }
}
/* ================
exspecial
================ */
.exspecial h1 {
  flex-direction: column;
}
.exspecial h1 span {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .exspecial h1 span {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .exspecial h1 span {
    font-size: 1.2rem;
  }
}
.exspecial .column04 ul {
  display: flex;
  flex-wrap: wrap;
}
.exspecial .column04 ul li {
  width: 22.5%;
  margin: 0 3.3% 20px 0;
}
.exspecial .column04 ul li:nth-of-type(4n) {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .exspecial .column04 ul li {
    width: 49%;
    margin-right: 2%;
  }
  .exspecial .column04 ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.exspecial .column04 ul li p {
  text-decoration: underline;
}
.exspecial .column04__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: solid 1px #ddd;
  background: #f8f8f8;
}
.exspecial .column04__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100% !important;
  height: auto;
  max-height: 100% !important;
}
.exspecial .toggle-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 286px;
  margin: 0 auto 0 !important;
  padding: 10px;
  border-radius: 5px;
  background: #30b6cf !important;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .exspecial .toggle-button {
    width: 100%;
  }
}
.exspecial .toggle-button.is-open {
  background-color: #30b6cf !important;
}
.exspecial .toggle-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../common/images/icon_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.exspecial .toggle-button.is-open .toggle-icon03 {
  background-image: url("../../common/images/icon_minus.svg");
}
.exspecial .toggle-content ul {
  display: flex;
  flex-wrap: wrap;
}
.exspecial .toggle-content ul li {
  width: 22.5%;
  margin: 0 3.3% 20px 0 !important;
}
.exspecial .toggle-content ul li:nth-child(4n) {
  margin-left: 0 !important;
}
.exspecial .toggle-content ul li:nth-child(5n) {
  margin-right: 0 !important;
}
.exspecial .toggle-content ul li:nth-child(9n) {
  margin-right: 0 !important;
}
.exspecial .toggle-content ul li p {
  text-decoration: underline;
}
.exspecial .toggle-content__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: solid 1px #ddd;
  background: #f8f8f8;
}
.exspecial .toggle-content__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.exspecial #cont_right section select,
.exspecial #cont_right .section input[type=text] {
  margin: 40px auto 0 !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 5px !important;
  background: none;
}

/* ================
news
================ */
#news_wrap_inner p,
.news_wrap_inner p {
  margin-top: 32px;
}
#news_wrap .float,
.news_wrap .float {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  #news_wrap .float p,
  .news_wrap .float p {
    margin-top: 32px;
  }
}
#news_wrap .float__left,
.news_wrap .float__left {
  float: left;
  max-width: 484px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  #news_wrap .float__left,
  .news_wrap .float__left {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#news_wrap .float__left img,
.news_wrap .float__left img {
  max-width: 100%;
}
#news_wrap .float__right,
.news_wrap .float__right {
  float: right;
  max-width: 484px;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  #news_wrap .float__right,
  .news_wrap .float__right {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#news_wrap .float__right img,
.news_wrap .float__right img {
  max-width: 100%;
}
#news_wrap .float figcaption,
.news_wrap .float figcaption {
  margin: 8px 0 16px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  #news_wrap .float figcaption,
  .news_wrap .float figcaption {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */