@charset "UTF-8";
/*
    !!!不要な場合は消してください!!!

    calc + vwの公式
    font-size: calc(A + B * (100vw - C)/D);

    A・・・最小文字サイズ
    B・・・最大文字サイズ – 最小文字サイズ
    C・・・最小画面幅
    D・・・最大画面幅 – 最小画面幅

    適用すれば画面幅によって文字が大小します
*/
/*----------------------------------------------------
共通タイトル
----------------------------------------------------*/
.main_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 80px;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .main_ttl {
    margin-bottom: 50px;
  }
}
.main_ttl::before {
  position: absolute;
  content: "";
  background: url("../img/ttl_deco.svg") no-repeat;
  width: 100px;
  height: 11px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
.mv-about-wrap {
  background-image: url(/_common/img/bg_01.jpg), url(/_common/img/bg_02.jpg);
  background-position: left, right;
  background-color: #FFFEF3;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

#mainvisual {
  width: 1100px;
  margin: 0 auto;
  padding-top: 310px;
  margin-bottom: 170px;
}
@media screen and (max-width: 1100px) {
  #mainvisual {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  #mainvisual {
    padding: 80px 10px;
    margin-bottom: 0;
  }
}
#mainvisual .inner {
  height: 700px;
  background: url(/_common/img/img_mainvisual.jpg) no-repeat;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  #mainvisual .inner {
    border-radius: 50px;
    background-position: center center;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual .inner {
    height: 500px;
  }
}
#mainvisual .inner h2 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 2.8;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  #mainvisual .inner h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual .inner h2 {
    width: 100%;
    padding: 80px 10px;
    font-size: calc(34px + 16 * (100vw - 1000px)/920);
  }
}

/*----------------------------------------------------
わたしたちについて
----------------------------------------------------*/
#about {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #about {
    width: 90%;
  }
}
#about .inner {
  background-color: #fff;
  border-radius: 100px;
  padding: 80px 60px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #about .inner {
    border-radius: 50px;
  }
}
@media screen and (max-width: 480px) {
  #about .inner {
    padding: 50px 30px;
  }
}
#about .inner .elephant-img {
  width: 200px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 834px) {
  #about .inner .elephant-img {
    width: 150px;
    bottom: -80px;
  }
}
#about .sub_ttl {
  color: #6CA07F;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #about .sub_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #about .sub_ttl {
    margin-bottom: 30px;
  }
}
#about .about__txt-wrap:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #about .about__txt-wrap:first-of-type {
    margin-bottom: 30px;
  }
}
#about .about__txt-wrap .about_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#about .about__txt-wrap .about_ttl span {
  margin-right: 10px;
}
#about .about__txt-wrap .about_ttl span img {
  width: 18px;
}

/*----------------------------------------------------
ご利用対象者
----------------------------------------------------*/
#user {
  background-color: #F5FFF8;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #user {
    padding: 50px 10px;
  }
}
#user .inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #user .inner {
    width: 100%;
  }
}
#user .user__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #user .user__list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#user .user__list-wrap li {
  width: 500px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  border-bottom: 4px dotted #6E5E58;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  #user .user__list-wrap li {
    width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  #user .user__list-wrap li {
    width: 500px;
  }
}
@media screen and (max-width: 834px) {
  #user .user__list-wrap li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #user .user__list-wrap li {
    width: 90%;
    margin: 0 auto;
  }
}
#user .user__list-wrap li:nth-child(-n+2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  #user .user__list-wrap li:nth-child(3) {
    margin-bottom: 50px;
  }
}
#user .user__list-wrap li span {
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  #user .user__list-wrap li .txt {
    width: 90%;
  }
}

/*----------------------------------------------------
お仕事内容
----------------------------------------------------*/
#work {
  background: url(/_common/img/bg_03.jpg) no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #work {
    padding: 50px 10px;
  }
}
#work .inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #work .inner {
    width: 100%;
  }
}
#work .sub_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 50px;
}
#work .work__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #work .work__img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#work .work__img-wrap .img-box {
  width: 360px;
}
#work .work__schedule-wrap {
  /* 1列目のリストまとまり */
  /* 2列目のリストまとまり */
}
#work .work__schedule-wrap .sub_ttl {
  color: #6CA07F;
}
#work .work__schedule-wrap .sub_ttl::before, #work .work__schedule-wrap .sub_ttl::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #6CA07F;
  width: 3px;
  height: 23px;
  margin: 0 10px;
  margin-top: -0.2em;
  vertical-align: middle;
}
#work .work__schedule-wrap .sub_ttl::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#work .work__schedule-wrap .sub_ttl::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#work .work__schedule-wrap .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  #work .work__schedule-wrap .list-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#work .work__schedule-wrap .list-wrap li:not(.arrow) {
  width: 220px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
  padding: 20px 25px;
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-wrap li:not(.arrow) {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-wrap li:not(.arrow) {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #work .work__schedule-wrap .list-wrap li:not(.arrow) {
    width: 80%;
  }
}
#work .work__schedule-wrap .list-wrap li.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-wrap li.arrow {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-wrap li.arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#work .work__schedule-wrap .list-wrap li dl {
  text-align: center;
  letter-spacing: 0.16em;
}
#work .work__schedule-wrap .list-wrap li dl dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
#work .work__schedule-wrap .list-wrap li dl dt.time {
  width: 140px;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  background-color: #6CA07F;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #work .work__schedule-wrap .list-wrap li dl dt.time {
    width: auto;
  }
}
#work .work__schedule-wrap .list-wrap li dl dt.list-ttl {
  margin-bottom: 20px;
}
#work .work__schedule-wrap .list-a {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-a li:nth-of-type(-n+4) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-a li:nth-of-type(-n+4) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-a li {
    margin-bottom: 30px;
  }
}
#work .work__schedule-wrap .list-a .arrow.last {
  display: none;
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-a .arrow.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-a .arrow.last {
    margin-bottom: 0;
  }
}
#work .work__schedule-wrap .list-b {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-b {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #work .work__schedule-wrap .list-b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#work .work__schedule-wrap .list-b li.arrow {
  margin: 0 20px;
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-b li.arrow {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  #work .work__schedule-wrap .list-b li:nth-of-type(-n+4) {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
ご利用の流れ
----------------------------------------------------*/
#flow {
  background-color: #FFFEF3;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #flow {
    padding: 50px 10px;
  }
}
#flow .flow__list-wrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #flow .flow__list-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__list-wrap {
    max-width: 100%;
  }
}
#flow .flow__list-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #flow .flow__list-wrap li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#flow .flow__list-wrap li .flow-num {
  width: 90px;
  height: 90px;
  background: url("/_common/img/img_flow_circle.svg") no-repeat;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 700px) {
  #flow .flow__list-wrap li .flow-num {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__list-wrap li .flow-num {
    width: 80px;
    height: 80px;
    background-size: contain;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#flow .flow__list-wrap li .flow-num span {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  #flow .flow__list-wrap li .flow-num span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#flow .flow__list-wrap li .txt-wrap {
  max-width: 570px;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  #flow .flow__list-wrap li .txt-wrap {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  #flow .flow__list-wrap li .txt-wrap {
    width: 70%;
  }
}
#flow .flow__list-wrap li .txt-wrap dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#flow .flow__list-wrap li .txt-wrap dd {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 4px dotted #6E5E58;
}

/*----------------------------------------------------
Q&A
----------------------------------------------------*/
#qa {
  background-color: #E8E2DF;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #qa {
    padding: 50px 10px;
  }
}
#qa .inner .txt {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 50px;
}
#qa .accordion {
  /*アコーディオン全体*/
  max-width: 900px;
  margin: 0 auto;
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}
@media screen and (max-width: 900px) {
  #qa .accordion {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #qa .accordion {
    padding: 0;
  }
}
#qa .accordion dl {
  margin: 10px 0;
}
#qa .accordion dl div {
  border: 2px solid #6E5E58;
  margin-bottom: 20px;
}
#qa .accordion__ttl {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  line-height: 1;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #6E5E58;
  position: relative;
  /*アイコンの＋と×*/
  /*&::before,
  &::after{
  	position: absolute;
  	content:'';
  	width: 15px;
  	height: 2px;
  	background-color: $sub_color;

  }
  &::before{
  	top:48%;
  	right: 15px;
  	transform: rotate(0deg);

  }
  &::after{    
  	top:48%;
  	right: 15px;
  	transform: rotate(90deg);

  }*/
  /*　closeというクラスがついたら形状変化　*/
  /*&.close::after{
    transform: rotate(-45deg);
  }*/
}
@media screen and (max-width: 480px) {
  #qa .accordion__ttl {
    line-height: 1.3;
    padding: 20px 50px 20px 30px;
  }
}
#qa .accordion__ttl::before {
  display: inline-block;
  vertical-align: middle;
  right: 20px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #6E5E58;
  border-right: 2px solid #6E5E58;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 15px;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  #qa .accordion__ttl::before {
    top: 30%;
  }
}
#qa .accordion__ttl.close::before {
  top: 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#qa .accordion__ttl span {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}
#qa .accordion__answer {
  display: none;
  /*はじめは非表示*/
  margin: 0 30px 20px 30px;
}

/*----------------------------------------------------
お問い合わせ
----------------------------------------------------*/
#contact {
  background-color: #F5FFF8;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  #contact {
    padding: 50px 10px;
  }
}
#contact .inner {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #contact .inner {
    max-width: 100%;
    padding: 0 10px;
  }
}
#contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #contact ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  #contact ul li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #contact ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #contact ul li:first-of-type {
    margin-bottom: 20px;
  }
}
#contact ul li a {
  width: 400px;
  border-radius: 40px;
  background-color: #6CA07F;
  color: #fff;
  padding: 16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  #contact ul li a {
    width: 100%;
  }
}
#contact ul li a figure {
  margin-bottom: 10px;
}
#contact ul li a h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*----------------------------------------------------
日々の様子
----------------------------------------------------*/
#instagram {
  background-color: #FFFEF3;
  padding: 80px 0;
}
#instagram .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #instagram .inner {
    width: 100%;
  }
}
#instagram .inner #gallery {
  width: 100%;
  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;
}
@media screen and (max-width: 834px) {
  #instagram .inner #gallery {
    padding: 0 10px;
  }
}
#instagram .inner #gallery li {
  max-width: 350px;
}
@media screen and (max-width: 834px) {
  #instagram .inner #gallery li {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 480px) {
  #instagram .inner #gallery li {
    width: calc(100% / 2 - 4px);
    margin-bottom: 10px;
  }
}
#instagram .inner #gallery li:nth-child(-n+3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #instagram .inner #gallery li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #instagram .inner #gallery li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
施設案内
----------------------------------------------------*/
#info {
  background-color: #F5FFF8;
  padding: 80px 0;
}
#info .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #info .inner {
    width: 100%;
  }
}
#info .info-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#info .info__access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #info .info__access-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  #info .info__googlemap {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #info .info__googlemap {
    width: 100%;
    margin-bottom: 20px;
  }
}
#info .info__googlemap iframe {
  width: 650px;
  height: 350px;
}
@media screen and (max-width: 1100px) {
  #info .info__googlemap iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #info .info__address-wrap {
    width: 48%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  #info .info__address-wrap {
    width: 100%;
  }
}
#info .info__address-wrap h4 {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#info .info__address-wrap .txt {
  line-height: 1.875;
  margin-bottom: 20px;
}
#info .info__address-wrap figure {
  width: 400px;
}
@media screen and (max-width: 834px) {
  #info .info__address-wrap figure {
    width: 100%;
  }
}
#info .info__company .info-ttl {
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
#info .info__company table {
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  #info .info__company table {
    padding: 0 10px;
    width: 90%;
  }
}
#info .info__company table tr {
  width: 560px;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 16px 0;
}
@media screen and (max-width: 560px) {
  #info .info__company table tr {
    width: 100%;
  }
}
#info .info__company table tr th {
  width: 130px;
  font-weight: bold;
  margin-right: 80px;
  padding-left: 40px;
}
@media screen and (max-width: 560px) {
  #info .info__company table tr th {
    width: 30%;
    margin-right: 40px;
  }
}
#info .info__company table tr td {
  width: auto;
}