@charset "UTF-8";
/* ========================================
Foundation
======================================== */
/* Mixin
----------------- */
html {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 2.6666666667vmin;
  color: #444;
  min-height: 100vh;
}
@media print, screen and (min-width: 481px) {
  html {
    font-size: 62.5%;
  }
}

body {
  overflow: hidden;
  font-family: "Roboto", Helvetica, Arial, "Noto Sans JP", sans-serif;
  color: #3B4043;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
}

body.js-noScroll {
  position: fixed;
}

/* tel
=========================================== */
@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  color: #3B4043;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

::-moz-selection {
  background: #44C39E;
  color: #fff;
}

::selection {
  background: #44C39E;
  color: #fff;
}

button {
  background: none;
  padding: 0;
  border: none;
}

.js-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s;
  transition: 1s;
}

/* アニメーション
=========================================== */
/* ========================================
Object
======================================== */
/* utility
----------------- */
.u-br-tb-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb-pc {
    display: block;
  }
}

.u-br-sp-only {
  display: block;
}
@media print, screen and (min-width: 481px) {
  .u-br-sp-only {
    display: none;
  }
}

.u-br-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-sp-tb {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .u-br-sp-tb {
    display: none;
  }
}

.u-br-tb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .u-br-tb {
    display: block;
  }
}
@media print, screen and (min-width: 1600px) {
  .u-br-tb {
    display: none;
  }
}

.u-br-tb-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-tb-only {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .u-br-tb-only {
    display: none;
  }
}
@media print, screen and (min-width: 1600px) {
  .u-br-tb-only {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  .u-br-pc {
    display: block;
  }
}

.u-br-pcWide {
  display: none;
}
@media print, screen and (min-width: 1600px) {
  .u-br-pcWide {
    display: block;
  }
}

.u-br-sp-pcWide {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-br-sp-pcWide {
    display: block;
  }
}
@media print, screen and (min-width: 1600px) {
  .u-br-sp-pcWide {
    display: none;
  }
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-view_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-view_pc {
    display: block;
  }
}

.u-view_sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .u-view_sp {
    display: none;
  }
}

.u-mb57 {
  margin-bottom: 57px;
}

.u-mb95 {
  margin-bottom: 95px;
} /* component
----------------- */
/* =========================== */
/* component ttl */
/* =========================== */
/* .c-breadcrumb
=========================================== */
.c-breadcrumb_list {
  display: inline-block;
  font-size: 1.4rem;
  color: #44C39E;
  font-weight: 500;
}
.c-breadcrumb_list a {
  color: #44C39E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.c-breadcrumb_list a::after {
  content: "";
  background: url(../img/common/arw_style02_next.svg) no-repeat center center/contain;
  width: 7px;
  height: 10px;
  display: block;
  margin-left: 9px;
  position: relative;
  top: -1px;
}
.c-breadcrumb_list:last-child {
  color: #666;
}

/* =========================== */
/* component fv */
/* =========================== */
/* .c-fv
=========================================== */
.c-fv {
  /*background: url(../img/top/mv_bg.gif) repeat center center / 21px;*/
}
/* =========================== */
/* component movie */
/* =========================== */
.c-movie_btn {
  position: relative;
  cursor: pointer;
}

.c-movie_btnPlayBtnWrap {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
}
@media print, screen and (min-width: 768px) {
  .c-movie_btnPlayBtnWrap {
    width: 108px;
    height: 108px;
    margin-left: -54px;
    margin-top: -54px;
  }
}

.c-movie_btnPlay {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.c-movie_btnPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.c-movie_btnPlayBtnWrap:hover .c-movie_btnPlay {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-movie_modalVideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-movie_modalVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-movie_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.c-movie_modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  cursor: pointer;
}

.c-movie_modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  z-index: 2;
}

.c-movie_modalBtn {
  position: absolute;
  right: 0;
  top: -30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .c-movie_modalBtn {
    /*right: -55px;*/
    width: 50px;
    height: 50px;
  }
}

.c-movie_modalBtn span::before,
.c-movie_modalBtn span::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3B4043;
}

.c-movie_modalBtn span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-movie_modalBtn span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =========================== */
/* component search */
/* =========================== */
.c-search_form {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-search_box {
  outline: 0;
  height: 52px;
  padding: 0 56px 0 20px;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 100px;
  border: 2px solid #44C39E;
  color: #959EA7;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-search_box {
    height: 44px;
    font-size: 1.4rem;
  }
}

.c-search_boxBtn {
  position: absolute;
  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: 52px;
  height: 52px;
  right: 0;
  top: 0;
  background: #44C39E;
  font-weight: bold;
  border: none;
  border-radius: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-search_boxBtn {
    width: 44px;
    height: 44px;
  }
}
.c-search_boxBtn input {
  width: 50%;
}

/* =========================== */
/* component btn */
/* =========================== */
/* .c-btn_style01
=========================================== */
.c-btn_style01 {
  background-color: #44C39E;
  color: #fff;
  padding: 16px 25px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 100px;
}

.c-btn_style01-white {
  background-color: #fff;
  border: 2px solid #44C39E;
  color: #44C39E;
}
.c-btn_style01-white .c-btn_style01Icon svg {
  fill: #44C39E;
}

.c-btn_style01Icon {
  margin-right: 8px;
}

/* =========================== */
/* component mouseover */
/* =========================== */
/* .c-mouseover_shine
=========================================== */
.c-mouseover_shine {
  position: relative;
  overflow: hidden;
}
.c-mouseover_shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.c-mouseover_shine:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* =========================== */
/* component btn */
/* =========================== */
/* .c-icon_login
=========================================== */
.c-icon_dl {
  width: 19px;
  height: 16px;
}

.c-icon_login {
  width: 19px;
  height: 18px;
}

.c-icon_contact {
  width: 23px;
  height: 20px;
}

/* =========================== */
/* component ttl */
/* =========================== */
/* .c-ttl_style01 （ナビのタイトル）
=========================================== */
.c-ttl_style01 {
  color: #44C39E;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-ttl_style01-jp {
    font-size: 3rem;
  }
}

/* .c-ttl_style02 （下層で使われているアルファベット+日本語）
=========================================== */
.c-ttl_style02 {
  color: #44C39E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .c-ttl_style02 {
    font-size: 6.4rem;
    line-height: 1.3;
    margin-bottom: 67px;
  }
}

.c-ttl_style02Sub {
  color: #3B4043;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  margin-top: 2px;
  letter-spacing: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .c-ttl_style02Sub {
    font-size: 1.8rem;
    letter-spacing: 0.5em;
  }
}

/* =========================== */
/* component text */
/* =========================== */
/* .c-text_note
=========================================== */
.c-text_note {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* =========================== */
/* component logo */
/* =========================== */
/* .c-logo
=========================================== */
.c-logo_splashtop {
  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;
  height: 3.4vmin;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-logo_splashtop {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-logo_splashtopLogo {
  display: block;
  position: relative;
  top: -3px;
  width: 70px;
}
@media print, screen and (min-width: 768px) {
  .c-logo_splashtopLogo {
    width: 80.6px;
  }
}

.c-logo_splashtopText {
  font-weight: 500;
  white-space: nowrap;
  margin-right: 6px;
  font-size: 10px;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 768px) {
  .c-logo_splashtopText {
    font-size: 14px;
  }
}

/* =========================== */
/* component article */
/* =========================== */
.c-article:not(:last-of-type) {
  margin-bottom: 64px;
}
@media print, screen and (min-width: 768px) {
  .c-article:not(:last-of-type) {
    margin-bottom: 130px;
  }
}

.c-articleLink {
  display: inline-block;
}

.c-articleLink:hover .c-article_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-article_img {
  position: relative;
  margin-bottom: 37px;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-article_img {
    margin-bottom: 43px;
    border-radius: 32px;
  }
}
.c-article_img img {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article_imgShadow {
  width: 100%;
  height: 100%;
}
.c-article_imgShadow::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  display: block;
  width: 100%;
  background-image: linear-gradient(135deg, #ADDDF9 0, #7CFEBD 100%);
  z-index: -1;
  border-radius: 20px;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768px) {
  .c-article_imgShadow::after {
    right: -15px;
    top: 15px;
    border-radius: 32px;
  }
}

.c-article_date {
  font-size: 1.4rem;
  color: #6F7579;
  display: block;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .c-article_date {
    font-size: 1.6rem;
  }
}

.c-article_heading {
  font-size: 2.2rem;
  margin-bottom: 60px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-article_heading {
    font-size: 3rem;
    margin-bottom: 24px;
  }
}
.c-article_heading.p-blog_articleHeadingBold {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .c-article_heading.p-blog_articleHeadingBold {
    font-size: 2.2rem;
  }
}

.c-article_detail {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-article_detail {
    line-height: 2;
  }
}

.c-article_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 31px;
}
@media print, screen and (min-width: 768px) {
  .c-article_category {
    margin-top: 45px;
  }
}

.c-article_categoryItem {
  margin-bottom: 10px;
}
.c-article_categoryItem:not(:last-child) {
  margin-right: 24px;
}

.c-article_categoryLink {
  display: inline-block;
  color: white;
  background: #4674D4;
  border-radius: 4px;
  font-size: 14px;
  padding: 3px 5px;
  margin: 0 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .c-article_categoryLink {
    margin-left: 25px;
  }
}

.p-blog_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  margin-bottom: 95px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-blog_sns_txt {
  margin-right: 15px;
  font-weight: 700;
}

.p-blog_sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-blog_sns_icon a:not(:first-child) {
  margin-left: 10px;
}

.c-article_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}
@media print, screen and (min-width: 768px) {
  .c-article_tag {
    margin-top: 41px;
  }
}

.c-article_tagLink {
  display: inline-block;
  color: white;
  background: #44C39E;
  border-radius: 18px;
  font-size: 14px;
  padding: 6px 15px 7px 14px;
  margin: 14px 0 0 0;
  line-height: 23px;
}
.c-article_tagLink:not(:last-child) {
  margin-right: 24px;
}

/* =========================== */
/* component service */
/* =========================== */
/* .c-service_intro
=========================================== */
.c-service_sec {
  margin-bottom: 32vmin;
}
@media print, screen and (min-width: 768px) {
  .c-service_sec {
    margin-bottom: 220px;
  }
}

/* .c-service_mv
=========================================== */
.c-service_mvWrap {
  position: relative;
}

.c-service_mv {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_mv {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_mv {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_mvTtlEn {
  color: #007FEB;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.c-service_mvTtlJp {
  color: #007FEB;
  text-align: center;
  display: block;
}

.c-service_mvBtnWrap {
  width: 69.3%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .c-service_mvBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 920px;
    width: 90%;
  }
}

.c-service_mvBtn {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
  .c-service_mvBtn {
    width: 264px;
    font-size: 1.8rem;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.c-service_mvBtn:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-service_mvBtn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-service_mvBtn:not(:last-child) {
    margin-right: 64px;
  }
}

/* .c-service_intro
=========================================== */
.c-service_introWrap {
  padding-top: 26vmin;
}
@media print, screen and (min-width: 768px) {
  .c-service_introWrap {
    padding-top: 220px;
  }
}

.c-service_intro {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_intro {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_intro {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_introTtl {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-service_introTtl {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-service_introTtl-sp {
    display: none;
  }
}
.c-service_introTtl-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-service_introTtl-pc {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_introInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-service_introImg {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-service_introImg {
    width: 44.7%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_introDetail {
    width: 49.4%;
    margin-right: 5.9%;
  }
}

.c-service_introDetailText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-service_introDetailText {
    line-height: 2;
  }
}

/* .c-service_security
=========================================== */
.c-service_security {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_security {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_security {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-service_securityList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-service_securityListItem {
  background: #fff;
  -webkit-box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.1);
  border-radius: 44px;
  padding-right: 5.9%;
  padding-left: 5.9%;
  padding-bottom: 17.3vmin;
}
@media print, screen and (min-width: 1200px) {
  .c-service_securityListItem {
    width: 30.2%;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 70px;
  }
}

.c-service_securityListItem:not(:last-child) {
  margin-bottom: 10.6vmin;
}
@media print, screen and (min-width: 1200px) {
  .c-service_securityListItem:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4.7%;
  }
}

.c-service_securityListImg {
  padding: 18.6vmin 14.5% 10.6vmin;
}
@media print, screen and (min-width: 1200px) {
  .c-service_securityListImg {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 0;
    padding-left: 0;
    max-width: 234px;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-service_securityListDetail {
  margin-bottom: 20px;
}

.c-service_securityListTtl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1200px) {
  .c-service_securityListTtl {
    font-size: 2.8rem;
  }
}

.c-service_securityListText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-service_securityListText {
    line-height: 2;
  }
}

.c-service_securityListBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-service_securityListBtnText {
  font-size: 1.2rem;
  color: #007FEB;
  font-weight: 700;
}
@media print, screen and (min-width: 1200px) {
  .c-service_securityListBtnText {
    font-size: 1.4rem;
  }
}

.c-service_securityListBtnIcon {
  width: 15px;
  height: 14px;
}

/* .c-service_pickup
=========================================== */
.c-service_pickupTtl {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_pickupTtl {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_pickupTtl {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_pickupSecInner {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 19.2vmin;
  padding-bottom: 19.2vmin;
}
@media print, screen and (min-width: 1200px) {
  .c-service_pickupSecInner {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_pickupSecInner {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_pickupSecBox {
  padding-top: 13.3vmin;
  padding-bottom: 13.3vmin;
  padding-right: 5.9%;
  padding-left: 5.9%;
  border-radius: 44px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media print, screen and (min-width: 768px) {
  .c-service_pickupSecBox {
    padding-top: 70px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 70px;
  }
}

.c-service_pickupHeading {
  color: #007FEB;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .c-service_pickupHeading {
    font-size: 4.4rem;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_pickupInner {
    padding-right: 4.55%;
    padding-left: 4.55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-service_pickupDetailHeading {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.8;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-service_pickupDetailHeading {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.c-service_pickupDetailText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-service_pickupDetailText {
    line-height: 2;
  }
}

/* .c-service_reason
=========================================== */
.c-service_reason {
  padding-right: 5.3%;
  padding-left: 5.3%;
  padding-top: 18.6vmin;
}
@media print, screen and (min-width: 1200px) {
  .c-service_reason {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_reason {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_reasonTtl {
  margin-bottom: 65px;
}
@media print, screen and (min-width: 768px) {
  .c-service_reasonTtl {
    margin-bottom: 218px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_reasonListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_reasonListItem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-service_reasonListItem:not(:last-child) {
  margin-bottom: 32vmin;
}
@media print, screen and (min-width: 768px) {
  .c-service_reasonListItem:not(:last-child) {
    margin-bottom: 268px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_reasonListImgArea {
    width: 45.8%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_reasonListTextArea {
    width: 46.5%;
    margin-right: 7.7%;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .c-service_reasonListItem:nth-child(even) .c-service_reasonListTextArea {
    margin-right: 0;
    margin-left: 7.7%;
  }
}

.c-service_reasonListNumber {
  width: 84.2%;
  max-width: 330px;
  margin-bottom: 35px;
}

.c-service_reasonListTtl {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #50A2FD;
  margin-bottom: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media print, screen and (min-width: 768px) {
  .c-service_reasonListTtl {
    font-size: 4rem;
  }
}

.c-service_reasonListDetail {
  margin-bottom: 15px;
}

.c-service_reasonListDetailText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-service_reasonListDetailText {
    line-height: 2;
  }
}

.c-service_reasonListDetailText:not(:last-of-type) {
  margin-bottom: 17px;
}

.c-service_reasonListStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
@media print, screen and (min-width: 1200px) {
  .c-service_reasonListStep {
    margin-bottom: 50px;
  }
}

.c-service_reasonListStepItem {
  width: 23.8%;
  position: relative;
}

.c-service_reasonListStepItem:not(:last-child) {
  margin-right: 14.3%;
}
.c-service_reasonListStepItem:not(:last-child)::after {
  content: "";
  width: 22px;
  height: 15px;
  background: url(../img/service/reason_process_arw01.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 35%;
  right: -43%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_reasonListStepItem:not(:last-child)::after {
    width: 40px;
    height: 27px;
  }
}

.c-service_reasonListStepRound {
  width: 80px;
  height: 80px;
  background-color: #50A2FD;
  border-radius: 50%;
  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;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1200px) {
  .c-service_reasonListStepRound {
    width: 146px;
    height: 146px;
    margin-bottom: 15px;
  }
}

.c-service_reasonListStepRoundText {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1200px) {
  .c-service_reasonListStepRoundText {
    font-size: 1.8rem;
  }
}

.c-service_reasonListStepText {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  color: #50A2FD;
}
@media print, screen and (min-width: 1200px) {
  .c-service_reasonListStepText {
    font-size: 1.9rem;
  }
}

/* .c-service_suggestion
=========================================== */
.c-service_suggestion {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_suggestion {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_suggestion {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_suggestionTtl {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionTtl {
    margin-bottom: 115px;
  }
}

.c-service_suggestionListTtl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #44C39E;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListTtl {
    font-size: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .c-service_suggestionListTtl::before {
    content: "";
    width: 160px;
    height: 1px;
    display: block;
    background-color: #44C39E;
    margin-right: 20px;
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-service_suggestionListItem:nth-child(even) .c-service_suggestionListTtl {
    white-space: nowrap;
    margin-left: -46px;
    position: relative;
    left: 46px;
  }
}

.c-service_suggestionListImgBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  z-index: 120;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListImgBtn {
    display: none;
  }
}
.c-service_suggestionListImgBtn::after {
  display: inline-block;
  background: url(https://www.splashtop.co.jp/assets/images/service/on-prem-img/arrow_table_scroll.svg) 0 0 no-repeat;
  background-size: 6px 11px;
  width: 6px;
  height: 11px;
  top: 271px;
  right: 12px;
  position: absolute;
  content: "";
}

.c-service_suggestionListImgBg {
  margin: auto;
}

.c-service_suggestionListImgWrap {
  width: 100%;
  position: relative;
  margin-left: 0;
}

@media print, screen and (min-width: 768px) {
  .c-service_suggestionListContents {
    width: 79.6%;
  }
}

.c-service_suggestionListContentsInner {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 36px;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListContentsInner {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 52px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_suggestionListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_suggestionListItem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-service_suggestionListItem:not(:last-child) {
  margin-bottom: 34.6vmin;
}

.c-service_suggestionListNumberWrap {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListNumberWrap {
    width: 20.4%;
  }
}
.c-service_suggestionListNumberWrap-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListNumberWrap-pc {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListNumberWrap-sp {
    display: none;
  }
}

.c-service_suggestionListNumber {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
  z-index: 1;
  letter-spacing: 0.12em;
  position: absolute;
  left: -84px;
  top: 108px;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListNumber {
    font-size: 2.4rem;
    left: -44%;
    top: 14%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_suggestionListItem:nth-child(even) .c-service_suggestionListNumber {
    left: auto;
    right: -44%;
    top: 12%;
  }
}

.c-service_suggestionListNumberBar {
  width: 80px;
  height: 1px;
  background: #3B4043;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.c-service_suggestionListImgScroll {
  position: relative;
  overflow-x: scroll;
  padding: 14px 20px;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListImgScroll {
    overflow-x: visible;
    padding: 0;
  }
}

.c-service_suggestionListImg {
  width: 240vw;
  margin-left: 22.4%;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListImg {
    width: 100%;
    margin-left: 0;
  }
}

.c-service_suggestionListHeading {
  line-height: 1.8;
  margin-bottom: 19px;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListHeading {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.c-service_suggestionListDetailText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-service_suggestionListDetailText {
    line-height: 2;
  }
}

.c-service_suggestionListDetailText:not(:last-of-type) {
  margin-bottom: 20px;
}

/* .c-service_main
=========================================== */
.c-service_main {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .c-service_main {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-service_main {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-service_mainTtl {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .c-service_mainTtl {
    margin-bottom: 200px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_mainList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_mainListItem {
    width: 47.65%;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-service_mainListItem {
    width: 30.2%;
  }
}

.c-service_mainListItem:not(:last-child) {
  margin-bottom: 17.3vmin;
}
@media print, screen and (min-width: 768px) {
  .c-service_mainListItem:not(:last-child) {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_mainListItem:not(:nth-child(2n)) {
    margin-right: 4.7%;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-service_mainListItem:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service_mainListItem:not(:nth-of-type(-n+2)) {
    margin-top: 110px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-service_mainListItem:not(:nth-of-type(-n+2)) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-service_mainListItem:not(:nth-child(3n)) {
    margin-right: 4.7%;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-service_mainListItem:not(:nth-of-type(-n+3)) {
    margin-top: 110px;
  }
}

.c-service_mainListHeading {
  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;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D8ACD;
  margin-bottom: 23px;
}
@media print, screen and (min-width: 768px) {
  .c-service_mainListHeading {
    height: 60px;
    margin-bottom: 11px;
  }
}

.c-service_mainListHeadingIcon {
  margin-right: 12px;
}

.c-service_mainListText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .c-service_mainListText {
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .c-service_mainListText {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-sos_licenseBtnIcon {
  width: 24px;
  height: 26px;
  margin-left: 8px;
  margin-right: 0;
  display: inline-block;
  position: relative;
  top: -5px;
}

.c-service_mainListTextNote {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-service_mainListTextNote {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/* =========================== */
/* component header */
/* =========================== */
.c-header {
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-header {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    background-color: #fff;
  }
}

.c-header.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000000;
}

.c-header.is-fixed.is-fixed-hidden {
  position: relative;
}

.c-header_inner {
  padding-bottom: 8px;
  padding-right: 5.3%;
  padding-left: 5.3%;
  position: relative;
  padding-top: 0;
}
@media print, screen and (min-width: 1200px) {
  .c-header_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 30px;
    padding-left: 19px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header.is-fixed .c-header_inner {
    padding-top: 11px;
  }
}

/* .c-header_logo
=========================================== */
.c-header_logo {
  width: 49.2%;
  margin-right: auto;
  margin-left: auto;
  max-width: 165px;
}
@media print, screen and (min-width: 768px) {
  .c-header_logo {
    margin-left: 0;
    margin-right: 0;
    max-width: 200px;
  }
}

.c-header_logoLink {
  display: block;
}

/* .c-header_nav
=========================================== */
.c-header_navArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-header_navArea {
    position: relative;
  }
}

.c-header_nav {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: -100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media print, screen and (min-width: 1180px) {
  .c-header_nav {
    opacity: 1;
    background-color: transparent;
    position: relative;
    height: auto;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    top: 0;
    z-index: 100000;
  }
}

.c-header_nav.is-fade {
  opacity: 1;
  top: 0;
  z-index: 99999999;
  visibility: visible;
}

.c-header_navScroll {
  padding-top: 18.6vmin;
}
@media print, screen and (min-width: 768px) {
  .c-header_navScroll {
    padding-top: 0;
  }
}
@media screen and (max-width: 1179px) {
  .c-header_navScroll {
    overflow-y: scroll;
    /*height: 100vh;*/
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
  }
}

/*.js-noScroll .c-header_navScroll {
	position: fixed;
	top: 0;
	overflow-y: scroll;
    height: 100%;
}*/
.c-header_navList {
  margin-bottom: 40px;
  text-align: center;
  /*@include mq-up(md) {
    margin-bottom: 140px;
    margin-top: 140px;
  }

  @include mq-up(header) {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 82px;
  }*/
  /*@media print, screen and (min-width: 1024px) {
  	margin-top: 80px;
  }*/
}
@media print, screen and (min-width: 768px) {
  .c-header_navList {
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 1180px) {
  .c-header_navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 82px;
  }
}

.c-header_navHamburger {
  position: absolute;
  cursor: pointer;
  z-index: 100000000;
  width: 20px;
  height: 14px;
  right: 20px;
  top: 24px;
  /*@include mq-up(md) {
    right: 96px;
  }*/
}
.c-header_navHamburger.is-none {
  display: none;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navHamburger {
    display: none;
  }
}

.c-header_navHamburgerBar {
  width: 100%;
  height: 2px;
  background-color: #44C39E;
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-header_navHamburgerBar:nth-child(1) {
  top: 0;
}
.c-header_navHamburgerBar:nth-child(2) {
  top: 6px;
}
.c-header_navHamburgerBar:nth-child(3) {
  top: 12px;
  width: 62.5%;
}

.c-header_navHamburger.is-active {
  position: fixed;
}
@media print, screen and (min-width: 768px) {
  .c-header_navHamburger.is-active {
    /*right: 126px;*/
    right: 50px;
    top: 36px;
  }
}
.c-header_navHamburger.is-active .c-header_navHamburgerBar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.c-header_navHamburger.is-active .c-header_navHamburgerBar:nth-child(2) {
  opacity: 0;
  -webkit-animation: active-menu05-bar02 0.8s forwards;
          animation: active-menu05-bar02 0.8s forwards;
}
.c-header_navHamburger.is-active .c-header_navHamburgerBar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  top: 12px;
  width: 100%;
}

@-webkit-keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .c-header_navListItem {
    position: relative;
  }
}
.c-header_navListLink,
.c-header_navPulldownBtn {
  padding-top: 19px;
  padding-bottom: 19px;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navListLink,
.c-header_navPulldownBtn {
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-header_navListLink,
.c-header_navPulldownBtn {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 1180px) {
  .c-header_navListLink {
    position: relative;
  }
  .c-header_navListLink::after {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 6px;
    height: 6px;
    background-color: #44C39E;
    border-radius: 100%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  .c-header_navListLink:hover::after {
    content: "";
    bottom: 0;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

.c-header_navListText {
  font-size: 1.6rem;
  font-weight: 700;
  color: #44C39E;
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navListText {
    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;
    font-size: 1.4rem;
  }
}

.c-header_navTelImg {
  width: 56.7%;
  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;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .c-header_navTelImg {
    width: 25%;
  }
}
@media print, screen and (min-width: 1180px) {
  .c-header_navTelImg {
    width: 240px;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-header_navPulldown {
  display: none;
  background: #44C39E;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldown {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40px;
    width: 198px;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.c-header_navPulldown.contact {
  padding-right: 10.6%;
  padding-left: 10.6%;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldown.contact {
    padding-right: 10%;
    padding-left: 10%;
    width: 265px;
    top: 60px;
  }
}

.c-header_navPulldownList {
  /*padding-right: 10%;
  padding-left: 30%;*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownList {
    padding-right: 10%;
    padding-left: 10%;
    /*width: 265px;*/
  }
}

.c-header_navPulldownBtn {
  cursor: pointer;
}
.c-header_navPulldownBtn::after {
  content: "";
  background: url(../img/common/icon_plus.svg) no-repeat center center/contain;
  width: 11px;
  height: 11px;
  /*display: block;*/
  display: inline-block;
  margin: 3px 0 0 10px;
}
.c-header_navPulldownBtn.is-active::after {
  background: url(../img/common/icon_minus.svg) no-repeat center center/contain;
}

.c-header_navPulldownListItem:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownListItem:not(:last-child) {
    margin-bottom: 16px;
  }
}

.c-header_navPulldownListLink {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownListLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3B4043;
  }
}
.c-header_navPulldownListLink.c-icon_anotherWindow::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%23fff" d="M1.921,12.998C0.841,12.978-0.019,12.086,0,11.006c0,0,0,0,0-0.001v-5.98c-0.02-1.081,0.84-1.973,1.921-1.993h3.362v1.495H1.921c-0.271,0.005-0.486,0.229-0.481,0.5v5.98c-0.006,0.271,0.209,0.494,0.48,0.5c0,0,0.001,0,0.001,0h5.764c0.27-0.005,0.485-0.228,0.48-0.498c0-0.001,0-0.001,0-0.002V7.489h1.441v3.518c0.02,1.081-0.84,1.973-1.92,1.993c0,0,0,0-0.001,0L1.921,12.998z M5.571,6.669c-0.281-0.296-0.281-0.761,0-1.057L9.54,1.494h-2.8C6.346,1.479,6.033,1.155,6.033,0.76C6.019,0.355,6.335,0.015,6.74,0h4.538c0.405,0.008,0.727,0.342,0.72,0.747v4.708c-0.004,0.389-0.311,0.708-0.7,0.727c-0.405,0.004-0.736-0.321-0.74-0.726c0,0,0-0.001,0-0.001v-2.9L6.589,6.673C6.457,6.813,6.273,6.892,6.08,6.892C5.887,6.89,5.703,6.81,5.571,6.669z" /></svg>') no-repeat center center/contain;
  width: 12px;
  height: 13px;
  /*display: block;*/
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownListLink.c-icon_anotherWindow::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%233B4043" d="M1.921,12.998C0.841,12.978-0.019,12.086,0,11.006c0,0,0,0,0-0.001v-5.98c-0.02-1.081,0.84-1.973,1.921-1.993h3.362v1.495H1.921c-0.271,0.005-0.486,0.229-0.481,0.5v5.98c-0.006,0.271,0.209,0.494,0.48,0.5c0,0,0.001,0,0.001,0h5.764c0.27-0.005,0.485-0.228,0.48-0.498c0-0.001,0-0.001,0-0.002V7.489h1.441v3.518c0.02,1.081-0.84,1.973-1.92,1.993c0,0,0,0-0.001,0L1.921,12.998z M5.571,6.669c-0.281-0.296-0.281-0.761,0-1.057L9.54,1.494h-2.8C6.346,1.479,6.033,1.155,6.033,0.76C6.019,0.355,6.335,0.015,6.74,0h4.538c0.405,0.008,0.727,0.342,0.72,0.747v4.708c-0.004,0.389-0.311,0.708-0.7,0.727c-0.405,0.004-0.736-0.321-0.74-0.726c0,0,0-0.001,0-0.001v-2.9L6.589,6.673C6.457,6.813,6.273,6.892,6.08,6.892C5.887,6.89,5.703,6.81,5.571,6.669z" /></svg>') no-repeat center center/contain;
  }
}

.c-header_navPulldownListLink:hover {
  /*color: $color-font-main;*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownListLink:hover {
    color: #44C39E;
  }
}
.c-header_navPulldownListLink:hover.c-icon_anotherWindow::after {
  /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%2344C39E" d="M1.921,12.998C0.841,12.978-0.019,12.086,0,11.006c0,0,0,0,0-0.001v-5.98c-0.02-1.081,0.84-1.973,1.921-1.993h3.362v1.495H1.921c-0.271,0.005-0.486,0.229-0.481,0.5v5.98c-0.006,0.271,0.209,0.494,0.48,0.5c0,0,0.001,0,0.001,0h5.764c0.27-0.005,0.485-0.228,0.48-0.498c0-0.001,0-0.001,0-0.002V7.489h1.441v3.518c0.02,1.081-0.84,1.973-1.92,1.993c0,0,0,0-0.001,0L1.921,12.998z M5.571,6.669c-0.281-0.296-0.281-0.761,0-1.057L9.54,1.494h-2.8C6.346,1.479,6.033,1.155,6.033,0.76C6.019,0.355,6.335,0.015,6.74,0h4.538c0.405,0.008,0.727,0.342,0.72,0.747v4.708c-0.004,0.389-0.311,0.708-0.7,0.727c-0.405,0.004-0.736-0.321-0.74-0.726c0,0,0-0.001,0-0.001v-2.9L6.589,6.673C6.457,6.813,6.273,6.892,6.08,6.892C5.887,6.89,5.703,6.81,5.571,6.669z" /></svg>') no-repeat center center / contain;*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownListLink:hover.c-icon_anotherWindow::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%2344C39E" d="M1.921,12.998C0.841,12.978-0.019,12.086,0,11.006c0,0,0,0,0-0.001v-5.98c-0.02-1.081,0.84-1.973,1.921-1.993h3.362v1.495H1.921c-0.271,0.005-0.486,0.229-0.481,0.5v5.98c-0.006,0.271,0.209,0.494,0.48,0.5c0,0,0.001,0,0.001,0h5.764c0.27-0.005,0.485-0.228,0.48-0.498c0-0.001,0-0.001,0-0.002V7.489h1.441v3.518c0.02,1.081-0.84,1.973-1.92,1.993c0,0,0,0-0.001,0L1.921,12.998z M5.571,6.669c-0.281-0.296-0.281-0.761,0-1.057L9.54,1.494h-2.8C6.346,1.479,6.033,1.155,6.033,0.76C6.019,0.355,6.335,0.015,6.74,0h4.538c0.405,0.008,0.727,0.342,0.72,0.747v4.708c-0.004,0.389-0.311,0.708-0.7,0.727c-0.405,0.004-0.736-0.321-0.74-0.726c0,0,0-0.001,0-0.001v-2.9L6.589,6.673C6.457,6.813,6.273,6.892,6.08,6.892C5.887,6.89,5.703,6.81,5.571,6.669z" /></svg>') no-repeat center center/contain;
  }
}

.c-header_navPulldownContactHeading {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.6;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownContactHeading {
    color: #3B4043;
    margin-bottom: 15px;
  }
}

.c-header_navPulldownContactBtn {
  background-color: #fff;
  color: #44C39E;
  margin-bottom: 20px;
  width: 82.868%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .c-header_navPulldownContactBtn {
    width: 86.2944%;
  }
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownContactBtn {
    background-color: #44C39E;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .c-header_navPulldownContactBtn {
    width: 96.4467%;
  }
}
.c-header_navPulldownContactText {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownContactText {
    color: #3B4043;
  }
}

.c-header_navPulldownBtnClose {
  display: none;
}
@media print, screen and (min-width: 1180px) {
  .c-header_navPulldownBtnClose {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
  }
}

.c-header_navSearch {
  padding-top: 18.6vmin;
  margin-bottom: 40px;
  padding-right: 5.3%;
  padding-left: 5.3%;
  display: none;
}
@media print, screen and (min-width: 1200px) {
  .c-header_navSearch {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-header_navSearch {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_navSearchBox {
    height: 65px;
    border: 2px solid #44C39E;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_navSearchBtn {
    width: 65px;
    height: 65px;
  }
}

/*.c-header_navBtnArea {
  padding-right: 17.35%;
  padding-left: 17.35%;

  @include mq-up(md) {
    display: none;
  }
}

.c-header_navBtnListItem {
  margin-bottom: 30px;
}*/
/* .c-header_menu
=========================================== */
/*.c-header_menu {
  display: none;

  @include mq-up(md) {
    display: block;
  }
}*/
.c-header_menuBtn {
  display: none;
  /*@include mq-up(md) {*/
}
.c-header_menuBtn.is-none {
  display: none;
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuBtn {
    display: block;
    width: 56px;
    height: 56px;
    background: #44C39E;
    border-radius: 4px;
    cursor: pointer;
    z-index: 100000000;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-header_menuBar {
  /*@include mq-up(md) {*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuBar {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .c-header_menuBar:nth-child(1) {
    top: 18px;
  }
  .c-header_menuBar:nth-child(2) {
    top: 26px;
  }
}

.c-header_menuBtn.is-active {
  /*@include mq-up(md) {*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuBtn.is-active {
    position: fixed;
    right: 48px;
    top: 48px;
    background: none;
  }
  .c-header_menuBtn.is-active .c-header_menuBar:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    background: #44C39E;
    width: 20px;
    top: 15px;
    left: 20px;
  }
  .c-header_menuBtn.is-active .c-header_menuBar:nth-child(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    top: 12px;
    background: #44C39E;
    width: 20px;
    top: 27px;
    left: 20px;
  }
  .c-header_menuBtn.is-active .c-header_menuText {
    display: none;
  }
}

.c-header_menuText {
  /*@include mq-up(md) {*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuText {
    max-width: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }
}

.c-header_menuOpen {
  /*@include mq-up(md) {
    visibility: hidden;
    opacity: 0;
    z-index: 99999999;
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: -100%;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: rgba($color-white, 0.9);
    padding-right: 10.4%;
    padding-left: 10.4%;
    padding-top: 100px;

    @include mq-up(lg) {
      display: flex;
      align-items: center;
      padding-top: 0;
    }
  }*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuOpen {
    visibility: hidden;
    opacity: 0;
    z-index: 99999999;
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    padding-right: 10.4%;
    padding-left: 10.4%;
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-header_menuOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}

.c-header_menuOpen.is-fade {
  /*@include mq-up(md) {
    opacity: 1;
    visibility: visible;
    top: 0;
  }*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuOpen.is-fade {
    opacity: 1;
    visibility: visible;
    top: 0;
    /*overflow-y: scroll;
    height: 100%;
    width: 100%;
    position: fixed;*/
  }
}

.c-header_menuLogoArea {
  display: none;
  /*@include mq-up(md) {
   display: inline;
    width: 100%;
  }

  @include mq-up(lg) {
    width: 28.6%;
  }*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuLogoArea {
    display: inline;
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-header_menuLogoArea {
    width: 28.6%;
  }
}

.c-header_menuLogoSplashtop {
  /*@include mq-up(md) {*/
  /*margin-top: 15px;*/
  /*justify-content: center;*/
  /*}*/
  /*@include mq-up(lg) {
    justify-content: flex-start;
  }*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuLogoSplashtop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-header_menuLogoSplashtop {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-header_menuLogoSplashtopLogo {
  /*@include mq-up(md) {
    top: 0;
  }*/
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuLogoSplashtopLogo {
    top: 0;
  }
}

.c-header_menuLogoSplashtopText {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-header_menuLogoSplashtopText {
    /*font-size: 2.0rem;*/
  }
}

.c-header_menuBtnArea {
  padding-right: 17.35%;
  padding-left: 17.35%;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .c-header_menuBtnArea {
    padding-right: 16%;
    padding-left: 16%;
  }
}
@media print, screen and (min-width: 1180px) {
  .c-header_menuBtnArea {
    padding-right: 17.35%;
    padding-left: 17.35%;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-header_menuBtnArea {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 71.4%;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-header_menuBtnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 374px) {
  .c-header_menuBtnArea {
    padding-right: 12%;
    padding-left: 12%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-header_menuLogo {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-header_menuLogo {
    width: 71.5%;
    max-width: 312px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuBtnListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-header_menuBtnListWrap {
    margin-bottom: 0;
    width: 62.9%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-header_menuSearchArea {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .c-header_menuBtnList {
    /*width: 49%;*/
    width: 48%;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-header_menuBtnList {
    width: 45%;
    margin-right: 5%;
  }
}
@media print, screen and (min-width: 1920px) {
  .c-header_menuBtnList {
    width: 35.9%;
    max-width: 245px;
    margin-right: 14.1%;
  }
}

.c-header_menuBtnListItem:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-header_menuBtnListItem:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1600px) {
  .c-header_menuBtnListItem:not(:last-child) {
    margin-bottom: 64px;
  }
}

.c-header_menuBtnListItem:last-child {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-header_menuBtnListItem:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuBtnListBtn {
    width: 100%;
    height: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuBtnListBtnIcon {
    position: relative;
    top: -3px;
  }
}

@media print, screen and (min-width: 1600px) {
  .c-header_menuSearchArea {
    width: 37.1%;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuSearch {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuSearchBox {
    height: 54px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuSearchBtn {
    width: 54px;
    height: 54px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuSearchTagArea {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-header_menuSearchTag {
    color: #44C39E;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 5px;
    display: inline-block;
  }
  .c-header_menuSearchTag:not(:last-child) {
    margin-right: 10px;
  }
}

/* =========================== */
/* component footer */
/* =========================== */
/* .c-footer
=========================================== */
.c-footer {
  background: #6F7579;
  position: relative;
}

.c-footer_inner {
  padding-right: 16%;
  padding-left: 16%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-footer_inner {
    padding-right: 5.3%;
    padding-left: 5.3%;
    max-width: 803px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-footer_inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-footer_logo {
  margin-bottom: 40px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .c-footer_logo {
    margin-bottom: 70px;
  }
}
.c-footer_logo svg {
  width: 82.3%;
  height: 11.6vmin;
  fill: #fff;
}
@media print, screen and (min-width: 768px) {
  .c-footer_logo svg {
    width: 264px;
    height: 50px;
  }
}

.c-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .c-footer_nav {
    margin-bottom: 70px;
  }
}

.c-footer_navList {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-footer_navList {
    margin-bottom: 0;
  }
}
.c-footer_navList.guest, .c-footer_navList.news, .c-footer_navList.contact {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-footer_navList.guest, .c-footer_navList.news, .c-footer_navList.contact {
    display: block;
  }
}

.c-footer_navList:not(:last-of-type) {
  /*@include mq-up(md) {
    margin-right: 11.8%;
  }*/
}
@media print, screen and (min-width: 768px) {
  .c-footer_navList:not(:last-of-type) {
    margin-right: 8%;
  }
}
@media print, screen and (min-width: 1366px) {
  .c-footer_navList:not(:last-of-type) {
    margin-right: 11.8%;
  }
}

.c-footer_navListTtl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-footer_navListTtl {
    margin-bottom: 19px;
  }
}

.c-footer_navListDetail:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-footer_navListDetail:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-footer_navListDetailLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.2rem;
}
.c-footer_navListDetailLink::before {
  content: "";
  background: url(../img/common/arw_style01_next.svg) no-repeat center center/contain;
  width: 10px;
  height: 9px;
  display: block;
  margin-right: 6px;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-footer_navListDetailLink:hover::before {
    background-position: 4px center;
    width: 14px;
    margin-right: 2px;
  }
}

.c-footer_pagetop {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .c-footer_pagetop {
    display: block;
    width: 88px;
    position: absolute;
    right: 50px;
    bottom: 37px;
  }
}

.c-footer_copyright {
  color: #6F7579;
  font-size: 1.2rem;
  color: #CDD6DD;
}
@media print, screen and (min-width: 768px) {
  .c-footer_copyright {
    font-size: 1.4rem;
    text-align: center;
  }
}

/* ========================================
layout
======================================== */
/* =========================== */
/* layout top */
/* =========================== */
.l-top {
  padding-right: 5.3%;
  padding-left: 5.3%;
  margin-bottom: 6vmin;
}
@media print, screen and (min-width: 1200px) {
  .l-top {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-top {
    max-width: 1124px;
    margin-top: 220px;
    margin-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-top_mv {
  margin-bottom: 94px;
  background: url(../img/top/mv_sp.png) 0 0 no-repeat;
  width: 100vw;
  height: calc(100vh - 66.57px);
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-animation: kv-anime 1.6s 0s forwards;
  animation: kv-anime 1.6s 0s forwards;
}
@media print, screen and (min-width: 768px) {
  .l-top_mv {
    margin-bottom: 0;
    background: url(../img/top/mv_pc.png) 0 0 no-repeat;
    width: 100vw;
    height: 56.25vw;
    background-position: 0 0;
    background-size: 100% 100%;
  }
}

@-webkit-keyframes kv-anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.995);
            transform: scale(0.995);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes kv-anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.995);
            transform: scale(0.995);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* =========================== */
/* layout blog */
/* =========================== */
.l-blog {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .l-blog {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-blog {
    max-width: 1124px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* .l-top_fv
=========================================== */
.l-blog_fv {
  background: url(../img/top/mv_bg.gif) repeat center center/21px;
  margin-bottom: 6vmin;
}
@media print, screen and (min-width: 768px) {
  .l-blog_fv {
    margin-bottom: 45px;
  }
}

/* =========================== */
/* layout sos */
/* =========================== */
.l-sos_platforms {
  background: #F5F8FA;
  /*padding-top: $space-vertical-contents-sp;
  padding-bottom: $space-vertical-contents-sp;*/
  padding-top: 72px;
  padding-bottom: 72px;
}
@media print, screen and (min-width: 768px) {
  .l-sos_platforms {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

/* =========================== */
/* layout srs */
/* =========================== */
/* .l-srs_mvBg
=========================================== */
.l-srs_mv {
  background: url(../img/srs/mv_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .l-srs_mv {
    background: url(../img/srs/mv_bg.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: -100px;
  }
}

/* .l-srs_platforms
=========================================== */
.l-srs_remote {
  padding-top: 18.6vmin;
  padding-bottom: 18.6vmin;
}

/* ========================================
Object
======================================== */
/* Project
----------------- */
/* =========================== */
/* project top */
/* =========================== */
/* .p-top_mv
=========================================== */
/*.p-top_mv-pc {
  display: none;

  @include mq-up(md) {
    display: block;
  }
}

.p-top_mv-sp {
  display: block;

  @include mq-up(md) {
    display: none;
  }
}*/
.top_kv {
  width: 100%;
  background: url("../img/top/TOP-KV.jpg") -10.67vw bottom no-repeat;
  position: relative;
  height: 50.4vw;
  margin-top: 39.73vw;
  margin-bottom: 84px;
  background-size: 118.4%;
}
@media print, screen and (min-width: 768px) {
  .top_kv {
    height: 42.4vw;
    margin-top: 8.44vw;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 0;
  }
}

.top_kv img {
  position: absolute;
  max-width: 925px;
  width: calc(100% - 40px);
  top: -20.53vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top_kv img {
    top: -2.76vw;
    left: 14.48vw;
    max-width: none;
    width: 48.18vw;
    right: auto;
    margin: auto;
  }
}

/* .p-top_breadcrumb
=========================================== */
.p-top_breadcrumb {
  margin-bottom: 12vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_breadcrumb {
    margin-bottom: 190px;
  }
}

/* .p-top_intro
=========================================== */
.p-top_intro {
  margin-bottom: 18.6%;
}
@media print, screen and (min-width: 768px) {
  .p-top_intro {
    margin-bottom: 100px;
  }
}

.p-top_introTtl {
  width: 83.5%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9.3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-top_introTtl {
    margin-bottom: 74px;
  }
}

.p-top_introText {
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-top_introText {
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .p-top_introText {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* .p-top_wrapper
=========================================== */
@media print, screen and (min-width: 768px) {
  .p-top_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* .p-top_contents
=========================================== */
.p-top_contents {
  margin-bottom: 85px;
}
@media print, screen and (min-width: 768px) {
  .p-top_contents {
    width: 71.5%;
    margin-right: 7.7%;
    margin-bottom: 510px;
  }
}

/* .p-top_sidenav
=========================================== */
@media print, screen and (min-width: 768px) {
  .p-top_sidenav {
    width: 20.8%;
  }
}

.p-top_sidenavTtl {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavTtl {
    margin-bottom: 20px;
  }
}

.p-top_sidenavSec {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavSec {
    margin-bottom: 34px;
  }
}

.p-top_sidenavSearch {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavSearch {
    display: none;
    margin-bottom: 69px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_sidenavSearchBox {
    border: 1px solid #44C39E;
  }
}

.p-top_sidenavArticleWrap {
  border-top: 1px solid #44C39E;
  border-bottom: 1px solid #44C39E;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticleWrap {
    border-top: none;
    border-bottom: none;
  }
}

.p-top_sidenavArticleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticleLink {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-top_sidenavArticleLink:hover {
  opacity: 0.5;
}

.p-top_sidenavArticle:not(:last-child) {
  border-bottom: 1px solid #CDD6DD;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticle:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 24px;
  }
}

.p-top_sidenavArticleImg {
  width: 28.6%;
  margin-right: 4.6%;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticleImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
  }
}

.p-top_sidenavArticleBody {
  width: 66.8%;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticleBody {
    width: 100%;
  }
}

.p-top_sidenavArticleDetail {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticleDetail {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.p-top_sidenavArticleDate {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavArticleDate {
    display: none;
  }
}

.p-top_sidenavKeyword {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-top_sidenavKeyword {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_sidenavKeywordLink {
    font-size: 1.6rem;
    color: #44C39E;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  .p-top_sidenavKeywordLink:not(:last-child) {
    margin-right: 8px;
  }
}

/* .top_article_btn
=========================================== */
.top_article_btn {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 160px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top_article_btn {
    margin-bottom: 0;
  }
}

.top_article_btn a {
  display: block;
  border-radius: 50px;
  line-height: 50px;
  width: 140px;
  background-color: #44C39E;
  color: #fff;
  font-weight: bold;
  /*padding: 15px 44px;*/
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .top_article_btn a {
    width: 180px;
  }
}

.top_article_btn a:hover {
  opacity: 0.5;
}

/* =========================== */
/* project blog */
/* =========================== */
/* .p-blog_mv
=========================================== */
.p-blog_mv-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-blog_mv-pc {
    display: block;
  }
}

.p-blog_mv-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-blog_mv-sp {
    display: none;
  }
}

/* .p-blog_breadcrumb
=========================================== */
.p-blog_breadcrumb {
  margin-bottom: 12vmin;
}
@media print, screen and (min-width: 768px) {
  .p-blog_breadcrumb {
    margin-top: 24px;
    margin-bottom: 34px;
  }
}

.p-blog_introDate {
  margin-bottom: 10px;
  color: #44C39E;
  font-size: 18px;
  font-weight: 500;
}

/* .p-blog_intro
=========================================== */
.p-blog_intro {
  margin-bottom: 18.6%;
}
@media print, screen and (min-width: 768px) {
  .p-blog_intro {
    margin-bottom: 100px;
  }
}

.p-blog_introTtl {
  width: 83.5%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9.3vmin;
}
@media print, screen and (min-width: 768px) {
  .p-blog_introTtl {
    margin-bottom: 74px;
  }
}

.p-blog_introText {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-blog_introText {
    max-width: 820px;
    font-size: 36px;
  }
}

.p-blog_introText .article_h1_s {
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_introText .article_h1_s {
    font-size: 24px;
  }
}

.p-blog_introText .article_h1_s::after {
  content: "\a";
  white-space: pre;
}

.p-blog_articleCategory {
  margin-top: 24px;
}

.p-blog_articleDetail .u-color-green {
  color: #44C39E;
}

.p-blog_articleDetail.mt {
  margin-top: 24px;
}

.p-blog_articleDetail.sml, .p-blog_articleDetail .sml {
  font-size: 14px;
}

.p-blog_articleDetail.point {
  padding-left: 1em;
  position: relative;
}

.p-blog_articleDetail.point::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-blog_articleDetail.indent {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.p-blog_articleBox {
  padding: 52px 30px 26px;
  margin-top: 48px;
  margin-bottom: 60px;
  border: 2px dotted #44C39E;
  border-radius: 6px;
}
.p-blog_articleBox.is-bottom-arrow {
  position: relative;
  margin-bottom: 54px;
}
.p-blog_articleBox.is-bottom-arrow:after {
  content: "";
  position: absolute;
  bottom: -94px;
  left: calc(50% - 90px);
  border-top: 25px solid #44C39E;
  border-right: 90px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 90px solid transparent;
}

.p-blog_articleBoxItem_ttl {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.p-blog_articleBoxItem {
  margin-bottom: 26px;
}

.p-blog_articleBoxItem_desc {
  padding-left: 18px;
}

.c-article_inner_img.p-blog_articleImg {
  margin-bottom: 105px;
}

.p-blog_articleHeading {
  border-bottom: 4px solid #44C39E;
}

.p-blog_articleHeading.mt {
  margin-top: 80px;
}

.p-blog_articleBoxItem_numList {
  list-style: decimal;
  padding-left: 35px;
  line-height: 1.8;
}
.p-blog_articleBoxItem_numList li {
  margin-bottom: 10px;
}

h3.h3_text {
  color: #44C39E;
  margin: 40px 0 16px;
}

h3.h3_check {
  margin-top: 40px;
  padding-left: 24px;
  position: relative;
}

h3.h3_check::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 16px;
  height: 10px;
  border-bottom: solid 4px #44C39E;
  border-left: solid 4px #44C39E;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

h3.h3_text.h3_step {
  margin: 44px 0 16px;
}

h3.h3_text.h3_step span.step {
  display: block;
  background-color: #44C39E;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  padding: 3px 0;
  margin-bottom: 6px;
  width: 88px;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}

h4.h4_brackets {
  margin: 28px 0 6px;
  display: inline-block;
}

h4.h4_brackets::before {
  content: "＜";
  padding-right: 0.2em;
}

h4.h4_brackets::after {
  content: "＞";
  padding-left: 0.2em;
}

.article_link, .url_wrap a {
  color: #0D6DC0;
}

.article_link.source {
  font-size: 14px;
  letter-spacing: -0.5px;
}

.article_link:hover, .url_wrap a:hover {
  text-decoration: underline;
}

.article_source {
  margin: 80px 0 100px;
}

.article_source h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 0.5em;
  color: #444;
  border-bottom: 1px solid #444;
}

/*.article_source table tr td {
	vertical-align: top;
	font-size: 14px;
	min-height: 22px;
}
.article_source table tr td.no {
	font-size: 14px;
	width: 36px;
}
.article_source table tr td a {
	font-size: 14px;
	color: #0D6DC0;
}
.article_source table tr td a:hover {
	text-decoration: underline;
}
.article_source table tr td a.pdf_link {
	padding-right: 12px;
}
.article_source table tr td a.pdf_link::after {
	content: "";
	width: 13px;
	height: 16px;
	display: inline-block;
	background: url("../img/common/icon_pdf.svg") 0 0 no-repeat;
	background-size: 13px 16px;
}

.article_source p {
	font-size: 14px;
	margin: 0 0 8px;
}
.article_source p span {
	width: 36px;
	display: inline-block;
}
.article_source p a {
	color: #0D6DC0;
	font-size: 14px;
	display: inline-block;
	text-indent: -3em;
	padding-left: 3em;
}
.article_source p a:hover {
	text-decoration: underline;
}
.article_source p a.pdf_link {
	padding-right: 12px;
}
.article_source p a.pdf_link::after {
	content: "";
	width: 13px;
	height: 16px;
	display: inline-block;
	background: url("../img/common/icon_pdf.svg") 0 0 no-repeat;
	background-size: 13px 16px;
}*/
.article_source dt {
  float: left;
  width: 36px;
  line-height: 24px;
  font-size: 14px;
}

.article_source dd {
  margin-left: 36px;
  margin-bottom: 8px;
}

.article_source dd a {
  color: #0D6DC0;
  font-size: 14px;
  line-height: 24px;
}

.article_source dd a:hover {
  text-decoration: underline;
}

.article_source dd a.pdf_link {
  padding-right: 12px;
}

.article_source dd a.pdf_link::after {
  content: "";
  width: 13px;
  height: 16px;
  display: inline-block;
  background: url("../img/common/icon_pdf.svg") 0 0 no-repeat;
  background-size: 13px 16px;
}

blockquote.mradj {
  margin-top: 0;
  margin-right: 0;
}

.article_example {
  margin: 12px 0 12px 0;
  padding: 12px;
  border: dotted 1px #44C39E;
  border-radius: 24px;
}
@media print, screen and (min-width: 768px) {
  .article_example {
    margin: 12px 0 12px 24px;
  }
}

.article_example .example_text {
  color: #44C39E;
  font-weight: bold;
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .p-blog_articleDetail.example_pl {
    padding-left: 24px;
  }
}

.article_sourceimg img {
  max-width: 100%;
  width: auto;
  margin: 12px 0;
}

.article_itembox {
  margin: 24px 0;
  padding: 12px;
  border: dotted 1px #44C39E;
  border-radius: 24px;
}

.article_itembox h3 {
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
}

.article_itembox h3::before {
  content: "＜";
  padding-right: 0.2em;
}

.article_itembox h3::after {
  content: "＞";
  padding-left: 0.2em;
}

.article_itembox p {
  padding-left: 1em;
  position: relative;
}

.article_itembox p::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "●";
  color: #44C39E;
}

.editorsnote {
  margin: 60px 0 0;
  padding: 12px;
  border: dotted 1px #44C39E;
  border-radius: 24px;
}

.editorsnote h2 {
  font-size: 15px;
  color: #44C39E;
  margin-bottom: 6px;
}

.editorsnote h2::before {
  content: "（";
}

.editorsnote h2::after {
  content: "）";
}

.editorsnote p {
  font-size: 15px;
}

/* .p-blog_wrapper
=========================================== */
@media print, screen and (min-width: 768px) {
  .p-blog_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* .p-blog_contents
=========================================== */
.p-blog_contents {
  margin-bottom: 85px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_contents {
    width: 71.5%;
    margin-right: 7.7%;
    margin-bottom: 510px;
  }
}

/* .p-blog_sidenav
=========================================== */
@media print, screen and (min-width: 768px) {
  .p-blog_sidenav {
    width: 20.8%;
  }
}

.p-blog_sidenavTtl {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavTtl {
    margin-bottom: 20px;
  }
}

.p-blog_sidenavSec {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavSec {
    margin-bottom: 34px;
  }
}

.p-blog_sidenavSearch {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavSearch {
    display: block;
    margin-bottom: 69px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-blog_sidenavSearchBox {
    border: 1px solid #44C39E;
  }
}

.p-blog_sidenavArticleWrap {
  border-blog: 1px solid #44C39E;
  border-bottom: 1px solid #44C39E;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticleWrap {
    border-blog: none;
    border-bottom: none;
  }
}

.p-blog_sidenavArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-blog: 35px;
  padding-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticle {
    display: block;
    padding-blog: 0;
    padding-bottom: 0;
  }
}

.p-blog_sidenavArticle:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CDD6DD;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticle:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 24px;
  }
}

.p-blog_sidenavArticleImg {
  width: 28.6%;
  margin-right: 4.6%;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticleImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
  }
}

.p-blog_sidenavArticleBody {
  width: 66.8%;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticleBody {
    width: 100%;
  }
}

.p-blog_sidenavArticleDetail {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticleDetail {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.p-blog_sidenavArticleDate {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavArticleDate {
    display: none;
  }
}

.p-blog_sidenavKeyword {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-blog_sidenavKeyword {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .p-blog_sidenavKeywordLink {
    font-size: 1.6rem;
    color: #44C39E;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 500;
  }
}

@media print, screen and (min-width: 768px) {
  .p-blog_sidenavKeywordLink:not(:last-child) {
    margin-right: 8px;
  }
}

.p-blog_sidenavSearch {
  display: none;
}

.p-blog_recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
}
@media print, screen and (min-width: 768px) {
  .p-blog_recommend {
    margin-top: 0;
  }
}

.p-blog_recommend_thumb img {
  border-radius: 10px;
}

.p-blog_recommend_item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-blog_recommend_item {
    width: 48%;
  }
}

.p-blog_recommend_item:not(:last-child) {
  margin-bottom: 40px;
}

.p-blog_recommend_date {
  color: #44C39E;
  font-size: 16px;
  margin: 16px 0 2px;
}

/* =========================== */
/* project sos */
/* =========================== */
/* .p-sos_mv
=========================================== */
.p-sos_mv {
  padding-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_mv {
    padding-top: 45px;
  }
}

.p-sos_mvTtl {
  margin-bottom: 43vw;
}
@media print, screen and (min-width: 768px) {
  .p-sos_mvTtl {
    margin-bottom: 7.8vw;
  }
}

.p-sos_mvTtlMain {
  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;
  margin-bottom: 28px;
}

.p-sos_mvTtlLogo {
  width: 51px;
  height: 51px;
  display: block;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_mvTtlLogo {
    width: 98px;
    height: 98px;
    margin-right: 35px;
  }
}

.p-sos_mvTtlEn {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .p-sos_mvTtlEn {
    font-size: 5.2rem;
  }
}

.p-sos_mvTtlJp {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .p-sos_mvTtlJp {
    font-size: 3.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-sos_mvBtnWrap {
    position: relative;
  }
}

.p-sos_mvImg {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../img/sos/mv_sos_sp.png) center 50% no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .p-sos_mvImg {
    width: 100%;
    height: 100vh;
    background: url(../img/sos/mv_sos_pc.png) center bottom no-repeat;
    background-size: 100% auto;
  }
}

/* .p-sos_pickupSec
=========================================== */
.p-sos_pickupSec.ar {
  background: url(../img/sos/pickup_ar_bg01.png) no-repeat center center/cover;
  background-attachment: fixed;
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.ar .p-sos_pickupImg {
    width: 48.9%;
    margin-right: 2%;
    margin-top: -14px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.ar .p-sos_pickupDetail {
    width: 49.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.ar .p-sos_pickupHeading {
    margin-bottom: 76px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.ar .p-sos_pickupSecBox {
    padding-bottom: 180px;
  }
}
.p-sos_pickupSec.voice {
  background: url(../img/sos/pickup_voicecall_bg01.png) no-repeat center center/cover;
  background-attachment: fixed;
}
.p-sos_pickupSec.voice .p-sos_pickupDetail {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.voice .p-sos_pickupDetail {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.voice .p-sos_pickupHeading {
    margin-bottom: 46px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.voice .p-sos_pickupDetailWrap {
    padding-right: 9.2%;
    padding-left: 9.2%;
  }
}
.p-sos_pickupSec.teams {
  background: url(../img/sos/pickup_teams_bg01.png) no-repeat center center/cover;
  background-attachment: fixed;
}
.p-sos_pickupSec.teams .p-sos_pickupDetail {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.teams .p-sos_pickupDetail {
    width: 44.8%;
    margin-right: 5.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.teams .p-sos_pickupMovie {
    width: 49.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.teams .p-sos_pickupHeading {
    margin-bottom: 94px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_pickupSec.teams .p-sos_pickupSecBox {
    padding-bottom: 120px;
  }
}

/* .p-sos_platforms
=========================================== */
.p-sos_platforms {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_platforms {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .p-sos_platforms {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-sos_platformsTtl {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platformsTtl {
    margin-bottom: 44px !important;
  }
}

.sos_platforms_intro {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 36px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}

.p-sos_platformsList {
  background-color: #fff;
  border: solid 4px #44C39E;
  border-radius: 44px;
  padding: 60px 20px;
}
@media print, screen and (min-width: 375px) {
  .p-sos_platformsList {
    padding: 72px 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_platformsList {
    border-radius: 60px;
    padding: 40px 20px 40px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-sos_platformsList {
    padding: 60px 40px 60px 40px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platformsList {
    padding: 120px 99px 120px 107px;
  }
}

@media print, screen and (min-width: 768px) {
  .sos_platforms_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sos_platformsListItem {
  /*@include mq-up(md) {
  	width: 26.94%;
  }*/
}
@media print, screen and (min-width: 768px) {
  .p-sos_platformsListItem {
    width: 30%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platformsListItem {
    width: 26.94%;
  }
}

.p-sos_platformsListItem:not(:last-child) {
  margin-bottom: 64px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platformsListItem:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-sos_platformsListImg {
  margin-bottom: 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: 240px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(45deg, rgb(20, 222, 124) 0%, rgb(20, 222, 124) 21%, rgb(25, 190, 119) 21%, rgb(25, 190, 119) 37%, rgb(30, 158, 113) 37%, rgb(30, 158, 113) 46%, rgb(35, 126, 108) 46%, rgb(35, 126, 108) 53%, rgb(39, 94, 103) 53%, rgb(39, 94, 103) 59%, rgb(44, 62, 97) 59%, rgb(44, 62, 97) 77%, rgb(49, 30, 92) 77%, rgb(49, 30, 92) 100%);
}
@media print, screen and (min-width: 375px) {
  .p-sos_platformsListImg {
    width: 271px;
    height: 271px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sos_platformsListImg {
    width: 18.82vw;
    height: 18.82vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platformsListImg {
    margin-bottom: 48px;
    width: 271px;
    height: 271px;
  }
}

.p-sos_platformsListImgText {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .p-sos_platformsListImgText.img_autotask {
    width: 14.29vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platformsListImgText.img_autotask {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-sos_platformsListImgText.img_zendesk {
    width: 12.84vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platformsListImgText.img_zendesk {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-sos_platformsListImgText.img_teams {
    width: 9.5vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platformsListImgText.img_teams {
    width: auto;
  }
}

.p-sos_platformsListDetail {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  /*@include cmn-text-lineHight;*/
}

@media print, screen and (min-width: 768px) {
  .p-sos_platformsListDetail.ls30 {
    letter-spacing: -0.03em;
  }
}

.p-sos_platforms h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 36px;
  padding-bottom: 16px;
  margin: 72px 0 0;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platforms h3 {
    text-align: left;
    line-height: normal;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-sos_platforms h3 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-sos_platforms h3 {
    font-size: 28px;
    margin: 110px 0 0;
  }
}

.p-sos_platforms h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #44C39E;
  width: 72px;
  height: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platforms h3::after {
    width: 100%;
  }
}

.p-sos_platforms h3 span::before {
  content: "\a";
  white-space: pre;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platforms h3 span::before {
    content: "";
    white-space: normal;
  }
}

.p-sos_platforms .sos_platforms_others {
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: 260px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platforms .sos_platforms_others {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-sos_platforms .sos_platforms_others {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 1366px) {
  .p-sos_platforms .sos_platforms_others {
    margin-top: 34px;
  }
}

.p-sos_platforms .sos_platforms_others li {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.073em;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platforms .sos_platforms_others li {
    margin-bottom: 0;
    font-size: 21px;
    letter-spacing: normal;
    padding-left: 27px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-sos_platforms .sos_platforms_others li {
    font-size: 24px;
    letter-spacing: 0.073em;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1366px) {
  .p-sos_platforms .sos_platforms_others li {
    font-size: 30px;
  }
}

.p-sos_platforms .sos_platforms_others li:last-child {
  margin-bottom: 0;
}

.p-sos_platforms .sos_platforms_others li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  background: url("../img/sos/platforms_others.svg") 0 0 no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 768px) {
  .p-sos_platforms .sos_platforms_others li::before {
    top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-sos_platforms .sos_platforms_others li::before {
    top: -2px;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 1366px) {
  .p-sos_platforms .sos_platforms_others li::before {
    top: 2px;
  }
}

/* .p-sos_licenseTtl
=========================================== */
.p-sos_licenseTtl {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_licenseTtl {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .p-sos_licenseTtl {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-sos_licenseBg {
  padding-top: 19.2vmin;
  padding-bottom: 19.2vmin;
  background: url(../img/sos/license_bg01.png) no-repeat center center/cover;
  background-attachment: fixed;
}

.p-sos_licenseListWrap {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_licenseListWrap {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .p-sos_licenseListWrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-sos_licenseList {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_licenseList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}

.p-sos_licenseListItem {
  padding-top: 18.6vmin;
  padding-bottom: 16vmin;
  background: #fff;
  border-radius: 44px;
  padding-right: 5.9%;
  padding-left: 5.9%;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_licenseListItem {
    width: 30.2%;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-sos_licenseListItem:not(:last-child) {
  margin-bottom: 10.6vmin;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_licenseListItem:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4.7%;
  }
}

.p-sos_licenseListItemImg {
  margin-bottom: 16vmin;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_licenseListItemImg {
    margin-bottom: 30px;
  }
}

.p-sos_licenseListBtn {
  background-color: #FEDB35;
  font-size: 2.2rem;
  color: #3B4043;
}
@media print, screen and (min-width: 768px) {
  .p-sos_licenseListBtn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-sos_licenseBtn {
  margin-top: 40px;
  max-width: 342px;
  margin-right: auto;
  margin-left: auto;
  background-color: #007FEB;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-sos_licenseBtn:hover {
  opacity: 0.5;
}

.p-sos_licenseTextNote {
  text-align: right;
  font-weight: 500;
}

.p-sos_info {
  padding: 120px 0;
  background: #F0F3F5;
}

.p-sos_info_ttl,
.p-sos_info_list {
  max-width: 1197px;
  margin: 0 auto;
}

.p-sos_info_ttl {
  margin-bottom: 70px;
  font-size: 20px;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_info_ttl {
    font-size: 36px;
  }
}

.p-sos_info_list {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .p-sos_info_list {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-sos_info_list_item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 16px;
}

.p-sos_info_list_item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_info.svg);
  background-size: 100% 100%;
}

/* =========================== */
/* project srs */
/* =========================== */
/* .p-srs_mv
=========================================== */
.p-srs_mv {
  padding-top: 10.6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-srs_mv {
    padding-top: 13%;
  }
}

.p-srs_mvTtl {
  text-align: center;
}

.p-srs_mvTtlEn {
  font-size: 2.4rem;
  margin-bottom: 11px;
  display: block;
  color: #fff;
  letter-spacing: 0.07em;
}
@media print, screen and (min-width: 768px) {
  .p-srs_mvTtlEn {
    font-size: 5.2rem;
    margin-bottom: 25px;
  }
}

.p-srs_mvTtlJp {
  font-size: 1.8rem;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-srs_mvTtlJp {
    font-size: 3.8rem;
  }
}

.p-srs_mvImg {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-srs_mvImg {
    display: block;
    width: 46.25%;
    position: absolute;
    bottom: -21%;
    left: 0;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .p-srs_mvBtnWrap {
    top: 48vw;
    bottom: auto;
    left: auto;
    right: 2.08%;
    -webkit-transform: none;
    transform: none;
  }
}

/* .p-srs_reason
=========================================== */
.p-srs_reasonListStep {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_reasonListStep {
    margin-top: 47px;
  }
}

/* .p-srs_pickupSec
=========================================== */
.p-srs_pickupSec.administration {
  background: url(../img/srs/pickup_administration_bg01.png) no-repeat center center/cover;
  background-attachment: fixed;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.administration .p-srs_pickupSecBoxTtl {
    text-align: center;
  }
}
.p-srs_pickupSec.administration .p-srs_pickupSecBoxHeaging {
  text-align: center;
}
.p-srs_pickupSec.administration .p-srs_pickupDetailText:not(:last-of-type) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.administration .p-srs_pickupDetailText:not(:last-of-type) {
    margin-bottom: 13px;
  }
}
.p-srs_pickupSec.administration .p-srs_pickupSecBox {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.administration .p-srs_pickupSecBox {
    width: 45.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.administration .p-srs_pickupSecInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-srs_pickupSec.administration .p-srs_pickupSecBoxImg {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.administration .p-srs_pickupSecBoxImg {
    width: 45.8%;
    margin-right: 8.4%;
  }
}
.p-srs_pickupSec.access {
  background: url(../img/srs/pickup_access_bg01.png) no-repeat center center/cover;
  background-attachment: fixed;
}
.p-srs_pickupSec.access .p-srs_pickupDetail {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupDetail {
    width: 44.8%;
    margin-right: 5.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupImg {
    width: 49.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupHeading {
    margin-bottom: 94px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupSecBox {
    padding-bottom: 120px;
  }
}
.p-srs_pickupSec.access .p-srs_pickupDetailBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupDetailBtn {
    margin-top: 40px;
  }
}
.p-srs_pickupSec.access .p-srs_pickupDetailBtn:hover {
  opacity: 0.5;
}
.p-srs_pickupSec.access .p-srs_pickupDetailBtnIcon {
  width: 34px;
  height: 34px;
  background-color: #44C39E;
  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;
  border-radius: 50%;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupDetailBtnIcon {
    width: 64px;
    height: 64px;
    margin-left: 20px;
  }
}
.p-srs_pickupSec.access .p-srs_pickupDetailBtnIcon svg {
  width: 12px;
  height: 13px;
  fill: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-srs_pickupSec.access .p-srs_pickupDetailBtnIcon svg {
    width: 24px;
    height: 26px;
  }
}

/* .p-srs_remote
=========================================== */
.p-srs_remote {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .p-srs_remote {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .p-srs_remote {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .p-srs_remoteInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-srs_remoteDetail {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_remoteDetail {
    width: 47.3%;
    margin-right: 5.4%;
    margin-bottom: 0;
  }
}

.p-srs_remoteDetailTtl {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_remoteDetailTtl {
    font-size: 2.8rem;
  }
}

.p-srs_remoteDetailText {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .p-srs_remoteDetailText {
    line-height: 2;
  }
}

.p-srs_remoteDetailText:not(:last-of-type) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_remoteDetailText:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-srs_remoteMovie {
    width: 47.3%;
  }
}

/* .p-srs_suggestion
=========================================== */
.p-srs_suggestionMovie {
  margin-top: 18.6vmin;
}

@media print, screen and (min-width: 768px) {
  .p-srs_suggestionMovieBtnImg {
    max-width: 1087px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* .p-srs_main
=========================================== */
.p-srs_mainTtl {
  margin-bottom: 18.6vmin;
}
@media print, screen and (min-width: 768px) {
  .p-srs_mainTtl {
    margin-bottom: 115px;
  }
}

.p-srs_mainTtlSub {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 64px;
}
@media print, screen and (min-width: 768px) {
  .p-srs_mainTtlSub {
    font-size: 3.6rem;
    margin-bottom: 114px;
  }
}

/* .p-srs_license
=========================================== */
.p-srs_license {
  padding-right: 5.3%;
  padding-left: 5.3%;
}
@media print, screen and (min-width: 1200px) {
  .p-srs_license {
    max-width: 1364px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1600px) {
  .p-srs_license {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-srs_licenseTableWrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-srs_licenseTableWrap {
    overflow: auto;
    white-space: nowrap;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 768px) {
  .p-srs_licenseTableWrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-srs_licenseTableWrap::-webkit-scrollbar {
    height: 5px;
  }
  .p-srs_licenseTableWrap::-webkit-scrollbar-thumb {
    background: #3B4043;
  }
  .p-srs_licenseTableWrap::-webkit-scrollbar-track {
    background: #fff;
  }
}

.p-srs_licenseTable {
  width: 100%;
  margin-left: 5.3%;
}
.p-srs_licenseTable tr:nth-child(even) .p-srs_licenseTableDetail {
  background-color: #CDD6DD;
}
@media print, screen and (min-width: 768px) {
  .p-srs_licenseTable {
    margin-left: 0;
  }
}

.p-srs_licenseTableHeading {
  background-color: #3B4043;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
}

.p-srs_licenseTableHeading:not(:last-child),
.p-srs_licenseTableDetail:not(:last-child) {
  border-right: 1px solid #A2A2A2;
}

.p-srs_licenseTableDetail {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
}
/*# sourceMappingURL=style.css.map */