@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

dd, dt {
  display: inline-block;
}

.only_sp {
  display: none;
}

.only_pc {
  display: block;
}

@media (max-width: 768px) {
  .only_sp {
    display: block !important;
  }
  .only_pc {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

/*-- globalフォルダの直下の_index.scss --*/
body {
  color: #fff;
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0px;
  position: relative;
}

section {
  width: 100%;
  position: relative;
}

p {
  font-size: 1.4rem;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  overflow: hidden;
}

a {
  color: #000;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1080px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.block {
  display: block;
}

.inline_block {
  display: inline-block;
}

.main {
  width: 100%;
  position: relative;
}
.main__bg {
  width: 100%;
  background-repeat: repeat;
  background-position-x: center;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  height: 100%;
  background-image: url("../images/bg2.jpg");
  background-position: top;
}

@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    position: relative;
  }
  .main__bg {
    width: 100%;
    background-repeat: repeat;
    background-position-x: center;
    background-size: cover;
    position: relative;
    padding-top: 0px;
    height: 100%;
    background-image: url("../images/bg2_sp.jpg");
    background-position: center;
  }
}
.footer {
  height: 100%;
  padding-bottom: 300px;
  padding-top: 120px;
}
.footer__contact {
  margin-bottom: 180px;
  text-align: center;
}
.footer__info {
  text-align: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__logo {
  max-width: 160px;
  width: 20%;
  margin-right: 40px;
}
.footer__logo img {
  width: 100%;
}
.footer__txt:first-child {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.footer__txt--copy {
  margin-top: 40px;
}
.footer__cv {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
}
.footer__cv__btns {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__cv__btns img.ship {
  width: 18%;
}
.footer__cv__btn--tel {
  margin-right: 0%;
}
.footer__back {
  position: fixed;
  right: 0;
  bottom: 60px;
}

@media screen and (max-width: 768px) {
  .footer {
    height: 100%;
    padding-bottom: 200px;
    padding-top: 120px;
    position: relative;
  }
  .footer:before {
    content: "";
    position: absolute;
    top: -14%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/footer_bg_sp.png");
    width: 50px;
    height: 250px;
  }
  .footer__contact {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer__info {
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    width: 150px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer__txt:first-child {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 54px;
  }
  .footer__cv {
    position: fixed;
    bottom: 0px;
    left: 0px;
    transform: translate(0%, 0);
    width: 100%;
  }
  .footer__cv__btns {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .footer__cv__btn--tel {
    margin-right: 0;
  }
  .footer__back {
    position: fixed;
    right: 20px;
    bottom: 140px;
    width: 40px;
  }
}
.cv {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
}
.cv__container {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.cv__top {
  position: absolute;
  right: 60px;
}

a.footer__cv__btn {
  max-width: 383px;
  border-radius: 5px;
}

a.btn.gradient {
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #3694B3 0%, #6264D3 103.85%);
  box-shadow: 0px 4px 4px #000000;
  color: #fff;
  width: 260px;
  height: 77px;
  line-height: 77px;
  font-size: 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  a.btn.gradient {
    display: inline-block;
    text-align: center;
    width: 260px;
    height: 77px;
    line-height: 77px;
    font-size: 2rem;
    margin: 0 auto;
  }
}
.sub__ttl {
  font-family: "Hiragino Kaku Gothic Pro", serif;
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub__ttl {
    font-size: 2rem;
  }
}
.mv {
  position: relative;
}
.mv__bg {
  width: 100%;
  background-repeat: repeat;
  background-position-x: center;
  background-size: cover;
  position: relative;
  height: 138vh;
  background-image: url("../images/bg1.png");
}
.mv__story {
  padding-top: 10px;
}
.mv__ttl {
  position: absolute;
  left: 50%;
  top: 53%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.mv__ttl--logo {
  width: 22%;
  margin: 0 auto;
}
.mv__animation {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  height: 10px;
  width: 10px;
  transform: rotateZ(40deg);
  position: absolute;
  top: 20%;
  left: 85%;
}
.mv__content {
  height: 0;
  width: 2px;
  -webkit-animation: anim 5s linear 0s forwards infinite;
          animation: anim 5s linear 0s forwards infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  background: linear-gradient(transparent, rgb(255, 255, 255));
}
.mv__animation--2 {
  top: 10%;
  left: 85%;
}
.mv__content--2 {
  height: 0;
  width: 2px;
  -webkit-animation: anim 5s linear 1s forwards infinite;
          animation: anim 5s linear 1s forwards infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  background: linear-gradient(transparent, rgb(255, 255, 255));
}
@-webkit-keyframes anim {
  0% {
    transform: translateX(0px) translateY(0px);
    opacity: 0;
    height: 0;
  }
  5% {
    opacity: 1;
    height: 60px;
  }
  10% {
    opacity: 1;
    transform: translate(-1000%, 1000%);
    height: 60px;
  }
  11% {
    opacity: 0;
  }
  90% {
    height: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim {
  0% {
    transform: translateX(0px) translateY(0px);
    opacity: 0;
    height: 0;
  }
  5% {
    opacity: 1;
    height: 60px;
  }
  10% {
    opacity: 1;
    transform: translate(-1000%, 1000%);
    height: 60px;
  }
  11% {
    opacity: 0;
  }
  90% {
    height: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv__txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}
.mv__txt span {
  display: inline;
}
.mv__txt--first {
  margin-top: 40px;
}
.mv__subtxt {
  display: block;
  text-align: right;
  margin-right: 3%;
  font-size: 1.6rem;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
  }
  .mv__bg {
    width: 100%;
    background-repeat: repeat;
    background-position-x: center;
    background-size: cover;
    position: relative;
    height: 100vh;
    background-image: url("../images/bg1_sp.png");
  }
  .mv__ttl {
    width: 100%;
    position: absolute;
    top: 52%;
  }
  .mv__ttl--logo {
    width: 24%;
    margin: 0 auto;
  }
  .mv__ttl--txt {
    width: 90%;
    margin: 0 auto;
  }
  .mv__animation--2 {
    top: 10%;
    left: 85%;
  }
  .mv__content--2 {
    height: 0;
    width: 2px;
    -webkit-animation: anim 5s linear 1s forwards infinite;
            animation: anim 5s linear 1s forwards infinite;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    background: linear-gradient(transparent, rgb(255, 255, 255));
  }
  .mv__txt {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    width: 85%;
    margin: 10px auto 0;
  }
  .mv__txt span {
    display: block;
  }
  .mv__subtxt {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 40px;
  }
}
.slider-sec {
  margin: 150px auto 120px;
  max-width: 1920px;
  width: 100%;
}

.slick-img img {
  height: auto;
  transform: scale(0.8);
  transition: transform 0.5s;
  width: 100%;
}

.slider .slick-center img {
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .slider-sec {
    margin: 90px auto 120px;
    max-width: 1920px;
    width: 90%;
  }
  .slick-img img {
    height: auto;
    transform: scale(0.8);
    transition: transform 0.5s;
    width: 100%;
  }
  .slider .slick-center img {
    transform: scale(1);
  }
}
.content {
  padding-top: 330px;
  padding-bottom: 120px;
  position: relative;
}
.content:before {
  content: "";
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/content_bg.png");
  width: 6%;
  height: 662px;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .sub__ttl {
  margin-bottom: 60px;
  position: relative;
}
.content__box {
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1242px;
  margin: 0 auto;
}
.content__left {
  max-width: 561px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFFFFF;
  margin-right: 50px;
  padding: 40px;
  margin-left: 50px;
  width: 60%;
}
.content__list {
  text-align: center;
  display: flex;
  justify-content: center;
  justify-content: initial;
  align-items: center;
  margin-left: 50px;
  margin-bottom: 40px;
}
.content__list--last {
  align-items: baseline;
}
.content__ttl {
  width: 110px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 1.4rem;
  line-height: 40px;
}
.content__txt {
  font-size: 2rem;
  text-align: left;
}
.content__txt img {
  display: inline-block;
  vertical-align: middle;
}
.content__txt span {
  display: inline-block;
  margin-right: 15px;
}
.content__txt span.mr35 {
  margin-right: 35px;
}
.content__txt span.red {
  font-size: 24px;
  color: #FF0000;
}
.content__subtxt {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .content {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  .content:before {
    content: "";
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/content_bg_sp.png");
    width: 50px;
    height: 270px;
  }
  .content .sub__ttl {
    margin-bottom: 20px;
  }
  .content__box {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .content__left {
    max-width: 310px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #FFFFFF;
    padding: 40px 15px 35px 15px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .content__list {
    text-align: center;
    display: flex;
    justify-content: center;
    justify-content: initial;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .content__list--last {
    align-items: baseline;
  }
  .content__ttl {
    width: 100px;
    min-width: 100px;
    margin-right: 15px;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .content__txt {
    font-size: 1.6rem;
  }
  .content__txt img {
    width: 43px;
  }
  .content__txt span {
    display: inline-block;
    margin-right: 10px;
  }
  .content__txt span.mr35 {
    margin-right: 0;
  }
  .content__txt span.red {
    font-size: 2rem;
    color: #FF0000;
  }
  .content__txt span.numsp {
    display: block;
    margin-left: 50px;
    margin-top: -5px;
  }
  .content__subtxt {
    text-align: left;
    padding-left: 0.2em;
    text-indent: -1em;
  }
  .content__subtxt p {
    line-height: 1.5;
  }
}
.point {
  padding-top: 350px;
  padding-bottom: 120px;
  position: relative;
}
.point .sub__ttl {
  margin-bottom: 100px;
}
.point:before {
  content: "";
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/point_bg.png");
  width: 6%;
  height: 777px;
  background-size: contain;
  background-repeat: no-repeat;
}
.point__box {
  width: 90%;
  max-width: 1237px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.point__right {
  max-width: 553px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFFFFF;
  padding: 20px 30px 30px;
  margin-right: 50px;
  width: 50%;
}
.point__left {
  margin-right: 50px;
}
.point__list {
  text-align: center;
  display: flex;
  justify-content: center;
  justify-content: initial;
  align-items: center;
  margin-bottom: 30px;
}
.point__list p {
  color: #C3A400;
}
.point__list:last-child {
  margin-bottom: 0;
}
.point__ttl {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  border: 1px solid #C4A400;
  border-radius: 50px;
  margin-right: 40px;
  font-size: 1.4rem;
}
.point__ttl span.num {
  font-family: "Hiragino Mincho Pro", sans-serif;
  font-size: 3.6rem;
}
.point__txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .point {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  .point .sub__ttl {
    margin-bottom: 30px;
  }
  .point:before {
    content: "";
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/point_bg_sp.png");
    width: 50px;
    height: 250px;
  }
  .point__box {
    width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .point__right {
    max-width: 310px;
    padding: 16px 13px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .point__left {
    margin-right: 0px;
  }
  .point__list {
    text-align: center;
    display: flex;
    justify-content: center;
    justify-content: initial;
    align-items: center;
    margin-bottom: 25px;
  }
  .point__list p {
    color: #C3A400;
  }
  .point__list:last-child {
    margin-bottom: 0;
  }
  .point__ttl {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    margin-right: 7px;
    font-size: 1.4rem;
  }
  .point__ttl span.num {
    font-family: "Hiragino Mincho Pro", sans-serif;
    font-size: 3.6rem;
  }
  .point__txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .point__txt span {
    display: block;
  }
}
.place {
  padding-top: 350px;
  padding-bottom: 120px;
  position: relative;
}
.place .sub__ttl {
  margin-bottom: 100px;
}
.place:before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/place_bg.png");
  width: 6%;
  height: 748px;
  background-size: contain;
  background-repeat: no-repeat;
}
.place__box {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.place__left {
  max-width: 677px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #FFFFFF;
  margin-right: 50px;
  padding: 47px 30px 20px;
  width: 52%;
}
.place__list {
  margin-bottom: 36px;
}
.place__ttl {
  text-align: center;
  width: 122px;
  height: 42px;
  border: 1px solid #FFFFFF;
  font-size: 2.4rem;
  line-height: 42px;
  margin: 0 auto 27px;
}
.place__txt {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 22px;
}
.place__txt span {
  display: block;
  text-decoration: underline;
  font-size: 2.4rem;
}
.place__subtxt p {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .place {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  .place .sub__ttl {
    margin-bottom: 30px;
  }
  .place:before {
    content: "";
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/place_bg_sp.png");
    width: 50px;
    height: 250px;
  }
  .place__box {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .place__left {
    max-width: 310px;
    margin: 0 auto;
    padding: 40px 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  .place__list {
    margin-bottom: 32px;
    min-height: 100px;
  }
  .place__ttl {
    text-align: center;
    width: 100px;
    height: 30px;
    border: 1px solid #FFFFFF;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 auto 20px;
  }
  .place__txt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 13px;
  }
  .place__txt span {
    font-size: 1.8rem;
  }
  .place__subtxt {
    font-size: 1.2rem;
  }
  .place__subtxt p {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.schedule {
  padding-top: 320px;
  padding-bottom: 120px;
  position: relative;
}
.schedule .sub__ttl {
  margin-bottom: 90px;
}
.schedule .sub__ttl span {
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  display: block;
  text-align: center;
}
.schedule:before {
  content: "";
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/schedule_bg.png");
  width: 6%;
  height: 683px;
  background-size: contain;
  background-repeat: no-repeat;
}
.schedule__box {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.schedule__right {
  max-width: 500px;
  width: 90%;
  margin-left: 35px;
}
.schedule__left {
  width: 10%;
}
.schedule__list {
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #FFFFFF;
  margin-bottom: 50px;
  padding: 28px 0px 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: inherit;
  max-height: 100px;
}
.schedule__ttl {
  font-size: 2.4rem;
  margin-right: 70px;
  padding-left: 30px;
}
.schedule__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
.schedule__txt span {
  line-height: 1.2;
  display: block;
}
.schedule__txt span.mt5 {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .schedule {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  .schedule .sub__ttl {
    margin-bottom: 20px;
  }
  .schedule .sub__ttl span {
    font-family: "Hiragino Mincho ProN", sans-serif;
    font-size: 1.3rem;
    display: block;
    text-align: center;
  }
  .schedule:before {
    content: "";
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/schedule_bg_sp.png");
    width: 50px;
    height: 250px;
  }
  .schedule__box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .schedule__right {
    max-width: 280px;
    width: 90%;
    margin-left: 0px;
  }
  .schedule__left {
    width: 12.5%;
  }
  .schedule__list {
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100px;
    justify-content: inherit;
  }
  .schedule__ttl {
    font-size: 1.6rem;
    margin-right: 5px;
    padding-left: 5px;
  }
  .schedule__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    padding-right: 5px;
  }
  .schedule__txt span {
    line-height: 1.2;
    display: block;
  }
}
.plan {
  padding-top: 340px;
  padding-bottom: 220px;
  position: relative;
}
.plan .sub__ttl {
  margin-bottom: 100px;
}
.plan .sub__ttl span {
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-size: 2rem;
  display: block;
  text-align: center;
}
.plan:before {
  content: "";
  position: absolute;
  top: -12.5%;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/plan_bg.png");
  width: 6%;
  height: 722px;
  background-size: contain;
  background-repeat: no-repeat;
}
.plan__box {
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1237px;
  margin: 0 auto;
}
.plan__left {
  margin-right: 50px;
}
.plan__right {
  max-width: 673px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  border: 2px solid #FFFFFF;
  padding: 45px 0px 55px 60px;
  width: 70%;
}
.plan__list {
  text-align: center;
  display: flex;
  justify-content: center;
  justify-content: initial;
  align-items: baseline;
  margin-bottom: 15px;
}
.plan__ttl {
  width: 40%;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin-right: 40px;
  font-size: 1rem;
  line-height: 30px;
  max-width: 110px;
}
.plan__txt--ml0 {
  width: 60%;
}
.plan__txt li {
  font-size: 1.4rem;
  text-align: left;
  list-style: disc;
  line-height: 1.3;
}
.plan__txt p.red {
  color: red;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .plan {
    padding-top: 105px;
    padding-bottom: 120px;
    position: relative;
  }
  .plan .sub__ttl {
    margin-bottom: 20px;
  }
  .plan .sub__ttl span {
    font-family: "Hiragino Mincho ProN", sans-serif;
    font-size: 1.3rem;
  }
  .plan:before {
    content: "";
    position: absolute;
    top: -11%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/plan_bg_sp.png");
    width: 50px;
    height: 250px;
  }
  .plan__box {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .plan__left {
    margin-right: 0px;
  }
  .plan__right {
    max-width: 310px;
    padding: 28px 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .plan__list {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: initial;
    align-items: baseline;
    margin-bottom: 20px;
  }
  .plan__ttl {
    width: 110px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .plan__txt {
    margin-left: 30px;
  }
  .plan__txt--ml {
    margin-left: 90px;
  }
  .plan__txt--ml0 {
    margin-left: 0;
    width: 100%;
  }
  .plan__txt li {
    font-size: 1.4rem;
    text-align: left;
    list-style: disc;
    line-height: 1.3;
  }
}
/*
 * setting & mixin
 */
/*
 * foundation
 */
/*
 * layout
 */
/*
 * Component
 */
/*
 * Project
 */
/*# sourceMappingURL=style.css.map */