@charset "UTF-8";
#main {
  overflow-x: hidden;
}
#main * {
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
}
#main a {
  text-decoration: none;
  transition: 0.3s;
}
#main a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .kv-container {
  line-height: 1;
  position: relative;
}
#main .kv-container__pic {
  vertical-align: baseline;
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .kv-container__pic {
    height: 584px;
    width: 100%;
    object-fit: cover;
  }
}
#main .kv-container__info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  top: 30px;
}
@media (min-width: 768px) {
  #main .kv-container__info {
    text-align: center;
    padding: 0 40px;
    top: 11.9863013699%;
  }
}
#main .kv-container__ttl {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .kv-container__ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  #main .kv-container__ttl img {
    width: 81.3432835821%;
  }
}
#main .kv-container__txt {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (max-width: 1023px) {
  #main .kv-container__txt {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  #main .kv-container__txt {
    font-size: 0.625rem;
  }
}
#main .kv-container__logo {
  position: absolute;
  left: 20px;
  bottom: 12px;
}
@media (min-width: 768px) {
  #main .kv-container__logo {
    left: 40px;
    bottom: 16px;
  }
}
#main .kv-container__logo .kv-rosunai {
  line-height: 1;
}
@media (max-width: 767px) {
  #main .kv-container__logo .kv-rosunai {
    width: 64px;
    margin-bottom: 5px;
  }
  #main .kv-container__logo .kv-rosunai img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main .kv-container__logo .kv-rosunai {
    margin-bottom: 24px;
  }
}
#main .kv-container__logo .kv-mitsubishi-text {
  font-weight: bold;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #main .kv-container__logo .kv-mitsubishi-text {
    font-size: 1.25rem;
  }
}
#main .recommend-home-btn-container {
  background: #f2f2f2;
  margin-bottom: 80px;
  text-align: center;
  padding: 25px 20px;
  font-size: 0;
}
@media (max-width: 767px) {
  #main .recommend-home-btn-container {
    margin-bottom: 49px;
    padding: 15px 20px;
  }
}
#main .recommend-home-btn-container a img {
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(159, 159, 159, 0.6);
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .recommend-home-btn-container a img {
    width: 237px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(159, 159, 159, 0.6);
  }
}
#main h2 {
  font-size: 2.25rem;
  line-height: 3.75rem;
  font-weight: bold;
  margin-bottom: 38px;
  padding-bottom: 26px;
  position: relative;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 11px;
    margin-bottom: 26px;
  }
}
#main h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #489fe3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #main h2:after {
    width: 45px;
    height: 2px;
  }
}
#main .section1 {
  text-align: center;
}
#main .section1 .intro {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 68px;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main .section1 .intro {
    font-size: 0.75rem;
    margin: 0 auto 40px;
    max-width: 39.1666666667em;
  }
}
#main .section1 .part1 {
  border: dashed 3px #000;
  display: flex;
  padding: 47px 0;
}
@media (max-width: 767px) {
  #main .section1 .part1 {
    border: dashed 2px #000;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 15px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section1 .part1 .item {
  width: 25%;
  padding: 0 3.36%;
  border-right: solid 2px #000;
}
@media (max-width: 767px) {
  #main .section1 .part1 .item {
    width: 46%;
    border-right: none;
    margin-bottom: 29px;
    padding: 0;
  }
  #main .section1 .part1 .item:nth-child(3), #main .section1 .part1 .item:nth-child(4) {
    margin-bottom: 0;
  }
}
#main .section1 .part1 .item:last-child {
  border-right: none;
}
#main .section1 .part1 .item img {
  width: 100%;
  max-width: 100%;
}
#main .section1 .part2 {
  border: dashed 3px #000;
  display: flex;
  padding: 18px 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #main .section1 .part2 {
    border: dashed 2px #000;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 36px 23px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section1 .part2 .flex-left {
  width: 48%;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main .section1 .part2 .flex-left {
    width: 100%;
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 13px;
  }
}
#main .section1 .part2 .flex-right {
  width: 48%;
}
@media (max-width: 767px) {
  #main .section1 .part2 .flex-right {
    width: 85%;
  }
}
#main .section1 .part2 .flex-right img {
  width: 100%;
}
#main .section1 .part3 {
  border: solid 6px #fdf050;
  display: flex;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #main .section1 .part3 {
    border: solid 3px #fdf050;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 36px 10px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section1 .part3 .flex-left {
  font-size: 2.625rem;
  font-weight: bold;
  text-align: center;
  margin-right: 18px;
  line-height: 3.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #main .section1 .part3 .flex-left {
    width: 100%;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin-right: 0;
  }
}
#main .section2 {
  background: #f2f2f2;
  padding-top: 140px;
  padding-bottom: 150px;
  border-bottom: dashed 3px #000;
}
@media (max-width: 767px) {
  #main .section2 {
    padding-top: 43px;
    padding-bottom: 70px;
  }
}
#main .section2 h2 {
  text-align: center;
}
#main .section2 h2 .three {
  display: inline-block;
  background: #489fe4;
  width: 46px;
  height: 46px;
  color: #FFF;
  line-height: 46px;
  text-align: center;
  border-radius: 46px;
  font-weight: bold;
  font-size: 36px;
  padding-left: 3px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  #main .section2 h2 .three {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}
#main .section2 h2 .three:before {
  content: "";
  font-family: sans-serif;
}
#main .section2 p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 46px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  #main .section2 p {
    font-size: 0.75rem;
    line-height: 1.1875rem;
    margin-bottom: 16px;
  }
}
#main .section2 .merit {
  border: dashed 3px #000;
  background: #fff9a9;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #main .section2 .merit {
    padding: 7px 0;
    margin-bottom: 21px;
    border: dashed 2px #000;
  }
}
#main .section2 .merit dt {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #489fe4;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
}
@media (max-width: 767px) {
  #main .section2 .merit dt {
    display: none;
  }
}
#main .section2 .merit dt:before {
  content: "";
  font-family: sans-serif;
}
#main .section2 .merit dd {
  width: calc(100% - 60px);
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .merit dd {
    width: 100%;
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: 0.025em;
  }
}
#main .section2 .merit3-container-wrap {
  max-width: 900px;
  margin: 0 auto 130px;
}
@media (max-width: 767px) {
  #main .section2 .merit3-container-wrap {
    padding: 0 20px;
  }
}
#main .section2 .merit3-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
}
#main .section2 .merit3-container:not(:last-child) {
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  #main .section2 .merit3-container {
    max-width: 400px;
  }
  #main .section2 .merit3-container:not(:last-child) {
    margin-bottom: 30px;
  }
}
#main .section2 .merit3-container .image-container {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  #main .section2 .merit3-container .image-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
#main .section2 .merit3-container .image-container img {
  width: 100%;
}
#main .section2 .merit3-container .text-container {
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #489fe3;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section2 .merit3-container .text-container {
    font-size: 0.6875rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
#main .section2 .merit2-container {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container {
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
#main .section2 .merit2-container .image-container {
  width: 54%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .image-container {
    width: 100%;
    margin-bottom: 9px;
  }
}
#main .section2 .merit2-container .image-container img {
  width: 100%;
}
#main .section2 .merit2-container .table-container {
  width: 46%;
  padding: 0 40px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container {
    width: 100%;
    padding: 0 18px;
    order: 10;
    margin-bottom: 0;
  }
}
#main .section2 .merit2-container .table-container .footnote {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.125rem;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container .footnote {
    font-size: 0.5625rem;
    margin-bottom: 8px;
  }
}
#main .section2 .merit2-container .table-container table {
  width: 100%;
  letter-spacing: 0.05em;
  border-collapse: collapse;
  border: solid 1px #c3c3c3;
}
#main .section2 .merit2-container .table-container table th {
  background: #687cbb;
  color: #FFF;
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: center;
  padding: 10px 0;
  border: solid 1px #c3c3c3;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container table th {
    font-size: 0.9375rem;
  }
}
#main .section2 .merit2-container .table-container table td {
  font-size: 1.0625rem;
  background: #FFF;
  text-align: center;
  padding: 13px 0;
  border: solid 1px #c3c3c3;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .table-container table td {
    padding: 11px 0;
    font-size: 0.75rem;
  }
}
#main .section2 .merit2-container .table-container table td:first-child {
  font-weight: bold;
}
#main .section2 .merit2-container .text-container {
  width: 100%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #489fe3;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .merit2-container .text-container {
    font-size: 0.6875rem;
    margin-bottom: 18px;
  }
}
#main .section2 .merit1-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container {
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
#main .section2 .merit1-container .text-container {
  width: 45%;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container .text-container {
    width: 100%;
    margin-bottom: 16px;
  }
}
#main .section2 .merit1-container .text-container p {
  margin-bottom: 0;
}
#main .section2 .merit1-container .text-container .footnote {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container .text-container .footnote {
    font-size: 0.5625rem;
    margin-top: 3px;
  }
}
@media (max-width: 1105px) {
  #main .section2 .merit1-container .text-container .fullscreen-br {
    display: none;
  }
}
#main .section2 .merit1-container .image-container {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #main .section2 .merit1-container .image-container {
    width: 100%;
    max-width: 400px;
  }
  #main .section2 .merit1-container .image-container div:first-child {
    margin-right: 20px;
  }
}
#main .section2 .merit1-container .image-container div {
  color: #489fe4;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
#main .section2 .merit1-container .image-container img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#main .section2 .subsidy-container {
  background: #FFF;
  padding: 66px 50px 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container {
    border-width: 4px;
    padding: 25px 8px 30px;
  }
}
#main .section2 .subsidy-container .subsidy-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 15px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container .subsidy-ttl {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
#main .section2 .subsidy-container p {
  font-size: 1rem;
  line-height: 1.7;
  color: #0e0e0e;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container p {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#main .section2 .subsidy-container .support-pic {
  display: block;
  max-width: 100%;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  #main .section2 .subsidy-container .support-pic {
    margin-bottom: 12px;
    width: 312px;
  }
}
#main .section3 {
  padding-top: 140px;
  padding-bottom: 126px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section3 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
#main .section3 h2 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  #main .section3 h2 {
    margin-bottom: 22px;
  }
}
#main .section3 p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  #main .section3 p {
    text-align: left;
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}
#main .section3 .footnote {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  #main .section3 .footnote {
    font-size: 0.5625rem;
    margin-bottom: 40px;
  }
}
#main .section3 h3 {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 22px;
  position: relative;
}
@media (max-width: 767px) {
  #main .section3 h3 {
    padding-bottom: 8px;
    font-size: 1rem;
  }
}
#main .section3 h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 4px;
  background: #fdf050;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #main .section3 h3:after {
    width: 85px;
    height: 3px;
  }
}
#main .section3 h3 .subhead {
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #main .section3 h3 .subhead {
    font-size: 0.875rem;
  }
}
#main .section3 .chart {
  width: 100%;
  max-width: 723px;
}
@media (max-width: 767px) {
  #main .section3 .chart {
    max-width: 400px;
  }
}
#main .section4 {
  text-align: center;
  background: #f2f2f2;
  padding-top: 150px;
  padding-bottom: 94px;
}
@media (max-width: 767px) {
  #main .section4 {
    padding-top: 52px;
    padding-bottom: 65px;
  }
}
#main .section4 p {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 46px;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  #main .section4 p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 22px;
  }
}
#main .section4 .lineup-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin-right: -62px;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container {
    margin: 0 auto;
    max-width: 400px;
  }
}
#main .section4 .lineup-container .item {
  width: 350px;
  max-width: calc(50% - 64px);
  margin-right: 62px;
  margin-bottom: 90px;
  border: solid 4px #000;
  background: #FFF;
  padding: 54px 22px 42px;
  position: relative;
  box-shadow: 7px 13px #fff9a9;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 32px 23px;
    border: solid 2px #000;
    box-shadow: 5px 7px #fff9a9;
    margin-bottom: 48px;
  }
  #main .section4 .lineup-container .item:last-child {
    margin-bottom: 14px;
  }
}
#main .section4 .lineup-container .item h3 {
  font-size: 1.625rem;
  line-height: 2.0625rem;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item h3 {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
  }
}
#main .section4 .lineup-container .item .subhead {
  border-bottom: solid 3px #000;
  max-width: 272px;
  margin: 0 auto 14px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4rem;
  padding-bottom: 26px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .subhead {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding-bottom: 15px;
    max-width: 100%;
    border-bottom: solid 2px #000;
  }
}
#main .section4 .lineup-container .item .image-container {
  height: 150px;
  width: 100%;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .image-container {
    margin-bottom: 20px;
  }
}
#main .section4 .lineup-container .item .image-container img {
  max-width: 100%;
}
#main .section4 .lineup-container .item .image-container.with-caption {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .image-container.with-caption {
    margin-bottom: 10px;
  }
}
#main .section4 .lineup-container .item .caption {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 0 6px;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .caption {
    font-size: 0.5625rem;
  }
}
#main .section4 .lineup-container .item .description {
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  #main .section4 .lineup-container .item .description {
    line-height: 1.1875rem;
  }
}
#main .section4 .footnote {
  max-width: 773px;
  margin: 0 auto;
  text-align: left;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.125rem;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #main .section4 .footnote {
    max-width: 400px;
    font-size: 0.5625rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
#main .section4 .arrow-down-big {
  display: block;
  margin: 0 auto 46px;
  width: 421px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section4 .arrow-down-big {
    width: 198px;
    margin: 0 auto 27px;
  }
}
#main .section4 .section4-part2-h3 {
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #main .section4 .section4-part2-h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 38px;
  }
}
#main .section4 .slim-zr {
  width: 100%;
  border: solid 4px #000;
  box-shadow: 9px 10px #fff9a9;
  margin-bottom: 40px;
  padding: 5px;
  background: #FFF;
}
@media (max-width: 767px) {
  #main .section4 .slim-zr {
    max-width: 400px;
    border: solid 2px #000;
    box-shadow: 5px 7px #fff9a9;
    margin-bottom: 26px;
  }
}
#main .section4 .footnote2 {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.25rem;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #main .section4 .footnote2 {
    font-size: 0.5625rem;
    line-height: 0.875rem;
  }
}
#main .section5 {
  padding-top: 140px;
  padding-bottom: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section5 {
    padding-top: 68px;
    padding-bottom: 70px;
  }
}
#main .section5 h2 {
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  #main .section5 h2 {
    margin-bottom: 45px;
  }
}
#main .section5 .voice-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  #main .section5 .voice-container {
    flex-flow: row wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
#main .section5 .voice-container .item {
  width: 46.6%;
  border: solid 4px #000;
  box-shadow: 7px 7px #000;
  text-align: left;
  padding: 44px 50px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item {
    width: 100%;
    margin-bottom: 54px;
    border: solid 2px #000;
    box-shadow: 4px 6px #000;
    padding: 26px 30px;
  }
  #main .section5 .voice-container .item:last-child {
    margin-bottom: 0;
  }
}
#main .section5 .voice-container .item .tag {
  display: inline-block;
  background: #fff9a9;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05em;
  height: 37px;
  line-height: 37px;
  width: 134px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .tag {
    font-size: 0.5625rem;
    height: 21px;
    line-height: 21px;
    width: 77px;
    margin-bottom: 8px;
  }
}
#main .section5 .voice-container .item .top-text {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 20px;
  min-height: 9rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .top-text {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    min-height: 0;
    margin-bottom: 9px;
    letter-spacing: 0.025em;
  }
}
#main .section5 .voice-container .item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#main .section5 .voice-container .item h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item h3 {
    font-size: 0.9375rem;
    margin-bottom: 18px;
  }
}
#main .section5 .voice-container .item h3 .subhead {
  display: block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  min-height: 52px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item h3 .subhead {
    font-size: 0.5625rem;
    min-height: 0;
    line-height: 0.8125rem;
  }
}
#main .section5 .voice-container .item .detail {
  border: solid 4px #000;
  background: #fff9a9;
  font-size: 1.125rem;
  line-height: 2.125rem;
  font-weight: bold;
  padding: 28px 22px;
  margin-bottom: 38px;
  min-height: 336px;
}
@media (max-width: 767px) {
  #main .section5 .voice-container .item .detail {
    border: solid 2px #000;
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 0;
    padding: 16px 12px;
    margin-bottom: 24px;
  }
}
#main .video-section {
  background: #f2f2f2;
  text-align: center;
  padding-bottom: 75px;
  padding-top: 75px;
}
@media (max-width: 767px) {
  #main .video-section {
    padding-top: 45px;
    padding-bottom: 68px;
  }
}
#main .video-section .video-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #main .video-section .video-text {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 22px;
  }
}
#main .video-section .video-container {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 810px;
}
#main .section6 {
  background: #fdf050;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section6 {
    padding-top: 50px;
    padding-bottom: 34px;
  }
}
@media (min-width: 768px) {
  #main .section6 .contact-banner-pc {
    display: block;
    width: calc(100% + 126px);
    margin: 0 -63px -46px;
  }
}
@media (max-width: 767px) {
  #main .section6 .contact-banner-sp {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  #main .section6 .contact-banner-sp span {
    display: inline-block;
    background: #FFF;
    font-size: 1.3125rem;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 1px 4px;
    letter-spacing: 0.075em;
  }
}
#main .section6 .section6-flex {
  display: flex;
  margin: 0 auto;
  max-width: 434px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .section6 .section6-flex {
    display: block;
    text-align: center;
  }
}
#main .section6 .section6-flex .soudan {
  display: inline-block;
  background: #FFF;
  font-size: 1.625rem;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 328px;
  text-align: left;
  padding-left: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main .section6 .section6-flex .soudan {
    display: block;
    font-size: 1rem;
    text-align: center;
    width: 204px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto 10px;
  }
}
#main .section6 .section6-flex .soudan:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .contact-text1 {
  font-weight: bold;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #main .section6 .contact-text1 {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  #main .section6 .telephone-container.pc_only {
    display: none;
  }
}
@media (min-width: 768px) {
  #main .section6 .telephone-container.sp_only {
    display: none;
  }
}
#main .section6 .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }
}
#main .section6 .telephone-container:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .telephone-container .number-container {
  display: flex;
  align-items: center;
}
#main .section6 .telephone-container .icon-phone {
  margin-right: 6px;
  width: 38px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .icon-phone {
    width: 24px;
  }
}
#main .section6 .telephone-container .icon-green {
  margin-right: 3px;
  width: 54px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .icon-green {
    width: 28px;
  }
}
#main .section6 .telephone-container .phone-number {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .phone-number {
    font-size: 1.4375rem;
    line-height: inherit;
    height: auto;
  }
}
#main .section6 .telephone-container .phone-number:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .telephone-container .phone-number.free-dial {
  color: #f00000;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .phone-number.free-dial {
    font-size: 1.4375rem;
  }
}
#main .section6 .telephone-container .phone-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 12px;
  line-height: 45px;
  height: 45px;
}
@media (max-width: 767px) {
  #main .section6 .telephone-container .phone-text {
    flex: 0 0 100%;
    text-align: center;
    margin: 6px 0;
    font-size: 0.75rem;
    line-height: inherit;
    height: auto;
  }
}
#main .section6 .telephone-container .phone-text:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .warning {
  color: #e60011;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main .section6 .warning {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#main .section6 .contact-text2 {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #main .section6 .contact-text2 {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 26px;
  }
}
#main .section6 .bottom {
  border-top: dashed 3px #000;
  padding-top: 80px;
}
@media (max-width: 767px) {
  #main .section6 .bottom {
    border-top: dashed 2px #000;
    padding-top: 42px;
  }
}
#main .section6 .bottom .contact-button {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem;
  height: 71px;
  line-height: 71px;
  padding: 0 15px;
  width: 475px;
  max-width: 100%;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 70px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  #main .section6 .bottom .contact-button {
    font-size: 0.875rem;
    height: 35px;
    line-height: 35px;
    width: 238px;
    border-radius: 3px;
    margin-bottom: 38px;
  }
}
#main .section6 .bottom .contact-button:before {
  content: "";
  font-family: sans-serif;
}
#main .section6 .bottom .contact-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .section6 .bottom .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #main .section6 .bottom .contact-button .icon-mail {
    width: 21px;
    margin-right: 8px;
    transform: translateY(2px);
  }
}
#main #contact-right-bg {
  display: none;
}
@media (max-width: 767px) {
  #main #contact-right-bg.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#main #contact-right {
  position: fixed;
  right: 0;
  width: 680px;
  top: 65vh;
  background: #fdf050;
  border-radius: 20px 0 0 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 30px 0;
  transform: translate(584px, -50%);
  transition: 0.5s;
}
@media (max-width: 767px) {
  #main #contact-right {
    width: 360px;
    border-radius: 15px 0 0 15px;
    max-width: calc(100% - 15px);
    padding: 15px 5px;
    top: 45vh;
    transform: translate(calc(100% - 30px), 0);
    height: 132px;
    cursor: pointer;
  }
}
#main #contact-right.open {
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  #main #contact-right.open {
    height: 186px;
    transform: none;
    cursor: auto;
  }
}
#main #contact-right.open .contact-toggle-img {
  opacity: 0;
}
#main #contact-right.open .contact-right-inner {
  opacity: 1;
}
@media (max-width: 767px) {
  #main #contact-right.open .telephone-container .number-container {
    pointer-events: auto;
  }
}
#main #contact-right.hidden {
  transform: translate(640px, -50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  #main #contact-right.hidden {
    transform: translate(330px, 0);
  }
}
#main #contact-right .contact-toggle-img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (max-width: 767px) {
  #main #contact-right .contact-toggle-img {
    width: 12px;
    left: 11px;
    top: 14px;
    transform: none;
  }
}
#main #contact-right .contact-right-inner {
  opacity: 0;
  transition: 0.2s;
}
#main #contact-right .top-txt {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main #contact-right .top-txt {
    font-size: 0.8125rem;
    margin-bottom: 9px;
  }
}
#main #contact-right .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container {
    margin-bottom: 2px;
  }
}
#main #contact-right .telephone-container .number-container {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#main #contact-right .telephone-container .icon-phone {
  margin-right: 6px;
  width: 30px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .icon-phone {
    width: 20px;
    margin-right: 5px;
  }
}
#main #contact-right .telephone-container .icon-green {
  margin-right: 3px;
  width: 43px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .icon-green {
    width: 24px;
  }
}
#main #contact-right .telephone-container .phone-number {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .phone-number {
    font-size: 0.9375rem;
  }
}
#main #contact-right .telephone-container .free-dial {
  color: #f00000;
}
#main #contact-right .telephone-container .contact-text3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .contact-text3 {
    font-size: 0.75rem;
    margin-left: 2px;
    margin-right: 6px;
  }
}
#main #contact-right .warning {
  color: #e60011;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #main #contact-right .warning {
    font-size: 0.75rem;
  }
}
#main #contact-right .bottom-txt {
  font-size: 0.9375rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #main #contact-right .bottom-txt {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 12px;
  }
}
#main #contact-right .contact-button {
  display: block;
  width: 380px;
  margin: 0 auto;
  background: #000;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .contact-button {
    width: 215px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.75rem;
  }
}
#main #contact-right .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #main #contact-right .contact-button .icon-mail {
    width: 18px;
    margin-right: 8px;
    transform: translateY(3px);
  }
}
#main .no-wrap {
  white-space: nowrap;
}
#main sub {
  vertical-align: baseline;
  font-size: 65%;
}
#main sup {
  vertical-align: super;
  font-size: 65%;
}
#main .bold {
  font-weight: bold;
}
#main .red-text {
  color: #f00000;
}
#main .blue-text {
  color: #489fe3;
}
#main .blue-text sub{
  color: #489fe3;
  vertical-align: sub;
  font-size: 100%;
}
#main .normal-weight-text {
  font-weight: normal;
}

@media (max-width: 767px) {
  .global_footer {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .inner-1380 {
    max-width: 1380px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1190 {
    max-width: 1190px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1100 {
    max-width: 1100px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .inner-sp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

/*!* -------------------------------
    pagetop
------------------------------- *!*/
.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 990;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  font-size: 0;
  text-align: right;
}

.pagetop a {
  display: inline-block;
  background: #c00;
}

.pagetop a:hover {
  background: #e60000;
}

.pagetop img {
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pagetop:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagetop.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .pagetop {
    right: 20px;
  }

  .pagetop img {
    width: 33px;
  }

  .pagetop:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
