body {
  color: #703C1E;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ", "HiraKakuProN-W3", メイリオ, Meiryo, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  body {}
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #FFF;
  box-sizing: border-box;
  z-index: 10;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1330px;
  height: 100%;
  margin: 0 auto;
}

header h1 img {
  width: 160px;
  height: 44px;
}

header .link_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 59%;
}

header a {
  display: inline-block;
  color: #703C1E;
  font-size: 16px;
}

header a:hover {
  text-decoration: underline;
}

header a.contact_button {
  width: 220px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  color: #FFF;
  background-color: #34B7C3;
  border-radius: 50px;
  border: 2px solid #34B7C3;
  box-sizing: border-box;
}

header a.contact_button:hover {
  color: #34B7C3;
  background-color: #FFF;
  border: 2px solid #34B7C3;
  text-decoration: none;
  transition: .2s all;
}

header .sp_hamburger_menu,
header .sp_contact_button,
header .sp_menu,
header .sp_header {
  display: none;
}

@media screen and (max-width: 1330px) {
  header .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header {
    display: flex;
    align-items: center;
    justify-content: right;
    background-color: rgba(256, 256, 256, 0);
    width: 100%;
    height: 58px;
    box-sizing: border-box;
  }

  header .inner {
    display: none;
  }

  header h1 {
    display: none;
  }

  header .link_wrap {
    display: none;
  }

  header .sp_header {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 286px;
    height: 91px;
    z-index: -1;
  }

  header .contact_button.sp_contact_button {
    display: block;
    width: 175px;
    height: 44px;
    line-height: 44px;
    margin-right: 30px;
  }

  header .sp_hamburger_menu {
    display: block;
    width: 27px;
    height: 18px;
    margin-right: 12px;
  }

  header .sp_hamburger_menu img {
    width: 100%;
    height: 100%;
  }

  header .sp_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sp_menu_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }

  header .sp_menu .close {
    display: block;
    width: 23px;
    height: 23px;
    margin-top: 23px;
    margin-left: auto;
    margin-right: 10px;
  }

  header .sp_menu ul {
    margin-top: 48px;
    margin-left: auto;
    margin-right: 49px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
  }

  header .sp_menu ul li {
    margin-bottom: 40px;
  }

  header .sp_menu .contact_button {
    width: 175px;
    height: 44px;
    line-height: 40px;
    font-size: 14px;
  }

  header a.contact_button:hover {
    color: #FFF;
    background-color: #34B7C3;
    border: 2px solid #34B7C3;
    text-decoration: none;
    transition: .2s all;
  }
}

main {
  /* padding-top: 120px; */
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}

section .inner {
  width: 1330px;
  margin: 0 auto;
}

@media screen and (max-width: 1330px) {
  section .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section .inner {
    width: 100%;
  }
}

#section_1 {
  position: relative;
  padding-top: 70px;
  margin-bottom: 153px;
}

#section_1 .pc_bg {
  position: absolute;
  right: 0;
  width: 57%;
  height: 1290px;
  z-index: -1;
  overflow: visible;
}

#section_1 .sp_bg {
  display: none;
}

#section_1 .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 255px;
}

#section_1 .inner .main_logo_wrap {
  width: 33%;
  height: auto;
}

#section_1 .inner .main_logo_wrap .main_logo {
  width: 100%;
  height: auto;
  margin-left: 50px;
}

#section_1 .inner .main_logo_wrap .sp_main_logo {
  display: none;
}

#section_1 .inner .right {
  width: 33%;
  margin-right: 78px;
}

#section_1 .inner .right h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 82px;
}

#section_1 .inner .right p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;

}

#section_1 .inner .right .pc_br {
  display: inline;
}

#section_1 .inner .right .sp_br {
  display: none;
}

#section_1 .inner .right_text {
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 87px;
}

#section_1 .inner .right_text.sp {
  display: none;
}

#section_1 .sp_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  #section_1 {
    position: relative;
    margin-top: -58px;
    margin-bottom: 70px;
    padding-top: 0;
  }

  #section_1 .pc_bg {
    display: none;
  }

  #section_1 .inner {
    display: block;
    margin-top: 0;
  }

  #section_1 .inner .main_logo_wrap {
    width: 100%;
    padding-top: 206px;
  }

  #section_1 .inner .main_logo_wrap .main_logo {
    display: none;
  }

  #section_1 .inner .main_logo_wrap .sp_main_logo {
    display: block;
    width: 279px;
    height: 256px;
    margin: 0 auto;
  }

  #section_1 .inner .right_text {
    bottom: 0;
    top: auto;
  }

  #section_1 .inner .right {
    position: relative;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 262px;
    box-sizing: border-box;
  }

  #section_1 .sp_bg {
    position: absolute;
    top: -100px;
    left: 0;
    display: block;
    width: 100%;
    height: 765px;
    z-index: -1;
  }

  #section_1 .inner .right h2 {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 5px;
  }

  #section_1 .inner .right p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
  }

  #section_1 .inner .right .pc_br {
    display: none;
  }

  #section_1 .inner .right .sp_br {
    display: inline;
  }

  #section_1 .inner .right_text.pc {
    display: none;
  }

  #section_1 .inner .right_text.sp {
    position: absolute;
    top: 10px;
    right: 11px;
    display: block;
    width: 14px;
    height: 54px;
  }
}

#section_2 {
  position: relative;
}

#section_2 .pc_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: -2;
}

#section_2 .sp_bg {
  display: none;
}

#section_2 .inner .movie_area {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 216px;
  margin-bottom: 333px;
}

#section_2 .inner .movie_area iframe {
  width: 640px;
  height: 360px;
}

#section_2 .inner .movie_area .right_text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 87px;
}

#section_2 .inner .work_area {
  margin-bottom: 121px;
}

#section_2 .inner .work_area h2 {
  margin-bottom: 30px;
}

#section_2 .inner .work_area h2 img {
  width: 118px;
  height: 92px;
}

#section_2 .inner .work_area ul.list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#section_2 .inner .work_area ul.list::-webkit-scrollbar {
  display: none;
}

#section_2 .inner .work_area ul.list li {
  width: 460px;
  min-width: 460px;
  height: auto;
  margin-right: 65px;
}

#section_2 .inner .work_area ul.list li:hover {
  cursor: pointer;
  opacity: .7;
  transition: .2s all;
}

#section_2 .inner .work_area ul.list li:last-child {
  margin-right: 0;
}

#section_2 .inner .work_area ul.list li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 16%);
  margin-bottom: 36px;
}

#section_2 .inner .work_area ul.list li img.sp_pic {
  display: none;
}

#section_2 .inner .work_area ul.list li p {
  margin-bottom: 7px;
  font-size: 12px;
  color: #C3BEB4;
}

#section_2 .inner .work_area ul.list li h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

#section_2 .inner .work_area ul.popup .modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#section_2 .inner .work_area ul.popup .modal .modal_close.background {
  width: 100%;
  height: 100%;
  background-color: rgba(110, 94, 94, 20%);
}

#section_2 .inner .work_area ul.popup .modal .modal_inner {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 85%;
  height: 80vh;
  margin: 0 auto 351px;
  background-color: #FFF;
  border: 1px solid #707070;
  z-index: 100;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#section_2 .inner .work_area ul.popup .modal .modal_inner::-webkit-scrollbar {
  display: none;
}

#section_2 .inner .work_area .modal_inner .detail {
  position: relative;
  width: 77%;
  height: auto;
  margin: 83px auto 122px;
}

#section_2 .inner .work_area ul.popup .modal .modal_inner .close_button_wrap {
  position: fixed;
  top: 153px;
  width: 65%;
}

#section_2 .inner .work_area ul.popup .modal .modal_inner .modal_close.button {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 0;
  margin-left: auto;
}

#section_2 .inner .work_area ul.popup .modal .modal_inner .modal_close.button:hover {
  cursor: pointer;
}

#section_2 .inner .work_area .modal_inner .detail .left .pc {
  display: block;
}

#section_2 .inner .work_area .modal_inner .detail .left .sp {
  display: none;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap {
  display: flex;
  margin-bottom: 30px;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .left {
  width: 43%;
  margin-right: 33px;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .left img {
  width: 100%;
  height: auto;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right {
  width: 43%;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right .company {
  color: #8B6359;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right h2 {
  color: #129BA7;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 1.4;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right a {
  display: flex;
  color: #8B6359;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right a:hover {
  text-decoration: none;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right .text {
  color: #271D1B;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right .category {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right .category.yellow {
  background-color: #FFD546;
  color: #503B36;
}

#section_2 .inner .work_area .modal_inner .detail .title_wrap .right .category.green {
  background-color: #129BA7;
  color: #FFF;
}

#section_2 .inner .work_area .modal_inner .detail .image_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #F5F5F5;
  padding-top: 49px;
  padding-bottom: 45px;
}

#section_2 .inner .work_area .modal_inner .detail .image_wrap .pc {
  display: block;
}

#section_2 .inner .work_area .modal_inner .detail .image_wrap .sp {
  display: none;
}

#section_2 .inner .work_area .modal_inner .detail .image_wrap .wide {
  width: 45%;
  height: auto;
}

#section_2 .inner .work_area .modal_inner .detail .image_wrap .narrow {
  width: 23%;
  height: auto;
}

#section_2 .inner .work_area .arrow_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 404px;
  margin: 0 auto 40px;
}

#section_2 .inner .work_area .arrow_wrap img {
  width: 58px;
  height: 22px;
}

#section_2 .inner .work_area .arrow_wrap img:hover {
  cursor: pointer;
}

#section_2 .inner .partner_area h2 {
  margin-bottom: 30px;
}

#section_2 .inner .partner_area h2 img {
  display: block;
  width: 164px;
  height: 92px;
}

#section_2 .inner .partner_area .partner_list {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 50px;
}

#section_2 .inner .partner_area .partner_list li {
  width: 460px;
}

#section_2 .inner .partner_area .partner_list li img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

#section_2 .inner .partner_area .partner_list li img.pc_pic {
  display: block;
}

#section_2 .inner .partner_area .partner_list li img.sp_pic {
  display: none;
}

#section_2 .inner .partner_area .partner_list li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

#section_2 .inner .partner_area .partner_list a {
  color: #703C1E;
}

#section_2 .inner .partner_area .partner_list a:hover {
  opacity: .7;
  transition: .2s all;
}

@media screen and (max-width: 768px) {
  #section_2 .pc_bg {
    display: none;
  }

  #section_2 .sp_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 100%;
    z-index: -2;
  }

  #section_2 .inner .movie_area .right_text {
    display: none;
  }

  #section_2 .inner .movie_area {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 100px;
    box-sizing: border-box;
  }

  #section_2 .inner .movie_area iframe {
    width: 100%;
    height: 211px;
  }

  #section_2 .inner .work_area {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }

  #section_2 .inner .work_area ul.list li {
    width: 267px;
    min-width: 267px;
    margin-right: 30px;
  }

  #section_2 .inner .work_area ul.list li img {
    width: 267px;
    height: 279px;
    object-fit: cover;
  }

  #section_2 .inner .work_area ul.list li img.pc_pic {
    display: none;
  }

  #section_2 .inner .work_area ul.list li img.sp_pic {
    display: block;
  }

  #section_2 .inner .partner_area h2 {
    margin-left: 24px;
  }

  #section_2 .inner .partner_area .partner_list {
    margin-left: 32px;
  }

  #section_2 .inner .partner_area .partner_list li {
    width: 267px;
    margin-right: 30px;
  }

  #section_2 .inner .partner_area .partner_list li:last-child {
    margin-right: 0;
  }

  #section_2 .inner .partner_area .partner_list li img.pc_pic {
    display: none;
  }

  #section_2 .inner .partner_area .partner_list li img.sp_pic {
    display: block;
  }

  #section_2 .inner .work_area ul.popup .modal .modal_inner {
    top: 30px;
    height: 92%;
  }

  #section_2 .inner .work_area ul.popup .modal .modal_inner .close_button_wrap {
    top: 31px;
    width: 78%;
  }

  #section_2 .inner .work_area ul.popup .modal .modal_inner .modal_close.button {
    width: 23px;
    height: 23px;
    margin: 20px 23px 18px auto;
  }

  #section_2 .inner .work_area .modal_inner .detail {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 62px;
    margin-bottom: 50px;
    box-sizing: border-box;
  }

  #section_2 .inner .work_area .modal_inner .detail .left .pc {
    display: none;
  }

  #section_2 .inner .work_area .modal_inner .detail .left .sp {
    display: block;
    margin-bottom: 47px;
  }

  #section_2 .inner .work_area .modal_inner .detail .image_wrap .pc {
    display: none;
  }

  #section_2 .inner .work_area .modal_inner .detail .image_wrap .sp {
    display: block;
    width: 100%;
  }

  #section_2 .inner .work_area .modal_inner .detail .image_wrap {
    display: block;
    padding: 36px 19px 10px 19px;
  }

  #section_2 .inner .work_area .modal_inner .detail .image_wrap img {
    margin-bottom: 20px;
  }

  #section_2 .inner .work_area .modal_inner .detail .image_wrap .wide,
  #section_2 .inner .work_area .modal_inner .detail .image_wrap .narrow {
    width: 100%;
    height: auto;
  }

  #section_2 .inner .work_area .modal_inner .detail .title_wrap {
    display: block;
    margin-bottom: 50px;
  }

  #section_2 .inner .work_area .modal_inner .detail .title_wrap .left {
    width: 100%;
  }

  #section_2 .inner .work_area .modal_inner .detail .title_wrap .right {
    width: 100%;
  }

  #section_2 .inner .work_area .modal_inner .detail .title_wrap .right .company {
    font-size: 13px;
  }

  #section_2 .inner .work_area .modal_inner .detail .title_wrap .right h2 {
    margin-bottom: 20px;
  }

  #section_2 .inner .work_area .modal_inner .detail .title_wrap .right h2 a {
    margin-bottom: 40px;
    font-size: 13px;
  }

  #section_2 .inner .work_area .arrow_wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

#section_3 {
  margin-top: 227px;
  margin-bottom: 200px;
}

#section_3 .inner .item_wrap {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 40px;
}

#section_3 .inner h2 {
  margin-right: 172px;
}

#section_3 .inner h2 img {
  width: 246px;
  height: 92px;
}

#section_3 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

#section_3 .inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  margin-right: 30px;
  margin-bottom: 30px;
  border: solid 2px #703C1E;
  border-radius: 30px;
}

#section_3 .inner ul li:last-child {
  margin-right: 0;
}

#section_3 .inner ul li:nth-child(1) img {
  width: 106px;
  height: 99px;
}

#section_3 .inner ul li:nth-child(2) img {
  width: 110px;
  height: 83px;
}

#section_3 .inner ul li:nth-child(3) img {
  width: 62px;
  height: 98px;
}

#section_3 .inner ul li:nth-child(4) img {
  width: 91px;
  height: 83px;
}

.yellow_contact_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  color: #703C1E;
  background-color: #FFD546;
  border: 2px solid #FFD546;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}

.yellow_contact_button:hover {
  background-color: #FFF;
  transition: .2s all;
}

.yellow_contact_button img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #section_3 {
    margin-top: 177px;
    margin-bottom: 141px;
  }

  #section_3 .inner h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 45px;
  }

  #section_3 .inner ul {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 11px;
    padding-right: 11px;
  }

  #section_3 .inner ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #section_3 .inner .item_wrap {
    display: block;
    margin-bottom: 51px;
  }

  .yellow_contact_button {
    width: 82%;
    margin-left: 32px;
    margin-right: 32px;
    box-sizing: border-box;
  }

  .yellow_contact_button:hover {
    background-color: #FFF;
    transition: .2s all;
  }

  .yellow_contact_button img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

#section_4 {
  position: relative;
  background-image: url(../images/section_4_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 92% 100%;
}

#section_4 h2 {
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#section_4 h2 img {
  width: 163px;
  height: 92px;
}

#section_4 .item_wrap {
  width: 1145px;
  padding-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

#section_4 .item_wrap>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 208px;
}

#section_4 .item_wrap>div:last-child {
  margin-bottom: 0;
  padding-bottom: 179px;
}

#section_4 .item_wrap>div .pic_table {
  position: relative;
  width: 61%;
}

#section_4 .item_wrap>div .pic_table h3 {
  position: inherit;
  height: 45px;
  margin-left: 20px;
  margin-bottom: -23px;
  z-index: 2;
}

#section_4 .item_wrap>div .pic_table h3 img {
  width: auto;
  height: 100%;
}

#section_4 .item_wrap>div .pic_table img {
  width: 100%;
}

#section_4 .item_wrap>div .text_table {
  width: 33%;
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.7;
}

#section_4 .item_wrap>div .text_table span {
  display: block;
  height: 1rem;
}

#section_4 .item_wrap>div .text_table .yellow_contact_button {
  margin-top: 69px;
}

@media screen and (max-width: 1145px) {
  #section_4 .item_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #section_4 {
    background-image: url(../images/section_4_bg_sp.png);
    background-size: 97% 100%;
  }

  #section_4 .item_wrap {
    width: 100%;
    padding-top: 130px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }

  #section_4 .item_wrap>div {
    display: block;
    margin-bottom: 100px;
  }

  #section_4 .item_wrap>div:last-child {
    padding-bottom: 99px;
  }

  #section_4 .item_wrap>div.process_2 {
    display: flex;
    flex-direction: column-reverse;

  }

  #section_4 .item_wrap>div .pic_table {
    width: 100%;
  }

  #section_4 .item_wrap>div .pic_table h3 {
    width: 100%;
    margin-left: 0;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
  }

  #section_4 .item_wrap>div .pic_table h3 img {
    width: 100%;
    height: auto;
  }

  #section_4 .item_wrap>div .text_table {
    width: 100%;
    margin-top: 30px;
  }

  #section_4 .item_wrap>div .text_table p {
    font-size: 14px;
    letter-spacing: 1px;
  }

  #section_4 .item_wrap>div .text_table .yellow_contact_button {
    width: 100%;
    margin: 0;
    margin-top: 59px;
  }
}

#section_5 {
  position: relative;
  line-height: 1.8;
  margin-top: 447px;
  margin-bottom: 312px;
  font-weight: normal;
}

#section_5 h2 {
  width: 196px;
  height: 101px;
  margin: 0 auto 179px;
}

#section_5 h2 img {
  width: 100%;
  height: 100%;
}

#section_5 .table_wrap {
  padding: 130px 95px 101px 95px;
  background-color: #FFF;
  border-radius: 90px;
}

#section_5 tr {
  padding-bottom: 70px;
}

#section_5 tr:last-child {
  padding-bottom: 0;
}

#section_5 th {
  width: 139px;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  border-right: 1px solid #703C1E;
}

#section_5 th a {
  color: #703C1E;
}

#section_5 td {
  padding-left: 58px;
  padding-bottom: 60px;
}

#section_5 .mow_bg {
  position: absolute;
  bottom: -341px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4113px;
  z-index: -3;
}

#section_5 .mow_bg.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #section_5 {
    margin-top: 442px;
  }

  #section_5 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  #section_5 .table_wrap {
    padding: 29px 39px 47px 32px;
  }

  #section_5 th {
    display: block;
    border-right: none;
  }

  #section_5 td {
    display: block;
    padding: 0;
    padding-bottom: 40px;
  }

  #section_5 .mow_bg.pc {
    display: none;
  }

  #section_5 .mow_bg.sp {
    bottom: -259px;
    display: block;
    height: 2417px;
  }
}

#section_6 {
  background-image: url(../images/section_6_bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
}

#section_6 h2 {
  width: 159px;
  height: 71px;
  margin: 0 auto;
}

#section_6 h2 img {
  width: 100%;
  height: 100%;
}

#section_6 .contact_wrap {
  display: flex;
  justify-content: space-between;
  width: 1144px;
  margin: 0 auto;
  padding-top: 191px;
}

#section_6 .contact_wrap img.contact_company_logo {
  width: 222px;
  height: 156px;
}

#section_6 .contact_wrap .form_wrap {
  display: block;
  width: 74%;
  background-color: #FFF;
  border-radius: 46px;
  padding: 90px 68px 29px 68px;
  box-sizing: border-box;
}

#section_6 .contact_wrap form div {
  display: flex;
  margin-bottom: 32px;
  position: relative;
}

#section_6 .contact_wrap form div:last-child {
  margin-bottom: 0;
}

#section_6 .contact_wrap form label {
  display: block;
  width: 31%;
  font-size: 14px;
  color: #703C1E;
}

#section_6 .contact_wrap form label img {
  height: 1rem;
}

#section_6 .contact_wrap form input[type="text"],
#section_6 .contact_wrap form input[type="email"] {
  width: 41%;
  border: 1px solid #703C1E;
  border-radius: 5px;
}

#section_6 .contact_wrap form textarea {
  width: 69%;
  height: 259px;
  border: 1px solid #703C1E;
  border-radius: 5px;
  resize: none;
}

#section_6 .contact_wrap form button {
  display: block;
  width: 272px;
  height: 43px;
  line-height: 39px;
  margin-right: 102px;
  margin-left: auto;
  border-radius: 30px;
  border: 2px solid #FFD546;
  background-color: #FFD546;
  color: #703C1E;
  font-size: 16px;
  text-align: center;
}

#section_6 .contact_wrap form button:hover {
  background-color: #FFF;
  transition: .2s all;
}

#section_6 .link_wrap {
  margin-top: 35px;
  text-align: center;
  background-color: #FFD546;
}

#section_6 a {
  color: #703C1E;
}

#section_6 a:hover {
  text-decoration: underline;
}

#section_6 .contact_complete,
#section_6 .contact_error {
  text-align: center;
  margin-bottom: 50px;
}

#section_6 .error {
  border: 1px solid red !important;
}

#section_6 .error_message {
  display: none;
  font-size: 14px;
  font-weight: normal;
  color: red;
  position: absolute;
  bottom: -5px;
  left: 31%;
  transform: translateY(100%);
}

#section_6 .error_message.active {
  display: block;
}

@media screen and (max-width: 768px) {
  #section_6 {
    background-image: none;
  }

  #section_6 h2 {
    margin-bottom: 12px;
  }

  #section_6 .contact_wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 101px 10px 35px 10px;
    background-image: url(../images/section_6_bg_sp.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    box-sizing: border-box;
  }

  #section_6 .contact_wrap img.contact_company_logo {
    display: block;
    width: 173px;
    height: 128px;
    margin: 64px auto 24px;
  }

  #section_6 .contact_wrap a {
    display: block;
    color: #703C1E;
    font-size: 13px;
    text-align: center;
  }

  #section_6 .contact_wrap .form_wrap {
    width: 100%;
    padding: 90px 22px 39px 22px;
  }

  #section_6 .contact_wrap form div {
    display: block;
  }

  #section_6 .contact_wrap form label {
    width: 100%;
    margin-bottom: 15px;
  }

  #section_6 .contact_wrap form input[type="text"],
  #section_6 .contact_wrap form input[type="email"] {
    width: 100%;
    height: 41px;
    box-sizing: border-box;
  }

  #section_6 .contact_wrap form textarea {
    width: 100%;
    height: 259px;
    box-sizing: border-box;
  }

  #section_6 .contact_wrap form button {
    margin: 29px auto 0;
  }

  #section_6 .link_wrap {
    margin-top: 0;
  }

  #section_6 .error_message {
    left: 0;
  }
}

footer {
  height: 60px;
  line-height: 60px;
  background-color: #FFD546;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 1144px) {}

@media screen and (max-width: 768px) {
  footer {
    height: auto;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}