@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

img {
  width: auto;
  max-width: 100%;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

/* #professional */

#professional {
  font-family: 'Noto Sans Japanese', sans-serif;
}

#professional .breadcrumbs {
  margin-top: 70px;
}

#professional .coursewrap {
  background-image: url(../images/course-bg.gif);
  margin-bottom: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#professional .top_title {
  margin-top: 100px;
  position: relative;
}

#professional .over_title {
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 88% 18%, rgba(255,226,196,.22) 0 3px, transparent 4px),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 9px),
    linear-gradient(135deg, #8f1732 0%, #bc2646 46%, #cf3d5b 72%, #981c38 100%);
  color: #fff;
  left: -50px;
  padding: 43px;
  position: absolute;
  top: -55px;
  width: 510px;
}

#professional .over_title h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

#professional .over_title p {
  border-top: 5px solid #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 20px;
  position: relative;
  width: 275px;
}

#professional .over_title p:after {
  background: url("../images/professional/top_title_ring.webp") no-repeat;
  content: "";
  display: block;
  height: 116px;
  position: absolute;
  right: -156px;
  top: 20px;
  width: 112px;
}

#professional .course-r {
  background-color: #fff;
  border-top: solid 5px #bc2646;
  border-bottom: solid 5px #bc2646;
  border-left: solid 5px #bc2646;
  border-right: solid 5px #bc2646;
  margin-bottom: 45px;
  padding: 3px 3px;
}


#professional .course-r_t {
  border-top: none;
  padding: 0 3px 3px;
}

#professional .course-r-box {
  border-top: solid 1px #bc2646;
  border-bottom: solid 1px #bc2646;
  border-left: solid 1px #bc2646;
  border-right: solid 1px #bc2646;
  padding: 20px 10px 30px;
  position: relative;
}

#professional .course-r-box_t {
  border-top: none;
}

#professional .couse-list .couse-list-p,
#professional .couse-list .couse-list-r,
#professional .couse-list .couse-list-e,
#professional .couse-list .couse-list-g {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;      /* ←高さ（今の約2倍） */
  line-height: 1.4;
  margin-bottom: 6px;
  padding: 10px 8px;     /* ←上下の余白を増やす */
  box-sizing: border-box;
  cursor: pointer;
}

#professional .couse-skill {
  padding: 20px;
}

#professional .couse-list {
  margin-bottom: 55px;
}

#professional .couse-list .couse-list-p {
  border: solid 2px #853fa9;
  color: #853fa9;
}

#professional .couse-list .couse-list-r {
  border: solid 2px #bc2646;
  color: #bc2646;
}

#professional .couse-list .couse-list-e {
  border: solid 2px #ab7e1e;
  color: #ab7e1e;
}

#professional .couse-list .couse-list-p:before,
#professional .couse-list .couse-list-r:before,
#professional .couse-list .couse-list-e:before {
  content: "〇";
  color: #bc2646;
  display: inline-block;
  padding-right: 2px;
}

/*modal*/
#professional .modal_wrap input {
  display: none;
}

#professional .modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

#professional .modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

#professional .modal_content {
  position: relative;
  align-self: center;
  width: 60%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

#professional .modal_content h2 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

#professional .modal_content p {
  font-size: 18px;
  padding: 0 10px 10px;
}

#professional .modal_content .purple {
  color: #853fa9;
  border: 3px solid #853fa9;
}

#professional .modal_content .red {
  color: #bc2646;
  border: 3px solid #bc2646;
}

#professional .modal_content .yellow {
  color: #ab7e1e;
  border: 3px solid #ab7e1e;
}

#professional .close_button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#professional .modal_wrap input:checked~.modal_overlay {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  transition: opacity 0.5s;
}

@media (max-width: 768px) {
  #professional .over_title h1 {
    font-size: 30px;
  }

  #professional .modal_content h2 {
    font-size: 20px;
    padding: 5px;
  }

  #professional .modal_content p {
    font-size: 13px;
  }

  #professional .couse-list .couse-list-p,
  #professional .couse-list .couse-list-r,
  #professional .couse-list .couse-list-e,
  #professional .couse-list .couse-list-g {
    width: 49%;
  }
}

/* 以下ボタンスタイル */
#professional button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
}




#professional .h2_title {
  color: #bc2646;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#professional .basic_text {
  font-size: 16px;
  letter-spacing: -1.3px;
  line-height: 36px;
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}

#professional .content_img {
  display: block;
  margin: 0 auto;
}

#professional .teach_img {
  position: relative;
  margin-bottom: 100px;
}

#professional .teach_over {
  background:
    radial-gradient(ellipse at 12% 0%, rgba(255,255,255,.30) 0%, rgba(255,255,255,0) 43%),
    radial-gradient(circle at 87% 18%, rgba(255,246,207,.28) 0 3px, transparent 4px),
    radial-gradient(circle at 76% 82%, rgba(255,255,255,.16) 0 2px, transparent 3px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.035) 0 1px, transparent 1px 10px),
    linear-gradient(135deg,
        #6f4a08 0%,
        #9a6a12 24%,
        #c4942c 52%,
        #e0bc58 74%,
        #8a5b0d 100%);
  color: #fff;
  padding: 50px;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 460px;
}

#professional .teach_over em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 20px;
}

#professional .teach_over p {
  font-size: 15px;
}

#professional .teach_list {
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 35px;
}

#professional .teach_list .left {
  width: 55%;
}

#professional .teach_list .right {
  width: 45%;
}


#professional .teach_list_li {
  margin-left: 15px;
}

#professional .teach_list_li li:before {
  color: #bc2646;
  content: "〇";
  font-weight: bold;
  display: inline-block;
  padding-right: 2px;
}

#professional .shop_img {
  position: relative;
  margin-bottom: 30px;
}

#professional .shop_over {
  background:
    radial-gradient(ellipse at 14% 0%, rgba(255,255,255,.24) 0%, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 88% 16%, rgba(184,255,238,.22) 0 3px, transparent 4px),
    radial-gradient(circle at 76% 82%, rgba(255,255,255,.13) 0 2px, transparent 3px),
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(45deg, rgba(0,35,34,.025) 0 1px, transparent 1px 11px),
    linear-gradient(135deg, #0b3f42 0%, #12615f 34%, #2a8278 68%, #0e4f52 100%);
  color: #fff;
  left: 40px;
  padding: 50px;
  position: absolute;
  top: 15px;
  width: 460px;
}

#professional .shop_over em {
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 33px;
  margin-bottom: 20px;
}

#professional .shop_over p {
  font-size: 15px;
}


#professional .faq h2 {
  font-size: 30px;
  text-align: center;
  color: #1e3260;
  margin-bottom: 50px;
}

#professional .faq .faq_content {
  display: block;
  height: 35px;
  margin-bottom: 75px;
  position: relative;
	margin-left: 40px;
}

#professional .faq .faq_content p {
  background: #1e3260;
  border-radius: 40px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  height: 32px;
  left: -50px;
  line-height: 31px;
  position: absolute;
  text-align: center;
  width: 327px;
}

#professional .faq .faq_content .border {
  background: #1e3260;
  height: 2px;
  margin-top: 15px;
  position: absolute;
  right: -50px;
  width: 74%;
}

#professional .faq .question {
  position: relative;
  margin-bottom: 20px;
}
#professional .faq dl {
  margin-bottom: 30px;
}


#professional .faq .question p {
  background: #f6f7f9;
  border: #1e3260 2px solid;
  border-radius: 30px;
  color: #1e3260;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-left: 200px;
  max-width: 535px;
  padding: 15px 10px 15px 80px;
  position: relative;
  width: calc(100% - 200px);
}
#professional .faq .question:before {
  background-image: url("../images/professional/q_icon.webp");
  content: "";
  height: 180px;
  position: absolute;
  top: -25px;
  width:180px;
}

#professional .faq .question p:before {
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #1e3260 transparent transparent;
  content: "";
  display: block;
  height: 0;
  left: -13px;
  position: absolute;
  top: 40px;
  width: 0;
}

#professional .faq .question p:after {
  background: #9f825c;
  border-radius: 40px;
  color:#fff;
  content: "Q";
  display: inline-block;
  font-size: 35px;
  height: 50px;
  left: 15px;
  line-height: 42px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

#professional .faq .answer {
  position: relative;
}

#professional .faq .answer p {
  background: #f6f7f9;
  border: #1e3260 2px solid;
  border-radius: 30px;
  color: #1e3260;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-left: 260px;
  max-width: 535px;
  padding: 15px 10px 15px 80px;
  position: relative;
  width: calc(100% - 200px);
}

#professional .faq .answer:before {
  content: "";
  background-image: url("../images/professional/a_icon.webp");
  height: 180px;
  position: absolute;
  right: 0;
  top: -25px;
  width: 180px;
}

#professional .faq .answer p:before {
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #1e3260;
  content: "";
  display: block;
  height: 0;
  right: -13px;
  position: absolute;
  top: 40px;
  width: 0;
}

#professional .faq .answer p:after {
  background: #bc2646;
  border-radius: 40px;
  color:#fff;
  content: "A";
  display: inline-block;
  font-size: 35px;
  height: 50px;
  left: 15px;
  line-height: 42px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 50px;
}

#professional .support {
  background: url("../images/professional/support_bg.png") repeat;
  border: 10px solid #faee88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 219px;
  margin-bottom: 100px;
  width: 100%;
}

/*#professional .support .support_inner {
  display: block;
  height: 206px;
  position: relative;
}*/

/*#professional .support .support_inner:before {
  background: url("../images/professional/support_img.webp") no-repeat;
  content: "";
  display: block;
  height: 206px;
  left: -25px;
  position: absolute;
  width: 603px;
}*/

#professional .support  .text {
  margin: 10px 0 0 auto;
  width: 370px;
}

#professional .support .text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

#professional .support .text li {
  background: #fff;
  border-radius: 30px;
  color: #243763;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 10px 1px;
}

#professional .support .text .li_right {
  margin: 0 0 0 auto;
  width: 250px;
}

#professional .support .text h3 {
  color: #243763;
  font-size: 43px;
  margin-bottom: 30px;
}

#professional .support a {
  background: linear-gradient(180deg, #243763 0%, #243763 50%, #02071b 50%, #02071b 100%);
  border: 2px solid #8794b2;
  border-radius: 30px;
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 300px;
}

#professional .support a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  content: "";
  height: 6px;
  position: absolute;
  right: 20px;
  top: 19px;
  transform: rotate(45deg);
  width: 6px;
}

#professional .recruitment {
  background-image: url(../images/course-bg.gif);
  padding: 100px 0;
}

#professional .recruitment .recruitment_title {
  margin-bottom: 60px;
}

#professional .recruitment .recruitment_title h2 {
  font-size: 30px;
  text-align: center;
  color: #1e3260;
}
#professional .recruitment .recruitment_title em {
  display: block;
  font-size: 19px;
  text-align: center;
  color: #1e3260;
}

#professional .recruitment table{
  width: 100%;
  margin-bottom: 30px;
}

#professional .recruitment th{
  background: #fde0e6;
  border-left: 2px solid #bc2646;
  border-right: 2px solid #bc2646;
  border-top: 2px solid #bc2646;
  color: #2d2c2c;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 25%;
}

#professional .recruitment td {
  background: #fff;
  border-bottom: 2px solid #bc2646;
  border-left: 2px solid #bc2646;
  border-right: 2px solid #bc2646;
  color: #207d0d;
  font-size: 15px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}

#professional .course_wrap02 {
  padding: 100px 0;
}

#professional .course_wrap02 .course-r {
  background-color: #fff;
  border-top: solid 5px #853fa9;
  border-bottom: solid 5px #853fa9;
  border-left: solid 5px #853fa9;
  border-right: solid 5px #853fa9;
  margin-bottom: 20px;
  padding: 3px 3px;
}

#professional .course_wrap02 .course-r-box {
  border-top: solid 1px #853fa9;
  border-bottom: solid 1px #853fa9;
  border-left: solid 1px #853fa9;
  border-right: solid 1px #853fa9;
  padding: 20px 10px 30px;
}

#professional .course_wrap02 #pro02.course-r {
  background-color: #fff;
  border-top: solid 5px #c52069;
  border-bottom: solid 5px #c52069;
  border-left: solid 5px #c52069;
  border-right: solid 5px #c52069;
  margin-bottom: 30px;
  padding: 3px 3px;
}

#professional .course_wrap02 #pro02 .course-r-box {
  border-top: solid 1px #c52069;
  border-bottom: solid 1px #c52069;
  border-left: solid 1px #c52069;
  border-right: solid 1px #c52069;
  padding: 20px 10px 30px;
}

#professional .course_wrap02 #pro03.course-r {
  background-color: #fff;
  border-top: solid 5px #468aa2;
  border-bottom: solid 5px #468aa2;
  border-left: solid 5px #468aa2;
  border-right: solid 5px #468aa2;
  margin-bottom: 30px;
  padding: 3px 3px;
}

#professional .course_wrap02 #pro03 .course-r-box {
  border-top: solid 1px #468aa2;
  border-bottom: solid 1px #468aa2;
  border-left: solid 1px #468aa2;
  border-right: solid 1px #468aa2;
  padding: 20px 10px 30px;
}




#professional .course_wrap02 .course-r .tec_over {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 34%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, rgba(255,255,255,0) 1px 8px),
    repeating-linear-gradient(45deg, rgba(22,8,30,.025) 0 1px, rgba(22,8,30,0) 1px 10px),
    linear-gradient(135deg, #4f2f63 0%, #6e4484 45%, #8b5aa3 72%, #5d376f 100%);
  color: #fff;
  padding: 50px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -18px 35px rgba(28,10,38,.18),
    0 10px 24px rgba(63,35,78,.18);
}

#professional .course_wrap02 .course-r .course_head em {
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 33px;
  margin-bottom: 20px;
  padding-bottom: .5em;
  border-bottom: solid 1px #cca0e3;
}

#professional .course_wrap02 .course-r .course_head em span {
  font-size: 16px;
  font-weight: normal;
}

#professional .course_wrap02 .course-r .jewel_over {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 34%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, rgba(255,255,255,0) 1px 8px),
    repeating-linear-gradient(45deg, rgba(64,10,34,.022) 0 1px, rgba(64,10,34,0) 1px 10px),
    linear-gradient(135deg, #a34f75 0%, #c47597 45%, #d991ae 72%, #ad5c80 100%);
  color: #fff;
  padding: 50px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -18px 35px rgba(83,20,48,.16),
    0 10px 24px rgba(145,65,101,.18);
}

#professional .course_wrap02 .course-r .jewel_over em {
  border-bottom: solid 1px #f29ec3;
}

#professional #pro02 .course_icon {
  background: #f0dae3;
}

#professional .course_wrap02 .course-r .acc_over {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.22) 0, rgba(255,255,255,0) 34%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, rgba(255,255,255,0) 1px 8px),
    repeating-linear-gradient(45deg, rgba(5,35,42,.025) 0 1px, rgba(5,35,42,0) 1px 10px),
    linear-gradient(135deg, #356b79 0%, #538da2 45%, #69a8b6 72%, #3d7888 100%);
  color: #fff;
  padding: 50px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -18px 35px rgba(10,42,50,.18),
    0 10px 24px rgba(42,94,106,.18);
}

#professional #pro03 .course_icon {
  background: #cadfe6;
} 

#professional .course_wrap02 .course-r .acc_over em {
  border-bottom: solid 1px #addaea;
}



#professional .course_wrap02 .detail_block {
  background: #f9f9f9;
  padding: 30px 20px;
}

#professional .course_wrap02 .detail_block h2 {
  font-size: 130%;
}

#professional .course_wrap02 .detail_block .time {
  font-size: 120%;
}

#professional .course_wrap02 .detail_box {
  margin-top: 20px;
}

#professional .course_icon {
  padding: 20px;
  background: #e6dcec;
  margin-bottom: 20px;
}
#professional .course_icon h3 {
  color: #111;
}

#professional .course_wrap02 .couse-list {
  margin-bottom: 0px;
}

#professional .course_wrap02 .couse-list li {
  margin: 8px 5px 0 0;
}

#professional .course_wrap02 .couse-list .couse-list-g {
  border: solid 2px #959595;
  color: #5f5f5f;
  background-color: #e5e5e5;
}

#professional .course_wrap02 .couse-list .couse-list-g::before {
  content: "×";
  color: #6488d9;
  display: inline-block;
  padding-right: 2px;
}

#professional .detail_block table {
  width: 25%;
  margin-top: 20px;
}

#professional .detail_block table th {
  background: #efe6da;
  border-left: 2px solid #9f825c;
  border-right: 2px solid #9f825c;
  border-top: 2px solid #9f825c;
  color: #9f825c;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 25%;
}

#professional .detail_block table td {
  background: #fff;
  border-bottom: 2px solid #9f825c;
  border-left: 2px solid #9f825c;
  border-right: 2px solid #9f825c;
  color: #9f825c;
  font-size: 15px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}

#professional .course_wrap02 .freevisit-btn {
  margin-bottom: 45px;
}
/* SP******************************************** */
/* ******************************************** */

@media screen and (max-width:1050px) {

  #professional .coursewrap {
    margin-bottom: 45px;
  }

  #professional .top_title {
    margin-top: 0;
  }

  #professional .over_title {
    padding: 10px 20px;
    position: static;
    width: 100%;
  }

  #professional .over_title p {
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 150px;
  }

  #professional .over_title p:after {
    bottom: 20px;
    display: block;
    left: 50%;
    margin-left: -56px;
    right: auto;
    top: auto;
  }

  #professional .faq dl {
    margin: 0 auto;
    max-width: 500px;
  }

  #professional .faq .faq_content p {
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }

  #professional .faq .faq_content .border {
    display: none;
  }

  #professional .faq .question {
    margin-bottom: 210px
  }

  #professional .faq .question p {
    margin-top: 230px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  #professional .faq .question:before {
    top: -200px;
  }

  #professional .faq .question p:before {
    left: 77px;
    top: -17px;
    transform: rotate(90deg);
  }

  #professional .faq .answer:before {
    top:-200px;
  }

  #professional .faq .answer p {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  #professional .faq .answer p:before {
    right: 86px;
    top: -17px;
    transform: rotate(-90deg);
  }

  #professional .teach_img {
    margin-bottom: 0px;
  }

  #professional .teach_over,
  #professional .shop_over {
    padding: 20px;
    position: static;
    width: 100%;
  }

  #professional .teach_list {
    display: block;
    padding: 20px 10px;
  }

  #professional .teach_list .left,
  #professional .teach_list .right {
    width: 100%;
  }

  #professional .teach_list_li li {
    padding-left: 10px;
    position: relative;
  }

  #professional .teach_list_li li:before {
    left: -10px;
    position: absolute
  }

  #professional .support {
    display: block;
    height: auto;
    max-width: 660px;
  }

  #professional .support .img {
    margin-bottom:20px;
  }

  #professional .support .text {
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
  }

  #professional .support a {
    padding:10px 60px;
  }

  #professional .course_wrap02 {
    padding: 100px 0 45px;
  }

  #professional .detail_block table {
    width: 80%;
    margin: 20px auto 0;
  }
  #professional .course_wrap02 .course-r .tec_over,
  #professional .course_wrap02 .course-r .jewel_over,
  #professional .course_wrap02 .course-r .acc_over {
    padding: 20px;
    position: static;
    width: 100%;
  }
  #professional .course_wrap02 .couse-list li {
    margin: 8px 0 0 0;
    width: 49%;
  }
  #professional .course_icon {
    padding: 12px;
  }
  #professional .course_wrap02 .couse-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.triangle-mark {
    color: #800000;
    font-weight: bold;
    font-size: 1.2em;
}

  #professional .skill-tap-note {
  font-size: 12px;
  color: #666;
  margin: -4px 0 12px;
  line-height: 1.5;
}
  
.yellow-line {
  display: inline;
  padding-bottom: 4px;

  background-image: linear-gradient(
    transparent 72%,
    #ffd83d 72%,
    #ffd83d 88%,
    transparent 88%
  );

  background-repeat: no-repeat;
  background-size: 100% 100%;
}
}


/* =========================================================
   Responsive stability patch (2026-07)
   独立開業サポート：機種差による途中改行・横はみ出し防止
   ========================================================= */
#professional .support,
#professional .support * {
  box-sizing: border-box;
}

#professional .support {
  min-width: 0;
  overflow: hidden;
}

#professional .support .img,
#professional .support .text {
  min-width: 0;
}

#professional .support .img img {
  display: block;
  max-width: 100%;
  height: auto;
}

#professional .support .text ul {
  gap: 5px;
  flex-wrap: nowrap;
}

#professional .support .text li {
  margin-right: 0;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  flex: 0 0 auto;
}

#professional .support .text .li_right {
  width: auto;
  margin-left: auto;
  justify-content: flex-end;
}

#professional .support .text h3 {
  white-space: nowrap;
}

@media screen and (max-width: 1050px) {
  #professional .support {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
  }

  #professional .support .img {
    width: 100%;
    margin: 0 auto 18px;
    text-align: center;
  }

  #professional .support .img img {
    margin: 0 auto;
  }

  #professional .support .text {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }

  #professional .support .text ul,
  #professional .support .text .li_right {
    width: 100%;
    margin: 0 0 8px;
    justify-content: center;
    flex-wrap: wrap;
  }

  #professional .support .text h3 {
    margin: 18px 0 28px;
    text-align: center;
    font-size: clamp(30px, 7vw, 43px);
    line-height: 1.25;
  }

  #professional .support a {
    bottom: auto;
    width: min(100%, 340px);
    margin: 0 auto;
    padding: 12px 50px;
  }
}

@media screen and (max-width: 480px) {
  #professional .support {
    width: calc(100% - 20px);
    border-width: 6px;
    padding: 14px 10px 18px;
    margin-bottom: 60px;
  }

  #professional .support .text {
    max-width: 100%;
  }

  #professional .support .text ul,
  #professional .support .text .li_right {
    gap: 6px;
  }

  #professional .support .text li {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.35;
    padding: 3px 10px 4px;
  }

  #professional .support .text h3 {
    font-size: clamp(27px, 8.5vw, 38px);
    margin: 16px 0 24px;
  }

  #professional .support a {
    width: calc(100% - 20px);
    min-width: 0;
    padding: 11px 42px;
  }
}

@media screen and (max-width: 360px) {
  #professional .support .text ul,
  #professional .support .text .li_right {
    gap: 5px;
  }

  #professional .support .text li {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #professional .support .text h3 {
    font-size: 27px;
  }
}

/*==================================================
  細めの黄色い下線
==================================================*/

.yellow-marker{
    position:relative;
    display:inline-block;
    color:#fff;
    z-index:1;
}

.yellow-marker::after{
    content:"";
    position:absolute;

    left:-1%;
    width:102%;

    /* 文字との距離 */
    bottom:-1px;

    /* 線の太さ */
    height:18px;

    background-repeat:no-repeat;
    background-size:100% 100%;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 20'%3E%3Cpath d='M3 11 C25 5 40 16 65 10 C90 4 110 15 135 10 C160 6 185 16 210 10 C235 4 260 15 285 10 C310 6 335 15 360 10 C380 8 392 9 397 11' stroke='%23FFD84D' stroke-width='8' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");

    opacity:.95;
    z-index:-1;
}

/* プロ育成総合コース（変更なし・ワインレッド） */
.seo-index-boost__links a:nth-child(1){
    background:
    linear-gradient(135deg,
        #73172d 0%,
        #99304a 42%,
        #b8455d 70%,
        #7b1b33 100%);
}

/* 1日体験コース（アンティークゴールド） */
.seo-index-boost__links a:nth-child(2){
    background:
    linear-gradient(135deg,
        #5d4713 0%,
        #82611b 32%,
        #a68134 60%,
        #6c5318 100%);
}

/* 無料見学・相談（ディープフォレストグリーン） */
.seo-index-boost__links a:nth-child(3){
    background:
    linear-gradient(135deg,
        #173d33 0%,
        #23584b 40%,
        #2e7161 70%,
        #18463b 100%);
}

/* 彫金コラム（ブルーグリーングレー） */
.seo-index-boost__links a:nth-child(4){
    background:
    linear-gradient(135deg,
        #42585c 0%,
        #567175 40%,
        #6d878a 70%,
        #485d61 100%);
}

/* ========================================
   初めての方向け案内
======================================== */

.beginner-guide {
  padding: 90px 20px;
  background:
    radial-gradient(
      circle at 12% 5%,
      rgba(255, 255, 255, 0.9) 0,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(
      135deg,
      #f7f5f1 0%,
      #ffffff 48%,
      #f2f4f3 100%
    );
  color: #303434;
}

.beginner-guide *,
.beginner-guide *::before,
.beginner-guide *::after {
  box-sizing: border-box;
}

.beginner-guide__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* 見出し */

.beginner-guide__header {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.beginner-guide__label {
  margin-bottom: 12px;
  color: #8e754a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.beginner-guide__title {
  margin: 0 0 25px;
  color: #293536;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.beginner-guide__title::after {
  display: block;
  width: 70px;
  height: 2px;
  margin: 24px auto 0;
  background: linear-gradient(
    90deg,
    #786039 0%,
    #c2a568 50%,
    #786039 100%
  );
  content: "";
}

.beginner-guide__lead {
  margin: 0;
  color: #545b5b;
  font-size: 17px;
  line-height: 2;
}

/* 基礎説明 */

.beginner-guide__basic {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 55px;
  align-items: center;
  margin-bottom: 80px;
  padding: 50px;
  border: 1px solid #d8dddd;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(247, 248, 247, 0.98) 100%
    );
  box-shadow: 0 18px 45px rgba(31, 47, 47, 0.08);
}

.beginner-guide__heading {
  margin: 0 0 24px;
  padding-left: 18px;
  border-left: 4px solid #8e754a;
  color: #293536;
  font-size: 25px;
  line-height: 1.5;
}

.beginner-guide__basic-content p {
  margin: 0 0 18px;
  color: #525959;
  font-size: 16px;
  line-height: 2;
}

.beginner-guide__basic-content p:last-child {
  margin-bottom: 0;
}

.beginner-guide__basic-content strong {
  color: #785f33;
  font-weight: 700;
}

.beginner-guide__points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.beginner-guide__points li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #d8dddd;
}

.beginner-guide__points li:first-child {
  padding-top: 0;
}

.beginner-guide__points li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.beginner-guide__point-number {
  flex: 0 0 42px;
  color: #9a804e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.beginner-guide__points strong {
  display: block;
  margin-bottom: 5px;
  color: #303a3a;
  font-size: 17px;
}

.beginner-guide__points p {
  margin: 0;
  color: #606767;
  font-size: 14px;
  line-height: 1.8;
}

/* コース */

.beginner-guide__course {
  margin-bottom: 70px;
}

.beginner-guide__course-heading {
  margin-bottom: 35px;
  text-align: center;
}

.beginner-guide__course-label {
  margin-bottom: 8px;
  color: #8e754a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.beginner-guide__course-heading h3 {
  margin: 0;
  color: #293536;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.5;
}

.beginner-guide__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.beginner-guide__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  padding: 36px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow:
    0 14px 30px rgba(23, 35, 35, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.beginner-guide__card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0) 42%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.025) 0 1px,
      transparent 1px 9px
    );
  pointer-events: none;
  content: "";
}

.beginner-guide__card > * {
  position: relative;
  z-index: 1;
}

/* プロ育成 */

.beginner-guide__card--professional {
  background:
    linear-gradient(
      135deg,
      #65182c 0%,
      #8d2940 45%,
      #a53b53 72%,
      #6c1d31 100%
    );
}

/* 1日体験 */

.beginner-guide__card--oneday {
  background:
    linear-gradient(
      135deg,
      #51401c 0%,
      #715a25 42%,
      #91763a 70%,
      #5a471e 100%
    );
}

/* 無料見学 */

.beginner-guide__card--consultation {
  background:
    linear-gradient(
      135deg,
      #173d34 0%,
      #245548 42%,
      #356c5d 72%,
      #1a4439 100%
    );
}

.beginner-guide__card-label {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.beginner-guide__card h4 {
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 23px;
  line-height: 1.5;
}

.beginner-guide__card > p:not(.beginner-guide__card-label) {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.9;
}

.beginner-guide__card ul {
  flex-grow: 1;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
}

.beginner-guide__card li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}

.beginner-guide__card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  content: "✓";
}

.beginner-guide__button {
  display: block;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.beginner-guide__button:hover {
  background: #fff;
  color: #2e3838;
  transform: translateY(-2px);
}

/* 最後の案内 */

.beginner-guide__message {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 35px 40px;
  border-top: 1px solid #cad2d1;
  border-bottom: 1px solid #cad2d1;
  background: rgba(255, 255, 255, 0.68);
}

.beginner-guide__message-mark {
  display: flex;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #879896;
  border-radius: 50%;
  color: #526e6b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.beginner-guide__message h3 {
  margin: 0 0 8px;
  color: #293536;
  font-size: 21px;
  line-height: 1.5;
}

.beginner-guide__message p {
  margin: 0;
  color: #596160;
  font-size: 15px;
  line-height: 1.9;
}

.sp-only {
  display: none;
}

/* ========================================
   タブレット
======================================== */

@media screen and (max-width: 900px) {

  .beginner-guide {
    padding: 70px 20px;
  }

  .beginner-guide__basic {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px;
  }

  .beginner-guide__cards {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .beginner-guide__card {
    min-height: auto;
  }
}

/* ========================================
   スマートフォン
======================================== */

@media screen and (max-width: 600px) {

  .beginner-guide {
    padding: 55px 15px;
  }

  .beginner-guide__header {
    margin-bottom: 40px;
  }

  .beginner-guide__title {
    font-size: 27px;
    line-height: 1.55;
  }

  .beginner-guide__lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .beginner-guide__basic {
    margin-bottom: 60px;
    padding: 30px 22px;
  }

  .beginner-guide__heading {
    font-size: 21px;
  }

  .beginner-guide__basic-content p {
    font-size: 15px;
    line-height: 1.9;
  }

  .beginner-guide__points li {
    gap: 12px;
  }

  .beginner-guide__point-number {
    flex-basis: 35px;
    font-size: 18px;
  }

  .beginner-guide__course-heading h3 {
    font-size: 24px;
  }

  .beginner-guide__card {
    padding: 30px 23px 25px;
  }

  .beginner-guide__card h4 {
    font-size: 21px;
  }

  .beginner-guide__message {
    align-items: flex-start;
    padding: 28px 22px;
  }

  .beginner-guide__message-mark {
    flex-basis: 45px;
    width: 45px;
    height: 45px;
    font-size: 23px;
  }

  .beginner-guide__message h3 {
    font-size: 18px;
  }

  .beginner-guide__message p {
    font-size: 14px;
  }

  .sp-only {
    display: block;
  }
}

/* =========================================================
   ファーストビュー修正
   PCでは従来の「えんじ色パネルが写真に重なる」構成を維持しつつ、
   パネルの高さを親要素に反映して、下のスキル欄との重なりを防止します。
   ========================================================= */

@media screen and (min-width: 1051px) {
  #professional .top_title {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: start;
    margin-top: 100px;
    position: relative;
    overflow: visible;
  }

  /* 写真は従来どおり全面に配置 */
  #professional .top_title > img {
    grid-column: 1;
    grid-row: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }

  /* えんじ色パネルを写真の左側へ重ねる */
  #professional .over_title {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    box-sizing: border-box;
    position: relative;
    top: auto;
    left: auto;
    width: 510px;
    margin-left: -50px;
    transform: translateY(-55px);
    z-index: 2;
  }

  /* 絶対配置を使わないため、長文でも親要素の高さに反映される */
  #professional .course-r_t {
    position: relative;
    clear: both;
    z-index: 0;
  }
}

/* 小さめPCでは左へのはみ出し量だけ抑える */
@media screen and (min-width: 1051px) and (max-width: 1250px) {
  #professional .over_title {
    width: min(510px, 49%);
    margin-left: 0;
    padding: 34px;
  }

  #professional .over_title h1 {
    font-size: 32px;
  }

  #professional .over_title p {
    font-size: 15px;
  }
}

/* タブレット・スマートフォンは既存の縦並び表示を維持 */
@media screen and (max-width: 1050px) {
  #professional .top_title {
    display: block;
    overflow: visible;
  }

  #professional .top_title > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  #professional .over_title {
    box-sizing: border-box;
    transform: none;
    height: auto;
  }
}


/* =========================================================
   ファーストビュー右側・2枚目画像
   大きいPC画面かつマウス操作環境のみ表示します。
   使用画像：../images/professional/top_title_bg02.jpg
   推奨画像サイズ：1080px × 680px（表示サイズ最大 540px × 340px）
   ========================================================= */

/* 初期状態では必ず非表示 */
#professional .top_title > img.top_title_subimage {
  display: none !important;
}

/* 横幅1280px以上＋マウス操作のPCだけ表示 */
@media screen and (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  #professional .top_title {
    grid-template-rows: auto auto;
  }

  #professional .top_title > img:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  #professional .top_title > img.top_title_subimage {
    display: block !important;
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    width: 54%;
    max-width: 540px;
    height: 340px;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
  }

  #professional .over_title {
    grid-row: 1 / span 2;
  }
}

/* タブレット・スマートフォン・小型画面では常に非表示 */
@media screen and (max-width: 1279px),
       screen and (hover: none),
       screen and (pointer: coarse) {
  #professional .top_title > img.top_title_subimage {
    display: none !important;
  }
}
