h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  color: inherit;
}

.title-section {
  margin: 72px 0 40px;
  font-size: 36px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .title-section {
    font-size: 23px;
    margin: 20px 0;
  }
  .title-section::after {
    width: 25px;
    height: 2px;
    margin-top: 16px;
  }
}

p {
  margin: 10px 0;
}

.text-xlarge,
.text-xlg {
  font-size: 20px !important;
}

.text-large,
.text-lg {
  font-size: 18px !important;
}

.text-small,
.text-sm {
  font-size: 14px !important;
}

.text-xsmall,
.text-xs {
  font-size: 12px !important;
}

.text-base {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .text-sm-large,
  .text-sm-lg {
    font-size: 18px !important;
  }
  .text-sm-small,
  .text-sm-sm {
    font-size: 14px !important;
  }
  .text-sm-xsmall,
  .text-sm-xs {
    font-size: 12px !important;
  }
  .text-sm-base {
    font-size: 16px !important;
  }
}

.text-gray {
  color: #b5b5B5;
}

.text-blue {
  color: #2974be;
}

.text-orange {
  color: #e16e00;
}

.text-larger {
  font-size: larger;
}

.text-smaller {
  font-size: smaller;
}

h1 .text-smaller,
h2 .text-smaller {
  font-size: 60%;
}

sup,
sub {
  font-size: 70%;
  line-height: 1;
  margin-right: .25em;
}

h1 sup,
h2 sup,
.title sup, h1
sub,
h2
sub,
.title
sub {
  font-size: 50%;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

.note,
.notes,
.list-notes {
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
  font-weight: 500;
}

.note li,
.notes li,
.list-notes li {
  margin: .5em 0;
}

.font-bold {
  font-weight: bold;
}

.font-medium {
  font-weight: 500;
}

.font-ja {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.attention {
  color: #df5557;
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: yellow;
  padding: .2em;
}

.title-square {
  position: relative;
  padding-left: 1em;
}

.title-square::before {
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .7em;
}

blockquote {
  color: #b5b5B5;
  display: block;
  padding-left: 0.7em;
  border-left: #dddddd 3px solid;
  margin: 16px 0;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #b5b5B5;
  margin: 72px 0;
}

.container > hr,
.row > hr {
  width: auto;
  margin: 16px 20px;
}

@media screen and (max-width: 767px) {
  .container > hr,
  .row > hr {
    margin: 16px 10px;
  }
}

address {
  font-style: normal;
}

.chapter {
  margin-top: 72px;
  margin-bottom: 72px;
}

.subchapter {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .chapter {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .subchapter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .paragraph {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.chapter.border-top,
.subchapter.border-top {
  border-top: 1px solid #b5b5B5;
}

.chapter.border-top::before,
.subchapter.border-top::before {
  display: block;
  content: "";
  height: 0;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding: 12px 30px;
  text-decoration: none;
  z-index: 1;
  background: #333 no-repeat right 20px center;
  background-size: 8px;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  -webkit-touch-callout: none;
  user-select: none;
}

html.touch .btn:hover {
  text-decoration: none;
}

html.mouse .btn:hover,
html.touch .btn.touched {
  background-color: #2098BE;
}

html.mouse .btn:hover::before,
html.touch .btn.touched::before {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.btn-sm {
  padding: .6em 1.4em .6em;
  font-size: 14px;
}

.btn-block {
  min-width: auto;
  display: block;
  margin-right: 0;
  width: 100%;
}

.btn-mail::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/icon_mail.svg) center center no-repeat;
  background-size: 14px auto;
  margin-left: 8px;
}

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

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

.video-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
}

.video-container.aspect-4by3 {
  padding-bottom: 75%;
}

.video-container.aspect-16by9 {
  padding-bottom: 56.25%;
}

.video-container.aspect-16by10 {
  padding-bottom: 62.5%;
}

.video-container.aspect-cinemascope {
  padding-bottom: 42.5%;
}

.video-container.aspect-square {
  padding-bottom: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.youtube {
  opacity: 0.5;
  pointer-events: none;
}

.youtube .video-container {
  background: #ccc;
}

.youtube.ready {
  opacity: 1;
  pointer-events: auto;
}

.youtube.ready .youtube-seek {
  cursor: pointer;
}

.badge {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0.2em 0.7em;
  border-radius: 6px;
  color: #787166;
  vertical-align: middle;
  top: -0.2em;
  position: relative;
  border: 1px solid #C4C4C4;
  letter-spacing: 0;
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .badge {
    font-size: 10px;
  }
}

.badge.new {
  color: #df5557;
  border: 1px solid rgba(223, 85, 87, 0.5);
}

a {
  color: #2098BE;
}

.link-external {
  display: inline-block;
  background: transparent url(../../img/icon_external.svg) right center no-repeat;
  background-size: 1em auto;
  padding-right: 1.25em;
}

.link-tel {
  display: inline-block;
  background: transparent url(../../img/icon_tel.svg) right center no-repeat;
  background-size: 1em auto;
  padding-right: 1.25em;
}

.tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  -webkit-touch-callout: none;
  user-select: none;
}

html.touch .tap-highlight:hover {
  text-decoration: none;
}

.card {
  margin: 24px 0;
}

.card .image img {
  border-radius: 32px;
  width: 100%;
  height: auto;
}

.card .title {
  font-size: 20px;
  margin: 16px 0 8px;
  line-height: 1.4;
}

.card p {
  margin: 8px 0;
}

.card .service {
  color: #e16e00;
  font-size: 14px;
  line-height: 1.4;
}

.card .message {
  font-size: 13px;
  line-height: 1.5;
}

.card .links a {
  display: inline-block;
  margin-right: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card .image img {
    border-radius: 28px;
  }
  .card .title {
    font-size: 18px;
    margin: 12px 0 4px;
  }
  .card p {
    margin: 4px 0;
  }
  .card .service {
    font-size: 13px;
  }
  .card .message {
    font-size: 12px;
  }
  .card .links a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .card {
    margin: 16px 0;
  }
  .card .image img {
    border-radius: 20px;
  }
  .card .title {
    font-size: 16px;
    margin: 12px 0 4px;
  }
  .card p {
    margin: 4px 0;
  }
  .card .service {
    font-size: 13px;
  }
  .card .message {
    font-size: 11px;
  }
  .card .links a {
    font-size: 13px;
  }
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.vertical-baseline {
  vertical-align: baseline;
}

.vertical-text-top {
  vertical-align: text-top;
}

.vertical-text-bottom {
  vertical-align: text-bottom;
}

@media screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .vertical-lg-top {
    vertical-align: top;
  }
  .vertical-lg-middle {
    vertical-align: middle;
  }
  .vertical-lg-bottom {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .vertical-md-top {
    vertical-align: top;
  }
  .vertical-md-middle {
    vertical-align: middle;
  }
  .vertical-md-bottom {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .vertical-sm-top {
    vertical-align: top;
  }
  .vertical-sm-middle {
    vertical-align: middle;
  }
  .vertical-sm-bottom {
    vertical-align: bottom;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #b5b5B5;
}

.text-white {
  color: white;
}

.text-indent {
  text-indent: 0.5em;
}

.text-outdent {
  text-indent: -0.5em;
  display: inline-block;
}

.text-square {
  position: relative;
  padding-left: 1em;
}

.text-square::before {
  width: 0.4em;
  height: 0.4em;
  background-color: #dddddd;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
}

.text-wide {
  letter-spacing: 0.1em;
}

.text-wider {
  letter-spacing: 0.2em;
}

.line-wide {
  line-height: 2;
}

.line-wider {
  line-height: 2.25;
}

.line-narrow {
  line-height: 1.4;
}

.line-narrower {
  line-height: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

table .pull-right {
  padding-left: 20px;
}

.pull-right > *:first-child {
  margin-top: 0;
}

.pull-left {
  float: left !important;
}

table .pull-left {
  padding-right: 20px;
}

.pull-left > *:first-child {
  margin-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.hide,
.hidden {
  display: none !important;
}

.show,
.shown {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .hidden-not-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-not-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

html.touch .hidden-touch {
  display: none !important;
}

html.pointer .hidden-pointer {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}

.affix {
  position: fixed;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.percent-5 {
  width: 5%;
}

.percent-10 {
  width: 10%;
}

.percent-15 {
  width: 15%;
}

.percent-20 {
  width: 20%;
}

.percent-25 {
  width: 25%;
}

.percent-30 {
  width: 30%;
}

.percent-35 {
  width: 35%;
}

.percent-40 {
  width: 40%;
}

.percent-45 {
  width: 45%;
}

.percent-50 {
  width: 50%;
}

.percent-55 {
  width: 55%;
}

.percent-60 {
  width: 60%;
}

.percent-65 {
  width: 65%;
}

.percent-70 {
  width: 70%;
}

.percent-75 {
  width: 75%;
}

.percent-80 {
  width: 80%;
}

.percent-85 {
  width: 85%;
}

.percent-90 {
  width: 90%;
}

.percent-95 {
  width: 95%;
}

.percent-100 {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.border-top {
  border-top: 1px solid #b5b5B5;
}

.border-right {
  border-right: 1px solid #b5b5B5;
}

.border-bottom {
  border-bottom: 1px solid #b5b5B5;
}

.border-left {
  border-left: 1px solid #b5b5B5;
}

.scroll-cue {
  color: inherit;
}

.scroll-cue-group {
  color: inherit;
}

.scroll-fadein {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.scroll-fadein.cue {
  opacity: 1;
}

.scroll-slideup {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-slideup.cue {
  opacity: 1;
  transform: none;
}

.delay-fadein .item {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.delay-fadein .item.cue {
  opacity: 1;
}
