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

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

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

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

.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

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

.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.onmouse {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width: 740px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}

/**scss共通ここまで***/
header#header {
  z-index: 799;
}

@media screen and (max-width: 740px) {
  header#header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

header#header.active {
  position: fixed;
  top: 0;
  left: 0;
}

.f_roboto_c_titles {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #4C4C4C;
  font-size: 3.8rem !important;
}

@media screen and (max-width: 740px) {
  .f_roboto_c_titles {
    font-size: 3.0rem !important;
    margin-left: -0.75rem !important;
  }
}

.f_roboto_c {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.f_roboto {
  font-family: 'Roboto', sans-serif !important;
}

.f_lato {
  font-family: 'Lato', sans-serif !important;
}

@media screen and (max-width: 740px) {
  .ccm-page .section-heading {
    margin-bottom: 3rem;
  }
}

#section_first {
  width: 100%;
  background-image: url(../img_top/kv.gif);
  background-position: center;
  background-size: cover;
  transition: all .6s ease-out;
  opacity: 0;
  position: relative;
}

#section_first.dami {
  background-image: url(../img_top/kv2.gif);
}

@media screen and (max-width: 740px) {
  #section_first {
    background-image: url(../img_top/kv_sp.jpg);
    background-position: top center;
    min-height: 150vw;
  }
}

#section_first.active {
  opacity: 1;
}

#section_first .loading_pos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  opacity: 1;
  pointer-events: none;
  transition: all .6s ease-out;
}

#section_first .loading_pos.active {
  opacity: 0;
}

#section_first .loading_pos .loading_logo {
  width: 20%;
  max-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section_first .loading_pos .loading_logo .base {
  position: relative;
  animation: loading01 3s infinite linear;
  opacity: 0;
}

@keyframes loading01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#section_first .loading_pos .loading_logo .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  animation: loading02 3s infinite linear;
  opacity: 0;
}

@keyframes loading02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#section_first .top_text_contena {
  position: absolute;
  z-index: 15;
  width: 25.6%;
  max-width: 350px;
  top: 50%;
  left: 26%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  #section_first .top_text_contena {
    width: 32.5%;
    max-width: 800px;
    top: 50%;
    left: 12.5%;
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 740px) {
  #section_first .top_text_contena {
    width: 75%;
    max-width: 800px;
    top: 65%;
    left: 12.5%;
    transform: translate(0%, -50%);
  }
}

#section_first .top_text_contena .brandtext {
  width: 42.2%;
  margin-bottom: 26px;
}

@media screen and (max-width: 1366px) {
  #section_first .top_text_contena .brandtext {
    margin-bottom: 1.5vw;
  }
}

@media screen and (max-width: 1000px) {
  #section_first .top_text_contena .brandtext {
    width: 126px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 740px) {
  #section_first .top_text_contena .brandtext {
    width: 42.2%;
    margin-bottom: 5vw;
  }
}

#section_first .top_text_contena h3 {
  font-size: 28px;
  margin-bottom: 55px;
  font-weight: bold;
  color: #1B224C;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 0rem;
  border-bottom: 0rem solid #0065c8;
  color: #fff;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1366px) {
  #section_first .top_text_contena h3 {
    font-size: 2vw;
    margin-bottom: 3.9vw;
  }
}

@media screen and (max-width: 1000px) {
  #section_first .top_text_contena h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 740px) {
  #section_first .top_text_contena h3 {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 10vw;
  }
}

#section_first .top_text_contena p.ints {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 55px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1366px) {
  #section_first .top_text_contena p.ints {
    font-size: 1.2vw;
    margin-bottom: 3.9vw;
  }
}

@media screen and (max-width: 1000px) {
  #section_first .top_text_contena p.ints {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 740px) {
  #section_first .top_text_contena p.ints {
    font-size: 3vw;
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 740px) {
  #section_first .linkboxcenter {
    text-align: center;
  }
}

#section_first a.linkstext {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  line-height: 100%;
  padding: 1em 5em 1em 2em;
  border-radius: 30px;
  position: relative;
  transition: all .4s ease-out;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 1366px) {
  #section_first a.linkstext {
    font-size: 1.0vw;
  }
}

@media screen and (max-width: 1000px) {
  #section_first a.linkstext {
    font-size: 1.2vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 740px) {
  #section_first a.linkstext {
    font-size: 3vw;
    font-weight: 500;
  }
}

#section_first a.linkstext::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: "ryobi";
  content: "";
  font-size: 150%;
  transform: translate(0%, -50%);
}

#section_first a.linkstext:hover {
  background-color: #fff;
  color: #1255A3;
}

#section_first .scroll {
  width: 30px;
  top: 55%;
  position: absolute;
  right: calc(100% + 15%);
}

@media screen and (max-width: 1000px) {
  #section_first .scroll {
    right: calc(100% + 7.5%);
  }
}

@media screen and (max-width: 740px) {
  #section_first .scroll {
    width: 8%;
    top: auto;
    bottom: 2.5%;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

#section_first .scroll .inscrollbox {
  width: 9px;
  height: 55px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 740px) {
  #section_first .scroll .inscrollbox {
    width: 22.5%;
    height: 12vw;
  }
}

#section_first .scroll .inscrollbox figure {
  position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  margin: 0;
  animation: scrolls 1.5s infinite cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes scrolls {
  0% {
    top: -100%;
  }
  75% {
    top: 0%;
  }
  100% {
    top: 0%;
  }
}

#section_first .scroll div.scrollmoji {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
}

@media screen and (max-width: 740px) {
  #section_first .scroll div.scrollmoji {
    width: 28%;
  }
}

#section_first .times01, #section_first .times02, #section_first .times03, #section_first .times04 {
  -webkit-transition: all 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translate(30px, 0px);
}

#section_first .times01.active, #section_first .times02.active, #section_first .times03.active, #section_first .times04.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

#section_first .times02, #section_first .times03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#section_NewBusiness {
  padding: 75px 0;
}

@media screen and (max-width: 740px) {
  #section_NewBusiness {
    padding: 50px 0;
  }
}

#section_NewBusiness .section__in {
  max-width: 131rem;
  margin: 0 auto;
  padding: 0 2rem;
}

#section_NewBusiness .incontents {
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section_NewBusiness .incontents .text {
  width: 41.8%;
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .incontents .text {
    width: 100%;
    order: 2;
  }
}

#section_NewBusiness .incontents .text .final_text {
  width: 78.36%;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .incontents .text .final_text {
    width: 85%;
    margin-bottom: 12px;
  }
}

#section_NewBusiness .incontents .text h4 {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #1B224C;
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .incontents .text h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

#section_NewBusiness .incontents .text p {
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .incontents .text p {
    margin-bottom: 30px;
  }
}

#section_NewBusiness .incontents figure {
  width: 43.3%;
  margin-right: 4.2%;
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .incontents figure {
    margin: 0 auto 30px auto;
    width: 80%;
    order: 1;
  }
}

@media screen and (max-width: 740px) {
  #section_NewBusiness .linkboxcenter {
    text-align: center;
  }
}

#section_NewBusiness a.linkstext {
  display: inline-block;
  border: 2px solid #1255A3;
  color: #1255A3;
  line-height: 100%;
  padding: 1em 5em 1em 2em;
  border-radius: 30px;
  position: relative;
  transition: all .4s ease-out;
}

#section_NewBusiness a.linkstext::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: "ryobi";
  content: "";
  font-size: 150%;
  transform: translate(0%, -50%);
}

#section_NewBusiness a.linkstext:hover {
  background-color: #1255A3;
  color: #fff;
}

#section_CocreationCase {
  padding: 75px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 740px) {
  #section_CocreationCase {
    padding: 50px 0;
  }
}

#section_CocreationCase .section__in {
  max-width: 131rem;
  margin: 0 auto;
  padding: 0 2rem;
}

#section_CocreationCase .incontents {
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
}

#section_CocreationCase .case_box {
  width: 100%;
  background-color: #fff;
  padding: 50px 30px 50px 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

#section_CocreationCase .case_box .text {
  width: 62.8%;
  word-break: break-all;
}

@media screen and (max-width: 740px) {
  #section_CocreationCase .case_box .text {
    width: 100%;
    order: 2;
  }
}

#section_CocreationCase .case_box .text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1B224C;
  line-height: 140%;
  margin-bottom: 10px;
  color: #1B224C;
}

@media screen and (max-width: 740px) {
  #section_CocreationCase .case_box .text h4 {
    font-size: 16px;
    line-height: 160%;
  }
}

#section_CocreationCase .case_box .text p.int {
  font-size: 20px;
  margin-bottom: 0;
  color: #666666;
  line-height: 175%;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  #section_CocreationCase .case_box .text p.int {
    font-size: 14px;
  }
}

#section_CocreationCase .case_box .photo {
  width: 27.68%;
}

@media screen and (max-width: 740px) {
  #section_CocreationCase .case_box .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 740px) {
  #section_CocreationCase .case_box {
    padding: 5vw;
  }
}

#section_CocreationCase .linkboxcenter {
  text-align: center;
}

#section_CocreationCase a.linkstext {
  display: inline-block;
  border: 2px solid #1255A3;
  color: #1255A3;
  line-height: 100%;
  padding: 1em 5em 1em 2em;
  border-radius: 30px;
  position: relative;
  transition: all .4s ease-out;
}

#section_CocreationCase a.linkstext::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: "ryobi";
  content: "";
  font-size: 150%;
  transform: translate(0%, -50%);
}

#section_CocreationCase a.linkstext:hover {
  background-color: #1255A3;
  color: #fff;
}

#section_Recruit {
  padding: 75px 0 135px;
}

@media screen and (max-width: 740px) {
  #section_Recruit {
    padding: 50px 0;
  }
}

#section_Recruit .section__in {
  max-width: 131rem;
  margin: 0 auto;
  padding: 0 2rem;
}

#section_Recruit .incontents {
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#section_Recruit .incontents .text {
  width: 41.8%;
}

@media screen and (max-width: 740px) {
  #section_Recruit .incontents .text {
    width: 100%;
    order: 2;
  }
}

#section_Recruit .incontents .text h4 {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #1B224C;
}

@media screen and (max-width: 740px) {
  #section_Recruit .incontents .text h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

#section_Recruit .incontents .text p {
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 740px) {
  #section_Recruit .incontents .text p {
    margin-bottom: 30px;
  }
}

#section_Recruit .incontents .photo {
  width: 50%;
}

@media screen and (max-width: 740px) {
  #section_Recruit .incontents .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
  }
}

#section_Recruit .incontents .photo figure {
  width: 116.35%;
}

@media screen and (max-width: 740px) {
  #section_Recruit .linkboxcenter {
    text-align: center;
  }
}

#section_Recruit a.linkstext {
  display: inline-block;
  border: 2px solid #1255A3;
  color: #1255A3;
  line-height: 100%;
  padding: 1em 5em 1em 2em;
  border-radius: 30px;
  position: relative;
  transition: all .4s ease-out;
}

#section_Recruit a.linkstext::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-family: "ryobi";
  content: "";
  font-size: 150%;
  transform: translate(0%, -50%);
}

#section_Recruit a.linkstext:hover {
  background-color: #1255A3;
  color: #fff;
}

.img_base {
  position: relative;
}

.img_base .base01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: human01 15s infinite ease-in-out;
}

@keyframes human01 {
  0% {
    top: 0;
    left: 0;
  }
  33% {
    top: 10%;
    left: 14.5%;
  }
  66% {
    top: 10%;
    left: 14.5%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

.img_base .base02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: human02 10s infinite ease-in-out;
}

@keyframes human02 {
  0% {
    top: 0;
    left: 0;
  }
  50% {
    top: 2.5%;
    left: -3.75%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

.img_base .base03 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: human03 15s 5s infinite ease-in-out;
}

@keyframes human03 {
  0% {
    top: 0;
    left: 0;
  }
  33% {
    top: 5%;
    left: 0%;
  }
  66% {
    top: 5%;
    left: 0%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

.img_base .base04 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: maru01 2s infinite;
}

@keyframes maru01 {
  50% {
    opacity: 0;
  }
}

.img_base .base05 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: maru01 2s 1s infinite;
}

@keyframes maru01 {
  50% {
    opacity: 0;
  }
}

.img_base .base06 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: maru01 2s 0.5s infinite;
}

@keyframes maru01 {
  50% {
    opacity: 0;
  }
}

.img_base .base07a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.img_base .base07a.active {
  opacity: 1;
}

.img_base .base07b {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.img_base .base07b.active {
  opacity: 1;
}

.img_base .base07c {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

.img_base .base07c.active {
  opacity: 1;
}

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

.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

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

.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.big__in {
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: translate(0%, 0px) scale(0.75);
}

.big__in.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}

.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}

.delay2 {
  transition-delay: 0.3s;
}

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

.delay3 {
  transition-delay: 0.6s;
}

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

.delay4 {
  transition-delay: 0.9s;
}

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

.delay5 {
  transition-delay: 1.2s;
}

@media screen and (max-width: 740px) {
  .delay5 {
    transition-delay: 0s;
  }
}
/*# sourceMappingURL=top.css.map */