@charset "utf-8";
/* CSS Document */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  color: #333;
  background-color: #fff;
}
a {
  color: #e21b16;
  transition: all .3s;
}
a:hover {
  text-decoration: none;
}
table {
  width: 100%;
}
strong {
  color: #e21b16;
}
/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/
.movie {
  max-width: 560px;
  width: 90%;
  margin: 0 auto 120px;
}
iframe {
  border: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.body_fix {
  position: fixed;
  width: 100%;
  height: 100%;
}
.smart {
  display: none;
}
h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
h4 {
  font-weight: normal;
}
h5 {
  font-size: 1rem;
}
.pagelink {
  position: relative;
  height: 100px;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #333;
}
.bold {
  font-weight: bold;
}
.large_font {
  font-size: 1.4rem;
  background-color: #fff2cc;
}
.note {
  padding-left: 1em;
  text-indent: -1em;
}
.btn_wrap {
  text-align: center;
}
.btn_wrap + .btn_wrap {
  margin-top: 20px;
}
.btn_primary {
  border: 2px solid transparent;
  background-color: #f4901e;
  border-radius: 50px;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 50px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.btn_primary img {
  display: inline-block;
  vertical-align: middle;
}
.btn_primary > span:not([class]) {
  padding: 0 1em;
}
.arrow_primary {
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 1em;
}
.arrow_circle {
  border: 2px solid transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow_circle > .arrow_primary {
  margin: 0;
}
.btn_primary:hover {
  border: 2px solid #f4901e;
  background-color: #FFF;
  color: #f4901e;
}
.btn_primary:hover .arrow_primary {
  border-color: #f4901e;
}
section.sec_bg {
  background-color: #F2F2F2;
  padding: 60px 0;
  margin-top: 0 !important;
}
section:not(:first-of-type) {
  margin-top: 60px;
}
section + .btn_wrap {
  margin-top: 60px;
}
article > h2 {
  font-size: 2em;
  background-image: url("../images/bg_title.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-top: 40px;
}
article > h2 > span {
  font-weight: 500;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(51, 51, 51, 1) 70%, rgba(255, 255, 255, 1));
  border-image-slice: 1;
  width: 50%;
  display: inline-block;
  padding: 10px;
  letter-spacing: .2rem;
}
article h3 {
  border-bottom: solid 2px #F4901E;
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 25px;
}
article h4 {
  margin-bottom: 10px;
}
article h5 {
  margin-top: 10px;
}
article .inner {
  width: 95%;
  max-width: 930px;
}
section .inner p + p {
  margin-top: 10px;
}
ul.card {
  list-style: none;
  padding: 0;
}
ul.card a {
  text-decoration: none;
  color: #534741;
  position: relative;
}
ul.card img {
  width: 100%;
}
/*------------------------------------------------------------
	header / footer
------------------------------------------------------------*/
header ul, footer ul {
  list-style: none;
  padding: 0;
}
header nav a, footer nav a {
  color: #534741;
  text-decoration: none;
}
header nav a:hover, footer nav a:hover {
  text-decoration: underline;
}
header nav .here a, footer nav .here a {
  color: #F4901E;
}
.header_nav_list, .footer_nav_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 0.9em;
}
.header_nav_list li, .footer_nav_list li {
  text-align: center;
}
.header_nav_list li + li:before, .footer_nav_list li + li:before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav.header_nav.inner, nav.footer_nav.inner {
  overflow: hidden;
}
.header_top > .inner, .header_banner {
  display: flex;
  align-items: center;
}
.header_banner {
  margin-left: auto;
  gap: 10px;
  font-size: 0.9em;
}
.header_banner a {
  cursor: pointer;
  background-color: #f4901e;
  border: 2px solid #f4901e;
  color: #FFF;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.2em;
  height: 40px;
}
.header_banner .icon > img {
  width: 25px;
}
.header_banner a:hover {
  background-color: #FFF;
  color: #f4901e;
}
.header_banner a:hover .icon > img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(96%) saturate(634%) hue-rotate(347deg) brightness(99%) contrast(93%);
}
.header_top.fixed {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 10;
}
@media only screen and (min-width: 901px) {
  .header_top {
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 10;
  }
  .header_nav {
    margin-top: 68px;
  }
}
footer {
  border-top: 5px solid #f4901e;
}
footer li {
  display: inline-block;
}
footer .company_info {
  text-align: center;
  font-style: normal;
}
footer .company_info span {
  display: inline-block;
  margin-left: 1em;
}
footer .company_info p.logo {
  display: inline-block;
}
.footer_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer_banner a img {
  height: 2rem;
}
.footer_banner a.btn-outline {
  position: relative;
  width: 200px;
  height: 40px;
  display: block;
  cursor: pointer;
  background-color: #e21b16;
  border: 2px solid #e21b16;
}
.footer_banner a.btn-outline img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 20px;
}
.footer_banner a:hover {
  background-color: #FFF;
}
.footer_banner a:hover img:nth-of-type(2) {
  opacity: 0;
}
.footer_copy {
  background-color: #e3e3e3;
  text-align: center;
  font-size: 0.9em;
  padding: 10px 0;
}
.logo img {
  height: 50px;
}
@media only screen and (min-width: 901px) {
  .header_nav_list, .footer_nav_list {
    width: calc(100% + 110px);
    left: -55px;
  }
  .header_nav_list li, .footer_nav_list li {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 999px) and (min-width: 901px) {
  .header_nav_list, .footer_nav_list {
    width: calc(100% + 80px);
    left: -40px;
  }
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
h2.title {
  text-align: center;
  margin-bottom: 55px;
  font-size: 1.8em;
  line-height: 1.2;
  position: relative;
}
h2.title:before {
  background-color: #f4901e;
  bottom: -30px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 70px;
}
.hero {
  background-image: url(../images/bg_hero.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 36.35%;
  position: relative;
}
.catch {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  font-weight: 700;
  position: absolute;
  color: #2B0A00;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  text-align: right;
}
.catch > p {
  text-align: left;
  display: inline-block;
}
.reason_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 70px;
}
.reason_item {
  background-color: #FFF;
  padding: 35px 15px;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.reason_item .number_icon {
  background-color: #f4901e;
  border-radius: 50%;
  position: absolute;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.reason_item .summry {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.reason_item .summry span {
  color: #f4901e;
}
.reason_item .summry span.large {
  font-size: 1.5em;
}
.future ul.card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 70px;
}
.future .card figure {
  overflow: hidden;
}
.future .card .title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: 500;
}
.future .card a {
  display: block;
}
.future .card a .arrow_circle {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFF;
  background-color: #f4901e;
  transition: all .3s;
}
.future .card a:hover .arrow_circle {
  border-color: #f4901e;
  color: #f4901e;
  background-color: #FFF;
}
.future .card img {
  transition: all .3s;
}
.future .card a:hover figure > img {
  transform: scale(1.1, 1.1);
}
.about {
  background-image: url(../images/bg_about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about > .inner {
  position: relative;
  height: auto;
}
.about > .inner:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.about .wrap {
  background: rgba(255, 255, 255, 0.85);
  padding: 50px;
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about h2.title {
  text-align: left;
}
.about h2.title:before {
  left: 0;
  transform: none;
}
.interview {
  position: relative;
}
.interview > .inner {
  max-width: 1130px;
}
.interview .btn_wrap {
  margin-top: 60px
}
.interview:before {
  background-color: #ffffff;
  content: "";
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
}
.voice_slide {
  margin: 0 50px;
}
.voice_slide li {
  margin: 0 20px;
}
.voice_slide li a {
  background-color: #FFF;
  display: block;
}
.voice_slide li a > .description_box {
  position: relative;
  padding-top: calc(66.6% + 2.8em);
}
.voice_slide a .arrow_circle {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #f4901e;
  background-color: #FFF;
  border-color: #f4901e;
  transition: all .3s;
}
.voice_slide a:hover .arrow_circle {
  border-color: #f4901e;
  color: #FFF;
  background-color: #f4901e;
}
.voice_slide li figure {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.voice_slide img {
  transition: all .3s;
}
.voice_slide a:hover figure > img {
  transform: scale(1.1, 1.1);
}
.voice_slide .description {
  font-family: "Noto Serif JP", serif;
  padding: 0 15px;
  position: absolute;
  bottom: 2em;
  width: 100%;
  height: 2em;
}
.voice_slide .description span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 8px;
  line-height: 2.5;
  background-color: #f4901e;
  color: #FFF;
}
.voice_slide .name {
  font-size: 1.2em;
  font-weight: 700;
  padding: 30px 15px 5px;
}
.voice_slide .tag {
  padding: 0 15px 15px;
  font-size: 0.8em;
}
.voice_slide .tag > span {
  border: 1px solid #333;
  border-radius: 15px;
  padding: 2px 15px;
}
.voice_slide .slick-prev, .voice_slide .slick-next {
  color: #333;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev {
  border: 2px solid currentColor;
  border-right: 0;
  border-top: 0;
  transform: translateX(-25%) rotate(45deg);
}
.slick-next {
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
}
.news dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.news dt, .news dd {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}
.news dt {
  width: 20%;
  text-align: center;
}
.news dd {
  width: 80%;
}
.news .btn_wrap {
  margin-top: 25px;
}
/*------------------------------------------------------------
	guideline　募集要項
------------------------------------------------------------*/
.guideline {}
.guideline table {
  border-collapse: collapse;
  border: 2px solid #CCC;
  table-layout: fixed;
}
.guideline th, .guideline td {
  border: 1px solid #CCC;
  text-align: center;
  padding: 10px;
}
.guideline th {
  background-color: #f1f1f1;
}
.guideline .price td {
  padding-right: 16%;
  text-align: right;
}
.guideline .price_total {
  border: 2px solid #CCC;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.guideline .price_total > span {
  margin-right: 1em;
}
.req .wrap, .exam .wrap {
  padding: 10px;
  border: 1px solid #CCC;
  margin-left: 1em;
}
.req .wrap + h4, .exam .wrap + h4 {
  margin-top: 30px;
}
.flow_list {}
.flow .flow_list p + p {
  margin: 0;
}
.flow .flow_list p + a.btn_primary {
  margin-top: 25px;
  margin-left: calc(50% - 160px);
}
.flow_item {
  position: relative;
  margin-left: 25px;
  border-left: 2px solid #777;
  padding-bottom: 25px;
}
.flow_icon {
  background-color: #feae15;
  border-radius: 50%;
  position: absolute;
  font-size: 2em;
  color: #FFF;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  left: -30px;
  top: -7px;
}
.flow_title {
  background-color: #ffd578;
  padding: 5px 5px 5px 40px;
  font-size: 1.4em;
}
.flow_text {
  margin: 15px 15px 15px 50px;
}
.flow_text .picture {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.flow_text figure {
  max-width: 200px;
  float: left;
}
.flow_text > .wrap {
  background-color: #fff2cc;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 15px;
}
/*------------------------------------------------------------
	work　カワイ調律師の仕事
------------------------------------------------------------*/
.future ol li::marker, .future ol .subtitle {
  font-size: 1.4em;
}
.future ol li::marker {
  color: #f4901e;
}
.future ol .subtitle {
  background-color: #fff2cc;
  padding: 0 10px;
}
.future ol .note {
  text-align: right;
}
.future ol li:not(:first-child) {
  margin-top: 20px;
}
.future ol li p > a {
  display: inline-block;
}
.future .banner-interview{
	    margin: 1rem auto;
    max-width: 455px;
    display: block;
	transition:0.3s;
}
.future .banner-interview img {
	transition:0.3s;
}
.future .banner-interview img:hover {
	opacity:0.6;
}
.exschedule .schedule_wrap {
  display: flex;
  gap: 25px;
}
.exschedule .schedule_list {
  flex: 1;
}
.exschedule .schedule_text {
  width: 250px;
}
.exschedule .schedule_text dt {
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0.5em;
  font-size: 0.9em;
}
.exschedule .schedule_text dt:not(:first-of-type) {
  margin-top: 10px;
}
.exschedule .schedule_text dd {
  font-size: 0.8em;
  margin-top: 5px;
}
.career .career_item {
  display: flex;
  gap: 1em;
}
.career .career_item:not(:first-of-type) {
  margin-top: 30px;
}
.career figure {
  width: 200px;
}
.career dl {
  flex: 1;
}
.career dt {
  color: #e21b16;
  font-size: 1.2em;
  margin-bottom: 5px;
}
/*------------------------------------------------------------
	curriculum　学園カリキュラム
------------------------------------------------------------*/
.scene ul.card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px 10px;
}
.process .btn_wrap {
  margin-top: 25px;
}
/*------------------------------------------------------------
	voice　先輩調律師の声
------------------------------------------------------------*/
.voice ul.card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px 10px;
}
.voice ul.card a p {
  text-align: center;
  padding: 10px;
  border: 1px solid #B5A79F;
}
.voice ul.card a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  transition: 0.5s;
}
.voice ul.card a:hover:after {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(0, 0, 0, .3);
}
.voice_detail h3 {
  border: none;
  display: block;
}
.voice_detail ul {
  padding: 0;
}
.voice_detail .note {
  color: #999;
  font-size: 0.8em;
  margin-top: 40px;
}
.voice_detail figure {
  max-width: 400px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.voice_detail_link li {
  margin-right: 5px;
  padding-bottom: 1px;
}
.voice_detail_link a {
  text-decoration: none;
  position: relative;
  color: #534741;
}
.voice_detail_link a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  transition: 0.5s;
}
.voice_detail_link a:hover:after {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(0, 0, 0, .3);
}
.voice_detail_link p {
  font-size: 0.8em;
  text-align: center;
  line-height: 2em;
  border: 1px solid #CCC;
}
/*------------------------------------------------------------
	faq　よくある質問
------------------------------------------------------------*/
.faq_list {
  font-size: 1.3em;
}
.question {
  border-bottom: solid 2px #F4901E;
  display: inline-block;
}
.question > span, .answer > span {
  font-size: 1.4em;
}
.question > span {
  color: #e21b16;
}
.answer {
  margin-left: 1em;
  margin-top: 10px;
}
.question:not(:first-child) {
  margin-top: 40px;
}
/*------------------------------------------------------------
	news　お知らせ詳細ページ
------------------------------------------------------------*/
.news_detail {
  border-top: 5px solid #F4901E;
}
.news_detail h2 {
  text-align: center;
  margin: 40px 0;
  color: #F4901E;
  font-size: 2em;
}
.news_detail h2 + img.photo {
  margin: 0 auto 40px;
}
.news_detail .textarea > .photo {
  margin: 20px auto;
  max-width: 100%;
  width: 100%;
}
.news_detail .btn_wrap {
  margin-top: 20px;
}
/*------------------------------------------------------------
	ハンバーガーメニュー
------------------------------------------------------------*/
header .btn_header_nav {
  width: 60px;
  height: 60px;
  z-index: 100;
  cursor: pointer;
  transition: all 400ms;
  background-color: #F4901E;
}
header .btn_header_nav > div {
  position: relative;
  height: 26px;
  width: 30px;
  margin: 17px 15px;
}
header .btn_header_nav span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header .btn_header_nav span:nth-child(1) {
  top: 0;
}
header .btn_header_nav span:nth-child(2) {
  top: 12px;
}
header .btn_header_nav span:nth-child(3) {
  top: 24px;
}
header .btn_header_nav.open span:nth-child(1) {
  background: #FFF;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .btn_header_nav.open span:nth-child(2), header .btn_header_nav.open span:nth-child(3) {
  top: 12px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_header_nav {
  display: none;
}
/*------------------------------------------------------------
	900px以下
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .smart {
    display: block;
  }
  .inner {
    width: 90%;
  }
  .btn_primary {
    font-size: 1rem;
    justify-content: center;
    padding: 10px 25px;
  }
  /*  .btn_primary > span:not([class]) {
    flex: 1;
  }*/
  header {
    height: 60px;
    width: 100%;
  }
  header.top {
    position: absolute;
  }
  .top .header_top, .top .btn_header_nav {
    background-color: transparent;
    box-shadow: none;
  }
  .top .header_top.fixed {
    background-color: transparent;
    border-color: transparent;
    transition-duration: 1s;
  }
  .top .btn_header_nav.open {
    background-color: #F4901E;
  }
  .top .header_banner.open {
    visibility: visible !important;
  }
  .top .header_top .logo img {
    filter: brightness(0) invert(1);
  }
  .top .header_top .header_banner {
    visibility: hidden;
  }
  .header_top {
    z-index: 10;
    background-color: rgba(254, 244, 232, 0.85);
    position: relative;
    border-bottom: 1px solid #ccc;
    /*box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);*/
  }
  .header_top.fixed {
    background-color: rgba(254, 244, 232, 0.85);
  }
  .top .header_top {
    border-bottom: none;
  }
  .top .header_top.scroll, .top .header_top.open {
    /*box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);*/
    background-color: rgba(254, 244, 232, 0.85);
    border-bottom: 1px solid #ccc;
    transition-duration: 1s;
  }
  .top .header_top.scroll .logo img, .top .header_top.open .logo img {
    filter: none;
  }
  .top .header_top.scroll .btn_header_nav {
    background-color: #F4901E;
    transition-duration: 1s;
  }
  .top .header_top.scroll .header_banner {
    visibility: visible;
  }
  .header_top > .inner, footer > .inner, .header_nav {
    width: 100%;
  }
  .logo img {
    height: 60px;
  }
  .header_banner {
    margin: 0;
    gap: 0;
  }
  .header_banner a, .header_banner a:hover {
    border: none;
    background-color: transparent;
    color: #333;
    flex-flow: column;
    height: 60px;
    border-left: 1px solid #ccc;
    border-radius: 0;
    justify-content: center;
    padding: 0 10px;
    transition: none;
  }
  .header_banner a:hover {
    background-color: transparent;
    color: #f4901e;
  }
  .header_banner .icon > img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(24%) saturate(6245%) hue-rotate(222deg) brightness(89%) contrast(116%);
    width: 30px;
  }
  .header_banner a span:not([class]) {
    font-size: 0.8em;
    line-height: 1;
    text-align: center;
  }
  .header_nav_list li + li:before, .footer_nav_list li + li:before {
    display: none;
  }
  header nav a:hover, footer nav a:hover {
    text-decoration: none;
  }
  .header_nav_list, .footer_nav_list, .exschedule .schedule_wrap, .career .career_item, .flow_text .picture {
    flex-flow: column;
  }
  .header_nav_list, .footer_nav_list {
    margin: 0;
  }
  .header_nav_list a, .footer_nav_list a {
    margin: 0;
    display: block;
    padding: 12px;
  }
  .header_nav_list > li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
    position: relative;
    font-size: 1rem;
    padding: 20px 0;
    line-height: 1.2;
  }
  .header_nav_list > li a:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
  }
  .header_nav_list > li a:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f4901e;
    border-right: 2px solid #f4901e;
    transform: rotate(45deg);
  }
  .header_nav_list .here a {
    color: #FFF;
  }
  .nav_sns {
    padding: 50px 1em;
  }
  .nav_sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 0.5em 2em;
    gap: 1.2em;
    width: 180px;
    margin: auto;
  }
  .nav_sns img {
    height: 1.3rem;
  }
  .footer_nav_list a {
    border-bottom: 1px solid #f4901e;
  }
  .reason h2.title, .about h2.title, .interview h2.title, .news h2.title {
    font-size: 1.6em;
  }
  article > h2 {
    font-size: 1.8em;
    padding: 0;
    height: auto;
    background-position: right;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  article > h2 > span {
    width: 100%;
  }
  .hero {
    background-image: url(../images/bg_hero_sp.jpg);
    height: auto;
    padding-top: 120.4%;
    position: relative;
  }
  .catch {
    position: absolute;
    top: 83%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 7vw;
  }
  .reason_list {
    display: block;
    margin-top: 70px;
  }
  .reason_item {
    padding: 15px;
  }
  .reason_item:not(:first-child) {
    margin-top: 35px;
  }
  .reason_item .summry {
    margin-bottom: 0;
  }
  .reason_item:nth-child(1) .summry > span.large {
    margin-left: 0.3em;
  }
  .reason_item:nth-child(3) .summry > span:not([class]) {
    margin-right: 0.3em;
  }
  .reason_item .summry span.large > span {
    font-size: 1.05em;
  }
  .about {
    background-size: 150%;
    background-position: top;
  }
  .about > .inner:before {
    padding-top: 50%;
  }
  .about > .inner {
    position: static;
  }
  .about .wrap {
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 50px 20px 100px;
    transform: none;
  }
  .about h2.title, .about .wrap > p {
    text-align: center;
  }
  .about h2.title:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .interview:before {
    display: none;
  }
  .voice_slide .slick-prev, .voice_slide .slick-next {
    top: 100%;
    margin-top: 20px;
    background-color: #999;
  }
  .voice_slide .slick-prev {
    left: 0;
  }
  .voice_slide .slick-arrow {
    background-color: red;
  }
  .voice_slide .slick-next {
    right: 0px;
  }
  .voice_slide {
    margin: 0 -5%;
  }
  .voice_slide li {
    margin: 0px 5px;
  }
  .interview .btn_wrap {
    margin-top: 90px;
  }
  .news .inner {
    width: 100%;
  }
  .news_detail h2 {
    font-size: 1.6rem;
  }
  .news_detail .textarea {
    width: 100%;
  }
  .exschedule .schedule_text, .news_detail .textarea .btn_primary, .career figure {
    width: 100%;
  }
  .future ol .note {
    text-align: left;
  }
  .career .career_item {
    border-bottom: 2px solid #CCC;
    padding-bottom: 30px;
  }
  .career figure > img, .flow_text figure {
    margin: auto;
  }
  .career dt {
    text-align: center;
  }
  .exschedule .schedule_text dt {
    color: #e21b16;
    font-size: 1.2em;
  }
  .exschedule .schedule_text dd {
    font-size: 1rem;
  }
  .guideline table {
    table-layout: auto;
  }
  .guideline .price td {
    padding: 10px;
  }
  .flow_text {
    margin: 1em 2em;
  }
  .flow .flow_list p + a.btn_primary {
    margin-left: calc(50% - 117px);
  }
  .voice ul.card a:after {
    display: none;
  }
  .voice_detail figure {
    float: none;
    margin: 0 auto 30px;
  }
  .faq_list {
    font-size: 1rem;
  }
  .req .wrap, .exam .wrap {
    padding: 0;
    border: none;
  }
  .req .wrap ul, .exam .wrap ol {
    padding-left: 1em;
    margin: 0;
  }
  header .btn_header_nav {
    display: block;
  }
  header h1 {
    margin-right: auto;
    margin-left: 10px;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 60px;
    transition: .3s;
  }
  header nav.open {
    right: 0;
  }
  .header_banner > li {
    height: 60px;
  }
  .header_nav_list {
    width: 100%;
    right: 0;
    position: absolute;
    justify-content: flex-start;
    background-color: #F4901E;
    padding: 0 5%;
  }
}