@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@media screen and (min-width: 768px) {
  .firstView {
    background: #F6FBFF url(../img/common/firstview_bg.webp) no-repeat top/cover;
  }
}
@media screen and (max-width: 767px) {
  .firstView {
    background: #F6FBFF url(../img/common/firstview_bg.sp.webp) no-repeat top/cover;
  }
}
@media screen and (min-width: 768px) {
  .firstView .firstView__head {
    padding-top: 14.6412884334vw;
    padding-bottom: 11.7130307467vw;
    padding-left: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__head {
    padding-top: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__head {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__head {
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__head {
    padding-top: 54.4vw;
    padding-bottom: 29.3333333333vw;
    padding-left: 8vw;
  }
}
.firstView .firstView__head .circle__title--text {
  color: #1398F0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .firstView .firstView__head .circle__title--text {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__head .circle__title--text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__head .circle__title--text {
    font-size: 4.8vw;
  }
}
.firstView .firstView__heading {
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .firstView .firstView__heading {
    gap: 1.8301610542vw;
    font-size: 5.710102489vw;
    margin-top: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__heading {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__heading {
    font-size: 78px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__heading {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__heading {
    margin-top: 2.6666666667vw;
    font-size: 12vw;
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .firstView .firstView__heading--small {
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__heading--small {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__heading--small {
    font-size: 4.2666666667vw;
  }
}
.firstView .firstView__lead {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.05));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .firstView .firstView__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.78477306vw;
    padding-bottom: 8.78477306vw;
    background: url(../img/common/firstview__lead.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__lead {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__lead {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__lead {
    background: url(../img/common/firstview__lead.sp.png) no-repeat center/cover;
    padding-top: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
.firstView .firstView__lead--title {
  font-weight: bold;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .firstView .firstView__lead--title {
    font-size: 2.0497803807vw;
    margin-bottom: 3.513909224vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__lead--title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__lead--title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__lead--title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.firstView .firstView__lead--text {
  font-weight: 500;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .firstView .firstView__lead--text {
    text-align: center;
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .firstView .firstView__lead--text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__lead--text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .firstView .firstView__lead--text:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .firstView .firstView__lead--text:not(:first-of-type) {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .column {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .column .column__head--fix {
    position: sticky;
    top: 8.78477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .column .column__head--fix {
    top: 120px;
  }
}

.anchor {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .anchor {
    top: -8.0527086384vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .anchor {
    top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -28vw;
  }
}

.style {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .style {
    padding-top: 13.17715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .style {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .style .style__inner {
    margin-inline: auto;
    width: 92.2401171303vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__inner {
    width: 1260px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .style .style__heading--area {
    padding-left: 4.5387994143vw;
    margin-bottom: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__heading--area {
    padding-left: 62px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__heading--area {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__heading--area {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.style .style__heading--en {
  color: #1398F0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .style .style__heading--en {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__heading--en {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__heading--en {
    font-size: 4.8vw;
  }
}
.style .style__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .style .style__heading {
    margin-top: 1.4641288433vw;
    font-size: 4.6852122987vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__heading {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__heading {
    margin-top: 6.4vw;
    font-size: 10.1333333333vw;
  }
}
.style .style__block {
  background-color: #F1F7FB;
}
@media screen and (min-width: 768px) {
  .style .style__block {
    border-radius: 1.4641288433vw;
    padding-top: 5.8565153734vw;
    padding-left: 4.6852122987vw;
    padding-right: 4.5387994143vw;
    padding-bottom: 4.6852122987vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block {
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block {
    padding-right: 62px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .style .style__block:not(:first-of-type) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}
.style .style__block--heading {
  color: #1398F0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .style .style__block--heading {
    font-size: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block--heading {
    line-height: 150%;
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .style .style__block--lead {
    margin-top: 2.3426061493vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--lead {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block--lead {
    line-height: 180%;
    font-size: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.style .style__block--place {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .style .style__block--place {
    margin-top: 2.9282576867vw;
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--place {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--place {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block--place {
    font-size: 5.3333333333vw;
    margin-top: 8.5333333333vw;
  }
}
.style .style__block--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .style .style__block--text {
    width: 54.9048316252vw;
    font-size: 1.317715959vw;
    margin-top: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--text {
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block--text {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.style .style__block--list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .style .style__block--list {
    gap: 1.756954612vw;
    margin-top: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--list {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block--list {
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-top: 7.4666666667vw;
  }
}
.style .style__block--item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .style .style__block--item {
    width: 40.6295754026vw;
    border-radius: 0.7320644217vw;
    padding: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--item {
    width: 555px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--item {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__block--item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__block--item {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    border-radius: 2.6666666667vw;
  }
}
.style .style__item--heading {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .style .style__item--heading {
    text-align: center;
    font-size: 1.9765739385vw;
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--heading {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--heading {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__item--heading {
    line-height: 150%;
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.style .style__item--title {
  color: #1398F0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .style .style__item--title {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__item--title {
    font-size: 4.8vw;
  }
}
.style .style__item--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .style .style__item--text {
    margin-top: 1.4641288433vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__item--text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.style .style__item--border {
  width: 100%;
  height: 1px;
  background-color: #C2C2C2;
}
@media screen and (min-width: 768px) {
  .style .style__item--border {
    margin-top: 1.4641288433vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--border {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__item--border {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__item--border {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.style .style__place--list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .style .style__place--list {
    flex-wrap: wrap;
    -moz-column-gap: 1.756954612vw;
    column-gap: 1.756954612vw;
    row-gap: 1.1713030747vw;
    margin-top: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--list {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--list {
    row-gap: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--list {
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 8.5333333333vw;
  }
}
.style .style__place--item {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .style .style__place--item {
    width: 26.5007320644vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--item {
    width: 362px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--item {
    width: 100%;
  }
}
.style .style__place--link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .style .style__place--link {
    width: 100%;
    height: 3.2210834553vw;
    border-radius: 4.39238653vw;
    padding-left: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link {
    height: 44px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link {
    border-radius: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .style .style__place--link:hover .style__place--number {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--link {
    width: 100%;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    border-radius: 16vw;
    padding-left: 6.4vw;
  }
}
.style .style__place--link .common__link--text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .style .style__place--link .common__link--text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link .common__link--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--link .common__link--text {
    text-align: left;
    line-height: 130%;
    font-size: 4.2666666667vw;
  }
}
.style .style__place--link .style__place--number {
  color: #1398F0;
  display: inline-block;
  font-weight: normal;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .style .style__place--link .style__place--number {
    margin-right: 0.5856515373vw;
    font-size: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link .style__place--number {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link .style__place--number {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--link .style__place--number {
    margin-right: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
}
.style .style__place--link .icon-arrow_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .style .style__place--link .icon-arrow_right {
    right: 1.1713030747vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link .icon-arrow_right {
    right: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--link .icon-arrow_right {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--link .icon-arrow_right {
    right: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .style .style__place--main {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--main {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--main {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .style .style__place--main + .style__block--place {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .style .style__place--main + .style__block--place {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .style .style__place--main + .style__block--place {
    margin-top: 10.6666666667vw;
  }
}

.support {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .support {
    padding-top: 13.17715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .support {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__inner {
    margin-inline: auto;
    width: 83.1625183016vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__inner {
    width: 1136px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__inner {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
.support .support__heading--en {
  color: #1398F0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .support .support__heading--en {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__heading--en {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__heading--en {
    font-size: 4.8vw;
  }
}
.support .support__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__heading {
    margin-top: 1.4641288433vw;
    font-size: 4.6852122987vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__heading {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__heading {
    line-height: 130%;
    margin-top: 6.4vw;
    font-size: 10.1333333333vw;
  }
}
.support .column__head--fix {
  color: #1398F0;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .column__head--fix {
    font-size: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .column__head--fix {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .support .column__head--fix {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .support .column__body {
    width: 54.7584187408vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .column__body {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .support .column__body {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__cluture {
    margin-top: 8.0527086384vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__cluture {
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__cluture {
    margin-top: 10.6666666667vw;
  }
}
.support .support__cluture--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .support .support__cluture--text {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__cluture--text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__cluture--text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__cluture--image {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__cluture--image {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__cluture--image {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__skill {
    margin-top: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill {
    margin-top: 16vw;
  }
}
.support .support__skill--subheading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__skill--subheading {
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--subheading {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--subheading {
    font-size: 5.3333333333vw;
  }
}
.support .support__skill--lead {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .support .support__skill--lead {
    margin-top: 2.3426061493vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--lead {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--lead {
    margin-top: 5.3333333333vw;
  }
}
.support .support__skill--container {
  background: #F1F7FB;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .support .support__skill--container {
    gap: 1.756954612vw;
    margin-top: 2.9282576867vw;
    border-radius: 1.4641288433vw;
    padding-top: 2.9282576867vw;
    padding-bottom: 2.9282576867vw;
    padding-left: 2.3426061493vw;
    padding-right: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--container {
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--container {
    gap: 4.2666666667vw;
    border-radius: 5.3333333333vw;
    margin-top: 8.5333333333vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.support .support__skill--block {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .support .support__skill--block {
    border-radius: 0.7320644217vw;
    padding-left: 8.5651537335vw;
    padding-top: 2.3426061493vw;
    padding-right: 2.3426061493vw;
    padding-bottom: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--block {
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--block {
    padding-left: 117px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--block {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--block {
    padding-right: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--block {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--block {
    border-radius: 2.6666666667vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.support .support__skill--step {
  color: #1398F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .support .support__skill--step {
    position: absolute;
    font-size: 2.196193265vw;
    gap: 0.3660322108vw;
    left: 2.9282576867vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--step {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--step {
    gap: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--step {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--step {
    font-size: 6.4vw;
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__skill--step span {
    font-size: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--step span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--step span {
    font-size: 2.9333333333vw;
  }
}
.support .support__skill--title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__skill--title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--title {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.support .support__skill--text {
  font-weight: 500;
  border-top: 1px solid #C2C2C2;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .support .support__skill--text {
    font-size: 1.1713030747vw;
    margin-top: 0.7320644217vw;
    padding-top: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__skill--text {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__skill--text {
    font-size: 4.2666666667vw;
    padding-top: 4.5333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.support .support__three {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .support .support__three {
    display: flex;
    margin-top: 3.513909224vw;
    padding-top: 3.513909224vw;
    padding-bottom: 3.513909224vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three {
    padding-top: 48px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__three {
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-top: 8.5333333333vw;
  }
}
.support .support__three--heading {
  line-height: 130%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__three--heading {
    flex-shrink: 0;
    margin-right: 4.6852122987vw;
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three--heading {
    margin-right: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three--heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__three--heading {
    font-size: 6.4vw;
  }
}
.support .support__three--contents {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .support .support__three--contents {
    gap: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three--contents {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__three--contents {
    margin-top: 5.3333333333vw;
    gap: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__three--contents dl {
    display: flex;
    font-size: 1.4641288433vw;
    gap: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three--contents dl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__three--contents dl {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__three--contents dl {
    font-size: 5.3333333333vw;
  }
}
.support .support__three--contents dt {
  color: #1398F0;
  line-height: 160%;
}
.support .support__three--contents dd {
  font-weight: 700;
  line-height: 160%;
}
.support .support__three--contents dd span {
  font-weight: 500;
}
.support .support__three--contents .indent {
  display: inline-block;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .support .support__pro {
    margin-top: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__pro {
    margin-top: 17.0666666667vw;
  }
}
.support .support__pro--heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__pro--heading {
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__pro--heading {
    line-height: 150%;
    font-size: 5.3333333333vw;
  }
}
.support .support__pro--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .support .support__pro--text {
    font-size: 1.1713030747vw;
    margin-top: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__pro--text {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__pro--image {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--image {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__pro--image {
    margin-top: 10.6666666667vw;
  }
}
.support .support__pro--list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .support .support__pro--list {
    justify-content: center;
    gap: 1.8301610542vw;
    margin-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--list {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__pro--list {
    margin-top: 10.6666666667vw;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.support .support__pro--item {
  border: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .support .support__pro--item {
    width: 26.5007320644vw;
    padding: 2.3426061493vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--item {
    width: 362px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--item {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__pro--item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__pro--item {
    border-radius: 2.6666666667vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-left: 6.4vw;
    padding-right: 8.5333333333vw;
  }
}
.support .support__item--title {
  color: #1398F0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__item--title {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__item--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__item--title {
    font-size: 4.8vw;
  }
}
.support .support__item--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .support .support__item--text {
    margin-top: 1.4641288433vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__item--text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__item--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__item--text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__up {
    margin-top: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up {
    margin-top: 17.0666666667vw;
  }
}
.support .support__up--heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__up--heading {
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--heading {
    font-size: 5.3333333333vw;
  }
}
.support .support__up--text {
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .support .support__up--text {
    margin-top: 2.3426061493vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.support .support__up--list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .support .support__up--list {
    gap: 2.3426061493vw;
    margin-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--list {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--list {
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__up--item {
    width: 15.5197657394vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--item {
    width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--item {
    width: 58.6666666667vw;
  }
}
.support .support__up--link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .support .support__up--link {
    width: 100%;
    height: 3.2210834553vw;
    border-radius: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--link {
    height: 44px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--link {
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--link {
    width: 100%;
    height: 12.2666666667vw;
    border-radius: 16vw;
  }
}
.support .support__up--link .common__link--text {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support .support__up--link .common__link--text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--link .common__link--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--link .common__link--text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .support .support__up--link .icon-arrow_right {
    font-size: 1.4641288433vw;
    margin-left: 0.5856515373vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--link .icon-arrow_right {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .support .support__up--link .icon-arrow_right {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .support .support__up--link .icon-arrow_right {
    font-size: 5.3333333333vw;
    margin-left: 4.2666666667vw;
  }
}

.benefits {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefits {
    padding-bottom: 17.5695461201vw;
    padding-top: 13.17715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .benefits .benefits__inner {
    margin-inline: auto;
    width: 83.1625183016vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__inner {
    width: 1136px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__inner {
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
}
.benefits .benefits__heading--en {
  color: #1398F0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .benefits .benefits__heading--en {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__heading--en {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__heading--en {
    font-size: 4.8vw;
  }
}
.benefits .benefits__heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .benefits .benefits__heading {
    margin-top: 1.4641288433vw;
    font-size: 4.6852122987vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__heading {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__heading {
    margin-top: 5.3333333333vw;
    font-size: 10.1333333333vw;
  }
}
.benefits .column__head--fix {
  color: #1398F0;
  line-height: 150%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .benefits .column__head--fix {
    font-size: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .column__head--fix {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .column__head--fix {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .benefits .column__body {
    width: 54.7584187408vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .column__body {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .column__body {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .benefits .benefits__column {
    margin-top: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__column {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__column {
    margin-top: 10.6666666667vw;
  }
}
.benefits .benefits__lead {
  font-weight: 500;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .benefits .benefits__lead {
    font-size: 1.317715959vw;
    margin-bottom: 4.6852122987vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__lead {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__lead {
    font-size: 4.2666666667vw;
    margin-top: 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.benefits .benefits__block {
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .benefits .benefits__block {
    padding-top: 2.9282576867vw;
    padding-bottom: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__block {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__block {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__block {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.benefits .benefits__block:first-of-type {
  border-top: 1px solid #C2C2C2;
}
.benefits .benefits__block--title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .benefits .benefits__block--title {
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__block--title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__block--title {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .benefits .benefits__block--contents {
    font-size: 1.1713030747vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__block--contents {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .benefits__block--contents {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits__block--contents {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.benefits .benefits__block--contents p {
  margin: 1em 0;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .benefits .eruboshi {
    width: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .benefits .eruboshi {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .eruboshi {
    width: 26.6666666667vw;
  }
}

.place__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.place__modal.is-show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.place__modal.is-show .place__modal--slide {
  visibility: visible;
}
.place__modal .place__modal--bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(142, 142, 142, 0.4);
}
.place__modal .place__modal--inner {
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.place__modal .place__modal--close {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--close {
    cursor: pointer;
    top: 1.4641288433vw;
    right: 2.3426061493vw;
    font-size: 2.3426061493vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--close {
    top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--close {
    right: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--close {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--close {
    font-size: 8.5333333333vw;
    top: 4.8vw;
    right: 2.6666666667vw;
  }
}
.place__modal .place__modal--slide {
  background-color: #fff;
  position: relative;
  visibility: hidden;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--slide {
    border-radius: 1.4641288433vw;
    width: 78.7701317716vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--slide {
    width: 1076px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--slide {
    width: 89.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .splide__arrows {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2.1333333333vw;
    bottom: 8.5333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .place__modal .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
}
.place__modal .splide__arrow .common__link--style {
  border: 1px solid #C2C2C2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .place__modal .splide__arrow .common__link--style {
    border-radius: 1.4641288433vw;
    width: 2.3426061493vw;
    height: 7.3206442167vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .splide__arrow .common__link--style {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .splide__arrow .common__link--style {
    width: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .splide__arrow .common__link--style {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .splide__arrow .common__link--style {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .splide__arrow .common__link--style {
    border-radius: 5.3333333333vw;
    width: 37.3333333333vw;
    height: 9.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .place__modal .splide__arrow--prev {
    left: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .splide__arrow--prev {
    left: 36px;
  }
}
.place__modal .splide__arrow--prev .common__link--text {
  transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
  .place__modal .splide__arrow--next {
    right: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .splide__arrow--next {
    right: 36px;
  }
}
.place__modal .place__modal--list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--item {
    padding-top: 4.6852122987vw;
    padding-bottom: 4.6852122987vw;
    padding-left: 7.3206442167vw;
    padding-right: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--item {
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--item {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--item {
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--item {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--item {
    padding-bottom: 22.1333333333vw;
    padding-top: 7.7333333333vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--flex {
    display: flex;
    gap: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--flex {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--flex {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--contents {
    padding-top: 5.8565153734vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--contents {
    padding-top: 80px;
  }
}
.place__modal .place__modal--title {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--title {
    font-size: 1.9765739385vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--title {
    font-size: 7.2vw;
  }
}
.place__modal .place__modal--number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1398F0;
  color: #1398F0;
  font-weight: 300;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--number {
    font-size: 1.4641288433vw;
    margin-right: 1.1713030747vw;
    width: 3.074670571vw;
    height: 3.074670571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--number {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--number {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--number {
    width: 42px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--number {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--number {
    font-size: 5.3333333333vw;
    margin-right: 4.2666666667vw;
    width: 11.2vw;
    height: 11.2vw;
  }
}
.place__modal .place__modal--text {
  font-weight: bold;
  line-height: 180%;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--text {
    margin-top: 2.3426061493vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--text {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.place__modal .place__modal--image {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .place__modal .place__modal--image {
    width: 32.6500732064vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .place__modal .place__modal--image {
    width: 446px;
  }
}
@media screen and (max-width: 767px) {
  .place__modal .place__modal--image {
    margin-top: auto;
    width: 100%;
  }
}