@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* メインフォント */
/* サブフォント */
/* 文字色 */
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.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 {
  content: "";
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	Wrap

==============================================*/
.header {
  background-color: #E8E7E5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
}

@media print, screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 95px;
  }
}
.c-contactBox {
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .c-contactBox {
    background-image: url(/salesmarketingservice/wp-content/themes/smkt-site/images/shared/contact_bgsp.jpg);
    background-size: cover;
    padding: 40px 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contactBox {
    background-image: url(/salesmarketingservice/wp-content/themes/smkt-site/images/shared/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
  }
}
.c-contactBoxWrap_title_eng {
  color: #fff;
  font-family: "Montserrat", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  position: relative;
  font-weight: 500;
  margin: 0;
  display: block;
}

.c-contactBoxWrap_title_eng::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-contactBoxWrap_title_eng {
    font-size: 2.4rem;
    line-height: 1.21;
    text-align: center;
    padding: 0 0 11px 0;
    margin: 0;
  }
  .c-contactBoxWrap_title_eng::after {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contactBoxWrap_title_eng {
    font-size: 3.6rem;
    line-height: 1.22;
    text-align: center;
    padding: 0 0 13px 0;
  }
}
.c-contactBoxWrap_title_jp {
  color: #fff;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .c-contactBoxWrap_title_jp {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
    margin: 11px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contactBoxWrap_title_jp {
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
    margin: 9px 0 0 0;
  }
}
.c-contactBoxWrap_text {
  color: #fff;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .c-contactBoxWrap_text {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    margin: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contactBoxWrap_text {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 35px 0 0 0;
  }
}
.c-contactBoxWrap_message {
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-contactBoxWrap_message {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin: 10px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contactBoxWrap_message {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    margin: 29px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .c-contactBoxInquiryBtn {
    margin: 25px auto 0;
    width: 100%;
    max-width: 345px;
    height: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contactBoxInquiryBtn {
    margin: 25px auto 0;
    width: 345px;
    height: 48px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer {
    margin: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin: 123px 0 0 0;
  }
}
.footerRelation {
  background-color: #ECECEA;
}

@media print, screen and (max-width: 767px) {
  .footerRelationInner {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footerRelationInner {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 962px;
  }
}
.footerRelationInner_link {
  background-color: #fff;
}

.footerRelationInner_link img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .footerRelationInner_link img:hover {
    opacity: 0.6;
  }
}
/*=============================================

	PHDロゴエリア

==============================================*/
.footerGroup {
  background: #98989A;
}

@media print, screen and (max-width: 767px) {
  .footerGroup {
    padding: 11px 20px 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup {
    padding: 30px 70px 13px 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerGroup_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 767px) {
  .footerGroup_contents_logo {
    width: 107px;
  }
  .footerGroup_contents_logo svg {
    width: 107px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup_contents_logo {
    width: 243px;
  }
  .footerGroup_contents_logo svg {
    width: 243px !important;
  }
}
@media print, screen and (max-width: 767px) {
  .footerGroup_contents_workLaugh {
    width: 136px;
  }
  .footerGroup_contents_workLaugh svg {
    width: 136px !important;
  }
}
.footerGroup_copyright {
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .footerGroup_copyright {
    font-size: 1rem;
    text-align: center;
    margin: 9px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footerGroup_copyright {
    font-size: 1.2rem;
    text-align: center;
    margin: 2px auto 0;
  }
}
.c-mail_icon {
  fill: #5D65A6;
}

.c-downlode_icon {
  fill: #fff;
}

.c-inquiryBtn_link {
  background-color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media print, screen and (max-width: 767px) {
  .c-inquiryBtn_link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inquiryBtn_link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-inquiryBtn_link:hover {
  background-color: #5D65A6;
}

@media print, screen and (max-width: 767px) {
  .c-inquiryBtn_link_img {
    width: 25px;
    height: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inquiryBtn_link_img {
    width: 25px;
    height: 16px;
  }
}
.c-inquiryBtn_link_img use {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.c-inquiryBtn_link:hover .c-inquiryBtn_link_img use {
  fill: #fff;
}

.c-inquiryBtn_link_text {
  color: #5D65A6;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media print, screen and (max-width: 767px) {
  .c-inquiryBtn_link_text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-inquiryBtn_link_text {
    font-size: 1.6rem;
  }
}
.c-inquiryBtn_link:hover .c-inquiryBtn_link_text {
  color: #fff;
}

.c-documentBtn_link {
  background-color: #343F90;
  border: 2px solid #343F90;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media print, screen and (max-width: 767px) {
  .c-documentBtn_link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-documentBtn_link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-documentBtn_link:hover {
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-documentBtn_link_img {
    width: 18px;
    height: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-documentBtn_link_img {
    width: 18px;
    height: 16px;
  }
}
.c-documentBtn_link_img use {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.c-documentBtn_link:hover .c-documentBtn_link_img use {
  fill: #343F90;
}

.c-documentBtn_link_text {
  color: #fff;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media print, screen and (max-width: 767px) {
  .c-documentBtn_link_text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-documentBtn_link_text {
    font-size: 1.6rem;
  }
}
.c-documentBtn_link:hover .c-documentBtn_link_text {
  color: #343F90;
}

.c-grayBtn {
  margin: 0 auto;
  width: 100%;
}

.c-grayBtn_link {
  background-color: #98989A;
  z-index: 10;
  padding: 10px;
}

@media print, screen and (max-width: 767px) {
  .c-grayBtn_link {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grayBtn_link {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.c-grayBtn_link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -10;
  background-color: #54565A;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.c-grayBtn_link:hover::after {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .c-grayBtn_link:has(.c-grayBtn_link_img) {
    padding: 10px 70px;
  }
}
.c-grayBtn_link_text {
  color: #fff;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .c-grayBtn_link_text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grayBtn_link_text {
    font-size: 1.8rem;
  }
}
.c-grayBtn_link_img {
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-grayBtn_link_img {
    position: absolute;
    right: 21.5px;
    top: 42%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grayBtn_link_img {
    position: absolute;
    right: 30.5px;
    top: 42%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-sectionWrap {
  width: 92%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .c-sectionWrap {
    max-width: 1200px;
  }
}


