html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1015px) {
  html {
    font-size: 0.985vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  line-height: 1;
}

body {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  color: #4E4449;
}

.wrap {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp_n {
    display: none;
  }
}

.inner {
  max-width: 104.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sub_ttl {
  color: #FFF;
  -webkit-text-stroke: 1px #eea79a81;
  text-stroke: 1px #EEA69A;
  font-family: "Zen Maru Gothic";
  font-size: 7.2rem;
  font-style: normal;
  line-height: 7.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .sub_ttl {
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
}

.ttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  color: #4E4449;
  margin-top: -2.5rem;
}
@media (max-width: 767px) {
  .ttl {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.nav {
  background-color: #EEA69A;
}
@media (max-width: 767px) {
  .nav {
    display: none;
  }
}

.list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.list-item {
  height: 7.2rem;
  position: relative;
}
.list-item:last-of-type a::before {
  content: "";
  position: absolute;
  height: 4rem;
  width: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-item::after {
  content: "";
  position: absolute;
  background: url(../img/top/LINE-icon.png) no-repeat center center/cover;
  width: 1.6rem;
  height: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.05rem;
}
.list-item a {
  height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.125;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.list-item a:hover {
  opacity: 0.7;
}
.list-item a::after {
  content: "";
  position: absolute;
  height: 4rem;
  width: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.program {
  padding-top: 6rem;
  padding-bottom: 9.18rem;
}
@media (max-width: 767px) {
  .program {
    padding-top: 2.3rem;
    padding-bottom: 4rem;
  }
}

.program__text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5.7rem;
  color: #444444;
  line-height: 1.5;
  font-family: "Noto Sans JP", serif;
  position: relative;
}
@media (max-width: 767px) {
  .program__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.1rem;
  }
}
.program__text::after {
  content: "";
  position: absolute;
  background: url(../img/top/back03.png) no-repeat center center/cover;
  width: 10rem;
  height: 10rem;
  top: -2.3rem;
  right: 8.8rem;
}
@media (max-width: 767px) {
  .program__text::after {
    background: url(../img/top/back_sp02.png) no-repeat center center/cover;
    width: 2.4rem;
    height: 2.4rem;
    right: 7rem;
    top: -1.4rem;
  }
}
@media (max-width: 767px) {
  .program__text::before {
    content: "";
    position: absolute;
    background: url(../img/top/back_sp03.png) no-repeat center center/cover;
    width: 6.3rem;
    height: 6.3rem;
    right: -3.6rem;
  }
}

.program__img {
  margin-top: 4.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .program__img {
    margin-top: 1.9rem;
  }
}
.program__img::after {
  content: "";
  position: absolute;
  background: url(../img/top/back02.png) no-repeat center center/cover;
  width: 14.8rem;
  height: 15.7rem;
  left: -17.4rem;
  top: 3.6rem;
}
@media (max-width: 767px) {
  .program__img::after {
    background: url(../img/top/back_sp-1.png) no-repeat center center/cover;
    width: 1.5rem;
    height: 1.4rem;
    right: -0.8rem;
    top: 14.8rem;
    left: auto;
  }
}
.program__img::before {
  content: "";
  position: absolute;
  background: url(../img/top/back04.png) no-repeat center center/cover;
  width: 5.6rem;
  height: 5.6rem;
  right: -15.1rem;
  bottom: -0.5rem;
}
@media (max-width: 767px) {
  .program__img::before {
    background: url(../img/top/back_sp04.png) no-repeat center center/cover;
    width: 9.1rem;
    height: 8rem;
    left: -4rem;
    bottom: 1.7rem;
  }
}

.program__ttl {
  position: relative;
}
.program__ttl::after {
  content: "";
  position: absolute;
  background: url(../img/top/back01.png) no-repeat center center/cover;
  width: 16.2rem;
  height: 14.2rem;
  top: -8.3rem;
  left: -7.7rem;
}
@media (max-width: 767px) {
  .program__ttl::after {
    background: url(../img/top/back_sp01.png) no-repeat center center/cover;
    width: 3.2rem;
    height: 4.2rem;
    left: 1.7rem;
    top: -3.7rem;
  }
}

.merit {
  padding-top: 6.4rem;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .merit {
    padding-bottom: 4.7rem;
    padding-top: 2rem;
  }
}

.merit__inner {
  padding-left: 0;
  padding-right: 0;
}

.merit__ttl {
  position: relative;
  z-index: 3;
}
.merit__ttl::after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: rgba(238, 166, 154, 0.39);
  left: 3.4rem;
  bottom: 0.3rem;
}
@media (max-width: 767px) {
  .merit__ttl::after {
    width: 4.3rem;
    height: 4.3rem;
    left: 3rem;
    bottom: 0.7rem;
    z-index: -1;
  }
}

.merit__box {
  padding-top: 6.2rem;
}
@media (max-width: 767px) {
  .merit__box {
    padding-top: 2.1rem;
  }
}

.merit__list {
  height: 46.1rem;
  position: relative;
}
.merit__list:nth-of-type(n+2) {
  margin-top: 8rem;
  height: auto;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(n+2) {
    margin-top: 8.1rem;
  }
}
.merit__list::after {
  position: absolute;
  content: "";
}
.merit__list:nth-of-type(1)::after {
  background: url(../img/top/back01.png) no-repeat center center/cover;
  width: 16.2rem;
  height: 14.2rem;
  top: 2.8rem;
  right: -4.9rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(1)::after {
    top: auto;
    bottom: 4.3rem;
    width: 12.56rem;
    height: 11rem;
    right: 0.9rem;
  }
}
.merit__list:nth-of-type(1) .merit__items::after {
  content: "";
  position: absolute;
  background: url(../img/top/01.png) no-repeat center center/cover;
  width: 7.45rem;
  height: 7.21rem;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(1) .merit__items::after {
    width: 3.9rem;
    height: 3.8rem;
    top: 2rem;
    left: 1rem;
  }
}
.merit__list:nth-of-type(1) .merit__img {
  left: -19.2rem;
}
.merit__list:nth-of-type(1) .merit__items {
  margin-left: auto;
}
.merit__list:nth-of-type(2)::after {
  background: url(../img/top/back07.png) no-repeat center center/cover;
  width: 12.9rem;
  height: 15.6rem;
  bottom: -6.3rem;
  left: 45.2rem;
}
.merit__list:nth-of-type(2) .merit__img {
  right: -19.2rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(2) .merit__img {
    margin-left: auto;
  }
}
.merit__list:nth-of-type(2) .merit__items {
  padding-left: 5.4rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(2) .merit__items {
    padding-top: 3.3rem;
    padding-left: 3.2rem;
  }
}
.merit__list:nth-of-type(2) .merit__items::after {
  content: "";
  position: absolute;
  background: url(../img/top/02.png) no-repeat center center/cover;
  width: 8.704rem;
  height: 7.2rem;
  top: 0;
  left: 1.1rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(2) .merit__items::after {
    width: 4.6rem;
    height: 3.8rem;
    top: 2.2rem;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(2) .merit__items__head {
    padding-left: 3.6rem;
  }
}
.merit__list:nth-of-type(3) {
  margin-top: 17.3rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3) {
    margin-top: 3.7rem;
  }
}
.merit__list:nth-of-type(3)::after {
  background: url(../img/top/back03.png) no-repeat center center/cover;
  width: 10rem;
  height: 10rem;
  right: 9.3rem;
  bottom: -5.5rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3)::after {
    right: 0.3rem;
    bottom: -39.5rem;
    width: 7.76rem;
    height: 7.76rem;
  }
}
.merit__list:nth-of-type(3) .merit__img {
  left: -19.2rem;
}
.merit__list:nth-of-type(3) .merit__items {
  margin-left: auto;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3) .merit__items {
    padding-top: 2.2rem;
  }
}
.merit__list:nth-of-type(3) .merit__items::after {
  position: absolute;
  content: "";
  background: url(../img/top/03.png) no-repeat center center/cover;
  width: 8.93rem;
  height: 7.21rem;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3) .merit__items::after {
    width: 4.6rem;
    height: 3.8rem;
    top: 2.6rem;
    left: 1rem;
  }
}
.merit__list:nth-of-type(3) .merit__items::before {
  position: absolute;
  content: "";
}
.merit__list:nth-of-type(3) .merit__items__head {
  position: relative;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3) .merit__items__head {
    padding-left: 3.7rem;
  }
}
.merit__list:nth-of-type(3) .merit__items__head::after {
  position: absolute;
  content: "";
  background: url(../img/top/back08.png) no-repeat center center/cover;
  width: 5rem;
  height: 5rem;
  top: -1.6rem;
  left: 5.8rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3) .merit__items__head::after {
    top: -29.8rem;
    left: 4.4rem;
    width: 3.7rem;
    height: 3.7rem;
  }
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(3) .merit__items__text {
    margin-top: 1.5rem;
  }
}
.merit__list:nth-of-type(4) {
  margin-top: 18.4rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) {
    margin-top: 3.5rem;
  }
}
.merit__list:nth-of-type(4)::after {
  position: absolute;
  content: "";
  background: url(../img/top/back09.png) no-repeat center center/cover;
  left: -20.1rem;
  width: 12.33rem;
  height: 13.5rem;
  bottom: 7rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4)::after {
    left: -3rem;
    bottom: -1.5rem;
  }
}
.merit__list:nth-of-type(4) .merit__img {
  right: -19.2rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) .merit__img {
    margin-left: auto;
  }
}
.merit__list:nth-of-type(4) .merit__img::after {
  position: absolute;
  content: "";
  background: url(../img/top/back10.png) no-repeat center center/cover;
  width: 8.149rem;
  height: 8.149rem;
  z-index: -1;
  bottom: -2.2rem;
  left: -3.1rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) .merit__img::after {
    bottom: 48.8rem;
    left: 25rem;
    width: 6.3rem;
    height: 6.3rem;
  }
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) .merit__items {
    padding-top: 3.2rem;
  }
}
.merit__list:nth-of-type(4) .merit__items::after {
  position: absolute;
  content: "";
  background: url(../img/top/04.png) no-repeat center center/cover;
  width: 9.4rem;
  height: 7.21rem;
  top: 0;
  left: 1.2rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) .merit__items::after {
    width: 4.6rem;
    height: 3.8rem;
    top: 2.3rem;
    left: 1.2rem;
  }
}
.merit__list:nth-of-type(4) .merit__items::after::before {
  position: absolute;
  content: "";
  background: url(../img/top/back08.png) no-repeat center center/cover;
  width: 3.489rem;
  height: 3.487rem;
  width: 4.5rem;
  height: 4.5rem;
  top: -1.6rem;
  left: 6.1rem;
}
.merit__list:nth-of-type(4) .merit__items .merit__items__head {
  padding-left: 1.7rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) .merit__items .merit__items__head {
    padding-left: 3.8rem;
  }
}
.merit__list:nth-of-type(4) .merit__items .merit__items__text {
  padding-left: 1.6rem;
}
@media (max-width: 767px) {
  .merit__list:nth-of-type(4) .merit__items .merit__items__text {
    padding-left: 0;
  }
}

.merit__img {
  position: absolute;
  width: 71.1rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .merit__img {
    position: static;
    width: 35.3rem;
  }
}

.merit__items {
  width: 48.5rem;
  padding-top: 3.4rem;
  padding-left: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .merit__items {
    width: auto;
    padding-top: 3rem;
    padding-left: 3rem;
  }
}

.merit__items__head {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #4E4449;
  line-height: 1.5;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .merit__items__head {
    font-size: 1.6rem;
    padding-left: 2.9rem;
  }
}

.merit__items__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #4E4449;
  margin-top: 0.9rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .merit__items__text {
    font-size: 1.32rem;
    line-height: 1.84;
    margin-top: 2.2rem;
    margin-right: 2rem;
  }
}

.schedule {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #F2EEEA;
}
@media (max-width: 767px) {
  .schedule {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .schedule__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.schedule__box {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .schedule__box {
    margin-top: 2.2rem;
  }
}

@media (max-width: 767px) {
  .schedule__img {
    height: 100%;
    position: relative;
  }
}
.schedule__img:nth-of-type(n+2) {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .schedule__img:nth-of-type(n+2) {
    margin-top: 2rem;
  }
}

.schedule__img__sp {
  display: none;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .schedule__img__sp {
    width: 33.5rem;
    height: 6.5rem;
    display: block;
    position: absolute;
    overflow-x: scroll;
    top: 13rem;
    left: 1rem;
  }
  .schedule__img__sp img {
    width: 48.7rem;
    height: 100%;
  }
}

.js-scrollable {
  overflow-y: hidden !important;
  position: static !important;
  height: 100%;
}

.schedule__text {
  font-size: 2.8rem;
  font-weight: bold;
  color: #DC8670;
  text-align: center;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .schedule__text {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 1.5;
  }
}

.simulation {
  padding-top: 7.6rem;
  padding-bottom: 8.4rem;
}
@media (max-width: 767px) {
  .simulation {
    padding-top: 1.3rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .simulation__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .simulation__sub_ttl {
    white-space: nowrap;
    font-size: 4.5rem;
    letter-spacing: -0.01em;
  }
}

.simulation__box {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .simulation__box {
    margin-top: 2.4rem;
  }
}

.simulation__item:nth-of-type(n+2) {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .simulation__item:nth-of-type(n+2) {
    margin-top: 4.1rem;
  }
}

.simulation__box02 {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .simulation__box02 {
    margin-top: 4.1rem;
  }
}

.simulation__heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3636363636;
  color: #F8657C;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .simulation__heading {
    font-size: 2rem;
  }
}
.simulation__heading::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 5rem;
  background-color: #EEA69A;
  border-radius: 0.5rem;
  transform: rotate(-30deg) translateY(-50%);
  left: -0.3rem;
  top: 50%;
}
@media (max-width: 767px) {
  .simulation__heading::after {
    height: 3rem;
  }
}
.simulation__heading::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 5rem;
  background-color: #EEA69A;
  border-radius: 0.5rem;
  transform: rotate(30deg) translateY(-50%);
  right: -1.2rem;
  top: 50%;
}
@media (max-width: 767px) {
  .simulation__heading::before {
    height: 3rem;
  }
}

.simulation__about {
  margin-top: 0.8rem;
  border-radius: 1.6rem;
  background-color: #EEA69A;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 2;
  font-weight: bold;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .simulation__about {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
    padding: 2.6rem;
  }
}

.company {
  padding-top: 7.1rem;
}
@media (max-width: 767px) {
  .company {
    padding-top: 1.5rem;
  }
}

.company__head {
  font-size: 2.7rem;
  font-weight: bold;
  color: #EEA69A;
  line-height: 1.2272727273;
  text-align: center;
  position: relative;
  margin-top: 6.8rem;
}
.company__head span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.company__head img {
  width: 47.4rem;
  height: 5.7rem;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .company__head img {
    width: 27.1rem;
    height: 4.3rem;
  }
}
@media (max-width: 767px) {
  .company__head {
    font-size: 1.6rem;
    margin-top: 2.7rem;
  }
}

.company__list {
  margin-top: 4.06rem;
}
@media (max-width: 767px) {
  .company__list {
    margin-top: 3.1rem;
  }
}

.company__item {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .company__item {
    font-size: 1.6rem;
  }
}
.company__item:nth-of-type(n+2) {
  margin-top: 0.9rem;
}

.company__box02 {
  padding-top: 6.7rem;
  padding-bottom: 8rem;
  background-color: #F2EEEA;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .company__box02 {
    padding-bottom: 4rem;
    margin-top: 4.3rem;
    padding-top: 4.8rem;
  }
}

.company__head02 {
  margin-top: 0;
}
.company__head02 img {
  width: 52.4rem;
}
@media (max-width: 767px) {
  .company__head02 img {
    width: 27.1rem;
    height: 4.3rem;
  }
}

@media (max-width: 767px) {
  .company__box2__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.company__list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  height: 15rem;
  margin-top: 4.21rem;
}
@media (max-width: 767px) {
  .company__list02 {
    grid-template-columns: 1fr;
    height: auto;
    gap: 0;
    margin-top: 3rem;
  }
}

.company__item-02 {
  background-color: #fff;
  border-radius: 4rem;
  height: 15rem;
}
@media (max-width: 767px) {
  .company__item-02 {
    height: auto;
    border-radius: 2rem 2rem 0 0;
  }
}

.company__item01 {
  padding-top: 2rem;
}

.company__logo {
  width: 24.5rem;
  margin-left: auto;
  margin-right: auto;
}

.company__link {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .company__link {
    margin-top: 1.2rem;
  }
}
.company__link a {
  width: 24.5rem;
  height: 6rem;
  border-radius: 4rem;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  display: flex;
  align-items: center;
  padding-left: 5.9rem;
  background-color: #EEA69A;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
  border: 0.1rem solid #EEA69A;
}
@media (max-width: 767px) {
  .company__link a {
    width: 19.1rem;
    height: 3rem;
    font-size: 1.3rem;
    padding-left: 4.4rem;
  }
}
.company__link a:hover {
  color: #EEA69A;
  background-color: #fff;
}
.company__link a:hover::after {
  background: url(../img/top/hover-navi.png) no-repeat center center/cover;
}
.company__link a::after {
  content: "";
  position: absolute;
  background: url(../img/top/navi.png) no-repeat center center/cover;
  width: 5rem;
  height: 5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .company__link a::after {
    width: 2rem;
    height: 2rem;
  }
}

.company__address {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company__address {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

.company__tel {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 3rem;
  color: #EEA69A;
  font-weight: bold;
  transition: all 0.3s;
}
.company__tel:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .company__tel {
    font-size: 2rem;
    margin-top: 0.9rem;
  }
}
.company__tel img {
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 767px) {
  .company__tel img {
    width: 3rem;
    height: 3rem;
  }
}

.company__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 3rem;
  font-weight: bold;
  color: #EEA69A;
  transition: all 0.3s;
}
.company__mail:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .company__mail {
    font-size: 2rem;
  }
}
.company__mail img {
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 767px) {
  .company__mail img {
    width: 3rem;
    height: 3rem;
  }
}

.company__item02 {
  padding-top: 2.1rem;
}
@media (max-width: 767px) {
  .company__item02 {
    border-radius: 0;
    padding-top: 2rem;
  }
}

.company__item03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .company__item03 {
    border-radius: 0 0 2rem 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .Googlemap {
    margin-top: 4rem;
  }
}
.Googlemap iframe {
  width: 100%;
  height: 45rem;
}
@media (max-width: 767px) {
  .Googlemap iframe {
    height: 34rem;
  }
}

.sns {
  margin-top: 7.6rem;
  margin-bottom: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  background-color: #EEA69A;
  border-radius: 3.6rem;
  height: 6.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 57.3rem;
  padding: 1.6rem 12rem;
}
@media (max-width: 767px) {
  .sns {
    width: 34.9rem;
    padding: 0.8rem 5.3rem;
    gap: 1.6rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
    height: 5.2rem;
  }
}

.sns__item a {
  transition: all 0.3s;
}
.sns__item a:hover {
  opacity: 0.8;
}