@charset "UTF-8";
.sp {
  display: block;
}

.pc {
  display: none;
}

section.kv .section_container {
  position: relative;
  margin: 0 20px;
  border-left: none;
  border-right: none;
}

section .section_container {
  position: relative;
  margin: 0 0;
}

header .header_navi {
  padding-left: 20px;
}

section.kv .kv_wrap {
  margin-top: 82px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
section.kv .kv_wrap #gi1 {
  grid-column: 1/5;
  grid-row: 1/6;
}
section.kv .kv_wrap #gi2 {
  grid-column: 1/3;
  grid-row: 6/9;
}
section.kv .kv_wrap #gi3 {
  grid-column: 1/3;
  grid-row: 9/12;
}
section.kv .kv_wrap #gi4 {
  grid-column: 3/6;
  grid-row: 6/8;
}
section.kv .kv_wrap #gi5 {
  grid-column: 3/4;
  grid-row: 8/10;
}
section.kv .kv_wrap #gi6 {
  grid-column: 4/5;
  grid-row: 8/10;
}
section.kv .kv_wrap #gi7 {
  grid-column: 3/5;
  grid-row: 10/12;
}
section.kv .kv_wrap .grid_item {
  position: relative;
}
section.kv .kv_wrap .grid_item .kv_text {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  max-width: calc(100% - 70px);
}

header .header_navi .logo img {
  max-width: 270px;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 70px;
  height: 80px;
  z-index: 100;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  background: #000000;
  width: 71.428%;
}

.openbtn1 span:nth-of-type(1) {
  top: 33px;
}

.openbtn1 span:nth-of-type(2) {
  top: 45px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 33px;
  left: 15px;
  transform: translateY(6px) rotate(-20deg);
  width: 71.428%;
}

.openbtn1.active span:nth-of-type(2) {
  top: 45px;
  left: 15px;
  transform: translateY(-6px) rotate(20deg);
  width: 71.428%;
  /*真ん中の線は透過*/
}

header .header_navi nav.active {
  background-color: #EFEFEF;
  transform: translateX(0);
}

header .header_navi nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 82px);
  transform: translateX(100%);
  transition: all 0.5s;
  margin-top: 82px;
  overflow-y: scroll;
}
header .header_navi nav ul {
  display: flex;
  flex-wrap: wrap;
}
header .header_navi nav ul li {
  width: 100%;
  text-align: center;
  margin-top: 5.5045vh;
}
header .header_navi nav ul li a {
  font-size: 24px;
}
header .header_navi nav ul li.contact a {
  width: 200px;
  height: 80px;
  border-radius: 38px;
  border: 2px solid #707070;
  margin: 0 auto;
}
header .header_navi nav ul li.logo img {
  margin: 0 auto;
  max-width: 177px;
}

section.price .section_container {
  padding: 140px 0;
}
section.price .section_container table {
  margin-top: 50px;
  border-collapse: collapse;
  width: 100%;
}
section.price .section_container table tr td {
  border: 1px solid #707070;
  padding: 40px 30px;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  border-left: none;
  padding-right: 0;
}
section.price .section_container table tr td:nth-child(2) {
  text-align: right;
  border-right: none;
  padding-right: 30px;
}
section.price .section_container table tr td span {
  font-size: 14px;
}
section.price .section_container h3 {
  font-size: 24px;
  line-height: 1.6;
}
section.price .section_container .price_content {
  padding-bottom: 0;
  border-bottom: 1px solid #707070;
}

.right_bottom {
  position: absolute;
  right: auto;
  left: -19px;
  bottom: 0;
  line-height: 1;
}
.right_bottom span {
  font-size: 12px;
}

header .header_navi .sp_logo img {
  width: 270px;
  margin: 0 auto;
}

.title_sp {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-top: 0 !important;
}

section.about .section_container {
  padding: 80px 0;
}

section.voice .section_container .voice_cards {
  flex-wrap: wrap;
}
section.voice .section_container .voice_cards .voice_img {
  width: 100%;
}
section.voice .section_container .voice_cards .voice_text_wrap {
  width: 100%;
  padding: 50px 30px 80px;
}
section.voice .section_container .voice_cards.voice_cards_sp {
  flex-direction: column-reverse;
}

section.title .section_container .title_box h3 {
  text-align: left;
  margin-top: 50px;
  font-size: 30px;
  line-height: 44px;
}

section.title .section_container .title_box h3.modal_title {
  text-align: center;
  font-size: 40px;
}

section.title .section_container .title_box .title_cards .title_card .application a {
  height: 80px;
}

section.title .modal_content .application {
  margin-top: 50px;
}

section.title .section_container .title_box .title_cards {
  flex-wrap: wrap;
}

section.title .section_container .title_box .title_cards .title_card {
  max-width: none;
  width: 100%;
  margin-bottom: 50px;
}

section.title .section_container {
  padding-bottom: 30px;
}

.left_top {
  display: none;
}
.left_top .verticle {
  display: none;
}

section.message {
  background-image: url(../images/greeting_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

section.message .section_container {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

section.message .section_container .message_cards {
  flex-wrap: wrap;
  margin-top: 160px;
}
section.message .section_container .message_cards .message_card {
  width: 100%;
}

section.message .section_container .message_cards .message_card p {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: calc(100% - 40px);
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  padding: 20px;
}

section.price .section_container {
  padding: 80px 0;
}

footer .flex {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

footer .flex .logo {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 95px 0;
}
footer .flex .logo img {
  max-width: 254px;
}

footer .flex .info {
  width: 100%;
  border-left: none;
  color: white;
  padding: 80px 0;
}

section.title .section_container .title_box .title_cards .title_card a {
  height: 165px;
}

section.price {
  margin-bottom: 0;
}

section.title .modal_content p {
  font-size: 20px;
  line-height: 42px;
}

section .section_container {
  border-left: none;
  border-right: none;
}

section.kv .section_container {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

section.title .section_container .title_box .title_cards .title_card:first-child {
  margin-right: 0;
}

section.title .section_container .title_box .title_cards .title_card:last-child {
  margin-left: 0;
}/*# sourceMappingURL=sp.css.map */