@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Kaku+Gothic+New:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  color: #111;
  background-color: #ffffff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  word-wrap: break-word;
  height: 100%;
  opacity: 1 !important;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

.font_garamond {
  font-family: "Cormorant Garamond", serif;
}

.font_raleway {
  font-family: "Raleway", sans-serif;
}

section,
article {
  display: block;
}

img {
  vertical-align: top;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

li {
  list-style-type: none;
}

a {
  color: #0066cc;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover {
  color: #009cb7;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

table td {
  border-collapse: collapse;
}

.clfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* スタート */
.start {
  background: #009cb7;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

.start p img {
  width: 90px;
  height: auto;
}

/* スタート */
#g_navi {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

/*
ヘッダー
-------------------------------------------*/
.main {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 300;
}

.main h1 a img {
  display: block;
  position: absolute;
}

.main .h_btn a {
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: rgb(0, 0, 0);
  letter-spacing: 1px;
}

.main .h_btn a:hover {
  color: #0085b2;
}

.main .h_tel a:hover {
  color: #0085b2;
}

.main .h_tel a {
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 15px;
  width: auto;
  font-weight: lighter;
  letter-spacing: 1px;
}

.main .h_btn a i,
.main .h_tel a i {
  padding-left: 5px;
  padding-right: 5px;
}

#g_navi ul li a.ac_menu {
  cursor: pointer;
  overflow: hidden;
}

#g_navi ul li a.works_ad {
  left: -10px;
}

#g_navi ul li a.about_ad {
  left: 18px;
}

#g_navi ul li a.insta {
  left: -5px;
}

@media screen and (min-width: 960px) {
  /*---------------ヘッダー---------------*/
  .main {
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .main h1 a img {
    top: 30px;
    left: 50px;
    height: 60px;
  }
  .main .h_btn a {
    width: 120px;
    top: 60px;
    right: 240px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    border-right: solid 1px #adadad;
    border-bottom: solid 1px #adadad;
  }
  .main .h_tel a {
    top: 60px;
    width: 160px;
    right: 40px;
    line-height: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-weight: normal;
    border-right: solid 1px #adadad;
    border-bottom: solid 1px #adadad;
  }
  /*--------PCグローバルナビ--------*/
  #g_navi {
    width: 98%;
    padding-left: 160px;
    padding-top: 50px;
    display: block !important;
    height: 50px;
    bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
  }
  #g_navi ul.navi_base {
    width: 98%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #g_navi ul li {
    display: inline;
  }
  #g_navi li a {
    width: 10%;
    padding-top: 15px;
    height: 35px;
    display: block;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    position: relative;
    float: left;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  #g_navi li a:hover,
  #g_navi li a.active,
  #g_navi ul li:hover > a {
    color: #0085b2;
  }
  #g_navi ul li:hover > a.ac_menu,
  #g_navi li a.ac_menu:hover {
    position: relative;
  }
  #g_navi ul li a.contact_ad {
    display: none;
  }
}
/*(/960～)*/
@media screen and (min-width: 1200px) {
  .main .h_btn a {
    right: 5%;
    margin-right: 200px;
  }
  .main .h_tel a {
    right: 5%;
    margin-right: 0px;
  }
  .main h1 a img {
    left: 5%;
    margin-left: 0px;
  }
}
/*(/1200～)*/
@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
    font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /*----------メニューボタン-------------------------------------------*/
  .menu_btn {
    display: block;
    height: 30px;
    width: 40px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 5px;
    right: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .menu_btn:hover {
    cursor: pointer;
  }
  .menu_btn span {
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    background-color: #555;
  }
  .menu_btn span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .menu_btn span.top {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
  .menu_btn span.bottom {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  .menu_btn:hover span.top {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .menu_btn:hover span.bottom {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  }
  .menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
  }
  .menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
  }
  .menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
  }
  /*
  グローバルナビ
  -------------------------------------------*/
  #g_navi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    padding-top: 50px;
    overflow: auto;
    z-index: 3000;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #g_navi ul {
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    margin-bottom: 120px;
  }
  #g_navi ul li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
  }
  #g_navi ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
  }
  #g_navi ul li a {
    color: #111;
    text-decoration: none;
    display: block;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 20px;
    line-height: 22px;
  }
  #g_navi ul li a:hover {
    color: #999;
  }
  body.fixed {
    overflow: hidden;
  }
  .fat-nav__info {
    margin-top: 30px;
    padding-inline: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
    letter-spacing: 0.06em;
  }
  .fat-nav__info p {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    color: #111;
  }
  .fat-nav__info .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: -2px;
  }
  .fat-nav__info .head::after {
    content: "";
    height: 1px;
    width: 100%;
    margin-left: 0.4em;
    border-top: 1px solid rgb(155, 155, 155);
  }
  .fat-nav__info .tel {
    margin-top: 10px;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .fat-nav__info .tel a {
    color: #111;
    text-decoration: none;
  }
  .fat-nav__info .tel a:hover {
    color: #999;
  }
  .fat-nav__info .tel span {
    font-size: 0.5em;
  }
  /*
  ヘッダー
  -------------------------------------------*/
  .sm-slider,
  .sm-slider::after {
    top: 50px !important;
  }
  .main {
    height: 90px;
  }
  .main h1 a img {
    top: 15px;
    left: 25px;
    height: 60px;
  }
  .main .h_btn a {
    width: 120px;
    top: 25px;
    right: 250px;
    line-height: 29px;
    padding-top: 5px;
    font-size: 15px;
  }
  .main .h_tel a {
    top: 25px;
    right: 90px;
    line-height: 29px;
    padding-top: 5px;
    font-size: 15px;
  }
  .main .h_menu {
    display: none;
  }
  .main #info {
    display: none;
  }
}
/*(/～960)*/
@media screen and (max-width: 640px) {
  .main h1 a img {
    top: 20px;
    height: 50px;
  }
  .main .h_btn a {
    width: 50px;
    top: 25px;
    right: 130px;
    font-size: 18px;
    font-weight: lighter;
    border-top-style: none !important;
    border-bottom-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
  }
  .main .h_tel a {
    width: 50px;
    font-size: 18px;
    font-weight: lighter;
    right: 80px;
  }
  .main .h_tel a span,
  .main .h_btn a span {
    display: none;
  }
}
/*(/～640)*/
@media screen and (min-width: 960px) {
  .fat-nav__info {
    display: none;
  }
}
/* メイン */
.l-content {
  position: relative;
  width: 100%;
}

.l-content img {
  max-width: 100%;
  height: auto;
}

/* トップ画像 */
.main-visual {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
}

.main-visual__pic {
  width: 91%;
  height: 100%;
  overflow: hidden;
}

.main-visual__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-visual__copy {
  position: absolute;
  right: calc(9% + 50px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.main-visual__copy span {
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  background-color: #73aac2;
  color: #fff;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  padding: 16px;
}

.hero_scroll {
  position: absolute;
  right: 3.90625vw;
  bottom: 8px;
  width: 20px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero_scroll_line {
  display: block;
  width: 1px;
  height: 160px;
  background-color: #000;
  position: relative;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: arrow01 5s ease-in-out infinite forwards;
          animation: arrow01 5s ease-in-out infinite forwards;
}

@-webkit-keyframes arrow01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  85% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes arrow01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  85% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
.hero_scroll_line::after {
  content: "";
  display: block;
  width: 6px;
  height: 15px;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) scale(1, 1);
          transform: rotate(45deg) scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  bottom: 3px;
  right: -1.5px;
  -webkit-animation: arrow02 5s ease-in-out infinite forwards;
          animation: arrow02 5s ease-in-out infinite forwards;
}

@-webkit-keyframes arrow02 {
  0% {
    -webkit-transform: rotate(45deg) scale(1, 0);
            transform: rotate(45deg) scale(1, 0);
  }
  45% {
    -webkit-transform: rotate(45deg) scale(1, 0);
            transform: rotate(45deg) scale(1, 0);
  }
  55% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
  }
  85% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
    opacity: 0;
  }
}

@keyframes arrow02 {
  0% {
    -webkit-transform: rotate(45deg) scale(1, 0);
            transform: rotate(45deg) scale(1, 0);
  }
  45% {
    -webkit-transform: rotate(45deg) scale(1, 0);
            transform: rotate(45deg) scale(1, 0);
  }
  55% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
  }
  85% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(45deg) scale(1, 1);
            transform: rotate(45deg) scale(1, 1);
    opacity: 0;
  }
}
.hero_scroll_ico {
  margin-left: 5px;
  font-size: 9px;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 34px;
}

@media screen and (max-width: 640px) {
  .main-visual__copy {
    position: absolute;
    right: 50px;
    top: 25%;
    padding: 15px 15px 15px 15px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-size: 18px;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    background: #ffffff;
    font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
  .hero_scroll {
    position: absolute;
    right: 4.8vw;
    bottom: -1.9002375297vw;
    width: 18px;
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero_scroll_line {
    display: block;
    width: 1px;
    height: 110px;
    background-color: #000;
    position: relative;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation: arrow01 5s ease-in-out infinite forwards;
            animation: arrow01 5s ease-in-out infinite forwards;
  }
  .hero_scroll_ico {
    display: block;
    margin-left: 6px;
    font-size: 7.5px;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 14px;
  }
}
@media screen and (max-width: 420px) {
  .main-visual__inner {
    position: absolute;
    top: 0px;
    width: 70%;
    height: 100vh;
    z-index: 10;
  }
  .main-visual__pic img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65% 100%;
       object-position: 65% 100%;
  }
  .main-visual__pic {
    position: absolute;
    width: 80%;
    height: 100vh;
    overflow: hidden;
    margin-right: auto;
    margin-left: 0;
    z-index: 0;
  }
  .main-visual__copy {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
    top: 25%;
    padding: 15px 15px 15px 15px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-size: 15px;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    background: #ffffff;
    font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
  .hero_scroll {
    position: absolute;
    right: 4.8vw;
    bottom: -2.1333333333vw;
    width: 18px;
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* トップ画像 */
section {
  width: 100%;
  margin: 0 auto;
  padding-top: 140px;
}

.section--404 {
  padding-bottom: 100px;
}

.section__inner {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

.section__title {
  margin-bottom: 60px;
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直中心 */
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}

.section__title--privacy {
  white-space: nowrap;
}

.section__title span {
  padding-top: 5px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.section__title::before {
  content: "";
  width: 8em; /* 線の長さ */
  height: 1px;
  background-color: #000;
  margin-right: 0.6em;
}

@media screen and (max-width: 768px) {
  .section__title {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 垂直中心 */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section__title::before {
    display: none;
  }
  .section__title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: -5px;
  }
}
.section__title--white::after {
  background-color: #fff;
}

/* service */
.service__beneath {
  background-color: #009cb7;
  padding-bottom: 60px;
  padding-top: 50px;
  margin-bottom: -70px;
}

@media screen and (max-width: 960px) {
  .service__beneath {
    background-color: #009cb7;
    padding-bottom: 30px;
    padding-top: 50px;
    margin-bottom: -70px;
  }
}
.section--service__back::after {
  content: "";
  background: #009cb7;
  width: 100vw;
  height: 90px;
  display: block;
  position: absolute;
  z-index: -1;
  margin-top: -50px;
}

@media screen and (min-width: 1300px) {
  .section--service__back::after {
    content: "";
    background: #009cb7;
    width: 100vw;
    height: 90px;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .section--service__back::after {
    content: "";
    background: #009cb7;
    width: 100vw;
    height: 90px;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1218px) {
  .section--service__back::after {
    content: "";
    background: #009cb7;
    width: 100vw;
    height: 70px;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1118px) {
  .section--service__back::after {
    content: "";
    background: #009cb7;
    width: 100vw;
    height: 60px;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .section--service__back::after {
    content: "";
    background: #009cb7;
    width: 100vw;
    height: 90px;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .section--service__back::after {
    content: "";
    background: #009cb7;
    width: 100vw;
    height: 90px;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
  }
}
.section--service__main {
  text-align: left;
}

.section--service__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--service__txt {
  width: 60%;
  margin-right: 40px;
}

.section--service__sub-title {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.048em;
  font-weight: normal;
}

.top-service__text {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.section--service__pic {
  margin: 0 0 0 auto;
}

.section--service__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_back {
  top: 0px;
  background-color: white;
  padding-top: 70px;
}

.section--service_sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
}

.service_sub {
  display: block;
  color: rgb(255, 255, 255);
  width: 50%;
  text-align: left;
  margin-left: 10%;
  margin-right: 3em;
}

.sub_inner h3 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: normal;
}

.sub_inner p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
}

.service--list {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
  color: #eee;
  width: 80%;
  max-width: 1180px;
}

.service--list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px;
}

.service--list ul li {
  margin-right: 0%;
  margin-bottom: 10px;
}

.service--list ul li img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1040px) {
  .section--service__sub-title {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: normal;
  }
  .top-service__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 26px;
  }
  .sub {
    position: relative;
    color: rgb(255, 255, 255);
    width: 50%;
  }
  .sub_inner h3 {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: normal;
  }
  .sub_inner p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
  }
}
@media screen and (max-width: 960px) {
  .section--service__main__inner {
    display: inline;
  }
  .section--service__pic {
    position: relative;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    right: 0px;
  }
  .section--service__pic img {
    height: 30em;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section--service__txt {
    width: 100%;
  }
  .sub_back {
    padding-top: 80px;
    width: 100%;
  }
  .service_sub {
    display: block;
    color: rgb(255, 255, 255);
    width: 82%;
    text-align: left;
    margin-left: 10%;
    margin-right: 3em;
  }
  .section--service__sub-txt {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .section--service {
    padding-top: 60px;
  }
  .section--service__main__inner {
    display: inline;
  }
  .section--service__main {
    text-align: left;
    margin: auto;
    width: 80%;
  }
  .section--service__sub-title {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: normal;
  }
  .section--service__txt {
    width: 100%;
  }
  .top-service__text {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .service--list {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    color: #eee;
    width: 80%;
    max-width: 1180px;
  }
  .sub {
    width: 100%;
  }
  .section--service__pic {
    position: relative;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
    right: 0px;
  }
  .section--service__pic img {
    height: 20em;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service_sub {
    display: block;
    color: rgb(255, 255, 255);
    width: 82%;
    text-align: left;
    margin-left: 10%;
    margin-right: 3em;
  }
  .sub_back {
    padding-top: 60px;
    width: 100%;
  }
  .sub_inner h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
  }
  .sub_inner p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .service--list ul p {
    font-size: 13px;
  }
}
.service--maker {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  color: #eee;
  width: 80%;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box1 {
  height: auto;
  background-color: rgb(186, 225, 240);
  padding: 40px;
  width: 52%;
  margin-right: 2%;
}

.box2 {
  height: auto;
  padding: 10px;
  width: 44%;
}

.box2_inner {
  display: table-cell;
  vertical-align: center;
}

.box2 img {
  height: 100px;
  width: auto;
  display: block;
  margin-right: 20px;
}

.box2 li:first-child {
  margin-bottom: 40px;
}

.box2_inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box2_inner p {
  text-align: left;
  font-size: 14px;
  color: #000000;
}

.box2_inner h3 {
  text-align: left;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.text {
  padding: 13px 0;
  vertical-align: middle;
}

.text h1 {
  font-size: 16px;
  margin-bottom: 6px;
  text-align: left;
  color: #000000;
}

.box1_inner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  list-style: none;
  margin: auto;
  margin-top: 10px;
}

.box1 img {
  width: auto;
  height: 1.8em;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  margin-right: 30px;
  mix-blend-mode: multiply;
}

.maker_title {
  display: block;
  margin: auto auto 20px auto;
  position: relative;
  width: 98%;
  height: 20px;
  border: solid 1px #000000;
  padding: 5px;
}

.maker_title p {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  width: 100%;
  top: 8%;
  left: 0%;
  position: absolute;
}

.etc img {
  width: auto;
  height: 1.2em;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .box1 {
    height: auto;
    background-color: rgb(186, 225, 240);
    margin: auto;
    margin-bottom: 20px;
    width: auto;
  }
  .box1_inner {
    display: block;
  }
  .box2 {
    height: auto;
    width: auto;
    vertical-align: middle;
  }
  .text {
    padding: 10px 0;
    vertical-align: middle;
  }
  .box2 img {
    width: auto;
    height: 5em;
  }
  .box2_inner {
    padding: 0;
    display: block;
  }
  .box2_inner li:first-child {
    margin-right: 0px;
  }
  .box2_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin: auto;
  }
  .maker_title {
    margin: 0px auto 30px;
  }
  .box1_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin: auto;
  }
  .service--maker {
    display: block;
  }
  .box1 img {
    width: auto;
    height: 1.7em;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-right: 30px;
    mix-blend-mode: multiply;
  }
  .maker_title {
    display: block;
    margin: auto auto 20px auto;
    position: relative;
    width: 98%;
    height: 20px;
    border: solid 1px #000000;
    padding: 5px;
  }
  .maker_title p {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    width: 100%;
    top: 10%;
    left: 0%;
    position: absolute;
  }
  .etc img {
    width: 2.5em;
    height: auto;
    margin-bottom: 20px;
    margin-top: 8px;
    margin-right: 0px;
  }
  .box2 li:first-child {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .box2 li {
    width: 48%;
  }
  .box2_inner h3 {
    text-align: left;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 730px) {
  .box1 {
    height: auto;
    background-color: rgb(186, 225, 240);
    padding: 30px;
    width: auto;
  }
  .box1_inner {
    display: block;
  }
  .maker_title {
    margin: 0px auto 30px;
  }
  .box1_inner ul {
    width: 97%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: auto;
  }
  .box2_inner li:first-child {
    margin-right: 0px;
  }
  .box1 img {
    width: auto;
    height: 1.2em;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    mix-blend-mode: multiply;
  }
  .box2 img {
    width: auto;
    height: 5em;
  }
  .box2 li:first-child {
    margin-bottom: 20px;
  }
  .box2_inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box2_inner p {
    text-align: left;
    font-size: 12px;
    color: #000000;
  }
  .box2_inner h3 {
    text-align: left;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
  }
  .text {
    padding: 0px 0;
    vertical-align: middle;
  }
  .text h1 {
    font-size: 14px;
    margin-bottom: 6px;
    text-align: left;
    color: #000000;
  }
  .box2_inner {
    margin: auto;
    width: 100%;
  }
  .box2_inner li:first-child {
    margin-right: 20px;
  }
  .box2_inner ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin: auto;
  }
  .ykk {
    margin-left: 10px;
  }
  .ykk img {
    width: 25px;
    height: 25px;
  }
  .etc {
    width: auto;
    height: 5px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 650px) {
  .box2 li {
    width: 100%;
  }
  .box2_inner h3 {
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .box2 {
    width: 100%;
  }
  .box2 img {
    width: auto;
    height: 4em;
  }
  .box2_inner p {
    text-align: left;
    font-size: 10px;
    color: #000000;
  }
  .text {
    padding: 4px 0;
    vertical-align: middle;
  }
  .text h1 {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: left;
    color: #000000;
  }
  .box2_inner li:first-child {
    margin-right: 0px;
  }
}
/* works */
.section--works__inner {
  margin-bottom: 40px;
}

.section--works__main {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  width: 80%;
  margin-right: 5em;
}

.section--works__main a {
  text-decoration: none;
  color: black;
}

.section--works__main p {
  margin-bottom: 50px;
}

.section--works__main span {
  font-size: 13px;
  margin-left: 10px;
}

.works--list {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: left;
  color: rgb(0, 0, 0);
}

.works--list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 40px;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  		flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  		justify-content: space-between;
  list-style: none; */
}

.works--list ul li {
  margin-bottom: 20px;
}

.works--list ul li img {
  display: block;
  height: auto;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.arrow_2 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent #565656 #565656 transparent;
  transform: rotate(-45deg) translateY(100px);
  -webkit-transform: rotate(-45deg) translateY(0px);
  -moz-transform: rotate(-45deg) translateY(0px);
}

@media screen and (max-width: 768px) {
  .section--works__main p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .section--works__inner {
    margin-bottom: 0px;
  }
}
/* ex-doctor */
.section__background {
  background-color: #009cb7 !important;
}

.section--EX-Doctor__inner {
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: -70px;
  width: 100%;
  color: rgb(255, 255, 255);
}

.section--EX-Doctor__main {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  width: 80%;
  margin-right: 5em;
}

.section--EX-Doctor__main h2 {
  position: relative;
  margin-bottom: 60px;
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直中心 */
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.section--EX-Doctor__main h2::before {
  border-top: 1px solid rgb(255, 255, 255);
  content: "";
  width: 8em; /* 線の長さ */
  margin-right: 0.6em;
}

.section__title small {
  font-size: 10px;
  margin-top: 40px;
  margin-left: -150px;
  letter-spacing: 2.2px;
}

@media screen and (max-width: 768px) {
  .section--EX-Doctor__inner {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: -70px;
    width: 100%;
    color: rgb(255, 255, 255);
  }
  .section--EX-Doctor__main h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 垂直中心 */
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .section--EX-Doctor__main h2::before {
    border-top: 1px solid rgb(255, 255, 255);
    content: "";
    width: 0px; /* 線の長さ */
    margin-right: 0px;
  }
  .section__title small {
    font-size: 10px;
    margin-top: 40px;
    margin-left: -136px;
    letter-spacing: 2.2px;
  }
}
.section--EX-Doctor__main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--EX-Doctor__main__txt {
  margin-right: 20px;
}

.section--EX-Doctor__main__txt h3 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: normal;
}

.section--EX-Doctor__main__txt p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
}

.section--EX-Doctor__pic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--EX-Doctor__pic img {
  height: 18em;
  width: 70em;
  -o-object-fit: cover;
     object-fit: cover;
}

.section--EX-Doctor__sub {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  width: 80%;
  margin-right: 5em;
}

.section--EX-Doctor__sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section--EX-Doctor__illust {
  margin-right: 60px;
}

.section--EX-Doctor__sub img {
  height: 14em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .section--EX-Doctor__main__txt h3 {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
  }
  .section--EX-Doctor__main__txt p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .section--EX-Doctor__main__txt {
    margin-right: 0px;
  }
}
.section--EX-Doctor__sub2__inner h4 {
  font-weight: normal;
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直中心 */
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-bottom: 20px;
}

.section--EX-Doctor__sub2__inner h4::after {
  border-top: 1px solid rgb(255, 255, 255);
  content: "";
  width: 74%; /* 線の長さ */
  margin-left: 1em;
}

.section--EX-Doctor__sub2__ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--EX-Doctor__sub2__ex li {
  margin-left: 20px;
  margin-bottom: 8px;
  list-style-type: disc;
}

.section--EX-Doctor__sub2__ex p {
  font-size: 14px;
  margin-right: 30px;
  letter-spacing: 1px;
  line-height: 18px;
}

@media screen and (max-width: 868px) {
  .section--EX-Doctor__main__inner {
    display: inline;
  }
  .section--EX-Doctor__main__txt {
    margin-bottom: 20px;
  }
  .section--EX-Doctor__pic__inner {
    margin: auto;
    margin-bottom: 50px;
  }
  .section--EX-Doctor__pic img {
    height: 15em;
    width: 60em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section--EX-Doctor__sub__inner {
    display: inline;
    width: 100%;
  }
  .section--EX-Doctor__illust {
    margin: 0 auto 50px;
  }
  .section--EX-Doctor__sub img {
    height: 15em;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: auto;
  }
  .section--EX-Doctor__sub2__inner h4::after {
    border-top: 1px solid rgb(255, 255, 255);
    content: "";
    width: 80%; /* 線の長さ */
    margin-left: 1em;
  }
}
@media screen and (max-width: 564px) {
  .section--EX-Doctor__main__inner {
    display: inline;
  }
  .section--EX-Doctor__main__txt {
    margin-bottom: 20px;
  }
  .section--EX-Doctor__pic__inner {
    display: inline-block;
    margin: auto;
    margin-bottom: 10px;
  }
  .section--EX-Doctor__pic {
    height: 11em;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px;
  }
  .section--EX-Doctor__pic img {
    height: 11em;
    width: 20em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section--EX-Doctor__sub2__inner {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
  }
  .section--EX-Doctor__sub2__inner h4 {
    font-weight: normal;
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 垂直中心 */
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-bottom: 20px;
  }
  .section--EX-Doctor__sub2__ex {
    display: inline;
  }
  .section--EX-Doctor__sub2__ex p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    margin-right: 0px;
  }
  .section--EX-Doctor__sub__inner {
    display: inline;
    width: 100%;
  }
  .section--EX-Doctor__illust {
    margin: 0 auto 30px;
  }
  .section--EX-Doctor__sub img {
    height: 11em;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: auto;
  }
  .section--EX-Doctor__sub2__inner h4::after {
    border-top: 1px solid rgb(255, 255, 255);
    content: "";
    width: 63%; /* 線の長さ */
    margin-left: 1em;
  }
}
/* news&blog */
.section--news__main {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  width: 80%;
  margin-right: 5em;
}

.section--news__main p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 30px;
}

.section--article__inner {
  margin-bottom: 0px;
}

.js-scrollpane {
  height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .js-scrollpane {
    height: 116px;
  }
}

@media only screen and (min-width: 980px) {
  .js-scrollpane {
    height: 230px;
  }
}
.list-news {
  padding: 0 20px;
  list-style: none;
}

.list-news__item {
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.list-news__item a {
  display: block;
  text-decoration: none;
  color: #4c4948;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.list-news__item a:hover {
  color: #0085b2;
}

.list-news__item dl dt {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 2px;
  font-weight: normal;
  border-bottom: 1px solid #4c4948;
}

.list-news__item dl dd {
  padding: 0 1px;
  border-bottom: 1px solid #4c4948;
}

@media only screen and (min-width: 300px) {
  .list-news__item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
  }
  .list-news__item dl dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16%;
    flex: 1 0 16%;
    display: block;
    margin-bottom: 0;
    margin-right: 4%;
    text-align: center;
  }
  .list-news__item dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%;
    margin-right: 4%;
  }
  .list-news__item dl dt,
  .list-news__item dl dd {
    padding: 0 5px;
  }
  .here {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .section--news__main p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .list-news__item dl {
    font-size: 11px;
  }
  .list-news__item dl dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16%;
    flex: 1 0 16%;
    display: block;
    margin-bottom: 0;
    margin-right: 0%;
    text-align: center;
  }
  .list-news__item dl dt::after {
    content: "";
    border-left: solid 1px #bdb9b7;
    margin-left: 8px;
  }
  .list-news__item dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%;
    margin-right: 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 18px;
    white-space: wrap;
  }
  .list-news__item dl dt:last-child {
    display: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 375px) {
  .list-news__item dl {
    font-size: 10px;
  }
  .list-news__item dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%;
    margin-right: 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 15px;
    white-space: wrap;
  }
}
.btn {
  margin-top: 20px;
  display: block;
  top: 5px;
}

.arrow {
  display: block;
  border-bottom: 1px solid rgb(0, 0, 0);
  width: 8em; /* 線の長さ */
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  margin: auto;
  -webkit-transition: all 800ms 0s ease;
  transition: all 800ms 0s ease;
}

.arrow::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 2.5px;
  right: 0;
  /*矢印の形状*/
  width: 10px;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  /*アニメーションの指定*/
}

.btn a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.2rem;
  color: #000000;
  margin-bottom: 3px;
}

.btn:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow:hover {
  opacity: 0.5;
  cursor: pointer;
  /* width: 8em;
  -webkit-transition: all 0.4s;
   	transition: all 0.4s; */
}

.btn:hover .arrow {
  -webkit-animation: anim 1s forwards;
          animation: anim 1s forwards;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.c-btn {
  display: block;
  top: 5px;
}

.c-btn a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.65rem;
  letter-spacing: 0.2rem;
  color: #000000;
  margin-bottom: -6px;
  margin-right: 2px;
}

.c-btn--404 {
  margin-top: 40px;
}

.c-btn--404 a {
  padding-block: 5px;
}

.c-btn:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* カンパニー＆コンタクト */
.contact_company {
  position: relative;
  width: 100%;
  height: auto;
}

.contact_company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4f3d22;
}
@media screen and (max-width: 768px) {
  .contact_company-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__banner {
  width: 50%;
  position: relative;
  display: inline;
}
@media screen and (max-width: 768px) {
  .footer__banner {
    width: 100%;
  }
}

.footer__banner a {
  position: relative;
  display: block;
}

.footer__banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-family: serif;
  letter-spacing: 3px;
  color: #eee;
  border: solid 1px #eee;
  border-radius: 6px;
  padding: 16px 10px 10px 14px;
  width: 180px;
  text-align: center;
  line-height: 18px;
}

.footer__banner span {
  font-size: 12px;
}

.footer__banner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
}

.footer__banner:hover img {
  opacity: 0.2;
}

@media screen and (max-width: 740px) {
  .contact_company-inner {
    background-color: #4f3d22;
  }
}
/* footer */
.footer {
  padding: 40px 0 10px;
  background: #4f3d22;
  color: rgb(255, 255, 255);
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.footer__logo {
  margin-bottom: 10px;
}

.footer__info {
  margin-left: 60px;
}

.footer__info h1 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.footer__logo span {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.footer__txt p {
  font-size: 14px;
  letter-spacing: 2px;
}

.footer__map {
  margin-top: 10px;
}

.small2 {
  margin-left: 10px;
  font-size: 0.8em;
  letter-spacing: 2px;
}

.footer__map a {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #ffffff;
  margin-top: 30px;
  font-size: 14px;
}

.arrow_1 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent #ffffff #ffffff transparent;
  transform: rotate(-45deg) translateY(100px);
  -webkit-transform: rotate(-45deg) translateY(0px);
  -moz-transform: rotate(-45deg) translateY(0px);
}

@media only screen and (min-width: 980px) {
  .footer {
    padding: 60px 0;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1040px;
  }
  .footer__info {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .footer {
    padding: 30px 0;
  }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .footer__info {
    margin-left: 25px;
  }
  .footer__info h1 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .footer__logo span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .footer__txt p {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .footer__map {
    margin-top: 10px;
  }
}
.copyright {
  padding-top: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ffffff;
  opacity: 0.5;
}

@media only screen and (min-width: 980px) {
  .copyright {
    border-top: none;
  }
}
/*-----トップへ戻るボタン------*/
.to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.to_top a {
  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%;
  background-color: #4f3d22;
  padding: 20px;
  height: 60px;
  width: 60px;
  opacity: 0.7;
}

.to_top a img {
  width: 38px;
}

.to_top a:hover {
  opacity: 0.5;
}

/* 個別ページトップ画像 */
.single-main-visual {
  margin-top: 120px;
  position: relative;
  width: 100%;
}
@media (max-width: 1080px) {
  .single-main-visual {
    margin-top: 90px;
  }
}
@media (max-width: 960px) {
  .single-main-visual {
    margin-top: 90px;
  }
}

.single-main-visual__pic {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-right: auto;
  margin-left: 0;
}

.single-main-visual__pic img {
  height: 700px;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-main-visual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 40px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-size: 26px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  background: #ffffff;
}

@media screen and (max-width: 960px) {
  .single-main-visual__pic {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .single-main-visual__pic {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-right: auto;
    margin-left: 0;
  }
  .single-main-visual__pic img {
    height: 400px;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* 個別ページトップ画像 */
/* COMPANY */
.section--company__main {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  margin-right: 5em;
}

.section--company__main span {
  margin-left: 30px;
  font-size: 0.7em;
}

.company--list {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 80px;
  width: 100%;
  max-width: 1180px;
}

.company--list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
  grid-gap: 30px;
}

.company--list ul li img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section--company__main {
    text-align: left;
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
  }
}
.company-info__table {
  width: 100%;
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.company-info__table__back {
  background-color: rgb(223, 223, 223);
}

.company-info__table dt,
.company-info__table dd {
  padding-left: 90px;
  padding-right: 100px;
}

.company-info__table dt {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: normal;
}

.company-info__table dd {
  padding-bottom: 30px;
  font-weight: lighter;
  line-height: 20px;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .company-info__table dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    min-width: 100px;
    margin-right: 2em;
    white-space: nowrap;
  }
  .company-info__table dt,
  .company-info__table dd {
    display: table-cell;
  }
  .company-info__table dd {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company--list {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 100%;
  }
  .company-info__table dt,
  .company-info__table dd {
    padding-left: 10px;
    padding-right: 0px;
  }
}
/* COMPANY */
/* CONTACT */
.section--contact__main {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  margin-right: 5em;
}

.section--contact__title span {
  margin-left: 30px;
  font-size: 0.7em;
}

@media screen and (max-width: 475px) {
  .section--contact__title span {
    margin-left: 20px;
    font-size: 0.5em;
    letter-spacing: 2px;
  }
}
.section--contact__inner {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
}

.section--contact__inner h3 {
  margin: 0 auto 40px;
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 1px solid #4c4948;
  border-left: 1px solid #4c4948;
}

.section--contact__inner h3 {
  margin-bottom: 50px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.section--contact__inner p {
  text-align: center;
}

.section--contact__inner .tel {
  text-align: center;
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  letter-spacing: 4px;
}

.section--contact__inner .tel a {
  display: inline-block;
  line-height: 1.5;
  color: #4c4948;
  text-decoration: none;
}

.section--contact__inner .tel a:hover {
  color: #0085b2;
}

.section--contact__inner .tel i {
  font-size: 0.8em;
}

.section--contact__tel {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .section--contact__main {
    margin-bottom: 40px;
    text-align: left;
    margin-left: 10%;
    margin-right: 3em;
  }
  .section--contact__inner h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .section--contact__inner p {
    text-align: center;
    font-size: 13px;
  }
  .section--contact__inner .tel {
    text-align: center;
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 20px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .section--contact__inner {
    width: 100%;
  }
  .section--contact__inner h3 {
    max-width: 360px;
    margin-bottom: 40px;
  }
  .section--contact__inner .tel {
    font-size: 42px;
  }
  .section--contact__inner .tel span {
    display: inline;
  }
}
.section--contact__form p {
  margin-bottom: 30px;
  text-align: center;
}

.wpcf7-form,
.mw_wp_form {
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.wpcf7-form dl,
.mw_wp_form dl {
  margin-bottom: 30px;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.wpcf7-form dl dt,
.mw_wp_form dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.wpcf7-form dl dd,
.mw_wp_form dl dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 96%;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form dl,
  .mw_wp_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wpcf7-form dl dt,
  .mw_wp_form dl dt {
    width: 30%;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpcf7-form dl dd,
  .mw_wp_form dl dd {
    width: 66%;
  }
}
@media only screen and (max-width: 640px) {
  .wpcf7-form dl dt,
  .mw_wp_form dl dt {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea,
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=url],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=number],
.mw_wp_form input[type=date],
.mw_wp_form select,
.mw_wp_form textarea {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: 13px;
  background: #ffffff;
  border: 1px solid #adb3a8;
  border-radius: 4px;
}

.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=url]:hover,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=number]:hover,
.wpcf7-form input[type=date]:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover,
.mw_wp_form input[type=text]:hover,
.mw_wp_form input[type=email]:hover,
.mw_wp_form input[type=url]:hover,
.mw_wp_form input[type=tel]:hover,
.mw_wp_form input[type=number]:hover,
.mw_wp_form input[type=date]:hover,
.mw_wp_form select:hover,
.mw_wp_form textarea:hover {
  border-color: #519eb6;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.mw_wp_form input[type=text]:focus,
.mw_wp_form input[type=email]:focus,
.mw_wp_form input[type=url]:focus,
.mw_wp_form input[type=tel]:focus,
.mw_wp_form input[type=number]:focus,
.mw_wp_form input[type=date]:focus,
.mw_wp_form select:focus,
.mw_wp_form textarea:focus {
  background: #f8fbf9;
  border-color: #519eb6;
}

.wpcf7-form input[type=text]:focus:-moz-placeholder-shown,
.wpcf7-form input[type=email]:focus:-moz-placeholder-shown,
.wpcf7-form input[type=url]:focus:-moz-placeholder-shown,
.wpcf7-form input[type=tel]:focus:-moz-placeholder-shown,
.wpcf7-form input[type=number]:focus:-moz-placeholder-shown,
.wpcf7-form input[type=date]:focus:-moz-placeholder-shown,
.wpcf7-form select:focus:-moz-placeholder-shown,
.wpcf7-form textarea:focus:-moz-placeholder-shown,
.mw_wp_form input[type=text]:focus:-moz-placeholder-shown,
.mw_wp_form input[type=email]:focus:-moz-placeholder-shown,
.mw_wp_form input[type=url]:focus:-moz-placeholder-shown,
.mw_wp_form input[type=tel]:focus:-moz-placeholder-shown,
.mw_wp_form input[type=number]:focus:-moz-placeholder-shown,
.mw_wp_form input[type=date]:focus:-moz-placeholder-shown,
.mw_wp_form select:focus:-moz-placeholder-shown,
.mw_wp_form textarea:focus:-moz-placeholder-shown {
  color: transparent;
}

.wpcf7-form input[type=text]:focus:-ms-input-placeholder,
.wpcf7-form input[type=email]:focus:-ms-input-placeholder,
.wpcf7-form input[type=url]:focus:-ms-input-placeholder,
.wpcf7-form input[type=tel]:focus:-ms-input-placeholder,
.wpcf7-form input[type=number]:focus:-ms-input-placeholder,
.wpcf7-form input[type=date]:focus:-ms-input-placeholder,
.wpcf7-form select:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder,
.mw_wp_form input[type=text]:focus:-ms-input-placeholder,
.mw_wp_form input[type=email]:focus:-ms-input-placeholder,
.mw_wp_form input[type=url]:focus:-ms-input-placeholder,
.mw_wp_form input[type=tel]:focus:-ms-input-placeholder,
.mw_wp_form input[type=number]:focus:-ms-input-placeholder,
.mw_wp_form input[type=date]:focus:-ms-input-placeholder,
.mw_wp_form select:focus:-ms-input-placeholder,
.mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type=text]:focus:-moz-placeholder-shown, .wpcf7-form input[type=email]:focus:-moz-placeholder-shown, .wpcf7-form input[type=url]:focus:-moz-placeholder-shown, .wpcf7-form input[type=tel]:focus:-moz-placeholder-shown, .wpcf7-form input[type=number]:focus:-moz-placeholder-shown, .wpcf7-form input[type=date]:focus:-moz-placeholder-shown, .wpcf7-form select:focus:-moz-placeholder-shown, .wpcf7-form textarea:focus:-moz-placeholder-shown, .mw_wp_form input[type=text]:focus:-moz-placeholder-shown, .mw_wp_form input[type=email]:focus:-moz-placeholder-shown, .mw_wp_form input[type=url]:focus:-moz-placeholder-shown, .mw_wp_form input[type=tel]:focus:-moz-placeholder-shown, .mw_wp_form input[type=number]:focus:-moz-placeholder-shown, .mw_wp_form input[type=date]:focus:-moz-placeholder-shown, .mw_wp_form select:focus:-moz-placeholder-shown, .mw_wp_form textarea:focus:-moz-placeholder-shown {
  color: transparent;
}

.wpcf7-form input[type=text]:focus:-ms-input-placeholder, .wpcf7-form input[type=email]:focus:-ms-input-placeholder, .wpcf7-form input[type=url]:focus:-ms-input-placeholder, .wpcf7-form input[type=tel]:focus:-ms-input-placeholder, .wpcf7-form input[type=number]:focus:-ms-input-placeholder, .wpcf7-form input[type=date]:focus:-ms-input-placeholder, .wpcf7-form select:focus:-ms-input-placeholder, .wpcf7-form textarea:focus:-ms-input-placeholder, .mw_wp_form input[type=text]:focus:-ms-input-placeholder, .mw_wp_form input[type=email]:focus:-ms-input-placeholder, .mw_wp_form input[type=url]:focus:-ms-input-placeholder, .mw_wp_form input[type=tel]:focus:-ms-input-placeholder, .mw_wp_form input[type=number]:focus:-ms-input-placeholder, .mw_wp_form input[type=date]:focus:-ms-input-placeholder, .mw_wp_form select:focus:-ms-input-placeholder, .mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type=text]:focus:placeholder-shown,
.wpcf7-form input[type=email]:focus:placeholder-shown,
.wpcf7-form input[type=url]:focus:placeholder-shown,
.wpcf7-form input[type=tel]:focus:placeholder-shown,
.wpcf7-form input[type=number]:focus:placeholder-shown,
.wpcf7-form input[type=date]:focus:placeholder-shown,
.wpcf7-form select:focus:placeholder-shown,
.wpcf7-form textarea:focus:placeholder-shown,
.mw_wp_form input[type=text]:focus:placeholder-shown,
.mw_wp_form input[type=email]:focus:placeholder-shown,
.mw_wp_form input[type=url]:focus:placeholder-shown,
.mw_wp_form input[type=tel]:focus:placeholder-shown,
.mw_wp_form input[type=number]:focus:placeholder-shown,
.mw_wp_form input[type=date]:focus:placeholder-shown,
.mw_wp_form select:focus:placeholder-shown,
.mw_wp_form textarea:focus:placeholder-shown {
  color: transparent;
}

.wpcf7-form input[type=text]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=email]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=url]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=tel]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=number]:focus::-webkit-input-placeholder,
.wpcf7-form input[type=date]:focus::-webkit-input-placeholder,
.wpcf7-form select:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder,
.mw_wp_form input[type=text]:focus::-webkit-input-placeholder,
.mw_wp_form input[type=email]:focus::-webkit-input-placeholder,
.mw_wp_form input[type=url]:focus::-webkit-input-placeholder,
.mw_wp_form input[type=tel]:focus::-webkit-input-placeholder,
.mw_wp_form input[type=number]:focus::-webkit-input-placeholder,
.mw_wp_form input[type=date]:focus::-webkit-input-placeholder,
.mw_wp_form select:focus::-webkit-input-placeholder,
.mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type=text]:focus:-moz-placeholder,
.wpcf7-form input[type=email]:focus:-moz-placeholder,
.wpcf7-form input[type=url]:focus:-moz-placeholder,
.wpcf7-form input[type=tel]:focus:-moz-placeholder,
.wpcf7-form input[type=number]:focus:-moz-placeholder,
.wpcf7-form input[type=date]:focus:-moz-placeholder,
.wpcf7-form select:focus:-moz-placeholder,
.wpcf7-form textarea:focus:-moz-placeholder,
.mw_wp_form input[type=text]:focus:-moz-placeholder,
.mw_wp_form input[type=email]:focus:-moz-placeholder,
.mw_wp_form input[type=url]:focus:-moz-placeholder,
.mw_wp_form input[type=tel]:focus:-moz-placeholder,
.mw_wp_form input[type=number]:focus:-moz-placeholder,
.mw_wp_form input[type=date]:focus:-moz-placeholder,
.mw_wp_form select:focus:-moz-placeholder,
.mw_wp_form textarea:focus:-moz-placeholder {
  opacity: 1;
  color: transparent;
}

.wpcf7-form input[type=text]:focus::-moz-placeholder,
.wpcf7-form input[type=email]:focus::-moz-placeholder,
.wpcf7-form input[type=url]:focus::-moz-placeholder,
.wpcf7-form input[type=tel]:focus::-moz-placeholder,
.wpcf7-form input[type=number]:focus::-moz-placeholder,
.wpcf7-form input[type=date]:focus::-moz-placeholder,
.wpcf7-form select:focus::-moz-placeholder,
.wpcf7-form textarea:focus::-moz-placeholder,
.mw_wp_form input[type=text]:focus::-moz-placeholder,
.mw_wp_form input[type=email]:focus::-moz-placeholder,
.mw_wp_form input[type=url]:focus::-moz-placeholder,
.mw_wp_form input[type=tel]:focus::-moz-placeholder,
.mw_wp_form input[type=number]:focus::-moz-placeholder,
.mw_wp_form input[type=date]:focus::-moz-placeholder,
.mw_wp_form select:focus::-moz-placeholder,
.mw_wp_form textarea:focus::-moz-placeholder {
  opacity: 1;
  color: transparent;
}

.wpcf7-form input[type=text]:focus:-ms-input-placeholder,
.wpcf7-form input[type=email]:focus:-ms-input-placeholder,
.wpcf7-form input[type=url]:focus:-ms-input-placeholder,
.wpcf7-form input[type=tel]:focus:-ms-input-placeholder,
.wpcf7-form input[type=number]:focus:-ms-input-placeholder,
.wpcf7-form input[type=date]:focus:-ms-input-placeholder,
.wpcf7-form select:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder,
.mw_wp_form input[type=text]:focus:-ms-input-placeholder,
.mw_wp_form input[type=email]:focus:-ms-input-placeholder,
.mw_wp_form input[type=url]:focus:-ms-input-placeholder,
.mw_wp_form input[type=tel]:focus:-ms-input-placeholder,
.mw_wp_form input[type=number]:focus:-ms-input-placeholder,
.mw_wp_form input[type=date]:focus:-ms-input-placeholder,
.mw_wp_form select:focus:-ms-input-placeholder,
.mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input[readonly=readonly],
.mw_wp_form input[readonly=readonly] {
  font-weight: bold;
  color: #a8cfce;
}

.wpcf7-form input[readonly=readonly]:focus,
.mw_wp_form input[readonly=readonly]:focus {
  background: #ffffff;
  border-color: #adb3a8;
}

.wpcf7-form input[type=number],
.mw_wp_form input[type=number] {
  width: 100px;
}

.wpcf7-form select,
.mw_wp_form select {
  width: 220px;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form input.wpcf7-date,
  .mw_wp_form input.wpcf7-date {
    width: 260px;
  }
}
.wpcf7-form label,
.mw_wp_form label {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .wpcf7-form textarea,
  .mw_wp_form textarea {
    height: 145px;
  }
}
span.wpcf7-list-item {
  margin: 0 1em 0 0;
  cursor: pointer;
}

.form-accept {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.form-accept label {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #d2d2d3;
  border-radius: 4px;
}

.form-accept label:hover {
  background: rgba(129, 129, 129, 0.4);
}

.form-accept .wpcf7-list-item {
  margin-right: 0;
}

@media only screen and (min-width: 1025px) {
  .form-accept {
    margin-bottom: 20px;
  }
  .form-accept label {
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    background: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }
  .form-accept label:hover {
    color: #0085b2;
    background: none;
    border-color: #0085b2;
  }
}
.form-send {
  margin: 20px auto 0;
  text-align: center;
}

.form-send input[type=submit] {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background-color: white;
  border: solid 1px #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  /* 枠線を消す */
}

.form-send input[type=submit]:hover {
  background-color: #0085b2;
  color: white;
  border: none;
}

@media only screen and (min-width: 768px) {
  .form-send {
    width: 100%;
  }
  .form-send input[type=submit] {
    width: 380px;
    margin-left: 72px;
  }
}
.form-required,
.form-optional {
  margin-left: 20px;
  margin-right: 20px;
  padding: 2px 6px;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background: #dd4b39;
  border-radius: 4px;
}

.form-optional {
  color: #4c4948;
  background: #e0e0e0;
}

/* NEWS&BLOG */
@media only screen and (min-width: 768px) {
  .news_blog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
  }
}
.small {
  margin-left: 30px;
  font-size: 0.7em;
}

.l-main {
  width: 92%;
  max-width: 980px;
  margin-right: 0px;
  margin-left: 0px;
}

.l-side {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .l-side {
    max-width: 300px;
  }
}
.section--content__main {
  margin-bottom: 60px;
  text-align: left;
  margin-left: 10%;
  margin-right: 5em;
}

.section--content__main span {
  margin-left: 30px;
  font-size: 0.7em;
}

.l-main_2 {
  width: 100%;
  max-width: 1080px;
  margin-right: 0px;
  margin-left: 0px;
}

.list-item ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  grid-gap: 50px;
}

.list-item a {
  text-decoration: none;
  color: #070707;
  font-size: 14px;
}

.list-item a:hover {
  color: #0085b2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.list-item dl {
  margin-top: 10px;
}

.list-item img {
  width: 100%;
  height: auto;
}

.list-item time {
  margin-right: 5px;
}

.arrow_b {
  display: block;
  border-bottom: 1px solid rgb(0, 0, 0);
  height: 7px;
  width: 7em; /* 線の長さ */
  margin-bottom: 4px;
  border-right: 1px solid rgb(0, 0, 0);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  text-align: left;
  margin-left: -5px;
}

.readmore {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
  color: #000000;
  margin-bottom: -6px;
}

@media only screen and (max-width: 548px) {
  .section--content__main {
    margin-bottom: 60px;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
  }
  .section--content__main span {
    margin-left: 20px;
    font-size: 0.7em;
  }
}
/* 個別ページ */
.post {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-bottom: 80px;
}

.post__header {
  margin-bottom: 40px;
  border-bottom: 1px solid #4c4948;
}

.post__title {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.post__title a {
  display: block;
  text-decoration: none;
  color: #4c4948;
}

.post__title a:hover {
  text-decoration: underline;
}

.post__cat {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #acceb6;
}

.post__date {
  letter-spacing: 0.1em;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.post__content {
  margin-bottom: 60px;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.post__content h2 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 5px;
  line-height: 1.6;
  font-size: 28px;
}

.post__content h3 {
  margin-bottom: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  line-height: 1.4;
  font-size: 22px;
  border-left: 4px solid #acceb6;
}

.post__content h4 {
  font-size: 18px;
}

.post__content p,
.post__content ul,
.post__content ol,
.post__content blockquote,
.post__content table,
.post__content figure,
.post__content pre {
  margin-bottom: 1em;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

.post__content p:last-child,
.post__content ul:last-child,
.post__content ol:last-child,
.post__content blockquote:last-child,
.post__content table:last-child,
.post__content figure:last-child,
.post__content pre:last-child {
  margin-bottom: 0;
}

.post__content ul,
.post__content ol {
  margin-left: 1.6em;
}

.post__content ul ul,
.post__content ul ol,
.post__content ol ul,
.post__content ol ol {
  margin-top: 10px;
}

.post__content li {
  padding-bottom: 10px;
}

.post__content li:last-child {
  padding-bottom: 0;
}

.post__content a {
  color: #acceb6;
  text-decoration: underline;
  word-wrap: break-word;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content strong {
  font-weight: bold;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3em;
}

.post__content figure {
  position: relative;
}

.post__content figure img {
  width: 100%;
  margin-bottom: 0;
}

.post__content figcaption {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 1% 2%;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.post__content blockquote {
  position: relative;
  padding: 1.5em;
  font-style: italic;
  background: rgba(237, 237, 237, 0.6);
  z-index: 1;
}

.post__content blockquote:before {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline;
  padding-right: 0.5em;
  line-height: 1;
  color: #ffffff;
  font-size: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  z-index: -1;
}

.post__content blockquote p {
  margin-bottom: 0;
  z-index: 1;
}

.post__content cite {
  display: block;
  text-align: right;
}

.post__content table {
  width: 100%;
  border-bottom: 1px solid #b8b8ba;
}

.post__content table th,
.post__content table td {
  display: block;
  text-align: left;
}

.post__content table th {
  padding: 10px;
  white-space: nowrap;
  background: #d2d2d3;
  border-top: 1px solid #b8b8ba;
}

.post__content table td {
  padding: 10px 10px 20px;
  border-top: 1px solid #b8b8ba;
}

@media only screen and (min-width: 1025px) {
  .post__content table {
    display: table;
  }
  .post__content table th,
  .post__content table td {
    display: table-cell;
    padding: 16px;
    vertical-align: top;
    border-top: 1px solid #b8b8ba;
  }
  .post__content table th {
    width: 25%;
    text-align: left;
    font-weight: normal;
  }
  .post__content table td {
    border-left: 1px solid #b8b8ba;
  }
}
.post__share dt {
  letter-spacing: 0.15em;
  font-size: 28px;
}

.list-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  list-style: none;
}

.list-share li {
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.list-share li:first-child {
  margin-left: 0;
}

.list-share li:last-child {
  margin-right: 0;
}

.list-share li a {
  display: block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.list-share li a:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-share li span::before {
  vertical-align: middle;
  font-size: 24px;
}

.list-share__title {
  letter-spacing: 0.1em;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: italic;
}

.list-share__twitter a {
  background: #55acee;
}

.list-share__facebook a {
  background: #315096;
}

.list-share__line a {
  background: #00c300;
}

.widget {
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.widget .screen-reader-text {
  display: none;
}

.widget a {
  text-decoration: none;
  color: #4c4948;
}

.widget a:hover {
  color: #00a4a2;
}

.widget__title {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 18px;
  border-bottom: 1px solid #4c4948;
}

.widget__content ul {
  list-style: none;
}

.widget--categories li {
  margin-top: 10px;
}

.widget--categories li a {
  position: relative;
  padding: 5px 0;
  font-weight: bold;
}

.widget--categories li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 0.4em;
}

.accordion ul.hide {
  display: none;
}

.accordion li p {
  padding: 5px 0;
  cursor: pointer;
}

.accordion li p span {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  margin-left: 10px;
  vertical-align: middle;
  background: #acceb6;
  border-radius: 25px;
}

.accordion li p span::before {
  content: "";
  height: 2px;
  width: 12px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 4px;
}

.accordion li p span::after {
  content: "";
  height: 12px;
  width: 2px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion li p span.acv_open::after {
  height: 0;
  width: 0;
}

.accordion li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}

.accordion li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 0.4em;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: italic;
  color: #4c4948;
  background: #d2d2d3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #0085b2;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #ffffff;
  background: #0085b2;
}

/* PRIVACY POLICY */
.section--privacy__main {
  margin-bottom: 40px;
  text-align: left;
  max-width: 1252px;
  margin-inline: auto;
  width: 80%;
}

.leading {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .section--privacy {
    padding-top: 64px;
  }
}

.section--privacy__main dl {
  margin-bottom: 60px;
}

.section--privacy__main dt {
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.round::before {
  position: absolute;
  content: "";
  margin-left: -20px;
  margin-top: 5px;
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 50%;
}

.privacy__contents p {
  margin-bottom: 10px;
  font-size: 13px;
}

.section--privacy__main ul li {
  font-size: 13px;
  list-style: disc;
  margin-left: 20px;
}

/* WORKS */
.section--works--archive__main {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 10%;
  margin-right: 5em;
}

.section--works--archive__main p {
  margin-bottom: 60px;
}

.list-item ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 40px;
  /* -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  		flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  		justify-content: space-between;
  list-style: none; */
}

.archive_data {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.thum {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

/* 詳細 */
.a-btn {
  position: relative;
  display: inline-block;
}

.arrow_a {
  display: block;
  border-bottom: 1px solid rgb(0, 0, 0);
  height: 8px;
  width: 7em; /* 線の長さ */
  margin-bottom: 10px;
  border-right: 1px solid rgb(0, 0, 0);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  text-align: left;
  margin-left: -5px;
}

.a-btn a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 0.6rem;
  letter-spacing: 0.2rem;
  color: #000000;
  margin-bottom: -6px;
}

.a-btn:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow_a:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* 詳細 */
@media only screen and (min-width: 1000px) {
  .list-works-archive li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .archive_data {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: -5px;
  }
  .arrow_a {
    display: block;
    border-bottom: 1px solid rgb(0, 0, 0);
    height: 7px;
    width: 5.7em; /* 線の長さ */
    margin-bottom: 10px;
    border-right: 1px solid rgb(0, 0, 0);
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    text-align: left;
    margin-left: -5px;
  }
  .a-btn a {
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 0.5rem;
    letter-spacing: 0.2rem;
    color: #000000;
    margin-bottom: -6px;
  }
}
/* 施工事例個別ページ */
.section--works-single__main {
  margin-bottom: 50px;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}

.section--works-single__main span {
  margin-left: 20px;
  font-size: 0.7em;
}

.section--works--archive__main span {
  margin-left: 20px;
  font-size: 0.7em;
}

.post-content {
  margin: 0 auto;
  width: 100%;
}

.cliant_name {
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  width: 18em;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.main-pic {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.main-pic img {
  width: 100%;
  height: auto;
}

.small-pic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 20px;
  margin-bottom: 40px;
}

.txt-works-content {
  font-size: 15px;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tac {
  text-align: center;
}

.tac a {
  font-size: 14px;
  text-decoration: none;
  color: black;
  border: solid 1px #000000;
  padding: 5px 30px;
}

/* .tac span {
	transition: all 800ms 0s ease;
} */
.tac:hover span {
  /* transform: rotate(-45deg) translate(8px,8px);
  -webkit-transform: rotate(-45deg) translate(8px,8px);  
     -moz-transform: rotate(-45deg) translate(8px,8px); */
  border-bottom-color: white;
  border-right-color: white;
}

.tac a:hover {
  transform: rotate(-45deg) translate(8px, 8px);
  -webkit-transform: rotate(-45deg) translate(8px, 8px);
  -moz-transform: rotate(-45deg) translate(8px, 8px);
  color: #ffffff;
  text-decoration: none;
  background-color: #0085b2;
  border: solid 1px #0085b2;
}

@media only screen and (max-width: 548px) {
  .section--works--archive__main {
    margin-bottom: 40px;
    text-align: left;
    margin-left: 10%;
    margin-right: 2em;
  }
  .post-content h3 {
    margin-top: 40px;
  }
  .main-pic {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    border-bottom: solid 1px #a7a7a7;
    padding-bottom: 50px;
  }
  .section--works--archive__main p {
    font-size: 14px;
  }
  .post-content {
    margin: 0 auto;
    width: 100%;
  }
  .cliant_name {
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    width: 90%;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
}
.section--plan {
  width: 80%;
  margin-top: -40px;
  max-width: 1184px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--plan__bnr {
  max-width: 720px;
  margin: auto;
  text-align: center;
  margin-right: 30px;
}

.section--plan__bnr a {
  display: block;
}

.section--plan__bnr a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section--plan__bnr a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.section--plan__bnr2 {
  max-width: 720px;
  margin: auto;
  text-align: center;
}

.section--plan__bnr2 a {
  display: block;
}

.section--plan__bnr2 a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section--plan__bnr2 a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media only screen and (max-width: 680px) {
  .section--plan {
    margin-top: -80px;
  }
  .row {
    display: block;
  }
  .section--plan__bnr {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
.bm {
  margin-bottom: 20px;
}

/* ------------------------------------------------
関数
--------------------------------------------------- */
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/* ------------------------------------------------
共通追加
--------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.l-inner {
  max-width: 1340px;
  width: 100%;
  padding-inline: 80px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .l-inner {
    width: 80%;
    padding-inline: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: initial;
  display: block;
}

.no_scroll {
  overflow: hidden; /* スクロール無効化 */
}

/* ------------------------------------------------
header
--------------------------------------------------- */
#header {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}
@media (max-width: 1080px) {
  #header {
    height: 90px;
  }
}
#header .header__inner {
  padding-block: 30px 20px;
  padding-inline: 80px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  #header .header__inner {
    padding-inline: 40px;
  }
}
@media (max-width: 1180px) {
  #header .header__inner {
    padding-inline: 20px;
  }
}
@media (max-width: 1080px) {
  #header .header__inner {
    padding-block: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header__logo {
  width: 55px;
  padding-bottom: 10px;
}
@media (max-width: 1080px) {
  #header .header__logo {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-nav__list a {
  padding: 20px;
  display: block;
  line-height: 1;
  position: relative;
}
@media (max-width: 1400px) {
  #header .header-nav__list a {
    padding-inline: 15px;
  }
}
#header .header-nav__list a span:nth-child(1) {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  letter-spacing: 0.04em;
}
#header .header-nav__list a span:nth-child(2) {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  white-space: nowrap;
}
#header .header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  #header .header__btn-wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1080px) {
  #header .header__btn-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #header .header__btn-wrap {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
#header .h_tel,
#header .h_btn {
  border-right: solid 1px #adadad;
  border-bottom: solid 1px #adadad;
}
@media (max-width: 1080px) {
  #header .h_tel,
  #header .h_btn {
    border: none;
  }
}
@media (max-width: 640px) {
  #header .h_tel span,
  #header .h_btn span {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .h_tel {
    margin-right: 20px;
  }
}
#header .header__btn-wrap a {
  padding: 7px 20px 5px;
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #fff;
}
@media (max-width: 768px) {
  #header .header__btn-wrap a {
    padding: 20px 12px;
  }
}
#header .fa-phone,
#header .fa-envelope {
  padding-inline: 5px;
}
#header .header__btn-wrap .h_btn {
  position: relative;
  -webkit-transition: padding-inline 0.2s;
  transition: padding-inline 0.2s;
  width: 127px;
}
@media (max-width: 640px) {
  #header .header__btn-wrap .h_btn {
    width: 50px;
  }
}
#header .header__btn-wrap .h_btn a {
  width: 100%;
  padding-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .h_btn span:nth-of-type(1) {
  -webkit-transition: opacity 0.3s, padding-left 0.3s;
  transition: opacity 0.3s, padding-left 0.3s;
}
#header .h_btn span:nth-of-type(2) {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  white-space: nowrap;
  padding-left: 20px;
}
#header .h_btn a:hover span:nth-of-type(1) {
  opacity: 0;
  padding-left: 16px;
}
#header .h_btn a:hover span:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
#header .header__btn-wrap .h_insta a {
  padding: 8px 20px 4px;
  position: relative;
}
@media (max-width: 1080px) {
  #header .header__btn-wrap .h_insta a {
    padding: 21px 20px 17px;
  }
}
@media (max-width: 768px) {
  #header .header__btn-wrap .h_insta a {
    padding: 19px 20px 18px;
  }
}
#header .header__btn-wrap .h_insta a span:nth-child(1) {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#header .header__btn-wrap .h_insta a span:nth-child(2) {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #header .header__btn-wrap .h_insta a span:nth-child(2) {
    display: none;
  }
}
#header .header-nav__list a:hover span:nth-child(1) {
  opacity: 0;
}
#header .header-nav__list a:hover span:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
#header .header__btn-wrap .h_insta a:hover span:nth-child(1) {
  opacity: 0;
}
@media (max-width: 640px) {
  #header .header__btn-wrap .h_insta a:hover span:nth-child(1) {
    opacity: 1;
  }
}
#header .header__btn-wrap .h_insta a:hover span:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 640px) {
  #header .header__btn-wrap .h_insta a:hover span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
}

/* ------------------------------------------------
c-hamburger
--------------------------------------------------- */
.c-hamburger {
  display: none;
}
@media (max-width: 1080px) {
  .c-hamburger {
    display: block;
    position: relative;
    width: 27px;
    height: 90px;
    z-index: 999;
  }
}

.c-hamburger span {
  position: absolute;
  display: block;
  height: 1px;
  width: 27px;
  background-color: #000;
  border-radius: 5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hamburger span:nth-child(1) {
  top: 40%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.c-hamburger span:nth-child(3) {
  top: 60%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger:hover span:nth-child(1) {
  top: 38%;
}

.c-hamburger:hover span:nth-child(3) {
  top: 62%;
}

.c-hamburger.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

/* ------------------------------------------------
drawer
--------------------------------------------------- */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: #111;
  overflow-y: scroll;
  padding-bottom: 6rem;
  z-index: 888;
  background-color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* ドロワー（メニュー）の初期状態 */
#js-drawer {
  opacity: 0;
  visibility: hidden;
}

/* is-open クラスが付与されると表示される */
#js-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer-nav__lists {
  margin-top: 90px;
  border-top: 1px solid #eee;
}

.drawer-nav__list {
  border-bottom: 1px solid #eee;
}

.drawer-nav__list a {
  padding: 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #111;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-top: 16px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

.drawer-nav__list a span {
  display: block;
  font-size: 11px;
  line-height: 1;
  opacity: 0.7;
  padding-top: 2px;
}

/* ------------------------------------------------
c-arrow-btn
--------------------------------------------------- */
.c-arrow-btn {
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
  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: 16px;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}

.c-arrow-btn span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.31em;
  padding-right: 120px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .c-arrow-btn span {
    font-size: 11px;
    padding-right: 90px;
  }
}

.c-arrow-btn span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 109px;
  height: 5px;
  background-color: #231815;
  -webkit-mask-image: url(./img_/common/arrow-black.svg);
          mask-image: url(./img_/common/arrow-black.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .c-arrow-btn span::after {
    width: 78px;
    height: 5px;
    -webkit-mask-image: url(./img_/common/arrow-black-sp.svg);
            mask-image: url(./img_/common/arrow-black-sp.svg);
  }
}

.c-arrow-btn:hover {
  background-color: #009cb7;
  border: 1px solid #009cb7;
}

.c-arrow-btn:hover span {
  color: #fff;
}

.c-arrow-btn:hover span::after {
  background-color: #fff;
}

/*白いボタン*/
.c-arrow-btn--white {
  border: 1px solid #fff;
}

.c-arrow-btn--white span::after {
  background-color: #fff;
}

.c-arrow-btn--white:hover {
  background-color: #fff;
}

.c-arrow-btn--white:hover span {
  color: #009cb7;
}

.c-arrow-btn--white:hover span::after {
  background-color: #009cb7;
}

@media (max-width: 767px) {
  .top-landscaping__btn .c-arrow-btn span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

/* ------------------------------------------------
c-read-more
--------------------------------------------------- */
.c-read-more {
  font-size: 10px;
  letter-spacing: 0.3em;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .c-read-more {
    font-size: 8px;
    padding-right: 10px;
    text-align: center;
  }
}

.c-read-more::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  margin-left: -5px;
}
@media (max-width: 768px) {
  .c-read-more::before {
    width: 100%;
  }
}

.c-read-more--white {
  color: #fff;
}

.c-read-more--white::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* ------------------------------------------------
top-mv
--------------------------------------------------- */
.top-mv {
  margin-top: 120px;
  padding-right: 7.8125vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .top-mv {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .top-mv {
    padding-right: 13.3333333333vw;
  }
}

.top-mv__movie video {
  width: 100%;
}

.top-mv__copy {
  background-color: #fff;
}

.top-mv__copy {
  position: absolute;
  top: 22.9333333333vw;
  right: 4.2666666667vw;
  width: 21.0666666667vw;
}

/* ------------------------------------------------
top-service
--------------------------------------------------- */
.top-service {
  padding-block: 96px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-service {
    padding-block: 64px;
  }
}

@media (max-width: 768px) {
  .top-service__contents {
    width: 80%;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .top-service__text-wrap {
    margin-top: 30px;
  }
}

.top-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}

.top-service__item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .top-service__item:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-service__item:not(:first-of-type) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-service__inner {
    display: contents;
  }
}

.top-service__item:not(:first-of-type) .top-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .top-service__item:not(:first-of-type) .top-service__inner {
    display: contents;
  }
}

.top-service__title {
  font-size: 20px;
  line-height: 1.875;
  letter-spacing: 0.048em;
}
@media (max-width: 1180px) {
  .top-service__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-service__title {
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.top-service__text {
  margin-top: 40px;
  text-align: justify;
}
@media (max-width: 1180px) {
  .top-service__text {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .top-service__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-service__img--01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .top-service__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.top-service__item:nth-of-type(1) .top-service__text-wrap {
  width: 620px;
}
@media (max-width: 1180px) {
  .top-service__item:nth-of-type(1) .top-service__text-wrap {
    width: 50.8474576271vw;
  }
}
@media (max-width: 768px) {
  .top-service__item:nth-of-type(1) .top-service__text-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 769px) {
  .top-service__item:nth-of-type(1) .top-service__text:not(:first-of-type) {
    margin-top: 0;
  }
}

.top-service__img--01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.593220339vw;
  height: 438px;
}
@media (min-width: 1180px) {
  .top-service__img--01 {
    width: calc(51.3514vw - 185.9459px);
  }
}
@media (max-width: 768px) {
  .top-service__img--01 {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
    aspect-ratio: 768/500;
    overflow: hidden;
  }
}

.top-service__item:nth-of-type(2) .top-service__inner {
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
}
@media (max-width: 1180px) {
  .top-service__item:nth-of-type(2) .top-service__inner {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media (max-width: 768px) {
  .top-service__item:nth-of-type(2) .top-service__inner {
    display: contents;
  }
}

.top-service__item:nth-of-type(2) .top-service__text-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .top-service__item:nth-of-type(2) .top-service__text-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top-service__img--02 {
  width: 40%;
}
@media (max-width: 1180px) {
  .top-service__img--02 {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .top-service__img--02 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-service__item:nth-of-type(3) .top-service__text-wrap {
  width: 56%;
  padding-right: 5%;
  position: relative;
}
@media (max-width: 768px) {
  .top-service__item:nth-of-type(3) .top-service__text-wrap {
    margin-top: 30px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}

.top-service__item:nth-of-type(3) .top-service__title {
  padding-right: 14%;
}
@media (max-width: 768px) {
  .top-service__item:nth-of-type(3) .top-service__title {
    padding-right: 0;
  }
}

.top-service__badge {
  position: absolute;
  top: -16px;
  right: calc(9.2457vw - 99.0998px);
  right: calc(-5vw + 64px);
  width: 9.3220338983vw;
}
@media (max-width: 1080px) {
  .top-service__badge {
    top: calc(-3.2154vw + 24.7267px);
    width: calc(5.0386vw + 46.2533px);
  }
}
@media (max-width: 1024px) {
  .top-service__badge {
    width: 90px;
    right: calc(12.8617vw - 128.9068px);
  }
}
@media (min-width: 1180px) {
  .top-service__badge {
    width: 110px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .top-service__badge {
    top: -90px;
    right: initial;
    left: 0;
    width: 71px;
  }
}

.top-service__img--03 {
  width: 44%;
}
@media (max-width: 768px) {
  .top-service__img--03 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-service__btn {
  margin-top: 56px;
  width: 320px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-service__btn {
    width: 260px;
    height: 27px;
  }
}

/* ------------------------------------------------
top-works
--------------------------------------------------- */
.top-works {
  color: #fff;
  padding-block: 96px;
}
@media (max-width: 768px) {
  .top-works {
    padding-block: 64px;
  }
}

.top-works__title::before {
  border-top: 1px solid #fff;
}

.top-works__text {
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .top-works__text {
    font-size: 14px;
  }
}

.top-works__contents {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-works__contents {
    margin-top: 32px;
  }
}

.top-works__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 768px) {
  .top-works__items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    row-gap: 40px;
  }
}

.top-works-item__img {
  overflow: hidden;
}

.top-works-item__img img {
  width: 100%;
  aspect-ratio: 300/233;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.top-works-item__body {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .top-works-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-works-item__title {
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .top-works-item__title {
    font-size: 13px;
  }
}

.top-works__btn {
  margin-top: 72px;
  width: 320px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-works__btn {
    width: 260px;
    height: 27px;
  }
}

/*read moreボタン*/
.top-works-item__btn {
  margin-left: auto;
  width: 108px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .top-works-item__btn {
    padding-top: 4px;
    margin-left: initial;
    width: 98px;
  }
}

.top-works-item a {
  display: block;
}

.top-works-item a:hover {
  color: inherit !important;
}

.top-works-item a:hover .top-works-item__img img {
  scale: 1.1;
  opacity: 1;
}

.top-works-item a:hover .top-works-item__btn {
  opacity: 0.7;
}

/* ------------------------------------------------
top-exterior
--------------------------------------------------- */
.top-exterior {
  padding-block: 96px;
}
@media (max-width: 768px) {
  .top-exterior {
    padding-block: 64px;
  }
}

.top-exterior__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .top-exterior__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-exterior__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #4f3d22;
  width: 200px;
}
@media (max-width: 1024px) {
  .top-exterior__title {
    width: 100%;
    font-size: 20px;
  }
}

.top-exterior__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #4f3d22;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .top-exterior__text {
    margin-top: 24px;
    padding-left: 0;
    font-size: 14px;
  }
}

.top-exterior__text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background-color: #4f3d22;
}
@media (max-width: 1024px) {
  .top-exterior__text::before {
    display: none;
  }
}

.top-exterior__contents {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-exterior__contents {
    margin-top: 32px;
  }
}

.top-exterior__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .top-exterior__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .top-exterior__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 30px;
  }
}

.top-exterior__img figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-exterior__img figcaption {
    font-size: 12px;
    text-align: left;
    padding-right: 30px;
    width: 100%;
    position: relative;
  }
}

@media (max-width: 768px) {
  .top-exterior__img figcaption::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 3px;
    width: 24px;
    height: 5px;
    border-bottom: 1px solid #009cb7;
    border-right: 1px solid #009cb7;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
  }
}

.top-exterior__btn {
  margin-top: 72px;
  width: 320px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-exterior__btn {
    margin-top: 32px;
    width: 260px;
    height: 27px;
  }
}

.top-exterior__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-exterior__item a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------
top-maker
--------------------------------------------------- */
.top-maker {
  padding-block: 96px;
  background-color: #d6e4eb;
}
@media (max-width: 768px) {
  .top-maker {
    padding-block: 64px;
  }
}

.top-maker__network-items {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media (max-width: 768px) {
  .top-maker__network-items {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
}

.network-item {
  width: calc(30.9598vw + 61.9195px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: calc(4.3344vw - 23.3313px);
     -moz-column-gap: calc(4.3344vw - 23.3313px);
          column-gap: calc(4.3344vw - 23.3313px);
}
@media (min-width: 1092px) {
  .network-item {
    width: 400px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 768px) {
  .network-item {
    width: 100%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.network-item__logo {
  width: calc(9.2879vw - 1.4241px);
}
@media (min-width: 1092px) {
  .network-item__logo {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .network-item__logo {
    width: 70px;
  }
}

.network-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.network-item__title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .network-item__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .network-item__title {
    font-size: 14px;
  }
}

.network-item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.03em;
}
@media (max-width: 1080px) {
  .network-item__text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .network-item__text {
    margin-top: 6px;
    font-size: 11px;
  }
}

/* ------------------------------------------------
top-landscaping
--------------------------------------------------- */
.top-landscaping {
  color: #fff;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .top-landscaping {
    padding-top: 64px !important;
    padding-bottom: 64px;
  }
}

.top-landscaping__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .top-landscaping__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-landscaping__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  width: 230px;
}
@media (max-width: 1024px) {
  .top-landscaping__title {
    font-size: 20px;
    width: 100%;
  }
}

.top-landscaping__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .top-landscaping__text {
    margin-top: 16px;
    padding-left: 0;
    font-size: 14px;
  }
}

.top-landscaping__text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .top-landscaping__text::before {
    display: none;
  }
}

.top-landscaping__contents {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-landscaping__contents {
    margin-top: 32px;
  }
}

.top-landscaping__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .top-landscaping__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 30px;
  }
}

.top-landscaping__img figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .top-landscaping__img figcaption {
    font-size: 12px;
    text-align: left;
    padding-right: 30px;
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .top-landscaping__img figcaption::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 3px;
    width: 24px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
  }
}

.top-landscaping__item-text {
  font-size: 12px;
  padding-top: 0.6rem;
  border-top: 1px solid #9ec3d1;
}

.top-landscaping__btn {
  margin-top: 72px;
  width: 340px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-landscaping__btn {
    margin-top: 32px;
    width: 260px;
    height: 27px;
  }
}

.top-landscaping__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-landscaping__item a:hover {
  color: inherit;
  opacity: 0.7;
}

/* ------------------------------------------------
top-recommend
--------------------------------------------------- */
.top-recommend {
  background-color: #d5e2e9;
  padding-block: 140px 80px;
}
@media (max-width: 767px) {
  .top-recommend {
    padding-block: 58px 60px;
  }
}

.top-recommend__container {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .top-recommend__container {
    margin-top: 20px;
  }
}

.top-recommend__head h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .top-recommend__head h3 {
    font-size: 15px;
    line-height: 1.3333333333;
    letter-spacing: 0.048em;
  }
}
.top-recommend__head p {
  margin-top: 35px;
  font-size: 15px;
  line-height: 2.0666666667;
  max-width: 827px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-recommend__head p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
}

.top-recommend__body {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .top-recommend__body {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .top-recommend__body {
    margin-top: 44px;
  }
}

.recommend-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 6.7%;
     -moz-column-gap: 6.7%;
          column-gap: 6.7%;
}
@media (max-width: 1180px) {
  .recommend-main {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media (max-width: 1024px) {
  .recommend-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recommend-main__img {
  width: 46.3%;
}
@media (max-width: 1180px) {
  .recommend-main__img {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .recommend-main__img {
    width: 100%;
  }
}

.recommend-main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .recommend-main__content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .recommend-main__content {
    margin-top: 25px;
  }
}

.recommend-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .recommend-main__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .recommend-main__title {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.recommend-main__title span {
  display: block;
}
.recommend-main__title span:nth-child(1) {
  width: 81px;
}
@media (max-width: 767px) {
  .recommend-main__title span:nth-child(1) {
    width: 50px;
  }
}
.recommend-main__title span:nth-child(2) {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.7307692308;
}
@media (max-width: 767px) {
  .recommend-main__title span:nth-child(2) {
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.recommend-main__title span:nth-child(3) {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.128em;
  line-height: 1.7333333333;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .recommend-main__title span:nth-child(3) {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-bottom: 0;
  }
}

.recommend-main__text {
  margin-top: 45px;
  line-height: 1.8666666667;
  text-align: justify;
}
@media (max-width: 1024px) {
  .recommend-main__text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .recommend-main__text {
    font-size: 12px;
  }
}

.top-recommend__items {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.38%;
     -moz-column-gap: 3.38%;
          column-gap: 3.38%;
}
@media (max-width: 1024px) {
  .top-recommend__items {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}

.recommend-item__body {
  padding-top: 20px;
}

.recommend-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 768px) {
  .recommend-item__title {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.recommend-item__title span {
  display: block;
}
.recommend-item__title span:nth-child(1) {
  width: 80px;
}
@media (max-width: 768px) {
  .recommend-item__title span:nth-child(1) {
    width: 46px;
  }
}
.recommend-item__title span:nth-child(2) {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .recommend-item__title span:nth-child(2) {
    font-size: 11px;
  }
}

.recommend-item__text {
  margin-top: 23px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.top-recommend__btn {
  margin-top: 37px;
  width: 340px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .top-recommend__btn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .top-recommend__btn {
    margin-top: 32px;
    width: 260px;
    height: 27px;
  }
}

.recommend-camera {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 6.7%;
     -moz-column-gap: 6.7%;
          column-gap: 6.7%;
}
@media (max-width: 1024px) {
  .recommend-camera {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .recommend-camera {
    margin-top: 26px;
  }
}

.recommend-camera__img {
  width: 37.3%;
}
@media (max-width: 1024px) {
  .recommend-camera__img {
    margin-top: 30px;
    max-width: 630px;
    width: 100%;
  }
}

.recommend-camera__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .recommend-camera__contents {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .recommend-camera__contents {
    margin-top: 9px;
  }
}

.recommend-camera__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.168em;
  line-height: 1.7307692308;
}
@media (max-width: 767px) {
  .recommend-camera__title {
    font-size: 20px;
  }
}

.recommend-camera__catch {
  margin-top: 41px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .recommend-camera__catch {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .recommend-camera__catch {
    margin-top: 13px;
    font-size: 15px;
  }
}

.recommend-camera__text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media (max-width: 1024px) {
  .recommend-camera__text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .recommend-camera__text {
    font-size: 12px;
    margin-top: 22px;
  }
}

/* ------------------------------------------------
top-ex-doctor
--------------------------------------------------- */
.top-ex-doctor {
  color: #4f3d22;
  padding-block: 96px 48px !important;
}
@media (max-width: 768px) {
  .top-ex-doctor {
    padding-top: 64px !important;
    padding-bottom: 64px;
  }
}

.top-ex-doctor__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f3d22;
  position: relative;
}
@media (max-width: 1024px) {
  .top-ex-doctor__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-ex-doctor__badge {
  position: absolute;
  top: -33px;
  left: 785px;
  width: 9.3220338983vw;
}
@media (min-width: 1180px) {
  .top-ex-doctor__badge {
    width: 110px;
  }
}
@media (max-width: 1080px) {
  .top-ex-doctor__badge {
    width: 100px;
    width: calc(5.0386vw + 46.2533px);
  }
}
@media (max-width: 1024px) {
  .top-ex-doctor__badge {
    left: 260px;
    top: -30px;
    width: 90px;
  }
}
@media (max-width: 768px) {
  .top-ex-doctor__badge {
    width: 71px;
    left: initial;
    right: -16px;
  }
}

.top-ex-doctor__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  width: 290px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .top-ex-doctor__title {
    font-size: 20px;
    width: 100%;
  }
}

.top-ex-doctor__title::after {
  position: absolute;
  content: "〜EX-Doctor エクステリア ドクター";
  bottom: -6px;
  left: 0;
  font-size: 13px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-ex-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .top-ex-doctor__text {
    margin-top: 29px;
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top-ex-doctor__text {
    margin-top: 24px;
  }
}

.top-ex-doctor__text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background-color: #4f3d22;
}
@media (max-width: 1024px) {
  .top-ex-doctor__text::before {
    display: none;
  }
}

.top-ex-doctor__contents {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-ex-doctor__contents {
    margin-top: 32px;
  }
}

.top-ex-doctor__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .top-ex-doctor__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 30px;
  }
}

.top-ex-doctor__img figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top-ex-doctor__img figcaption {
    font-size: 12px;
    width: 100%;
    position: relative;
  }
}

.top-ex-doctor__foot {
  margin-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.5%;
     -moz-column-gap: 6.5%;
          column-gap: 6.5%;
}
@media (max-width: 1220px) {
  .top-ex-doctor__foot {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
@media (max-width: 1152px) {
  .top-ex-doctor__foot {
    -webkit-column-gap: 6.5%;
       -moz-column-gap: 6.5%;
            column-gap: 6.5%;
  }
}
@media (max-width: 858px) {
  .top-ex-doctor__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 53px;
  }
}

.top-ex-doctor__illust {
  width: 29%;
}
@media (max-width: 1152px) {
  .top-ex-doctor__illust {
    width: 36%;
  }
}
@media (max-width: 858px) {
  .top-ex-doctor__illust {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .top-ex-doctor__illust {
    width: 236px;
  }
}

.top-ex-doctor__lists-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 858px) {
  .top-ex-doctor__lists-wrap {
    margin-top: 27px;
  }
}

.top-ex-doctor__lists-wrap h3 {
  font-size: 22px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: -0.5em;
  line-height: 1.4;
}
@media (max-width: 1152px) {
  .top-ex-doctor__lists-wrap h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-ex-doctor__lists-wrap h3 {
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

.top-ex-doctor__lists-flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1152px) {
  .top-ex-doctor__lists-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .top-ex-doctor__lists-flex {
    margin-top: 24px;
  }
}

.top-ex-doctor__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}

.top-ex-doctor__lists:nth-of-type(1) {
  width: 45%;
}
@media (max-width: 1152px) {
  .top-ex-doctor__lists:nth-of-type(1) {
    width: 100%;
  }
}

.top-ex-doctor__lists:nth-of-type(2) {
  width: 55%;
}
@media (max-width: 1152px) {
  .top-ex-doctor__lists:nth-of-type(2) {
    width: 100%;
  }
}

.top-ex-doctor__lists li {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.17em;
  padding-left: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .top-ex-doctor__lists li {
    font-size: 13px;
  }
}

.top-ex-doctor__lists li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #4f3d22;
  border-radius: 50%;
}

/* ------------------------------------------------
top-banner
--------------------------------------------------- */
.top-banner {
  padding-block: 90px 62px;
}
@media (max-width: 767px) {
  .top-banner {
    padding-block: 57px;
  }
}

@media (max-width: 767px) {
  .top-banner__inner.l-inner {
    width: 84%;
  }
}

.top-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
}
@media (max-width: 1120px) {
  .top-banner__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 700px;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1120px) {
  .top-banner__items {
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .top-banner__items {
    row-gap: 38px;
  }
}

.top-banner-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}

.top-banner-item__img {
  width: 50%;
}
@media (max-width: 1238px) {
  .top-banner-item__img {
    width: 45%;
  }
}
@media (max-width: 1120px) {
  .top-banner-item__img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .top-banner-item__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 140/80;
    overflow: hidden;
  }
  .top-banner-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-banner-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .top-banner-item__content {
    width: 170px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.top-banner-item__content p {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .top-banner-item__content p {
    font-size: 11px;
  }
}
.top-banner-item__content p strong {
  font-size: 22px;
  line-height: 2;
}
@media (max-width: 1238px) {
  .top-banner-item__content p strong {
    font-size: 20px;
  }
}
@media (max-width: 1120px) {
  .top-banner-item__content p strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .top-banner-item__content p strong {
    font-size: 14px;
  }
}
.top-banner-item__content p span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-banner-item__content p span {
    font-size: 10px;
    display: block;
    margin-top: -5px;
  }
}

.top-banner-item__btn {
  margin-top: 44px;
  width: 321px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-banner-item__btn {
    margin-top: 24px;
    width: 260px;
    height: 27px;
  }
}

/* ------------------------------------------------
cta
--------------------------------------------------- */
.cta {
  background-color: #d6e4eb;
  padding-block: 57px;
  position: relative;
}

.cta__deco {
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 87px;
  height: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cta__deco {
    top: -12px;
  }
}

.cta__title {
  width: 408px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .cta__title {
    width: 100%;
  }
}

.cta__text {
  margin-top: 21px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .cta__text {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
}

.cta__body {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 970px) {
  .cta__body {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__tel-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 970px) {
  .cta__tel-wrap {
    width: 297px;
  }
}
@media (max-width: 768px) {
  .cta__tel-wrap {
    width: 238px;
  }
}

.cta__tel-wrap a {
  display: block;
  width: 88%;
}
@media (max-width: 768px) {
  .cta__tel-wrap a {
    width: 100%;
  }
}

.cta__tel-wrap p {
  margin-top: 10px;
  font-size: 14px;
  padding-right: 10px;
  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;
}
@media (max-width: 970px) {
  .cta__tel-wrap p {
    margin-top: 16px;
    font-size: 13px;
    padding-right: 0;
  }
}

.cta__tel-wrap p span {
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100px;
}

.cta__btn-wrap {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.7%;
     -moz-column-gap: 4.7%;
          column-gap: 4.7%;
}
@media (max-width: 970px) {
  .cta__btn-wrap {
    margin-top: 30px;
    width: 624px;
  }
}
@media (max-width: 768px) {
  .cta__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta__btn {
  width: 47.65%;
  height: 57px;
}
@media (max-width: 768px) {
  .cta__btn {
    width: 100%;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .cta__btn--faq {
    margin-top: 24px;
  }
}

.cta__btn a {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #4f3d22;
  border-radius: 5px;
  padding: 10px;
}

.cta__btn a span {
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 40px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media (max-width: 768px) {
  .cta__btn a span {
    font-size: 16px;
  }
}

.cta__btn a span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.cta__btn--contact a span::before {
  background-image: url(./img_/common/icon_mail.svg);
  width: 28px;
  height: 20px;
}

.cta__btn--faq a span::before {
  background-image: url(./img_/common/icon_faq.svg);
  width: 32px;
  height: 28px;
}

.cta__btn a:hover {
  background-color: #fff;
}

/* ------------------------------------------------
top-news
--------------------------------------------------- */
.top-news {
  color: #fff;
  padding-block: 96px 64px;
}
@media (max-width: 768px) {
  .top-news {
    padding-block: 64px;
  }
}

.top-news__title {
  color: #fff;
}

.top-news__title::before {
  border-top: 1px solid #fff;
}

.top-news__text {
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .top-news__text {
    font-size: 14px;
  }
}

.top-news__contents {
  margin-top: 67px;
  color: #fff !important;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 768px) {
  .top-news__contents {
    margin-top: 36px;
  }
}

.top-news__items {
  padding-right: 5.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding-top: 10px;
}
@media (max-width: 999px) {
  .top-news__items {
    row-gap: 22px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .top-news__items {
    row-gap: 14px;
  }
}

.news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 0.5px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-item__day {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.24em;
  width: 24%;
  padding: 14px;
  text-align: center;
  position: relative;
}
@media (max-width: 999px) {
  .news-item__day {
    width: 150px;
    padding-inline: 10px;
  }
}
@media (max-width: 768px) {
  .news-item__day {
    font-size: 12px;
    width: auto;
    text-align: left;
    padding: 4px 14px 8px 0;
  }
}

.news-item__day::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5px;
  height: 70%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .news-item__day::after {
    height: 50%;
  }
}

.news-item__title {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.24em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 14px 14px calc(10.1266vw - 85.6962px);
}
@media (min-width: 1340px) {
  .news-item__title {
    padding-left: 50px;
  }
}
@media (max-width: 999px) {
  .news-item__title {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .news-item__title {
    font-size: 12px;
    padding: 4px 14px 8px;
  }
}

.news-item__title > span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.3;
}

.news-item a > span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.24em;
  width: 160px;
  padding: 14px;
  border-bottom: 0.5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 999px) {
  .news-item a > span {
    display: none;
  }
}

.top-news__btn {
  margin-top: 60px;
  width: 320px;
  height: 33px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-news__btn {
    margin-top: 32px;
    width: 260px;
    height: 27px;
  }
}

.jspHorizontalBar {
  display: none;
}

.top-news__item.news-item a:hover {
  color: #fff !important;
  opacity: 0.7;
}

/* ------------------------------------------------
serviceページ
--------------------------------------------------- */
section.service-perspective {
  padding-block: 96px;
}
@media (max-width: 768px) {
  section.service-perspective {
    padding-block: 64px;
  }
}

.service-perspective__contents {
  margin-top: 78px;
}
@media (max-width: 768px) {
  .service-perspective__contents {
    margin-top: 39px;
  }
}

.perspective-contents__text-wrap {
  max-width: 730px;
  width: 100%;
}

.perspective-contents__lead {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.008em;
}
@media (max-width: 768px) {
  .perspective-contents__lead {
    font-size: 14px;
    letter-spacing: 0.048em;
  }
}

.perspective-contents__text {
  margin-top: 42px;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .perspective-contents__text {
    margin-top: 24px;
    font-size: 13px;
  }
}

.perspective-contents__example {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .perspective-contents__example {
    margin-top: 62;
  }
}

.perspective-example__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 82px;
}
@media (max-width: 768px) {
  .perspective-example__items {
    row-gap: 60px;
  }
}

.example-item__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.008em;
}
@media (max-width: 990px) {
  .example-item__title {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .example-item__title {
    font-size: 14px;
    letter-spacing: 0.048em;
  }
}

.example-item__title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.024em;
  padding-right: 1em;
}
@media (max-width: 990px) {
  .example-item__title span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .example-item__title span {
    display: block;
    margin-bottom: 14px;
  }
}

.example-item__img-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
}
@media (max-width: 768px) {
  .example-item__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}

.example-item__img-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.2686567164vw;
  height: 4.0298507463vw;
  background-image: url(./img_/service/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (min-width: 1340px) {
  .example-item__img-wrap::before {
    width: 84px;
    height: 54px;
  }
}
@media (max-width: 768px) {
  .example-item__img-wrap::before {
    width: 13.3333333333vw;
    height: 9.0666666667vw;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.example-item__text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.8333;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .example-item__text {
    margin-top: 26px;
  }
}

section.service-category {
  padding-top: 0;
}
@media (max-width: 768px) {
  section.service-category {
    padding-top: 0;
  }
}

.category-tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-tab__item {
  padding-block: 23px 5px;
  width: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #e6e6e6;
  -webkit-mask-image: url(./img_/service/img_tab.svg);
          mask-image: url(./img_/service/img_tab.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .category-tab__item {
    width: 230px;
    padding-block: 18px 4px;
    -webkit-mask-image: url(./img_/service/img_tab-sp.svg);
            mask-image: url(./img_/service/img_tab-sp.svg);
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}

.category-tab__item:nth-child(1) {
  margin-right: -36px;
}
@media (max-width: 768px) {
  .category-tab__item:nth-child(1) {
    margin-right: -24px;
  }
}

.category-tab__item:nth-child(2) {
  margin-left: -36px;
}
@media (max-width: 768px) {
  .category-tab__item:nth-child(2) {
    margin-left: -24px;
  }
}

.category-tab__item.is-active {
  position: relative;
  z-index: 3;
}

.category-tab__item span {
  display: block;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #808080;
  padding-inline: 17px;
  padding-bottom: 8px;
  border-bottom: 3px solid #e6e6e6;
  pointer-events: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .category-tab__item span {
    font-size: 16px;
    padding-bottom: 6px;
  }
}

.category-tab__item.is-active {
  background-color: #c1d7e1;
}

.category-tab__item.is-active span {
  color: #009cb7;
  border-bottom: 3px solid #009cb7;
}

.category-tab__item:hover span {
  color: #009cb7;
}

.category-content {
  display: none;
  background-color: #c1d7e1;
  margin-top: -4px;
  position: relative;
  z-index: 5;
  padding-block: 140px 100px;
}
@media (max-width: 768px) {
  .category-content {
    padding-block: 60px;
  }
}

.category-content.is-active {
  display: block;
}

.category-content__inner {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 80px;
}
@media (max-width: 990px) {
  .category-content__inner {
    padding-inline: 0;
  }
}

@media (max-width: 990px) {
  .category-content__head {
    padding-inline: 80px;
  }
}
@media (max-width: 768px) {
  .category-content__head {
    padding-inline: 8.5333333333vw;
  }
}

.category-content__title {
  font-size: 24px;
  position: relative;
  padding-left: 200px;
}
@media (max-width: 768px) {
  .category-content__title {
    padding-left: 0;
    font-size: 20px;
  }
}

.category-content__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 183px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 768px) {
  .category-content__title::before {
    display: none;
  }
}

.category-content__lead {
  margin-top: 63px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.008em;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 768px) {
  .category-content__lead {
    font-size: 14px;
    line-height: 1.428;
    letter-spacing: 0.048em;
    margin-top: 26px;
  }
}

.category-content__text {
  margin-top: 52px;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.03em;
  max-width: 644px;
  width: 100%;
}
@media (max-width: 768px) {
  .category-content__text {
    margin-top: 12px;
  }
}

.category-content__body {
  margin-top: 67px;
}
@media (max-width: 990px) {
  .category-content__body {
    margin-top: 6px;
    margin-inline: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .category-content__body {
    margin-top: 0;
    max-width: initial;
  }
}

.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
  padding-top: 58px;
}
@media (max-width: 990px) {
  .category-item {
    padding-top: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .category-item {
    padding-top: 60px;
  }
}

.category-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .category-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.category-item__img {
  width: 46%;
}
@media (max-width: 990px) {
  .category-item__img {
    width: calc(100% - 80px);
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .category-item__img {
    width: calc(100% - 8.5333333333vw);
  }
}

.category-item__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  .category-item:nth-child(odd) .category-item__img {
    margin-right: auto;
  }
}

@media (max-width: 990px) {
  .category-item:nth-child(even) .category-item__img {
    margin-left: auto;
  }
}

.category-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 990px) {
  .category-item__body {
    margin-top: 16px;
    padding-inline: 80px;
  }
}
@media (max-width: 768px) {
  .category-item__body {
    padding-inline: 8.5333333333vw;
  }
}

.category-item__title {
  font-size: 30px;
  line-height: 2;
  font-weight: 600;
}
@media (max-width: 990px) {
  .category-item__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .category-item__title {
    font-size: 20px;
    letter-spacing: 0.075em;
  }
}

.category-item__text {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8333;
  letter-spacing: 0.03em;
}
@media (max-width: 990px) {
  .category-item__text {
    margin-top: 7px;
  }
}

.service-category__landscaping.category-content .category-content__lead {
  max-width: 500px;
}
.service-category__landscaping.category-content .category-content__text {
  max-width: 893px;
}

.category-item__lead {
  font-size: 12px;
  line-height: 1.8333;
  letter-spacing: 0.03em;
  padding-block: 10px;
  border-top: 1px solid #221714;
  border-bottom: 1px solid #221714;
}

/* ------------------------------------------------
faqページ
--------------------------------------------------- */
.faq__container {
  padding-block: 96px;
}
@media (max-width: 768px) {
  .faq__container {
    padding-block: 64px;
  }
}

.faq__contents {
  max-width: 880px;
  width: 100%;
  margin-inline: auto;
}

section.faq-sec {
  padding-top: 0;
  margin-top: 96px;
}
@media (max-width: 768px) {
  section.faq-sec {
    margin-top: 46px;
  }
}

.faq-sec__title {
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq-sec__title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.048em;
    line-height: 1.1;
  }
}

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

.faq-item {
  padding-block: 20px 18px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .faq-item {
    padding-block: 21px 23px;
  }
}

.faq-item__q {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #009cb7;
  padding-inline: 57px 62px;
  position: relative;
}
@media (max-width: 768px) {
  .faq-item__q {
    padding-inline: 0 32px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.4285;
  }
}

.faq-item__q::before {
  position: absolute;
  content: "Q " attr(data-text);
  top: 0;
  left: 5px;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
@media (max-width: 768px) {
  .faq-item__q::before {
    font-size: 14px;
    left: 0;
  }
}

.faq-item__q::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-78%) rotate(45deg);
          transform: translateY(-78%) rotate(45deg);
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #009cb7;
  border-right: 1px solid #009cb7;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .faq-item__q::after {
    right: 0;
  }
}

.faq-item__a {
  margin-top: 10px;
  background-color: rgba(214, 228, 235, 0.5);
  padding: 20px 50px 20px 57px;
  font-size: 13px;
  line-height: 1.692;
  letter-spacing: 0.03em;
  display: none;
  text-align: justify;
}
@media (max-width: 768px) {
  .faq-item__a {
    margin-block: 20px 3px;
    padding: 19px 18px;
  }
}

.faq-item.is-show .faq-item__q::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/* ------------------------------------------------
flowページ
--------------------------------------------------- */
.flow__container {
  padding-block: 96px 100px;
}
@media (max-width: 768px) {
  .flow__container {
    padding-block: 64px;
  }
}

@media (max-width: 768px) {
  .flow__inner.l-inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .flow__head {
    width: 80%;
    margin-inline: auto;
  }
}
.flow__head h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow__head h3 {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.048em;
  }
}
.flow__head p {
  margin-top: 33px;
  font-size: 15px;
  line-height: 1.9333333333;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .flow__head p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.flow__steps {
  margin-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
@media only screen and (max-width: 970px) {
  .flow__steps {
    row-gap: 60px;
  }
}
@media (max-width: 768px) {
  .flow__steps {
    margin-top: 30px;
    row-gap: 50px;
  }
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.9%;
     -moz-column-gap: 3.9%;
          column-gap: 3.9%;
}
@media (max-width: 970px) {
  .step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .step-item:nth-child(odd) {
    padding-right: 10%;
  }
}

.step-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 970px) {
  .step-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .step-item:nth-child(even) {
    padding-left: 10%;
  }
}

.step-item__img {
  width: 46.7%;
}
@media only screen and (min-width: 971px) and (max-width: 1100px) {
  .step-item__img {
    width: 50%;
  }
}
@media (max-width: 970px) {
  .step-item__img {
    width: 100%;
  }
}

.step-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
}
@media (max-width: 1100px) {
  .step-item__content {
    padding-bottom: 0;
  }
}
@media (max-width: 970px) {
  .step-item__content {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .step-item__content {
    margin-top: 17px;
  }
}
.step-item__content h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 2.5;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .step-item__content h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .step-item__content h4 {
    font-size: 20px;
    letter-spacing: 0.075em;
  }
}
.step-item__content p {
  margin-top: 3px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .step-item__content p {
    font-size: 12px;
    line-height: 1.875;
  }
}
@media (max-width: 768px) {
  .step-item__content p {
    margin-top: 0;
    line-height: 1.75;
  }
}

@media (max-width: 768px) {
  .step-item:nth-child(odd) .step-item__content {
    padding-left: 10%;
  }
}

@media (max-width: 768px) {
  .step-item:nth-child(even) .step-item__content {
    padding-right: 10%;
  }
}

.step-item__btn {
  margin-top: 20px;
  width: 320px;
  height: 33px;
}
@media (max-width: 970px) {
  .step-item__btn {
    margin-inline: auto;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .step-item__btn {
    width: 260px;
    height: 27px;
  }
}

/* ------------------------------------------------
その他上書き
--------------------------------------------------- */
.about {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 20px;
  }
}

.privacy-policy {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .privacy-policy {
    padding-bottom: 40px;
  }
}

.works,
.news {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .works,
  .news {
    padding-bottom: 60px;
  }
}

.contact {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .contact {
    padding-bottom: 20px;
  }
}

/* ------------------------------------------------
footer sitemap上書き
--------------------------------------------------- */
#sitemap {
  color: #fff;
  width: 490px;
}
@media (max-width: 980px) {
  #sitemap {
    display: none;
  }
}
#sitemap .sitemap__title {
  font-size: 13px;
  letter-spacing: 0.29em;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
#sitemap .footer__nav {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sitemap .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-right: 10px;
}
#sitemap .footer__nav ul li > a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 10px 10px 10px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sitemap .footer__nav-sub {
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sitemap .footer__nav-sub a {
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 5px 5px 5px 9px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#sitemap .footer__nav-sub a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 4px;
  height: 4px;
  border-bottom: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}

.footer__nav a:hover {
  opacity: 0.7;
  color: inherit;
}

.footer__inner {
  max-width: 1060px;
  padding-inline: 30px;
  width: 100%;
}

.footer__info {
  margin-left: 0;
}

.footer__map {
  text-align: right;
}
@media (max-width: 980px) {
  .footer__map {
    text-align: left;
  }
}

.footer__map a {
  display: inline-block;
  letter-spacing: 0.17em;
  font-size: 13px;
  padding-bottom: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__map a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------
utility
--------------------------------------------------- */
.u-ib {
  display: inline-block;
}

.u-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-bg {
  background-color: #009cb7;
}

[data-aos=fade-up] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 初期位置を50pxに変更 */
}

[data-aos=fade-up].aos-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0); /* アニメーション後は通常位置に戻る */
}

.no-scroll {
  overflow: hidden;
}

h1.single-main-visual__title {
  font-weight: 400;
  padding-inline: 47px 40px;
}

.section--work-single {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section--work-single {
    padding-bottom: 60px;
  }
}

.post__footer .c-btn a {
  margin-bottom: 2px;
}/*# sourceMappingURL=style.css.map */