@charset "utf-8";
/* agileworks/column/ 記事用css */


:root {
  --swiper-navigation-size: 28px;
  --swiper-theme-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-size: 16px;*/
  /*font-weight: 400;*/
  /*line-height: 2;*/
  /*color: #000;*/
  /*letter-spacing: 1px;*/
  /*min-width: 1280px;*/
}

@media screen and (max-width: 736px) {
  body {
    min-width: initial;
  }
}

.japanese {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.cjk-jp {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 400;
}

.palt {
  font-feature-settings: 'palt' on;
}

img {
  font-family: 'object-fit: cover';
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*text-decoration: underline;*/
  color: #000;
}

a:hover {
  /*color: #004499;*/
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 1s ease;
  transition: all 0.4s ease;
}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  /*letter-spacing: 1.4px;*/
}

h2.both-side {
  position: relative;
  padding: 0 55px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 1.75px;
}

h2.both-side:before,
h2.both-side:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #004499;
}

h2.both-side:before {
  left: 0;
}

h2.both-side:after {
  right: 0;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}

h3.vertical-line {
  font-size: 24px !important;
  padding-left: 30px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #004499;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1.11px;
}

.global-inner-top {
  max-width: 1260px;
  min-width: 1120px;
  margin: 0 auto;
}

.global-inner {
  /*width: 1000px;*/
  margin: 0 auto;
}

.case-index .global-inner,
.cases-details .global-inner,
.column-index .global-inner,
.cases-details .global-inner {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 70px;
}

.inner-align-center {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-box.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-box.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.stage {
  padding-top: 116px;
}*/

@media screen and (max-width: 736px) {
  .global-inner-top {
    max-width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .global-inner {
    width: auto;
    min-width: 0;
    padding: 0;
    /*margin-left: 20px;
    margin-right: 20px;*/
  }

  .case-index .global-inner,
  .cases-details .global-inner,
  .column-index .global-inner {
    width: auto;
    min-width: 0;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .inner-align-center {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  h2.both-side {
    padding: 0px;



    width: 90%;
    margin-bottom: 30px;
  }

  h2.both-side:before,
  h2.both-side:after {
    width: 30px;
  }

  h3.vertical-line {
    font-size: 18px !important;
    letter-spacing: 1.12px;
    padding-left: 20px;
    line-height: 29.8px;
  }

  h4 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
  }

  /*.stage {
    padding-top: 100px;
  }*/
}

/*============================================================
郢晄㈱縺｡郢晢ｽｳ
============================================================*/
.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-area.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-area.bg-black {
  background-color: #000;
}

.button {
  width: 100%;
}

.button:nth-of-type(2) {
  border-left-color: #fff;
  border-left-width: 1px;
  border-left-style: solid;
}

.button .toright {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 37px;
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  z-index: 1;
}

.button .toright.blue {
  border-bottom: 1px solid #004499;
  border-right: 1px solid #004499;
}

.button a.white .toright {
  bottom: 26px;
}

.button a.blue .toright {
  bottom: 37px;
}

.button a.h-64 .toright {
  bottom: 28px;
}

.button .pdf {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(/takaki/images/ic-pdf-white.svg);
  background-repeat: no-repeat;
}

.button .arrow-down {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 21px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(/takaki/images/ic-arrow-down-white.svg);
  background-repeat: no-repeat;
}

.button .mail {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 24px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(/takaki/images/ic-mail-white.svg);
  background-repeat: no-repeat;
}

.button a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.4px;
}

.button a.size-l {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.button a.size-m {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
}

.button .size-m .toright {
  bottom: 29px;
}

.button .size-m .arrow-down {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 17px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(/takaki/images/ic-arrow-down-white.svg);
  background-repeat: no-repeat;
}

.button .size-m .pdf {
  bottom: 21px;
}

.button a.size-s {
  height: 60px;
  line-height: 64px;
  font-size: 16px;
}

.button .size-s .toright {
  bottom: 28px;
}

.button .size-s .pdf {
  bottom: 17px;
}

.button a.black {
  background: #000;
}

.button a.red {
  background: #c01b0b;
  height: 80px;
  font-size: 18px;
}

.button a.blue {
  background: #004499;
  height: 80px;
  font-size: 18px;
}

.button a.white {
  background: #fff;
  color: #004499;
  border: 1px solid #004499;
  height: 64px;
  font-size: 16px;
}

.button.w-290 {
  width: 290px;
}

.button a span {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 737px) {
  .button a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #004499;
    transition: all 0.35s;
    margin-left: 0px;
  }
}

.button a.blue:after {
  background: #00b3cc;
}


.button a:hover {
  color: #fff;
}

.button a:hover:after {
  width: 100%;
}

.button a:hover .toright {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 736px) {
  .button a {
    font-size: 16px;
  }

  .button a.size-l {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
  }

  .button a.size-m {
    height: 64px;
    line-height: 64px;
  }

  .button a.size-s {
    height: 64px;
    line-height: 64px;
  }

  .button a.blue {
    height: 64px;
    font-size: 16px;
  }

  .button a.blue .toright {
    bottom: 27px;
  }

  .button a.red {
    height: 80px;
  }

  .button a.white.h-90 {
    height: 90px;
  }

  .button a.white.h-90 .toright {
    bottom: 40px;
  }

  .button a.white:hover {
    color: #004499;
  }

  .button a.white:hover .toright {
    border-bottom: 1px solid #004499;
    border-right: 1px solid #004499;
  }

  .button.w-290 {
    width: 100%;
  }

  .button:nth-of-type(2) {
    border-top-width: 1px;
    border-top-style: solid;
    border-left-style: none;
    border-top-color: #fff;
  }

  .button .toright {
    bottom: 28px;
  }

  .button .arrow-down {
    bottom: 18px;
  }
}

/*============================================================
郢昜ｻ｣ﾎｦ邵ｺ荳岩�
============================================================*/
.breadcrumbs {
  background-color: #f1f6fb;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li {
  font-size: 14px;
  margin-right: 10px;
  line-height: 45px;
  letter-spacing: 1.23px;
}

.breadcrumbs ul li:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: '\f054';
  margin-left: 4px;
  color: #666;
  text-decoration: none;
  display: inline-block;
  color: #333;
  margin-left: 10px;
}

.breadcrumbs ul li:last-child:after {
  content: none;
}

.breadcrumbs ul li a {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.breadcrumbs ul li a:hover {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

@media screen and (max-width: 736px) {
  .breadcrumbs {
  }

  .breadcrumbs ul {
    overflow: hidden;
  }

  .breadcrumbs ul li {
    line-height: 35px;
    white-space: nowrap;
  }

  .breadcrumbs ul li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*============================================================
H1郢ｧ�ｨ郢晢ｽｪ郢ｧ�｢
============================================================*/
h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 3.67px;
}

.h1-area {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-size: cover;
}

.h1-area.dot {
  background-image: url(/takaki/images/dot_w.png);
  background-color: #f1f6fb;
  color: #004499;
  background-size: auto;
}

.h1-area.service-uiux {
  background-image: url(/takaki/images/service-top01.jpg);
}

.h1-area.service-manual {
  background-image: url(/takaki/images/service-top02.jpg);
}

.h1-area.service-wikiworks {
  background-image: url(/takaki/images/service-top03.jpg);
}

.h1-area.contact-top {
  background-image: url(/takaki/images/contact-top.jpg);
}

.h1-area.case-top {
  background-image: url(/takaki/images/case-top.jpg);
}

.h1-area .shoulder {
  font-weight: 700;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 32px;
    letter-spacing: 2.8px;
    text-align: center;
  }

  .h1-area .shoulder {
    letter-spacing: 0.58px;
    font-size: 14px;
    text-align: center;
  }

  .h1-area {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 70px;
  }
}

/*============================================================
郢ｧ�ｻ郢ｧ�ｯ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ
============================================================*/
/*section {
  padding-top: 110px;
}*/

/*section:first-of-type {
  padding-top: 20px;
}*/

/*section:last-of-type {
  padding-bottom: 110px;
}*/

.cases-details section:first-of-type,
.case-index section:first-of-type,
.column-index section:first-of-type {
  padding-top: 0;
}

section img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

section h2 {
  margin-top: 60px;
  letter-spacing: 1.75px;
}

@media screen and (max-width: 736px) {
  /*section {
    padding-top: 80px;
  }*/

  /*section:first-of-type {
    padding-top: 60px;
  }*/

  /*section:last-of-type {
    padding-bottom: 80px;
  }*/

  section h2 {
    margin-top: 40px;
    letter-spacing: 1.25px;
    line-height: 32px;
  }
}

/*============================================================
郢ｧ�ｰ郢晢ｽｭ郢晢ｽｼ郢晁�ﾎ晉ｹ晉ｿｫ繝ｳ
============================================================*/
.logo {
  background-color: #004499;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

/* .logo{background-color:#004499; position:fixed; top:46px;z-index: 4;} */
.logo a {
  display: block;
  width: 180px;
  height: 135px;
  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;
}

.header {
  min-width: 1280px;
  background-color: #f1f6fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 12;
  height: 45px;
  top: 0;
}

.header a[target='_blank'] {
  background-image: none;
  padding-right: 0px;
}

.header-toi {
  background-color: #c01b0b;
  line-height: 45px;
  font-weight: 700;
  margin-left: auto;
}

.header-toi a {
  color: #fff;
  text-align: center;
  padding: 0 30px;
  display: block;
  text-decoration: none;
}

.gnav {
  width: 100%;
  min-width: 80pc;
  padding-left: 180px;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #049;
  z-index: 1;
}

.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}

.gnav ul li {
  height: 70px;
  margin-right: 25px;
  margin-left: 25px;
  font-weight: 700;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.gnav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #004499;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}

.gnav ul li a[target='_blank'] {
  background-position: right 0 top 10px;
  padding-right: 25px;
}

.gnav ul li a:hover::after {
  transform: scale(1, 1);
}

.gnav ul li.current a {
  border-bottom-color: #004499;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.gnav ul li.current a:hover:after {
  content: none;
}

#menu-btn-check {
  display: none;
}

.global-header {
  position: fixed;
  top: 45px;
  left: 0px;
  width: 100%;
  z-index: 11;
  height: 70px;
  background-color: #fff;
}

/*===  郢晏･繝｣郢敖郢晢ｽｼ郢ｧ�ｹ郢晄ｧｭ�ｽ  =========*/
@media screen and (max-width: 736px) {
  .gnav {

    min-width: 0;
    padding-left: 0;
  }

  .global-header {
    background-color: #fff;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0px;
    transform: none !important;
  }

  .global-header.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 20;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0;
    transform: none !important;
  }

  .logo {
    background-color: #fff;
    height: 60px;
    top: 0px;
    position: absolute;
  }

  .logo a {
    width: auto;
    height: auto;
    display: block;
  }

  .logo a img {
    height: 37px;
    width: auto;
    top: 10px;
    left: 10px;
    position: absolute;
  }

  .menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #004499;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*郢晢ｽ｡郢昜ｹ斟礼ｹ晢ｽｼ郢ｧ�ｪ郢晢ｽｼ郢晏干ﾎｦ隴弱ｅ�ｽ騾ｵ貅假ｽ楢叉�ｭ邵ｺ�ｮ驍ｱ螢ｹ�帝ｨｾ荵暦ｿｽ邵ｺ�ｫ邵ｺ蜷ｶ��*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .gnav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 105px;
    left: 100%;
    /*left邵ｺ�ｮ陋滂ｽ､郢ｧ雋橸ｽ､逕ｻ蟲ｩ邵ｺ蜉ｱ窶ｻ郢晢ｽ｡郢昜ｹ斟礼ｹ晢ｽｼ郢ｧ蝣､蛻､鬮ｱ�｢陞滓じ竏�*/
    z-index: 80;
    background-color: #004499;
    transition: all 0.4s;
    /*郢ｧ�｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ髫ｪ�ｭ陞ｳ�ｽ*/
  }

  .global-header.fixed .gnav {
    top: 60px;
  }

  .gnav ul {
    padding: 70px 10px 0;
    display: block;
  }

  .gnav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    list-style: none;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    letter-spacing: 1.4px;
    height: 60px;
    line-height: 60px;
  }

  .gnav ul li a {
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
    position: relative;
  }

  .gnav ul li a[target='_blank'] {
    background-position: right 0px top 25px;
    background-image: url(/takaki/images/ic-blank-white.svg);
  }

  .gnav ul li a::before {
    content: none;
  }

  .gnav ul li.current a {
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    width: 100%;
  }

  #menu-btn-check:checked ~ .gnav {
    left: 0;
    /*郢晢ｽ｡郢昜ｹ斟礼ｹ晢ｽｼ郢ｧ蝣､蛻､鬮ｱ�｢陷�ｽ竏�*/
  }

  .header-toi {
    height: 60px;
    width: 60px;
    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;
    position: absolute;
    top: 0px;
    right: 60px;
    background-color: #c01b0b;
    line-height: 45px;
    font-weight: 700;
  }

  .header-toi a {
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: normal;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

/*============================================================
郢晢ｽ｡郢ｧ�､郢晢ｽｳ郢晏･繝｣郢敖郢晢ｽｼ
============================================================*/
@media screen and (max-width: 736px) {
  .main-header {
    margin-top: 116px;
    display: block;
  }

  .main-header-slider {
    min-width: 100%;
    max-width: 100%;
    padding: 18px 20px 16px;
    background-color: #004499;
  }
}

@media screen and (min-width: 737px) and (max-width: 1365px) {
  .main-header {
    margin-top: 116px;
    display: flex;
  }

  .kv {
    width: calc(100% - 576px);
  }

  .main-header-slider {
    display: flex;
    justify-content: space-between;
    min-width: 576px;
    max-width: 576px;
    padding: 20px 26px;
    background-color: #004499;
  }
}

@media screen and (min-width: 1366px) {
  .main-header {
    margin-top: 116px;
    display: flex;
  }

  .kv {
    width: calc(100% - 525px);
  }

  .main-header-slider {
    min-width: 525px;
    max-width: 525px;
    padding: 18px 26px 16px;
    background-color: #004499;
  }
}

/*============================================================
郢ｧ�ｭ郢晢ｽｼ郢晁侭縺夂ｹ晢ｽ･郢ｧ�｢郢晢ｽｫ
============================================================*/
@media screen and (min-width: 737px) {
  .kv.display-none {
    display: none;
  }

  .kv-wrapper {
    position: relative;
  }

  .kv {
    /*position:fixed; height:100vh ;z-index: 0; min-height: 100vh;*/
    /* Fallback */
    /*width:100vw;*/
  }

  .kv-inner {
    position: relative;
    height: 100%;
    padding: 0 20px;
    margin: auto;
  }

  .kv img.kv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  p.mv-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 6px;
    font-feature-settings: 'palt';
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  h1.mv-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 6px;
    font-feature-settings: 'palt';
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-left: 230px;
  }

  p.mv-title-shoulder {
    margin-top: -1em;
    margin-left: 230px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 1.8px;
    font-feature-settings: 'palt';
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .kv img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: 0.8s;
  }

  .kv-scroll-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
  }

  .kv-scroll-area.next {
    bottom: inherit;
    top: 0px;
  }

  .kv-scroll-area-inner {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    height: 0;
  }

  .kv .inner-align-center {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
    transform: none;
    padding-top: 110px;
  }

  img.kv-scroll {
    position: absolute;
    opacity: 1;
    width: 13px;
    height: auto;
    left: 3px;
    bottom: 0;
  }

  .kv-scroll-area-next {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
  }

  img.kv-scroll-next {
    position: absolute;
    opacity: 1;
    width: 13px;
    height: auto;
    top: 0px;
    left: 0;
    box-sizing: content-box;
    padding: 0 0 0 3px;
  }

  .info-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .info-bar .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    line-height: 64px;
    padding-left: 40px;
  }

  .info-bar a[target='_blank'] {
    background-image: none;
  }

  .info-bar a[target='_blank'] span {
    padding-right: 40px;
    background-position: right 9px top 10px;
    background-image: url(/takaki/images/ic-blank.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 9px top 5px;
  }

  .info-bar .text a {
    display: block;
    height: 64px;
    line-height: 64px;
  }

  .info-bar .button {
    width: 290px;
  }

  .line-1 {
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
  }

  .anim-typewriter {
    animation: typewriter 1s steps(20) 1.8s 1 normal both;
  }

  .anim-typewriter2 {
    animation: typewriter2 1s steps(20) 3.3s 1 normal both;
  }

  @-webkit-keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -ms-filter: blur(15px);
      -o-filter: blur(15px);
      filter: blur(15px);
    }

    to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }

    0% {
      transform: translateX(-150px);
      opacity: 0;
    }

    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -ms-filter: blur(15px);
      -o-filter: blur(15px);
      filter: blur(15px);
    }

    to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }

    0% {
      transform: translateX(-150px);
      opacity: 0;
    }

    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  /*@keyframes typewriter{
	from{width: 0;}
	to{width: 500px;}
	}
	@keyframes typewriter2{
	from{width: 0;}
	to{width: 560px;}
	}*/
}

@media screen and (max-width: 2559px) {
  p.mv-title {
    font-size: 52px;
  }

  p.mv-title-shoulder {
    font-size: 32px;
  }
}

@media screen and (min-width: 2560px) {
  p.mv-title {
    font-size: 72px;
  }

  p.mv-title-shoulder {
    font-size: 44px;
    white-space: nowrap;
  }
}

@media screen and (max-height: 810px) {
  p.mv-title {
    font-size: 48px;
  }

  p.mv-title-shoulder {
    font-size: 18px;
  }

  img.kv-scroll {
    bottom: -30px;
  }
}

@media screen and (max-width: 736px) {
  .kv {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    width: 100%;
    position: relative;
    min-height: 320px;
  }

  .kv-inner {
    position: relative;
    display: flex;
    flex: 1;
    padding-top: 105px;
  }

  .kv:before {
    background-size: cover;
    background-image: url(/takaki/images/kv_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .kv .inner-align-center {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    transform: translate(0, -30px);
  }

  p.mv-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 41.6px;
    letter-spacing: 1.08px;
    padding-left: 20px;
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
    font-feature-settings: 'palt';
  }

  h1.mv-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 41.6px;
    letter-spacing: 1.08px;
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
    font-feature-settings: 'palt';
  }

  p.mv-title-shoulder {
    font-weight: 900;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.58px;
    font-feature-settings: inherit;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-feature-settings: 'palt';
    text-align: center;
  }

  .kv-scroll-area {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    transition: opacity 0.3s;
  }

  .kv-scroll-area.next {
    bottom: inherit;
    top: 0;
  }

  .kv-scroll-area.is-scroll {
    opacity: 0;
  }

  img.kv-scroll {
    position: absolute;
    opacity: 1;
    width: 12px;
    height: auto;
    left: 20px;
    bottom: 0;
  }

  .kv-scroll-next {
    display: none;
  }

  .line-1 {
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
  }

  .anim-typewriter {
    animation: typewriter 1s steps(20) 1.8s 1 normal both;
  }

  .anim-typewriter2 {
    animation: typewriter2 1s steps(20) 3.3s 1 normal both;
  }

  .info-bar {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  .info-bar .text {
    min-height: 72px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-bar .button {
    width: 100%;
  }

  @keyframes typewriter {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  @keyframes typewriter2 {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }
}

.fadein-from-bottom {
  opacity: 0;
  /* 邵ｺ阮呻ｼ�ｹｧ螳夲ｽｿ�ｽ陷会ｿｽ */
  animation-duration: 1.5s;
  /* 郢ｧ�｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ隴弱ｋ菫｣ */
  animation-delay: 2s;
  /* 陞溽甥蝟ｧ鬮｢蜿･�ｧ荵晢ｿｽ隴弱ｋ菫｣ */
  animation-name: fadein-from-bottom;
  /* 郢ｧ�｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ陷ｷ�ｽ */
  animation-iteration-count: 1;
  /* 郢ｧ�｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｷ郢晢ｽｧ郢晢ｽｳ邵ｺ�ｮ驛｢�ｰ郢ｧ鬘假ｽｿ譁撰ｼ��ｽ閧ｲ笏碁ｫｯ謦ｰ�ｼ�ｽ*/
  animation-fill-mode: forwards;
  /*邵ｺ阮呻ｽ檎ｸｺ�ｧ陋滂ｽ､郢ｧ蜑�ｽｿ譎�亜*/
}

@keyframes fadein-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadein-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*============================================================
郢ｧ�ｹ郢晢ｽｩ郢ｧ�､郢敖郢晢ｽｼ
============================================================*/
.swiper-button-next:after,
.swiper-button-prev::after {
  font-size: 15px;
  font-weight: bold;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -21px;
  width: 100%;
  background: #004499;
  left: 0;
  padding: 5px;
}

.swiper {
  width: 100%;
  height: calc(100% - 40px);
  background-color: #ffffff;
}

.swiper-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #cce4ff;
  background-color: #ffffff;
}

.swiper-title a,
.swiper-title > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #004499;
  z-index: 1;
}

.swiper-title a:hover span {
  color: #ffffff;
}

.swiper-title .button {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.swiper-title .button span {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 20px;
  z-index: 1;
}

.swiper-title a .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #004499;
  transition: all 0.35s;
  margin-left: 0px;
}

.swiper-title a:hover .button:after {
  width: 100%;
}

.swiper-title .button .toright {
  border-color: #004499;
}

.swiper-title a:hover .button .toright {
  border-color: #ffffff;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
}

.swiper-box {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #000000;
}

.swiper-button-prev {
  margin-top: 5px;
  left: -14px;
}

.swiper-button-next {
  margin-top: 5px;
  right: -14px;
}

.swiper-wrapper a {

  display: flex;
  width: 100%;
  align-items: flex-start;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: normal;
}

.swiper-wrapper .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 200px;
}

.swiper-wrapper .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-right: 8px;
  padding-left: 8px;
  color: #ffffff;
  background-color: #004499;
  border-radius: 4px;
  margin-bottom: 10px;
}

.company-name {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.date {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 736px) {
  .swiper-box {
    height: 335px;
    max-width: 100%;
    margin-bottom: 9px;
  }

  .swiper-pickup {
    margin-bottom: 35px;
  }

  .swiper-wrapper a {
    flex-wrap: wrap;
    padding: 16px 24px 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .swiper-wrapper .photo {
    min-width: 100%;
    max-width: 100%;
    height: 130px;
    margin-bottom: 14px;
  }

  .swiper-wrapper .link-text {
    width: 100%;
  }

  .category-name {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1365px) {
  .swiper-box {
    height: 335px;
    max-width: calc(50% - 21px);
    margin-bottom: 9px;
  }

  .swiper-wrapper a {
    flex-wrap: wrap;
    padding: 16px 24px 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .swiper-wrapper .photo {
    height: 130px;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1366px) {
  .swiper-box {
    height: 235px;
    margin-bottom: 21px;
  }

  .swiper-pickup {
    margin-bottom: calc(21px + 14px);
  }

  .swiper-wrapper a {
    padding: 20px 24px 24px;
    line-height: 24px;
  }

  .swiper-wrapper .photo {
    height: 160px;
    margin-right: 20px;
  }
}

/*============================================================
闔ｨ竏ｵ�･�ｭ郢晢ｽｭ郢ｧ�ｴ郢ｧ�ｹ郢晢ｽｩ郢ｧ�､郢敖郢晢ｽｼ
============================================================*/
.company-logo-slider {
  width: 100%;
  height: 110px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

@keyframes loop_animation_right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.company-logo-slider-inner {
}

.company-logo-slider-inner .swiper-wrapper {
  transition-timing-function: linear;
}

.company-logo-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  height: 100%;
  margin-right: 20px;
}

.company-logo-slider-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px 24px 24px;
  line-height: 24px;
}

.company-logo-slider-item span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 736px) {
  .company-logo-slider {
    background-color: #ffffff;
  }
}

/*============================================================
騾包ｽｻ陷剃ｸ翫Θ郢ｧ�ｭ郢ｧ�ｹ郢晢ｿｽ
============================================================*/
.t-pickup {
  width: 186px !important;
  height: auto;
  margin-bottom: 20px !important;
}

.t-service {
  width: 204px !important;
  height: auto;
  margin-bottom: 20px !important;
}

.t-casestudy {
  width: 295px !important;
  height: auto;
  margin-bottom: 20px !important;
}

.t-aboutus {
  width: 160px !important;
  height: auto;
  margin-bottom: 20px !important;
}

.t-news {
  width: 145px !important;
  height: auto;
  margin-bottom: 20px !important;
}

.t-contact {
  width: 222px !important;
  height: auto;
  margin-bottom: 20px !important;
  z-index: 9999;
}

.t-tel {
  width: 299px !important;
  height: auto;
}

@media screen and (max-width: 736px) {
  .t-pickup {
    width: 124px !important;
    margin-bottom: 10px !important;
  }

  .t-service {
    width: 136px !important;
    margin-bottom: 10px !important;
  }

  .t-casestudy {
    width: 197px !important;
    margin-bottom: 10px !important;
  }

  .t-aboutus {
    width: 160px !important;
    margin-bottom: 10px !important;
  }

  .t-news {
    width: 97px !important;
    margin-bottom: 10px !important;
  }

  .t-contact {
    width: 148px !important;
    margin-bottom: 10px !important;
  }

  .t-tel {
    width: 192px !important;
  }
}

/*============================================================
郢晄鱒繝｣郢ｧ�ｯ郢ｧ�｢郢晢ｿｽ�ｽ�ｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.pickup {
  background-color: #f1f6fb;
  height: 505px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.pickup h2 {
  font-size: 16px;
}

.pickup-inner {
  width: 1120px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup-inner1 {
  width: 1120px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup-inner2 {
  width: 1120px;
  margin: 0 auto;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup .item {
  width: 33.3%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 1.4px;
}

.pickup .item > a {
  display: block;
}

.pickup .item > a[target='_blank'] {
  background-image: none;
  padding-right: 0px;
}

.pickup .item img {
  width: 100%;
  margin-bottom: 5px;
  transition: 0.4s all;
}

.pickup .item a img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.pickup .item .photo {
  overflow: hidden;
  height: 170px;
}

.pickup .category-name {
  position: absolute;
  background-color: #000;
  color: #fff;
  top: 0px;
  left: 0px;
  padding: 0px 20px;
  font-size: 12px;
  letter-spacing: 0px;
}

.pickup .link-text {
  padding-right: 20px;
  padding-left: 20px;
}

.pickup .item > a[target='_blank'] > .link-text > p {
  background-image: url(/takaki/images/ic-blank.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 9px top 5px;
  padding-right: 30px;
  display: inline;
}

@media screen and (max-width: 736px) {
  .pickup {
    height: auto;
    display: block;
  }

  .pickup h2 {
    font-size: 14px;
  }

  .pickup-inner {
    max-width: 100%;
    min-width: 100%;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    display: block;
    position: static;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0);
  }

  .pickup-inner1 {
    max-width: 100%;
    min-width: 100%;
    padding-top: 60px;
    padding-right: 20px;
    /*padding-bottom: 80px;*/
    padding-left: 20px;
    display: block;
    position: static;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0);
  }

  .pickup-inner2 {
    max-width: 100%;
    min-width: 100%;
    /*padding-top: 60px;*/
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    display: block;
    position: static;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0);
  }



  .pickup .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .pickup .item:last-child {
    margin-bottom: 0px;
  }

  .pickup .link-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pickup .item .photo {
    height: auto;
  }
}

/*============================================================
郢ｧ�ｵ郢晢ｽｼ郢晁侭縺幢ｿｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.service {
  background: linear-gradient(
    -90deg,
    #004499 0%,
    #004499 90px,
    white 90px,
    white 100%
  );
  z-index: 1;
  position: relative;
}

.service h2 {
  font-size: 16px;
}

.service .inner {
  padding-right: 90px;
}

.service .box {
  height: 530px;
  overflow: hidden;
}

.service .item {
  position: relative;
  transition: 0.4s all;
}

.service .item img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  transition: 0.4s;
  overflow: hidden;
}

.service .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 2px;
  font-feature-settings: 'palt';
}

.service .title-shoulder {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1.11px;
  font-feature-settings: 'palt';
}

.service .inner-align-center {
  width: 1045px;
  max-width: 1045px;
  min-width: 1045px;
}

@media screen and (min-width: 737px) {
  .service .button:hover:after {
    width: 100%;
  }

  .service a .button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #004499;
    transition: all 0.35s;
    margin-left: 0px;
  }
}

.service .button a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 220px;
}

.service a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.service a .button {
  display: block;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 150px;
}

.service a:hover .button span {
  position: relative;
  z-index: 1;
}

.service a:hover .button {
  color: #fff;
}

.service a .button .toright {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 37px;
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  z-index: 1;
}

.service a:hover .button:after {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .service {
    background: linear-gradient(
      -90deg,
      #004499 0%,
      #004499 20px,
      white 20px,
      white 100%
    );
  }

  .service .button a {
    padding-right: 80px;
  }

  .service h2 {
    font-size: 14px;
  }

  .service .inner {
    padding-right: 20px;
  }

  .service h2 {
    letter-spacing: 1.23px;
  }

  .service .title {
    font-size: 24px;
    line-height: 38.4px;
    color: #fff;
    letter-spacing: 1px;
    font-feature-settings: 'palt';
    padding-left: 20px;
  }

  .service .title-shoulder {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.78px;
    font-feature-settings: 'palt';
    padding-left: 20px;
  }

  .service .item img {
    height: 240px;
  }

  .service .box {
    height: 240px;
    overflow: hidden;
  }

  .service a .button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*============================================================
髫募唱�ｽ邵ｺ蜉ｱ縺顔ｹ晢ｽｪ郢ｧ�｢
============================================================*/
.title-box {
  padding-top: 60px;
  text-align: center;
}

/*============================================================
闔�蛟ｶ�ｾ迢暦ｽｴ�ｹ闔牙��ｼ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.case-study {
  background-color: #f1f6fb;
}

.case-study .button a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 220px;
}

.case-study h2 {
  font-size: 16px;
}

.case-study .inner .item-box {
  max-width: 1780px;
  margin: 0 auto 100px;
  padding-top: 20px;
}

.case-study .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1260px;
  min-width: 1120px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.case-study .item {
  width: 45%;
  position: relative;
  margin: 0 45px;
}

.case-study .item img {
  width: 100%;
  height: auto;
}

.case-study .item .button a {
  padding-right: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.case-study .text {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 30px;
}

.case-study .text .name {
  font-size: 14px;
  letter-spacing: 1.23px;
}

.case-study .text .explanation {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .case-study {
  }

  .case-study h2 {
    font-size: 14px;
  }

  .case-study .inner .item-box {
    max-width: 100%;
    padding: 0 20px;
  }

  .case-study .box {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    max-width: unset;
    min-width: unset;
    margin-bottom: 70px;
  }

  .case-study .item {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .case-study .text {
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
  }

  .case-study .text .name {
    font-size: 12px;
    letter-spacing: 1.05px;
  }

  .case-study .text .explanation {
    font-size: 14px;
    letter-spacing: 1.23px;
  }

  .case-study .button a {
    padding-right: 80px;
  }
}

/*============================================================
邵ｺ貅伉ｰ邵ｺ髦ｪ竊鍋ｸｺ�､邵ｺ�ｽ窶ｻ�ｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.about {
  background-color: #f1f6fb;
  z-index: 1;
  position: relative;
}

.about .inner {
  padding-left: 90px;
}

.about .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1180px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 112px;
  padding-right: 40px;
  padding-bottom: 70px;
  padding-left: 45px;
  width: 90%;
}

.about .item1 {
  width: 25%;
}

.about .item1 img {
  margin: 20px 0px;
}

.about .item1 h2 {
  font-size: 16px;
  letter-spacing: 1.4px;
}

.about .item2 {
  width: 55%;
  font-size: 20px;
  color: #004499;
  font-weight: 700;
  letter-spacing: 1.11px;
}

.about .item3 {
  width: 20%;
  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;
}

.about .item3 img {
  width: 100%;
  margin: 0 auto;
}

.about .button a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 220px;
}

.member {
  background-color: #fff;
  padding-top: 90px;
}

.member .item {
  margin-bottom: 60px;
  width: 270px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member .item:nth-child(3) {
  margin-right: 0px;
}

.member .item:nth-child(4) {
  margin-bottom: 0px;
}

.member .item:nth-child(5) {
  margin-bottom: 0px;
}

.member img {
  width: 220px;
  height: auto;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

.member .job-title {
  font-size: 10px;
  color: #004499;
  line-height: 1.2;
  letter-spacing: 0.88px;
}

.member .name {
  font-size: 18px;
  color: #004499;
  letter-spacing: 1.12px;
}

.member .certification {
  font-size: 12px;
  margin: 15px 0px;
  letter-spacing: 1.05px;
}

.member .text {
  margin-top: auto;
}

.member .text p {
  font-size: 14px;
  text-align: left;
  letter-spacing: 1.23px;
}

.member .other {
  border: 40px solid #f1f6fb;
  width: 86%;
  padding: 50px;
}

.member .other .item {
  margin-bottom: 0px;
  width: 50%;
  text-align: left;
  margin-right: 0px;
  display: block;
}

.member .other .item:nth-child(3) {
  margin-right: 0px;
}

.member .other h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004499;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1.11px;
}

.member .other img {
  width: 90%;
}

.member .other dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.member .other dt {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.23px;
}

.member .other dd {
  color: #004499;
  font-size: 14px;
  letter-spacing: 1.23px;
}

@media screen and (max-width: 736px) {
  .member {
    padding-top: 0px;
  }

  .about .button a {
    padding-right: 80px;
  }

  .about .inner {
    padding-left: 0px;
  }

  .about .inner .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    width: 100%;
  }

  .about .item1 {
    width: 100%;
  }

  .about .item1 img {
    margin: 10px 0px;
  }

  .about .item1 h2 {
    font-size: 14px;
    letter-spacing: 1.23px;
  }

  .about .item2 {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }

  .about .item3 {
    width: 100%;
    display: block;
    text-align: right;
  }

  .about .item3 img {
    width: 140px;
    height: auto;
  }

  .member .item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .member .item:nth-child(4) {
    margin-bottom: 30px;
  }

  .member .item:last-child {
    margin-bottom: 0px;
  }

  .member .item .photo {
    width: 153px;
    text-align: left;
    margin-right: 20px;
  }

  .member .item .photo img {
    width: 100%;
    max-width: 153px;
    max-height: 165px;
    object-fit: cover;
  }

  .member .item .name-area {
    text-align: left;
    flex: 1;
  }

  .member .item .name-area .name {
    border-bottom-color: #004499;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .member .item p.text {
    width: 100%;
  }

  .member .certification {
    font-size: 10px;
    letter-spacing: 0px;
  }

  .member img {
    margin-left: 0px;
    margin-right: 0px;
  }

  .member .other {
    width: 100%;
    border: 20px solid #f1f6fb;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 60px;
  }

  .member .other .item {
    width: 100%;
  }

  .member .other .item ul {
    margin-bottom: 15px;
  }

  .member .other img {
    width: 100%;
  }

  .member .other dt {


    font-size: 12px;
    line-height: 19.2px;
  }

  .member .other dd {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

/*============================================================
邵ｺ鬘碑｡咲ｹｧ蟲ｨ笳具ｿｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.news-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.news {
  background: linear-gradient(
    90deg,
    #004499 0%,
    #004499 50%,
    white 50%,
    white 100%
  );
}

.news h2 {
  font-size: 16px;
}

.news .item.title {
  background-color: #004499;
  color: #fff;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
}

.news .news-box {
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.news dt {
  margin-right: 30px;
  width: 140px;
  font-weight: normal;
}

.news dd {
  width: 600px;
}

.news dd.category {
  border: 1px solid #000;
  margin-right: 30px;
  width: 100px;
  font-size: 12px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 736px) {
  .news-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .news h2 {
    font-size: 14px;
  }

  .news dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news dd {
    width: 100%;
  }

  .news .item.title {
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 130px;
  }

  .news .item.title img {
    width: 145px;
    margin-bottom: 20px;
  }

  .news .news-box {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }

  .news dl {
    margin-bottom: 20px;
  }
}

/*============================================================
郢ｧ�ｯ郢晢ｽｩ郢ｧ�､郢ｧ�｢郢晢ｽｳ郢昜ｺ包ｽｸﾂ髫包ｽｧ�ｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.result {
  text-align: center;
  background-color: #fff;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}

.result .item {
  width: 20%;
  font-size: 12px;
  margin-bottom: 60px;
}

.result .item img {
  height: 40px;
  width: auto;
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.result h4 {
  margin-bottom: 45px;
  letter-spacing: 1.11px;
}

.result .link::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  margin-left: 4px;
  color: #004499;
  text-decoration: none;
  display: inline-block;
}

.result .flex-box {
  padding-top: 3rem;
}

@media screen and (max-width: 736px) {
  .result .item {
    width: 50%;
    margin-bottom: 40px;
  }

  .result .item img {
    height: 30px;
  }
}

/*============================================================
髮会ｿｽ萓ｭ郢敖郢ｧ�ｦ郢晢ｽｳ郢晢ｽｭ郢晢ｽｼ郢晏ｳｨ繝ｰ郢晉ｿｫ�ｽ�ｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ郢晏｣ｹ�ｽ郢ｧ�ｸ�ｽ�ｽ
============================================================*/
.download-banner {
  background-color: #f1f6fb;
  z-index: 1;
  position: relative;
}

.download-banner .box {
  padding: 40px 0px;
  width: 900px;
  margin: 0 auto;
}

.download-banner .item {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .download-banner .box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*============================================================
邵ｺ髮∵牒邵ｺ�ｽ邊狗ｹｧ荳岩雷郢晁�繝ｪ郢晢ｽｼ�ｽ蛹ｻ繝ｨ郢晢ｿｽ�ｽ�ｽ�ｽ
============================================================*/
.banner-contact-top {
  height: 600px;
  z-index: 2;
  background-image: url(/takaki/images/kv_pc.jpg);
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.banner-contact-top:before{
	background-size: cover;
	background-image:url(/takaki/images/kv_pc.jpg);
	background-repeat:no-repeat;
	background-position:50% 100%;
	content: "";
  display: block;
  position: fixed;
  z-index: 1;
  top:0;
  width: 100%;
  height: 100%;}*/
.banner-contact-top .box {
  background-color: #fff;
  padding-top: 80px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 110px;
  width: 1080px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.banner-contact-top h2 {
  font-size: 16px;
}

.banner-contact-top p.lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 1px;
}

@media screen and (max-width: 736px) {
  .banner-contact-top {
    background-image: none;
    background-attachment: inherit;
    z-index: inherit;
    position: relative;
  }

  .banner-contact-top:before {
    background-size: cover;
    background-image: url(/takaki/images/kv_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

/*============================================================
邵ｺ髮∵牒邵ｺ�ｽ邊狗ｹｧ荳岩雷郢晁�繝ｪ郢晢ｽｼ�ｽ莠包ｽｸ蜿･�ｱ�､�ｽ�ｽ
============================================================*/
.banner-contact {
  background-image: url(/takaki/images/kv_pc.jpg);
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;
  background-size: cover;
}

.banner-contact .box {
  background-color: #fff;
  padding-top: 80px;
  padding-right: 50px;
  padding-bottom: 80px;
  padding-left: 100px;
}

.banner-contact p {
  font-size: 14px;
  text-align: center;
}

.tel-number {
  text-align: left;
  background-image: url(/takaki/images/ic-tel.svg);
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 40px 50px;
  background-position: left bottom -6px;
  height: 37px;
}

.tel-number img {
  margin-bottom: 0px !important;
}

.banner-contact p.lead {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 1px;
}

.banner-contact p.lead-wikiworks {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 1px;
}

.banner-contact p.lead-wikiworks {
  display: none;
}

.business-hour {
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.23px;
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  .banner-contact {
    background-image: url(/takaki/images/kv_sp.jpg);
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .banner-contact h2 {
    font-size: 14px;
  }

  .banner-contact .box {
    padding-top: 33px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .banner-contact-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-contact-top .box {
    width: 100%;
    padding-top: 33px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .banner-contact-box p.lead {
    text-align: center;
  }

  .tel-number {
    text-align: center;
    width: 222px;
    margin: 0 auto;
    background-size: 22px 22px;
    background-position: left bottom 6px;
    padding-left: 30px;
  }

  .business-hour {
    margin-bottom: 30px;
    font-size: 12px !important;
    letter-spacing: 1.05px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 737px) {
  .banner-contact .global-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

/*============================================================
髮会ｿｽ萓ｭ郢晢ｽｻ髫慕距�ｩ髦ｪ繝ｰ郢晉ｿｫ�ｽ
============================================================*/
.footer-banner-wrapper {
  background-color: #fff;
}

.footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0px;
}

.footer-banner .item {
  width: 48%;
}

.footer-banner .item p {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  .footer-banner {
    display: block;
    padding-top: 53px;
    padding-bottom: 35px;
  }

  .footer-banner .item {
    width: 100%;
    margin-bottom: 35px;
  }

  .footer-banner .item p {
    margin-bottom: 25px;

  }
}

@media screen and (min-width: 737px) {
  .footer-banner-wrapper .global-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

/*============================================================
郢ｧ�ｵ郢晢ｽｼ郢晁侭縺�
============================================================*/
.problems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.problems ul {
  width: 35%;
}

.problems ul li {
  background-image: url(/takaki/images/ic-check-blue.svg);
  background-repeat: no-repeat;
  color: #004499;
  padding-left: 45px;
  background-color: #f1f6fb;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 17px;
  padding-bottom: 20px;
  background-position: left 20px top 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.problems ul li:last-child {
  margin-bottom: 0px;
  letter-spacing: -0.2px;
}

.problems .photo {
  width: 60%;
}

.solving {
  background-image: url(/takaki/images/service08.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-width: 60px;
  border-bottom-style: solid;
  border-bottom-color: #004499;
  padding-top: 110px;
  padding-bottom: 80px;
}

.solving.manual {
  background-image: url(/takaki/images/service10.jpg);
  background-repeat: no-repeat;
}

.solving h2 {
  font-size: 32px;
  color: #004499;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 1.33px;
  margin-top: 0px;
}

.solving .item {
  width: 30%;
  border: 10px solid #004499;
  padding: 30px 15px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.solving .item .number {
  background-color: #004499;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: -60px;
  left: -10px;
  padding-top: 10px;
}

.solving .item .number img {
  width: 35px;
  height: auto;
  margin-bottom: 30px;
}

.solving .item .lead {
  font-size: 20px;
  font-weight: 700;
  color: #004499;
  line-height: 32px;
  margin-bottom: 15px;
  letter-spacing: 1.11px;
}

.example {
  border: 40px solid #f1f6fb;
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 60px;
}

.example h3 {
  color: #004499;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #004499;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.11px;
}

.example h4 {
  color: #004499;
  font-size: 17px;
  margin-bottom: 15px;
}

.example > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.example ul li {
  padding-left: 15px;
  position: relative;
  font-size: 16px !important;
  padding-left: 15px;
  background-image: url(/takaki/images/dot_b.png);
  background-repeat: no-repeat;
  background-position: left 3px top 16px;
}

.movie-box {
  background-color: #f1f6fb;
  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: 60px 125px;
}

@media screen and (max-width: 736px) {
  .problems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .problems .photo {
    width: 100%;
  }

  .problems ul {
    width: 100%;
  }

  .solving {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom-width: 40px;
    background-image: none;
  }

  .solving:before {
    background-size: cover;
    background-image: url(/takaki/images/service08-sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .solving.manual {
    background-image: none;
  }

  .solving.manual:before {
    background-image: url(/takaki/images/service10-sp.jpg);
  }

  .solving h2 {
    margin-top: 0px;
    font-size: 26px;
    letter-spacing: 1.08px;
    font-weight: 900;
  }

  .solving .item {
    width: 100%;
    margin-top: 85px;
  }

  .example {
    border: 10px solid #f1f6fb;
    padding: 30px 20px;
    margin-bottom: 50px;
  }

  .example h3 {
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 18px;
  }

  .example ul {
    display: block;
    width: 100%;
  }

  .example ul li {
    width: 100%;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    background-position: left 3px top 16px !important;
    margin-bottom: 15px;
  }

  .movie-box {
    padding: 0px;
  }

  .movie-box img {
    margin-bottom: 0px;
  }
}

/*============================================================
邵ｺ貅伉ｰ邵ｺ髦ｪ竊鍋ｸｺ�､邵ｺ�ｽ窶ｻ邵ｲﾂ
============================================================*/
.about-message {
  width: 750px;
  border: 6px solid #004499;
  box-shadow: 20px 20px 0px 0px #00b3cc;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 65px;
  padding-bottom: 70px;
  padding-left: 75px;
}

.about-message p {
  margin-bottom: 30px;
  letter-spacing: 2.5px;
}

.about-message p.message-copy {
  font-size: 40px;
  color: #004499;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
}

.about-message img {
  width: auto;
  height: auto;
}

.strength {
  padding-top: 110px;
  padding-bottom: 110px;
}

.strength .strength-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.strength .strength-header .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 160px;
  height: 110px;
  margin-right: 40px;
}

.strength .strength-header .number-box .text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0px;
  letter-spacing: 1.75px;
}

.strength .strength-header .number-box .number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #00b3cc;
  position: absolute;
  bottom: 0px;
  right: 10px;
  letter-spacing: 0px;
}

.strength .strength-header .number-box img {
  position: absolute;
  width: auto;
  margin: 0px;
  left: 20px;
}

.strength .strength-header .copy {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.5px;
}
.strength .strength-header .copy.line-center {
  line-height: 61px;
}

.strength .strength-message {
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 50px;
  letter-spacing: 3.12px;
}

.strength ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.strength ul li {
  background-image: url(/takaki/images/ic-check-blue.svg);
  background-repeat: no-repeat;
  color: #004499;
  padding-left: 46px;
  background-color: #f1f6fb;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-position: left 20px top 26px;
  font-weight: 700;
  width: 48%;
  letter-spacing: 0;
}

.strength.blue {
  background-color: #004499;
}

.strength.blue {
  color: #fff;
}

.strength.blue li {
  background-color: #fff;
}

.hcd {
  background-image: url(/takaki/images/about01.jpg);
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 110px;
  background-size: cover;
}

.hcd .hcd-title {

  background-color: #004499;
  color: #fff;
  width: 333px;
  padding-top: 40px;
  padding-right: 70px;
  padding-bottom: 40px;
  padding-left: 67px;
}

.hcd .hcd-title h3 {
  font-size: 45px;
  line-height: 60px;
  font-size: 45px;
  margin-bottom: 20px;
  letter-spacing: 2.5px;
}

.hcd .hcd-title h3 span {
  color: #00b3cc;
}

.hcd .hcd-title p {
  font-size: 13px;
  letter-spacing: 0.81px;
}

.hcd .hcd-text {
  padding: 60px 80px;
  font-weight: 400;
  background-color: #fff;
}

.license-holder {
  background-color: #f1f6fb;
  padding-top: 75px;
  padding-bottom: 170px;
}

.license-holder h3 {
  color: #004499;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 1.11px;
}

.license-holder .box {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.license-holder p {
  font-size: 14px;
  letter-spacing: 1.23px;
}

.license-holder p.span {
  font-size: 12px;
}

.license-holder img {
  margin-bottom: 30px;
}

.license-holder dl {
  background-color: #f1f6fb;
  padding: 15px 30px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.license-holder dt {
  font-weight: normal;
  letter-spacing: 0;
}

.license-holder dd {
  color: #004499;
}

@media screen and (max-width: 736px) {
  .about-message {
    width: 100%;
    padding-top: 42px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    box-shadow: 10px 10px 0px 0px #00b3cc;
  }

  .about-message p {
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 2.5px;
    letter-spacing: 0.5px !important;
  }

  .about-message p.message-copy {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
    letter-spacing: 1.22px !important;
  }

  .about-message img {
    margin-bottom: 0px;
  }

  .strength {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .strength .strength-header {
    margin-bottom: 30px;
  }

  .strength .strength-header .number-box {
    width: 125px;
    margin-right: 20px;
  }

  .strength .strength-header .number-box img {
    left: 0px;
  }

  .strength .strength-header .number-box .text {
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 22.4px;
  }

  .strength .strength-header .number-box .number {
    font-size: 50px;
  }

  .strength .strength-header .copy {
    font-size: 16px;
    line-height: 24px;
    flex: 1;
  }

  .strength .strength-header .copy.line-center {
    line-height: 24px;
  }

  .strength .strength-message {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }

  .strength ul {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }

  .strength ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .strength ul li:last-child {
    margin-bottom: 0px;
  }

  .hcd {
    padding: 60px 10px;
    background-image: none;
  }

  .hcd:before {
    background-size: cover;
    background-image: url(/takaki/images/about01-sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .hcd .hcd-title {
    width: 100%;
    padding-top: 26px;
    padding-right: 0px;
    padding-bottom: 46px;
    padding-left: 0px;
  }

  .hcd .hcd-title h3 {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }

  .hcd .hcd-title p {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }

  .hcd .hcd-text {
    padding: 30px;
  }

  .license-holder {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .license-holder h3 {
    margin-bottom: 24px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .license-holder .box {
    display: block;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .license-holder dl {
    margin-top: 5px;
    display: block;
    padding: 14px 20px;
    margin-bottom: 0px;
  }

  .license-holder dt {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .license-holder dd {
    font-size: 14px;
    letter-spacing: 0px;
    text-align: right;
  }
}

/*============================================================
闔�蛟ｶ�ｾ迢暦ｽｴ�ｹ闔我ｹ晢ｿｽ郢ｧ�ｳ郢晢ｽｩ郢晢ｿｽ
============================================================*/
.case {
  background-color: #f1f6fb;
}

.case h2 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.75px;
}

.search-case .inner,
.search-column .inner {
  max-width: 748px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}

.search-case .item-box,
.search-column .item-box {
  padding-top: 20px;
  max-width: 1780px;
  margin: 0 auto;
}

.search-case h4,
.search-column h4 {
  font-size: 14px;
  color: #004499;
  text-align: center;
  margin-bottom: 15px !important;
  letter-spacing: 1.23px;
}

.switch-button {
  display: none;
}

.search-case ul.type,
.search-column ul.type {
  display: flex;
}

.search-case ul.type li,
.search-column ul.type li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1.23px;
  background-color: #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #004499;
  border-bottom-color: #004499;
  border-left-color: #004499;
}

.search-case ul.type li.active,
.search-column ul.type li.active {
  background-color: #004499;
}

.search-case ul.type li.active button,
.search-column ul.type li.active button {
  color: #fff;
}

.search-case ul.type li button,
.search-column ul.type li button {
  color: #004499;
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-case ul.type li button:hover,
.search-column ul.type li button:hover {
  background-color: #004499;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-case ul.type li:last-child,
.search-column ul.type li:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #004499;
}

@media screen and (max-width: 736px) {
}

.item-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  gap: 36px;
}

.item-box > a {
  text-decoration: none;
}

.item-box .photo {
  overflow: hidden;
  background-color: #e5e5e5;
}

.item-box .photo img {
  transition: 0.4s all;
  width: 100%;
  height: 210px;
  object-fit: contain;
  margin-bottom: 0;
}

.item-box a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.item-box a:hover .photo img {
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.item-box .list-item-inner {
  height: calc(100% - 210px);
  padding: 20px 20px 28px;
  background-color: #ffffff;
}

ul.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  margin-bottom: 10px;
}

ul.category li {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 1px 6px;
  letter-spacing: 0.83px;
  border: none;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
}

ul.category li.cate01 {
  background-color: #00b5c8;
}

ul.category li.cate02 {
  background-color: #1e82dc;
}

ul.category li.cate03 {
  background-color: #295ab8;
}

.item-box .list-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-box .list-item .new {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #c01b0b;
}

.item-box .list-item .company-name {
  font-size: 14px;
  margin-bottom: 20px;
}

.item-box .list-item .date {
  font-size: 14px;
  font-weight: 500;
}

.item-box .list-item .item-introduction {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}

.item-box .list-item .item-sub-introduction {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .search-case .inner {
    padding: 0;
    margin-bottom: 30px;
  }

  .search-case h4 {
    margin-bottom: 0px !important;
    text-align: left;
  }

  .switch-controll {
    position: relative;
  }

  .switch-button {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background-color: #004499;
    color: #ffffff;
    line-height: 50px;
  }

  .switch-button::before {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 3.5px);
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.2em solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }

  .search-case ul.type {
    position: absolute;
    display: none;
    margin: 5px 0 0;
    z-index: 1;
    width: 100%;
  }

  .search-case ul.type li {
    width: 100%;
    height: 50px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #004499;
    border-bottom: none;
  }

  .search-case ul.type li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #004499;
  }

  .search-case ul.type li button {
    padding-left: 25px;
  }

  .item-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
    gap: 36px;
  }
}

/*============================================================
闔�蛟ｶ�ｾ迢暦ｽｴ�ｹ闔臥事�ｩ�ｳ驍擾ｽｰ
============================================================*/
.cases-details {
}

.cases-details-top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: max(250px);
  height: auto;
  background-color: #e2e2e2;
  color: #000;
}

.cases-details-top-image-area {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cases-details-top-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0.47;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.cases-details-top-inner {
  position: relative;
  grid-column: 2;
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 1280px;
  text-align: left;
  margin: 0 auto;
  z-index: 1;
}

.cases-details-top-inner h1 {
  height: 0;
  overflow: hidden;
}

.cases-introduction {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 5px #FFF,
               0 0 50px #FFF,
               0 0 1em #FFF,
               0 0 2em #FFF
}

.cases-details .company-name {
  display: block;
  font-size: 14px;
}


.cases-details .breadcrumbs .global-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

/* case-datails郢晢ｽ｡郢ｧ�､郢晢ｽｳ郢ｧ�ｳ郢晢ｽｳ郢晢ｿｽﾎｦ郢晢ｿｽ */
.cases-details .global-inner {
  padding: 0;
}

.case-details .case-details-head {
  background-color: #f1f6fb;
  padding: 50px 0 80px;
}

.case-details .case-details-head .inner-link-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.case-details .case-details-head .inner-link-list::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 12px;
  background-color: #004499;
  top: calc(60% - 6px);
}

.case-details .case-details-head .inner-link-item {
  display: block;
  position: relative;
  max-width: calc((100% - 80px) / 3);
  margin-top: 105px;
  z-index: 1;
}

.case-details .case-details-head .inner-link-item a {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.case-details .case-details-head .inner-link-item a::before {
  position: absolute;
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #004499;
  line-height: 1;
  width: 15px;
  height: 15px;
  left: calc(50% - 1.5px);
  bottom: 30px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  z-index: 1;
}

.case-details .case-details-head .inner-link-item-box {
  display: block;
  padding: 95px 30px 50px;
  border: 2px solid #004499;
  background-color: #ffffff;
}

.case-details .case-details-head .inner-link-title {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -75px;
  left: calc(50% - 75px);
  background-color: #004499;
  color: #ffffff;
  border-radius: 75px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 90px;
}

.case-details .case-details-head .inner-link-title::after {
  content: '';
  position: absolute;
  top: 20px;
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  background-repeat: no-repeat;
  background-position: center;
}

.case-details
  .case-details-head
  .inner-link-item-assignment
  .inner-link-title::after {
  background-image: url('/takaki/images/icon-assignment.svg');
}

.case-details
  .case-details-head
  .inner-link-item-correspondence
  .inner-link-title::after {
  background-image: url('/takaki/images/icon-correspondence.svg');
}

.case-details
  .case-details-head
  .inner-link-item-result
  .inner-link-title::after {
  background-image: url('/takaki/images/icon-result.svg');
}

.case-details .text-list-item {
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.case-details .text-list-item::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  left: 3px;
  background-color: #004499;
  border-radius: 6px;
}

.case-details .case-details-box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 53px;
  margin-bottom: 50px;
}

/*.case-details .case-details-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    #5472cd 0,
    #5472cd 140px,
    #cce4ff 140px,
    #cce4ff 100%
  );
}*/

.case-details .case-details-box.info-box {
  padding-top: 60px;
  padding-bottom: 30px;
}

.case-details .case-details-box h2 {
  font-size: 24px;
  padding-left: 30px;
  margin-bottom: 26px;
  border-left: 2px solid #004499;
}

.cases-details .case-details-box .sub-text {
  font-size: 20px;
  font-weight: bold;
  color: #004499;
  margin: 40px 0 22px;
}

.case-details .case-details-box p {
  margin: 20px 0 0;
}

.case-details .case-details-box ul {
  margin: 20px 0;
}

.case-details .case-details-box ul li {
  position: relative;
  padding-left: 15px;
  background-image: url(/takaki/images/dot_b.png);
  background-repeat: no-repeat;
  background-position: left 3px top 15px;
  letter-spacing: 1.05px;
}

.case-details .case-details-box .photo-list .button {

  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.case-details .case-details-box .photo-list .button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/takaki/images/icon-zoom.svg) center no-repeat;
  background-color: #000;
  z-index: 1;
}

.case-details .case-details-box .photo-list .photo-item {
  list-style: none;

  padding-left: 0;
  background: none;
  letter-spacing: inherit;
}

.case-details .case-details-box .photo-list .photo-item.is-md {
    max-width: 500px;
    margin: 0 auto;
}

.case-details .case-details-box .photo-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.case-details .case-details-box .case-details-box-photo-top {
  margin-top: 33px;
  margin-bottom: 30px;
}

.case-details .case-details-box .case-details-box-photo-top .photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.case-details .case-details-box .case-details-box-photo-bottom .photo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.case-details
  .case-details-box
  .case-details-box-photo-bottom
  .photo-list
  .photo-item {
  min-width: calc(50% - (35px / 2));
  max-width: calc(50% - (35px / 2));
}

.case-details
  .case-details-box
  .case-details-box-photo-bottom
  .photo-list
  .photo-item:nth-of-type(n + 2) {
  margin-left: 35px;
}

.case-details
  .case-details-box
  .case-details-box-photo-bottom
  .photo-list
  .photo-item:nth-of-type(n + 3) {
  margin-top: 30px;
}

.cases-details .profile {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  border: 1px solid #cccccc;
}

.cases-details .profile .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding-top: 0;
  background-color: #f1f6fb;
}

.cases-details .profile .title-box h4 {
  font-size: 14px;
  font-weight: normal;
}

.cases-details .profile .img-box img {
  width: 230px;
  height: 250px;
  object-fit: cover;
  margin: auto;
}

.cases-details .profile .text {
  min-width: calc(100% - 230px);
  padding: 40px;
}

.cases-details .profile .text h5 {
  margin-bottom: 22px;
}

.cases-details .profile .text .company-info {
  display: flex;
  flex-wrap: wrap;
}

.case-details .profile .text .company-info dt {
  min-width: 80px;
}

.cases-details .profile .text .company-info dd {
  min-width: calc(100% - 80px);
}

.cases-details .profile .text .button-area {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.cases-details .profile .text .button-area .button {
  max-width: calc(50% - 15px);
}

.cases-details .profile .text .button-area .button a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.cases-details .profile .text .profile-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cases-details .profile .text .profile-introduction {
  font-size: 14px;
  line-height: 2;
}

.connection-list-wrapper {
  background-color: #f1f6fb;
  padding: 41px 70px 60px;
}

.connection-list-wrapper h2 {
  font-size: 32px;
  font-weight: bold;
  color: #004499;
  margin: 0 0 42px;
  text-align: center;
}

.connection-list-wrapper .connection-list-box {
  background: none;
}

.connection-list-wrapper .swiper-wrapper a {
  padding: 0;
}

.connection-list-wrapper .connection-list-box .photo {
  min-width: 100%;
  min-height: 210px;
  background-color: #e5e5e5;
}

.connection-list-wrapper .button {
  max-width: 454px;
  height: 64px;
  margin: 60px auto 0;
}

.connection-list-wrapper .button a {
  height: 100%;
  background-color: #004499;
}

.connection-list-wrapper .button a:hover::after {
  background: #00b3cc;
}

@media screen and (max-width: 736px) {
  
  .cases section {
    padding-top: 0;
    padding-bottom: 0;


  }

  .cases-details .global-inner {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cases-details .breadcrumbs .global-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-details .case-details-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cases-details-top {
    display: block;
  }

  .cases-details-top-inner {
    padding: 40px 20px 36px;
  }

  .cases-introduction {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .case-details .case-details-head .inner-link-list {
    flex-wrap: wrap;
  }

  .case-details .case-details-head .inner-link-list::after {
    width: 12px;
    height: calc(100% - 40px);
    top: 40px;
    left: calc(50% - 6px);
  }

  .case-details .case-details-head .inner-link-item {
    max-width: 100%;
  }

  .case-details .case-details-head .inner-link-item-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    border-width: 4px;
  }

  .case-details .case-details-head .inner-link-item a::before {
    bottom: 20px;
    left: calc(50% - 6px);
  }

  .case-details .case-details-head .text-list-item {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
  }

  .case-details .case-details-box {
    max-width: calc(100% - 40px);
  }

  .case-details .case-details-box.info-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .case-details .case-details-box h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .cases-details .case-details-box .sub-text {
    font-size: 18px;
    line-height: 32px;
  }

  .case-details .case-details-box .case-details-box-photo-top .photo-list {
    grid-template-columns: 1fr;
  }

  .case-details .case-details-box .photo-list .button {
    pointer-events: none;
  }

  .case-details .case-details-box .photo-list .button::after {
    content: none;
  }

  .case-details
    .case-details-box
    .case-details-box-photo-bottom
    .photo-list
    .photo-item {
    min-width: 100%;
    max-width: 100%;
  }

  .case-details
    .case-details-box
    .case-details-box-photo-bottom
    .photo-list
    .photo-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 30px;
  }

  .cases-details .profile {
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cases-details .profile .title-box {
    min-width: 100%;
    height: 70px;
    justify-content: flex-start;
    padding-left: 50px;
  }

  .cases-details .profile .img-box {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cases-details .profile .img-box img {
    width: 154px;
    height: 166px;
  }

  .cases-details .profile .text {
    min-width: 100%;
    padding: 20px;
  }

  .cases-details .profile .text .company-info {
    font-size: 14px;
    font-weight: normal;
  }

  .cases-details .profile .text .button-area {
    flex-wrap: wrap;
  }

  .cases-details .profile .text .button-area .button {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .cases-details .profile .text .button-area .button a {
    font-size: 14px;
    padding-left: 20px;
  }

  .cases-details .profile .text .profile-name {
    display: block;
    text-align: center;
  }

  .cases-details .profile .text .profile-introduction {
    font-size: 14px;
    line-height: 2;
  }

  .connection-list-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .connection-list-box-inner {
    display: flex;
    gap: 0;
  }

  .connection-list-box-inner .list-item {
    width: calc(100% - 28px);
    margin: 0 auto;
  }

  .connection-list-wrapper .swiper-button-prev {
    left: 0;
  }

  .connection-list-wrapper .swiper-button-next {
    right: 0;
  }

  .connection-list-wrapper .swiper-horizontal > .swiper-pagination-bullets,
  .connection-list-wrapper
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 100px;
    background: none;
  }

  .connection-list-wrapper .swiper-pagination-bullet {
    background-color: #004499;
  }

  .cases-details .banner-contact .global-inner,
  .cases-details .footer-banner-wrapper .global-inner {
    padding: 20px;
  }
}

@media screen and (min-width: 737px) {
  .connection-list-wrapper .swiper-wrapper a:nth-child(n + 5),
  .connection-list-wrapper .swiper-button-prev,
  .connection-list-wrapper .swiper-button-next,
  .connection-list-wrapper .swiper-pagination {
    display: none;
  }
}

/*============================================================
髮会ｿｽ萓ｭ郢敖郢ｧ�ｦ郢晢ｽｳ郢晢ｽｭ郢晢ｽｼ郢晏ｳｨﾂﾂ
============================================================*/
.download {
  padding-bottom: 30px;
}

.download a {
  text-decoration: none;
}

.download a:hover {
  color: #000;
}

.download .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.download .box .photo {
  width: 50%;
  overflow: hidden;
}

.download .box .photo img {
  width: 100%;
  height: auto;
  transition: 0.4s all;
  margin-bottom: 0px;
}

.download .box .photo img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.download .box .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download .box .text .button a {
  height: 64px;
  font-size: 16px;
}

.download .box .text .inner {
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
}

.download .box .text h2 {
  font-size: 18px;
  font-weight: 700;
  color: #004499;
  margin-bottom: 20px;
  letter-spacing: 1.12px;
  text-decoration: none;
  line-height: 29.8px;
  margin-top: 0px;
  font-feature-settings: 'palt';
}

.download .box .text h2 span {
  letter-spacing: 0.028em;
}

.download .box .text p {
  font-size: 14px;
  letter-spacing: 1.23px;
}

@media screen and (min-width: 737px) {
  .download .box .button:hover:after {
    width: 100%;
  }

  .download > a .button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #004499;
    transition: all 0.35s;
    margin-left: 0px;
  }
}

.download > a:hover .photo img {
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.download > a .button {
  display: block;
  height: 64px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.4px;
}

.download > a .button.black {
  background: #000;
}

.download > a:hover .button span {
  position: relative;
  z-index: 1;
}

.download > a:hover .button {
  color: #fff;
}

.download > a .button .pdf {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 18px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-image: url(/takaki/images/ic-pdf-white.svg);
  background-repeat: no-repeat;
}

.download > a:hover .button:after {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .download {
    padding-bottom: 0px;
  }

  .download > a {
    margin-bottom: 40px;
    display: block;
  }

  .download > a:last-child {
    margin-bottom: 0px;
  }

  .download .box {
    display: block;
    margin-bottom: 0px;
  }

  .download .box:last-of-type {
    margin-bottom: 0px;
  }

  .download .box .photo {
    width: 100%;
  }


  .download .box .text {
    width: 100%;
  }

  .download .box .text .inner {
    padding-top: 32px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
  }

  .download .box .text h2 {
    margin-top: 0px;
    font-size: 16px;
    letter-spacing: 1.4px;
  }

  .download .box .text p {
    word-break: break-all;
  }
}

/*============================================================
髫ｪ蛟�ｽｺ�ｽ
============================================================*/
.article {
}

.article section:first-of-type {
  padding-top: 0px;
}

.article .info-box {
  padding-top: 60px;
  padding-bottom: 30px;
}

.article .category {
  margin-left: auto;
  font-size: 12px;
  padding: 3px 35px;
  text-align: center;
  letter-spacing: 0px;
  background-color: #000;
  color: #fff;
  width: max-content;
  margin-bottom: 10px;
}

.article .date {
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 1.23px;
  line-height: 28px;
  width: max-content;
}

.article .main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.article .main-item .text {
  width: 480px;
}

.article .main-item .photo {
  width: 480px;
}

.article .main-item .photo_small {
  width: 400px;
}

.article .item {
  margin-bottom: 30px;
}

.article .item:last-child {
  margin-bottom: 0px;
}

.article .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article .list.col-2 li {
  width: 50%;
}

.article .list.col-1 li {
  width: 100%;
}

.article .dot li {
  position: relative;
  padding-left: 15px;
  background-image: url(/takaki/images/dot_b.png);
  background-repeat: no-repeat;
  background-position: left 3px top 15px;
  letter-spacing: 1.05px;
}

.article h4 {
  color: #004499;
  letter-spacing: 1.25px;
  font-weight: 700;
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 16px;
}

.article .related-link-box {
  padding-top: 90px;
  padding-bottom: 110px;
  margin-bottom: 110px;
}

.article .related-link-box h4 {
  margin-bottom: 30px;
}

.article .related-link-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article .related-link-box li {
  width: 100%;
  letter-spacing: 1.4px;
  line-height: 32px;
  font-weight: 700;
}

.article .related-link-box li:last-child {
  border-left: none;
}

.article .related-link-box li .button a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 60px;
  height: auto !important;
}

.article .related-link-box li .button a.white .toright {
  bottom: 50%;
}

.article .link-box {
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
  border: 40px solid #f1f6fb;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.article .link-box ul {
}

.article .link-box li {
  margin-bottom: 10px;
  letter-spacing: 1.25px;
  text-indent: -1em;
  margin-left: 1em;
}

.article .link-box li:before {
  content: '隨ｳ�ｽ';
  color: #004499;
}

.article .link-box li:last-child {
  margin-bottom: 0px;
}

.article .link-box li span {
  color: #004499;
  margin-right: 5px;
}

.article .link-box li a {
  background-image: url(/takaki/images/ic-arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: right 8px top 8px;
  padding-right: 30px;
  color: #004499;
  background-size: 18px 18px;
}

@media screen and (max-width: 736px) {
  .article .info-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .article .main-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .article .main-item .photo {
    width: 100%;
  }

  .article .main-item .photo_small {
    width: 100%;
  }

  .article .main-item .text {
    width: 100%;
  }

  .article .list.col-2 li {
    width: 100%;
  }

  .article .list.col-1 li {
    width: 100%;
  }

  .article .related-link-box {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .article .related-link-box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article .related-link-box li {
    width: 100%;
  }

  .article .link-box {
    border: 10px solid #f1f6fb;
    font-size: 18px;
    margin-top: 10px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .article .link-box li a {
    background-position: right 8px top 6px;
  }

  .article .link-box li {
    margin-bottom: 20px;
    letter-spacing: 1.12px;
    line-height: 28.8px;
  }
}

/*============================================================
郢ｧ�ｳ郢晢ｽｳ郢ｧ�ｿ郢ｧ�ｯ郢晁肩�ｼ莠包ｽｸ蜿･�ｱ�､�ｽ�ｽ
============================================================*/
.contact .tel-box {
  background-color: #f1f6fb;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .contact .tel-box {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .contact .tel-box .business-hour {
    margin-bottom: 0px;
  }

  .contact .tel-box .tel-number {
    width: auto;
    background-size: 26px 26px;
    background-position: left bottom 7px;
  }

  .contact .tel-box .tel-number .t-tel {
    width: 235px !important;
  }
}

/*============================================================
郢ｧ�ｫ郢晢ｽｩ郢晢ｿｽ
============================================================*/
.col-2 img,
.col-3 img,
.col-4 img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.col-2 .title,
.col-3 .title,
.col-4 .title {
  color: #004499;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.col-2 {
  width: 48%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

@media screen and (max-width: 736px) {
  .col-2 {
    width: 100%;
  }

  .col-3 {
    width: 100%;
  }

  .col-4 {
    width: 50%;
  }

  .col-2 img,
  .col-3 img,
  .col-4 img {
    margin-bottom: 20px;
  }

  .col-2 .title,
  .col-3 .title,
  .col-4 .title {
    margin-bottom: 15px;
  }
}

/*============================================================
郢ｧ�ｳ郢晢ｽｳ郢晢ｿｽﾎｦ郢晢ｿｽ繝ｵ郢晢ｿｽ縺｡郢晢ｽｼ郢晉ｿｫ繝ｳ
============================================================*/
.content-footer-navi {
  background-color: #fff;
  padding-bottom: 110px;
}

.content-footer-navi ul {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #004499;
  padding-top: 110px;
}

.content-footer-navi li {
  width: 50%;
}

.content-footer-navi li:last-child {
  border-left: none;
}

.content-footer-navi-col-3 {
  background-color: #ffffff;
  padding-top: 42px;
  padding-bottom: 110px;
}

.content-footer-navi-col-3 h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.content-footer-navi-col-3 .global-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.content-footer-navi-col-3 ul {
  padding-top: 41px;
}

.content-footer-navi-col-3 li {
  /*width: 33.333%;*/
  width: 50%;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #004499;
}

.content-footer-navi-col-3 li:first-of-type {
  border-left: 1px solid #004499;
}

.content-footer-navi-col-3 li a {
  display: block;
  height: auto;
  padding-left: 0;
  text-decoration: none;
}

.content-footer-navi-col-3 li a img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #004499;
}

.content-footer-navi-col-3 li a .button {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #004499;
}

.content-footer-navi-col-3 li a .button span {
  position: relative;
  z-index: 1;
}

.content-footer-navi-col-3 li a.white .button .toright {
  display: block;
  position: absolute;
  right: 30px;
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #004499;
  border-right: 1px solid #004499;
  transform: skew(45deg);
  z-index: 1;
  bottom: 46px;
}

.content-footer-navi-col-3 li a .button::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #004499;
  transition: all 0.35s;
  margin-left: 0px;
}

.content-footer-navi-col-3 li a.active {
  pointer-events: none;
}

.content-footer-navi-col-3 li a:hover .button,
.content-footer-navi-col-3 li a.active .button {
  color: #ffffff;
}

.content-footer-navi-col-3 li a:hover .button:after,
.content-footer-navi-col-3 li a.active .button:after {
  width: 100%;
}

.content-footer-navi-col-3 li a:hover .button .toright,
.content-footer-navi-col-3 li a.active .button .toright {
  border-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .content-footer-navi {
    padding-bottom: 60px;
  }

  .content-footer-navi ul {
    padding-top: 80px;
  }

  .content-footer-navi li {
    width: 100%;
  }

  .content-footer-navi li:last-child {
    border-top: none;
  }

  .content-footer-navi-col-3 {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-footer-navi-col-3 ul {
    padding-top: 21px;
  }

  .content-footer-navi-col-3 li {
    width: 100%;
    margin-bottom: 16px;
    border-width: 1px;
  }

  .content-footer-navi-col-3 li a {
    font-size: 16px;
    line-height: 27px;
  }

  .content-footer-navi-col-3 li:last-child {
    margin-bottom: 0;
  }

  .content-footer-navi-col-3 li a img {
    height: 100px;
  }

  .content-footer-navi-col-3 li a .button {
    min-height: 60px;
    max-height: 80px;
  }

  .content-footer-navi-col-3 li .button a.white .toright {
    bottom: 20px;
  }

  .content-footer-navi-col-3 li .button a.h-110 {
    height: 110px;
  }

  .content-footer-navi-col-3 li .button a.h-110 .toright {
    bottom: 46px;
  }
}

/*============================================================
郢晁ｼ斐Ε郢ｧ�ｿ郢晢ｽｼ
============================================================*/
.footer {
  background-color: #004499;
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 30px;
  z-index: 1;
  position: relative;
}

.footer .inner {
  width: 1080px;
  margin: 0 auto;
}

.footer a[target='_blank'] {
  background-image: none;
}

.footer .footer-logo {
  margin-right: 150px;
  width: 200px;
}

.footer .footer-logo img {
  width: 100%;
}

.footer .navi {
  width: 100%;
  margin-bottom: 25px;
}

.footer .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .navi ul li {
  width: 33.3%;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer .navi ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .navi ul li a:hover {
  color: #00b3cc;
}

.footer .navi2 {
  width: 100%;
  margin-bottom: 20px;
}

.footer .navi2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .navi2 ul li {
  margin-bottom: 20px;
  font-size: 12px;
  margin-right: 75px;
  letter-spacing: 0.75px;
}

.footer .navi2 ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .navi2 ul li a:hover {
  color: #00b3cc;
}

.footer .flex-box:nth-child(2) {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #4361b6;
  padding-top: 60px;
}

.copyright {
  text-align: right;
  font-size: 10px;
  padding: 10px 0px;
  letter-spacing: 0.88px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 736px) {
  .footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer .footer-logo {
    margin-bottom: 21px;
    margin-right: 0px;

    width: 100px;
  }


  .footer .inner {
    width: 100%;
  }

  .footer .navi {
    margin-bottom: 10px;
  }

  .footer .navi ul {
  }

  .footer .navi ul li {
    width: 50%;
    font-size: 14px;
    letter-spacing: 0.88px;
  }

  .footer .navi ul li:nth-child(odd) {
    padding-right: 15px;
  }

  .footer .navi ul li:nth-child(even) {
    padding-left: 15px;
  }

  .footer .flex-box:nth-child(2) {
    padding-top: 35px;
  }

  .footer .navi2 ul li {
    margin-bottom: 10px;
  }

  .copyright {
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px;
  }

  #page_top a {
    bottom: 80px !important;
  }
}

/*============================================================
郢ｧ�｢郢ｧ�ｳ郢晢ｽｼ郢晢ｿｽ縺�ｹｧ�ｪ郢晢ｽｳ�ｽ蛹ｻ�育ｸｺ荳岩旺郢ｧ邇厄ｽｳ�ｪ陜�謫ｾ�ｼ�ｽ
============================================================*/
.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  cursor: pointer;
}

.accordion-container h3 {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  padding-left: 60px;
  line-height: 32px;
  font-weight: normal;
  background-image: url(/takaki/images/ic-q.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  background-position: left top 40px;
}

.accordion-container p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
  padding-left: 60px;
}

.accordion-container p:first-of-type {
  background-image: url(/takaki/images/ic-a.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-container .accordion-title {
  position: relative;
}

.accordion-container .accordion-title:after {
  content: '';
  position: absolute;
  top: 55px;
  right: 0px;
  /*驍ｵ�ｦ驍ｱ�ｽ*/
  width: 15px;
  height: 1px;
  background: #004499;
  transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title:before {
  content: '';
  position: absolute;
  top: 55px;
  right: 0px;
  width: 15px;
  height: 1px;
  /*隶難ｽｪ驍ｱ螢ｹ竊�*/
  transform: rotate(90deg);
  background: #004499;
  transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open:after {
  opacity: 0;
}

.accordion-container .accordion-content {
  display: none;
  margin-top: -10px;
  padding-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .accordion-container {
    margin-top: 40px;
  }

  .accordion-container h3 {
    padding-left: 44px;
    background-size: 24px 24px;
    padding-top: 25px;
    margin-bottom: 30px;
    background-position: left top 32px;
    padding-right: 30px;
  }

  .accordion-container .accordion-title:after {
    top: 40px;
  }

  .accordion-container .accordion-title:before {
    top: 40px;
  }

  .accordion-container p {
    letter-spacing: 1px;
    padding-left: 44px;
    background-position: left top 5px;
  }

  .accordion-container p:first-of-type {
    background-size: 24px 24px;
  }
}

/*============================================================
邵ｺ髮∵牒邵ｺ�ｽ邊狗ｹｧ荳岩雷�ｽ蛹ｻ繝ｵ郢晢ｽｭ郢晢ｽｼ郢晢ｿｽ縺�ｹ晢ｽｳ郢ｧ�ｰ�ｽ�ｽ
============================================================*/
#contact {
}

#contact a {
  position: fixed;
  right: 0;
  bottom: 140px;
  writing-mode: vertical-rl;
  background-color: #c01b0b;
  color: #ffffff;
  width: 80px;
  height: 220px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  z-index: 9999;
}

@media screen and (max-width: 736px) {
  #contact a {
    right: 0;
    width: 50px;
    height: 160px;
    font-size: 18px;
    line-height: 50px;
    bottom: 100px;
  }
}

/*============================================================
郢晏現繝｣郢晏干竏郁ｬ鯉ｽｻ郢ｧ�ｽ
============================================================*/
#page_top {
}

#page_top a {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url(/takaki/images/ic-arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 10px;
  z-index: 1;
}

#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  #page_top a {
    bottom: 20px !important;
  }
}

/*============================================================
郢晢ｽｪ郢ｧ�ｹ郢晢ｿｽ
============================================================*/
.list-col-3 li {
  width: 33% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col-2 li {
  width: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col-1 li {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
  .list-col-3 li,
  .list-col-2 li,
  .list-col-1 li {
    width: 100% !important;
  }
}

.lh-2 {
  line-height: 2 !important;
}

.lh-32 {
  line-height: 32px !important;
}

.ls-111 {
  letter-spacing: 1.11px !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.blue {
  color: #004499;
}

.white {
  color: #fff;
}

.gray {
  color: #777777;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #004499;
}

.bg-light-blue {
  background-color: #f1f6fb;
}

.border-2tone {
  border-top: solid 2px #cce4ff;
  position: relative;
}

.border-2tone:before {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 2px #5472cd;
  top: -2px;
  width: 20%;
}

.border-2tone-blue {
  border-top: solid 2px transparent;
  position: relative;
}

.border-2tone-blue:before {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 2px #004499;
  top: -2px;
  width: 20%;
}

.center {
  text-align: center !important;
}

ul.dot-blue {
}

ul.dot-blue li {
  position: relative;
  padding-left: 15px;
  background-image: url(/takaki/images/dot_b.png);
  background-repeat: no-repeat;
  background-position: left 3px top 12px;
  letter-spacing: 1.05px;
  font-size: 12px;
}

ul.notice li {
  padding-left: 20px;
  font-size: 12px;
  background-image: url(/takaki/images/ic-kome.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left top 5px;
  margin-bottom: 5px;
  line-height: 20px;
  letter-spacing: 1.05px;
  color: #666666;
}

ul.notice-image-none li {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 20px;
  letter-spacing: 1.05px;
  color: #666666;
}

.kome {
  background-image: url(/takaki/images/ic-kome.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 0px top 0px;
  padding-right: 15px;
}

.zoom {
  transition: 0.4s all;
}

.zoom:hover {
  transform: scale(1.05, 1.05);
  transition: 0.4s all;
}

.over-hidden {
  overflow: hidden;
}

.bold {
  font-weight: 700;
}


@media screen and (min-width: 737px) {
  .p-20 {
    padding: 20px;
  }

  .p-30 {
    padding: 30px;
  }

  .p-60 {
    padding: 60px;
  }

  .px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .pt-0 {
    padding-top: 0px;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pt-90 {
    padding-top: 90px;
  }

  .pt-110 {
    padding-top: 110px;
  }

  .pr-40 {
    padding-right: 40px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

  .pb-110 {
    padding-bottom: 110px;
  }

  .pl-20 {
    padding-left: 20px;
  }

  .pl-60 {
    padding-left: 60px;
  }

  .my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mt-auto {
    margin-top: auto !important;
  }

  .mt-10 {
    margin-top: 10px !important;
  }

  .mt-15 {
    margin-top: 15px !important;
  }

  .mt-20 {
    margin-top: 20px !important;
  }

  .mt-30 {
    margin-top: 30px !important;
  }

  .mt-60 {
    margin-top: 60px !important;
  }

  .mt-110 {
    margin-top: 110px !important;
  }

  .mr-95 {
    margin-right: 95px;
  }

  .mr-115 {
    margin-right: 115px;
  }

  .mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-20 {
    margin-bottom: 20px !important;
  }

  .mb-30 {
    margin-bottom: 30px !important;
  }

  .mb-40 {
    margin-bottom: 40px !important;
  }

  .mb-60 {
    margin-bottom: 60px !important;
  }

  .mb-80 {
    margin-bottom: 80px !important;
  }

  .ml-10p {
    margin-left: 10%;
  }

  .ml-5 {
    margin-left: 5px;
  }

  .fs-12 {
    font-size: 12px !important;
  }

  .fs-16 {
    font-size: 16px !important;
  }

  .fs-20 {
    font-size: 20px !important;
    font-weight: 700;
  }

  .fs-40 {
    font-size: 40px !important;
    line-height: 1.4;
    font-weight: 700;
  }

  .fs-60 {
    font-size: 60px !important;
    line-height: 1.4;
    font-weight: 700;
  }

  .w-70p {
    width: 70% !important;
  }

  .w-145 {
    width: 145px !important;
    height: auto !important;
  }

  .w-160 {
    width: 160px !important;
    height: auto !important;
  }

  .w-330 {
    width: 330px !important;
    height: auto !important;
  }

  .w-360 {
    width: 360px !important;
    height: auto !important;
  }

  .w-440 {
    width: 440px !important;
    height: auto !important;
  }

  .w-450 {
    width: 450px !important;
    height: auto !important;
  }

  .w-480 {
    width: 480px;
    margin: 0 auto;
  }

  .h-64 {
    height: 64px !important;
    line-height: 64px !important;
  }

  .h-100 {
    height: 100px !important;
  }

  .h-100p {
    height: 100% !important;
  }

  .flex-1 {
    flex: 1;
  }

  .border-left-none {
    border-left: none !important;
  }
}

@media screen and (max-width: 736px) {
  .mb-0-sp {
    margin-bottom: 0px !important;
  }

  .mb-10-sp {
    margin-bottom: 10px !important;
  }

  .mb-20-sp {
    margin-bottom: 20px !important;
  }

  .mb-30-sp {
    margin-bottom: 30px !important;
  }

  .mb-40-sp {
    margin-bottom: 40px !important;
  }

  .mt-20-sp {
    margin-top: 20px !important;
  }

  .mt-40-sp {
    margin-top: 40px !important;
  }

  .p-20 {
    padding: 20px;
  }

  .pt-0-sp {
    padding-top: 0px;
  }

  .pt-60-sp {
    padding-top: 60px !important;
  }

  .pl-30-sp {
    padding-left: 30px !important;
  }

  .pr-40-sp {
    padding-right: 40px !important;
  }

  .pr-80-sp {
    padding-right: 80px !important;
  }

  .py-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pt-30-sp {
    padding-top: 30px !important;
  }

  .pt-70-sp {
    padding-top: 70px !important;
  }

  .pb-50-sp {
    padding-bottom: 50px !important;
  }

  .pb-40-sp {
    padding-bottom: 40px !important;
  }

  .pb-80-sp {
    padding-bottom: 80px !important;
  }

  .fs-18-sp {
    font-size: 18px !important;
  }

  .h-100-sp {
    height: 100px !important;
  }

  .w-330 {
    width: 230px !important;
    height: auto !important;
  }

  .w-480 {
    margin-top: 20px;
  }

  .block-sp {
    display: block;
  }

  .wrap-sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bottom-120 {
    bottom: 120px !important;
  }

  .bottom-60 {
    bottom: 60px !important;
  }

  .fs-14-sp {
    font-size: 14px !important;
  }

  .fs-18-sp {
    font-size: 18px !important;
  }

  .border-top-none-sp {
    border-top: none !important;
  }

  .column-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-end-sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-between-sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.remove-icon {
  background-image: none !important;
}

@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 737px) {
  .sp {
    display: none;
  }
}

/*隨�ｽｼ20221228 郢ｧ�ｵ郢晢ｽｼ郢晁侭縺帷ｹ晢ｿｽ縺倡ｹｧ�､郢晢ｽｳ郢晏｣ｹ�ｽ郢ｧ�ｸ髴托ｽｽ陷会ｿｽ邵ｺ�ｫ闔ｨ�ｴ邵ｺ�ｽ�ｸ邇厄ｽｨ蜻４S郢ｧ螳夲ｽｿ�ｽ陷会ｿｽ邵ｺ蜉ｱ竏ｪ邵ｺ蜉ｱ笳�*/
/*============================================================
郢ｧ�ｵ郢晢ｽｼ郢晁侭縺帷ｹ晢ｿｽ縺倡ｹｧ�､郢晢ｽｳ
============================================================*/
.service-design .h1-area {
  background-image: url(/takaki/images/servicedesign-top.jpg);
}

.service-design .solving .item .lead {
  font-size: 19.5px;
}

.service-design .problems .photo img {
  margin-bottom: 0px;
}

@media screen and (max-width: 736px) {
  .service-design .solving .item .lead {
    font-size: 20px;
  }

  .service-design .problems .photo img {
    margin-bottom: 30px;
  }

  .content-footer-navi li:nth-child(2) .button a.white {
    border-top: none;
    border-left: 1px solid #004499;
  }

  .fontsize-s .button a span {
    font-size: 0.8rem;
  }
}

/*============================================================
override
============================================================*/
.content-footer-navi li:nth-child(2) .button a.white {
  border-left: none;
}

@media screen and (max-width: 736px) {
  .content-footer-navi li:nth-child(2) .button a.white {
    border-top: none;
    border-left: 1px solid #004499;
  }
}

/*============================================================
20240323髴托ｽｽ陷会ｿｽ
============================================================*/
.contact_menu .button a:after {
  background: #00b3cc;
}

.contact_menu .outer {
  background-color: #004499;
  padding: 20px 0;
}

.contact_menu p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.contact_menu .menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.contact_menu .menu_inner {
  width: 50%;
  padding: 10px 30px;
}

.contact_menu .menu_inner img {
  width: 35%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 736px) {
  .contact_menu .outer {
    background-color: #004499;
    padding: 20px 0;
  }

  .contact_menu p {
    font-weight: 700;
    font-size: 20px;
  }

  .contact_menu .menu {
    flex-direction: column;
    margin-top: 20px;
  }

  .contact_menu .menu_inner {
    width: 100%;
    padding: 10px 30px;
  }

  .contact_menu .menu_inner img {
    width: 35%;
    display: block;
    margin: auto;
  }
}

/*============================================================
隴鯉ｽｧ闔�蛟ｶ�ｾ迢暦ｽｴ�ｹ闔臥事�ｩ�ｳ驍擾ｽｰ
============================================================*/
.case-details-old .h1-area {
  height: auto;
  padding-top: 20px;
  color: #000000;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: max(250px);
  height: auto;
  background-color: #e2e2e2;
  color: #000;
}
.case-details-old .h1-area-inner {
  grid-column: 2;
  width: 1000px;
}
.case-details-old .h1-area h1 {
  display: none;
}
.case-details-old .case .project-item {
  background-repeat: no-repeat;
  background-position: center top 110px;
  background-size: 100% 440px;
  background-color: #ffffff;
}

.case-details-old .border-2tone-blue {
  border-top: solid 2px transparent;
  position: relative;
}

.case-details-old .border-2tone-blue:before {
  position: absolute;
  content: none;
  display: block;
  border-bottom: solid 2px #004499;
  top: -2px;
  width: 20%;
}

.case-details-old h2 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.75px;
}

.case-details-old .case h3 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1.75px;
}

.case-details-old .case h4 {
  color: #004499;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.case-details-old .case h5 {
  color: #004499;
  margin-bottom: 30px;
  font-weight: 700;
}

.case-details-old .case p {
  margin-bottom: 30px;
}

.case-details-old .title-box {
  padding-top: 60px;
  text-align: center;
}

.case-details-old h2 {
  font-size: 16px;
  letter-spacing: 1.4px;
}

.case-details-old h2 img {
  height: 30px;
  width: auto;
}
.case-details-old img {
  margin-bottom: 0px;
}

.case-details-old .h1-area.dn {
  background-image: url(/takaki/images/case-bg_dn.jpg);
}
.case-details-old .h1-area.panasonic_ew {
  background-image: url(/takaki/images/case-bg_panasonic_ew.jpg);
}
.case-details-old .h1-area.jmam {
  background-image: url(/takaki/images/case-bg_jmam.png);
}
.case-details-old .h1-area.kansai_airports {
  background-image: url(/takaki/images/case-bg_kansai_airports.jpg);
}
.case-details-old .h1-area.acsl {
  background-image: url(/takaki/images/case-bg_acsl.jpg);
}
.case-details-old .h1-area.hitachi {
  background-image: url(/takaki/images/case-bg_hitachi.jpg);
}
.case-details-old .h1-area.handoutai {
  background-image: url(/takaki/images/case-bg_handoutai.jpg);
}
.case-details-old .h1-area.zenrin {
  background-image: url(/takaki/images/case-bg_zenrin.jpg);
}
.case-details-old .h1-area.nttd {
  background-image: url(/takaki/images/case-bg_nttd.jpg);
}
.case-details-old .h1-area.fujisoft {
  background-image: url(/takaki/images/case-bg_fujisoft.jpg);
}
.case-details-old .h1-area.denso {
  background-image: url(/takaki/images/case-bg_denso.jpg);
}
.case-details-old .h1-area.denso2 {
  background-image: url(/takaki/images/case-bg_denso2.jpg);
}
.case-details-old .h1-area.sample {
  background-image: url(/takaki/images/case-bg_sample.jpg);
}

.case-details-old ul.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.case-details-old ul.category li {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.83px;
  padding: 0px 5px;
  margin-right: 10px;
  font-weight: 700;
  font-weight: normal;
}

.case-details-old ul.category li.cate01 {
  background-color: #00b5c8;
}

.case-details-old ul.category li.cate02 {
  background-color: #1e82dc;
}

.case-details-old .case .project-item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.case-details-old section img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.case-details-old .case .box .photo {
  width: 50%;
  background-color: #f1f6fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-details-old .case .project-item img {
  margin-bottom: 0px;
}

.case-details-old .case .box .text {
  width: 50%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.case-details-old .case .box .text h5 {
  color: #004499;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1.23px;
  margin-bottom: 5px;
}

.case-details-old .case .box .text p {
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 1.05px;
}

.case-details-old .text .button-area {
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}

.case-details-old .text .button-area .button {
  max-width: calc(50% - 15px);
}

.case-details-old .text .button-area .button a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.case-details-old h3.vertical-line {
  font-size: 24px !important;
  padding-left: 30px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #004499;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.case-details-old .case .profile {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cccccc;
}

.case-details-old .case .profile .title-box {
  width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f6fb;
  padding: 0px;
}

.case-details-old .case .profile .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  padding-bottom: 42px;
  padding-top: 42px;
  padding-left: 41px;
  padding-right: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 736px) {
  .case-details-old .h1-area {
    display: block;
    padding: 40px 20px 10px;
  }

  .case-details-old .h1-area-inner {
    width: 100%;
  }

  .case-details-old h3 {
    font-size: 20px;
    letter-spacing: 1.25px;
  }

  .case-details-old ul.category {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .case-details-old .case .project-item .box {
    display: block;
  }

  .case-details-old .case .box .photo {
    width: 100%;
  }

  .case-details-old .case .box .text {
    width: 100%;
    padding: 25px;
  }

  .case-details-old h3.vertical-line {
    font-size: 18px !important;
    letter-spacing: 1.12px;
    padding-left: 20px;
    line-height: 29.8px;
  }

  .case-details-old .case .profile {
    display: block;
  }

  .case-details-old .case .profile .text {
    padding: 30px 25px;
  }

  .case-details-old .case .profile .text p {
    font-size: 14px;
  }

  .case-details-old .case .profile .title-box {
    width: 100%;
    height: auto;
    padding: 20px 24px;
    text-align: left;
  }

  .case-details-old .profile .text .button-area {
    flex-wrap: wrap;
  }

  .case-details-old .profile .text .button-area .button {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}

div#breadcrumbs {
    background-color: #FFF;
}
div.case {
    background-color: #FFF;
}
div#breadcrumbs ol {
    width: auto;
    max-width: 1000px;
}
.cases {
   width: 90vw;
   margin: 0 auto;
  }
span.marker {
    background: linear-gradient(transparent 50%, #ffff66 50%);
    font-weight: bold;
}
span.marker-blue {
    background: linear-gradient(transparent 50%, #91FCFC 50%);
    font-weight: bold;
}
.cta_title {
    font-size: 20px;
    font-weight: bold;
    color: #004499;
    margin: 40px 0 22px;
}
.cta_area {
    margin-top: 70px;
    padding: 10px 20px 30px;
    border: solid 2px #297CB7;
    border-radius: 10px;
}
.cta_area p {
    margin: 0;
    padding: 0;
}
.cta_area a {
    position: relative;
}

.cta_area a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #049;
    bottom: -1px;
    visibility: hidden;
}

.cta_area a:hover::after {
    visibility: visible;
}
.Section__inner h2 {
    font-weight: 800;
}
/*============================================================
著者情報
============================================================*/
.block-filled-bg {
    padding: 10px 20px 30px;
    margin-top: 64px;
    background: #e6eaf0;  
}
.Writer_Profile {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 736px) {
.Writer_Profile {
        font-size: 18px;
    }
}


