@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";
body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  background-image: url(images/photography.png);
  font-weight: 300;
  overflow-x: hidden;
  font-style: normal !important;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
#kd-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#kd-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
a {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #00559b;
}
a:focus,
a:active {
  outline: none;
}
p {
  margin-bottom: 1.5em;
  font-size: 14px;
  color: #414141;
  font-family: "Noto Sans JP", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  margin: 0 0 30px;
  font-style: normal !important;
}
::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}
::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}
::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}
.nb {
  display: inline-block;
  white-space: nowrap;
}
#kd-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #kd-page {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#kd-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  padding: 3em 0;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#kd-main-nav .kd-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0 !important;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#kd-main-nav .kd-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#kd-main-nav .kd-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#kd-main-nav .kd-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
#kd-main-nav .kd-nav-toggle span {
  text-decoration: none;
}
.menu-show #kd-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#kd-main-nav h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}
#kd-main-nav h1 .kd-logo {
  color: #fff;
}
#kd-main-nav h1 .kd-logo:hover {
  text-decoration: none;
}
#kd-main-nav ul {
  text-align: center;
  padding: 50px 0;
  margin: 0;
  font-style: normal !important;
}
@media screen and (max-width: 768px) {
  #kd-main-nav ul {
    padding: 20px 0 0;
  }
}
#kd-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#kd-main-nav ul li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
  #kd-main-nav ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #kd-main-nav ul li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
#kd-main-nav ul li a:hover,
#kd-main-nav ul li a:active,
#kd-main-nav ul li a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  #kd-main-nav ul li {
    display: block;
  }
}
#kd-main-nav .kd-social-icon a i {
  color: rgba(255, 255, 255, 0.5);
}
.kd-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .kd-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.kd-table .kd-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .kd-table .kd-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.kd-table .kd-table-cell_inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 50px 0;
}
.kd-table .kd-table-cell_inner::-webkit-scrollbar {
  display: none;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #00559b;
  color: #fff;
  border: 2px solid #00559b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0063b5 !important;
  border-color: #0063b5 !important;
}
.btn-primary.btn-outline {
  background: rgba(0, 0, 0, 0);
  color: #00559b;
  border: 2px solid #00559b;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #00559b;
  color: #fff !important;
}
.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: rgba(0, 0, 0, 0);
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}
.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: rgba(0, 0, 0, 0);
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}
.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: rgba(0, 0, 0, 0);
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}
.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: rgba(0, 0, 0, 0);
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-ul {
  border-bottom: 1px solid gray;
  font-size: 16px;
  color: #000;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 10px 40px 10px 10px;
}
.btn-ul:hover,
.btn-ul:focus,
.btn-ul:active {
  color: gray;
}
.btn-ul i {
  position: absolute;
  color: #000;
  right: 10px;
  top: 40%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-ul:hover {
  padding-right: 40px;
}
.btn-ul:hover i {
  right: 5px;
}
.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
.view-button .btn-outline {
  background: rgba(0, 0, 0, 0);
  color: #000;
  border: 2px solid #000;
}
.view-button .btn-outline:hover,
.view-button .btn-outline:focus,
.view-button .btn-outline:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.kd-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5) url(../images/totop.png) no-repeat center
    center;
  color: #fff;
  text-align: center;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0.5em 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.2em 0;
  }
}
header.head-w a,
header.head-w a:hover {
  text-decoration: none;
}
header.head-w .kd-nav-toggle i,
header.head-w .kd-nav-toggle i::before,
header.head-w .kd-nav-toggle i::after {
  background: #fff;
}
header.head-w span {
  color: #fff;
  font-size: 10px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}
header.scrolled {
  position: fixed !important;
  background: #fff;
}
header.scrolled a,
header.scrolled a:hover {
  text-decoration: none;
}
header.scrolled.head-w .kd-nav-toggle i,
header.scrolled.head-w .kd-nav-toggle i::before,
header.scrolled.head-w .kd-nav-toggle i::after {
  background: #000;
}
header.scrolled h1 + p {
  color: #000 !important;
}
header.scrolled span {
  color: #000;
  font-size: 10px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}
header.scrolled i {
  background: #000;
}
header.scrolled i::before,
header.scrolled i::after {
  background: #000;
}
header .kd-navbar-brand {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
}
header .kd-navbar-brand .header-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .kd-navbar-brand h1 {
  width: 180px;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  header .kd-navbar-brand h1 {
    width: 160px;
  }
}
header .kd-navbar-brand h1 + p {
  padding-left: 15px;
  font-size: 12px;
  color: #fff;
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 992px) {
  header .kd-navbar-brand h1 + p {
    font-size: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .kd-navbar-brand h1 + p {
    display: none;
  }
}
header .kd-navbar-brand .kd-logo {
  display: block;
}
header .kd-navbar-brand .kd-logo:hover {
  opacity: 0.8;
}
header .kd-navbar-brand .kd-logo:active,
header .kd-navbar-brand .kd-logo:focus {
  outline: none;
  text-decoration: none;
}
header .kd-navbar-brand .kd-social-icon {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  header .kd-navbar-brand .kd-social-icon {
    padding-right: 40px;
  }
}
header .kd-navbar-brand .kd-social-icon a {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  header .kd-navbar-brand .kd-social-icon a i {
    color: rgba(255, 255, 255, 0.5);
  }
}
.kd-logo-in {
  width: 300px;
  max-width: 80%;
}
@media screen and (max-width: 480px) {
  .kd-logo-in {
    width: 220px;
  }
}
.kd-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}
.kd-nav-toggle.active i::before,
.kd-nav-toggle.active i::after {
  background: #fff;
}
.kd-nav-toggle.dark.active i::before,
.kd-nav-toggle.dark.active i::after {
  background: #fff;
}
.kd-nav-toggle:hover,
.kd-nav-toggle:focus,
.kd-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.kd-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-show .kd-nav-toggle i {
  background: #fff;
  color: #fff;
}
.kd-nav-toggle i::before,
.kd-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .kd-nav-toggle i::before,
.menu-show .kd-nav-toggle i::after {
  background: #fff;
}
@media screen and (max-width: 992px) {
  .kd-nav-toggle i {
    background: rgba(255, 255, 255, 0.8);
  }
  .kd-nav-toggle i::before,
  .kd-nav-toggle i::after {
    background: rgba(255, 255, 255, 0.8);
  }
}
.kd-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.kd-nav-toggle.dark i::before,
.kd-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kd-nav-toggle i::before {
  top: -7px;
}
.kd-nav-toggle i::after {
  bottom: -7px;
}
.kd-nav-toggle:hover i::before {
  top: -10px;
}
.kd-nav-toggle:hover i::after {
  bottom: -10px;
}
.kd-nav-toggle.active i {
  background: rgba(0, 0, 0, 0);
}
.kd-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.kd-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.kd-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .kd-nav-toggle {
    display: block;
    top: 0;
  }
}
#kd-hero {
  position: relative;
  width: 100%;
  margin-bottom: 5em;
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 1;
}
#kd-hero .video-bg {
  z-index: 0;
  position: relative;
}
#kd-hero .video-bg video {
  width: 100%;
  height: auto;
}
#kd-hero .video-bg .overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 992px) {
  #kd-hero {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #kd-hero {
    margin-bottom: 1em;
    min-height: auto;
  }
}
#kd-hero .btn {
  font-size: 24px;
}
#kd-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#kd-hero .on-text {
  position: absolute;
  top: 300px;
  z-index: 999999;
  width: 80%;
  margin: 0 10%;
}
@media screen and (max-width: 1200px) {
  #kd-hero .on-text {
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  #kd-hero .on-text {
    top: 200px;
    text-align: center;
  }
}
#kd-hero .on-text .on-text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}
#kd-hero .on-text .on-text-inner h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kd-hero .on-text .on-text-inner h2 {
    font-size: 21px !important;
  }
}
#kd-hero .on-text .on-text-inner h2 img {
  width: 60%;
  margin-left: -20px;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  #kd-hero .on-text .on-text-inner h2 {
    font-size: 40px;
  }
  #kd-hero .on-text .on-text-inner h2 img {
    width: 80%;
    min-width: 200px;
  }
}
#kd-hero .on-text .on-text-inner h3,
#kd-hero .on-text .on-text-inner h3 span {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #kd-hero .on-text .on-text-inner h3,
  #kd-hero .on-text .on-text-inner h3 span {
    font-size: 16px !important;
  }
}
#kd-hero .to-down {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #kd-hero .to-down {
    display: none;
  }
}
#kd-hero .fixedbnr {
  position: absolute;
  display: block;
  bottom: -20px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #kd-hero .fixedbnr {
    display: block;
    position: static;
  }
  #kd-hero .fixedbnr img {
    max-width: 80%;
    margin: 20px 10%;
  }
}
#kd-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#kd-featured,
#kd-about,
#kd-blog,
#kd-contact-section,
#kd-work-section,
#kd-about-section,
#kd-map-section {
  padding-bottom: 4em;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #kd-featured,
  #kd-about,
  #kd-blog,
  #kd-contact-section,
  #kd-work-section,
  #kd-about-section,
  #kd-map-section {
    padding-bottom: 2em;
  }
}
.kd-contents {
  padding-bottom: 4em;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kd-contents {
    text-align: left;
    padding-bottom: 2em;
  }
}
#kd-intro-section {
  padding-top: 8em;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #kd-intro-section {
    padding-top: 5em;
    margin-bottom: 2em;
    padding-bottom: 0;
  }
}
#kd-intro-section h2 {
  text-decoration: underline;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kd-intro-section h2 {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
#kd-intro-section p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #kd-intro-section p {
    text-align: left;
  }
}
#kd-intro-section p.h2-sub {
  font-size: 18px;
  margin-bottom: 80px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #kd-intro-section p.h2-sub {
    text-align: center;
    margin-bottom: 30px;
  }
}
#kd-intro-section h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kd-intro-section h3 {
    text-align: left;
  }
}
#kd-blog,
#kd-work-section {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  #kd-blog.kd-gallery,
  #kd-work-section.kd-gallery {
    padding-top: 1em;
  }
}
#kd-blog.kd-gallery-detail,
#kd-work-section.kd-gallery-detail {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  #kd-blog.kd-gallery-detail,
  #kd-work-section.kd-gallery-detail {
    padding-top: 0;
  }
}
.kd-section {
  padding: 0 0 4em;
}
@media screen and (max-width: 768px) {
  .kd-section {
    padding: 0 0 2em;
  }
}
.kd-works-list {
  padding-top: 0 !important;
}
.kd-work-section {
  padding-top: 0 !important;
}
.kd-heading {
  margin-bottom: 3em;
}
.kd-heading h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}
.kd-heading h3 {
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kd-heading h3 {
    font-size: 24px;
  }
}
.kd-heading h3 span {
  font-size: 60%;
  display: block;
}
@media screen and (max-width: 768px) {
  .kd-heading p br {
    display: none;
    text-align: justify;
  }
}
.kd-bg-section {
  background: rgba(0, 0, 0, 0.05);
}
.kd-bg-section-gallery {
  background: url(../images/index-contents03.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .kd-bg-section-gallery {
    background-size: 200% auto;
  }
}
.intro-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}
.index-heading01 {
  text-align: left;
}
.index-heading01 h3 {
  font-size: 38px;
  line-height: 1.6;
}
.index-heading01 h3 span {
  font-size: 75%;
  display: block;
}
.index-heading02 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-heading02 {
    text-align: center;
  }
}
#kd-featured {
  font-style: normal;
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  #kd-featured {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#kd-featured .bodr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1em 0;
}
#kd-featured .bodr .index-img-float {
  margin-top: -50px;
  margin-bottom: 30px;
  margin-left: 30%;
}
@media screen and (max-width: 992px) {
  #kd-featured .bodr .index-img-float {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #kd-featured .swiper-container {
    padding-bottom: 2em;
  }
}
.wb {
  margin-top: 12em;
  margin-bottom: 8em;
  background: #fff;
  padding: 14% 10% 2%;
}
.wb img {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .wb {
    padding: 8% 10% 2%;
    margin: 4em 40px 40px;
  }
  .wb img {
    width: 70%;
  }
}
.gb {
  padding: 8% 10% 4%;
}
.post-entry {
  width: 100%;
  min-height: 700px;
  display: table;
}
@media screen and (max-width: 992px) {
  .post-entry {
    display: block;
    min-height: 400px;
  }
}
.post-entry .post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .post-entry .post-image {
    display: block;
    height: 400px;
  }
}
.post-entry .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .post-entry .display-tc {
    display: block;
    vertical-align: none;
    text-align: left;
    height: inherit;
  }
}
.post-entry .desc {
  padding: 5em;
  background: rgba(0, 85, 155, 0.9);
  -webkit-box-shadow: 0 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0 10px 30px -13px rgba(0, 0, 0, 0.75);
}
.post-entry .desc h3 {
  color: #fff;
  font-size: 40px;
  line-height: 54px;
}
.post-entry .desc p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.post-entry .desc .date {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .post-entry .desc {
    padding: 1.5em;
  }
  .post-entry .desc h3 {
    font-size: 30px;
  }
}
.intro-index {
  padding-bottom: 6em;
}
.intro-index h2.intro-heading img {
  width: 700px;
  max-width: 80%;
}
.intro-index p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .intro-index p {
    font-size: 16px;
  }
}
.work {
  background-color: #fff;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  height: 650px;
  margin-bottom: 30px;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .work {
    height: 800px;
  }
}
.work.work-style01 {
  background-image: url(../images/index-style01.jpg);
}
.work.work-style01:before {
  background: #a9d9c7;
}
.work.work-style02 {
  background-image: url(../images/index-style02.jpg);
}
.work.work-style02:before {
  background: #8c7772;
}
.work.work-style03 {
  background-image: url(../images/index-style03.jpg);
}
.work.work-style03:before {
  background: #e5e165;
}
.work:before {
  content: "";
  width: 20px;
  height: 30px;
  padding-top: 50px;
  margin-top: -50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .work {
    height: auto;
    background-position: left bottom;
    background-size: 50% auto;
    border-left: 6px solid #ccc;
    padding-bottom: 16px;
  }
  .work:before {
    display: inline-block;
    opacity: 0;
  }
  .work .btn-ul {
    display: block;
    margin-left: 50%;
  }
  .work.work-style01 {
    border-left-color: #a9d9c7;
  }
  .work.work-style02 {
    border-left-color: #8c7772;
  }
  .work.work-style03 {
    background-size: 43% auto;
    border-left-color: #e5e165;
  }
}
.work .view {
  width: 100%;
  height: 650px;
  display: table;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .work .view {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .work .view {
    height: auto;
    opacity: 1;
  }
}
.work h3 {
  padding-top: 30px;
  font-size: 36px;
  line-height: 1.6;
}
.work h3 span {
  display: block;
  font-size: 60%;
}
@media screen and (max-width: 768px) {
  .work h3 {
    text-align: left;
    padding: 20px 0 20px 50%;
    font-size: 24px;
    margin-bottom: 0;
  }
}
.kd-counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.kd-counters .heading-section h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}
.kd-counters .kd-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.kd-counters .kd-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}
.about-content {
  margin-bottom: 5em;
}
.kd-staff {
  margin-bottom: 30px;
}
.kd-staff img {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px -13px rgba(0, 0, 0, 0.21);
  box-shadow: 0 10px 30px -13px rgba(0, 0, 0, 0.21);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kd-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.kd-staff p {
  margin-bottom: 30px;
}
.kd-staff .role {
  color: #b3b3b3;
  margin-bottom: 30px;
  font-weight: 400;
  display: block;
  font-size: 16px;
}
.kd-staff:hover img {
  background: rgba(0, 85, 155, 0.2);
}
.kd-blog {
  margin-bottom: 60px;
}
.kd-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.kd-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kd-blog {
    width: 100%;
  }
}
.kd-blog .blog-img {
  background: #fff;
  position: relative;
  padding-top: 66.5%;
  width: 100%;
  height: 100%;
}
.kd-blog .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.kd-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kd-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.kd-blog .blog-text span.comment {
  float: right;
  font-size: 14px;
}
.kd-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.kd-blog .blog-text span.comment a i {
  color: #00559b;
  padding-left: 7px;
}
.kd-blog .blog-text span.posted_on {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.kd-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.kd-blog .blog-text h3 a {
  color: #000;
}
.kd-blog .blog-text:hover {
  -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
}
.kd-blog .blog-text:hover h3 a {
  text-decoration: none;
}
.kd-social-icons {
  margin: 0;
  padding: 0;
}
.kd-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.kd-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.kd-social-icons li a i {
  font-size: 20px;
}
.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px;
  position: relative;
  padding-left: 40px;
  color: #414141;
}
.contact-info li i {
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 22px;
  color: #414141;
}
.contact-info li a {
  color: #414141;
}
.form-control {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  border-radius: 4px;
}
.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
input[type="text"] {
  height: 50px;
}
.form-group {
  margin-bottom: 30px;
}
#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4em 0;
}
#footer h2 {
  margin-bottom: 0;
}
#footer h3.section-title {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #footer h3.section-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#footer .footer-tel-text {
  font-size: 30px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer .footer-tel-text {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
#footer .footer-tel-text:hover {
  color: rgba(0, 0, 0, 0.8);
}
#footer h4 {
  margin: 40px 0 13px;
}
@media screen and (max-width: 768px) {
  #footer h4 {
    margin-top: 20px;
    font-size: 16px;
  }
}
#footer p {
  margin-bottom: 0.8rem;
}
#footer hr {
  margin-bottom: 0;
}
#footer .section-title {
  font-size: 24px;
  font-weight: 400;
}
#footer .footer-logo {
  width: 80%;
}
#footer .footer-description {
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-description {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 11px;
  }
}
#footer .footer-area {
  font-size: 11px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer .footer-area {
    font-size: 10px;
    text-align: left;
  }
}
#footer ul.footer-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer ul.footer-list li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  font-style: normal !important;
}
@media screen and (max-width: 768px) {
  #footer ul.footer-list li {
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
}
#footer ul.footer-list li a {
  color: #414141;
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
  #footer ul.footer-list li a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  #footer ul.footer-list li a {
    padding: 20px 0;
  }
}
#footer .float {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
}
#footer a {
  font-style: normal !important;
  color: #000;
}
#footer a:hover,
#footer a:focus {
  text-decoration: none;
  color: #00559b;
}
#footer .kd-social-icon {
  margin: 40px 0 0;
}
#footer #kd-header-subscribe #email {
  padding-right: 4em;
}
#footer #kd-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #00559b;
  border: none;
}
#footer #kd-header-subscribe button i {
  color: #fff;
  font-size: 25px;
}
.kd-social-icon {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .kd-social-icon {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .kd-social-icon {
    margin: 30px 0 0;
  }
}
.kd-social-icon a {
  padding: 0 5px;
}
.kd-social-icon a i {
  color: #000;
}
.kd-social-icon a:hover,
.kd-social-icon a:focus {
  text-decoration: none;
}
.tel-text {
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  font-weight: 700;
  margin-top: 18px;
  display: block;
}
@media screen and (max-width: 992px) {
  .tel-text {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  .tel-text {
    font-size: 27px;
  }
}
.tel-text:hover {
  color: #fff;
}
.copy-right {
  background: #000;
  text-align: center;
}
.copy-right p {
  margin-bottom: 0;
  color: #f2f2f2;
  font-size: 11px;
  padding: 6px 0;
}
.copy-right p a {
  color: #fff;
  text-decoration: underline;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.js .animate-box {
  opacity: 0;
}
.list-gallery {
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 6px;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .list-gallery {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.list-gallery li {
  list-style: none;
  text-align: center;
  margin-right: 8px;
  margin-left: 8px;
}
.list-gallery li a {
  background: #ccc;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  padding: 10px 20px;
  font-size: 18px;
}
.list-gallery li a.active {
  background: #fff;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 992px) {
  .list-gallery li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .list-gallery li {
    margin-right: 0;
    margin-left: 0;
    padding: 0 2px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .list-gallery li a {
    background: #ccc;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-left: 2px solid #333;
    padding: 8px 5px;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .list-gallery li a.active {
    background: #f2f2f2;
    padding: 8px 5px;
  }
  .list-gallery li:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kd-gallery_masonry article .uagb-post__text {
    padding-top: 5px;
  }
}
.kd-gallery_masonry article .uagb-post-grid-byline {
  display: none;
}
@media screen and (max-width: 768px) {
  .kd-gallery_masonry article .uagb-post__title {
    margin-bottom: 5px !important;
  }
  .kd-gallery_masonry article .uagb-post__title a {
    font-size: 15px !important;
  }
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.table th,
.table td {
  font-size: 14px;
}
.border-box {
  border: 1px solid #333;
  padding: 50px;
  display: block;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .border-box {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.border-box .border-box-head {
  width: 50%;
  margin: -80px 25% 80px;
  text-align: center;
  background: #fff;
}
.border-box .border-box-head h2 span {
  font-size: 60%;
}
.border-box .border-box-head h3 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .border-box .border-box-head {
    width: auto;
    margin: 20px 0 18px;
  }
}
.table-border {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  background: #f2f2f2;
}
.gmap {
  width: 100%;
  height: 500px;
}
.gmap iframe {
  width: 100%;
  height: 500px;
}
.kd-concept h3 {
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 10px;
}
.kd-concept h4 {
  margin-top: 40px;
}
.kd-voices h3 {
  margin-bottom: 40px;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kd-voices h3 {
    margin-top: 20px;
  }
}
.kd-voices h4 {
  margin-top: 40px;
  color: #1fb5f6;
}
.kd-voices img {
  margin-bottom: 40px;
}
.kd-voices .mt80pc {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .kd-voices .mt80pc {
    margin-top: 0;
  }
}
.gallery-box {
  margin: 10px;
}
.gallery-box .blog-text {
  padding: 10px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.gallery-box .blog-text h3 {
  font-size: 14px;
  font-weight: 400;
}
img {
  height: auto;
  max-width: 100%;
}
.voice-pages {
  background: #fff;
}
.voice-pages .head-voice {
  position: relative;
  background-image: url(../images/voice01-01.jpg);
  background-position: left 20% center;
  background-size: cover;
  height: 90vh;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .voice-pages .head-voice {
    height: 50vh;
    background-size: auto 100%;
  }
}
.voice-pages .head-voice h2,
.voice-pages .head-voice p {
  text-align: left !important;
}
.voice-pages .head-voice .head-voice-white {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 1170px;
  max-width: 90%;
  max-width: calc(100% - 30px);
}
.voice-pages .head-voice .head-voice-white .head-voice-white-in {
  background: #fff;
  display: block;
  width: 70%;
  margin: 0 15%;
}
.voice-pages .head-voice .head-voice-white .head-voice-white-in h3 {
  margin-bottom: 0;
  padding: 30px 0 10px;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .voice-pages .head-voice .head-voice-white .head-voice-white-in h3 {
    padding: 12px 0 5px;
  }
}
#kd-work-section .btn-ul {
  background: #000;
  padding-bottom: 10px;
  color: #fff;
}
#catalogArea .catalogGroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 992px) {
  #catalogArea .catalogGroup {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
  }
}
@media (min-width: 992px) {
  #catalogArea .catalogGroup .catalogRight {
    flex-basis: 62%;
  }
}
#catalogArea .catalogGroup .catalogRight img {
  width: 100%;
}
@media (min-width: 576px) {
  #catalogArea .catalogGroup .catalogLeft {
    flex: 1;
    position: relative;
  }
}
#catalogArea .catalogGroup .catalogLeft h3,
#catalogArea .catalogGroup .catalogLeft .h3 {
  color: #3d3d3d;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #catalogArea .catalogGroup .catalogLeft h3,
  #catalogArea .catalogGroup .catalogLeft .h3 {
    margin-bottom: 50px;
  }
}
#catalogArea .catalogGroup .catalogLeft .catalogCont {
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 50px;
}
#catalogArea {
  padding: 80px 6vw;
  position: relative;
}
@media (min-width: 992px) {
  #catalogArea {
    padding: 120px 10vw;
    max-width: 1400px;
    margin: 0 auto;
  }
}
#catalogArea .white {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  #catalogArea .white {
    width: 83%;
  }
}
.moreBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  color: #3d3d3d;
  width: 250px;
  height: 50px;
  margin: 0 auto 7px;
  border: solid 2px #3d3d3d;
  position: relative;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .moreBtn {
    margin-left: 0;
  }
}
.moreBtn .fa-arrow-right {
  position: absolute;
  right: 15px;
  color: #3d3d3d;
  transition: all 0.2s ease-in-out;
}
.moreBtn::after {
  content: "";
  border-bottom: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  position: absolute;
  top: 7px;
  right: -7px;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .moreBtn.center {
    margin: 0 auto 7px;
  }
}
.moreBtn:hover {
  color: #fff;
  background-color: #3d3d3d;
}
.moreBtn:hover .fa-arrow-right {
  color: #fff;
}
#cost-voiceArea .cost-voiceGroup .costArea .costContent .midashi1 .en {
  letter-spacing: -0.05em;
}
@media (min-width: 576px) {
  #cost-voiceArea .cost-voiceGroup .costArea .costContent .midashi1 .en {
    font-size: 45px;
  }
}
@media (min-width: 576px) {
  #cost-voiceArea .cost-voiceGroup .voiceArea .voiceContent .midashi1 .en {
    font-size: 60px;
  }
}
.midashi1 .en {
  font-family: capitolium-2, serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 576px) {
  .midashi1 .en {
    font-size: 80px;
  }
}
