@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.bold {
  font-weight: 700 !important;
}

h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-br {
    display: block;
  }
}

#separation {
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  #separation {
    padding: 8rem 0;
  }
}

#top-main {
  padding-top: 50px;
}
@media screen and (min-width: 1100px) {
  #top-main {
    padding-top: 84px;
  }
}

#inner {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #inner {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.breadcrumb {
  padding-top: 1rem !important;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    padding-top: 3rem !important;
  }
}

.arrow-top {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.arrow-top:before {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.arrow-top:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.arrow-middle {
  display: flex;
  align-items: center;
}
.arrow-middle:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-list {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 800px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
  }
}

.arrow p {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 800px) {
  .arrow p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
}

.main-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
}
@media screen and (min-width: 1100px) {
  .main-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 84px;
    padding: 2rem;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
  }
}

.main-header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 90%;
}
@media screen and (min-width: 431px) {
  .logo {
    width: 45%;
  }
}
@media screen and (min-width: 640px) {
  .logo {
    width: 28%;
  }
}

.logo-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .logo-pc {
    display: block;
  }
}

.logo-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .logo-sp {
    display: none;
  }
}

.nav-list {
  display: none;
  font-size: 1.6rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  .nav-list {
    width: 80%;
    font-size: 1.6rem;
    padding: 0 2rem;
    display: block;
  }
}

.sp-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}
.sp-nav .show:after {
  content: "";
  background: url("../icon/toggle-icon02.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .sp-nav {
    display: none;
  }
}

.nav_toggle {
  width: 35px;
  height: 35px;
  position: relative;
}
.nav_toggle:after {
  content: "";
  background: url("../icon/toggle-btn.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
.nav_toggle p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #004096;
}
.nav_toggle img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .nav_toggle {
    display: none;
  }
}

.sp-nav-all {
  position: fixed;
  overflow: auto;
  top: 50px;
  background: rgba(0, 64, 150, 0.95);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .sp-nav-all {
    top: 84px;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

.nav_menu_ul {
  font-size: 1.6rem;
  color: #fff;
}
.nav_menu_ul a {
  letter-spacing: 0.1rem;
}

.close-btn {
  padding: 2.5rem;
}
.close-btn p {
  font-size: 1.5rem !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn p:after {
  content: "";
  background: url("../icon/cross-icon.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1.5rem;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box label:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.hidden_box_about label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box_about label:after {
  content: url("../icon/allow-white-icon02.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav_label {
  cursor: pointer;
}

.nav_label_input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

.hidden_box input:checked ~ .nav_label:after {
  content: url("../icon/arrow-white-icon03.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.hidden_box input:checked ~ label:after {
  content: url("../icon/allow-white-icon02.svg");
  display: inline-block;
  width: 16px;
  height: 8px;
}

.nav-list-all {
  display: flex;
  justify-content: flex-end;
}

.nav-separation {
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav-separation a:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav-link {
  text-align: center;
  margin: 0 2%;
  padding: 2rem 0;
  position: relative;
  cursor: pointer;
}
.nav-link:hover {
  color: #0090d9;
}
.nav-link:hover > .nav-link-inner {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 86px;
  left: -110px;
  color: #fff;
  background: #0090d9;
  display: flex;
  justify-content: space-between;
}
.nav-link span {
  letter-spacing: 0.1rem;
  margin-left: 0 !important;
}

.nav-link-inner {
  display: none;
}

.nav-link-inner-item {
  font-size: 1.6rem;
  margin: 0 1rem;
  text-align: center;
  padding: 1.5rem 0;
}

.nav-min-text {
  font-size: 1rem;
  margin-left: 2rem;
}

.contact-min-title {
  padding: 4rem 0 !important;
}

.contact-btn-sp {
  text-align: center;
  color: #004096;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}
.contact-btn-sp:before {
  content: "";
  background: url("../icon/contact-icon-sp.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 26px;
  height: 20px;
  margin: 2px auto;
}

.contact-text-sp {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.contact-text {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .contact-text {
    font-size: 1.6rem;
  }
}

.contact-btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .contact-btn {
    width: 15.5%;
    text-align: center;
    background: #004096;
    border: 1px solid #004096;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2rem;
  }
  .contact-btn::before {
    content: "";
    background: url("../icon/contact-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
  }
  .contact-btn:hover {
    background: #fff;
    color: #004096;
  }
  .contact-btn:hover::before {
    content: "";
    background: url("../icon/contact-icon-sp.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
  }
}

.big-text {
  font-size: 2.5rem;
  margin: 0.3rem 0;
  font-weight: 900;
}
@media screen and (min-width: 431px) {
  .big-text {
    font-size: 3.3rem;
    margin: 0.5rem 0;
    font-weight: 900;
  }
}
@media screen and (min-width: 800px) {
  .big-text {
    font-size: 6rem !important;
  }
}

.color-white {
  color: #fff;
}

.color-text-green {
  color: #a6c622;
}

.color-text-sky-blue {
  color: #0090d9;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #0c0c0c;
}

.color-black {
  color: #333 !important;
}

.color-high-green {
  color: #c2d500;
}

.color-high-pink {
  color: #cb0241;
}

.color-base-blue {
  color: #004096;
}

.color-sky-blue {
  color: #0090d9;
}

.bg-blue {
  background: #004096 !important;
}

.middle-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #fff;
  background: #0c0c0c;
  padding: 2rem 0;
  line-height: 2.5rem;
}
@media screen and (min-width: 800px) {
  .middle-title {
    width: 432px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5rem;
    color: #fff;
    background: #0c0c0c;
    padding: 3.5rem 2rem;
  }
}

.min-title {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .min-title {
    text-align: center;
    padding: 4rem 0 1rem 0;
    font-size: 1.6rem;
  }
}

.contact {
  background: #e9e9e9;
  border-bottom: 1rem solid #004096;
}

.contact-item {
  width: 30%;
  display: block;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 1rem;
  border: 2px solid #c2d500;
}
@media screen and (min-width: 800px) {
  .contact-item {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 3rem 5rem 3rem 4rem;
    border: 2px solid #c2d500;
  }
}

.contact-link-box {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .contact-link-box {
    max-width: 880px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.tel-link::before {
  content: "";
  background: url("../icon/tel-icon.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 28px;
  height: 44px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 800px) {
  .tel-link::before {
    content: "";
    background: url("../icon/tel-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 28px;
    height: 36px;
  }
}

.contact-link::before {
  content: "";
  background: url("../icon/contact-link-icon.svg") no-repeat center center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 35px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .contact-link::before {
    content: "";
    background: url("../icon/contact-link-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 35px;
    height: 25px;
  }
}

.line-link::before {
  content: "";
  background: url("../icon/line-icon.svg") no-repeat top center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 46px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .line-link::before {
    content: "";
    background: url("../icon/line-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 46px;
    height: 44px;
  }
}

.footer-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #004096;
  margin: 0 2rem;
}

.footer-list-top {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 1rem;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 2rem 0;
}
.footer-text p {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.sns-item {
  display: block;
  margin-right: 3rem;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  border-top: 2px solid #004096;
  font-size: 1.3rem;
  text-align: center;
  padding: 2rem 0;
  color: #004096;
}
.copy-right p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .copy-right p {
    margin-bottom: 0rem;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.sp-bottom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004096;
  position: fixed;
  bottom: 0;
  padding: 1rem 2rem;
  left: 0;
  right: 0;
  margin: 0;
}
.sp-bottom-nav a span {
  display: block;
  text-align: center;
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-nav-text {
  font-size: 1rem;
}

#page-separation {
  padding: 1rem 0 4rem 0;
}
@media screen and (min-width: 640px) {
  #page-separation {
    padding: 5rem 0;
  }
}

.page-title-text {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.8rem;
  color: #004096;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-title-text span {
  position: relative;
  z-index: 3;
  display: inline-block;
  background: #fff;
  margin-top: -5px;
  padding-right: 2rem;
}
.page-title-text:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #0090d9;
}
@media screen and (min-width: 800px) {
  .page-title-text {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.8rem;
    color: #004096;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-title-text span {
    position: relative;
    z-index: 3;
    display: inline-block;
    background: #fff;
    margin-top: -5px;
    padding-right: 4rem;
  }
  .page-title-text:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2px;
    background: #0090d9;
  }
}

.mainvisual-all {
  height: 80px;
  background: url("../img/mainvisual-bg-all.jpg");
  padding-top: 1.6rem;
}
@media screen and (min-width: 800px) {
  .mainvisual-all {
    height: 160px;
    background: url("../img/mainvisual-bg-all.jpg");
    padding-top: 4rem;
    padding-left: 1rem;
    letter-spacing: 5px;
  }
}

.mainvisual-all-title {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-left: 1.3rem;
}
@media screen and (min-width: 800px) {
  .mainvisual-all-title {
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-left: 0;
  }
}

.mainvisual-all-min-title {
  display: none;
}
@media screen and (min-width: 800px) {
  .mainvisual-all-min-title {
    display: inline;
    margin-left: 2rem;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

.big-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 455px;
  background: #004096;
  color: #fff;
  font-size: 1.5rem;
  outline: 1px solid #FFFFFF;
  outline-offset: -5px;
  padding: 3rem;
  letter-spacing: normal;
  margin: 3rem auto 0 auto;
  border: 1px solid #004096;
}
.big-cta::after {
  content: "";
  background: url("../icon/allow-min-white.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 5px;
}
.big-cta:hover {
  background: #fff;
  color: #004096;
  outline: 1px solid #004096;
}
.big-cta:hover::after {
  content: "";
  background: url("../icon/allow-min.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 5px;
}
@media screen and (min-width: 800px) {
  .big-cta {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 455px;
    background: #004096;
    color: #fff;
    font-size: 2rem;
    outline: 1px solid #FFFFFF;
    outline-offset: -5px;
    padding: 2.8rem;
    letter-spacing: 0.3rem;
    margin: 6rem auto 0 auto;
    border: 1px solid #004096;
  }
  .big-cta::after {
    content: "";
    background: url("../icon/allow-min-white.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 5px;
  }
  .big-cta:hover {
    background: #fff;
    color: #004096;
    outline: 1px solid #004096;
  }
  .big-cta:hover::after {
    content: "";
    background: url("../icon/allow-min.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 5px;
  }
}

.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title h3 {
  display: block;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
}

.page-title-big {
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
}
.page-title-big:after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: #0090d9;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .page-title-big {
    text-align: left;
    position: relative;
  }
  .page-title-big:after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    margin-top: 23px;
    width: 75px;
    height: 4px;
    background: #0090d9;
  }
}

.blue-line {
  display: block;
  width: 58%;
  height: 2px;
  background: #0090d9;
}
@media screen and (min-width: 800px) {
  .blue-line {
    display: block;
    width: 75%;
    height: 2px;
    background: #0090d9;
  }
}

.page-text {
  line-height: 3rem;
}
.page-text h3 {
  margin: 5rem 0 1.5rem 0;
}
.page-text p {
  margin: 2rem 0;
}

.instructor-min-title {
  display: inline;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 800px) {
  .instructor-min-title {
    display: inline;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}

.instructor-prof {
  padding: 0 0 3rem 0;
}
@media screen and (min-width: 800px) {
  .instructor-prof {
    padding: 4rem 0 6rem 0;
  }
}

.instructor-prof-wrap {
  display: block;
}
@media screen and (min-width: 800px) {
  .instructor-prof-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.instructor-prof-item {
  width: 100%;
}
.instructor-prof-item h2 {
  display: none;
}
@media screen and (min-width: 800px) {
  .instructor-prof-item {
    width: 70%;
  }
  .instructor-prof-item h2 {
    display: inline-block;
    padding: 1rem 4.8rem;
    letter-spacing: 0.5rem;
  }
}

.instructor-prof-item-right {
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  .instructor-prof-item-right {
    padding-top: 2.5rem;
  }
}

#instructor-showVideo {
  display: inline-block;
  width: 100%;
  margin: 2rem 0 1rem 0;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background: #0090d9;
  color: #fff;
  max-width: 400px;
  border-radius: 1rem;
}
#instructor-showVideo:before {
  margin: 0 0.5rem 0 0;
  font-family: "Material Icons";
  content: "\e41b";
  font-size: 3rem;
}
#instructor-showVideo:hover {
  color: #0090d9;
  background: #fff;
  outline: 2px solid #0090d9;
}
@media screen and (min-width: 640px) {
  #instructor-showVideo {
    display: inline-block;
    width: 100%;
    margin: 2rem 0 1rem 0;
    font-size: 1.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background: #0090d9;
    color: #fff;
    max-width: 400px;
    border-radius: 1rem;
  }
  #instructor-showVideo:before {
    margin: 0 0.5rem 0 0;
    font-family: "Material Icons";
    content: "\e41b";
    font-size: 3rem;
  }
  #instructor-showVideo:hover {
    color: #0090d9;
    background: #fff;
    outline: 2px solid #0090d9;
  }
}

#instructor-shortVideo {
  cursor: pointer;
}
#instructor-shortVideo:hover {
  opacity: 0.7;
}

#instructor-shortVideo02 {
  cursor: pointer;
}
#instructor-shortVideo02:hover {
  opacity: 0.7;
}

#instructor-shortVideo03 {
  cursor: pointer;
}
#instructor-shortVideo03:hover {
  opacity: 0.7;
}

#instructor-shortVideo04 {
  cursor: pointer;
}
#instructor-shortVideo04:hover {
  opacity: 0.7;
}

#instructor-shortVideo05 {
  cursor: pointer;
}
#instructor-shortVideo05:hover {
  opacity: 0.7;
}

.instructor-self-pr {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* 薄い黒の背景 */
  z-index: 2001; /* ウィンドウを最前面に表示 */
}
.instructor-self-pr iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.popup.show {
  display: block;
  opacity: 1; /* フェードインアニメーション */
}

.close-popup {
  position: absolute;
  bottom: 2%;
  right: 44%;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 2002;
  background: #004096;
  padding: 0.4rem 1rem;
  border-radius: 50%;
}
@media screen and (min-width: 640px) {
  .close-popup {
    position: absolute;
    bottom: 8%;
    right: 39%;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    z-index: 2002;
  }
}

.slick-arrow {
  display: none !important;
}

.movie-short-item {
  margin: 0 1rem !important;
}
.movie-short-item img {
  border-radius: 1.8rem;
}
.movie-short-item h3 {
  font-size: 1.6rem;
}

.youtube-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.youtube-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 1rem 0 0;
}
.youtube-link a {
  font-size: 1.2rem;
}
.youtube-link .register-btn {
  background: #000;
  color: #fff;
  margin: 0 0 0 1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 1.8rem;
  font-size: 1.2rem;
}

.tab-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 3rem 0 2rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #666;
}
.tab-links li a {
  font-size: 1.6rem;
  background: #fff;
  color: #666;
  padding: 1rem 3rem;
  margin: 0 0.5rem 0 0;
}

.tab-links li.active a {
  font-weight: bold;
  background: #0090d9;
  color: #fff;
}

/* タブコンテンツの初期非表示 */
.tab-content {
  display: none;
}

/* 選択されたタブのコンテンツを表示 */
.tab-content.active {
  display: block;
}

.instructor-image {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.instructor-image img {
  object-fit: contain;
}
@media screen and (min-width: 640px) {
  .instructor-image {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  .instructor-image {
    width: 100%;
  }
}

.instructor-image-pc {
  display: none;
}
@media screen and (min-width: 800px) {
  .instructor-image-pc {
    display: block;
  }
}

.instructor-image-sp {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .instructor-image-sp {
    display: none;
  }
}

.instructor-text-sp {
  display: block;
}
.instructor-text-sp h2 {
  position: relative;
  z-index: 1000;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 2rem 4rem 1.2rem 4rem;
  letter-spacing: 0.5rem;
  margin-bottom: -30px;
  line-height: 25px;
}
@media screen and (min-width: 800px) {
  .instructor-text-sp {
    display: none;
  }
}

.instructor-type-text-sp {
  background: #e7eef7;
  line-height: 2.575rem;
  padding: 5rem 2.5rem 3rem 2.5rem;
  text-align: center;
}

.gold-rabel {
  position: relative;
}
.gold-rabel::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../icon/gold-rabel.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 130px;
  height: 130px;
}

.gold-rabel02 {
  position: relative;
}
.gold-rabel02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../icon/gold-rabel02.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 130px;
  height: 130px;
}

.red-rabel {
  position: relative;
}
.red-rabel::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../icon/red-rabel.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 130px;
  height: 130px;
}

.blue-rabel {
  position: relative;
}
.blue-rabel::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../icon/blue-rabel.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 130px;
  height: 130px;
}

.instructor-prof-item-left {
  width: 100%;
  margin-right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .instructor-prof-item-left {
    width: 35%;
    margin-right: 5rem;
  }
}

.instructor-type {
  position: relative;
  z-index: 3;
  background: #e9e9e9;
  padding: 3rem 1rem;
  margin-top: -3px;
}
@media screen and (min-width: 800px) {
  .instructor-type {
    position: relative;
    z-index: 3;
    background: #e9e9e9;
    padding: 3rem;
    margin-top: -3px;
  }
}

.type-icon {
  display: flex;
  justify-content: space-around;
}

.type-icon01:after {
  content: "";
  display: inline-block;
  width: 60%;
}

.type-icon02:after {
  content: "";
  display: inline-block;
  width: 40%;
}

.type-icon03:after {
  content: "";
  display: inline-block;
  width: 20%;
}

.type-icon-item {
  width: 20%;
  height: auto;
  object-fit: contain;
  margin: 0 0.3rem;
}
@media screen and (min-width: 640px) {
  .type-icon-item {
    width: 15%;
    height: auto;
    object-fit: contain;
    margin: 0 0.3rem;
  }
}
@media screen and (min-width: 800px) {
  .type-icon-item {
    width: 70px;
    height: auto;
    object-fit: contain;
    margin: 0 0.3rem;
  }
}

.instructor-sns {
  border: 1px solid #e9e9e9;
}

.instructor-sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.instructor-sns-icon {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1rem 1.2rem;
}
.instructor-sns-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.instructor-type-text {
  display: none;
}
@media screen and (min-width: 800px) {
  .instructor-type-text {
    display: block;
    font-weight: bold;
    padding: 3rem 0 3rem 0;
    line-height: 3rem;
  }
}

.instructor-type-min-text {
  padding: 1rem 0 3rem 0;
  line-height: 3rem;
}
@media screen and (min-width: 800px) {
  .instructor-type-min-text {
    padding: 0 0 4rem 0;
    line-height: 3rem;
  }
}

.lesson-price {
  display: block;
}
@media screen and (min-width: 1100px) {
  .lesson-price {
    display: flex;
  }
}

.first-lesson-label {
  margin-bottom: 1.5rem;
}
.first-lesson-label p {
  display: inline;
  font-size: 1.3rem !important;
  background: #cb0241;
  color: #fff;
  padding: 0.3rem 1.5rem;
}
@media screen and (min-width: 1100px) {
  .first-lesson-label {
    margin-top: -0.5rem;
  }
  .first-lesson-label p {
    display: inline;
    font-size: 1.3rem !important;
    background: #cb0241;
    color: #fff;
    padding: 0.3rem 1.5rem;
    margin-right: 4rem;
  }
}

.lesson-price-num {
  font-size: 2rem !important;
  margin-right: 5rem;
}

.price-big-text {
  font-size: 5.1rem;
  font-weight: normal;
  margin-right: 0.5rem;
}

.price-info-inner {
  max-width: 800px !important;
}

.price-info-big-title {
  font-size: 2rem !important;
  text-align: left !important;
  padding-bottom: 2rem !important;
  position: relative;
}
.price-info-big-title:after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: #0090d9;
  margin: 1rem 0 0 0 !important;
}
@media screen and (min-width: 640px) {
  .price-info-big-title {
    font-size: 2.6rem !important;
    padding-bottom: 4rem !important;
    position: relative;
  }
  .price-info-big-title:after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #0090d9;
    margin: 3rem auto 0 auto !important;
  }
}

.lesson-price-min-text {
  color: #666666;
  font-size: 1.3rem;
  margin-left: 1rem;
}

.lesson-price-btn {
  width: 100%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  margin-top: 1.5rem;
}
.lesson-price-btn p {
  font-size: 1.3rem;
  margin-right: 1rem;
}
.lesson-price-btn img {
  width: 30px;
}
.lesson-price-btn:hover {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .lesson-price-btn {
    width: 60%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-top: 1.5rem;
  }
  .lesson-price-btn p {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
  .lesson-price-btn img {
    width: 30px;
  }
  .lesson-price-btn:hover {
    background: #333;
    color: #fff;
  }
}
@media screen and (min-width: 1100px) {
  .lesson-price-btn {
    width: 37%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 0;
  }
  .lesson-price-btn p {
    font-size: 1.3rem;
    margin-right: 1rem;
  }
  .lesson-price-btn img {
    width: 30px;
  }
  .lesson-price-btn:hover {
    background: #333;
    color: #fff;
  }
}

.licence {
  padding-top: 4rem;
}

.licence-list {
  font-size: 1.6rem;
  padding-top: 2rem;
}
.licence-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 2.1rem;
  margin-bottom: 1rem;
}
.licence-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c2d500;
  margin-right: 1rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

#text-inner {
  max-width: 800px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #text-inner {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
  }
}

.reviews {
  padding: 6rem 0;
  background: #e7eef7;
}

.reviews-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004096;
  font-weight: 400;
  letter-spacing: 0.6rem;
  font-size: 3.5rem;
}
.reviews-title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 0.1rem;
  background: #004096;
  margin-right: 3rem;
}
.reviews-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 0.1rem;
  background: #004096;
  margin-left: 3rem;
}

.reviews-box {
  display: block;
  justify-content: space-around;
  margin-top: 4rem;
}
@media screen and (min-width: 800px) {
  .reviews-box {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
  }
}

.reviews-item {
  width: 100%;
  background: #fff;
  padding: 3rem 3rem 2.5rem 3rem;
  margin-bottom: 2rem;
}
.reviews-item h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.reviews-item p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin: 1rem 0 1.5rem 0;
}
@media screen and (min-width: 800px) {
  .reviews-item {
    width: 31.5%;
    background: #fff;
    padding: 3rem 3rem 2.5rem 3rem;
    margin-bottom: 2rem;
  }
  .reviews-item h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .reviews-item p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin: 1rem 0 1.5rem 0;
  }
}

.reviews-image {
  display: flex;
  align-items: center;
}
.reviews-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1.5rem;
  object-fit: cover;
}
.reviews-image span {
  display: block;
}

.reviews-name {
  margin: 0 !important;
}

.reviews-name-min {
  color: #004096;
  font-weight: bold;
}

.minute {
  font-size: 2rem;
  margin-right: 1rem;
}

.instructor-price-list-wrap {
  padding: 3.3rem 0 3rem 0;
  display: block;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .instructor-price-list-wrap {
    padding: 3.3rem 0 3rem 0;
    display: flex;
    justify-content: space-between;
  }
}

.instructor-price-min-title {
  color: #0090d9;
  letter-spacing: 0.13rem;
  display: flex;
  align-items: center;
}
.instructor-price-min-title::before {
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}
@media screen and (min-width: 800px) {
  .instructor-price-min-title::before {
    color: #0090d9;
    letter-spacing: 0.13rem;
    display: flex;
    align-items: center;
  }
  .instructor-price-min-title::before::before {
    margin-right: 2.5rem;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
  }
}

.instructor-price-box {
  background: #efefef;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
}

.first-lesson-price-label {
  margin-bottom: 2rem;
}

.instructor-lesson-price {
  padding-top: 3rem;
}

.instructor-price-list-box-left {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .instructor-price-list-box-left {
    width: 31%;
  }
}

.instructor-price-cta {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 2rem;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .allow-page01 {
    position: absolute;
    right: 0;
    margin-right: 20px;
    background: #333;
    width: 30px;
    height: 1px;
  }
  .allow-page01::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    border-width: 0 10px 7px 0;
  }
}

.profile-cta:hover {
  color: #fff;
  background: #333;
}

.contact-min-cta:hover {
  color: #fff;
  background: #0090d9;
}

@media screen and (min-width: 1000px) {
  .allow-page02 {
    position: absolute;
    right: 0;
    margin-right: 20px;
    background: #0090d9;
    width: 30px;
    height: 1px;
  }
  .allow-page02::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent #0090d9 transparent;
    border-width: 0 10px 7px 0;
  }
}

.profile-text {
  padding: 0 0 5rem 0;
}
.profile-text h2 {
  padding-top: 4rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
.profile-text h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: #0090d9;
  margin: 2rem auto 0 auto;
}
.profile-text p {
  font-size: 1.4rem;
  margin: 0 0 2.8rem 0;
}
.profile-text img {
  margin-bottom: 2.8rem;
}
.profile-text h3 {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 640px) {
  .profile-text {
    padding: 0 0 5rem 0;
  }
  .profile-text h2 {
    padding-top: 4rem;
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 7rem;
    text-align: left;
    position: relative;
  }
  .profile-text h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 75px;
    height: 4px;
    background: #0090d9;
    margin: 2rem auto 0 auto;
  }
  .profile-text p {
    font-size: 1.4rem;
    margin: 0 0 2.8rem 0;
  }
  .profile-text img {
    margin-bottom: 2.8rem;
  }
  .profile-text h3 {
    margin-bottom: 2.8rem;
  }
}

.greeting-text {
  padding: 6rem 0;
}
.greeting-text h2 {
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
}
.greeting-text h3 {
  margin-bottom: 2.8rem;
}
.greeting-text p {
  font-size: 1.4rem;
  margin: 0 0 2.8rem 0;
}
.greeting-text img {
  margin-bottom: 2.8rem;
}

.profile-cta {
  color: #333;
  border: 1px solid #333;
  margin-bottom: 1rem;
}

.contact-min-cta {
  color: #0090d9;
  border: 1px solid #0090d9;
}

.instructor-price-list-box-right {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .instructor-price-list-box-right {
    width: 63.5%;
  }
}

.minutes-rabel {
  background: #004096;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.3rem 1.5rem;
}

.course-list {
  margin-top: 1rem;
}

.corse-list-item {
  padding: 1rem 0;
  border-bottom: 1px dotted #cccccc;
}

.corse-price-text {
  font-family: "Roboto" sans-serif;
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 800px) {
  .corse-price-text {
    font-family: "Roboto" sans-serif;
    font-size: 2.8rem;
    margin-left: 3rem;
    margin-right: 0.5rem;
  }
}

.visitor-rabel {
  background: #004096;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.3rem 1rem 0.3rem 1.5rem;
  margin-bottom: 2rem;
}

.visitor-min-text {
  font-size: 1.4rem;
}

.visitor-price {
  margin-top: 4rem;
}

.second-minutes-rabel {
  margin-top: 4rem;
}

.instructor-price-min-title-second {
  margin-top: 1rem;
  color: #0090d9;
  letter-spacing: 0.13rem;
  display: flex;
  align-items: baseline;
}
.instructor-price-min-title-second::before {
  width: 5%;
  margin-right: 2.5rem;
  font-family: "Font Awesome 5 Free";
  content: "\f03d";
  font-weight: 900;
}

.offer {
  padding: 0 1rem;
}
@media screen and (min-width: 800px) {
  .offer {
    padding: 3rem 0;
  }
}

.offer-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
  border: 8px solid #0090d9;
}
@media screen and (min-width: 800px) {
  .offer-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 4rem 0 3rem 0;
    border: 8px solid #0090d9;
  }
}

.offer-text p {
  font-size: 1.4rem;
  margin: 2rem 0;
  line-height: 3rem;
}

.offer-title {
  color: #0090d9;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .offer-title {
    color: #0090d9;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
  }
}

.price-inner {
  max-width: 800px;
  margin: 0 auto;
}

.price-min-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px) {
  .price-min-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.price-min-text {
  font-size: 1.4rem;
}

.price-text-wrap {
  padding: 1rem 0;
}
@media screen and (min-width: 800px) {
  .price-text-wrap {
    padding: 2rem 0;
  }
}

.price-text-all {
  padding: 0rem 0;
}
@media screen and (min-width: 800px) {
  .price-text-all {
    padding: 2rem 0;
  }
}

.price-big-title {
  font-size: 2rem;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .price-big-title {
    font-size: 2.6rem;
  }
}
.price-big-title::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  background: #0090d9;
  margin: 3rem auto 0 auto;
}

.price-item {
  padding-top: 4rem;
}
@media screen and (min-width: 800px) {
  .price-item {
    padding-top: 6rem;
  }
}

.price-middle-title {
  font-size: 1.8rem;
  color: #004096;
}
@media screen and (min-width: 800px) {
  .price-middle-title {
    font-size: 2.2rem;
    color: #004096;
  }
}

.price-text-all-last {
  padding-bottom: 4rem;
}
@media screen and (min-width: 800px) {
  .price-text-all-last {
    padding-bottom: 7rem;
  }
}

.instructor-price-cta-sp {
  display: block;
  margin: 2rem 0;
}
@media screen and (min-width: 800px) {
  .instructor-price-cta-sp {
    display: none;
  }
}

.instructor-price-cta-pc {
  display: none;
}
@media screen and (min-width: 800px) {
  .instructor-price-cta-pc {
    display: block;
  }
}

.studio-table-all {
  padding-bottom: 5rem;
}

.studio-table-all-inner {
  padding: 3rem 0;
}

.studio-item {
  padding: 5rem 0;
}

.studio-map {
  border: 5px solid #dddddd;
  margin: 2rem 0 0 0;
  height: 500px;
}

.faq-wrap {
  padding: 3rem 0 6rem 0;
}

.faq-box {
  margin: 1rem 0;
}

.acd-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  color: #004096;
  background: #f5f8fc;
  position: relative;
  cursor: pointer;
}
.acd-label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-right: 2rem;
}
.acd-label h3 {
  padding: 1rem 3rem 1rem 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 640px) {
  .acd-label {
    font-size: 1.8rem;
  }
}

.q-btn {
  position: absolute;
  left: 0;
  height: 100%;
  color: #fff;
  background: #004096;
  font-size: 2.8rem;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}

.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  margin: 2rem 0 1rem 0;
  visibility: visible;
}

.acd-check:checked + .acd-label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  margin-right: 2rem;
}

.acd-title {
  display: flex;
}
.acd-title:before {
  content: "A";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0090d9;
  font-size: 2.8rem;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
.acd-title p {
  padding: 0 0 2rem 2rem;
}

.voice {
  padding: 3rem 0;
}

.voice-item {
  padding: 2rem 0 1rem 0;
}

.voice-item-text {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .voice-item-text {
    width: 77%;
  }
}

.voice-item-bottom {
  display: block;
  padding: 4rem 0 2rem 0;
}
@media screen and (min-width: 640px) {
  .voice-item-bottom {
    display: flex;
    justify-content: flex-start;
    padding: 4rem 0 2rem 0;
  }
}

.voice-item-img {
  width: 220px;
  height: 220px;
  margin: 0 auto 3rem auto;
}
.voice-item-img img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .voice-item-img {
    width: 220px;
    height: 220px;
    margin: 0 4rem 0 0;
  }
  .voice-item-img img {
    object-fit: cover;
  }
}

.voice-item-text-min {
  margin-bottom: 2.7rem;
}

.centering-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.centering-title::after {
  content: "";
  display: block;
  width: 35px;
  height: 0.4rem;
  margin: 2rem auto 0 auto;
  background: #0090d9;
}
@media screen and (min-width: 640px) {
  .centering-title {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
  }
  .centering-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 0.4rem;
    margin: 4rem auto 0 auto;
    background: #0090d9;
  }
}

.testimonial-rabel {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background: #004096;
  padding: 0 1.5rem;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .testimonial-rabel {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    background: #004096;
    padding: 0 1.5rem;
    margin: 0 2rem 0 0;
  }
}

.common-rabel {
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  background: #004096;
  padding: 0 1rem;
  margin: 0 0 1rem 0;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 640px) {
  .common-rabel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    background: #004096;
    padding: 0 1rem;
    margin: 0 2rem 0 0;
    letter-spacing: 0.04rem;
  }
}

.common-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #004096;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 640px) {
  .common-title {
    font-size: 3rem;
    font-weight: 400;
    color: #004096;
    letter-spacing: 0.5rem;
  }
}

.common-title-all {
  display: block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0090d9;
}
@media screen and (min-width: 640px) {
  .common-title-all {
    display: flex;
    align-items: baseline;
    padding-bottom: 2rem;
    border-bottom: 1px solid #0090d9;
  }
}

.read-box {
  font-size: 1.6rem;
  padding: 2rem;
  text-align: left;
  background: #e7eef7;
}
.read-box p {
  line-height: 2.5rem;
}
@media screen and (min-width: 640px) {
  .read-box {
    font-size: 1.8rem;
    padding: 4rem 2rem;
    text-align: center;
    background: #e7eef7;
  }
  .read-box p {
    line-height: 3.9rem;
  }
}

.read-min-text {
  font-size: 1.4rem;
  color: #666666;
}

.point-box {
  display: block;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .point-box {
    display: flex;
    width: 100%;
  }
}

.point-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0090d9;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 2rem 1rem;
}
@media screen and (min-width: 640px) {
  .point-title {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0090d9;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding: 6rem 1rem;
  }
}

.point-text {
  position: relative;
  background: #f5f8fc;
  width: 100%;
  display: flex;
  align-items: center;
}
.point-text:before {
  position: absolute;
  top: 0;
  left: 45%;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0090d9;
}
@media screen and (min-width: 800px) {
  .point-text {
    position: relative;
    background: #f5f8fc;
    width: 80%;
    display: flex;
    align-items: center;
  }
  .point-text:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #0090d9;
  }
}

.point-all {
  padding: 3rem 1rem 2rem 1rem;
  line-height: 3rem;
}
@media screen and (min-width: 800px) {
  .point-all {
    padding: 3rem 2rem 3rem 4rem;
    line-height: 3rem;
  }
}

.point-item {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
  margin: 1rem 0;
}
.point-item p {
  width: 95%;
}
@media screen and (min-width: 800px) {
  .point-item {
    font-size: 1.6rem;
    display: flex;
    align-items: flex-start;
    margin: 1rem 0;
  }
  .point-item p {
    width: 100%;
  }
}

.point-min-box {
  width: 8px;
  height: 8px;
  background: #c2d500;
  margin-right: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 800px) {
  .point-min-box {
    width: 8px;
    height: 8px;
    background: #c2d500;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}

.comment-box {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid #0090d9;
}
@media screen and (min-width: 800px) {
  .comment-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem;
    border: 1px solid #0090d9;
  }
}

.content-page-item {
  padding-bottom: 3rem;
}
.content-page-item:last-child {
  padding-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .content-page-item {
    padding-bottom: 7rem;
  }
}

.movie-page {
  padding: 0;
}

.movie-page-item {
  padding-bottom: 3rem;
}
.movie-page-item:last-child {
  padding-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .movie-page-item {
    padding-bottom: 7rem;
  }
}

.movie-recomend {
  background: #f5f8fc;
}

.movie-recomend-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .movie-recomend-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.movie-recomend-inner h1 {
  color: #004096;
  font-size: 2.1rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.movie-recomend-inner h1:after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background: #004096;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .movie-recomend-inner h1 {
    color: #004096;
    font-size: 2.8rem;
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  .movie-recomend-inner h1:after {
    content: "";
    display: block;
    width: 35px;
    height: 5px;
    background: #004096;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.movie-recomend-item {
  width: 100%;
  margin-right: 0rem;
  margin-bottom: 4rem;
}
.movie-recomend-item:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0rem;
}
.movie-recomend-item h2 {
  font-size: 1.8rem;
  color: #0090d9;
  padding: 0.5rem 0rem;
  margin: 1rem 0;
}
.movie-recomend-item p {
  margin-bottom: 1.5rem;
}
.movie-recomend-item a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0090d9;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
  border: 3px solid #0090d9;
}
.movie-recomend-item a:hover {
  background: #fff;
  border: 3px solid #fff;
}
@media screen and (min-width: 640px) {
  .movie-recomend-item {
    width: 28%;
    margin-right: 2rem;
    margin-bottom: 0rem;
  }
  .movie-recomend-item:nth-of-type(3) {
    margin-right: 0;
  }
  .movie-recomend-item h2 {
    font-size: 2rem;
    color: #0090d9;
    padding: 0.5rem 0rem;
    margin: 1rem 0;
  }
  .movie-recomend-item p {
    margin-bottom: 1.5rem;
  }
  .movie-recomend-item a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0090d9;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    border: 3px solid #0090d9;
  }
  .movie-recomend-item a:hover {
    background: #fff;
    border: 3px solid #fff;
  }
}

.comment-img {
  margin-top: 2rem;
  width: 120px;
  height: 120px;
}

.comment-box-left {
  width: auto;
  text-align: center;
  margin-bottom: 2rem;
  margin-right: 0;
}
.comment-box-left h3 {
  font-size: 1.6rem;
  line-height: 3rem;
}
.comment-box-left h3 span {
  border-bottom: 1px solid;
}
@media screen and (min-width: 800px) {
  .comment-box-left {
    width: 140px;
    text-align: left;
    margin-bottom: 0;
    margin-right: 4rem;
  }
}

.comment-box-right {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .comment-box-right {
    width: 80%;
  }
}

.comment-text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.comment-text:last-child {
  margin-bottom: 0;
}

.common-table {
  width: 100%;
}

.common-table-inner {
  display: flex;
}
.common-table-inner a {
  color: #004096;
}

.common-table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: #0090d9;
  border: 1px solid #fff;
  color: #fff;
  padding: 1.5rem 0;
  width: 25%;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .common-table-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #0090d9;
    border: 1px solid #fff;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    width: 30%;
  }
}

.common-table-text {
  display: flex;
  align-items: center;
  width: 80%;
  font-size: 1.4rem;
  background: #f5f8fc;
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  .common-table-text {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    background: #f5f8fc;
    border: 1px solid #fff;
    padding: 1.5rem 0 1.5rem 4rem;
    word-break: break-all;
  }
}

.common-table-text-tokyo {
  display: block !important;
  align-items: center;
  width: 80%;
  font-size: 1.4rem;
  background: #f5f8fc;
  border: 1px solid #fff;
  padding: 1.5rem 1rem;
  word-break: break-all;
}
@media screen and (min-width: 800px) {
  .common-table-text-tokyo {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    background: #f5f8fc;
    border: 1px solid #fff;
    padding: 1.5rem 0 1.5rem 4rem;
    word-break: break-all;
  }
}

.entry-content-inner {
  display: block;
}
@media screen and (min-width: 640px) {
  .entry-content-inner {
    display: flex;
  }
}

.entry-content-all {
  width: 100%;
}
.entry-content-all p a {
  color: #0000dd;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .entry-content-all {
    width: 63.5%;
    padding: 3rem 0;
  }
}
.entry-content-all p a {
  color: #0000dd;
  font-weight: bold;
}
.entry-content-all span {
  font-size: 1.6rem;
  display: block;
}

.sidebar {
  width: 100%;
  padding: 0 0 2rem 0;
}
.sidebar h3 {
  margin: 0 0 1.5rem 0 !important;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  color: #333 !important;
  border-bottom: 1px solid #cccccc;
}
.sidebar ul {
  font-size: 1.4rem;
}
.sidebar li {
  padding-bottom: 2rem;
}
.sidebar li a {
  margin-right: 1rem;
}
.sidebar span {
  display: block;
  font-size: 1.2rem;
  color: #666666;
}
@media screen and (min-width: 640px) {
  .sidebar {
    width: 36.5%;
    padding: 5.5rem 0 6rem 5.5rem;
  }
  .sidebar h3 {
    margin: 0 !important;
    font-size: 1.6rem;
    padding-bottom: 4rem;
    color: #333 !important;
    border-bottom: none;
  }
  .sidebar ul {
    font-size: 1.4rem;
  }
  .sidebar li {
    padding-bottom: 3rem;
  }
  .sidebar li a {
    margin-right: 1rem;
  }
  .sidebar span {
    display: block;
    font-size: 1.2rem;
    color: #666666;
  }
}

.sidebar-archive {
  width: 100%;
  padding: 0 0 2rem 0;
}
.sidebar-archive h3 {
  margin: 0 0 1.5rem 0 !important;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  color: #333 !important;
  border-bottom: 1px solid #cccccc;
}
.sidebar-archive ul {
  font-size: 1.4rem;
}
.sidebar-archive li {
  padding-bottom: 2rem;
  margin-left: 0 !important;
}
.sidebar-archive li a {
  margin-right: 1rem;
}
.sidebar-archive span {
  display: block;
  font-size: 1.2rem;
  color: #666666;
}
@media screen and (min-width: 640px) {
  .sidebar-archive {
    width: 36.5%;
    padding: 1rem 1rem 6rem 5.5rem;
  }
  .sidebar-archive h3 {
    margin: 0 !important;
    font-size: 1.6rem;
    padding-bottom: 4rem;
    color: #333 !important;
    border-bottom: none;
  }
  .sidebar-archive ul {
    font-size: 1.4rem;
  }
  .sidebar-archive li {
    padding-bottom: 3rem;
  }
  .sidebar-archive li a {
    margin-right: 1rem;
  }
  .sidebar-archive span {
    display: block;
    font-size: 1.2rem;
    color: #666666;
  }
}

.sidebar-item {
  padding-bottom: 2rem;
}
.sidebar-item li {
  margin-left: 0 !important;
}
@media screen and (min-width: 640px) {
  .sidebar-item {
    padding-bottom: 3rem;
  }
}

.entry-content h1 {
  color: #004096;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  padding: 1.6rem 0 0 0;
}
.entry-content h2 {
  padding: 2rem 0 1.4rem 0;
  margin: 0;
  font-size: 2rem;
  border-bottom: 1px dotted;
  color: #004096;
}
.entry-content h3 {
  margin: 3rem 0 1rem 0;
  font-size: 1.8rem;
  color: #004096;
}
.entry-content p {
  padding: 1rem 0 0 0;
}
.entry-content img {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .entry-content h1 {
    color: #004096;
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    padding: 1.6rem 0 2rem 0;
  }
  .entry-content h2 {
    padding: 2rem 0 1.4rem 0;
    margin: 0;
    font-size: 2rem;
    border-bottom: 1px dotted;
    color: #004096;
  }
  .entry-content h3 {
    margin: 3rem 0 1rem 0;
    font-size: 1.8rem;
    color: #004096;
  }
  .entry-content p {
    padding: 1rem 0 0 0;
  }
  .entry-content img {
    padding: 2rem 0;
  }
}

.blog-title-all {
  display: block;
  font-size: 3rem;
  color: #fff;
  margin-left: 1.3rem;
  padding-top: 1rem;
}
@media screen and (min-width: 800px) {
  .blog-title-all {
    color: #fff;
    font-size: 5rem;
    padding-top: 2.2rem;
  }
}

#padSection {
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
}

#padSection .avatar img {
  border: none !important;
}

.entry-content-title {
  color: #004096;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  padding: 2rem 0;
}

.entry-content-data {
  font-size: 1.4rem;
  margin-right: 2rem;
}
.entry-content-data p {
  padding: 0 !important;
}

.entry-content-info {
  display: flex;
  align-items: baseline;
  padding: 1.4rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) {
  .entry-content-info {
    display: flex;
    align-items: baseline;
    padding: 1.4rem 0;
  }
}

.entry-content-tag {
  display: block;
  color: #004096;
  font-size: 1.4rem;
}
.entry-content-tag a {
  margin-right: 1rem;
}
.entry-content-tag a:nth-child(2) {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .entry-content-tag {
    display: flex;
    color: #004096;
    font-size: 1.4rem;
  }
}

.about-intro {
  padding: 4rem 0 8rem 0;
}

.about-title {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .about-title {
    padding: 4rem 0;
  }
}

.about-img {
  max-width: 700px;
  height: 250px;
  margin: 0 auto 3rem auto;
}
.about-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .about-img {
    max-width: 700px;
    height: 430px;
    margin: 0 auto 4rem auto;
  }
  .about-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
  }
}

.about-title-top {
  padding: 0 0 3rem 0 !important;
}
@media screen and (min-width: 640px) {
  .about-title-top {
    padding: 4rem 0 !important;
  }
}

.about-page-text {
  padding: 0rem 0 2rem 0;
}
.about-page-text p {
  margin-bottom: 2rem;
}
.about-page-text p:last-child {
  margin-bottom: 0;
}
.about-page-text li {
  font-size: 1.8rem;
  list-style: decimal;
  list-style-position: outside;
  margin-left: 2.5rem;
}

.conpaddintent-page-item {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  .conpaddintent-page-item {
    max-width: 960px;
    margin: 0 auto;
    padding: 4rem 0;
  }
}

.movie-area {
  max-width: 930px;
  margin: 0 auto;
  padding: 2rem 0;
  display: block;
}
@media screen and (min-width: 800px) {
  .movie-area {
    max-width: 930px;
    margin: 0 auto;
    padding: 4rem 0;
  }
}

.video-item {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .video-item {
    width: 48%;
    margin-bottom: 0;
  }
}

.video-area {
  max-width: 1100px !important;
  padding: 2rem 0 5rem 0 !important;
  display: block;
}
@media screen and (min-width: 800px) {
  .video-area {
    max-width: 1100px !important;
    padding: 2rem 0 5rem 0 !important;
    display: block;
    display: flex;
    justify-content: space-between;
  }
}

.archive-list-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.entry-content-all-wrap {
  display: block;
}
@media screen and (min-width: 640px) {
  .entry-content-all-wrap {
    display: flex;
  }
}

.archive-content-all {
  width: 100% !important;
  padding: 0 0 6rem 0 !important;
}
@media screen and (min-width: 640px) {
  .archive-content-all {
    width: 63.5% !important;
    padding: 0 0 6rem 0 !important;
  }
}

.entry-content-eyecatch a:hover {
  opacity: 0.8;
}

.archive-list-title {
  margin-top: 2rem;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  color: #fff;
  display: inline-block;
  background: #004096;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .archive-list-title {
    display: inline-block;
    margin-top: 5rem;
    font-size: 1.8rem;
    color: #fff;
    padding: 0.3rem 1rem;
    font-weight: normal;
  }
}

.entry-content-card {
  margin-bottom: 2rem;
}

.archive-content-title {
  font-size: 2rem;
  padding: 1rem 0;
}
@media screen and (min-width: 640px) {
  .archive-content-title {
    font-size: 3.6rem;
    padding: 1rem 0;
  }
}

.archive-content-info {
  font-size: 1.2rem !important;
}

.archive-content-tag {
  padding: 0 !important;
}

.entry-description {
  padding: 2rem 0;
}

.archive-description {
  padding: 2rem 0;
  font-size: 1.4rem;
}
.archive-description a {
  font-size: 1.4rem;
  color: #004096;
}
@media screen and (min-width: 640px) {
  .archive-description {
    font-size: 1.6rem;
  }
}

.wp-pagenavi {
  padding-top: 2rem;
}
.wp-pagenavi a {
  font-size: 1.6rem;
  color: #004096;
  padding: 0.8rem 1.2rem;
  border: 1px solid #004096;
  margin-right: 2%;
}
.wp-pagenavi span {
  font-size: 1.6rem;
  color: #004096;
  padding: 0.8rem 1.2rem;
  border: 1px solid #004096;
  margin-right: 2%;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .wp-pagenavi a {
    font-size: 1.8rem;
    color: #004096;
    padding: 1rem 1.5rem;
    border: 1px solid #004096;
    margin-right: 2%;
  }
  .wp-pagenavi span {
    font-size: 1.8rem;
    color: #004096;
    padding: 1rem 1.5rem;
    border: 1px solid #004096;
    margin-right: 2%;
    display: inline-block;
  }
}

.current {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 0.8rem 1.2rem;
  border: 1px solid #004096;
  margin-right: 2%;
  background: #004096;
}
@media screen and (min-width: 640px) {
  .current {
    font-size: 1.8rem;
    color: #fff !important;
    padding: 1rem 1.5rem;
    border: 1px solid #004096;
    margin-right: 2%;
    background: #004096;
  }
}

.instructors {
  padding: 2rem 0 8rem 0;
}

.instructors-item {
  margin-bottom: 2rem;
}

.instructors-item-wrap {
  display: block;
}
.instructors-item-wrap img {
  display: block;
  width: 220px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 3rem auto;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .instructors-item-wrap {
    display: flex;
  }
  .instructors-item-wrap img {
    width: 220px;
    height: auto;
    object-fit: contain;
    margin-right: 4rem;
  }
}

.instructors-text {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .instructors-text {
    width: 80%;
  }
}

.instructors-text-min p span {
  color: #c2d500;
  font-weight: bold;
}

.instructors-box {
  background: #f5f8fc;
  margin: 3rem 0;
}

.instructors-box-all {
  padding: 3rem !important;
}

.instructors-cta {
  display: block;
}
@media screen and (min-width: 640px) {
  .instructors-cta {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  .instructors-cta {
    display: flex;
    justify-content: flex-start;
  }
}

.instructors-cta-item {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .instructors-cta-item {
    width: 350px;
    height: 50px;
    margin-right: 2rem;
  }
}

.method-diagram {
  width: 95%;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (min-width: 640px) {
  .method-diagram {
    width: 600px;
    margin: 0 auto;
    padding-top: 8rem;
  }
}

.point-all-item-inner:first-child {
  margin-bottom: 2rem;
}

.about-page-text-box {
  font-size: 1.6rem;
  padding: 2rem 3rem;
  background: #efefef;
  letter-spacing: 0.12em;
}
.about-page-text-box li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.about-page-text-box li:last-child {
  margin-bottom: 0;
}
.about-page-text-box li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 1rem;
}
@media screen and (min-width: 640px) {
  .about-page-text-box li {
    display: flex;
    align-items: center;
  }
  .about-page-text-box li:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 1rem;
  }
}

.cta-text {
  text-align: center;
  padding-top: 4rem;
}
.cta-text p {
  font-size: 1.8rem !important;
  color: #cb0241;
}

.page-cta {
  margin: 0 auto;
}

.common-title-all-min {
  border-bottom: 2px dotted #0090d9;
}

.common-title-min {
  font-size: 2rem;
  color: #004096;
}

.about-page-text-wrap {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}
.about-page-text-wrap img {
  width: 100%;
  margin-left: 0rem;
  object-fit: contain;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .about-page-text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row-reverse;
    padding: 4rem 0;
  }
  .about-page-text-wrap img {
    width: 50%;
    margin-left: 2rem;
    object-fit: contain;
    margin-bottom: 0;
  }
}

.client-text {
  margin-bottom: 0.5rem;
}

.method-table {
  font-size: 1.6rem;
  vertical-align: middle;
  margin: 2rem 0;
}
.method-table th {
  font-size: 1.4rem;
  border: 2px solid #fff;
  padding: 1rem;
  font-weight: normal;
  background: #f5f8fc;
}
@media screen and (min-width: 640px) {
  .method-table {
    font-size: 1.6rem;
    vertical-align: middle;
    margin: 4rem 0;
  }
}
.method-table th {
  font-size: 1.4rem;
  border: 2px solid #fff;
  padding: 2rem;
  font-weight: normal;
  background: #f5f8fc;
}

.method-table-title {
  font-size: 1.6rem !important;
  background: #0090d9 !important;
  color: #fff;
  text-align: center;
}

.method-sub-table-title {
  font-size: 1.4rem !important;
  width: 100px;
  font-weight: bold !important;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .method-sub-table-title {
    font-size: 1.6rem !important;
    width: 100px;
    font-weight: bold !important;
    text-align: center;
  }
}

.method-table-text-top {
  width: 80px;
  color: #0090d9;
  font-size: 1.4rem !important;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .method-table-text-top {
    width: 80px;
    color: #0090d9;
    font-size: 1.6rem !important;
    text-align: center;
  }
}

.orenbrown-img {
  height: 400px;
}

.method-item {
  padding: 2rem 0;
}
@media screen and (min-width: 640px) {
  .method-item {
    padding: 4rem 0;
  }
}

.method-table-text-bottom {
  width: 42%;
}
@media screen and (min-width: 640px) {
  .method-table-text-bottom {
    width: 70%;
  }
}

.method-instructor {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .method-instructor {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem;
  }
}

.label-system-mainvisual {
  background: #000;
  padding: 4rem 0;
}

.label-system-title {
  color: #fff;
  text-align: center;
}

.label-system-mainvisual-img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .label-system-mainvisual-img {
    width: 740px;
    margin: 0 auto;
  }
}

.label-system-min-title {
  margin-top: -50px;
  text-align: center;
  color: #fff;
}

.certification {
  background: #eaeaea;
  padding: 4rem 0;
}

.labelsystem-min-title {
  text-align: center;
  font-size: 2.5rem;
}

.label-system-text {
  text-align: center;
  padding: 4rem 0;
}

.certification-cta {
  text-align: center;
}
.certification-cta a {
  padding: 2rem 4rem;
  border-radius: 1rem;
  display: inline-block;
  font-size: 1.6rem;
  background: #000;
  color: #c2d500;
  font-weight: bold;
  border: 1px solid #000;
}
.certification-cta a:hover {
  background: #fff;
  color: #333;
}

.traning-method {
  padding: 4rem 0;
  background: #dddddd;
}

.traning-method-wrap {
  display: block;
  padding-top: 2rem;
}
@media screen and (min-width: 800px) {
  .traning-method-wrap {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
  }
}

.traning-method-item {
  background: #fff;
  padding: 2rem;
  margin: 2rem 0;
}
.traning-method-item:last-child {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 800px) {
  .traning-method-item {
    background: #fff;
    padding: 2rem;
    margin: 0 1rem;
  }
  .traning-method-item:last-child {
    margin: 0;
  }
}

.traning-method-item-img {
  width: 100%;
  margin: 0 auto;
}
.traning-method-item-img img {
  object-fit: contain;
  border: 3px solid #dddddd;
}
@media screen and (min-width: 800px) {
  .traning-method-item-img {
    width: 220px;
    margin: 0 auto;
  }
  .traning-method-item-img img {
    object-fit: contain;
    border: 3px solid #dddddd;
  }
}

.traning-method-item-text {
  text-align: center;
}

.ranksystem {
  padding: 4rem 0;
  background: url("../img/blackBg.png") #000000 no-repeat center 130px;
  background-attachment: fixed;
}

.rank-item-wrap {
  max-width: 800px;
  padding-top: 4rem;
  margin: 0 auto;
}

.rank-item {
  margin: 0px auto 6rem auto;
}
.rank-item img {
  width: 230px;
  margin-right: 3rem;
}
.rank-item:last-child {
  margin: 0px auto;
}

.rank-item-text p {
  color: #fff;
}

.rank-item-inner {
  display: block;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 640px) {
  .rank-item-inner {
    display: flex;
    align-items: center;
    position: relative;
  }
}

.rank-item-img {
  text-align: center;
}

.rank-arrow {
  display: block;
  margin: 2rem auto 0 auto;
  width: 40px;
  height: 40px;
  border-right: 5px solid #666;
  border-bottom: 5px solid #666;
  transform: rotate(45deg);
}

.rank-item-title {
  width: 95%;
  color: #fff;
  padding: 1rem 0 1rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.rank-item-title:before {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
}
.rank-item-title:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
}
@media screen and (min-width: 800px) {
  .rank-item-title {
    width: 350px;
    color: #fff;
    margin-top: 0;
    padding: 0 0 0 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .rank-item-title:before {
    display: block;
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
  }
  .rank-item-title:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0px;
    right: -20px;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
  }
}

.title-red {
  background: #7d0000;
}
.title-red:before {
  border-top: 3rem solid #7d0000;
}
.title-red:after {
  border-bottom: 3rem solid #7d0000;
}

.title-blue {
  background: #181878;
}
.title-blue:before {
  border-top: 3rem solid #181878;
}
.title-blue:after {
  border-bottom: 3rem solid #181878;
}

.title-gold {
  background: #cab85f;
}
.title-gold:before {
  border-top: 3rem solid #cab85f;
}
.title-gold:after {
  border-bottom: 3rem solid #cab85f;
}

.labelsystem-coach-list {
  padding: 4rem 0 6rem 0;
  background: #dddddd;
}

.instructor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto 2rem auto;
}
.instructor-list li {
  position: relative;
  width: 48%;
  padding-bottom: 5rem;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.instructor-list:last-child {
  margin: 0px auto;
}
@media screen and (min-width: 800px) {
  .instructor-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 800px;
    margin: 0 auto 2rem auto;
  }
  .instructor-list li {
    position: relative;
    width: 140px;
    padding-bottom: 5rem;
    box-sizing: border-box;
    margin: 0 1rem;
  }
  .instructor-list:last-child {
    margin: 0px auto;
  }
}

.instructor-list-area {
  display: none;
}
@media screen and (min-width: 800px) {
  .instructor-list-area {
    display: block;
    position: relative;
    background: #cecece;
    color: #fff;
    text-align: center;
    padding: 40px 0px 100px 0px;
    font-size: 38px;
  }
  .instructor-list-area:before {
    display: block;
    position: absolute;
    content: "";
    top: 180px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 8px;
    height: 50px;
    background: #eaeaea;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .instructor-list-area:after {
    display: block;
    position: absolute;
    content: "";
    top: 210px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 8px;
    height: 50px;
    background: #eaeaea;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .instructor-list-area span {
    display: block;
    font-size: 6rem;
  }
}

.instructor-list-data {
  display: block;
  position: relative;
  background: #fff;
  text-align: left;
}
.instructor-list-data img {
  box-sizing: border-box;
  border: 5px solid #cab85f;
}
.instructor-list-data a {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  margin: 0px 10px;
  padding: 3px;
  background: #cab85f;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
.instructor-list-data p {
  font-size: 1.4rem;
}

.instructor-list-name {
  color: #cab85f;
}

.instructor-list-wrap {
  display: block;
  margin: 1rem;
}

.data-blue img {
  border: 5px solid #1f1fa5;
}

.data-red img {
  border: 5px solid #b82c2c;
}

.data-blue a {
  background: #1f1fa5;
}

.data-red a {
  background: #b82c2c;
}

.labelsystem-coach-list-wrap {
  padding-top: 4rem;
}

.invitation {
  padding: 4rem 0;
  background: url(../img/blackBg.png) #000000 no-repeat center 130px;
  background-attachment: fixed;
}

.invitation-detail {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.invitation-detail-title {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #e8d891;
  font-size: 1.8rem;
  font-weight: 700;
}

.invitation-detail-text-read {
  color: #cab85f;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.invitation-detail-text {
  background: #fff;
  margin: 0 0 1rem 0;
  padding: 1.5rem;
}

.invitation-detail-list {
  margin: 0 2rem;
}
.invitation-detail-list li {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  list-style: decimal;
}
.invitation-detail-list li:last-child {
  margin-bottom: 0;
}

.invitation-detail-list-min {
  font-weight: normal;
}

.invitation-detail-min-text li {
  font-size: 1.6rem;
  display: flex;
  margin-top: 2rem;
}
.invitation-detail-min-text li::before {
  content: "＊";
}

.instructor-list-area-sp {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: #cecece;
  color: #fff;
  padding: 1rem 0;
  position: relative;
  margin-bottom: 4rem;
}
.instructor-list-area-sp:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  display: inline-block;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
  border-top: 2rem solid #cecece;
}
@media screen and (min-width: 800px) {
  .instructor-list-area-sp {
    display: none;
  }
}

.abroad-movie {
  max-width: 960px;
  padding-top: 56.25%;
  position: relative;
  margin: 2rem auto;
}
.abroad-movie iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 640px) {
  .abroad-movie {
    max-width: 960px;
    padding-top: 56.25%;
    position: relative;
    margin: 4rem auto;
  }
  .abroad-movie iframe {
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.abroad-img {
  max-width: 600px;
  padding: 2rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .abroad-img {
    max-width: 600px;
    padding: 4rem 0;
    margin: 0 auto;
  }
}

.abroad-item {
  padding-bottom: 4rem;
}
@media screen and (min-width: 640px) {
  .abroad-item {
    padding-bottom: 6rem;
  }
}

.abroad-item-bottom {
  padding-bottom: 2rem !important;
}

.master-coach {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 6rem 0;
}
.master-coach:nth-last-of-type(2) {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
}
.master-coach:nth-last-of-type(2) img {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .master-coach {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 6rem 0;
  }
  .master-coach:nth-last-of-type(2) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row-reverse;
  }
  .master-coach:nth-last-of-type(2) img {
    margin-left: 3rem;
    margin-right: 0;
  }
}

.master-coach-img {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 640px) {
  .master-coach-img {
    width: 50%;
    margin-right: 3rem;
    margin-left: 0;
  }
}

.master-coach-text {
  width: 100%;
  margin-top: -0.5rem;
}
.master-coach-text p {
  padding-top: 1rem;
}
@media screen and (min-width: 640px) {
  .master-coach-text {
    width: 50%;
    margin-top: 0;
  }
  .master-coach-text p {
    padding-top: 2rem;
  }
}

.master-coach-title {
  display: block;
  color: #fff;
  background: #004096;
  padding: 1rem 3rem;
}
@media screen and (min-width: 640px) {
  .master-coach-title {
    display: inline-block;
    color: #fff;
    background: #004096;
    padding: 1rem 3rem;
  }
}

.contact-page-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.contact-form-wrap {
  font-size: 1.6rem;
  width: 100%;
}

.contact-label-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem 0;
}

.text-area-item {
  display: flex;
  justify-content: space-around;
  align-items: flex-start !important;
  margin: 2rem 0;
}

.text-area-title {
  margin-top: 1rem;
}

.contact-label-text {
  width: 60%;
}
.contact-label-text input {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
}
.contact-label-text select {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}

.contact-text-area {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  color: #333;
  font-size: 1.6rem;
  padding: 5px 2%;
  width: 100%;
  position: relative;
  appearance: none;
}

.contact-label-select {
  position: relative;
}
.contact-label-select:after {
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  content: "";
  background: url("../icon/arrow-icon-black.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.contact-label-title {
  width: 40%;
  text-align: left;
  margin-right: 1rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .contact-label-title {
    width: 40%;
    text-align: left;
    margin-right: 1rem;
    display: flex;
  }
}

.required:after {
  content: "必須";
  color: #cb0241;
  width: 60px;
  display: block;
  padding: 0 1rem;
  margin-left: 5%;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .required:after {
    content: "必須";
    color: #cb0241;
    display: inline-block;
    padding: 0 1rem;
    margin-left: 5%;
    margin-top: 0;
    text-align: center;
    font-weight: normal;
  }
}

.optional:after {
  content: "任意";
  color: #0090d9;
  width: 60px;
  display: block;
  padding: 0 1rem;
  margin-left: 5%;
  margin-top: 0.5rem;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .optional:after {
    content: "任意";
    color: #0090d9;
    display: inline-block;
    padding: 0 1rem;
    margin-left: 5%;
    margin-top: 0;
    font-weight: normal;
  }
}

.contact-page-cta {
  width: 100% !important;
}

.method-page-box {
  padding: 2rem 1.5rem;
  background: #e7eef7;
}
.method-page-box p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.9rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 640px) {
  .method-page-box {
    padding: 4rem 2rem;
    background: #e7eef7;
  }
  .method-page-box p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 3.9rem;
    letter-spacing: 0.39em;
  }
}

.method-min-text {
  color: #666666;
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.4rem;
}

.method-item {
  max-width: 932px;
  margin: 0 auto;
  padding: 8rem 0 3rem 0;
}

.common-page-title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 6rem;
  letter-spacing: 0.14em;
}
.common-page-title:after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  margin: 4rem auto 0 auto;
  background: #0090d9;
}
@media screen and (min-width: 640px) {
  .common-page-title {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    padding-bottom: 6rem;
    letter-spacing: 0.14em;
  }
  .common-page-title:after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    margin: 4rem auto 0 auto;
    background: #0090d9;
  }
}

.common-page-text {
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-bottom: 4.5rem;
  line-height: 2.8rem;
}

.point-main-title {
  color: #0090d9;
  font-weight: bold;
}

.method-point-box {
  margin-bottom: 4rem;
}

.solution-point {
  margin-bottom: 5rem;
}
.solution-point li {
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  color: #0090d9;
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
}
.solution-point li:before {
  content: "1";
  display: inline-block;
  background: #0090d9;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0.8rem;
  margin-right: 1.5rem;
  height: 3.2rem;
}
.solution-point li:last-child {
  margin-bottom: 0;
}
.solution-point li:last-child:before {
  content: "2";
  display: inline-block;
  background: #0090d9;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0.8rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 640px) {
  .solution-point li {
    letter-spacing: 0.08em;
    font-size: 1.8rem;
    color: #0090d9;
    font-weight: bold;
    margin-bottom: 2rem;
    display: flex;
  }
  .solution-point li:before {
    content: "1";
    display: inline-block;
    background: #0090d9;
    color: #fff;
    text-align: center;
    padding: 0.2rem 0.8rem;
    margin-right: 2.8rem;
    height: 3.2rem;
  }
  .solution-point li:last-child {
    margin-bottom: 0;
  }
  .solution-point li:last-child:before {
    content: "2";
    display: inline-block;
    background: #0090d9;
    color: #fff;
    text-align: center;
    padding: 0.2rem 0.8rem;
    margin-right: 2.8rem;
  }
}

.solution-point-card {
  display: block;
}
@media screen and (min-width: 640px) {
  .solution-point-card {
    display: flex;
    margin-bottom: 4rem;
  }
}

.solution-item {
  width: 100%;
  border-radius: 1.5rem;
  border: 3px solid #cbcbcb;
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
  padding: 2rem;
  text-align: center;
}
.solution-item:last-child {
  margin-right: 0;
}
.solution-item p {
  color: #666666;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .solution-item {
    width: 100%;
    border-radius: 1.5rem;
    border: 3px solid #cbcbcb;
    display: flex;
    align-items: center;
    margin: 0 2rem 0 0;
    padding: 2rem;
    text-align: center;
  }
  .solution-item:last-child {
    margin-right: 0;
  }
  .solution-item p {
    color: #666666;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: bold;
    text-align: center;
  }
}

.text-line {
  margin-left: 0.5rem;
  border-bottom: 1px solid #004096;
}

.method-hybrid-intro {
  display: block;
  padding: 4rem 0;
}
.method-hybrid-intro img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .method-hybrid-intro {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
  }
  .method-hybrid-intro img {
    width: 35%;
    margin-right: 6rem;
    object-fit: cover;
  }
}

.method-hybrid-cta {
  max-width: 500px;
}

.method-hybrid-item {
  margin-bottom: 10rem;
}
.method-hybrid-item:last-child {
  margin-bottom: 3rem;
}

.sitemap-link {
  font-size: 1.8rem;
  font-weight: bold;
}

.sitemap-link-min {
  font-size: 1.6rem;
  font-weight: normal;
}

.sitemap-link-all {
  padding: 1rem 0 !important;
}

.sitemap-link-all-min {
  padding: 1rem 0 1rem 2rem !important;
}

.sitemap-title {
  padding: 0 !important;
}

.cat-item {
  font-size: 1.4rem;
  padding: 1rem 0 1rem 0;
}

.movie-list-inner {
  max-width: 960px;
  margin: 0 auto;
}

.movie-list-wrap {
  display: block;
  padding: 0 2rem;
}
@media screen and (min-width: 640px) {
  .movie-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .movie-list-wrap:after {
    content: "";
    display: block;
    width: 30%;
    margin: 0 1rem 4rem 1rem;
  }
}

.movie-list-item {
  width: 100%;
  margin: 0 0rem 4rem 0rem;
}
@media screen and (min-width: 640px) {
  .movie-list-item {
    width: 30%;
    margin: 0 1rem 4rem 1rem;
  }
}
.movie-list-item h2 {
  margin-top: 2rem;
  font-size: 1.8rem;
  background: #004096;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.movie-list-item p {
  font-size: 1.6rem;
  margin: 1.5rem 0;
}
.movie-list-item a {
  display: block;
  text-align: center;
  font-family: "Oswald";
  font-size: 1.8rem;
  font-weight: 700;
  border: 2px solid #cb0241;
  color: #cb0241;
  padding: 0.5rem 2rem;
}
.movie-list-item a:hover {
  background: #cb0241;
  color: #fff;
}

.movie-widget-list a:hover {
  opacity: 0.8;
}
.movie-widget-list img {
  padding: 0 !important;
}
.movie-widget-list p {
  margin: 0;
  padding: 0 0 2rem 0 !important;
  color: #004096;
}

.movie-feed-title {
  padding-bottom: 4rem !important;
}

.youtube-area {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube-area iframe {
  width: 100%;
  height: 100%;
}

/*メンバーシップ*/
.member-ship-inner .about-title {
  padding: 4rem 0 2rem 0 !important;
}
.member-ship-inner .common-title-all {
  padding-bottom: 1.5rem !important;
}
.member-ship-inner ul {
  margin: 1rem 0;
  font-size: 1.6rem;
}
.member-ship-inner ul li {
  list-style-type: disc;
  margin-left: 3rem;
  line-height: 2.8rem;
}
.member-ship-inner ul li span {
  color: #0090d9;
}
.member-ship-inner h3 {
  font-size: 1.8rem;
  margin: 3rem 0 1.2rem 0;
  color: #0090d9;
}

.cancel {
  color: red;
  font-weight: bold;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.membership-check {
  appearance: auto !important;
  margin-right: 0.8rem;
}

.pad-top {
  display: none !important;
}

.blog-title {
  text-align: center;
  letter-spacing: 1rem;
  font-weight: 600;
}

.blog-title-bottom {
  width: 35px;
  height: 5px;
  background: #0090d9;
  margin: 2.5rem auto 0 auto;
}

.blog-min-title {
  font-size: 1.4rem !important;
  padding: 3rem 0 6rem 0 !important;
}
@media screen and (min-width: 640px) {
  .blog-min-title {
    font-size: 2rem !important;
    padding: 4rem 0 6rem 0 !important;
  }
}

.blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-see-more {
  margin-top: 4rem !important;
}

.blog-eyecatch {
  width: 100%;
}
.blog-eyecatch img {
  height: 105px;
  object-fit: cover;
}
@media screen and (min-width: 640px) {
  .blog-eyecatch {
    width: 100%;
  }
  .blog-eyecatch img {
    height: 170px;
    object-fit: cover;
  }
}

.blog-card {
  display: inline-block;
  width: 48%;
  margin-bottom: 1rem;
}
.blog-card p {
  margin: 1rem 0;
}
@media screen and (min-width: 640px) {
  .blog-card {
    display: inline-block;
    width: 22.8%;
  }
  .blog-card p {
    margin: 1rem 0;
  }
}

.blog-data {
  color: #666666;
}

.see-more {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #333;
  padding: 1.5rem 0;
  margin-top: 5rem;
}
.see-more:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
@media screen and (min-width: 640px) {
  .see-more {
    font-size: 1.8rem;
    display: block;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333;
    padding: 1.5rem 0;
    margin-top: 5rem;
  }
  .see-more:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
  }
}

.tools-page-all {
  padding: 2rem 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .tools-page-all {
    padding: 4rem 0;
  }
}

#tools-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1100px) {
  #tools-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
  }
}

.tools-page-inner h1 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.14rem;
  line-height: 2.7rem;
}
.tools-page-inner h1:after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #0090d9;
  margin: 1.5rem auto 0 auto;
}
@media screen and (min-width: 640px) {
  .tools-page-inner h1 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.14rem;
    line-height: 5.5rem;
  }
  .tools-page-inner h1:after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #0090d9;
    margin: 2.5rem auto 0 auto;
  }
}

.tools-arrow {
  display: block;
  width: 60px;
  height: 69px;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .tools-arrow {
    display: block;
    width: 80px;
    height: 92px;
    object-fit: contain;
    margin: 0 auto;
  }
}

.tools-text-box {
  margin: 3rem 0 0 0;
  border: 1px solid #0090d9;
  padding: 2rem;
}
.tools-text-box h2 {
  color: #004096;
  font-size: 2rem;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.18rem;
  margin-bottom: 2rem;
}
.tools-text-box ul li {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
}
.tools-text-box ul li::before {
  content: "■";
  color: #C3D600;
  margin-right: 1.5rem;
}
.tools-text-box ul li:nth-child(4) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .tools-text-box {
    margin: 5rem 0 0 0;
    border: 1px solid #0090d9;
    padding: 3rem 3rem 2.5rem 3rem;
  }
  .tools-text-box h2 {
    color: #004096;
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.18rem;
    margin-bottom: 3rem;
  }
  .tools-text-box ul li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .tools-text-box ul li::before {
    content: "■";
    color: #C3D600;
    margin-right: 1.5rem;
  }
  .tools-text-box ul li:nth-child(4) {
    margin-bottom: 1rem;
  }
}

.tools-page-box {
  padding: 2rem !important;
}
.tools-page-box p span {
  color: #004096;
}
@media screen and (min-width: 640px) {
  .tools-page-box {
    padding: 3rem 2rem !important;
  }
  .tools-page-box p span {
    color: #004096;
  }
}

.tools-solution {
  margin: 2rem 0 0 0;
}
.tools-solution h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 2.7rem;
  letter-spacing: 0.14em;
}
.tools-solution ul {
  padding-left: 0rem;
}
.tools-solution ul li {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.tools-solution ul li span {
  color: #fff;
  display: inline-block;
  background: #0090d9;
  padding: 0.1rem 0.5rem;
  margin-right: 2rem;
  line-height: 2rem;
}
.tools-solution ul li p {
  line-height: 2rem;
}
.tools-solution ul li p span {
  background: none !important;
  color: #0090d9 !important;
  padding: 0 !important;
  margin-right: 0rem !important;
}
.tools-solution ul li:nth-child(5) {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .tools-solution {
    margin: 2rem 0 0 0;
  }
  .tools-solution h2 {
    font-size: 3.6rem;
    text-align: center;
    line-height: 5.4rem;
    letter-spacing: 0.14em;
  }
  .tools-solution ul {
    padding-left: 2.5rem;
  }
  .tools-solution ul li {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .tools-solution ul li span {
    color: #fff;
    display: inline-block;
    background: #0090d9;
    padding: 0.1rem 0.5rem;
    margin-right: 3rem;
  }
  .tools-solution ul li p span {
    background: none !important;
    color: #0090d9 !important;
    padding: 0 !important;
    margin-right: 0rem !important;
  }
  .tools-solution ul li:nth-child(5) {
    margin-bottom: 0;
  }
}

.tools-logo {
  max-width: 555px;
  display: block;
  margin: 4rem auto 6rem auto;
  object-fit: contain;
}
@media screen and (min-width: 640px) {
  .tools-logo {
    max-width: 555px;
    display: block;
    margin: 7rem auto 12rem auto;
    object-fit: contain;
  }
}

.tools-item {
  max-width: 542px;
  display: block;
  margin: 0 auto 4rem auto;
}
@media screen and (min-width: 640px) {
  .tools-item {
    max-width: 542px;
    display: block;
    margin: 0 auto 6rem auto;
  }
}

.tools-main {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .tools-main {
    padding: 8rem 0;
  }
}

.tools-solution-sub-text {
  background: #EFEFEF;
  font-weight: bold;
  padding: 2rem 1rem;
  text-align: center;
  line-height: 2.7rem;
  letter-spacing: 0.14em;
}
.tools-solution-sub-text p {
  font-size: 1.4rem;
}
.tools-solution-sub-text p span {
  color: #0090d9;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .tools-solution-sub-text {
    background: #EFEFEF;
    font-weight: bold;
    padding: 3rem 1rem;
    text-align: center;
    line-height: 2.9rem;
    letter-spacing: 0.14em;
  }
  .tools-solution-sub-text p {
    font-size: 1.6rem;
  }
  .tools-solution-sub-text p span {
    color: #0090d9;
    font-size: 1.8rem;
  }
}

.tools-sub-triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #EFEFEF;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .tools-sub-triangle {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #EFEFEF;
    margin: 0 auto;
  }
}

.tools-movie h1 {
  margin: 1.8rem 0 3rem 0;
  color: #004096;
  font-size: 2rem;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: block;
  align-items: flex-end;
  border-bottom: 1px solid #0090d9;
  padding-bottom: 1.6rem;
}
.tools-movie h1 span {
  color: #fff;
  background: #004096;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0rem 0rem 1.5rem 0;
}
.tools-movie p {
  margin: 3rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 640px) {
  .tools-movie h1 {
    margin: 1.8rem 0 4rem 0;
    color: #004096;
    font-size: 3rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    display: block;
    align-items: flex-end;
    border-bottom: 1px solid #0090d9;
    padding-bottom: 1.6rem;
  }
  .tools-movie h1 span {
    color: #fff;
    background: #004096;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    display: block;
    max-width: 155px;
    padding: 0.5rem 1rem;
    margin: 0rem 0rem 1.5rem 0;
  }
  .tools-movie p {
    margin: 4rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }
}
@media screen and (min-width: 1180px) {
  .tools-movie h1 {
    margin: 1.8rem 0 4rem 0;
    color: #004096;
    font-size: 3rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #0090d9;
    padding-bottom: 1.6rem;
  }
  .tools-movie h1 span {
    color: #fff;
    background: #004096;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    display: block;
    padding: 0.5rem 1rem;
    margin: 0 2.5rem 0 0;
  }
  .tools-movie p {
    margin: 4rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }
}

.tools-video-item {
  max-width: 960px;
  margin: 0 auto;
}

.tools-arrow02 {
  max-width: 290px;
  height: 82px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.tools-type-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}
@media screen and (min-width: 830px) {
  .tools-type-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 0;
  }
}
@media screen and (min-width: 1180px) {
  .tools-type-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin: 13.5rem 0 8rem 0;
  }
}

.tools-type-item {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: inherit;
  margin: 0 0 2rem 0;
  padding-bottom: 2rem;
  height: auto;
}
.tools-type-item:nth-child(4) {
  margin: 0;
}
.tools-type-item h2 {
  position: relative;
  z-index: 100;
  font-size: 2rem;
  color: #fff;
  text-align: left;
  padding: 1rem 0;
}
.tools-type-item h2 div {
  display: block;
  margin: 0;
  text-align: left;
}
.tools-type-item h2 span {
  font-size: 1.4rem;
  display: block;
}
.tools-type-item p {
  padding: 1.5rem 2rem 1rem 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 830px) {
  .tools-type-item {
    position: relative;
    z-index: 100;
    width: 49%;
    margin: 0 0 2rem 0;
    padding-bottom: 2rem;
  }
  .tools-type-item:nth-child(4) {
    margin: 0 0 2rem 0;
  }
  .tools-type-item h2 {
    position: relative;
    z-index: 100;
    font-size: 2.6rem;
    color: #fff;
    text-align: left;
    padding: 1rem 0;
  }
  .tools-type-item h2 div {
    display: block;
    margin: 0;
    text-align: left;
  }
  .tools-type-item h2 span {
    font-size: 1.6rem;
    display: block;
  }
  .tools-type-item p {
    padding: 1.5rem 2rem 1rem 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .tools-type-item {
    position: relative;
    z-index: 100;
    width: 25%;
    margin: 0 2.4rem 0 0;
    padding-bottom: 14rem;
  }
  .tools-type-item:nth-child(4) {
    margin: 0;
  }
  .tools-type-item h2 {
    position: relative;
    z-index: 100;
    font-size: 2.6rem;
    color: #fff;
    padding: 1rem 0;
  }
  .tools-type-item h2 div {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .tools-type-item h2 span {
    font-size: 1.6rem;
    display: block;
  }
  .tools-type-item p {
    padding: 1.5rem 2rem 1rem 2rem;
    line-height: 2.5rem;
  }
}

.pullchest-label {
  outline: 1px solid #42D37D;
}
.pullchest-label h2 {
  background: #42D37D;
  display: flex;
  align-items: center;
}
.pullchest-label h2::before {
  content: "";
  background: url("../img/pull-chest-icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 33px;
  margin: 0 2rem 0 1.5rem;
}
@media screen and (min-width: 1180px) {
  .pullchest-label {
    outline: 1px solid #42D37D;
  }
  .pullchest-label h2 {
    background: #42D37D;
  }
  .pullchest-label h2::before {
    content: none;
  }
}

.pullchest-icon {
  display: none;
}
@media screen and (min-width: 1180px) {
  .pullchest-icon {
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 31.5%;
    border-radius: 0.8rem 0.8rem 0 0;
    background: #42D37D;
    padding: 1.5rem 3rem 0 3rem;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
  }
  .pullchest-icon img {
    width: 45px;
    height: 50px;
    object-fit: contain;
  }
}

.pullchest-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #42D37D;
  margin: 0 auto;
}

.lightchest-icon {
  display: none;
}
@media screen and (min-width: 1180px) {
  .lightchest-icon {
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 31.5%;
    border-radius: 0.8rem 0.8rem 0 0;
    background: #C4C035;
    padding: 1.5rem 3rem 0 3rem;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
  }
  .lightchest-icon img {
    width: 56px;
    height: 64px;
    object-fit: contain;
  }
}

.lightchest-label {
  outline: 1px solid #C4C035;
}
.lightchest-label h2 {
  background: #C4C035;
  display: flex;
  align-items: center;
}
.lightchest-label h2::before {
  content: "";
  background: url("../img/light-ches-icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 34px;
  margin: 0 2rem 0 1.5rem;
}
@media screen and (min-width: 1180px) {
  .lightchest-label h2 {
    background: #C4C035;
  }
  .lightchest-label h2::before {
    content: none;
  }
}

.lightchest-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #C4C035;
  margin: 0 auto;
}

.flip-icon {
  display: none;
}
@media screen and (min-width: 1180px) {
  .flip-icon {
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 31.5%;
    border-radius: 0.8rem 0.8rem 0 0;
    background: #CE455F;
    padding: 1.5rem 3rem 0 3rem;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
  }
  .flip-icon img {
    width: 69px;
    height: 47px;
    object-fit: contain;
  }
}

.flip-label {
  outline: 1px solid #CE455F;
}
.flip-label h2 {
  background: #CE455F;
  display: flex;
  align-items: center;
}
.flip-label h2::before {
  content: "";
  background: url("../img/flip-icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 2rem 0 1.5rem;
}
@media screen and (min-width: 1180px) {
  .flip-label h2 {
    background: #CE455F;
  }
  .flip-label h2::before {
    content: none;
  }
}

.flip-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #CE455F;
  margin: 0 auto;
}

.mix-icon {
  display: none;
}
@media screen and (min-width: 1180px) {
  .mix-icon {
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 31.5%;
    border-radius: 0.8rem 0.8rem 0 0;
    background: #004097;
    padding: 1.5rem 3rem 0 3rem;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
  }
  .mix-icon img {
    width: 53px;
    height: 54px;
    object-fit: contain;
  }
}

.Mix-label {
  outline: 1px solid #004097;
}
.Mix-label h2 {
  background: #004097;
  display: flex;
  align-items: center;
}
.Mix-label h2::before {
  content: "";
  background: url("../img/mix-icon.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2rem 0 1.5rem;
}
@media screen and (min-width: 1180px) {
  .Mix-label h2 {
    background: #004097;
  }
  .Mix-label h2::before {
    content: none;
  }
}

.Mix-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #004097;
  margin: 0 auto;
}

.tools-type-btn {
  position: inherit;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  margin: 2rem 2rem 0rem 2rem;
  padding: 2rem;
  letter-spacing: 0.14em;
  line-height: 2.1rem;
}
.tools-type-btn img {
  width: 38px;
  height: 26px;
  object-fit: contain;
  margin-left: 2.4rem;
}
@media screen and (min-width: 1180px) {
  .tools-type-btn {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: stretch;
    font-size: 1.4rem;
    margin: 0 2rem 2rem 2rem;
    padding: 2rem;
    letter-spacing: 0.14em;
    line-height: 2.1rem;
  }
  .tools-type-btn img {
    width: 38px;
    height: 26px;
    object-fit: contain;
    margin-left: 2.4rem;
  }
}

.pullchest {
  background: #42D37D;
}

.lightchest {
  background: #C4C035;
}

.flip {
  background: #CE455F;
}

.Mix {
  background: #004097;
}

.tools-cta-text {
  text-align: center;
  line-height: 2.9rem;
}
.tools-cta-text p {
  font-size: 1.4rem;
}
.tools-cta-text p span {
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  .tools-cta-text {
    text-align: center;
    line-height: 3.9rem;
  }
  .tools-cta-text p {
    font-size: 1.6rem;
  }
  .tools-cta-text p span {
    font-size: 1.8rem;
  }
}

.contact-step {
  padding: 0rem 0 3rem 0;
}
@media screen and (min-width: 640px) {
  .contact-step {
    padding: 3rem 0;
  }
}

.contact-step-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}

.contact-step-top-label {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.contact-step-top-label p {
  width: 30%;
  text-align: center;
  background: #9aaebf;
  margin-right: 2rem;
  position: relative;
}
.contact-step-top-label p:nth-child(1) {
  background: #004096;
}
.contact-step-top-label p:nth-child(1):after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #004096;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}
.contact-step-top-label p:after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #9aaebf;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}

.contact-step02-top-label {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.contact-step02-top-label p {
  width: 30%;
  text-align: center;
  background: #9aaebf;
  margin-right: 2rem;
  position: relative;
}
.contact-step02-top-label p:nth-child(2) {
  background: #004096;
}
.contact-step02-top-label p:nth-child(2):after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #004096;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}
.contact-step02-top-label p:after {
  position: absolute;
  content: "";
  right: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid #9aaebf;
  border-top: 14px solid transparent;
  border-bottom: 13px solid transparent;
}

.contact-step-wrap {
  padding: 3rem 2rem;
  position: relative;
}
.contact-step-wrap br {
  display: none;
}

.instructor-select-label {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 3rem;
}
.instructor-select-label::after {
  font-size: 1.2rem;
  color: #df6224;
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #df6224;
  border-radius: 0.5rem;
  margin-left: 1.5rem;
}

.contact-step-label {
  display: block;
  margin-bottom: 3rem;
}
.contact-step-label label {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
.contact-step-label label::after {
  font-size: 1.2rem;
  color: #df6224;
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #df6224;
  border-radius: 0.5rem;
  margin-left: 1.5rem;
}
.contact-step-label input {
  padding: 0 1.5rem;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.8rem;
  background: #d8e5ef;
  border-radius: 0.8rem;
  border: 1px solid #004096;
}
.contact-step-label select {
  padding: 0 1.5rem;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 1.8rem;
  background: #d8e5ef;
  border-radius: 0.8rem;
  border: 1px solid #004096;
}
.contact-step-label p br {
  display: none;
}

.form-step-button {
  width: 100%;
  height: 75px;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #0052e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #0052e8;
  height: 100%;
}
.form-step-button br {
  display: block !important;
}
.form-step-button:hover {
  background: #fff;
  color: #0052e8;
}

.send[disabled] {
  background-color: #aaa;
  cursor: not-allowed;
}

.contact-step-check-item {
  margin-bottom: 1.5rem;
  display: flex !important;
  align-items: flex-start;
  font-weight: 400 !important;
}
.contact-step-check-item input {
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 0;
  margin-right: 1rem;
  appearance: auto;
  -webkit-appearance: auto;
}
.contact-step-check-item p {
  font-size: 1.8rem;
  margin-left: 1.5rem;
}
.contact-step-check-item p span {
  display: block;
  font-size: 1.2rem;
}

input[type=date]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  appearance: none;
  -webkit-appearance: none;
}

input[type=date] {
  width: 100%;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.contact-step-price {
  width: 48%;
  height: 60px;
  max-width: 250px;
}
.contact-step-price input {
  display: inline-block;
}
.contact-step-price p {
  font-size: 1.4rem;
}
.contact-step-price p span {
  font-size: 4rem;
  font-family: "Roboto";
  margin-left: 0.5rem;
}

.contact-step-price-min {
  display: flex;
  align-items: baseline;
  font-size: 3rem !important;
  font-weight: bold;
}

.contact-step-last-btn {
  z-index: 999;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d8e5ef;
}

.contact-step-price-btn {
  width: 48%;
  max-width: 250px;
  cursor: pointer;
}
.contact-step-price-btn button {
  margin-top: 0 !important;
  display: inline-block !important;
}
.contact-step-price-btn button span {
  font-size: 1.8rem;
}

.visitar-link {
  color: #004096;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.pad-area #inner {
  padding: 0;
}

.contact-first-message {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.contact-first-message p {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  color: #df6224;
  border: 2px solid;
  border-radius: 0.5rem;
}
.contact-first-message p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #df6224;
}

.instructor-contact-min-box {
  display: none;
}

.min-box01 {
  display: block;
}

.reserve-instructor h2 {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}

.instructor-min-box-text h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 640px) {
  .instructor-min-box-text h3 {
    font-size: 1.8rem;
  }
}
.instructor-min-box-text p {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.instructor-min-box-text p span {
  font-size: 1.2rem;
  color: #fff;
  background: #CB0241;
  display: inline-block;
  line-height: 1.8;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
.instructor-min-box-text ul {
  font-size: 1.1rem;
}
.instructor-min-box-text ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.instructor-min-box-text ul li::before {
  content: "■";
  color: #c2d500;
  width: 8px;
  height: 8px;
  margin-right: 0.8rem;
}
@media screen and (min-width: 640px) {
  .instructor-min-box-text ul {
    font-size: 1.3rem;
  }
}

.instructor-contact-min-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #004096;
  padding-bottom: 2rem;
}
.instructor-contact-min-wrap img {
  width: 35%;
  object-fit: contain;
  margin-right: 1rem;
}
@media screen and (min-width: 640px) {
  .instructor-contact-min-wrap img {
    width: 180px;
    object-fit: contain;
    margin-right: 1rem;
  }
}

#box4 {
  display: none;
}

.instructor-Profile-List li {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 2.1rem;
  margin-bottom: 1rem;
}
.instructor-Profile-List li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c2d500;
  margin-right: 1rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.instructor-Profile-List li:last-child {
  margin-bottom: 0;
}

.searchform {
  font-size: 1.6rem;
}
.searchform input {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 2rem 0 0;
}
.searchform #searchsubmit {
  background: #004096;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0rem !important;
  border: 0px !important;
}

.instructor-movie {
  margin: 4rem 0;
}
.instructor-movie h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.instructor-movie-slider {
  display: block;
}
@media screen and (min-width: 640px) {
  .instructor-movie-slider {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.modal-content {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
}
.modal-content iframe {
  max-width: 800px;
}

.modal-content h3, .modal-content p {
  color: #fff;
}

.modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.img-click {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 0 0rem;
}
@media screen and (min-width: 640px) {
  .img-click {
    width: 33%;
    cursor: pointer;
    transition: transform 0.3s;
    padding: 0 1rem;
  }
}

.img-click:hover {
  transform: scale(1.1);
}

.therapy-box {
  display: block;
  background: #e7eef7;
  margin-top: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 900px) {
  .therapy-box {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #e7eef7;
    margin-top: 1rem;
  }
}
.therapy-box img {
  max-width: 315px;
  object-fit: contain;
  margin: 0rem auto;
  padding: 0;
  display: block;
}
@media screen and (min-width: 900px) {
  .therapy-box img {
    max-width: 315px;
    object-fit: contain;
    margin: 0 2rem 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .therapy-box img {
    max-width: 280px;
    object-fit: contain;
    margin: 0;
    padding: 0;
  }
}
.therapy-box .min-sp {
  display: block;
  font-size: 1.3rem;
  color: #666666;
  padding: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 900px) {
  .therapy-box .min-sp {
    display: none;
  }
}

.therapy-text-box {
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 900px) {
  .therapy-text-box {
    padding: 3rem 7.7rem 4rem 4.5rem;
  }
}
.therapy-text-box p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.4rem;
}
.therapy-text-box p span {
  color: #004096;
}
@media screen and (min-width: 900px) {
  .therapy-text-box p {
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 4rem;
    letter-spacing: 0.4rem;
  }
  .therapy-text-box p span {
    color: #004096;
  }
}
.therapy-text-box .min {
  display: none;
}
@media screen and (min-width: 900px) {
  .therapy-text-box .min {
    display: block;
    font-size: 1.4rem;
    color: #666666;
    margin-top: 2rem;
    letter-spacing: 0.2rem;
  }
}

.therapy-des {
  padding: 6rem 0 0 0;
}
.therapy-des h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
}
.therapy-des h2:after {
  content: "";
  display: block;
  margin: 1.5rem auto 0 auto;
  width: 35px;
  height: 4px;
  background: #0090d9;
}
@media screen and (min-width: 900px) {
  .therapy-des {
    padding: 10rem 0 0 0;
  }
  .therapy-des h2 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.4rem;
    font-feature-settings: normal;
  }
  .therapy-des h2:after {
    content: "";
    display: block;
    margin: 2.2rem auto 0 auto;
    width: 75px;
    height: 4px;
    background: #0090d9;
  }
}

.therapy-item-wrap {
  display: block;
  padding: 4rem 0 2.5rem 0;
}
@media screen and (min-width: 900px) {
  .therapy-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5.7rem 0 2.5rem 0;
  }
}

.therapy-item {
  width: 100%;
  margin: 0 0 3.5rem 0;
}
.therapy-item h3 {
  letter-spacing: 0.3rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004096;
  display: block;
  border-bottom: 1px solid #0090d9;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 900px) {
  .therapy-item {
    width: 47%;
    margin: 0 0 3.5rem 0;
  }
  .therapy-item h3 {
    letter-spacing: 0.3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #004096;
    display: block;
    border-bottom: 1px solid #0090d9;
    padding: 0 0 2rem 0;
    margin: 0 0 2rem 0;
  }
}

.therapy-item-inner {
  display: block;
}
.therapy-item-inner img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 2rem auto;
  display: block;
}
.therapy-item-inner p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 640px) {
  .therapy-item-inner {
    display: flex;
  }
  .therapy-item-inner img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 3rem 0 0;
  }
  .therapy-item-inner p {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.3rem;
  }
}

.therapy-step h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.therapy-step h2:after {
  content: "";
  display: block;
  margin: 1.5rem auto 0 auto;
  width: 35px;
  height: 4px;
  background: #0090d9;
}
@media screen and (min-width: 900px) {
  .therapy-step h2 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.4rem;
  }
  .therapy-step h2:after {
    content: "";
    display: block;
    margin: 2.2rem auto 0 auto;
    width: 75px;
    height: 4px;
    background: #0090d9;
  }
}

.therapy-step-box {
  display: block;
  background: #e7eef7;
  margin-top: 4rem;
  padding: 2rem;
}
.therapy-step-box img {
  max-width: 440px;
  display: block;
  margin: 0 auto;
}
.therapy-step-box p {
  font-size: 1.6rem;
  padding: 0;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  margin-bottom: 3rem;
}
.therapy-step-box p span {
  color: #004096;
}
@media screen and (min-width: 900px) {
  .therapy-step-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #e7eef7;
    margin-top: 5.6rem;
    margin-bottom: 0rem;
    padding: 0;
  }
  .therapy-step-box img {
    max-width: 440px;
    margin: 0;
  }
  .therapy-step-box p {
    font-size: 2.2rem;
    padding: 4rem 5rem;
    line-height: 4rem;
    margin-bottom: 0rem;
    letter-spacing: 0.4rem;
  }
  .therapy-step-box p span {
    color: #004096;
  }
}

.therapy-step-wrap {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 900px) {
  .therapy-step-wrap {
    padding: 6.5rem 0 0 0;
  }
}

.therapy-step-item {
  margin-bottom: 3.5rem;
}
.therapy-step-item h3 {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  color: #0090d9;
  margin-bottom: 1rem;
}
.therapy-step-item h3 span {
  font-size: 1.6rem;
  color: #fff;
  background: #0090d9;
  display: inline-block;
  line-height: 2rem;
  padding: 0.2rem 0.5rem;
  margin-right: 2rem;
}
.therapy-step-item p {
  font-size: 1.4rem;
  line-height: 3rem;
}
.therapy-step-item p span {
  color: #004096;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .therapy-step-item {
    margin-bottom: 3.5rem;
  }
  .therapy-step-item h3 {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #0090d9;
    margin-bottom: 1rem;
  }
  .therapy-step-item h3 span {
    font-size: 1.6rem;
    color: #fff;
    background: #0090d9;
    display: inline-block;
    line-height: 2rem;
    padding: 0.2rem 0.5rem;
    margin-right: 2.8rem;
  }
  .therapy-step-item p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .therapy-step-item p span {
    color: #004096;
    font-weight: bold;
  }
}

.therapy-testimonial {
  padding-top: 1rem;
}
.therapy-testimonial h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.therapy-testimonial h2:after {
  content: "";
  display: block;
  margin: 1.5rem auto 0 auto;
  width: 35px;
  height: 4px;
  background: #0090d9;
}
@media screen and (min-width: 900px) {
  .therapy-testimonial {
    padding-top: 6rem;
  }
  .therapy-testimonial h2 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.4rem;
  }
  .therapy-testimonial h2:after {
    content: "";
    display: block;
    margin: 2.2rem auto 0 auto;
    width: 75px;
    height: 4px;
    background: #0090d9;
  }
}

.testimonial-wrap {
  display: none;
}
@media screen and (min-width: 800px) {
  .testimonial-wrap {
    padding: 6rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.testimonial-wrap-sp {
  display: block;
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  .testimonial-wrap-sp {
    display: none !important;
  }
}

.testimonial-item {
  display: block !important;
  width: 100% !important;
  background: #F5F8FC;
  padding: 2rem;
  margin: 0 auto 2rem auto;
}
.testimonial-item h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.testimonial-item p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.testimonial-item:nth-child(4) {
  margin-bottom: 0rem;
}
@media screen and (min-width: 800px) {
  .testimonial-item {
    width: 49% !important;
    background: #F5F8FC;
    padding: 3rem;
    margin: 0 0 3rem 0;
  }
  .testimonial-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .testimonial-item p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .testimonial-item:nth-child(3) {
    margin-bottom: 0rem;
  }
  .testimonial-item:nth-child(4) {
    margin-bottom: 0rem;
  }
}

.testimonial-item-inner {
  display: block;
}
@media screen and (min-width: 800px) {
  .testimonial-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.testimonial-prof {
  margin-right: 0px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.testimonial-prof img {
  width: 60px;
  margin-bottom: 0.8rem;
  margin-right: 2rem;
}
.testimonial-prof p {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.testimonial-prof p span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #004097;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .testimonial-prof {
    margin-top: 0rem;
    margin-right: 38px;
    display: block;
  }
  .testimonial-prof img {
    width: 100px;
    margin-bottom: 0.8rem;
    margin-right: 0rem;
  }
  .testimonial-prof p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .testimonial-prof p span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #004097;
    font-weight: bold;
  }
}

.time-line-wrap {
  display: block;
  border-top: 1px solid #E8E8E8;
  margin: 5rem 0;
}
.time-line-wrap .left-sidebar {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 1rem 2rem 1rem;
}
.time-line-wrap .left-sidebar h2 {
  font-size: 1.8rem;
  margin: 2rem 0;
}
.time-line-wrap .left-sidebar ul {
  margin: 0 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
}
.time-line-wrap .left-sidebar ul li {
  font-size: 1.5rem;
  margin: 0 1rem 1rem 0;
  font-weight: bold;
}
.time-line-wrap .left-sidebar ul li span {
  font-size: 1.2rem;
  color: #B7B6B6;
  display: block;
}
.time-line-wrap .right-sidebar {
  width: 100%;
}
.time-line-wrap .right-sidebar h2 {
  font-size: 1.8rem;
  margin: 0 0 2.8rem 0;
}
@media screen and (min-width: 830px) {
  .time-line-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #E8E8E8;
    margin: 5rem 0;
  }
  .time-line-wrap .left-sidebar {
    width: 10%;
    border-bottom: 0px solid #E8E8E8;
    padding: 0;
  }
  .time-line-wrap .left-sidebar h2 {
    font-size: 1.8rem;
    margin: 3rem 0;
  }
  .time-line-wrap .left-sidebar ul {
    margin: 0 0 0 2rem;
    display: block;
    flex-wrap: wrap;
  }
  .time-line-wrap .left-sidebar ul li {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
    font-weight: bold;
  }
  .time-line-wrap .left-sidebar ul li span {
    font-size: 1.2rem;
    color: #B7B6B6;
    display: block;
  }
  .time-line-wrap .right-sidebar {
    width: 40%;
  }
  .time-line-wrap .right-sidebar h2 {
    font-size: 1.8rem;
    margin: 0 0 2.8rem 0;
  }
}
@media screen and (min-width: 1100px) {
  .time-line-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #E8E8E8;
    margin: 5rem 0;
  }
  .time-line-wrap .left-sidebar {
    width: 20%;
    border-bottom: 0px solid #E8E8E8;
    padding: 0;
  }
  .time-line-wrap .left-sidebar h2 {
    font-size: 1.8rem;
    margin: 3rem 0;
  }
  .time-line-wrap .left-sidebar ul {
    display: block;
    flex-wrap: wrap;
    margin: 0 0 0 2rem;
  }
  .time-line-wrap .left-sidebar ul li {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
    font-weight: bold;
  }
  .time-line-wrap .left-sidebar ul li span {
    font-size: 1.2rem;
    color: #B7B6B6;
    display: block;
  }
  .time-line-wrap .right-sidebar {
    width: 30%;
  }
  .time-line-wrap .right-sidebar h2 {
    font-size: 1.8rem;
    margin: 0 0 2.8rem 0;
  }
}

.time-line-feed {
  width: 100%;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
@media screen and (min-width: 830px) {
  .time-line-feed {
    width: 50%;
    border-top: 0px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
  }
}

.right-sidebar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem 0;
}
.right-sidebar-item .profile-img {
  display: flex;
  align-items: center;
}
.right-sidebar-item .profile-img p {
  font-size: 1.4rem;
  font-weight: bold;
}
.right-sidebar-item .profile-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 60px;
  margin: 0 1.5rem 0 0;
}
.right-sidebar-item a {
  font-size: 1.2rem;
  color: #fff;
  background: #004096;
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 60px;
  font-weight: bold;
}
.right-sidebar-item:last-child {
  margin: 0;
}

.right-sidebar-inner {
  border: 1px solid #E8E8E8;
  border-radius: 0rem;
  margin: 2rem 0rem;
  padding: 2rem;
}
@media screen and (min-width: 830px) {
  .right-sidebar-inner {
    border: 1px solid #E8E8E8;
    border-radius: 2rem;
    margin: 2rem;
    padding: 2rem;
  }
}

.time-line-entry {
  border-bottom: 1px solid #E8E8E8;
}

.timeline-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  margin: 0 2rem;
  border-bottom: 1px solid #E8E8E8;
}
.timeline-input img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  border-radius: 60px;
  margin: 0 1rem 0rem 0;
}
.timeline-input textarea {
  width: 80%;
  font-size: 1.4rem;
}
.timeline-input ::placeholder {
  color: #B2B2B2;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  margin: 0 2rem;
  border-bottom: 1px solid #E8E8E8;
}
.form-actions .input-youtube {
  border: 1px solid #E8E8E8;
  font-size: 1.2rem;
  display: block;
  width: 65%;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.form-actions ::placeholder {
  color: #B2B2B2;
}

.time-line-submit {
  font-size: 1.4rem;
  color: #fff;
  background: #004096;
  padding: 0.6rem 1.5rem;
  font-weight: bold;
  border-radius: 60px;
  letter-spacing: 0.2rem;
  cursor: pointer;
}
.time-line-submit:hover {
  background: #fff;
  color: #004096;
  outline: 1px solid #004096;
}

.time-line-button-wrap {
  margin: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
}

.time-line-item {
  position: relative;
  z-index: 1;
  display: block;
  border-bottom: 1px solid #E8E8E8;
  padding: 3rem 2rem;
}
.time-line-item:hover {
  background: #E8E8E8;
}
@media screen and (min-width: 830px) {
  .time-line-item {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding: 4rem 3rem;
  }
  .time-line-item:hover {
    background: #E8E8E8;
  }
}

.time-line-profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.time-line-profile img {
  width: 50px;
  height: 50px;
  border-radius: 60px;
}
.time-line-profile p {
  font-size: 1.4rem;
  color: #004096;
  margin: 0 0 0 1.5rem;
  font-weight: bold;
}
.time-line-profile p span {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0 1rem;
  color: #B2B2B2;
}

.edit-post-button {
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
  color: #fff;
  background: #000;
  padding: 0.3rem 1rem;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 5;
}

.edit-content {
  width: 100%;
  font-size: 1.4rem;
  margin: 2rem 0 0 0;
  border: 1px solid #B2B2B2;
  padding: 0.5rem;
}

.time-line-content {
  margin: 1rem 0 0 0;
  line-height: 2.8rem;
  font-size: 1.4rem;
}
.time-line-content:first-child {
  margin: 2rem 0 0rem 0;
}
.time-line-content p {
  margin: 1rem 0 0 0;
  line-height: 2.8rem;
  font-size: 1.4rem;
}
.time-line-content p:first-child {
  margin: 2rem 0 0rem 0;
}
.time-line-content img {
  width: 100%;
  object-fit: contain;
  border-radius: 1rem;
  margin: 1.5rem 0 0 0;
}
.time-line-content iframe {
  width: 100%;
  height: 400px;
  border-radius: 1rem;
  margin: 1.5rem 0 0 0;
}

.time-line-single-item:hover {
  background: none;
}

.save-edit {
  font-size: 1.2rem;
  color: #004096;
  border: 1px solid #004096;
  padding: 0.3rem 1rem;
  margin: 1rem 0 0 0;
}

#loading-indicator {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  background-color: #f9f9f9;
  color: #333;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}/*# sourceMappingURL=page.css.map */