@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Antique+B1&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wrap {
    font-size: 0.9rem;
  }
}

.content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .content {
    width: 93%;
    max-width: 1000px;
  }
}

.hero {
  text-align: center;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .hero {
    grid-template-rows: 130px 1fr 130px;
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    grid-template-columns: 1fr 850px 1fr;
    margin: 0 0 70px;
  }
}
.hero__content {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    width: 100%;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content {
    padding: 80px 0;
  }
}
.hero h1 {
  color: #e60012;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    font-size: 2.2rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    font-size: 5.1rem;
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .lead {
    margin: 0 0 25px;
    gap: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero .lead {
    margin: 0 0 35px;
    gap: 10px 0;
  }
}
.hero .lead__txt {
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border: 2px solid #e60012;
  padding: 35px 10px;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .hero .lead__txt {
    font-size: 1.05rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) {
  .hero .lead__txt {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.hero .lead span {
  color: #e60012;
}
.hero .txt {
  margin: 0 auto;
  letter-spacing: 0.1rem;
  border: 2px solid #eee;
  padding: 35px 10px;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .hero .txt {
    line-height: 2.4;
  }
}
@media only screen and (min-width: 768px) {
  .hero .txt {
    font-size: 1.1rem;
    line-height: 2.5;
  }
}
.hero__img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .hero__img.img_01 {
    background-image: url(../img/shinsotsu22nd/bg-hero-sp_01.jpg?0328);
  }
}
@media only screen and (min-width: 768px) {
  .hero__img.img_01 {
    background-image: url(../img/shinsotsu22nd/bg-hero_01.jpg?0328);
  }
}
@media only screen and (max-width: 767px) {
  .hero__img.img_02 {
    background-image: url(../img/shinsotsu22nd/bg-hero-sp_02.jpg?0328-v2);
  }
}
@media only screen and (min-width: 768px) {
  .hero__img.img_02 {
    background-image: url(../img/shinsotsu22nd/bg-hero_02.jpg?0328-v2);
  }
}

h2 {
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 70px;
    font-size: 2.2rem;
  }
}
h2::after {
  content: "";
  background-color: #e60012;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  h2::after {
    width: 80px;
    bottom: -15px;
  }
}
@media only screen and (min-width: 768px) {
  h2::after {
    width: 130px;
    bottom: -20px;
  }
}

.btn {
  background-color: #e60012;
  border: #e60012 3px solid;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn {
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
  }
  .btn:hover::after {
    background-color: #e60012;
  }
  .btn:hover a {
    color: #e60012;
  }
}
.btn::after {
  content: "";
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #fff;
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 9px;
  height: 9px;
}
.btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-weight: 600;
}

.local-nav {
  padding: 0;
  list-style: none;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .local-nav {
    margin: 0 0 60px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 43px;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    margin: 0 0 80px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 50px;
    gap: 0 10px;
  }
}
.local-nav a {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .local-nav a {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 767px) {
  .desc {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .desc {
    margin: 0 0 80px;
  }
}
.desc table {
  width: 100%;
}
.desc table tr {
  display: grid;
  text-align: left;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .desc table tr {
    border-image: linear-gradient(to right, #e60012 100px, #ddd 100px);
    border-image-slice: 1;
    grid-template-columns: 100px 1fr;
    padding: 25px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .desc table tr {
    border-image: linear-gradient(to right, #e60012 200px, #ddd 200px);
    border-image-slice: 1;
    grid-template-columns: 200px 1fr;
    padding: 40px 0px;
  }
}
.desc table tr:first-child {
  border-top: 1px solid;
}
.desc table tr th {
  letter-spacing: 0.1em;
}
.desc table tr td {
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.desc table ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.desc table ul a {
  color: #e60012;
}
.desc table ul a:hover {
  text-decoration: underline;
}
.desc table .table-link {
  background-color: #fff;
  max-width: 350px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .desc table .table-link {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .desc table .table-link {
    height: 55px;
    transition: 0.3s;
  }
  .desc table .table-link:hover {
    background-color: #e60012;
  }
  .desc table .table-link:hover::after {
    background-color: #fff;
  }
  .desc table .table-link:hover a {
    color: #fff;
  }
}
.desc table .table-link::after {
  background-color: #e60012;
}
.desc table .table-link a {
  color: #e60012;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .desc table .table-link a {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 767px) {
  .flow {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .flow {
    margin: 0 0 80px;
  }
}
.flow__content {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .flow__content {
    gap: 35px 0;
  }
}
@media only screen and (min-width: 768px) {
  .flow__content {
    gap: 55px 0;
  }
}
.flow__item {
  background-color: #fff5f5;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .flow__item {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .flow__item {
    padding: 50px 50px 60px;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 17px;
  height: 55px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.flow__item:nth-child(1)::after {
  background-image: linear-gradient(to bottom, #fad0c4, #fad0c4);
}
.flow__item:nth-child(2)::after {
  background-image: linear-gradient(to bottom, #fad0c4, #ff9a9e);
}
.flow__item-order {
  color: #fff;
  background-color: #ee5861;
  border-radius: 99px;
  position: absolute;
  top: -15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .flow__item-order {
    left: 25px;
    padding: 7px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .flow__item-order {
    left: 45px;
    font-size: 1.3rem;
    padding: 5px 20px;
  }
}
.flow__item-content {
  display: grid;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .flow__item-content {
    grid-template-columns: 200px 1fr;
  }
}
.flow__item-ttl {
  color: #e60012;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .flow__item-ttl {
    font-size: 1.1rem;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .flow__item-ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .flow__item-ttl span {
    font-size: 0.85rem;
    letter-spacing: 0.03rem;
  }
}
@media only screen and (min-width: 768px) {
  .flow__item-ttl span {
    font-size: 1.1rem;
    letter-spacing: 0;
    display: block;
    margin: 5px 0 0;
  }
}
.flow__item-text p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.flow .flow-apply {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .flow .flow-apply {
    margin: 20px 0 0;
    grid-auto-rows: 43px;
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .flow .flow-apply {
    width: 90%;
    margin: 20px 0 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 55px;
    gap: 0 10px;
  }
}

.apply {
  margin-inline: calc(50% - 50vi);
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .apply {
    background: url(../img/shinsotsu22nd/bg-apply.jpg?0328) no-repeat top center/cover;
    margin-bottom: 60px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .apply {
    background: url(../img/shinsotsu22nd/bg-apply.jpg?0328) no-repeat top -30px center/cover;
    margin-bottom: 80px;
    height: 400px;
  }
}
.apply::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.apply h2 {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .apply h2 {
    margin: 0 0 20px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .apply h2 {
    margin: 0 0 30px;
  }
}
.apply h2::after {
  content: none;
}
.apply__content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .apply__content {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .apply__content {
    width: 93%;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .apply__btn {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .apply__btn {
    width: 500px;
    height: 80px;
    margin: 0 auto;
  }
}
.apply a {
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 768px) {
  .apply a {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .inquiry {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry {
    margin: 0 0 80px;
  }
}
.inquiry__content {
  background-color: #f9f9f9;
  padding: 50px;
}
.inquiry p {
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .inquiry p {
    letter-spacing: 0.1rem;
  }
}
.inquiry a {
  color: #e60012;
}
.inquiry a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}