@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. pc common

---------------------------*/
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

margin-bottom 

------------------ */
/* ------------------

テキスト隠す 

------------------ */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  letter-spacing: 0.01em;
  line-height: 180%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.875rem;
  }
}
p {
  margin-bottom: 1.5em;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
  position: relative;
  width: 90svw;
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0;
  }
}
.clearfix {
  display: block;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

/**
* bg
*/
.bg_white {
  background-color: #FFF;
}

/**
* text
*/
.text_english {
  font-family: "Lato", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.text_mincho, .courses_content_tit, .couses_ul_text, .concept_text_box .concept_tit01, .steop_ol p, .tit_contents01 {
  font-family: "Shippori Mincho", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.text_small {
  font-size: 0.8125rem;
  line-height: 25px;
}

.float-right {
  float: right;
}

.list_circle {
  list-style: none;
  margin-bottom: 2em;
}
.list_circle li {
  padding-left: 16px;
  position: relative;
}
.list_circle li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.img_w_100 {
  width: 100%;
  height: auto;
}
.img_w_100 img {
  width: 100%;
  height: auto;
}

.img_border {
  border: 1px solid #DDD;
}

img {
  pointer-events: none;
}

figure {
  margin: 0 0 30px;
  width: 100%;
}
figure img {
  width: 100%;
  height: auto;
}

.link_border {
  text-decoration: underline !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_border:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_border_none {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_border_none:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* button */
a.btn:link, a.btn:visited, a.btn:hover, a.btn:active,
button.btn, input[type=submit].btn {
  border-radius: 0;
  text-decoration: none;
}
a.btn:link:hover, a.btn:visited:hover, a.btn:hover:hover, a.btn:active:hover,
button.btn:hover, input[type=submit].btn:hover {
  text-decoration: none !important;
}

.btn_set {
  max-width: 520px;
  margin: 0 auto 100px;
  width: 100%;
}

a.btn_next {
  background-color: #6F4335;
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 2rem;
  padding: 35px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
a.btn_next:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .btn_set {
    margin: 0 auto 60px;
  }
  a.btn_next {
    border-radius: 5px;
    font-size: 1.5rem;
    padding: 20px;
  }
}
.btn_more {
  display: block;
  height: 15px;
  position: relative;
}
.btn_more:after {
  border-top: 2px solid #6F4335;
  border-right: 2px solid #6F4335;
  content: "";
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 15px;
  height: 15px;
}

#search {
  border: 2px solid #DDD;
  border-radius: 3px;
  position: relative;
}
#search .input_search {
  border: none;
  width: 100%;
}
#search .input_search_btn {
  background: url("../images/common/icon_serach.png") no-repeat;
  background-size: 24px;
  border: none;
  width: 24px;
  height: 24px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto 0;
}

/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}

.list_center {
  text-align: center;
}
.list_center li {
  display: inline-block;
  margin: 0 13px;
}

/* link */
a {
  cursor: pointer;
}

a:link, a:visited {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:active {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.anchor_link {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (min-width: 993px) {
  .anchor_link_pc {
    margin-top: -80px;
    padding-top: 80px;
  }
  .anchor_link {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .anchor_link_sp {
    margin-top: -60px;
    padding-top: 60px;
  }
  .anchor_link {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/* -------------------------------

02. header

------------------------------- */
/* ---------------------------

03. footer

---------------------------*/
#ftr {
  background-color: #FFF8F0;
  padding: 120px 0;
}
#ftr a {
  color: #444444;
  text-decoration: none;
}
#ftr a:hover {
  color: #444444;
}

.ftr_sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.ftr_sns_ul li {
  width: 28px;
}
.ftr_sns_ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ftr_sns_ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ftr_icon_magna {
  margin: 0 auto 40px;
  width: 124px;
}
.ftr_icon_magna a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ftr_icon_magna a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #ftr {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  #ftr {
    padding: 60px 0 120px;
  }
  #ftr p {
    margin: 0;
  }
}
/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
/* ----------------------------------------------

05. 各ページ

----------------------------------------------*/
.nav {
  z-index: 200;
}
.nav .logo {
  mix-blend-mode: darken;
  position: fixed;
  top: 40px;
  left: 40px;
  width: 260px;
  z-index: 200;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 47px;
  right: 0;
  width: 110px;
  z-index: 200;
}
.menu li {
  margin-bottom: 10px;
}
.menu li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 12px rgba(0, 0, 0, 0.11);
  color: #6F4335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 130%;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 90px;
}
.menu li a.btn_form {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF5DF), to(#F0D3BB));
  background: linear-gradient(to bottom, #FFF5DF, #F0D3BB);
  font-size: 0.8125rem;
  font-weight: bold;
}
.menu li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu li img {
  line-height: 0;
  margin: 0 auto 5px;
}

.icon_form {
  width: 40px;
}

.icon_cart {
  width: 27px;
}

.icon_instagram {
  width: 27px;
}

.icon_magna {
  width: 80px;
}

@media screen and (max-width: 576px) {
  .nav .logo {
    top: 15px;
    left: 20px;
    width: 140px;
  }
  .menu {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.11);
            box-shadow: 0 1px 12px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .menu li {
    border-right: 1px solid #DDD;
    margin: 0;
    height: auto;
    width: 25%;
  }
  .menu li:last-child {
    border-right: none;
  }
  .menu li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0.5625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 10px 3px;
  }
  .icon_form {
    width: 30px;
  }
  .icon_cart {
    width: 17px;
  }
  .icon_instagram {
    width: 17px;
  }
  .icon_magna {
    width: 60px;
  }
}
@media screen and (max-width: 374px) {
  .menu li a {
    font-size: 0.5rem;
  }
}
/*  --------------------------------------

top  

--------------------------------------*/
#mainvisual {
  background: url(../images/mainvisual.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 80svh;
  min-height: 730px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mainvisual .mv_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0;
}

.mv_text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv_tit01_text {
  color: #6F4335;
  display: inline-block;
  font-size: 5.4232804233svw;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  max-width: 656px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 43.3862433862svw;
}

.mv_text02_set .mv_text02_set_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6F4335;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  line-height: 20px;
  padding: 10px 20px;
}
.mv_text02_set .logo_troiareuke {
  color: #FFF;
}
.mv_text02_set .logo_troiareuke img {
  width: 118px;
}
.mv_text02_set p {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.mv_text_container {
  margin-top: -100px;
  margin-bottom: 120px;
}

.mv_text_box {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 30px 60px;
}

.mv_text_box_tit {
  color: #6F4335;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mv_text_container {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  #mainvisual {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/mainvisual_sp.jpg) top center;
    background-size: cover;
    min-height: 600px;
    padding-bottom: 90px;
  }
  #mainvisual .mv_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .mv_tit01_text {
    margin-bottom: 30px;
    width: 80%;
  }
  .mv_text02_set .mv_text02_set_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px;
    width: 100%;
  }
  .mv_text02_set p {
    font-size: 0.6875rem;
  }
  .mv_text_container {
    margin-top: -50px;
  }
  .mv_text_box {
    padding: 20px;
  }
  .mv_text_box p {
    font-size: 0.75rem;
    line-height: 180%;
  }
  .mv_text_box_tit {
    font-size: 1.25rem;
    text-align: center;
  }
}
.tit_contents01 {
  background-color: #DCC4B0;
  color: #FFF;
  font-size: 2.625rem;
  margin-bottom: 80px;
  padding: 20px 40px;
}

@media screen and (max-width: 991px) {
  .tit_contents01 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 10px 5vw;
  }
}
@media screen and (max-width: 576px) {
  .tit_contents01 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
/* intro */
#intro {
  background-color: #FFF;
  margin-bottom: 160px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.intro_tit {
  color: #6F4335;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.intro_text {
  text-align: center;
}

.intro_img {
  margin: 60px auto 0;
  position: relative;
  width: 600px;
}

.intro_slide_set {
  mix-blend-mode: hard-light;
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: 2;
}

.intro_slide {
  color: #787168;
  font-size: 11.875rem;
  line-height: 13.75rem !important;
  height: 15rem !important;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #intro {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  #intro {
    margin-bottom: 0;
  }
  .intro_tit {
    font-size: 2rem;
  }
  .intro_img {
    width: 100%;
  }
  .intro_slide_set {
    top: 50px;
    bottom: auto;
  }
  .intro_slide {
    font-size: 5rem;
  }
}
/* about */
#about {
  margin-bottom: 160px;
}

.about_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 280px;
}

.about_book_set {
  margin-top: -10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 460px;
}

.about_text_set {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: calc(100% - 500px);
}

@media screen and (max-width: 768px) {
  #about {
    margin-bottom: 80px;
  }
  .about_set {
    display: block;
  }
  .about_text_set {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .about_book_set {
    margin-top: 0;
    width: 100%;
  }
  .about_book01 {
    margin: 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  #about {
    margin-bottom: 60px;
  }
}
/* step */
#step {
  margin-bottom: 120px;
}

.step_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_title_set {
  width: 8.5978835979%;
}

.step_title {
  color: #DCC4B0;
  font-size: 7.4074074074vw;
  line-height: 7.4074074074vw;
  margin: 0 0 0 19px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.steop_ol {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 29px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.steop_ol li {
  position: relative;
  width: 23.7433862434vw;
}
.steop_ol li:after {
  border-top: 2px solid #DCC4B0;
  border-right: 2px solid #DCC4B0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 111px;
  right: -20px;
}
.steop_ol li:last-child:after {
  border: none;
}
.steop_ol .step_photo_set {
  margin: 0 auto;
  position: relative;
  width: 21.875vw;
}
.steop_ol figure {
  border-radius: 50%;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 100%;
}
.steop_ol .step_number {
  color: #DCC4B0;
  font-size: 4.5rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
}
.steop_ol p {
  font-size: 1.25rem;
  line-height: 180%;
}

.step_tit {
  font-size: 2.1875rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .steop_ol p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  #step {
    margin-bottom: 40px;
  }
  .step_title {
    margin: 0;
  }
  .steop_ol {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 90%;
  }
  .steop_ol li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
    width: 100%;
  }
  .steop_ol li:after {
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 20px;
    height: 20px;
  }
  .steop_ol .step_photo_set {
    margin: 0;
    width: 120px;
  }
  .steop_ol .step_number {
    bottom: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .steop_ol figure {
    margin: 0;
    width: 120px;
  }
  .steop_ol p {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .step_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step_title_set {
    width: 100%;
  }
  .step_title {
    margin-bottom: 20px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: center;
  }
  .steop_ol {
    width: 100%;
  }
  .steop_ol p {
    font-size: 1rem;
  }
  .steop_ol li:after {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
/* concept */
.concept_set01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 160px;
}

.concept_text_box {
  background-color: #F3EDE6;
  padding: 20px;
}

.concept_text_inner {
  padding: 0 10px 10px;
}

.concept_text_box figure {
  margin-bottom: 15px;
}
.concept_text_box .concept_tit01 {
  color: #6F4335;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: center;
}
.concept_text_box p {
  font-size: 1.25rem;
  line-height: 180%;
}

@media screen and (max-width: 1200px) {
  .concept_set01 {
    gap: 20px;
    margin-bottom: 80px;
  }
  .concept_text_box p {
    font-size: 1.125rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 768px) {
  .concept_set01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .concept_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .concept_text_box figure {
    width: 30%;
  }
  .concept_text_box .concept_text_set {
    width: calc(70% - 15px);
  }
  .concept_text_box .concept_tit01 {
    text-align: left;
  }
  .concept_text_box p {
    font-size: 1.125rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 576px) {
  .concept_set01 {
    margin-bottom: 60px;
  }
  .concept_text_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept_text_box figure {
    margin: 0 auto;
    width: 80%;
  }
  .concept_text_box .concept_text_set {
    width: 100%;
  }
  .concept_text_box .concept_tit01 {
    font-size: 1.5rem;
    text-align: center;
  }
  .concept_text_inner p {
    font-size: 1rem;
  }
}
/* courses */
.courses_bg {
  background: url(../images/bg_courses.jpg) no-repeat center/cover;
}

.courses_bg_beige {
  background-color: #FFF8F0;
}
.courses_bg_beige.courses_bg_beige01 {
  padding: 100px 0 120px;
}
.courses_bg_beige.courses_bg_beige02 {
  padding-bottom: 120px;
}
.courses_bg_beige.courses_bg_beige03 {
  padding-bottom: 160px;
}

.courses_intro {
  font-size: 2rem;
  line-height: 180%;
  text-align: center;
}

.couses_ul {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0 0 160px;
}
.couses_ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
.couses_ul a {
  color: #444444;
  padding: 20px;
  text-decoration: none;
}
.couses_ul a:hover {
  opacity: 0.6;
}

.couses_ul_text {
  color: #6F4335;
  font-size: 2.375rem;
  font-weight: 600;
  position: relative;
}
.couses_ul_text p {
  line-height: 120%;
  margin-bottom: 5px;
}
.couses_ul_text .couses_ul_text_small {
  color: #444444;
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
}

.courses_content_tit {
  background-color: #FFF;
  color: #6F4335;
  font-size: 2rem;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 50px;
  padding: 5px 40px;
  text-align: center;
}
.courses_content_tit span {
  font-size: 1.375rem;
}

.courses01_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.courses01_set.courses01_set02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.courses01_img_box {
  width: 31.25%;
}

.courses01_text_box {
  width: 64.84375%;
}

.courses01_img_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.courses02_img_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 30px;
}

#courses03 {
  margin-bottom: 120px;
}

.courses03_img_box {
  width: 48.046875%;
}

.courses03_text_box {
  width: 48.046875%;
}

@media screen and (max-width: 1200px) {
  #courses03 {
    margin-bottom: 80px;
  }
  .courses_bg_beige {
    background-color: #FFF8F0;
  }
  .courses_bg_beige.courses_bg_beige01 {
    padding: 40px 0 80px;
  }
  .courses_bg_beige.courses_bg_beige02 {
    padding-bottom: 80px;
  }
  .courses_bg_beige.courses_bg_beige03 {
    padding-bottom: 80px;
  }
  .courses_intro {
    font-size: 1.5rem;
  }
  .couses_ul {
    padding: 0 0 80px;
  }
  .couses_ul_text {
    font-size: 1.375rem;
  }
  .couses_ul_text .couses_ul_text_small {
    font-size: 0.9375rem;
  }
  .courses_content_tit {
    margin-bottom: 30px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .courses_intro {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .courses_intro {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .couses_ul {
    gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }
  .couses_ul a {
    padding: 10px 10px 5px;
  }
  .couses_ul_text {
    font-size: 1.125rem;
  }
  .btn_more:after {
    border-top: 1px solid #6F4335;
    border-right: 1px solid #6F4335;
    width: 10px;
    height: 10px;
  }
  .courses_content_tit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 -5svw 20px;
    min-height: 75px;
    padding: 10px;
  }
  .courses_content_tit span {
    display: block;
    font-size: 0.875rem;
  }
  .courses01_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .courses01_img_box {
    margin: 0 auto;
    width: 80%;
  }
  .courses01_text_box {
    width: 100%;
  }
  .courses_bg_beige.courses_bg_beige01 {
    padding: 40px 0 60px;
  }
  .courses_bg_beige.courses_bg_beige02 {
    padding-bottom: 60px;
  }
  .courses_bg_beige.courses_bg_beige02 .courses01_img_box {
    margin: 0 auto;
    width: 50%;
  }
  .courses03_img_box {
    width: 100%;
  }
  .courses03_text_box {
    width: 100%;
  }
  #courses03 {
    padding-bottom: 40px;
  }
}
/* details */
.details_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 160px;
  max-width: 1040px;
  position: relative;
  width: 90svw;
}

.details_set {
  background-color: #EEECF2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0;
}

.details_text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 40px;
  width: 63%;
}

.details_text01 {
  color: #000;
  font-size: 1.1875rem;
  font-weight: 400;
}

.details_text02 {
  color: #7C63B0;
  font-size: 1.625rem;
  line-height: 180%;
}

.details_photo {
  background: url(../images/img_order.jpg) center;
  background-size: cover;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 37%;
}

@media screen and (max-width: 768px) {
  .details_container {
    margin-bottom: 100px;
    width: 90svw;
  }
  .details_set {
    display: block;
    padding: 40px 0;
  }
  .details_text {
    width: 100%;
  }
  .details_photo {
    background-size: cover;
    margin: 0 auto;
    height: 300px;
    width: 50%;
  }
  .details_text02 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .details_container {
    margin-bottom: 60px;
  }
  .details_set {
    display: block;
    padding: 20px 0;
  }
  .details_photo {
    background-size: cover;
    margin: 0 auto;
    height: 200px;
    width: 50%;
  }
  .details_text {
    padding: 20px;
  }
  .details_text02 {
    font-size: 1.125rem;
  }
}
/* note */
.note_bg {
  background-color: #F3EDE6;
  margin-bottom: 120px;
  padding: 100px 0;
}

.note_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
  width: 90svw;
}

.note_tit {
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.note_dl {
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 140%;
}
.note_dl dt {
  border-top: 1px solid #DDD;
  color: #000;
  padding: 30px 30px 30px 0;
  width: 30%;
}
.note_dl dd {
  border-top: 1px solid #DDD;
  padding: 30px 0 30px 0;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .note_bg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .note_bg {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .note_tit {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .note_dl {
    border-bottom: 1px solid #DDD;
    display: block;
    font-size: 0.9375rem;
    line-height: 140%;
  }
  .note_dl dt {
    border-top: 1px solid #DDD;
    padding: 15px 0;
    width: 100%;
  }
  .note_dl dd {
    border-top: none;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    padding: 0 0 10px 0;
    width: 100%;
  }
}
hr {
  border-top: 3px solid #EEE;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-bottom: 120px;
  opacity: 1;
}

/* homecare */
.homecare_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  max-width: 1040px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90svw;
}
.homecare_container a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.homecare_container a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homecare_set {
  background-color: #FFF;
  border: 3px solid #6950a3;
  border-radius: 10px;
  padding: 0;
  position: relative;
}

.homecare_tit {
  background-color: #6950a3;
  color: #FFF;
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
  padding: 10px;
}

.btn_homecare {
  background-color: #FFF;
  border: 1px solid #6950a3;
  border-radius: 10px;
  color: #6950a3;
  display: inline-table;
  margin: 0 auto;
  padding: 5px 30px;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_homecare:after {
  border-top: 2px solid #6950a3;
  border-right: 2px solid #6950a3;
  content: "";
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .btn_homecare {
    bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  hr {
    margin-bottom: 60px;
  }
  .homecare_container {
    margin-bottom: 20px;
  }
  .homecare_set {
    border-radius: 5px;
  }
}
/* salon */
.salon_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  max-width: 1040px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 90svw;
}

.salon_set {
  background-color: #FFF;
  border: 3px solid #911826;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.salon_bg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/salon_bg.jpg) no-repeat bottom center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30svw;
}

.salon_tit {
  font-weight: 100;
  font-size: 3.125rem;
}

.salon_tit01 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(209, 197, 191)), color-stop(90%, rgb(255, 255, 255)));
  background-image: linear-gradient(90deg, rgb(209, 197, 191) 10%, rgb(255, 255, 255) 90%);
  color: #444444;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 20px 40px;
}

.salon_text01 {
  text-align: center;
}

.salon_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.salon_details_text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 50%;
  padding: 0 0 0 30px;
}
.salon_details_text table {
  border: 1px solid #911826;
  font-size: 1rem;
  margin-bottom: 30px;
  width: 100%;
}
.salon_details_text table th {
  background-color: #7e403d;
  border: 1px solid #911826;
  color: #FFF;
  line-height: 120%;
  text-align: center;
  padding: 5px;
}
.salon_details_text table td {
  border: 1px solid #911826;
  padding: 5px;
  text-align: center;
}

.salon_details_photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 30px);
}

.btn_salon_set {
  margin: 0 auto;
  text-align: center;
}

.btn_salon {
  background-color: #000;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 1.25rem;
  margin: 0 auto 30px;
  padding: 8px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_salon:hover {
  color: #FFF;
  opacity: 0.6;
}
.btn_salon:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .salon_bg {
    height: 300px;
  }
  .salon_tit01 {
    margin-bottom: 15px;
    padding: 10px 30px;
  }
  .salon_tit {
    font-size: 1.75rem;
    padding: 0 30px;
  }
  .salon_text01 {
    padding: 0 30px;
  }
  .salon_details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .salon_details_text {
    padding: 0 30px;
    width: 100%;
  }
  .salon_details_photo {
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
  }
  .btn_salon_set {
    margin: 0 30px;
  }
  .btn_salon {
    padding: 15px 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .salon_set {
    border-radius: 5px;
  }
  .salon_container {
    margin-bottom: 60px;
  }
  .salon_bg {
    height: 200px;
  }
  .salon_tit01 {
    font-size: 1.25rem;
    padding: 10px 20px;
  }
  .btn_salon_set {
    margin: 0 15px;
  }
  .btn_salon {
    margin: 0 0 15px;
    padding: 15px 0;
    width: 100%;
  }
  .salon_text01 {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .salon_details_text {
    padding: 0 15px;
  }
  .salon_details_photo {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}