@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
/*****************************************/
.f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f60res {
    font-size: 5.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f60res {
    font-size: 7.2vw;
  }
}

.f50res {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f50res {
    font-size: 4.5454545455vw;
  }
}
@media screen and (max-width:800px) {
  .f50res {
    font-size: 8vw;
  }
}

.f42res {
  font-size: 42px;
  line-height: 135%;
}
@media screen and (max-width:1100px) {
  .f42res {
    font-size: 3.8181818182vw;
  }
}
@media screen and (max-width:800px) {
  .f42res {
    font-size: 7.5vw;
  }
}

.f40res {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:1100px) {
  .f40res {
    font-size: 3.6363636364vw;
  }
}
@media screen and (max-width:800px) {
  .f40res {
    font-size: 7.5vw;
  }
}

.f38res {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:1100px) {
  .f38res {
    font-size: 3.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f38res {
    font-size: 7vw;
  }
}

.f36res {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:1100px) {
  .f36res {
    font-size: 3.2727272727vw;
  }
}
@media screen and (max-width:800px) {
  .f36res {
    font-size: 6.5vw;
  }
}

.f34res {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f34res {
    font-size: 3.0909090909vw;
  }
}
@media screen and (max-width:800px) {
  .f34res {
    font-size: 6vw;
  }
}

.f32res {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f32res {
    font-size: 2.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  .f32res {
    font-size: 5.7vw;
  }
}

.f30res {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f30res {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width:800px) {
  .f30res {
    font-size: 5vw;
  }
}

.f28res {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f28res {
    font-size: 2.5454545455vw;
  }
}
@media screen and (max-width:800px) {
  .f28res {
    font-size: 4.8vw;
  }
}

.f26res {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f26res {
    font-size: 2.3636363636vw;
  }
}
@media screen and (max-width:800px) {
  .f26res {
    font-size: 4.6vw;
  }
}

.f24res {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f24res {
    font-size: 2.1818181818vw;
  }
}
@media screen and (max-width:800px) {
  .f24res {
    font-size: 4.4vw;
  }
}

.f22res {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f22res {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  .f22res {
    font-size: 4.2vw;
  }
}

.f20res {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f20res {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
}

.f19res {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f19res {
    font-size: 1.7272727273vw;
  }
}
@media screen and (max-width:800px) {
  .f19res {
    font-size: 3.9vw;
  }
}

.f18res {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f18res {
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width:800px) {
  .f18res {
    font-size: 3.8vw;
  }
}

.f17res {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f17res {
    font-size: 1.5454545455vw;
  }
}
@media screen and (max-width:800px) {
  .f17res {
    font-size: 3.6vw;
  }
}

.f16res {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f16res {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f16res {
    font-size: 3.4vw;
  }
}

.f15res {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f15res {
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width:800px) {
  .f15res {
    font-size: 3.3vw;
  }
}

.f14res {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f14res {
    font-size: 1.2727272727vw;
  }
}
@media screen and (max-width:800px) {
  .f14res {
    font-size: 3.2vw;
  }
}

.f13res {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f13res {
    font-size: 1.1818181818vw;
  }
}
@media screen and (max-width:800px) {
  .f13res {
    font-size: 3vw;
  }
}

.f12res {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f12res {
    font-size: 1.0909090909vw;
  }
}
@media screen and (max-width:800px) {
  .f12res {
    font-size: 2.4vw;
  }
}

.f11res {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f11res {
    font-size: 1vw;
  }
}
@media screen and (max-width:800px) {
  .f11res {
    font-size: 2.3vw;
  }
}

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f10res {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  .f10res {
    font-size: 2.2vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
/**********************/
@media screen and (max-width:800px) {
  .f10sp {
    font-size: calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f11sp {
    font-size: calc(11 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f12sp {
    font-size: calc(12 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f13sp {
    font-size: calc(13 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f14sp {
    font-size: calc(14 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f15sp {
    font-size: calc(15 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f16sp {
    font-size: calc(16 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f17sp {
    font-size: calc(17 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f18sp {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f19sp {
    font-size: calc(19 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f20sp {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f21sp {
    font-size: calc(21 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f22sp {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f23sp {
    font-size: calc(23 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f24sp {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f25sp {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f26sp {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f27sp {
    font-size: calc(27 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f28sp {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f29sp {
    font-size: calc(29 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f30sp {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f31sp {
    font-size: calc(31 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f32sp {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f33sp {
    font-size: calc(33 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f34sp {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f35sp {
    font-size: calc(35 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f36sp {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f37sp {
    font-size: calc(37 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f38sp {
    font-size: calc(38 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f39sp {
    font-size: calc(39 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f40sp {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f41sp {
    font-size: calc(41 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f42sp {
    font-size: calc(42 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f43sp {
    font-size: calc(43 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f44sp {
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f45sp {
    font-size: calc(45 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f46sp {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f47sp {
    font-size: calc(47 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f48sp {
    font-size: calc(48 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f49sp {
    font-size: calc(49 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f50sp {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f51sp {
    font-size: calc(51 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f52sp {
    font-size: calc(52 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f53sp {
    font-size: calc(53 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f54sp {
    font-size: calc(54 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f55sp {
    font-size: calc(55 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f56sp {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f57sp {
    font-size: calc(57 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f58sp {
    font-size: calc(58 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f59sp {
    font-size: calc(59 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f60sp {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f61sp {
    font-size: calc(61 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f62sp {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f63sp {
    font-size: calc(63 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f64sp {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f65sp {
    font-size: calc(65 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f66sp {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f67sp {
    font-size: calc(67 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f68sp {
    font-size: calc(68 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f69sp {
    font-size: calc(69 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f70sp {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f71sp {
    font-size: calc(71 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f72sp {
    font-size: calc(72 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f73sp {
    font-size: calc(73 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f74sp {
    font-size: calc(74 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f75sp {
    font-size: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f76sp {
    font-size: calc(76 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f77sp {
    font-size: calc(77 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f78sp {
    font-size: calc(78 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f79sp {
    font-size: calc(79 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f80sp {
    font-size: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f81sp {
    font-size: calc(81 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f82sp {
    font-size: calc(82 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f83sp {
    font-size: calc(83 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f84sp {
    font-size: calc(84 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f85sp {
    font-size: calc(85 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f86sp {
    font-size: calc(86 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f87sp {
    font-size: calc(87 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f88sp {
    font-size: calc(88 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f89sp {
    font-size: calc(89 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f90sp {
    font-size: calc(90 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f91sp {
    font-size: calc(91 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f92sp {
    font-size: calc(92 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f93sp {
    font-size: calc(93 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f94sp {
    font-size: calc(94 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f95sp {
    font-size: calc(95 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f96sp {
    font-size: calc(96 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f97sp {
    font-size: calc(97 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f98sp {
    font-size: calc(98 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f99sp {
    font-size: calc(99 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f100sp {
    font-size: calc(100 / 750 * 100vw);
  }
}

/******************************************/
body {
  background-color: #fff;
}

#section01 {
  width: 100%;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0;
  }
}
#section01 .base {
  padding-top: 50px;
  position: relative;
}
#section01 .maintext {
  padding-top: 50px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#section02 {
  width: 100%;
  padding: 35px 0;
  background-color: #000;
}
#section02 ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 ul {
    width: 75%;
  }
}
#section02 ul li {
  width: 33.3333333333%;
  border-right: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section02 ul li {
    width: 100%;
    padding: 1.5em 0;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
#section02 ul li:last-child {
  border-right: 0;
}
@media screen and (max-width:800px) {
  #section02 ul li:last-child {
    border-bottom: 0px solid #ccc;
  }
}
#section02 ul li a {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#section03 {
  width: 100%;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}
#section03 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 110px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    padding: 50px 0 50px 0;
  }
}
#section03 .titlesbox {
  text-align: center;
  margin-bottom: 0.75em;
}
#section03 .titlesbox figure {
  width: 48px;
  margin: 0 auto 0.65em auto;
}
@media screen and (max-width:800px) {
  #section03 .titlesbox figure {
    width: 10%;
  }
}
#section03 .titlesbox h2 {
  text-align: center;
  color: #938033;
}
#section03 .base_big {
  text-align: center;
  margin-bottom: 1em;
}
#section03 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .clumbox .left {
  width: 50%;
  border-right: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .left {
    width: 100%;
    border-right: 0;
    margin-bottom: 7.5vw;
  }
}
#section03 .clumbox .left .inbox {
  width: 95%;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .left .inbox {
    width: 100%;
  }
}
#section03 .clumbox .right {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .right {
    width: 100%;
  }
}
#section03 .clumbox .right .inbox {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .right .inbox {
    width: 100%;
  }
}
#section03 .clumbox h3 {
  width: 100%;
  background-color: #938033;
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  font-weight: 500;
}
#section03 .clumbox .rank {
  padding: 0.75em 0 0.25em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .rank {
    flex-wrap: wrap;
  }
}
#section03 .clumbox .rank span {
  display: inline-block;
  padding: 0.2em 0.75em;
  margin-right: 1em;
  color: #fff;
}
#section03 .clumbox .rank span.color01 {
  background-color: #c4525f;
}
#section03 .clumbox .rank span.color02 {
  background-color: #34729b;
}
#section03 .clumbox .rank p {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section03 .clumbox .rank p {
    display: block;
    width: 100%;
  }
}
#section03 .clumbox .photo {
  width: 100%;
  position: relative;
}
#section03 .clumbox .photo figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
}
#section03 .clumbox .photocap {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.2em 0 0.3em 0;
}
#section03 .clumbox .otherrank {
  margin-top: 1.5em;
  border-top: 1px solid #999;
}
#section03 .clumbox .otherrank p {
  padding-top: 0.5em;
}
#section03 .clumbox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section03 .clumbox dl dt {
  width: 3em;
  text-align: center;
  padding: 0.25em 0;
  background-color: #e9e9e9;
  border-bottom: 1px solid #999;
}
#section03 .clumbox dl dd {
  width: calc(100% - 3em);
  text-align: left;
  padding: 0.25em 1em 0.25em 1em;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
#section03 .clumbox h4 {
  text-align: center;
  padding: 1.25em 0 0.5em 0;
  color: #938033;
}
#section03 .clumbox .base_text {
  line-height: 170%;
}

#section04 {
  /***********************/
  /* 疑似要素を無効化して、自作デザインを適用 */
  /* dot 全体の位置調整（必要に応じて） */
  /* dot の外枠 */
  /* dot ボタン */
  /* dot アクティブ時 */
  /* ドットと矢印の位置調整 */
}
#section04 h2 {
  width: 100%;
  background-color: #e9e9e9;
  padding: 80px 0 40px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section04 h2 {
    padding: 5vw 0;
  }
}
#section04 .sliderall {
  width: 100%;
  background-color: #d5d5d5;
  padding: 50px 0;
}
@media screen and (max-width:800px) {
  #section04 .sliderall {
    padding: 5vw 0;
  }
}
#section04 p {
  width: calc(100% - 200px);
  margin: 0 auto;
  padding-top: 0.5em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section04 p {
    width: calc(100% - 14vw);
  }
}
#section04 .slick-dots li button:before {
  display: none;
}
#section04 .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  padding: 0;
}
#section04 .slick-dots li {
  width: 10px;
  height: 10px;
}
#section04 .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  background-color: #CCCCCC;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s;
}
#section04 .slick-dots li.slick-active button {
  background-color: #0060B0;
}
#section04 .prev2 {
  position: absolute;
  width: 40px;
  top: calc(50% - 15px);
  left: 0;
  z-index: 99;
}
@media screen and (max-width:800px) {
  #section04 .prev2 {
    width: 6%;
  }
}
#section04 .prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section04 .next2 {
  position: absolute;
  width: 40px;
  top: calc(50% - 15px);
  right: 0;
}
@media screen and (max-width:800px) {
  #section04 .next2 {
    width: 6%;
  }
}
#section04 .next2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section04 .slick-list {
  /*overflow: visible;*/
}
#section04 .slider-container {
  width: 100%;
  padding: 0px 0;
  box-sizing: border-box;
  position: relative;
}
#section04 .slider {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .slider {
    width: 100%;
  }
}
#section04 .slider .slick-slide {
  margin: 0 100px;
  transition: transform 0.3s;
}
@media screen and (max-width:800px) {
  #section04 .slider .slick-slide {
    margin: 0 7vw;
  }
}
#section04 .slider .slick-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .slider .slick-slide img {
    width: 100%;
  }
}
#section04 .slick-dots {
  bottom: -30px;
}
#section04 .slick-prev, #section04 .slick-next {
  top: 100%;
  transform: translateY(10px);
}
#section04 .sliderall__in {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

#section05 h2 {
  width: 100%;
  background-color: #e9e9e9;
  padding: 80px 0 40px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section05 h2 {
    padding: 5vw 0;
  }
}
#section05 .sliderall {
  width: 100%;
  background-color: #e9e9e9;
  padding: 50px 0;
}
@media screen and (max-width:800px) {
  #section05 .sliderall {
    padding: 5vw 0;
  }
}
#section05 .sliderall__in {
  width: 90%;
  max-width: 936px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section05 .sliderall__in {
    width: 87%;
  }
}
#section05 .sliderall__in .whitebox {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 4.5%;
}
@media screen and (max-width:800px) {
  #section05 .sliderall__in .whitebox {
    padding: 4vw 4.5%;
  }
}
#section05 .sliderall__in .whitebox h3 {
  width: 31%;
  margin: 0 auto 2em auto;
}
@media screen and (max-width:800px) {
  #section05 .sliderall__in .whitebox h3 {
    width: 60%;
    margin: 0 auto 1.25em auto;
  }
}
#section05 p {
  width: calc(100% - 0px);
  margin: 0 auto;
  padding-top: 0.5em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:800px) {
  #section05 p {
    width: calc(100% - 2vw);
  }
}

#section06 {
  width: 100%;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  /***********************/
  /* 疑似要素を無効化して、自作デザインを適用 */
  /* dot 全体の位置調整（必要に応じて） */
  /* dot の外枠 */
  /* dot ボタン */
  /* dot アクティブ時 */
  /* ドットと矢印の位置調整 */
}
#section06 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    padding: 50px 0 50px 0;
  }
}
#section06 .titlesbox {
  text-align: center;
  margin-bottom: 0.75em;
}
#section06 .titlesbox figure {
  width: 48px;
  margin: 0 auto 0.65em auto;
}
@media screen and (max-width:800px) {
  #section06 .titlesbox figure {
    width: 10%;
  }
}
#section06 .titlesbox h2 {
  text-align: center;
  color: #938033;
}
#section06 .base_big {
  text-align: center;
  margin-bottom: 1em;
}
#section06 .base_text {
  line-height: 180%;
  text-align: center;
  margin-top: 2.5em;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    text-align: left;
  }
}
#section06 .zu {
  width: 100%;
}
#section06 .zu figure {
  width: 86%;
  margin: 50px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .zu figure {
    width: 100%;
  }
}
#section06 .zu_silde {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section06 .zu_silde {
    padding: 0px 0 0px 0;
  }
}
@media screen and (max-width:800px) {
  #section06 .zu_silde p {
    padding-top: 15px;
  }
}
#section06 .slick-dots li button:before {
  display: none;
}
#section06 .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  padding: 0;
}
#section06 .slick-dots li {
  width: 10px;
  height: 10px;
}
#section06 .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  background-color: #CCCCCC;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s;
}
#section06 .slick-dots li.slick-active button {
  background-color: #0060B0;
}
#section06 .prev2 {
  position: absolute;
  width: 40px;
  top: calc(50% - 15px);
  left: 0;
  z-index: 99;
}
@media screen and (max-width:800px) {
  #section06 .prev2 {
    width: 6%;
  }
}
#section06 .prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section06 .next2 {
  position: absolute;
  width: 40px;
  top: calc(50% - 15px);
  right: 0;
}
@media screen and (max-width:800px) {
  #section06 .next2 {
    width: 6%;
  }
}
#section06 .next2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section06 .slick-list {
  /*overflow: visible;*/
}
#section06 .slider-container {
  width: 100%;
  padding: 0px 0;
  box-sizing: border-box;
  position: relative;
}
#section06 .slider {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .slider {
    width: 100%;
  }
}
#section06 .slider .slick-slide {
  margin: 0 100px;
  transition: transform 0.3s;
}
@media screen and (max-width:800px) {
  #section06 .slider .slick-slide {
    margin: 0 7vw;
  }
}
#section06 .slider .slick-slide img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .slider .slick-slide img {
    width: 100%;
  }
}
#section06 .slick-dots {
  bottom: -30px;
}
#section06 .slick-prev, #section06 .slick-next {
  top: 100%;
  transform: translateY(10px);
}
#section06 .sliderall__in {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

#section07 {
  width: 100%;
  background-color: #efece1;
  font-family: "Noto Serif JP", serif;
}
#section07 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 110px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    padding: 50px 0 50px 0;
  }
}
#section07 .titlesbox {
  text-align: center;
  margin-bottom: 0.75em;
}
#section07 .titlesbox figure {
  width: 48px;
  margin: 0 auto 0.65em auto;
}
@media screen and (max-width:800px) {
  #section07 .titlesbox figure {
    width: 10%;
  }
}
#section07 .titlesbox h2 {
  text-align: center;
  color: #938033;
}
#section07 .base_big {
  text-align: center;
  margin-bottom: 1em;
}
#section07 .base_text {
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section07 .base_text {
    text-align: left;
  }
}
#section07 .nabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section07 .nabs li {
  width: 48%;
}
#section07 .intervew01 {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 0 4.2% 60px 4.2%;
  position: relative;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  #section07 .intervew01 {
    margin-top: 5vw;
    padding: 0 4.2% 4vw 4.2%;
  }
}
#section07 .intervew01 .title01 {
  width: 87.5%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section07 .intervew01 .title01 {
    display: none;
  }
}
#section07 .intervew01 .title02 {
  width: 74.5%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section07 .intervew01 .title02 {
    display: none;
  }
}
#section07 .intervew01 .sp_title01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #938033;
  color: #fff;
  padding: 0.35em 0 0.45em 0;
  text-align: center;
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .intervew01 .sp_title01 {
    display: block;
  }
}
#section07 .intervew01 .sp_title01sub {
  text-align: center;
  padding-top: 15vw;
  line-height: 140%;
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .intervew01 .sp_title01sub {
    display: block;
    margin-bottom: 7.5vw;
  }
}
#section07 .culm_one_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section07 .culm_one_box .pc_photo {
  width: 36.6%;
}
@media screen and (max-width:800px) {
  #section07 .culm_one_box .pc_photo {
    display: none;
  }
}
#section07 .culm_one_box .pc_photo figure {
  position: relative;
}
#section07 .culm_one_box .pc_photo figure.mb {
  margin-bottom: 2em;
}
#section07 .culm_one_box .pc_photo figure figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
}
#section07 .culm_one_box .pc_photo figure figcaption.black {
  color: #000;
}
#section07 .culm_one_box .pc_photo .ttt {
  padding-top: 0em;
  margin-bottom: 2em;
}
#section07 .culm_one_box .text {
  width: 59.65%;
}
@media screen and (max-width:800px) {
  #section07 .culm_one_box .text {
    width: 100%;
  }
}
#section07 .culm_one_box .text .minititle {
  color: #938033;
  margin-bottom: 0.25em;
}
@media screen and (max-width:800px) {
  #section07 .culm_one_box .text .minititle {
    margin-bottom: 0.5em;
    text-align: center;
  }
}
#section07 .culm_one_box .text .base_text02 {
  line-height: 175%;
}
#section07 .culm_one_box .text .base_text02.mb {
  margin-bottom: 2em;
}
#section07 .culm_one_box .text .left-img {
  float: left; /* 左に寄せてテキストを右に回り込ませる */
  margin: 0 1em 0.2em 0; /* 右・下に余白を追加 */
  width: 50%; /* 画像の幅 */
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .culm_one_box .text .left-img { /* 画像の幅 */
    display: block;
  }
}
#section07 .culm_one_box .text .right-img {
  float: right; /* 左に寄せてテキストを右に回り込ませる */
  margin: 0 0em 0.2em 1em; /* 右・下に余白を追加 */
  width: 50%; /* 画像の幅 */ /* 画像の幅 */
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .culm_one_box .text .right-img { /* 画像の幅 */
    display: block;
  }
}
#section07 .culm_one_box .text .right-img2 {
  float: right; /* 左に寄せてテキストを右に回り込ませる */
  margin: 0 0em 0.2em 1em; /* 右・下に余白を追加 */
  width: 60%; /* 画像の幅 */ /* 画像の幅 */
  display: none;
}
@media screen and (max-width:800px) {
  #section07 .culm_one_box .text .right-img2 { /* 画像の幅 */
    display: block;
  }
}
#section07 .lines {
  width: 100%;
  padding-top: 50px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section07 .lines {
    padding-top: 5vw;
    border-bottom: 0px solid #999;
    margin-bottom: 0vw;
  }
}
#section07 .name0 {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 0.3em 0 0.3em 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
#section07 .namses {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 0.5em;
}
#section07 .namses2 {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 0.5em;
}
#section07 .listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3em;
}
#section07 .listbox .items {
  width: 22.5%;
}
@media screen and (max-width:800px) {
  #section07 .listbox .items {
    width: 48.5%;
    margin-bottom: 4vw;
  }
}
#section07 .plan01 {
  width: 100%;
  max-width: 864px;
  margin: 0 auto 0 auto;
}
#section07 .plan02 {
  width: 100%;
  max-width: 835px;
  margin: 0 auto 0 auto;
}
#section07 .atens {
  text-align: center;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #section07 .atens {
    text-align: left;
  }
}
#section07 .botanbox {
  width: 100%;
  max-width: 370px;
  margin: 60px auto 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section07 .botanbox {
    margin-top: 5vw;
    margin-bottom: 2.5vw;
  }
}
#section07 .botanbox a.long {
  width: 100%;
  display: block;
  padding: 0.7em 0 0.8em 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
#section07 .botanbox a.left {
  width: 49%;
  display: block;
  padding: 0.7em 0 0.8em 0;
  background-color: #752c39;
  color: #fff;
  text-align: center;
}
#section07 .botanbox a.right {
  width: 49%;
  display: block;
  padding: 0.7em 0 0.8em 0;
  background-color: #867748;
  color: #fff;
  text-align: center;
}

.sp_clum {
  width: 100%;
}
@media screen and (max-width:800px) {
  .sp_clum {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp_clum .sp_clum_left {
    width: 48.5%;
  }
  .sp_clum .sp_clum_right {
    width: 48.5%;
  }
}/*# sourceMappingURL=contractor.css.map */