@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #fff;
  line-height: 1;
  margin: auto;
  max-width: 2000px;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") no-repeat center 0 fixed, #171717;
  background-size: 2000px 1000px;
  min-width: 750px;
  margin: 0 auto;
}

.fv__button-bg {
/*  background: url("../img/fv-button-bg.jpg") no-repeat top center;*/
  background-size: 750px auto;
  margin: 0 auto;
}

.feature {
  background: url("../img/feature-bg.jpg") no-repeat top center;
  background-size: 750px auto;
  margin: 0 auto;
}

.point {
  background-color: #efefef;
}

.recommend {
  background-color: #c12d00;
}

.plan {
  background-color: #c6c6c6;
}

.fixed-nav {
  background-color: #c6c6c6;
  width: 750px;
  top: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 30px; */
  padding: 0 90px 0 30px;
}
.fixed-nav .fixed-logo img {
  width: 113px;
}
.fixed-nav .fixed-link {
  display: flex;
  gap: 10px;
}
.fixed-nav .fixed-link01 img,
.fixed-nav .fixed-link02 img {
  width: 180px;
}

.information {
  background-color: #efefef;
}
.information__map {
  margin: auto;
  width: 690px;
  height: 450px;
}

.bottom {
  background-color: #c12d00;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 210px;
}
.bottom__title img {
  width: 352px;
}
.bottom__icon {
  padding-top: 24px;
  display: flex;
  gap: 30px;
}
.bottom__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
}
.bottom__link div {
  width: 230px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom__link01 {
  position: relative;
}
.bottom__link01 a img {
  width: 121px;
}
.bottom__link01:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #fff;
  height: 70px;
}
.bottom__link02 {
  position: relative;
}
.bottom__link02 a img {
  width: 170px;
}
.bottom__link02:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #fff;
  height: 70px;
}
.bottom__link03 a img {
  width: 122px;
}

.fixed-bottom {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fixed-bottom.show {
  display: block;
  opacity: 1;
}
@media (max-width: 768px) {
  .fixed-bottom {
    display: block;
    opacity: 1;
    transition: none;
  }
}
.fixed-bottom {
  position: fixed;
  bottom: -1%;
  background-color: rgba(255, 255, 255, 0.6);
}
.fixed-bottom .fixed-bottom-inner {
  padding: 25px 0;
  width: 750px;
  margin: auto;
  text-align: center;
}
.fixed-bottom .fixed-bottom-inner img {
  width: 690px;
}



/*columnエリア追加*/
.blog {
    background: #c12d00;
    padding: 50px 0;
}

.blog h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 34px;
    text-align: center;
}

.blog_inner {
    padding: 0 30px;
}

.blog_inner li {
    background: #fff;
    margin-bottom: 20px;
}

.blog_inner li a {
    display: flex;
    padding: 20px;
    font-size: 18px;
}

.blog_inner li figure {
    margin: 0 20px 0 0 ;
}

.blog_inner li figure img {
    width: 160px;
}

.blog_inner li figure.thumb img {
    height: 160px;
    object-fit: cover;
}

.blog_inner li span {
    line-height: 2.0;
    display: block;
}

.blog .more {
    text-align: center;
    margin: 0 0 60px 0;
    padding: 30px 0 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.blog .more .button {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 0.8em 3em;
    border: 1px solid #fff;
}

.blog .more .button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/* ボタンエリア */
.btn-box-1 {
  background-color: #efefef;
  padding: 10px 30px 100px;
}
.btn-box-2 {
  background: #dcdcdc;
  padding: 50px 30px;
}
.btn-box-3 {
  background: #424244;
  padding: 10px 30px 40px;
}

/* 30分レッスン */
.lesson-30min-1 {
  background: #fff;
  margin-bottom: 20px;
  padding: 0 0 40px;
}
.lesson-30min-2 {
  /* background: #fff; */
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 0 0 40px;
}
.lesson-30min_btn {
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .blog h2 {
      color: #fff;
      margin-bottom: 30px;
      text-align: center;
      font-size: 40px;
  }
  .blog_inner{
    padding: 0 40px;
  }
  .blog_inner li a {
    font-size: 24px;
  }
  .blog_inner li figure img {
      width: 200px;
  }
  .blog_inner li figure.thumb img {
      height: 200px;
  }
  .blog .more .button {
    font-size: 20px;
  }
}


.tiktok{
	background: #c12d00;
	padding: 0 30px 20px;
}