@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  /*アニメーションの定義名*/
  animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
  animation-duration: 0.5s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*ーー見出し・テキストはじめーーーーーーーーーーーーー*/
.head_xs {
  font-size: 1.6rem;
  line-height: 3;
  font-weight: 300;
  margin-bottom: 20px;
}

.head_xl {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.4;
  margin: auto;
  margin-bottom: 40px;
}

.head_x {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: 600;
  margin: 0 auto 60px;
  color: #58504B;
}

.head_xl_txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 200;
  margin-bottom: 60px;
}

.m_brown {
  width: 160px;
  height: 40px;
  background: #58504B;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 8px;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*ーー見出し終わりーーーーーーーーーーーーー*/
/*ーーボタンはじめーーーーーーーーーーーーー*/
.btn_brown {
  text-decoration: none;
  font-size: 1.8rem;
  display: inline-block;
  border: 1px solid;
  position: relative;
  background: #fff;
  color: #614f38;
  border: 2px solid #614f38;
  padding: 2.5rem 6.5rem 2.5rem 2.8rem;
  transition: all .3s;
  border-radius: 50px;
}

.btn_brown:after {
  content: "";
  position: absolute;
  display: block;
  transition: all .3s;
  width: 7px;
  height: 18px;
  top: 50%;
  right: 2.5rem;
  box-shadow: 2px -2px 0 #fff;
  border-top: solid 2px #614f38;
  border-right: solid 2px #614f38;
  transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}

.btn_brown:hover:after {
  right: 5px;
  height: 40px;
}

/*ーーボタン終わりーーーーーーーーーーーーー*/
.wrapper {
  min-height: 100vh;
}

/*ーーheaderはじめーーーーーーーーーーーーー*/
header {
  height: 860px;
}

.header_logo {
  margin-top: 40px;
  margin-left: 120px;
}

.l_header_Wrap {
  background-image: url("../img/top_bg_img01.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 740px;
}

.l_header_btm {
  background-image: url("../img/top_bg_img02.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  height: 110px;
}

.l_header_List {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 800px;
  margin: 0 auto;
}

.l_header_List_img {
  display: block;
  width: 60%;
  max-width: 720px;
  min-width: 350px;
  height: auto;
}

.l_header_List_txt {
  width: 600px;
  min-width: 460px;
  margin-left: 80px;
}

/*ーーheader終わりーーーーーーーーーーーーー*/
/*ーーmainはじめーーーーーーーーーーーーー*/
.main {
  text-align: center;
}

.c-sct01 {
  margin: 0 80px;
}

.card_caution {
  margin: 40px auto 60px;
  background-image: url(../img/card_caution.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  max-width: 900px;
}

.sct {
  padding: 140px 80px;
}

.c-sct02 {
  background-image: url("../img/bg_gray.svg");
  background-attachment: fixed;
}

.head_x_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.banner_map {
  width: 100%;
  max-width: 900px;
  margin-top: 100px;
}

.c-sct03 {
  background-color: #58504B;
}

.c-sct03 h3 img {
  width: 300px;
}

.c-sct03 .c-sct03_txt {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 40px auto 100px;
}

.c-sct03_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-sct03_wrap p {
  position: relative;
  width: 350px;
  height: auto;
  margin-right: 10px;
}

.c-sct03_wrap p img {
  width: 100%;
  border-radius: 10px;
}

.c-sct03_wrap p a {
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 10px 0px 10px;
}

.c-sct04 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_02 {
  width: 300px;
  margin-bottom: 100px;
}

.card {
  width: 288px;
  height: auto;
  margin-right: 20px;
}

.card__imgframe {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-size: cover;
  box-sizing: border-box;
}

.card01 {
  background: url("../img/chart_img_list01.svg") no-repeat center;
}

.card02 {
  background: url("../img/chart_img_list02.svg") no-repeat center;
}

.card03 {
  background: url("../img/chart_img_list03.svg") no-repeat center;
}

.card04 {
  background: url("../img/chart_img_list03.svg") no-repeat center;
}

.card05 {
  background: url("../img/chart_img_list03.svg") no-repeat center;
}

.card06 {
  background: url("../img/chart_img_list03.svg") no-repeat center;
}

.card__textbox {
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #ffffff;
  box-sizing: border-box;
}

.card__textbox > * + * {
  margin-top: 10px;
}

.card__titletext {
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}

.card__overviewtext {
  font-size: 14px;
  line-height: 150%;
  margin-top: 2rem;
}

.card-skin {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-skin img {
  position: absolute;
  top: -67px;
  left: 30%;
}

.mt_c-sct04 {
  margin-top: 80px;
}

.c-sct05 img {
  margin: 80px auto  0;
  width: 100%;
  max-width: 720px;
}

.c-sct06 {
  background: url("../img/foot_bg_img.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

.c-sct06 .head_tit_wihte {
  font-size: 3rem;
  text-align: center;
  line-height: 1.7;
  font-weight: 600;
  margin: 0 auto 60px;
  color: #fff;
}

footer .f_btn_art {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

footer .f_btn_art a {
  margin: 0 10px 10px 10px;
}

footer .copyright {
  background-color: #1B1B1B;
  color: #fff;
  padding: 20px;
  margin: 0;
  text-align: center;
}

.arrow_btn {
  display: inline-block;
  position: relative;
  width: 130px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #1B1B1B;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #1B1B1B;
  transition: transform ease .3s;
}

.arrow_btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.arrow_btn span {
  display: inline-block;
  text-decoration: none;
  transition: transform ease .3s;
}

.arrow_btn:hover span {
  cursor: pointer;
  text-decoration: none;
  transform: translateX(6px);
}

@media only screen and (max-width: 768px) {
  .header_logo {
    margin-top: 40px;
    margin-left: 40px;
    width: 80%;
  }
  .l_header_List {
    display: block;
    width: 90%;
  }
  .l_header_List_txt {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }
  .l_header_List_img {
    width: 40%;
    margin: 0 auto;
    min-width: 200px;
  }
  /*ーー見出し・テキストはじめーーーーーーーーーーーーー*/
  .head_xs {
    font-size: 1.6rem;
    line-height: 3;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .head_xl {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
  .head_x {
    font-size: 2.8rem;
    line-height: 1.7;
  }
  .head_xl_txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .head_x_txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /*ーー見出し・テキスト終わりーーーーーーーーーーーーー*/
  .card_caution img {
    min-width: 400px;
  }
  .c-sct01 {
    margin: 0 20px;
  }
  .banner_map {
    margin-top: 60px;
  }
  .sct {
    padding: 60px;
  }
  .c-sct03 .c-sct03_txt {
    font-size: 1.4rem;
    margin: 40px auto 60px;
  }
  .c-sct03_wrap {
    display: block;
  }
  .c-sct03_wrap p {
    width: 100%;
    margin-top: 15px;
  }
  .c-sct03_wrap p a {
    font-size: 1.6rem;
  }
  .c-sct04 {
    display: block;
  }
  .card {
    width: 100%;
  }
  .card__imgframe {
    background-size: cover;
  }
  .card-skin img {
    left: 40%;
  }
  .card-skin:nth-child(2) {
    margin: 100px auto;
  }
  .c-sct06 .head_tit_wihte {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 480px) {
  header {
    height: auto;
  }
  .header_logo {
    margin-top: 20px;
    margin-left: 20px;
  }
  .l_header_List {
    width: 90%;
    height: auto;
  }
  .l_header_List_img {
    width: 30%;
    min-width: 170px;
  }
  .card_caution {
    background-image: url(../img/sp_card_caution.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 390px;
  }
  /*ーー見出し・テキストはじめーーーーーーーーーーーーー*/
  .head_xs {
    font-size: 1.4rem;
    line-height: 3;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .m_brown {
    height: 35px;
    width: 140px;
  }
  .head_xl {
    font-size: 2.4rem;
  }
  .head_xl_txt {
    margin-bottom: 40px;
  }
  .btn_brown {
    font-size: 1.6rem;
    padding: 2rem 6.5rem 2rem 2.8rem;
  }
  .head_x {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  /*ーー見出し・テキスト終わりーーーーーーーーーーーーー*/
  .l_header_Wrap {
    height: 85vh;
  }
  .l_header_btm {
    height: 80px;
    display: none;
  }
  .c-sct01 {
    margin: 0;
  }
  .card_caution {
    margin: 20px auto 40px;
    height: 350px;
    width: 90%;
  }
  .sct {
    padding: 60px 20px;
  }
  .banner_map {
    margin-top: 20px;
  }
  .c-sct03 h3 img {
    width: 250px;
  }
  .c-sct03 .c-sct03_txt {
    margin: 20px auto 40px;
    text-align: left;
  }
  .head_02 {
    width: 250px;
    margin-bottom: 60px;
  }
  .card-skin img {
    left: 34%;
  }
  .c-sct05 img {
    margin-top: 40px;
  }
  .c-sct06 .head_tit_wihte {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=style.css.map */