@charset "UTF-8";
/*
Theme Name: SaloMana
Description: テーマの説明
Theme URI: テーマのURL
Author: テーマの作者
Author URI: 作者のサイト
Version: バージョン
*/
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap-hidden {
  overflow-x: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.inner {
  width: 1066px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .inner {
    width: 90%;
  }
}

.sec-mb {
  margin-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .sec-mb {
    margin-bottom: 12rem;
  }
}

.sec-pb {
  padding-bottom: 20rem;
}
@media screen and (max-width: 599px) {
  .sec-pb {
    padding-bottom: 12rem;
  }
}

p {
  color: #010E3E;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  p {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #F23030;
  letter-spacing: 3px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

.img-box img {
  width: 100%;
}

.obj-fit img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fadeIn {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s, transform 0.7s;
}

.active {
  opacity: 1;
  transform: translateY(0);
}

.btn01, .btn02, .btn03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s;
}
.btn01::before, .btn02::before, .btn03::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  content: "";
}

.btn01, .btn02 {
  width: 29.3rem;
  aspect-ratio: 293/65;
  font-size: 1.7rem;
  border-radius: 3.5rem;
}
@media screen and (max-width: 599px) {
  .btn01, .btn02 {
    width: 20rem;
  }
}
.btn01::before, .btn02::before {
  width: 0.8rem;
  aspect-ratio: 1/1.99;
}

.btn01 {
  border: 2px solid #010E3E;
}
.btn01:hover {
  color: #fff;
  background-color: #010E3E;
  border: 2px solid #fff;
}
.btn01:hover::before {
  background: url(images/arrow02.svg) no-repeat center/contain;
}
.btn01::before {
  background: url(images/arrow01.svg) no-repeat center/contain;
  transition: all 0.5s;
}

.btn02 {
  color: #fff;
  border: 2px solid #fff;
}
.btn02:hover {
  color: #F23030;
  border: 2px solid #F23030;
  background-color: #fff;
}
.btn02:hover::before {
  background: url(images/arrow02-hov.svg) no-repeat center/contain;
}
.btn02::before {
  background: url(images/arrow02.svg) no-repeat center/contain;
  transition: all 0.5s;
}

.btn03 {
  width: 40.5rem;
  aspect-ratio: 1/0.2;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4rem;
  transform: all 0.3s;
}
@media screen and (max-width: 599px) {
  .btn03 {
    width: 72vw;
    font-size: 2rem;
  }
}
.btn03:hover {
  background-color: #010E3E;
}
.btn03::before {
  width: 1.2rem;
  aspect-ratio: 1/19.9;
  background: url(images/arrow02.svg) no-repeat center/contain;
}
@media screen and (max-width: 599px) {
  .btn03::before {
    width: 1rem;
  }
}

.btn-arrow {
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #010E3E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow img {
  width: 0.6rem;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
header {
  position: fixed;
  width: 100%;
  padding: 2.7rem 0 1.2rem;
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  header {
    padding: 2.5rem 0;
  }
}
header .header-inner {
  width: 93.4846266471vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
header .logo {
  width: 24rem;
}
@media screen and (max-width: 599px) {
  header .logo {
    width: 40%;
  }
}
header .logo img {
  width: 100%;
}
header nav {
  margin-top: 0.6rem;
}
header nav ul {
  display: flex;
  gap: 4.2rem;
}
header nav ul li a {
  font-size: 1.8rem;
  color: #010E3E;
  transition: all 0.5s;
}
header nav ul li a:hover {
  color: #F23030;
}

.hambager-content {
  display: none;
}
@media screen and (max-width: 599px) {
  .hambager-content {
    position: relative;
    display: grid;
    place-content: center;
    padding-right: 1rem;
  }
}
.hambager-content.is-ham-open .hambager .c-line {
  background-color: #707070;
}
.hambager-content.is-ham-open .hambager .c-line:first-of-type {
  animation: line1-open var(--navTransition) forwards;
}
.hambager-content.is-ham-open .hambager .c-line:nth-of-type(2) {
  animation: line2-open var(--navTransition) forwards;
}
.hambager-content.is-ham-open .hambager .c-line:last-of-type {
  animation: line3-open var(--navTransition) forwards;
}

:root {
  --navTransition: 0.4s;
}

.hambager {
  width: 3.5rem;
  height: 2rem;
  position: relative;
  display: block;
  cursor: pointer;
}
.hambager .c-line {
  height: 2px;
  background-color: #707070;
  width: 3.5rem;
  position: absolute;
  left: 0;
  right: 0;
}
.hambager .c-line:first-of-type {
  top: 0;
  animation: line1 var(--navTransition) forwards;
}
.hambager .c-line:nth-of-type(2) {
  top: 50%;
  animation: line2 var(--navTransition) forwards;
}
.hambager .c-line:last-of-type {
  top: 100%;
  animation: line3 var(--navTransition) forwards;
}

@keyframes line1 {
  0% {
    top: 50%;
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(0);
    top: 0;
  }
}
@keyframes line1-open {
  0% {
    transform: rotate(0);
    top: 0;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}
@keyframes line2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line2-open {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes line3 {
  0% {
    top: 50%;
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(0);
    top: 100%;
  }
}
@keyframes line3-open {
  0% {
    transform: rotate(0);
    top: 100%;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.mega-menu {
  display: none;
}
@media screen and (max-width: 599px) {
  .mega-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    overflow-y: scroll;
    background-color: #7794a6;
  }
}
.mega-menu .mega-menu_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 10rem;
}
.mega-menu .mega-menu_inner nav ul {
  margin-bottom: 4rem;
}
.mega-menu .mega-menu_inner nav ul li {
  position: relative;
  padding: 2rem 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.mega-menu .mega-menu_inner nav ul li a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.is-megamenu-open {
  display: block;
}

.is-ham-open {
  position: fixed;
  right: 10px;
  z-index: 100;
}
.is-ham-open .c-ham-txt {
  display: none;
}

/*************************************************
footer
*************************************************/
footer {
  padding: 5rem 0;
  background-color: #010E3E;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 5rem 0 2rem;
  }
}
footer .inner {
  width: 1166px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  footer .inner {
    display: block;
  }
}
footer .logo-area {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 599px) {
  footer .logo-area {
    margin-bottom: 4rem;
    gap: 2rem;
  }
}
footer .logo-area .footer-logo {
  width: 15.3rem;
}
@media screen and (max-width: 599px) {
  footer .logo-area .footer-logo {
    width: 10rem;
  }
}
footer .logo-area .footer-logo img {
  width: 100%;
}
footer .logo-area .footer-logo02 {
  width: 13rem;
}
@media screen and (max-width: 599px) {
  footer .logo-area .footer-logo02 {
    width: 10rem;
  }
}
footer .logo-area .footer-logo02 img {
  width: 100%;
}
footer .sns-area {
  display: flex;
  align-items: flex-end;
  gap: 3.2rem;
}
@media screen and (max-width: 599px) {
  footer .sns-area {
    gap: 2rem;
  }
}
footer .sns-area a {
  display: block;
}

/*************************************************
MV
*************************************************/
.mv_wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 80rem;
  margin-bottom: 35rem;
}
@media screen and (max-width: 599px) {
  .mv_wrap {
    height: 100vh;
    margin-bottom: 20rem;
  }
}
.mv_wrap::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15rem;
  content: "";
  width: 2px;
  height: 15rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .mv_wrap::after {
    bottom: -13rem;
    height: 7.5rem;
  }
}
.mv_wrap .saikoutiku {
  position: absolute;
  bottom: 4rem;
  right: 2rem;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  border-radius: 5px;
  border: 1px solid #010E3E;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .mv_wrap .saikoutiku {
    font-size: 1rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.mv_wrap .img-box {
  position: relative;
  width: 78.1112737921vw;
  height: 43.1918008785vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  .mv_wrap .img-box {
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (max-width: 599px) {
  .mv_wrap .img-box img {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
.mv_wrap .img-box::before {
  position: absolute;
  top: 0;
  right: -24.6705710102vw;
  content: "";
  width: 40.9956076135vw;
  height: 43.1918008785vw;
  background: url(images/deco01.svg) no-repeat bottom/cover;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .mv_wrap .img-box::before {
    width: 149.3333333333vw;
    height: 174.1333333333vw;
    top: auto;
    bottom: 118.4vw;
    right: auto;
    left: 0;
  }
}
.mv_wrap .mv-txt-box {
  position: absolute;
  left: 7.3206442167vw;
  bottom: 1.5373352855vw;
}
@media screen and (max-width: 599px) {
  .mv_wrap .mv-txt-box {
    left: 4vw;
    bottom: 7.4666666667vw;
  }
}
.mv_wrap .mv-txt-box .mv-ttl {
  position: relative;
  font-size: 6.0029282577vw;
  font-weight: bold;
  color: #F23030;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .mv_wrap .mv-txt-box .mv-ttl {
    font-size: 13.3333333333vw;
    margin-bottom: 1.3rem;
  }
}
.mv_wrap .mv-txt-box h1 {
  position: relative;
  font-size: 2.4890190337vw;
  font-weight: bold;
  line-height: 1.5;
  color: #F23030;
}
@media screen and (max-width: 599px) {
  .mv_wrap .mv-txt-box h1 {
    font-size: 5.3333333333vw;
  }
}
.mv_wrap .mv-txt-box .text_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #F23030;
  transform-origin: left;
  transform: scaleX(0);
}
.mv_wrap .mv-txt-box .text_word {
  opacity: 0;
}

.wrap02 {
  margin-bottom: 30rem;
}
@media screen and (max-width: 599px) {
  .wrap02 {
    margin-bottom: 20rem;
  }
}
.wrap02 h2 {
  text-align: center;
  margin-bottom: 3.8rem;
}
.wrap02 .video-area {
  position: relative;
  width: 74rem;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 599px) {
  .wrap02 .video-area {
    width: 100%;
    max-width: 60rem;
  }
}
.wrap02 .video-area .img-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -47.5rem;
  width: 56rem;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .wrap02 .video-area .img-box {
    left: -25rem;
    width: 35rem;
  }
}

.wrap01 {
  position: relative;
}
.wrap01 .inner {
  position: relative;
  width: 116.6rem;
}
@media screen and (max-width: 599px) {
  .wrap01 .inner {
    width: 90%;
  }
}
.wrap01 .box {
  position: relative;
  width: 59.5rem;
  background-color: #D7D9D9;
  padding: 8.6rem 6.3rem 5.9rem 9rem;
  margin: 0 0 0 auto;
  margin-top: 4.6rem;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .wrap01 .box {
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
}
.wrap01 .box h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  color: #010E3E;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 599px) {
  .wrap01 .box h3 {
    font-size: 2rem;
  }
}
.wrap01 .box p {
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 599px) {
  .wrap01 .box p {
    margin-bottom: 4rem;
  }
}
.wrap01 .box .img-box {
  position: absolute;
  top: -9.224011713vw;
  left: auto;
  right: 0;
  width: 31.2rem;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .wrap01 .box .img-box {
    width: 20rem;
    top: -34.6666666667vw;
    right: -5.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .wrap01 .box .img-box.u-sp {
    position: static;
    width: 100%;
    aspect-ratio: 2/1;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .wrap01 .box .img-box.u-sp img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.wrap01 .img-box {
  position: absolute;
  top: -4.6rem;
  left: 0;
  width: 59.5rem;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .wrap01 .img-box {
    width: 40rem;
  }
}

.wrap03, .wrap04, .wrap05 {
  background-color: #D7D9D9;
}
.wrap03 h2, .wrap04 h2, .wrap05 h2 {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .wrap03 h2, .wrap04 h2, .wrap05 h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem !important;
  }
}

.wrap03 {
  padding-top: 12rem;
}
@media screen and (max-width: 599px) {
  .wrap03 {
    padding-top: 6rem;
  }
}
.wrap03 h2 {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 599px) {
  .wrap03 h2 {
    margin-bottom: 4rem;
  }
}
.wrap03 .news-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 599px) {
  .wrap03 .news-list {
    display: block;
    margin-bottom: 4rem;
  }
}
.wrap03 .box {
  position: relative;
  width: 34.2rem;
}
@media screen and (max-width: 599px) {
  .wrap03 .box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .wrap03 .box:last-of-type {
    margin-bottom: 0;
  }
}
.wrap03 .box a {
  display: block;
  background-color: #fff;
  padding: 3.5rem 0 3rem 4rem;
  border: 2px solid #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .wrap03 .box a {
    padding: 1rem 1.5rem 2rem;
  }
}
.wrap03 .box a:hover {
  border: 2px solid #010E3E;
}
.wrap03 .box a:hover .btn-arrow {
  transform: scale(1.2);
}
.wrap03 .box .cate, .wrap03 .box .date {
  font-size: 1.3rem;
  line-height: 1;
}
.wrap03 .box .cate {
  display: inline-block;
  padding: 1.3rem 1rem;
  background-color: #D7D9D9;
  margin-bottom: 1.5rem;
}
.wrap03 .box .txt {
  width: 27rem;
  font-size: 1.3rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 599px) {
  .wrap03 .box .txt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.wrap03 .box .btn-arrow {
  position: absolute;
  bottom: 3rem;
  right: 3.3rem;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .wrap03 .box .btn-arrow {
    bottom: 1rem;
    right: 2rem;
  }
}

.wrap05 {
  position: relative;
  padding-bottom: 10rem;
}
.wrap05::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15rem;
  content: "";
  width: 2px;
  height: 7rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .wrap05::after {
    height: 5rem;
    bottom: -10rem;
    height: 7.5rem;
  }
}

.wrap05 h2, .p-schedule_wrap01 h2 {
  margin-bottom: 6.2rem;
}
.wrap05 .calendar-area, .p-schedule_wrap01 .calendar-area {
  position: relative;
  width: 60rem;
  margin: 0 auto 6.8rem;
}
@media screen and (max-width: 599px) {
  .wrap05 .calendar-area, .p-schedule_wrap01 .calendar-area {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .wrap05 .calendar-area iframe, .p-schedule_wrap01 .calendar-area iframe {
    width: 100% !important;
    aspect-ratio: 6/7;
    height: auto;
  }
}
.wrap05 .calendar-area .img-box, .p-schedule_wrap01 .calendar-area .img-box {
  position: absolute;
  top: -13.8rem;
  width: 13.8rem;
}
@media screen and (max-width: 599px) {
  .wrap05 .calendar-area .img-box, .p-schedule_wrap01 .calendar-area .img-box {
    top: -14rem;
    width: 10rem;
  }
}

@media screen and (max-width: 599px) {
  .wrap06 {
    position: relative;
  }
}
.wrap06 h2 {
  text-align: center;
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 599px) {
  .wrap06 h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.wrap06 .box {
  display: flex;
}
@media screen and (max-width: 599px) {
  .wrap06 .box {
    display: block;
  }
}
.wrap06 .box .left, .wrap06 .box .right {
  width: 50%;
}
.wrap06 .box .left {
  margin-right: 5.8rem;
}
@media screen and (max-width: 599px) {
  .wrap06 .box .left {
    width: 40vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.wrap06 .box .left img {
  width: 100%;
}
.wrap06 .box .right {
  padding: 5.5rem 0;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .wrap06 .box .right {
    width: 100%;
  }
}
.wrap06 .box .right h3, .wrap06 .box .right p {
  text-align: center;
  color: #fff;
}
.wrap06 .box .right h3 {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .wrap06 .box .right h3 {
    font-size: 2rem;
  }
}
.wrap06 .box .right p {
  margin-bottom: 3.3rem;
}

.wrap-cta {
  padding: 6rem 0;
  background-color: #7794A6;
}
@media screen and (max-width: 599px) {
  .wrap-cta {
    padding: 6rem 0 8rem;
  }
}
.wrap-cta p {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .wrap-cta p {
    margin-bottom: 3rem;
  }
}

/*************************************************
under
*************************************************/
.p-under_head-wrap {
  position: relative;
  padding: 14.4rem 0 5.8565153734vw;
  margin-bottom: 12.2rem;
}
@media screen and (max-width: 599px) {
  .p-under_head-wrap {
    padding: 26.6666666667vw 0 5.3333333333vw;
    margin-bottom: 8rem;
  }
}
.p-under_head-wrap .inner {
  width: 111.6rem;
}
@media screen and (max-width: 599px) {
  .p-under_head-wrap .inner {
    width: 90%;
  }
}
.p-under_head-wrap h1 {
  font-size: 6.9546120059vw;
  font-weight: bold;
  line-height: 1;
  color: #010E3E;
}
@media screen and (max-width: 599px) {
  .p-under_head-wrap h1 {
    font-size: 10.6666666667vw;
  }
}
.p-under_head-wrap .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 20.3513909224vw;
}
@media screen and (max-width: 599px) {
  .p-under_head-wrap .img-box {
    width: 37.3333333333vw;
  }
}

/*************************************************
Service
*************************************************/
.p-service_wrap01 {
  margin-bottom: 21rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 {
    position: relative;
    margin-bottom: 15rem;
  }
}
.p-service_wrap01 .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 .flex {
    display: block;
    margin-bottom: 8rem;
  }
}
.p-service_wrap01 .flex:last-of-type {
  margin-bottom: 0;
}
.p-service_wrap01 .left {
  position: relative;
  width: 42rem;
  aspect-ratio: 1/1.09;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 .left {
    width: 20rem;
    margin: 0 0 1rem auto;
  }
}
.p-service_wrap01 .left::before {
  position: absolute;
  top: -4.3rem;
  left: -18.1rem;
  content: "";
  width: 76.1rem;
  aspect-ratio: 1/0.69;
  background: url(http://salomana.salon-basis.com/wp-content/uploads/2024/06/p-service_bg.png) no-repeat center/cover;
  z-index: -1;
}
.p-service_wrap01 .right {
  width: 47.1rem;
  margin-right: -3rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 .right {
    width: 100%;
    margin: 0;
  }
}
.p-service_wrap01 .right h3 {
  font-size: 3rem;
  line-height: 1.7;
  color: #010E3E;
  font-weight: 600;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 .right h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-service_wrap01 .box {
  padding: 4rem 4rem 2.5rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 .box {
    padding: 3rem 2rem 2rem;
    margin-bottom: 2rem;
  }
}
.p-service_wrap01 .box p {
  text-align: center;
  color: #fff;
  margin-bottom: 2.3rem;
}
.p-service_wrap01 .box img {
  display: block;
  width: 26rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap01 .box img {
    width: 17rem;
    margin: 0 auto;
  }
}

.p-service_wrap02 {
  margin-bottom: 24rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap02 {
    margin-bottom: 15rem;
  }
}
.p-service_wrap02 h2 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap02 h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-service_wrap02 .video-area {
  position: relative;
  width: 102.5rem;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 599px) {
  .p-service_wrap02 .video-area {
    width: 100%;
  }
}
.p-service_wrap02 .video-area .img-box {
  width: 103vw;
  position: absolute;
  bottom: -5.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .p-service_wrap02 .video-area .img-box {
    bottom: -3rem;
  }
}

.section_flow-wrap, .p-service_wrap03, .p-price_wrap02 {
  margin-bottom: 19rem;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap, .p-service_wrap03, .p-price_wrap02 {
    margin-bottom: 15rem;
  }
}
.section_flow-wrap .inner, .p-service_wrap03 .inner, .p-price_wrap02 .inner {
  width: 116.6rem;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .inner, .p-service_wrap03 .inner, .p-price_wrap02 .inner {
    width: 90%;
  }
}
.section_flow-wrap h2, .p-service_wrap03 h2, .p-price_wrap02 h2 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap h2, .p-service_wrap03 h2, .p-price_wrap02 h2 {
    margin-bottom: 6rem;
  }
}
.section_flow-wrap .flex, .p-service_wrap03 .flex, .p-price_wrap02 .flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .flex, .p-service_wrap03 .flex, .p-price_wrap02 .flex {
    display: block;
  }
}
.section_flow-wrap .box, .p-service_wrap03 .box, .p-price_wrap02 .box {
  position: relative;
  padding-top: 15.4rem;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box, .p-service_wrap03 .box, .p-price_wrap02 .box {
    padding-top: 17rem;
    margin-bottom: 8rem;
  }
}
.section_flow-wrap .box::before, .p-service_wrap03 .box::before, .p-price_wrap02 .box::before {
  position: absolute;
  top: 0;
  right: -5rem;
  content: "";
  width: 3.36rem;
  aspect-ratio: 1/8.69;
  background: url(images/flow_line.svg) no-repeat center/contain;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box::before, .p-service_wrap03 .box::before, .p-price_wrap02 .box::before {
    top: auto;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
    aspect-ratio: 1/0.28;
    background: url(images/down-arrow.svg) no-repeat center/contain;
  }
}
.section_flow-wrap .box .img-box, .p-service_wrap03 .box .img-box, .p-price_wrap02 .box .img-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_flow-wrap .box h3, .p-service_wrap03 .box h3, .p-price_wrap02 .box h3 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box h3, .p-service_wrap03 .box h3, .p-price_wrap02 .box h3 {
    font-size: 2rem;
  }
}
.section_flow-wrap .box p, .p-service_wrap03 .box p, .p-price_wrap02 .box p {
  max-width: 17rem;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box p, .p-service_wrap03 .box p, .p-price_wrap02 .box p {
    max-width: 100%;
  }
}
.section_flow-wrap .box:first-of-type .img-box, .p-service_wrap03 .box:first-of-type .img-box, .p-price_wrap02 .box:first-of-type .img-box {
  width: 16rem;
  aspect-ratio: 1/0.83;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box:first-of-type .img-box, .p-service_wrap03 .box:first-of-type .img-box, .p-price_wrap02 .box:first-of-type .img-box {
    width: 18rem;
  }
}
.section_flow-wrap .box:nth-of-type(2) .img-box, .p-service_wrap03 .box:nth-of-type(2) .img-box, .p-price_wrap02 .box:nth-of-type(2) .img-box {
  width: 10.9rem;
  aspect-ratio: 1/1.14;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box:nth-of-type(2) .img-box, .p-service_wrap03 .box:nth-of-type(2) .img-box, .p-price_wrap02 .box:nth-of-type(2) .img-box {
    width: 13.4rem;
  }
}
.section_flow-wrap .box:nth-of-type(3) .img-box, .p-service_wrap03 .box:nth-of-type(3) .img-box, .p-price_wrap02 .box:nth-of-type(3) .img-box {
  width: 14.4rem;
  aspect-ratio: 1/0.9;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box:nth-of-type(3) .img-box, .p-service_wrap03 .box:nth-of-type(3) .img-box, .p-price_wrap02 .box:nth-of-type(3) .img-box {
    width: 16rem;
  }
}
.section_flow-wrap .box:nth-of-type(4) .img-box, .p-service_wrap03 .box:nth-of-type(4) .img-box, .p-price_wrap02 .box:nth-of-type(4) .img-box {
  width: 12.2rem;
  aspect-ratio: 1/1.09;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box:nth-of-type(4) .img-box, .p-service_wrap03 .box:nth-of-type(4) .img-box, .p-price_wrap02 .box:nth-of-type(4) .img-box {
    width: 14.2rem;
  }
}
.section_flow-wrap .box:last-of-type::before, .p-service_wrap03 .box:last-of-type::before, .p-price_wrap02 .box:last-of-type::before {
  position: static;
}
.section_flow-wrap .box:last-of-type .img-box, .p-service_wrap03 .box:last-of-type .img-box, .p-price_wrap02 .box:last-of-type .img-box {
  width: 14.7rem;
  aspect-ratio: 1/0.83;
}
@media screen and (max-width: 599px) {
  .section_flow-wrap .box:last-of-type .img-box, .p-service_wrap03 .box:last-of-type .img-box, .p-price_wrap02 .box:last-of-type .img-box {
    width: 17rem;
  }
}

.p-service_wrap04 {
  padding: 18.4rem 0 17.5rem;
  background-color: #D7D9D9;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 {
    padding: 10rem 0 10rem;
  }
}
.p-service_wrap04 .inner {
  width: 116.6rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .inner {
    width: 90%;
  }
}
.p-service_wrap04 h2 {
  margin-bottom: 11.8rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .photo-box.u-sp {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .photo-box.u-sp img {
    width: 100%;
    height: 100%;
  }
}
.p-service_wrap04 .block {
  position: relative;
}
.p-service_wrap04 .block .photo-box {
  width: 50rem;
  position: absolute;
  top: -5.8rem;
  left: 0;
  z-index: 1;
}
.p-service_wrap04 .block .photo-box img {
  width: 100%;
}
.p-service_wrap04 .block .box {
  position: relative;
  width: 72.5rem;
  padding: 7rem 0 5rem 7rem;
  margin: 0 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .block .box {
    width: 100%;
    padding: 3rem;
  }
}
.p-service_wrap04 .block .box:first-of-type {
  background-color: #F23030;
}
.p-service_wrap04 .block .box:nth-of-type(2) {
  background-color: #2659BF;
}
.p-service_wrap04 .block .box:nth-of-type(3) {
  background-color: #7794A6;
}
.p-service_wrap04 .block .box h3, .p-service_wrap04 .block .box p {
  color: #fff;
}
.p-service_wrap04 .block .box h3 {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
  border: 1px solid #fff;
  border-radius: 4rem;
  padding: 1.5rem 4.5rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .block .box h3 {
    font-size: 2rem;
    padding: 0.5rem 3rem;
  }
}
.p-service_wrap04 .block .box p {
  max-width: 42rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .block .box p {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.p-service_wrap04 .block .box .img-box {
  width: 20rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 599px) {
  .p-service_wrap04 .block .box .img-box {
    width: 12rem;
    top: -3rem;
    transform: none;
    right: -1rem;
  }
}

.p-service_wrap05 {
  position: relative;
  background-color: #D7D9D9;
  padding-bottom: 17.3rem;
  margin-bottom: 35rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 {
    padding-bottom: 10rem;
    margin-bottom: 20rem;
  }
}
.p-service_wrap05::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26rem;
  content: "";
  width: 2px;
  height: 15rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05::after {
    bottom: -17rem;
    height: 7.5rem;
  }
}
.p-service_wrap05 .inner {
  width: 111.6rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .inner {
    width: 90%;
  }
}
.p-service_wrap05 h2 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 h2 {
    margin-bottom: 4rem;
  }
}
.p-service_wrap05 .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .flex {
    display: block;
  }
}
.p-service_wrap05 .box {
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .box {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.p-service_wrap05 .box:last-of-type {
  margin-bottom: 0;
}
.p-service_wrap05 .box .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.2rem;
  aspect-ratio: 1/0.82;
  margin-bottom: 3.4rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .box .img-box {
    width: 100%;
    aspect-ratio: auto;
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
}
.p-service_wrap05 .box .img-box img {
  display: block;
  width: 90%;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .box .img-box img {
    width: 50%;
  }
}
.p-service_wrap05 .box h3 {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #F23030;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .box h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-service_wrap05 .box p {
  max-width: 27rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 599px) {
  .p-service_wrap05 .box p {
    max-width: 85%;
    margin: 0 auto;
  }
}

/*************************************************
Price
*************************************************/
.p-price_wrap01 {
  position: relative;
  margin-bottom: 30rem;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 {
    margin-bottom: 22rem;
  }
}
.p-price_wrap01::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26rem;
  content: "";
  width: 2px;
  height: 15rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01::after {
    bottom: -17rem;
    height: 7.5rem;
  }
}
.p-price_wrap01 .price-box {
  width: 82.5rem;
  margin: 0 auto;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 10.7rem;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 .price-box {
    width: 100%;
    padding-bottom: 6rem;
  }
}
.p-price_wrap01 .txt {
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1.1rem 0;
  background-color: #F23030;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 .txt {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-price_wrap01 .price {
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 .price {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.p-price_wrap01 .price span {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 .price span {
    font-size: 1.6rem;
  }
}
.p-price_wrap01 ul {
  width: 54rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 ul {
    width: 90%;
  }
}
.p-price_wrap01 ul li {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 599px) {
  .p-price_wrap01 ul li {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    padding-left: 3rem;
    background-image: url(images/icon-check.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: left top;
  }
}
.p-price_wrap01 ul li:last-of-type {
  margin-bottom: 0;
}
.p-price_wrap01 ul li span {
  color: #F23030;
}
.p-price_wrap01 ul li img {
  margin-right: 1rem;
}

/*************************************************
schedule
*************************************************/
.p-schedule_wrap01 {
  margin-bottom: 16.6rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap01 {
    margin-bottom: 10rem;
    margin-top: 12rem;
  }
}
.p-schedule_wrap01 h2 {
  margin-bottom: 2rem;
}
.p-schedule_wrap01 p {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap01 p {
    margin-bottom: 4rem;
  }
}
.p-schedule_wrap01 .calendar-area {
  position: relative;
  width: 68rem;
  margin: 0 auto 6.8rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap01 .calendar-area {
    width: 100%;
  }
}
.p-schedule_wrap01 .calendar-area .img-box {
  position: absolute;
  top: -17.8rem;
  width: 13.8rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap01 .calendar-area .img-box {
    top: -21rem;
    width: 10rem;
  }
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap01 .calendar-area iframe {
    width: 100% !important;
    aspect-ratio: 6/7;
    height: auto;
  }
}

.p-schedule_wrap02 {
  background-color: #D7D9D9;
  padding: 14rem 0 17rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 {
    padding: 10rem 0 12rem;
  }
}
.p-schedule_wrap02 h2 {
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 h2 {
    margin-bottom: 4rem;
  }
}
.p-schedule_wrap02 .box {
  width: 91rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 .box {
    width: 100%;
    display: block;
  }
}
.p-schedule_wrap02 .box .left, .p-schedule_wrap02 .box .right {
  flex-basis: 50%;
}
.p-schedule_wrap02 .box .left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 .box .left {
    padding: 3rem 0;
  }
}
.p-schedule_wrap02 .box .left img {
  width: 34.6rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 .box .left img {
    width: 15rem;
  }
}
.p-schedule_wrap02 .box .right {
  padding: 6.5rem 5.4rem;
  background-color: #F23030;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 .box .right {
    padding: 4rem 2rem;
  }
}
.p-schedule_wrap02 .box .right h3, .p-schedule_wrap02 .box .right p {
  color: #fff;
}
.p-schedule_wrap02 .box .right h3 {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 .box .right h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.p-schedule_wrap02 .box .right p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .p-schedule_wrap02 .box .right p {
    margin-bottom: 3rem;
  }
}
.p-schedule_wrap02 .box .right p:last-of-type {
  margin-bottom: 0;
}

/*************************************************
Recruite
*************************************************/
.p-recruite_wrap01 {
  margin-bottom: 11.6rem;
}
.p-recruite_wrap01 .dammy-box {
  width: 95.2rem;
  margin: 0 auto;
  aspect-ratio: 1/0.44;
  background-color: #ccc;
}

.p-recruite_wrap02 .btn-entry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 50rem;
  aspect-ratio: 1/0.2;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #F23030;
  border: 2px solid #F23030;
  border-radius: 5rem;
  transition: all 0.5s;
}
.p-recruite_wrap02 .btn-entry:hover {
  background-color: #F23030;
  color: #fff;
}
.p-recruite_wrap02 .btn-entry:hover::before {
  background: url(images/arrow02.svg) no-repeat center/contain;
}
.p-recruite_wrap02 .btn-entry::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  content: "";
  width: 1.6rem;
  aspect-ratio: 1/19.9;
  background: url(images/arrow03.svg) no-repeat center/contain;
  transition: all 0.5s;
}

table {
  width: 95.2rem;
  table-layout: fixed;
  border-top: 2px solid #F23030;
  margin: 0 auto 10.8rem;
}
@media screen and (max-width: 599px) {
  table {
    width: 100%;
  }
}
table th, table td {
  font-size: 1.7rem;
  padding: 2.5rem 0;
  border-bottom: 2px solid #F23030;
}
table th {
  width: 25%;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  table th {
    font-size: 1.6rem;
    width: 35%;
    vertical-align: middle;
  }
}
table td {
  width: 75%;
}
@media screen and (max-width: 599px) {
  table td {
    font-size: 1.4rem;
    width: 65%;
    line-height: 1.5;
  }
}

/*************************************************
Company
*************************************************/
@media screen and (max-width: 599px) {
  .p-company_wrap01 {
    margin-bottom: 8rem;
  }
}
.p-company_wrap01 .flex {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-company_wrap01 .flex {
    display: block;
  }
}
.p-company_wrap01 .flex .left {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .p-company_wrap01 .flex .left {
    width: 90%;
    margin: 0 auto 4rem;
  }
}
.p-company_wrap01 .flex .right {
  padding: 9rem 0 0 9rem;
}
@media screen and (max-width: 599px) {
  .p-company_wrap01 .flex .right {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.p-company_wrap01 .flex .right p {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  .p-company_wrap01 .flex .right p {
    font-size: 1.8rem;
  }
}

/*************************************************
Contact
*************************************************/
.p-contact_wrap01 {
  background-color: #D7D9D9;
  padding: 13rem 0 20rem;
}
@media screen and (max-width: 599px) {
  .p-contact_wrap01 {
    padding: 8rem 0;
  }
}
.p-contact_wrap01 .txt {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .p-contact_wrap01 .txt {
    margin-bottom: 4rem;
  }
}
.p-contact_wrap01 form {
  width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-contact_wrap01 form {
    width: 100%;
  }
}
.p-contact_wrap01 form input, .p-contact_wrap01 form select, .p-contact_wrap01 form textarea {
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
  padding: 1.5rem;
}
.p-contact_wrap01 form .select {
  position: relative;
}
.p-contact_wrap01 form .select::before {
  position: absolute;
  top: 6rem;
  right: 2rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #010E3E;
  border-bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-contact_wrap01 form textarea {
    height: 20rem;
  }
}
.p-contact_wrap01 form .form-block {
  margin-bottom: 2rem;
}
.p-contact_wrap01 form .form-block:last-of-type {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .p-contact_wrap01 form .form-block:last-of-type {
    margin-bottom: 4rem;
  }
}
.p-contact_wrap01 form .form-block p {
  margin-bottom: 1rem;
}
.p-contact_wrap01 form .btn01 {
  width: 29.3rem !important;
  background-color: #fff;
  border-radius: 3.5rem !important;
  border: 2px solid #010E3E !important;
  margin-top: 6rem;
}
@media screen and (max-width: 599px) {
  .p-contact_wrap01 form .btn01 {
    margin-top: 4rem;
  }
}
.p-contact_wrap01 form .btn01:hover {
  background-color: #010E3E;
}

.p-thanks_wrap01 h2 {
  margin-bottom: 8rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .p-thanks_wrap01 h2 {
    margin-bottom: 4rem;
  }
}
.p-thanks_wrap01 p {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .p-thanks_wrap01 p {
    margin-bottom: 4rem;
  }
}

/*************************************************
News 一覧・詳細
*************************************************/
.p-news_wrap01 .inner {
  position: relative;
}
.p-news_wrap01 .ttl-head {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .ttl-head {
    position: static;
    margin-bottom: 4rem;
  }
}
.p-news_wrap01 .ttl-head h2 {
  text-align: left;
  color: #010E3E;
}
.p-news_wrap01 .ttl-head p {
  font-size: 1.3rem;
}
.p-news_wrap01 .arhive-area {
  width: 72rem;
  margin: 0 auto;
  border-top: 2px solid #F23030;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .arhive-area {
    width: 100%;
  }
}
.p-news_wrap01 .arhive-area a {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .arhive-area a {
    display: block;
  }
}
.p-news_wrap01 .arhive-area a:hover .ttl {
  color: #F23030;
}
.p-news_wrap01 .arhive-area p {
  font-size: 1.7rem;
  padding: 2.5rem 0;
  border-bottom: 2px solid #F23030;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .arhive-area p {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.p-news_wrap01 .arhive-area .date {
  width: 25%;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .arhive-area .date {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-news_wrap01 .arhive-area .ttl {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .arhive-area .ttl {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.p-news_wrap01 .single-area {
  width: 72rem;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .single-area {
    width: 100%;
  }
}
.p-news_wrap01 .single-area .breadcrumb {
  margin-bottom: 4rem;
}
.p-news_wrap01 .single-area .breadcrumb ul {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .single-area .breadcrumb ul {
    gap: 0.5rem;
  }
}
.p-news_wrap01 .single-area .breadcrumb ul li, .p-news_wrap01 .single-area .breadcrumb ul a {
  font-size: 1.6rem;
  color: #7794A6;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .single-area .breadcrumb ul li, .p-news_wrap01 .single-area .breadcrumb ul a {
    font-size: 1.2rem;
  }
}
.p-news_wrap01 .single-area .breadcrumb ul li span, .p-news_wrap01 .single-area .breadcrumb ul a span {
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .single-area .breadcrumb ul li span, .p-news_wrap01 .single-area .breadcrumb ul a span {
    margin-left: 0.5rem;
  }
}
.p-news_wrap01 .single-area .breadcrumb ul li:last-of-type {
  max-width: 50rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 599px) {
  .p-news_wrap01 .single-area .breadcrumb ul li:last-of-type {
    max-width: 15rem;
  }
}
.p-news_wrap01 .single-area .date {
  margin-bottom: 4rem;
}
.p-news_wrap01 .single-area .content {
  padding-bottom: 5rem;
  border-bottom: 1px solid #F23030;
  margin-bottom: 5rem;
}
.p-news_wrap01 .single-area .sub-archive h2 {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  text-align: left;
  color: #010E3E;
}
.p-news_wrap01 .single-area .sub-archive a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.5rem 0;
}

/*************************************************
準備中
*************************************************/
.commingsoon {
  margin-bottom: 17.7rem;
}
.commingsoon p {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .commingsoon p {
    font-size: 2rem;
  }
}