@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "YuGothic", sans-serif;
  font-size: 18px;
  color: #343F55;
}
@media screen and (max-width:600px) {
  body {
    font-size: 14px;
  }
}

img {
  display: block;
  width: 100%;
  margin: auto;
}

.flex {
  display: flex;
  align-items: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width:1300px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .container {
    width: calc(100% - 24px);
  }
}

section {
  padding: 100px 0;
}
@media screen and (max-width:600px) {
  section {
    padding: 60px 0;
  }
}

h2 {
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width:600px) {
  h2 {
    font-size: 25px;
  }
}

a {
  text-decoration-line: none;
  color: white;
  padding: 30px 0;
  max-width: 555px;
  width: 100%;
  font-weight: bold;
  display: block;
  border-radius: 15px;
  font-size: 30px;
  text-align: center;
  margin-top: 70px;
  position: relative;
  background: #343F55;
  box-shadow: 0 3px 0 rgba(70, 85, 116, 0.35);
  position: relative;
  transition-duration: 0.4s;
}
a:hover {
  transform: scale(1.05);
}
@media screen and (max-width:1300px) {
  a {
    font-size: 18px;
    margin-top: 40px;
    padding: 20px 0;
  }
}
@media screen and (max-width:600px) {
  a {
    margin-top: 30px;
  }
}
a::after {
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: url(../img/button_arrow.svg) center/100%;
}
@media screen and (max-width:1300px) {
  a::after {
    width: 23px;
    height: 23px;
  }
}

nav {
  display: flex;
  position: fixed;
  padding: 8px 15px;
  background: white;
  width: 100%;
  box-shadow: 0 3px 6px rgba(70, 85, 116, 0.15);
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
nav .right {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width:600px) {
  nav .right {
    gap: 5px;
  }
}
nav .right a {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  border-radius: 30px;
  padding: 8px 55px;
  box-shadow: none;
  background: #27a3d6;
}
@media screen and (max-width:768px) {
  nav .right a {
    padding: 8px 45px;
  }
}
@media screen and (max-width:600px) {
  nav .right a {
    padding: 5px 18px;
    font-size: 0.9rem;
  }
}
nav .right a::after {
  width: 20px;
  height: 20px;
  right: 15px;
  top: 49%;
  background: url(../img/aroow01.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  nav .right a::after {
    display: none;
  }
}
nav .right a.n2 {
  background: none;
  color: #27a3d6;
  border: solid 2px #27a3d6;
}
nav .right a.n2::after {
  background: url(../img/arrow02.svg) no-repeat center/100%;
}
@media screen and (max-width:600px) {
  nav .right a.n2::after {
    display: none;
  }
}
nav img {
  margin: 0;
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width:600px) {
  nav img {
    max-width: 80px;
  }
}

header {
  padding-top: 130px;
  background: url(../img/header_cover.webp) no-repeat center/100% 100%;
}
@media screen and (max-width:1300px) {
  header {
    padding-top: 90px;
  }
}
@media screen and (max-width:600px) {
  header {
    padding-top: 80px;
  }
}
header .flex {
  max-width: 1470px;
  width: 100%;
  margin: auto;
  gap: 130px;
  justify-content: space-around;
}
@media screen and (max-width:1500px) {
  header .flex {
    width: 90%;
    gap: 0;
  }
}
@media screen and (max-width:600px) {
  header .flex {
    flex-wrap: wrap;
    width: calc(100% - 60px);
  }
}
header .flex img {
  max-width: 570px;
  width: 100%;
  margin: auto 0 0;
}
@media screen and (max-width:1500px) {
  header .flex img {
    width: 45%;
  }
}
@media screen and (max-width:600px) {
  header .flex img {
    width: 100%;
  }
}
header .flex .right {
  max-width: 767px;
  width: 100%;
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width:1500px) {
  header .flex .right {
    width: 45%;
  }
}
@media screen and (max-width:600px) {
  header .flex .right {
    width: 100%;
    padding-bottom: 0;
  }
}
header .flex .right p {
  font-size: 22px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  bottom: 50px;
  left: 50%;
}
@media screen and (max-width:1300px) {
  header .flex .right p {
    font-size: 16px;
    bottom: 60px;
  }
}
@media screen and (max-width:600px) {
  header .flex .right p {
    position: relative;
    font-size: 12px;
    bottom: 0;
    left: auto;
    text-align: center;
    transform: translateX(0);
    width: 100%;
    margin: 10px auto 20px;
  }
}
header .flex .right img {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.worry {
  padding-bottom: 120px;
}
@media screen and (max-width:600px) {
  .worry {
    padding-bottom: 60px;
  }
}
.worry h2 {
  font-size: 45px;
  margin-bottom: 110px;
}
@media screen and (max-width:900px) {
  .worry h2 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .worry h2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width:600px) {
  .worry h2 {
    font-size: 25px;
    margin-bottom: 45px;
  }
}
.worry h2 span {
  font-size: 50px;
  color: #F99627;
}
@media screen and (max-width:600px) {
  .worry h2 span {
    font-size: 30px;
  }
}
.worry .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media screen and (max-width:768px) {
  .worry .flex {
    justify-content: center;
    gap: 50px 0;
  }
}
.worry .flex .box {
  width: 47.619047619%;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(70, 85, 116, 0.15);
}
@media screen and (max-width:768px) {
  .worry .flex .box {
    width: 68.9655172414%;
  }
}
@media screen and (max-width:600px) {
  .worry .flex .box {
    width: 100%;
  }
}
.worry .flex .box .title {
  font-weight: bold;
  font-size: 23px;
  color: white;
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #555555;
  border-radius: 22px;
  position: relative;
  margin: -20px auto 0px;
  padding: 2px 0;
}
@media screen and (max-width:600px) {
  .worry .flex .box .title {
    font-size: 14px;
    width: 232px;
    margin-top: -10px;
  }
}
.worry .flex .box .top {
  background: #F3F3F3;
  padding: 52px 0 38px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 45px;
  margin-top: -20px;
}
@media screen and (max-width:600px) {
  .worry .flex .box .top {
    margin-top: -15px;
    margin-bottom: 35px;
    padding: 30px 0 25px;
  }
}
.worry .flex .box .top .box_flex {
  width: 80%;
  display: flex;
  margin: auto;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:600px) {
  .worry .flex .box .top .box_flex {
    width: 85%;
  }
}
.worry .flex .box .top .box_flex p {
  display: flex;
  width: 336px;
  height: 167px;
  border-radius: 10px;
  border: solid 3px #989898;
  background: white;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #555555;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width:1300px) {
  .worry .flex .box .top .box_flex p {
    font-size: 14px;
    padding: 20px 0;
    height: 140px;
    width: 252px;
  }
}
@media screen and (max-width:600px) {
  .worry .flex .box .top .box_flex p {
    width: 220px;
    font-size: 12px;
    padding: 20px 0;
    height: auto;
    border: solid 2px #989898;
  }
}
.worry .flex .box .top .box_flex p::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -24px;
  border-style: solid;
  border-width: 14.5px 0 14.5px 26px;
  border-color: transparent transparent transparent white;
}
@media screen and (max-width:1300px) {
  .worry .flex .box .top .box_flex p::after {
    right: -15px;
    border-width: 10.5px 0 10.5px 20px;
  }
}
.worry .flex .box .top .box_flex p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -28px;
  border-style: solid;
  border-width: 16.5px 0 16.5px 28px;
  border-color: transparent transparent transparent #989898;
}
@media screen and (max-width:1300px) {
  .worry .flex .box .top .box_flex p::before {
    right: -20px;
    border-width: 10.5px 0 10.5px 20px;
  }
}
.worry .flex .box .top .box_flex img {
  width: 96px;
  height: auto;
  margin: 0;
}
@media screen and (max-width:600px) {
  .worry .flex .box .top .box_flex img {
    width: 58px;
  }
}
.worry .flex .box .bottom {
  border-radius: 0 0 20px 20px;
  padding: 0 30px 67px;
}
@media screen and (max-width:600px) {
  .worry .flex .box .bottom {
    padding-bottom: 42px;
  }
}
.worry .flex .box .bottom p {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
  color: #343F55;
}
@media screen and (max-width:1300px) {
  .worry .flex .box .bottom p {
    font-size: 18px;
  }
}
@media screen and (max-width:600px) {
  .worry .flex .box .bottom p {
    font-size: 16px;
  }
}
.worry .flex .box .bottom p span {
  color: #1C6996;
  background: linear-gradient(transparent 75%, #E0F0F7 75%);
}
.worry .flex .box .bottom p.ancer {
  font-size: 36px;
  margin-bottom: 40px;
  color: #1C6996;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: solid 3px #50ACD3;
  position: relative;
}
@media screen and (max-width:900px) {
  .worry .flex .box .bottom p.ancer {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:600px) {
  .worry .flex .box .bottom p.ancer {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.worry .flex .box .bottom p.ancer::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 62px;
  top: -15px;
  left: 85px;
  background: url(../img/icon.svg) no-repeat center/100%;
}
@media screen and (max-width:1300px) {
  .worry .flex .box .bottom p.ancer::before {
    top: -25px;
    left: 15px;
  }
}
@media screen and (max-width:600px) {
  .worry .flex .box .bottom p.ancer::before {
    width: 30px;
    height: 37px;
    top: -15px;
    left: 40px;
  }
}

.service {
  background: #D6ECF5;
}
.service .box {
  padding: 80px 0;
  border-radius: 30px;
  background: white;
  text-align: center;
  box-shadow: 0 3px 6px rgba(70, 85, 116, 0.15);
  margin-top: 60px;
}
.service .box:first-child {
  margin-top: 0;
}
@media screen and (max-width:600px) {
  .service .box {
    padding: 60px 0;
    border-radius: 15px;
    margin-top: 40px;
  }
}
.service .box h2 {
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (max-width:1300px) {
  .service .box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:600px) {
  .service .box h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.service .box p {
  font-size: 25px;
}
@media screen and (max-width:1300px) {
  .service .box p {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .service .box p {
    font-size: 14px;
  }
}
.service .box img {
  margin-top: 40px;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width:1300px) {
  .service .box img {
    width: 90%;
  }
}
@media screen and (max-width:600px) {
  .service .box img {
    margin-top: 25px;
  }
}
.service .box.n3 h2 {
  font-size: 19px;
}

.plan {
  padding-bottom: 120px;
}
@media screen and (max-width:600px) {
  .plan {
    padding: 60px 0;
  }
}
.plan h2 {
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .plan h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.plan table {
  max-width: 960px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 4px solid #50ACD3;
  border-radius: 12px;
  margin: auto;
}
@media screen and (max-width:600px) {
  .plan table {
    border-radius: 8px;
  }
}
.plan table th, .plan table td {
  border-left: 3px solid #F2F3F6;
  padding: 40px 0;
  font-size: 28px;
  color: #343F55;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px) {
  .plan table th, .plan table td {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .plan table th, .plan table td {
    font-size: 20px;
    padding: 25px 0px 7px;
    border: none;
    width: 100%;
    font-size: 16px;
  }
}
.plan table th {
  background-color: #50ACD3;
  color: white;
  line-height: 1;
  font-size: 35px;
  padding: 23px 0;
  border: none;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width:768px) {
  .plan table th {
    font-size: 30px;
  }
}
@media screen and (max-width:600px) {
  .plan table th {
    padding: 20px 0;
    font-size: 20px;
    border-radius: 0 0 4px 4px;
  }
}
.plan table tr:nth-child(even) {
  background: #FCFCFC;
  color: white;
}
.plan table tr:nth-child(odd) {
  background: white;
  color: #333;
}
.plan table tr:last-child td {
  border-radius: 0 0 0 10px;
}
.plan table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width:600px) {
  .plan table tr:last-child td.last {
    border-top: solid 3px #F2F3F6;
  }
}
@media screen and (max-width:600px) {
  .plan table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.plan table .large-text {
  font-size: 40px;
  color: #006996;
}
@media screen and (max-width:768px) {
  .plan table .large-text {
    font-size: 30px;
  }
}
@media screen and (max-width:600px) {
  .plan table .large-text {
    width: 100%;
    padding: 0px 0px 25px;
  }
}
.plan table .large-text.as {
  font-size: 25px;
}
@media screen and (max-width:768px) {
  .plan table .large-text.as {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  .plan table .large-text.as {
    font-size: 16px;
    border-bottom: solid 3px #F2F3F6;
  }
}
.plan table .large-text.as .strong {
  font-size: 60px;
}
@media screen and (max-width:768px) {
  .plan table .large-text.as .strong {
    font-size: 50px;
  }
}
@media screen and (max-width:600px) {
  .plan table .large-text.as .strong {
    font-size: 40px;
  }
}
.plan table .large-text.as .strong .zero {
  font-size: 97px;
  line-height: 1;
  display: inline-block;
  margin-left: -8px;
}
@media screen and (max-width:600px) {
  .plan table .large-text.as .strong .zero {
    font-size: 67px;
    margin-left: 0px;
  }
}

.cta {
  background: url(../img/cta_cover.svg) no-repeat center top/cover;
  padding-top: 190px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width:600px) {
  .cta {
    background: url(../img/cta_coversp.svg) no-repeat center top/cover;
    padding: 92px 0 60px;
  }
}
.cta h2 {
  font-size: 40px;
  margin-bottom: 55px;
  line-height: 1.3;
  color: #006996;
}
@media screen and (max-width:600px) {
  .cta h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.cta p {
  font-size: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width:600px) {
  .cta p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.cta img.visual {
  max-width: 796px;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width:600px) {
  .cta img.visual {
    margin-bottom: 40px;
  }
}
.cta img.logo {
  width: 345px;
  margin: 0 auto 60px;
}
@media screen and (max-width:600px) {
  .cta img.logo {
    width: 216px;
    margin-bottom: 35px;
  }
}
.cta a {
  margin: auto;
  max-width: 514px;
  width: 100%;
  padding: 32px 0;
  font-size: 25px;
  box-shadow: 0 3px 0 rgba(70, 85, 116, 0.35);
  transition-duration: 0.4s;
}
.cta a:hover {
  transform: scale(1.05);
}
@media screen and (max-width:600px) {
  .cta a {
    width: 84%;
    border-radius: 5px;
    font-size: 15px;
    padding: 20px;
  }
}
.cta p.ex {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width:600px) {
  .cta p.ex {
    font-size: 12px;
  }
}

footer {
  background: #343F55;
  padding: 10px 0 25px;
}
@media screen and (max-width:600px) {
  footer {
    padding-bottom: 15px;
  }
}
footer .flex {
  gap: 25px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width:600px) {
  footer .flex {
    flex-wrap: wrap;
    gap: 5px;
  }
}
footer .flex a {
  padding: 0;
  color: white;
  text-decoration-line: none;
  background: none;
  box-shadow: none;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-family: "regular";
  font-weight: normal;
}
footer .flex a::before {
  display: none;
}
footer .flex a::after {
  display: none;
}
footer .flex a img {
  width: 70%;
}
footer .flex ul {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
footer .flex ul li {
  color: white;
  list-style: none;
  font-size: 14px;
}
@media screen and (max-width:600px) {
  footer .flex ul li {
    font-size: 12px;
  }
}
footer p {
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 5px;
}

.salon {
  padding: 50px 0;
  background: linear-gradient(to right, #6cc3e9, #27A3D6);
}
.salon .box {
  background: white;
  border-radius: 10px;
  padding: 50px 0;
}
@media screen and (max-width:768px) {
  .salon .box {
    padding: 50px 40px;
  }
}
@media screen and (max-width:600px) {
  .salon .box {
    padding: 40px 20px;
  }
}
.salon .box h2 {
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width:320px) {
  .salon .box h2 {
    font-size: 20px;
  }
}
.salon .box h2 span {
  position: relative;
}
.salon .box h2 span::before {
  position: absolute;
  content: "＼";
  left: -40px;
}
@media screen and (max-width:768px) {
  .salon .box h2 span::before {
    top: 40px;
    left: -130px;
  }
}
@media screen and (max-width:600px) {
  .salon .box h2 span::before {
    top: 30px;
    left: -84px;
  }
}
@media screen and (max-width:320px) {
  .salon .box h2 span::before {
    top: 25px;
    left: -69px;
  }
}
.salon .box h2 span::after {
  position: absolute;
  content: "／";
  right: -40px;
}
@media screen and (max-width:600px) {
  .salon .box h2 span::after {
    right: -27px;
  }
}
@media screen and (max-width:320px) {
  .salon .box h2 span::after {
    right: -22px;
  }
}
.salon .box p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
.salon .box p.sub-title {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width:600px) {
  .salon .box p.sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width:320px) {
  .salon .box p.sub-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.salon .box p span {
  background: #27A3D6;
  color: white;
  padding: 4px 6px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 5px;
  line-height: 1;
}
.salon .box img {
  width: 700px;
}
@media screen and (max-width:768px) {
  .salon .box img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
