@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共通ここまで***/
/*****************************************/
.f70res {
  font-size: 70px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f70res {
    font-size: 6.3636363636vw;
  }
}
@media screen and (max-width:800px) {
  .f70res {
    font-size: 7.5vw;
  }
}

.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;
  padding: 130px 0 0px 0;
  color: #fff;
}
@media screen and (max-width:1200px) {
  #section01 {
    padding: 120px 0 0px 0;
  }
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 125px 0 0px 0;
  }
}

.close_waku {
  width: 90%;
  max-width: 1000px;
  margin: 150px auto 80px auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  .close_waku {
    margin: 40px auto 40px auto;
  }
}
.close_waku a {
  display: inline-block;
  padding: 0.75em 4em 0.85em 4em;
  border: 1px solid #000;
  color: #000;
  line-height: 100%;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .close_waku a {
    padding: 0.75em 4em 0.85em 4em;
    font-size: 3vw;
  }
}
.close_waku a:hover {
  color: #fff;
  background-color: #000;
}

#color_back {
  width: 100%;
  padding: 90px 0 60px 0;
  background-color: #eeeceb;
}
@media screen and (max-width:800px) {
  #color_back {
    padding: 25px 0 35px 0;
  }
}

/******************************************/
#heads {
  width: 100%;
  height: 60px;
}
@media screen and (max-width:800px) {
  #heads {
    height: 50px;
  }
}

#section01in {
  position: relative;
}
#section01in h1 {
  position: absolute;
  width: 10.25%;
  top: 15.58%;
  left: 76%;
}
@media screen and (max-width:800px) {
  #section01in h1 {
    width: 12%;
  }
}
#section01in .names {
  width: 5.3%;
  position: absolute;
  left: 24.16%;
  top: 72.5%;
}
@media screen and (max-width:800px) {
  #section01in .names {
    width: 8%;
    left: 22%;
    top: 60%;
  }
}

#section02box {
  width: 100%;
  background-color: #fff;
  padding: 75px 0;
}
@media screen and (max-width:800px) {
  #section02box {
    padding: 35px 0;
  }
}
#section02box .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section02box h2 {
  width: 100%;
  margin: 0 auto 0 auto;
}
#section02box .subtext {
  text-align: center;
  line-height: 150%;
  padding: 0.75em 0;
  color: #1677b7;
  font-weight: 400;
}
#section02box .meritbox {
  width: 100%;
  border: 1px solid #004097;
  padding: 60px 8%;
}
@media screen and (max-width:800px) {
  #section02box .meritbox {
    border: 0px solid #004097;
    padding: 0px 0%;
  }
}
#section02box .merit__point {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#section02box .merit__point .icons {
  width: 14.37%;
}
@media screen and (max-width:800px) {
  #section02box .merit__point .icons {
    width: 23.5%;
    margin: 0 auto 5vw auto;
  }
}
#section02box .merit__point .text {
  width: 83.83%;
  color: #1677b7;
}
@media screen and (max-width:800px) {
  #section02box .merit__point .text {
    width: 100%;
  }
}
#section02box .base_text_01 {
  width: 100%;
  padding-right: 34.2%;
  line-height: 180%;
  position: relative;
  margin-top: 1em;
  padding-bottom: 1em;
}
#section02box .base_text_01 .hito01 {
  width: 32%;
  position: absolute;
  bottom: 0;
  right: 2.5%;
}
@media screen and (max-width:800px) {
  #section02box .base_text_01 .hito01 {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0%;
  }
}
#section02box .imgphoto {
  width: 100%;
  margin-bottom: 30px;
}
#section02box h3.blutext {
  text-align: center;
  padding: 0.35em 0 0.45em 0;
  background-color: #1677b7;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section02box h3.blutext {
    padding: 0.95em 0 1.15em 0;
    margin-bottom: 15px;
  }
}
#section02box h3.blutext2 {
  text-align: center;
  padding: 0.35em 0 0.45em 0;
  background-color: #1677b7;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section02box h3.blutext2 {
    padding: 0.25em 0 0.35em 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:800px) {
  #section02box .base_text_01in {
    padding-top: 1em;
    line-height: 175%;
  }
}
#section02box ul.listphoto01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section02box ul.listphoto01 {
    margin-bottom: 20px;
  }
}
#section02box ul.listphoto01 li {
  width: 31.6%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02box ul.listphoto01 li {
    width: 48.5%;
    margin-bottom: 2.5vw;
  }
}
#section02box ul.listphoto01 li figure {
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
}
#section02box ul.listphoto01 li figure figcaption {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section02box ul.listphoto01 li:first-child {
    width: 100%;
  }
}
#section02box ul.listphoto01 li .trainname {
  text-align: center;
  line-height: 120%;
}
#section02box ul.listphoto01 li .textblue {
  color: #1677b7;
  line-height: 90%;
  display: inline-block;
}
#section02box .bluehito {
  width: 100%;
  background-color: rgba(22, 119, 183, 0.1);
  padding: 25px 3.6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02box .bluehito {
    width: 111%;
    margin: 0 -5.5% 35px -5.5%;
  }
}
#section02box .bluehito .hitos {
  width: 42%;
}
@media screen and (max-width:800px) {
  #section02box .bluehito .hitos {
    width: 70%;
    margin: 0 auto 5vw auto;
  }
}
#section02box .bluehito .text {
  width: 51.2%;
}
@media screen and (max-width:800px) {
  #section02box .bluehito .text {
    width: 100%;
    text-align: center;
  }
}
#section02box .bluehito .text .ttls {
  color: #1677b7;
  margin-bottom: 1em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02box .bluehito .text .ttls {
    margin-bottom: 0.7em;
  }
}
#section02box .bluehito .text .base_text02 {
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section02box .bluehito .text .base_text02 {
    text-align: left;
  }
}
#section02box .shopbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#section02box .shopbox .photo {
  width: 52.7%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox .photo {
    width: 100%;
  }
}
#section02box .shopbox .photo figure {
  width: 116.8%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox .photo figure {
    width: 100%;
  }
}
#section02box .shopbox .text {
  width: 47.3%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02box .shopbox .text {
    width: 100%;
    text-align: left;
    margin-top: -18vw;
    padding-left: 30%;
  }
}
#section02box .shopbox .text .trainname {
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox .text .trainname {
    width: 100%;
    text-align: left;
  }
}
#section02box .shopbox .text .textblue {
  color: #1677b7;
  line-height: 90%;
  display: inline-block;
}
#section02box .shopbox .text .base_text03 {
  margin-top: 1.2em;
}
@media screen and (max-width:800px) {
  #section02box .shopbox .text .base_text03 {
    margin-top: 0.75em;
  }
}
#section02box .shopbox .text .boxbox {
  margin-top: 1.2em;
  width: 100%;
  padding: 0.75em;
  background-color: rgba(22, 119, 183, 0.1);
  padding-left: 4.75em;
  text-align: left;
  line-height: 170%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox .text .boxbox {
    width: 142.5%;
    margin-left: -42.5%;
    padding-left: 0.75em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section02box .shopbox .text .boxbox .ttt {
    width: 17.5%;
    text-align: center;
  }
  #section02box .shopbox .text .boxbox .tts {
    width: 80%;
    padding-left: 1em;
    border-left: 1px solid #666;
  }
}
#section02box .shopbox .text .boxbox span {
  color: #1677b7;
  font-size: 85%;
}
#section02box .shopbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(22, 119, 183, 0.1);
  padding: 25px 3.6%;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 {
    margin-bottom: 35px;
  }
}
#section02box .shopbox2 .text {
  width: 52.7%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 .text {
    width: 100%;
    order: 2;
  }
}
#section02box .shopbox2 .text .text__in {
  width: 90%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 .text .text__in {
    width: 100%;
  }
}
#section02box .shopbox2 .text .ttls {
  color: #1677b7;
  margin-bottom: 1em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 .text .ttls {
    margin-bottom: 0.7em;
  }
}
#section02box .shopbox2 .text .base_text02 {
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 .text .base_text02 {
    text-align: left;
  }
}
#section02box .shopbox2 .photo {
  width: 47.3%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#section02box .shopbox2 .photo figure {
  width: 130%;
  margin-left: -15%;
  margin-right: -15%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox2 .photo figure {
    width: 110%;
    margin-left: -2.5%;
    margin-right: -7.5%;
  }
}
#section02box .shopbox3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#section02box .shopbox3 .photo {
  width: 52.7%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox3 .photo {
    width: 100%;
  }
}
#section02box .shopbox3 .photo figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox3 .photo figure {
    width: 100%;
  }
}
#section02box .shopbox3 .text {
  width: 47.3%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02box .shopbox3 .text {
    width: 100%;
    text-align: center;
    margin-top: 5vw;
    padding-left: 0%;
  }
}
#section02box .shopbox3 .text .trainname {
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox3 .text .trainname {
    width: 100%;
    text-align: center;
  }
}
#section02box .shopbox3 .text .textblue {
  color: #1677b7;
  line-height: 90%;
  display: inline-block;
}
#section02box .shopbox3 .text .base_text03 {
  margin-top: 0.85em;
}
#section02box .shopbox3 .text .boxbox {
  margin-top: 0.85em;
  width: 100%;
  padding: 0.75em;
  background-color: rgba(22, 119, 183, 0.1);
  padding-left: 4.75em;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section02box .shopbox3 .text .boxbox {
    width: 142.5%;
    margin-left: -42.5%;
    padding-left: 0.75em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #section02box .shopbox3 .text .boxbox .ttt {
    width: 17.5%;
    text-align: center;
  }
  #section02box .shopbox3 .text .boxbox .tts {
    width: 80%;
    padding-left: 1em;
    border-left: 1px solid #666;
  }
}
#section02box .shopbox3 .text .boxbox span {
  color: #1677b7;
  font-size: 85%;
}
#section02box .shopbox3 .fitimg {
  width: 90%;
  margin: 1em auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02box .shopbox3 .fitimg {
    width: 70%;
    text-align: center;
  }
}
#section02box .shopbox4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(22, 119, 183, 0.1);
  padding: 25px 3.6%;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 {
    margin-bottom: 35px;
    padding: 25px 3.6% 25px 3.6%;
  }
}
#section02box .shopbox4 .text {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .text {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
#section02box .shopbox4 .text .text__in {
  width: 90%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .text .text__in {
    width: 100%;
  }
}
#section02box .shopbox4 .text .ttls {
  color: #1677b7;
  margin-bottom: 0.65em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .text .ttls {
    margin-bottom: 0.7em;
  }
}
#section02box .shopbox4 .text .base_text05 {
  line-height: 180%;
  padding-right: 8em;
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .text .base_text05 {
    text-align: left;
    padding-right: 0em;
  }
}
#section02box .shopbox4 .photo {
  width: 47.3%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .photo {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#section02box .shopbox4 .photo figure {
  width: 100%;
}
#section02box .shopbox4 .hito {
  width: 24.5%;
  position: absolute;
  bottom: 0;
  right: 1.5%;
  transform: translate(0, 9%);
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .hito {
    width: 70%;
    position: relative;
    bottom: auto;
    right: auto;
    transform: translate(0, 9%);
    margin: -0.75em auto -25px auto;
    order: 3;
  }
}
#section02box .shopbox4 .icons {
  width: 16.25%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -15%);
}
@media screen and (max-width:800px) {
  #section02box .shopbox4 .icons {
    display: none;
  }
}
#section02box .shopbox5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
#section02box .shopbox5 .left {
  width: 57.6%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox5 .left {
    width: 48.5%;
  }
}
#section02box .shopbox5 .right {
  width: 41%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox5 .right {
    width: 48.5%;
  }
}
#section02box .shopbox5 .trainname {
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox5 .trainname {
    width: 100%;
    text-align: center;
  }
}
#section02box .shopbox5 .textblue {
  color: #1677b7;
  line-height: 90%;
  display: inline-block;
}
#section02box .shopbox5 .base_text03 {
  margin-top: 0.85em;
}
#section02box .shopbox6 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(22, 119, 183, 0.1);
  padding: 25px 3.6%;
  margin-bottom: 70px;
  position: relative;
}
#section02box .shopbox6 .photo {
  width: 19.5%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox6 .photo {
    width: 37%;
    position: relative;
  }
}
#section02box .shopbox6 .photo figure {
  width: 200%;
  margin-left: -100%;
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #section02box .shopbox6 .photo figure {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    transform: translate(0, 25px);
  }
}
#section02box .shopbox6 .text {
  width: 80%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox6 .text {
    width: 57.5%;
  }
}
#section02box .shopbox6 .text .ttl {
  color: #1677b7;
  margin-bottom: 0.65em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox6 .text .ttl {
    margin-bottom: 0.7em;
  }
}
#section02box .shopbox6 .text .tts_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section02box .shopbox6 .text .tts_box .tts_box_text {
  width: 35%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox6 .text .tts_box .tts_box_text {
    width: 100%;
    text-align: left;
    padding-right: 0em;
  }
}
#section02box .shopbox6 .text .tts_box .tts_box_photo {
  width: 62%;
}
@media screen and (max-width:800px) {
  #section02box .shopbox6 .text .tts_box .tts_box_photo {
    display: none;
  }
}
#section02box .shopbox6 .text .tts_box .tts_box_photo figure {
  position: relative;
}
#section02box .shopbox6 .text .tts_box .tts_box_photo figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
}
#section02box .botanbox {
  width: 80%;
  max-width: 700px;
  margin: 70px auto 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02box .botanbox {
    margin: 50px auto 50px auto;
  }
}
#section02box .botanbox a.bt01 {
  width: 48.5%;
  display: inline-block;
  line-height: 100%;
  padding: 0.4em 0 0.5em 0;
  background-color: #e15442;
  text-align: center;
  color: #fff;
  box-shadow: 4px 4px 0px rgb(200, 200, 200);
}
@media screen and (max-width:800px) {
  #section02box .botanbox a.bt01 {
    width: 100%;
    margin-bottom: 3.5vw;
    padding: 0.7em 0 0.75em 0;
  }
}
#section02box .botanbox a.bt02 {
  width: 48.5%;
  display: inline-block;
  line-height: 100%;
  padding: 0.4em 0 0.5em 0;
  background-color: #004097;
  text-align: center;
  color: #fff;
  box-shadow: 4px 4px 0px rgb(200, 200, 200);
}
@media screen and (max-width:800px) {
  #section02box .botanbox a.bt02 {
    width: 100%;
    padding: 0.7em 0 0.75em 0;
  }
}
#section02box .meritbox02 {
  width: 100%;
  border-top: 1px solid #004097;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2em;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section02box .meritbox02 {
    border-top: 0px solid #004097;
    margin-bottom: 35px;
  }
}
#section02box .meritbox02 .icons {
  width: 14.37%;
}
@media screen and (max-width:800px) {
  #section02box .meritbox02 .icons {
    width: 23.5%;
    margin: 0 auto 5vw auto;
  }
}
#section02box .meritbox02 .text {
  width: 83.83%;
  color: #1677b7;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #004097;
}
@media screen and (max-width:800px) {
  #section02box .meritbox02 .text {
    width: 100%;
    border-bottom: 1px solid #004097;
  }
}
#section02box .meritbox02 .text .hitos {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 0);
}
@media screen and (max-width:800px) {
  #section02box .meritbox02 .text .hitos {
    width: 42.5%;
    transform: translate(7.5%, 0);
  }
}
#section02box .planwaku {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02box .planwaku {
    margin-bottom: 35px;
  }
}
#section02box .planwaku .icons {
  width: 14.37%;
}
@media screen and (max-width:800px) {
  #section02box .planwaku .icons {
    width: 23.5%;
    margin: 0 auto 5vw auto;
  }
}
#section02box .planwaku .text {
  width: 83.83%;
}
@media screen and (max-width:800px) {
  #section02box .planwaku .text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  #section02box .planwaku .text .txt01 {
    color: #004097;
    text-align: center;
  }
}
#section02box .planwaku .text .txt02 span.blue {
  color: #004097;
}
#section02box .planzu {
  width: 100%;
  max-width: 454px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02box .planzu {
    width: 85%;
    max-width: 800px;
    margin: 0 5% 0 10%;
  }
}
#section02box .planatens {
  width: 70%;
  max-width: 567px;
  margin: 50px auto 65px auto;
}
@media screen and (max-width:800px) {
  #section02box .planatens {
    margin: 30px auto 70px auto;
  }
}
#section02box .pointbox {
  width: 100%;
  max-width: 565px;
  margin: 0 auto 25px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02box .pointbox .icons {
  width: 21.2%;
}
@media screen and (max-width:800px) {
  #section02box .pointbox .icons {
    width: 70%;
    margin: 0 auto 5vw auto;
  }
}
#section02box .pointbox .text {
  width: 34.51%;
}
@media screen and (max-width:800px) {
  #section02box .pointbox .text {
    width: 100%;
  }
}
#section02box .pointbox .text .ttl {
  color: #e15442;
  margin-bottom: 0.5em;
}
#section02box .pointbox .text .tts {
  line-height: 180%;
}
#section02box .pointbox .photo {
  width: 35.4%;
}
@media screen and (max-width:800px) {
  #section02box .pointbox .photo {
    display: none;
  }
}
#section02box .titles_blue {
  text-align: center;
  color: #1677b7;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
}
#section02box .base_text06 {
  line-height: 180%;
  text-align: center;
  margin-bottom: 2em;
}
#section02box ul.liflist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section02box ul.liflist li {
  width: 31.5%;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02box ul.liflist li {
    width: 48.5%;
  }
}
#section02box ul.liflist li figure {
  position: relative;
}
#section02box ul.liflist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}
#section02box ul.liflist li .names {
  text-align: center;
  padding: 0.35em 0 0.15em 0;
}
#section02box ul.liflist li .namse_text {
  text-align: center;
}
#section02box .liflist_attens {
  line-height: 160%;
  text-align: center;
}
#section02box .meribox03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02box .meribox03 .icons {
  width: 14.37%;
}
@media screen and (max-width:800px) {
  #section02box .meribox03 .icons {
    width: 23.5%;
    margin: 0 auto 5vw auto;
  }
}
#section02box .meribox03 .text {
  width: 83.83%;
  color: #1677b7;
  position: relative;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02box .meribox03 .text {
    width: 100%;
  }
}
#section02box .base_text07 {
  line-height: 180%;
  width: 100%;
  margin: 1em auto 0 0;
  padding-bottom: 3em;
  position: relative;
  padding-right: 17.5em;
}
@media screen and (max-width:800px) {
  #section02box .base_text07 {
    padding-right: 10em;
  }
}
#section02box .base_text07 .hitos {
  width: 26%;
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media screen and (max-width:800px) {
  #section02box .base_text07 .hitos {
    width: 40%;
    right: 0%;
  }
}
#section02box .base_text08 {
  text-align: center;
  margin-top: 0.75em;
  margin-bottom: 2em;
}
#section02box .floorzu {
  width: 100%;
  margin-bottom: 40px;
}
#section02box .floorzu figure {
  width: 115%;
  margin-left: -7.5%;
  margin-right: -7.5%;
}
@media screen and (max-width:800px) {
  #section02box .floorzu figure {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#section02box ul.fllolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section02box ul.fllolist li {
  width: 31.5%;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02box ul.fllolist li {
    width: 48.5%;
  }
}
#section02box ul.fllolist li figure {
  position: relative;
}
#section02box ul.fllolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}
#section02box ul.fllolist li figure figcaption.black {
  color: #000;
}
#section02box ul.fllolist li figure figcaption.left {
  right: auto;
  left: 8px;
}
#section02box ul.fllolist li .names {
  text-align: left;
  padding: 0.35em 0 0.35em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 0.35em;
}
#section02box ul.fllolist li .namse_text {
  text-align: left;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02box ul.fllolist li.imgs {
    width: 60%;
    margin: 0 auto;
  }
}
#section02box ul.fllolist li.imgs figure {
  width: 115%;
  transform: translate(0%, -15%);
}
#section02box .secu_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#section02box .secu_box .photo {
  width: 33%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02box .secu_box .photo {
    width: 75%;
    margin: 0 auto;
    order: 2;
  }
}
#section02box .secu_box .photo figure {
  width: 110%;
  margin-left: -10%;
}
@media screen and (max-width:800px) {
  #section02box .secu_box .photo figure {
    width: 100%;
    margin-left: 0%;
  }
}
#section02box .secu_box .other {
  width: 59.2%;
}
@media screen and (max-width:800px) {
  #section02box .secu_box .other {
    width: 100%;
    order: 1;
  }
}
#section02box .secu_box .clum01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#section02box .secu_box .clum01 .icons {
  width: 30%;
}
#section02box .secu_box .clum01 .text {
  width: 67.4%;
}
#section02box .secu_box .clum01 .names {
  text-align: left;
  padding: 0.35em 0 0.35em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 0.35em;
}
#section02box .secu_box .clum01 .namse_text {
  text-align: left;
  line-height: 160%;
}
#section02box .secu_box .clum02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#section02box .secu_box .clum02 .left {
  width: 65%;
}
#section02box .secu_box .clum02 .right {
  width: 31%;
}
#section02box .secu_box .clum02 .names {
  text-align: left;
  padding: 0.35em 0 0.35em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 0.35em;
}
#section02box .secu_box .clum02 .namse_text {
  text-align: left;
  line-height: 160%;
}
#section02box .secu_box02 {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}
#section02box .secu_box02 .text {
  width: 63%;
}
@media screen and (max-width:800px) {
  #section02box .secu_box02 .text {
    width: 100%;
  }
}
#section02box .secu_box02 .text .textin {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section02box .secu_box02 .text .photo {
  width: 30%;
}
#section02box .secu_box02 .text .texttext {
  width: 66.8%;
}
#section02box .secu_box02 .text .names {
  text-align: left;
  padding: 0.35em 0 0.35em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 0.35em;
}
#section02box .secu_box02 .text .namse_text {
  text-align: left;
  line-height: 160%;
}
#section02box .secu_box02 .hito {
  width: 30%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02box .secu_box02 .hito {
    display: none;
  }
}
#section02box .secu_box02 .hito figure {
  width: 130%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 10%);
}
#section02box .sec_lastbox .names {
  text-align: left;
  padding: 0.35em 0 0.35em 0;
  border-bottom: 1px solid #666;
  margin-bottom: 0.35em;
}
#section02box .sec_lastbox .names.more {
  margin-top: 0.5em;
}
#section02box .sec_lastbox .namse_text {
  text-align: left;
  line-height: 160%;
}
#section02box .sec_lastbox .clumslast {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1em;
}
#section02box .sec_lastbox .left {
  width: 39.8%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02box .sec_lastbox .left .photo {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .left .photo {
    width: 45%;
  }
}
#section02box .sec_lastbox .left .textbox {
  width: 45%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .left .textbox {
    width: 50%;
  }
}
#section02box .sec_lastbox .mid {
  width: 26.5%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .mid {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02box .sec_lastbox .mid .minclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section02box .sec_lastbox .mid .minclum .pp {
  width: 35%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .mid .minclum .pp {
    width: 16%;
  }
}
#section02box .sec_lastbox .mid .minclum .tt {
  width: 60%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .mid .minclum .tt {
    width: 80%;
  }
}
#section02box .sec_lastbox .mid .minclum.more {
  margin-top: 0.5em;
}
#section02box .sec_lastbox .right {
  width: 28.2%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .right {
    width: 100%;
  }
}
#section02box .sec_lastbox .right figure {
  width: 100%;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .right figure {
    display: none;
  }
}
#section02box .sec_lastbox .right .texts {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .right .texts .namse_text {
    padding-right: 50%;
    position: relative;
  }
}
#section02box .sec_lastbox .right .inin {
  display: none;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .right .inin {
    display: block;
    width: 45%;
    position: absolute;
    top: 10px;
    right: 2%;
  }
}
#section02box .sec_lastbox .lasthitos {
  display: none;
}
@media screen and (max-width:800px) {
  #section02box .sec_lastbox .lasthitos {
    display: block;
    width: 62.5%;
    margin: 5vw auto 0 auto;
  }
}
#section02box .meritbox2 {
  width: 100%;
  border: 1px solid #004097;
  padding: 60px 0%;
  background: linear-gradient(0deg, rgb(0, 64, 151) 0%, rgb(22, 119, 183) 50%, rgb(0, 64, 151) 100%);
}
@media screen and (max-width:800px) {
  #section02box .meritbox2 {
    border: 0px solid #004097;
    padding: 30px 0%;
  }
}
#section02box .meritbox2 .h3titles {
  text-align: center;
  padding: 0em 0 60px 0;
  color: #fff;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02box .meritbox2 .h3titles {
    padding: 0em 0 30px 0;
  }
}
#section02box .meritbox2 .widephoto {
  position: relative;
  width: 100%;
}
#section02box .meritbox2 .widephoto figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section02box .meritbox2 .widephoto figcaption.balck {
  color: #000;
}
#section02box .meritbox2 .las_title {
  text-align: center;
  padding: 2.5em 0;
}
#section02box .meritbox2 .las_title span.eng {
  display: inline-block;
  padding: 0 0.75em 0.1em 0.75em;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 0.25em;
}
#section02box .meritbox2 .las_title span.jpn {
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 120%;
}

.trainatens {
  text-align: right;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  .trainatens {
    text-align: left;
    margin-bottom: 1.5em;
  }
}/*# sourceMappingURL=tlp.css.map */