@charset "utf-8";

/* 共通 */

@font-face {
  font-family: "Futura";
  src: url("./fonts/Futura.eot"); /* IE9 Compat Modes */
  src:
    local("Futura"),
    /* フォントがローカルにインストールされている場合に有効 */
      url("./fonts/Futura.eot?#iefix") format("embedded-opentype"),
    /* eof - IE6-IE8 */ url("./fonts/Futura.woff") format("woff"),
    /* woff - Modern Browsers */ url("./fonts/Futura.ttf") format("truetype"); /* ttf - Safari, Android, iOS */
}

* {
  box-sizing: border-box;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "YakuHanJPs",
    "Helvetica Neue",
    YuGothic,
    "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN,
    Arial,
    "メイリオ",
    Meiryo,
    sans-serif;
  font-size: 14px;
  color: #333333;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
p {
  line-height: 1.6;
}
section {
  padding: 2rem 0;
}
.inner {
  margin: 0 1rem;
}
.center {
  text-align: center;
}

/* ヘッダー */

.header {
  padding: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_title {
  margin: 0;
}
.header_title a {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 13px;
}
.header_title a img {
  margin-right: 11px;
  width: 30px;
}
.header_menu {
  display: none;
}
.header_btn {
  background-color: #d85f1b;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 0.75em 1.25em;
}
.main {
  margin-top: 72px;
  overflow: hidden;
}

/* フッター */

.footer_inner {
  background-color: #f8f8f8;
  padding: 2rem;
}
.footer h5 {
  text-align: center;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.footer_logo {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0;
  font-size: 18px;
  color: inherit;
}
.footer_logo img {
  margin-right: 0.5rem;
  width: 30px;
}
.footer_address {
  margin: 0;
}
.footer_copyright {
  padding: 1rem;
  margin: 0;
  background-color: #f8f8f8;
  text-align: center;
}
.footer_copyright a {
  color: inherit;
}

/* 吹き出し */

.balloon {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 2rem 0;
  padding: 1.25rem 1rem;
  color: #333333;
}
.balloon::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.balloon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.balloon > * {
  position: relative;
  z-index: 3;
}
.balloon div b {
  color: #d85f1b;
  font-size: 1.5em;
}
.balloon,
.balloon::after {
  border-radius: 1rem;
}
.balloon,
.balloon::before {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
.balloon,
.balloon::before,
.balloon::after {
  background: #fff;
}
.balloon::before {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
}

.balloon1 {
  position: relative;
  display: inline-block;
  float: right;
  padding: 0 45px;
  color: #fff;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 70%);
}
.balloon1 span {
  font-size: 20px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -moz-transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
  box-shadow: 0px 0px 4px rgb(0 0 0 / 70%);
}
.balloon1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  box-shadow: 0px 0px 4px rgb(0 0 0 / 70%);
}

.balloon1:before {
  left: 0;
}
.balloon1:after {
  right: 0;
}

.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  background: #d85f1b;
  border-radius: 5px;
}
.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #d85f1b;
}
.balloon1-top p {
  margin: 0;
  padding: 0;
  background: none !important;
  color: #fff !important;
}

/* リボン */

.ribbon {
  display: block;
  position: relative;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background-color: #002a7c;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: 0;
  left: 0;
  border-width: 17px 0px 17px 10px;
  border-color: transparent transparent transparent #fbf7ed;
  border-style: solid;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 17px 10px 17px 0px;
  border-color: transparent #fbf7ed transparent transparent;
  border-style: solid;
}

.campaign {
  text-align: center;
  margin: 30px auto;
}

.ribbon_c {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  background: #002a7c;
  color: #fff;
  box-sizing: border-box;
}
.campaign_text {
  display: block;
}
.campaign p {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #c778334d 50%);
  display: inline;
  margin-bottom: 0;
  margin-top: 6px;
}
.ribbon_c h2 {
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  line-height: 46px;
  color: #fff;
}

.ribbon_c:before,
.ribbon_c:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_c:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #ffffff00;
  border-style: solid;
}

.ribbon_c:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #ffffff00 transparent transparent;
  border-style: solid;
}

/* コンテンツ */
/* tablet 930, PC 1300*/

.mv {
  padding: 1rem 1rem 3rem;
  position: relative;
}
.mv p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
.mv p img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  margin-right: 9px;
}
.hukidashi {
  position: absolute;
  width: 190px;
  top: 0px;
  right: 40px;
  transform: rotate(15deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(15deg);
}
.mv h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
.mv h2 img {
  width: 100%;
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 7px rgba(3, 3, 3, 0.6));
}
.mv_btn {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(97deg, #d85f1b, #d85f1b);
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 1rem;
  border-radius: 2em;
  font-weight: bold;
  margin-top: 200px;
}
.mv_btn_line {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(97deg, #00b900, #00b900);
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 1rem;
  border-radius: 2em;
  font-weight: bold;
  margin-top: 200px;
}
.mv_slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: -1;
}
.mv_slider li {
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  animation: fadeout 21s infinite;
  opacity: 0;
}
@keyframes fadeout {
  0%,
  100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.mv_slider li:nth-child(1) {
  background-image: url(../images/top_slide1.jpg);
  animation-delay: 0s;
}
.mv_slider li:nth-child(2) {
  background-image: url(../images/top_slide2.jpg);
  animation-delay: 3s;
}
.mv_slider li:nth-child(3) {
  background-image: url(../images/top_slide3.jpg);
  animation-delay: 6s;
}
.mv_slider li:nth-child(4) {
  background-image: url(../images/top_slide4.jpg);
  animation-delay: 9s;
}
.mv_slider li:nth-child(5) {
  background-image: url(../images/top_slide5.jpg);
  animation-delay: 12s;
}
.mv_slider li:nth-child(6) {
  background-image: url(../images/top_slide6.jpg);
  animation-delay: 15s;
}
.mv_slider li:nth-child(7) {
  background-image: url(../images/top_slide7.jpg);
  animation-delay: 18s;
}
/*.mv_slider li:nth-child(4) {
	background-image: url(../images/mv_sp_4.jpg);
	animation-delay: 9s;
}*/
.hokkaido img {
  width: 70px;
  vertical-align: middle;
  margin-right: 20px;
}
.hokkaido {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  text-shadow: 0px 0px 6px rgb(0 0 0 / 70%);
}
.title_lined {
  text-align: center;
  margin: 0 0 2rem;
  font-size: 18px;
}
.title_lined span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.title_lined span::after {
  content: "";
  height: 4px;
  background-color: #d85f1b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#concept {
  padding-bottom: 0;
}
.concept_lead {
  margin-bottom: -20px;
}
.concept_lead picture {
  z-index: 1;
  position: relative;
}
.concept_graphs {
  background-color: #fff4f4;
  position: relative;
  padding-bottom: 6rem;
}
.concept_graphs::before,
.concept_experience::before {
  content: "";
  position: absolute;
  width: 0;
  border-width: 20px 20px 0 20px;
  border-style: solid;
  top: 0;
  left: 0;
  right: 0;
  border-color: #f6fbfc transparent transparent;
  margin: auto;
}
.concept_graphs .innder {
  margin: 0 3rem;
  padding: 2rem 0 6rem;
}
.concept_graphs h4 {
  position: absolute;
  top: -25px;
  left: 1rem;
  margin: 0;
  width: 139px;
}
.concept_graphs h4 img {
  display: block;
}
.concept_graphs ul {
  list-style: none;
  margin: 0;
  padding: 4rem 0 2rem;
  text-align: center;
}
.concept_graphs ul {
  list-style: none;
  margin: 0;
  padding: 4rem 0 2rem;
  text-align: center;
}
.concept_graphs ul li:not(:first-child) {
  margin-top: 3rem;
}
.concept_graphs ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin: 0 0 1rem;
  font-weight: bold;
}
.concept_graphs ul li p i {
  display: block;
  font-style: normal;
}
.concept_graphs ul li p b {
  font-size: 1.35em;
  color: #d85f1b;
}
.concept_graphs ul li img {
  display: block;
}
.concept_notice {
  text-align: right;
  margin: 0;
  font-size: 12px;
}
.concept_animal1 {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 65px;
}
.concept_animal2 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 150px;
}
.features_bg {
  background-image: url(../images/about-back.jpg);
  background-position: center;
  background-size: cover;
  margin: 30px auto;
}
.features {
  background-color: rgb(255 255 255 / 74%);
}
.features_inner {
  padding: 20px;
  max-width: 1024px;
  margin: 0 auto;
}
.features_inner h3 {
  font-size: 30px;
  color: #272c7d;
  margin: 20px 0 0;
}
.features_inner_heading {
  font-size: 22px;
  color: #272c7d;
  font-weight: bold;
}

.concept_experience {
  padding: 2rem 0;
  position: relative;
  background: #fbf7ed;
}
/*.concept_experience::before {
	border-color: #FFF4F4 transparent transparent;
}*/
.concept_experience h3 {
  text-align: center;
  font-size: 28px;
  margin: 1rem 0 0;
  line-height: 1.29;
}
.concept_experience h3 b {
  color: #d85f1b;
}
.concept_experience ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.concept_experience ol li {
  margin-top: 2rem;
}
.concept_experience_title {
  position: relative;
}
.concept_experience_title img {
  height: 69px;
  float: left;
}
.concept_experience_title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #d85f1b;
  line-height: 37px;
  text-align: left;
  display: block;
}
.concept_experience ol p {
  font-size: 16px;
  color: #333333;
  margin: 0 0 1rem;
}
.concept_experience_pic {
  background-color: #fbf7ed;
  padding: 0.5rem;
}
.concept_experience_pic img {
  display: block;
}
.concept_salon {
  background-color: #fff;
  padding: 2rem 0;
}
.concept_salon .flex-inner {
  display: flex;
  flex-direction: column-reverse;
}
.concept_salon_img {
  text-align: center;
}
.concept_salon p.concept_salon_note {
  font-weight: normal;
  color: #333333;
  font-size: 1em;
  text-align: left;
}

.concept_salon p {
  font-weight: bold;
  margin: 5px 0;
  color: #333;
}
.concept_salon p b {
  color: #d85f1b;
}
.concept_salon .teacher_name {
  font-size: 16px;
  margin-bottom: 20px;
}
.caution {
  font-size: 13px;
  line-height: 1.6;
  display: inline-block;
}

.teacher_under_section {
  margin-top: 56px;
}
.teacher_under_section h3 {
  color: #d85f1b;
  text-align: center;
  margin: 40px 0 24px;
}
.teacher_under_section h3 span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.teacher_under_section p {
  font-weight: normal;
}
.psg-schedule-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.cv_area {
  /*background-color: #d85f1b;*/
  background-image: url(../images/cv-back.jpg);
  background-size: cover;
  background-position: top;
  padding: 2rem 0;
}
.cv_area p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 0 0 1rem;
}
.cv_area a {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 1rem;
  text-align: center;
  color: #d85f1b;
  border-radius: 2rem;
  animation: bounce 1s ease infinite alternate;
}
.line_btn {
  background-color: #00b900 !important;
  color: #fff !important;
  margin-top: 20px !important;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-8px);
  }
  15% {
    transform: translateY(-4px);
  }
  20% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.title_eng {
  font-size: 18px;
  text-align: center;
  color: #002a7c;
  margin: 0;
}
.title_eng + span {
  font-family: "Futura";
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #002a7c;
  display: block;
}

.plan_div {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
#schedule {
  background-color: #fbf7ed;
}
.schedule_div {
  padding: 15px 30px;
  margin-top: 3em;
}
.schedule_div h3 {
  color: #d85f1b;
}

.schedule_div dl {
  background-color: #f8f8f8;
  margin: 3rem 0 0;
  position: relative;
  border-top: 4px solid #d85f1b;
}
.schedule_div dl dt {
  border-radius: 6px;
  background-color: #d85f1b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: -1.5em;
  color: #fff;
  margin: auto;
  width: 280px;
  padding: 0.5rem;
  text-align: center;
  left: 0;
  right: 0;
}
.schedule_div dl dd {
  padding: 3rem 1rem 2rem;
  margin: 0;
}
.schedule_div_flex {
  background: #fff;
}
.schedule_div_flex:not(:first-of-type) {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.schedule_div_flex h3 {
  text-align: center;
  color: #d85f1b;
  margin: 30px 0 10px;
}
.schedule_div_lead {
  font-size: 16px;
  margin: 0;
}
.schedule_div_lead b {
  color: #d85f1b;
  font-size: 1.5em;
}
.schedule_div dl dd h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
  font-size: 20px;
  color: #d85f1b;
}
.schedule_div dl dd h5 span {
  background-image: linear-gradient(to top, #e97345 10px, transparent 0);
}
.schedule_div_text {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 1rem;
}
.schedule_div_text b {
  color: #d85f1b;
}
.title_ribbon {
  display: inline-block;
  position: relative;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  padding: 0 1rem 0 0.5rem;
  font-size: 12px;
  background: #d85f1b;
  color: #fff;
  margin: 2rem 0 0;
}
.title_ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.title_ribbon:after {
  top: 0;
  right: 0;
  border-width: 12px 0.5rem 12px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.schedule_div .title_ribbon:after {
  border-color: transparent #f8f8f8 transparent transparent;
}
#price .title_ribbon:after {
  border-color: transparent #fff4f4 transparent transparent;
}
.schedule_div table {
  margin-top: 1rem;
}
.schedule_div table th {
  text-align: left;
  font-weight: normal;
  padding-right: 1em;
}
.slider {
  padding: 0;
  margin: 1rem -2rem 0;
  list-style: none;
}
.slider li {
  background-color: #fbf7ed;
  padding: 0.5rem 0.25rem;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.lb-data .lb-number {
  display: none !important;
}
.schedule_div_bold {
  /*font-family: 'M PLUS 1p', sans-serif;*/
  font-weight: 800;
}
.program_contain {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
}
.program_contain h3 {
  text-align: center;
}
.program_table_contain {
  margin-top: 3em;
}

/*テーブル*/
.program_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

.program_table tr {
  background-color: #fff;
  padding: 0.35em;
  /*border-bottom: 5px solid #fbf7ed;*/
}
.program_table th,
.program_table td {
  padding: 1em 25px;
  border-right: 5px solid #fbf7ed;
}
.program_table th {
  font-size: 0.85em;
}
.program_table thead tr {
  background-color: #d85f1b;
  color: #fff;
}
.program_table tbody th {
  background: #d85f1b;
  color: #fff;
}
.program_table > .txt {
  text-align: left;
  font-size: 0.85em;
}
.program_table > .price {
  text-align: right;
  color: #167f92;
  font-weight: bold;
}
.non {
  background: #fff;
}

.activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 15px;
}
.activity-list li {
  background: #d85f1b;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;
}
.activity-list li span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.activity-list li img {
  width: 80px;
}
.activity-list-link {
  display: block;
  margin: 20px auto;
  text-align: center;
  color: #d85f1b;
  font-weight: 600;
}
.program-slider {
  margin-top: 32px;
}
.program-slider img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.program-slider .slick-arrow {
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22.3px;
  width: 14.1px;
  font-size: 0;
  background-position: center;
  background-size: contain;
}
.program-slider .slick-prev {
  background-image: url(../images/arrow_left.png);
  left: 0;
  z-index: 1;
}
.program-slider .slick-next {
  background-image: url(../images/arrow_right.png);
  right: 0;
}

.concept_salon_info ul {
  padding-left: 20px;
}

#merit {
  background-color: #fbf7ed;
}
.merit_inner {
  max-width: 800px;
  margin: 30px auto 0;
}
.merit_inner_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #d85f1b;
}
.merit_inner_title img {
  width: 60px;
}
.merit_inner_head {
  font-size: 18px;
  font-weight: bold;
  color: #d85f1b;
}
.merit_logo_list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.merit_logo_list li {
  width: 45%;
  text-align: center;
  font-weight: bold;
}
.merit_logo_list li p {
  margin: 0;
}
.merit_voice_wrap {
  display: flex;
  flex-direction: column;
}

.merit_voice_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.voice_img {
  width: 60%;
  max-width: 180px;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #f1f1f1;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f1f1f1;
}
.merit_inner_list {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
}
.merit_inner_list li {
  margin-bottom: 10px;
}
.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .balloon1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .balloon1 span {
    font-size: 18px;
  }
  .program_contain {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .program_table {
    border: 0;
    width: 100%;
  }
  .program_table th {
    background-color: #167f92;
    display: block;
    border-right: none;
  }
  .program_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .program_table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  .program_table td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: center;
    position: relative;
    /*padding: .625em .625em .625em 4em;*/
    border-right: none;
  }

  /*.program_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }*/
  t.program_table td:last-child {
    border-bottom: 0;
  }
  .program_table tbody th {
    color: #fff;
  }

  .mv_btn {
    margin-top: 10px;
  }
  .mv_btn_line {
    margin-top: 20px;
  }
  .features_inner h3 {
    font-size: 25px;
  }
  .features_inner_heading {
    font-size: 18px;
    line-height: 24px;
  }
  .concept_experience_title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #d85f1b;
    line-height: 28px;
    text-align: left;
    display: block;
  }
  .concept_experience_title img {
    height: 50px;
    float: left;
  }
  .concept_experience .frame_oct > div {
    padding: 0;
  }
  .concept_experience ol li {
    width: 100%;
    padding: 10px 20px 30px;
  }
  .concept_experience ol li > ul {
    padding-left: 0;
  }
  .concept_experience ol li > ul > li {
    list-style: none;
    margin-top: 15px;
    padding: 0;
  }
  .schedule_div {
    padding: 5px 20px;
    margin-top: 1em;
  }
  .price_div {
    width: 100% !important;
  }
  .price_div div {
    width: 90% !important;
  }
  .price_in {
    width: 100% !important;
  }
  .balloon div b {
    font-size: 1em;
  }
}
/*テーブル*/

#price {
  background-color: #fbf7ed;
}
.price_div {
  text-align: center;
  padding: 10px 0 10px;
  width: 100%;
  margin: 0 auto;
}
.price_div div {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.price_div div > h3 {
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
  color: #fff;
}
.price_div div > p {
  font-size: 25px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}
.price_div div > p > span {
  font-size: 14px;
  margin-left: 5px;
}
.price_div div > p strong {
  margin-left: 1rem;
  color: #d85f1b;
  font-size: 1.875em;
}
.price-annotation {
  color: #fff;
  display: block;
}
.price_notice {
  font-size: 12px;
  list-style: none;
  padding: 0;
  color: #333333;
  margin: 1rem auto 0;
  width: max-content;
}
/*.price_notice li {
	padding-left: 1em;
	text-indent: -1em;
}*/
.price_bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 16px;
}
.price_bg {
  margin: 0;
  padding: 1rem;
  background-color: #fff;
}
.price_bg span {
  display: block;
}
.price_in {
  width: 80%;
  max-width: 600px;
  margin: 40px auto 20px;
  text-align: left !important;
}
.price_in h3 {
  text-align: center;
  color: #d85f1b;
}
.school_schedule_head {
  margin-bottom: 0px;
  font-weight: bold;
}
.price_in ul {
  padding-left: 15px;
  max-width: 380px;
  width: 100%;
}
.school_schedule_list li {
  margin-bottom: 20px;
}
.price_in span {
  text-align: center;
  display: block;
  font-size: 13px;
}
.price_in_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price_in_inner h3 {
  margin-bottom: 0;
}

.clear {
  clear: both;
}
.frame_oct {
  background:
    linear-gradient(45deg, transparent 14px, #fff 15px, #fff 16px),
    linear-gradient(135deg, transparent 14px, #fff 15px, #fff 16px),
    linear-gradient(225deg, transparent 14px, #fff 15px, #fff 16px),
    linear-gradient(315deg, transparent 14px, #fff 15px, #fff 16px);
  background-position:
    bottom left,
    top left,
    top right,
    bottom right;
  background-size: 50% 50%; /* 隙間ができる場合は51% 51%にする */
  background-repeat: no-repeat;
}

.frame_oct::before,
.frame_oct::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 20px;
}

.frame_oct::before {
  border-top: solid 1px #fff;
}
.frame_oct::after {
  border-bottom: solid 1px #fff;
}

.frame_oct > div {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  margin: 20px 0;
  padding: 0 20px;
}

.frame_oct p {
  /*color: #fff;*/
}

.frame_oct_b {
  background:
    linear-gradient(45deg, transparent 14px, #d85f1b 15px, #d85f1b 16px),
    linear-gradient(135deg, transparent 14px, #d85f1b 15px, #d85f1b 16px),
    linear-gradient(225deg, transparent 14px, #d85f1b 15px, #d85f1b 16px),
    linear-gradient(315deg, transparent 14px, #d85f1b 15px, #d85f1b 16px);
  background-position:
    bottom left,
    top left,
    top right,
    bottom right;
  background-size: 50% 50%; /* 隙間ができる場合は51% 51%にする */
  background-repeat: no-repeat;
}

.frame_oct_b::before,
.frame_oct_b::after {
  display: block;
  content: "";
  width: auto;
  margin: 0 20px;
}

.frame_oct_b::before {
  border-top: solid 1px #d85f1b;
}
.frame_oct_b::after {
  border-bottom: solid 1px #d85f1b;
}
.frame_oct .teiin-text {
  margin: 0 0 12px;
  font-weight: 600;
  /* font-size: 16px; */
}
.frame_oct .teiin-text span {
  display: inline;
  font-size: 20px;
  color: #cf3535;
}
.teiin-text {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.schedule_list_head {
  font-weight: 600;
  margin: 30px 0 0px;
}
.price_in_inner ul li {
  margin-bottom: 12px;
}
.price_in_inner ul li.center {
  list-style: none;
}
.price_in_inner ul li .emphasis {
  text-align: left;
  font-size: 16px;
  color: #cf3535;
  font-weight: 600;
}
.price_div_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px;
}
.price_div_list {
  list-style: none;
  padding: 0 7%;
}
.price_div_list li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
.price_div_list li p {
  margin: 0;
}
.youtube {
  margin: 24px auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*.voice_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.voice_list li {
	margin-top: 2rem;
}
.voice_list_img {
	background-color: #FFF4F4;
	padding: 0.5rem;
	display: block;
	border-radius: 1rem;
	margin: 0 2rem;
}
.voice_list_img img {
	display: block;
}
.voice_list_name {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: .5rem 0;
}
.voice_list h6 {
	text-align: center;
	font-size: 18px;
	color: #d85f1b;
	margin: 0;
}*/

#qa {
  background-color: #fbf7ed;
}
.qa_list {
  margin-top: 2rem;
}
.qa_list dl {
  margin: 1rem 0 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.qa_list dl dt::before {
  content: "Q.";
  position: absolute;
  left: 1rem;
  color: #d85f1b;
}
.qa_list dl dt::after {
  content: "";
  background-image: url(../images/qa_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 13px;
  height: 8.2px;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.25s ease;
}
.qa_list dl dt.open::after {
  transform: rotate(180deg);
}
.qa_list dl dt.open {
  background-color: #f8f8f8;
}
.qa_list dl dt {
  padding: 1rem 2rem;
  position: relative;
}
.qa_list dl dd {
  padding: 1rem;
  margin: 0;
  display: none;
}
.contact_lead {
  text-align: center;
  font-size: 16px;
  margin: 1rem 0;
}
.contact_line {
  background-color: #f8f8f8;
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.contact_logo {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.contact_logo img {
  margin-right: 10px;
  width: 30px;
}
.contact_line a {
  border-radius: 2rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #00b900;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 1rem;
  display: block;
  line-height: 1;
  margin: 1rem 1rem 0;
}
.contact_form table,
.contact_form table tbody,
.contact_form table tr,
.contact_form table th,
.contact_form table td {
  display: block;
}
.contact_form table th {
  text-align: left;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0.5rem;
}
.contact_form table th b {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  color: #d85f1b;
  border: 1px solid;
  border-radius: 0.25em;
  line-height: 12px;
  padding: 0.15em 0.5em;
  margin-left: 1rem;
}
.contact_form table td {
  padding: 0;
  margin-bottom: 1rem;
}
.contact_form table input::placeholder,
.contact_form table textarea::placeholder {
  color: #999999;
}
.contact_form table input:-ms-input-placeholder,
.contact_form table textarea:-ms-input-placeholder {
  color: #999999;
}
.contact_form table input::-ms-input-placeholder,
.contact_form table textarea::-ms-input-placeholder {
  color: #999999;
}
.contact_form table input[type="text"],
.contact_form table input[type="email"],
.contact_form table input[type="tel"],
.contact_form table textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 1rem;
  display: block;
  width: 100%;
  padding: 0.75rem;
  line-height: normal;
}
.contact_form table label {
  display: inline-block;
}
.contact_form table label:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}
.contact_form table input[type="date"],
.contact_form table input[type="time"] {
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 0.75rem;
  line-height: normal;
}
.contact_form table textarea {
  height: 110px;
}
.contact_form_submit {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(97deg, #d85f1b, #d85f1b);
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border-radius: 2rem;
  display: block;
  -webkit-appearance: none;
  border: 0;
  padding: 1rem;
  width: 100%;
  font-weight: bold;
  margin-top: 2rem;
}
.contact_form_back {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  border: 2px solid #d85f1b;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #d85f1b;
  border-radius: 2rem;
  display: block;
  -webkit-appearance: none;
  padding: 1rem;
  width: 100%;
  font-weight: bold;
  margin-top: 2rem;
}
.contact_error {
  border: 1px solid #999;
  padding: 1rem;
  margin: 2rem 0;
}
.contact_form table.contact_confirm_table td {
  background-color: #f5f5f5;
  padding: 1rem;
}
.contact_confirm_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact_confirm_ul li {
  width: calc(50% - 1rem);
}
.error_messe b {
  color: #d85f1b;
  margin-right: 0.5em;
}
.thanks h2 {
  margin: 0 0 2rem;
  font-size: 2rem;
}
.thanks ul {
  list-style: none;
  padding: 0;
  margin: 4rem 0 0;
}
.thanks ul li {
  margin-top: 2rem;
}
.thanks ul li a {
  border: 2px solid #d85f1b;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #d85f1b;
  line-height: 1;
  padding: 0.75em 1.25em;
  display: block;
  text-align: center;
}
.reserve_lead {
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  width: 640px;
  margin: auto;
}
.reserve_datetime {
  display: flex;
}
.reserve_datetime input[type="time"] {
  margin-left: 0.5rem;
}
.pc_only {
  display: none;
}

/* tablet */
@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  body {
    font-size: 16px;
  }
  section {
    padding: 4rem 0;
  }
  .inner {
    margin: 0 2rem;
  }
  .title_lined {
    font-size: 20px;
  }
  .header {
    padding: 1.5rem 2rem;
  }
  .header_menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .header_menu li {
    margin-right: 1.5rem;
  }
  .header_menu li a {
    color: #333333;
    font-weight: bold;
  }
  .main {
    margin-top: 88px;
  }
  .mv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .mv_inner {
    border-radius: 100%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    padding: 3rem 3rem 5rem;
  }
  .mv p {
    color: #ffffff;
    font-size: 32px;
  }
  .mv p img {
    display: block;
    margin: auto auto 1rem;
    width: 100px;
  }
  .mv h2 {
    font-size: 42px;
    color: #ffffff;
  }
  .mv h2 img {
    width: 80%;
  }
  .mv_btn {
    margin: 2rem auto 0;
    width: 340px;
    font-size: 20px;
  }
  .mv_btn_line {
    margin: 2rem auto 0;
    width: 340px;
    font-size: 20px;
  }
  .mv_slider li:nth-child(1) {
    background-image: url(../images/top_slide1.jpg);
  }
  .mv_slider li:nth-child(2) {
    background-image: url(../images/top_slide2.jpg);
  }
  .mv_slider li:nth-child(3) {
    background-image: url(../images/top_slide3.jpg);
  }
  .mv_slider li:nth-child(4) {
    background-image: url(../images/top_slide4.jpg);
  }
  .mv_slider li:nth-child(5) {
    background-image: url(../images/top_slide5.jpg);
  }
  .mv_slider li:nth-child(6) {
    background-image: url(../images/top_slide6.jpg);
  }
  .mv_slider li:nth-child(7) {
    background-image: url(../images/top_slide7.jpg);
  }
  /*.mv_slider li:nth-child(4) {
		background-image: url(../images/mv_pc_4.jpg);
	}*/
  .concept_lead {
    margin-bottom: -30px;
  }
  .concept_graphs h4 {
    left: 2rem;
    width: 250px;
  }
  .concept_graphs ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6rem 0 1rem;
  }
  .concept_graphs ul li {
    width: calc(100% / 3 - 1rem);
  }
  .concept_graphs ul li:not(:first-child) {
    margin-top: 0;
  }
  .concept_graphs ul li p {
    font-size: 20px;
  }
  .concept_graphs ul li p i {
    font-size: 24px;
  }
  .concept_experience {
    padding: 4rem 0;
  }

  .ribbon {
    width: 450px;
    margin: auto;
  }
  .concept_experience h3 {
    font-size: 34px;
    line-height: normal;
  }
  .concept_experience ol {
    display: inline-block;
  }
  .concept_experience ol li {
    width: 100%;
    margin-top: 3rem;
  }
  .concept_experience ol li > ul > li {
    margin-top: 5px;
    list-style: none;
    padding: 0;
  }
  .concept_experience_title span {
    font-size: 20px;
    color: #d85f1b;
  }
  .concept_salon {
    padding: 4rem 0;
  }
  .concept_salon .flex-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
  .concept_salon_img {
    margin-left: 2rem;
    width: 300px;
    flex-shrink: 0;
  }
  .concept_salon_img img {
    display: block;
  }
  .concept_salon_info .title_lined {
    text-align: center;
  }

  .concept_salon p {
    text-align: left;
  }
  .concept_salon p b {
    font-size: 1.35em;
  }
  .teacher_under_section h3 {
    margin: 48px 0 24px;
    font-size: 1.35em;
  }
  .teacher_under_section h3 span {
    font-size: 16px;
    margin-top: 6px;
  }
  .cv_area {
    padding: 4rem 0;
  }
  .cv_area p {
    font-size: 34px;
    margin-bottom: 2rem;
  }
  .cv_area a {
    font-size: 20px;
    width: 700px;
    margin: auto;
  }
  .schedule_div dl {
    margin-top: 4rem;
  }
  .schedule_div dl dd {
    padding: 3rem 2rem 2rem;
  }
  .schedule_div_flex h5 {
    color: #d85f1b;
  }
  /*.schedule_div_flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}*/
  .schedule_div_flex > div {
  }
  .schedule_div dl dd h5 {
    text-align: left;
    margin-bottom: 1rem;
  }
  .schedule_div dl dd h5 span {
    display: block;
  }
  .schedule_div_text {
    margin: 0;
  }
  .title_ribbon {
    margin-top: 1rem;
  }
  .schedule_div table {
    margin-top: 0.5rem;
  }
  .schedule_div_bold {
    margin: 0.5rem 0 0;
  }
  .slider {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
  }
  .slider li {
    padding: 0.5rem;
    width: 33%;
  }

  .slick-arrow {
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22.3px;
    width: 14.1px;
    font-size: 0;
    background-position: center;
    background-size: contain;
  }
  .slick-prev {
    background-image: url(../images/arrow_left.png);
    left: 0;
    z-index: 1;
  }
  .slick-next {
    background-image: url(../images/arrow_right.png);
    right: 0;
  }

  .price_div div > p strong {
    font-size: 2.75em;
  }
  .price_notice {
    margin: 2rem auto 0;
    width: max-content;
  }
  .price_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 1rem;
  }
  .price_flex .title_ribbon {
    margin: 0 1rem 0 0;
  }
  .price_flex .price_bold {
    margin: 0;
  }
  .price_bg {
    text-align: center;
    width: 600px;
    margin: auto;
  }
  .price_bg span {
    display: inline;
    margin-left: 1em;
  }
  .balloon {
    width: 600px;
    margin: 3rem auto 2rem;
  }
  /*.voice_list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.voice_list li {
		margin-top: 3rem;
		width: calc(100% / 3 - 1.5rem);
	}
	.voice_list_img {
		margin: 0 1rem;
	}
	.voice_list p {
		margin-bottom: 0;
		font-size: 14px;
	}*/
  .merit_voice_wrap {
  }
  .merit_inner_title {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #d85f1b;
  }
  .merit_inner_text {
    max-width: 730px;
    margin: 0 auto;
  }
  .merit_inner_head {
    font-size: 20px;
    font-weight: bold;
    color: #d85f1b;
    margin: 40px 0 0px 20px;
  }
  .merit_voice_inner {
    width: 100%;
    flex-direction: row;
  }

  .voice_img {
    width: 20%;
  }
  .balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    color: #555;
    font-size: 16px;
    background: #f1f1f1;
    width: 75%;
  }

  .balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f1f1f1;
  }

  .qa_list {
    margin-top: 3rem;
  }
  .qa_list dl dt {
    padding-left: 3rem;
  }
  .contact_lead {
    margin: 2rem 0;
  }
  .contact_line {
    margin: 3rem auto 4rem;
    width: 400px;
    padding: 3rem 2rem;
  }
  .contact_line a {
    margin-top: 2rem;
  }
  .contact_form table {
    display: table;
    margin: auto;
    width: 550px;
    border-spacing: 0 1rem;
    border-collapse: separate;
  }
  .contact_form table tbody {
    display: table-row-group;
  }
  .contact_form table tr {
    display: table-row;
  }
  .contact_form table th {
    display: table-cell;
    font-size: 16px;
    padding: 0.5rem 0 0;
    vertical-align: top;
    position: relative;
    line-height: 1;
    width: 12em;
  }
  .contact_form table th b {
    position: absolute;
    right: 2rem;
  }
  .contact_form table td {
    display: table-cell;
    padding-bottom: 0;
  }
  .contact_form_submit {
    width: 350px;
    margin: 2rem auto 0;
    max-width: 100%;
  }
  .contact_confirm_ul {
    margin: auto;
    width: 550px;
  }
  .thanks {
    text-align: center;
  }
  .thanks h2 {
    margin: 0 0 3rem;
    font-size: 2.5rem;
  }
  .thanks ul {
    display: flex;
    justify-content: space-between;
    width: 550px;
    margin: 4rem auto 0;
  }
  .thanks ul li {
    width: calc(50% - 1rem);
  }
  .footer_inner {
    text-align: center;
    padding: 4rem 2rem;
  }
  .footer h5 {
    text-align: center;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
  }
  .footer_logo {
    margin: 0 2rem 0 0;
    vertical-align: middle;
  }
  .footer_address {
    display: inline-block;
    vertical-align: middle;
  }
  .campaign p {
    font-size: 20px;
  }
}

/* PC */
@media (min-width: 1024px) {
  .inner {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 2rem;
  }
  .header {
    padding: 1.5rem 0;
  }
  .header_inner {
    width: 1024px;
    margin: auto;
    padding: 0 2rem;
  }
  .header_menu {
    margin: 0 1rem 0 auto;
  }
  .header_menu li a:hover {
    opacity: 0.5;
    transition: opacity 0.25s ease 0s;
  }
  .header_btn,
  .mv_btn,
  .mv_btn_line,
  .cv_area a,
  .contact_form_submit,
  .contact_form_back,
  .thanks ul li a {
    transition: all 0.25s ease 0s;
  }
  .header_btn:hover,
  .mv_btn:hover,
  .mv_btn_line:hover,
  .contact_form_submit:hover,
  .contact_form_back:hover,
  .thanks ul li a:hover {
    border-radius: 0;
    opacity: 0.8;
    box-shadow: none;
  }
  .cv_area a:hover {
    animation-play-state: paused;
    border-radius: 0;
    opacity: 0.85;
    box-shadow: none;
  }
  .concept_graphs {
    padding-bottom: 8rem;
  }
  .concept_graphs .inner {
    position: relative;
  }
  .concept_graphs ul li {
    width: calc(100% / 3 - 4rem);
  }
  .concept_animal1 {
    width: 90px;
    right: 3%;
  }
  .concept_animal2 {
    width: 210px;
    left: 2%;
  }
  .concept_experience ol li {
    width: 100%;
    padding: 10px 20px 30px;
  }
  .concept_experience_title span {
    font-size: 22px;
    color: #d85f1b;
    text-align: left;
    line-height: 1.5em;
  }
  .qa_list {
    margin: 3rem auto 0;
    width: 700px;
  }
  .qa_list dl dt {
    cursor: pointer;
  }
  .qa_list dl dt:not(.open):hover::after {
    transform: scale(1.5);
  }
  .contact_form {
    margin-top: 3rem;
  }
}
