@charset "UTF-8";
/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*中央寄せ $direction x：横方向 y：縦方向 xy：縦横方向*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html, body {
  width: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  vertical-align: middle;
}

caption {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
}

button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

  フォント・文字サイズ設定

////////////////////////////////////////////////////*/
html {
  font-size: 62.5%;
  background-color: #fff;
  scroll-behavior: auto;
  overflow-x: hidden;
}
html.__fixed {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  background: #fff 0 0 repeat;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
body:before, body:after {
  opacity: 0;
  content: "";
  pointer-events: none;
  position: fixed;
}
body.disable-js:before {
  opacity: 1;
}

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

  その他

////////////////////////////////////////////////////*/
p {
  letter-spacing: 0.02em;
}

a {
  color: #000;
  text-decoration: none;
}

table {
  line-height: 1.8;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
body {
  counter-reset: number 0;
}

section .c_list_wp .c_list__m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section .c_list_wp .c_list__m {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section .c_list_wp .c_list__m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section .c_list_wp .c_list__m li.c_list {
  width: 100px;
  background-color: #fff;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
section {
  color: #333;
  position: relative;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 10rem 4.6vw;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 5rem 4vw;
  }
}
section .c_ttl_det {
  height: 8rem;
  width: 2px;
  background-color: #0f1d73;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  section .c_ttl_det {
    height: 3.5rem;
  }
}
section h2.c_ttl_main {
  margin-bottom: 7rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 3.75rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section h2.c_ttl_main {
    margin-bottom: 3rem;
  }
}
section h2.c_ttl_main span {
  display: block;
}
section h2.c_ttl_main .c_ttl_main__s {
  font-size: 1.6rem;
  color: #0f1d73;
}
@media only screen and (max-width: 767px) {
  section h2.c_ttl_main .c_ttl_main__s {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  section h2.c_ttl_main .c_ttl_main__m {
    font-size: 2.4rem;
  }
}

.c_head, .c_copy {
  font-family: "Hiragino serif ", serif, "ヒラギノ明朝 ProN W5";
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*リンクボタンアニメーション*/
.shine span.mask {
  position: relative; /*キラッの基点となる位置を定義*/
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}
@media only screen and (max-width: 767px) {
  .shine span.mask {
    display: inherit;
  }
}

.shine span.mask::before {
  position: absolute;
  content: "";
  width: 50%; /*キラッの横幅*/
  height: 100%; /*キラッの縦幅*/
  top: 0; /*.shine span.maskのトップ0を基点*/
  left: -75%; /*画面の見えていない左から右へ移動するスタート地点*/
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg); /*背景白透過を斜めに*/
}

.shine span.mask:hover::before { /*hoverした時の変化*/
  -webkit-animation: shine 1.2s;
          animation: shine 1.2s; /*アニメーションの名前と速度を定義*/
}

@-webkit-keyframes shine {
  100% {
    left: 125%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes shine {
  100% {
    left: 125%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
/*////////////////////////////////////////////////////

animation

////////////////////////////////////////////////////*/
/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.animation .plot {
  -webkit-transition: 4.2s;
  transition: 4.2s;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.active.plot {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animation2, .animation3, .animation4, .animation5 {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.animation2.active, .animation3.active, .animation4.active, .animation5.active {
  opacity: 1;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

　全ページ共通

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

　MV

////////////////////////////////////////////////////*/
section#mv {
  padding: 0;
}

#mv {
  background: url(../img/room_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  height: 90vh;
}
#mv:first-child, #mv:last-child {
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  #mv {
  background: url(../img/room_bg_tab.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  height: 90vh;
  }
  #mv:first-child, #mv:last-child {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #mv {
  background: url(../img/room_bg_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  height: 90vh;
  }
  #mv:first-child, #mv:last-child {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv:first-child, #mv:last-child {
    height: auto;
  }
}
#mv h1 {
  position: absolute;
  top: 4%;
  left: 4%;
  width:4vw;
}
@media only screen and (max-width: 1023px) {
  #mv h1 {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv h1 {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -50%);
  }
}
#mv h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #mv h1 img {
    width: 10vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv h1 img {
    width: 5vw;
  }
}
#mv .mv_wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap {
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap {
    /* position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none; */
  }
}

@media only screen and (max-width: 767px) {
  #mv h1.logo {
    position: absolute;
    top: 10px; /* 必要なら調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    z-index: 10;
  }

  #mv h1.logo img {
    width: 100%;
    height: auto;
  }
}
#mv .mv_wrap .mv_wrap_in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: distribute;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6rem;
  margin-top: -70px;
}
@media only screen and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in {
    padding: 0 1.5rem;
    display: block;
    padding: 10vh 0 3vh 0;
    justify-content: space-around;
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in {
    padding: 10vh 0 3vh 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap .mv_wrap_in {
    /* padding-top: 10vh; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in {
    /* display: block; */
    /* padding-top: 10vh; */
  }
}
#mv .mv_wrap .mv_wrap_in img:first-child {
  width: 35%;
}
#mv .mv_wrap .mv_wrap_in img:last-child {
  width: 33%;
}
@media only screen and (max-width: 1400px) {
  #mv .mv_wrap .mv_wrap_in img:last-child {
  width: 38%;
}

}
@media only screen and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in img:first-child {
    padding-bottom: 350px;
  }
  #mv .mv_wrap .mv_wrap_in img:first-child, #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap .mv_wrap_in img:first-child {
    padding-bottom: 223px;
  }
  #mv .mv_wrap .mv_wrap_in img:first-child, #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 72%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap .mv_wrap_in img:first-child, #mv .mv_wrap .mv_wrap_in img:last-child {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap .mv_wrap_in img:first-child {
    /* width: 45%; */
  }
  #mv .mv_wrap .mv_wrap_in img:last-child {
    /* width: 40%; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap .mv_wrap_in img:first-child {
    /* width: 50vw; */
  }
  #mv .mv_wrap .mv_wrap_in img:last-child {
    /* width: 60vw; */
  }
}
#mv .mv_wrap_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 60px 0;
  background-color: rgba(0, 6, 34, 0.7);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap_line {
    padding: 15px;
    display: block;
    width: auto;
    line-height: 3;
    position: inherit;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap_line {
    width: 100%;
    padding: 20px 0;
    position: inherit;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap_line {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap_line {
    display: block;
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap_line .mv_wrap_line_in {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap_line .mv_wrap_line_in {
    padding-bottom: 20px;
  }
}
#mv .mv_wrap_line .mv_wrap_line_in ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(22px, 2.3vw, 28px);
  color: #e8cd86;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.3rem;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap_line .mv_wrap_line_in ul {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#mv .mv_wrap_line .mv_wrap_line_in ul li {
  border-bottom: 1px solid #e8cd86;
  line-height: 1.3;
}
#mv .mv_wrap_line .mv_wrap_line_in ul li:first-child {
  margin-right: 30px;
}
#mv .mv_wrap_line .mv_wrap_line_in p {
  font-size: clamp(24px, 2.3vw, 32px);
  color: #fff;
  letter-spacing: 0.6rem;
  font-family: "Hiragino serif ", serif, "ヒラギノ明朝 ProN W5";
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap_line .mv_wrap_line_in p {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap_line .mv_wrap_line_in p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap_line .mv_wrap_line_in p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #mv .mv_wrap_line .mv_wrap_line_in p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#mv .mv_wrap_line .shine:first-child {
  margin-bottom: 10px;
}
#mv .mv_wrap_line .shine a:first-child {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #mv .mv_wrap_line a img {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #mv .mv_wrap_line a img {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #mv .mv_wrap_line a img {
    width: 90%;
  }
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, -webkit-transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s;
  transition: opacity 2s, visibility 2s, transform 2s, -webkit-transform 2s;
}

.fade-in.load {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

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

導入実績　

////////////////////////////////////////////////////*/
#cliants {
  background-color: #efefef;
}
#cliants .c_flex_wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp {
    width: 100%;
    padding-bottom: 250px;
  }
}
#cliants .c_flex_wp .no1 {
  position: absolute;
  left: 20%;
}
@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .no1 {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #cliants .c_flex_wp .no1 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cliants .c_flex_wp .no1 {
    left: 0;
  }
}
#cliants .c_flex_wp .c_flex_in {
  position: relative;
  left: 30rem;
}
@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in {
    left: 0;
    top: 260px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in {
    top: 350px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #cliants .c_flex_wp .c_flex_in {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cliants .c_flex_wp .c_flex_in {
    z-index: -1;
    left: 10rem;
    top: 10rem;
  }
}
#cliants .c_flex_wp .c_flex_in img:nth-child(2) {
  position: absolute;
  top: 17%;
  right: 35%;
}
@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in img:nth-child(2) {
    top: 18%;
    right: 22%;
    width: 69%;
  }
}
@media only screen and (max-width: 767px) {
  #cliants .c_flex_wp .c_flex_in img:first-child {
    width: 120%;
  }
}
#cliants .slider {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  #cliants .slider .slick-slide {
    margin-right: 30px;
    width: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cliants .slider {
    padding-top: 100px;
  }
}
#cliants .slider img {
  width: 18vw;
}
@media only screen and (max-width: 767px) {
  #cliants .slider img {
    width: 100%;
  }
}

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

　お悩み

////////////////////////////////////////////////////*/
#discontent {
  background-color: #fff;
}
#discontent h3 {
  padding-bottom: 30px;
  font-size: clamp(18px, 2.3vw, 22px);
  position: relative;
  padding-left: 50px;
  color: #0f1d73;
}
@media only screen and (max-width: 767px) {
  #discontent h3 {
    padding-bottom: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #discontent h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#discontent h3 .tab {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent h3 .tab {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #discontent h3 .tab {
    display: block;
  }
}
#discontent h3::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: -20%;
  font-family: Futura PT;
  font-style: italic;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #discontent h3::before {
    top: -35%;
    font-size: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent h3::before {
    top: -10%;
  }
}
#discontent .c_list_wp .c_list__m li {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  #discontent .c_list_wp .c_list__m li {
    width: 100%;
    margin-bottom: 30px;
  }
  #discontent .c_list_wp .c_list__m li:last-child {
    margin-bottom: 0;
  }
}
#discontent .c_list_wp .c_list__m li img {
  width: 100%;
}
#discontent .c_list_wp .c_list__m .c_list__s {
  padding-top: 20px;
  line-height: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #discontent .c_list_wp .c_list__m .c_list__s {
    padding-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #discontent .c_list_wp .c_list__m .c_list__s {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #discontent .c_list_wp .c_list__m .c_list__s {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#discontent .c_list_wp .c_list__m .c_list__s li {
  width: 90%;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  #discontent .c_list_wp .c_list__m .c_list__s li {
    margin-bottom: 0px;
  }
}
#discontent .c_list_wp .c_list__m .c_list__s li::before {
  content: "";
  background: url(../discontent/img/list_dots.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: absolute;
  top: 6px;
  left: 0px;
}

.answer {
  padding: 16rem 4.6vw 7rem 4.6vw;
  background-color: #000622;
  text-align: center;
  font-size: 4.8rem;
  position: relative;
  color: #fff;
  letter-spacing: -0.03rem;
}
@media only screen and (max-width: 767px) {
  .answer {
    padding: 8rem 2vw 3rem 2vw;
    font-size: 2.4rem;
    font-size: 24px;
  }
}
.answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #fff; /* 好みで高さ色を変えてください */
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.answer .bb {
  border-bottom: #b39d5c 1px solid;
}
.answer span:last-child {
  color: #b39d5c;
}
.answer .sp, .answer .tab {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .answer .sp, .answer .tab {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .answer .sp, .answer .tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .answer .sp, .answer .tab {
    display: block;
  }
}

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

　特徴

////////////////////////////////////////////////////*/
#features {
  background-color: #e3ded2;
}
#features .c_list_wp .c_list__m {
  counter-reset: number 0;
  padding-top: 30px;
}
#features .c_list_wp .c_list__m .c_list {
  width: 23.5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #features .c_list_wp .c_list__m .c_list {
    width: 100%;
    margin-bottom: 50px;
  }
  #features .c_list_wp .c_list__m .c_list:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #features .c_list_wp .c_list__m .c_list {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #features .c_list_wp .c_list__m .c_list {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #features .c_list_wp .c_list__m .c_list:nth-child(3), #features .c_list_wp .c_list__m .c_list:nth-child(4) {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #features .c_list_wp .c_list__m .c_list:nth-child(3), #features .c_list_wp .c_list__m .c_list:nth-child(4) {
    margin-top: 5rem;
  }
}
#features .c_list_wp .c_list__m .c_list img {
  width: 100%;
}
#features .c_list_wp .c_list__m .c_list div {
  padding: 15px;
  background-color: #fff;
}
#features .c_list_wp .c_list__m .c_list div h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #9f8d59;
  text-align: center;
  font-size: 2.4rem;
  color: #1a255d;
}
#features .c_list_wp .c_list__m .c_list div p {
  padding-top: 10px;
}
#features .c_list_wp .c_list__m .c_list div p span {
  color: #1a255d;
  font-weight: 700;
}
#features .c_list_wp .c_list__m .c_list::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 5%;
  top: -8%;
  font-family: Futura PT;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #07103c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #features .c_list_wp .c_list__m .c_list::before {
    left: 2%;
    top: -6%;
    font-size: 36px;
  }
}

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

　機能

////////////////////////////////////////////////////*/
#function {
  color: #fff;
  background-color: #000622;
}
#function .c_ttl_det {
  background-color: #b39d5c;
}
#function .c_ttl_main .c_ttl_main__s {
  color: #b39d5c;
}
#function .c_list_wp .c_list__m li {
  width: 29%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b39d5c;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #function .c_list_wp .c_list__m li {
    width: auto;
    padding: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #function .c_list_wp .c_list__m li {
    width: 44%;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #function .c_list_wp .c_list__m li {
    width: 44%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #function .c_list_wp .c_list__m li {
    width: 43%;
  }
}
#function .c_list_wp .c_list__m li div {
  padding-left: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #function .c_list_wp .c_list__m li div {
    padding-left: 0;
  }
}
#function .c_list_wp .c_list__m li div h3 {
  font-size: 1.8rem;
  font-size: 18px;
  color: #b39d5c;
}
#function .c_list_wp .c_list__m li img {
  width: 30%;
}
#function .c_txt {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 70px;
  font-weight: bold;
}
#function .c_txt span {
  color: #b39d5c;
}
@media only screen and (max-width: 767px) {
  #function .c_txt {
    font-size: 1.8rem;
    font-size: 18px;
    margin-bottom: 3rem;
  }
}

.function_answer {
  color: #333;
  background: url(../function/img/func_bg.png) no-repeat;
  background-position: right;
  background-color: #efefef;
  padding-top: 13rem;
}
.function_answer.answer::before {
  border-top: 60px solid #000622;
}
@media only screen and (max-width: 767px) {
  .function_answer {
    background: url(../function/img/func_bg.png) no-repeat;
    background-position: bottom, right;
    background-size: cover;
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer {
    background: url(../function/img/func_bg.png) no-repeat;
    background-position: bottom, right;
    background-size: cover;
    padding-top: 8rem;
  }
}
.function_answer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid #66572e;
}
.function_answer ul::before, .function_answer ul::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
.function_answer ul::before {
  border: 30px solid;
  border-color: transparent;
  border-top-color: #66572e;
  margin-left: -30px;
}
.function_answer ul::after {
  border: 27px solid;
  border-color: transparent;
  border-top-color: #efefef;
  margin-left: -27px;
}
@media only screen and (max-width: 767px) {
  .function_answer ul::after {
    border-top-color: #dddddd;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer ul::after {
    border-top-color: #dddddd;
  }
}
.function_answer ul li {
  width: 19%;
}
.function_answer ul li h3 {
  font-size: 2rem;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer ul li h3 {
    font-size: 2.8rem;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .function_answer ul li h3 {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.function_answer ul li img {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .function_answer ul li {
    width: 48%;
    padding-bottom: 20px;
  }
  .function_answer ul li img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .function_answer ul li {
    width: 30%;
    padding-bottom: 20px;
  }
  .function_answer ul li img {
    width: 60%;
  }
}
.function_answer p {
  font-weight: bold;
  margin-top: 70px;
  color: #1a255d;
  line-height: 1.3;
  font-size: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .function_answer p {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}

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

　CV_S

////////////////////////////////////////////////////*/
#conv_s {
  background: url(../img/room_bg_1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#conv_s p {
  font-size: 3.6rem;
  font-size: 36px;
  color: #fff;
  padding-bottom: 30px;
}


@media only screen and (max-width: 767px) {
  #conv_s p {
    font-size: 2.4rem;
    font-size: 24px;
  }
  #conv_s p.c_copy{
      font-size: 2rem;
  }
}
#conv_s p span {
  font-size: 5.4rem;
  font-size: 54px;
  color: #c5ac69;
  vertical-align: baseline;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  #conv_s p span {
    font-size: 3.6rem;
    font-size: 36px;
  }
  #conv_s p.c_copy span {
    font-size: 2.6rem;
  }
}
#conv_s .shine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#conv_s .shine a:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #conv_s .shine {
    font-size: 3.6rem;
    font-size: 36px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #conv_s img {
    width: 100%;
  }
}

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

　CV_L

////////////////////////////////////////////////////*/
#conv_l {
  background: url(../img/room_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#conv_l div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#conv_l div.img{
  justify-content: flex-start;
  margin-bottom: 30px;
}
#conv_l div img {
  width: 38%;
}

@media only screen and (max-width: 1023px) {
  #conv_l {
    background: url(../img/room_bg_tab.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
  }
  #conv_l div img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 767px) {
  #conv_l {
    background: url(../img/room_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
  }
  #conv_l div img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  #conv_l div img {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #conv_l div img {
    width: 50%;
  }
}
#conv_l .shine a:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  #conv_l .shine a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#conv_l .shine img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #conv_l .shine img {
    padding-bottom: 0;
  }
}

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

　footer

////////////////////////////////////////////////////*/
footer {
  color: #fff;
  background-color: #000622;
  text-align: center;
}
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer ul li {
  width: 30%;
  border-right: 1px solid #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li:first-child {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  footer ul li {
    width: 45%;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-size: 13px;
  }
  footer ul li:nth-child(3) {
    border-left: 1px solid #fff;
  }
}
footer img {
  width: 150px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  footer img {
    width: 130px;
  }
}
footer .copylight {
  padding: 10px 0;
  background-color: #1c1c20;
}

/*////////////////////////////////////////////////////
    LP用style.css
////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////

  例外のレイアウト

  ※各ページ固有の、ちょっとしたスタイルの追加に使用します

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  デバイスごとの表示切り分け
------------------------------------------------ */
.only-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.only-pc {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .only-pc {
    display: block !important;
  }
}

.only-tablet {
  display: none !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .only-tablet {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px) {
  .no-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {
  .no-tablet {
    display: none !important;
  }
}

/* ------------------------------------------------
  テキストの調整
------------------------------------------------ */
.nowrap {
  white-space: nowrap;
}

/* ------------------------------------------------
  余白の調整
------------------------------------------------ */
.mt_0 {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .mt_l {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_l {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .mt_m {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mt_s {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .mb_l {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .mb_m {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mb_s {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------
	utility margin class
------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

/* ------------------------------------------------
  電話
------------------------------------------------ *//*# sourceMappingURL=style.css.map */