@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption, span, a, div {
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.cb-btn img {
  vertical-align: bottom;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #333333;
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

section:not(.mv) {
  padding-left: 4%;
  padding-right: 4%;
}

.swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.swiper-container .swiper-button-prev {
  left: -28px;
}
.swiper-container .swiper-button-prev::after {
  background-image: url(../img/arrow_left.svg);
}
.swiper-container .swiper-button-next {
  right: -28px;
}
.swiper-container .swiper-button-next::after {
  background-image: url(../img/arrow_right.svg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 56px;
  margin: auto;
  width: 56px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.75;
}

.swiper-container [class^=swiper-button-]::after {
  content: "";
}

.swiper-container [class^=swiper-button-] {
  width: 56px;
  height: 56px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.page-top {
  z-index: 99;
  position: fixed;
}
.page-top.is-absolute {
  position: absolute;
}

.cmn-scroll-wrap01 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* Firefox 対応 */
  scrollbar-width: auto;
  scrollbar-color: #D9D9D9 #F7F7F7;
}
.cmn-scroll-wrap01::-webkit-scrollbar {
  width: 8px; /* Firefox 以外のブラウザに適用される */
  height: 8px;
  border-radius: 8px;
  background: #F7F7F7;
}
.cmn-scroll-wrap01::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 8px;
}
.cmn-scroll-wrap01.rcmnd-scroll {
  margin-bottom: 20px;
}

.cmn-inner01 {
  max-width: 960px;
  margin: 0 auto;
}

.cmn-ttl01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.575;
  background: url(../img/dot_arrow02.svg) no-repeat left center/auto 1.1em;
  padding-left: 2em;
}
.cmn-ttl01__txt {
  font-size: 2rem !important;
  font-weight: bold;
  line-height: 1.575;
}
.point-02 .cmn-ttl01 {
  margin-bottom: 24px;
}
.cmn-ttl01 .measure {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
}

.cmn-ttl02 {
  padding: 10px 0;
  color: #FFF;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 27px;
  position: relative;
}
.cmn-ttl02__lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}
.cmn-ttl02__inner {
  display: flex;
  text-align: center;
  align-items: center;
  background: url(../img/dot_decoration02.svg) no-repeat left 136px center/auto 100%;
}
.point-02 .cmn-ttl02__inner {
  background: url(../img/dot_decoration08.svg) no-repeat left 136px center/auto 100%;
}
.cmn-ttl02__point {
  font-size: 1.6rem;
  line-height: 1.1875;
  width: 136px;
}
.cmn-ttl02__txt {
  font-size: 2rem;
  line-height: 1.25;
  flex: 1;
}
.point-01 .cmn-ttl02 {
  background-color: #91C563;
}
.point-02 .cmn-ttl02 {
  background-color: #FCD756;
  color: #333333;
}
.point-03 .cmn-ttl02 {
  background-color: #E88354;
}
.point-04 .cmn-ttl02 {
  background-color: #E77E99;
}
.point-05 .cmn-ttl02 {
  background-color: #9B6FA2;
}

.cmn-ttl03 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  background: url(../img/dot_decoration03.svg) repeat-x left center/auto;
}
.cmn-ttl03__inner {
  display: inline-block;
  padding-right: 24px;
  background-color: #FFF;
  font-weight: bold;
}
.lineup__block .cmn-ttl03__inner {
  background: #F7F7F7;
  padding-right: 1.4em;
}

.cmn-ttl04 {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  background: url(../img/dot_decoration04.svg) repeat-x left center/auto;
}
.cmn-ttl04.is-point01 {
  margin-top: 48px;
  text-align: center;
}
.cmn-ttl04.is-point01 > span {
  padding: 0 17px 0 20px;
  background-color: #FFF;
}
.cmn-ttl04.is-point02 {
  text-align: left;
  margin-top: 24px;
}
.cmn-ttl04.is-point02 > span {
  padding: 0 20px 0 0;
  background-color: #FFF;
}
.point-05 .cmn-ttl04 {
  text-align: left;
}
.point-05 .cmn-ttl04 > span {
  padding: 0 20px 0 0;
  background-color: #FAFAFA;
}
.cmn-ttl04.box-ttl02 > span {
  padding: 0 47px 0 0;
  background-color: #FFF;
}

.cmn-ttl05 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1666666667;
  background: url(../img/dot_decoration05.svg) repeat-x left center;
  text-align: center;
  margin-bottom: 26px;
}
.cmn-ttl05 > span {
  background-color: #FFF;
  padding: 0 20px;
}

.cmn-table01 {
  border-collapse: separate;
  width: 100%;
}
.cmn-table01-wrap {
  border-radius: 8px;
  overflow-x: auto;
}
.point-01 .cmn-table01-wrap {
  margin-top: 80px;
  border: 1px solid #91C563;
}
.point-02 .cmn-table01-wrap {
  margin-top: 80px;
  border: #FCD756 1px solid;
}
.point-03 .cmn-table01-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  border: #E88354 1px solid;
}
.point-04 .cmn-table01-wrap {
  margin-top: 80px;
  border: #E77E99 1px solid;
}
.cmn-table01 tr {
  background-color: #FCFCFC;
}
.cmn-table01 tr:nth-child(2n-1) {
  background-color: #F7F7F7;
}
.cmn-table01 tr:first-child th {
  padding: 13px 4%;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
.cmn-table01 th,
.cmn-table01 td {
  font-size: clamp(1.3rem, 1.69vw, 1.4rem);
  vertical-align: middle;
}
.cmn-table01 th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  width: 27.1875%;
  text-align: center;
}
.cmn-table01 th:nth-child(2) {
  width: 38.75%;
}
.cmn-table01 th .note {
  font-size: 1.1rem;
  margin-left: 5px;
}
.cmn-table01 td {
  padding: 16px 1%;
}
.cmn-table01 td:not(:nth-child(2)) {
  text-align: center;
}
.cmn-table01 td a {
  transition: 0.5s;
}
.cmn-table01 td a:hover {
  color: #009FB9;
}
.point-01 .cmn-table01 tr:first-child th {
  background-color: #91C563;
}
.point-01 .cmn-table01 tr:first-child th:not(:last-child) {
  border-right: #FFF 1px solid;
}
.point-01 .cmn-table01 th.is-01, .point-01 .cmn-table01 th.is-02 {
  padding: 16px 1%;
  border-right: 1px solid #FFF;
}
.point-01 .cmn-table01 th.is-01 {
  background: #FCFCFC;
}
.point-01 .cmn-table01 th.is-02 {
  background: #F7F7F7;
}
.point-01 .cmn-table01 td:not(:nth-child(2)) {
  text-align: center;
}
.point-02 .cmn-table01 tr:first-child th {
  background-color: #FCD756;
}
.point-02 .cmn-table01 tr:first-child th:not(:last-child) {
  border-right: #FFF 1px solid;
}
.point-02 .cmn-table01 th {
  color: #333333;
}
.point-02 .cmn-table01 th:nth-child(2) {
  border-right: 1px solid #FFF;
  width: 34.2708333333%;
}
.point-02 .cmn-table01 th.is-01, .point-02 .cmn-table01 th.is-02, .point-02 .cmn-table01 th.is-03 {
  padding: 16px 1%;
  border-right: 1px solid #FFF;
}
.point-02 .cmn-table01 th.is-01 {
  background: #FFFCF2;
}
.point-02 .cmn-table01 th.is-02 {
  background: #F2F9FA;
}
.point-02 .cmn-table01 th.is-03 {
  background: #F6FAF2;
}
.point-02 .cmn-table01 td:not(:nth-child(2)) {
  text-align: center;
}
.point-02 .cmn-table01 tr:first-child {
  background-color: #FCD756;
}
.point-02 .cmn-table01 tr:nth-child(2) {
  background: #FFFCF2;
}
.point-02 .cmn-table01 tr:nth-child(3) {
  background: #F2F9FA;
}
.point-02 .cmn-table01 tr:nth-child(4) {
  background: #F6FAF2;
}
.point-02 .cmn-table01 td {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.point-03 .cmn-table01 tr:first-child th {
  background-color: #E88354;
}
.point-03 .cmn-table01 tr:first-child th:not(:last-child) {
  border-right: #FFF 1px solid;
}
.point-03 .cmn-table01 th {
  width: 33.3333333333%;
}
.point-03 .cmn-table01 th:nth-child(2) {
  border-right: 1px solid #FFF;
  width: 34.2708333333%;
}
.point-03 .cmn-table01 th.is-01, .point-03 .cmn-table01 th.is-02, .point-03 .cmn-table01 th.is-03 {
  padding: 16px 1%;
  border-right: 1px solid #FFF;
}
.point-03 .cmn-table01 th.is-01 {
  background: #FCFCFC;
}
.point-03 .cmn-table01 th.is-02 {
  background: #F7F7F7;
}
.point-03 .cmn-table01 td:last-child {
  border-left: 1px solid #FFF;
}
.point-03 .cmn-table01 td:nth-child(2) {
  text-align: center;
}
.point-04 .cmn-table01 th {
  background-color: #E77E99;
}
.point-04 .cmn-table01 th:not(:last-child) {
  border-right: #FFF 1px solid;
}
.point-04 .cmn-table01 th {
  width: 33.3333333333%;
}
.point-04 .cmn-table01 th:nth-child(2) {
  border-right: 1px solid #FFF;
  width: 34.2708333333%;
}
.point-04 .cmn-table01 th.is-01, .point-04 .cmn-table01 th.is-02, .point-04 .cmn-table01 th.is-03 {
  padding: 16px 1%;
  border-right: 1px solid #FFF;
}
.point-04 .cmn-table01 th.is-01 {
  background: #FCFCFC;
}
.point-04 .cmn-table01 th.is-02 {
  background: #F7F7F7;
}
.point-04 .cmn-table01 td:not(:nth-child(1)) {
  border-left: 1px solid #FFF;
}

.cmn-table02 {
  width: 100%;
  max-width: 1201px;
  border-collapse: separate;
}
.cmn-table02-wrap {
  overflow: auto;
  border-radius: 8px;
  width: auto;
  border: #D9D9D9 1px solid;
  margin-bottom: 20px;
}
.cmn-table02 tr {
  background-color: #FFF;
}
.cmn-table02 tr:first-child {
  height: 64px;
}
.cmn-table02 tr:not(:first-child) {
  height: 56px;
}
.cmn-table02 tr:not(:first-child) th, .cmn-table02 tr:not(:first-child) td {
  border-top: #D9D9D9 1px solid;
}
.cmn-table02 tr:nth-child(2n-1) {
  background-color: #FCFCFC;
}
.cmn-table02 tr:first-child th {
  min-width: 112px;
}
.cmn-table02 tr:first-child th:first-child {
  min-width: 184px;
}
.cmn-table02 th {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cmn-table02 th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  width: 31.7708333333%;
  text-align: center;
}
.cmn-table02 th:not(:last-child) {
  border-right: #D9D9D9 1px solid;
}
.cmn-table02 th.is-01, .cmn-table02 th.is-02 {
  padding: 16px 1%;
}
.cmn-table02 th.is-01 {
  background: #FCFCFC;
}
.cmn-table02 th.is-02 {
  background: #FFFFFF;
}
.cmn-table02 td:not(:last-child) {
  border-right: #D9D9D9 1px solid;
}
.cmn-table02 th,
.cmn-table02 td {
  text-align: center;
  vertical-align: middle;
}

a {
  color: #003E81;
}

.content {
  padding-top: 120px;
}
.content.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.content p {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.75;
}

.header {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 999;
  transition: 0.1s;
}
.header.fixed {
  top: 0;
}
.header__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__ul {
  display: flex;
  justify-content: center;
}
.header__ul-item {
  padding-top: 29px;
  padding-bottom: 30px;
}
.header__ul > li {
  margin: 0 75px;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: bold;
  line-height: 1.1875;
  padding-right: 1.7em;
  background: url(../img/dot_arrow_header.svg) no-repeat right center;
}
.header__ul > li span {
  padding-top: 29px;
  padding-bottom: 30px;
}
.header__ul > li:hover {
  cursor: pointer;
}
.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.8);
  z-index: 990;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.header__menu-inner {
  width: 90%;
  margin: 0 auto;
}
.is-bike .header__menu-ul {
  width: 90%;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625vw 0.703125vw;
}
.is-bike .header__menu-ul > li {
  text-align: center;
  background: #FFFFFF url(../img/dot_arrow_header.svg) no-repeat center bottom 16px;
  border-radius: 8px;
  transition: 0.3s;
}
.is-bike .header__menu-ul > li .btn {
  display: block;
  padding: 32px 0 26px;
}
.is-bike .header__menu-ul > li:hover {
  background: #FFFFFF url(../img/dot_arrow_header.svg) no-repeat center bottom 6px;
}
.is-bike .header__menu-ul > li span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  color: #009FB9;
}
.is-bike .header__menu-ul > li .menu-img {
  margin-bottom: 14px;
}
.is-bike .header__menu-ul > li .menu-img img {
  width: auto;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.is-point .header__menu-ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
.is-point .header__menu-ul:first-child {
  margin-bottom: 24px;
}
.is-point .header__menu-ul > li {
  height: 160px;
  width: 304px;
  background-color: #F7F7F7;
  border-radius: 8px;
  position: relative;
  background-image: url(../img/dot_arrow_header.svg);
  background-repeat: no-repeat;
  background-position: center bottom 16px;
  transition: 0.3s;
}
.is-point .header__menu-ul > li:hover {
  background-position: center bottom 6px;
}
.is-point .header__menu-ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.is-point .header__menu-ul > li a:hover .title {
  color: #009FB9;
}
.is-point .header__menu-ul .header__menu-point {
  text-align: center;
}
.is-point .header__menu-ul .header__menu-point-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.is-point .header__menu-ul .header__menu-point .text {
  margin-bottom: 10px;
}
.is-point .header__menu-ul .header__menu-point .title {
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #333333;
  line-height: 1.25;
}
.is-point .header__menu-ul .header__menu-point .point-num {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.is-point .header__menu-ul .header__menu-point .point-num.is-01 {
  color: #91C563;
}
.is-point .header__menu-ul .header__menu-point .point-num.is-02 {
  color: #FFD900;
}
.is-point .header__menu-ul .header__menu-point .point-num.is-03 {
  color: #E88354;
}
.is-point .header__menu-ul .header__menu-point .point-num.is-04 {
  color: #DF5380;
}
.is-point .header__menu-ul .header__menu-point .point-num.is-05 {
  color: #854D8E;
}

.g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #003E81;
  transition: all 0.3s;
  padding-top: 42px;
}
.g-nav.panelactive {
  opacity: 1;
  z-index: 199;
}
.g-nav.panelactive .g-nav-list {
  display: block;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 52px;
}
.g-nav__menu {
  margin-top: 52px;
}
.g-nav__ttl {
  width: 100%;
  font-size: clamp(1.4rem, 4.375vw, 1.6rem);
  font-weight: 600;
  color: #FFF;
  position: relative;
}
.g-nav__ttl::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -6px;
  transform: rotate(45deg);
}
.g-nav__ttl.open::after {
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(-45deg);
  margin-top: 0;
}
.g-nav__btn {
  width: 100%;
  padding: 15px 0;
}
.g-nav__link {
  display: block;
  font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  line-height: 2;
  color: #FFF;
}
.g-nav li {
  list-style: none;
  border-bottom: 1px solid #FFF;
  padding: 4%;
}
.g-nav__smenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.g-nav__smenu.open {
  max-height: 1000px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: absolute;
  right: 0;
  top: 40px;
  height: 52px;
  width: 40px;
  background-color: #003E81;
  box-sizing: border-box;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.openbtn__inner {
  position: relative;
  width: 60%;
  height: 25px;
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.openbtn span {
  margin: 0 auto !important;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
  box-sizing: border-box;
  line-height: 1;
}

.js-menu-content {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s, opacity 0.7s, visibility 0.7s;
}
.menu-open .js-menu-content {
  visibility: visible;
  opacity: 1;
}
.menu-open .js-menu-content.is-point {
  height: 480px;
}
.menu-open .js-menu-content.is-bike {
  height: 640px;
}

.mv__box {
  position: relative;
}
.mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.mv__txt {
  display: block;
  font-weight: 600;
  font-size: 1.25vw;
  color: #DC0823;
  margin-bottom: 5px;
}
.mv__lead {
  display: block;
  font-size: 1.875vw;
  line-height: 1.5;
}
.mv__lead .is-strong {
  font-weight: 600;
  color: #003E81;
}
.mv__img {
  width: 100%;
}

.intro {
  padding: 0 4%;
  margin-top: 40px;
}
.intro__block01 {
  background: url(../img/dot_decoration01.svg) repeat-x left top/100% auto, url(../img/dot_decoration01.svg) repeat-x left bottom/100% auto;
  padding: 76px 0;
  display: flex;
  justify-content: space-between;
}
.intro__block01-img {
  width: 20%;
}
.intro__block01-txt {
  width: 71%;
  text-align: left;
}
.intro__block01 .block-txt {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.75;
}
.intro__block01 .block-txt b {
  color: #003E81;
}
.intro__block01 .block-txt:not(:last-child) {
  margin-bottom: 1.8em;
}
.intro__block02 {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 2.5%;
}
.intro__block02 .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  border-radius: 8px;
  background-image: url(../img/dot_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center bottom 24px;
  transition: 0.3s;
}
.intro__block02 .box:first-child {
  background: none;
}
.intro__block02 .box:hover {
  background-position: center bottom 12px;
  opacity: 1;
}
.intro__block02 .box__txt {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.intro__block02 .box__txt.other {
  position: initial;
  transform: translate(0);
  text-align: center;
  margin-bottom: 0;
}
.intro__block02 .box__ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.25;
  text-align: center;
}
.intro__block02 .box__icon {
  position: absolute;
  transform: translate(-50%, -50%);
}
.intro__block02 .box__icon.is-01 {
  top: 16%;
  left: 13.9%;
}
.intro__block02 .box__icon.is-02 {
  top: 15%;
  left: 15.2%;
}
.intro__block02 .box__icon.is-03 {
  top: 14%;
  left: 8.5%;
}
.intro__block02 .box__icon.is-04 {
  top: 15%;
  left: 13.8%;
}
.intro__block02 .box__icon.is-05 {
  top: 14%;
  left: 13.1%;
}
.intro__block02 .box:nth-child(1) {
  background-color: #F7F7F7;
  color: #333333;
}
.intro__block02 .box:nth-child(2) {
  background-color: #91C563;
}
.intro__block02 .box:nth-child(3) {
  background-color: #FCD756;
  color: #333333;
}
.intro__block02 .box:nth-child(4) {
  background-color: #E88354;
}
.intro__block02 .box:nth-child(5) {
  background-color: #DF5380;
}
.intro__block02 .box:nth-child(6) {
  background-color: #854D8E;
}

.what {
  margin-top: 124px;
}
.what__ttl {
  margin-bottom: 24px;
}
.what__img {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 62px;
}

.point5 {
  margin-top: 126px;
  padding-bottom: 170px;
  position: relative;
}
.point5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background-color: #FAFAFA;
}
.point5__ttl {
  margin-bottom: 22px;
}
.point5__row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -12px;
}
.point5__row-wrap {
  margin-top: 64px;
  margin-bottom: 64px;
}
.point5__row .row-item {
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 12px);
  padding: 25px 1% 26px;
  text-align: center;
  color: #FFF;
  border-radius: 8px;
}
.point5__row .row-item.is-01 {
  background-color: #91C563;
}
.point5__row .row-item.is-02 {
  background-color: #FCD756;
  color: #333333;
}
.point5__row .row-item.is-03 {
  background-color: #E88354;
}
.point5__row .row-item.is-04 {
  background-color: #DF5380;
}
.point5__row .row-item.is-05 {
  background-color: #854D8E;
}
.point5__row .row-item-txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2142857143;
  margin-bottom: 8px;
}
.point5__row .row-item-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}

.point-01 {
  background-color: #FAFAFA;
  padding-bottom: 80px;
  position: relative;
  padding-top: 85px;
}
.point-01::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6.25vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #FAFAFA;
}
.point-01__block {
  padding: 32px 32px 40px;
  background-color: #FFF;
  border-radius: 8px;
}
.point-01__block:not(:first-child) {
  margin-top: 40px;
}
.point-01__block-wrap {
  margin-top: 84px;
}
.point-01__slead {
  font-size: 1.4rem;
  font-weight: 600;
  color: #7FBE26;
}
.point-01__img {
  text-align: center;
  margin-top: 42px;
}
.point-01__text {
  font-size: 1.4rem !important;
  line-height: 1.75;
  font-weight: 600;
  background: url(../img/dot_decoration_point-01.svg) no-repeat left top 0.3em/auto;
  padding-left: 2em;
}
.point-01__text-wrap {
  margin-top: 58px;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 10%;
}
.point-01__staff {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.point-01__staff-img {
  width: 14%;
}
.point-01__staff-balloon {
  width: 83%;
  padding: 23px 3.2% 24px;
  background: #F2F6FA;
  border-radius: 8px;
  position: relative;
}
.point-01__staff-balloon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 14%;
  left: -24px;
  border-bottom: 16px solid #F2F6FA;
  border-left: 24px solid transparent;
}
.point-01__staff-lead {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #003E81;
  margin-bottom: 7px;
}
.point-01__staff-txt {
  display: block;
  font-size: 1.4rem;
}
.point-01__rcmmnd.is-notslide {
  display: flex;
  -moz-column-gap: 1.5625%;
       column-gap: 1.5625%;
}
.point-01__rcmmnd-wrap {
  margin-top: 20px;
}
.point-01__rcmmnd .box {
  display: block;
  width: calc(20% - 11px);
  transition: 0.3s;
}
.point-01__rcmmnd .box img {
  width: 100%;
  margin-bottom: 0 !important;
}
.point-01__rcmmnd .box:hover .box__link {
  color: #009FB9;
}
.point-01__rcmmnd .box__link {
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  line-height: 1.3846153846;
  text-align: center;
  display: block;
  margin-top: 9px;
  transition: 0.3s;
}
.point-01__rcmmnd .box__link > span {
  font-size: 1rem;
  color: #707070;
}

.point-02 {
  margin-top: 80px;
  padding-top: 80px;
}
.point-02__row {
  display: flex;
  justify-content: space-between;
}
.point-02__row-wrap {
  margin-top: 80px;
}
.point-02__row:not(:first-child) {
  margin-top: 80px;
}
.point-02__row-txt {
  font-size: 1.4rem !important;
}
.point-02__row > .box:first-child {
  max-width: 304px;
  margin-right: 106px;
}
.point-02__row > .box:last-child {
  flex: 1;
}
.point-02__slead {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #E6C300;
}
.point-02__row02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 2.8%;
       column-gap: 2.8%;
  row-gap: 24px;
  margin: 24px 0;
}
.point-02__row02 .box:hover .box__link {
  color: #009FB9;
}
.point-02__row02 .box__link {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 8px;
}
.point-02 .note {
  font-size: 1.2rem;
}

.point-03 {
  margin-top: 160px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #FAFAFA;
}
.point-03::before, .point-03::after {
  content: "";
  background-color: #FAFAFA;
  width: 100%;
  height: 6.25vw;
  position: absolute;
}
.point-03::before {
  bottom: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.point-03::after {
  top: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.point-03__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 738px;
  margin: 40px auto 0;
}
.point-03__block-img {
  display: block;
  width: 52%;
  margin-bottom: 16px;
}
.point-03__block-img > span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  text-align: center;
  margin-top: 8px;
}
.point-03__block .note {
  width: 41%;
  font-size: 1.2rem;
}
.point-03__block .note .bold {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.point-04 {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.point-04__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 80px;
  margin-top: 80px;
}
.point-04__row .box {
  width: calc(50% - 40px);
  display: flex;
  flex-flow: column;
}
.point-04__row .box:hover .box-link {
  color: #009FB9;
}
.point-04__row .box-ttl {
  margin-bottom: 24px;
}
.point-04__row .box-ttl__txt {
  display: inline-block;
  font-weight: 600;
}
.point-04__row .box-txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  flex: 1;
  height: 100%;
  min-height: 0%;
}
.point-04__row .box-ttl02 {
  margin-top: 46px;
}
.point-04__row .box-link {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  margin-top: 9px;
  text-align: center;
  display: block;
  transition: 0.5s;
}
.point-04__row02 {
  margin-top: 22px;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  height: 100%;
  min-height: 0%;
  flex: 3;
}
.point-04__row02 .box {
  width: 168px;
  margin: 0 0 23px;
}

.point-05 {
  padding: 80px 0 80px;
  margin-top: 80px;
  background-color: #FAFAFA;
  position: relative;
}
.point-05::before, .point-05::after {
  content: "";
  background-color: #FAFAFA;
  width: 100%;
  height: 6.25vw;
  position: absolute;
}
.point-05::before {
  bottom: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.point-05::after {
  top: 100%;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.point-05__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  background: #F2F6FA;
  padding: 41px 4.2%;
  border-radius: 56px;
}
.point-05__row .box01 {
  width: 62.6%;
}
.point-05__row .box02 {
  width: 34.6%;
}
.point-05__row-lead {
  display: flex;
  -moz-column-gap: 4.5%;
       column-gap: 4.5%;
  align-items: center;
  margin-bottom: 15px;
}
.point-05__row-img {
  width: 29%;
}
.point-05__row-txt {
  font-size: clamp(1.6rem, 2vw, 1.8rem) !important;
  font-weight: 600;
  color: #003E81;
}

.rcmnd {
  margin-top: 160px;
}
.rcmnd__lead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 54px;
}
.rcmnd__brand {
  margin: 50px 0 71px;
  text-align: center;
}
.rcmnd__brand-lead {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  padding: 0 51px;
  background: url(../img/dot_decoration09.svg) no-repeat left center, url(../img/dot_decoration09.svg) no-repeat right center;
}
.rcmnd__brand-img {
  width: 90%;
  max-width: 664px;
  margin: 16px auto 56px;
}
.rcmnd__brand-txt {
  font-size: 1.6rem;
  font-weight: 600;
}
.rcmnd__ttl02 {
  margin-bottom: 24px;
}
.rcmnd__txt {
  font-size: 1.4rem !important;
}
.rcmnd__table-wrap {
  margin-top: 40px;
}
.rcmnd__table01 {
  margin-top: 40px;
  margin-bottom: 49px;
}
.rcmnd__table02 {
  width: 100%;
  border-spacing: 0;
  border-radius: 8px;
  border-collapse: separate;
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.rcmnd__table02-wrap {
  margin-top: 54px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.rcmnd__table02 tr:first-child {
  border-bottom: #FFF 2px solid;
}
.rcmnd__table02 tr:first-child th {
  border-radius: 8px 0 0 0;
  border-bottom: 2px solid #FFFFFF;
}
.rcmnd__table02 tr:first-child td {
  border-radius: 0 8px 0 0;
  border-bottom: 2px solid #FFFFFF;
}
.rcmnd__table02 tr:last-child th {
  border-radius: 0 0 0 8px;
  border-bottom: 2px solid #d9d9d9;
}
.rcmnd__table02 tr:last-child td {
  border-radius: 0 0 8px 0;
  border-bottom: 2px solid #d9d9d9;
}
.rcmnd__table02 th,
.rcmnd__table02 td {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.rcmnd__table02-th {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  background-color: #F7F7F7;
  padding: 23px 4% 21px 43px;
  border-right: 2px solid #FFFFFF;
}
.rcmnd__table02-th .th-txt {
  font-size: clamp(1rem, 3.125vw, 1.4rem);
}
.rcmnd__table02-td {
  background-color: #FCFCFC;
  width: 62%;
}
.rcmnd__block {
  padding-top: 68px;
  background: url(../img/dot_decoration01.svg) repeat-x left top;
}
.rcmnd__block .cmn-ttl01 {
  margin-bottom: 26px;
}
.rcmnd__block:not(:last-child) {
  padding-bottom: 54px;
}
.rcmnd__block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rcmnd__block-row .box {
  width: calc(50% - 12px);
}
.rcmnd__block-row .box:last-child {
  max-width: 384px;
}
.rcmnd__block-row .box-desc {
  font-size: 1.4rem;
  line-height: 1.75;
}
.rcmnd__block-row .box-note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 24px;
}
.rcmnd__block-row .box-txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 12px;
}
.rcmnd__block-row .box-txt > span {
  padding-left: 1.5em;
  background: url(../img/dot_decoration06.svg) no-repeat left center;
}
.rcmnd__block-link {
  color: #003E81;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding: 10px 2%;
  display: block;
  width: 304px;
  margin: 0 auto;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  border: 2px solid #003E81;
  border-radius: 50px;
  background-image: url(../img/dot_arrow03.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  transition: 0.3s;
}
.rcmnd__block-link span {
  transition: 0.3s;
}
.rcmnd__block-link:hover {
  color: #003E81;
  background-position: right 0.7em center;
  opacity: 1;
}
.rcmnd__block-link:hover span {
  opacity: 0.5;
}

.lineup {
  margin-top: 160px;
  padding-bottom: 128px;
}
.lineup__lead {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 80px;
  text-align: center;
}
.lineup__brand {
  width: 90%;
  max-width: 664px;
  margin: 54px auto 56px;
}
.lineup .swiper-container [class^=swiper-button-] {
  top: 45%;
}
.lineup__slider {
  margin-bottom: 79px;
}
.lineup__row {
  display: flex;
}
.lineup__row .box {
  text-align: center;
  color: #333333;
  min-width: 304px;
}
.lineup__row .box-img {
  margin-bottom: 34px;
}
.lineup__row .box-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 9px;
}
.lineup__row .box-txt {
  font-size: 1.3rem;
  line-height: 1.7461538462;
  margin-bottom: 16px;
}
.lineup__row .box-row {
  display: flex;
  justify-content: center;
  max-width: 60%;
  margin: 0 auto;
}
.lineup__row .box-inchi {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5833333333;
  padding: 8px 2px;
  border-radius: 20px;
  background-color: #F7F7F7;
  width: 79px;
  margin: 0 auto;
  text-align: center;
}
.lineup .anchor {
  padding-top: 80px;
  margin-top: -80px;
}
.lineup__block {
  background-color: #F7F7F7;
  padding: 40px 0 64px;
  margin-bottom: 41px;
  border-radius: 8px;
}
.lineup__block-logo {
  width: 96.8%;
  height: 64px;
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 8px 0 0 8px;
  margin: 0 0 0 auto;
  padding-left: 2.5%;
}
.lineup__block-inner {
  margin-top: 28px;
  padding: 0 8.5%;
}
.lineup__block-row {
  display: flex;
  margin: 30px 0 40px;
}
.lineup__block .box:first-child {
  margin-right: 24px;
}
.lineup__block .box-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6333333333;
  padding-left: 1.5em;
  background: url(../img/dot_decoration06.svg) no-repeat left center;
}
.lineup__block .box-txt:not(:last-child) {
  margin-bottom: 21px;
}
.lineup__block .box-txt-wrap {
  margin-bottom: 40px;
}
.lineup__block .box-link {
  color: #003E81;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding: 10px 2%;
  display: block;
  width: 304px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  border: 2px solid #003E81;
  border-radius: 50px;
  background-image: url(../img/dot_arrow03.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  transition: 0.3s;
}
.lineup__block .box-link span {
  transition: 0.3s;
}
.lineup__block .box-link:hover {
  background-position: right 0.7em center;
  opacity: 1;
}
.lineup__block .box-link:hover span {
  opacity: 0.5;
}
.lineup__block .box-link.is-01 {
  background-color: #FFF;
  margin-bottom: 12px;
}
.lineup__block .box-link.is-02 {
  background-color: #FFD900;
}
.lineup__block-txt {
  margin-bottom: 40px;
}
.lineup__block-txt > p {
  font-size: 1.4rem;
  line-height: 1.75;
}
.lineup__block-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 16px !important;
}
.lineup__block-ttl > span {
  padding: 0 2em;
  background: url(../img/dot_decoration07_1.svg) no-repeat left center, url(../img/dot_decoration07_2.svg) no-repeat right center;
}
.lineup__block-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  color: #003E81;
  padding: 15px 2%;
  border-radius: 50px;
  background-color: #FFF;
  margin-bottom: 40px;
}
#lineup04 .lineup__block-lead {
  font-size: 1.4rem;
  line-height: 2;
}
#lineup07 .lineup__block-lead {
  font-size: 1.5rem;
  line-height: 1.5;
}
.lineup__block-table {
  width: 100%;
}
.lineup__block-table-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: auto;
}
.lineup__block-table tr {
  background-color: #FFF;
}
.lineup__block-table tr:not(:last-child) {
  border-bottom: #F7F7F7 1px solid;
}
.lineup__block-table tr:nth-child(2n) {
  background-color: #FCFCFC;
}
.lineup__block-table th,
.lineup__block-table td {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 16px 1%;
  vertical-align: middle;
}
.lineup__block-table th {
  width: 31%;
  border-right: #F7F7F7 1px solid;
}
.lineup__block-table td span {
  font-size: 1.3rem;
  font-weight: normal;
}
.lineup__table01 {
  margin-top: 80px;
  margin-bottom: 64px;
}
.lineup__bottom-row {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.lineup__bottom-link {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  color: #003E81;
  display: block;
  border-radius: 30px;
  border: #003E81 2px solid;
  background: url(../img/dot_arrow03.svg) no-repeat right 1em center, #FFF;
  width: 304px;
  text-align: center;
  padding: 10px 1%;
  margin: 0 8px;
  transition: 0.3s;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1607843137);
}
.lineup__bottom-link:hover {
  opacity: 1;
  background: url(../img/dot_arrow03.svg) no-repeat right 0.7em center, #FFF;
  color: #003E81;
}

.bnr {
  background-color: #F7F7F7;
}
.bnr__inner {
  padding: 32px 2%;
}
.bnr__row {
  display: flex;
  justify-content: center;
}
.bnr__row-item:first-child {
  margin-right: 24px;
}

.footer {
  border-top: #D9D9D9 1px solid;
  background: #FFFFFF;
}
.footer__inner {
  padding: 41px 5% 17px;
}
.footer__logo {
  width: 158px;
  margin: 0 auto 40px;
}
.footer__logo img {
  width: 100%;
}
.footer__copy {
  font-size: 1.1rem;
  line-height: 1.9090909091;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  .is-pc {
    display: block;
  }
  .is-tb {
    display: none;
  }
  .is-sp {
    display: none;
  }
  .cmn-ttl02__inner {
    height: 52px;
  }
  .header {
    height: 80px;
  }
  .intro__block02 .box {
    height: 200px;
  }
  .point5__row:last-child {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .is-pc {
    display: none;
  }
  .is-tb {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .swiper-container .swiper-button-prev {
    left: -17px;
  }
  .swiper-container .swiper-button-next {
    right: -17px;
  }
  .swiper-container [class^=swiper-button-] {
    width: 45px;
    height: 45px;
  }
  .cmn-ttl01 {
    font-size: clamp(1.6rem, 5vw, 2rem);
  }
  .point-02 .cmn-ttl01 {
    margin: 20px 0 15px;
  }
  .point-02 .cmn-ttl01__txt {
    font-size: clamp(1.5rem, 4.6vw, 1.7rem) !important;
  }
  .cmn-ttl02 {
    margin-bottom: 15px;
    display: flex;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .cmn-ttl02__lead {
    position: static;
    top: auto;
    left: auto;
    font-size: clamp(1.6rem, 5vw, 1.8rem);
    order: 2;
    -webkit-transform: initial;
  }
  .cmn-ttl02__inner {
    background: url(../img/dot_decoration02.svg) no-repeat left 75px center/auto 100%;
  }
  .point-02 .cmn-ttl02__inner {
    background: url(../img/dot_decoration08.svg) no-repeat left 75px center/auto 100%;
  }
  .cmn-ttl02__point {
    width: 80px;
    font-size: clamp(1.3rem, 1.69vw, 1.4rem);
  }
  .cmn-ttl03 {
    font-size: clamp(1.5rem, 4.6vw, 1.7rem);
    background: none;
  }
  .cmn-ttl04 {
    font-size: clamp(1.4rem, 4.3vw, 1.6rem);
  }
  .cmn-ttl04.is-point01 {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cmn-ttl04.is-point01::before, .cmn-ttl04.is-point01::after {
    content: "";
    display: inline-block;
    background: url(../img/dot_decoration04.svg);
    width: 29px;
    height: 4px;
  }
  .cmn-ttl05 {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cmn-ttl05::before, .cmn-ttl05::after {
    content: "";
    display: inline-block;
    background: url(../img/dot_decoration05.svg);
    width: 30px;
    height: 12px;
  }
  .cmn-ttl05 > span {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
  }
  .point-01 .cmn-table01-wrap {
    display: none;
  }
  .point-02 .cmn-table01-wrap {
    display: none;
  }
  .point-03 .cmn-table01-wrap {
    width: 100%;
    margin: 0 0 10px;
  }
  .point-04 .cmn-table01-wrap {
    display: none;
  }
  .cmn-table01 tr:first-child th {
    padding: 13px 2%;
  }
  .point-04 .cmn-table01 th.is-01, .point-04 .cmn-table01 th.is-02, .point-04 .cmn-table01 th.is-03 {
    min-width: 200px;
  }
  .point-04 .cmn-table01 td:last-child {
    min-width: 200px;
  }
  .cmn-table02 th:first-child {
    position: relative;
  }
  .content {
    padding-top: 42px;
  }
  .content p {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  .mv__ttl {
    top: 40%;
  }
  .mv__txt {
    font-size: 3.4vw;
    margin-bottom: 8px;
  }
  .mv__lead {
    font-size: 6.3vw;
  }
  .intro__block01 {
    padding: 9.8958333333vw 0;
    flex-flow: column;
    row-gap: 20px;
    background: url(../img/dot_decoration01_sp.svg) repeat-x left top/100% auto, url(../img/dot_decoration01_sp.svg) repeat-x left bottom/100% auto;
  }
  .intro__block01-img {
    width: 40%;
    max-width: 160px;
    margin: 0 auto;
  }
  .intro__block01-txt {
    width: 100%;
  }
  .intro__block01 .block-txt {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  .intro__block02 {
    margin-top: 10.4166666667vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw 3.125%;
  }
  .intro__block02 .box {
    /*height: calc(100vw * 200 / 768);*/
    aspect-ratio: 38/25;
    background-position: center bottom 10px;
  }
  .intro__block02 .box__txt {
    top: 20px;
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
    margin-bottom: 0;
  }
  .intro__block02 .box__ttl {
    font-size: clamp(1.3rem, 4vw, 1.6rem);
  }
  .intro__block02 .box__icon.is-01 {
    width: 24%;
  }
  .intro__block02 .box__icon.is-02 {
    width: 22.7%;
  }
  .intro__block02 .box__icon.is-03 {
    width: 23.3%;
  }
  .intro__block02 .box__icon.is-04 {
    width: 23%;
  }
  .intro__block02 .box__icon.is-05 {
    width: 29.9%;
  }
  .what {
    margin-top: 70px;
  }
  .what__img {
    margin-bottom: 30px;
  }
  .point5 {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .point5::after {
    height: 50px;
  }
  .point5__row {
    flex-wrap: wrap;
  }
  .point5__row-wrap {
    margin: 30px 0;
  }
  .point5__row .row-item {
    width: calc(50% - 3.9113428944vw);
    margin: 0 1.5645371578vw 3.9113428944vw;
  }
  .point5__row .row-item-ttl {
    font-size: 1.4rem;
  }
  .point-01 {
    padding: 50px 0;
  }
  .point-01::after {
    height: 50px;
  }
  .point-01__block-wrap {
    margin-top: 40px;
  }
  .point-01__block {
    padding: 32px 5%;
  }
  .point-01__text-wrap {
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(2, auto);
    gap: 15px 10%;
  }
  .point-01__text {
    font-size: 1.2rem !important;
    margin-bottom: 0 !important;
  }
  .point-01__staff {
    flex-flow: column;
    row-gap: 30px;
  }
  .point-01__staff-img {
    width: 40%;
    max-width: 160px;
    margin: 0 auto;
  }
  .point-01__staff-balloon {
    width: 100%;
    padding: 23px 5%;
  }
  .point-01__staff-balloon::before {
    border-bottom: 24px solid #F2F6FA;
    border-left: 16px solid transparent;
    top: -24px;
    left: 30%;
  }
  .point-01__rcmmnd .box {
    width: calc(25% - 7.6px);
  }
  .point-02 {
    padding-top: 50px;
    margin-top: 50px;
  }
  .point-02__row {
    display: block;
  }
  .point-02__row-wrap {
    margin-top: 40px;
  }
  .point-02__row-txt {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem) !important;
  }
  .point-02__row > .box:first-child {
    margin-right: auto;
    margin-left: auto;
  }
  .point-02__row02 {
    row-gap: 14px;
    margin-bottom: 20px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .point-02__row02 .box {
    width: 48%;
    max-width: 168px;
  }
  .point-02__row02 .box__link {
    font-size: 1.2rem;
  }
  .point-02 .note {
    display: block;
    margin-bottom: 30px;
  }
  .point-03 {
    margin-top: 80px;
    padding: 50px 0;
  }
  .point-03::before, .point-03::after {
    height: 50px;
  }
  .point-03__block {
    width: 100%;
    flex-flow: column;
    row-gap: 10px;
    margin: 40px 0 0;
  }
  .point-03__block-img {
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
  .point-03__block .note {
    width: 100%;
  }
  .point-04 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .point-04__row {
    flex-flow: column;
    margin-top: 40px;
  }
  .point-04__row .box {
    width: 100%;
  }
  .point-04__row .box-txt {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  .point-04__row .box-ttl02 {
    margin-top: 30px;
  }
  .point-04__row .box-link {
    font-size: 1.2rem;
  }
  .point-04__row02 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .point-04__row02 .box {
    width: 48%;
    max-width: 168px;
    margin: 0;
  }
  .point-05 {
    margin-top: 50px;
    padding: 50px 0;
  }
  .point-05::before, .point-05::after {
    height: 50px;
  }
  .point-05__row {
    flex-flow: column;
    row-gap: 15px;
    border-radius: 30px;
    padding: 30px 5%;
  }
  .point-05__row .box01 {
    width: 100%;
  }
  .point-05__row .box02 {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
  .point-05__row-img {
    width: 30%;
  }
  .point-05__row-txt {
    font-size: clamp(1.4rem, 4.3vw, 1.6rem) !important;
  }
  .rcmnd {
    margin-top: 80px;
  }
  .rcmnd__brand-lead {
    display: block;
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
    background-color: #FFF;
    padding: 0 20px;
  }
  .rcmnd__brand-img {
    width: 100%;
    margin: 16px auto 30px;
  }
  .rcmnd__txt {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem) !important;
  }
  .rcmnd__table01 {
    margin: 30px 0;
  }
  .rcmnd__table02-wrap {
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
  }
  .rcmnd__table02 th,
  .rcmnd__table02 td {
    font-size: clamp(1rem, 3.125vw, 1.4rem);
    padding: 10px 4%;
  }
  .rcmnd__table02-th {
    flex-flow: column;
    padding: 10px 5%;
  }
  .rcmnd__table02-td {
    width: 60%;
  }
  .rcmnd__block {
    background: none;
    padding-top: 40px;
    position: relative;
    background: url(../img/dot_decoration01_sp.svg) repeat-x left top/100% auto;
    /*
    &::before{
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 12px;
      background: url(../img/dot_decoration03.svg);
      background-repeat: space;
      background-size: 8px;
    }*/
  }
  .rcmnd__block .cmn-ttl01 {
    margin-bottom: 20px;
  }
  .rcmnd__block:not(:last-child) {
    padding-bottom: 40px;
  }
  .rcmnd__block-row {
    flex-flow: column;
    row-gap: 20px;
  }
  .rcmnd__block-row .box {
    width: 100%;
  }
  .rcmnd__block-row .box-desc {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  .rcmnd__block-link {
    width: 100%;
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  }
  .lineup {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .lineup__brand {
    width: 100%;
    margin: 30px auto;
  }
  .lineup .swiper-container {
    width: 90%;
  }
  .lineup .swiper-container [class^=swiper-button-] {
    top: 35%;
  }
  .lineup__slider {
    width: 90%;
    margin: 0 auto 50px;
  }
  .lineup__row {
    height: 370px;
  }
  .lineup__row .box {
    min-width: auto;
  }
  .lineup .anchor {
    padding-top: 0;
    margin-top: 0;
  }
  .lineup__block {
    padding: 30px 0 40px;
  }
  .lineup__block-logo {
    height: 50px;
    padding-left: 5%;
  }
  .lineup__block-logo img {
    width: auto;
    height: 12px;
  }
  #lineup07 .lineup__block-logo img {
    height: 18px;
  }
  .lineup__block-inner {
    padding: 0 5%;
  }
  .lineup__block-row {
    flex-flow: column;
    row-gap: 20px;
    margin: 10px 0 40px;
  }
  .lineup__block .box:first-child {
    margin-right: 0;
  }
  .lineup__block .box-txt {
    font-size: clamp(1.3rem, 4vw, 1.5rem);
  }
  .lineup__block .box-txt:not(:last-child) {
    margin-bottom: 15px;
  }
  .lineup__block .box-txt-wrap {
    margin-bottom: 30px;
  }
  .lineup__block .box-link {
    display: block;
    width: 100%;
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  }
  .lineup__block-ttl {
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  }
  .lineup__block-ttl > span {
    background-size: 10px 10px;
    padding: 0 7%;
  }
  .lineup__block-lead {
    border-radius: 30px;
  }
  #lineup04 .lineup__block-lead {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  #lineup07 .lineup__block-lead {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  .lineup__block-table th,
  .lineup__block-table td {
    font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  }
  .lineup__table01 {
    margin: 40px 0;
  }
  .lineup__bottom-row {
    flex-flow: column;
    row-gap: 20px;
    margin-top: 40px;
  }
  .lineup__bottom-link {
    width: 100%;
    margin: 0;
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  }
  .bnr__row {
    max-width: 300px;
    margin: 0 auto;
    flex-flow: column;
    row-gap: 20px;
  }
  .bnr__row-item {
    width: 100%;
  }
  .bnr__row-item:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .is-pc {
    display: none;
  }
  .is-tb {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .header__ul > li {
    margin: 0 5.859375vw;
  }
  .is-bike .header__menu-ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .is-point .header__menu-ul {
    width: 100%;
  }
  .is-point .header__menu-ul > li {
    width: 31%;
  }
  .menu-open .js-menu-content.is-bike {
    height: 655px;
  }
  .point-02__row > .box:first-child {
    margin-right: 8.28125vw;
  }
  .rcmnd__table02-th {
    flex-flow: column;
    padding: 23px 4% 21px;
  }
  .lineup__slider {
    width: 90%;
  }
  .lineup__row .box {
    min-width: 200px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .swiper-container [class^=swiper-button-] {
    width: 34px;
    height: 34px;
  }
  .point-01__staff-txt {
    font-size: 1.2rem;
  }
  .point-01__rcmmnd .box {
    width: calc(48% - 4px);
  }
  .lineup .swiper-container [class^=swiper-button-] {
    top: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  .point5__row .row-item-ttl {
    font-size: 1.8269230769vw;
  }
  .point-01__staff-balloon::before {
    left: -14px;
    border-left: 15px solid transparent;
  }
  .point-02__row02 {
    justify-content: space-between;
    -moz-column-gap: normal;
         column-gap: normal;
  }
  .point-02__row02 .box {
    width: 48%;
  }
  .point-02__row02 .box img {
    width: 100%;
  }
  .lineup .swiper-container {
    width: 90%;
    margin: 0 auto;
  }
}