* {
  box-sizing: border-box;
}
html,
body {
  line-height: 1.8;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho,
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 21px;
  font-size: 2.1rem;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
h3 {
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 1px;
  color: #aa3c1e;
  line-height: 1.4;
}
.color-red {
  color: #aa3c1e;
}
.for-tab,
.for-sp {
  display: none !important;
}
.flexed {
  display: flex;
  display: -webkit-flex;
}
.wrapper {
  padding: 120px 0;
}
.container {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 950px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
}
.text-center {
  text-align: center;
}

.head-line {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 9;
}
.head-line::before {
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #000;
  top: 25px;
  left: 0;
  position: absolute;
}
.head-line h2 {
  font-size: 3.6rem;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
  z-index: 9;
  line-height: 1.4;
  background: inherit;
}
.head-line h2::after {
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: calc(50% + 2.5px);
  position: absolute;
  z-index: -1;
}
.head-line p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #aa3c1e;
  padding: 0 20px;
  border-left: 2px solid #aa3c1e;
  border-right: 2px solid #aa3c1e;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}
.font-gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.page-bg {
  background: url("../images/common/page-title.png") no-repeat top center;
  background-size: contain;
}
.page-title {
  text-align: center;
  width: 100%;
  padding: 6vw 0;
}
.page-title h1 {
  font-size: 4.1rem;
}
.line-1 {
  line-height: 1;
}
.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.font-23 {
  font-size: 2.3rem;
}
.mt-30 {
  margin-top: 30px;
}
.text-b {
  font-weight: bold;
  font-size: 4.7rem !important;
  margin-bottom: 40px !important;
  letter-spacing: 4px !important;
  line-height: 1.3 !important;
}
/* header */
header {
  background: #fff;
}
header .mobile-head {
  width: 100%;
  border-top: 10px solid #aa3c1e;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 99999999;
  padding-top: 15px;
}
header .flexed {
  align-items: center;
  justify-content: space-between;
}
header .site-title h1,
header .site-title p {
  display: inline-block;
  vertical-align: middle;
}
header .site-title h1 {
  font-size: 0;
}
header .site-title h1 img {
  width: 300px;
}
header .site-title p {
  border: 1px solid #aa3c1e;
  color: #aa3c1e;
  padding: 10px 15px;
  font-size: 2rem;
}
header .recruit_bnr {
  width: 230px;
}
#nav-toggle {
  display: none;
}
header nav {
  margin: 15px 0;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  font-size: 1.8rem;
}
header nav ul li i {
  font-size: 1.4rem;
}
header nav ul li input {
  display: none;
}
header nav > li > label:hover {
  cursor: pointer;
}
header.fixed {
  border-bottom: 1px solid #f1f1f1;
}
header:not(.fixed) nav > ul > li:first-child {
  display: none;
}
header.fixed .mobile-head {
  padding-top: 0;
}
header.fixed nav ul li:first-child img {
  width: 130px;
}
header.fixed .site-title,
header.fixed .recruit_bnr {
  display: none;
}
header nav ul li ul {
  display: none;
  background: #fff;
  bottom: -160px;
  position: absolute;
  z-index: 999;
}
header nav ul li ul li a {
  padding: 10px;
  width: 200px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
}
header nav ul li ul li:last-child a {
  border-bottom: 0;
}
@media screen and (min-width: 620px) {
  header nav ul > li:hover > ul {
    display: block;
  }
}
/* footer */
footer {
  margin-top: 100px;
  background: #aa3c1e;
  padding-bottom: 20px;
  position: relative;
}
footer::before {
  content: "";
  background: #aa3c1e;
  display: inline-block;
  width: 50%;
  height: 120px;
  border-radius: 50% / 100% 100% 0 0;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 9;
}
footer .logo {
  width: 200px;
  margin: auto;
  position: relative;
  z-index: 9;
}
footer nav ul {
  margin-top: 40px;
  justify-content: space-between;
}
footer ul li a {
  font-size: 1.6rem;
  color: #fff;
}
footer .bottom-info {
  margin-top: 30px;
  justify-content: space-between;
}
footer .carrier ul:first-child {
  margin-bottom: 20px;
}
footer .carrier ul li:first-child {
  background: #fff;
  color: #aa3c1e;
  padding: 5px 0;
  text-align: center;
  font-size: 1.6rem;
  width: 140px;
  margin-right: 20px;
}
footer .carrier ul li.slash::after {
  content: "/";
  margin: 0 10px;
  color: #fff;
}
.footer-recruit_bnr {
  width: 270px;
}
.to-top {
  bottom: 40px;
  right: 40px;
  position: fixed;
  z-index: 999;
}
.to-top a {
  font-size: 4.6rem;
  color: #aa3c1e;
}

/* =============================================
== top
============================================= */

/* main-slide */
#main-top #slide {
  position: relative;
}
#main-top #slide::before,
#main-top #slide::after {
  content: "";
  height: 100%;
  width: 300px;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
}
#main-top #slide::before {
  left: 0;
}
#main-top #slide::after {
  right: 0;
}
#main-top #slide .slide-arrow {
  color: #fff;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 60px;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
}
#main-top #slide .prev-arrow {
  left: 120px !important;
}
#main-top #slide .next-arrow {
  right: 120px !important;
}
/* top-intro */
#main-top #intro {
  background: url("../images/top/intro-bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 20px 0 60px;
  position: relative;
}
#main-top #intro::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 50%;
  height: 120px;
  border-radius: 50% / 100% 100% 0 0;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 9;
}
#main-top #intro #intro01 {
  position: relative;
  z-index: 9999;
  margin-bottom: 100px;
}
#main-top #intro #intro01 h3 {
  text-align: center;
  font-size: 4.4rem;
  margin-bottom: 40px;
}
#main-top #intro #intro01 p {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
}
#main-top #intro #intro02 .flexed {
  flex-flow: row-reverse;
  justify-content: space-between;
}
#main-top #intro #intro02 .left {
  width: 55%;
}
#main-top #intro #intro02 .right {
  width: 40%;
  margin-top: 56px;
}
#main-top #intro #intro02 h3 {
  margin-bottom: 15px;
}
/* top-curriculum */
#main-top #curriculum section {
  margin: 100px 0;
}
#main-top #curriculum section:last-child {
  margin-bottom: 0;
}
#main-top #curriculum01 {
  position: relative;
}
#main-top #curriculum01 .left {
  width: 55%;
}
#main-top #curriculum01 .right {
  width: 40%;
  right: 0;
  top: 0;
  position: absolute;
}
#main-top #curriculum01 h3 {
  margin-bottom: 15px;
}
#main-top #curriculum02 .flexed {
  justify-content: space-between;
}
#main-top #curriculum02 article {
  width: 30%;
  text-align: center;
  background: #f1f1f1;
}
#main-top #curriculum02 article p {
  font-size: 2.4rem;
  padding: 10px 0;
}
#main-top #curriculum03 .flexed {
  justify-content: space-around;
}
#main-top #curriculum03 article {
  width: 25%;
  text-align: center;
}
#main-top #curriculum03 article img {
  width: 70%;
  margin: auto;
}
#main-top #curriculum03 article p {
  font-size: 2.4rem;
  padding: 10px 0;
}
#main-top #curriculum03 .modal_btn {
  cursor: pointer;
}
#main-top #curriculum03 .modal_btn:hover {
  opacity: 0.8;
}
#main-top #curriculum04 .curriculum-slider {
  margin-top: 30px;
}
#main-top #curriculum04 article {
  margin: 0 20px;
}
#main-top #curriculum04 article h4 {
  color: #fff;
  font-size: 2.2rem;
  background: #aa3c1e;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  line-height: 1;
}
#main-top #curriculum04 article h4 span {
  font-size: 1.4rem;
  line-height: 1;
}
#main-top #curriculum04 .slide-arrow {
  color: #aa3c1e;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 40px;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
}
#main-top #curriculum04 .slide-arrow:hover {
  opacity: 0.8;
}
#main-top #curriculum04 .prev-arrow {
  left: -20px !important;
}
#main-top #curriculum04 .next-arrow {
  right: -20px !important;
}
#main-top #curriculum04 article .detail {
  padding: 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#main-top #curriculum04 article .sub-title {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #aa3c1e;
  border-bottom: 1px solid #aa3c1e;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 20px 0;
}
#main-top #curriculum05 .flexed {
  flex-wrap: wrap;
  background: url("../images/top/curriculum05-bg.jpg") no-repeat center center;
  background-size: contain;
  margin-top: 20px;
}
#main-top #curriculum05 article {
  width: 50%;
  padding: 33px;
}
#main-top #curriculum05 article h4 {
  text-align: center;
  color: #aa3c1e;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
#main-top #curriculum05 article p {
  font-size: 1.6rem;
}
#main-top #price {
  margin-bottom: 100px;
}
#main-top #price a {
  width: 80%;
  margin: auto;
  display: block;
}
/* top-contact */
#main-top #contact {
  width: 70%;
  margin: auto;
}
#main-top #contact #contact01 {
  width: 80%;
  margin: auto;
}
#main-top #contact .flexed {
  justify-content: space-between;
}
#main-top #contact .flexed article {
  width: 47%;
}
#main-top #contact .flexed article h3 {
  background: #aa3c1e;
  color: #fff;
  padding: 8px 0;
  font-size: 2rem;
  text-align: center;
}

#main-top #contact .flexed article table {
  border-collapse: separate;
  border-spacing: 0px 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 828px) and (max-width: 1180px) {
  #main-top #contact .flexed article table {
    font-size: 1.5vw;
  }
}
#main-top #contact .flexed article table th,
#main-top #contact .flexed article table td {
  border-top: 1px solid #aa3c1e;
  border-bottom: 1px solid #aa3c1e;
}
#main-top #contact .flexed article table th {
  color: #aa3c1e;
  position: relative;
  padding: 0 15px;
}
#main-top #contact .flexed article table th::after {
  content: "";
  height: 80%;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #aa3c1e;
  position: absolute;
}
#main-top #contact .flexed article table td {
  padding: 14px 15px;
}
#main-top #contact .taiken {
  margin: 30px auto;
}
#main-top #contact .taiken span {
  font-size: 1.2rem;
}
/* モーダルウィンドウ全体のレイアウト（画面いっぱいに表示） */
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.c-modal_bg {
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  width: 100%;
}
.c-modal_content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.c-modal_content._sm {
  width: 30%;
}
.c-modal_content._md {
  width: 50%;
}

.c-modal_content._lg {
  width: 70%;
}
.c-modal_content_inner {
  position: relative;
  padding: 24px;
}
.c-modal_close {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 4rem;
}
/* =============================================
== price
============================================= */
#main-price #intro {
  padding-top: 5vw;
}
#main-price #intro .box {
  border: 1px solid #aa3c1e;
  padding: 20px;
  text-align: center;
  background: #fff;
}
#main-price #intro .box h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #aa3c1e;
}
#main-price #intro .box p {
  font-size: 3rem;
}
#main-price #intro .text-right {
  text-align: right;
}
#main-price #flow article {
  border: 1px solid #aa3c1e;
}
#main-price #flow article:not(:last-child) {
  margin-bottom: 30px;
}
#main-price #flow article .title {
  padding: 20px;
  color: #fff;
  background: #aa3c1e;
  width: 40%;
  font-size: 3rem;
}
#main-price #flow article .title div {
  display: table;
  height: 100%;
}
#main-price #flow article .title p {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
#main-price #flow article .title span {
  margin-right: 30px;
  position: relative;
}
#main-price #flow article .title span::after {
  content: "";
  height: calc(100% + 50px);
  width: 1px;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  background: #fff;
  position: absolute;
}
#main-price #flow article .detail {
  width: 60%;
  padding: 20px;
}
#main-price #flow article .detail small {
  line-height: 1;
}
#main-price #price .intro {
  margin-bottom: 40px;
  margin-top: -10px;
}
#main-price #price .intro h3 {
  font-size: 3.9rem;
}
#main-price #price .intro p {
  font-size: 2.7rem;
}
#main-price #price .flexed {
  justify-content: space-between;
}
#main-price #price .flexed article {
  width: 30%;
  background: #dfb2a7;
  text-align: center;
  padding: 10px 0 20px;
}
#main-price #price .flexed article .price span {
  font-size: 5.3rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho,
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main-price #price .box a {
  margin-top: 100px;
  text-align: center;
  padding: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  border: 3px solid #aa3c1e;
  display: block;
  position: relative;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}
#main-price #price .box a::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #aa3c1e;
  position: absolute;
}
#main-price #lesson {
  position: relative;
}
#main-price #lesson .head-line {
  top: -25px;
  width: 100%;
  position: absolute;
}
#main-price #lesson .detail {
  font-size: 3.4rem;
  text-align: center;
  top: calc(50% + 27px);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 99999;
  left: 8%;
}
#main-price #lesson .link_btn {
  width: 500px;
  margin: 20px auto 0;
}

/* =============================================
== company
============================================= */
#main-company #intro {
  padding-top: 5vw;
}
#main-company table {
  font-size: 0;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
#main-company table th {
  font-size: 2.2rem;
  padding: 10px 0;
  width: 150px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: top;
}
#main-company table td {
  font-size: 2.2rem;
  padding: 10px 0 10px 40px;
}

/* =============================================
== education
============================================= */
#main-education .chart {
  margin-top: 30px;
}
#main-education .chart article {
  margin-left: 50px;
  padding: 50px 0 50px 120px;
  border-left: 1px solid #aa3c1e;
  border-bottom: 1px dashed #aa3c1e;
  position: relative;
}
#main-education .chart article:first-child {
  padding-top: 0;
}
#main-education .chart article:last-child {
  border-bottom: 0;
}
#main-education .chart article .day {
  text-align: center;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #aa3c1e;
  left: -70px;
  top: 50px;
  color: #fff;
  font-size: 3rem;
  padding-top: 40px;
  position: absolute;
}
#main-education .chart article:first-child .day {
  top: 0;
}
#main-education .chart article .day p {
  line-height: 1;
}
#main-education .chart article .left {
  width: 300px;
}
#main-education .chart article .right {
  width: calc(100% - 300px);
  padding: 0 30px;
}
#main-education .chart article .bottom {
  margin-top: 20px;
}
#main-education .chart article .bottom p {
  display: inline-block;
  vertical-align: top;
  padding: 2px 0;
}
#main-education .chart article .bottom .label {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #aa3c1e;
}
#main-education .middle .box {
  margin-bottom: 60px;
  position: relative;
}
#main-education .middle .box::after {
  content: "";
  height: 60px;
  width: 1px;
  background: #aa3c1e;
  left: 45px;
  bottom: -65px;
  position: absolute;
}
#main-education .middle .double-border {
  width: 100%;
  border: 5px solid #aa3c1e;
  padding: 28px 38px;
  font-size: 2.5rem;
  background: #fff;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
#main-education .middle .bg-red::after {
  bottom: -60px;
  left: 50px;
}
#main-education .middle .double-border::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #aa3c1e;
  position: absolute;
}
#main-education .middle .bg-red {
  display: inline-block;
  padding: 5px 20px;
  background: #aa3c1e;
  color: #fff;
}
#main-education .list article {
  padding: 60px 30px;
  border-top: 1px solid #aa3c1e;
  border-right: 1px dashed #aa3c1e;
  position: relative;
  flex: 1;
}
#main-education .list article:first-child {
  padding-left: 0;
}
#main-education .list article:last-child {
  padding-right: 0;
  border-right: 0;
}
#main-education .list article h4 {
  padding: 8px 0;
  color: #aa3c1e;
  border: 1px dashed #aa3c1e;
  background: #fff;
  text-align: center;
  top: -20px;
  width: calc(100% - 60px);
  position: absolute;
}
#main-education .list article:first-child h4,
#main-education .list article:last-child h4 {
  width: calc(100% - 30px);
}
#main-education .list article .color-red {
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 20px 0;
}
#main-education #job {
  position: relative;
}
#main-education #job .box {
  text-align: center;
  padding: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}
#main-education #job .box h3 {
  position: relative;
  margin-bottom: 12px;
}
#main-education #job .box h3::after {
  content: "";
  height: 3px;
  width: 20px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: #aa3c1e;
  position: absolute;
}
#main-education #job .box .sub-title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#main-education #job .box .text {
  font-size: 3rem;
  margin-bottom: 20px;
}
#main-education #job .box a {
  font-size: 3rem;
  border: 2px solid #aa3c1e;
  padding: 10px 40px;
  font-weight: bold;
}
#main-education + footer {
  margin-top: 0;
}
/* =============================================
== recruit
============================================= */
#main-recruit h1 {
  font-size: 0;
}
#main-recruit .head-line {
  top: -25px;
  width: 100%;
  position: absolute;
}
#main-recruit #intro .container {
  padding-left: 20vw;
}
#main-recruit #intro h3 {
  margin-bottom: 40px;
}
#main-recruit #education,
#main-recruit #interview,
#main-recruit #information {
  margin-bottom: 120px;
  position: relative;
}
#main-recruit .detail {
  font-size: 3.4rem;
  text-align: center;
  top: calc(50% + 27px);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 9999;
}
#main-recruit #education .detail,
#main-recruit #information .detail {
  right: 8vw;
}
#main-recruit #interview .detail {
  left: 8vw;
}
#main-recruit .detail .link_btn {
  width: 500px;
  margin: 20px auto 0;
}
/* =============================================
== job
============================================= */
#main-job #list article,
#main-job #content article {
  width: 100%;
  padding: 10px;
  background: url("../images/common/content-bg.gif") center center;
  position: relative;
}
#main-job #list article .label,
#main-job #content article .label {
  width: 150px;
  top: -42.19px;
  right: 0;
  position: absolute;
}
#main-job #list article .label.part,
#main-job #content article .label.part {
  width: 270px;
  top: -42px;
}
#main-job #list article .box,
#main-job #content article .box {
  padding: 20px;
  background: #fff;
}
#main-job #list article:not(:last-child) {
  margin-bottom: 80px;
}
#main-job #list article .box h3 {
  font-size: 2.4rem;
}
#main-job #list article .box .photo {
  width: 30%;
}
#main-job #list article .box .right-content {
  width: 70%;
}
#main-job #list article .box .right-content h4 {
  background: #aa3c1e;
  color: #fff;
  padding: 7px 20px;
}
#main-job #list article .box .right-content .left {
  width: 60%;
  padding: 10px;
  border-right: 1px dashed #aa3c1e;
}
#main-job #list article .box .right-content .right {
  width: 40%;
  padding: 10px;
}
#main-job #list article .box .right-content .right p:not(.color-red) {
  font-size: 1.6rem;
}
#main-job #list article .box .link_btn,
#main-job #content article .box .link_btn {
  justify-content: space-between;
  margin-top: 20px;
}
#main-job #list article .box .link_btn a {
  display: block;
  width: 46%;
  background: #dfb2a7;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
#main-job #content h3 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#main-job #content article .box .innner {
  width: 80%;
  margin: auto;
}
#main-job #content article .box table {
  width: 100%;
  font-size: 2rem;
  margin: 20px 0;
}
#main-job #content article .box table th {
  padding: 10px 0;
  width: 145px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: top;
}
#main-job #content article .box table td {
  padding: 10px 20px;
}
#main-job #content article .box .link_btn a {
  width: 46%;
}

#litalico img{
  width: 100%;
  margin: auto;
  display: block;
}

/* =============================================
== staff
============================================= */
#main-staff #list .flexed {
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-staff #list article {
  width: 48%;
  margin-bottom: 30px;
  transition: all 0.5s;
}
/* =============================================
== interview
============================================= */
#main-interview #intro {
  padding-top: 120px;
  position: relative;
}
#main-interview #intro::before {
  content: "";
  width: 30px;
  height: 100%;
  top: 170px;
  left: 0;
  background: url("../images/common/content-bg.gif") center center;
  position: absolute;
}
#main-interview #intro .box {
  width: 100%;
  position: relative;
}
#main-interview #intro .box img {
  width: 70%;
  display: block;
  margin: auto;
}
#main-interview #intro .catchphrase {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 3.3rem;
}
#main-interview .name {
  background: url("../images/common/content-bg.gif") center center;
  padding: 20px;
  height: 200px;
  width: 200px;
  text-align: center;
  bottom: 20px;
  right: 80px;
  position: absolute;
  z-index: 1;
}
#main-interview .name::before {
  content: "";
  background: #fff;
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
#main-interview .name .inner {
  width: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
}
#main-interview .name .en {
  text-transform: uppercase;
  font-size: 1.4rem;
}

#main-interview #contents {
  position: relative;
}
#main-interview #contents::before {
  content: "";
  width: 30px;
  height: 100%;
  top: 300px;
  right: 0;
  background: url("../images/common/content-bg.gif") center center;
  position: absolute;
}
#main-interview .left {
  width: 40%;
  max-width: 600px;
  height: 100px;
  position: absolute;
}
#main-interview .right {
  width: 55%;
  float: right;
}
#main-interview .right .box:not(:last-child) {
  margin-bottom: 30px;
}
#main-interview .question {
  font-size: 2.5rem;
}
#main-interview .question::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/interview/icon.jpg") no-repeat center center;
  background-size: cover;
  margin-right: 20px;
  display: inline-block;
}
.d-inlineblock {
  display: inline-block;
  width: 100%;
}
#main-interview #others .slide-arrow {
  color: #aa3c1e;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 40px;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
}
#main-interview #others .slide-arrow:hover {
  opacity: 0.8;
}
#main-interview #others .prev-arrow {
  left: -20px !important;
}
#main-interview #others .next-arrow {
  right: -20px !important;
}
#main-interview #others article img {
  width: 80%;
  margin: auto;
  display: block;
}

/* =============================================
== entry
============================================= */
#main-entry table {
  font-size: 2.2rem;
  margin: auto;
  width: 80%;
}
#main-entry table th {
  padding: 10px 0;
  width: 215px;
  min-width: 215px;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: top;
  vertical-align: middle;
}
#main-entry table th .required {
  color: #aa3c1e;
  margin-left: 5px;
}
#main-entry table td {
  padding: 10px 0 10px 40px;
}
#main-entry table td input[type="text"],
#main-entry table td input[type="email"],
#main-entry table td input[type="tel"],
#main-entry table td select {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}
#main-entry table td label {
  margin-right: 20px;
}
#main-entry table td .item {
  padding: 0 10px;
  align-items: flex-end;
}
#main-entry table td .flexed .item:first-of-type {
  padding-left: 0;
}
#main-entry table td #postcode {
  margin-bottom: 10px;
  width: 50%;
}
#main-entry .submit-btn,
#main-entry .back-btn {
  text-align: center;
  margin: 30px;
}
#main-entry .submit-btn input[type="submit"] {
  background: #dfb2a7;
  padding: 12px 100px;
  transition: all 0.4s;
}
#main-entry .submit-btn input[type="submit"]:hover {
  background: #aa3c1e;
  color: #fff;
}
#main-entry .back-btn input[type="button"],
#main-entry .back-btn a {
  background: #ccc;
  padding: 12px 100px;
  transition: all 0.4s;
}
#main-entry .back-btn input[type="button"]:hover,
#main-entry .back-btn a:hover {
  background: #949494;
  color: #fff;
}
/* experience_btn */
.experience_btn {
  bottom: 5%;
  right: 5%;
  width: 165px;
  position: fixed;
  z-index: 9999;
}
.experience_btn a {
  display: block;
}
/* =============================================
== 無料体験申込み
============================================= */
#main-entry .memo {
  color: #aa3c1e;
  margin: auto;
  width: 80%;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#main-entry table th .required {
  color: #aa3c1e;
  margin-left: 5px;
  font-size: 1.2rem;
  vertical-align: top;
}

#main-entry table td .group:first-child {
  margin-right: 40px;
}
.detail_btn.modal_btn {
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f1f1f1;
  padding: 5px 10px;
}

#main-entry .c-modal_content {
  width: 90%;
  max-width: 700px;
}
#main-entry .c-modal_content article {
  margin: auto;
  background-color: #fff;
  padding: 15px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
#main-entry .c-modal_content article h3 {
  font-size: 2.2rem;
}
#main-entry .c-modal_content article .flexed {
  margin: 20px 0;
}
#main-entry .c-modal_content article .flexed img.appearance {
  width: 47%;
  margin-right: 3%;
}
#main-entry .c-modal_content article table {
  font-size: 1.6rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 20px;
}
#main-entry .c-modal_content article table th,
#main-entry .c-modal_content article table td {
  border-top: 1px solid #aa3c1e;
  border-bottom: 1px solid #aa3c1e;
}
#main-entry .c-modal_content article table th {
  width: 100px;
  color: #aa3c1e;
  min-width: 100px;
  padding: 0 10px;
  position: relative;
}
#main-entry .c-modal_content article table th::after {
  content: "";
  height: 80%;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #aa3c1e;
  position: absolute;
}

#main-entry .c-modal_content article .tel {
  width: 100%;
}
#main-entry .c-modal_content article iframe {
  vertical-align: bottom;
}
#main-entry.application + .experience_btn {
  display: none !important;
}
#main-entry.thanks h2 {
  margin-bottom: 20px;
}
/* =============================================
== レスポンシブ
============================================= */
@media screen and (max-width: 1366px) {
  html {
    font-size: 54.6875%;
  }
  .wrapper {
    padding: 80px 0;
  }
  footer::before {
    top: -60px;
  }
  #main-top #slide::before,
  #main-top #slide::after {
    width: 200px;
  }
  #main-top #curriculum03 article p {
    font-size: 2.3rem;
  }
  .head-line::before {
    top: 23px;
  }
  img.bg {
    top: 23px;
  }
  .facebook_btn {
    width: 250px;
  }
  .price_btn {
    width: 360px;
  }
  #main-recruit .detail .link_btn {
    width: 440px;
  }
  #main-education #job .box {
    width: 80%;
    padding: 25px;
  }
  #main-education #job .box .sub-title {
    font-size: 3.5rem;
  }
  #main-education #job .box .text {
    font-size: 2.2rem;
  }
  #main-education #job .box a {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #main-top #curriculum05 article {
    padding: 20px;
  }
  #main-top #contact #contact01 {
    width: 95%;
  }
  #main-interview #intro .catchphrase {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 58.59375%;
  }
  .for-pc {
    display: none !important;
  }
  .for-tab {
    display: block !important;
  }
  .wrapper {
    padding: 60px 0;
  }
  .head-line::before {
    top: 22px;
  }
  .page-title {
    padding: 80px 0;
  }
  .text-b {
    font-size: 3.4rem !important;
  }
  img.bg {
    top: 22px;
  }
  header .mobile-head {
    border-top: 6px solid #aa3c1e;
  }
  header {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9999999999;
  }
  header .mobile-head {
    height: auto;
    padding: 7px 0 10px;
    position: relative;
  }
  header .site-title h1 img {
    width: 157px;
  }
  header .site-title p {
    font-size: 1.8rem;
  }
  header .recruit_bnr {
    width: 170px;
    margin-right: 60px;
  }
  main {
    margin-top: 83px;
  }
  /* ハンバーガーメニューの初期 */
  /* Toggle Button */
  #nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 60%;
    transform: translate(0, -50%);
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 999999999;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #aa3c1e;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  header nav {
    position: fixed;
    height: 100vh;
    top: calc(-100vh + 80px);
    left: -5%;
    background: rgba(255, 255, 255, 0.9);
    width: 105%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999999;
  }
  header nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    justify-content: center;
  }
  header ul.flexed {
    flex-wrap: wrap;
    text-align: center;
  }
  header nav ul li {
    width: 100%;
    position: static;
  }
  header nav > ul > li:last-child {
    margin-top: 25px;
  }
  header nav ul li a {
    display: inline-block;
    color: #aa3c1e;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 8px 0;
  }
  header nav ul > li .pd {
    display: none;
  }
  header nav ul > li > ul {
    display: block;
    margin-left: initial;
    position: relative;
    max-height: inherit;
    overflow-y: visible;
    bottom: auto;
    background: inherit;
  }
  header nav ul > li > ul li a {
    width: 100%;
    border: 0;
    padding: 8px 0;
  }
  /* #global-nav スライドアニメーション */
  header.open nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  footer::before {
    top: -30px;
  }
  footer nav ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  footer nav ul li {
    margin: 0 15px 10px;
  }
  #main-top #slide::before,
  #main-top #slide::after {
    width: 100px;
  }
  #main-top #slide .slide-arrow {
    font-size: 40px;
  }
  #main-top #slide .prev-arrow {
    left: 40px !important;
  }
  #main-top #slide .next-arrow {
    right: 40px !important;
  }
  #main-top #curriculum section {
    margin: 60px 0;
  }
  #main-top #curriculum02 article p {
    font-size: 2rem;
  }
  #main-top #curriculum03 article {
    width: 30%;
  }
  #main-top #curriculum03 article p {
    font-size: 1.7rem;
  }
  #main-top #curriculum04 article {
    margin: 0 10px;
  }
  #main-top #curriculum04 article h4 {
    font-size: 2rem;
  }
  #main-top #curriculum04 article .sub-title {
    font-size: 1.6rem;
  }
  #main-top #curriculum04 article p:not(.sub-title) {
    font-size: 1.5rem;
  }
  #main-top #curriculum05 article {
    padding: 8px 15px;
  }
  #main-top #curriculum05 article h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #main-top #curriculum05 article p {
    font-size: 1.2rem;
  }
  #main-top #staff .detail {
    right: 7%;
  }
  #main-top #price .detail {
    left: 7%;
  }
  #main-top #staff .detail,
  #main-top #price .detail {
    font-size: 2.4rem;
  }
  #main-top #contact {
    width: 75%;
  }
  #main-top #contact #contact01 {
    width: 100%;
  }
  .facebook_btn {
    width: 220px;
  }
  .price_btn {
    width: 300px;
  }
  #main-top #contact .flexed article table {
    font-size: 1.5rem;
  }
  /* price */
  #main-price #intro .box p {
    font-size: 2rem;
  }
  #main-price #flow article .title {
    font-size: 1.8rem;
  }
  #main-price #flow article .detail p {
    font-size: 1.4rem;
  }
  #main-price #price .intro h3 {
    font-size: 3.2rem;
  }
  #main-price #price .intro p {
    font-size: 2rem;
  }
  #main-price #price .box a {
    font-size: 2.2rem;
  }
  #main-price #lesson .detail .link_btn {
    width: 355px;
  }

  /* education */
  #main-education .chart .flexed {
    flex-wrap: wrap;
  }
  #main-education .chart .top .left img {
    width: 60%;
    margin: auto;
    display: block;
  }
  #main-education .chart article .left {
    width: 200px;
    margin-bottom: 20px;
  }
  #main-education .chart .top .left img {
    width: 100%;
  }
  #main-education .chart article .right {
    width: calc(100% - 200px);
    padding: 0 0 0 15px;
  }
  #main-education #job .box h3,
  #main-education #job .box .sub-title {
    font-size: 2.6rem;
  }
  #main-education #job .box h3 {
    margin-bottom: 10px;
  }
  #main-education #job .box .text {
    font-size: 2rem;
  }
  #main-education #job .box a {
    font-size: 1.8rem;
  }

  /* recruit */
  #main-recruit #intro .container {
    padding-left: 16vw;
  }
  #main-recruit #education .detail,
  #main-recruit #information .detail {
    right: 7%;
  }
  #main-recruit #interview .detail {
    left: 7%;
  }
  #main-recruit #education .detail,
  #main-recruit #interview .detail,
  #main-recruit #information .detail {
    font-size: 2.4rem;
  }
  #main-recruit .detail .link_btn {
    margin-top: 10px;
    width: 300px;
  }

  /* interview */
  #main-interview #intro {
    padding-top: 90px;
  }
  #main-interview #intro .catchphrase {
    margin-top: 80px;
  }
  #main-interview .name {
    height: 180px;
    width: 180px;
    bottom: 165px;
    right: 20px;
  }
  #main-interview .name::before {
    height: 160px;
    width: 160px;
  }
  .experience_btn {
    width: 20vw;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 47.8515625%;
  }
  body {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 2.8rem;
    text-align: center;
  }
  .for-sp-none {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
  .wrapper {
    padding: 35px 0;
  }
  .page-title {
    padding: 20px 0;
  }
  .page-title h1 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .page-title p {
    font-size: 1.5rem;
  }
  .head-line {
    margin-bottom: 20px;
  }
  .head-line::before {
    top: 15px;
  }
  .head-line h2 {
    font-size: 2.75rem;
  }
  .head-line h2 + div {
    line-height: 1;
  }
  .head-line p {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  img.bg {
    top: 19px;
  }
  .font-23 {
    font-size: 2.1rem;
  }
  .mt-30 {
    margin-top: 15px;
  }
  header .site-title {
    text-align: center;
    width: 120px;
  }
  header .site-title h1 img {
    width: 120px;
  }
  header .site-title p {
    font-size: 1rem;
    padding: 3px 7px;
  }
  header .recruit_bnr {
    width: 125px;
  }
  footer::before {
    top: -25px;
    height: 40px;
  }
  .footer-recruit_bnr {
    width: 190px;
    margin: auto;
  }
  footer .logo {
    width: 100px;
  }
  footer .bottom-info,
  footer .carrier .flexed {
    display: block;
    text-align: center;
  }
  footer .carrier {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  footer .carrier ul li:first-child {
    margin: auto;
  }
  footer .carrier ul li.slash::after {
    content: "";
    margin: 0;
  }
  .to-top {
    bottom: 15px;
    right: 15px;
  }
  #main-top #intro #intro01 h3 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  #main-top #intro #intro01 p {
    font-size: 2rem;
  }
  .text-b {
    font-size: 3rem !important;
    margin-bottom: 15px !important;
  }
  #main-top #slide::before,
  #main-top #slide::after {
    width: 0;
    display: none;
  }
  #main-top #slide .slide-arrow {
    font-size: 30px;
  }
  #main-top #slide .prev-arrow {
    left: 20px !important;
  }
  #main-top #slide .next-arrow {
    right: 20px !important;
  }
  #main-top #intro::before {
    top: -25px;
    height: 40px;
  }
  #main-top #intro #intro01 {
    margin-bottom: 40px;
  }
  #main-top #intro #intro02 .flexed {
    flex-wrap: wrap;
  }
  #main-top #intro #intro02 .left,
  #main-top #intro #intro02 .right {
    width: 100%;
  }
  #main-top #intro #intro02 .left {
    margin-bottom: 10px;
  }
  #main-top #intro #intro02 .left h3 {
    margin: 15px 0 5px;
  }
  #main-top #intro #intro02 .right {
    margin-top: 0;
  }
  #main-top #curriculum section {
    margin: 37px 0;
  }
  #main-top #curriculum01 .right {
    width: 100%;
    right: auto;
    top: 0;
    position: relative;
  }
  #main-top #curriculum01 .left {
    width: 100%;
  }
  #main-top #curriculum01 .left h3 {
    text-align: center;
    margin: 15px 0 5px;
  }
  #main-top #curriculum02 article p {
    font-size: 1.6rem;
  }
  #main-top #curriculum02 article:last-child {
    margin-bottom: 0;
  }
  #main-top #curriculum03 article {
    width: 45%;
  }
  #main-top #curriculum03 article:last-child {
    margin-bottom: 0;
  }
  #main-top #curriculum03 article > img {
    width: 75% !important;
  }
  #main-top #curriculum03 article p {
    font-size: 1.8rem;
    padding: 3px 0;
  }
  #main-top #curriculum03 article img {
    width: 90%;
    display: block;
    margin: auto;
  }
  #main-top #curriculum04 p {
    text-align: center;
  }
  #main-top #curriculum04 .curriculum-slider {
    margin-top: 15px;
  }
  #main-top #curriculum05 .flexed {
    background: inherit;
  }
  #main-top #curriculum05 p {
    text-align: center;
  }
  #main-top #price {
    margin-bottom: 35px;
  }
  #main-top #contact {
    width: 90%;
  }

  #main-top #contact .flexed article table {
    font-size: 1rem;
    margin-bottom: 0;
    border-spacing: 0px 8px;
  }
  #main-top #contact .flexed article table th {
    padding: 0 10px;
  }
  #main-top #contact .flexed article table td {
    padding: 10px 6px;
  }
  #main-top #contact .tel {
    line-height: 1;
  }
  #main-top #contact .taiken {
    margin: 8px auto;
  }
  #main-top #contact iframe {
    height: 200px;
  }
  /* price */
  #main-price #flow article,
  #main-price #price .flexed {
    flex-wrap: wrap;
  }
  #main-price #flow article .title,
  #main-price #flow article .detail {
    width: 100%;
    padding: 10px 20px;
  }

  #main-price #price .box a {
    margin-top: 10px;
    font-size: 2rem;
  }
  #main-price #price .flexed article {
    width: 100%;
    margin-bottom: 30px;
  }
  #main-price #lesson {
    margin-top: 20px;
  }
  #main-price #lesson .head-line {
    top: -14px;
  }
  #main-price #lesson .detail {
    top: calc(50% + 10px);
    font-size: 1.8rem !important;
  }
  #main-price #lesson .detail p:first-child {
    margin-bottom: 10px;
  }
  #main-price #lesson .detail .link_btn {
    width: 135px;
    display: block;
    margin: auto;
    text-align: center;
  }
  /* recruit */
  #main-recruit h3 {
    text-align: left;
  }
  #main-recruit #intro .container {
    padding: 0 5%;
  }
  #main-recruit .text-b {
    margin: 15px 0;
  }
  #main-recruit #education,
  #main-recruit #interview,
  #main-recruit #information {
    margin-bottom: 40px;
  }
  #main-recruit #education h2::after {
    width: 95%;
    right: 0;
    margin: auto;
  }
  #main-recruit .head-line {
    top: -14px;
  }
  #main-recruit .detail {
    top: calc(50% + 10px);
    font-size: 1.8rem !important;
  }
  #main-recruit .detail p:first-child {
    margin-bottom: 10px;
  }
  #main-recruit .detail .link_btn {
    width: 135px;
    display: block;
    margin: auto;
    text-align: center;
  }
  /* interview */
  #main-interview #intro {
    padding-top: 10px;
  }
  #main-interview #intro .box img {
    width: 85%;
  }
  #main-interview #intro::before {
    display: none;
  }
  #main-interview .name {
    top: -50px;
    right: -130px;
    height: 140px;
    width: 140px;
  }
  #main-interview .name::before {
    height: 120px;
    width: 120px;
  }
  #main-interview #intro .catchphrase {
    margin-top: 20px;
    padding-left: 0;
    font-size: 2.4rem;
    text-align: center;
  }
  #main-interview .right {
    width: 100%;
  }
  #main-interview .left {
    width: 50%;
    position: inherit;
    margin: 50px 0 40px 5%;
    height: auto;
    text-align: center;
    position: relative;
  }
  #main-interview #contents::before {
    display: none;
  }
  #main-interview .question {
    font-size: 2.3rem;
  }
  #main-interview .question::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  #main-interview .answer {
    font-size: 1.6rem;
  }
  /* job */
  #main-job #list article .flexed {
    flex-wrap: wrap;
  }
  #main-job #list article .box .photo,
  #main-job #list article .box .right-content {
    width: 100%;
  }
  #main-job #list article .box h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
    text-align: left;
  }
  #main-job #list article .label,
  #main-job #content article .label {
    width: 80px;
    top: -22.19px;
  }
  #main-job #list article .label.part,
  #main-job #content article .label.part {
    width: 180px;
    top: -22.19px;
  }
  #main-job #list article .box .right-content h4 {
    font-size: 1.9rem;
  }
  #main-job #list article .box .right-content .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #aa3c1e;
    padding: 10px 0;
  }
  #main-job #list article .box .right-content .right {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 10px 0;
  }
  #main-job #list article .box .right-content .right div {
    width: 48%;
  }
  #main-job #list article .box .photo {
    margin-bottom: 20px;
  }
  #main-job #content article .box .innner {
    width: 100%;
  }
  #main-job #content article .box table th,
  #main-job #content article .box table td {
    width: 100%;
    display: inline-block;
  }
  #main-job #content article .box table th {
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
    line-height: 1.2;
    padding: 20px 0 0;
  }
  #main-job #content article .box table td {
    padding: 0;
  }
  #main-job #list article .box .link_btn,
  #main-job #content article .box .link_btn {
    flex-wrap: wrap;
  }
  #main-job #content article .box .link_btn a {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  #main-education #intro h3 {
    margin-bottom: 20px;
  }
  #main-education .chart {
    padding: 0 25px;
  }
  #main-education .chart article {
    margin-left: 15px;
    padding: 20px 0 40px 20px;
    border-bottom: 0;
  }
  #main-education .chart article .day {
    width: 70px;
    height: 70px;
    padding-top: 15px;
    font-size: 2.8rem;
    top: -20px !important;
    left: -35px;
  }
  #main-education .chart article .left,
  #main-education .chart article .right {
    font-size: 1.6rem;
  }
  #main-education .chart article .left {
    width: 100%;
    margin-bottom: 5px;
  }
  #main-education .chart article .right {
    width: 100%;
    padding: 0;
  }
  #main-education .chart article .bottom .right {
    margin-top: 15px;
  }
  #main-education .chart article .bottom .right p:last-child {
    width: 100%;
  }
  #main-education .chart article .bottom .label {
    margin-right: 10px;
  }
  #main-education .middle .double-border {
    padding: 18px 28px;
    line-height: 1.4;
  }
  #main-education .list article {
    padding: 0;
    flex: inherit;
    margin-bottom: 55px;
  }
  #main-education .list article {
    padding: 40px 12px 0;
  }
  #main-education .list article h4 {
    font-size: 1.6rem;
    width: calc(100% - 30px);
    line-height: 1.4;
    font-weight: bold;
    padding: 5px 0;
  }
  #main-education .list article:first-child h4,
  #main-education .list article:last-child h4 {
    width: calc(100% - 15px);
  }
  #main-education .list article .color-red {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #main-education .list article p:last-child {
    font-size: 1rem;
  }
  #main-education .list article .modal_btn {
    border: 1px solid #aa3c1e;
    padding: 5px 10px;
    font-size: 1.3rem;
  }
  #main-education .c-modal_content_inner {
    font-size: 1.6rem;
    padding: 25px;
    background: rgba(255, 255, 255, 0.7);
  }
  #main-education .c-modal_content_inner .c-modal_close {
    top: -15px;
    right: 3px;
  }
  #main-education #job .box {
    width: 80%;
    padding: 15px;
  }
  #main-education #job .box h3,
  #main-education #job .box .sub-title {
    font-size: 2rem;
    margin-bottom: 0;
  }
  #main-education #job .box h3::after {
    height: 2px;
    bottom: -2px;
  }
  #main-education #job .box .text {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  #main-education #job .box a {
    font-size: 1.6rem;
    padding: 6px 15px;
  }

  /* company */
  #main-company table th,
  #main-company table td {
    width: 100%;
    display: inline-block;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
    line-height: 1.2;
    padding: 0;
  }
  #main-company table th {
    padding: 40px 0 5px;
  }

  /* entry */
  #main-entry table th,
  #main-entry table td {
    width: 100%;
    display: inline-block;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
    padding: 10px 0;
  }

  /* application */
  #main-entry table td .group {
    display: block;
  }
  #main-entry table td small {
    font-size: 3.1vw;
  }
  #main-entry table td .group:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #main-entry .c-modal_content {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #main-entry .c-modal_content article .flexed {
    flex-wrap: wrap;
  }

  #main-entry .c-modal_content article .flexed img.appearance {
    width: 50%;
    margin: 0 auto 10px;
  }

  #main-entry .c-modal_content article table th,
  #main-entry .c-modal_content article table td {
    display: table-cell;
  }
  #main-entry .back-btn input[type="button"],
  #main-entry .back-btn a {
    padding: 10px 0;
    width: 50vw;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 1.7rem;
  }
  header .logo img {
    width: 100px;
  }
  header .reserve_btn a {
    font-size: 1.2rem;
  }
  header .intro p {
    font-size: 1.4rem;
  }
  header nav ul li a {
    font-size: 2.2rem;
  }
  .text-b {
    font-size: 2.6rem !important;
  }
  #main-top #intro #intro01 p {
    font-size: 1.7rem;
  }
  .font-23 {
    font-size: 1.7rem;
  }
  #main-price #intro .box p {
    font-size: 1.7rem;
  }
  #main-recruit .head-line {
    top: -12px;
  }
  .head-line::before {
    top: 12px;
  }
  .head-line h2 {
    font-size: 2.2rem;
  }
  #main-recruit .detail {
    font-size: 1.7rem !important;
    line-height: 1.6;
  }
  #main-education .middle .double-border p {
    font-size: 2rem;
  }
  #main-education .list article .color-red {
    font-size: 1.4rem;
  }
  #main-job #list article .label.part,
  #main-job #content article .label.part {
    top: -28.19px;
  }
  footer::before {
    left: 15px;
    transform: scale(0.4);
  }
  footer::after {
    top: -105px;
    right: 0;
    transform: scale(0.4);
  }
  footer .main-contents::before {
    left: -103px;
    bottom: 0;
    transform: scale(0.2);
  }
  footer .main-contents .contact {
    width: 220px;
    height: 220px;
  }
  footer nav ul li a {
    font-size: 1.4rem;
  }
}


/* =============================================
== form top
============================================= */

.taiken {
  text-align: center;
  padding-bottom: 100px; /* 下にのみ余白 */
}

.taiken-title {
  font-size: 28px; /* タイトルを大きく */
  font-weight: bold;
  text-align: center; /* 中央揃え */
  margin-bottom: 30px;
}

.taiken-flow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1100px; /* 横幅を調整 */
  margin: 0 auto; /* 中央揃え */
}

/* 各ステップのスタイル */
.step {
  flex: 1;
  max-width: 350px;
  text-align: center;
}

.step img {
  width: 100%;
  max-width: 350px; /* 画像の幅を350pxに */
  height: auto;
  margin-bottom: 15px;
}

.step h3 {
  font-size: 20px; /* 見出しを大きく */
  font-weight: bold;
  margin-bottom: 15px;
}

.step p {
  font-size: 16px; /* 本文を大きく */
  line-height: 1.8;
}

/* スマホ用のスタイル（幅768px以下） */
@media screen and (max-width: 768px) {
  .taiken-flow {
    flex-direction: column; /* 縦並びに変更 */
    gap: 30px;
  }

  .step {
    max-width: 100%; /* 横幅いっぱいに */
  }

  .step img {
    max-width: 250px; /* スマホでは画像を少し小さく */
  }

  .step h3 {
    font-size: 18px; /* 見出しを少し小さめに */
  }

  .step p {
    font-size: 14px; /* 本文も少し小さめに */
  }
}


/* =============================================
== under right icon
============================================= */

/* スマホ用（下部固定メニュー） */
.fixed-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#aa3c1e; /* 背景色を変更（透過なし） */
    display:flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999 !important; /* 最前面に出す */
}

/* パソコンでは非表示 */
@media (min-width: 768px) {
    .fixed-bottom-menu {
        display: none;
    }
}

.fixed-bottom-menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    flex: 1;
    font-size: 16px; /* 文字サイズを大きく */
    opacity: 1 !important;
    mix-blend-mode: normal;
}

.fixed-bottom-menu a:hover {
    background: #8a2d15;
}

/* PC用（右側固定メニュー） */
.fixed-right-menu {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display:flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999; /* 最前面に出す */
}

/* スマホでは非表示 */
@media (max-width: 767px) {
    .fixed-right-menu {
        display: none;
    }
}

.fixed-right-menu a {
    width: 100px; /* 正方形に */
    height: 100px; /* 正方形に */
    background:#aa3c1e; /* PC版のアイコン色をオレンジに変更 */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px; /* 角丸を大きめに */
    text-decoration: none;
    color: white;
    font-size: 18px; /* 文字サイズを大きく */
    font-weight: bold;
    text-align: center;
    opacity: 1 !important;
    mix-blend-mode: normal;
}

.fixed-right-menu a:hover {
    background: #8a2d15; /* PC版ホバー時の色（少し暗く） */
}

/* --- LINE専用カラー（緑） --- */
.fixed-right-menu a.line,
.fixed-bottom-menu a.line {
    background-color: #00c300;
    color: white;
    font-weight: bold;
}

/* --- Instagram専用カラー（グラデーション） --- */
.fixed-right-menu a.instagram,
.fixed-bottom-menu a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
      #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
    font-weight: bold;
}

/* --- 無料体験の中央揃え --- */
.fixed-right-menu a.taiken {
padding:0;
}

