@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
body {
  font-weight: 500;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
}
body main {
  overflow: hidden;
  background-color: #fff;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

#header #menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  transition: opacity 0.5s;
}
#header #menu.active:after {
  content: "CLOSE";
}
#header #nav {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #f4eee8;
  z-index: 98;
  transform: translateX(100%);
  transition: 0.5s;
}
#header #nav.active {
  transform: translateX(0);
}
#header #nav .navWrap ul a {
  color: #681938;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
#header #nav .btnWrap .contactBtn {
  display: flex;
  align-items: center;
  background-color: #91002c;
  width: 100%;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #fff;
}

#mv {
  position: relative;
}
.h2 {
  text-align: center;
}
.h2 .entitle {
  line-height: 1;
  color: #91002c;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.h2 h2 {
  font-weight: 900;
}

#ouridea figure {
  text-align: center;
}
#ouridea .ideaText {
  text-align: center;
}
#ouridea .ideaText p:not([class]) {
  font-weight: 700;
  line-height: 2;
}
#ouridea .ideaText p:not([class]) span {
  color: #91002c;
}
#ouridea .ideaText .strong {
  font-weight: 900;
  color: #91002c;
  line-height: 1.5;
}
#ouridea .ideaText .boxtext {
  line-height: 1;
  font-weight: 900;
}
#ouridea .ideaText .boxtext span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
}

#askus .h2 {
  text-align: left;
}
#askus .askusList .askusItem {
  position: relative;
  border-bottom: 1px solid #000;
}
#askus .askusList .askusItem .num {
  color: #f2eae4;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
#askus .askusList .askusItem .askusText h3 {
  font-weight: 900;
}
#askus .askusList .askusItem .askusText ul li {
  position: relative;
  text-align: center;
}
#askus .askusList .askusItem .askusText ul li P {
  font-weight: 700;
  color: #91002c;
  line-height: 1.2;
}
#askus .askusBtmText {
  font-weight: 700;
}
#askus .askusBtmText span {
  color: #91002c;
  font-weight: 900;
}
#askus .askusPointText {
  position: relative;
}
#askus .askusPointText P {
  position: relative;
  color: #91002c;
  text-align: center;
  font-weight: 700;
}

#contactSec .contactSecList .contactSecItem {
  position: relative;
}
#contactSec .contactSecList .contactSecItem .num {
  background-color: #f2ebe4;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  line-height: 1;
  color: #91002c;
}
#contactSec .contactSecList .contactSecItem .entitle {
  background-color: #c0a181;
  color: #91002c;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#contactSec .contactSecList .contactSecItem H3 {
  font-weight: 900;
  text-align: center;
}
#contactSec .contactSecList .contactSecItem .btnWrap {
  text-align: center;
}
#contactSec .contactSecList .contactSecItem .btnWrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-weight: 700;
  background-color: #91002c;
  margin: 0 auto;
}

.contactSecBox li {
  background-color: #f4eee8;
  position: relative;
}
.contactSecBox li h4 {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.contactSecBox li h4 span {
  display: inline-block;
  background-color: #91002c;
  border-radius: 20px;
  line-height: 1;
  padding: 8px 30px;
}
.contactSecBox li .mailtext {
  text-align: center;
}
.contactSecBox li .mailtext a {
  color: #91002c;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.contactSecBox li .text {
  font-weight: 500;
}
.contactSecBox li .line {
  text-align: center;
}
.contactSecBox li .teltext {
  text-align: center;
}
.contactSecBox li .teltext a {
  color: #91002c;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#ourbrand .h2 + p {
  font-weight: 700;
  line-height: 2;
}
#ourbrand .promiseList > div {
  background-color: #f4eee8;
  position: relative;
  color: #91002c;
}
#ourbrand .promiseList > div dt {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  position: relative;
}
#ourbrand .promiseList > div dd {
  font-weight: 700;
  line-height: 1.3;
}

#introducing .bgRed {
  background-color: #681938;
  color: #fff;
}
#introducing .h2 .entitle {
  color: #e6dacf;
}
#introducing .h2 h2 {
  color: #fff;
}
#introducing .memberList li {
  text-align: center;
}
#introducing .memberList li .fukidashi {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
#introducing .memberList li .name {
  font-weight: 700;
}
#introducing .companyInfoWrap h3 {
  font-weight: 900;
  letter-spacing: 0.05em;
}
#introducing .companyInfoWrap .companyInfoList > div dt {
  font-weight: 400;
}
#introducing .companyInfoWrap .companyInfoList > div dd {
  font-weight: 400;
}

#aboutourlogo h3 {
  color: #91002c;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
}
#aboutourlogo figure {
  text-align: center;
}

#ourparentcompany h3 {
  color: #91002c;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
}
#ourparentcompany .commonInner > figure {
  text-align: center;
}
#ourparentcompany .ourparentWrap .textWrap p {
  line-height: 2;
  font-weight: 700;
}
#ourparentcompany .ourparentWrap .textWrap .btnWrap .btn {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #91002c;
  position: relative;
}

#workarchives .h2 .entitle {
  color: #e6dacf;
}
#workarchives .h2 h2 {
  color: #f0f2f5;
}
#workarchives .caseWrap .caseBox {
  background-color: #faf7f5;
  position: relative;
}
#workarchives .caseWrap .caseBox .num {
  display: inline-block;
  transform: rotate(-10deg);
  position: absolute;
}
#workarchives .caseWrap .caseBox .titleWrap h3 {
  font-weight: 900;
}
#workarchives .caseWrap .caseBox .titleWrap h3 span {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
}
#latestinfo .latestinfoWrap .latesinfoBox {
  background-color: #fff;
  position: relative;
}
#latestinfo .latestinfoWrap .latesinfoBox h3 {
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  text-align: center;
}
#latestinfo .latestinfoWrap .latesinfoBox .calendar {
  text-align: center;
}
#latestinfo .latestinfoWrap .latesinfoBox figure {
  text-align: center;
}
#latestinfo .latestinfoWrap .latesinfoBox .btnWrap .btn {
  background-color: #91002c;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#latestinfo .contactBox .entitle {
  background-color: #c0a181;
  color: #91002c;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#latestinfo .contactBox H3 {
  font-weight: 900;
}
#footer {
  background-color: #681938;
  color: #fff;
  margin-top: -1px;
}
#footer .footerInfo .words {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#footer .footerInfo .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#footer .footerLink li a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 1;
}

#modalCont {
  display: none;
}

.modalCont .modalTitle {
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.modalCont dl > div {
  background-color: #f4eee8;
}
.modalCont dl > div + div {
  margin-top: 2px;
}
.modalCont dl > div dt {
  color: #91002c;
  font-weight: 700;
}
.modalCont dl > div dd {
  font-weight: 500;
}
.modalCont .text {
  font-weight: 500;
}

/* fadeUp */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    background-color: #681938;
  }
  body main, body #footer {
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .tel {
    color: #681938;
    text-decoration: underline;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header #menu {
    background: url(../images/menu_bg_sp.webp) no-repeat center/cover;
    width: 76px;
    height: 70px;
  }
  #header #menu:before {
    content: "";
    display: inline-block;
    background: url(../images/menu.webp) no-repeat center/cover;
    width: 25px;
    height: 27px;
    position: absolute;
    top: 7px;
    left: 38px;
  }
  #header #menu:after {
    content: "MENU";
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #91002c;
    position: absolute;
    top: 36px;
    left: 36px;
    transform: scale(0.9);
    line-height: 1;
  }
  #header #nav {
    width: 80%;
    padding-top: 65px;
    max-width: 380px;
  }
  #header #nav .navWrap {
    padding: 0 30px 30px;
  }
  #header #nav .navWrap ul li + li {
    margin-top: 25px;
  }
  #header #nav .navWrap ul a {
    font-size: 18px;
  }
  #header #nav .btnWrap .contactBtn {
    height: 64px;
    font-size: 18px;
    padding: 0 30px;
  }
  #header #nav .btnWrap .contactBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_bottom.webp) no-repeat center/cover;
    width: 14px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
  }
  .commonInner {
    padding: 0 20px;
  }
  #mv {
    background: url(../images/mv_sp.webp) no-repeat center/cover;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    aspect-ratio: 750/698;
    padding: 0 20px;
  }
  #mv .logo {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 2;
  }
  #mv .logo img {
    width: 73px;
  }
  #mv h1 {
    padding-top: 60px;
  }
  #mv h1 img {
    width: 251px;
  }
  .kakehitext {
    padding: 0 5px;
  }
  .kakehitext img {
    width: 100%;
  }
  .h2 .entitle {
    font-size: 20px;
  }
  .h2 .entitle span {
    display: inline-block;
    position: relative;
  }
  .h2 .entitle span:before {
    content: "";
    display: inline-block;
    background: url(../images/point_star-01.svg) no-repeat center/cover;
    width: 42px;
    height: 22px;
    position: absolute;
    top: -10px;
    right: -17px;
  }
  .h2 h2 {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.3;
  }
  #ouridea {
    padding-top: 55px;
    padding-bottom: 125px;
    background: url(../images/ouridea_bg_sp.webp) no-repeat bottom center;
    background-size: 100% auto;
  }
  #ouridea figure {
    margin-top: 45px;
  }
  #ouridea .ideaText {
    margin-top: 20px;
  }
  #ouridea .ideaText p:not([class]) {
    font-size: 15px;
    margin-top: 15px;
  }
  #ouridea .ideaText .strong {
    font-size: 18px;
    margin-top: 15px;
  }
  #ouridea .ideaText .boxtext {
    margin-top: 15px;
    font-size: 19px;
  }
  #ouridea .ideaText .boxtext span {
    border: 1px solid #000;
    padding: 10px 20px;
  }
  #ouridea .ideaText .boxtext span:nth-of-type(n + 2) {
    margin-top: -1px;
  }
  #askus {
    padding-top: 50px;
  }
  #askus .askusList .askusItem {
    padding: 40px 0 50px;
  }
  #askus .askusList .askusItem:nth-of-type(odd) .num {
    left: -3px;
  }
  #askus .askusList .askusItem:nth-of-type(even) .num {
    right: -3px;
  }
  #askus .askusList .askusItem .num {
    position: absolute;
    bottom: -6px;
    font-size: 40px;
  }
  #askus .askusList .askusItem > figure {
    margin-top: 25px;
  }
  #askus .askusList .askusItem .askusText h3 {
    font-size: 19px;
  }
  #askus .askusList .askusItem .askusText ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  #askus .askusList .askusItem .askusText ul li {
    flex: 1;
  }
  #askus .askusList .askusItem .askusText ul li + li:before {
    content: "";
    background-color: #f2eae4;
    width: 2px;
    height: 46px;
    position: absolute;
    left: -1px;
    top: calc(50% - 23px);
  }
  #askus .askusList .askusItem .askusText ul li figure img {
    width: 77px;
  }
  #askus .askusList .askusItem .askusText ul li P {
    margin-top: 10px;
  }
  #askus .askusBtmText {
    margin-top: 60px;
    font-size: 15px;
  }
  #askus .askusPointText {
    margin-top: 60px;
  }
  #askus .askusPointText:before {
    content: "";
    display: inline-block;
    background: url(../images/point.svg) no-repeat center/cover;
    width: 100px;
    height: 30px;
    position: absolute;
    top: -33px;
    left: -17px;
    transform: rotate(-7deg);
  }
  #askus .askusPointText P {
    border: 3px solid #c0a181;
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 15px;
    letter-spacing: -0.02em;
  }
  #askus .askusPointText P:before {
    content: "";
    display: inline-block;
    background: url(../images/star.webp) no-repeat center/cover;
    width: 23px;
    height: 23px;
    position: absolute;
    top: -9px;
    left: -8px;
    z-index: 3;
  }
  #askus .askusPointText P:after {
    content: "";
    display: inline-block;
    background: url(../images/rakuda.webp) no-repeat center/cover;
    width: 51px;
    height: 44px;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 3;
  }
  #contactSec {
    background-image: url(../images/contact_top_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #681938;
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #contactSec .textImg {
    text-align: center;
    margin-top: 25px;
  }
  #contactSec .contactSecList .contactSecItem {
    border-radius: 10px;
    padding-bottom: 20px;
    border: 2px solid #c0a181;
    background-color: #ffffff;
  }
  #contactSec .contactSecList .contactSecItem + .contactSecItem {
    margin-top: 25px;
  }
  #contactSec .contactSecList .contactSecItem .num {
    width: 44px;
    height: 44px;
    border: 1px solid #91002c;
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: -7px;
  }
  #contactSec .contactSecList .contactSecItem .entitle {
    padding: 8px 15px 6px 60px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  #contactSec .contactSecList .contactSecItem .textWrap {
    padding: 20px 20px 0px;
  }
  #contactSec .contactSecList .contactSecItem H3 {
    font-size: 18px;
  }
  #contactSec .contactSecList .contactSecItem .text {
    margin-top: 12px;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap {
    margin-top: 15px;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn {
    font-size: 14px;
    height: 40px;
    padding: 10px 40px 10px 40px;
    border-radius: 35px;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn.anchor:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_bottom.webp) no-repeat center/cover;
    width: 10px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn.blank:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
  .contactSecBox {
    margin-top: 25px;
  }
  .contactSecBox li {
    border-radius: 5px;
    padding: 20px 15px 20px;
  }
  .contactSecBox li + li {
    margin-top: 15px;
  }
  .contactSecBox li:before {
    content: "";
    display: inline-block;
    background: url(../images/sankaku.webp) no-repeat center/cover;
    width: 57px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 28px);
  }
  .contactSecBox li h4 {
    font-size: 15px;
  }
  .contactSecBox li .mailtext {
    margin-top: 15px;
  }
  .contactSecBox li .mailtext a {
    font-size: 18px;
  }
  .contactSecBox li .text {
    margin-top: 15px;
    font-size: 12px;
  }
  .contactSecBox li .line {
    margin-top: 15px;
  }
  .contactSecBox li .teltext {
    margin-top: 15px;
  }
  .contactSecBox li .teltext a {
    font-size: 23px;
  }
  #ourbrand {
    background-image: url(../images/ourbrand_top_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #ourbrand .h2 + p {
    margin-top: 20px;
    font-size: 14px;
  }
  #ourbrand .promiseList {
    margin-top: 20px;
  }
  #ourbrand .promiseList > div {
    border-radius: 6px;
    padding: 20px 15px 20px 25px;
  }
  #ourbrand .promiseList > div + div {
    margin-top: 5px;
  }
  #ourbrand .promiseList > div:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 4px;
    height: 46px;
    position: absolute;
    left: 0;
    top: calc(50% - 23px);
  }
  #ourbrand .promiseList > div dt {
    font-size: 12px;
    padding-left: 18px;
  }
  #ourbrand .promiseList > div dt:before {
    content: "";
    display: inline-block;
    background: url(../images/kira.webp) no-repeat center/cover;
    width: 11px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
  }
  #ourbrand .promiseList > div dd {
    font-size: 16px;
    margin-top: 12px;
  }
  #introducing .bgRed {
    background-image: url(../images/introducing_top_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 110px;
    padding-bottom: 70px;
  }
  #introducing .h2 {
    text-align: left;
  }
  #introducing .h2 + p {
    margin-top: 20px;
    font-weight: 700;
  }
  #introducing .memberList {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  #introducing .memberList li {
    width: calc(50% - 5px);
    padding: 0 10px;
  }
  #introducing .memberList li .fukidashi {
    font-size: 10px;
    padding: 0 25px;
  }
  #introducing .memberList li .fukidashi:before {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_line.webp) no-repeat center/cover;
    width: 17px;
    height: 29px;
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
  }
  #introducing .memberList li .fukidashi:after {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_line.webp) no-repeat center/cover;
    width: 17px;
    height: 29px;
    position: absolute;
    top: calc(50% - 15px);
    right: 0px;
    transform: scale(-1, 1);
  }
  #introducing .memberList li figure {
    margin-top: 3px;
  }
  #introducing .memberList li .name {
    margin-top: 5px;
    font-size: 14px;
  }
  #introducing .companyInfoWrap {
    margin-top: 45px;
  }
  #introducing .companyInfoWrap h3 {
    font-size: 20px;
  }
  #introducing .companyInfoWrap .companyInfoList {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 0px;
    margin-top: 25px;
  }
  #introducing .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  #introducing .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  #introducing .companyInfoWrap .companyInfoList > div dt {
    width: 100px;
    flex: none;
    padding-left: 15px;
  }
  #introducing .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
  }
  #aboutourlogo {
    background-image: url(../images/aboutourlogo_top_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #aboutourlogo h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #91002c;
  }
  #aboutourlogo h3 span {
    display: inline-block;
    padding-left: 25px;
    position: relative;
  }
  #aboutourlogo h3 span:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 15px;
    height: 8px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
  }
  #aboutourlogo figure {
    margin-top: 45px;
  }
  #ourparentcompany {
    padding-bottom: 50px;
    background: url(../images/company_bg_sp.webp) no-repeat;
    background-size: 106px auto;
    background-position: left bottom 70px;
  }
  #ourparentcompany .commonInner {
    padding: 0;
  }
  #ourparentcompany h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #91002c;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #ourparentcompany h3 span {
    display: inline-block;
    padding-left: 25px;
    position: relative;
  }
  #ourparentcompany h3 span:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 15px;
    height: 8px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
  }
  #ourparentcompany .ourparentWrap .textWrap {
    margin-top: 20px;
  }
  #ourparentcompany .ourparentWrap .textWrap p {
    padding: 0 20px;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap {
    margin-top: 35px;
    padding: 0 20px;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap .btn {
    height: 55px;
    border-radius: 30px;
    padding: 0 50px 0 25px;
    justify-content: flex-start;
    font-size: 14px;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
  }
  #workarchives {
    background-image: url(../images/workarchives_top_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 60px;
    background-color: #6f243f;
  }
  #workarchives .h2 + p {
    color: #f0f2f5;
    margin-top: 20px;
    font-size: 14px;
  }
  #workarchives .caseWrap {
    margin-top: 25px;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    padding: 30px 0;
  }
  #workarchives .caseWrap .caseBox {
    border-radius: 6px;
    padding: 45px 20px 30px;
  }
  #workarchives .caseWrap .caseBox + .caseBox {
    margin-top: 60px;
    position: relative;
  }
  #workarchives .caseWrap .caseBox + .caseBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f2f5;
    position: absolute;
    left: 0px;
    top: -30px;
  }
  #workarchives .caseWrap .caseBox .num {
    width: 124px;
    left: 3px;
    top: 15px;
  }
  #workarchives .caseWrap .caseBox .titleWrap h3 {
    font-size: 19px;
  }
  #workarchives .caseWrap .caseBox .titleWrap h3 span {
    padding: 5px 15px;
  }
  #workarchives .caseWrap .caseBox .titleWrap h3 span:nth-of-type(n + 2) {
    margin-top: -1px;
  }
  #workarchives .caseWrap .caseBox .titleWrap p {
    margin-top: 20px;
  }
  #workarchives .caseWrap .caseBox .caseImg {
    margin-top: 20px;
    padding: 0 15px;
  }
  #workarchives .caseWrap .caseBox .caseImg li + li {
    margin-top: 15px;
  }
  #latestinfo {
    background-image: url(../images/latestinfo_top_sp.webp), url(../images/footer_bg_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center, bottom center;
    padding-top: 65px;
    padding-bottom: 85px;
    background-color: #f4eee8;
  }
  #latestinfo .latestinfoWrap {
    margin-top: 35px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox {
    padding: 30px 17px 20px;
    border-radius: 12px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox + .latesinfoBox {
    margin-top: 30px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_info_check.svg) no-repeat center/cover;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: -16px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox h3 {
    font-size: 14px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .calendar {
    margin-top: 15px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .calendar iframe {
    width: 100%;
    height: 360px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox figure {
    margin-top: 15px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap {
    margin-top: 20px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap .btn {
    height: 45px;
    font-size: 14px;
    border-radius: 30px;
    padding: 0 45px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
  #latestinfo .textImg {
    text-align: center;
    margin-top: 25px;
  }
  #latestinfo .contactBox {
    border-radius: 10px;
    padding-bottom: 20px;
    border: 2px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .contactBox .entitle {
    padding: 8px 15px 6px 20px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }
  #latestinfo .contactBox .textWrap {
    padding: 20px 20px 0px;
  }
  #latestinfo .contactBox H3 {
    font-size: 18px;
    text-align: center;
  }
  #latestinfo .contactBox .text {
    margin-top: 12px;
  }
  #footer {
    padding: 65px 20px 50px;
  }
  #footer .footerInfo .words {
    font-size: 11px;
    margin-top: 10px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 11px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footerLink li {
    width: calc(50% - 10px);
  }
  #footer .footerLink li.icon {
    text-align: right;
    width: 100%;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 16px;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/arrow_blank.webp) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
  }
  .modalCont .modalTitle {
    font-size: 17px;
  }
  .modalCont dl {
    margin-top: 15px;
  }
  .modalCont dl > div {
    padding: 15px;
  }
  .modalCont dl > div dt {
    font-size: 15px;
  }
  .modalCont .text {
    margin-top: 15px;
    font-size: 15px;
  }
  .modaal-content-container {
    padding: 20px;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header #menu {
    background: url(../images/menu_bg.webp) no-repeat center/cover;
    width: 161px;
    height: 141px;
  }
  #header #menu:hover {
    opacity: 0.5;
  }
  #header #menu:before {
    content: "";
    display: inline-block;
    background: url(../images/menu.webp) no-repeat center/cover;
    width: 51px;
    height: 54px;
    position: absolute;
    top: 15px;
    left: 77px;
  }
  #header #menu:after {
    content: "MENU";
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #91002c;
    position: absolute;
    top: 73px;
    left: 82px;
    line-height: 1;
  }
  #header #nav {
    width: 380px;
    padding-top: 130px;
  }
  #header #nav .navWrap {
    padding: 0 45px 60px;
  }
  #header #nav .navWrap ul li + li {
    margin-top: 50px;
  }
  #header #nav .navWrap ul a {
    font-size: 22px;
    transition: 0.5s;
  }
  #header #nav .navWrap ul a:hover {
    opacity: 0.5;
  }
  #header #nav .btnWrap .contactBtn {
    height: 84px;
    font-size: 24px;
    padding: 0 55px;
    transition: 0.5s;
  }
  #header #nav .btnWrap .contactBtn:hover {
    opacity: 0.5;
  }
  #header #nav .btnWrap .contactBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_bottom.webp) no-repeat center/cover;
    width: 14px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
  }
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #mv {
    background: url(../images/mv_pc.webp) no-repeat center/cover;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    aspect-ratio: 1600/948;
  }
  #mv .logo {
    position: absolute;
    top: 39px;
    left: 33px;
    z-index: 2;
  }
  #mv .logo img {
    width: clamp(100px, 15vw, 240px);
  }
  #mv h1 {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #mv h1 img {
    width: clamp(300px, 50vw, 786px);
  }
  .kakehitext {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    white-space: nowrap;
    gap: 40px;
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .kakehitext img {
    width: auto;
    height: auto;
    display: block;
    max-width: 130vw;
    animation: slideLeft 40s linear infinite;
  }
  .h2 .entitle {
    font-size: 40px;
  }
  .h2 .entitle span {
    display: inline-block;
    position: relative;
  }
  .h2 .entitle span:before {
    content: "";
    display: inline-block;
    background: url(../images/point_star-01.svg) no-repeat center/cover;
    width: 85px;
    height: 44px;
    position: absolute;
    top: -30px;
    right: -35px;
  }
  .h2 h2 {
    font-size: 48px;
    margin-top: 40px;
    line-height: 1;
  }
  #ouridea {
    padding-top: 150px;
    padding-bottom: 300px;
    background: url(../images/ouridea_bg_pc.webp) no-repeat bottom center;
    background-size: 100% auto;
    aspect-ratio: 1230/1230;
  }
  #ouridea figure {
    margin-top: 60px;
  }
  #ouridea .ideaText {
    margin-top: 20px;
  }
  #ouridea .ideaText p:not([class]) {
    font-size: 22px;
    margin-top: 30px;
  }
  #ouridea .ideaText .strong {
    font-size: 32px;
    margin-top: 30px;
  }
  #ouridea .ideaText .boxtext {
    margin-top: 30px;
    font-size: 38px;
  }
  #ouridea .ideaText .boxtext span {
    border: 2px solid #000;
    padding: 18px 45px;
  }
  #ouridea .ideaText .boxtext span:nth-of-type(n + 2) {
    margin-top: -2px;
  }
  #askus .askusList {
    margin-top: 50px;
  }
  #askus .askusList .askusItem {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 0;
  }
  #askus .askusList .askusItem:nth-of-type(odd) .num {
    left: -3px;
  }
  #askus .askusList .askusItem:nth-of-type(even) .num {
    right: -3px;
  }
  #askus .askusList .askusItem:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #askus .askusList .askusItem .num {
    position: absolute;
    bottom: -11px;
    font-size: 80px;
  }
  #askus .askusList .askusItem > figure {
    flex: 1;
  }
  #askus .askusList .askusItem .askusText {
    flex: 1;
  }
  #askus .askusList .askusItem .askusText h3 {
    font-size: 36px;
    text-align: center;
  }
  #askus .askusList .askusItem .askusText ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  #askus .askusList .askusItem .askusText ul li {
    padding: 0 30px;
  }
  #askus .askusList .askusItem .askusText ul li + li:before {
    content: "";
    background-color: #f2eae4;
    width: 3px;
    height: 64px;
    position: absolute;
    left: -1px;
    top: calc(50% - 32px);
  }
  #askus .askusList .askusItem .askusText ul li figure img {
    width: 110px;
  }
  #askus .askusList .askusItem .askusText ul li P {
    margin-top: 12px;
  }
  #askus .askusBtmText {
    margin-top: 100px;
    text-align: center;
    line-height: 2;
    font-size: 22px;
  }
  #askus .askusPointText {
    margin-top: 70px;
  }
  #askus .askusPointText:before {
    content: "";
    display: inline-block;
    background: url(../images/point.svg) no-repeat center/cover;
    width: 142px;
    height: 42px;
    position: absolute;
    top: -35px;
    left: 72px;
    transform: rotate(-7deg);
  }
  #askus .askusPointText P {
    max-width: 936px;
    margin: 0 auto;
    border: 3px solid #c0a181;
    border-radius: 10px;
    font-size: 25px;
    padding: 28px 35px;
    letter-spacing: -0.02em;
  }
  #askus .askusPointText P:before {
    content: "";
    display: inline-block;
    background: url(../images/star.webp) no-repeat center/cover;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -11px;
    left: -13px;
    z-index: 3;
  }
  #askus .askusPointText P:after {
    content: "";
    display: inline-block;
    background: url(../images/rakuda.webp) no-repeat center/cover;
    width: 102px;
    height: 87px;
    position: absolute;
    bottom: -52px;
    right: -56px;
    z-index: 3;
  }
  #contactSec {
    background-image: url(../images/contact_top_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #681938;
    margin-top: 35px;
    padding-top: 135px;
    padding-bottom: 25px;
  }
  #contactSec .textImg {
    text-align: center;
    margin-top: 25px;
  }
  #contactSec .contactSecList {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  #contactSec .contactSecList .contactSecItem {
    width: calc(50% - 20px);
    border-radius: 25px;
    padding-bottom: 50px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #contactSec .contactSecList .contactSecItem:nth-of-type(3) {
    width: 100%;
  }
  #contactSec .contactSecList .contactSecItem:nth-of-type(3) h3 {
    text-align: left;
  }
  #contactSec .contactSecList .contactSecItem .num {
    width: 88px;
    height: 88px;
    border: 3px solid #91002c;
    font-size: 32px;
    position: absolute;
    left: 25px;
    top: -20px;
  }
  #contactSec .contactSecList .contactSecItem .entitle {
    padding: 10px 30px 7px 130px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #contactSec .contactSecList .contactSecItem .textWrap {
    padding: 40px 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #contactSec .contactSecList .contactSecItem H3 {
    font-size: 32px;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap {
    margin-top: auto;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn {
    font-size: 20px;
    height: 65px;
    max-width: 80%;
    padding: 20px 50px 20px 30px;
    border-radius: 35px;
    transition: 0.5s;
    cursor: pointer;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn:hover {
    opacity: 0.5;
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn.anchor:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_bottom.webp) no-repeat center/cover;
    width: 14px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: calc(50% - 7px);
  }
  #contactSec .contactSecList .contactSecItem .btnWrap .btn.blank:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
  }
  .contactSecBox {
    margin-top: 35px;
    display: flex;
    gap: 25px;
  }
  .contactSecBox li {
    flex: 1;
    border-radius: 10px;
    padding: 30px 35px 25px;
  }
  .contactSecBox li:before {
    content: "";
    display: inline-block;
    background: url(../images/sankaku.webp) no-repeat center/cover;
    width: 75px;
    height: 17px;
    position: absolute;
    top: 0;
    left: calc(50% - 37px);
  }
  .contactSecBox li .mailtext, .contactSecBox li .line, .contactSecBox li .teltext {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
  }
  .contactSecBox li h4 {
    font-size: 22px;
  }
  .contactSecBox li .mailtext a {
    font-size: 24px;
  }
  .contactSecBox li .text {
    margin-top: 20px;
    font-size: 16px;
  }
  .contactSecBox li .teltext a {
    font-size: 30px;
    pointer-events: none;
  }
  #ourbrand {
    background-image: url(../images/ourbrand_top_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 35px;
  }
  #ourbrand .h2 + p {
    margin-top: 50px;
    font-size: 22px;
    text-align: center;
  }
  #ourbrand .promiseList {
    margin-top: 50px;
  }
  #ourbrand .promiseList > div {
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 40px 50px;
  }
  #ourbrand .promiseList > div + div {
    margin-top: 6px;
  }
  #ourbrand .promiseList > div:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 8px;
    height: 50px;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
  }
  #ourbrand .promiseList > div dt {
    font-size: 22px;
    width: 315px;
    flex: none;
    padding-left: 35px;
  }
  #ourbrand .promiseList > div dt:before {
    content: "";
    display: inline-block;
    background: url(../images/kira.webp) no-repeat center/cover;
    width: 22px;
    height: 33px;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  #ourbrand .promiseList > div dt:after {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 50px;
    height: 2px;
    position: absolute;
    right: 45px;
    top: calc(50% - 1px);
  }
  #ourbrand .promiseList > div dd {
    font-size: 30px;
  }
  #introducing .bgRed {
    padding-bottom: 120px;
    background-image: url(../images/introducing_top_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 300px;
  }
  #introducing .h2 {
    text-align: right;
    padding-right: 35px;
  }
  #introducing .h2 + p {
    text-align: right;
    margin-top: 70px;
    font-size: 22px;
    font-weight: 700;
  }
  #introducing .memberList {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 34px;
    max-width: 1000px;
  }
  #introducing .memberList li {
    width: calc(25% - 26px);
  }
  #introducing .memberList li .fukidashi {
    font-size: 16px;
    padding: 0 40px;
  }
  #introducing .memberList li .fukidashi:before {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_line.webp) no-repeat center/cover;
    width: 26px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    left: 0px;
  }
  #introducing .memberList li .fukidashi:after {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_line.webp) no-repeat center/cover;
    width: 26px;
    height: 46px;
    position: absolute;
    top: calc(50% - 23px);
    right: 0px;
    transform: scale(-1, 1);
  }
  #introducing .memberList li figure {
    margin-top: 4px;
  }
  #introducing .memberList li .name {
    margin-top: 10px;
    font-size: 22px;
  }
  #introducing .companyInfoWrap {
    margin-top: 90px;
    display: flex;
  }
  #introducing .companyInfoWrap h3 {
    width: 280px;
    flex: none;
    font-size: 42px;
    margin-top: -33px;
  }
  #introducing .companyInfoWrap .companyInfoList {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 45px 60px;
    width: calc(100% - 280px);
  }
  #introducing .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  #introducing .companyInfoWrap .companyInfoList > div + div {
    margin-top: 30px;
  }
  #introducing .companyInfoWrap .companyInfoList > div dt {
    font-size: 16px;
    width: 24%;
  }
  #introducing .companyInfoWrap .companyInfoList > div dd {
    font-size: 16px;
    width: 76%;
    padding-left: 40px;
  }
  #aboutourlogo {
    background-image: url(../images/aboutourlogo_top_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 135px;
    padding-bottom: 70px;
    margin-top: -1px;
  }
  #aboutourlogo h3 {
    font-size: 42px;
  }
  #aboutourlogo h3:before {
    content: "";
    display: inline-block;
    width: calc(100% - 452px);
    height: 2px;
    background-color: #91002c;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
  }
  #aboutourlogo h3 span {
    display: inline-block;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
  }
  #aboutourlogo h3 span:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 30px;
    height: 16px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  #aboutourlogo figure {
    margin-top: 100px;
  }
  #ourparentcompany {
    padding-top: 50px;
    padding-bottom: 55px;
    background-image: url(../images/kakehilogo.webp), url(../images/company_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: auto, 536px auto;
    background-position: top right, left bottom 300px;
  }
  #ourparentcompany h3 {
    font-size: 42px;
    text-align: right;
  }
  #ourparentcompany h3:before {
    content: "";
    display: inline-block;
    width: calc(100% - 592px);
    height: 2px;
    background-color: #91002c;
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
  }
  #ourparentcompany h3 span {
    display: inline-block;
    padding-left: 100px;
    position: relative;
  }
  #ourparentcompany h3 span:before {
    content: "";
    display: inline-block;
    background-color: #91002c;
    width: 30px;
    height: 16px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 50px;
    top: calc(50% - 8px);
  }
  #ourparentcompany .commonInner > figure {
    position: relative;
  }
  #ourparentcompany .commonInner > figure:before {
    content: "";
    display: inline-block;
    background: url(../images/kakehiworks.webp) no-repeat center/cover;
    width: 381px;
    height: 141px;
    position: absolute;
    right: 25px;
    bottom: 80px;
  }
  #ourparentcompany .commonInner > figure img {
    position: relative;
    z-index: 2;
  }
  #ourparentcompany .ourparentWrap {
    margin-top: 90px;
    display: flex;
  }
  #ourparentcompany .ourparentWrap figure {
    width: calc(50% + 20px);
  }
  #ourparentcompany .ourparentWrap .textWrap {
    width: calc(50% - 20px);
    padding-left: 40px;
  }
  #ourparentcompany .ourparentWrap .textWrap p {
    text-align: right;
    margin-top: 40px;
    font-size: 22px;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap {
    margin-top: 90px;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap .btn {
    height: 80px;
    border-radius: 40px;
    max-width: 417px;
    padding: 0 50px;
    transition: 0.5s;
    margin-left: auto;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  #ourparentcompany .ourparentWrap .textWrap .btnWrap .btn:hover {
    opacity: 0.5;
  }
  #workarchives {
    background-image: url(../images/workarchives_top_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 130px;
    background-color: #681938;
  }
  #workarchives .h2 + p {
    color: #f0f2f5;
    text-align: center;
    margin-top: 50px;
    line-height: 2;
    font-size: 22px;
  }
  #workarchives .caseWrap {
    margin-top: 50px;
    border-top: 2px solid #f0f2f5;
    border-bottom: 2px solid #f0f2f5;
    padding: 60px 0;
  }
  #workarchives .caseWrap .caseBox {
    border-radius: 12px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px;
  }
  #workarchives .caseWrap .caseBox + .caseBox {
    margin-top: 120px;
    position: relative;
  }
  #workarchives .caseWrap .caseBox + .caseBox:before {
    content: "";
    display: block;
    width: calc(100% + 80px);
    height: 2px;
    background-color: #f0f2f5;
    position: absolute;
    left: -40px;
    top: -60px;
  }
  #workarchives .caseWrap .caseBox .num {
    width: 180px;
    left: 3px;
    top: 28px;
  }
  #workarchives .caseWrap .caseBox .titleWrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
  #workarchives .caseWrap .caseBox .titleWrap h3 {
    flex: none;
    font-size: 36px;
    padding-top: 10px;
  }
  #workarchives .caseWrap .caseBox .titleWrap h3 span {
    padding: 13px 25px;
  }
  #workarchives .caseWrap .caseBox .titleWrap h3 span:nth-of-type(n + 2) {
    margin-top: -1px;
  }
  #workarchives .caseWrap .caseBox .caseImg {
    margin-top: 50px;
    display: flex;
    gap: 10px;
  }
  #workarchives .caseWrap .caseBox .caseImg li {
    flex: 1;
  }
  #latestinfo {
    background-image: url(../images/latestinfo_top_pc.webp), url(../images/footer_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center, bottom center;
    padding-top: 135px;
    padding-bottom: 120px;
    background-color: #f4eee8;
  }
  #latestinfo .latestinfoWrap {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  #latestinfo .latestinfoWrap .latesinfoBox {
    width: calc(50% - 20px);
    border-radius: 25px;
    padding: 50px 4vw 60px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_info_check.svg) no-repeat center/cover;
    width: 94px;
    height: 94px;
    position: absolute;
    left: 22px;
    top: -30px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox:nth-of-type(1) {
    width: 100%;
  }
  #latestinfo .latestinfoWrap .latesinfoBox h3 {
    font-size: 22px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .calendar {
    margin-top: 30px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .calendar iframe {
    width: 100%;
    height: 600px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox figure {
    margin-top: 30px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap {
    margin-top: 30px;
    padding: 0 25px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap .btn {
    height: 70px;
    font-size: 22px;
    border-radius: 35px;
    padding: 0 60px;
    transition: 0.5s;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
  }
  #latestinfo .latestinfoWrap .latesinfoBox .btnWrap .btn:hover {
    opacity: 0.5;
  }
  #latestinfo .textImg {
    text-align: center;
    margin-top: 60px;
  }
  #latestinfo .contactBox {
    border-radius: 25px;
    padding-bottom: 30px;
    border: 3px solid #c0a181;
    background-color: #ffffff;
  }
  #latestinfo .contactBox .entitle {
    padding: 10px 50px 7px;
    font-size: 32px;
    border-radius: 20px 20px 0 0;
  }
  #latestinfo .contactBox .textWrap {
    padding: 40px 50px 0px;
  }
  #latestinfo .contactBox H3 {
    font-size: 32px;
  }
  #footer {
    padding: 0 60px 60px;
  }
  #footer .footerInner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .footerInfo .words {
    font-size: 16px;
  }
  #footer .footerInfo .words img {
    max-width: 161px;
  }
  #footer .footerInfo .copyright {
    font-size: 15px;
    margin-top: 5px;
  }
  #footer .footerLink {
    display: flex;
    align-items: flex-end;
    gap: 35px;
  }
  #footer .footerLink li.icon a {
    padding: 0;
  }
  #footer .footerLink li.icon a:before {
    content: none;
  }
  #footer .footerLink li a {
    padding-right: 23px;
    transition: 0.5s;
  }
  #footer .footerLink li a:hover {
    opacity: 0.5;
  }
  #footer .footerLink li a:before {
    content: "";
    display: inline-block;
    background: url(../images/arrow_blank.webp) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
  .modalCont .modalTitle {
    font-size: 32px;
  }
  .modalCont dl {
    margin-top: 40px;
  }
  .modalCont dl > div {
    padding: 20px 25px;
  }
  .modalCont dl > div dt {
    font-size: 18px;
  }
  .modalCont dl > div dd {
    font-size: 18px;
  }
  .modalCont .text {
    font-size: 18px;
    margin-top: 20px;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
