@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.deco-wrap {
  overflow: hidden;
}

.deco {
  width: 100%;
  position: relative;
}
.deco:after, .deco::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
  width: 685px;
  height: 769px;
}
.deco::before {
  background-image: url(../images/common/pattern_02.jpg);
}
.deco:after {
  background-image: url(../images/common/pattern_01.jpg);
  right: 0;
  bottom: 2px;
  background-position: center bottom;
  width: 560px;
}

/* MAINV */
#mainv {
  padding-top: 40px;
  height: 1198px;
}
#mainv.deco {
  overflow: hidden;
}
#mainv.deco::before {
  left: -385px;
  bottom: -265px;
  background-position: center bottom;
}
#mainv.deco:after {
  right: 0;
  bottom: 0;
  background-position: center bottom;
}
#mainv .mainv-inner {
  position: relative;
  width: min(1400px, 100%);
  margin: auto;
  height: 100%;
}
#mainv .mainv-inner::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/pattern_03.svg);
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.5;
  width: 1208px;
  height: 1326px;
  left: calc(50% - 508px);
  top: 0px;
}
#mainv .image-box {
  position: relative;
  line-height: 0;
}
#mainv .image-box .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  clip-path: circle(50% at 50% 50%);
  line-height: 0;
}
#mainv .image-box.large {
  margin-left: calc(50% - 180px);
}
#mainv .image-box.large .image {
  width: 880px !important;
  height: 880px;
}
#mainv .image-box.large .image.image01 {
  background-image: url(../images/home/mainv/image/image01.jpg);
}
#mainv .image-box.large .image.image02 {
  background-image: url(../images/home/mainv/image/image02.jpg);
}
#mainv .image-box.large .image.image03 {
  background-image: url(../images/home/mainv/image/image03.jpg);
}
#mainv .image-box.small {
  margin-left: calc(50% - 508px);
  margin-top: -232px;
}
#mainv .image-box.small .image {
  width: 400px !important;
  height: 400px;
}
#mainv .image-box.small .image.image01 {
  background-image: url(../images/home/mainv/image/image01_s.jpg);
}
#mainv .image-box.small .image.image02 {
  background-image: url(../images/home/mainv/image/image02_s.jpg);
}
#mainv .image-box.small .image.image03 {
  background-image: url(../images/home/mainv/image/image03_s.jpg);
}

#home-about {
  background-image: url(../images/home/image-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 185px 0 100px;
  position: relative;
}
#home-about .title-level01 {
  position: absolute;
  top: -132px;
  left: 50%;
  transform: translate(-50%, 0);
}
#home-about em {
  font-size: 187.5%;
  font-weight: bold;
  letter-spacing: 0.03em;
}
#home-about .text-box {
  padding: 15px 0 30px;
  font-size: 112.5%;
  letter-spacing: 0.02em;
}
#home-about .profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home-about .profile-box .ja {
  font-weight: bold;
  font-size: 125%;
  margin-right: 10px;
}
#home-about .profile-box .ja > span {
  font-size: 140%;
}
#home-about .profile-box .en {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: 187.5%;
  color: #2d64ff;
}

#home-news {
  margin-bottom: 60px;
}
#home-news .news-box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
#home-news .news-box .title-level01 {
  width: 260px;
}
#home-news .news-box .news-detail {
  width: calc(100% - 310px);
}
#home-news .news-box .news-list {
  margin-bottom: 30px;
}
#home-news .news-box .news-list dd:not(:last-of-type) {
  margin-bottom: 20px;
}

#home-feature {
  margin-bottom: 150px;
}
#home-feature.deco::before {
  left: -23em;
  bottom: 6.5em;
  background-position: center bottom;
  transform: rotate(45deg);
  background-size: 900px;
}
#home-feature.deco:after {
  right: -18em;
  top: -18em;
  background-position: center top;
  transform: rotate(315deg);
  background-size: 640px;
}
#home-feature .container-inner {
  width: min(1280px, 100%);
}
#home-feature .feature-list li {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  margin-bottom: 60px;
}
#home-feature .feature-list li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
#home-feature .feature-list li:nth-child(2n+1) .image-box img {
  border-radius: 0 230px 230px 0;
}
#home-feature .feature-list li:nth-child(2n+1) .text-box {
  padding-left: 0px;
}
#home-feature .feature-list .image-box {
  width: min(730px, 100%);
  line-height: 1;
}
#home-feature .feature-list .image-box img {
  border-radius: 230px 0 0 230px;
}
#home-feature .feature-list .text-box {
  width: min(370px, 100%);
  box-sizing: border-box;
  position: relative;
  padding-top: 115px;
  padding-left: 100px;
}
#home-feature .feature-list .text-box .text {
  margin-bottom: 40px;
}
#home-feature .feature-list .title-level02 {
  margin-bottom: 22px;
}
#home-feature .feature-list .title-level02 .en {
  line-height: 1.8;
}
#home-feature .feature-list .title-level02 .ja {
  font-size: 150%;
}

#home-recruit {
  position: relative;
  background-color: #1e288c;
  color: #fff;
  padding: 335px 0 385px;
}
#home-recruit.deco::before, #home-recruit.deco:after {
  opacity: 1;
  z-index: 1;
}
#home-recruit.deco::before {
  right: 0;
  top: 0em;
  background-image: url(../images/common/pattern_02_blue.png);
  background-position: center bottom;
  width: 550px;
  height: 789px;
}
#home-recruit.deco:after {
  left: 0em;
  bottom: 0em;
  background-image: url(../images/common/pattern_01_blue.png);
  background-position: center top;
  width: 325px;
  height: 741px;
}
#home-recruit .container-inner {
  position: relative;
  z-index: 4;
}
#home-recruit .container-inner h2 {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
  align-items: flex-start;
}
#home-recruit .container-inner h2 .en {
  font-size: 537.5%;
  font-weight: 400;
}
#home-recruit .container-inner h2 .ja {
  font-size: 150%;
}
#home-recruit .container-inner .text-box p {
  font-size: 112.8%;
  margin-bottom: 30px;
  letter-spacing: -0.115em;
  line-height: 1.7;
}
#home-recruit .container-inner .text-box p:last-child {
  margin-bottom: 0;
}
#home-recruit .container-inner .contact-box {
  color: #000;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
#home-recruit .container-inner .contact-box .label {
  font-size: 112.5%;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px 22px;
  margin-right: 10px;
  min-width: 90px;
  box-sizing: border-box;
}
#home-recruit .container-inner .contact-box .mail {
  color: #fff !important;
}
#home-recruit .container-inner .contact-box .mail p {
  font-size: 212.5%;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
#home-recruit .container-inner .contact-box .mail p > small {
  font-size: 47.05%;
}
#home-recruit .container-inner .contact-box .mail small {
  font-size: 100%;
}
#home-recruit .image-box {
  position: absolute;
  z-index: 2;
}
#home-recruit .image-box.img01 {
  top: -195px;
  left: calc(50% - 35em);
}
#home-recruit .image-box.img02 {
  bottom: -105px;
  left: calc(50% - 415px);
}

#home-bottom {
  padding: 160px 0 110px;
}
#home-bottom.deco {
  overflow: hidden;
}
#home-bottom.deco::before {
  left: -14em;
  bottom: -3.6em;
  background-position: center bottom;
  transform: rotate(0deg);
  background-size: 780px;
}
#home-bottom.deco:after {
  right: -15em;
  top: -23em;
  background-position: center top;
  transform: rotate(270deg);
  background-size: 850px;
}
#home-bottom .section {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
#home-bottom .section .title-level01 {
  width: 260px;
  margin-bottom: 0;
}
#home-bottom .section .detail-box {
  width: calc(100% - 310px);
  padding-top: 15px;
}
#home-bottom #home-contact {
  margin-bottom: 100px;
}
#home-bottom #home-contact dl {
  font-weight: bold;
}
#home-bottom #home-contact dl dt {
  float: left;
  clear: left;
  font-size: 125%;
}
#home-bottom #home-contact dl dt small {
  font-size: 80%;
}
#home-bottom #home-contact dl dd {
  padding-left: 135px;
}
#home-bottom #home-contact dl dd small {
  font-size: 68%;
}
#home-bottom #home-contact dl dd:not(:last-of-type) {
  font-size: 150%;
  margin-bottom: 20px;
  line-height: 1.6;
}
#home-bottom #home-contact dl dd:not(:last-of-type) span {
  font-size: 75%;
}
#home-bottom #home-contact dl dd:first-of-type {
  line-height: 1.1;
}
#home-bottom #home-contact dl dd:last-child {
  font-size: 112.5%;
}
#home-bottom #home-access {
  margin-bottom: 0px;
}
#home-bottom #home-access .access-box {
  padding-top: 23px;
  font-size: 112.5%;
  font-weight: bold;
}
#home-bottom #home-access .access-box p:not(:last-child) {
  margin-bottom: 8px;
}

@media all and (min-width: 751px) {
  body.home #header {
    top: 20px;
    left: 65px;
  }
  body.home #header .primary .name-ja {
    font-size: 175%;
  }
  body.home #header .primary .name-ja span {
    font-size: 185.71%;
  }
  body.home #header .primary .name-en {
    font-size: 125%;
  }
  body.home #nav {
    position: absolute;
    top: 213px;
    left: 0px;
    width: auto;
    z-index: 20;
    padding-left: 55px;
    transition: 0.2s;
  }
  body.home #nav.nav-fixed {
    position: fixed !important;
    padding: 30px 20px 30px 55px;
    top: 30px !important;
    box-shadow: none;
    border-radius: 0 20px 20px 0;
  }
  body.home #nav .container-inner {
    position: relative;
    z-index: 3;
  }
  body.home #nav #pc-nav {
    width: 250px;
    flex-direction: column;
    gap: 0 32px;
  }
  body.home #nav #pc-nav li {
    height: 45px;
  }
  body.home #nav #pc-nav li:not(:last-child) {
    margin-top: 5px;
  }
  body.home #nav #pc-nav li:nth-last-child(-n+3) {
    font-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .deco-wrap {
    overflow: hidden;
  }
  .deco {
    width: 100%;
    position: relative;
  }
  .deco:after, .deco::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
    width: 769px;
    height: 769px;
  }
  .deco::before {
    background-image: url(../images/common/pattern_02.jpg);
  }
  .deco:after {
    background-image: url(../images/common/pattern_01.jpg);
  }
  #mainv {
    padding-top: 20px;
    height: 455px;
  }
  #mainv.deco {
    overflow: hidden;
  }
  #mainv.deco::before {
    left: -190px;
    bottom: calc(100% - 240px);
    width: 340px;
  }
  #mainv.deco:after {
    width: 300px;
  }
  #mainv .mainv-inner {
    position: relative;
    width: 430px;
    margin: auto;
    height: 100%;
    margin-left: calc(50% - 186px);
  }
  #mainv .mainv-inner::before {
    width: 440px;
    height: 567px;
    left: calc(50% - 222px);
    top: -23px;
    background-image: url(../images/common/pattern_03_sp.svg);
  }
  #mainv .image-box.large {
    margin-left: calc(50% - 86px);
    text-align: right;
    width: 280px;
  }
  #mainv .image-box.large .image {
    width: 280px !important;
    height: 280px;
  }
  #mainv .image-box.small {
    margin-left: calc(50% - 198px);
    margin-top: -58px;
  }
  #mainv .image-box.small .image {
    width: 135px !important;
    height: 135px;
  }
  #home-about {
    padding: 115px 0 30px;
    position: relative;
  }
  #home-about .title-level01 {
    top: -75px;
  }
  #home-about em {
    font-size: 143.75%;
    font-weight: bold;
    line-height: 1.4;
  }
  #home-about .text-box {
    padding: 15px 0 12px;
    font-size: 112.5%;
  }
  #home-about .profile-box {
    flex-direction: column;
    gap: 45px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  #home-about .profile-box .ja {
    font-size: 100%;
    margin-right: 10px;
  }
  #home-about .profile-box .ja > span {
    font-size: 175%;
  }
  #home-about .profile-box .en {
    line-height: 1;
    display: block;
    font-size: 200%;
  }
  #home-about .profile-box .btn-type02 {
    margin: auto;
  }
  #home-news {
    margin-bottom: 70px;
  }
  #home-news .news-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #home-news .news-box .title-level01 {
    margin-bottom: 0;
    width: 160px;
  }
  #home-news .news-box .news-detail {
    width: 100%;
  }
  #home-news .news-box .news-list {
    margin-bottom: 40px;
  }
  #home-feature {
    margin-bottom: 100px;
  }
  #home-feature.deco::before {
    left: -22em;
    bottom: 27%;
    transform: rotate(0deg);
    background-size: 50%;
  }
  #home-feature.deco:after {
    right: -28em;
    top: -14em;
    background-size: 50%;
  }
  #home-feature .container-inner {
    width: min(1280px, 100%);
  }
  #home-feature .feature-list li {
    flex-direction: column-reverse !important;
    gap: 30px;
    margin-bottom: 70px;
  }
  #home-feature .feature-list li:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  #home-feature .feature-list li:nth-child(2n+1) .image-box {
    padding-left: 0px;
    padding-right: 20px;
  }
  #home-feature .feature-list .image-box {
    padding-left: 20px;
    width: auto;
  }
  #home-feature .feature-list .text-box {
    text-align: center;
    width: 100%;
    padding: 0 20px !important;
  }
  #home-feature .feature-list .text-box .text {
    margin-bottom: 20px;
  }
  #home-feature .feature-list .title-level02 {
    line-height: 1.6;
  }
  #home-feature .feature-list .title-level02 .en {
    line-height: 1;
  }
  #home-recruit {
    padding: 350px 0 230px;
  }
  #home-recruit.deco::before, #home-recruit.deco:after {
    opacity: 1;
    z-index: 1;
    width: 60%;
    height: 100%;
  }
  #home-recruit.deco:after {
    width: 261px;
    height: 400px;
    bottom: 50px;
    left: -55px;
  }
  #home-recruit.deco:before {
    opacity: 1;
    z-index: 1;
    width: 60%;
    height: 387px;
    background-size: 270px;
  }
  #home-recruit .container-inner {
    position: relative;
    z-index: 4;
  }
  #home-recruit .container-inner h2 {
    align-items: center;
    margin-bottom: 32px;
  }
  #home-recruit .container-inner h2 .en {
    font-size: 425%;
  }
  #home-recruit .container-inner h2 .ja {
    font-size: 137.5%;
  }
  #home-recruit .container-inner .text-box p {
    font-size: 112.8%;
    margin-bottom: 20px;
  }
  #home-recruit .container-inner .text-box p:last-child {
    margin-bottom: 0;
  }
  #home-recruit .container-inner .contact-box {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #home-recruit .container-inner .contact-box .label {
    font-size: 100%;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 15px;
  }
  #home-recruit .container-inner .contact-box .mail p {
    font-size: 212.5%;
  }
  #home-recruit .container-inner .contact-box .mail p > small {
    display: block;
    margin-top: 10px;
  }
  #home-recruit .container-inner .contact-box .mail small {
    font-size: 97.5%;
  }
  #home-recruit .image-box {
    max-width: 450px;
    width: 100%;
    transform: translate(-50%, 0);
    left: 50% !important;
  }
  #home-recruit .image-box.img01 {
    top: -50px;
    max-width: 425px;
    width: 122%;
    left: 45%;
  }
  #home-recruit .image-box.img02 {
    bottom: -55px;
    margin-left: 20px;
  }
  #home-bottom {
    padding: 50px 0 73px;
    padding-top: 110px;
  }
  #home-bottom.deco::before {
    left: -21em;
    bottom: -2em;
    background-size: 405px;
  }
  #home-bottom.deco:after {
    width: 110%;
    right: -380px;
    top: -370px;
    background-size: 410px;
  }
  #home-bottom .section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #home-bottom .section .title-level01 {
    width: 160px;
  }
  #home-bottom .section .detail-box {
    width: auto;
    padding-top: 0px;
    text-align: center;
  }
  #home-bottom #home-contact {
    margin-bottom: 50px;
  }
  #home-bottom #home-contact dl dt {
    width: 100%;
    font-size: 125%;
    margin-bottom: 10px;
  }
  #home-bottom #home-contact dl dd {
    padding-left: 0px;
  }
  #home-bottom #home-contact dl dd.col {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  #home-bottom #home-contact dl dd.col span:last-child {
    font-size: 63.33%;
  }
  #home-bottom #home-contact dl dd:not(:last-of-type) {
    font-size: 137.75%;
    margin-bottom: 20px;
  }
  #home-bottom #home-contact dl dd:not(:last-of-type) small {
    font-size: 44.25%;
  }
  #home-bottom #home-contact dl dd:not(:last-of-type) span {
    font-size: 100%;
  }
  #home-bottom #home-contact dl dd:last-child {
    font-size: 100%;
  }
  #home-bottom #home-access {
    margin-bottom: 0px;
  }
  #home-bottom #home-access .access-box {
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
  }
  #home-bottom #home-access .access-box p:not(:last-child) {
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
