@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 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-weight: 400;
  color: #292524;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body main {
  overflow: hidden;
}

a {
  color: #292524;
  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 nav .globalLink ul li a {
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
}
.scroll {
  color: #716865;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  position: relative;
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circlemove {
  0% {
    top: 0px;
  }
  100% {
    top: 85px;
  }
}
.scroll:before {
  content: "";
  display: block;
  margin: 0 auto;
}
.scroll:after {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4fb1c7;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

#mv .mvCatch {
  color: #716865;
}
#mv .slick-num {
  font-family: "Montserrat", serif;
  color: #5b5350;
  position: absolute;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
#mv .slick-num .now-count:before {
  content: "0";
}
#mv .slick-num .all-count:before {
  content: "0";
}

.ourMission .missionWrap .heading .enTitle {
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  color: #716865;
}
.ourMission .missionWrap .heading h2 {
  color: #716865;
  font-weight: 500;
}
.ourMission .missionWrap .textWrap p {
  color: #292524;
  line-height: 2.5;
}
#service {
  background-color: #fff;
}
#service .heading .entitle {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
#service .heading h2 {
  font-weight: 500;
  letter-spacing: 0.5em;
}
#service .serviceTitleWrap .serviceTitle {
  position: relative;
}
#service .serviceTitleWrap .serviceTitle .num {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #4fb1c7;
  line-height: 1;
}
#service .serviceTitleWrap .serviceTitle h3 {
  font-weight: 500;
  color: #5b5350;
}
#service .serviceList li {
  border-top: 1px solid #716864;
}
#service .serviceList li h4 {
  font-weight: 600;
  color: #716865;
  line-height: 1.9;
  position: relative;
}
#service .bukkenWrap .bukkenTitle {
  position: relative;
}
#service .bukkenWrap .bukkenTitle .num {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #4fb1c7;
  line-height: 1;
}
#service .bukkenWrap .bukkenTitle h3 {
  font-weight: 500;
  color: #5b5350;
}
#service .bukkenWrap .bukkenList li {
  border: 1px solid #322f27;
  overflow: hidden;
}
#service .bukkenWrap .bukkenList li a {
  position: relative;
}
#service .bukkenWrap .bukkenList li figure {
  overflow: hidden;
  position: relative;
}
#service .bukkenWrap .bukkenList li figure img {
  width: 100%;
}
#service .bukkenWrap .bukkenList li figure span {
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #4fb1c7;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
#service .bukkenWrap .bukkenList li h4 {
  color: #716865;
  font-weight: 600;
}
#service .bukkenWrap .bukkenList li dl > div {
  display: flex;
}
.bukkenSlide {
  display: flex;
  overflow: hidden;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.bukkenSlide ul {
  display: flex;
  gap: 5px;
}
.bukkenSlide ul + ul {
  margin-left: 5px;
}
#about .heading {
  text-align: center;
  position: relative;
}
#about .heading .entitle {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
#about .heading h2 {
  font-weight: 500;
  letter-spacing: 0.5em;
}
#about .aboutCont .aboutInfo dl {
  color: #292524;
  font-weight: 500;
  line-height: 2;
}
#about .aboutCont .aboutInfo dl > div {
  border-bottom: 1px solid #e0dbd7;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
#access .accessInfo h2 {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}
#access .accessInfo p {
  line-height: 2;
  color: #292524;
  font-weight: 500;
}

#footer .footerTop .companyName {
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  color: #5b5350;
}
#footer .footerTop .footerNav li a {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
}
#footer .footerContact a {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  border: 1px solid #5b5350;
  line-height: 1;
  position: relative;
}
#footer .footerLink .footerPrivacy a {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
#footer .footerBottom .copyright {
  color: #5b5350;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
}

.DLlistSP {
  font-weight: 500;
}
.DLlistSP .mousikomi {
  color: #292524;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 15px;
}
.DLlistSP .mousikomi:before {
  content: "";
  display: inline-block;
  background: url(../images/mark5.svg) no-repeat center/cover;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 4px;
}
.DLlistSP .footerDLforSP a {
  color: #292524;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.DLlistSP .footerDLforSP a:before {
  content: "";
  display: inline-block;
  background: url(../images/download_line.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.DLlistPC {
  font-weight: 500;
}
.DLlistPC .mousikomi {
  color: #292524;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.DLlistPC .mousikomi:before {
  content: "";
  display: inline-block;
  background: url(../images/mark5.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.DLlistPC .footerDLforPC a {
  color: #292524;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.DLlistPC .footerDLforPC a:before {
  content: "";
  display: inline-block;
  background: url(../images/download_line.svg) no-repeat center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    max-width: 480px;
    margin: 0 auto;
  }
  .tel {
    color: #4fb1c7;
    text-decoration: underline;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header .logo {
    position: relative;
    z-index: 10;
  }
  #header #menu {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 25px;
    top: 30px;
    transition: 0.4s;
    z-index: 999;
  }
  #header #menu span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #292524;
    position: absolute;
    left: 0;
    transition: 0.4s;
  }
  #header #menu span:nth-of-type(1) {
    top: calc(50% - 4px);
  }
  #header #menu span:nth-of-type(2) {
    top: calc(50% + 4px);
  }
  #header #menu.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-30deg);
  }
  #header #menu.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }
  #header .logo {
    width: 47px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    background: url(../images/nav_bg.png) no-repeat center/cover;
    padding-top: 125px;
  }
  #header nav.active {
    opacity: 1;
    visibility: visible;
  }
  #header nav .globalLink ul li {
    text-align: center;
  }
  #header nav .globalLink ul li + li {
    margin-top: 50px;
  }
  #header nav .globalLink ul li a {
    font-size: 14px;
    color: #5b5350;
  }
  #header nav .headerContact {
    text-align: center;
    margin-top: 50px;
  }
  #header nav .headerContact a {
    color: #5b5350;
    font-family: "Sorts Mill Goudy", serif;
    letter-spacing: 0.1em;
    border: 1px solid #5b5350;
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 13px;
    border-radius: 35px;
    padding: 22px 50px 20px 70px;
  }
  #header nav .headerContact a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_contact.png) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 41px;
  }
  .commonInner {
    padding: 0 15px;
  }
  .fvWrap {
    padding-top: 130px;
    background: url(../images/fv_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
  .fvWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/fv_bg_logo_sp.png) no-repeat center/cover;
    width: 258px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .fvWrap .fvCn {
    position: absolute;
    top: 92px;
    left: 0;
    z-index: 2;
  }
  .scroll {
    margin-top: 65px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  .scroll span {
    display: block;
    margin-top: 10px;
  }
  .scroll:before {
    width: 0.5px;
    height: 90px;
    background: #716865;
  }
  .scroll:after {
    left: calc(50% - 2.5px);
  }
  #mv {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
  }
  #mv .mvCatch {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.3em;
  }
  #mv .mvImgWrap {
    margin-top: 40px;
    transform: translateX(52px);
  }
  #mv .slick-num {
    font-size: 11px;
    right: 67px;
    bottom: -35px;
    gap: 5px;
  }
  #mv .slick-num .now-count {
    font-size: 16px;
  }
  .ourMission {
    padding-top: 35px;
  }
  .ourMission .missionWrap .heading {
    text-align: center;
  }
  .ourMission .missionWrap .heading .headingInner {
    display: inline-block;
    text-align: center;
    padding-top: 60px;
    position: relative;
  }
  .ourMission .missionWrap .heading .headingInner:before {
    content: "";
    display: inline-block;
    background: url(../images/mark.svg) no-repeat center/cover;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: calc(50% - 17px);
  }
  .ourMission .missionWrap .heading .enTitle {
    font-size: 12px;
  }
  .ourMission .missionWrap .heading h2 {
    text-align: left;
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
  .ourMission .missionWrap .textWrap p {
    margin-top: 50px;
  }
  .ourMission .missionImg {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ourMission .missionImg span {
    position: relative;
    display: inline-block;
  }
  .ourMission .missionImg span:before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    background: #000;
    mix-blend-mode: overlay;
  }
  .ourMission .missionImg span:first-of-type {
    margin-top: 40px;
    margin-left: -40px;
  }
  .ourMission .missionImg span:last-of-type {
    margin-right: -30px;
  }
  .ourMission .missionImg span img {
    position: relative;
    z-index: 2;
  }
  #service {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding-top: 30px;
  }
  #service:before {
    content: "";
    display: block;
    background: url(../images/service_top_sp.png) no-repeat center top;
    width: 100%;
    height: 54px;
    position: absolute;
    left: 0;
    top: -54px;
  }
  #service .serviceItem + .serviceItem {
    margin-top: 60px;
  }
  #service .heading .entitle {
    font-size: 34px;
  }
  #service .heading h2 {
    font-size: 10px;
    margin-top: 10px;
  }
  #service .heading h2 span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  #service .heading h2 span:before {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 3px;
    height: 11px;
    left: 5px;
    top: 2px;
  }
  #service .heading h2 span:after {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 3px;
    height: 11px;
    right: 8px;
    top: 2px;
    transform: scale(-1, 1);
  }
  #service .serviceTitleWrap {
    margin-top: 35px;
  }
  #service .serviceTitleWrap figure {
    text-align: center;
  }
  #service .serviceTitleWrap figure img {
    max-width: 80%;
  }
  #service .serviceTitleWrap .serviceTitle {
    margin-top: 35px;
    text-align: center;
    padding-top: 16px;
  }
  #service .serviceTitleWrap .serviceTitle:before {
    content: "";
    display: inline-block;
    background: url(../images/mark2.svg) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 7px);
  }
  #service .serviceTitleWrap .serviceTitle .num {
    font-size: 12px;
  }
  #service .serviceTitleWrap .serviceTitle h3 {
    font-size: 22px;
    letter-spacing: 0.3em;
    margin-top: 20px;
  }
  #service .serviceList {
    margin-top: 30px;
  }
  #service .serviceList li {
    padding-top: 30px;
  }
  #service .serviceList li + li {
    margin-top: 30px;
  }
  #service .serviceList li h4 {
    font-size: 18px;
    padding-left: 30px;
  }
  #service .serviceList li h4:before {
    content: "";
    display: inline-block;
    background: url(../images/mark3.svg) no-repeat center/cover;
    width: 16px;
    height: 23px;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #service .serviceList li p {
    margin-top: 20px;
    line-height: 2;
  }
  #service .bukkenWrap {
    margin-top: 50px;
  }
  #service .bukkenWrap .bukkenListWrap {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }
  #service .bukkenWrap .bukkenTitle {
    text-align: center;
    padding-top: 16px;
  }
  #service .bukkenWrap .bukkenTitle + p {
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    color: #716865;
    line-height: 2;
  }
  #service .bukkenWrap .bukkenTitle:before {
    content: "";
    display: inline-block;
    background: url(../images/mark2.svg) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: calc(50% - 7px);
  }
  #service .bukkenWrap .bukkenTitle .num {
    font-size: 12px;
  }
  #service .bukkenWrap .bukkenTitle h3 {
    font-size: 22px;
    letter-spacing: 0.3em;
    margin-top: 20px;
  }
  #service .bukkenWrap .bukkenList {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  #service .bukkenWrap .bukkenList .slide-arrow {
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 0;
  }
  #service .bukkenWrap .bukkenList .prev-arrow {
    background: url(../images/arrow_left.png) no-repeat center/cover;
    background-size: 31px 10px;
    left: calc(50% - 45px);
  }
  #service .bukkenWrap .bukkenList .next-arrow {
    background: url(../images/arrow_right.png) no-repeat center/cover;
    background-size: 31px 10px;
    right: calc(50% - 45px);
  }
  #service .bukkenWrap .bukkenList li {
    border-radius: 15px;
    margin: 0 8px;
  }
  #service .bukkenWrap .bukkenList li a {
    display: block;
    padding: 20px 20px 30px;
  }
  #service .bukkenWrap .bukkenList li a .arrow {
    display: inline-block;
    width: 38px;
    height: 44px;
    border-radius: 10px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f0fafc;
  }
  #service .bukkenWrap .bukkenList li a .arrow:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.svg) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 13px;
    bottom: 16px;
  }
  #service .bukkenWrap .bukkenList li figure {
    border-radius: 10px;
  }
  #service .bukkenWrap .bukkenList li figure span {
    padding: 6px 8px;
    font-size: 10px;
    border-radius: 0 0 6px 0;
  }
  #service .bukkenWrap .bukkenList li h4 {
    margin-top: 12px;
    font-size: 14px;
  }
  #service .bukkenWrap .bukkenList li dl {
    margin-top: 15px;
  }
  #service .bukkenWrap .bukkenList li dl > div {
    font-size: 10px;
  }
  #service .bukkenWrap .bukkenList li dl > div + div {
    margin-top: 15px;
  }
  #service .bukkenWrap .bukkenList li dl dt {
    width: 50px;
    flex: none;
  }
  #service .bukkenWrap .bukkenList li dl dd {
    padding-left: 10px;
  }
  .bukkenSlide {
    margin-top: 50px;
  }
  .bukkenSlide ul {
    animation: scroll 40s infinite linear 0.5s both;
  }
  .bukkenSlide ul li {
    width: 50vw;
  }
  #about {
    padding-top: 140px;
    padding-bottom: 180px;
    background: url(../images/about_bg_sp.png) no-repeat top/cover;
    margin-top: -80px;
  }
  #about .heading {
    padding-top: 65px;
  }
  #about .heading:before {
    content: "";
    display: inline-block;
    background: url(../images/mark.svg) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: calc(50% - 17px);
  }
  #about .heading .entitle {
    font-size: 34px;
  }
  #about .heading h2 {
    font-size: 10px;
    margin-top: 10px;
  }
  #about .heading h2 span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  #about .heading h2 span:before {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 3px;
    height: 11px;
    left: 5px;
    top: 2px;
  }
  #about .heading h2 span:after {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 3px;
    height: 11px;
    right: 8px;
    top: 2px;
    transform: scale(-1, 1);
  }
  #about .aboutCont {
    margin-top: 35px;
  }
  #about .aboutCont figure {
    text-align: center;
  }
  #about .aboutCont figure img {
    max-width: 70%;
  }
  #about .aboutCont .aboutInfo {
    margin-top: 20px;
  }
  #about .aboutCont .aboutInfo dl > div {
    padding: 20px 0;
  }
  #about .aboutCont .aboutInfo dl dd {
    margin-top: 5px;
  }
  #access .map {
    width: 85%;
    height: 200px;
    margin-left: auto;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    margin-top: -130px;
  }
  #access .accessInfo {
    margin-top: 35px;
  }
  #access .accessInfo h2 {
    font-size: 27px;
    padding-left: 25px;
  }
  #access .accessInfo h2:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_pin.svg) no-repeat center/cover;
    width: 17px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #access .accessInfo p {
    margin-top: 15px;
  }
  #footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #footer .footerTop .companyName {
    display: none;
  }
  #footer .footerTop .footerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 60px;
    margin-top: 40px;
  }
  #footer .footerContact {
    margin-top: 50px;
    text-align: center;
  }
  #footer .footerContact a {
    display: inline-block;
    font-size: 14px;
    border-radius: 35px;
    padding: 24px 50px 20px 70px;
  }
  #footer .footerContact a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_contact.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 41px;
  }
  #footer .footerLink {
    text-align: center;
    margin-top: 40px;
  }
  #footer .footerLink .footerPrivacy a {
    font-size: 10px;
    padding-right: 15px;
  }
  #footer .footerLink .footerPrivacy a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.svg) no-repeat center/cover;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  #footer .footerBottom {
    margin-top: 50px;
  }
  #footer .footerBottom .copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 50px;
  }
  .DLlistSP {
    border-top: 1px solid #e0dbd7;
    border-bottom: 1px solid #e0dbd7;
    padding: 30px 0;
  }
  .DLlistSP p {
    color: #292524;
    line-height: 2;
    margin-bottom: 10px;
  }
  .DLlistSP .mousikomi:before {
    content: "";
    display: inline-block;
    background: url(../images/mark5.svg) no-repeat center/cover;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .DLlistSP .footerDLforSP {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #f7f3f2;
    padding: 20px;
    border-radius: 10px;
  }
  .DLlistSP .footerDLforSP a:before {
    content: "";
    display: inline-block;
    background: url(../images/download_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .DLlistPC {
    display: none;
  }
  .DLlistPC .mousikomi:before {
    content: "";
    display: inline-block;
    background: url(../images/mark5.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .DLlistPC .footerDLforPC a:before {
    content: "";
    display: inline-block;
    background: url(../images/download_line.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 15px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header {
    position: absolute;
    top: 180px;
    left: 0px;
    padding: 0 10vw;
    z-index: 10;
  }
  #header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 60px 30px 45px;
    background: url(../images/headbg.png) no-repeat top;
    background-size: 100%;
    height: 345px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header.active .logo {
    width: 80px;
  }
  #header.active nav .globalLink {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  #header.active nav .globalLink ul {
    display: flex;
    align-items: center;
  }
  #header.active nav .globalLink ul li:last-of-type {
    display: none;
  }
  #header.active nav .globalLink ul li a {
    font-size: 17px;
    transition: 0.3s;
  }
  #header.active nav .globalLink ul li a:hover {
    color: #4fb1c7;
  }
  #header.active nav .globalLink ul li a.link-current {
    color: #4fb1c7;
  }
  #header.active nav .globalLink ul li a.link-current:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4fb1c7;
    margin: 10px auto 0;
  }
  #header.active nav .globalLink ul li + li {
    margin-top: 0;
    margin-left: 5vw;
  }
  #header.active nav .globalLink .headerContact {
    display: block;
    margin-left: 45px;
  }
  #header.active nav .globalLink .headerContact a {
    color: #5b5350;
    font-family: "Sorts Mill Goudy", serif;
    letter-spacing: 0.1em;
    border: 1px solid #5b5350;
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 16px;
    border-radius: 35px;
    padding: 20px 50px 15px 70px;
    background-color: #fff;
    transition: 0.3s;
  }
  #header.active nav .globalLink .headerContact a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_contact.png) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 34px;
    transition: 0.3s;
  }
  #header.active nav .globalLink .headerContact a:hover {
    color: #fff;
    background-color: #4fb1c7;
    border: 1px solid #4fb1c7;
  }
  #header.active nav .globalLink .headerContact a:hover:before {
    background: url(../images/icon_contact_w.png) no-repeat center/cover;
  }
  #header.active .scroll {
    display: none;
  }
  #header #menu {
    display: none;
  }
  #header nav {
    display: inline-block;
  }
  #header nav .globalLink {
    margin-top: 70px;
  }
  #header nav .globalLink ul li {
    text-align: center;
  }
  #header nav .globalLink ul li + li {
    margin-top: 35px;
  }
  #header nav .globalLink ul li a {
    font-size: 17px;
    color: #716865;
    transition: 0.3s;
  }
  #header nav .globalLink ul li a:hover {
    color: #4fb1c7;
  }
  #header nav .headerContact {
    display: none;
  }
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .fvWrap {
    background: url(../images/fv_bg.png) no-repeat center top;
    background-size: cover;
  }
  .fvWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/fv_bg_logo.png) no-repeat center/cover;
    width: 574px;
    height: 580px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .fvWrap .fvCn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .scroll {
    margin-top: 65px;
    text-align: center;
    font-size: 11px;
  }
  .scroll span {
    display: block;
    margin-top: 15px;
  }
  .scroll:before {
    width: 0.5px;
    height: 90px;
    background: #716865;
  }
  #mv {
    position: relative;
    z-index: 3;
  }
  #mv .mvCatch {
    /*
    font-size: 44px;
    position: absolute;
    z-index: 3;
    top: 630px;
    left: 23vw;
    letter-spacing: 0.3em;
    text-shadow:  2px  2px 10px rgba(240,250,252,.6),
        -2px  2px 10px rgba(240,250,252,.6),
        2px -2px 10px rgba(240,250,252,.6),
        -2px -2px 10px rgba(240,250,252,.6),
    2px  2px 10px rgba(240,250,252,.6),
    -2px  2px 10px rgba(240,250,252,.6),
    2px -2px 10px rgba(240,250,252,.6),
    -2px -2px 10px rgba(240,250,252,.6);
    */
    font-size: 0;
    position: absolute;
    z-index: 3;
    top: 630px;
    left: 23vw;
  }
  #mv .mvCatch img {
    width: 602px;
  }
  #mv .mvImgWrap .mvImg img {
    margin-left: auto;
    transform: translateX(52px) translateY(-62px);
  }
  #mv .slick-num {
    font-size: 14px;
    right: 30px;
    bottom: 40px;
    gap: 8px;
  }
  #mv .slick-num .now-count {
    font-size: 20px;
  }
  .ourMission {
    padding-top: 160px;
  }
  .ourMission .missionWrap {
    display: flex;
  }
  .ourMission .missionWrap .heading {
    width: 50%;
    text-align: center;
    padding-right: 6vw;
  }
  .ourMission .missionWrap .heading .headingInner {
    display: inline-block;
    text-align: center;
    padding-top: 95px;
    position: relative;
  }
  .ourMission .missionWrap .heading .headingInner:before {
    content: "";
    display: inline-block;
    background: url(../images/mark.svg) no-repeat center/cover;
    width: 44px;
    height: 46px;
    position: absolute;
    top: 0;
    left: calc(50% - 22px);
  }
  .ourMission .missionWrap .heading .enTitle {
    font-size: 17px;
  }
  .ourMission .missionWrap .heading h2 {
    text-align: left;
    margin-top: 40px;
    font-size: 36px;
    line-height: 1.8;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
  .ourMission .missionWrap .textWrap {
    width: 50%;
    padding-right: 5vw;
    padding-top: 20px;
  }
  .ourMission .missionWrap .textWrap p {
    font-size: 17px;
  }
  .ourMission .missionImg {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 60px;
  }
  .ourMission .missionImg span {
    position: relative;
    display: inline-block;
  }
  .ourMission .missionImg span:before {
    content: "";
    display: inline-block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    background: #000;
    mix-blend-mode: overlay;
  }
  .ourMission .missionImg span img {
    position: relative;
    z-index: 2;
  }
  #service {
    position: relative;
    z-index: 2;
    margin-top: -225px;
    padding-top: 150px;
  }
  #service:before {
    content: "";
    display: block;
    background: url(../images/service_top.png) no-repeat center top;
    width: 100%;
    height: 113px;
    position: absolute;
    left: 0;
    top: -113px;
  }
  #service .serviceItem + .serviceItem {
    margin-top: 100px;
  }
  #service .heading .entitle {
    font-size: 67px;
  }
  #service .heading h2 {
    font-size: 14px;
    margin-top: 20px;
  }
  #service .heading h2 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  #service .heading h2 span:before {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 4px;
    height: 15.5px;
    left: 10px;
    top: 2px;
  }
  #service .heading h2 span:after {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 4px;
    height: 15.5px;
    right: 15px;
    top: 2px;
    transform: scale(-1, 1);
  }
  #service .serviceTitleWrap {
    margin-top: 70px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  #service .serviceTitleWrap.reverse {
    flex-direction: row-reverse;
  }
  #service .serviceTitleWrap figure {
    width: 50%;
  }
  #service .serviceTitleWrap figure img {
    max-width: 560px;
  }
  #service .serviceTitleWrap .serviceTitle {
    width: 50%;
    text-align: center;
    padding-top: 25px;
  }
  #service .serviceTitleWrap .serviceTitle:before {
    content: "";
    display: inline-block;
    background: url(../images/mark2.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
  }
  #service .serviceTitleWrap .serviceTitle .num {
    font-size: 16px;
  }
  #service .serviceTitleWrap .serviceTitle h3 {
    font-size: 34px;
    letter-spacing: 0.3em;
    margin-top: 30px;
  }
  #service .serviceList {
    display: flex;
    margin-top: 80px;
    gap: 42px;
  }
  #service .serviceList.col3 li {
    width: calc(33.3333333333% - 28px);
  }
  #service .serviceList.col2 li {
    width: calc(50% - 21px);
  }
  #service .serviceList li {
    padding-top: 35px;
  }
  #service .serviceList li h4 {
    font-size: 21px;
    padding-left: 30px;
  }
  #service .serviceList li h4:before {
    content: "";
    display: inline-block;
    background: url(../images/mark3.svg) no-repeat center/cover;
    width: 16px;
    height: 23px;
    position: absolute;
    top: 9px;
    left: 0;
  }
  #service .serviceList li p {
    margin-top: 30px;
    line-height: 2;
  }
  #service .bukkenWrap {
    margin-top: 90px;
    background: url(../images/bukken_bg.png) no-repeat top right;
  }
  #service .bukkenWrap .bukkenTitle {
    text-align: center;
    padding-top: 25px;
  }
  #service .bukkenWrap .bukkenTitle + p {
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    color: #716865;
    line-height: 2;
  }
  #service .bukkenWrap .bukkenTitle:before {
    content: "";
    display: inline-block;
    background: url(../images/mark2.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
  }
  #service .bukkenWrap .bukkenTitle .num {
    font-size: 16px;
  }
  #service .bukkenWrap .bukkenTitle h3 {
    font-size: 34px;
    letter-spacing: 0.3em;
    margin-top: 30px;
  }
  #service .bukkenWrap .bukkenList {
    display: flex;
    gap: 30px;
    margin-top: 50px;
  }
  #service .bukkenWrap .bukkenList li {
    width: calc(33.3333333333% - 20px);
    border-radius: 25px;
  }
  #service .bukkenWrap .bukkenList li a {
    display: block;
    padding: 30px 30px 40px;
  }
  #service .bukkenWrap .bukkenList li a .arrow {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 20px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f0fafc;
    overflow: hidden;
  }
  #service .bukkenWrap .bukkenList li a .arrow:before {
    content: "";
    display: inline-block;
    background: url(../images/arrow.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
    animation-fill-mode: forwards;
  }
  #service .bukkenWrap .bukkenList li a .arrow:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 130%;
    left: -30%;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
    animation-fill-mode: forwards;
  }
  #service .bukkenWrap .bukkenList li a:hover .arrow:before {
    top: -40%;
    left: 130%;
  }
  #service .bukkenWrap .bukkenList li a:hover .arrow:after {
    top: 50%;
    left: 50%;
  }
  #service .bukkenWrap .bukkenList li figure {
    border-radius: 20px;
    z-index: 2;
  }
  #service .bukkenWrap .bukkenList li figure span {
    padding: 10px 15px;
    border-radius: 0 0 13px 0;
  }
  #service .bukkenWrap .bukkenList li h4 {
    margin-top: 25px;
    font-size: 18px;
  }
  #service .bukkenWrap .bukkenList li dl {
    margin-top: 20px;
  }
  #service .bukkenWrap .bukkenList li dl > div {
    font-size: 14px;
  }
  #service .bukkenWrap .bukkenList li dl > div + div {
    margin-top: 15px;
  }
  #service .bukkenWrap .bukkenList li dl dt {
    width: 60px;
    flex: none;
  }
  #service .bukkenWrap .bukkenList li dl dd {
    padding-left: 20px;
  }
  .bukkenSlide {
    margin-top: 145px;
  }
  .bukkenSlide ul {
    animation: scroll 80s infinite linear 0.5s both;
  }
  .bukkenSlide ul li {
    width: 33.3333333333vw;
  }
  #about {
    padding-top: 250px;
    padding-bottom: 250px;
    background: url(../images/about_bg.png) no-repeat top/cover;
    margin-top: -190px;
  }
  #about .heading {
    padding-top: 100px;
  }
  #about .heading:before {
    content: "";
    display: inline-block;
    background: url(../images/mark.svg) no-repeat;
    width: 44px;
    height: 46px;
    position: absolute;
    top: 0;
    left: calc(50% - 22px);
  }
  #about .heading .entitle {
    font-size: 67px;
  }
  #about .heading h2 {
    font-size: 14px;
    margin-top: 20px;
  }
  #about .heading h2 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  #about .heading h2 span:before {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 4px;
    height: 15.5px;
    left: 10px;
    top: 2px;
  }
  #about .heading h2 span:after {
    content: "";
    display: inline-block;
    background: url(../images/mark4.svg) no-repeat center/cover;
    position: absolute;
    width: 4px;
    height: 15.5px;
    right: 15px;
    top: 2px;
    transform: scale(-1, 1);
  }
  #about .aboutCont {
    margin-top: 30px;
    display: flex;
  }
  #about .aboutCont figure {
    width: 50%;
    padding-top: 80px;
  }
  #about .aboutCont figure img {
    max-width: 520px;
  }
  #about .aboutCont .aboutInfo {
    width: 50%;
    padding-left: 40px;
  }
  #about .aboutCont .aboutInfo dl > div {
    display: flex;
    padding: 25px 0;
  }
  #about .aboutCont .aboutInfo dl dt {
    width: 170px;
    flex: none;
    padding-right: 25px;
  }
  #access .map {
    width: calc(50% + 200px);
    height: 500px;
    margin-left: auto;
    border-radius: 45px 0 0 45px;
    overflow: hidden;
    margin-top: -160px;
    max-width: 62%;
  }
  #access .accessInfo {
    margin-top: -150px;
  }
  #access .accessInfo h2 {
    font-size: 40px;
    padding-left: 40px;
  }
  #access .accessInfo h2:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_pin.svg) no-repeat center/cover;
    width: 26px;
    height: 31px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  #access .accessInfo p {
    margin-top: 30px;
  }
  #footer {
    padding-top: 240px;
    padding-bottom: 100px;
  }
  #footer .footerTop {
    display: flex;
    justify-content: space-between;
  }
  #footer .footerTop .companyName {
    font-size: 17px;
  }
  #footer .footerTop .footerNav {
    display: flex;
  }
  #footer .footerTop .footerNav li {
    margin-left: 50px;
  }
  #footer .footerTop .footerNav li a {
    font-size: 14px;
    transition: 0.3s;
  }
  #footer .footerTop .footerNav li a:hover {
    color: #4fb1c7;
  }
  #footer .footerContact {
    text-align: right;
  }
  #footer .footerContact a {
    display: inline-block;
    font-size: 16px;
    border-radius: 35px;
    padding: 27px 60px 20px 80px;
    transition: 0.3s;
  }
  #footer .footerContact a:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_contact.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 48px;
    transition: 0.3s;
  }
  #footer .footerContact a:hover {
    color: #fff;
    background-color: #4fb1c7;
    border: 1px solid #4fb1c7;
  }
  #footer .footerContact a:hover:before {
    background: url(../images/icon_contact_w.svg) no-repeat center/cover;
  }
  #footer .footerLink {
    text-align: right;
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    align-items: center;
  }
  #footer .footerLink .footerPrivacy a {
    font-size: 13px;
    transition: 0.3s;
    padding-right: 15px;
  }
  #footer .footerLink .footerPrivacy a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.svg) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 2.5px;
  }
  #footer .footerLink .footerPrivacy a:hover {
    color: #4fb1c7;
  }
  #footer .footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 40px;
  }
  #footer .footerBottom .copyright {
    font-size: 13px;
  }
  .DLlistSP {
    display: none;
  }
  .DLlistSP .mousikomi:before {
    content: "";
    display: inline-block;
    background: url(../images/mark5.svg) no-repeat center/cover;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .DLlistSP .footerDLforSP a:before {
    content: "";
    display: inline-block;
    background: url(../images/download_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .DLlistPC p {
    color: #292524;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .DLlistPC .mousikomi:before {
    content: "";
    display: inline-block;
    background: url(../images/mark5.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .DLlistPC .footerDLforPC {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    background-color: #f7f3f2;
    padding: 20px;
    border-radius: 10px;
  }
  .DLlistPC .footerDLforPC a:before {
    content: "";
    display: inline-block;
    background: url(../images/download_line.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  .DLlistSP .mousikomi:before {
    content: "";
    display: inline-block;
    background: url(../images/mark5.svg) no-repeat center/cover;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .DLlistSP .footerDLforSP a:before {
    content: "";
    display: inline-block;
    background: url(../images/download_line.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .DLlistPC .mousikomi:before {
    content: "";
    display: inline-block;
    background: url(../images/mark5.svg) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .DLlistPC .footerDLforPC a:before {
    content: "";
    display: inline-block;
    background: url(../images/download_line.svg) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
