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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

.hide {
  background-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.46) !important;
  z-index: 200;
}

.header {
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 100;
  top: 0;
}
.header .header__inner {
  margin: auto;
  max-width: 136.6rem;
  width: 100%;
}
.header .header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9.2rem;
}
.header .header__title {
  font-size: 3.3rem;
  font-weight: 500;
  font-family: Helvetica Neue;
  line-height: 1.15;
  color: #323232;
  letter-spacing: 0.1em;
  margin-left: 5rem;
}
.header .header__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 5.4rem;
}
.header .header__gnavmenu {
  display: flex;
  gap: 4.8rem;
}
.header .header__gnavitem {
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: 400;
  color: #323232;
}
.header .header__btn {
  margin-right: 4.9rem;
  border: none;
}
.header .header__btn a {
  display: flex;
  width: 23.1rem;
  height: 6.5rem;
  justify-content: center;
  align-items: center;
  background-color: #ff406c;
  border-radius: 0.9rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.23;
  letter-spacing: 0.048em;
  font-weight: 400;
  color: #ffffff;
}
.header .sp-nav {
  display: none;
}
@media only screen and (max-width:1000px) {
  .header .header__title {
    font-size: 3.2vw;
  }
  .header .header__gnavitem {
    font-size: 2vw;
  }
  .header .header__btn a {
    width: 18vw;
    height: 5vw;
    font-size: 2vw;
  }
}
@media only screen and (max-width:768px) {
  .header {
    /* ハンバーガーメニュー 3本線*/
  }
  .header .header__menu {
    display: none;
  }
  .header .header__flex {
    height: 6.5rem;
  }
  .header .header__title {
    font-size: 1.8rem;
    line-height: 1.166;
    letter-spacing: 0.145rem;
    margin-left: 1.8rem;
  }
  .header .sp-nav {
    display: block;
  }
  .header .in {
    transform: translateX(-100%);
  }
  .header .navigation ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.45;
  }
  .header .navigation ul li {
    margin: 0rem 1.6rem 0rem 0rem;
  }
  .header .navigation ul li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .header .navigation ul {
    margin-bottom: 20.5rem;
  }
  .header .navigation {
    padding: 6.5rem 4.2rem;
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 100%;
    top: 0;
    background: #ff406c;
    transition: 0.5s;
    overflow-y: scroll;
  }
  .header .header__sample {
    font-size: 3.5rem;
    color: #ffffff;
    line-height: 1.138;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 0.8rem;
  }
  .header .header__tel {
    font-size: 2rem;
    color: #ffffff;
    line-height: 1.43;
    font-weight: 500;
  }
  .header .header__mail {
    font-size: 2rem;
    color: #ffffff;
    line-height: 1.43;
    font-weight: 500;
  }
  .header .header__hamburger {
    position: relative;
    cursor: pointer;
    top: 0;
    width: 3.7rem;
    height: 1.9rem;
    z-index: 101;
    margin-right: 1.85rem;
  }
  .header .hamburger__line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3.7rem;
    height: 0.3rem;
    background-color: #707070;
    transition: 0.5s;
    background-color: #ff406c;
  }
  .header .hamburger__line:nth-child(1) {
    top: 0;
  }
  .header .hamburger__line:nth-child(2) {
    top: 0.8rem;
  }
  .header .hamburger__line:nth-child(3) {
    bottom: 0;
  }
  .header .active .hamburger__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background: #ffffff;
  }
  .header .active .hamburger__line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .header .active .hamburger__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background: #ffffff;
  }
}
@media only screen and (max-width:480px) {
  .header {
    /* ハンバーガーメニュー */
  }
  .header .navigation ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.45;
  }
  .header .navigation {
    padding: 6.5rem 4.2rem;
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 100%;
    top: 0;
    background: #ff406c;
    transition: 0.5s;
  }
  .header .header__sample {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .header .header__tel {
    font-size: 1.4rem;
  }
  .header .header__mail {
    font-size: 1.4rem;
  }
}

.mv {
  width: 100%;
  margin-top: 9.2rem;
  background-image: url("../img/mv.png");
  background-color: rgba(72, 76, 75, 0.71);
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
  overflow: hidden;
  height: 67.6rem;
}

.mv__inner {
  width: 71%;
  margin: 0 auto;
}

.mv__title {
  font-size: 4.2rem;
  line-height: 1.547;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
  margin-top: 21.2rem;
}

.mv__text {
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
  margin-top: 6.8rem;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.br-sp-Fold {
  display: none;
}

@media only screen and (max-width:768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-sp-Fold {
    display: none;
  }
  .mv {
    margin-top: 6.5rem;
    height: 48.8rem;
  }
  .mv__inner {
    width: 89.5%;
    margin: auto;
  }
  .mv__title {
    font-size: 2.94rem;
    line-height: 1.38;
    margin-top: 17.1rem;
  }
  .mv__text {
    font-size: 1.4rem;
    line-height: 1.715;
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  .mv__title {
    font-size: 2.4rem;
    margin-top: 17.1rem;
  }
}
.about {
  background-color: #fcfcfc;
}
.about .about__inner {
  width: 100%;
  max-width: 95.4rem;
  margin: 0 auto 16.6rem;
}
.about .about__ABOUT {
  margin-top: 7.7rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.43;
  color: #ff406c;
  text-align: center;
}
.about .about__main {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.52;
  color: #323232;
  text-align: center;
}
.about .about__flex {
  margin-top: 9.9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.about .about__common {
  max-width: 29.5rem;
  width: 100%;
  padding-top: 5.1rem;
  padding-bottom: 5.1rem;
  border-radius: 21px;
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.16);
}
.about .about__img {
  display: block;
  margin: auto;
}
.about .about__local {
  max-width: 29.8rem;
  width: 100%;
}
.about .about__group {
  display: flex;
  justify-content: space-between;
}
.about .about__Assist {
  margin-top: 6.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.69;
  color: #ff406c;
}
.about .about__number {
  margin-top: -3rem;
  font-size: 9.6rem;
  font-weight: 100;
  line-height: 1.563;
  letter-spacing: -0.045em;
  color: #ff406c;
  opacity: 0.56;
}
.about .about__title {
  margin-top: -2rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.05em;
  color: #323232;
}
.about .about__text {
  margin-top: 0.9rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.666;
  letter-spacing: 0.05em;
  color: #323232;
}
@media only screen and (max-width:1000px) {
  .about .about__ABOUT {
    font-size: 2.8vw;
  }
  .about .about__main {
    font-size: 5vw;
  }
  .about .about__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .about .about__Assist {
    margin-top: 5rem;
  }
  .about .about__number {
    margin-top: -2.4rem;
    font-size: 9.6vw;
  }
  .about .about__title {
    margin-top: -1rem;
    font-size: 2.3vw;
  }
  .about .about__text {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width:768px) {
  .about .about__inner {
    width: 100%;
    margin-bottom: 10.7rem;
  }
  .about .about__ABOUT {
    margin-top: 6.4rem;
  }
  .about .about__global {
    margin-bottom: 6.4rem;
  }
  .about .about__global:last-child {
    margin-bottom: 0;
  }
  .about .about__local {
    max-width: 40rem;
    width: 100%;
  }
  .about .about__common {
    max-width: 40rem;
    width: 100%;
  }
  .about .about__flex {
    margin: 6.4rem auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about .about__Assist {
    margin-top: 7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.69;
    color: #ff406c;
  }
  .about .about__number {
    margin-top: -3rem;
    font-size: 9.6rem;
    font-weight: 100;
    line-height: 1.563;
    letter-spacing: -0.045em;
    color: #ff406c;
    opacity: 0.56;
  }
  .about .about__title {
    margin-top: -2rem;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: 0.05em;
    color: #323232;
  }
  .about .about__text {
    margin-top: 0.9rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.627;
    letter-spacing: 0.05em;
    color: #323232;
  }
}
@media only screen and (max-width:480px) {
  .about .about__ABOUT {
    margin-top: 6.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.69;
    color: #ff406c;
  }
  .about .about__main {
    font-size: 4rem;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.44;
    color: #323232;
  }
  .about .about__common {
    max-width: 29.8rem;
    width: 100%;
    height: 30.1rem;
  }
  .about .about__local {
    max-width: 29.8rem;
    width: 100%;
  }
  .about .about__Assist {
    margin-top: 7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.69;
    color: #ff406c;
  }
  .about .about__number {
    margin-top: -0.6rem;
    font-size: 7.2rem;
  }
  .about .about__title {
    margin-top: -1rem;
    font-size: 2.3rem;
  }
  .about .about__text {
    margin-top: 0.9rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.627;
    letter-spacing: 0.05em;
    color: #323232;
  }
}

.feature {
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid transparent;
}
.feature .feature__inner {
  width: 100%;
  max-width: 95.4rem;
  margin: 0 auto 0;
  padding-bottom: 21rem;
}
.feature .feature__top {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.43;
  color: #ff406c;
  text-align: center;
  margin-top: 7.6rem;
  transform: translateY(50px); /* js下から20px */
  transition: 2s;
}
.feature .feature__main {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.52;
  color: #323232;
  text-align: center;
  margin-bottom: 10.7rem;
  transform: translateY(50px); /* js下から20px */
  transition: 2s;
}
.feature .feature__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.4rem;
  gap: 2rem;
  transform: translateY(50px); /* js下から20px */
  transition: 5s;
}
.feature .feature__flex:last-child {
  margin-bottom: 0;
}
.feature .scroll {
  opacity: 0;
}
.feature .show {
  opacity: 1;
  transform: none !important;
}
.feature .feature__contents {
  width: 100%;
  max-width: 34.8rem;
}
.feature .feature__service {
  font-size: 2.1rem;
  color: #ff406c;
  font-weight: 500;
  line-height: 1.666;
  margin-top: 2.1rem;
}
.feature .feature__title {
  font-size: 3.2rem;
  color: #323232;
  font-weight: 700;
  line-height: 1.843;
  margin-bottom: 2.4rem;
}
.feature .feature__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #323232;
  line-height: 1.9444;
  max-width: 34.8rem;
  width: 100%;
}
@media only screen and (max-width:1000px) {
  .feature .feature__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .feature .feature__top {
    font-size: 2.8vw;
  }
  .feature .feature__main {
    font-size: 5vw;
  }
  .feature .feature__service {
    font-size: 2.1vw;
  }
  .feature .feature__title {
    font-size: 3.2vw;
  }
  .feature .feature__text {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width:768px) {
  .feature .feature {
    width: 100%;
  }
  .feature .feature__inner {
    padding-bottom: 7.7rem;
  }
  .feature .feature__top {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.43;
    color: #ff406c;
  }
  .feature .feature__main {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.52;
    color: #323232;
    margin-bottom: 4.3rem;
  }
  .feature .feature__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.2rem;
    gap: inherit;
  }
  .feature .order__1 {
    order: 1;
  }
  .feature .order__0 {
    order: 0;
  }
  .feature .display {
    display: none;
  }
  .feature .feature__img {
    max-width: 40rem;
    width: 100%;
  }
  .feature .feature__contents {
    width: 100%;
    max-width: 40rem;
  }
  .feature .feature__service {
    font-size: 1.9rem;
    line-height: 1.68;
    margin-top: 3.5rem;
  }
  .feature .feature__title {
    font-size: 3rem;
    line-height: 1.833;
    margin-top: 0.1rem;
    margin-bottom: 2.3rem;
  }
  .feature .feature__text {
    font-size: 1.8rem;
    max-width: 40rem;
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .feature .feature__top {
    margin-top: 6.1rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.69;
    color: #ff406c;
  }
  .feature .feature__main {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.44;
    color: #323232;
  }
  .feature .feature__flex {
    margin-bottom: 4.4rem;
  }
  .feature .feature__img {
    width: 100%;
    height: 22.1rem;
  }
  .feature .feature__contents {
    width: 100%;
    max-width: 33rem;
  }
  .feature .feature__service {
    line-height: 1.3;
    margin-top: 3.5rem;
  }
  .feature .feature__title {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 2.3rem;
  }
  .feature .feature__text {
    line-height: 1.96;
  }
}

.news {
  width: 100%;
}
.news .news__inner {
  width: 100%;
  max-width: 95.45rem;
  margin: 10.7rem auto 10rem;
}
.news .news__top {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.43;
  color: #ff406c;
  text-align: center;
}
.news .news__main {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.52;
  color: #323232;
  text-align: center;
  margin-bottom: 7.4rem;
}
.news .news__home {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.7rem;
}
.news .news__flex {
  display: flex;
  justify-content: space-between;
}
.news .news__section {
  width: 24.988%;
}
.news .news__web {
  width: 100%;
  height: 5.3rem;
  background-color: #ff406c;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 5.3rem;
  text-align: center;
  border-radius: 1.4rem 1.4rem 0 0;
}
.news .news__common {
  width: 100%;
  height: 4.4rem;
  background-color: #ff406c;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 4.4rem;
  text-align: center;
  border-radius: 1.4rem 1.4rem 0 0;
  margin-top: 0.9rem;
  opacity: 0.72;
}
.news .news__marke {
  margin-right: 0.05rem;
}
.news .news__contents {
  width: 92.69%;
}
.news .news__category {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6666;
  color: #ff406c;
  margin-top: 1.77rem;
  margin-bottom: 0.9rem;
}
.news .news__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.64;
  color: #323232;
}
.news .news__article {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #323232;
}
.news .news__read {
  width: 23.8rem;
  height: 6.5rem;
  background-color: #ff406c;
  border: none;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.73;
  color: #ffffff;
  display: block;
  margin: 10.7rem auto 0;
}
.news .news__home .news__web {
  background-color: #ff406c;
  opacity: 0.72;
  width: 100%;
  height: 4.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 4.4rem;
  text-align: center;
  border-radius: 1.4rem 1.4rem 0 0;
  margin-top: 0.9rem;
}
.news .news__home .target {
  background-color: #ff406c;
  width: 100%;
  height: 5.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 5.3rem;
  text-align: center;
  border-radius: 1.4rem 1.4rem 0 0;
  margin-top: 0;
  opacity: 1;
}
.news .news__common {
  background-color: #ff406c;
  opacity: 0.72;
}
.news .target {
  display: block !important;
}
.news .news__global {
  display: none;
}
@media only screen and (max-width:1000px) {
  .news .news__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media only screen and (max-width:768px) {
  .news .news__inner {
    margin: 10.7rem auto 4.43rem;
  }
  .news .news__top {
    font-size: 1.96rem;
  }
  .news .news__main {
    font-size: 3.5rem;
    margin-bottom: 1.6rem;
  }
  .news .news__home {
    width: 100%;
    display: flex;
    justify-content: inherit;
    flex-wrap: wrap;
    margin-bottom: 2.71rem;
  }
  .news .news__web {
    width: 49.973% !important;
    height: 4.1rem !important;
    border-radius: inherit !important;
    font-size: 2.1rem !important;
    line-height: 4.1rem !important;
  }
  .news .news__common {
    width: 49.973% !important;
    height: 4.1rem;
    border-radius: inherit;
    margin-top: 0;
    font-size: 2.1rem;
  }
  .news .news__marke {
    margin-right: 0;
  }
  .news .news__section {
    width: 47.77%;
    margin-bottom: 3.29rem;
  }
  .news .news__section:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .news .news__section:last-of-type {
    margin-bottom: 0;
  }
  .news .news__img {
    width: 107.899%;
  }
  .news .news__flex {
    display: flex;
    flex-wrap: wrap;
  }
  .news .news__category {
    font-size: 1.3rem;
    margin-top: 1.3rem;
    margin-bottom: 0.9rem;
  }
  .news .news__title {
    width: 107.899%;
    font-size: 1.4rem;
    margin-bottom: 0.95rem;
  }
  .news .news__article {
    width: 107.899%;
  }
  .news .news__read {
    width: 16.6rem;
    height: 4.55rem;
    color: #ffffff;
    display: block;
    margin: 8rem auto 0;
  }
  .news .news__home .news__web {
    background-color: #ff406c;
    opacity: 0.72;
    border-radius: 1.4rem 1.4rem 0 0;
    margin-top: 0rem;
  }
  .news .news__home .target {
    background-color: #ff406c;
    width: 100%;
    text-align: center;
    border-radius: 1.4rem 1.4rem 0 0;
    margin-top: 0rem;
    opacity: 1;
    height: 4.1rem;
    line-height: 4.1rem;
    border-radius: inherit;
    margin-top: 0;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width:480px) {
  .news .news__top {
    font-size: 4.266vw;
    line-height: 1.5;
  }
  .news .news__main {
    font-size: 7.7333vw;
    line-height: 1.4486;
  }
  .news .news__web {
    font-size: 4.266vw !important;
    font-weight: 700;
    line-height: 2.7;
  }
  .news .news__common {
    font-size: 4.266vw;
    font-weight: 700;
  }
  .news .news__category {
    font-size: 2.4vw;
    line-height: 1.3;
  }
  .news .news__title {
    line-height: 1.38;
    font-size: 3.4666vw;
  }
  .news .news__read {
    display: none;
  }
  .news .news__article {
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 1.7;
    color: #323232;
  }
  .news .news__home .target {
    font-size: 4.266vw;
  }
}

.contact {
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid transparent;
}
.contact .contact__inner {
  width: 100%;
  max-width: 95.4rem;
  margin: 6.1rem auto 0;
  padding-bottom: 7.74rem;
}
.contact .contact__top {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.43;
  color: #ff406c;
}
.contact .contact__main {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.52;
  color: #323232;
  margin-bottom: 3.1rem;
}
.contact .contact__announce {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.1em;
  color: #323232;
  margin-bottom: 4rem;
}
.contact .contact__flex {
  display: flex;
  justify-content: space-between;
}
.contact .contact__group {
  background-color: #ffffff;
  width: 48.847%;
  height: 14rem;
  border-radius: 0.5rem;
  border-top: 1px solid transparent;
}
.contact .contact__detail {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #323232;
  margin-top: 3.3rem;
  margin-left: 4.4rem;
}
.contact .contact__time {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.933;
  color: #8b8b8b;
  margin-left: 6.2rem;
}
.contact .contact__information {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.contact .contact__phone {
  margin-left: 9.7rem;
}
.contact .contact__number {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.46;
  color: #ff406c;
  margin-left: 0.85rem;
}
.contact .contact__wrap {
  background-color: #ffffff;
  width: 48.847%;
  height: 14rem;
  border-radius: 0.5rem;
  border-top: 1px solid transparent;
}
.contact .contact__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.933;
  color: #323232;
  text-align: center;
  margin-top: 3.3rem;
}
.contact .contact__write {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}
.contact .contact__address {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.445;
  color: #ff406c;
  margin-left: 1.69rem;
}
@media only screen and (max-width:1000px) {
  .contact .contact__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .contact .contact__top {
    font-size: 2.8vw;
  }
  .contact .contact__main {
    font-size: 5vw;
  }
  .contact .contact__announce {
    font-size: 2vw;
  }
  .contact .contact__phone {
    width: 2rem;
    height: 2.69rem;
  }
  .contact .contact__detail {
    font-size: 1.4vw;
  }
  .contact .contact__time {
    font-size: 1.2vw;
  }
  .contact .contact__number {
    font-size: 3.7vw;
  }
  .contact .contact__mail {
    width: 2.28rem;
    height: 1.71rem;
  }
  .contact .contact__text {
    font-size: 1.4vw;
  }
  .contact .contact__address {
    font-size: 2.7vw;
  }
}
@media only screen and (max-width:768px) {
  .contact .contact {
    width: 100%;
  }
  .contact .contact__inner {
    width: 100%;
    max-width: 95.4rem;
    margin: 4.4rem auto 0;
    padding-bottom: 7.6rem;
  }
  .contact .contact__top {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.69;
    color: #ff406c;
  }
  .contact .contact__main {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.44;
    color: #323232;
    margin-bottom: 4rem;
  }
  .contact .contact__announce {
    font-size: 1.4rem;
    line-height: 1.78;
    margin-bottom: 3.3rem;
  }
  .contact .contact__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact .contact__group {
    width: 100%;
    height: 14rem;
    margin-bottom: 1.6rem;
  }
  .contact .contact__detail {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #323232;
    margin-top: 1.9rem;
    margin-left: 0;
    text-align: center;
  }
  .contact .contact__time {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75;
    color: #8b8b8b;
    margin-top: 0.6rem;
    margin-left: 0rem;
  }
  .contact .contact__information {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.1rem;
  }
  .contact .contact__phone {
    margin-left: 0rem;
    width: 2.432rem;
    height: 3.172rem;
  }
  .contact .contact__number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.466;
    color: #ff406c;
    margin-left: 0.85rem;
  }
  .contact .contact__wrap {
    width: 100%;
  }
  .contact .contact__mail {
    width: 2.5rem;
    height: 1.9rem;
  }
  .contact .contact__address {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.445;
    color: #ff406c;
    margin-left: 1.69rem;
  }
}
@media only screen and (max-width:480px) {
  .contact .contact__phone {
    width: 2rem;
    height: 2.8rem;
  }
  .contact .contact__detail {
    font-size: 4vw;
  }
  .contact .contact__time {
    font-size: 3.2vw;
  }
  .contact .contact__number {
    font-size: 8vw;
    margin-left: 0.4rem;
  }
  .contact .contact__mail {
    width: 2rem;
    height: 1.4rem;
  }
  .contact .contact__text {
    font-size: 4vw;
  }
  .contact .contact__address {
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 1.445;
    color: #ff406c;
    margin-left: 0.5rem;
  }
}

.footer {
  width: 100%;
  background-color: #323232;
  border-top: 1px solid transparent;
}
.footer .footer__inner {
  width: 100%;
  max-width: 95.4rem;
  margin: 0 auto 0;
}
.footer .footer__text {
  text-align: center;
  color: #ffffff;
  line-height: 3.33;
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  .footer .footer__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .footer .footer__text {
    line-height: 4;
    font-size: 3.2vw;
  }
}