@charset "UTF-8";
/* =================================================================
Reset Styles
================================================================= */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  font-family: " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

br {
  letter-spacing: 0;
}

nav,
ol,
ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

video {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: block;
  color: inherit;
  font: inherit;
}

a,
a:link,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* =================================================================
Reset Form Styles
================================================================= */
form,
input,
button,
textarea,
select,
option {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-clear {
  visibility: hidden;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-ms-reveal {
  visibility: hidden;
}

input:focus {
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-transition: background-color 9999s;
  -o-transition: background-color 9999s;
  transition: background-color 9999s;
}

textarea {
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

button,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

:-ms-input-placeholder {
  color: #9d9d9d;
}

::-moz-placeholder {
  color: #9d9d9d;
}

::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 1;
}

:placeholder-shown {
  color: #9d9d9d;
}

::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9d9d9d;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #9d9d9d;
  opacity: 1;
}

::placeholder {
  color: #9d9d9d;
  opacity: 1;
}

/* =================================================================
Base Styles
================================================================= */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .08em;
  background: #ffffff;
}

a,
a:link,
a:hover,
a:focus,
a:visited {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 1000px) {
  a:hover {
    opacity: .5;
  }
}
/* =================================================================
Layout Styles
================================================================= */
/* Header
-------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

/* Main
-------------------- */
.l-main {
  display: block;
  padding: 50px 8px 300px;
  width: 100%;
  min-height: 100vh;
}
/* Section
-------------------- */
.l-section {
  margin: 64px auto 0;
  width: 100%;
}
.l-section-under {
  margin: 40px auto 0;
  padding: 60px 8px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
.l-section-under:first-of-type {
  margin-top: -40px;
}
.l-section-mv {
  margin: 0 auto;
  position: relative;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 320px;
}
.l-section-philosophy {
  margin: 0 auto;
  padding-top: 64px;
}
.l-section-service {
  margin: 80px auto 0;
}

@media screen and (min-width: 1000px) {
  .l-section {
    max-width: 1080px;
  }
  .l-section-under {
    padding: 60px 100px;
  }
  .l-section-mv {
    padding: 0 calc((100% - 1080px) / 2);
    max-width: none;
    height: 560px;
  }
}
/* Footer
-------------------- */
.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #333333;
  background: #f1f1f1;
}

/* =================================================================
Module Styles
================================================================= */
/* Header
-------------------- */
.headerWrap {
  padding: 0 8px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
  background: #ffffff;
}
.headerWrap .headerLogo {
  width: 80px;
}
.headerWrap .headerMenuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.headerWrap .headerMenuBtn_line {
  display: block;
  width: 24px;
  height: 1px;
  background: #333333;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.headerWrap .headerNavWrap {
  position: fixed;
  top: 50px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 50px);
}
.headerWrap .headerNavWrap .headerNavOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.headerWrap .headerNavWrap .headerNav {
  margin: 24px 8px 0;
  padding: 6px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
}
.headerWrap .headerNavWrap .headerNav_item {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}
.headerWrap .headerNavWrap .headerNav_item:last-child {
  border: none;
}
.headerWrap .headerNavWrap .headerNav_item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}
.headerWrap .headerNavWrap .headerNav_item-link:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.headerWrap .headerNavWrap .headerNav_item .btn {
  margin-top: 24px;
  height: 50px;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .headerWrap {
    padding: 0 24px;
    height: 70px;
  }
  .headerWrap .headerLogo {
    width: 120px;
  }
  .headerWrap .headerMenuBtn {
    display: none;
  }
  .headerWrap .headerNavWrap {
    position: relative;
    top: auto;
    left: auto;
    display: block !important;
    width: auto;
    height: auto;
  }
  .headerWrap .headerNavWrap .headerNavOverlay {
    display: none;
  }
  .headerWrap .headerNavWrap .headerNav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border-radius: 0;
  }
  .headerWrap .headerNavWrap .headerNav_item {
    border-left: 1px solid #e1e1e1;
    border-bottom: none;
  }
  .headerWrap .headerNavWrap .headerNav_item-link {
    margin: 0 32px;
    height: auto;
  }
  .headerWrap .headerNavWrap .headerNav_item-link:after {
    display: none;
  }
  .headerWrap .headerNavWrap .headerNav_item .btn {
    margin-top: 0;
    width: 145px;
    height: 40px;
  }
}
/* Footer
-------------------- */
.footerWrap {
  padding: 40px 8px 24px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.footerWrap_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footerWrap_upper .footerLogo {
  margin: 0 auto;
  width: 120px;
}
.footerWrap_upper .footerNav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerWrap_upper .footerNav_item:nth-child(2) {
  border-left: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
}
.footerWrap_upper .footerNav_item-link {
  padding: 0 24px;
  font-weight: bold;
}
.footerWrap_lower {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .footerWrap {
    margin: 0 auto;
    padding: 32px 0 40px;
    max-width: 1080px;
    text-align: left;
  }
  .footerWrap_upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footerWrap_upper .footerLogo {
    margin: 0;
  }
  .footerWrap_upper .footerNav {
    margin-top: 0;
  }
  .footerWrap_upper .footerNav_item:first-child .footerNav_item-link {
    margin-left: 0;
  }
  .footerWrap_upper .footerNav_item:last-child .footerNav_item-link {
    margin-right: 0;
  }
  .footerWrap_upper .footerNav_item-link {
    margin: 0 40px;
    padding: 0;
  }
  .footerWrap_lower {
    text-align: right;
  }
}
/* Footer Page Top */
.pageTopBtn {
  right: 8px;
  z-index: 8888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: auto !important;
  -o-transition: auto !important;
  transition: auto !important;
}
.pageTopBtn:before {
  content: "";
  position: relative;
  top: 6px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #26a63a;
  border-right: 2px solid #26a63a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1000px) {
  .pageTopBtn {
    right: 16px;
  }
  .pageTopBtn:hover {
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
  }
}
/* Top
-------------------- */
/* MV */
.mvWrap .mvTtl {
  margin-top: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0px 0px 16px white;
}
.mvWrap .mvTtl_sub {
  margin-top: 24px;
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.mvWrap .mvScroll {
  position: relative;
  margin-top: 40px;
  padding-right: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #26a63a;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
.mvWrap .mvScroll:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #26a63a;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mvWrap .mvScroll:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  bottom: -50%;
  right: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.mvImg {
  position: absolute;
  top: 0;
  right: -8px;
  z-index: -1;
  width: 68%;
  height: 320px;
  background: url(/common/img/top_img_main@2x.jpg) 85% center/cover no-repeat;
  border-radius: 0 0 0 32px;
}

@media screen and (min-width: 1000px) {
  .mvWrap .mvTtl {
    margin-top: 0;
    font-size: 54px;
  }
  .mvWrap .mvTtl_sub {
    margin-top: 8px;
    font-size: 20px;
  }
  .mvWrap .mvScroll {
    margin-top: 116px;
  }

  .mvImg {
    right: 0;
    width: 62%;
    height: 560px;
  }
}
/* Philosophy */
.philosophyBody {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  text-align: center;
}
.philosophyBody_txt {
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.philosophyBody_txt:before, .philosophyBody_txt:after {
  position: absolute;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #e1e1e1;
  font-size: 48px;
}
.philosophyBody_txt:before {
  content: "“";
  top: -10px;
  left: -30px;
}
.philosophyBody_txt:after {
  content: "”";
  bottom: -30px;
  right: -20px;
}

@media screen and (min-width: 1000px) {
  .philosophyBody_txt:before {
    left: -30px;
  }
}

/* Service */
.serviceList {
  width: 100%;
}
.serviceList_item {
  padding: 40px 0;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.serviceList_item .serviceItem_img {
  width: 100%;
  height: 280px;
  border-radius: 12px;
}
.serviceList_item:nth-child(1) .serviceItem_img {
  background: url(/common/img/topService_img_01@2x.jpg) center center/cover no-repeat;
}
.serviceList_item:nth-child(2) .serviceItem_img {
  background: url(/common/img/topService_img_02@2x.jpg) center center/cover no-repeat;
}
.serviceList_item:nth-child(3) .serviceItem_img {
  background: url(/common/img/topService_img_03@2x.jpg) center center/cover no-repeat;
}
.serviceList_item .serviceItem_txt {
  width: 100%;
}
.serviceList_item .serviceItem_txt-num {
  margin-top: -50px;
  font-family: 'Montserrat', sans-serif;
  color: #26a63a;
  font-size: 80px;
  font-weight: bold;
}
.serviceList_item .serviceItem_txt-ttl {
  font-size: 18px;
  font-weight: bold;
}
.serviceList_item .serviceItem_txt-body {
  margin-top: 16px;
  line-height: 2;
}
.serviceList + .btn {
  margin-top: 40px;
}

@media screen and (min-width: 1000px) {
  .serviceList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .serviceList_item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .serviceList_item:nth-child(even) .serviceItem_txt-num,
  .serviceList_item:nth-child(even) .serviceItem_txt-ttl {
    text-align: right;
  }
  .serviceList_item .serviceItem_img {
    width: 50%;
  }
  .serviceList_item .serviceItem_txt {
    width: 47%;
  }
  .serviceList_item .serviceItem_txt-num {
    margin-top: 0;
  }
  .serviceList + .btn {
    margin-top: 40px;
  }
}
/* Compayny
-------------------- */
.infoTable {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.infoTable_head, .infoTable_content {
  padding: 16px;
  display: block;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  border: 1px solid #e1e1e1;
}
.infoTable_head {
  font-weight: bold;
  background: #f6f6f6;
}

@media screen and (min-width: 1000px) {
  .infoTable_head, .infoTable_content {
    display: table-cell;
    padding: 24px;
  }
  .infoTable_head {
    width: 184px;
    background: none;
  }
}

/* Head
-------------------- */
.mainHeadWrap {
  margin: 0 -8px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 16px);
  height: 280px;
  background: #e1e1e1;
}
.mainHeadWrap-company {
  background: url(/common/img/company_bg_main@2x.jpg) center center/cover no-repeat;
}
.mainHeadWrap .hd2 {
  color: #ffffff;
  font-size: 40px;
}
.mainHeadWrap .hd2_sub {
  margin-top: 12px;
  color: #ffffff;
}

@media screen and (min-width: 1000px) {
  .mainHeadWrap {
    margin: 0;
    padding: 0 calc((100% - 1080px) / 2);
    width: 100%;
  }
}
/* Heading */
.hd2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.hd2_sub {
  margin-top: 8px;
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #b5b5b5;
  font-size: 16px;
  font-weight: bold;
}

.hd3 {
  position: relative;
  padding-bottom: 11px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.hd3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 90px;
  height: 3px;
  background: #26a63a;
}
.hd3-thx {
  padding-bottom: 0;
  font-size: 18px;
  letter-spacing: 0;
}
.hd3-thx:after {
  display: none;
}

@media screen and (min-width: 1000px) {
  .hd2 {
    font-size: 40px;
  }
}
/* Button
-------------------- */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
}
.btn-red {
  background: #26a63a;
}
.btn-black {
  background: #333333;
}
.btn-noto {
  font-family: 'Noto Sans Japanese', sans-serif;
}
.btn-safari {
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn:disabled {
  background: #e1e1e1;
  pointer-events: none;
}

@media screen and (min-width: 1000px) {
  .btn {
    margin: 0 auto;
    max-width: 300px;
  }
}
/* JS Control
-------------------- */
/* Body,html */
.body-menuOpen {
  height: 100%;
  overflow: hidden;
}

/* Header Menu Active */
.l-header-active .headerMenuBtn_line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.l-header-active .headerMenuBtn_line:nth-child(2) {
  opacity: 0;
}
.l-header-active .headerMenuBtn_line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* Helper
-------------------- */
.dis-pc {
  display: none;
}

.dis-sp {
  display: block;
}

@media screen and (min-width: 1000px) {
  .dis-pc {
    display: block;
  }

  .dis-sp {
    display: none;
  }
}


