/*
Theme Name: yashiro-boxing
Theme URL: yashiro-boxing.jp
*/

@charset "utf-8";

html,
body,
h1,
h2,
h3,
p,
ul,
ol,
li,
table,
tr,
th,
td,
dl,
dt,
dd {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 16px;
}
ul,
ol {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
* {
  box-sizing: border-box;
}
#container {
  position: relative;
}
header {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  box-sizing: border-box;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
header h1 {
  font-size: 24px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
}
header h1 a {
  display: block;
  padding: 5px 0 5px;
}
header h1 div {
  display: inline-block;
  font-size: 22px;
  line-height: 1.3;
}
header h1 span {
  font-size: 16px;
  font-weight: normal;
}
header h1 img {
  display: inline-block;
  margin: 0 10px;
  width: 100px;
}
.header-top {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.sns-box {
  /* min-width: 101px; */
}
.sns-box li {
  display: inline-block;
  width: 30px;
}
.sns-box li img {
  width: 100%;
}
#pc-menu {
  background: #383b56;
}
#pc-menu .menu {
  background: #383b56;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
#pc-menu .menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
}
#pc-menu .menu > li:last-of-type {
  float: right;
}
#pc-menu .menu > li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 0 12px;
}
#pc-menu .menu > li a:hover {
  color: #ffc800;
}
header ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
#pc-menu .menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#pc-menu .menu > li.current-menu-item a {
  background-color: #ffc800;
  color: #383b56;
}
#pc-menu .menu > li:last-of-type a {
  background-color: #bb0102;
  font-weight: bold;
}
#pc-menu .menu > li.current-menu-item a:hover {
  background: #ffc800;
  color: #383b56;
}
#pc-menu .menu > li:last-of-type:hover > ul.sub-menu > li > a {
  background-color: #bb0102;
  font-weight: normal;
}
#pc-menu .menu > li:hover {
  color: #ffc800;
}

#pc-menu .menu > li:hover > ul.sub-menu > li {
  height: 40px;
}
#pc-menu .menu > li:hover > ul.sub-menu > li > a {
  background: #383b56;
  color: #ffffff;
  display: block;
  line-height: 40px;
}
#pc-menu .menu > li > ul.sub-menu > li > a:hover {
  color: #ffc800;
}
#pc-menu .menu > li.menu-item-has-children > a:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 0 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#pc-menu .menu > li.menu-item-has-children.current-menu-item > a:after,
#pc-menu .menu > li.menu-item-has-children.current-menu-item > a:hover:after {
  border-bottom: 1px solid #383b56;
  border-right: 1px solid #383b56;
}
#pc-menu .menu > li.menu-item-has-children > a:hover:after {
  border-bottom: 1px solid #ffc800;
  border-right: 1px solid #ffc800;
}
#pc-menu .menu:before,
#pc-menu .menu:after {
  content: " ";
  display: table;
}
#pc-menu .menu:after {
  clear: both;
}
#pc-menu .menu > li.menu-item-has-children {
  position: relative;
}
header li.menu-item-has-children ul.sub-menu {
  margin: auto;
  position: absolute;
  top: 40px;
  width: 100%;
}
header li.menu-item-has-children.menu-item-1354 ul.sub-menu {
  width: 200px;
}
#menu-item-76 ul.sub-menu {
  width: 121px;
}

header li.menu-item-has-children ul.sub-menu a {
  background: #ffc800;
}
header li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  top: 50px;
  visibility: visible;
}
#menu-btn,
#sp-menu {
  display: none;
}
header #pc-menu img {
  vertical-align: middle;
  width: 50px;
}
footer {
  background-color: #383b56;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
  align-items: center;
}
footer .left {
  border-right: 1px solid #ffffff;
  padding: 0 65px;
}
footer .left p {
  line-height: 1.7;
}

.footer-logo img {
  margin-bottom: 20px;
  width: 80px;
}
footer .left h2 {
  font-size: 14px;
  margin-bottom: 20px;
}
footer .right {
  display: flex;
  padding: 0 65px;
  width: calc(100% - 493px);
}
footer .right ul {
  overflow: hidden;
}
footer .right ul li {
  float: left;
  margin: 0 10px;
}
footer .right ul li a {
  color: #ffffff;
  display: block;
  padding: 5px 0;
  text-decoration: underline;
  transition: 0.5s;
  font-size: 14px;
}
footer .right ul li a:hover {
  color: #ffc800;
}
.u-sp {
  display: none;
}
.u-pc {
  display: block;
}
.red {
  color: red;
}
.bold {
  font-weight: bold;
  line-height: 1.5;
}
#to-top {
  background: #ffc800;
  border: 1px solid #ffffff;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 50px;
  z-index: 100;
}
#to-top:before {
  border: 10px solid transparent;
  border-bottom: 10px solid #383b56;
  content: "";
  height: 0;
  left: 0;
  margin: 9px auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 100;
}
#to-top:hover:before {
  border-bottom: 10px solid #ffc800;
}
#to-top:after {
  background: #383b56;
  border-radius: 50%;
  bottom: -50px;
  content: "";
  height: 50px;
  left: 0;
  padding: 0 1px;
  position: absolute;
  transition: 0.3s;
  width: 50px;
}
#to-top:hover:after {
  transform: translate(0, -50px);
}
.btn-b {
  background: #383b56;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px !important;
  overflow: hidden;
  text-align: center;
  width: 360px;
}
.btn-b a {
  border-radius: 5px;
  color: #ffffff;
  display: block;
  position: relative;
}
.btn-b a:before {
  background: #ffc800;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transition: 0.4s;
  width: 100%;
}
.btn-b a:hover:before {
  transform: translate(100%, 0);
}
.btn-b a:hover {
  color: #000000;
}
.btn-b span {
  position: relative;
}
.btn-b span:after {
  border: 6px solid transparent;
  border-left: 6px solid #ffc800;
  box-sizing: border-box;
  content: "";
  height: 6px;
  position: absolute;
  right: -18px;
  top: 3px;
  width: 6px;
}
.btn-b a:hover span:after {
  border-left: 6px solid #000000;
}
.btn-w {
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px !important;
  overflow: hidden;
  text-align: center;
  width: 360px;
}
.btn-w a {
  border-radius: 5px;
  color: #383b56;
  display: block;
  position: relative;
}
.btn-w a:before {
  background: #ffc800;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  transition: 0.4s;
  width: 100%;
}
.btn-w a:hover:before {
  transform: translate(100%, 0);
}
.btn-w span {
  position: relative;
}
.btn-w span:after {
  border: 6px solid transparent;
  border-left: 6px solid #ffc800;
  box-sizing: border-box;
  content: "";
  height: 6px;
  position: absolute;
  right: -18px;
  top: 3px;
  width: 6px;
}
.btn-w a:hover span:after {
  border-left: 6px solid #383b56;
}
.center-ttl {
  font-size: 24px;
  margin-bottom: 23px;
  padding-bottom: 28px;
  position: relative;
  text-align: center;
}
.center-ttl:after {
  background: #ffc800;
  bottom: 0;
  content: "";
  height: 3px;
  left: calc(50% - 15px);
  position: absolute;
  width: 30px;
}
.center-sub {
  font-size: 20px;
  margin-bottom: 33px;
  text-align: center;
}
#mv #slider {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
#mv #slider img {
  display: none;
  /* height: 100%; */
  left: 0;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
#mv {
  align-items: center;
  display: flex;
  max-width: 1000px;
  justify-content: center;
  margin: 4px auto;
  position: relative;
}
#mv .layer {
  position: absolute;
}
#mv h2 {
  color: #ffffff;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.5;
  text-shadow: 2px 2px 5px #000000;
}
#mv h2.top-mv-text {
  font-size: 3vw;
}
#mv .layer h2 .up {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.5;
  padding: 0;
  text-shadow: 2px 2px 10px #000000;
}
#mv .layer h2 .down {
  background: #ffffff;
  font-size: 35px;
  padding: 2px 5px 0 5px;
}
#top #mv .layer h2 .up {
  display: none;
}
#top #mv .layer h2 .down {
  display: none;
}
#top #mv .layer p:first-of-type {
  display: none;
}
#top #mv .layer p:nth-of-type(2) {
  display: none;
}
#mv .layer p:first-of-type {
  line-height: 2;
  margin-bottom: 30px;
}
#mv .layer p .bg-w {
  background: #ffffff;
  display: inline-block;
  font-weight: bold;
}
#mv.mv-men {
  background: url(img/men/mv-men.png) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-women {
  background: url(img/women/mv-women.png) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-program {
  background: url(img/program/mv-program.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-price {
  background: url(img/price/mv-price.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-staff {
  background: url(img/staff/mv-staff.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-course {
  background: url(img/course/mv-course.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-access {
  background: url(img/access/mv-access.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-faq {
  background: url(img/faq/mv-faq.png) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-recruit {
  background: url(img/contact/mv-contact.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-contact {
  background: url(img/contact/mv-contact.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-entry {
  background: url(img/contact/mv-contact.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-thanks {
  background: url(img/thanks/mv-thanks.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-platinum {
  background: url(img/platinum/mv-platinum.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#mv.mv-drmedical {
  background: url(img/drmedical/mv-drmedical.jpg) no-repeat center center/100% auto;
  aspect-ratio: 16/5;
  width: 100%;
}
#top-page {
  margin: auto;
  max-width: 1000px;
}
#top-page > img {
  margin-bottom: 20px;
  width: 100%;
}
#top-page > a {
  display: block;
  margin-bottom: 20px;
}
#top-page > a img {
  width: 100%;
}
#top-page > a img:hover {
  opacity: 0.8;
}
#top-page .top-page-btn {
  display: flex;
  justify-content: space-around;
}
#top-page .top-page-btn a {
  width: 40%;
}
#top-page .top-page-btn a:hover {
  opacity: 0.7;
}
#top-page .top-page-btn img {
  width: 100%;
}
#service {
  display: flex;
  flex-direction: row;
  margin: 30px auto 80px;
  max-width: 1000px;
  width: 95%;
}
#service .right {
  flex: 1;
}
#service .right h2 {
  margin-bottom: 23px;
  padding-bottom: 28px;
  position: relative;
}
#service .right h2:after {
  background: #ffc800;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
#service .right h2 span {
  font-size: 42px;
}
#service .left h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
#service .right p {
  font-size: 16px;
  line-height: 2;
}
#service .left {
  margin-right: 80px;
}
#case-study {
  background: #383b56;
  display: flex;
}
#case-study .left {
  flex: 1;
  margin-left: 5%;
  padding-right: 5%;
}
#case-study .left h2 {
  color: #ffffff;
  font-size: 42px;
  margin: 100px 0 23px 0;
  padding-bottom: 28px;
  position: relative;
}
#case-study .left h2:after {
  background: #ffc800;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
#case-study .left h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
}
#case-study .left p {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 34px;
}
#case-study .right {
  width: 50%;
}
#case-study .right p {
  height: 600px;
}
#case-study .right p img {
  height: 100%;
  object-fit: cover;
  text-align: right;
  width: 100%;
}
#top-company {
  background: #f4f4f4;
  padding: 100px 0;
  position: relative;
}
#top-company .right {
  box-sizing: border-box;
  margin-left: 55%;
  padding-right: 5%;
  width: 45%;
}
#top-company .right h2 {
  font-size: 42px;
  margin: 0 0 23px 0;
  padding-bottom: 28px;
  position: relative;
}
#top-company .right h2:after {
  background: #ffc800;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
#top-company .right h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
#top-company .right p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 34px;
}
#top-company .left {
  height: 120%;
  max-width: 675px;
  position: absolute;
  right: 50%;
  top: -10%;
  width: 50%;
}
#top-company .left .img-box {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
}
#top-company .left .img-box img {
  float: left;
}
#top-company .left .img-box img:first-child {
  margin-bottom: 20px;
  max-height: calc(60% - 20px);
  object-fit: cover;
  width: 100%;
}
#top-company .left .img-box img:nth-child(2) {
  height: 40%;
  margin-right: 2%;
  max-width: 48%;
  object-fit: cover;
}
#top-company .left .img-box img:nth-child(3) {
  height: 40%;
  margin-left: 2%;
  max-width: 48%;
  object-fit: cover;
}
#news {
  margin: 0 auto 80px;
  max-width: 1000px;
  width: 100%;
}
#news .btn-b {
  margin: 20px auto 0;
}
#contact-info {
  background: url(img/top/bg_contact.jpg) no-repeat;
  background-size: cover;
  padding: 134px 0 130px 0;
}
#contact-info .center-ttl {
  color: #ffffff;
}
#contact-info .center-sub {
  color: #ffffff;
}
#contact-info ul {
  margin: 0 auto;
  overflow: hidden;
  width: 1040px;
}
#contact-info ul li {
  float: left;
  height: auto;
  width: 30%;
}
#contact-info ul li:nth-child(2) {
  margin: 0 5% 0;
}
#contact-info ul li a {
  border: 1px solid #525574;
  padding-bottom: 148px;
}
#contact-info ul .btn-b a:before {
  right: 101%;
}
#contact-info ul .btn-b a:hover:before {
  transform: translate(101%, 0);
}
#contact-info ul li h4 {
  line-height: 28px;
  margin: 0;
  padding: 14px 0 13px;
  position: relative;
}
#contact-info ul li h4:after {
  background: #525574;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#contact-info ul li p {
  font-size: 14px;
  height: 100px;
  line-height: 2.3;
  padding: 24px 20px;
  position: absolute;
}

#business #mv .layer h2 .up {
  font-size: 38px;
  line-height: 1.3;
  padding: 7px 10px 3px;
}
#business #mv .layer h2 .down {
  font-size: 18px;
  padding: 4px 10px 10px;
}
#business #mv .layer .bg-w {
  font-size: 20px;
  line-height: 36px;
  padding: 7px 10px 3px;
}
#facts {
  padding-bottom: 50px;
  position: relative;
}
#facts .message p {
  color: #ffffff;
}
#facts .message .notice {
  font-size: 13px;
  margin-top: 20px;
}
#facts p {
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  max-width: 1040px;
}
.flow-ttl {
  color: #ffc800;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 2px;
  position: relative;
}
.staff-box .flow-ttl {
  background-color: #ffc800;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
}
.staff-box .flow-sub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px 0;
}
.flow-sub + p {
  font-size: 18px;
  line-height: 2;
}
.flow-1 ul,
.flow-2 ul {
  margin-bottom: 38px;
  padding-left: 1.5em;
}
.flow-1 li,
.flow-2 li {
  line-height: 1.5;
  list-style: disc;
}
.flow-1 h4,
.flow-2 h4 {
  border-left: 3px #383b56 solid;
  margin-bottom: 10px;
  padding-left: 10px;
}
.flow-1 p,
.flow-2 p {
  line-height: 1.5;
}
.flow-1,
.flow-2,
.flow-3,
.flow-4,
.flow-5,
.flow-6,
.flow-7 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 1000px;
  width: 95%;
}
.staff-box {
  background-color: #f4f4f4;
  margin-bottom: 40px;
  padding: 20px;
}
.flow-1 .left,
.flow-2 .right {
  width: 40%;
}
.staff-box .left {
  margin-right: 20px;
  width: 50%;
}
.staff-box .right {
  margin-left: 20px;
  width: 50%;
}
.flow-1 .right,
.flow-2 .left {
  width: 50%;
}
.flow-1 img,
.flow-2 img {
  width: 100%;
}
.flow-2 {
  flex-direction: row-reverse;
}
.flow-3 .right {
  margin-left: 60px;
}
.flow-4 {
  flex-direction: row-reverse;
}
.flow-4 .right {
  width: 60%;
}
.flow-4 .left {
  width: 40%;
}
.flow-4 img {
  width: 100%;
}
.flow-4 ul li a {
  color: #bf1b20;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1040px;
}
.flow-4 ul li a:hover {
  text-decoration: underline;
}
.flow-5 ul li {
  font-size: 18px;
  line-height: 2;
  list-style: disc;
  margin-left: 1.5em;
}
.flow-5 ul li p {
  font-size: 18px;
  line-height: 2;
}
.flow-5 .right {
  margin-left: 60px;
  width: 44%;
}
.flow-6 {
  flex-direction: row-reverse;
}
.flow-6 .left {
  width: 51%;
}
.flow-6 .left p {
  text-align: left;
}
.flow-6 img {
  width: 100%;
}
.flow-6 .right {
  margin-left: 6%;
  width: 43%;
}
.flow-6 .btn-b {
  margin-top: 34px;
}
.flow-7 .right {
  margin-left: 60px;
}
.flow-7 .img-box {
  padding-top: 130px;
}
.flow-7 img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#answer-box {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0;
  width: 95%;
}
#answer01 {
  position: relative;
  top: -80px;
}
#answer02 {
  position: relative;
  top: -80px;
}
#answer03 {
  position: relative;
  top: -80px;
}
#answer04 {
  position: relative;
  top: -80px;
}
#answer05 {
  position: relative;
  top: -80px;
}
#answer06 {
  position: relative;
  top: -80px;
}
#answer07 {
  position: relative;
  top: -80px;
}
#answer-box .q {
  color: #bf1b20;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
}
#answer-box .q::before {
  content: "Q. ";
  display: block;
  margin-right: 0.2em;
}
#answer-box .a {
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 15px;
}
#answer-box .a::before {
  content: "A. ";
  display: block;
  margin-right: 0.2em;
}
#answer-box .a a {
  display: contents;
}
#answer-box h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.64;
  margin-bottom: 10px;
}
#answer-box a {
  color: #2200c1;
}
#answer-box a:hover {
  text-decoration: underline;
}
#answer-box ul {
  margin-bottom: 60px;
}
#scr01 {
  position: relative;
  top: -80px;
}
#answer-box h2 {
  border-top: 1px dashed #a0a0a0;
  font-weight: normal;
  padding-top: 20px;
}
.faq-box .flow-sub {
  border-bottom: 2px solid #000000;
  font-weight: normal;
  margin-bottom: 10px;
}
.flow-1 .flow-ttl:after {
  background: url(img/staff/txt_01.png) no-repeat;
}
.flow-2 .flow-ttl:after {
  background: url(img/staff/txt_02.png) no-repeat;
}
.flow-1 .trainer:after,
.flow-2 .trainer:after {
  background: url(img/staff/txt_03.png) no-repeat;
}
.flow-5 .flow-ttl:after {
  background: url(img/staff/txt_05.png) no-repeat;
  top: -10px;
}
.flow-6 .flow-ttl:after {
  background: url(img/staff/txt_06.png) no-repeat;
  top: -19px;
}
.flow-7 .flow-ttl:after {
  background: url(img/staff/txt_07.png) no-repeat;
  top: 0;
}
.flow-1 .yoga:after {
  background: url(img/staff/txt_04.png) no-repeat;
}
#business .img-box img {
  margin-bottom: 4%;
  max-width: 48%;
}
#business .img-box img:nth-child(even) {
  margin-left: 4%;
}
#about {
  background: #f5f5f5;
  padding: 100px 0 80px;
}
#about ul {
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}
#about ul li {
  margin: 0 20px;
  overflow: hidden;
  width: 25%;
}
#about ul li:first-of-type .image {
  background: url(img/common/about-1.jpg) no-repeat center center;
}
#about ul li:nth-of-type(2) .image {
  background: url(img/common/about-2.jpg) no-repeat center center;
}
#about ul li:nth-of-type(3) .image {
  background: url(img/common/about-3.jpg) no-repeat center center;
}
#about ul li:nth-of-type(4) .image {
  background: url(img/common/about-4.jpg) no-repeat center center;
}
#about ul li a {
  display: block;
}
#about ul li a:hover .image {
  transform: scale(1.1);
}
#about ul li a:hover .summary h4 {
  color: #176dce;
}
#about ul li .image {
  background-size: cover !important;
  padding-top: 75%;
  transition: 0.3s;
}
#about ul li .summary {
  background: #ffffff;
  padding: 20px;
}
#about ul li .summary h4 {
  font-size: 16px;
  margin: 0 0 8px 0;
}
#about ul li .summary h4 span {
  position: relative;
}
#about ul li .summary h4 span:after {
  border: 6px solid transparent;
  border-left: 6px solid #ffc800;
  box-sizing: border-box;
  content: "";
  height: 6px;
  position: absolute;
  right: -18px;
  top: 3px;
  transition: 0.3s;
  width: 6px;
}
#about ul li a:hover .summary h4 span:after {
  border-left: 6px solid #176dce;
  transform: translateX(5px);
}
#about ul li .summary p {
  font-size: 14px;
  line-height: 2;
}
#company #mv {
  background: url(img/company/mv3.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
}
#company #mv .layer {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
#company #mv .layer h2 {
  background: #ffffff;
  border-top: 5px solid #ffc800;
  margin: 80px auto 0;
  padding: 19px 40px 0 40px;
  text-align: center;
  width: 110px;
}
#company #mv .layer .up {
  border: none;
  font-size: 24px;
  line-height: 1.2;
  width: 190px;
}
#company #mv .layer .down {
  font-size: 14px;
  line-height: 2.2;
}
#company-info {
  margin: 0 auto;
  max-width: 960px;
  padding: 75px 0 80px;
}
#company-info table {
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
#company-info table th,
#company-info table td {
  border-top: 1px solid #dddddd;
  font-size: 16px;
  line-height: 1.75;
  padding: 24px 0 22px;
}
#company-info table th {
  width: 11.25em;
}
#contact #mv {
  background: none;
  height: 150px;
  padding-top: 50px;
}
#contact #mv h2 {
  font-size: 28px;
  text-align: center;
}
#contact #mv h2 span {
  font-size: 16px;
  line-height: 50px;
}
#contact-form .content-container {
  margin: 0 auto 48px;
  max-width: 768px;
}
.message {
  background: #f4f4f4;
  box-sizing: border-box;
  margin: 0 auto 60px;
  max-width: 1000px;
  padding: 40px 20px;
  text-align: center;
}
.campaign {
  padding: 20px;
}
.message h2 {
  color: #383b56;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.message h3 {
  background-color: #fd9535;
  color: #ffffff;
  display: inline-block;
  line-height: 1.5;
  max-width: 700px;
  padding: 10px;
  width: 100%;
}
.message h3 + p {
  background-color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 700px;
  padding: 20px;
  width: 100%;
}
#cource-box {
  margin: 0 auto 100px;
  max-width: 1000px;
}
#cource-box .cource {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#cource-box .cource li {
  box-sizing: border-box;
  padding: 10px 0 25px;
  text-align: center;
  width: calc(100% / 3);
}
#cource-box .cource img {
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  box-sizing: border-box;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 5px;
}
#cource-box .cource_title {
  color: #383b56;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 5px;
}
#cource-box .cource_detail {
  font-size: 14px;
  line-height: 1.25;
  padding: 0 5px;
}
#cource-box iframe {
  display: block;
  margin: 20px auto 0;
}

.btn span {
  font-size: 40px;
}
#interview-box {
  margin: 0 auto;
}
#interview-box .impression {
  background: #f4f4f4;
  margin: 0 auto;
  max-width: 1000px;
}
#interview-box .impression > li {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 50px;
  padding: 50px;
}
#interview-box .impression_text {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  margin-left: 5%;
  padding: 30px 30px;
  width: 65%;
}
#interview-box .impression li .impression_text ul li {
  background-image: none;
  border: none;
  display: list-item;
  line-height: 1.5;
  list-style: square;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 0;
}
#interview-box .impression_name {
  color: #383b56;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#interview-box .impression_title {
  display: inline-block;
  font-size: 16px;
  margin: 20px 0 10px 13px;
  text-indent: -13px;
}
#interview-box .impression_title::before {
  border-color: transparent transparent transparent #f8b600;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 5px;
  width: 0;
}
#interview-box .impression li {
  display: flex;
}
#interview-box .circle {
  max-width: 40%;
}
#interview-box .impressioin_thumb {
  border-radius: 50%;
  width: 100%;
}
.btn {
  background: red;
  background: #fd9535;
  margin: 0 auto 100px;
  text-align: center;
  width: 450px;
}
.btn a {
  color: white;
  display: block;
  padding: 15px 20px;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active {
}
.btn img {
  height: 40px;
  margin-right: 5px;
}
.btn p:first-of-type {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.btn .beginner {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.btn-baloon {
  color: #383b56;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.btn-baloon span {
  font-size: 28px;
}
.message ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  vertical-align: middle;
}
.arrow {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.faq-box li a {
  display: flex;
  width: 100%;
}
.faq-box li a::before {
  content: "Q.";
  display: block;
  padding-right: 0.2em;
}
#answer-box a {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.content-container {
  margin: 0 auto 100px;
  max-width: 1000px;
  padding: 0 15px;
}
.content-container h3 {
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.flow-sub2 {
  background-color: #383b56;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.content-container .flow-sub2 {
  background-color: #ffc800;
  border-bottom: 0;
  color: #383b56;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: left;
}
.content-container p {
  line-height: 1.5;
}
.gmap {
  margin: 20px auto 100px;
  max-width: 800px;
}
.gmap iframe {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
.gmap p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.fclt-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
.fclt-box {
  margin-bottom: 20px;
  width: 47%;
}
.fclt-box img {
  display: block;
  margin: 20px auto;
  width: 90%;
}
.table-wrap {
  overflow: auto;
}
.price-table {
  border: 1px solid #333333;
  border-collapse: collapse;
  margin: 20px auto 10px;
  table-layout: fixed;
  width: 100%;
}
.price-table th {
  background-color: rgba(189, 168, 136, 0.2);
  border-bottom: 1px solid #333333;
  padding: 20px 30px;
  text-align: left;
}
.price-table td {
  border-bottom: 1px solid #333333;
  padding: 20px 30px;
}
.program-table {
  border: 1px solid #333333;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto 50px;
  width: 100%;
}
.program-table th {
  background-color: rgba(189, 168, 136, 0.2);
  border: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 10px;
  text-align: center;
  width: 12.5%;
}
.program-table td:first-of-type {
  font-weight: bold;
}
.program-table td {
  border: 1px solid #333333;
  padding: 10px;
  text-align: center;
}
.program-table td[rowspan] {
  background: #eeeeee;
}
.large-bold {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.content-container .flow-4 {
  width: 100%;
}
.content-container .flow-4.shadow {
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
.content-container .flow-4 p {
  font-size: 16px;
  margin-bottom: 10px;
}
.content-container .flow-4 .right {
  width: 60%;
}
.text-box {
  padding: 0 20px;
}
.content-container .flow-4 .left {
  margin-right: 0;
}
.content-container .flow-4 .left.entry {
  margin-right: 20px;
}
.flow-4 .right2,
.flow-4 .left2 {
  margin-bottom: 40px;
  width: 45%;
}
.content-container .flow-4 .flow-ttl {
  border-bottom: none;
  font-size: 24px;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}
.content-container .flow-4 .flow-ttl.entry-ttl {
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.content-container .flow-4 .flow-ttl:after {
  background: none;
  top: 0;
}
.content-container .flow-4 h4 {
  margin: 0 0 10px;
}
.content-container .flow-4 ul {
  padding-left: 24px;
}
.content-container .flow-4 li {
  line-height: 1.4;
  list-style: square;
}
.small-btn {
  margin: 20px auto 0 !important;
  text-align: center;
}
.small-btn a {
  background: #fd9535;
  color: #ffffff;
  display: inline-block;
  line-height: 3;
  padding: 0 20px;
}
.small-btn:hover {
  opacity: 0.8;
}

.bband {
  background: #383b56;
  color: #ffffff;
  margin-bottom: 40px;
  padding: 40px 0 5px;
}
.bband.bg-white {
  background: #ffffff;
  color: #000000;
}
.youtube {
  display: block;
  margin-bottom: 100px;
}

.bh-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bh-wrap h4 {
  margin: 0 0 20px;
}
.bh-wrap table {
  border: 1px solid #000000;
  border-collapse: collapse;
}
.bh-wrap th,
.bh-wrap td {
  border: 1px solid #000000;
  line-height: 1.5;
  padding: 5px 10px;
}
.fs-tel {
  color: #d01a1a;
  font-size: 24px;
  font-weight: bold;
}
.yt-wrap {
  height: 0;
  margin-bottom: 100px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.yt-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.caution {
  font-size: 14px;
}
.txt-center {
  margin-bottom: 80px;
  text-align: center;
}
.course-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.course-wrap p {
  line-height: 1.5;
}
.course-wrap ul {
  padding-left: 2em;
}
.course-wrap li {
  line-height: 1.5;
  list-style: disc;
}
.course-wrap > img {
  width: 40%;
}
.course-wrap-feature {
  width: 48%;
}
.course-wrap-feature {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  box-sizing: border-box;
  padding: 30px 30px;
}
.rittaifusen {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0;
  padding: 3px 3px 3px 50px;
  position: relative;
}
.rittaifusen:after {
  bottom: 20px;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  content: "";
  height: 10px;
  left: auto;
  position: absolute;
  right: 10px;
  transform: skew(15deg) rotate(3deg);
  width: 60%;
  z-index: -1;
}
.rittaifusen.fusenpink {
  background: linear-gradient(to right, #ffffff 0px, #e50073 1px, #e50073 35px, #ff389b 45px);
}
.rittaifusen.fusenblue {
  background: linear-gradient(to right, #0000ff 0px, #0000cc 1px, #0000cc 35px, #0000ff 45px);
  color: #ffffff;
}
.course-wrap-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.course-image {
  display: block;
  width: 45%;
}
.course-image img {
  width: 100%;
}
.course-wrap-text {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 50%;
}
.course-wrap-text h4 {
  background-color: #383b56;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  margin: 20px 0 5px;
  padding: 5px;
}
.course-wrap-text-2 {
  width: 50%;
}
.course-wrap-text-2 p {
  margin-bottom: 1em;
}
.course-wrap-text-3 {
  margin-bottom: 20px;
  width: 100%;
}
.price-table-platinum {
  margin-bottom: 20px;
}
.price-table-platinum th {
  line-height: 1.5;
  width: 60%;
}
.course-wrap-noflex {
  margin-bottom: 100px;
}
.banner-border {
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
.banner-border .course-wrap-text,
.banner-border .course-image {
  width: 50%;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.banner-border .course-wrap-text,
.banner-border .course-wrap-text-3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 40px;
}
.banner-border p {
  font-size: 34px;
  font-weight: bold;
}
.banner-border span {
  color: red;
}
.banner-border .course-wrap-image {
  width: 50%;
}
.banner-border .course-wrap-image .course-image {
  padding: 10px 0 10px 10px;
  width: 50%;
}
.breadcrumbs {
  font-size: 14px;
  margin: 8px auto;
  max-width: 970px;
}
.breadcrumbs a {
  color: #0366d6;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.thanks-text {
  font-size: 20px;
  margin-top: 68px;
  text-align: center;
}
.flow-4.faq-box {
  margin-bottom: 0;
}
#sp-menu li {
  padding-left: 15px;
}
#sp-menu li a {
  color: #383b56;
}
#sp-menu .current-menu-item {
  background: #ffc800;
}
.news-wrap {
  background: #f4f4f4;
  margin-bottom: 20px;
  width: 100%;
}
.news {
  background: #ffffff;
  margin: 0 auto 20px;
  max-width: 1000px;
  width: 95%;
}
.news > img {
  width: 100%;
}
.news h2 {
  padding: 40px 10%;
}
.news p {
  margin-bottom: 8px;
  padding: 0 10%;
}
h2 + h3 {
  margin-top: 30px;
}
.faq-box h2 + h3 {
  margin-top: 0;
}
.triangle {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #ffc800;
  display: block;
  margin: 0 auto 20px;
  width: 60px;
}
.ba-triangle {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ffc800;
  border-top: 30px solid transparent;
  display: block;
  margin: 0 auto;
  width: 30px;
}
.circle-num {
  color: #ffc800;
  font-size: 36px;
  padding-right: 10px;
}
.ba-result-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 700px;
}
.ba-image {
  background-color: #f4f4f4;
}
.ba-image h4 {
  background-color: #ffc800;
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 4px 0;
  text-align: center;
}
.ba-image table {
  font-size: 16px;
  padding: 20px;
}
.ba-image table th {
  padding-right: 30px;
  text-align: left;
}
.ba-triangle-box {
  padding: 0 20px;
  text-align: center;
}
.ba-triangle-box h4 {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.impressions {
  margin: 0 auto 60px;
  width: 700px;
}
.impressions h4 {
  background-color: #383b56;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0 30px;
}
.impressions p {
  background-color: #f4f4f4;
  padding: 20px;
}
.ameblo {
  background-color: #ffffff;
  margin: auto;
  max-width: 1000px;
}
.ameblo h3 {
  background-color: #2d8c3c;
  color: #ffffff;
  text-align: center;
}
.ameblo ul {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px 40px;
}
.ameblo li {
  margin-bottom: 10px;
  overflow: hidden;
}
.ameblo h4 {
  margin: 0 0 5px;
}
.ameblo h4 > a {
  text-decoration: underline;
}
.ameblo h4 > a:hover {
  opacity: 0.6;
}
.ameblo img {
  float: right;
  margin-left: 15px;
  width: 200px;
}
.ameblo time {
  color: #555555;
  font-size: 14px;
}
.caution {
  font-size: 14px !important;
  margin-top: 5px;
}
.modal-show {
  color: #2200c1;
  cursor: pointer;
}
.modal-show:hover {
  text-decoration: underline;
}
body {
  scroll-padding-top: 200px;
}
.modal-wrap {
  background-color: #f4f4f4;
  border-radius: 2px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 40px;
  position: absolute;
  z-index: 9999;
}
.modal-wrap table {
  background-color: #ffffff;
}
.fa-times {
  color: #555555;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-times:hover {
  background-color: #ff0000;
  color: #ffffff;
}
#blog {
  margin: 30px auto 80px;
  max-width: 1000px;
  width: 95%;
}
#blog > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#blog > ul > li {
  width: 23%;
}
#blog > ul > li > a {
  display: flex;
  flex-direction: column;
}
#blog > ul > li > a > h3 {
  order: 3;
  padding: 5px 0;
  text-align: left;
}
#blog > ul > li > a > time {
  order: 1;
  padding: 5px 0;
  text-align: left;
}
#blog > ul > li > a > div {
  order: 2;
  overflow: hidden;
  padding-top: 69.09%;
  position: relative;
  width: 100%;
}
#blog > ul > li > a > div > img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#blog > .btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
#blog {
  text-align: center;
}
#blog > .btn > a {
  padding: 10px 30px;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.blog-item {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
  width: 48%;
}
.blog-item > a {
  display: flex;
  flex-direction: column;
}
.blog-item > a > h3 {
  border-bottom: none;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  order: 3;
  padding-bottom: 0;
  text-align: left;
}
.blog-item > a > time {
  margin-bottom: 10px;
  order: 1;
}
.blog-item > a > div {
  margin-bottom: 15px;
  order: 2;
  overflow: hidden;
  padding-top: 69.09%;
  position: relative;
  width: 100%;
}
.blog-item > a > div > img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-item > a > p {
  order: 4;
  padding-bottom: 20px;
}
.pagination {
  margin: 40px 0 0;
}
.nav-links {
  display: flex;
}
.pagination .page-numbers {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #333333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}
.pagination a.page-numbers:hover {
  border: 1px solid #ffc800;
  color: #ffc800;
}
.pagination .current {
  background: #ffc800;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #dddddd;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
}
.single {
  margin: 0 auto 100px;
  max-width: 1000px;
  padding: 0 15px;
}
.single h1 {
  font-size: 2em;
}
.single-page-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.single > section > article > p {
  margin-bottom: 50px;
}
.single > .pagination {
  display: flex;
  justify-content: space-between;
}
.single > .pagination > .prev-article,
.single > .pagination > .next-article {
  width: 48%;
}
.single > .pagination > .prev-article > a,
.single > .pagination > .next-article > a {
  border: 1px solid #dddddd;
  display: block;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single > .pagination > .prev-article > a::before {
  content: "＜";
  left: 5px;
  position: absolute;
}
.single > .pagination > .next-article > a::after {
  content: "＞";
  position: absolute;
  right: 5px;
}
.single > .pagination > .prev-article > a:hover,
.single > .pagination > .next-article > a:hover {
  border: 1px solid #ffc800;
  color: #ffc800;
}
.news > h3.has-background {
  padding: 10px 30px;
}
.news > .wp-block-table {
  margin: 10px 30px;
}
.u_pc {
  display: block;
}
.u_sp {
  display: none;
}
.fs_12 {
  font-size: 12px;
}
.fs_14 {
  font-size: 14px;
}
.fs_18 {
  font-size: 18px;
}
.fc_red {
  color: #cc0000;
}
.fc_white {
  color: #ffffff;
}
.fw_bold {
  font-weight: bold;
}
.bg_pink {
  background-color: #ffe3d9;
}
.bg_red {
  background-color: #cc0000;
}
.ta_center {
  text-align: center;
}
.td_underline {
  text-decoration: underline;
}
.va_middle {
  vertical-align: middle;
}
.box_shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
#consul .breadcrumbs {
  margin: 0 auto 4px;
  max-width: 768px;
}
#consul header h1 img {
  margin: 0;
  max-width: 424px;
  padding: 0 12px;
  width: 100%;
}
#consul #pc-menu {
  background: #bb0102;
}
#consul #pc-menu .menu {
  background: #bb0102;
}
#consul #pc-menu .menu > li a {
  color: #ffffff;
}
#consul #pc-menu .menu > li a:hover {
  color: #ffc800;
}
#consul #pc-menu .menu > li:last-of-type a {
  background-color: #383b56;
}
#consul #pc-menu .menu > li.current-menu-item a {
  background: #ffc800;
  color: #bb0102;
}
#consul #pc-menu .menu > li.current-menu-item a:hover {
  background: #ffc800;
  color: #bb0102;
}
#consul #pc-menu .menu > li a:hover {
  color: #ffc800;
}
#consul #pc-menu .menu > li:hover > ul.sub-menu > li > a {
  background: #bb0102;
  color: #ffffff;
}
#consul #pc-menu .menu > li > ul.sub-menu > li > a:hover {
  color: #ffc800;
}
#consul #pc-menu .menu > li.menu-item-has-children > a:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#consul .menu > li.menu-item-has-children.current-menu-item > a:after,
#consul #pc-menu .menu > li.menu-item-has-children.current-menu-item > a:hover:after {
  border-bottom: 1px solid #bb0102;
  border-right: 1px solid #bb0102;
}
#consul #pc-menu .menu > li.menu-item-has-children > a:hover:after {
  border-bottom: 1px solid #ffc800;
  border-right: 1px solid #ffc800;
}
#consul footer {
  background-color: #bb0102;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
}
#consul footer .left img {
  max-width: 288px;
}
.mb_12 {
  margin-bottom: 12px;
}
.mb_24 {
  margin-bottom: 24px;
}
.mb_32 {
  margin-bottom: 32px;
}
#consul main {
  margin: 0 auto 48px;
  max-width: 768px;
}
#consul section {
  margin-bottom: 48px;
}
#consul .title_l {
  background-color: #bb0102;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 16px 0;
  padding: 4px 8px;
  text-align: center;
}
#consul .title_m {
  background-color: #f89033;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 16px 0;
  padding: 4px 8px;
  text-align: left;
}
#consul .title_s {
  background-color: #333333;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px 0;
  padding: 2px 16px;
  text-align: left;
  width: fit-content;
}
.consul_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4px 8px;
}
.consul_nav > li {
  background-color: #ffc800;
  border: 8px solid #f89033;
  height: 72;
  margin-bottom: 12px;
  width: calc(50% - 6px);
}
.consul_nav > li:hover {
  opacity: 80%;
}
.consul_nav > li > a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}
#consul .consul_btn_container {
  display: flex;
  justify-content: space-evenly;
}
#consul .consul_btn {
  background-color: #ffc800;
  border: 8px solid #f89033;
  color: #333333;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 48px auto 48px;
  padding: 16px 32px;
  text-align: center;
  width: 300px;
}
#consul .consul_btn:hover {
  opacity: 80%;
}
#consul .three_pillars {
  background-color: lightgrey;
  margin-bottom: 48px;
  padding: 32px;
}
#hospitality,
#manual,
#members {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  height: 340px;
  margin-bottom: 24px;
  padding: 16px 20px 20px 344px;
  width: 768px;
}
#consul #hospitality {
  background-image: linear-gradient(to right, transparent 0%, transparent 0%, #ffffff 100%), url(img/consul/concept/hospitality_bg.jpg);
}
#consul #manual {
  background-image: linear-gradient(to right, transparent 0%, transparent 0%, #ffffff 100%), url(img/consul/concept/manual_bg.jpg);
}
#consul #members {
  background-image: linear-gradient(to right, transparent 0%, transparent 0%, #ffffff 100%), url(img/consul/concept/members_bg.jpg);
}
#consul .concept p {
  font-size: 14px;
}
#consul .concept h4 {
  border-bottom: 1px solid #bb0102;
  color: #bb0102;
  font-size: 22px;
  margin: 0 0 16px 0;
}
#consul .concept h5 {
  font-size: 16px;
  margin: 0;
}
#consul .concept p {
  margin-bottom: 12px;
}
#consul .logo_meaning_container {
  align-items: stretch;
  justify-content: space-around;
}
#consul .logo_meaning_container > div {
  align-items: center;
  display: flex;
  justify-content: center;
}
#consul .logo_meaning_container .logo_meaning_left_item {
  margin-bottom: 16px;
}
#consul .logo_meaning_container .logo_meaning_right_item {
  background-color: #eeeeee;
  padding: 16px;
}
#consul .membersihip_benefit {
  padding: 0 24px;
}
#consul .membersihip_benefits > li {
  list-style: disc;
  list-style-type: circle;
}
.consul_table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 20px auto 32px;
  table-layout: fixed;
  width: 100%;
}
.consul_table th {
  background-color: rgba(189, 168, 136, 0.2);
  border-bottom: 1px solid #333333;
  padding: 20px 30px;
  text-align: left;
  width: 40%;
}
.consul_table th,
.consul_table td {
  font-size: 15px;
  padding: 12px 16px;
  vertical-align: top;
}
.consul_table th,
.consul_table td {
  border: 1px solid #cccccc;
}
.consul_table .th_grey {
  background-color: #e8e8e8;
  width: 20%;
}
.consul_table .th_orange {
  background-color: #fed996;
}
.consul_table .th_red {
  background-color: #febda5;
}
.consul_table .td_grey {
  background-color: #f5f5f5;
}
.consul_table .td_orange {
  background-color: #feeccb;
}
#consul .flow_container {
  display: flex;
  flex-direction: row;
  width: 768px;
}
#consul .flow_container > .flow_item_l {
  flex-basis: 268px;
}
#consul .flow_container > .flow_item_r {
  flex-basis: 500px;
  font-size: 15px;
  padding: 16px;
}
#consul .package_table th {
  width: 25%;
}
#consul .package_table td li {
  list-style: disc;
  list-style-type: circle;
  margin-bottom: 12px;
  margin-left: 8px;
}
#consul .model_table th {
  width: 25%;
}
.venue_wrapper {
  display: flex;
  justify-content: space-between;
}
.venue_wrapper > div {
  width: calc(50% - 8px);
}
.venue_wrapper > .map_container {
  height: 100%;
}
.venue_wrapper > div > iframe {
  height: 200px;
  width: 100%;
}
.required_badge {
  background-color: #dc3545;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.wpcf7-form {
  margin-bottom: 64px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.wpcf7-form .not-valid-tip {
  color: #dc3232;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.wpcf7-form > p {
  margin-bottom: 28px;
  position: relative;
}
.wpcf7-form > p > span:first-of-type,
.input_datetime {
  display: block;
  margin-bottom: 4px;
}
.wpcf7-form label {
  font-weight: bold;
}
.wpcf7-list-item-label {
  font-weight: normal;
}
.wpcf7-list-item.first {
  margin-left: 1em;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.wpcf7-form span[data-name^="date-"],
.wpcf7-form span[data-name^="time-"] {
  display: inline-block;
  max-width: 49%;
  vertical-align: text-top;
  width: 200px;
  text-align: left;
}
.wpcf7-form span[data-name="your-age"] {
  display: inline;
}
input[type="date"],
select[name^="time-"] {
  max-width: 100%;
  width: 200px;
  text-align: left;
}
.wpcf7-form span[data-name="your-age"] {
  vertical-align: middle;
}
.wpcf7-form-control.wpcf7-radio {
  display: inline;
  padding: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#your-zipcode {
  width: 120px;
}
#your-age {
  display: inline;
  margin-right: 4px;
  width: 60px;
}
#your-message,
#your-boxing-career,
#your-remarks {
  height: 200px;
}
.wpcf7-checkbox {
  display: block;
  margin-top: 4px;
}
span[data-name^="date-"],
span[data-name^="time-"] {
  display: inline-block;
}
.wpcf7-form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control.wpcf7-acceptance {
  border: none;
  height: auto;
  line-height: 2;
}
.wpcf7-form-control.wpcf7-acceptance > span {
  margin-left: 0;
}
.wpcf7-form > p > span[data-name="acceptance"] {
  margin-bottom: 4px;
}
span[data-name^="date-"] {
}
span[data-name^="time-"] {
  width: 168px;
}
.wpcf7-form .wpcf7-submit {
  background-color: #ffc800;
  border: none;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 50px;
  margin: 0 auto;
  padding: 0 24px;
  width: fit-content;
}
.wpcf7-form .wpcf7-submit:hover {
  opacity: 80%;
}
.iframe-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* drmedical */
.profile {
  margin: 2rem 0 1rem;
  background-color: #f4f4f4;
  padding: 1rem;
}
.profile ul {
  padding: 0 1rem 1rem;
}
.profile h4 {
  border-bottom: 1px #777 solid;
  padding: 0 1rem 0.5rem;
  margin: 0 0 8px 0;
}
.profile li {
  /* list-style: circle; */
  /* list-style-type: "- "; */
  list-style: none;
  border-bottom: 1px #ccc dotted;
  padding: 4px 0;
  font-size: 15px;
}
.profile li:last-child {
  border-bottom: none;
}
.price-table-drmedical tr:last-child th,
.price-table-drmedical tr:last-child td {
  border-top: 2px double #333333;
}
.course-wrap .medical-check {
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medical-check li {
  list-style: none;
  /* border: 1px solid #999; */
  width: 49%;
  margin-bottom: 40px;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  display: flex;
  flex-direction: column;
}
.medical-check h4 {
  background-color: #998c70;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 1rem;
}
.medical-check p {
  margin: 1rem;
}
.drmedical-flow {
  counter-reset: number;
}
.drmedical-flow li {
  position: relative;
  width: 32%;
}
.drmedical-flow li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #1c4370;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: -20px;
  left: 50%;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.drmedical-flow li h4 {
  padding-top: 24px;
}
.media {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.media__image {
  width: 25%;
}

/* staff page */
.staff-box {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
}
.staff-box.reverse {
  flex-direction: row-reverse;
}
.staff-box > div {
  width: calc((100% - 32px) / 2);
}
.staff-box h3.staff-box__name {
  text-align: left;
  border: none;
  padding: 0;
  margin: 10px;
  font-size: 24px;
}
.staff-box h4 {
  border-left: 3px #383b56 solid;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
}
.staff-box ul {
  padding-left: 1.5em;
}
.staff-box li {
  list-style: disc;
}
.staff-box img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  header {
  }
  footer .left,
  footer .right {
    padding: 0 50px;
  }
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
  .btn-b,
  .btn-w {
    width: 320px;
  }
  #mv .layer h2 .up {
    font-size: 30px;
  }
  #mv .layer h2 .down {
    font-size: 33px;
  }
  #mv .layer p:first-of-type {
    font-size: 13px;
  }
  #service .right h2 span {
    display: block;
    line-height: 1.5;
  }
  #service .left {
    width: 40%;
  }
  #service .left img {
    width: 100%;
  }
  #case-study .right p img {
    object-position: 90% 100%;
  }
  #top-company .left {
    top: 18%;
  }
  #contact-info ul {
    width: 92%;
  }
  #facts {
  }
  #facts .message {
    width: 90%;
  }
  #facts h3 + p {
  }
  #business .img-box img {
    margin: 0;
    max-width: 100%;
  }
  #business .img-box img:nth-child(2),
  #business .img-box img:nth-child(3) {
    display: none;
  }
  .flow-1 .flow-ttl:after {
    top: 30px;
  }
  .flow-2 .flow-ttl:after {
    top: 35px;
  }
  .flow-1 .left {
    margin-bottom: 50px;
    width: 100%;
  }
  .flow-1 .right {
    margin: 0;
    width: 100%;
  }
  .flow-2 .left {
    margin: 50px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .flow-3 .right {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .flow-4 .flow-ttl:after {
    top: 38px;
  }
  .flow-4 .right {
    margin-bottom: 30px;
    width: 100%;
  }
  .flow-4 .left {
    width: 100%;
  }
  .flow-5 .flow-ttl:after {
    top: 34px;
  }
  .flow-5 .right {
    margin: 50px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .flow-6 .right {
    margin: 0 0 50px 0;
    width: 100%;
  }
  .flow-6 .left {
    width: 100%;
  }
  .flow-7 .right {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .flow-7 .img-box {
    padding-top: 0;
  }
  #about ul {
    flex-wrap: wrap;
  }
  #about ul li {
    margin-bottom: 40px;
    width: calc(50% - 40px);
  }
  #company-info {
    width: 90%;
  }
  .flow-1 .left,
  .flow-2 .right {
    width: 100%;
  }
  .content-container .flow-4 .right {
    width: 100%;
  }
  #blog > ul > li {
    width: 48%;
  }
  .medical-check li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btn-b,
  .btn-w {
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    width: 240px;
  }
  .btn-b span:after,
  .btn-w span:after {
    top: 0;
  }
  .center-ttl {
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
  .center-sub {
    font-size: 16px;
    margin-bottom: 14px;
  }
  header {
    padding-top: 0;
    position: inherit;
  }
  header h1 {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  header h1 img {
  }
  header #pc-menu {
    display: none;
  }
  #menu-btn {
    display: block;
  }
  #menu-btn {
    background: #ffc800;
    bottom: 0;
    height: 60px;
    left: 0;
    position: fixed;
    width: 60px;
    z-index: 100;
  }
  #menu-btn span {
    background: #000000;
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 40%;
    width: 24px;
  }
  #menu-btn span:before,
  #menu-btn span:after {
    background: #000000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 24px;
  }
  #menu-btn span:after {
    top: 8px;
  }
  #menu-btn p {
    bottom: 8px;
    font-size: 10px;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
  }
  #sp-menu {
    background: #ffffff;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: -100%;
    padding: 0 15%;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 100;
  }
  #sp-menu.show {
    left: 0;
  }
  #sp-menu li {
    border-bottom: 1px solid #dddddd;
  }
  #sp-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding: 7px 0;
  }
  footer .left {
    border: none;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  footer .left .footer-logo,
  footer .left h2 {
    text-align: center;
  }
  footer .right {
    display: none;
  }
  .footer-logo img {
    margin-bottom: 0;
  }
  #to-top {
  }
  #mv {
    /* height: 420px; */
    /* margin-top: 0; */
  }
  #mv .layer h2 .up {
    font-size: 24px;
  }
  #mv .layer h2 .down {
    font-size: 18px;
  }
  #mv .layer p:first-of-type {
    font-size: 10px;
  }
  #service {
    display: block;
  }
  #service .right h2 {
    font-size: 12px;
    padding-bottom: 20px;
  }
  #service .right h2 span {
    display: inline;
    font-size: 32px;
  }
  #service .right h3 {
    font-size: 16px;
  }
  #service .right p {
    font-size: 14px;
  }
  #service .left {
    margin-bottom: 50px;
    width: 100%;
  }
  #service .left h3 {
    margin-bottom: 20px;
  }
  #case-study {
    display: block;
  }
  #case-study .left {
    margin: 0;
    padding: 60px 5% 0;
  }
  #case-study .left h2 {
    font-size: 32px;
    margin: 0 0 16px 0;
    padding-bottom: 20px;
  }
  #case-study .left h3 {
    font-size: 16px;
    line-height: 1.7;
  }
  #case-study .left p {
    font-size: 14px;
  }
  #case-study .left .btn-w {
    font-size: 13px;
    margin-bottom: 0;
  }
  #case-study .right {
    box-sizing: border-box;
    padding: 14px 5%;
    width: 100%;
  }
  #case-study .right p {
    height: 200px;
  }
  #top-company {
    padding: 80px 5% 60px;
  }
  #top-company .right {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #top-company .right h2 {
    font-size: 32px;
    margin-bottom: 16px;
    padding-bottom: 20px;
  }
  #top-company .right h3 {
    font-size: 16px;
  }
  #top-company .right p {
    font-size: 14px;
  }
  #top-company .right .btn-b {
    font-size: 13px;
    margin-bottom: 0;
  }
  #top-company .left .img-box {
    width: 100%;
  }
  #top-company .left {
    box-sizing: border-box;
    left: 0;
    padding: 14px 0;
    position: inherit;
    width: 100%;
  }
  #top-company .left .img-box img:nth-child(2),
  #top-company .left .img-box img:nth-child(3) {
    display: none;
  }
  #news dl dt {
    border: none;
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
  #news dl dd {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    padding-top: 0;
    width: 100%;
  }
  #news dl dd {
    border-top: none;
  }
  #contact-info {
    padding: 80px 5% 60px;
  }
  #contact-info ul {
    width: 100%;
  }
  #contact-info ul li {
    float: none;
    width: 100%;
  }
  #contact-info ul li:nth-child(2) {
    margin: 20px 0;
  }
  #contact-info ul li p {
    font-size: 12px;
  }
  #mv {
    /* height: 320px; */
  }
  #business #mv .layer p {
    text-align: center;
  }
  #business #mv .layer .bg-w {
    font-size: 13px;
    line-height: 20px;
  }
  #business #mv .layer h2 .up {
    font-size: 24px;
  }
  #business #mv .layer h2 .down {
    font-size: 14px;
    padding: 10px 33px 10px;
  }
  #facts .message {
    padding: 20px 5%;
  }
  #facts .message:before {
    font-size: 50px;
    left: 3px;
    top: 3px;
  }
  #facts .message:after {
    bottom: 3px;
    font-size: 50px;
    right: 3px;
  }
  #facts p {
    font-size: 14px;
  }
  .flow-ttl {
    font-size: 18px;
  }
  .flow-sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #business .flow-ttl:after {
    height: 23.4375vw;
    top: -24px;
    width: 100%;
  }
  .flow-sub + p {
    line-height: 1.7;
  }
  .flow-1 .left {
    margin-bottom: 20px;
  }
  .flow-1 .flow-ttl:after {
    top: -23px;
  }
  .flow-2 .flow-ttl:after {
    top: -12px;
  }
  .flow-4 .flow-ttl:after {
    top: -6px;
  }
  .flow-5 .flow-ttl:after {
    top: -12px;
  }
  .flow-6 .flow-ttl:after {
    top: -8px;
  }
  .flow-7 .flow-ttl:after {
    top: -12px;
  }
  .flow-1 .flow-ttl:after,
  .flow-2 .flow-ttl:after {
    top: -18px;
  }
  #about {
    padding-bottom: 40px;
  }
  #about ul {
    display: block;
  }
  #about ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #company-info table tr {
    border-top: 1px solid #dddddd;
    display: block;
    padding: 10px 0;
  }
  #company-info table th {
    border: none;
    display: block;
    font-size: 14px;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  #company-info table td {
    border: none;
    display: block;
    font-size: 14px;
    padding: 0;
    width: 100%;
  }
  label.not {
    margin-left: -13px !important;
  }
  label.beg {
    margin-left: -6px !important;
  }
  .btn {
    width: 85%;
  }
  .btn img {
    height: 24px;
    margin-right: 5px;
  }
  .btn p:first-of-type {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .btn .beginner {
    font-size: 24px;
    font-weight: bold;
  }
  .bh-wrap > div {
    text-align: center;
    width: 100%;
  }
  .bh-wrap > div:first-of-type {
    margin-bottom: 40px;
  }
  .bh-wrap table {
    margin: auto;
  }
  .fclt-container {
    display: block;
  }
  .fclt-box {
    width: 100%;
  }
  #men .message h2 {
    font-size: 16px;
  }
  .course-wrap {
    display: block;
  }
  .banner-border p {
    font-size: 5vw;
  }
  .banner-border .course-wrap-text,
  .banner-border .course-image,
  .banner-border .course-wrap-image,
  .course-wrap-text,
  .course-image,
  .course-wrap-text-2 {
    width: 100%;
  }
  .banner-border .course-wrap-text {
    padding: 20px;
  }
  .banner-border .course-wrap-image .course-image:first-of-type {
    padding: 0 5px 0 0;
  }
  .banner-border .course-wrap-image .course-image:last-of-type {
    padding: 0 0 0 5px;
  }
  .course-wrap-feature {
    margin: 0 auto 40px;
    padding: 15px;
    width: 100%;
  }
  .sns-box {
    /* display: none; */
    position: absolute;
    top: 24px;
    right: 16px;
  }
  .bband {
    background: #383b56;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 20px 0 1px;
  }
  #interview-box .impression li {
    display: block;
    padding: 0 15px;
  }
  #interview-box .circle {
    max-width: 100%;
    padding: 20px 0;
  }
  #interview-box .impression_text {
    margin-left: 0;
    padding: 20px 15px 40px;
    width: 100%;
  }
  .center-ttl {
    font-size: 18px;
  }
  #news {
    margin-bottom: 50px;
  }
  header h1 {
    font-size: 22px;
  }
  .flow-4 ul li a,
  #answer-box .a,
  #answer-box .q {
    font-size: 16px;
  }
  .flow-1,
  .flow-2,
  .flow-3,
  .flow-4,
  .flow-5,
  .flow-6,
  .flow-7 {
    display: block;
  }
  .flow-4 .right2,
  .flow-4 .left2 {
    width: 100%;
  }
  header h1 div {
    font-size: 20px;
    display: block;
  }
  .flow-sub2 {
    width: 100%;
  }
  .ba-result-container,
  .impressions {
    width: 100%;
  }
  .ba-image {
    margin: 0 auto;
    width: 286px;
  }
  .ba-triangle-box {
    margin: 30px 0;
    width: 100%;
  }
  .ba-triangle-box h4 {
    margin: -20px 0 0;
  }
  .ba-triangle {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffc800;
  }
  .price-table th,
  .price-table td {
    padding: 10px;
  }
  .ameblo img {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
  body {
    scroll-padding-top: 0;
  }
  .modal-wrap {
    font-size: 12px;
    padding: 0 8px 8px 8px;
  }
  .btn-baloon {
    font-size: 14px;
  }
  .btn-baloon span {
    font-size: 18px;
  }
  .btn {
    max-width: 300px;
    width: 100%;
  }
  .btn a {
    padding: 10px 15px;
  }
  .text-box {
    padding: 0 5px;
  }
  .news > .wp-block-table {
    margin: 10px 10px;
  }
  .blog-item {
    width: 100%;
  }
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
  #consul section,
  #consul .breadcrumbs {
    padding: 4px 8px;
  }
  #consul .title_l {
    font-size: 32px;
  }
  #consul .title_m {
    font-size: 24px;
  }
  #consul .consul_btn_container {
    display: block;
  }
  #consul .three_pillars {
    padding: 12px;
  }
  #consul .concept {
    height: auto;
    padding: calc((410 / 463) * 100vw + 8px) 8px 8px 8px;
    width: 100%;
  }
  #consul #hospitality {
    background-image: url(img/consul/concept/hospitality_bg.jpg);
    background-size: 100vw calc((410 / 463) * 100vw);
  }
  #consul #manual {
    background-image: url(img/consul/concept/manual_bg.jpg);
    background-size: 100vw calc((410 / 463) * 100vw);
  }
  #consul #members {
    background-image: url(img/consul/concept/members_bg.jpg);
    background-size: 100vw calc((410 / 463) * 100vw);
  }
  #consul .flow_container {
    display: block;
    margin-bottom: 32px;
    width: 100%;
  }
  .consul_table .th_grey {
    width: 152px;
  }
  #consul .scroll_table table {
    max-width: 768px;
    min-width: 480px;
  }
  .scroll_table {
    overflow: auto;
  }
  .scroll_table::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  /* staff page */
  .staff-box {
    flex-direction: column;
  }
  .staff-box.reverse {
    flex-direction: column;
  }
  .staff-box > div {
    width: 100%;
  }
}

/* recruit page */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
