:root {
  --brand: #1b2244;
  --accent: #a40000;
  --ink: #222;
  --muted: #586174;
  --bg: #ffffff;
  --bg-soft: #f6f7fb;
  --max: 1100px;
  --radius: 0.3em;
  --shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

*,
*::before,
*::after {
  /* box-sizing:border-box; */
}

html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
  color: var(--ink);
  line-height: 1.85;
  background: var(--bg)
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

a {
  color: var(--brand);
  text-decoration: none
}

a:hover {
  opacity: .85
}


.b-free #contents_header {
  background: url(../img/header_img.jpg) no-repeat center top;
  background-size: cover;
}





/*=============================================
baria  2
===============================================*/
.otherSub #contents_header {
  background: url(../images_n/header_img_scene.jpg) no-repeat center top;
  background-size: cover;
}

.otherSub #otherSub_contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 40px 0px;
  width: calc(100% - 80px);
}

.otherSub #otherSub_contents h3 {
  color: #211614;
  /* text-align: center; */
  border-bottom: #211614 1px solid;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.otherSub #contents_header_wrapper {
  position: relative;
}

.otherSub #otherSub_contents .list_box {
  margin-bottom: 0px;
}

.otherSub #otherSub_contents .list_box a {
  color: #c1272d;
  text-decoration: none;
}

.otherSub #otherSub_contents .list_box p {
  font-size: 17px;
  color: #000000;
  line-height: 1.8em;
}

.otherSub #otherSub_contents .list_box p.scene_txt_title {
  margin-bottom: 40px;
}

.otherSub #otherSub_contents .list_box .txt_picup {
  text-align: center;
  margin-bottom: 30px;
}

.otherSub #otherSub_contents .list_box .txt_picup p {
  display: inline-block;
  font-size: 16px;
  border: #e5e5e5 4px solid;
  padding: 10px 40px;
}

.otherSub #otherSub_contents .list_box .txt_picup img {
  width: 80%;
  padding: 10px;
}

.otherSub #otherSub_contents .list_box ul {
  text-align: center;
  letter-spacing: -0.4em;
}

.otherSub #otherSub_contents .list_box ul li {
  /* display: inline-block; */
  /* width: 33%; */
  letter-spacing: normal;
  /* min-width: 196px; */
}

.otherSub #otherSub_contents .list_box ul li a {
  color: #c1272d;
  font-size: 11px;
  text-decoration: none;
}

.otherSub #otherSub_contents .list_box ul li a img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.otherSub #otherSub_contents .list_box ul li a figcaption {
  margin-bottom: 40px;
}

.otherSub #otherSub_contents .list_box ul li a:hover figure {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.otherSub #otherSub_contents .list_box ul li a figcaption {
  color: #c1272d;
  font-size: 11px;
  text-decoration: none;
}

.otherSub #otherSub_contents .list_box .list_box_inner {
  margin-bottom: 60px;
}

.otherSub #otherSub_contents .list_box .list_box_inner p {
  color: #999999;
}

.otherSub #otherSub_contents p {
  color: #c1272d;
  font-size: 14px;
}

@media (max-width:960px) {

  .otherSub #otherSub_contents {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .otherSub #otherSub_contents .list_box {
    margin-bottom: 0px;
  }

}


.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0px 20px 64px;
}

@media (max-width:600px) {
  .wrap {
    padding: 0px 20px 0;
  }
}

.hero-min {
  padding: 8px 0 20px;
  /* border-bottom: 1px solid #e5e7eb; */
}

.hero-min h1 {
  margin: .2em 0 .3em;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  letter-spacing: .04em
}

.lead {
  color: #444
}

.section-title {
  font-size: 1.35rem;
  margin: 38px 0 18px;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.section-title .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent)
}

.grid {
  display: grid;
  gap: 18px
}

.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width:960px) {

  .grid.cols-3,
  .grid.cols-2 {
    grid-template-columns: 1fr
  }
}

.card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden
}

.card.body {
  padding: 20px
}

.gallery figure {
  margin: 0
}

.gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  background: #e8ecf5
}

.gallery figcaption {
  padding: 10px 14px;
  font-size: .92rem;
  color: #374151;
  background: #fff
}

.callout {
  margin: 14px 0;
  background: var(--bg-soft);
  /* border: 1px solid #e6e8ef; */
  border-radius: var(--radius);
  padding: 14px
}

.note {
  color: #475569;
  margin-top: 8px
}

.list-clean {
  margin: .4em 0 0;
  padding-left: 1.2em;
  list-style: circle;
}

.list-clean li {
  margin: .2em 0;
  list-style: circle !important;
  text-align: left !important;
}

/* FAQ */
.faq {
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  overflow: hidden
}

.faq details {
  border-top: 1px solid #e5e7eb
}

.faq details:first-child {
  border-top: none
}

.faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  list-style: none
}

.faq summary::marker,
.faq summary::-webkit-details-marker {
  display: none
}

.faq .a {
  padding: 0 18px 18px;
  color: #475569
}


#otherSub_contents .box_bigtitle {
  max-width: 1000px;
  position: relative;
  margin: 4em auto 2em;
  padding: 4em 2em 2em;
  border: solid 1px #211614;
  border-radius: 8px;
  /* width: 100%; */
}

/* @media only screen and (max-width: 900px) {
  #otherSub_contents .box_bigtitle {
    width: 83% !important;
    margin: 0 0%;
    padding-top: 30px;
  }
} */

@media only screen and (max-width: 600px) {
  #otherSub_contents .box_bigtitle {
    margin: 4em auto 2em;
    padding-top: 30px;
  }
}











#contact_boxA {
  max-width: 1000px;
  margin: 0 auto;
}


#contact_boxA .pickup {
  padding: 30px 40px;
  background-color: #f5f1f1;
  margin-top: 0;
}



@media screen and (max-width: 800px) {
  #contact_boxA .pickup {
    padding: 20px;
    text-align: center;
  }
}

#contact_boxA .pickup.mt {
  margin-top: 30px;
}

#contact_boxA .pickup .img_pickup {
  width: 100px;
  margin-left: -50px;
  margin-bottom: 20px;
}

#contact_boxA .pickup .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}

#contact_boxA .pickup .title:before {
  font-family: 'FontAwesome';
  content: "\f097";
  padding-right: 5px;
  color: #151b39;
  font-size: 1.10em;
}


#contact_boxA .pickup .title span {
  font-size: 0.8rem;
  font-size: 1.2rem;
  display: block;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  #contact_boxA .pickup .title {
    flex-direction: column;
  }
}


@media screen and (max-width: 800px) {
  #contact_boxA .pickup .title {
    font-size: 1.1rem;
    display: inline;
    margin-bottom: 20px;
  }

}

#contact_boxA .pickup .title .underline {
  font-weight: bold;
}

#contact_boxA .pickup .title .underline::before {
  height: 10px;
}

#contact_boxA .pickup .txt {
  background: #fff;
  padding: 25px;
  border-radius: 1em;
  /* margin-top: 1em; */
  /* margin-bottom: 1em; */
}

#contact_boxA .pickup .phone_num,
#contact_boxA .pickup .fax_num {
  font-size: 40px;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  text-decoration: none;
}

#contact_boxA .pickup .phone_num:before {
  font-family: 'FontAwesome';
  content: "\f095";
  padding-right: 5px;
  color: #151b39;
  font-size: 0.8em;
}

#contact_boxA .pickup .fax_num:before {
  font-family: 'FontAwesome';
  content: "\f1ac";
  padding-right: 5px;
  color: #666666;
  font-size: 0.7em;
  line-height: 1;
}


@media screen and (max-width: 800px) {

  #contact_boxA .pickup .phone_num,
  #contact_boxA .pickup .fax_num {
    font-size: 28px;
    padding: 10px 0;
  }

  #contact_boxA .pickup .phone_num:before,
  #contact_boxA .pickup .fax_num:before {
    font-size: 0.8em;
  }
}


#contact_boxA .setBox, .setBox  {
  display: flex;
  margin-bottom: 0;
  gap: 1.5em;
}

#contact_boxA .setImg,.setImg {
  width: 35%;
}

#contact_boxA .setCont,.setCont {
  width: 60%;
  padding: 0;
  text-align: left;
}

#contact_boxA .conTitle {
  font-size: 15px;
  text-align: left;
}

#contact_boxA .setPhone {
  text-align: center;
  margin: 10px 0;
}

#contact_boxA .btnBox {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  justify-content: space-around;
}

@media screen and (max-width: 800px) {
  #contact_boxA .setBox, .setBox  {
    flex-direction: column;
  }

  #contact_boxA .setImg,.setImg {
    width: 100%;
  }

  #contact_boxA .setCont,.setCont {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #contact_boxA .conTitle {
    padding-top: 10px;
  }

  #contact_boxA .btnBox {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-around;
  }

  #contact_boxA .setPhone {
    margin: 10px 0;
  }
}

/*汎用*/
.al_l{
	text-align: left;
}
.al_c{
	text-align: center;
}
.mw100{
	max-width: 100%;
}