@charset "UTF-8";
/**scss共通***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP&family=Roboto:wght@400;500;600;700&display=swap");
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:800px) {
  img.climg {
    image-rendering: auto;
  }
}

.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;
  }
}
.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共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}

.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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
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 */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

*, *:before, *: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;
}

/**テキスト揃え**/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
@font-face {
  font-family: "Dinmittelschriftstd";
  src: url("../images/Dinmittelschriftstd.otf");
}
.fonts {
  font-family: "Roboto", sans-serif;
}

.fonts2 {
  font-family: "Dinmittelschriftstd";
}

.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 1.5s 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;
  }
}

/*****************************************/
.f140res {
  font-size: 140px;
  line-height: 125%;
}
@media screen and (max-width:1220px) {
  .f140res {
    font-size: 11.4754098361vw;
  }
}
@media screen and (max-width:800px) {
  .f140res {
    font-size: 15vw;
  }
}

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

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

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

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

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

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

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

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

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

.f35res {
  font-size: 35px;
  line-height: 140%;
}
@media screen and (max-width:1220px) {
  .f35res {
    font-size: 2.868852459vw;
  }
}
@media screen and (max-width:800px) {
  .f35res {
    font-size: 6.25vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1220px) {
  .f10res {
    font-size: 0.8196721311vw;
  }
}
@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);
  }
}

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

#section_menu_open {
  width: 100%;
  height: 123px;
  display: none;
  background-color: #676767;
}

#section_menu_open2 {
  width: 100%;
  height: 166px;
  display: none;
  background-color: #676767;
}

header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .header__in {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  header .header__in {
    height: 55px;
    align-items: center;
  }
}
header .header__in .h1title {
  width: 22.3%;
  max-width: 290px;
  margin-left: 2.95%;
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  header .header__in .h1title {
    width: 70%;
    max-width: 180px;
    margin-bottom: 0;
  }
}
header .header__in .navigation {
  width: 66.15%;
  max-width: 900px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  header .header__in .navigation {
    display: none;
  }
}
header .header__in .navigation ul.dir1menu {
  width: 95%;
  margin: 0 5% 0 0;
  display: flex;
  justify-content: flex-end;
}
header .header__in .navigation ul.dir1menu li {
  display: inline-block;
  letter-spacing: 0.1em;
}
header .header__in .navigation ul.dir1menu li .open01:hover span {
  opacity: 1 !important;
}
header .header__in .navigation ul.dir1menu li .open03:hover span {
  opacity: 1 !important;
}
header .header__in .navigation ul.dir1menu li .open04:hover span {
  opacity: 1 !important;
}
header .header__in .navigation ul.dir1menu li .open05:hover span {
  opacity: 1 !important;
}
header .header__in .navigation ul.dir1menu li.active a span::after {
  content: "";
  width: 70%;
  height: 4px;
  background-color: #12335f;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
header .header__in .navigation ul.dir1menu li a {
  padding: 1em 0.75em;
  display: inline-block;
}
header .header__in .navigation ul.dir1menu li a span {
  position: relative;
  padding: 0.5em 0;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
header .header__in .navigation ul.dir1menu li a:hover {
  cursor: pointer;
}
header .header__in .navigation ul.dir1menu li a:hover span {
  opacity: 0.5;
}
header .header__in .navigation a.botancontact {
  width: 18%;
  max-width: 162px;
  display: flex;
  align-items: center;
  height: 100px;
  background-color: #12335f;
  color: #fff;
}
header .header__in .navigation a.botancontact .contantext {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
header .header__in .menubtsp {
  display: none;
}
@media screen and (max-width:800px) {
  header .header__in .menubtsp {
    display: block;
    width: 85px;
    margin-right: 5vw;
    position: relative;
  }
}
header .header__in .menubtsp:hover {
  cursor: pointer;
}
header .header__in .menubtsp .base {
  position: relative;
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in .menubtsp .base.active {
  opacity: 1;
}
header .header__in .menubtsp .close {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in .menubtsp .close.active {
  opacity: 1;
}
header .submenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
header .submenu.submenu01 {
  display: none;
}
header .submenu.submenu02 {
  display: none;
}
header .submenu.submenu03 {
  display: none;
}
header .submenu.submenu04 {
  display: none;
}
header .submenu.submenu05 {
  display: none;
}
header .submenu .submenu__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 35px 0;
}
header .submenu .submenu__in .in__ttls {
  width: 18.5%;
  color: #fff;
}
header .submenu .submenu__in .in__ttls .eng {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
header .submenu .submenu__in .in__ttls .jpn {
  letter-spacing: 0.1em;
}
header .submenu .submenu__in .in__ttls a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
header .submenu .submenu__in .in__ttls a.nomt {
  margin-top: 0;
}
header .submenu .submenu_strengths {
  width: 100%;
  background-color: #676767;
  margin: 0 auto;
}
header .submenu .submenu_strengths ul.in__menulist {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .submenu .submenu_strengths ul.in__menulist li {
  letter-spacing: 0.2em;
}
header .submenu .submenu_strengths ul.in__menulist li.size01 {
  width: 19%;
}
header .submenu .submenu_strengths ul.in__menulist li.size02 {
  width: 16%;
}
header .submenu .submenu_strengths ul.in__menulist li.size03 {
  width: 65%;
}
header .submenu .submenu_strengths ul.in__menulist li a {
  display: inline-block;
  margin-bottom: 0.25em;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
}
header .submenu .submenu_strengths ul.in__menulist li a:hover {
  cursor: pointer;
}
header .submenu .submenu_service {
  width: 100%;
  background-color: #676767;
  margin: 0 auto;
}
header .submenu .submenu_service ul.in__menulist {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .submenu .submenu_service ul.in__menulist li {
  letter-spacing: 0.2em;
}
header .submenu .submenu_service ul.in__menulist li.size01 {
  width: 37.5%;
}
header .submenu .submenu_service ul.in__menulist li.size02 {
  width: 25%;
}
header .submenu .submenu_service ul.in__menulist li.size03 {
  width: 34.5%;
}
header .submenu .submenu_service ul.in__menulist li a {
  display: inline-block;
  margin-bottom: 0.25em;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
}
header .submenu .submenu_service ul.in__menulist li a:hover {
  cursor: pointer;
}
header .submenu .submenu_company {
  width: 100%;
  background-color: #676767;
  margin: 0 auto;
}
header .submenu .submenu_company ul.in__menulist {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .submenu .submenu_company ul.in__menulist li {
  letter-spacing: 0.2em;
}
header .submenu .submenu_company ul.in__menulist li.size01 {
  width: 26%;
}
header .submenu .submenu_company ul.in__menulist li.size02 {
  width: 50%;
}
header .submenu .submenu_company ul.in__menulist li.size03 {
  width: 24%;
}
header .submenu .submenu_company ul.in__menulist li a {
  display: inline-block;
  margin-bottom: 0.25em;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
}
header .submenu .submenu_company ul.in__menulist li a:hover {
  cursor: pointer;
}
header .submenu .submenu_news {
  width: 100%;
  background-color: #676767;
  margin: 0 auto;
}
header .submenu .submenu_news ul.in__menulist {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .submenu .submenu_news ul.in__menulist li {
  letter-spacing: 0.2em;
}
header .submenu .submenu_news ul.in__menulist li.size01 {
  width: 20%;
}
header .submenu .submenu_news ul.in__menulist li.size02 {
  width: 27.5%;
}
header .submenu .submenu_news ul.in__menulist li.size03 {
  width: 50%;
}
header .submenu .submenu_news ul.in__menulist li a {
  display: inline-block;
  margin-bottom: 0.25em;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
}
header .submenu .submenu_news ul.in__menulist li a:hover {
  cursor: pointer;
}
header .submenu .submenu_recruit {
  width: 100%;
  background-color: #676767;
  margin: 0 auto;
}
header .submenu .submenu_recruit ul.in__menulist {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .submenu .submenu_recruit ul.in__menulist li {
  letter-spacing: 0.2em;
}
header .submenu .submenu_recruit ul.in__menulist li.size01 {
  width: 23%;
}
header .submenu .submenu_recruit ul.in__menulist li.size02 {
  width: 23%;
}
header .submenu .submenu_recruit ul.in__menulist li.size03 {
  width: 17%;
}
header .submenu .submenu_recruit ul.in__menulist li.size04 {
  width: 20%;
}
header .submenu .submenu_recruit ul.in__menulist li a {
  display: inline-block;
  margin-bottom: 0.25em;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
}
header .submenu .submenu_recruit ul.in__menulist li a:hover {
  cursor: pointer;
}

#spmenubox {
  width: 100%;
  background-color: #000;
  overflow-y: scroll;
  height: calc(100% - 54px);
  position: fixed;
  top: 54px;
  left: 0;
  display: none;
  z-index: 9998;
}
#spmenubox .spmenubox__in {
  width: 100%;
  padding: 5vw 5vw 100px 5vw;
}
#spmenubox .spfooterfixins {
  width: 100%;
  display: flex;
  background-color: #12335f;
  height: 70px;
  align-items: center;
}
#spmenubox .spfooterfixins figure {
  width: 180px;
  margin: 0 auto;
}
#spmenubox h2.ttls {
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 0.25em;
  color: #fff;
}
#spmenubox h2.ttls a {
  display: inline-block;
  color: #fff;
}
#spmenubox ul.type01 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2em;
  font-weight: 300;
}
#spmenubox ul.type01 li {
  margin-right: 2em;
}
#spmenubox ul.type01 a {
  display: inline-block;
  color: #fff;
}
#spmenubox ul.type02 {
  margin-bottom: 2em;
  font-weight: 300;
}
#spmenubox ul.type02 li {
  width: 100%;
  margin-bottom: 0.15em;
}
#spmenubox ul.type02 a {
  display: inline-block;
  color: #fff;
}
#spmenubox .clums {
  display: flex;
  justify-content: space-between;
}
#spmenubox .clums--left {
  width: 55%;
}
#spmenubox .clums--right {
  width: 45%;
}

#spfooterfix {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #12335f;
  height: 70px;
  align-items: center;
  z-index: 9990;
}
#spfooterfix figure {
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #spfooterfix {
    display: flex;
  }
}

footer {
  width: 100%;
  background-color: #12335f;
  padding: 75px 0 40px 0;
  color: #a5a5a5;
}
@media screen and (max-width:800px) {
  footer {
    padding: 10vw 0 80px 0;
  }
}
footer .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  footer .section__in {
    flex-wrap: wrap;
  }
}
footer .section__in .left {
  width: 35.8%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  footer .section__in .left {
    width: 100%;
    order: 2;
  }
}
footer .section__in .left .logos {
  width: 66.2%;
  margin-bottom: 55px;
}
@media screen and (max-width:800px) {
  footer .section__in .left .logos {
    width: 75%;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
}
footer .section__in .left .address {
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  footer .section__in .left .address span {
    display: inline-block;
    margin-bottom: 0.85em;
  }
}
footer .section__in .left .telbox {
  margin-top: 1em;
}
footer .section__in .left .telbox a {
  display: inline-block;
  font-weight: 600;
  color: #a5a5a5;
  letter-spacing: 0.05em;
  padding-left: 0.25em;
}
footer .section__in .right {
  width: 62.5%;
}
@media screen and (max-width:800px) {
  footer .section__in .right {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}
footer .section__in .right .lefttextsp {
  text-indent: -1em;
  padding-left: 1em;
}
footer .section__in .right .foot_link_01 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .section__in .right .foot_link_01 .fttls {
  display: inline-block;
  padding-right: 2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_01 .fttls {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
footer .section__in .right .foot_link_01 a {
  display: inline-block;
  padding-right: 1em;
  color: #a5a5a5;
  letter-spacing: 0.1em;
}
footer .section__in .right .foot_link_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .section__in .right .foot_link_box .fttls {
  display: inline-block;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box .fttls {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
footer .section__in .right .foot_link_box a {
  display: inline-block;
  width: 100%;
  color: #a5a5a5;
  letter-spacing: 0.05em;
  line-height: 140%;
  margin-bottom: 0.35em;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box a {
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
  }
}
footer .section__in .right .foot_link_box .f01 {
  width: 33%;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box .f01 {
    width: 100%;
    margin-top: 0.75em;
  }
}
footer .section__in .right .foot_link_box .f02 {
  width: 22.15%;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box .f02 {
    width: 33.3333333333%;
    margin-top: 1.75em;
  }
}
footer .section__in .right .foot_link_box .f03 {
  width: 20.15%;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box .f03 {
    width: 33.3333333333%;
    margin-top: 1.75em;
  }
}
footer .section__in .right .foot_link_box .f04 {
  width: 20%;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_box .f04 {
    width: 33.3333333333%;
    margin-top: 1.75em;
  }
}
footer .section__in .right .foot_link_cvs {
  text-align: right;
  position: relative;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_cvs {
    width: 100%;
    margin-top: 2em;
    text-align: left;
  }
}
footer .section__in .right .foot_link_cvs a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 1em 5em;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
}
@media screen and (max-width:800px) {
  footer .section__in .right .foot_link_cvs a {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
footer .copyright {
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  footer .copyright {
    letter-spacing: 0em;
    margin-top: 10vw;
  }
}

/*****共通仕様*******************/
a.viewall01 {
  width: 100%;
  max-width: 190px;
  display: inline-block;
  letter-spacing: 0;
  font-weight: 400 !important;
  color: #fff;
  position: relative;
}
a.viewall01::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_yaji_white.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
a.viewall01::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
}
a.viewall01.active::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  animation: first 0.5s ease-out forwards;
}
a.viewall01:hover::after {
  animation: botananime 0.5s ease-out forwards;
}
@keyframes botananime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes first {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

a.viewall02 {
  width: 100%;
  max-width: 190px;
  display: inline-block;
  letter-spacing: 0;
  font-weight: 400 !important;
  color: #12335f;
  position: relative;
  text-align: left;
}
a.viewall02::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_yaji_blue.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
a.viewall02::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #12335f;
}
a.viewall02.active::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #12335f;
  animation: first 0.5s ease-out forwards;
}
a.viewall02:hover::after {
  animation: botananime 0.5s ease-out forwards;
}
@keyframes botananime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes first {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

a.viewall03 {
  width: 100%;
  max-width: 120px;
  display: inline-block;
  letter-spacing: 0;
  font-weight: 400 !important;
  color: #12335f;
  position: relative;
  text-align: left;
}
@media screen and (max-width:800px) {
  a.viewall03 {
    max-width: 90px;
  }
}
a.viewall03::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_yaji_blue.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
a.viewall03::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #12335f;
}
a.viewall03.active::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #12335f;
  animation: first 0.5s ease-out forwards;
}
a.viewall03:hover::after {
  animation: botananime 0.5s ease-out forwards;
}
@keyframes botananime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes first {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

#whitespace {
  width: 100%;
  height: 268px;
}

#whitespace2 {
  width: 100%;
  height: 135px;
}
@media screen and (max-width:800px) {
  #whitespace2 {
    height: 15vw;
  }
}

#section_soudan {
  width: 100%;
  background-color: #005693;
  padding: 80px 0;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section_soudan {
    padding: 10vw 0;
  }
}
#section_soudan .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#section_soudan .bigs {
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-align: center;
}
#section_soudan .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 1.25em;
}
#section_soudan .botancenter {
  text-align: center;
}
#section_soudan .botancenter a {
  display: inline-block;
  padding: 0.85em 3.5em 0.95em 3.5em;
  border-radius: 50px;
  background-color: #799abc;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 300;
}

#section_soudan_recruit {
  width: 100%;
  background-color: #3a84ab;
  padding: 80px 0;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section_soudan_recruit {
    padding: 10vw 0;
  }
}
#section_soudan_recruit .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#section_soudan_recruit .bigs {
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  text-align: center;
}
#section_soudan_recruit .base_text {
  text-align: center;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#section_soudan_recruit .botancenter {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_soudan_recruit .botancenter .left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section_soudan_recruit .botancenter .left {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#section_soudan_recruit .botancenter .right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section_soudan_recruit .botancenter .right {
    width: 100%;
  }
}
#section_soudan_recruit .botancenter a {
  display: inline-block;
  padding: 0.85em 3.5em 0.95em 3.5em;
  border-radius: 50px;
  background-color: #799abc;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 300;
}

.whitecontena {
  width: 100%;
  position: relative;
}
.whitecontena::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.whitecontena.active::after {
  animation: wihteslide 1.2s ease-in-out forwards;
}
.whitecontena.active .whitecontena__in {
  animation: wihteslide2 1.2s ease-in-out forwards;
}
@keyframes wihteslide {
  0% {
    height: 0;
    bottom: 0;
  }
  30% {
    height: 100%;
    bottom: 0;
  }
  59% {
    height: 100%;
    bottom: 0;
  }
  70% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: auto;
    top: 0;
  }
}
.whitecontena .whitecontena__in {
  opacity: 0;
}
@keyframes wihteslide2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.whitecontena2 {
  width: 100%;
  position: relative;
}
.whitecontena2::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.whitecontena2.active::after {
  animation: wihteslide 1.2s ease-in-out forwards 0.2s;
}
.whitecontena2.active .whitecontena__in2 {
  animation: wihteslide2 1.2s ease-in-out forwards 0.2s;
}
@keyframes wihteslide {
  0% {
    height: 0;
    bottom: 0;
  }
  30% {
    height: 100%;
    bottom: 0;
  }
  59% {
    height: 100%;
    bottom: 0;
  }
  70% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: auto;
    top: 0;
  }
}
.whitecontena2 .whitecontena__in2 {
  opacity: 0;
}
@keyframes wihteslide2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.whitecontena3 {
  width: 100%;
  position: relative;
}
.whitecontena3::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.whitecontena3.active::after {
  animation: wihteslide 1.2s ease-in-out forwards 0.4s;
}
.whitecontena3.active .whitecontena__in3 {
  animation: wihteslide2 1.2s ease-in-out forwards 0.4s;
}
@keyframes wihteslide {
  0% {
    height: 0;
    bottom: 0;
  }
  30% {
    height: 100%;
    bottom: 0;
  }
  59% {
    height: 100%;
    bottom: 0;
  }
  70% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: auto;
    top: 0;
  }
}
.whitecontena3 .whitecontena__in3 {
  opacity: 0;
}
@keyframes wihteslide2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.whitecontenab {
  width: 100%;
  position: relative;
}
.whitecontenab::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #efefef;
}
.whitecontenab.active::after {
  animation: wihteslide 1.2s ease-in-out forwards;
}
.whitecontenab.active .whitecontena__inb {
  animation: wihteslide2 1.2s ease-in-out forwards;
}
@keyframes wihteslide {
  0% {
    height: 0;
    bottom: 0;
  }
  40% {
    height: 100%;
    bottom: 0;
  }
  59% {
    height: 100%;
    bottom: 0;
  }
  60% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: auto;
    top: 0;
  }
}
.whitecontenab .whitecontena__inb {
  opacity: 0;
}
@keyframes wihteslide2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 0px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 0px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*# sourceMappingURL=style.css.map */