@charset "UTF-8";
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
  -webkit-animation-name: kf-img-show;
          animation-name: kf-img-show;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.mobile-menu {
  position: fixed;
  left: 80px;
  top: 60px;
  width: 300px;
}

.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.mobile-menu__btn > span {
  background-color: #333;
  display: block;
  width: 35px;
  height: 2px;
  margin-bottom: 5px;
}

.mobile-menu__btn > span:last-child {
  margin-bottom: 0px;
}

.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 200;
}

.mobile-menu__item {
  list-style: none;
  display: block;
  -webkit-transform: translate3d(0, 0, -1000px);
          transform: translate3d(0, 0, -1000px);
  padding: 0 40px 0 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-menu__main {
  padding: 0;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.mobile-menu__link {
  display: block;
  margin-top: 30px;
  color: #333;
  text-decoration: none !important;
}

.menu-open #main-container {
  -webkit-transform: translate(-85vw, 0);
          transform: translate(-85vw, 0);
  -webkit-box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}

.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}

.menu-open .mobile-menu__item {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.menu-open .mobile-menu__item:nth-child(1) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

.menu-open .mobile-menu__item:nth-child(2) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.menu-open .mobile-menu__item:nth-child(3) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.menu-open .mobile-menu__item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.menu-open .mobile-menu__item:nth-child(5) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.menu-open .mobile-menu__btn > span {
  background-color: #eaebe6;
}

.menu-open .mobile-menu__btn > span:nth-child(1) {
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.menu-open .mobile-menu__btn > span:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-18px) scaleX(0);
          transform: translateX(-18px) scaleX(0);
}

.menu-open .mobile-menu__btn > span:nth-child(3) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: translateY(-11px) rotate(-135deg);
          transform: translateY(-11px) rotate(-135deg);
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  font-family: "National 2", ryo-gothic-plusn, sans-serif;
}

.font-sm, .sub-title, p, .about-us__header span, .service__header span, .member__header span, .company-profile__header span, .company-profile__summary dt, .company-profile__summary dd, .page-service__header span, .page-member__header span, .page-contents__header h1 span, .page-news__header span, .page-single h1 span {
  font-size: 14px;
}

.font-md {
  font-size: 17px;
}

.font-lr, .about-us__items span, .page-about__items span, .page-service__title h3, .page-contents__title h3, .page-news__title h3, .page-single__title h3 {
  font-size: 20px;
}

.font-lg, .main-title, .about-us__items em, .page-about__items em, .page-single h1 {
  font-size: 25px;
}

input,
textarea {
  border: solid 1px #e6e6e6;
  color: #777;
  margin-top: 0.4em;
  padding: 0.6em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #e6e6e6;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ccc;
  border-top: solid 1px #ddd;
  font-size: 87.5%;
  line-height: 1;
  padding: 0.9em 1.5em;
  text-shadow: 1px 1px 0 #fff;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ededed;
}

.main-title {
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.sub-title {
  color: #535353;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1,
h2 {
  font-size: 36px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  line-height: 1.8;
  letter-spacing: 1.6px;
}

.content-width, .header__inner, .hero__inner, .about-us__inner, .service__inner, .member__btn, .member__header, .page-about__inner, .page-about__title, .company-profile__inner, .page-service__inner, .page-member__inner, .page-contents__inner, .footer__nav {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main-container {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
  transition: -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
  transition: transform 0.5s, box-shadow 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  z-index: 999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0;
}

.header__nav {
  display: none;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header li {
  margin-left: 60px;
}

.header li > a {
  font-weight: 600;
  color: #333;
  text-decoration: none !important;
  text-transform: uppercase;
}

/******************************************************************

TOPバナー用

******************************************************************/
path {
  fill: red;
}

.hero {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efeded;
}

.hero__title {
  width: 80%;
  max-width: 980px;
}

.hero__title h1 {
  font-size: 60px;
}

.hero__sub-title {
  margin-top: 45px;
}

.hero__sub-title > span {
  font-size: 12px;
}

/******************************************************************

ABOUT US

******************************************************************/
.about-us {
  padding-top: 80px;
}

.about-us__btn {
  text-align: right;
  margin-top: 75px;
}

.about-us__btn span {
  font-size: 23px;
}

.about-us__btn small {
  margin-left: 10px;
  margin-top: 0;
}

.about-us__btn a {
  position: relative;
  color: #333;
  text-decoration: none !important;
  padding-bottom: 5px;
}

.about-us__btn a::before {
  content: "";
  background-color: #2f2725;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.about-us__items ul {
  padding: 0;
}

.about-us__items li {
  list-style: none;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid gray;
}

.about-us__items em {
  font-style: italic;
}

.about-us__items span {
  display: inline-block;
  width: 150px;
  letter-spacing: 2px;
  font-style: italic;
}

.about-us__items p {
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
}

.about-us__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.about-us__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.about-us__header p {
  margin-left: 10px;
}

/******************************************************************

Service Section

******************************************************************/
.service {
  margin-top: 80px;
}

.service__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.service__item-list::before {
  content: "";
  display: block;
  width: 33%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.service__item-list::after {
  content: "";
  display: block;
  width: 33%;
}

.service__img {
  width: 140px;
  height: 140px;
  border: solid 4px #7f7f7f;
  border-radius: 50%;
  position: relative;
}

.service__img img {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service__description {
  text-align: center;
}

.service__description p {
  font-size: 12px;
}

.service__btn {
  text-align: right;
  margin-top: 75px;
}

.service__btn span {
  font-size: 23px;
}

.service__btn small {
  margin-left: 10px;
  margin-top: 0;
}

.service__btn a {
  position: relative;
  color: #333;
  text-decoration: none !important;
  padding-bottom: 5px;
}

.service__btn a::before {
  content: "";
  background-color: #2f2725;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.service__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.service__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

/******************************************************************

Member Section

******************************************************************/
.member {
  margin-top: 80px;
  overflow: hidden;
}

.member__btn {
  text-align: right;
  margin-top: 75px !important;
}

.member__btn span {
  font-size: 23px;
}

.member__btn small {
  margin-left: 10px;
  margin-top: 0;
}

.member__btn a {
  position: relative;
  color: #333;
  text-decoration: none !important;
  padding-bottom: 5px;
}

.member__btn a::before {
  content: "";
  background-color: #2f2725;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.member__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.member__item-list.slick-initialized {
  display: block;
}

.member__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.member__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.member__img {
  width: 170px;
  margin: 0;
}

.member__img > img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

/******************************************************************

About Us Page

******************************************************************/
.page-about {
  height: 100vh;
  display: block;
  background-color: #efeded;
}

.page-about__title {
  padding-top: 80px;
}

.page-about__sub-title {
  margin-top: 45px;
}

.page-about__sub-title > span {
  font-size: 12px;
}

.page-about__items ul {
  padding: 0;
}

.page-about__items li {
  list-style: none;
  padding: 15px 0 5px 0;
  border-bottom: 1px solid gray;
}

.page-about__items em {
  font-style: italic;
}

.page-about__items span {
  letter-spacing: 2px;
  font-style: italic;
}

.page-about__items p {
  padding: 0;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
}

.company-profile {
  margin-top: 80px;
}

.company-profile__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.company-profile__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.company-profile__summary {
  margin-top: 75px;
}

.company-profile__summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid gray;
}

.company-profile__summary dt {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  font-weight: 400;
}

.company-profile__summary dd {
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
}

/******************************************************************

About Us Page

******************************************************************/
.page-service {
  margin-top: 80px;
}

.page-service__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.page-service__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.page-service img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-service img:hover {
  -webkit-filter: none;
          filter: none;
}

.page-service__title {
  padding-top: 64px;
  margin-bottom: 32px;
}

.page-service__title h3 {
  font-weight: 700;
}

.page-member {
  margin-top: 80px;
}

.page-member__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.page-member__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.page-member__item {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.page-member__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.page-member__item-list::before {
  content: "";
  display: block;
  width: 33%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-member__item-list::after {
  content: "";
  display: block;
  width: 33%;
}

.page-member__img {
  width: 100%;
  height: auto;
}

.page-member__img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.page-member__img img:hover {
  -webkit-filter: none;
          filter: none;
}

.page-member__description {
  text-align: center;
}

.page-member__description p {
  font-size: 12px;
}

/*

*/
.page-contents {
  margin-top: 80px;
}

.page-contents__inner .entry-content {
  margin-top: 40px;
}

.page-contents__inner ol {
  list-style: none;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  line-height: 22px;
}

.page-contents__inner ol a {
  color: #333;
  text-decoration: none !important;
}

.page-contents__inner li {
  float: left;
}

.page-contents__inner li:last-child {
  margin-left: 10px;
}

.page-contents__header h1 span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.page-contents__header h1 span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.page-contents__title {
  padding-top: 64px;
  margin-bottom: 32px;
}

.page-contents__title h3 {
  font-weight: 700;
}

.page-contents .wpcf7-text,
.page-contents label,
.page-contents textarea {
  width: 100%;
}

.page-contents form p:last-child {
  text-align: center;
}

.grecaptcha-badge {
	z-index: 999;
}

/******************************************************************

NEWS Page

******************************************************************/
.page-news {
  margin-top: 80px;
}

.page-news__header span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.page-news__header span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.page-news__title {
  padding-top: 32px;
  margin-bottom: 32px;
}

.page-news__title a {
  color: #333;
  text-decoration: none !important;
  text-transform: uppercase;
}

.page-news__title h3 {
  font-weight: 700;
}

.page-news__content {
  padding-top: 32px;
}

.page-news__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  object-fit: cover;
}

/******************************************************************

Single Page

******************************************************************/
.page-single .entry-meta {
  font-size: 10px;
  margin-bottom: 16px;
}

.page-single .entry-meta a {
  color: #333;
  text-decoration: none !important;
}

.page-single .post-thumbnail {
  margin: 20px 0;
}

.page-single h1 span {
  display: block;
  position: relative;
  padding-left: 40px;
}

.page-single h1 span::before {
  content: "";
  height: 1px;
  position: absolute;
  background-color: gray;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 15px;
  margin: auto 0;
}

.page-single__title {
  padding-top: 64px;
  margin-bottom: 32px;
}

.page-single__title h3 {
  font-weight: 700;
}

.post-navigation {
  visibility: hidden;
}

/******************************************************************

Footer Section

******************************************************************/
.footer {
  background-color: #efeded;
  margin-top: 60px;
  padding: 20px 0 20px 0;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__ul :last-child {
  margin-bottom: 30px;
}

.footer__li {
  padding: 0;
  margin-bottom: 10px;
}

.footer__li > a {
  font-size: 12px;
  color: #535353;
}

.footer .logo {
  font-size: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) {
  /******************************************************************

Stylesheet: 480px以上(スマホの横向き)のモニタで適用

******************************************************************/
}

@media (min-width: 600px) {
  /******************************************************************

Stylesheet: 600px以上のタブレットやモニタで適用

******************************************************************/
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-width, .header__inner, .hero__inner, .about-us__inner, .service__inner, .member__btn, .member__header, .page-about__inner, .page-about__title, .company-profile__inner, .page-service__inner, .page-member__inner, .page-contents__inner, .footer__nav {
    width: 90%;
    margin: 0 auto;
    max-width: 1070px;
  }
  .member__inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1070px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .member__header {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .member__slide-wrap {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .member__slide-wrap {
    margin-left: 140px;
  }
  .member__item-list {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .member__item-list.slick-initialized {
    display: block;
  }
  .member__img {
    width: 370px;
  }
  .member__img > img {
    width: 100%;
    height: 100%;
  }
  .header__list > a {
    text-decoration: none;
  }
  .service__item {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    margin: 30px 0 0px 0;
  }
  .page-member__item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-member__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  .page-member__description {
    text-align: center;
  }
  .page-member__description p {
    font-size: 12px;
  }
}

@media (min-width: 960px) {
  /******************************************************************

Stylesheet: 960px以上のモニタで適用

******************************************************************/
  .font-sm, .sub-title, p, .about-us__header span, .service__header span, .member__header span, .company-profile__header span, .company-profile__summary dt, .company-profile__summary dd, .page-service__header span, .page-member__header span, .page-contents__header h1 span, .page-news__header span, .page-single h1 span {
    font-size: 16px;
  }
  .font-md {
    font-size: 19px;
  }
  .font-lr, .about-us__items span, .page-about__items span, .page-service__title h3, .page-contents__title h3, .page-news__title h3, .page-single__title h3 {
    font-size: 23px;
  }
  .font-lg, .main-title, .about-us__items em, .page-about__items em, .page-single h1 {
    font-size: 36px;
  }
  .mb-lg {
    margin-bottom: 150px !important;
  }
  .pb-lg {
    padding-bottom: 150px !important;
  }
  .hero {
    background-image: url(/wp-content/themes/d-pass/images/square_logo_img.svg);
    background-repeat: no-repeat;
    background-position: 85% 32%;
    background-size: 50vw 50vw;
  }
  .page-about {
    background-image: url(/wp-content/themes/d-pass/images/square_logo_img.svg);
    background-repeat: no-repeat;
    background-position: 85% 32%;
    background-size: 50vw 50vw;
  }
  .mobile-menu__btn {
    display: none;
  }
  .header__nav {
    display: block;
  }
  .swiper-slide {
    -webkit-box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
            box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
  }
  .page-service__content {
    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;
  }
  .page-service__texts {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 40px;
  }
  .page-service__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 40px;
  }
  .page-news__content {
    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;
  }
  .page-news__texts {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    padding: 40px;
  }
  .page-news__img {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    padding: 40px 0;
  }
  .page-news__title {
    padding-top: 0;
  }
  .page-member__item {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
  .page-contents .wpcf7-text,
  .page-contents label,
  .page-contents textarea {
    width: 70%;
  }
}

@media (min-width: 1280px) {
  /******************************************************************

Stylesheet: 1280px以上のモニタで適用

******************************************************************/
  .page-about {
    display: block;
    padding: 200px 0 160px;
  }
  .page-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-about__title {
    width: 90%;
    margin: 0 auto;
    max-width: 1070px;
  }
  .page-about__title h1 {
    font-size: 60px;
  }
  .page-about__sub-title > span {
    font-size: 12px;
  }
  .page-about__items {
    padding-right: 100px;
  }
  .page-service__content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /******************************************************************

Stylesheet: Retinaディスプレイで適用

******************************************************************/
  /* 

EXAMPLE 
.icon {
	background: url(images/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

*/
}

@media print {
  /******************************************************************

Stylesheet: プリンタのみに適用

******************************************************************/
}
/*# sourceMappingURL=style.css.map */