@media screen and (max-width: 590px) {
  /*画面幅が590pxまでの時*/
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.pc { display: block !important; }
.sp { display: none !important; }
a {
  text-decoration: none;
}
a,a:hover,a:visited{
  color: inherit;
}
img{
    width: 100%;
    object-fit: contain;
}

/* ↓header↓ */
header {
  width: 100%;
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
.header__inner--logo {
  width: 50%;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.header__inner--logo img {
  width: 100%;
}
.header__inner--rite {
  width: 90%;
  display: flex;
}
.nav {
  display: none;
}
/* ↓ハンバーガー↓ */
.hamburger {
  display: flex;
  justify-content: end;
  align-items: center;
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #192f60;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background-color: #192f60;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 999;
  color: #fff;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}

.navigation__contact {
  width: 100%;
  margin: 0 auto;
}
.navigation__contact--tel {
  text-align: center;
}
.navigation__contact--tel-top img {
  width: 20px;
}
.navigation__contact--tel-top {
  font-size: 25px;
}
.navigation__contact--tel-bottom {
  padding: 0;
}
.navigation__contact--mail {
  background-color: #20868A;
  color: #fff;
}
.navigation__contact--mail p {
  font-size: 20px;
}
.navigation__contact p {
  font-size: 18px;
  text-align: center;
  padding: 11px;
}
.navigation__contact--mail img {
  width: 5.5px;
  margin: 0  0 1px 16px;
}
/* ↑ハンバーガー↑ */
.header__inner--contact {
  display: none;
}
.contact__tel {
  width: 100%;
  padding: 0 10px;
  color: #192f60;
  text-align: center;
  display: flex;
  align-items: center;
}
.contact__tel--top {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  letter-spacing : 1px;
}
.contact__tel--top img {
  width: 18px;
  margin: 0 5px;
}
.contact__tel--bottom {
  font-size: 14px;
  margin-top: 3px;
  font-weight: bold;
}
.contact__tel--bottom__size {
  font-size: 13px;
}
.contact__mail {
  width: 51%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20868a;
  text-align: center;
  color: #fff;
}
.contact__mail p {
  font-size: 14px;
}
.contact__mail img {
  width: 25px;
}
.fv {
  position: relative;
}
.fv__title {
  position: absolute;
  z-index: 10;
  color: #192f60;
  font-weight: 900;
  top: 30%;
  left: 8%;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fv__title p {
  margin: 3px 0;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fv__title--top {
  background-color: #fff;
  font-size: 21px;
  letter-spacing: 4.3px;
  padding: 5px;
}
.fv__title--bottom {
  background-color: #fff;
  font-size: 21px;
  letter-spacing: 0.8px;
  padding: 5px;
}
.fv__title--txt {
  position: absolute;
  top: 105%;
  background-color: #fff;
  font-size: 12px;
  padding: 1px;
  letter-spacing: 1px;
}
.fv__title--txt--size {
  font-size: 17px;
}
.fv__inner--contact {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  position: absolute;
  top: 90%;
}
.fv__contact--tel {
  width: 170px;
  margin: 0 auto;
  padding: 2px 10px;
  color: #fff;
  background-color: #192f60;
  text-align: center;
  display: flex;
  justify-content: center;
}
.fv__contact--tel--top {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.fv__contact--tel--top img {
  width: 13px;
}
.fv__contact--tel--bottom {
  font-size: 14px;
  margin-top: 3px;
  font-weight: bold;
  letter-spacing : 2px;
}
.fv__contact--tel--bottom__size {
  font-size: 14px;
}
.fv__contact--mail {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #20868A;
  text-align: center;
  color: #fff;
}
.fv__contact--mail:hover {
  background-color: #185a5d;
  color: #fff;
}
.fv__contact--mail p {
  font-size: 16px;
}
.fv__contact--mail img {
  width: 5.5px;
  margin: 0  0 1px 16px;
}
.fv__scroll--txtline {
  position: absolute;
  bottom: 52px;
  right: 25px;
}
/* ↑header↑ */
/* ↓concept↓ */
.consept {
  width: 100%;
  margin: 5% auto;
}
.consept__group {
  display: flex;
  align-items: center;
}
.consept__box--title {
  width: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-image: radial-gradient(#192f60 0.5px, #ffffff 0.5px);
  background-size: 10px 10px;
  color: #000;
}
.consept__box--title h1 {
  font-size: 60px;
  font-weight: 900;
  opacity: 0.8;
  writing-mode: vertical-lr;
  -webkit-text-stroke: 8px #eff1f4;
  color: #eff1f4;
  padding-bottom: 19%;
  padding-top: 15px;
  letter-spacing: 20px;
}
.consept__box--rite {
  width: 100%;
  display: flex;
  align-items: center;
}
.consept__box--img-txt {
}
.consept__box--img {
  width: 96%;
}
.consept__box--txt {
  width: 100%;
}
.consept__box--top-bottom {
  text-align: end;
  margin-right: 3%;
}
.consept__box--top-bottom p {
  margin: 4% 0;
}
.consept__box--txt-top {
  background-color: #192f60;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 5px;
  letter-spacing: 1px;
}
.consept__box--txt-bottom {
  background-color: #192f60;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 5px;
  letter-spacing: 4px;
}
.consept__box--price {
  width: 100%;
  color: #192f60;
  margin: 10px 0;
  font-size: 16px;
  display: flex;
  justify-content: end;
  letter-spacing: 2px;
}
.consept__box--txt-size {
  font-size: 30px;
}
.consept__box--subtxt {
  width: 100%;
  font-size: 14px;
  margin: 1% 0 0 0;
}
.fa-play {
margin: 0 0 0 10px;
}
/* ↑concept↑ */
/* ↓service↓ */
.service {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__box {
  width: 100%;
  display: flex;
}
.service__box--right {
  display: flex;
  align-items: center;
}
.service__box--title {
  width: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  background-image: radial-gradient(#192f60 0.5px, #ffffff 0.5px);
  background-size: 10px 10px;
  color: #000;
  position: absolute;
  right: 0;
  z-index: -1;
  padding-top: 15px;
}
.service__box--title h1 {
  font-size: 60px;
  font-weight: 900;
  opacity: 0.8;
  writing-mode: vertical-lr;
  -webkit-text-stroke: 8px #eff1f4;
  color: #eff1f4;
  letter-spacing: 25px;
}
.service__box--left-title {
  width: 40%;
}
.card {
  width: 300px;
  position: relative;
}
.card__img {
  position: relative;
}
.card img {
  width: 100%;
}
.card__title{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 15%;
}
.card__subtitle {
  width: 100%;
  position: absolute;
  bottom: -4%;
}
.card h2 {
  background-color: #ffffff;
  color: #192f60;
  font-weight: bold;
  position: absolute;
  top: 33%;
  left: 5%;
  font-size: 20px;
  font-weight: bold;
  padding: 2% 5%;
  margin: 0;
}
.card__subtitle h3 {
  position: absolute;
  top: 44%;
  left: 10%;
  font-size: 11px;
  color: #192f60;
  margin: 0;
  padding: 0;
}
.card p {
  font-size: 14px;
  line-height: 1.5rem;
  margin-top: 18px;
}
.service__box--left h1 {
  background-color: #192f60;
  font-size: 28px;
  color: #fff;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 10px;
  letter-spacing: 2px;
  text-align: center;
}
.service__box--left-txt {
  width: 81%;
  margin: 3% 0;
}
.service-card {
  width: 100%;
  margin: 0 auto;
}
.service__box--card {
}
.card {
  margin: 16% 0;
}
.service__box--left p {
  font-size: 14px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-weight: 500;
}
/* ↑service↑ */
/* ↓cta↓ */
.cta {
  width: 100%;
  position: relative;
  background-image: url("../img/cta-bg.png");
  background-size: cover;
}
.cta__txt img {
  width: 35%;
  margin: 0 auto 1%;
 }
.cta__txt {
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 5%;
}
/* ↑cta↑ */
/* ↓footer↓ */
footer{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2%;
  background-color: #192f60;
  text-align: center;
}
footer img {
  width: 20%;
  margin: 22px auto;
}
footer p {
  color: #fff;
  font-size: 15px;
}
.copyright__txt {
  font-size: 12px;
  color: #AEB6C7;
  margin-top: 30px;
}
/* ↑footer↑ */
}