@charset "UTF-8";
/*===================================================
# body
===================================================*/
body {
  background-color: #FCFCFC;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-height: 600px) {
  .drawer-content {
    overflow-y: scroll;
    max-height: 100vh;
  }
}
body.is-scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1366px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 375px;
  }
}

html,
body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/* 
---------------------------------------------------*/
/*===================================================
# 
===================================================*/
/*===================================================
# index
===================================================*/
/* 共通部分(ボタン)
---------------------------------------------------*/
.button-parent {
  text-align: right;
}

.button {
  color: #FCFCFC;
  background-color: #F45F5F;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2.4px;
  padding: 42px 87px 43px 76px;
  position: relative;
}
.button::after {
  content: url(../img/arrow.png);
  position: absolute;
  top: 41px;
  right: 45px;
}

.margin-temporary {
  margin-top: 500px;
}

.common-button-wrap {
  text-align: center;
}

.common-button {
  position: relative;
}

@media screen and (min-width: 768px) {
  .common-button-text {
    display: inline-block;
    font-size: 24px;
    color: #FCFCFC;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background-color: #F45F5F;
    border: 1px solid #333333;
    letter-spacing: 2.4px;
    padding: 43px 92px 42px 69px;
    margin-left: -13px;
    transition: 0.3s;
    z-index: 2;
    position: relative;
  }
  .common-button-text::after {
    content: url(../img/arrow.png);
    position: absolute;
    top: 41px;
    right: 28px;
  }
  .common-button-text:hover {
    transform: translate(-11px, 11px);
  }
}
@media screen and (max-width: 767px) {
  .common-button-text {
    display: inline-block;
    font-size: 16px;
    color: #FCFCFC;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background-color: #F45F5F;
    border: 1px solid #333333;
    margin-left: 7px;
    padding: 21px 53px 21px 38px;
    transition: 0.3s;
    z-index: 2;
    position: relative;
  }
  .common-button-text::after {
    content: url(../img/sp/arrow-sp.png);
    position: absolute;
    margin-top: 1px;
    margin-left: 16px;
  }
  .common-button-text:hover {
    transform: translate(-12px, 12px);
  }
}

@media screen and (min-width: 768px) {
  .common-button-bg {
    display: block;
    width: 398px;
    height: 118px;
    position: absolute;
    top: -40px;
    left: -24px;
    background-color: #F4F4F4;
    border: 1px solid #333333;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .common-button-bg {
    display: block;
    width: 234px;
    height: 65px;
    position: absolute;
    top: -9px;
    left: -5px;
    background-color: #F4F4F4;
    border: 1px solid #333333;
    z-index: 1;
  }
}

.button2 {
  margin-left: 50px;
  margin-bottom: 19px;
  color: #FCFCFC;
  background-color: #F45F5F;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 2.4px;
  padding: 43px 89px 44px 75px;
  border: 1px solid;
  border-color: #333333;
  transition: 0.3s;
  position: relative;
}
.button2:hover {
  transform: translate(-4px, 4px);
}
.button2:hover::before {
  transform: translate(4px, -4px);
}
.button2::before {
  transition: 0.3s;
  content: "";
  width: 400px;
  height: 120px;
  display: inline-block;
  background-color: #CECDCD;
  position: absolute;
  z-index: -1;
  border: 1px solid;
  border-color: #333333;
  top: 12px;
  right: 12px;
}
.button2::after {
  content: "→";
  position: absolute;
  transform: rotate(-45deg);
  margin-left: 22px;
}

/* 共通部分 title
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .common-title {
    z-index: 5;
    color: #333333;
    /* 24リード文 */
    font-family: Noto Sans JP;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.688px;
    /* 136.2% */
    position: relative;
  }
  .common-title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -23px;
    width: 13px;
    height: 13px;
    background-color: #F45F5F;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .common-title {
    z-index: 5;
    color: #333333;
    /* 24リード文 */
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.516px; /* 136.2% */
    position: relative;
  }
  .common-title::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -19px;
    width: 10px;
    height: 10px;
    background-color: #F45F5F;
    border-radius: 50%;
  }
}

@media screen and (max-width: 767px) {
  .common-title-sp {
    font-size: 24px;
    position: relative;
  }
  .common-title-sp::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -23px;
    width: 13px;
    height: 13px;
    background-color: #F45F5F;
    border-radius: 50%;
  }
}

/* 共通部分 text
---------------------------------------------------*/
.common-text {
  color: #333333;
  /* 本文 */
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

/*===================================================
# header
===================================================*/
.header {
  height: 81px;
  width: 100%;
  background: #FCFCFC;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 8px 5px 8px 17px;
}

.header__logo img {
  width: 75px;
  display: block;
}

.header__open {
  margin-top: 21px;
}

.drawer-icon {
  width: 58px;
  height: 23px;
  position: relative;
  z-index: 600;
  transition: 0.3s;
}
.drawer-icon.is-checked {
  transform: rotate(90deg);
  margin-top: 38px;
}
.drawer-icon.is-checked .drawer-icon__bar {
  transition-delay: 0.5s;
  transition-property: left, margin-top, transform;
  background: #FCFCFC;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: -3px;
  left: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  left: 0px;
  margin-top: 7px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  transform: rotate(65deg);
  margin-top: 10px;
  margin-left: 3px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(4) {
  transform: rotate(-65deg);
  margin-top: -5px;
  margin-left: 3px;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: -12px;
  width: 36px;
  height: 3px;
  background: #F45F5F;
  display: inline-block;
  transition: 0.3s;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.drawer-icon__bar:nth-child(2) {
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.drawer-icon__bar:nth-child(3) {
  top: 2px;
  left: 4px;
  width: 42px;
}
.drawer-icon__bar:nth-child(4) {
  top: 17px;
  left: 4px;
  width: 42px;
}

.drawer-content {
  margin-top: -2px;
  margin-left: 3px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #F45F5F;
  z-index: 290;
  padding: 29px 0px 20px;
  transform: translateX(100%);
  transition: transform 0.3s;
  overflow: scroll;
}
.drawer-content.is-checked {
  transform: translateX(0);
}

.drawer-content__menu {
  margin-top: 2px;
  margin-left: 1px;
}

.drawer-content__link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  text-align: left;
  color: #FCFCFC;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  position: relative;
}
.drawer-content__link:nth-child(n+2) {
  margin-top: 1.6px;
}
.drawer-content__link::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FCFCFC;
}
.drawer-content__link::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 14px;
  width: calc(100% - 30px);
  height: 1px;
  background: #FCFCFC;
}

.drawer-content-entry-icon {
  text-align: right;
  padding-right: 18px;
  padding-top: 12px;
}
.drawer-content-entry-icon img {
  width: 92px;
}

/*===================================================
# together
===================================================*/
@media screen and (max-width: 767px) {
  .together {
    margin-top: 81px;
  }
}

.together-inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .together-inner {
    max-width: 1366px;
  }
}

.together-side {
  transform: rotate(90deg);
  position: absolute;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .together-side {
    top: 550px;
    left: -22px;
  }
}
@media screen and (max-width: 767px) {
  .together-side {
    top: 466px;
    left: -64px;
    z-index: 5;
  }
}

@media screen and (min-width: 768px) {
  .together__slide {
    margin-left: 170px;
  }
}

.togher-logo {
  width: 120px;
  z-index: 2;
  position: absolute;
  top: 131px;
  left: 173px;
}

.together-rotate {
  color: #F45F5F;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.2px;
  /* 113.5% */
  z-index: 2;
  writing-mode: vertical-lr;
  position: absolute;
  top: 213px;
  left: 162px;
  letter-spacing: 18px;
}

.together-title {
  color: #F45F5F;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 163px;
  /* 135.833% */
  z-index: 2;
  letter-spacing: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .together-title {
    letter-spacing: -11px;
  }
}
@media screen and (min-width: 768px) {
  .together-title {
    position: absolute;
    top: 604px;
    left: 313px;
  }
}

.together-title-sp {
  color: #F45F5F;
  font-size: 100px;
  font-weight: 700;
  text-align: right;
  z-index: 2;
  position: absolute;
  top: 60px;
  right: -10px;
}

.together-title-sp1 {
  letter-spacing: 21.3px;
  margin-top: -59px;
  margin-right: 4px;
  text-align: right;
}

.together-title-sp2 {
  letter-spacing: 10px;
  margin-top: 67px;
  margin-right: 15px;
  text-align: right;
}

.together-title-sp3 {
  letter-spacing: 21.3px;
  margin-top: 86px;
  margin-right: 3px;
  text-align: right;
}

.swiper-slide {
  width: 100%;
}

.together-card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .together-card__image1 {
    width: 1196px;
    height: 645px;
    background-image: url(../img/img-FV-01-PC.png);
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .together-card__image1 {
    background-position: -280px;
  }
}
@media screen and (max-width: 767px) {
  .together-card__image1 {
    width: 100%;
    height: 585px;
    background-image: url(../img/sp/img-FV-01-SP.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .together-card__image2 {
    width: 1196px;
    height: 645px;
    background-image: url(../img/img-FV-02-PC.png);
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .together-card__image2 {
    background-position: -280px;
  }
}
@media screen and (max-width: 767px) {
  .together-card__image2 {
    width: 100%;
    height: 585px;
    background-image: url(../img/sp/img-FV-02-SP.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .together-card__image3 {
    width: 1196px;
    height: 645px;
    background-image: url(../img/img-FV-03-PC.png);
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .together-card__image3 {
    background-position: -280px;
  }
}
@media screen and (max-width: 767px) {
  .together-card__image3 {
    width: 100%;
    height: 585px;
    background-image: url(../img/sp/img-FV-03-SP.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.swiper-button-prev {
  display: none;
}

.swiper-pagination .swiper-pagination-bullets {
  width: 30px;
}
.swiper-pagination-bullet {
  background: #F45F5F;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background: #F45F5F;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(n+2),
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 49px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 1px;
    bottom: -26px;
  }
}

.arrow-container {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  left: 30px;
  bottom: -45px;
}

.swiper-button-next {
  background: url(../img/scroll.png) no-repeat center center/contain;
}
.swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    left: 14px;
    top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    width: 25px;
    height: 25px;
    left: -25px;
    top: 25px;
  }
}

.animated .hinge {
  animation-duration: 2s;
}

.zoomIn {
  animation: zoomIn infinite;
}

.arrow-1 {
  width: 60px;
  height: 60px;
  background: #F45F5F;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .arrow-1 {
    top: 2px;
    right: 1px;
  }
}
@media screen and (max-width: 767px) {
  .arrow-1 {
    top: -15px;
    right: 42.5px;
    z-index: 5;
  }
}
.arrow-1::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.arrow-1::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*===================================================
# message
===================================================*/
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 228px;
    margin-top: 161px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 100px;
    margin-bottom: 79px;
  }
}

@media screen and (min-width: 768px) {
  .message-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .message-list {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .message-title {
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
    margin-left: 263px;
  }
  .message-title span {
    color: #FCFCFC;
    position: relative;
  }
  .message-title span::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -17px;
    width: 130px;
    height: 130px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .message-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .message-title {
    margin-left: 37px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    z-index: 5;
  }
  .message-title span {
    color: #FCFCFC;
    position: relative;
  }
  .message-title span::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -7px;
    width: 84px;
    height: 84px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .message-sub {
    margin-left: 133px;
    margin-top: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .message-sub {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .message-sub {
    margin-left: 37px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .message-bottom {
    margin-top: -79px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .message-bottom {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.message-left {
  height: fit-content;
  aspect-ratio: 713/445;
  position: relative;
}
.message-left img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .message-left img {
    border-radius: 0 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .message-left img {
    border-radius: 0 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .message-left {
    width: 712px;
    margin-left: -2px;
  }
}
@media screen and (max-width: 767px) {
  .message-left {
    max-width: 331px;
    margin-left: 13px;
  }
}

.message-left-bg {
  display: block;
  background-color: #CECDCD;
  width: 100%;
  height: 100%;
  transform: rotate(-4deg);
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .message-left-bg {
    border-radius: 0 100px 0 0;
    top: 0;
    left: -14px;
  }
}
@media screen and (max-width: 767px) {
  .message-left-bg {
    border-radius: 0 55px 0 0;
    top: 0;
    left: -5px;
  }
}

@media screen and (min-width: 768px) {
  .message-right {
    margin-top: 169px;
    margin-left: 54px;
    width: 259px;
    color: #333;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
  }
}
@media screen and (max-width: 767px) {
  .message-right {
    margin-top: 52px;
    margin-left: 3px;
    max-width: 342px;
    color: #333;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
  }
}

/*===================================================
# business
===================================================*/
.business {
  background-color: #F4F4F4;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business {
    padding-top: 101px;
    padding-bottom: 164px;
  }
}
@media screen and (max-width: 767px) {
  .business {
    padding-top: 81px;
    padding-bottom: 70px;
  }
}

.business-bg1 {
  position: absolute;
  top: 27px;
  z-index: -1;
}
.business-bg1 svg {
  width: 100%;
  margin-top: 126px;
}

.business-bg2 {
  position: absolute;
  top: 962px;
  z-index: -1;
}
.business-bg2 svg {
  width: 100%;
  margin-top: 36px;
}

.business-bg3 {
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business-bg3 {
    top: 171px;
  }
}
@media screen and (max-width: 767px) {
  .business-bg3 {
    top: 129px;
  }
}
.business-bg3 svg {
  width: 100%;
}

.business-bg4 {
  position: absolute;
  top: 1400px;
  z-index: -1;
  width: 100%;
}
.business-bg4 svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .business-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .business-list {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .business-title {
    margin-left: -228px;
    margin-top: 17px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
  }
  .business-title span {
    color: #FCFCFC;
    position: relative;
  }
  .business-title span::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -20px;
    width: 130px;
    height: 130px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .business-title {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .business-title {
    margin-top: -1px;
    margin-left: 37px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7px;
    z-index: 5;
    position: relative;
  }
  .business-title span {
    font-size: 70px;
    color: #FCFCFC;
    position: relative;
  }
  .business-title span::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -8px;
    width: 84px;
    height: 84px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .business-sub {
    margin-left: 127px;
    margin-top: 69px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .business-sub {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .business-sub {
    margin-top: 9px;
    margin-left: 37px;
  }
}

/* business 中身
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .business-big {
    padding-top: 77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .business-big {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .business-big {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .business-first {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: -8px;
  }
}
.business-first-left {
  height: fit-content;
  aspect-ratio: 445/334;
}
@media screen and (max-width: 767px) {
  .business-first-left {
    width: 96.5%;
    margin-top: 44px;
    margin-left: 6px;
  }
}
.business-first-left img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .business-first-left img {
    border-radius: 0 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .business-first-left img {
    border-radius: 0 50px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .business-first-right {
    margin-left: 67px;
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .business-first-right {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .business-first-title {
    margin-bottom: 38px;
    margin-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .business-first-title {
    margin-top: 35px;
    margin-left: 30px;
  }
}

.business-first-text {
  max-width: 510px;
  margin-bottom: -6px;
}
@media screen and (min-width: 768px) {
  .business-first-text {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .business-first-text {
    margin-left: 8px;
    margin-top: 41px;
  }
}

.business-second {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 80px;
  margin-left: -17px;
}

@media screen and (min-width: 768px) {
  .business-second-title {
    margin-left: 40px;
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 767px) {
  .business-second-title {
    margin-top: 10px;
    margin-left: 47px;
  }
}

.business-second-text {
  max-width: 507px;
  margin-bottom: -7px;
}
@media screen and (min-width: 768px) {
  .business-second-text {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .business-second-text {
    margin-left: 24px;
    margin-top: 41px;
  }
}

.business-second-right {
  height: auto;
}
@media screen and (min-width: 768px) {
  .business-second-right {
    margin-left: 75px;
  }
}
@media screen and (max-width: 767px) {
  .business-second-right {
    display: flex;
    flex-direction: column;
    margin-top: 41px;
    margin-left: 24px;
    width: 92.5%;
  }
}
.business-second-right img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .business-second-right img {
    border-radius: 100px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .business-second-right img {
    border-radius: 50px 0 0 0;
  }
}

.business-third {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .business-third {
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .business-third {
    margin-left: -18px;
  }
}

.business-third-left {
  height: auto;
}
@media screen and (min-width: 768px) {
  .business-third-left {
    margin-left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .business-third-left {
    display: flex;
    flex-direction: column;
    margin-top: 43px;
    margin-left: 25px;
    width: 92%;
  }
}
.business-third-left img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .business-third-left img {
    border-radius: 0 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .business-third-left img {
    border-radius: 0 50px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .business-third-right {
    margin-left: 84px;
  }
}

@media screen and (min-width: 768px) {
  .business-third-title {
    margin-bottom: 39px;
    margin-left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .business-third-title {
    margin-top: 12px;
    margin-left: 49px;
  }
}

.business-third-text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .business-third-text {
    max-width: 510px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .business-third-text {
    margin-left: 24px;
    padding-right: 10px;
  }
}

/*===================================================
# pick-up
===================================================*/
.pick-up-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pick-up-title {
    position: absolute;
    top: 291px;
    left: 13px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1161px) {
  .pick-up-title {
    top: 300px;
    left: -70px;
  }
}
@media screen and (min-width: 768px) {
  .pick-up-title span {
    color: #FCFCFC;
    position: relative;
  }
  .pick-up-title span::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -7px;
    width: 130px;
    height: 130px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-title {
    margin-top: 41px;
    margin-left: 41px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7px;
    z-index: 5;
  }
  .pick-up-title span {
    color: #FCFCFC;
    font-size: 70px;
    position: relative;
  }
  .pick-up-title span::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -6px;
    width: 84px;
    height: 84px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .pick-up-sub {
    position: absolute;
    top: 373px;
    left: 23.5%;
    letter-spacing: 7px;
    writing-mode: vertical-rl;
    color: #333333;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .pick-up-sub {
    top: 411px;
    left: 26%;
  }
}
@media screen and (min-width: 768px) {
  .pick-up-sub::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 5px;
    width: 13px;
    height: 13px;
    background-color: #F45F5F;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-sub {
    margin-top: 9px;
    margin-left: 36px;
  }
}

.pick-up-youtube-parent {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pick-up-youtube {
    width: 58.5%;
    aspect-ratio: 16/9.85;
    position: absolute;
    top: -126px;
    right: 171px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pick-up-youtube {
    top: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-youtube {
    margin-top: 40px;
    margin-left: 18px;
    width: 91.5%;
    height: 211px;
  }
}

@media screen and (min-width: 768px) {
  .pick-up-button {
    margin-top: 446px;
    position: relative;
  }
  .pick-up-button::after {
    content: "";
    background: url(../img/img-logo-pick-up-pc.png) no-repeat;
    width: 183px;
    height: 160px;
    position: absolute;
    top: -79px;
    right: 79px;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-button {
    margin-top: 42px;
    margin-left: 5px;
    position: relative;
  }
  .pick-up-button::after {
    content: "";
    background: url(../img/sp/img-logo-pick-up.png) no-repeat;
    width: 76px;
    height: 70px;
    position: absolute;
    top: 145px;
    right: 7px;
  }
}

/* line
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pick-up-line-area-1 {
    margin-top: 77px;
    margin-right: 71px;
    margin-left: auto;
    width: 300px;
    height: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-line-area-1 {
    margin-top: 40px;
    margin-left: auto;
    width: 150px;
    height: 10px;
    position: relative;
  }
}

.pick-up-line-1 {
  display: block;
  height: 1px;
  background-color: #F45F5F;
  position: absolute;
  width: 66.66%;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .pick-up-line-2 {
    display: block;
    height: 1px;
    background-color: #F45F5F;
    position: absolute;
    width: 100%;
    top: 19px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-line-2 {
    display: block;
    height: 1px;
    background-color: #F45F5F;
    position: absolute;
    width: 100%;
    top: 10px;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .pick-up-line-area-2 {
    margin-top: 91px;
    margin-right: auto;
    margin-left: 69px;
    width: 300px;
    height: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-line-area-2 {
    margin-top: 50px;
    margin-right: auto;
    width: 150px;
    height: 10px;
    position: relative;
  }
}

.pick-up-line-3 {
  display: block;
  height: 1px;
  background-color: #F45F5F;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .pick-up-line-4 {
    display: block;
    height: 1px;
    background-color: #F45F5F;
    position: absolute;
    width: 66.66%;
    top: 19px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pick-up-line-4 {
    display: block;
    height: 1px;
    background-color: #F45F5F;
    position: absolute;
    width: 66.66%;
    top: 10px;
    left: 0;
  }
}

/*===================================================
# color
===================================================*/
@media screen and (min-width: 768px) {
  .color {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .color {
    margin-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .color-list {
    margin-top: 67px;
  }
}

@media screen and (min-width: 768px) {
  .color-title {
    margin-left: 14.6%;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
  }
  .color-title span {
    position: relative;
  }
  .color-title span::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -10px;
    width: 128px;
    height: 128px;
    border: solid 1px #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .color-title {
    margin-left: 42px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    z-index: 5;
  }
  .color-title span {
    position: relative;
  }
  .color-title span::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -13px;
    width: 82px;
    height: 82px;
    border: solid 1px #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .color-sub {
    margin-top: 15px;
    margin-left: 173px;
  }
}
@media screen and (max-width: 767px) {
  .color-sub {
    margin-top: 17px;
    margin-left: 37px;
  }
}

@media screen and (min-width: 768px) {
  .color-content {
    margin-top: -12px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .is-sp-compel {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .color-content-box-left {
    margin-right: 20px;
  }
}

.color-left {
  max-width: 484px;
}

.color-vertical-line {
  display: block;
  width: 1px;
  height: 1717px;
  background-color: #F45F5F;
  margin-top: -6px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .color-title2 {
    margin-left: 24px;
    margin-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  .color-title2 {
    margin-top: 46px;
    margin-left: 40px;
  }
}

.color-title-right1 {
  margin-left: 24px;
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .color-title-right1 {
    margin-top: 40px;
  }
}

.color-title-right2 {
  margin-left: 24px;
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .color-title-right2 {
    margin-top: 40px;
  }
}

.color-title-right3 {
  margin-left: 23px;
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .color-title-right3 {
    margin-top: 40px;
  }
}

.color-title-right4 {
  margin-left: 24px;
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .color-title-right4 {
    margin-top: 40px;
  }
}

.color-title-left {
  margin-left: 3px;
  margin-top: 92px;
}

.color-title-left2 {
  margin-left: 3px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .color-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .color-small {
    font-size: 13px;
  }
}

.color-img1 {
  margin-top: 40px;
  aspect-ratio: 473/354;
  width: 104.6%;
  margin-left: -21px;
}
.color-img1 img {
  width: 100%;
  height: 100%;
}

.color-img2 {
  margin-top: 39px;
  aspect-ratio: 473/354;
  width: 104.6%;
  margin-left: 0px;
}
.color-img2 img {
  width: 100%;
  height: 100%;
}

.color-img-sp {
  margin-top: 43px;
  margin-left: 18px;
  width: 91.5%;
}
.color-img-sp img {
  border-radius: 0 50px 0 50px;
}

.color-text-sp {
  margin-left: 17px;
  margin-top: 40px;
  max-width: 335px;
}

.color-text1 {
  margin-top: 39px;
  margin-left: -20px;
  max-width: 473px;
}

.color-text2 {
  margin-top: 40px;
  max-width: 473px;
}

.color-text2-margin {
  margin-top: 30px;
}

.color-line1 {
  margin-top: 37px;
  margin-left: -21px;
  display: block;
  width: 104.4%;
  height: 1px;
  background-color: #F45F5F;
}

.color-line2 {
  margin-top: 59.5px;
  margin-left: 0px;
  display: block;
  width: 104.4%;
  height: 1px;
  background-color: #F45F5F;
}

.color-line-left-margin {
  margin-top: 61px;
}

.color-line-sp {
  margin-top: 59.5px;
  margin-left: 4%;
  display: block;
  width: 92%;
  height: 1px;
  background-color: #F45F5F;
}

.color-title-sp1 {
  margin-top: 46px;
  margin-left: 40px;
}

.color-title-sp2 {
  margin-top: 65px;
  margin-left: 40px;
}

.color-title-remote {
  letter-spacing: 2.4px;
}

.color-title-fulfillment {
  line-height: 32.688px;
}

.color-right {
  max-width: 473px;
}

@media screen and (min-width: 768px) {
  .color-content-box-right {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .color-button {
    margin-top: 79px;
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .color-button {
    margin-top: 76px;
    margin-left: 9px;
  }
}

/*===================================================
# job
===================================================*/
.job {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .job {
    margin-top: 300px;
    position: relative;
  }
  .job::before {
    content: "";
    width: 59.5%;
    height: 1075px;
    background-color: #F4F4F4;
    z-index: -1;
    position: absolute;
    top: -129px;
    left: 0;
  }
  .job::after {
    content: "";
    background: url(../img/img-logo.png) no-repeat;
    width: 124px;
    height: 106px;
    transform: scale(1.2) rotate(10deg);
    position: absolute;
    top: 1416px;
    right: 91px;
  }
}
@media screen and (max-width: 767px) {
  .job {
    margin-top: 170px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
  }
  .job::before {
    content: "";
    width: 71%;
    height: 745px;
    background-color: #F4F4F4;
    z-index: -1;
    position: absolute;
    top: -79px;
    left: 0;
  }
  .job::after {
    content: "";
    background: url(../img/img-logo.png) no-repeat;
    width: 124px;
    height: 106px;
    transform: rotate(12deg) scale(1.22);
    position: absolute;
    top: 949px;
    right: 37px;
  }
}

.job-bg1 {
  position: absolute;
  top: 31px;
  z-index: -1;
}
.job-bg1 svg {
  width: 100%;
}

.job-bg2 {
  position: absolute;
  top: 1164px;
  z-index: -1;
}
.job-bg2 svg {
  width: 100%;
}

.job-bg3 {
  position: absolute;
  right: 3px;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .job-bg3 {
    top: 288px;
  }
}
@media screen and (max-width: 767px) {
  .job-bg3 {
    top: 212px;
  }
}
.job-bg3 svg {
  width: 100%;
}

.job-bg4 {
  position: absolute;
  right: 3px;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .job-bg4 {
    top: 1052px;
  }
}
@media screen and (max-width: 767px) {
  .job-bg4 {
    top: 840px;
  }
}
.job-bg4 svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .job-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .job-list {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .job-title {
    text-align: center;
    margin-left: -243px;
    margin-top: 31px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
  }
  .job-title .job-jo {
    color: #FCFCFC;
    position: relative;
  }
  .job-title .job-jo::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 34px;
    width: 130px;
    height: 130px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
  .job-title .job-o {
    text-shadow: 9px -4px #F45F5F;
  }
}
@media screen and (max-width: 767px) {
  .job-title {
    margin-right: 12px;
    text-align: center;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    z-index: 5;
  }
  .job-title .job-jo {
    color: #FCFCFC;
    position: relative;
  }
  .job-title .job-jo::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 19px;
    width: 86px;
    height: 86px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
  .job-title .job-o {
    text-shadow: 2px 0px #F45F5F;
  }
}

@media screen and (min-width: 768px) {
  .job-sub {
    margin-left: 156px;
    margin-top: 93px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .job-sub {
    margin-top: 24px;
    margin-left: 18%;
  }
}
@media screen and (max-width: 767px) {
  .job-sub {
    margin-left: 17px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .job-content {
    max-width: 63%;
    margin: 45px auto 0;
  }
  .job-content dl {
    display: flex;
  }
  .job-content dt {
    padding: 36px 40px 40px 38px;
    width: 84px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
  }
  .job-content dd {
    padding: 38px 40px 40px 75px;
    /* 本文 */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
  }
}
@media screen and (max-width: 767px) {
  .job-content {
    margin: 19px auto 0;
  }
  .job-content dl {
    display: flex;
  }
  .job-content dt {
    padding: 15px 8px 20px 0;
    width: 84px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
  }
  .job-content dd {
    padding: 19px 0 20px 0;
    /* 本文 */
    font-family: Noto Sans JP;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 175% */
  }
}

.job-line {
  height: 2px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .job-line {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job-line {
    width: 102%;
  }
}

.job-line-left {
  width: 23%;
  height: 2px;
  position: relative;
}

.line-pink {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #F45F5F, #F45F5F 7px, transparent 7px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: -4px;
}

.job-line-right {
  width: 77%;
  height: 2px;
  position: relative;
}

.line-gray {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #CECDCD, #CECDCD 7px, transparent -14px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: -1px;
}

/*===================================================
# senior
===================================================*/
@media screen and (min-width: 768px) {
  .senior {
    margin-top: 264px;
  }
}
@media screen and (max-width: 767px) {
  .senior {
    margin-top: 290px;
  }
}

.senior-inner {
  position: relative;
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .senior-inner {
    padding-top: 30px;
    padding-bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
  .senior-inner {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .senior-img {
    width: 29.5%;
    position: absolute;
    top: -100px;
    left: 11.6%;
  }
}
@media screen and (max-width: 767px) {
  .senior-img {
    width: 224px;
    position: absolute;
    top: -59px;
    left: 17px;
  }
}

@media screen and (min-width: 768px) {
  .senior-title {
    color: #FCFCFC;
    font-family: Noto Sans;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 163px; /* 135.833% */
    letter-spacing: 7px;
    text-align: right;
    margin-top: -18px;
  }
}
@media screen and (max-width: 767px) {
  .senior-title {
    color: #FCFCFC;
    font-family: Noto Sans;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .senior-title-reverse {
    transform: rotateX(180deg);
    margin-top: -82px;
    margin-left: -1px;
  }
}

.slider2-img img {
  width: 73%;
}

.slider2-wrapper {
  width: 100%;
}

.slider2 {
  margin-top: -15px;
}
.slider2 .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .swiper-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .slider3 {
    margin-top: 5px;
    padding: 0 34px;
  }
}

.slider3-img {
  text-align: center;
}
.slider3-img img {
  max-width: 286px;
}

.swiper-button-parent {
  position: relative;
}

.swiper-button-prev3 {
  width: 24px;
  height: 24px;
  z-index: 100;
  position: absolute;
  bottom: 257px;
  left: -27px;
}
.swiper-button-next3 {
  width: 24px;
  height: 24px;
  z-index: 100;
  position: absolute;
  bottom: 257px;
  right: -29px;
}
@media screen and (min-width: 768px) {
  .senior-button-margin {
    margin-top: 80px;
    margin-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .senior-button-margin {
    margin-top: 80px;
    margin-left: 9px;
  }
}

/*===================================================
# flow
===================================================*/
.flow {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 91px;
    padding: 0 28px;
  }
}

.flow-bg1 {
  position: absolute;
  top: 151px;
  z-index: -1;
}
.flow-bg1 svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flow-big {
    display: flex;
    position: relative;
  }
  .flow-big .flow-img {
    position: absolute;
    top: 846px;
    right: 136px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1254px) {
  .flow-big .flow-img {
    top: 1165px;
    right: 78px;
  }
}
@media screen and (max-width: 767px) {
  .flow-big {
    position: relative;
  }
  .flow-big .flow-img {
    position: absolute;
    top: 1005px;
    right: -1px;
    transform: scale(1.08);
  }
}

.flow-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .flow-title {
    margin-left: 95px;
    margin-top: -2px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
    transform: rotate(90deg);
  }
  .flow-title .flow-f {
    color: #FCFCFC;
    position: relative;
  }
  .flow-title .flow-f::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -5px;
    width: 130px;
    height: 130px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .flow-title {
    margin-left: 12px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7px;
    z-index: 5;
  }
  .flow-title .flow-f {
    color: #FCFCFC;
    position: relative;
  }
  .flow-title .flow-f::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -20px;
    width: 84px;
    height: 84px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
  .flow-title .flow-l {
    color: #FCFCFC;
  }
}

@media screen and (min-width: 768px) {
  .flow-sub {
    top: 211px;
    left: 86.5%;
    writing-mode: vertical-rl;
    color: #333333;
    font-family: Noto Sans JP;
    font-size: 16px;
    letter-spacing: 7px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
  }
  .flow-sub::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 5px;
    width: 13px;
    height: 13px;
    background-color: #F45F5F;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .flow-sub {
    margin-top: 21px;
    margin-left: 9px;
    position: relative;
  }
  .flow-sub::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 10px;
    height: 10px;
    background-color: #F45F5F;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) {
  .flow-content {
    margin-left: 3.7%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flow-content {
    margin-top: 51px;
  }
}

.flow-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .flow-item:nth-child(n+2) {
    margin-top: 99px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item:nth-child(n+2) {
    margin-top: 41px;
  }
}
@media screen and (max-width: 767px) and (min-width: 428px) and (max-width: 767px) {
  .flow-item:nth-child(3) {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .flow-number {
    color: #F45F5F;
    font-family: Noto Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; /* 135% */
    letter-spacing: 4px;
    position: relative;
  }
  .flow-number::before {
    content: "";
    position: absolute;
    top: 76px;
    left: 26px;
    background-color: #F45F5F;
    width: 2px;
    height: 81px;
  }
}
@media screen and (max-width: 767px) {
  .flow-number {
    color: #F45F5F;
    font-family: Noto Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    letter-spacing: 1.8px;
    position: relative;
  }
  .flow-number::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 12px;
    background-color: #F45F5F;
    width: 1px;
    height: 95px;
  }
}

@media screen and (max-width: 767px) {
  .flow-number-sp-end::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 12px;
    background-color: #F45F5F;
    width: 1px;
    height: 62px;
  }
}

@media screen and (min-width: 768px) {
  .flow-number-circle {
    position: relative;
  }
  .flow-number-circle::before {
    content: "";
    position: absolute;
    bottom: -19px;
    right: -15px;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #F45F5F;
  }
  .flow-number-circle::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: -7px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #FCFCFC;
  }
}
@media screen and (max-width: 767px) {
  .flow-number-circle {
    position: relative;
  }
  .flow-number-circle::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -8px;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #F45F5F;
  }
  .flow-number-circle::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: -6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #FCFCFC;
  }
}

@media screen and (min-width: 768px) {
  .flow-item-content-area {
    margin-left: 124px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow-item-content-area {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item-content-area {
    margin-left: 28px;
  }
}

@media screen and (min-width: 768px) {
  .flow-item-title {
    color: #333333;
    margin-top: -20px;
    width: 130px;
    /* 24リード文 */
    font-family: Noto Sans JP;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.688px; /* 136.2% */
    position: relative;
  }
  .flow-item-title::after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #08353e;
    position: absolute;
    top: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item-title {
    color: #333333;
    margin-top: -3px;
    width: 130px;
    /* 24リード文 */
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.516px; /* 136.2% */
    position: relative;
  }
  .flow-item-title::after {
    content: "";
    width: 32px;
    height: 1px;
    background-color: #08353e;
    position: absolute;
    top: 13px;
    margin-left: 14px;
  }
}

.flow-item-text {
  color: #333333;
  /* 本文 */
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
@media screen and (min-width: 768px) {
  .flow-item-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item-text {
    margin-top: 24px;
  }
}

/*===================================================
# faq
===================================================*/
.faq {
  background: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 153px;
    padding-top: 80px;
    padding-bottom: 171px;
    border-radius: 0 0 98px 98px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 367px;
    padding-top: 77px;
    padding-bottom: 88px;
    border-radius: 0 0 50px 50px;
  }
}

@media screen and (min-width: 768px) {
  .faq-inner {
    padding: 0 20px 0 74px;
  }
}
@media screen and (min-width: 768px) {
  .faq-title {
    margin-left: 138px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
  }
  .faq-title span {
    position: relative;
  }
  .faq-title span::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -25px;
    width: 130px;
    height: 130px;
    border: solid 1px #F45F5F;
    border-radius: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .faq-title {
    margin-left: 44px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    z-index: 5;
  }
  .faq-title span {
    position: relative;
  }
  .faq-title span::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -20px;
    width: 84px;
    height: 84px;
    border: solid 1px #F45F5F;
    border-radius: 50%;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .faq-sub {
    margin-top: 12px;
    margin-left: 119px;
  }
}
@media screen and (max-width: 767px) {
  .faq-sub {
    margin-top: 21px;
    margin-left: 37px;
  }
}

@media screen and (min-width: 768px) {
  .faq-content {
    max-width: 1026px;
    margin-top: 86px;
    margin-right: auto;
    margin-left: 139px;
  }
}
@media screen and (max-width: 767px) {
  .faq-content {
    margin: 46px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .faq-content-box:nth-child(2) {
    margin-top: 77px;
  }
  .faq-content-box:nth-child(n+3) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .faq-content-box:nth-child(2) {
    margin-top: 52px;
  }
  .faq-content-box:nth-child(n+3) {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .faq-content-q {
    text-align: left;
    color: #333333;
    /* 本文 */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    position: relative;
  }
  .faq-content-q::before {
    content: "Q,";
    color: #F45F5F;
    font-family: Noto Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px; /* 137.5% */
    letter-spacing: 2.4px;
    position: absolute;
    top: -3px;
    left: -42px;
  }
  .faq-content-q::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #CECDCD, #CECDCD 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    bottom: -10px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .faq-content-q {
    padding-right: 22px;
    margin-left: 57px;
    text-align: left;
    color: #333333;
    /* 本文 */
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.706px; /* 136.2% */
    position: relative;
  }
  .faq-content-q::before {
    content: "Q,";
    color: #F45F5F;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; /* 138.889% */
    letter-spacing: 1.8px;
    position: absolute;
    top: -4px;
    left: -37px;
  }
  .faq-content-q::after {
    display: block;
    content: "";
    width: 109%;
    height: 1px;
    background-image: linear-gradient(to right, #CECDCD, #CECDCD 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    bottom: -13px;
    left: -40px;
  }
}

.faq-content-a {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq-content-a {
    margin-top: 52px;
    margin-left: 40px;
    padding-right: 30px;
    color: #333333;
    /* 本文 */
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    position: relative;
  }
  .faq-content-a::before {
    content: "A,";
    color: #F45F5F;
    font-family: Noto Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px; /* 137.5% */
    letter-spacing: 2.4px;
    position: absolute;
    top: 0;
    left: -43px;
  }
  .faq-content-a::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #CECDCD, #CECDCD 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    bottom: -10px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .faq-content-a {
    margin-top: 34px;
    margin-left: 56px;
    padding-right: 20px;
    color: #333333;
    /* 本文 */
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.706px; /* 136.2% */
    position: relative;
  }
  .faq-content-a::before {
    content: "A,";
    color: #F45F5F;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.516px; /* 136.2% */
    letter-spacing: 2.4px;
    position: absolute;
    top: 0;
    left: -37px;
  }
  .faq-content-a::after {
    display: block;
    content: "";
    width: 109%;
    height: 1px;
    background-image: linear-gradient(to right, #CECDCD, #CECDCD 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    bottom: -10px;
    left: -40px;
  }
}

/*===================================================
# company
===================================================*/
.company {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company {
    margin-top: 155px;
    margin-bottom: 158px;
  }
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 80px;
    margin-bottom: 72px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.company-bg1 {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company-bg1 {
    top: 89px;
  }
}
.company-bg1 svg {
  width: 100%;
}

.company-bg2 {
  position: absolute;
  right: 3px;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-bg2 {
    top: 237px;
  }
}
.company-bg2 svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .company-title {
    text-align: center;
    margin-top: 5px;
    margin-right: 264px;
    margin-left: -232px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 8.7px;
    z-index: 5;
    position: relative;
  }
  .company-title::first-letter {
    color: #FCFCFC;
  }
  .company-title::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -37px;
    width: 130px;
    height: 130px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .company-title {
    margin-left: -61%;
  }
}
@media screen and (max-width: 767px) {
  .company-title {
    text-align: center;
    margin-left: 19px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    z-index: 5;
    position: relative;
  }
  .company-title::first-letter {
    color: #FCFCFC;
  }
  .company-title::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -22px;
    width: 86px;
    height: 86px;
    background-color: #F45F5F;
    border-radius: 50%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .company-sub {
    margin-left: -168px;
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .company-sub {
    margin-left: -769px;
    margin-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .company-sub {
    margin-left: 16px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .company-margin {
    margin-top: 41px;
  }
}
@media screen and (max-width: 767px) {
  .company-margin {
    margin-top: 21px;
  }
}

/*===================================================
# entry
===================================================*/
.entry {
  background-color: #F4F4F4;
  background-image: radial-gradient(#F45F5F 2px, transparent 2px);
}
@media screen and (min-width: 768px) {
  .entry {
    background-size: 44px 44px;
    padding-top: 161px;
    padding-bottom: 160px;
    position: relative;
  }
  .entry:after {
    content: url(../img/img-logo-entry.png);
    position: absolute;
    bottom: 109px;
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .entry {
    background-size: 24px 24px;
    padding-top: 80px;
    padding-bottom: 79px;
  }
}

.entry-inner {
  background: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .entry-inner {
    max-width: 1026px;
    border-radius: 0 95px 0 104px;
    padding-bottom: 172px;
  }
}
@media screen and (max-width: 767px) {
  .entry-inner {
    max-width: 92%;
    border-radius: 0 40px 0 52px;
    padding-bottom: 87px;
  }
}

@media screen and (min-width: 768px) {
  .entry-list {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .entry-title {
    margin-left: 118px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    z-index: 5;
  }
  .entry-title span {
    position: relative;
  }
  .entry-title span::before {
    content: "";
    position: absolute;
    top: 14px;
    right: -21px;
    width: 130px;
    height: 130px;
    border: solid 1px #F45F5F;
    border-radius: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .entry-title {
    padding-top: 75px;
    margin-left: 43px;
    color: #F45F5F;
    font-family: Noto Sans JP;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
    z-index: 5;
  }
  .entry-title span {
    position: relative;
  }
  .entry-title span::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -17px;
    width: 84px;
    height: 84px;
    border: solid 1px #F45F5F;
    border-radius: 50%;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .entry-sub {
    margin-top: 14px;
    margin-left: 103px;
  }
}
@media screen and (max-width: 767px) {
  .entry-sub {
    margin-top: 22px;
    margin-left: 38px;
  }
}

@media screen and (min-width: 768px) {
  .entry__fields {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .entry__fields {
    margin-top: 37px;
  }
}

@media screen and (min-width: 768px) {
  .entry__field {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 674px;
    width: 90%;
  }
  .entry__field:nth-child(n+2) {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .entry__field {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 674px;
    width: 90%;
  }
  .entry__field:nth-child(n+2) {
    margin-top: 38px;
  }
}

.form-field {
  width: 20%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab-display {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .form-field__item {
    margin-left: 48px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-field__item {
    margin-top: 8px;
    width: 100%;
  }
}
.form-field__item [type=text] {
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .form-field__head {
    width: 169px;
    margin-top: 9px;
    margin-left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .form-field__head {
    width: 227px;
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .form-field__head-margin {
    margin-top: 113px;
  }
}
@media screen and (max-width: 767px) {
  .form-field__head-margin {
    margin-top: 38px;
  }
}

.form-field__head2 {
  display: flex;
}

@media screen and (min-width: 768px) {
  .form-field__tag2 {
    margin-top: 1px;
  }
}

.form-field__label {
  color: #333333;
  font-family: Noto Sans JP;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
    line-height: 28px; /* 175% */
  }
}
@media screen and (max-width: 767px) {
  .form-field__label {
    font-size: 13px;
    line-height: 17.706px; /* 136.2% */
  }
}

.form-field__tag {
  color: #E82F2A;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .form-field__tag {
    line-height: 17.706px; /* 136.2% */
  }
}

.form-field-text {
  border-radius: 5px;
  border: 1px solid #333333;
  background: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .form-field-text {
    width: 94%;
    height: 36px;
    margin-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .form-field-text {
    width: 95%;
    height: 36px;
    margin-top: 10px;
    margin-left: 1px;
  }
}

.form-field-textarea {
  height: 234px;
  border-radius: 5px;
  border: 1px solid #333333;
  background: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .form-field-textarea {
    margin-top: 4px;
    margin-left: 22px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .form-field-textarea {
    margin-top: 11px;
    margin-left: 1px;
    width: 95%;
  }
}

@media screen and (min-width: 768px) {
  .form-field-text2 {
    width: 204px;
  }
}
@media screen and (max-width: 767px) {
  .form-field-text2 {
    width: 194px;
  }
}

.form-field-text3 {
  height: 117px;
  margin-top: 21px;
}

.form-field-example {
  color: #9B9B9B;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 400;
  line-height: 17.706px;
}
@media screen and (min-width: 768px) {
  .form-field-example {
    margin-top: 10px;
    margin-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .form-field-example {
    margin-top: 10px;
    margin-left: -2px;
  }
}

.entry__privacy {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry__privacy {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .entry__privacy {
    margin-top: 35px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

.form-checkbox {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form-checkbox {
    margin-top: -18px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .form-checkbox {
    margin-top: 23px;
    margin-right: 10px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text0 {
  color: #333333;
  font-family: Noto Sans JP;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text0 {
    font-size: 16px;
    margin-left: 21.3%;
    margin-bottom: 50px;
    line-height: 28px; /* 175% */
  }
}
@media screen and (max-width: 767px) {
  .form-checkbox__text0 {
    font-size: 13px;
    line-height: 19px;
  }
}
.form-checkbox__text0 a {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.form-checkbox__text {
  color: #333333;
  font-family: Noto Sans JP;
  letter-spacing: 1.6px;
  font-weight: 400;
  line-height: 28px; /* 175% */
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
    padding-left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .form-checkbox__text {
    font-size: 13px;
    padding-left: 27px;
    letter-spacing: 0px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::before, .form-checkbox__text::after {
    left: 0;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .form-checkbox__text::before, .form-checkbox__text::after {
    left: 1px;
    top: 2px;
  }
}
.form-checkbox__text::before {
  border-radius: 2px;
  border: solid 1px #333333;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-checkbox__text::before {
    width: 14px;
    height: 14px;
  }
}
.form-checkbox__text::after {
  width: 6px;
  height: 16px;
  border-bottom: 2px solid #F45F5F;
  border-right: 2px solid #F45F5F;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::after {
    top: 2px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .form-checkbox__text::after {
    top: -4px;
    left: 7px;
  }
}
.form-checkbox__text a {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.entry__button-big {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry__button-big {
    width: 403px;
    margin-top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .entry__button-big {
    width: 242px;
    margin-top: 74px;
  }
}

.entry__button-wrap {
  width: 100%;
  transition: 0.3s;
  z-index: 2;
  position: relative;
}
.entry__button-wrap:hover {
  transform: translate(-12px, 12px);
}
.entry__button-wrap::after {
  color: #FCFCFC;
  z-index: 3;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .entry__button-wrap::after {
    content: url(../img/arrow.png);
  }
}
@media screen and (max-width: 767px) {
  .entry__button-wrap::after {
    content: url(../img/sp/arrow-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .entry__button-wrap::after {
    font-size: 24px;
    top: 43px;
    right: 46px;
  }
}
@media screen and (max-width: 767px) {
  .entry__button-wrap::after {
    font-size: 16px;
    top: 24px;
    right: 25px;
  }
}

.entry__button {
  border-width: 1px;
  color: #FCFCFC;
  background: #F45F5F;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .entry__button {
    padding: 42px 120px 40px 96px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 767px) {
  .entry__button {
    padding: 23px 68px 19px 60px;
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.entry__button-bg {
  display: block;
  position: absolute;
  background-color: #F4F4F4;
  border: 1px solid #333333;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entry__button-bg {
    top: 10px;
    left: -10px;
    width: 400px;
    height: 118px;
  }
}
@media screen and (max-width: 767px) {
  .entry__button-bg {
    top: 12px;
    left: -12px;
    width: 240px;
    height: 66px;
  }
}

/* modal
---------------------------------------------------*/
.about-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99;
}

.about-modal {
  width: 100%;
  margin: auto;
  border: none;
  background: #FFF;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .about-modal {
    max-width: calc(100% - 273px);
    max-height: calc(100% - 78px);
  }
}
@media screen and (max-width: 767px) {
  .about-modal {
    max-width: calc(100% - 100px);
    max-height: calc(100% - 78px);
    margin-top: 100px;
  }
}

.about-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.about-modal__body p {
  color: #333333;
  /* 本文 */
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* scroll bar
---------------------------------------------------*/
.simplebar-content::before,
.simplebar-content::after {
  display: none;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background: #F45F5F;
  border-radius: 10px;
}

.simplebar-track.simplebar-vertical {
  background: #D9D9D9;
  width: 20px;
}

/*===================================================
# footer
===================================================*/
@media screen and (min-width: 768px) {
  .footer {
    height: 364px;
  }
}

.footer__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__content {
    flex-direction: column;
  }
}

.footer__content-left {
  background: #CECDCD;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__content-left {
    width: 36.9692532943%;
    height: 364px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content-left {
    width: 100%;
    height: 307px;
  }
}

.footer__content-right {
  overflow: hidden;
  background: #F45F5F;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__content-right {
    width: 63.0307467057%;
    height: 364px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content-right {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }
}

.footer__wrapper {
  position: relative;
}

.footer__company {
  color: #333333;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.688px; /* 136.2% */
}
@media screen and (min-width: 768px) {
  .footer__company {
    text-align: center;
    margin-left: 5%;
    margin-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .footer__company {
    text-align: left;
    margin-left: 17px;
    margin-top: 82px;
  }
}

.footer__items {
  color: #333333;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
@media screen and (min-width: 768px) {
  .footer__items {
    margin-top: 78px;
    margin-left: 10%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__items {
    margin-top: 36px;
    margin-left: 17px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .footer__item {
    text-align: left;
    margin-left: 120px;
  }
  .footer__item:nth-child(1) {
    margin-top: 14px;
  }
  .footer__item:nth-child(2) {
    margin-top: 0px;
  }
  .footer__item:nth-child(3) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    text-align: left;
  }
  .footer__item:nth-child(1) {
    margin-top: 14px;
  }
  .footer__item:nth-child(2) {
    margin-top: -12px;
  }
  .footer__item:nth-child(3) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .footer__logo1 {
    position: absolute;
    top: 15px;
    left: 14px;
    transform: scale(1.17);
  }
  .footer__logo1 img {
    width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo1 {
    position: absolute;
    top: 14px;
    left: -15px;
    transform: rotate(0deg) scale(1.23);
  }
  .footer__logo1 img {
    width: 157px;
  }
}

@media screen and (min-width: 768px) {
  .footer__logo2 {
    position: absolute;
    top: 284px;
    left: 51px;
    transform: scale(1.2);
  }
  .footer__logo2 img {
    width: 79px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo2 {
    position: absolute;
    top: 181px;
    right: 44px;
    transform: rotate(0deg) scale(1.25);
  }
  .footer__logo2 img {
    width: 79px;
  }
}

@media screen and (min-width: 768px) {
  .footer__logo3 {
    position: relative;
  }
  .footer__logo3 img {
    width: 165px;
    position: absolute;
    top: 74px;
    right: -72px;
    transform: scale(1.2);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo3 {
    position: relative;
  }
  .footer__logo3 img {
    position: absolute;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .footer__logo3 img {
    width: 165px;
    top: 55px;
    left: 84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__logo3 img {
    width: 112px;
    top: 22px;
    right: -1px;
    transform: rotate(60deg) scale(1.2);
  }
}

@media screen and (min-width: 768px) {
  .footer__logo4 {
    position: absolute;
    bottom: 62px;
    left: 173px;
    transform: scale(1.68);
  }
  .footer__logo4 img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo4 {
    position: relative;
  }
  .footer__logo4 img {
    position: absolute;
    top: 178px;
    left: 25px;
    transform: rotate(0deg) scale(1.2);
    width: 83px;
  }
}

@media screen and (min-width: 768px) {
  .footer__logo5 {
    position: absolute;
    bottom: 7px;
    right: 12px;
    transform: scale(1.16);
  }
  .footer__logo5 img {
    width: 163px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo5 {
    position: relative;
  }
  .footer__logo5 img {
    position: absolute;
    top: 148px;
    right: -20px;
    width: 77px;
    transform: rotate(-25deg) scale(1.2);
  }
}

@media screen and (min-width: 768px) {
  .footer__logo6 {
    position: absolute;
    top: 19px;
    right: 28px;
    transform: scale(1.3);
  }
  .footer__logo6 img {
    width: 82px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo6 {
    top: 5px;
    right: 20px;
    transform: rotate(0deg) scale(1.3);
    position: absolute;
  }
  .footer__logo6 img {
    width: 106px;
  }
}

@media screen and (min-width: 768px) {
  .footer__right-button {
    margin-top: 109px;
    margin-left: 15.6%;
  }
}
@media screen and (max-width: 767px) {
  .footer__right-button {
    margin-top: 40px;
    margin-left: 2%;
  }
}

.footer-button-text {
  color: #F45F5F;
  background-color: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .footer-button-text {
    position: relative;
  }
  .footer-button-text::after {
    content: url(../img/arrow-pink.png);
    position: absolute;
    top: 42px;
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer-button-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 36px 78px 35px 57px;
    position: relative;
  }
  .footer-button-text::after {
    content: url(../img/sp/arrow-pink-sp.png);
    position: absolute;
    top: 34px;
    right: 25px;
  }
}

.footer-button-bg {
  background: #CECDCD;
}
@media screen and (max-width: 767px) {
  .footer-button-bg {
    width: 333px;
    height: 100px;
    top: -31px;
  }
}

/*===================================================
# page top
===================================================*/
.pagetop {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 41px;
    bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 16px;
    bottom: 4px;
    z-index: 10;
  }
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop img {
  width: 30px;
}

/*===================================================
# thanks
===================================================*/
.thanks-back {
  background: #F8F8F8;
}

.thanks-bar1 {
  width: 76%;
  margin: 0 auto;
  height: 1px;
  background-color: #333333;
  margin-top: 199px;
}

.thanks-text-box {
  margin-top: 79px;
}

.thanks-text {
  color: #333;
  max-width: 70%;
  /* 本文 */
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
  text-align: left;
  margin: 0 auto;
}
.thanks-text:nth-child(2) {
  margin-top: 20px;
}

.thanks-icon {
  width: 72px;
  margin: 104px auto 0;
}
.thanks-bar2 {
  width: 76%;
  margin: 0 auto;
  height: 1px;
  background-color: #333333;
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */