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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body.b-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
body.fixed {
  overflow: hidden;
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
ul[role=list],
ol[role=list],
ol,
li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 80px 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .column {
    padding: 40px 0;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .inner.column {
    padding-bottom: 30px;
  }
}
.inner.w1100 {
  max-width: 1100px;
}
.inner.w1000 {
  max-width: 1000px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 820px) {
  .pt100 {
    padding-top: 40px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .pb80 {
    padding-bottom: 30px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .pb100 {
    padding-bottom: 50px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
}

.sec_title {
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  color: #122a52;
}
@media screen and (max-width: 820px) {
  .sec_title {
    margin-bottom: 20px;
  }
}
.sec_title .small {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  gap: 10px;
}
.sec_title .small:before, .sec_title .small:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #122a52;
}
.sec_title:has(.small) .small {
  padding-top: 20px;
}

.catch {
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .catch {
    text-align: left;
  }
}

.cta {
  background: #f4f6f9;
  padding: 40px 0;
}
.cta a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.cta .tel_button {
  margin: 0 auto 30px;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header .h1_wrap {
  background: #122a52;
  font-size: clamp(1rem, 4vw, 1.2rem);
  color: #fff;
  padding: 2px;
  font-weight: 400;
}
.header .header_wrap {
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  .header .header_wrap {
    padding: 15px;
  }
}
.header .header_wrap .header_contact {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .header_wrap .header_contact {
    display: none;
  }
}
.header .header_wrap .header_contact .item {
  flex: 1;
}
.header .header_wrap .header_contact .item.tel {
  text-align: center;
}
.header .header_wrap .header_contact .item.tel a {
  display: block;
}
.header .header_wrap .header_contact .item.tel a .num {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  color: #122a52;
  line-height: 1;
}
.header .header_wrap .header_contact .item.tel a .num:before {
  content: "";
  background-image: url(../img/noukotsu/tel_icon.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
}
.header .header_wrap .header_contact .item.tel a .time {
  background: #1092c0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
.header .nav_open {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  background: #122a52;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 999;
}
.header .nav_open span {
  width: 100%;
  height: 2px;
  background: #fff;
}
.header .nav {
  background: #ecfaff;
}
@media screen and (max-width: 767px) {
  .header .nav {
    padding: 60px 10px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 90%;
    z-index: 888;
    transition: all 0.3s;
  }
  .header .nav.open {
    right: 0;
  }
}
.header .nav .nav_list {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .header .nav .nav_list {
    flex-direction: column;
  }
}
.header .nav .nav_list .nav_item {
  flex: auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .header .nav .nav_list .nav_item {
    border-bottom: 1px solid #cad5d9;
  }
}
.header .nav .nav_list .nav_item a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header .nav .nav_list .nav_item a {
    text-align: left;
  }
}
.header .nav .nav_list .nav_item a .mini {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .nav .nav_list .nav_item a .mini {
    display: block;
    color: #122a52;
    font-size: 1.4rem;
  }
}
.header .nav .nav_list .nav_item:not(:last-of-type) a {
  border-right: 1px solid #cad5d9;
}
@media screen and (max-width: 767px) {
  .header .nav .nav_list .nav_item:not(:last-of-type) a {
    border-right: 0;
  }
}
.header .nav .nav_list .nav_item.sp_tel {
  background: #122a52;
  border: 0;
  margin-bottom: 10px;
}
.header .nav .nav_list .nav_item.sp_tel a {
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
}
.header .nav .nav_list .nav_item.sp_tel a:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 5px;
}
.header .nav .nav_list .nav_item.sp_contact {
  background: #c82640;
  border: 0;
}
.header .nav .nav_list .nav_item.sp_contact a {
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
}
.header .nav .nav_list .nav_item.sp_contact a:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 5px;
}

.fixed_bnrs_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 5px 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .fixed_bnrs_sp {
    display: block;
  }
}
.fixed_bnrs_sp .floating_list {
  gap: 5px;
  display: flex;
}
.fixed_bnrs_sp .floating_list .item {
  flex: 1;
  color: #fff;
  padding: 8px 5px 4px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
}
.fixed_bnrs_sp .floating_list .item.tel {
  background: #122a52;
  box-shadow: 0 4px 0 rgb(8.82, 20.58, 40.18);
  font-size: 1.7rem;
  font-weight: 700;
}
.fixed_bnrs_sp .floating_list .item.tel:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding-right: 5px;
}
.fixed_bnrs_sp .floating_list .item.contact {
  background: #c82640;
  box-shadow: 0 4px 0 rgb(157.1428571429, 29.8571428571, 50.2857142857);
}

/*----------------------------------------------------
	本文
----------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin: 0;
  }
}
.mv .mv_feature {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -100px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .mv .mv_feature {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_feature {
    flex-direction: column;
    position: unset;
  }
}
.mv .mv_feature .item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  padding: 30px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(0deg, #1092c0, #4197ed, #dbecfb, #d8ebfb) border-box;
  outline: 5px solid #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .mv .mv_feature .item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_feature .item {
    width: 100%;
  }
}
.mv .mv_feature .item .title {
  color: #3171bc;
  font-size: clamp(2rem, 4vw, 2.6rem);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .mv .mv_feature .item .title {
    font-size: 2rem;
  }
}
.mv .mv_feature .item .title:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #cad5d9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.concept {
  background: url(../img/noukotsu/concept_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 1100px) {
  .concept {
    background-size: contain;
  }
}
.concept .title {
  color: #1092c0;
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 60px;
}
.concept .title .color {
  color: #e89d45;
}
.concept .title:before, .concept .title:after {
  content: "";
  position: absolute;
  top: 0;
}
.concept .title:before {
  content: url(../img/noukotsu/concept_mark_l.png);
  left: 0;
}
.concept .title:after {
  content: url(../img/noukotsu/concept_mark_r.png);
  right: 0;
}
.concept .lead {
  line-height: 2.6;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .concept .lead {
    text-align: left;
  }
}

.feature .feature_wrap {
  background-image: url(../img/noukotsu/feature_bg.png);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 200px;
}
@media screen and (max-width: 1100px) {
  .feature .feature_wrap {
    padding-bottom: 50px;
  }
}
.feature .feature_list {
  flex-wrap: wrap;
  gap: 50px 20px;
  margin: 60px auto 40px;
}
.feature .feature_list .item {
  width: calc(33.3333333333% - 15px);
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .feature .feature_list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .feature .feature_list .item {
    width: 90%;
    margin: 0 auto;
  }
}
.feature .feature_list .item .label {
  position: absolute;
  background: #11afe7;
  color: #fff;
  font-size: 2rem;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  top: -20px;
  padding: 5px 30px;
  border-radius: 4px;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.feature .feature_list .item .label:before, .feature .feature_list .item .label:after {
  content: "●";
  font-size: 0.5em;
  position: relative;
  top: -3px;
  padding: 4px;
}
.feature .feature_list .item img {
  border-radius: 8px 8px 0 0;
}
.feature .feature_list .item .title {
  flex: 1;
  padding: 10px 20px 20px;
  position: relative;
  font-size: clamp(2rem, 4vw, 2.4rem);
  color: #122a52;
}
.feature .feature_list .item .title:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.feature .feature_list .item .lead {
  padding: 10px 20px 20px;
}
.feature .hakajimai {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #be86be;
  border-radius: 4px;
  align-items: center;
  padding: 0 25px 0 0;
  background: #fff;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .feature .hakajimai {
    flex-direction: column;
    padding: 20px;
  }
}
.feature .hakajimai .hakajimai_info .title {
  background: #be86be;
  color: #fff;
  padding: 5px 40px;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .feature .hakajimai .hakajimai_info .title {
    padding: 5px 20px;
    margin: 0 auto 10px;
  }
}
.feature .digital {
  padding-bottom: 80px;
}
.feature .digital .flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature .digital .flex {
    flex-direction: column;
  }
}
.feature .digital .flex img {
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .feature .digital .flex img {
    width: 100%;
  }
}
.feature .digital .flex .digital_info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .feature .digital .flex .digital_info {
    width: 100%;
  }
}
.feature .digital .flex .digital_info .sec_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .feature .digital .flex .digital_info .sec_title {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
.feature .digital .flex .digital_info .sec_title .small {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .feature .digital .flex .digital_info .sec_title .small {
    padding-top: 10px;
  }
}
.feature .digital .flex .digital_info .sec_title .small::after {
  content: none;
}
.feature .digital .flex .digital_info .mark {
  font-size: clamp(1.6rem, 4vw, 2rem);
  margin-bottom: 20px;
}
.feature .digital .flex .digital_info .mark .wrap {
  background: linear-gradient(0deg, #fdf1a4 0%, #fdf1a4 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  font-weight: 700;
  color: #122a52;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .feature .digital .flex .digital_info .mark .wrap {
    display: inline;
  }
}

.price {
  background-image: url(../img/noukotsu/price_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .price {
    background-size: 250%;
  }
}
.price .sec_title,
.price .catch {
  color: #fff;
}
.price .sec_title .small:before, .price .sec_title .small:after,
.price .catch .small:before,
.price .catch .small:after {
  background: #fff;
}
.price .price_wrap {
  padding: 40px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .price .price_wrap {
    overflow-x: scroll;
    padding: 20px;
  }
}
.price .price_wrap table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  text-align: center;
  color: #122a52;
  font-size: clamp(2rem, 4vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .price .price_wrap table {
    width: 600px;
  }
}
.price .price_wrap table:not(:last-of-type) {
  margin-bottom: 40px;
}
.price .price_wrap table th {
  padding: 20px;
  border: 0;
  border: 1px solid #d6dce6;
}
@media screen and (max-width: 1100px) {
  .price .price_wrap table th {
    padding: 10px;
  }
}
.price .price_wrap table th.none {
  background: none;
  border: 0;
}
.price .price_wrap table th.blue {
  background: linear-gradient(0, rgb(159, 191, 227) 0%, rgb(194, 216, 238) 100%);
}
.price .price_wrap table th.purple {
  background: linear-gradient(0, rgb(182, 172, 214) 0%, rgb(206, 198, 227) 100%);
}
.price .price_wrap table th.never {
  background-image: linear-gradient(0, rgb(233, 223, 191) 0%, rgb(246, 241, 227) 100%);
}
.price .price_wrap table th.title {
  background: #d4ecf8;
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 280px;
}
@media screen and (max-width: 1100px) {
  .price .price_wrap table th.title {
    font-size: 2rem;
  }
}
.price .price_wrap table td {
  border: 1px solid #d6dce6;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .price .price_wrap table td {
    padding: 10px;
  }
}
.price .price_wrap table td.blue {
  background: #ebf5ff;
}
.price .price_wrap table td.never {
  background: #f6f1e3;
}
.price .price_wrap table td .num {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
}
.price .price_wrap .caution {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.8;
}

.facility {
  background: #ece8f7;
}
.facility .facility_list {
  flex-wrap: wrap;
}
.facility .facility_list .item {
  width: calc(33.3333333333% - 15px);
  gap: 100px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .facility .facility_list .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .facility .facility_list .item {
    width: 100%;
  }
}
.facility .facility_list .item .wrap {
  aspect-ratio: 4/3;
  background-color: #ccc;
  display: block;
}
.facility .facility_list .item .title {
  background: #fff;
  color: #122a52;
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 700;
  width: 80%;
  border-radius: 4px;
  outline: 1px solid #be86be;
  outline-offset: -5px;
  padding: 15px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
}

.care {
  background-image: url(../img/noukotsu/care_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.care .care_wrap {
  border: 1px solid #122a52;
  padding: 50px 20px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .care .care_wrap {
    padding: 30px 15px;
  }
}
.care .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  position: relative;
}
.care .title:after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 798px;
  height: 1px;
  background: #122a52;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.care .list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.care .list .item {
  color: #122a52;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.care .list .item:not(:last-of-type) {
  margin-bottom: 1em;
}
.care .list .item:before {
  content: "\f058";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #1092c0;
}

.flow .flow_wrap .item {
  border: 1px solid #be86be;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flow_wrap .item {
    flex-direction: column;
    gap: 0;
  }
}
.flow .flow_wrap .item:not(:last-of-type) {
  margin-bottom: 100px;
}
.flow .flow_wrap .item:not(:last-of-type):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  border-top: 48px solid #be86be;
  border-bottom: 0;
  position: absolute;
  bottom: -75px;
  right: 0;
  left: 0;
  margin: auto;
}
.flow .flow_wrap .item .step {
  background: #be86be;
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  font-family: "Lora", "YakuHanMincho", "YuMincho", "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow .flow_wrap .item .step {
    width: 100%;
    flex-direction: row;
  }
}
.flow .flow_wrap .item .step .num {
  font-size: 1.3em;
}
.flow .flow_wrap .item .info {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .flow .flow_wrap .item .info {
    padding: 20px;
  }
}
.flow .flow_wrap .item .info .title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #a730a7;
  margin-bottom: 20px;
}
.flow .flow_wrap .item .info .lead {
  line-height: 1.8;
}

.about {
  background: #f3f9fb url(../img/noukotsu/about_bg1.png);
  background-repeat: no-repeat;
  background-position-y: 240px;
}
.about .about_img {
  margin: 0 auto 40px;
  max-width: 600px;
}
.about .lead_wrap {
  background: url(../img/noukotsu/mon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 2;
  margin-bottom: 40px;
}
.about .prof_wrap {
  padding: 80px 40px;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .about .prof_wrap {
    padding: 40px 20px;
  }
}
.about .prof_wrap:first-of-type {
  margin-bottom: 40px;
}
.about .prof_wrap .flex {
  gap: 80px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .about .prof_wrap .flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .prof_wrap .flex {
    flex-direction: column;
  }
}
.about .prof_wrap img {
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about .prof_wrap img {
    width: 100%;
  }
}
.about .prof_wrap .prof_info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about .prof_wrap .prof_info {
    width: 100%;
  }
}
.about .prof_wrap .prof_info .name {
  font-size: clamp(2.4rem, 4vw, 3rem);
  border-bottom: 1px solid #d2dce0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #122a52;
}
@media screen and (max-width: 1100px) {
  .about .prof_wrap .prof_info .name {
    font-size: 2.4rem;
  }
}
.about .prof_wrap .prof_info .name .kana {
  font-size: 0.8em;
}
.about .prof_wrap .prof_info .temple {
  font-size: clamp(2rem, 4vw, 2.4rem);
  border-bottom: 1px solid #d2dce0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #122a52;
}
.about .prof_wrap .prof_info .temple .mini {
  font-size: 0.8em;
}
.about .prof_wrap .prof_info .temple .big {
  font-size: 1.6em;
}
.about .prof_wrap .prof_info .history {
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 20px 0;
}
@media screen and (max-width: 1100px) {
  .about .prof_wrap .prof_info .history {
    grid-template-columns: 30% 1fr;
  }
}
.about .prof_wrap .prof_info .lead {
  margin-bottom: 0.5em;
}
.about .prof_wrap .message {
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .about .lead {
    text-align: left;
  }
}

.faq .faq_wrap .question {
  padding: 20px 0 20px 70px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq .faq_wrap .question {
    padding: 10px 0 10px 40px;
  }
}
.faq .faq_wrap .question::before {
  content: "Q";
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  background: #be86be;
  color: #fff;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .faq .faq_wrap .question::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq .faq_wrap .answer {
  padding: 20px 0 20px 70px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #be86be;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .faq .faq_wrap .answer {
    padding: 10px 0 10px 40px;
  }
}
.faq .faq_wrap .answer::before {
  content: "A";
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid;
  color: #a730a7;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .faq .faq_wrap .answer::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.footer {
  background: url(../img/noukotsu/footer_bg.png);
  padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap .l_wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer .footer_wrap .l_wrap img {
  max-width: 195px;
  margin-bottom: 40px;
}
.footer .footer_wrap .l_wrap .adrs {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer_wrap .r_wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }
}
.footer .footer_wrap .r_wrap .bnr_list {
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .footer .footer_wrap .r_wrap .bnr_list {
    flex-direction: column;
  }
}
.footer .footer_wrap .r_wrap .bnr_list img {
  margin: 0 auto;
}
.footer .copy {
  color: #fff;
  font-size: 1.2rem;
}

/*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/
.request .request_flex .tel_box {
  width: 50%;
}
.request .request_flex .tel_box .title {
  border-top: 2px solid #459a77;
  border-bottom: 2px solid #459a77;
  padding: 10px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin: 0 auto 30px;
}
.request .request_flex .tel_box .lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.request .request_flex .tel_box .imghuman {
  position: relative;
  height: 317px;
  background: url(./assets/img/cmn/icn_convertion2.svg) right 2.5em top 1.75em/115px auto no-repeat, url(./assets/img/area/img_mainbanner_human01.png) 15% top/contain no-repeat;
}
.request .request_flex .tel_box .telbox {
  background: #459a77;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 20px 10px;
}
.request .request_flex .tel_box .telbox .tel {
  justify-content: center;
  align-items: center;
}
.request .request_flex .tel_box .telbox .tel .txt_white {
  font-size: clamp(2rem, 4vw, 2.4rem);
}
.request .request_flex .form_box {
  width: 50%;
  border: 1px solid #459a77;
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}/*# sourceMappingURL=noukotsu.css.map */