@charset "UTF-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body {
  color: #333;
  margin: 0px;
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  overflow: hidden;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 26px;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

* html .clearfix {
  height: 1px;
}

a:hover {
  text-decoration: none;
}

a {
  color: #333;
}

/* header
---------------------------------------------------- */
#header {
  background: #d60011;
  padding: 10px 5px;
  box-shadow: 0px 0px 15px -5px #000;
  position: fixed;
  width: 100%;
  z-index: 10;
}

#index #header {
  position: static;
  width: auto;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}

#header .logo {
  margin-top: 8px;
  min-width: 170px;
}

.header_wrapper {
  align-items: center;
}

.header-info {
  padding-right: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}

#header .tel {
  font-family: 'Sulphur Point', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.3em;
}

#header .tel i {
  font-size: 16px;
  background: #fff;
  color: #333;
  padding: 8px;
}

#header .mail a {
  background: #333;
  color: #fff;
  font-size: 16px;
  padding: 4px 5px 5px 8px;
  display: inline-block;
}

#header .mail a:hover {
  background: #fb9144;
  transition: .2s;
}

#header .mail i {
  margin-right: 3px;
}

@media (min-width: 768px),
print {
  #header {
    padding: 10px 20px;
  }

  #header .logo {
    min-width: 200px;
  }

  .header-info {
    margin-right: 0;
  }

  #header .tel i {
    font-size: 20px;
    margin-right: 3px;
    background: none;
    padding: 0;
    color: #fff;
  }

  #header .tel {
    margin-right: 20px;
    color: #fff;
    font-size: 28px;
  }

  #header .mail a {
    padding: 5px 42px;
    font-size: 14px;
  }

  #header .mail a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: relative;
    left: 30px;
    margin-top: -10px;
    font-size: 14px;
  }
}

@media (min-width: 992px),
print {
  #header .tel i {
    font-size: 20px;
  }
}

@media (min-width: 1200px),
print {
  #header {
    padding: 10px 30px;
  }
}

@media (min-width: 1270px),
print {
  .header-info {
    display: block;
    margin-right: 20px;
  }
}

@media (min-width: 1360px),
print {
  #header .mail a::after {
    display: inline-block;
  }
}

@media (min-width: 1500px),
print {
  .header-info {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .container-full .row {
    margin-right: 0;
    margin-left: 0;
  }

  header .col-6.col-md-3 {
    padding-left: 0;
  }

  .header-info {
    border-right: none;
    padding-right: 5px;
    margin-right: 0;
  }

  .menu {
    left: 5px;
    margin-left: 5px;
  }
}

/* navigation headerに見えているエリア
---------------------------------------------------- */
.nav a {
  color: #fff;
  font-size: 14px;
}

.nav .dropdown a {
  color: #fff !important;
}

.nav a:hover,
.nav .active a {
  color: #333;
}

.nav .dropdown a:hover,
.nav .active a {
  color: #333 !important;
}

.nav .dropdown .dropdown-menu a:hover,
.nav .active .dropdown-menu a {
  color: #fff !important;
}

.nav .dropdown {
  top: 6px;
  padding: 0 10px;
}

.nav-link {
  padding: 0.5rem 10px;
}

.dropdown-menu {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  color: #fff;
  margin: 19px 0 0;
}

.dropdown-menu a {
  color: #fff;
  padding: 15px 20px;
  display: block;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background: #a4000d;
}

#header .nav {
  display: none !important;
}

@media (min-width: 768px),
print {}

@media (min-width: 1140px),
print {
  .nav a {
    font-size: 14px;
  }
}

@media (min-width: 1270px),
print {
  .nav a {
    font-size: 16px;
  }

  #header .nav {
    display: flex !important;
  }
}

/* navigation01
---------------------------------------------------- */
.menu {
  height: 20px;
  position: relative;
  left: 10px;
  width: 30px;
  z-index: 101;
  margin-right: 0px;
  cursor: pointer;
  flex-shrink: 0;
}

.menu__circle-base {
  left: -10px;
  position: absolute;
  top: -14px;
  transform: rotate(-90deg);
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 21px;
}

.menu__line--center {
  top: 8px;
}

.menu__line--bottom {
  bottom: 2px;
}

.on .menu__line--top {
  top: 8px;
  transform: rotate(45deg);
  background: #fff;
}

.on .menu__line--center {
  transform: scaleX(0);
  background: #fff;
}

.on .menu__line--bottom {
  bottom: 10px;
  transform: rotate(135deg);
  background: #fff;
}

@media (min-width: 768px),
print {
  .menu {
    left: 30px;
    margin-right: 30px;
  }
}

/*transition & delay*/
.transition10 {
  transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.delay01 {
  transition-delay: .1s;
}

.delay02 {
  transition-delay: .2s;
}

.delay03 {
  transition-delay: .3s;
}

.delay04 {
  transition-delay: .4s;
}

.delay05 {
  transition-delay: .5s;
}

.delay06 {
  transition-delay: .6s;
}

.delay07 {
  transition-delay: .7s;
}

.delay08 {
  transition-delay: .8s;
}

.delay09 {
  transition-delay: .9s;
}

.delay10 {
  transition-delay: 1s;
}

.delay11 {
  transition-delay: 0.9s;
}

.delay12 {
  transition-delay: 1.0s;
}

.delay13 {
  transition-delay: 1.1s;
}

.delay14 {
  transition-delay: 1.2s;
}

.delay15 {
  transition-delay: 1.5s;
}

.delay16 {
  transition-delay: 1.6s;
}

.delay17 {
  transition-delay: 1.7s;
}

.delay18 {
  transition-delay: 1.8s;
}

.delay19 {
  transition-delay: 1.9s;
}

.delay20 {
  transition-delay: 1.1s;
}

.delay21 {
  transition-delay: 1.2s;
}

.delay22 {
  transition-delay: 1.3s;
}

.test {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

/*fullnav*/
.fullnav {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
  background: rgba(17, 17, 17, 0.95);
  overflow-y: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.fullnav_inner {
  margin-top: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 32px;
}

@media (min-width: 768px),
print {
  .fullnav_inner {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
  }
}

.fullnav_content {
  display: block;
}

@media (min-width: 768px),
print {
  .fullnav_content {
    display: flex;
  }
}

.fullnav_content .mr60 {
  margin-right: 40px;
}

@media (min-width: 992px),
print {
  .fullnav_content .mr60 {
    margin-right: 60px;
  }
}

.gnav__menu {
  margin-bottom: 60px;
}

@media (min-width: 768px),
print {
  .gnav__menu {
    margin-bottom: 30px;
  }
}

.gnav__menu__item {
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
}

.gnav a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  padding: 20px 40px;
  border-radius: 12px;
  transition: all 0.25s ease;
}

.gnav a:hover,
.gnav .active a {
  color: #fff;
  background: rgba(214, 0, 17, 0.15);
  border-bottom: none;
}

/*fullnav__cnt*/
.fullnav__cnt {
  align-items: center;
  background: rgba(54, 54, 54, 0.9);
  color: #fff;
  height: 70%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 30%;
  width: 0;
}

.fullnav__cnt__title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(100px);
}

.fullnav__cnt__menu {
  list-style: none;
}

.fullnav__cnt__menu.__1 {
  margin-bottom: 60px;
}

@media (min-width: 768px),
print {
  .fullnav__cnt__menu.__1 {
    margin-bottom: 0;
  }
}

.fullnav__cnt__menu__item {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(100px);
}

.fullnav__cnt__menu__item a {
  color: #fff;
}

.fullnav__cnt__menu a:hover,
.fullnav__cnt__menu .active a {
  color: #fb9144;
  border-bottom: 1px solid #fb9144;
}

/*on fullnav__nav*/
.fullnav.on .fullnav__nav {
  opacity: 1;
  width: 100%;
  height: 30%;
  overflow-y: auto;
  /*画面の高さが低い時にスクロールバーを表示*/
}

/*on gnav*/
.fullnav.on .gnav li {
  opacity: 1;
  transform: translateY(0);
}

.fullnav.on .gnav li:nth-child(1) {
  transition-delay: 0.1s;
}

.fullnav.on .gnav li:nth-child(2) {
  transition-delay: 0.2s;
}

.fullnav.on .gnav li:nth-child(3) {
  transition-delay: 0.3s;
}

.fullnav.on .gnav li:nth-child(4) {
  transition-delay: 0.4s;
}

/* fullnav追加要素 */
.fullnav-logo {
  margin-bottom: 32px;
  opacity: 0;
  transition: opacity 0.5s ease 0.05s;
}

.fullnav.on .fullnav-logo {
  opacity: 1;
}

.gnav-label {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  color: #d60011;
  font-weight: 700;
  margin-bottom: 2px;
}

.gnav-jp {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}

.fullnav-contact {
  margin-top: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease 0.4s;
}

.fullnav.on .fullnav-contact {
  opacity: 1;
}

.fullnav-contact p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin: 8px 0;
  letter-spacing: 1px;
}

.fullnav-contact p i {
  margin-right: 8px;
  color: rgba(214, 0, 17, 0.6);
}

.fullnav.on .fullnav__cnt__title {
  opacity: 1;
  transform: translateY(0);
}

.fullnav.on .fullnav__cnt__menu__item {
  opacity: 1;
  transform: translateY(0);
}

.spmenu+.spmenu {
  padding-bottom: 60px;
}

@media (min-width: 768px),
print {
  .spmenu {
    margin: 0;
  }

  .spmenu+.spmenu {
    padding-bottom: 0;
  }
}


/*Pulse*/
@media (min-width: 992px),
print {

  .pulse:hover,
  .pulse:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }

  @-webkit-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 var(--hover);
    }
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 var(--hover);
    }
  }

  .pulse {
    --color: #ef6eae;
    --hover: #ef8f6e;
  }
}

/* btn
---------------------------------------------------- */
#contact01 {
  margin: 60px 0 80px;
}

#contact01 p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
}

#contact01 p.ttl {
  margin-bottom: 10px;
}

#contact01 p.en-ttl {
  font-family: 'Sulphur Point', sans-serif;
  font-size: 28px;
}

@media (min-width: 768px),
print {
  #contact01 p {
    font-size: 22px;
  }

  #contact01 p.ttl {
    margin-bottom: 20px;
  }

  #contact01 p.en-ttl {
    font-size: 36px;
  }
}

@media (min-width: 1200px),
print {
  #contact01 p {
    font-size: 26px;
  }
}

#contact01 .ct01_btn {
  background: #222;
  color: #fff;
  font-family: 'Sulphur Point', sans-serif;
  font-size: 36px;
  font-weight: bold;
  display: block;
  padding: 15px 45px 15px;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: .2s;
  position: relative;
}

#contact01 a:hover p.ttl {
  color: #fff !important;
}

#contact01 a:hover span.red-b,
#contact01 a:active span.red-b {
  color: #fff !important;
  transition: .2s;
}

@media (min-width: 576px),
print {
  #contact01 .ct01_btn {
    padding: 25px 70px 20px;
  }

}


.arrow-red {
  position: absolute;
  transition: .2s;
  top: calc(50% - 10.5px);
  right: 30px;
}

#contact01 a {
  width: 100%;
}

#contact01 a:hover .ttl {
  color: #333;
}

#contact01 a:hover .ct01_btn {
  transition: .2s;
  background: #d60011;
}

#contact01 a:hover .arrow-red {
  transition: .2s;
  fill: #fff;
}

@media (min-width: 768px),
print {
  #contact01 a {
    width: auto;
  }
}

.btn01,
.btn03 {
  text-align: center;
}

.btn01 a,
.btn02 a,
.btn03 a {
  color: #fff;
  display: block;
  background: #333;
  padding: 22px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  transition: .2s;
}

.btn01 a::after,
.btn02 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: relative;
  left: 20px;
  margin-top: -10px;
  font-size: 14px;
}

.btn03 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  position: relative;
  right: 140px;
  margin-top: -10px;
  font-size: 14px;
}

.btn01 a:hover,
.btn02 a:hover {
  background: #d60011;
  transition: .2s;
}

.btn03 a:hover {
  background: #888;
  transition: .2s;
}

@media (min-width: 768px),
print {

  .btn01 a,
  .btn03 a {
    display: inline-block;
    width: 320px;
  }

  .btn02 a {
    display: inline-block;
    width: auto;
    padding: 22px 44px;
  }
}

/* bg
---------------------------------------------------- */
.bg_gray_half {
  background: url(../images/common/bg_gray_half.jpg);
  background-position: 50% 50%;
}

.bg_gray_tt {
  background: url(../images/common/bg_gray_tt.jpg);
  background-position: 50% 50%;
}

.bg_grid {
  background: url(../images/common/bg_grid.jpg);
}

/* works
---------------------------------------------------- */
#works .idx_ttl {
  font-size: 60px;
}

#works .contbox {
  margin-bottom: 30px;
}

#works .itemttl {
  display: block;
}

#works .itemdetails {
  text-align: left;
}

@media (min-width: 768px),
print {
  #works .contbox {
    margin-bottom: 60px;
  }
}

.works_web .contbox {
  border-top: 5px solid #a4000d;
  padding-top: 8px;
}

.works_web .contbox>img,
.works_wp .contbox>img {
  display: inline-block;
}

.works_web .category {
  color: #a4000d;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}

#works .thumbnail {
  border: 1px solid #ccc;
}

@media (min-width: 768px),
print {
  #works .thumbnail {
    width: 100%;
  }
}

.com_name {
  color: #13448f;
  font-size: 14px;
  transition: .2s;
}

.com_add {
  color: #888;
  margin-bottom: 10px;
}

@media (min-width: 768px),
print {
  #works .com_name {
    text-align: center;
    margin-top: 10px;
  }

  #works .com_add {
    text-align: center;
    margin-bottom: 20px;
  }
}

.contbox .tags {
  color: #333;
  line-height: 1.2em;
}

.contbox .tags i {
  color: #fb9144;
}

.works_ec .contbox {
  border-top: 5px solid #2d52af;
  padding-top: 8px;
}

.works_ec .category {
  color: #2d52af;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}

.works_wp .contbox {
  border-top: 5px solid #32373c;
  padding-top: 8px;
}

.works_wp .category {
  color: #32373c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}

figcaption {
  background: rgba(0, 0, 0, .6);
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
}

figcaption a {
  color: #fff;
  line-height: 3em;
  text-decoration: underline;
}

figcaption a:hover {
  color: #fff;
  text-decoration: underline;
}

figure:hover figcaption {
  bottom: 0;
}

@media (min-width: 768px),
print {
  figcaption {
    width: 100%;
  }
}

@media (min-width: 992px),
print {
  figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }

  figcaption {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 20px 10px;
  }

  figcaption a {
    line-height: 1.7em;
    text-decoration: none;
  }

  figcaption a:hover {
    color: #fff;
    text-decoration: underline;
  }

  figure:hover figcaption {
    bottom: 0;
  }
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  /* 高さを指定（ボックスの横幅を基準） */
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative;
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px),
print {
  .photo-ofi {
    width: 100%;
  }
}

/* footer
---------------------------------------------------- */
.footer01 {
  margin: 30px 0;
}

.footer01 .name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  border-bottom: 1px dashed #888;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer01 .catch {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 15px;
  font-size: 14px;
}

.footer01 .catch02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer01 .company {
  line-height: 1.9em;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.footer01 .company>p {
  font-size: 13px;
}

.footer01 .company a {
  color: #333;
  text-decoration: underline;
}

.footer01 .company a:hover {
  color: #d60011;
}

.footer01 .operator {
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding-bottom: 2em;
}

.footer01 .operator img {
  padding-left: 0.5em;
  width: 130px;
}

.footer01 .bd {
  border-left: 3px solid #222;
  padding-left: 20px;
}

.footer01 .contact {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer01 .tel {
  font-family: 'Sulphur Point', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.footer01 .tel .sub {
  font-size: 30px;
}

.footer01 .time {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer01 .btn01 a {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px 0;
  width: 100%;
}

.footer01 .btn01 a::after {
  left: 10px;
}

@media (min-width: 768px),
print {
  .footer01 {
    margin: 60px 0;
  }

  .footer01 .logo img {
    width: 368px;
  }

}

@media (min-width: 992px),
print {
  .footer01 .catch02 {
    margin-bottom: 15px;
  }

  .footer01 .company {
    padding-bottom: 0;
  }

  .footer01 .time {
    margin-bottom: 25px;
  }

  .footer01 .company .sub {
    line-height: 1.5em;
  }

  .footer01 .operator {
    padding-top: 1em;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px),
print {
  .footer01 .catch02 {
    margin-bottom: 30px;
  }

  .footer01 .company {
    letter-spacing: 0.02em;
    line-height: 2em;
  }

  .footer01 .time {
    margin-bottom: 20px;
  }
}

.footer02 {
  font-size: 13px;
  background: #333;
  line-height: 2.2em;
  padding: 60px 0;
  display: none;
}

.footer02 a {
  color: #fff;
}

.footer02 a:hover {
  color: #fb9144;
}

.footer02 .menuttl {
  color: #888;
  font-weight: bold;
}

.footer02 .menuline {
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.copy {
  font-family: 'Sulphur Point', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ccc;
  background: #a4000d;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 992px),
print {
  .footer02 {
    display: block;
  }
}


/* respon
---------------------------------------------------- */
#respon {
  padding: 60px 0 0;
}

.respon_ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-top: 5px solid #a4000d;
  border-bottom: 5px solid #a4000d;
  padding: 25px 0;
  display: inline-block;
  line-height: 1.4em;
  margin-bottom: 20px;
  width: 100%;
}

#respon .contbox {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 60px;
}

#respon .icon {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.respon_img {
  margin: 140px 0 0 400px;
  display: none;
}

@media (min-width: 768px),
print {
  #respon {
    padding: 100px 0 0;
  }

  .respon_ttl {
    font-size: 21px;
    margin-bottom: 40px;
    width: auto;
  }

  #respon .icon {
    width: auto;
    margin: 0;
    display: inline-block;
  }

  #respon .contbox {
    padding: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px),
print {
  #respon .contbox {
    background: #fff;
    border: 1px solid #eee;
    padding: 60px;
    position: absolute;
    z-index: 10;
    margin-bottom: 0;
  }

  #respon .icon {
    width: 110px;
    margin-top: 20px;
  }

  .respon_img {
    margin: 120px 0 0 440px;
    display: block;
  }
}

@media (min-width: 1200px),
print {
  #respon .icon {
    width: auto;
    margin-top: 0;
  }

  .respon_img {
    margin: 120px 0 0 480px;
    display: block;
  }
}

/* ページタイトル
---------------------------------------------------- */
.pagettl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  color: #d60011;
  margin-top: 58px;
  padding: 60px 0;
}

.pagettl h2 {
  font-weight: bold;
}

.pagettl .sub {
  font-family: 'Sulphur Point', sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  display: block;
  letter-spacing: 0.1em;
  line-height: 0.9em;
  margin-top: 5px;
}

.pagettl .catch {
  font-size: 20px;
  color: #333;
  /* font-weight: bold; */
  /* margin-bottom: 5px; */
  line-height: 1.5em;
  /* letter-spacing: 0.2em; */
}

.pagettl .catch02 {
  font-size: 16px;
  color: #888;
  line-height: 1.5em;
  font-weight: normal;
}

.pagettl .bdl {
  border-left: 3px solid #333;
  padding-left: 10px;
}

.contttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contttl .sub {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px),
print {
  .pagettl .catch {
    font-size: 24px;
  }

  .pagettl .catch02 {
    font-size: 20px;
  }

  .pagettl {
    padding: 80px 0 60px;
    font-size: 38px;
  }

  .contttl {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

.catch_line {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
}

.catch_line02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.catch_line02 i {
  color: #d60011;
}

/*　パンくずリスト
---------------------------------------------------- */
@media (min-width: 768px),
print {
  .breadcrumbs {
    margin: 10px auto;
  }

  .breadcrumbs a {
    color: #2d52af;
  }

  .breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
  }

  .breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
    content: "\f015";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
  }
}

/* list
---------------------------------------------------- */
.ul_hand {
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  margin-left: 20px;
}

.ul_hand li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.ul_hand>li:before {
  content: "\f0a4";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #a4000d;
  margin-left: -25px;
}

.ul_disc li {
  list-style: disc;
  margin-left: 20px;
}

.ul_note li {
  list-style: disc;
  margin-left: 20px;
}


@media (min-width:768px),
print {
  .ul_hand {
    line-height: 2em;
    margin-left: 40px;
  }
}

/* Component
---------------------------------------------------- */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.vat {
  vertical-align: top;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.red {
  color: #a4000d;
}

.red-b {
  color: #d60011;
}

.ccc {
  color: #ccc;
}

.bk {
  color: #333;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.bdb-p0 {
  border-bottom: 1px solid #eee;
}

.bdb {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
}

.bdd-p0 {
  border-bottom: 1px dashed #888;
}

.bdd {
  border-bottom: 1px dashed #888;
  padding-bottom: 60px;
}

@media (min-width: 768px),
print {
  .bdb {
    padding-bottom: 100px;
  }

  .bdd {
    padding-bottom: 100px;
  }
}

.mb30-xs {
  margin-bottom: 30px;
}

.mb10-xs {
  margin-bottom: 10px;
}

@media (min-width: 768px),
print {
  .mb30-xs {
    margin-bottom: 0;
  }

  .mb30-md {
    margin-bottom: 30px;
  }

  .mb10-xs {
    margin-bottom: 0;
  }
}

@media (min-width: 992px),
print {
  .mb30-md {
    margin-bottom: 0;
  }

  .mb30-lg {
    margin-bottom: 30px;
  }

  .mt60-lg {
    margin-top: 60px;
  }
}

.p20 {
  padding: 20px 0;
}

.p80 {
  padding: 40px 0;
}

.pb30 {
  padding-bottom: 30px;
}

.pb80 {
  padding-bottom: 40px;
}

.pb100 {
  padding-bottom: 60px;
}

.p100 {
  padding: 60px 0;
}

.mr60 {
  margin-right: 60px;
}

.m80 {
  margin: 40px 0;
}

.m100 {
  margin: 60px 0;
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 60px;
}

.mt30 {
  margin-top: 15px;
}

.mt80 {
  margin-top: 40px;
}

@media (min-width: 768px),
print {
  .p80 {
    padding: 80px 0;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  .pb100 {
    padding-bottom: 100px;
  }

  .m80 {
    margin: 80px 0;
  }

  .m100 {
    margin: 100px 0;
  }

  .p100 {
    padding: 100px 0;
  }

  .mt100 {
    margin-top: 100px;
  }

  .mt30 {
    margin-top: 30px;
  }

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

.mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px),
print {
  .mb10 {
    margin-bottom: 10px !important;
  }

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

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

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

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

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

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

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

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

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

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

@media print {
  a:not(.btn) {
    text-decoration: none !important;
  }

  .btn01 a {
    font-size: 12px;
  }

  #header .nav {
    display: none !important;
  }

  .respon_img {
    margin: 140px 0 0 480px;
  }
}