/*@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");*/
@media (max-width: 767px) {
  .hide-for-small {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-for-small {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  font-size: 1.7rem;
  -webkit-text-size-adjust: none;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.76;
  font-family:
    "M PLUS 1p",
    "メイリオ", "Meiryo";

}

a {
  transition: all 0.5s;
}

a:not(.btn):hover {
  opacity: 0.6;
}

#go-top {
  position: fixed;
  bottom: -120px;
  right: 15px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 99;
  border-radius: 50%;
  right: 22px;
}

#go-top.show {
  opacity: 1;
  bottom: 35px;
}

#go-top a {
  display: flex;
  flex-direction: column;
  width: 67px;
  height: 67px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(11, 179, 219, 0.75);
  padding-bottom: 3px;
}

#go-top a:hover {
  opacity: 0.7;
}

#go-top a img {
  margin: 0 auto;
  width: 28px;
  height: auto;
}
/*FONT*/

/*ANIMATION*/

.anim {
  opacity: 0;
}

.anim.blur {
  opacity: 1;
}

.anim.blur.is-animated,
.add-animation .anim.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}

.anim.fade {
  opacity: 0;
}
.anim.fadeup-2 {
  opacity: 0;
}

.anim.fade.is-animated {
  opacity: 1;
  animation-name: fade;
  animation-duration: 2s;
}

.anim.slideinBottom.is-animated {
  opacity: 1;
  animation-name: slideinBottom;
  animation-duration: 0.5s;
}

@keyframes slideinBottom {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}

.anim.faderight.is-animated {
  opacity: 1;
  animation-name: faderight;
  animation-duration: 2s;
}

.anim.fade.is-animated {
  opacity: 1;
  animation-name: fade;
  animation-duration: 2s;
}

.anim.fadeleft.is-animated {
  opacity: 1;
  animation-name: fadeleft;
  animation-duration: 2s;
}

.anim.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  opacity: 1;
}

.anim.fadeup-2.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1s;
}
.anim.fadeup-3.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 2s;
}

.anim.fadedown.is-animated {
  opacity: 1;
  animation-name: fadedown;
  animation-duration: 0.5s;
}

.anim.fadedown-2{
  opacity: 0;
}
.anim.fadedown-2.is-animated {
  animation-name: fadedown;
  animation-duration: 0.5s;
  animation-delay: 1s;
  opacity: 1;
  transition: opacity 1s;
}

.anim.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadedown {
  from {
    opacity: 0;
    transform: translateY(-150px);
  }
  to {
    opacity: 1 !important; 
    transform: translateX(0px);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup-2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
  }
}

@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.anim.effectfade {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.5s ease;
}

.anim.effectfade.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}

/*HEADER*/

/* .header-wrapper:after {
    content: "";
    height: 713px;
    width: 713px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 50%;
    top: -202px;
    left: -108px;
    z-index: -5;
} */

.header-main .logo-left .logo {
  margin-right: 0px;
  width: 377px;
  line-height: 1;
  padding: 0;
  position: relative;
}
.header-inner {
  position: static;
  padding-left: 40px;
  padding-top: 41px;
  padding-bottom: 41px;
}

#logo .header-logo {
  width: 100%;
}

.header-main .main-menu {
  flex: 1;
  margin-left: 20px;
}

.header-main .main-menu .nav {
  position: static;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
}

.header-main .main-menu .nav > li {
  margin: 0;
  position: static;
  transition: 0.3s;
  padding-bottom: 0px;
  margin-right: 30px;
}

.header-main .main-menu .nav > li > a {
  padding: 0;
  color: #4d4d4d;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.05em;
  min-height: 41px;
  font-size: 1.8rem;
  font-weight: 800;
}
.header-main .main-menu .nav > li:not(:first-child) > a {
  padding: 0 14px;
  border: 2px solid #0099ff;
  border-radius: 10px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .header-main .main-menu .nav > li > a {
    padding: 0 16px;
    border: 2px solid #0099ff;
    border-radius: 10px;
  }
}

/* .header-main .main-menu .nav>li>a span {
    margin-top: 10px;
} */

.header-main .main-menu .nav > li:not(:last-child) > a::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0099ff;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}
@media (max-width: 757px) {
  .header-main .main-menu .nav > li:not(:last-child) > a::before {
    display: none;
  }
}

/* .header-main .main-menu .nav>li>a span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5px;
} */

.header-main .main-menu .nav > li:nth-last-child(1) {
  border-right: none;
}

.box-menu-phone {
  position: static;
  padding-right: 360px;
}

.header-main .main-menu .nav > li > a:hover,
.header-main .main-menu .nav > li.current > a {
  opacity: 1;
}

@media (min-width: 768px) {
  .header-main .main-menu .nav > li.current > a::after,
  .header-main .main-menu .nav > li:hover > a::after {
    opacity: 1;
    width: 100%;
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
  }
}
.entry {
  width: 328px;
  height: 150px;
  background-color: #f28e1e;
  display: flex;
  align-items: center;
  border: 3px solid white;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 50px;
  box-shadow: 0 0 10px 0 rgba(11, 170, 219, 0.75);
  justify-content: end;
  position: absolute;
  right: 0;
  top: 0;
}
.entry a {
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 44px;
}
.entry-icon {
  width: 149px;
  position: absolute;
  left: -30px;
  top: 17px;
}
.entry-arrow {
  width: 30px;
  margin-left: 12px;
  margin-right: 27px;
}
a.menu-btn {
  width: 88px;
  min-height: 70px;
  position: absolute;
  border: none;
  top: 0px;
  right: 0px;
  z-index: 8999;
  transition: none;
  height: auto;
  box-shadow: 0 0 5px 0 rgba(11, 170, 219, 0.75);
  border-radius: 0 0 0 25px;
}
a.menu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 32px;
  top: 19px;
  background-color: #0099ff;
  left: 28px;
  transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
  top: 23px;
  display: none;
}

a.menu-btn span:nth-child(3) {
  top: 29px;
}

a.menu-btn::after {
  content: "MENU";
  left: calc(50%);
  transform: translateX(-50%);
  top: 38px;
  position: absolute;
  color: #0099ff;
  width: max-content;
  font-size: 14px;
  text-align: center;

  font-weight: 700;
  padding-left: 2px;
}

a.menu-btn.open:after {
  content: "CLOSE";
}

body.menu-open header:before {
  display: none;
}

a.menu-btn.open span {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 20px;
  left: 28px;
  background-image: unset;
}

a.menu-btn.open span:nth-child(2) {
  display: none;
}

a.menu-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.main-menu li.nav-item:hover > a span::after,
.main-menu li.nav-item.current > a span::after {
  left: 50%;
  opacity: 1;
}

.loading-active main {
  opacity: 0;
}

.loading-active header {
  opacity: 0;
}

.loading-active footer {
  opacity: 0;
}
.box-btn-top-header {
  display: flex;
  align-items: center;
}

a.btn.btn-header {
  min-width: 123px;
  height: 50px;
  padding: 0 20px;
  background-color: #f2f2f2;
  border-radius: 0 0 10px 10px;
  margin-left: 7px;
  font-size: 1.4rem;
  color: #7f5b3d;
}

.box-top-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a.btn.btn-header img {
  margin-right: 17px;
}

.box-top-header > a {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #725d06;

  margin-right: 10px;
}

.mega-menu {
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  text-align: center;
  padding-top: 0px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
  visibility: hidden;
  top: 117px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
}

.header-main .main-menu .nav > li.nav-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 135px;
  z-index: 12;
}

.box-mega-menu {
  display: flex;
}

.mega-menu-left {
  width: 493px;
}

.mega-menu-right {
  flex: 1;
  padding: 35px 50px 50px;
}

.box-flex-mega {
  display: flex;
}

.flex-mega-left {
  width: 342px;
  padding-top: 10px;
}

.flex-mega-right {
  flex: 1;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
}

a.btn.btn-mega {
  font-size: 2.5rem;
  color: #725d06;
  padding: 15px 0;
  border-bottom: 1px solid;
  justify-content: flex-start;

  font-weight: 500;
  letter-spacing: 0.2em;
}
a.btn.btn-mega::after {
  width: 27px;
  height: 24px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 23px;
}

.box-sub-link-mega {
  width: 50%;
  max-width: 225px;
}

a.sub-link {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #7f5b3d;
  text-align: left;
  display: block;
  padding-left: 25px;
  margin-bottom: 16px;
  position: relative;
}
a.sub-link::after {
  content: "";
  width: 16px;
  height: 5px;
  background-image: url(../images/index/icon-right-mini.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

a.btn.btn-mega:first-child {
  margin-bottom: 60px;
}

.img-mega {
  position: relative;
}
.img-mega p {
  font-size: 3.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

  font-weight: 500;
  letter-spacing: 0.1em;
}

.header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}

/* .box-link-footer {
  width: 250px;
}
.box-link-footer:last-child {
  width: 200px;
} */

a.link-footer {
  letter-spacing: 0.2em;
  display: block;

  color: #603813;
  margin-bottom: 10px;
}

/* .home-contact-top {
  text-align: center;
} */

footer {
  position: relative;
  background-color: #e9fbff;
  width: 100%;
  height: auto;
  border-radius: 50px 50px 0 0;
}
.footer {
  max-width: 1020px;
  padding: 75px 15px 40px 25px;
  margin: auto;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-top .footer-left {
  font-size: 11px;
  font-weight: 700;
  padding-right: 15px;
}
.box-link-footer ul > li > a {
  padding: 0;
  color: #4d4d4d;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.05em;
  min-height: 41px;
  font-size: 18px;
  padding-top: 3px;
  font-weight: 800;
}
.box-link-footer ul > li > a:hover{
  color: #0099ff;
}
.box-link-footer ul > li:not(:last-child) {
  margin: 0;
  position: static;
  transition: 0.3s;
  padding-bottom: 0px;
  margin-right: 30px;
}
.box-link-footer ul > li:not(:first-child) > a {
  padding: 0 14px;
  border: 2px solid #0099ff;
  border-radius: 10px;
  background-color: white;
}
.box-link-footer ul > li:not(:first-child) > a:hover{
  background-color: #0099ff;
  color: white;
  opacity: 1;
}
.box-link-footer ul > li:not(:last-child) > a::before {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0099ff;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}
.footer-copyright {
  font-weight: 600;
  margin-top: 65px;
}
body:not(.home) .header-wrapper {
  position: relative;
}
.page-header-title .title-en {
  font-size: 12rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #0099ff;
  -webkit-text-stroke: 5px #0099ff;
  line-height: 1;
  padding-top: 50px;
}
.page-header-title .title-jp {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 75px;
}
.page-header-title .title-jp span {
  color: #0099ff;
}
.page-header-title .title-jp h1 {
  font-weight: bold;
}
.company-01 {
  position: relative;
}
.company-01:before {
  content: "";
  display: block;
  position: absolute;
  height: 404px;
  width: calc(50vw + 160px);
  background-color: #dcf6ff;
  top: 490px;
  border-radius: 0 50px 50px 0;
}
section#page-header {
  background-color: #dcf6ff;
}
.breadcrumb ul {
  display: flex;
  padding-bottom: 15px;
}
.page-header {
  position: relative;
}
.page-header .before {
  width: 923px;
  height: 288px;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-title {
  display: flex;
}
.block-title .title-en {
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  color: #73c140;
  writing-mode: vertical-rl; /* or vertical-lr */
  text-orientation: mixed;
  position: absolute;
  left: 0;
}
.block-title .title-jp {
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-left: 50px;
  position: relative;
}
.block-title .title-jp span {
  color: #73c140;
}
.block-title .title-jp hr {
  border: none;
  border-bottom: 2px solid #73c140;
  width: 320px;
  margin-top: 15px;
  margin-left: 0;
}
.sub-title {
  font-size: 3rem;
  font-weight: bold;
  color: #0099ff;
}
.box-img img {
  width: 290px;
  height: 343px;
  border-radius: 50px;
}
.box-text {
  display: flex;
  justify-content: flex-end;
}
.box-text p {
  padding-top: 15px;
}
.box-text p span {
  display: block;
  font-size: 2.3rem;
  text-align: right;
}
#company-01 {
  position: relative;
}
#company-01::before {
  content: "";
  display: block;
  position: absolute;
  height: 200px;
  width: 280px;
  background-image: url(../images/company/element-01.svg);
  background-size: 100% 100%;
  z-index: 1;
  left: calc(50% + 475px);
  top: 40px;
}
.company-02 {
  position: relative;
  background-color: #f2f8f9;
  width: 100%;
}
.sub-title hr {
  border: none;
  border-bottom: 3px solid #0099ff;
  width: 1000px;
  margin-top: 40px;
  margin-left: 0;
}
.company-02 .blblogtextog {
  display: flex;
  justify-content: center;
}
.company-02 .blogtext ul > li {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.company-02 .blogtext ul > li::before {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url(../images/company/tick-comapany-01.svg);
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.company-02::before {
  content: "";
  display: block;
  position: absolute;
  height: 272px;
  width: calc(50vw + 188px);
  background-color: #dcf6ff;
  top: 490px;
  right: 0;
  border-radius: 50px 0 0 50px;
}
.company-02 .box-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.company-02 .box-img img {
  width: 808px;
  height: 193px;
}
#company-02 {
  position: relative;
}
#company-02::before {
  content: "";
  display: block;
  position: absolute;
  height: 232px;
  width: 400px;
  background-image: url(../images/company/logo-01.svg);
  background-size: 100% 100%;
  z-index: 1;
  left: calc(50% + 200px);
  top: 20px;
}
.data-list .col-inner {
  margin-bottom: 40px;
}
.blogtext ul > li > span {
  color: #0099ff;
}
.data-list {
  margin-bottom: 140px;
}
#company-03 {
  position: relative;
}
#company-03::before {
  content: "";
  display: block;
  position: absolute;
  height: 222px;
  width: 251px;
  background-image: url(../images/company/element-bottom-01.svg);
  background-size: 100% 100%;
  z-index: 1;
  right: calc(50vw - 770px);
  top: 60px;
}
.page-header .container {
  max-width: 1130px;
}
@media (min-width: 1030px) {
  .company-02 .sub-title {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
}
.company-02 .sub-title {
  padding-bottom: 33px;
  border-bottom: 1px solid #0099ff;
}
.button-footer img {
  width: 197px;
  margin: 0 auto;
  margin-top: 25px;
}
.container-1030 {
  max-width: 1060px;
}
.text-blue {
  color: #0099ff;
}
.company-index {
  position: relative;
}
.title-index .title-en {
  font-size: 12rem;
  letter-spacing: 0.1em;
  color: #0099ff;
  font-weight: 900;
  -webkit-text-stroke: 5px #0099ff;
  line-height: 1;
  text-align: center;
  stroke-width: 5px;
}
.title-index .title-jp {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1;
  margin-top: 35px;
  font-weight: bold;
  text-align: center;
}
.title-index {
  position: relative;
}
.company-index .title-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 195px;
  width: 280px;
  background-image: url(../images/home/company-element-bg.svg);
  background-size: 100% 100%;
  z-index: 1;
  right: calc(50% + 402px);
  top: 55px;
}
.box-company-index {
  position: relative;
}
.box-company-index img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.box-company-index .box-company-index-text {
  font-size: 3.3rem;
  font-weight: bold;
  background-color: white;
  color: #73c140;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  position: absolute;
  left: -10px;
  line-height: 0.1em;
  padding: 30px 28px 30px 28px;
  border-radius: 25px;
  z-index: 19;
}
.box-index-2 img {
  border: 2px solid #0099ff;
}
.box-company-index img {
  position: relative;
}
#box-company-index {
  position: relative;
  display: inline-block;
}
#box-company-index::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 8px;
  box-shadow: 0 0 5px 0 rgba(11, 170, 219, 0.75);
  z-index: -1;
}
.box-company-index .section-text {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  padding-left: 36px;
  padding-top: 24px;
  position: relative;
}
.box-company-index .section-text::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/home/company-arrow.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  left: 251px;
}
.company-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 314px;
  width: 50vw;
  background-color: #0099ff;
  top: 236px;
  right: 0;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}
#company-index {
  position: relative;
}
#company-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 404px;
  width: calc(50vw + 297px);
  background-color: #dcf6ff;
  top: 380px;
  left: 0;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
.box-work-index {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  margin-top: 25px;
  max-width: 1300px;
  padding: 0 10px;
}
.box-work-index-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 552px;
  padding-right: 15px;
}
.box-work-index-button {
  width: calc(100% - 552px);
  padding-left: 52px;
  margin-top: 40px;
  position: relative;
}
.box-work-index-button:before{
  width: 208px;
  height:136px;
  background-image: url(../images/index/icon-entry.svg);
  content: '';
  display: block;
  position: absolute;
  top: -136px;
  right: 134px;
}
.box-work-index-text-1 {
  font-size: 3.25rem;
  font-weight: bold;
  color: #ec5a24;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.box-work-index-text-2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
.box-work-index-text img,.box-work-index-text svg {
  width: 537px;
  height: 420px;
  margin-top: 37px;
}

.box-work-index-button > div {
  margin-bottom: 40px;
  text-align: center;
}

.box-work-index-button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff9000;
  border-radius: 30px;
  box-shadow: 0 0 5px 0 rgba(11, 170, 219, 0.75);
  padding: 50px 36px 50px 50px;
  max-width: 600px;
  height: 195px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.box-work-index-button a img,
.box-work-index-button a svg {
  width: 92px;
  height: 96px;
}

.box-work-index-button a span {
  flex: 1;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.box-work-index-button a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/home/work-arrow.svg") no-repeat center/contain;
}
.work-index {
  position: relative;
}
#work-index {
  position: relative;
}
#work-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 554px;
  width: calc(100vw - 139px);
  background-color: #f9f7e8;
  top: 67px;
  right: 0;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}
.work-index .title-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 223px;
  width: 252px;
  background-image: url(../images/home/work-element-bg.svg);
  background-size: 100% 100%;
  z-index: 1;
  left: calc(50% + 445px);
  top: -55px;
}
.box-work-index-button:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: 137px;
  width: 209px;
  background-image: url(../images/home/work-element-01.svg);
  background-size: 100% 100%;
  right: 308px;
  top: 170px;
  z-index: -1;
}
.work-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 459px;
  width: 459px;
  border-radius: 50%;
  background-color: #f2ffe9;
  left: calc(50% - 229px);
  bottom: 40px;
  z-index: -1;
}
.office {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 45px;
  flex-direction: row-reverse;
  position: relative;
}
.office.box-work-index{
  max-width: 1200px;
}
.office .box-work-index-text img ,.office  .box-work-index-text svg {
  width: 422px;
  height: 319px;
}
.office .box-work-index-text {
  margin-left: 0;
  width: 472px;
  padding-right: 0;
  padding-left: 15px;
}
.office .box-work-index-button {
  margin-right: 0;
  width: calc(100% - 472px);
  padding-left: 28px;
  margin-top: 0px;
  position: relative;
}
.office .box-work-index-button a {
  background-color: #6cbc39;
}
.office .box-work-index-button:before{
  display: none;
}
#office-index {
  position: relative;
}
#office-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 554px;
  width: calc(100vw - 139px);
  background-color: #f2ffe9;
  top: 82px;
  left: 0;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
.office .box-work-index-text-1 {
  color: #6cbc39;
}
.office-index .title-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 281px;
  width: 196px;
  background-image: url(../images/home/office-element-bg.svg);
  background-size: 100% 100%;
  z-index: 1;
  left: calc(50% + 514px);
  top: -66px;
}
.office-index::before {
  content: "";
  display: block;
  position: absolute;
  height: 459px;
  width: 459px;
  border-radius: 50%;
  background-color: #f9f7e8;
  right: calc(50% - 226px);
  top: 282px;
  z-index: -1;
}
.entry-bottom-index {
  display: flex;
  position: relative;
  margin-bottom: 101px;
}
.entry-title-index {
  flex: 1;
  font-size: 10.2rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
  background-color: #0099ff;
  line-height: 1;
  padding-top: 80px;
  padding-left: 95px;
  border-radius: 50px 0 0 0;
  height: 355px;
  width: 50%;
}
.entry-title-index span.text-jp {
  font-size: 4.8rem;
  padding-top: 0px;
  letter-spacing: 0.02em;
}
.entry-bottom-index-img {
  width: 50%;
  background: url(../images/home/bg-bottom-index.png) no-repeat center/cover;
  height: auto;
  background-size: cover;
  background-position: bottom;
}
.entry-bottom-index-img::after {
  content: "";
  height: 250px;
  width: 100%;
  background-color: #0099ff;
  position: absolute;
  bottom: -250px;
}
.entry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 9px;
  margin-bottom: 101px;
}
.entry-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 30px 24px;
  text-decoration: none;
  height: 261px;
  width: 279px;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 5px 0 rgba(11, 170, 219, 0.75);
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.entry-btn:nth-child(1) {
  color: #0099ff;
}
.entry-btn:nth-child(2) {
  color: #0071b7;
}
.entry-btn:nth-child(3) {
  color: #00a498;
}
.entry-btn:nth-child(4) {
  color: #ec5a24;
}
.mac-logo {
  width: 172px;
  height: auto;
  margin-bottom: 15px;
}
.in-entry {
  width: 62px;
  height: auto;
  margin-bottom: 15px;
}
.user-in-logo {
  width: 47px;
  height: auto;
  margin-bottom: 15px;
}
.entry-arrow-bottom-mb {
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 26px;
  right: 27px;
}
.entry-grid .entry-btn::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.entry-section-index::before {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #f28e1e;
  position: absolute;
  top: 150px;
  z-index: -1;
}
.entry-bottom-index::before {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #0099FF;
  position: absolute;
  top: unset;
  bottom: 0;
  transform: translateY(100%);
  z-index: -1;
}
.entry-section-index {
  position: relative;
}
.entry-icon-mb {
  width: 279px;
  height: 176px;
  position: absolute;
  left: calc(50% + 334px);
  top: -175px;
}
.header-main .main-menu .nav > li:not(:first-child) > a:hover {
  background-color: #0099ff;
  color: white;
}
.header-main .main-menu .nav > li:first-child > a:hover {
  color: #0099ff;
}
.box-work-index-button a:hover {
  color: #ff7000;
  background-color: white;
}

.box-work-index-button a:hover svg path,
.box-work-index-button a:hover svg polyline {
  fill: #ff7000;
  stroke: #ff7000 !important;
}
.box-work-index-button a:hover:after {
  background-image: url("../images/home/work-arrow-hover.svg");
}
.office .box-work-index-button a:hover {
  color: #6cbc39;
  background-color: white;
}
.office .box-work-index-button a:hover svg path,
.office .box-work-index-button a:hover svg polyline {
  fill: #6cbc39;
  stroke: #6cbc39 !important;
}
.office .box-work-index-button a:hover:after {
  background-image: url("../images/home/office-arrow-hover.svg");
}

.home-mv{
  width: 100%;
  overflow: hidden;
  position: relative;
}
a.entry-btn{
  transition: all 0.3s;
  position: relative;
  top: 0;
  left: 0;
}
a.entry-btn:hover{
  top: 10px;
  left: 10px;
}
a.entry-btn:hover:after{
  top: 0;
  left: 0 ;
}
.message-text{
  max-width: 717px;
}
#page-header .page-header .before img{
  opacity: 0;
}
#page-header .page-header .before .img{
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.75s;
}
#page-header.page-loaded .page-header .before .img{
    opacity: 1;
    transform: translateY(0);
}
.list-anchor li, .list-anchor li a{
  transition: all 0.3s;
}
.list-anchor li:hover{
  background-color: #0099ff;
  color: white;
}
.list-anchor li:hover a{
  opacity: 1;
  color: white;
}
.staff-item-center{
  align-items: center;
}
.border-dashed{
  border-image: repeating-linear-gradient(
    to bottom,
    #ccc 0,
    #ccc 20px,
    transparent 20px,
    transparent 40px
  ) 1;
}
body.home.admin-bar .header-wrapper{
  top: 32px ;
}
.box-cat{
  display: flex;
  font-size: 16px;
}
.news-item{
  border-bottom: 2px solid #0099FF;
  padding: 25px 55px 20px 25px;
}
.news-item:hover .title a{
  color: #0099FF;
  opacity: 1;
}
.box-cat .date{
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin-right: 15px;
}
.news-item .title{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.news-item{
  position: relative;
}
.news-item:after{
  display: block;
  position: absolute;
  width: 31px;
  height: 30px;
  content: "";
  background-image: url(../images/index/icon-arrow-right.svg);
  background-size: 100% 100%;
  right: 22px;
  transition: all 0.3s;
  bottom: 22px;
}
.news-item:hover:after{
  right: 10px;
}

/* Recruit Items Styling */
.recruit-items {
    margin-top: 20px;
}

.recruit-item {
    display: flex;
    border: 1px solid #B9CED6;
    margin-bottom: -1px; /* Overlap borders */
}

.recruit-midashi {
    width: 200px;
    flex-shrink: 0;
    color: white;
    background-color: #319DD3;
    padding: 5px 10px 5px 30px;
    border-right: 1px solid #B9CED6;
    display: flex;
    align-items: center;
    font-size: 16px;
    min-height: 57px;
}

.recruit-naiyou {
    flex: 1;
    padding: 5px 10px 5px 20px;
    display: flex;
    align-items: center;
    min-height: 57px;
    font-size: 16px;
}

.step-items{
  max-width: 727px;
  margin: auto;
}
.step-item{
  position: relative;
  display: flex;
  border: 2px solid #0099FF;
  border-radius: 20px;
  padding: 10px 40px;
  min-height: 100px;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.step-item:not(:last-child)::after{
  content: '';
  width: 47px;
  height: 23px;
  background-image: url(../images/index/icon-arrow-down-step.svg);
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
}
.step-midashi{
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #0099FF;
  width: 200px;
  flex-shrink: 0;
}
.step-content{
  font-size: 25px;
  padding-left: 50px;
}
.step-text{
  max-width: 727px;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.05em;
}
a.btn-link{
  margin:  0 12px;
}
a.btn-link img{
  width: 100%;
  width: 348px;
  height: auto;
}
.link-items{
  display: flex;
  justify-content: center;
  position: relative;
}
.link-items::before{
  content: '';
  width: 100vw;
  height: 162px;
  background-color: #DCF6FF;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
a.btn.btn-home-single{
  width: 234px;
  height: 64px;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border-radius: 32px;
  letter-spacing: 0.1em;
  background-image: url(../images/index/icon-arrow-right.svg);
  background-size: 27px 27px;
  background-position: right 20px center;
  background-color: #0099FF;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
a.btn.btn-home-single:hover{
  background-position: right 10px center;
}
@media (max-width: 767px) {
    .recruit-item {
        flex-direction: column;
    }
    
    .recruit-midashi {
        width: 100%;
        min-height: 40px;
        border-right: none;
        border-bottom: 1px solid #B9CED6;
        font-size: 15px;
        padding-left: 10px;
    }
    
    .recruit-naiyou {
        width: 100%;
        min-height: 40px;
        font-size: 13px;
        padding-left: 10px;
    }
    .step-item{
      padding: 5px 20px;
      min-height: 50px;
      border-radius: 10px;
      margin-bottom: 25px;
    }
    .step-midashi{
      width: 115px;
      font-size: 20px;
    }
    .step-content{
      font-size: 15px;
      padding-left: 10px;
    }
    .step-item:not(:last-child)::after{
      width: 23px;
      height: 12px;
      background-size: 100% 100%;
      bottom: -22px;
    }
    .step-text{
      font-size: 13px;
    }
}
@media (min-width:768px){
  .header-wrapper{
    position: fixed;
    background-color: white;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.1);
    z-index: 99;
  }
  header.UpMove .header-wrapper {
      animation: UpAnime 0.5s forwards;
  }

  @keyframes UpAnime {
      from {
          opacity: 1;
          transform: translateY(0);
      }
      to {
          opacity: 0;
          transform: translateY(-100px);
      }
  }

  header.DownMove .header-wrapper {
      animation: DownAnime 0.5s forwards;
  }

  @keyframes DownAnime {
      from {
          opacity: 0;
          transform: translateY(-100px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  .box-work-index-button .button-1  a img,.box-work-index-button .button-1  a svg{
    max-width: 80px;
  }
}
.entry-bottom-index-img{
  background: none;
  position: relative;
}
.entry-bottom-index-img:before{
  display: block;
  position: absolute;
  content: "";
  width: calc(100% + 135px);
  height: 535px;
  bottom: 0;
  background: url(../images/home/bg-bottom-index.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
}
.entry-bottom-index-img::after{
  display: none;
}

@media (max-width: 1380px) and (min-width: 768px){
  .header-inner{
    padding-left: 15px;
  }
  .header-main .logo-left .logo{
    width: 300px;
  }
}
@media (max-width: 1280px) and (min-width: 768px){
  .entry-icon{
    width: 96px
  }
  .entry{
    width: 270px;
    height: 126px;
  }
  .box-menu-phone{
    padding-right: 274px;
  }
}
@media (max-width: 1200px) and (min-width: 768px){
  .header-main .main-menu .nav > li > a{
    font-size: 1.4rem;
  }
}
@media (max-width: 1120px) and (min-width: 768px){
  .header-main .logo-left .logo{
    width: 200px;
  }
  .entry a{
    font-size: 20px;
  }
  .entry{
    width: 200px;
  }
  .box-menu-phone{
    padding-right: 216px;
  }
  body .mv-content .hdl .text{
    font-size: 45px;
  }
}
@media (max-width: 960px) and (min-width: 768px){
  .header-main .logo-left .logo{
    width: 180px;
  }
  .entry a{
    font-size: 16px;
  }
  .entry{
    width: 200px;
  }
  .box-menu-phone{
    padding-right: 216px;
  }
  .entry-icon{
    display: none;
  }
  .entry{
    width: 148px;
  }
  .box-menu-phone{
    padding-right: 130px;
  }
  .header-main .main-menu .nav > li:not(:first-child) > a{
    padding: 0 5px;
  }
}