@charset "UTF-8";
/**scss共通***/
#content {
  /**scss共通ここまで***/
}
#content img {
  width: 100%;
}
#content img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:800px) {
  #content img.climg {
    image-rendering: auto;
  }
}
#content .test {
  -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;
  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;
  }
}
#content .test {
  content: "\f105";
  font-family: FontAwesome;
}
#content .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);
}
#content .onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
#content .onmouse:hover {
  opacity: 0.6;
}

/*
html {
overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
*/
#content table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
#content img {
  border: 0;
  vertical-align: bottom;
}
#content nav ul {
  list-style: none;
}
#content ul li {
  list-style: none;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

/*
body{
font-size: 14px;
font-family: 'Noto Sans JP', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
text-align:left;
line-height:160%;
color:#333;
font-feature-settings: "palt";
}
*/
.clearfix {
  zoom: 1;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* link_nomal */
#content {
  /**テキスト揃え**/
}
#content a {
  text-decoration: none;
  color: #333;
}
#content a:link {
  text-decoration: none;
  color: #333;
}
#content a:visited {
  text-decoration: none;
  color: #333;
}
#content a:hover {
  text-decoration: none;
  color: #333;
}
#content a:active {
  text-decoration: none;
  color: #333;
}
#content *, #content *:before, #content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#content .text-center {
  text-align: center;
}
#content .text-left {
  text-align: left;
}
#content .text-right {
  text-align: right;
}
#content .pc_only {
  display: block;
}
#content .sp_only {
  display: none;
}
#content .pc_only_inline {
  display: inline-block;
}
#content .sp_only_inline {
  display: none;
}
@media screen and (max-width:800px) {
  #content .pc_only {
    display: none;
  }
  #content .sp_only {
    display: block;
  }
  #content .pc_only_inline {
    display: none;
  }
  #content .sp_only_inline {
    display: inline-block;
  }
}

.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__big {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: scale(1.1);
}
.fade__big.active {
  opacity: 1;
  transform: scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 0% 100% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time1 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time2 {
    transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time3 {
  clip-path: inset(0% 0% 0% 100% round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time3 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time3.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}
@media screen and (max-width:800px) {
  .delay1 {
    transition-delay: 0s;
  }
}

.delay2 {
  transition-delay: 0.3s;
}
@media screen and (max-width:800px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}
@media screen and (max-width:800px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}
@media screen and (max-width:800px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}
@media screen and (max-width:800px) {
  .delay5 {
    transition-delay: 0s;
  }
}

.delay1sp {
  transition-delay: 0s;
}

.delay2sp {
  transition-delay: 0.3s;
}

.delay3sp {
  transition-delay: 0.6s;
}

.delay4sp {
  transition-delay: 0.9s;
}

.delay5sp {
  transition-delay: 1.2s;
}

/*****************************************/
.f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f60 {
    font-size: 7.2vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*****************************************/
.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);
  }
}

/******************************************/
#content {
  width: 100%;
  overflow: hidden;
  background-color: #009a63;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
@media screen and (max-width:800px) {
  #content .section .inner {
    width: 100%;
    padding-top: 15px;
  }
}
#content .section .mainwaku {
  width: 100%;
  position: relative;
  margin-bottom: 145px;
}
@media screen and (max-width:800px) {
  #content .section .mainwaku {
    margin-bottom: 100px;
  }
}
#content .section .mainwaku h2.mt1 {
  position: absolute;
  width: 35.34%;
  top: 10%;
  left: 14.56%;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #content .section .mainwaku h2.mt1 {
    width: 60%;
    top: 6.4%;
    left: 20%;
  }
}
#content .section .mainwaku .base_text {
  position: absolute;
  width: 65%;
  text-align: center;
  left: 0;
  top: 31.5%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 170%;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #content .section .mainwaku .base_text {
    width: 100%;
    top: 23%;
    left: 0%;
    line-height: 165%;
  }
}
#content .section .mainwaku .fukiimg {
  position: relative;
  z-index: 8;
}
#content .section .mainwaku .fukiwaku {
  position: absolute;
  width: 64%;
  top: 0.5%;
  left: 0%;
  z-index: 5;
  transform-origin: bottom center;
  transform: scale(0.75);
  opacity: 0;
}
#content .section .mainwaku .fukiwaku.active {
  animation: beyooon_b 2s forwards 0.5s;
}
@media screen and (max-width:800px) {
  #content .section .mainwaku .fukiwaku {
    width: 142%;
    top: 0%;
    left: -21%;
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.75);
  }
  28% {
    opacity: 1;
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  88% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#content .section .mainwaku h2.mts {
  position: absolute;
  width: 55%;
  top: 11%;
  left: 23%;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #content .section .mainwaku h2.mts {
    width: 42%;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#content .section .mainwaku .base_text2 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 36.54%;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 170%;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #content .section .mainwaku .base_text2 {
    width: 100%;
    top: 29%;
    left: 0%;
    line-height: 165%;
  }
}
#content .section h3.title_cli {
  text-align: center;
  width: 37.86%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #content .section h3.title_cli {
    width: 72%;
    margin: 0 auto 35px auto;
  }
}
#content .section ul.clilist {
  width: 94%;
  max-width: 968px;
  margin: 0 auto 44px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #content .section ul.clilist {
    width: 90%;
    margin: 0 auto 1.5em auto;
  }
}
#content .section ul.clilist li {
  width: 25.3%;
}
@media screen and (max-width:800px) {
  #content .section ul.clilist li {
    width: 46.5%;
  }
}
@media screen and (max-width:800px) {
  #content .section ul.clilist li:first-child {
    margin: 0 26.5% 1.5em 26.5%;
  }
}
#content .section ul.clilist li .names {
  width: 120%;
  margin: 30px -10% 0 -10%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #content .section ul.clilist li .names {
    margin: 0.5em -10% 0 -10%;
  }
}
#content .section .lines {
  width: 94%;
  margin: 0 auto;
}
#content .section .clitext {
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-top: 1.2em;
  margin-bottom: 170px;
}
@media screen and (max-width:800px) {
  #content .section .clitext {
    margin-bottom: 80px;
  }
}
#content .section h3.title_prof {
  text-align: center;
  width: 24.27%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #content .section h3.title_prof {
    width: 45.333%;
    margin: 0 auto 35px auto;
  }
}
#content .section .prof_list {
  width: 100%;
  margin-bottom: 180px;
}
@media screen and (max-width:800px) {
  #content .section .prof_list {
    width: 94%;
    margin: 0 auto 90px auto;
  }
}
#content .section .prof_list .imgup {
  width: 100%;
  line-height: 0;
}
#content .section .prof_list .midcontena {
  width: 100%;
  background: url(../img/usagi/pro_back02.png) repeat-y center;
  background-size: 100% auto;
  padding: 45px 14px 50px 14px;
}
@media screen and (max-width:800px) {
  #content .section .prof_list .midcontena {
    background: url(../img/usagi/pro_back02_sp.png) repeat-y center;
    background-size: 100% auto;
    padding: 7.5vw 2.5vw 5vw 2.5vw;
  }
}
#content .section .prof_list .imgdown {
  width: 100%;
  line-height: 0;
}
#content .section .prof_list ul.listprofs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#content .section .prof_list ul.listprofs li {
  text-align: center;
}
#content .section .prof_list ul.listprofs li .listin__title {
  width: 77.5%;
  line-height: 100%;
  padding: 0.4em 0 0.45em 0;
  background-color: #009a63;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 0.5em auto;
}
#content .section .prof_list ul.listprofs li .listin__subtitle {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #009a63;
  line-height: 140%;
  margin-bottom: 0.5em;
  font-weight: 500;
}
#content .section .prof_list ul.listprofs li .listin__base_text {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 140%;
  margin-bottom: 0.25em;
  font-weight: 500;
}
#content .section .prof_list ul.listprofs li:nth-child(1) {
  width: 29%;
  border-right: 2px dashed #009a63;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(1) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    border-bottom: 2px dashed #009a63;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(1) .textbox {
    width: 60%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(1) .imgbox {
    width: 40%;
    order: 1;
  }
  #content .section .prof_list ul.listprofs li:nth-child(1) .imgbox figure {
    width: 160%;
    margin-left: -30%;
    margin-right: -30%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(1) figure {
  width: 72%;
  margin: 0 auto;
}
#content .section .prof_list ul.listprofs li:nth-child(2) {
  width: 29%;
  border-right: 2px dashed #009a63;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(2) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    border-bottom: 2px dashed #009a63;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(2) .textbox {
    width: 60%;
    order: 1;
  }
  #content .section .prof_list ul.listprofs li:nth-child(2) .imgbox {
    width: 40%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(2) .imgbox figure {
    width: 150%;
    margin-left: -30%;
    margin-right: -20%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(2) figure {
  width: 72%;
  margin: 0 auto;
}
#content .section .prof_list ul.listprofs li:nth-child(3) {
  width: 29%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(3) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    border-bottom: 2px dashed #009a63;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(3) .textbox {
    width: 60%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(3) .imgbox {
    width: 40%;
    order: 1;
  }
  #content .section .prof_list ul.listprofs li:nth-child(3) .imgbox figure {
    width: 160%;
    margin-left: -30%;
    margin-right: -30%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(3) figure {
  width: 72%;
  margin: 0 auto;
}
#content .section .prof_list ul.listprofs li:nth-child(4) {
  width: calc(25% - 2px);
  border-right: 2px dashed #009a63;
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(4) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    border-bottom: 2px dashed #009a63;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(4) .textbox {
    width: 60%;
    order: 1;
  }
  #content .section .prof_list ul.listprofs li:nth-child(4) .imgbox {
    width: 40%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(4) .imgbox figure {
    width: 150%;
    margin-left: -30%;
    margin-right: -20%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(4) figure {
  width: 72%;
  margin: 1em auto 0 auto;
}
#content .section .prof_list ul.listprofs li:nth-child(5) {
  width: calc(25% - 2px);
  border-right: 2px dashed #009a63;
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(5) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    border-bottom: 2px dashed #009a63;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(5) .textbox {
    width: 60%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(5) .imgbox {
    width: 40%;
    order: 1;
    padding: 2em 0;
  }
  #content .section .prof_list ul.listprofs li:nth-child(5) .imgbox figure {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(5) figure {
  width: 72%;
  margin: 1em auto 0 auto;
}
#content .section .prof_list ul.listprofs li:nth-child(6) {
  width: calc(25% - 2px);
  border-right: 2px dashed #009a63;
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(6) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    border-bottom: 2px dashed #009a63;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(6) .textbox {
    width: 60%;
    order: 1;
  }
  #content .section .prof_list ul.listprofs li:nth-child(6) .imgbox {
    width: 40%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(6) .imgbox figure {
    width: 150%;
    margin-left: -30%;
    margin-right: -20%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(6) figure {
  width: 72%;
  margin: 1em auto 0 auto;
}
#content .section .prof_list ul.listprofs li:nth-child(7) {
  width: calc(25% - 2px);
}
@media screen and (max-width:800px) {
  #content .section .prof_list ul.listprofs li:nth-child(7) {
    width: 94%;
    display: flex;
    justify-content: space-between;
    border-right: 0px dashed #009a63;
    margin-bottom: 0em;
    padding-bottom: 2em;
    margin-left: 2%;
    margin-right: 4%;
    align-items: center;
  }
  #content .section .prof_list ul.listprofs li:nth-child(7) .textbox {
    width: 60%;
    order: 2;
  }
  #content .section .prof_list ul.listprofs li:nth-child(7) .imgbox {
    width: 40%;
    order: 1;
  }
  #content .section .prof_list ul.listprofs li:nth-child(7) .imgbox figure {
    width: 150%;
    margin-left: -25%;
    margin-right: -25%;
  }
}
#content .section .prof_list ul.listprofs li:nth-child(7) figure {
  width: 72%;
  margin: 1em auto 0 auto;
}
#content .section h3.title_works {
  text-align: center;
  width: 37.37%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #content .section h3.title_works {
    width: 72%;
    margin: 0 auto 35px auto;
  }
}
#content .section .worksbox {
  width: 79.12%;
  margin: 0 auto 280px auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #content .section .worksbox {
    width: 92%;
    margin: 0 auto 100px auto;
  }
}
#content .section .worksbox .works__text {
  width: 95%;
  position: absolute;
  left: 0;
  top: 22.5%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #content .section .worksbox .works__text {
    width: 100%;
    top: 16.5%;
    line-height: 190%;
  }
}
#content .section .worksbox .c01 {
  position: absolute;
  width: 18%;
  top: 0;
  left: 1%;
}
@media screen and (max-width:800px) {
  #content .section .worksbox .c01 {
    width: 20%;
    top: 0;
    left: 12%;
  }
}
#content .section .worksbox .c02 {
  position: absolute;
  width: 26.5%;
  top: 70%;
  left: 0;
}
@media screen and (max-width:800px) {
  #content .section .worksbox .c02 {
    width: 32%;
    top: 51.5%;
    left: 0%;
  }
}
#content .section .worksbox .c03 {
  position: absolute;
  width: 20%;
  top: 2%;
  left: 72%;
}
@media screen and (max-width:800px) {
  #content .section .worksbox .c03 {
    width: 24%;
    top: 7%;
    left: 73%;
  }
}
#content .section .lastbox {
  text-align: center;
}
#content .section .lastbox span {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 170%;
  position: relative;
}
#content .section .lastbox span::after {
  content: "";
  width: 150%;
  height: 150%;
  background: url(../img/usagi/last_icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -25%;
}
@media screen and (max-width:800px) {
  #content .section .lastbox span::after {
    top: 25%;
  }
}
#content .section .last_usagi {
  width: 21.35%;
  margin: 2em auto 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #content .section .last_usagi {
    width: 37.5%;
  }
}

.kuru01 {
  animation: kuru01 4.5s infinite;
}

@keyframes kuru01 {
  0% {
    transform: translate(0, -10%);
  }
  50% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0, -10%);
  }
}
.kuru02 {
  animation: kuru02 5s infinite;
}

@keyframes kuru02 {
  0% {
    transform: translate(0, -10%);
  }
  50% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0, -10%);
  }
}
.kuru03 {
  animation: kuru03 6s infinite;
}

@keyframes kuru03 {
  0% {
    transform: translate(0, -15%);
  }
  50% {
    transform: translate(0, 5%);
  }
  100% {
    transform: translate(0, -15%);
  }
}/*# sourceMappingURL=usagi.css.map */