@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* html, body, object, iframe,
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;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75;
  word-wrap: break-word;
} 

@media (max-width: 767px) {
  html, body, object, iframe,
  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 {
    font-size: 55%;
  }
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

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

nav ul {
  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;
  word-break: break-all;
} */

/* 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-spacing: 0;
}

/* 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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* img {
  display: block;
  width: 100%;
} */

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

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

/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

body {
  min-width: 1200px;
}

@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/* 
.l-header {
  background-color: #fff;
}

.l-header .l-header__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
}

.l-header .l-header__logo {
  width: 140px;
} */

.c-btn {
  display: block;
  width: 360px;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #2679BA;
}

@media (max-width: 767px) {
  .c-btn {
    width: 100%;
  }
}

.c-btn:hover {
  opacity: 0.8;
}

.home-section {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .home-section {
    padding: 48px 0;
  }
}

.home-section--bg {
  background-color: #E2ECF4;
}

.home-section .home-section-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-section .home-section-wrap {
    padding: 0 4%;
  }
}

.kv-wrap {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.kv-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90vw;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../img/kv_bg.png") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .kv-bg {
    max-width: 210vw;
  }
}

.kv-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .kv-main {
    padding: 48px 4%;
  }
}

.kv-main h1 {
  font-size: 4rem;
  color: #fff;
}

@media (max-width: 767px) {
  .kv-main h1 {
    font-size: 3.6vw;
  }
}

.kv-main h1 span {
  display: inline-block;
  padding: 8px 20px;
  background-color: #222;
}

@media (max-width: 767px) {
  .kv-main h1 span {
    padding: 6px 12px;
  }
}

.kv-main h1 span:first-child {
  margin: 0 0 20px;
}

.kv-main .kv-main__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .kv-main .kv-main__profile {
    margin: 40px 0 0;
  }
}

.kv-main .kv-main__profile .kv-main__profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 32px 10px 10px;
  background-color: #222;
}

.kv-main .kv-main__profile .kv-main__profile__wrap p {
  margin: 0 0 0 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

/* 事例紹介 遷移ボタン */
.kv-main .kv-main__profile .kv-main__profile__wrap {
  background-color: #fff;
  border-radius: 6px;
  padding: 0;
}
.kv-main .kv-main__profile .kv-main__profile__wrap a {
  padding: 20px 42px 20px 20px;
  background-color: #fff15a;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}
.kv-main .kv-main__profile .kv-main__profile__wrap a:hover {
  opacity: 0.7;
}
.kv-main .kv-main__profile .kv-main__profile__wrap a p {
  color: #333;
  margin: 0 20px 0 6px;
}
.kv-main .kv-main__profile .kv-main__profile__wrap a::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .kv-main .kv-main__profile .kv-main__profile__wrap p {
    font-size: 1.5rem;
  }
}

.intro {
  background: #E2ECF4;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .intro {
    padding: 48px 0;
  }
}

.intro .intro-wrap {
  max-width: 670px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .intro .intro-wrap {
    display: block;
    padding: 0 4%;
  }
}

.intro .intro-wrap .intro-wrap__ttl {
  margin: 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #38709C;
}

@media (max-width: 767px) {
  .intro .intro-wrap .intro-wrap__ttl {
    font-size: 3.2rem;
  }
}

.intro .intro-wrap .intro-wrap__ttl span {
  position: relative;
  display: inline-block;
}

.intro .intro-wrap .intro-wrap__ttl span:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  background-image: url(../img/Introduction_ico.svg);
  width: 32px;
  height: 28px;
  background-size: cover;
}

@media (max-width: 767px) {
  .intro .intro-wrap .intro-wrap__ttl span:before {
    left: 0;
  }
}

.intro .intro-wrap p {
  margin: 40px 0 0;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .intro .intro-wrap p {
    margin: 24px 0 0;
  }
}

.home-img-box {
  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;
}

@media (max-width: 767px) {
  .home-img-box {
    display: block;
  }
}

.home-img-box .home-img-box__img {
  width: 400px;
}

@media (max-width: 767px) {
  .home-img-box .home-img-box__img {
    width: 80%;
    margin: 0 auto;
  }
}

.home-img-box .home-img-box__text {
  margin: 0 0 0 80px;
}

@media (max-width: 767px) {
  .home-img-box .home-img-box__text {
    margin: 32px 0 0;
  }
}

.home-img-box .home-img-box__text h2 {
  font-size: 3.2rem;
  color: #38709C;
}

@media (max-width: 767px) {
  .home-img-box .home-img-box__text h2 {
    font-size: 2.4rem;
  }
}

.home-img-box .home-img-box__text h2 span {
  display: inline-block;
}

.home-img-box .home-img-box__text p {
  margin: 40px 0 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .home-img-box .home-img-box__text p {
    margin: 24px 0 0;
  }
}

.home-img-box--re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-img-box--re .home-img-box__text {
  margin: 0 80px 0 0;
}

@media (max-width: 767px) {
  .home-img-box--re .home-img-box__text {
    margin: 32px 0 0;
  }
}

.model {
  padding: 0 0 180px;
}

.model h2 {
  margin: 0 0 48px;
  font-size: 3.2rem;
  color: #38709C;
}

@media (max-width: 767px) {
  .model h2 {
    margin: 0 0 32px;
    font-size: 2.4rem;
    text-align: center;
  }
}

.model h2 span {
  display: inline-block;
}

.model .model-wrap {
  position: relative;
}

.model .model-wrap .model-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  border: 3px solid #38709C;
  background-color: #fff;
}

.model .model-wrap .model-item div:first-child {
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item {
    padding: 16px;
  }
}

.model .model-wrap .model-item .model-item__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #38709C;
}

.model .model-wrap .model-item p {
  font-size: 1.4rem;
}

.model .model-wrap .model-box {
  width: 840px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .model .model-wrap .model-box {
    width: 100%;
  }
}

.model .model-wrap .model-box .model-box__ttl {
  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;
  padding: 20px;
  background-color: #38709C;
}

.model .model-wrap .model-box .model-box__ttl h3 {
  margin: 0 0 0 32px;
  font-size: 2.4rem;
  color: #fff;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__ttl h3 {
    margin: 0 0 0 16px;
    font-size: 1.8rem;
  }
}

.model .model-wrap .model-box .model-box__wrap {
  padding: 40px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap {
    padding: 20px;
  }
}

.model .model-wrap .model-box .model-box__wrap h4 {
  margin: 0 0 32px;
  font-size: 2rem;
}

.model .model-wrap .model-box .model-box__wrap .model-box__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap .model-box__desc {
    display: block;
  }
}

.model .model-wrap .model-box .model-box__wrap .model-box__desc > div {
  width: 140px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap .model-box__desc > div {
    margin: 0 auto;
  }
}

.model .model-wrap .model-box .model-box__wrap .model-box__desc ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 56px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap .model-box__desc ul {
    margin: 20px 0 0 24px;
  }
}

.model .model-wrap .model-box .model-box__wrap .model-box__desc ul li {
  font-size: 1.6rem;
}

.model .model-wrap .model-box .model-box__wrap .model-box__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap .model-box__2col {
    display: block;
    margin: 24px 0 0;
  }
}

.model .model-wrap .model-box .model-box__wrap .model-box__2col .model-item {
  width: 330px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap .model-box__2col .model-item {
    width: 100%;
  }
}

.model .model-wrap .model-box .model-box__wrap .model-box__2col .model-item:last-child {
  position: relative;
}

.model .model-wrap .model-box .model-box__wrap .model-box__2col .model-item:last-child:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  margin: auto;
  content: '';
  display: inline-block;
  background-image: url(../img/model_arrow_01.svg);
  width: 39px;
  height: 30px;
  background-size: cover;
  background-position: right;
}

@media (max-width: 767px) {
  .model .model-wrap .model-box .model-box__wrap .model-box__2col .model-item:last-child:before {
    content: none;
  }
}

.model .model-wrap .model-list {
  margin: 40px 0 0 160px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-list {
    position: relative;
    margin: 0;
    padding: 40px 32px 40px 60px;
  }
  .model .model-wrap .model-list:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    content: '';
    display: inline-block;
    background-image: url(../img/model_arrow_02.svg);
    width: 12px;
    height: 90%;
    background-size: cover;
    background-position: bottom;
  }
}

.model .model-wrap .model-list li {
  font-size: 1.6rem;
}

.model .model-wrap .model-item--1 {
  position: absolute;
  top: 361px;
  right: 0;
  width: 300px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--1 {
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    margin: 56px 0 0 auto;
  }
}

.model .model-wrap .model-item--1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -48px;
  margin: auto;
  content: '';
  display: inline-block;
  background-image: url(../img/model_arrow_01.svg);
  width: 39px;
  height: 30px;
  background-size: cover;
  background-position: right;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--1:before {
    top: -40px;
    bottom: auto;
    left: auto;
    right: 10px;
    margin: auto;
    background-image: url(../img/model_arrow_02.svg);
    width: 12px;
    height: 30px;
    background-position: bottom;
  }
}

.model .model-wrap .model-item--2 {
  position: absolute;
  top: 700px;
  right: 0;
  width: 550px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--2 {
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    margin: 46px 0 0 auto;
  }
}

.model .model-wrap .model-item--2:before {
  position: absolute;
  top: -202px;
  right: 130px;
  content: '';
  display: inline-block;
  background-image: url(../img/model_arrow_02.svg);
  width: 30px;
  height: 184px;
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--2:before {
    top: -40px;
    bottom: auto;
    left: auto;
    right: 10px;
    margin: auto;
    background-image: url(../img/model_arrow_02.svg);
    width: 12px;
    height: 30px;
    background-position: bottom;
  }
}

.model .model-wrap .model-item--2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -96px;
  margin: auto;
  content: '';
  display: inline-block;
  background-image: url(../img/model_arrow_04.svg);
  width: 84px;
  height: 30px;
  background-size: cover;
  background-position: left;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--2:after {
    content: none;
  }
}

.model .model-wrap .model-item--3 {
  position: absolute;
  top: 700px;
  left: 0;
  width: 550px;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--3 {
    position: static;
    width: 100%;
  }
}

.model .model-wrap .model-item--3:before {
  position: absolute;
  top: -140px;
  left: 60px;
  content: '';
  display: inline-block;
  background-image: url(../img/model_arrow_03.svg);
  width: 30px;
  height: 124px;
  background-size: cover;
  background-position: top;
}

@media (max-width: 767px) {
  .model .model-wrap .model-item--3:before {
    content: none;
  }
}

.model .model-wrap .model-annotation {
  position: absolute;
  top: 840px;
  left: 0;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .model .model-wrap .model-annotation {
    position: static;
    margin: 20px 0 0;
  }
}

.model .model-wrap .model-sp-arrow-1 {
  width: 12px;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .model .model-wrap .model-sp-wrap {
    position: relative;
  }
  .model .model-wrap .model-sp-wrap:before {
    position: absolute;
    top: -40px;
    left: 13px;
    content: '';
    display: inline-block;
    background-image: url(../img/model_arrow_03.svg);
    width: 12px;
    height: 105%;
    background-size: cover;
    background-position: top;
  }
}

.contact-ttl {
  margin: 0 0 40px;
  font-size: 3.2rem;
  color: #38709C;
  text-align: center;
}

.contact-ttl span {
  display: inline-block;
}

.contact-text {
  font-size: 1.6rem;
  text-align: center;
}

.contact-c-btn {
  margin: 48px auto 0;
}

.l-footer {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer .l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav {
    display: block;
  }
}

.l-footer .l-footer-nav .l-footer-nav__logo {
  width: 140px;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__logo {
    margin: 0 auto 20px;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav li {
  list-style-type: none;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__nav li {
    text-align: center;
    width: 48%;
    margin: 16px 0 0;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav li:not(:first-child) {
  margin: 0 0 0 32px;
}

@media (max-width: 767px) {
  .l-footer .l-footer-nav .l-footer-nav__nav li:not(:first-child) {
    margin: 16px 0 0;
  }
}

.l-footer .l-footer-nav .l-footer-nav__nav li a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}

.l-footer .l-footer-nav .l-footer-nav__nav li a:hover {
  text-decoration: underline;
}

.l-footer p {
  padding: 40px 0;
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px solid #E2E2E2;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #38709C;
  pointer-events: none;
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */


/* 事例紹介追加 */

.section_case {
  max-width: 980px;
  width: 100%;
}
.section_case .block_case {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  padding: 30px;
  border: 3px solid #37709b;
  background-color: #FFF;
}
.section_case p {
  font-size: 16px;
}
.section_case img {
  background-color: #ccc;
}
/* .section_case [class^="img"] {
} */
.section_case .img_logo {
  width: 100px;
}
.section_case .text_title {
  color: #37709b;
  margin-top: 50px;
  background-color: #e2ecf4;
  padding: 3% 30% 3% 3%;
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.section_case .text_content {
  margin-top: 30px;
}
.section_case .img_photo {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 5%;
}
.section_case .text_company {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
.section_case .text_company img {
  display: inline-block;
  vertical-align: middle;
}
.section_case .text_company .text_name {
  margin-left: 10px;
  vertical-align: middle;
}
.section_case .img_figure {
  border: 1px solid #ccc;
  padding: 0;
  margin: 30px auto 0;
  width: 700px;
  height: 462px;
  text-align: center;
}

@media (max-width: 767px) {
  .section_case .text_title {
    padding: 3%;
    width: 100%;
    text-align: center;
  }
  .section_case .text_title .text_heading {
    display: block;
  }
  .section_case .img_photo {
    margin-top: 10px;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .section_case .img_figure {
    width: 100%;
    height: auto;
  }
  .section_case .img_figure img {
    width: 100%;
    height: auto;
  }
}




/* =====================================
 * MT移行に合わせて追加　230808
 * ================================== */
.main{
  color: #333;
  padding-top: 90px;
}

.model .model-wrap .model-box .model-box__wrap h4,
.main > *{
  line-height: 1.75;
}

.main[class] h2{
  font-weight: bold;
  border: none;
  line-height: inherit;
  font-family: inherit;
  padding: inherit;
  margin-bottom: inherit;
}

.c-btn[class]{
  color: #fff;
  text-decoration: none;
}

.c-btn[class]:hover{
  color: #fff !important;
}

.kv-main h1{
  font-weight: bold;
}

.model[class] h2 {
  padding: 0;
  margin: 0 0 48px;
  font-size: 3.2rem;
}

.section_case .text_title,
.section_case .text_company,
.model .model-wrap .model-item .model-item__ttl,
.model .model-wrap .model-list li{
  margin-bottom: 0;
}




body .contact-ttl[class]{
  margin-bottom: 40px;
}


@media screen and (max-width: 767px){
  .main {
      padding-top:65px;
  }

  .model .model-wrap .model-annotation{
    font-size: 1.2rem;
  }

  .contact-text,
  .section_case .text_company .text_name,
  .model .model-wrap .model-list li,
  .model .model-wrap .model-item p,
  .model .model-wrap .model-item .model-item__ttl,
  .model .model-wrap .model-box .model-box__wrap .model-box__desc ul li,
  .home-img-box .home-img-box__text p,
  .kv-main .kv-main__profile .kv-main__profile__wrap p{
    font-size: 1.375rem;
  }

  .intro .intro-wrap .intro-wrap__ttl {
    font-size: 2.75rem;
  }

  .model .model-wrap .model-box .model-box__ttl h3,
  .intro .intro-wrap p{
    font-size: 1.6rem;
  }

  .model .model-wrap .model-box .model-box__wrap h4{
    font-size: 1.75rem;
  }

  .model[class] h2,
  .home-img-box .home-img-box__text h2 {
    font-size: 2.125rem;
  }

  .model .model-wrap .model-box .model-box__ttl h3{
    line-height: 1.75;
  }

  body .contact-ttl[class]{
    font-size: 2.875rem;
  }

  .section_case .text_title{
    padding-bottom: 5%;
  }

  .model .model-wrap .model-list,
  .model .model-wrap .model-box .model-box__wrap .model-box__desc ul{
    margin-left: 0;
  }

}