@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.front img {
  max-width: 100%;
  vertical-align: bottom;
}

.top-slider-outer {
  position: relative;
  height: 587px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-slider-outer {
    height: 300px;
  }
}
.top-slider-outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 587px;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-slider-outer::before {
    height: 300px;
  }
}
.top-slider-outer .front-mv-slick {
  height: 587px;
}
@media screen and (max-width: 767px) {
  .top-slider-outer .front-mv-slick {
    height: 300px;
  }
}
.top-slider-outer .front-mv-slick__img {
  width: 100%;
  height: 587px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1120/587;
}
@media screen and (max-width: 767px) {
  .top-slider-outer .front-mv-slick__img {
    height: 300px;
  }
}

.front-mv-content {
  position: absolute;
  inset: 0;
  width: 1340px;
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .front-mv-content {
    padding: 0 20px;
  }
}

.front-mv-text01 {
  margin: 125px 0 40px 0;
  font-size: 24px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
}
@media screen and (max-width: 767px) {
  .front-mv-text01 {
    margin: 60px 0 25px 0;
    font-size: 18px;
  }
}

.front-mv-text02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 48px 74px 51px 50px;
  border: solid 1px #fff;
  font-size: 48px;
  line-height: 1.38;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
}
@media screen and (max-width: 1050px) {
  .front-mv-text02 {
    padding: 48px 60px 51px 50px;
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .front-mv-text02 {
    padding: 20px 20px 23px 20px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.front-mv-text02__small {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .front-mv-text02__small {
    font-size: 18px;
  }
}

/* 税務署に指摘されない相続税申告 */
.front-sec01 {
  padding: 60px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .front-sec01 {
    overflow: hidden;
  }
}
.front-sec01__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding: 50px 0 45px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec01__title {
    padding: 20px 0 20px 0;
    font-size: 30px;
    line-height: 1.4;
  }
}
.front-sec01__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -54px;
  width: 144px;
  height: 144px;
  background-color: #fac5c5;
  border-radius: 100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec01__title::before {
    right: -20px;
    width: 70px;
    height: 70px;
  }
}
.front-sec01__title-small {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .front-sec01__title-small {
    font-size: 22px;
  }
}

.front-sec01-block01 {
  display: grid;
  grid-template-columns: 56.5% 42.5%;
}
@media screen and (max-width: 1050px) {
  .front-sec01-block01 {
    grid-template-columns: 1fr;
  }
}
.front-sec01-block01__text {
  margin-bottom: 30px;
  line-height: 2.25;
}
.front-sec01-block01__img {
  padding: 20px 0px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec01-block01__img {
    padding: 20px 0px 0 0px;
  }
}

/* 相続税法に合格する税理士は、100人に1人 */
.front-sec02 {
  padding: 60px 0 80px 0;
  background: url("../img/front/sec02-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .front-sec02 {
    overflow: hidden;
  }
}
.front-sec02__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding: 50px 0 45px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .front-sec02__title {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .front-sec02__title {
    padding: 20px 0 20px 0;
    font-size: 30px;
    line-height: 1.4;
  }
}
.front-sec02__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -54px;
  width: 144px;
  height: 144px;
  background-color: #03989f;
  border-radius: 100px;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec02__title::before {
    right: -20px;
    width: 70px;
    height: 70px;
  }
}
.front-sec02__title-small {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .front-sec02__title-small {
    font-size: 22px;
  }
}
.front-sec02__memo {
  margin: -30px auto 90px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec02__memo {
    margin: 0px auto 90px auto;
  }
}

.front-sec02-block01 {
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .front-sec02-block01 {
    grid-template-columns: 1fr;
  }
}
.front-sec02-block01__title {
  margin-bottom: 55px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__title {
    font-size: 22px;
    text-align: center;
    line-height: 1.7;
  }
}
.front-sec02-block01__title > span {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__title > span {
    font-size: 22px;
  }
}
.front-sec02-block01__text {
  margin-bottom: 30px;
  line-height: 2.25;
}
.front-sec02-block01__img {
  padding: 20px 0px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec02-block01__img {
    padding: 20px 0px 0 0px;
  }
}

/* 相続税は担当する税理士よって納める額が大きく違う */
.front-sec03 {
  padding: 75px 0 20px 0;
  overflow: hidden;
}
.front-sec03__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding: 50px 0 45px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .front-sec03__title {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .front-sec03__title {
    padding: 20px 0 20px 0;
    font-size: 30px;
    line-height: 1.4;
  }
}
.front-sec03__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -54px;
  width: 144px;
  height: 144px;
  background-color: #03989f;
  border-radius: 100px;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec03__title::before {
    right: -20px;
    width: 70px;
    height: 70px;
  }
}
.front-sec03__title-small {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .front-sec03__title-small {
    font-size: 22px;
  }
}
.front-sec03__sub-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .front-sec03__sub-title {
    font-size: 20px;
    text-align: left;
  }
}

.front-sec03-block01 {
  display: grid;
  grid-template-columns: 41% 58%;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .front-sec03-block01 {
    grid-template-columns: 1fr;
  }
}
.front-sec03-block01__text {
  margin-bottom: 30px;
  line-height: 2.25;
}
.front-sec03-block01__img {
  padding: 20px 0px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec03-block01__img {
    padding: 20px 0px 0 0px;
  }
}

.front-sec04 {
  padding: 140px 0 150px 0;
  background: url("../img/front/sec04-bg01.webp") no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec04 {
    padding: 140px 0 120px 0;
  }
}
.front-sec04__inner {
  padding: 0 20px;
}
.front-sec04__lead {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  text-shadow: 2px 2px 8px #fff;
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 490px;
  margin-left: 490px;
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  .front-sec04__lead {
    margin-bottom: 60px;
    font-size: 16px;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }
}

.front-sec04-block01 {
  position: relative;
  width: 1530px;
  max-width: 100%;
  height: 820px;
  margin: 100px auto 100px auto;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01 {
    height: auto;
    margin: 100px auto 100px auto;
  }
}
.front-sec04-block01__main {
  position: relative;
  top: 60px;
  width: 420px;
  height: 420px;
  margin: auto;
  background: url("../img/front/sec04-illust01.png") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__main {
    top: 0px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__main {
    width: 100%;
    width: 300px;
    height: 300px;
  }
}
.front-sec04-block01__main-lead {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 165px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__main-lead {
    padding-top: 116px;
    font-size: 17px;
  }
}
.front-sec04-block01__mein-title {
  font-size: 40px;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__mein-title {
    font-size: 30px;
  }
}
.front-sec04-block01__item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__item-wrap {
    grid-template-columns: 1fr;
  }
}
.front-sec04-block01__item {
  position: absolute;
  width: 100%;
  max-width: 340px;
  height: 224px;
  padding: 55px 10px 35px 10px;
  border: solid 2px #03989f;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item {
    position: relative;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__item {
    height: 165px;
    padding: 30px 10px 30px 10px;
  }
}
.front-sec04-block01__item--01 {
  top: 0;
  left: 110px;
}
@media screen and (max-width: 1400px) {
  .front-sec04-block01__item--01 {
    left: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .front-sec04-block01__item--01 {
    left: 0%;
  }
}
.front-sec04-block01__item--01::before {
  content: "";
  position: absolute;
  top: 100px;
  right: -224px;
  width: 224px;
  height: 135px;
  background: url("../img/front/sec04-line01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--01::before {
    display: none;
  }
}
.front-sec04-block01__item--02 {
  top: 316px;
  left: 0px;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--02 {
    top: 0;
  }
}
.front-sec04-block01__item--02::before {
  content: "";
  position: absolute;
  top: 25px;
  right: -244px;
  width: 244px;
  height: 97px;
  background: url("../img/front/sec04-line02.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--02::before {
    display: none;
  }
}
.front-sec04-block01__item--03 {
  bottom: 0;
  left: 320px;
}
@media screen and (max-width: 1400px) {
  .front-sec04-block01__item--03 {
    left: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .front-sec04-block01__item--03 {
    left: 12%;
  }
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--03 {
    left: 0;
  }
}
.front-sec04-block01__item--03::before {
  content: "";
  position: absolute;
  top: -214px;
  right: 10px;
  width: 157px;
  height: 214px;
  background: url("../img/front/sec04-line03.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--03::before {
    display: none;
  }
}
.front-sec04-block01__item--04 {
  bottom: 0;
  right: 320px;
}
@media screen and (max-width: 1400px) {
  .front-sec04-block01__item--04 {
    right: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .front-sec04-block01__item--04 {
    right: 12%;
  }
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--04 {
    right: 0;
  }
}
.front-sec04-block01__item--04::before {
  content: "";
  position: absolute;
  top: -214px;
  left: 10px;
  width: 157px;
  height: 214px;
  background: url("../img/front/sec04-line03.png") no-repeat 50% 50%;
  background-size: cover;
  transform: scale(-1, 1);
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--04::before {
    display: none;
  }
}
.front-sec04-block01__item--05 {
  top: 316px;
  right: 0px;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--05 {
    top: 0;
  }
}
.front-sec04-block01__item--05::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -244px;
  width: 244px;
  height: 97px;
  background: url("../img/front/sec04-line02.png") no-repeat 50% 50%;
  background-size: cover;
  transform: scale(-1, 1);
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--05::before {
    display: none;
  }
}
.front-sec04-block01__item--06 {
  top: 0;
  right: 110px;
}
@media screen and (max-width: 1400px) {
  .front-sec04-block01__item--06 {
    right: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .front-sec04-block01__item--06 {
    right: 0;
  }
}
.front-sec04-block01__item--06::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -224px;
  width: 224px;
  height: 135px;
  background: url("../img/front/sec04-line01.png") no-repeat 50% 50%;
  background-size: cover;
  transform: scale(-1, 1);
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .front-sec04-block01__item--06::before {
    display: none;
  }
}
.front-sec04-block01__item-title {
  position: relative;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #056b70;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__item-title {
    font-size: 20px;
  }
}
.front-sec04-block01__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 227px;
  height: 1px;
  margin: auto;
  background-color: #03989f;
}
.front-sec04-block01__item-lead {
  padding-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__item-lead {
    font-size: 16px;
  }
}

/* Service */
.front-sec05 {
  padding: 120px 0 50px 0;
}

.front-sec05-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .front-sec05-block01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .front-sec05-block01 {
    grid-template-columns: 1fr;
  }
}
.front-sec05-block01__item {
  position: relative;
  z-index: 2;
  padding: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__item {
    padding: 45px 20px;
  }
}
.front-sec05-block01__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
  transition: 0.2s ease;
}
.front-sec05-block01__item:hover::before {
  opacity: 0.8;
}
.front-sec05-block01__item--01 {
  background: url("../img/front/sec05-img01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec05-block01__item--02 {
  background: url("../img/front/sec05-img02.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec05-block01__item--03 {
  background: url("../img/front/sec05-img03.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec05-block01__item--04 {
  background: url("../img/front/sec05-img04.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec05-block01__body {
  min-height: 320px;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__body {
    min-height: 280px;
  }
}
.front-sec05-block01__img {
  height: 70px;
  margin-bottom: 20px;
}
.front-sec05-block01__title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
.front-sec05-block01__title > span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__title > span {
    font-size: 18px;
  }
}
.front-sec05-block01__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 290px;
  max-width: 100%;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
.front-sec05-block01__content {
  width: 100%;
  max-width: 372px;
  min-height: 80px;
  margin: auto;
}
.front-sec05-block01__content p {
  font-size: 18px;
  color: #fff;
}
.front-sec05-block01__btn {
  text-align: center;
}

/* Example */
.front-sec06 {
  position: relative;
  padding: 180px 0 180px 0;
  background-image: linear-gradient(to top, #fff, #fef9ed);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front-sec06 {
    padding: 120px 0 120px 0;
  }
}
.front-sec06::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 70%;
  height: calc(100% - 100px - 40px);
  background-color: #004aac;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec06::before {
    top: 70px;
    width: 90%;
    height: calc(100% - 70px - 40px);
  }
}

.front-sec06-block01 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.front-sec06-block01__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1630px;
}
.front-sec06-block01__head {
  width: 400px;
  padding: 10px 20px 0px;
}
@media screen and (max-width: 1300px) {
  .front-sec06-block01__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec06-block01__head {
    justify-content: center;
  }
}
.front-sec06-block01__body {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1300px) {
  .front-sec06-block01__body {
    width: 1160px;
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
}
.front-sec06-block01__title {
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 35px 0;
  color: #fff;
}
.front-sec06-block01__title span {
  color: #fff;
}
.front-sec06-block01__btn a {
  min-width: 250px;
  min-height: 70px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .front-sec06-block01__btn a {
    margin: 50px auto 0;
  }
}

.front-sec06-block02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  padding: 28px 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .front-sec06-block02 {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 20px;
  }
}
.front-sec06-block02__item {
  padding: 20px 20px 30px;
  box-shadow: 1px 1.7px 6px 0 rgba(78, 78, 78, 0.3);
  text-align: center;
}
.front-sec06-block02__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 340/255;
  margin-bottom: 25px;
}
.front-sec06-block02__title {
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .front-sec06-block02__title {
    font-size: 18px;
  }
}
.front-sec06-block02__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Voice */
.front-sec07 {
  position: relative;
  padding: 100px 0 160px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front-sec07 {
    padding: 100px 0 120px 0;
  }
}
.front-sec07::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 70%;
  height: calc(100% - 50px);
  background-color: #03989f;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec07::before {
    width: 90%;
    height: calc(100% - 50px);
  }
}

.front-sec07-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.front-sec07-block01__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1700px;
}
@media screen and (max-width: 1300px) {
  .front-sec07-block01__inner {
    flex-direction: column-reverse;
  }
}
.front-sec07-block01__head {
  width: 400px;
  padding: 10px 20px 0px;
}
@media screen and (max-width: 1300px) {
  .front-sec07-block01__head {
    width: 100%;
    padding: 0 20px;
  }
}
.front-sec07-block01__head-inner {
  width: 255px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .front-sec07-block01__head-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.front-sec07-block01__body {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1300px) {
  .front-sec07-block01__body {
    width: 1160px;
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
}
.front-sec07-block01__title {
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 35px 0;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .front-sec07-block01__title {
    color: #111;
  }
}
@media screen and (max-width: 767px) {
  .front-sec07-block01__title {
    margin: 0 auto 35px;
    color: #fff;
  }
}
.front-sec07-block01__title span {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .front-sec07-block01__title span {
    color: #999;
  }
}
@media screen and (max-width: 767px) {
  .front-sec07-block01__title span {
    color: #fff;
  }
}
.front-sec07-block01__btn a {
  min-width: 250px;
  min-height: 70px;
  margin: 0;
  background-color: #004aac;
}
@media screen and (max-width: 767px) {
  .front-sec07-block01__btn a {
    margin: 50px auto 0;
  }
}

.front-sec07-block02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  padding: 28px 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .front-sec07-block02 {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 20px;
  }
}
.front-sec07-block02__item {
  padding: 20px 20px 30px;
  box-shadow: 1px 1.7px 6px 0 rgba(78, 78, 78, 0.3);
  text-align: center;
}
.front-sec07-block02__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 360/231;
  margin-bottom: 25px;
}
.front-sec07-block02__title {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: left;
}
.front-sec07-block02__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* cta */
.front-cta {
  padding: 75px 0;
  background: url("../img/front/front-cta-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

.front-cta-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .front-cta-block01 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* About us */
.front-sec08 {
  padding: 120px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .front-sec08 {
    padding: 70px 0 50px 0;
  }
}

.front-sec08-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .front-sec08-block01 {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.front-sec08-block01__item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.front-sec08-block01__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: 0.3s ease;
}
.front-sec08-block01__item:hover::before {
  background-color: #000;
  opacity: 0.3;
}
.front-sec08-block01__item--01 {
  background: url("../img/front/sec08-img01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec08-block01__item--02 {
  background: url("../img/front/sec08-img02.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec08-block01__item--03 {
  background: url("../img/front/sec08-img03.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec08-block01__item--04 {
  background: url("../img/front/sec08-img04.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec08-block01__link {
  display: block;
  padding: 200px 20px 220px;
}
@media screen and (max-width: 1050px) {
  .front-sec08-block01__link {
    padding: 100px 20px 120px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec08-block01__link {
    padding: 50px 20px 60px;
  }
}
.front-sec08-block01__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .front-sec08-block01__title {
    font-size: 20px;
  }
}
.front-sec08-block01__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 186px;
  max-width: 100%;
  height: 1px;
  margin: auto;
  background-color: #fff;
}
.front-sec08-block01__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* 東進ホームについて */
.front-blog {
  padding: 70px 0 50px 0;
  overflow: hidden;
}
.front-blog__inner {
  padding: 0 20px;
}

.front-blog-block01 {
  position: relative;
  width: 780px;
  max-width: 100%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
  .front-blog-block01 {
    margin: 0 auto 20px auto;
  }
}
.front-blog-block01::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -170px;
  width: 150px;
  height: 186px;
  background: url("../img/front/sec07-illust01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-blog-block01::before {
    top: -178px;
    left: 0px;
    width: 84px;
    height: 106px;
  }
}
.front-blog-block01::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: -170px;
  width: 170px;
  height: 193px;
  background: url("../img/front/sec07-illust02.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-blog-block01::after {
    bottom: -124px;
    right: 0px;
    width: 84px;
    height: 106px;
  }
}
.front-blog-block01__item {
  padding: 25px 20px;
  border-bottom: 1px dotted #111;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__item {
    padding: 25px 0px;
  }
}
.front-blog-block01__item:first-of-type {
  border-top: 1px dotted #111;
}
.front-blog-block01__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.front-blog-block01__info {
  width: 130px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__info {
    width: 120px;
  }
}
.front-blog-block01__title {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__title {
    -webkit-line-clamp: 2;
  }
}

/* Media */
.front-sec09 {
  padding: 70px 0 0px 0;
}
.front-sec09__inner {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 50px 20px 50px 20px;
  background: url("../img/front/sec09-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.front-sec09__img {
  text-align: center;
}

/* お問い合わせ */
.cta {
  padding: 90px 0 110px 0;
  background: url("../img/cta-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.cta__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #052754;
}
@media screen and (max-width: 767px) {
  .cta__title {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.4;
  }
}

.cta-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .cta-block01 {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.cta-block01__item {
  padding: 55px 20px 55px 20px;
}
@media screen and (max-width: 767px) {
  .cta-block01__item {
    padding: 30px 20px 30px 20px;
  }
}
.cta-block01__item--01 {
  display: flex;
  justify-content: flex-end;
  background-color: #004aac;
}
.cta-block01__item--02 {
  background-color: #03989f;
}
.cta-block01__link {
  display: block;
  width: 100%;
  max-width: 550px;
  color: #fff;
  text-align: center;
}
.cta-block01__memo {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cta-block01__memo {
    font-size: 18px;
  }
}
.cta-block01__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  vertical-align: bottom;
}
.cta-block01__text {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .cta-block01__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cta-block01__text {
    font-size: 24px;
  }
}