@charset "UTF-8";

body {
  min-width: 828px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.body-in {
  position: relative;
}
@media (width <= 828px) {
  .body-in {
    overflow-x: hidden;
    width: 828px;
  }
}

.c-en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  transition: opacity var(--sec);
}
a:hover {
  text-decoration: none;
}
@media (width > 828px) {
  a:hover {
    opacity: var(--opacity);
  }
}

.mv {
  width: 100%;
  height: 538px;
  overflow: hidden;
  position: relative;
  background: url(../img/bg_mv.png) top center;
}
.mv img {
  display: block;
  max-width: 1600px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (width <= 828px) {
  .mv {
    height: 453px;
  }
  .mv img {
    width: auto;
    height: 453px;
  }
}

.l-inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.news_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 270px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (width <= 828px) {
  .news_wrap.l-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.news_wrap li {
  display: grid;
  width: 100%;
  grid-template-columns: 135px 1fr;
  padding: 28px 0;
  align-items: center;
}
@media (width <= 828px) {
  .news_wrap li {
    padding: 25px 0;
  }
}
.news_wrap li .time {
  font-size: 14px;
}
@media (width <= 828px) {
  .news_wrap li .time {
    font-size: 20px;
  }
}
.news_wrap li + li {
  border-top: 1px dotted;
}
@media (width <= 828px) {
  .news_wrap li .title {
    font-size: 28px;
    font-weight: 400;
  }
}

.l-section._bg1 {
  background: url(../img/bg_slide.png) center center;
  padding: 85px 10px;
}
@media (width <= 828px) {
  .l-section._bg1 {
    padding: 65px 10px;
  }
}

.slide_wrap {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 828px) {
  .slide_wrap {
    padding: 0 20px;
  }
}
.slide_wrap .slick-dots {
  display: flex;
  justify-content: center;
  padding: 32px 0 0;
}
@media (width <= 828px) {
  .slide_wrap .slick-dots {
    padding-top: 26px;
  }
}
.slide_wrap .slick-dots li {
  background: #000;
  margin: 0 6px;
}
.slide_wrap .slick-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  width: 112px;
  height: 44px;
  opacity: 0.6;
}
@media (width <= 828px) {
  .slide_wrap .slick-dots li button {
    width: 126px;
    height: 49px;
  }
}
.slide_wrap .slick-dots li:nth-child(1) button {
  background: url(../img/slide1.png) no-repeat center center/cover;
}
.slide_wrap .slick-dots li:nth-child(2) button {
  background: url(../img/slide2.png) no-repeat center center/cover;
}
.slide_wrap .slick-dots li:nth-child(3) button {
  background: url(../img/slide3.png) no-repeat center center/cover;
}
.slide_wrap .slick-dots li.slick-active button {
  opacity: 1;
}

.l-section2 {
  padding: 224px 0 220px;
}
@media (width <= 828px) {
  .l-section2 {
    padding: 130px 0 200px;
  }
}
.l-section2 .schedule-in {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 188px;
}
.l-section2 .schedule-in .abs {
  position: absolute;
}
@media (width <= 828px) {
  .l-section2 .schedule-in .abs {
    display: none;
  }
}
.l-section2 .schedule-in .abs._n1 {
  top: 180px;
  left: -74px;
}
.l-section2 .schedule-in .abs._n2 {
  top: 268px;
  right: 46px;
}
.l-section2 .schedule {
  background: var(--color-orange-base) url(../img/bg_schedule.png) no-repeat top center;
  padding: 20px 10px;
}
@media (width <= 828px) {
  .l-section2 .schedule {
    background: var(--color-orange-base) url(../img/bg_schedule_sp.png) no-repeat top center/cover;
  }
}
.l-section2 .sub_title {
  display: block;
  width: 250px;
  margin: -50px auto 0;
}
@media (width <= 828px) {
  .l-section2 .sub_title {
    width: 400px;
    margin-top: -70px;
  }
}
.l-section2 .c-h2 {
  width: 730px;
  box-sizing: content-box;
  padding: 0 0 0 38px;
  margin: 50px auto 52px;
}
@media (width <= 828px) {
  .l-section2 .c-h2 {
    padding: 0;
  }
}
.l-section2 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (width <= 828px) {
  .l-section2 .list {
    grid-template-columns: 1fr;
    grid-row-gap: 38px;
  }
  .l-section2 .list li {
    text-align: center;
  }
}

.l-section3 .l-inner {
  max-width: 1120px;
}
.l-section3 .sub_title {
  display: block;
  width: 215px;
  margin: 0 auto;
}
@media (width <= 828px) {
  .l-section3 .sub_title {
    width: 340px;
  }
}
.l-section3 .c-h2 {
  padding: 0 0 0 60px;
  margin: 24px auto 92px;
}
@media (width <= 828px) {
  .l-section3 .c-h2 {
    padding: 0 0 0 20px;
    margin: 14px auto 60px;
  }
}
.l-section3 .anker_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-bottom: 140px;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 70px;
    padding: 0 42px 100px;
  }
}
.l-section3 .anker_wrap .anker_box {
  display: block;
}
.l-section3 .anker_wrap .anker_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../img/arrow1@2x.png);
  background-size: 16px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap .anker_box::after {
    height: 40px;
  }
}
.l-section3 .anker_wrap .anker_box ul {
  padding: 48px 0 10px 95px;
  margin: 0 0 20px;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap .anker_box ul {
    font-size: 28px;
    min-height: 300px;
  }
}
.l-section3 .anker_wrap .anker_box ul li {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position: top 8px left;
  background-size: 18px 18px;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap .anker_box ul li {
    background-size: 24px;
    padding-left: 30px;
  }
}
.l-section3 .anker_wrap .anker_box ul li + li {
  margin: 12px 0 0;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap .anker_box ul li + li {
    margin-top: 14px;
  }
}
.l-section3 .anker_wrap .anker_box .label {
  display: block;
  border-radius: 40px;
  width: 126px;
  padding: 6px 26px 6px;
  margin: -18px auto -18px;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap .anker_box .label {
    width: 170px;
    padding: 8px 32px;
    margin-top: -24px;
    margin-bottom: -24px;
  }
}
.l-section3 .anker_wrap .anker_box._color1 {
  background: var(--color-blue-base);
}
.l-section3 .anker_wrap .anker_box._color1::after {
  background-color: var(--color-blue-dark);
}
.l-section3 .anker_wrap .anker_box._color1 .label {
  background: var(--color-blue-dark);
}
.l-section3 .anker_wrap .anker_box._color1 ul {
  padding: 38px 0 20px 109px;
  border-color: var(--color-blue-dark);
}
@media (width <= 828px) {
  .l-section3 .anker_wrap .anker_box._color1 ul {
    padding: 48px 0 20px 150px;
  }
}
.l-section3 .anker_wrap .anker_box._color1 li {
  background-image: url(../img/icon1@2x.png);
}
.l-section3 .anker_wrap .anker_box._color2 {
  background: var(--color-orange-base);
}
.l-section3 .anker_wrap .anker_box._color2::after {
  background-color: var(--color-orange-dark);
}
.l-section3 .anker_wrap .anker_box._color2 .label {
  background: var(--color-orange-dark);
}
.l-section3 .anker_wrap .anker_box._color2 ul {
  border-color: var(--color-orange-dark);
}
.l-section3 .anker_wrap .anker_box._color2 li {
  background-image: url(../img/icon2@2x.png);
}
.l-section3 .head {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
}
@media (width <= 828px) {
  .l-section3 .head {
    max-width: 780px;
  }
}
.l-section3 .head .c-h3 {
  position: relative;
  margin-top: -44px;
  width: 230px;
  padding: 13px 20px 13px 32px;
  border-radius: 0 40px 40px 0;
}
.l-section3 .head .c-h3 img {
  width: 155px;
}
.l-section3 .head .c-h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
}
.l-section3 .anker_wrap_in {
  padding: 110px 0 60px;
  display: grid;
}
@media (width <= 828px) {
  .l-section3 .anker_wrap_in {
    grid-template-columns: 1fr;
    padding: 126px 44px 60px;
    grid-row-gap: 30px;
  }
}
.l-section3 .anker_wrap_in a {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.056em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  background-position: right 23px center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 18px auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  height: 100px;
}
@media (width > 828px) {
  .l-section3 .anker_wrap_in a.pc-min {
    font-size: 22px;
  }
}
@media (width <= 828px) {
  .l-section3 .anker_wrap_in a {
    font-size: 32px;
    background-size: 22px auto;
    background-position: right 36px center;
    padding: 0 40px 0 40px;
    height: 136px;
  }
}
.l-section3 .anker_wrap_in a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
  height: 1px;
}
.l-section3 .anker_wrap_in a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 15px);
}
.l-section3 .test_wrap {
  padding: 56px 0 44px;
}
@media (width <= 828px) {
  .l-section3 .test_wrap {
    padding: 46px 44px 46px;
  }
}
.l-section3 .ac .ac_trg {
  padding: 25px 66px 29px 66px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 18px 21px;
  background-position: left 26px center;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}
.l-section3 .ac .ac_trg::before {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 28px;
}
.l-section3 .ac .ac_trg::after {
  content: "";
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
}
.l-section3 .ac .ac_trg._open:after {
  display: none;
}
.l-section3 .ac .ac_open {
  font-size: 18px;
  padding: 62px 95px 80px 97px;
  display: none;
}
@media (width <= 828px) {
  .l-section3 .ac .ac_open {
    padding: 26px 40px 30px;
    font-size: 26px;
  }
}
.l-section3 .ac .ac_open p {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media (width <= 828px) {
  .l-section3 .ac .ac_open p {
    line-height: 1.7;
  }
}
.l-section3 .ac .ac_open dl {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 14px;
}
@media (width <= 828px) {
  .l-section3 .ac .ac_open dl {
    margin-top: 30px;
    grid-template-columns: 105px 1fr;
  }
}
.l-section3 .ac .ac_open dl.long {
  grid-template-columns: 136px 1fr;
}
@media (width <= 828px) {
  .l-section3 .ac .ac_open dl.long {
    grid-template-columns: 168px 1fr;
  }
}
.l-section3 .ac .ac_open dl dt {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background: url(../img/bg_label.png) no-repeat top right/auto 23px;
  padding: 3px 0 4px 10px;
}
@media (width <= 828px) {
  .l-section3 .ac .ac_open dl dt {
    font-size: 20px;
    padding: 1px 0 4px 8px;
  }
}
.l-section3 .ac .ac_open dl dd {
  font-size: 24px;
  line-height: 1.6;
  margin-top: -10px;
  letter-spacing: 0.14em;
  padding: 0 0 9px;
}
@media (width <= 828px) {
  .l-section3 .ac .ac_open dl dd {
    font-size: 30px;
    line-height: 1.3;
  }
}

.l-section3-2 {
  padding: 140px 0 100px;
}
@media (width <= 828px) {
  .l-section3-2 {
    padding: 110px 0 160px;
  }
}

.l-section4 {
  padding: 270px 0 370px;
}
@media (width <= 828px) {
  .l-section4 {
    padding: 220px 0 410px;
  }
}
.l-section4 .sub_title {
  display: block;
  width: 250px;
  margin: -40px auto 0;
}
@media (width <= 828px) {
  .l-section4 .sub_title {
    width: 400px;
    margin-top: -60px;
  }
}
.l-section4 .c-h2 {
  padding: 0 0 0 60px;
  margin: 56px auto 86px;
}
@media (width <= 828px) {
  .l-section4 .c-h2 {
    padding: 0 0 0 20px;
    margin: 20px auto 70px;
  }
}
.l-section4 .keyword_wrap {
  background: #fff;
  padding: 10px 20px 60px 20px;
  width: 100%;
  margin: 0 0 80px;
}
.l-section4 .keyword_wrap .title {
  width: 317px;
  display: block;
  margin: -32px auto 40px;
}
@media (width <= 828px) {
  .l-section4 .keyword_wrap .title {
    width: 390px;
    margin-top: -36px;
  }
}
.l-section4 .keyword_list {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 20px;
}
@media (width <= 828px) {
  .l-section4 .keyword_list {
    font-size: 26px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-row-gap: 15px;
  }
}
.l-section4 .keyword_list a {
  background: var(--color-blue-base);
  display: inline-block;
  padding: 7px 12px;
  letter-spacing: -0.01em;
}
@media (width <= 828px) {
  .l-section4 .keyword_list a {
    padding: 7px 17px;
  }
}
.l-section4 .l-inner {
  max-width: 1120px;
}
@media (width <= 828px) {
  .l-section4 .l-inner {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.l-section4 .lab_list {
  display: grid;
}
@media (width > 828px) {
  .l-section4 .lab_list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (width <= 828px) {
  .l-section4 .lab_list {
    grid-row-gap: 30px;
    margin-bottom: 110px;
  }
}

.bg_blue {
  background: var(--color-blue-base);
  padding-top: 10px;
  padding-bottom: 240px;
}
@media (width <= 828px) {
  .bg_blue {
    padding-bottom: 180px;
  }
}
.bg_blue .ac {
  border-top: 1px solid var(--color-blue-dark);
}
.bg_blue .ac .ac_trg {
  border-bottom: 1px solid var(--color-blue-dark);
  background-image: url(../img/arrow_trg1@2x.png);
}
.bg_blue .ac .ac_trg._open {
  background-image: url(../img/arrow2@2x.png);
  background-size: 21px 18px;
  background-position: left 27px center;
}
@media (width > 828px) {
  .bg_blue .ac .ac_trg:hover {
    background-color: var(--color-blue-light);
  }
}
.bg_blue .ac .ac_trg::before, .bg_blue .ac .ac_trg::after {
  background: var(--color-blue-dark);
}
.bg_blue .ac .ac_open {
  background: var(--color-blue-light);
  border-bottom: 1px solid var(--color-blue-dark);
}
.bg_blue .ac .ac_open dt {
  color: var(--color-blue-dark);
}
@media (width > 828px) {
  .bg_blue .anker_wrap_in {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.bg_blue .anker_wrap_in a {
  border-color: var(--color-blue-dark);
  background-image: url(../img/arrow2@2x.png);
}
.bg_blue .anker_wrap_in a::after, .bg_blue .anker_wrap_in a::before {
  background: var(--color-blue-dark);
}
.bg_blue .c-h3 {
  background: var(--color-blue-dark);
}
.bg_blue .c-h3::after {
  background: var(--color-blue-dark);
}
.bg_blue .abs._n3 {
  position: absolute;
  right: -30px;
  top: -80px;
}
@media (width <= 828px) {
  .bg_blue .abs._n3 {
    right: 20px;
    width: 240px;
  }
}

.bg_orange {
  background: var(--color-orange-base);
  padding-top: 10px;
  padding-bottom: 240px;
}
@media (width <= 828px) {
  .bg_orange {
    padding-bottom: 180px;
  }
}
.bg_orange .ac {
  border-top: 1px solid var(--color-orange-dark);
}
.bg_orange .ac .ac_trg {
  border-bottom: 1px solid var(--color-orange-dark);
  background-image: url(../img/arrow_trg2@2x.png);
}
.bg_orange .ac .ac_trg._open {
  background-image: url(../img/arrow3@2x.png);
  background-size: 21px 18px;
  background-position: left 27px center;
}
@media (width > 828px) {
  .bg_orange .ac .ac_trg:hover {
    background-color: var(--color-orange-light);
  }
}
.bg_orange .ac .ac_trg::before, .bg_orange .ac .ac_trg::after {
  background: var(--color-orange-dark);
}
.bg_orange .ac .ac_open {
  background: var(--color-orange-light);
  border-bottom: 1px solid var(--color-orange-dark);
}
.bg_orange .ac .ac_open dt {
  color: var(--color-orange-dark);
}
@media (width > 828px) {
  .bg_orange .anker_wrap_in {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (width <= 828px) {
  .bg_orange .anker_wrap_in {
    grid-template-columns: 1fr;
    padding: 100px 44px 60px;
    grid-row-gap: 30px;
  }
}
.bg_orange .anker_wrap_in a {
  border-color: var(--color-orange-dark);
  background-image: url(../img/arrow3@2x.png);
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (width > 828px) {
  .bg_orange .anker_wrap_in a {
    padding: 0 0 0 20px;
  }
}
.bg_orange .anker_wrap_in a::after, .bg_orange .anker_wrap_in a::before {
  background: var(--color-orange-dark);
}
.bg_orange .c-h3 {
  background: var(--color-orange-dark);
}
.bg_orange .c-h3::after {
  background: var(--color-orange-dark);
}
.bg_orange .abs._n4 {
  position: absolute;
  right: -10px;
  top: -76px;
}
@media (width <= 828px) {
  .bg_orange .abs._n4 {
    right: 20px;
    width: 200px;
    top: -88px;
  }
}

.c-bnr {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
}
@media (width > 828px) {
  .c-bnr:hover {
    opacity: var(--opacity);
  }
}
.c-bnr._oc {
  margin-top: -174px;
}
@media (width <= 828px) {
  .c-bnr._oc {
    margin-top: -154px;
  }
}
.c-bnr._type1 {
  margin-top: -92px;
}
@media (width <= 828px) {
  .c-bnr._type1 {
    margin-top: -91px;
  }
}
.c-bnr._type2 {
  margin-top: -92px;
}
@media (width <= 828px) {
  .c-bnr._type2 {
    margin-top: -112px;
  }
}

.test_bnr {
  margin-top: 100px;
  text-align: center;
  display: block;
  padding: 108px 10px;
  position: relative;
}
@media (width > 828px) {
  .test_bnr:hover {
    opacity: var(--opacity);
  }
}
@media (width <= 828px) {
  .test_bnr {
    margin-top: 0;
    padding: 83px 10px;
  }
}
.test_bnr::before {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/bg_bnr4_top.png) repeat center center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.test_bnr::after {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/bg_bnr4_bottom.png) repeat center center/auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 52px;
  letter-spacing: 0.04em;
}

.c-h3_2 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 48px;
  margin: 0 0 40px;
}
@media (width <= 828px) {
  .c-h3_2 {
    margin: 0 0 20px;
  }
}
.c-h3_2 .c-en {
  font-size: 48px;
}

.c-h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.056em;
  margin: 0 0 24px;
}
@media (width <= 828px) {
  .c-h4 {
    font-size: 38px;
    margin: 0 0 28px;
    line-height: 1.3;
  }
}
.c-h4 b {
  padding: 0 2px 16px;
  display: inline-block;
  background: url(../img/bg_midashi@2x.png) no-repeat center bottom/auto 12px;
}
@media (width <= 828px) {
  .c-h4 b {
    padding-bottom: 24px;
    background: url(../img/bg_midashi@2x.png) no-repeat center bottom/auto 14px;
  }
}

#footer {
  border-top: 1px solid #666;
  padding: 50px 0 0;
  text-align: center;
}
@media (width <= 828px) {
  #footer {
    padding-top: 60px;
  }
}
#footer .logo {
  width: 288px;
  margin: 0 auto 46px;
}
@media (width <= 828px) {
  #footer .logo {
    width: 440px;
    margin: 0 auto 56px;
  }
}
#footer #copyright {
  background: var(--color-blue-dark);
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 7px;
}
@media (width <= 828px) {
  #footer #copyright {
    font-size: 16px;
    letter-spacing: 0.16em;
  }
}

.fix_bnr {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  text-align: center;
}
.fix_bnr ._col4,
.fix_bnr ._col5 {
  display: grid;
  grid-row-gap: 5px;
}
@media (width <= 828px) {
  .fix_bnr ._col4,
.fix_bnr ._col5 {
    grid-row-gap: 0;
  }
}
@media (width <= 828px) {
  .fix_bnr {
    bottom: 0;
    right: 0;
  }
  .fix_bnr ._col4 {
    grid-template-columns: 1fr 1fr 1fr 116px;
  }
  .fix_bnr ._col4 .pagetop {
    padding: 30px 0 0;
  }
  .fix_bnr ._col5 {
    grid-template-columns: 1fr 1fr 120px;
  }
  .fix_bnr ._col5 a:nth-child(5) {
    grid-row: 1/3;
    grid-column: 3/4;
  }
  .fix_bnr ._col5 .pagetop {
    padding: 50px 0 0;
  }
}
.fix_bnr .pagetop {
  display: block;
  padding: 20px 0;
  background: #fff;
}
@media (width <= 828px) {
  .fix_bnr .pagetop {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}

@media (width <= 828px) {
  .sp-min {
    font-size: 22px;
  }
}