@charset "utf-8";
.sp-only {
  display: none !important;
}
body {
  min-width: 1100px;
  margin: 80px 0 0;
}
body#page__front {
  margin: 0;
}
main {
  overflow: hidden;
}
body#page__front main {
  overflow: inherit;
}
.inner {
  width: 1000px;
  margin: auto;
}
.inner.mod--big {
  width: auto;
  max-width: 1120px;
}
.thumbnail {
  position: relative;
  height: 0;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-height: 100%;
}
.movie_sticky {
  position: sticky;
  z-index: -1;
  top: 0;
  left: 0;
  padding: 80px 0 0;
  background: #f4f4f4;
}
body.admin-bar .movie_sticky {
  padding: 112px 0 0;
  margin: -32px 0 0;
}
.movie_wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.movie_wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#movie_fixed {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#movie_fixed video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.movie_wrap .movie_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 565px;
}
.movie_wrap .movie_title .year50_title {
  display: block;
  margin: auto;
  width: 201px;
}
.movie_wrap .movie_title img {
  vertical-align: top;
}
#sbi_images {
  display: flex;
}
.wpcf7-spinner {
  display: none !important;
}
#anchor_campaign {
  padding: 100px 0 0;
  margin: -100px 0 0;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
/* == parts ============================================== */
.btn_base {
  width: 280px;
  border-radius: 30px;
  background: #e40012;
  text-align: center;
  transition: all .3s;
}
.btn_base a {
  display: block;
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}
.btn_base a::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}
.btn_base a::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all .3s;
}
.btn_base:hover {
  filter: brightness(115%);
  box-shadow: 0 0 3px 1px #999;
}
.btn_base a:hover::after {
  opacity: .5;
  transform: scale(1);
}
.btn_base.base--type2 {
  background: #fff;
  border: solid 1px #003c81;
}
.btn_base.base--type2 a {
  color: #003c81;
}
.btn_base.base--type2 a::before {
  background: #003c81;
  right: 10px;
}
.btn_base.base--type2 a::after {
  background: #003c81;
  right: 5px;
}
.btn_base.base--type3 {
  background: #fff;
  border: solid 1px #e40012;
}
.btn_base.base--type3 a {
  color: #e40012;
}
.btn_base.base--type3 a::before {
  background: #e40012;
  right: 10px;
}
.btn_base.base--type3 a::after {
  background: #e40012;
  right: 5px;
}
.btn_base.base--type4 {
  background: #003c81;
  border: solid 1px #003c81;
}
.btn_base.base--type4 a {
  color: #fff;
}
.btn_base.base--type4 a::before {
  background: #fff;
}
.btn_base.base--type4 a::after {
  background: #fff;
}
/**/
.scroll--anime .btn_base {
  opacity: 0;
}
.scroll--start .btn_base {
  -webkit-animation: bright 1.5s linear .5s forwards;
  animation: bright 1.5s linear .5s forwards;
}
@-webkit-keyframes bright {
  0%, 50% {
    opacity: 0;
  }
  30%, 80%, 100% {
    opacity: 1;
  }
}
@keyframes bright {
  0%, 50% {
    opacity: 0;
  }
  30%, 80%, 100% {
    opacity: 1;
  }
}
/**/
.bg__gradation {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.bg__gradation::before {
  content: '';
  -webkit-mask-image: radial-gradient(200% 20% at bottom, transparent 40%, #fff 41%);
  mask-image: radial-gradient(200% 20% at bottom, transparent 40%, #fff 41%);
  background: #e40012;
  background: -moz-linear-gradient(left, #e40012 0%, #bb0012 100%);
  background: -webkit-linear-gradient(left, #e40012 0%, #bb0012 100%);
  background: linear-gradient(to right, #e40012 0%, #bb0012 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40012', endColorstr='#bb0012', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body#page__front .bg__gradation::before {
	  -webkit-mask-image: radial-gradient(150% 30% at bottom, transparent 65%, #fff 66%);
  mask-image: radial-gradient(150% 30% at bottom, transparent 65%, #fff 66%);
}
.bg__gradation div, .bg__gradation section {
  position: relative;
  z-index: 5;
}
.parts__menu {
  width: 615px;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  z-index: 4;
  box-shadow: 0 0 15px 0 #ccc;
}
.parts__menu a {
  display: block;
}
.parts__menu .menu-title {
  background: rgba(0, 60, 129, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 156.25%;
  font-weight: 700;
  transition: all .3s;
}
.parts__menu a:hover .menu-title {
  background: rgba(0, 60, 129, 1);
}
.parts__menu img {
  vertical-align: top;
}
.parts__menu.menu--vendor, .parts__menu.menu--sustainable {
  position: relative;
  z-index: 5;
}
.parts__menu.menu--interview01 {
  margin: auto;
}
.parts__menu.menu--food, .parts__menu.menu--contact, .parts__menu.menu--interview02 {
  margin: -50px 0 0 auto;
}
.parts__menu.menu--recruit {
  margin: 0 auto;
}
.parts__menu .menu-thumbnail {
  overflow: hidden;
}
.parts__menu .menu-thumbnail img {
  transition: all .5s;
}
.parts__menu a:hover .menu-thumbnail img {
  transform: scale(1.1);
}
.title__center {
  text-align: center;
  font-size: 281.25%;
  font-weight: 900;
  color: #003c81;
  margin: 0 0 60px;
}
.title__center.center--border {
  color: #e40012;
  position: relative;
}
.title__center.center--border::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #e40012;
}
.title__center.center--border span {
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.title__bg {
  text-align: center;
  color: #fff;
  font-size: 156.25%;
  background: #e40012;
  padding: 10px 0;
  margin: 0 0 20px;
}
.title__base {
  color: #003c81;
  font-size: 143.75%;
  font-weight: 700;
}
.title__base.base--border {
  border-bottom: solid 1px #000000;
}
/* == header ============================================== */
header {
  position: relative;
}
header .h_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 10px 28px;
  box-sizing: border-box;
}
body.admin-bar header .h_inner {
  top: 32px;
}
header .h_inner .h_logo {
  width: 104px;
  height: 60px;
}
header .h_inner .h_logo a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: contain;
}
header .h_inner .h_logo a img {
    width: 100%;
}
header #menu-trigger {
  position: fixed;
  right: 36px;
  top: 23px;
  width: 44px;
  height: 36px;
  cursor: pointer;
  z-index: 10000002;
}
body.admin-bar header #menu-trigger {
  top: 53px;
}
header #menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #003c81;
  transform-origin: center;
  transition: all .4s;
}
header #menu-trigger span:nth-child(1) {
  top: 0;
}
header #menu-trigger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
header #menu-trigger span:nth-child(3) {
  bottom: 0;
}
body.nav--open header #menu-trigger span:nth-child(1) {
  transform: translateY(15.5px) rotateZ(45deg);
}
body.nav--open header #menu-trigger span:nth-child(2) {
  opacity: 0;
  transform: translateX(-15.5px)
}
body.nav--open header #menu-trigger span:nth-child(3) {
  transform: translateY(-15.5px) rotateZ(-45deg);
}
.h_mega {
  position: fixed;
  z-index: 10000001;
  right: -400px;
  top: 0;
  width: 360px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border-left: solid 1px #999;
  padding: 100px 0 0 60px;
  transition: all .7s;
  overflow: hidden;
}
body.nav--open .h_mega {
  right: 0;
}
.list__main-nav {
  transition: all .5s;
  transform-origin: right bottom;
  transition-delay: .5s;
  transform: translateY(-100vh) rotateZ(50deg);
  transition-timing-function: cubic-bezier(.6, 1.48, .91, .95)
}
body.nav--open .list__main-nav {
  transform: translateY(0);
}
.list__main-nav a {
  display: block;
  font-size: 112.5%;
  font-weight: 700;
  padding: 12px 0 12px 20px;
  position: relative;
}
.list__main-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #000;
  transition: all .2s;
}
.list__main-nav a:hover::before {
  border-color: transparent transparent transparent #fcc800 !important;
}
.list__main-nav li.nav--bg {
  margin: 30px 0 0;
}
.list__main-nav li.nav--bg a {
  width: 230px;
  background: #003c81;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 12px 0;
}
.list__main-nav li.nav--bg a::before {
  left: 20px;
  border-color: transparent transparent transparent #fff;
}
/**/
.h_sns {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 100;
}
.list__sns {
  background: #fff;
  padding: 20px 10px;
  border-radius: 50px;
  border: solid 3px #003c81;
}
.list__sns li {
  width: 30px;
}
.list__sns li img {
  vertical-align: top;
}
.list__sns li + li {
  margin: 10px 0 0;
}
/* == footer ============================================== */
#pagetop {
  position: fixed;
  z-index: 1000;
  right: 45px;
  bottom: 50px;
  width: 50px;
  height: 40px;
  background: url(../img/pagetop.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  cursor: pointer;
}
footer {
  background: #d52616;
  background: -moz-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: -webkit-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: linear-gradient(135deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52616', endColorstr='#7a1514', GradientType=1);
  padding: 100px 0 0;
}
footer .area_f-links {
  position: relative;
}
.list__f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 70px;
}
.list__f-nav > li > a {
  font-size: 125%;
  font-weight: 700;
  text-decoration: underline;
  transition: all .2s;
}
.list__f-nav > li > a:hover {
  color: #fcc800;
}
.list__f-nav > li .nav_sub {
  margin: 10px 0 0;
}
.list__f-nav > li .nav_sub a {
  display: inline-block;
  padding: 3px 0;
  font-size: 93.75%;
}
.list__f-nav > li .nav_sub a:hover {
  text-decoration: underline;
}
.list__f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.list__f-links > li {
  width: 100%;
}
.list__f-links > li.mod--long {
  width: 130%;
}
.list__f-links a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.2;
  border-left: solid 1px #fff;
  transition: all .2s;
}
.list__f-links a:hover {
  color: #fcc800;
}
.list__f-links > li:last-child {
  border-right: solid 1px #fff;
}
.list__f-links.mod--small {
  margin: 30px auto 0;
}
.list__f-links.mod--small li {
  width: auto;
}
.list__f-links.mod--small a {
  padding: 0 40px 0 15px;
  background: url(../img/blank.svg) no-repeat right 10px center;
  background-size: 20px auto;
}
footer .area_f-links .ele_gmo {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
footer .area_copyright {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 130px 0 0;
}
footer .area_copyright::before {
  content: '';
  width: 107%;
  height: 300%;
  background: #000;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
footer .area_copyright .ele_text {
  text-align: center;
  color: #fff;
  padding: 40px 0 50px;
  position: relative;
}
footer .f_bnr {
  margin: 50px auto 0;
  text-align: center;
}
/* == frontpage 
==========================================*/
.blo_top-slide {
  position: relative;
  z-index: 5;
  padding: 70px 0 350px;
}
#js_top-slide {
  padding: 0 0 60px;
  position: relative;
}
#js_top-slide .swiper {
  overflow: visible;
  width: 700px;
  margin: auto;
}
#js_top-slide .swiper-slide {
  height: 420px;
  overflow: hidden;
  border-radius: 50px;
  transform: scale(.7);
  transition: all .5s ease 0s;
  transform-origin: center bottom;
}
#js_top-slide .swiper-slide img {
  vertical-align: top;
}
#js_top-slide .swiper-slide a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#js_top-slide .swiper-slide-prev {
  transform-origin: right bottom;
}
#js_top-slide .swiper-slide-next {
  transform-origin: left bottom;
}
#js_top-slide .swiper-slide-active {
  transform: scale(1);
  transition: transform .5s ease .5s, transform-origin .5s ease 0s;
}
#js_top-slide.swiper {
  padding: 0 0 60px;
}
#js_top-slide .swiper-nav {
  position: absolute;
  width: 350px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  margin: auto;
}
#js_top-slide .swiper-nav .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 34px;
  background: url(../img/slide-prev.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
#js_top-slide .swiper-nav .swiper-button-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 34px;
  background: url(../img/slide-next.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
#js_top-slide .swiper-pagination {
  text-align: center;
  width: calc(100% - 60px);
  margin: auto;
  height: 100%;
}
/* 円形のプログレスバー */
#js_top-slide .swiper-pagination span.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
}
#js_top-slide span.swiper-pagination-bullet::before, #js_top-slide span.swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d26166;
}
#js_top-slide span.swiper-pagination-bullet::before {
  left: -16px;
  transform-origin: right 16px;
  z-index: 2;
}
#js_top-slide span.swiper-pagination-bullet::after {
  left: 16px;
  transform-origin: left 16px;
  z-index: 3;
}
#js_top-slide .swiper-pagination-bullet-active::before {
  animation: circleBefore 4s linear forwards;
}
#js_top-slide .swiper-pagination-bullet-active::after {
  animation: circleAfter 4s linear forwards;
}
#js_top-slide span.swiper-pagination-bullet .circle_inner {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  z-index: 4;
  background: #c22215;
}
@keyframes circleBefore {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes circleAfter {
  0% {
    transform: rotate(0deg);
    background: #d26166;
  }
  50% {
    transform: rotate(180deg);
    background: #d26166;
  }
  50.01% {
    transform: rotate(360deg);
    background: #fff;
  }
  100% {
    transform: rotate(360deg);
    background: #fff;
  }
}
/*----------*/
.blo_front-top {
  position: relative;
  margin: -300px 0 0;
}
.blo_front-top .area_text {
  padding: 0 0 150px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.blo_front-top .area_text .inner {
  padding: 250px 0 0;
}
.blo_front-top .area_text .inner::before {
  content: '';
  width: 830px;
  height: 894px;
  background: url(../img/top-bg.jpg) no-repeat;
  background-size: contain;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 0;
}
.blo_front-top .area_text .ele_title {
  width: 580px;
  margin: 0 0 40px;
  position: relative;
  z-index: 5;
}
.blo_front-top .area_text .ele_title .titile--01 {
  display: block;
  width: 400px;
}
.blo_front-top .area_text .ele_lead {
  font-size: 125%;
  position: relative;
  z-index: 5;
  margin: 0 0 10px;
  min-height: 7.2em;
}
.blo_front-top .area_text .ele_logo {
  width: 246px;
  margin: 0 0 40px 20px;
}
.blo_front-top .area_text .btn_base {
  position: relative;
  z-index: 5;
}
/**/
.blo_front-top .area_movie {
  position: relative;
  overflow: hidden;
  padding: 56.25% 0 0;
}
/**/
.parts_car {
  position: relative;
  padding: 150px 0 10px;
  overflow: hidden;
  z-index: 5;
  background: #fff;
}
.parts_car::before {
  content: '';
  width: 100%;
  height: 15px;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.parts_car img {
  vertical-align: top;
}
.parts_car .ele_vending {
  position: relative;
  z-index: 0;
  width: 110px;
  margin: auto;
  animation: vendor_body 10s linear 0s infinite;
  -webkit-animation: vendor_body 10s linear 0s infinite;
}
.parts_car .ele_car {
  width: 320px;
  padding: 0 0 26px;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 2px;
  animation: car 10s linear 0s infinite;
  -webkit-animation: car 10s linear 0s infinite;
  margin: auto;
}
.parts_car .ele_car .car-body {
  display: block;
  animation: car_body 10s linear 0s infinite;
  -webkit-animation: car_body 10s linear 0s infinite;
}
.parts_car .ele_car .car-wheel {
  display: block;
  position: absolute;
  bottom: 0;
  width: 55px;
  animation: car_wheel 10s linear 0s infinite;
  -webkit-animation: car_wheel 10s linear 0s infinite;
}
.parts_car .ele_car .car-wheel.mod--left {
  left: 55px;
}
.parts_car .ele_car .car-wheel.mod--right {
  left: 215px;
}
@keyframes car {
  0% {
    right: -350px;
  }
  15% {
    right: calc(40% - 143px);
  }
  25% {
    right: calc(50% - 143px);
    transform: translateY(0px);
  }
  40%, 50%, 60% {
    transform: translateY(2px);
  }
  35%, 45%, 55% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(0px);
    right: calc(50% - 143px);
  }
  85% {
    right: calc(55% - 143px);
  }
  100% {
    right: calc(100% + 350px);
  }
}
@-webkit-keyframes car {
  0% {
    right: -350px;
  }
  15% {
    right: calc(48% - 143px);
  }
  25% {
    right: calc(50% - 143px);
    transform: translateY(0px);
  }
  40%, 50%, 60% {
    transform: translateY(2px);
  }
  35%, 45%, 55% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(0px);
    right: calc(50% - 143px);
  }
  85% {
    right: calc(52% - 143px);
  }
  100% {
    right: calc(100% + 350px);
  }
}
@keyframes vendor_body {
  0%, 35% {
    transform: translateY(0);
  }
  40%, 50%, 60% {
    transform: rotateZ(2deg) scale(.97);
  }
  45%, 55% {
    transform: rotateZ(-2deg) scale(1);
  }
  65%, 100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes vendor_body {
  0%, 35% {
    transform: translateY(0);
  }
  40%, 50%, 60% {
    transform: rotateZ(2deg) scale(.97);
  }
  45%, 55% {
    transform: rotateZ(-2deg) scale(1);
  }
  65%, 100% {
    transform: translateY(0);
  }
}
@keyframes car_body {
  0%, 35% {
    transform: translateY(0);
  }
  40%, 50%, 60% {
    transform: translateY(1px);
  }
  45%, 55% {
    transform: translateY(-1px);
  }
  65%, 100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes car_body {
  0%, 35% {
    transform: translateY(0);
  }
  40%, 50%, 60% {
    transform: translateY(1px);
  }
  45%, 55% {
    transform: translateY(-1px);
  }
  65%, 100% {
    transform: translateY(0);
  }
}
@keyframes car_wheel {
  0% {
    transform: rotateZ(0)
  }
  15% {
    transform: rotateZ(-840deg);
  }
  25%, 75% {
    transform: rotateZ(-1260deg);
  }
  85% {
    transform: rotateZ(-1680deg);
  }
  100% {
    transform: rotateZ(-2520deg)
  }
}
@-webkit-keyframes car_wheel {
  0% {
    transform: rotateZ(0)
  }
  15% {
    transform: rotateZ(-840deg);
  }
  25%, 75% {
    transform: rotateZ(-1260deg);
  }
  85% {
    transform: rotateZ(-1680deg);
  }
  100% {
    transform: rotateZ(-2520deg)
  }
}
/*animation*/
.blo_front-top .inner {
  overflow: hidden;
}
.blo_front-top.scroll--anime .ele_title, .blo_front-top.scroll--anime .ele_lead, .blo_front-top.scroll--anime .ele_logo, .blo_front-top.scroll--anime .btn_base {
  transform: translateX(-110%);
  transition: all 1.5s ease .5s;
}
.blo_front-top.scroll--start .ele_title, .blo_front-top.scroll--start .ele_lead, .blo_front-top.scroll--start .ele_logo, .blo_front-top.scroll--start .btn_base {
  transform: translateX(0);
}
.blo_front-top.scroll--anime .inner::before {
  opacity: 1;
  transform: translateX(110%) translateY(-110%);
  transition: all 1.5s ease .5s;
}
.blo_front-top.scroll--start .inner::before {
  transform: translateY(0);
}
/*----------*/
.blo_front-company {
  background: #f4f4f4;
  padding: 190px 0 100px;
}
.blo_front-company .ele_title {
  width: 370px;
  margin: 0 auto 50px;
}
.blo_front-company .area_wrap {
  position: relative;
  min-height: 600px;
}
.blo_front-company .area_wrap .ele_image {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 615px;
  height: 600px;
}
.blo_front-company .area_wrap .ele_image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease .22s;
  border-radius: 50px;
}
.blo_front-company .area_wrap.mod--menu01 .ele_image::before {
  background-image: url(../img/company-img01.jpg);
}
.blo_front-company .area_wrap.mod--menu02 .ele_image::before {
  background-image: url(../img/company-img02.jpg);
}
.blo_front-company .area_wrap.mod--menu03 .ele_image::before {
  background-image: url(../img/company-img03.jpg);
}
.blo_front-company .area_wrap.mod--menu04 .ele_image::before {
  background-image: url(../img/company-img04.jpg);
}
.blo_front-company .area_wrap.mod--menu05 .ele_image::before {
  background-image: url(../img/company-img05.jpg);
}
.blo_front-company .area_wrap .ele_image::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 0;
}
/*
.blo_front-company .area_wrap.on .ele_image::after {
  animation: borde .8s ease 0s 1 none;
  -webkit-animation: borde .8s ease 0s 1 none;
}
*/
@keyframes borde {
  0% {
    left: -100%;
  }
  40%, 60% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes borde {
  0% {
    left: -100%;
  }
  40%, 60% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.list__company-menu li + li {
  margin: 30px 0 0;
}
.list__company-menu a {
  display: block;
  font-size: 156.25%;
  font-weight: 700;
  position: relative;
}
.list__company-menu span {
  display: inline-block;
  position: relative;
}
.list__company-menu span::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}
.list__company-menu a:hover span::before {
  width: 450px;
}
.list__company-menu span::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  left: 420px;
  opacity: 0;
  transform: rotateZ(0deg);
}
.list__company-menu a:hover span::after {
  transform: rotateZ(45deg);
  opacity: 1;
  transition: all .3s ease .5s;
}
.blo_front-company .list__company-menu {
  width: 450px;
  padding: 100px 0 0;
  position: relative;
  z-index: 5;
}
/*----------*/
.blo_front-news {
  background: #f4f4f4;
  padding: 100px 0;
}
.blo_front-news .ele_title {
  width: 230px;
  margin: 0 auto 40px;
}
.blo_front-news .area_white {
  background: #fff;
  border-radius: 50px;
  padding: 60px 110px;
}
.list__news li {
  border-bottom: solid 1px #000;
  margin: 20px 0 0;
}
.list__news a {
  display: block;
  padding: 5px 50px 15px 0;
  background: url(../img/arrow-next.svg) no-repeat right center;
  background-size: 28px auto;
  transition: all .3s;
}
.list__news a:hover {}
.list__news .news_info span.info--time {
  font-size: 93.75%;
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
}
.list__news .news_info span.info--cat {
  font-size: 83.75%;
  font-weight: 700;
  background: rgba(0, 60, 129, 0.4);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 150px;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 1px 10px;
}
.list__news .news_title {
  font-size: 112.75%;
  margin: 8px 0 0;
  transition: all .3s;
}
.list__news a:hover .news_title {
  color: #e40012;
}
.blo_front-news .btn_base {
  margin: 50px auto 0;
}
/*----------*/
.blo_front-campaign {
  background: #f4f4f4;
  padding: 150px 0 100px;
  overflow: hidden;
}
.blo_front-campaign .inner {
  position: relative;
  z-index: 10;
  width: 1100px;
}
.blo_front-campaign .inner::before {
  content: '';
  width: 560px;
  height: 750px;
  background: #d52616;
  background: -moz-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: -webkit-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: linear-gradient(135deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52616', endColorstr='#7a1514', GradientType=1);
  position: absolute;
  z-index: -1;
  left: 800px;
  top: 50px;
  border-radius: 50px;
}
.blo_front-campaign .ele_title {
  width: 400px;
  margin: 0 auto 50px;
}
#js_campaign-slide {
  position: relative;
  margin: 0 50px;
}
#js_campaign-slide .swiper-slide {
  border-radius: 55px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px 0px #ddd;
  margin: 0 0 13px;
}
#js_campaign-slide .swiper-slide .campaign_thumbnail {
  padding: 133.34% 0 0;
  position: relative;
  height: auto;
  transition: all .3s;
}
#js_campaign-slide .swiper-slide .campaign_box {
  text-align: center;
  margin: 20px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.5;
  min-height: 3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .2s;
}
#js_campaign-slide .swiper-slide .campaign_box .box-title {}
#js_campaign-slide .swiper-slide a {
  display: block;
}
#js_campaign-slide .swiper-slide a:hover .campaign_box {
  color: #fcc800;
}
#js_campaign-slide .swiper-nav {
  position: absolute;
  right: -50px;
  top: 0;
  width: 35px;
}
#js_campaign-slide .swiper-nav .swiper-button-prev {
  position: absolute;
  right: 0;
  top: 80px;
  width: 28px;
  height: 34px;
  background: url(../img/slide-prev.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  opacity: .7;
  transition: all .2s;
}
#js_campaign-slide .swiper-nav .swiper-button-next {
  position: absolute;
  right: 0;
  top: 30px;
  width: 28px;
  height: 34px;
  background: url(../img/slide-next.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  opacity: .7;
  transition: all .2s;
}
#js_campaign-slide .swiper-nav .swiper-button-prev:hover, #js_campaign-slide .swiper-nav .swiper-button-next:hover {
  opacity: 1;
}
#js_campaign-slide .swiper-slide {
  transition: opacity .5s;
}
#js_campaign-slide .swiper-slide-active, #js_campaign-slide .swiper-slide-prev, #js_campaign-slide .swiper-slide-next {
  opacity: 1;
}
.blo_front-campaign .btn_base {
  margin: 100px auto 0;
}
#js_campaign-slide.no-slider .swiper-nav, #js_campaign-slide.no-slider .swiper-slide-duplicate {
  display: none;
  width: 310px;
  margin: 0 28px;
}
/*----------*/
.blo_front-menus {
  background: #f4f4f4;
  padding: 120px 0 300px;
  overflow: hidden;
}
.blo_front-menus .area_business {
  margin: 0 0 150px;
}
.blo_front-menus .area_business .inner {
  position: relative;
  padding: 80px 0 0;
}
.blo_front-menus .area_business .inner::before {
  content: '';
  width: 560px;
  height: 900px;
  background: #d52616;
  background: -moz-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: -webkit-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: linear-gradient(135deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52616', endColorstr='#7a1514', GradientType=1);
  position: absolute;
  z-index: 0;
  left: -60px;
  top: 0;
  border-radius: 50px;
}
.blo_front-menus .area_business .inner::after {
  content: '';
  width: 560px;
  height: 1400px;
  background: #d52616;
  background: -moz-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: -webkit-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: linear-gradient(135deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52616', endColorstr='#7a1514', GradientType=1);
  position: absolute;
  z-index: 0;
  right: -60px;
  top: 750px;
  border-radius: 50px;
}
.blo_front-menus .area_business .ele_title {
  width: 370px;
  margin: 0 0 50px auto;
}
/**/
.blo_front-menus .area_others {
  margin: 0 0 120px;
}
.blo_front-menus .area_others .ele_title {
  width: 306px;
  margin: 0 0 50px;
}
/**/
.blo_front-menus .area_recruit {
  margin: 0 0 100px;
}
.blo_front-menus .area_recruit .inner {
  position: relative;
  padding: 100px 0 0;
}
.blo_front-menus .area_recruit .inner::before {
  content: '';
  width: 560px;
  height: 750px;
  background: #d52616;
  background: -moz-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: -webkit-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: linear-gradient(135deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52616', endColorstr='#7a1514', GradientType=1);
  position: absolute;
  z-index: 0;
  right: 720px;
  top: 0;
  border-radius: 50px;
}
.blo_front-menus .area_recruit .ele_title {
  width: 338px;
  margin: 0 auto 50px;
}
/*----------*/
.blo_front-sns {
  position: relative;
  z-index: 10;
  padding: 140px 0 0;
  margin: -140px 0 0;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffff', GradientType=0);
}
.blo_front-sns::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 0;
  width: 120%;
  height: 600px;
  background: #fff;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.blo_front-sns .inner {
  position: relative;
  z-index: 5;
}
.blo_front-sns .ele_title {
  width: 154px;
  margin: 0 auto 80px;
}
.blo_front-sns .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 0 100px;
}
.blo_front-sns .flex .area_fb {
  width: 470px;
}
.blo_front-sns .flex .area_tw {
  width: 600px;
}
.blo_front-sns .flex .ele_sns-box {
  box-sizing: border-box;
  border: solid 1px #000;
  height: 530px;
  overflow-y: scroll;
}
.blo_front-sns .ele_name {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px auto;
  padding: 50px 0 0;
  margin: 0 0 10px;
}
.blo_front-sns .area_fb .ele_name {
  background-image: url(../img/icon-fb.svg);
}
.blo_front-sns .area_tw .ele_name {
  background-image: url(../img/icon-tw.svg);
}
.blo_front-sns .area_insta {
  overflow: hidden;
}
.blo_front-sns .area_insta img {
  vertical-align: top;
}
.blo_front-sns .area_insta .ele_name {
  background-image: url(../img/icon-insta.svg);
}
/**/
.blo_front-movie {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
/* == underpage ============================================== */
/* 
page-name #food
==================*/
.blo_pageTitle {
  overflow: hidden;
  position: relative;
  margin: 70px 0;
}
.blo_pageTitle .inner {
  height: 100%;
  position: relative;
}
.blo_pageTitle .ele_pageThumbnail {
  width: 1330px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  right: 330px;
  top: 0;
  z-index: 1;
  margin: 0 0 100px;
}
.blo_pageTitle .ele_pageThumbnail img {
  vertical-align: top;
}
.blo_pageTitle .area_textBox {
  position: absolute;
  z-index: 5;
  width: 580px;
  box-sizing: border-box;
  padding: 70px 35px;
  background: #e30012;
  background: -moz-linear-gradient(left, #c72315 0%, #bb0012 100%);
  background: -webkit-linear-gradient(left, #c72315 0%, #bb0012 100%);
  background: linear-gradient(to right, #c72315 0%, #bb0012 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40012', endColorstr='#bb0012', GradientType=1);
  color: #fff;
  right: -50px;
  bottom: 0;
}
#page__food .blo_pageTitle .area_textBox {
  padding: 40px 35px 30px;
}
.blo_pageTitle .area_textBox .ele_title {
  font-size: 537.5%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.1em;
  margin: 0 0 20px;
}
.blo_pageTitle .area_textBox .ele_title span {
  font-size: 140%;
}
.blo_pageTitle .area_textBox .ele_title small {
  font-size: 90%;
}
.blo_pageTitle .area_textBox .ele_text {
  font-size: 125%;
  line-height: 2.3;
}
.blo_pageTitle.pageTitle--type2 .ele_pageThumbnail {
  right: auto;
  left: -50px;
}
/*----------*/
.blo_pageTitle .FlexBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 5%;
}
.blo_pageTitle .FlexBox .textBox {
  width: 48%
}
.blo_pageTitle .FlexBox .textBox .main_title {
  width: 75%;
  margin: 0 0 3%;
}
.blo_pageTitle .FlexBox .textBox .main_text {
  color: #fff;
  font-size: 110%;
}
.blo_pageTitle .imgBox {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, .07);
  border-radius: 2.5em;
  overflow: hidden;
  margin: 0 0 5%;
}
.blo_pageTitle .FlexBox .imgBox {
  width: 48%;
  margin: 0;
}
.blo_pageTitle .imgBox img {
  vertical-align: top;
}
/**/
.blo_foodTop {
  padding: 0 0 500px;
}
.blo_foodTop .food_logo {
  width: 307px;
  margin: 0 auto 50px;
}
.blo_foodTop .FlexBox{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}
.blo_foodTop .FlexBox .imgBox{
	width: 48%;
}
.blo_foodTop .imgBox img{
	vertical-align: top;
}
/**/
.list__food {
  margin: 0 0 50px;
}
.list__food li {
  position: relative;
  height: 550px;
}
.list__food li + li {
  margin: 90px 0 0;
}
.list__food .food_thumbnail {
  width: 595px;
  overflow: hidden;
  border-radius: 50px;
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
}
.list__food .food_thumbnail img {
  vertical-align: top;
}
.list__food .food_textBox {
  background: #fff;
  position: relative;
  border-radius: 50px;
  width: 500px;
  padding: 70px 40px;
  box-sizing: border-box;
}
.list__food .food_textBox .food_title {
  color: #003c81;
  font-size: 281.25%;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 auto 20px;
}
.list__food .food_textBox .food_text {
  font-size: 106.25%;
}
/**/
.blo_interview {
  margin: -400px 0 0;
  padding: 250px 0 150px;
  background: #f4f4f4;
}
.blo_interview .ele_title {
  width: 420px;
  margin: 0 auto 50px;
}
/**/
.blo_case {
  padding: 0 0 250px;
  background: #f4f4f4;
}
.blo_case .ele_title {
  width: 204px;
  margin: 0 auto 50px;
}
.list__3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list__3column li {
  width: 32%;
  margin: 0 0 80px;
}
.list__3column a {
  display: block;
}
.list__3column .thumbnail {
  padding: 133.34% 0 0;
  margin: 0 0 20px;
}
.list__3column .btn {
  width: 210px;
  box-sizing: border-box;
  margin: auto;
  border: solid 1px #003c81;
  border-radius: 30px;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  color: #003c81;
  position: relative;
  transition: all .3s;
}
.list__3column .btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #003c81;
}
.list__3column .btn::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #003c81;
  opacity: 0;
  transform: scale(0);
  transition: all .3s;
}
.list__3column li:hover .btn {
  filter: brightness(115%);
  box-shadow: 0 0 3px 1px #999;
}
.list__3column li:hover .btn::after {
  opacity: .5;
  transform: scale(1);
}
.blo_case .btn_base {
  margin: auto;
  width: 340px;
}
.pop__base {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s;
  transform: scale(0);
}
.is--active + .pop__base {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}
.pop__base .pop__wrap {
  background: #fff;
  width: 1000px;
  margin: auto;
  position: absolute;
  top: -150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .5s ease .5s;
  transition-timing-function: cubic-bezier(.1, 1.17, .76, 1.04)
}
.is--active + .pop__base .pop__wrap {
  top: 50%;
}
.pop__base .pop__wrap .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/close.svg) no-repeat center;
  background-size: 18px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.pop__base .pop__wrap .wrap_flex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px;
}
.pop__base .pop__wrap .wrap_imageBox {
  width: 470px;
}
.pop__base .pop__wrap .wrap_imageBox img {
  vertical-align: top;
}
.pop__base .pop__wrap .wrap_imageBox .imageBox_main {
  overflow: hidden;
}
.pop__base .pop__wrap .wrap_imageBox .imageBox_sub {
  margin: 20px 0 0;
}
.pop__base .pop__wrap .wrap_imageBox .imageBox_sub .swiper-slide {
  cursor: pointer;
  transition: all .3s;
}
.pop__base .pop__wrap .wrap_imageBox .imageBox_sub .swiper-slide.swiper-slide-thumb-active {
  opacity: .5;
}
.pop__base .pop__wrap .wrap_imageBox .imageBox_sub .swiper-slide:hover {
  opacity: .7;
}
.pop__base .pop__wrap .wrap_textBox {
  width: 430px;
  padding: 100px 0 0;
}
.pop__base .pop__wrap .wrap_textBox .textBox_title {
  font-size: 250%;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 20px;
}
.pop__base .pop__wrap .wrap_textBox .textBox_lead {
  font-size: 156.25%;
  font-weight: 700;
  background: rgba(0, 60, 129, 0.1);
  padding: 2px 20px;
  border-radius: 30px;
  margin: 0 0 15px;
}
.pop__base .pop__wrap .wrap_textBox .textBox_text {
  font-size: 106.25%;
}
.pop__base .map_wrap {
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  padding: 50px;
}
.pop__base .map_wrap iframe {
  width: 100%;
  height: 100%;
}
/**/
.list__case {
  margin: 100px 0 120px;
}
.list__case .thumbnail {
  padding: 54.2% 0 0;
  border-radius: 3em;
  margin: 0 0 40px;
}
.list__case .thumbnail img {
  vertical-align: top;
}
.list__case .case_info {
  text-align: center;
  margin: 0 0 30px;
}
.list__case .case_info .tag--food {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  margin: 0 20px 0 0;
  line-height: 1;
}
.list__case .case_info .tag--with {
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
  font-weight: 900;
  color: #1E2972;
  margin: 0 .6em 0 0;
}
.list__case .case_info .case_title {
  display: inline-block;
  vertical-align: middle;
  color: #E60012;
  font-size: 200%;
  font-weight: 900;
  line-height: 1;
}
.list__case > li + li {
  margin: 120px 0 0;
}
.list__case .btn_base {
  width: 210px;
  background: transparent;
  cursor: pointer;
}
.list_case--tag {
  text-align: center;
  margin: 0 0 40px;
}
.list_case--tag span {
  display: inline-block;
  background: #1d2086;
  font-size: 75%;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  margin: 0 5px;
  padding: 2px 15px;
}
/**/
.blo_pageTitle .area_bg {
  position: absolute;
  left: 130px;
  bottom: 0;
  width: 300%;
  background: #d52616;
  background: -moz-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: -webkit-linear-gradient(-45deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  background: linear-gradient(135deg, #d52616 1%, #ca2415 50%, #7a1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52616', endColorstr='#7a1514', GradientType=1);
  border-bottom-left-radius: 50px;
  padding: 660px 0 15px 120px;
}
.blo_pageTitle .area_bg.bg--long {
  padding: 660px 0 10px 120px;
}
.blo_pageTitle .area_bg .page_title {
  position: absolute;
  width: 1000px;
  left: -130px;
  bottom: 15px;
  margin: auto;
  color: #fff;
  font-size: 187.5%;
  font-weight: 700;
  text-align: center;
}
.list__anchor li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 0 0;
}
.list__anchor a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 112.5%;
  font-weight: 700;
  padding: 15px 0 15px 20px;
  line-height: 1;
}
.list__anchor a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  transition: all .2s;
  transform-origin: center;
}
.list__anchor a:hover::before {
  transform: rotate(90deg);
}
.list__anchor small {
  display: block;
  margin: 3px 0 0;
  font-size: 72.22%;
}
.blo_company .area_president {
  padding: 60px 0 0;
  margin: 0 0 50px;
}
.blo_company .spot_president .ele_textBox {
  background-color: #f4f4f4;
  background-image: url("../img/company/president.jpg");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left 50px bottom;
  border-radius: 50px;
  height: 300px;
  padding: 80px 100px 0 500px;
  box-sizing: border-box;
  margin: 0 0 40px;
}
.blo_company .spot_president .ele_textBox .text {
  font-size: 156.25%;
  margin: 0 0 30px;
}
.blo_company .spot_president .ele_textBox .name {
  text-align: right;
}
.blo_company .spot_president .ele_textBox .name strong {
  display: inline-block;
  font-size: 156.25%;
  font-weight: 400;
  margin: 0 0 0 30px;
}
.blo_company .spot_message {
  margin: 0 0 60px;
}
.blo_company .spot_message .ele_message {
  margin: 0 0 30px;
  font-size: 106.25%;
}
.dl__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #333;
  padding: 5px 0;
}
.dl__base dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 150px;
  font-size: 125%;
}
.dl__base dd {
  width: calc(100% - 150px);
  margin: 3px 0 0;
}
.blo_company .area_president .dl__base {
  margin: 30px 0 0;
}
/**/
.blo_company .area_gaiyou {
  padding: 100px 0 0;
  margin: 0 0 30px;
}
.table__base {
  width: 100%;
  table-layout: fixed;
  font-size: 106.25%;
}
.table__base tr:nth-child(odd) {
  background: #f4f4f4;
}
.table__base th {
  width: 180px;
  padding: 15px 30px;
  box-sizing: border-box;
  border-left: solid 1px #000;
}
.table__base td {
  padding: 15px 30px;
  border-left: solid 1px #000;
}
.table__base.base--long th {
  width: 280px;
  text-align: right;
  vertical-align: top;
}
/**/
.blo_company .area_history {
  padding: 100px 0 0;
  margin: 0 0 30px;
}
/**/
.blo_company .area_map {
  padding: 100px 0 0;
  margin: 0 0 30px;
}
.blo_company .area_map .history_map {
  margin: 0 0 50px;
}
.list__mapAddress {
  border: solid 1px #000000;
}
.list__mapAddress li {
  border-bottom: solid 1px #000000;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
.list__mapAddress dl {
  width: calc(100% - 170px);
  font-size: 106.25%;
  display: flex;
  align-items: center;
}
.list__mapAddress dt {
  width: 220px;
  font-weight: 700;
}
.list__mapAddress dd {
  width: calc(100% - 220px);
  box-sizing: border-box;
  border-left: solid 1px #000;
  padding: 0 0 0 25px;
}
.list__mapAddress .mapAddress_btns {
  width: 170px;
}
.list__mapAddress .btn_base {
  width: 170px;
  height: 32px;
}
.list__mapAddress .btn_base + .btn_base {
  margin: 10px 0 0;
}
.list__mapAddress .btn_base a {
  font-size: 81.25%;
  line-height: 32px;
}
/**/
.blo_company .area_group {
  padding: 100px 0 0;
  margin: 0 0 200px;
}
.blo_company .area_group .history_map {
  margin: 0 0 50px;
}
.blo_company .area_group .list__mapAddress li {
  align-items: center;
}
.blo_company .area_group .list__mapAddress dt {
  width: 270px;
}
.blo_company .area_group .list__mapAddress dd {
  width: calc(100% - 270px);
}
/* 
page-name #information
==================*/
#page__information {
  background: #f4f4f4;
}
.blo_news {
  margin: 0 0 250px;
}
.blo_news_ttl {
    width: 100%;
    text-align: center;
    font-size: 150%;
    font-weight: 900;
    color: #1E2972;
    margin-bottom: 1em;
}
.list__sort {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  width: 90%;
}
.list__sort li {
  width: 23.5%;
  box-sizing: border-box;
  border: solid 1px #003c81;
  border-radius: 30px;
  text-align: center;
  color: #003c81;
  font-weight: 700;
  margin: 0 0 1.5% 2%;
  padding: 3px 0;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
.list__sort li.active {
  background: #003c81;
  color: #fff;
}
.list__sort li:nth-child(4n + 1) {
  margin: 0 0 1.5%;
}
.list__sort li::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #003c81;
}
.list__sort li.active::before {
  background: #fff;
}
.list__sort li::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #003c81;
  opacity: 0;
  transform: scale(0);
  transition: all .3s;
}
.list__sort li.active::after {
  background: #fff;
}
.list__sort li:hover {
  filter: brightness(115%);
  box-shadow: 0 0 3px 1px #999;
}
.list__sort li:hover::after {
  opacity: .5;
  transform: scale(1);
}
.list__information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list__information::before {
  content: '';
  display: block;
  width: 23.5%;
  order: 1;
}
.list__information::after {
  content: '';
  display: block;
  width: 23.5%;
}
.list__information li {
  width: 23.5%;
  margin: 0 0 6%;
}
.list__information li:nth-child(4n + 1) {
  margin: 0 0 6%;
}
.list__information a {
  display: block;
}
.list__information .thumbnail {
  padding: 134% 0 0;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 0 20px;
}
.list__information .infoBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
.list__information .infoBox span.time {
  display: inline-block;
  width: 80px;
  flex: 1;
  font-size: 93.75%;
}
.list__information .infoBox span.cat {
  display: inline-block;
  width: 140px;
  flex: 1;
  font-size: 87.5%;
  font-weight: 700;
  background: rgba(0, 60, 129, 0.4);
  color: #fff;
  padding: 2px 20px;
  border-radius: 30px;
  text-align: center;
}
.list__information .textBox {
  transition: all .2s;
}
.list__information a:hover .textBox {
  color: #e40012;
}
/**/
.list__information > li {
  display: none;
}
.list__information > li.active {
  display: block;
}
.list__information.cat00 > li {
  display: block !important;
}
.list__information.cat01 > .cat01, .list__information.cat02 > .cat02, .list__information.cat03 > .cat03, .list__information.cat04 > .cat04, .list__information.cat05 > .cat05 {
  display: block;
}
.blo_news .btn_base {
  margin: 50px auto 0;
}
.blo_newsSingle {
  padding: 100px 0 250px;
}
.blo_newsSingle .single_info {
  margin: 0 0 20px;
}
.blo_newsSingle .single_info time {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 93.75%;
}
.blo_newsSingle .single_info span.cat_tag {
  display: inline-block;
  font-size: 83.75%;
  font-weight: 700;
  background: rgba(0, 60, 129, 0.4);
  vertical-align: middle;
  text-align: center;
  min-width: 130px;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 1px 10px;
}
.blo_newsSingle .single_title {
  font-size: 156.25%;
  font-weight: 700;
  margin: 0 0 40px;
}
.blo_newsSingle .single-pager {
  text-align: center;
  margin: 150px 0 0;
}
.blo_newsSingle .single-pager .pager_prev, .blo_newsSingle .single-pager .pager_back, .blo_newsSingle .single-pager .pager_next {
  display: inline-block;
}
.blo_newsSingle .single-pager .pager_prev a, .blo_newsSingle .single-pager .pager_back a, .blo_newsSingle .single-pager .pager_next a {
  display: block;
  padding: 0 20px;
  line-height: 1;
  font-size: 106.25%;
  transition: all .2s;
}
.blo_newsSingle .single-pager a:hover {
  color: #e40012;
}
.blo_newsSingle .single-pager .pager_back a {
  border-left: solid 1px #323232;
  border-right: solid 1px #323232;
}
/* 
page-name #vendor
==================*/
.blo_vendor {
  padding: 0 0 300px;
}
.blo_vendor .vendor_topTitle {
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
}
.blo_vendor .vendor_topTitle span.text {
  font-size: 150%;
}
.blo_vendor .vendor_topTitle span.num {
  font-size: 170%;
}
.list_number3 {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 130px;
}
.list_number3 li {
  width: 26.5%;
}
.blo_vendor .ele_vendor-text {
  font-size: 125%;
  color: #fff;
  margin: 0 0;
}
.blo_vendor .ele_vendor-image {
  margin: 0 0 50px;
}
.blo_vendor .ele_vendor-text.text--small {
  font-size: 106.25%;
  margin: 0 0 100px;
}
/*--------------------*/
.blo_vendorOthers {
  padding: 150px 0 0;
  margin: -200px 0 0;
}
.blo_vendorOthers .sec-title {
  text-align: center;
  color: #e30012;
  font-size: 281.25%;
  font-weight: 900;
}
.blo_vendorOthers .sec-title strong {
  font-weight: 900;
}
.blo_vendorOthers .set-title {
  text-align: center;
  color: #003c80;
  font-size: 218.75%;
  font-weight: 900;
}
.blo_vendorOthers .title__border {
  text-align: center;
  color: #003c80;
  font-size: 218.75%;
  font-weight: 900;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 40px;
  line-height: 1;
}
.blo_vendorOthers .title__border span {
  position: relative;
  z-index: 2;
}
.blo_vendorOthers .title__border em {
  font-style: normal;
  display: inline-block;
  font-size: 150%;
}
.blo_vendorOthers .title__border::before {
  content: '';
  width: 100%;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.list__btns {
  display: flex;
  justify-content: space-between;
}
.list__btns li {
  width: 32%;
}
.blo_vendor .list__btns {
  margin: -50px 0 50px;
}
.blo_vendorOthers .title__border.color--glay::before {
  background: rgba(0, 60, 128, 0.1);
}
.blo_vendorOthers .area_lead {
  margin: 0 0 70px;
}
.blo_vendorOthers .area_lead .sec-title {
  margin: 0 auto 30px;
  font-size: 200%;
  line-height: 1.4;
}
.blo_vendorOthers .area_lead .sec-title strong {
  font-size: 150%;
}
.blo_vendorOthers .area_lead .sec-title strong em {
  font-style: normal;
  font-size: 150%;
}
.blo_vendorOthers .area_lead .lead-text {
  text-align: center;
  line-height: 2;
  font-size: 125%;
  margin: 0 0 40px;
}
.blo_vendorOthers .area_lead .lead-image {
  width: 567px;
  margin: 0 auto;
}
/*--------------------*/
.blo_vendorOthers .area_est {
  padding: 110px 0;
  background: #f3f3f3;
}
.blo_vendorOthers .area_est .est-set {
  margin: 0 0 90px;
}
.blo_vendorOthers .area_est .sec-title {
  margin: 0 auto 60px;
}
.blo_vendorOthers .area_est .spot_atukai {
  background: #fff;
  position: relative;
  padding: 50px 50px 20px;
  border-radius: 1em;
}
.blo_vendorOthers .area_est .spot_atukai .atukai-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  margin: auto;
  text-align: center;
  line-height: 1;
  color: #003c80;
  font-size: 218.75%;
  font-weight: 900;
}
.blo_vendorOthers .area_est .spot_atukai .atukai-lead {
  text-align: center;
  margin: 0 0 30px;
}
.list_vendorEx {
  display: flex;
  justify-content: space-between;
}
.list_vendorEx li {
  width: 18%;
}
.list_vendorEx figure {
  text-align: center;
}
.list_vendorEx figcaption {
  display: block;
  border: solid 1px #003c80;
  border-radius: 15px;
  line-height: 1.4;
  color: #003c80;
  font-size: 93.75%;
  font-weight: 700;
  padding: 10px 0;
}
/*--------------------*/
.blo_vendorOthers .area_consider {
  padding: 150px 0 10px;
}
.title__straight {
  text-align: center;
  position: relative;
  margin: 0 auto 70px;
}
.title__straight span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 5;
  font-size: 281.25%;
  font-weight: 900;
  color: #e30012;
  line-height: 1;
}
.title__straight::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #e30012;
}
.blo_vendorOthers .area_consider .consider_set {
  margin: 0 auto 130px;
}
.blo_vendorOthers .area_consider .consider_set .set-title {
  text-align: center;
  margin: 0 auto 50px;
}
.blo_vendorOthers .area_consider .consider_set .set01-img {
  text-align: center;
  margin: 0 0 70px;
}
.blo_vendorOthers .area_consider .dl__caption {
  position: relative;
  background: rgba(0, 60, 128, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 30px 0;
}
.blo_vendorOthers .area_consider .dl__caption dt {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
  font-size: 156.25%;
  font-weight: 700;
  color: #003c80;
}
.blo_vendorOthers .area_consider .dl__caption dd {
  font-size: 106.25%;
}
.blo_vendorOthers .area_consider .set02-float {
  display: flex;
  flex-direction: row-reverse;
  max-width: 950px;
  margin: 0 auto 80px;
  justify-content: space-between;
}
.blo_vendorOthers .area_consider .set02-float .left {
  width: calc(100% - 480px);
  font-size: 106.25%;
  padding: 30px 0 0;
}
.blo_vendorOthers .area_consider .set02-float .right {
  width: 430px;
  overflow: hidden;
  border-radius: 30px;
}
.blo_vendorOthers .area_consider .set02-float .right img {
  vertical-align: top;
}
.blo_vendorOthers .area_consider .set02-img {
  text-align: center;
}
.blo_vendorOthers .area_consider .list_3column .column-title span {
  font-size: 137.5%;
}
.parts__contact {
  text-align: center;
  margin: 70px auto;
}
.parts__contact .btn_base {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.parts__contact .contact-tel {
  display: inline-block;
  vertical-align: middle;
  width: 266px;
  margin: 0 20px;
}
/*--------------------*/
.blo_vendorOthers .area_onayami {
  padding: 130px 0 50px;
  margin: -80px 0 0;
}
.list__onayami {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: url(../img/vendor/onayami-img01.svg) no-repeat center;
  background-size: 286px auto;
  margin: 50px auto 20px;
}
.list__onayami li {
  width: 330px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-size: 137.5%;
  font-weight: 700;
  box-sizing: border-box;
}
.list__onayami li.left {
  background-image: url(../img/vendor/fuki-left.svg);
  padding: 30px 20px 30px 0;
  margin: 0 170px 50px 0;
}
.list__onayami li.right {
  background-image: url(../img/vendor/fuki-right.svg);
  padding: 30px 0 30px 20px;
  margin: 0 0 50px 170px;
}
.blo_vendorOthers .area_onayami .onayami-arrow {
  width: 450px;
  margin: 0 auto 50px;
}
.blo_vendorOthers .area_onayami .title__border {
  font-size: 200%;
}
/*--------------------*/
.list__routeCar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list__routeCar::after {
  content: '';
  display: block;
  width: 475px;
}
.list__routeCar li {
  width: 475px;
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 50px;
}
.list__routeCar img {
  vertical-align: top;
}
.blo_vendorOthers .area_routeCar {
  padding: 150px 0;
}
.blo_vendorOthers .area_routeCar .ele_routeCarText {
  font-size: 106.25%;
}
.blo_vendorOthers .area_installation {
  padding: 100px 0 0;
  margin: 0 0 50px;
}
/*--------------------*/
.dl__faq {
  cursor: pointer;
}
.dl__faq + .dl__faq {
  margin: 10px 0 0;
}
.dl__faq dt {
  background-color: #668ab3;
  background-image: url(../img/icon-q.svg);
  background-repeat: no-repeat;
  background-size: 40px 34px;
  background-position: left 50px center;
  padding: 20px 30px 20px 130px;
  position: relative;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  transition: all .3s;
}
.dl__faq dt::before {
  content: '';
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
}
.dl__faq dt:hover {
  opacity: .7;
}
.dl__faq dt span {
  display: block;
  position: relative;
}
.dl__faq dt span::before {
  content: '';
  width: 4px;
  height: 20px;
  background: #668ab3;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  transition: all .3s;
}
.dl__faq.is--active dt span::before {
  transform: rotate(90deg);
}
.dl__faq dt span::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #668ab3;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}
.dl__faq dd {
  font-size: 106.25%;
  background-color: rgba(255, 255, 255, .7);
  background-image: url(../img/icon-a.svg);
  background-repeat: no-repeat;
  background-size: 44px 27px;
  background-position: left -50px center;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  transition: all .5s;
}
.dl__faq.is--active dd {
  height: auto;
  padding: 20px 50px 20px 130px;
  background-position: left 50px center;
}
.blo_vendorOthers .area_faq {
  padding: 100px 0 250px;
  background: #f3f3f3;
}
.list_3column {
  display: flex;
  justify-content: space-between;
}
.list_3column li {
  width: 33.333%;
  box-sizing: border-box;
}
.list_3column .column-title {
  background: #fff;
  border-radius: 50%;
  width: 80%;
  height: 0;
  padding: 80% 0 0;
  position: relative;
  text-align: center;
  box-shadow: 23px 23px 0 0 #003c80;
  margin: 0 auto 40px;
  border: solid 2px #003c80;
}
.list_3column .column-title span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 156.25%;
  font-weight: 700;
  line-height: 1.48;
  color: #003c80;
  white-space: nowrap;
}
.list_3column .column-text {
  text-align: center;
  font-size: 96%;
}
/* 
page-name #sustainable
==================*/
.blo_sustainable .area_sdgs {
  margin: 0 0 130px;
}
.blo_sustainable .area_sdgs .sdgs_image {
  margin: 0 0 60px;
}
.blo_sustainable .area_sdgs .sdgs_lead {
  text-align: center;
  margin: 0 0 20px;
  font-size: 156.25%;
  font-weight: 700;
}
.blo_sustainable .area_sdgs .sdgs_text {
  font-size: 106.25%;
}
.blo_sustainable .area_attempt {
  background: #f4f4f4;
  padding: 120px 0 300px;
}
.list__sustainableAttemapt li + li {
  margin: 140px 0 0;
}
.list__sustainableAttemapt .attempt_number {
  text-align: center;
  margin: 0 0 30px;
}
.list__sustainableAttemapt .attempt_number img {
  vertical-align: top;
  width: 150px;
  margin: 0 10px;
}
.list__sustainableAttemapt .attempt_title {
  font-size: 156.25%;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.list__sustainableAttemapt .attemptBox {
  max-width: 840px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.list__sustainableAttemapt .attempt_thumbnail {
  width: 325px;
}
.list__sustainableAttemapt .attempt_thumbnail img {
  vertical-align: top;
}
.list__sustainableAttemapt .attempt_text {
  width: calc(100% - 360px);
}
/* 
page-name #recruit
==================*/
.blo_recruit .title__base {
  margin: 50px 0 15px;
}
.blo_recruit .area_message {
  padding: 220px 0 60px;
  position: relative;
  overflow: hidden;
}
.blo_recruit .area_message video {
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, 0%);
  width: 100%;
  min-width: 1200px;
}
.blo_recruit .area_message .inner {
  position: relative;
  z-index: 5;
}
.blo_recruit .area_message .message_title {
  font-size: 156.25%;
  color: #fff;
  font-weight: 700;
  margin: 0 0 30px;
}
.blo_recruit .area_message .message_text {
  color: #fff;
  line-height: 2.625;
}
.blo_recruit .area_message .flex {
  display: flex;
  justify-content: space-between;
}
.blo_recruit .area_message .thumbnail {
  width: 225px;
  padding: 27% 0 0;
  flex-shrink: 0;
}
.blo_recruit .area_message .textBox {
  width: calc(100% - 270px);
  flex-shrink: 0;
}
.blo_recruit .area_message .message_title {
  font-size: 143.75%;
  font-weight: 700;
  margin: 0 0 15px;
}
.blo_recruit .area_new-graduate {
  padding: 130px 0 0;
  margin: 0 0 50px;
}
.blo_recruit .area_new-graduate .new-graduate_image {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 50px;
}
.blo_recruit .area_new-graduate .new-graduate_image img {
  vertical-align: top;
}
.blo_recruit .area_new-graduate .new-graduate_text {
  font-size: 106.25%;
}
.blo_recruit .area_new-graduate .spot_plan {
  padding: 120px 0 0;
}
.blo_recruit .area_new-graduate .spot_plan .plan_text {
  margin: 0 0 30px;
}
.blo_recruit .area_new-graduate .spot_gender {
  padding: 120px 0 0;
}
.blo_recruit .area_new-graduate .spot_youkou {
  padding: 120px 0 0;
}
.blo_recruit .area_new-graduate .spot_youkou .detail_saiyo {
  margin: 0 0 30px;
}
.blo_recruit .accordion_title {
  background: #668ab3;
  text-align: center;
  font-size: 143.75%;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
.blo_recruit .accordion_title::before {
  content: '';
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transition: all .3s;
}
.blo_recruit .accordion_contents {
  margin: -30px 0 0;
}
.blo_recruit .js_accordionWrap .accordion_contents {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 !important;
}
.blo_recruit .js_accordionWrap .accordion_title.is--active::before {
  transform: rotateZ(135deg);
}
.blo_recruit .js_accordionWrap .accordion_title.is--active + .accordion_contents {
  height: auto;
  margin: -30px 0 0 !important;
}
/**/
.blo_recruit .bnrBox {
  display: flex;
  justify-content: space-between;
 /* max-width: 900px;*/
  margin: auto;
}
.blo_recruit .bnrBox a {
  display: block;
  width: 400px;
  position: relative;
}
.blo_recruit .bnrBox a::before {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border: solid 1px #999;
}
.blo_recruit .bnrBox.box--small {
  margin: 70px 0 0;
  display: block;
  text-align: center;
}
.blo_recruit .bnrBox.box--small a {
  widows: auto;
  display: inline-block;
  margin: 0 10px;
}
.blo_recruit .bnrBox img {
  vertical-align: top;
}
/**/
.blo_recruit .area_mid-career {
  padding: 130px 0 0;
  margin: 0 0 50px;
}
.blo_recruit .area_mid-career .mid-career_image {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 50px;
}
.blo_recruit .area_mid-career .mid-career_image img {
  vertical-align: top;
}
.blo_recruit .area_mid-career .mid-career_text {
  font-size: 106.25%;
}
.blo_recruit .area_mid-career .spot_youkou {
  margin: 120px 0 0;
}
/**/
.blo_recruit .area_interview {
  padding: 130px 0 0;
  margin: 0 0 200px;
}
.list__interview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list__interview li {
  width: 31%;
  text-align: center;
  margin: 0 0 50px;
}
.list__interview .thumbnail {
  padding: 113% 0 0;
  margin: 0 0 10px;
}
.list__interview p {
  font-weight: 700;
}
.list__interview a {
  display: block;
}
.list__interview .interview_name {
  font-size: 125%;
}
.list__interview .interview--pop {
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .6s;
}
.list__interview .interview--pop .pop__close.close_top {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 40px;
  top: 50px;
  background: url(../img/pop_close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}
.list__interview .interview--pop .pop__close.close_top:hover {
  opacity: 0.7;
}
.list__interview li.is--active .interview--pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.interview--pop .pop_images {
  max-width: 1360px;
  margin: auto;
}
.interview--pop .pop_images img {
  width: 50%;
}
.interview--pop .pop_texts {
  max-width: 1360px;
  margin: auto;
  text-align: left;
  padding: 60px 0 100px;
  color: #fff;
  overflow-y: scroll;
  height: calc(100vh - 35%);
  box-sizing: border-box;
  position: relative;
}
.interview--pop .pop_texts .pop_name {
  font-size: 106.25%;
  vertical-align: middle;
  width: 95%;
  margin: 0 auto 50px;
}
.interview--pop .pop_texts .pop_name span {
  display: inline-block;
  vertical-align: middle;
}
.interview--pop .pop_texts .pop_name strong {
  font-size: 153%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.interview--pop .pop_texts .pop_dl {
  display: flex;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding: 0 0 150px;
}
.interview--pop .pop_texts .pop_dl dl {
  width: 45%;
  margin: 0 0 30px;
}
.interview--pop .pop_texts .pop_dl dt {
  font-size: 125%;
  font-weight: 700;
  margin: 0 0 10px;
}
.interview--pop .pop_texts .pop_dl dt::before {
  content: '●';
  color: #e30012;
}
.interview--pop .pop__close.close_under {
  position: absolute;
  right: 0;
  bottom: 100px;
  color: #fff;
  width: 240px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  border: solid 1px #fff;
  transition: all .3s;
  cursor: pointer;
  font-weight: 700;
}
.interview--pop .pop__close.close_under:hover {
  color: #000;
  background: #fff;
}
/* 
page-name #contact
==================*/
#page__contact {
  background: #f4f4f4;
}
.blo_contact {
  padding: 0 0 250px;
}
.blo_contact .contact_att {
  font-size: 106.25%;
  margin: 0 0 30px;
  line-height: 1;
}
.blo_contact .contact_att span {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0 0;
}
.blo_contact span.att {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.list__form li {
  display: flex;
  justify-content: space-between;
  border-left: solid 1px #000;
}
.list__form .form_label {
  width: 250px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 15px 0 15px 50px;
  border-bottom: dotted 1px #000000;
  position: relative;
  margin: 0 0 0 20px;
}
.list__form .form_label.hissu::before {
  content: '';
  width: 30px;
  height: 36px;
  background: url(../img/att.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 18px;
}
.list__form .form_input {
  width: calc(100% - 290px);
  box-sizing: border-box;
  padding: 15px 30px;
  flex-shrink: 0;
  border-left: solid 1px #000;
  border-bottom: dotted 1px #000000;
  margin: 0 20px 0 0;
}
.list__form .form_message {
  padding: 30px 20px 20px;
}
.blo_contact .area_policy {
  margin: 140px 0 0;
  height: 500px;
  box-sizing: border-box;
}
.blo_contact .area_policy {
  border: solid 1px #000000;
  padding: 30px;
  overflow-Y: scroll;
}
.blo_contact .area_policy .policy_title {
  text-align: center;
  font-size: 150%;
  margin: 0 0 20px;
}
.blo_contact .area_policy dl {
  margin: 20px 0 0;
}
.blo_contact .area_policy dt {
  margin: 0 0 5px;
}
.blo_contact .area_policy .policy_date {
  text-align: right;
  margin: 20px 0 0;
}
.blo_contact .area_confirm {
  margin: 70px 0 0;
  text-align: center;
}
.blo_contact .area_confirm label {
  cursor: pointer;
  display: inline-block;
}
.blo_contact .area_submit {
  margin: 70px 0 0;
  text-align: center;
}
.form__base input[type="text"], .form__base input[type="email"], .form__base input[type="tel"], .form__base textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60%;
  border: solid 1px #808080;
  background: none;
}
.form__base select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #cccccc;
  background-image: url(../img/select.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  height: 30px;
  padding: 0 30px 0 10px;
  cursor: pointer;
}
.form__base textarea {
  width: 100%;
}
.form__base input[type="text"].small {
  width: 30%;
}
.form__base .radio-wrap label {
  display: inline-block;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.form__base .radio-wrap label input {
  margin: 0 3px 0 0;
}
.form__base .area_submit span {
  display: inline-block;
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.form__base .area_submit input[type="submit"] {
  width: 280px;
  border-radius: 30px;
  background: #e40012;
  text-align: center;
  transition: all .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
}
.form__base .area_submit span::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}
.form__base .area_submit span::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all .3s;
}
.form__base .area_submit span:hover::after {
  opacity: .5;
  transform: scale(1);
}
/*------------------------------------------------------------*/
#page__about main {
  overflow: visible;
}
.blo_about {
  background: #d61819;
  padding: 0 0 100px 0;
}
.blo_about .sec01, .blo_about .sec03 {
  padding: 100px 0 0;
  margin: -100px 0 0;
}
.blo_about .area_title {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.blo_about .area_title .inner {
  position: relative;
  z-index: 5;
}
.blo_about .area_title .main_title {
  width: 960px;
}
.blo_about .area_title .main_title--jp {
  color: #fff;
  font-size: 187.5%;
  font-weight: 700;
  margin: 0 0 50px;
}
.blo_about .area_title .illust_car {
  position: absolute;
  width: 460px;
  right: -500px;
  bottom: 160px;
  z-index: 0;
}
.blo_about .area_title .main_scroll {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 0 0 50px;
  position: relative;
}
.blo_about .area_title .main_scroll::before {
  content: '';
  width: 27px;
  height: 51px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/scroll.svg) repeat-y center;
  background-size: 100% 280%;
  -webkit-animation: scroll 1s linear 0s infinite;
  animation: scroll 1s linear 0s infinite;
}
@-webkit-keyframes scroll {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes scroll {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
.blo_about .area_menu {
  overflow: hidden;
  position: relative;
}
.blo_about .area_menu::before {
  content: '';
  width: 606px;
  height: 577px;
  background: url("../img/about/top_img.png") no-repeat;
  background-size: 606px auto;
  position: absolute;
  left: 0;
  right: -800px;
  top: 150px;
  margin: auto;
}
.list_aboutMenu {
  display: flex;
  justify-content: space-between;
  margin: 0 0 160px;
}
.list_aboutMenu li {
  width: 32%;
  box-sizing: border-box;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
  font-size: 93.75%;
  font-weight: 700;
  line-height: 50px;
  border-radius: 30px;
  background-image: url(../img/about/link.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 9px auto;
  transition: all .2s;
}
.list_aboutMenu li:hover {
  background-color: #043b79;
}
.list_aboutMenu a {
  display: block;
}
.blo_about .area_menu {
  margin: 0 0 140px;
}
.blo_about .area_menu .menu_text {
  color: #fff;
  font-size: 131.25%;
  font-weight: 700;
  line-height: 2.8;
}
.blo_about .area_menu .menu_title {
  font-size: 281.25%;
  font-weight: 700;
  color: #fff;
  margin: 0 0 120px;
}
.blo_about .area_menu .menu_logo {
  width: 318px;
  margin: auto;
}
/*-----*/
.blo_about .area_with {
  margin: 0 0 150px;
}
.blo_about .area_with .with_title {
  width: 460px;
  margin: 0 0 100px;
}
.blo_about .title_tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
.blo_about .title_tate span.jp, .blo_about .title_tate span.en {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.blo_about .area_with .title_tate {
  position: absolute;
  right: 60px;
  bottom: 250px;
}
.blo_about .area_with .title_tate span.jp {
  font-size: 1000%;
}
.blo_about .area_with .title_tate span.en {
  font-size: 93.75%;
  padding: 20px 0 0;
}
.blo_about .area_with .inner {
  position: relative;
  padding: 0 0 30px;
}
.blo_about .area_with .with_illust {
  width: 310px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: wa 10s linear 0s infinite;
  animation: wa 10s linear 0s infinite;
}
@keyframes wa {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.blo_about .textImage_box {
  position: relative;
  width: 430px;
  padding: 430px 0 0;
}
.blo_about .textImage_box .box_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  border-radius: 1em;
  overflow: hidden;
}
.blo_about .textImage_box .box_img img {
  vertical-align: top;
}
.blo_about .textImage_box .box_text {
  font-size: 143.75%;
  font-weight: 700;
  color: #fff;
  line-height: 3;
  margin: 0 0 100px;
}
.btn_link {
  width: 310px;
  box-sizing: border-box;
  border: solid 1px #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
  transition: all .2s;
}
.btn_link a {
  display: block;
  color: #fff;
  background-image: url(../img/about/link.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 9px auto;
  font-size: 93.75%;
  font-weight: 700;
  transition: all .2s;
}
.btn_link:hover {
  background: #043b79;
}
.btn_link.type02 {
  background-color: #fff;
  border: solid 1px #fff;
}
.btn_link.type02 a {
  color: #d61819;
  background-image: url(../img/about/link--red.svg);
  background-size: 9px auto;
}
.btn_link.type02:hover {
  background: #043b79;
}
.btn_link.type02:hover a {
  color: #fff;
  background-image: url(../img/about/link.svg);
}
/*-----*/
.blo_about .area_history {
  margin: 0 0 100px;
}
.blo_about .area_history .inner {
  position: relative;
}
.blo_about .area_history .history_title {
  width: 400px;
  margin: 0 0 90px;
}
.blo_about .area_history .title_tate {
  position: absolute;
  right: 60px;
  bottom: 250px;
}
.blo_about .area_history .title_tate span.jp {
  font-size: 687.5%;
}
.blo_about .area_history .title_tate span.en {
  font-size: 93.75%;
  padding: 20px 10px 0 0;
}
.blo_about .area_history .history_illust {
  width: 320px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sticky_bnr {
  padding: 100px 0;
  position: sticky;
  left: 0;
  top: 0;
  background: #d61819;
}
.blo_about .area_number {
  position: relative;
  z-index: 2;
  padding: 300px 0 150px;
  background: #d61819;
  overflow: hidden;
}
.blo_about .area_number .illust_car {
  position: absolute;
  width: 460px;
  left: -500px;
  top: 150px;
  z-index: 2;
}
.blo_about .area_number .number_title {
  width: 750px;
  position: relative;
  left: -260px;
  margin: 0 0 150px;
}
.blo_about .area_number .number_set {
  display: inline-block;
}
.blo_about .area_number .number_set .number_caption {
  text-align: left;
}
.blo_about .area_number .number_caption {
  font-size: 187.5%;
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.blo_about .area_number .number_caption small {
  font-size: 50%;
}
.blo_about .area_number .number_anime, .blo_about .area_number .number_anime2 {
  font-size: 1250%;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
.blo_about .area_number .number_unit {
  font-size: 375%;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  vertical-align: bottom;
  padding: 0 0 13px;
  display: inline-block;
}
.blo_about .area_number .number_att {
  color: #fff;
  display: block;
  font-size: 187.5%;
  font-weight: 700;
}
.blo_about .area_number .spot_share {
  background: url("../img/about/illust_map.svg") no-repeat right center;
  background-size: 330px auto;
  text-align: right;
  padding: 150px 0 0;
  margin: 0 0 180px;
  position: relative;
}
.blo_about .area_number .spot_share::before {
  content: '';
  width: 240px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 200px;
  background: url(../img/about/logo_drink.png) no-repeat left top;
  background-size: contain;
}
.blo_about .area_number .spot_share .number_set {
  margin: 0 0 150px;
}
.blo_about .area_number .number_ratio {
  text-align: left;
}
.blo_about .area_number .number_ratio .ratio_text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 187.5%;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 30px 0 0;
}
.blo_about .area_number .spot_area {
  text-align: right;
  margin: 0 0 200px;
}
.blo_about .area_number .spot_area .area_text {
  display: block;
  font-size: 187.5%;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.blo_about .area_number .spot_drink {
  text-align: right;
  position: relative;
  margin: 0 0 140px;
}
.blo_about .area_number .spot_drink::before {
  content: '';
  width: 200px;
  height: 500px;
  background: url("../img/about/illust_bin.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -200px;
  top: 20px;
}
.blo_about .area_number .spot_drink .number_set + .number_set {
  margin: 180px 0 0;
}
.blo_about .area_number .spot_tower {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 700px;
  text-align: right;
}
.blo_about .area_number .spot_tower::before {
  content: '';
  width: 920px;
  height: 620px;
  background: url(../img/about/illust_earth.svg) no-repeat left bottom;
  position: absolute;
  left: -150px;
  bottom: 0;
}
.blo_about .area_number .spot_tower::after {
  content: '';
  width: 10px;
  height: 700px;
  background: url(../img/about/illust_can.svg) repeat-y left;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 400px;
  -webkit-animation: earth 1s linear 0s infinite;
  animation: earth 1s linear 0s infinite;
}
@-webkit-keyframes earth {
  0% {
    background-position: left top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes earth {
  0% {
    background-position: left top;
  }
  100% {
    background-position: left bottom;
  }
}
.blo_about .area_number .spot_tower .number_caption {
  line-height: 1.5;
}
.blo_about .area_number .spot_tower .number_att {
  text-align: left;
  margin: 40px 0 0;
  font-size: 80%;
}
.blo_about .area_number .spot_tower .tower_att {
  color: #fff;
  font-size: 187.5%;
  font-weight: 700;
}
.blo_about .area_number .spot_tower .tower_att small {
  display: block;
  font-size: 46.66%;
  margin: 0 50px 0 0;
}
.blo_about .area_number .btn_link {
  margin: 0 auto;
}
.blo_about .sec03 {
  background: #d61819;
  padding: 100px 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.blo_about .sec03 .sub_sectionTitle {
  width: 750px;
  margin: 0 0 230px auto;
}
.blo_about .area_campaign {
  position: relative;
  margin: 0 0 150px;
}
.blo_about .area_campaign .inner {
  position: relative;
  display: flex;
}
.blo_about .area_campaign .campaign_title {
  color: #fff;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 420px 50px 0 50px;
  background: url("../img/about/illust_campaign.svg") no-repeat left top;
  background-size: 340px auto;
  white-space: nowrap;
  box-sizing: border-box;
  width: 340px;
}
.blo_about .area_campaign .campaign_title span.big {
  display: block;
  font-size: 562.5%;
}
.blo_about .area_campaign .campaign_title span.small {
  display: block;
  font-size: 143.75%;
}
.blo_about .area_campaign .list_campaign--items {
  width: 600px;
  transform: translateX(80px);
}
.list_campaign--items li {
  margin: 0 0 70px;
}
.list_campaign--items .items_title {
  text-align: center;
  color: #fff;
  font-size: 187.5%;
  font-weight: 700;
  margin: 0 0 10px;
}
.list_campaign--items .items_img {
  overflow: hidden;
  border-radius: 1.5em;
  margin: 0 0 40px;
  position: relative;
}
.list_campaign--items .items_img img {
  vertical-align: top;
}
.list_campaign--items li.end .items_img::before {
  content: '期間終了';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(35, 24, 21, 0.7);
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  text-align: center;
  padding: 5px 0;
}
.list_campaign--items .btn_link {
  margin: auto;
}
.list_campaign--items .btn_link.end {
  display: none;
}
/*-----*/
.blo_about .area_mecenat {
  margin: 0 0 180px;
}
.blo_about .area_mecenat .inner {
  position: relative;
  padding: 180px 0 0;
  width: 800px;
  margin: auto;
}
.blo_about .area_mecenat .inner::before {
  content: '';
  width: 490px;
  height: 435px;
  background: url(../img/about/illust_mecenat.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  top: 0;
}
.blo_about .area_mecenat .inner::after {
  content: '';
  width: 170px;
  height: 230px;
  background: url(../img/about/illust_onpu.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -200px;
  top: 600px;
}
.blo_about .area_mecenat .mecenat_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 562.5%;
  color: #fff;
  margin: 0 0 0 auto;
}
.blo_about .sub_title {
  font-size: 187.5%;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
  color: #fff;
}
.blo_about .sub_title strong {
  font-size: 166.67%;
}
.blo_about .sub_img {
  overflow: hidden;
  border-radius: 1.5em;
  margin: 0 auto 20px;
}
.blo_about .sub_img img {
  vertical-align: top;
}
.blo_about .sub_text {
  color: #fff;
  font-size: 106.25%;
  max-width: 800px;
  margin: auto;
}
.blo_about .youtube_wrap {
  padding: 56.25% 0 0;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 1.5em;
  margin: 0 0 30px;
}
.blo_about .youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blo_about .area_mecenat figcaption {
  color: #fff;
  font-size: 106.25%;
}
.blo_about .area_mecenat .btn_link {
  margin: 40px auto 70px;
}
.blo_about .image_box {
  display: flex;
  justify-content: space-between;
}
.blo_about .image_box .img {
  width: 380px;
  overflow: hidden;
  border-radius: 1.5em;
}
.blo_about .image_box .img img {
  vertical-align: top;
}
/*-----*/
.blo_about .area_fill {
  margin: 0 0 180px;
}
.blo_about .area_fill .inner {
  width: 800px;
  position: relative;
  padding: 20px 0 0;
}
.blo_about .area_fill .inner::before {
  content: '';
  width: 170px;
  height: 230px;
  background: url(../img/about/illust_onpu.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -200px;
  top: 0;
}
/*-----*/
.blo_about .area_rwanda {
  margin: 0 0 180px;
}
.blo_about .area_rwanda .inner {
  width: 800px;
  position: relative;
  padding: 30px 0 0;
}
.blo_about .area_rwanda .inner::before {
  content: '';
  width: 194px;
  height: 142px;
  background: url(../img/about/illust_book.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -200px;
  top: 0;
}
/*-----*/
.blo_about .area_bousai {
  margin: 0 0 180px;
}
.blo_about .area_bousai .inner {
  width: 800px;
  position: relative;
  padding: 30px 0 0;
}
.blo_about .area_bousai .inner::before {
  content: '';
  width: 176px;
  height: 176px;
  background: url(../img/about/illust_fire.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -200px;
  top: 0;
}
.blo_about .area_bousai .image_box {
  margin: 40px 0 0;
}
/*-----*/
.blo_about .area_handicapped {
  margin: 0 0 180px;
}
.blo_about .area_handicapped .inner {
  width: 880px;
  position: relative;
}
.blo_about .area_handicapped .inner::before {
  content: '';
  width: 234px;
  height: 198px;
  background: url(../img/about/illust_paint.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -100px;
  top: 150px;
}
.blo_about .area_handicapped .sub_img {
  width: 400px;
}
/*-----*/
.blo_about .area_smile {
  margin: 0 0 180px;
}
.blo_about .area_smile .inner {
  width: 800px;
  position: relative;
  padding: 30px 0 0;
}
.blo_about .area_smile .inner::before {
  content: '';
  width: 174px;
  height: 174px;
  background: url(../img/about/illust_smile.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -200px;
  top: 0;
}
.blo_about .area_smile .btn_link {
  margin: 120px auto 0;
}
.blo_about .area_smile .image_box {
  margin: 40px 0 0;
}
#page__about .blo_front-sns {
  background: #d61819;
}
#page__about .blo_front-sns::before {
  display: none;
}
#page__about .blo_front-sns .ele_title {
  display: none;
}
#page__about .blo_front-sns .ele_name {
  color: #fff;
}
#page__about .scroll--anime {
  transform-origin: left;
  opacity: 0;
}
#page__about .scroll--start {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
.blo_about .area_again .inner {
  width: 800px;
  position: relative;
  padding: 30px 0 0;
}
.blo_about .area_again .inner::before {
  content: '';
  width: 160px;
  height: 160px;
  background: url(../img/about/illust_again.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -170px;
  top: 0;
}
.blo_about .area_again .sub_title {
  font-size: 180%;
}
.blo_about .btn_link {
  margin: 100px auto 0;
}
.recaptcha-text {
  text-align: center;
  font-size: 12px;
  margin: 30px 0 0;
  font-weight: 700;
}
.recaptcha-text a {
  text-decoration: underline;
}
/*------------------------------*/
.block_campaignOden {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: -.05em;
}
body#page__odencp #pagetop {
  display: none;
}
.block_campaignOden .oden_bg {
  background: url("../img/campaign/oden2023/bg.jpg") center;
  background-size: 250px;
}
.block_campaignOden .campaignOdenFixed {
  position: fixed;
  z-index: 100;
  right: 5px;
  bottom: 30px;
  width: 150px;
  height: 220px;
}
.block_campaignOden .campaignOdenFixed a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
  background: url(../img/campaign/oden2023/btn_float.svg) no-repeat;
  background-size: contain;
}
body.is-scroll .block_campaignOden .campaignOdenFixed {
  display: none;
}
.block_campaignOden .area_campaignTop {
  background: url("../img/campaign/oden2023/main_bg.jpg") repeat-x center;
  background-size: auto 920px;
  padding: 70px 0 90px;
}
.block_campaignOden .area_campaignTop .top_title {
  width: 850px;
  margin: 0 auto 20px;
  position: relative;
}
.block_campaignOden .area_campaignTop .top_title img {
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: scale(1.5);
  /* transition: all .5s ease .5s; */
}
body.page--open .block_campaignOden .area_campaignTop .top_title img, body.page--open .block_campaignOden .area_campaignTop .top_title::before, body.page--open .block_campaignOden .area_campaignTop .top_title::after {
  opacity: 1;
  transform: scale(1);
}
.block_campaignOden .area_campaignTop .top_title::before {
  content: '';
  width: 229px;
  height: 257px;
  background: url("../img/campaign/oden2023/main_illust01.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 10px;
  opacity: 0;
  transform: scale(1.5);
  /* transition: all .5s ease 1s;
  -webkit-animation: fuwafuwa 3s ease 0s infinite;
  animation: fuwafuwa 3s ease 0s infinite; */
}
.block_campaignOden .area_campaignTop .top_title::after {
  content: '';
  width: 223px;
  height: 223px;
  background: url("../img/campaign/oden2023/main_illust02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 5px;
  opacity: 0;
  transform: scale(1.5);
  /* transition: all .5s ease 1s;
  -webkit-animation: fuwafuwa 3s ease 0s infinite;
  animation: fuwafuwa 3s ease 0s infinite; */
}
.block_campaignOden .list_campaignAnchor {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: scale(1.5);
  /* transition: all .5s ease 1.3s; */
}
body.page--open .block_campaignOden .list_campaignAnchor {
  opacity: 1;
  transform: scale(1);
}
.block_campaignOden .list_campaignAnchor > li {
  width: 220px;
  border-radius: 50px;
  background: #053b79;
  text-align: center;
  margin: 0 10px;
  /* transition: all .3s; */
}
.block_campaignOden .list_campaignAnchor > li a {
  display: block;
  line-height: 40px;
  font-size: 112.5%;
  color: #fff;
  position: relative;
}
.block_campaignOden .list_campaignAnchor > li a::before, .block_campaignOden .list_campaignAnchor > li a::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block_campaignOden .list_campaignAnchor > li a::after {
  transform: scale(0);
  opacity: 0;
  /* transition: all .3s; */
}
.block_campaignOden .list_campaignAnchor > li:hover {
  box-shadow: 0 0 10px 3px #fff;
}
.block_campaignOden .list_campaignAnchor > li:hover a::after {
  transform: scale(2);
  opacity: .5;
}
.block_campaignOden .oden_noren {
  position: relative;
  background: url(../img/campaign/oden2023/noren_bou.svg) repeat-x center top;
  background-size: auto 10px;
  text-align: center;
  margin: -3px 0 0;
  overflow: hidden;
}
.block_campaignOden .oden_noren img {
  display: block;
  width: 600px;
  margin: auto;
  transform: translateY(-10px);
}
.block_campaignOden .oden_noren.scroll--anime img {
  transform: translateY(-300px);
  /* transition: all 1.5s; */
}
.block_campaignOden .oden_noren.scroll--start img {
  transform: translateY(-10px);
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
/*------------------------------*/
.block_campaignOden .parara_bg {
  width: 1366px;
  height: 650px;
  background: url("../img/campaign/oden2023/parara_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
  border-radius: 30px;
}
.block_campaignOden .campaign_title {
  position: relative;
  text-align: center;
  padding: 130px 0 0;
  margin: 80px auto 0;
}
.block_campaignOden .campaign_title::before {
  content: '';
  width: 143px;
  height: 107px;
  background: url("../img/campaign/oden2023/cara.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.block_campaignOden .campaign_title span.jp {
  display: block;
  color: #d41819;
  font-size: 218.75%;
  font-weight: 900;
  line-height: 80px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.block_campaignOden .campaign_title img {
  display: block;
  height: 80px;
  margin: auto;
  vertical-align: top;
}
.block_campaignOden .campaign_title.scroll--anime {
  opacity: 0;
  transform: scale(1.5);
  transition: all .5s ease .5s;
}
.block_campaignOden .campaign_title.scroll--start {
  opacity: 1;
  transform: scale(1);
}
.block_campaignOden .area_aboutCampaign .parara_bg {
  margin: 100px auto 0;
}
.block_campaignOden .aboutCampaign_lead {
  font-size: 143.75%;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 20px 0 40px;
  position: relative;
}
.block_campaignOden .aboutCampaign_lead img {
  display: inline-block;
  width: 86px;
  vertical-align: text-bottom;
}
.block_campaignOden .aboutCampaign_lead::before {
  content: '';
  width: 144px;
  height: 227px;
  background: url(../img/campaign/oden2023/illust_can01.png) no-repeat;
  background-size: 144px auto;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.block_campaignOden .aboutCampaign_lead::after {
  content: '';
  width: 144px;
  height: 227px;
  background: url(../img/campaign/oden2023/illust_can02.png) no-repeat;
  background-size: 144px auto;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.block_campaignOden .aboutCampaign_lead.scroll--anime {
  opacity: 0;
  transform: scale(1.5);
  transition: all .5s ease .5s;
}
.block_campaignOden .aboutCampaign_lead.scroll--start {
  opacity: 1;
  transform: scale(1);
}
.block_campaignOden .campaign_price {
  text-align: center;
}
.block_campaignOden .campaign_price .price01 {
  display: inline-block;
  width: 460px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.block_campaignOden .campaign_price .price02 {
  display: inline-block;
  width: 490px;
  margin: 0 0 0 15px;
  overflow: hidden;
}
.block_campaignOden .campaign_price.scroll--anime .price01 img, .block_campaignOden .campaign_price.scroll--anime .price02 img {
  transition: all 1s;
  transform: translateY(200px);
}
.block_campaignOden .campaign_price.scroll--start .price01 img, .block_campaignOden .campaign_price.scroll--start .price02 img {
  transform: translateY(0);
}
.block_campaignOden .gift_title {
  text-align: center;
  font-size: 287.5%;
  font-weight: 900;
  line-height: 1.5;
}
.block_campaignOden .gift_title small {
  display: block;
  font-size: 47.8%;
}
.block_campaignOden .list_gift {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.block_campaignOden .list_gift > li {
  width: 375px;
  margin: 0 15px;
}
.block_campaignOden .area_aboutCampaign .gift_att {
  text-align: right;
}
.block_campaignOden .area_aboutCampaign .gift_att span {
  display: inline-block;
  text-align: left;
}
/*------------------------------*/
.block_campaignOden .area_aplication {
  padding: 0 0 50px;
}
.block_campaignOden .area_aplication .apli_img01 {
  width: 560px;
  margin: 50px auto 100px;
}
.block_campaignOden .list_appliStep > li {
  display: flex;
  margin: 0 0 80px;
}
.block_campaignOden .list_appliStep .textBox {
  width: 500px;
  position: relative;
  padding: 50px 0 0 70px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: left top 45px;
  font-size: 156.25%;
  font-weight: 500;
  line-height: 2;
}
.block_campaignOden .list_appliStep .textBox small {
  display: block;
  font-size: 56%;
  line-height: 1.5;
}
.block_campaignOden .list_appliStep > li:nth-child(1) .textBox {
  background-image: url("../img/campaign/oden2023/step01.png");
}
.block_campaignOden .list_appliStep > li:nth-child(2) .textBox {
  background-image: url("../img/campaign/oden2023/step02.png");
}
.block_campaignOden .list_appliStep > li:nth-child(3) .textBox {
  background-image: url("../img/campaign/oden2023/step03.png");
}
.block_campaignOden .list_appliStep .imageBox {
  width: 500px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.block_campaignOden .list_appliStep > li:nth-child(1) .imageBox {
  padding: 0 0 0 100px;
}
.block_campaignOden .list_appliStep > li:nth-child(2) .imageBox {
  padding: 0 0 0 35px;
}
.block_campaignOden .list_appliStep > li:nth-child(3) .imageBox {
  padding: 0 0 0 40px;
}
.block_campaignOden .list_appliStep > li:nth-child(3) .imageBox img {
  width: 213px;
}
.block_campaignOden .aplication_lead {
  text-align: center;
  font-size: 250%;
  font-weight: 900;
}
.block_campaignOden .list_appliStep > li.scroll--anime {
  overflow: hidden;
}
.block_campaignOden .list_appliStep > li.scroll--anime .textBox {
  transform: translateX(-500px);
  transition: all 1.5s;
}
.block_campaignOden .list_appliStep > li.scroll--start .textBox {
  transform: translateX(0);
}
.block_campaignOden .list_appliStep > li.scroll--anime .imageBox img {
  transform: translateX(-500px);
  transition: all 1.5s;
}
.block_campaignOden .list_appliStep > li.scroll--start .imageBox img {
  transform: translateX(0);
}
/*------------------------------*/
.parts_campaignOden {
  position: relative;
  padding: 120px 0 0;
  margin: -120px 0 0;
}
.parts_campaignOden::before {
  content: '';
  width: 50%;
  height: 100px;
  background: #053b79;
  position: absolute;
  left: 0;
  bottom: 0;
}
.parts_campaignOden::after {
  content: '';
  width: 50%;
  height: 100px;
  background: #d41819;
  position: absolute;
  right: 0;
  bottom: 0;
}
.parts_campaignOden .campaignOden_lead {
  text-align: center;
  font-size: 250%;
  font-weight: 900;
  margin: 0 0 20px;
}
.parts_campaignOden .inner {
  position: relative;
  z-index: 5;
  display: flex;
  height: 100px;
  align-items: center;
}
.parts_campaignOden .campaignBtn {
  text-align: center;
  width: 50%;
}
.parts_campaignOden .campaignBtn > a, .parts_campaignOden .campaignBtn > span {
  display: block;
  color: #fff;
  font-size: 187.5%;
  font-weight: 900;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.3;
  cursor: pointer;
}
.parts_campaignOden .campaignBtn > a span.number, .parts_campaignOden .campaignBtn > span span.number {
  font-size: 150%;
}
.parts_campaignOden .campaignBtn > a {
  background: url("../img/campaign/oden2023/arrow.png") no-repeat right 30px center;
  background-size: 32px;
}
.parts_campaignOden .campaignBtn > a small, .parts_campaignOden .campaignBtn > span small {
  display: block;
  font-size: 53.33%;
}
/*------------------------------*/
.block_campaignOden .area_aboutOden .campaign_title {
  margin: 120px 0 0;
}
.block_campaignOden .area_aboutOden .oden_kotira {
  margin: 120px 0 30px;
  font-size: 187.5%;
  font-weight: 500;
  text-align: center;
}
.block_campaignOden .area_aboutOden .oden_target {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 120px;
}
.block_campaignOden .area_aboutOden .oden_target .target_kotengu {
  width: 116px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  margin: auto;
}
.block_campaignOden .area_aboutOden .oden_target .target_can01 {
  width: 400px;
  text-align: center;
}
.block_campaignOden .area_aboutOden .oden_target .target_can02 {
  width: 400px;
  text-align: center;
}
.block_campaignOden .area_aboutOden .oden_target .target_can01 img, .block_campaignOden .area_aboutOden .oden_target .target_can02 img {
  width: 185px;
}
.block_campaignOden .area_aboutOden .oden_target p {
  font-size: 118.75%;
}
.block_campaignOden .area_aboutOden .oden_target p small {
  display: block;
  font-size: 73.4%;
  line-height: 1.2;
}
.block_campaignOden figure.fg_base {
  display: flex;
  align-items: center;
  margin: 0 0 90px;
}
.block_campaignOden figure.fg_base + figure.fg_base {
  margin: 0 0 200px;
}
.block_campaignOden figure.fg_base figcaption {
  display: block;
  width: 500px;
  box-sizing: border-box;
  padding: 0 50px;
  font-size: 250%;
  font-weight: 900;
  line-height: 1.5;
}
.block_campaignOden figure.fg_base figcaption > span {
  display: block;
  font-size: 37.5%;
  font-weight: 500;
  line-height: 2;
  margin: 20px 0 0;
}
.block_campaignOden figure.fg_base span.img {
  display: block;
  width: 500px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.block_campaignOden figure.fg_base span.img img {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.block_campaignOden figure.fg_base.scroll--anime {
  overflow: hidden;
}
.block_campaignOden figure.fg_base.scroll--anime figcaption, .block_campaignOden figure.fg_base.scroll--anime span.img img {
  transform: translateX(-500px);
  transition: all 1.5s;
}
.block_campaignOden figure.fg_base.scroll--start figcaption, .block_campaignOden figure.fg_base.scroll--start span.img img {
  transform: translateX(0);
}
/*------------------------------*/
.block_campaignOden .area_contact #contactCamp01 {
  background: #eaf6fd;
  padding: 100px 0;
}
.block_campaignOden .area_contact #contactCamp02 {
  background: #fbe5eb;
  padding: 100px 0;
}
.block_campaignOden .area_contact .contact_title {
  font-size: 250%;
  font-weight: 900;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.5;
}
.block_campaignOden .area_contact .contact_title span {
  font-size: 150%;
}
.block_campaignOden .area_contact .contact_title small {
  display: block;
  font-size: 50%;
}
.block_campaignOden .area_contact .panel {
  display: none;
}
.block_campaignOden .area_contact .panel.is-show {
  display: block;
}
.block_campaignOden .list_campaignForm > li {
  display: flex;
}
.block_campaignOden .list_campaignForm > li + li {
  margin: 30px 0 0;
}
.block_campaignOden .list_campaignForm .form_label {
  width: 250px;
  position: relative;
}
.block_campaignOden .list_campaignForm .form_label::before {
  content: '必須';
  width: 60px;
  text-align: center;
  display: block;
  background: #da3b27;
  color: #fff;
  font-size: 93.75%;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
}
.block_campaignOden .list_campaignForm .form_input {
  width: 750px;
  box-sizing: border-box;
  padding: 0 30px;
}
.block_campaignOden .list_campaignForm .form_input label {
  display: inline-block;
  margin: 0 10px 0 0;
  cursor: pointer;
  vertical-align: middle;
}
.block_campaignOden .list_campaignForm .form_input label input {
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.list_campaignForm input[type="text"], .list_campaignForm input[type="tel"], .list_campaignForm input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: solid 1px #231815;
  border-radius: 4px;
  width: 100%;
}
.list_campaignForm input[type="text"].short {
  width: 50%;
}
.list_campaignForm input[type="file"] {
  padding: 0;
}
.list_campaignForm .att_text {
  margin: 10px 0 0;
}
.block_campaignOden .form_policy {
  height: 300px;
  overflow-Y: scroll;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  margin: 100px auto 30px;
}
.block_campaignOden .form_policy .policy_title {
  font-size: 150%;
  margin: 0 0 10px;
}
.block_campaignOden .form_policy ul li {
  padding: 1px 0 1px 1em;
  text-indent: -1em;
  font-size: 94%;
}
.block_campaignOden .form_policy dl {
  margin: 30px 0 0;
}
.block_campaignOden .form_confirm {
  text-align: center;
  margin: 0 0 80px;
}
.block_campaignOden .form_submit input[type="submit"] {
  display: block;
  width: 320px;
  margin: auto;
  background-color: #053b79;
  background-image: url("../img/campaign/oden2023/arrow_right.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  border: none;
  line-height: 45px;
  transition: all .3s;
  cursor: pointer;
}
.block_campaignOden .form_submit input[type="submit"]:disabled {
  background-color: #999;
  pointer-events: none;
  opacity: 1;
}
.block_campaignOden .form_submit input[type="submit"]:hover {
  opacity: .7;
}
.block_campaignOden .campaign_attText {
  margin: 50px 0 0;
  font-size: 87.5%;
}
.parts_campaign {
  margin: 50px 0 120px;
}
.parts_campaign dl + dl {
  margin: 60px 0 0;
}
.parts_campaign dl {
  text-align: center;
}
.parts_campaign dt {
  width: 300px;
  background: #d41819;
  color: #fff;
  display: inline-block;
  font-size: 150%;
  font-weight: 700;
  line-height: 45px;
  border-radius: 50px;
  margin: 0 0 20px;
}
.parts_campaign dd {
  font-size: 175%;
  font-weight: 700;
  line-height: 1.5;
}
.parts_campaign dd span {
  font-size: 150%;
  display: inline-block;
  padding: 0 3px;
}
/*----------*/
.blo_company .area_plan {
  padding: 100px 0 0;
  margin: 0 0 30px;
}
.blo_company .area_plan .plan_text {
  margin: 0 0 30px;
}
.blo_company .area_plan .title__base {
  margin: 50px 0 15px;
}
/*----------*/
.blo_company .area_woman {
  padding: 100px 0 0;
  margin: 0 0 30px;
  position: relative;
}
.blo_company .area_woman .inner {
  position: relative;
}
.blo_company .area_woman .att_text {
  text-align: right;
  position: absolute;
  right: 0;
  top: 1.9em;
}
/* oden */
.parts_campaign {
  position: relative;
}
.oden_obi_2 {
  position: absolute;
  top: 46%;
}
.parts_campaign dl + dl {
  margin: 120px 0 0;
}
/**/
.blo_front-interview {
  background: #fff;
  padding: 3% 0 1%;
}
.blo_front-interview .ele_title {
  width: 420px;
  margin: 0 auto 80px;
}
.list_interviewContents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_interviewContents > li {
  width: 45%;
  text-align: center;
}
.list_interviewContents > li .interview_caption {
  font-size: 125%;
  font-weight: 700;
  margin: 3% 0 0;
}
.list_interviewContents .interview_thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 2.5em;
}
.list_interviewContents .interview_thumbnail a img {
  transition: all .4s;
  vertical-align: top;
}
.list_interviewContents .interview_thumbnail a:hover img {
  transform: scale(1.1);
}

/* WordPress 埋め込み（URLからの挿入） */
.wp-embedded-content,
.wp-block-embed__wrapper iframe {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-embed,
.wp-block-embed__wrapper {
    overflow-x: hidden;
    overflow-y: visible;
}