@charset "UTF-8";

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.outer-block {
  min-width: 1080px;
}

.l-inner-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1128px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}

@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}

@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-footer {
  border-top: 1px solid #feb72c;
}

.c-footer-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.c-footer-nav-link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: transparent;
  background-image: url("../img/ico_external-link.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-footer-logo {
  max-width: 130px;
}

.l-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 20px;
  background-color: #fff;
}

.c-footer-nav {
  margin-top: 14px;
}

.c-footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -16px;
}

.c-footer-nav-item {
  margin-left: 16px;
  margin-top: 16px;
}

.c-footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  padding: 14px 0;
}

.c-button01 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.c-button01 .c-button01-link {
  width: 522px;
  height: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding: 20px;
  z-index: 1;
}

.c-button01 .c-button01-link::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url("../img/ico_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 37px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-button01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2ce6a2;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translate(12px, 13px);
  transform: translate(12px, 13px);
}

.c-top-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-border-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-border-top .border {
  width: 100%;
  height: 5px;
  display: block;
}

.c-border-top .border-top {
  background-color: #feb72c;
}

.c-border-top .border-bottom {
  background-color: #ffe848;
}

.c-info {
  display: grid;
  grid-template-columns: 168px 1fr;
}

.c-info+.c-info {
  margin-top: 14px;
}

.c-info-item {
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 500;
  background-color: #FFFAD5;
  border-radius: 0 5px 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 19px 20px;
  height: 100%;
}

.c-info-item--head {
  background-color: #ffe848;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}

.c-info-text {
  font-weight: 500;
}

.c-info-item-text-list li {
  padding-left: 1em;
  text-indent: -1em;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p-home-wrapper {
  background: #ffe848;
}

.p-home-section-button {
  display: grid;
  place-items: center;
}

.p-home-mv {
  height: 486px;
  /* padding-top: 122px; */
  padding-top: 80px;
  padding-bottom: 57px;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../img/object.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.p-home-mv .l-inner-block {
  position: relative;
  z-index: 10;
}

.p-home-mv-person {
  position: absolute;
  bottom: 0;
  right: -8px;
  width: 586px;
  height: 486px;
  bottom: 30px;
}

.p-home-mv-person>img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: bottom;
}

.p-home-mv-text02 {
  margin-top: 5px;
}

.p-home-mv-text03 {
  margin-top: 15px;
}

.p-home-mv-text03 img {
  width: 372px;
}

.p-home-mv-text04 {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-home-mv-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}

.p-home-mv-title-small {
  font-size: 38px;
}

.p-home-mv-button .c-button01::after {
  -webkit-transform: translate(9px, 10px);
  transform: translate(9px, 10px);
}

.p-home-mv-text04-subinfo {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 7px 8px 7px 4px;
  margin-left: 25px;
}

.p-home-mv-text04-subinfo .sub-info-text {
  font-size: 0;
}

.p-home-mv-text04-subinfo .sub-info-text+.sub-info-text {
  margin-top: 2px;
}

.p-home-mv-text04-subinfo .normal {
  font-size: 15px;
  line-height: 1;
}

.p-home-mv-text04-subinfo .small {
  font-size: 10px;
  line-height: 1;
  margin-left: 2px;
}

.p-home-mv-text04-subinfo .large {
  font-size: 28px;
  line-height: 1;
}

.p-home-mv-instructor {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #000;
}

.p-home-mv-instructor-text {
  font-size: 15px;
  color: #fff;
}

.p-home-mv-instructor {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #000;
}

.p-home-mv-instructor-text {
  font-size: 15px;
  color: #fff;
}

.p-home-section01 {
  padding: 90px 0;
  background-color: #fff;
}

.p-home-section-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  position: relative;
  z-index: 10;
}

.p-home-section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #feb72c;
  margin-top: 14px;
}

.p-home-section-title::before {
  content: "";
  display: block;
  width: 90px;
  height: 362px;
  background-color: transparent;
  background-image: url("../img/section01-en.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 16px;
}

.p-home-section-text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

.p-home-section-text+.p-home-section-text {
  margin-top: 1.7em;
}

.p-home-section02 {
  padding-top: 85px;
  padding-bottom: 290px;
  position: relative;
}

.p-home-section02 .bg02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-home-section02 .bg-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-home-section02-title::before {
  width: 110px;
  height: 328px;
  background-image: url("../img/section02-en.svg");
  left: -10px;
}

.p-home-section03-title::before {
  width: 86px;
  height: 260px;
  background-image: url("../img/section03-en.svg");
}

.p-home-section02-items {
  margin-top: 54px;
}

.p-home-section02-item {
  position: relative;
  z-index: 10;
}

.p-home-section02-item:first-child {
  padding-top: 0;
}

.p-home-section02-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 102%;
  height: 4px;
  background-color: transparent;
  background-image: url("../img/dot.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  left: 0;
  position: absolute;
}

.p-home-section02-item-time-wrap {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.p-home-section02-item-time-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #feb72c;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: -6px;
}

.p-home-section02-item-time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 30px 8px 15px;
}

.p-home-section02-item-time01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-home-section02-item-time01::after {
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  background-color: transparent;
  background-image: url("../img/dot-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 14px;
}

.p-home-section02-item-time02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-left: 30px;
  color: #676767;
}

.p-home-section02-item-text {
  max-width: 812px;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 40px;
}

.p-home-section02-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.p-home-section02-item-title>.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fff7b5));
  background: linear-gradient(transparent 80%, #fff7b5 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
}

.p-home-section02-item-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 92px;
  position: relative;
  z-index: 1;
}

.p-home-section02-item-person+.p-home-section02-item-person {
  margin-top: 25px;
}

.p-home-section02-item-person>.image {
  width: 168px;
  height: 168px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.p-home-section02-item-person>.image>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-home-section02-item-person .text-box {
  background-color: #fffad5;
  border-radius: 10px;
  position: relative;
}

.p-home-section02-item-person .text-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #feb72c;
  border-radius: 10px;
  right: -6px;
  bottom: -7px;
  z-index: -1;
}

.p-home-section02-item-person .text-box-inner {
  position: relative;
}

.p-home-section02-item-person .name-body {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.p-home-section02-item-person .name-sub {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  line-height: 1;
}

.p-home-section02-item-person .company {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
}

.p-home-section02-item-person .info {
  margin-top: 20px;
  padding-right: 22px;
  font-size: 12px;
  line-height: 1.7;
}

.p-home-section02-item--session03 .p-home-section02-item-text {
  margin-top: 37px;
}

.p-home-section02-item--session04 {
  padding-right: 0;
}

.p-home-section02-item--session04 .p-home-section02-item-title {
  letter-spacing: -0.03em;
}

.p-home-section03 {
  padding-top: 96px;
  padding-bottom: 105px;
  background-color: #fff;
}

.p-home-section03-table-wrap {
  position: relative;
  z-index: 10;
}

.p-home-section03-table-item {
  display: grid;
  grid-template-columns: 168px 1fr;
}

.p-home-section03-table-item+.p-home-section03-table-item {
  margin-top: 14px;
}

.p-home-section03-table-text {
  background-color: #f7f7f7;
  padding: 19px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.p-home-section03-table-head {
  background-color: #ffe848;
  padding: 17px 36px;
  border-radius: 5px 0 0 5px;
}

.p-home-section03-button {
  position: absolute;
  top: calc(100% + 52px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-login-wrapper {
  background-color: transparent;
  background-image: url("../img/login/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-login-text-title {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.6111111111;
}

.p-login-text-normal {
  font-size: 14px;
  line-height: 1.5714285714;
}

.p-login-user-fill-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-login-user-fill-wrap .login_box {
  background-color: #fff;
  border-top: 1px solid #cdd6dd;
  border-bottom: 1px solid #cdd6dd;
  border-left: 1px solid #cdd6dd;
  width: 436px;
  height: 50px;
  padding: 10px 28px;
  line-height: 1;
}

.p-login-user-fill-wrap .login_box::-webkit-input-placeholder {
  color: #d1d1d1;
  position: relative;
  bottom: 2px;
}

.p-login-user-fill-wrap .login_box::-moz-placeholder {
  color: #d1d1d1;
  position: relative;
  bottom: 2px;
}

.p-login-user-fill-wrap .login_box:-ms-input-placeholder {
  color: #d1d1d1;
  position: relative;
  bottom: 2px;
}

.p-login-user-fill-wrap .login_box::-ms-input-placeholder {
  color: #d1d1d1;
  position: relative;
  bottom: 2px;
}

.p-login-user-fill-wrap .login_box::placeholder {
  color: #d1d1d1;
  position: relative;
  bottom: 2px;
}

.p-login-user-fill-wrap input[type=submit] {
  background-color: #000000;
  color: #fff;
  width: 100px;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}

.p-login-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-login-contact .c-info-text {
  font-weight: 400;
}

.p-login-contact-text {
  text-align: right;
  margin-top: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
}

.p-login-contact-text::before {
  content: "＞";
  display: block;
  font-size: 12px;
  margin-right: 2px;
}

.p-login-contact-link {
  text-decoration: underline;
}

/* ダウンロードページ */
.p-download {
  display: grid;
  place-items: center;
}

.p-download-button {
  padding: 10px 20px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}

.p-download-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 2px;
  background-color: transparent;
  background-image: url("../img/download/ico_download.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-login-area-wrapper iframe {
  height: 80px;
}

.p-viewing-container {
  padding-top: 60px;
}

.p-viewing-video-inner {
  position: relative;
  padding-top: calc(509 / 905 * 100%);
}

.p-viewing-video-inner>.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-viewing-video-info {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-viewing-video-info::before {
  content: "";
  background-color: transparent;
  background-image: url("../img/viewing/ico_info.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-viewing-video-info .text {
  font-size: 14px;
  font-weight: 500;
}

.p-viewing-video-info a {
  color: #ff8000;
  text-decoration: underline;
}

.p-viewing-info {
  max-width: 996px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p-viewing-info01 {
  min-height: 120px;
}

.p-viewing-info-item--head01 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 34px;
}

.p-viewing-fixed {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 293px;
  width: 165px;
}

.p-viewing-fixed-head {
  background-color: #ffe848;
  border-radius: 15px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.p-viewing-fixed-head::before {
  content: "";
  display: block;
  width: 40px;
  height: 42px;
  background-color: transparent;
  background-image: url("../img/viewing/ico_arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.p-viewing-fixed-body {
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-radius: 0 0 0 15px;
}

.p-viewing-fixed-button {
  width: 100%;
  margin-top: -10px;
}

.p-viewing-fixed-button a {
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 42px;
}

.p-viewing-fixed-button a::before {
  width: 14px;
  height: 14px;
  left: 12px;
}

.p-viewing-fixed-button::after {
  background-color: #6cbcff;
  -webkit-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.p-viewing-code {
  width: 130px;
  height: 130px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.p-viewing-code .code {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("../img/viewing/code.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-thanks-wrapper .p-home-mv {
  padding-top: 153px;
}

.p-thanks-wrapper .p-home-section02 {
  padding-bottom: 0;
}

.p-thanks-wrapper .c-footer {
  position: relative;
  z-index: 10;
  border-top: none;
}

.p-thanks-wrapper .l-footer-inner {
  border-top: 1px solid #feb72c;
}

.p-thanks-section01 {
  background-color: #fff;
  padding: 72px 0 65px;
}

.p-thanks-section01-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}

.p-thanks-section01-text-box {
  text-align: center;
  margin-top: 26px;
}

.p-thanks-section01-text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.7;
}

.p-thanks-section01-text+.p-thanks-section01-text {
  margin-top: 20px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 641px) {
  .l-inner-block {
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .c-footer-nav-link:hover {
    opacity: 0.8;
  }

  .c-button01:hover::after {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .c-button01::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .c-info-item-text-list li {
    font-weight: bold;
    line-height: 2;
  }

  .p-home-wrapper {
    background-color: transparent;
    background-image: url("../img/fixed-bg.png");
    background-repeat: no-repeat;
    background-position: right -276px;
    background-size: 1719px 1043px;
    background-attachment: fixed;
  }

  .p-home-wrapper:not(.p-thanks-wrapper) .c-footer {
    padding-top: 133px;
    background-color: transparent;
    background-image: url(../img/fixed-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 1719px 1043px;
    background-attachment: fixed;
  }

  .p-home-mv .l-inner-block {
    padding-left: 30px;
  }

  .p-home-mv-button .c-button01 .c-button01-link {
    width: 343px;
    height: 62px;
    font-size: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 24px;
    padding-left: 107px;
    border-width: 3px;
  }

  .p-home-mv-button .c-button01 .c-button01-link::before {
    left: 22px;
    bottom: -4px;
  }

  .p-home-section-title {
    padding-top: 30px;
    padding-left: 15px;
  }

  .p-home-section01-body {
    display: grid;
    grid-template-columns: 1fr 800px;
  }

  .p-home-section03-title::before {
    left: 10px;
  }

  .p-home-section02-item {
    padding: 104px 0;
    padding-left: 100px;
  }

  .p-home-section02-item-body {
    margin-left: 90px;
    margin-top: 30px;
  }

  .p-home-section02-item-people {
    margin-top: 40px;
    padding-right: 25px;
  }

  .p-home-section02-item-person .text-box {
    padding-left: 92px;
    padding-right: 28px;
  }

  .p-home-section02-item-person .text-box-inner {
    padding-left: 16px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .p-home-section02-item-person .text-box-inner::before {
    content: "";
    display: block;
    width: 5px;
    height: 104px;
    background-color: #f2b94d;
    position: absolute;
    left: 0;
    top: -20px;
  }

  .p-home-section02-item--session03 {
    padding-bottom: 126px;
  }

  .p-home-section02-button .c-button01 .c-button01-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 160px;
    padding-top: 25px;
  }

  .p-home-section03-table-wrap {
    margin-top: 47px;
    margin-left: 100px;
  }

  .p-login {
    display: grid;
    place-items: center;
  }

  .p-login-mv-text01 {
    padding-left: 3px;
  }

  .p-login-mv-text02 {
    margin-top: 18px;
  }

  .p-login-inner {
    padding: 0 46px;
  }

  .p-login-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .p-login-text-normal {
    margin-left: 10px;
  }

  .p-login-contact--head {
    padding-top: 16px;
  }

  .p-download-button:hover {
    opacity: 0.8;
  }

  .p-viewing-wrapper {
    background-color: #feb72c;
    background-image: url("../img/viewing/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .p-viewing {
    padding-bottom: 34px;
  }

  .p-viewing-video-wrap {
    max-width: 905px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-viewing-video-info {
    height: 60px;
    padding: 15px 32px;
    border-radius: 0 0 5px 5px;
  }

  .p-viewing-video-info .text {
    margin-left: 130px;
  }

  .p-viewing-video-info a:hover {
    text-decoration: none;
  }

  .p-viewing-fixed-head {
    padding-left: 28px;
  }

  .p-viewing-fixed-body {
    padding: 16px 14px;
    padding-top: 0;
  }

  .p-thanks-wrapper .c-footer {
    padding-top: 244px;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .l-inner-block {
    padding: 0 20px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }

  .c-footer {
    margin-top: 81px;
  }

  .c-footer .l-inner-block {
    padding: 0;
  }

  .c-footer-nav-link {
    font-size: 10px;
  }

  .c-footer-nav-link::before {
    width: 9px;
    height: 9px;
    margin-right: 4px;
  }

  .c-footer-logo {
    width: 90px;
  }

  .l-footer-inner {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-footer-nav-list {
    margin-top: -12px;
    margin-left: -27px;
  }

  .c-footer-nav-item {
    margin-top: 8px;
    margin-left: 27px;
  }

  .c-footer-copy {
    padding: 10px 0;
  }

  .c-footer-copy img {
    width: 90px;
  }

  .c-button01 {
    display: block;
    width: 100%;
  }

  .c-button01 .c-button01-link {
    font-size: 16px;
    width: 100%;
    height: 53px;
  }

  .c-button01 .c-button01-link::before {
    width: 16px;
    height: 16px;
    left: 20px;
  }

  .c-button01::after {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  .c-top-logo {
    width: 180px;
  }

  .c-top-logo img {
    width: auto;
    height: auto;
  }

  .c-border-top .border {
    height: 4px;
  }

  .c-info {
    grid-template-columns: 102px 1fr;
  }

  .c-info+.c-info {
    margin-top: 10px;
  }

  .c-info-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0 2.5px 2.5px 0;
    font-size: 12px;
    font-weight: 400;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
  }

  .c-info-item--head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 2.5px 0 0 2.5px;
    padding: 12px 12px;
  }

  .c-info-item-text-list li {
    font-weight: 500;
    line-height: 1.6;
  }

  .p-home-section-button {
    padding: 0 20px;
    width: 100%;
  }

  .p-home-mv {
    height: 780px;
    height: calc(40vw + 615px);
    background-image: url("../img/sp/mv-bg.png");
    padding-top: 95px;
  }

  .p-home-mv-person {
    width: auto;
    height: auto;
    right: auto;
    left: 0;
    bottom: 12px;
  }

  .p-home-mv-text01 img {
    width: 243.96px;
  }

  .p-home-mv-text03 {
    margin-top: 18px;
  }

  .p-home-mv-text03 img {
    width: 297.21px;
  }

  .p-home-mv-text04 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }

  .p-home-mv-title {
    /* font-size: 44px; */
    font-size: 31px;
    line-height: 1.2159090909;
  }

  .p-home-mv-title-small {
    font-size: 28px;
  }

  .p-home-mv-button {
    padding: 0;
    width: 225px;
    height: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-home-mv-button .c-button01 .c-button01-link {
    font-size: 15px;
    padding-left: 60px;
  }

  .p-home-mv-button .c-button01 .c-button01-link::before {
    left: 20px;
  }

  .p-home-mv-text04-subinfo {
    margin-left: 20px;
    margin-left: clamp(10px, calc(20 / 411 * 100vw), 20px);
    padding: 7px 3px 3px 2px;
  }

  .p-home-mv-text04-subinfo .normal {
    font-size: 13px;
  }

  .p-home-mv-text04-subinfo .large {
    font-size: 24px;
  }

  .p-home-mv-instructor-text {
    font-size: 13px;
    text-align: right;
  }

  .p-home-section01 {
    padding-top: 60px;
  }

  .p-home-section-title {
    padding-top: 35px;
  }

  .p-home-section-title::after {
    width: 122px;
    height: 6px;
    margin-top: 28px;
  }

  .p-home-section-title::before {
    left: 0;
    width: 106px;
    height: 441px;
  }

  .p-home-section-text-box {
    padding: 0 20px;
    margin-top: 20px;
    position: relative;
    z-index: 10;
  }

  .p-home-section-text+.p-home-section-text {
    margin-top: 20px;
  }

  .p-home-section-text {
    font-size: 14px;
    line-height: 1.79;
  }

  .p-home-section02 {
    padding-bottom: 148px;
  }

  .p-home-section02 .bg02 {
    height: auto;
    bottom: 0;
    top: auto;
  }

  .p-home-section02-title::before {
    width: 135px;
    height: 400px;
    left: -30px;
  }

  .p-home-section02-items {
    margin-top: 23px;
  }

  .p-home-section02-item {
    padding: 70px 0;
  }

  .p-home-section02-item:not(:first-child)::before {
    width: 100%;
    height: 5px;
    background-image: url("../img/sp/dot.svg");
  }

  .p-home-section02-item-time-wrap::after {
    bottom: -5px;
    right: -4px;
    border-radius: 2.5px;
  }

  .p-home-section02-item-time {
    padding: 4px 20px 4px 10px;
    border-radius: 2.5px;
  }

  .p-home-section02-item-time01 {
    font-size: 12px;
  }

  .p-home-section02-item-time01::after {
    margin-left: 12.5px;
    height: 15px;
  }

  .p-home-section02-item-time02 {
    font-size: 12px;
    margin-left: 20px;
  }

  .p-home-section02-item-body {
    margin-top: 52px;
  }

  .p-home-section02-item-text {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 25px;
  }

  .p-home-section02-item-title {
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: -0.009em;
  }

  .p-home-section02-item-people {
    margin-top: 42px;
  }

  .p-home-section02-item-person {
    padding-top: 50px;
    padding-left: 46px;
  }

  .p-home-section02-item-person+.p-home-section02-item-person {
    margin-top: 20px;
  }

  .p-home-section02-item-person>.image {
    width: 150px;
    height: 150px;
  }

  .p-home-section02-item-person .text-box {
    border-radius: 5px;
  }

  .p-home-section02-item-person .text-box::after {
    border-radius: 5px;
  }

  .p-home-section02-item-person .name-company-wrap {
    padding-left: 111px;
  }

  .p-home-section02-item-person .name-company-inner {
    padding-top: 50px;
    padding-left: 17px;
    position: relative;
  }

  .p-home-section02-item-person .name-company-inner::before {
    content: "";
    display: block;
    width: 5px;
    height: 105px;
    background-color: #f2b94d;
    position: absolute;
    left: 0;
    top: -10px;
  }

  .p-home-section02-item-person .name-body {
    font-size: 16px;
  }

  .p-home-section02-item-person .name-sub {
    font-size: 12px;
    margin-left: 4px;
  }

  .p-home-section02-item-person .company {
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.3;
  }

  .p-home-section02-item-person .info {
    font-size: 10px;
    padding: 0 20px 30px;
    margin-top: 25px;
    line-height: 1.8;
  }

  .p-home-section02-item-person.--person02 .name-company-inner {
    padding-top: 36px;
  }

  .p-home-section02-item-person.--person03 .name-company-inner {
    padding-top: 23px;
  }

  .p-home-section02-item-person.--person04 .name-company-inner {
    padding-top: 25px;
  }

  .p-home-section02-item-person.--person05 .name-company-inner {
    padding-top: 25px;
  }

  .p-home-section02-item--session05 {
    padding-bottom: 155px;
  }

  .p-home-section02-button {
    padding-right: 28px;
  }

  .p-home-section03 {
    padding-top: 58px;
    padding-bottom: 94px;
  }

  .p-home-section03-table-wrap {
    position: relative;
    z-index: 10;
    margin-top: 24px;
    margin-left: 20px;
  }

  .p-home-section03-table-item {
    grid-template-columns: 102px 1fr;
  }

  .p-home-section03-table-item+.p-home-section03-table-item {
    margin-top: 11px;
  }

  .p-home-section03-table-text {
    font-size: 12px;
    line-height: 1.5833333333;
    padding: 10px 14px;
    padding-right: 10px;
  }

  .p-home-section03-table-head {
    border-radius: 2.5px 0 0 2.5px;
    padding: 10px 12px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .p-home-section03-button {
    padding: 0 40px;
    padding-right: 46px;
    top: calc(100% + 62px);
  }

  .p-login-wrapper {
    background-image: url("../img/login/sp/bg.png");
  }

  .p-login-wrapper .c-footer {
    margin-top: 20px;
  }

  .p-login-container {
    padding-top: 222px;
  }

  .p-login-text-wrap {
    margin-top: 26px;
    margin-bottom: 14px;
  }

  .p-login-text-normal {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 3px;
  }

  .p-login-user-fill-wrap .p-login-user-fill {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .p-login-user-fill-wrap .login_box {
    width: 100%;
    height: 55px;
    padding: 20px 14px;
    border-width: 0.5px;
  }

  .p-login-user-fill-wrap .login_box::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    bottom: 3px;
  }

  .p-login-user-fill-wrap .login_box::-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    bottom: 3px;
  }

  .p-login-user-fill-wrap .login_box:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    bottom: 3px;
  }

  .p-login-user-fill-wrap .login_box::-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    bottom: 3px;
  }

  .p-login-user-fill-wrap .login_box::placeholder {
    font-size: 12px;
    font-weight: 400;
    bottom: 3px;
  }

  .p-login-user-fill-wrap input[type=submit] {
    width: 80px;
    height: 55px;
    font-size: 12px !important;
  }

  .p-login-contact {
    margin-top: 100px;
  }

  .p-login-contact-text::before {
    font-size: 11px;
  }

  .p-login-contact-text {
    font-size: 12px;
  }

  .p-viewing-wrapper {
    background-color: #feb72c;
    background-image: url("../img/login/sp/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .p-viewing {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .p-viewing-video-inner {
    padding-top: calc(395 / 702 * 100%);
  }

  .p-viewing-video-info {
    padding: 10px;
    border-radius: 0 0 2.5px 2.5px;
  }

  .p-viewing-video-info::before {
    width: 17px;
    height: 17px;
  }

  .p-viewing-video-info .text {
    font-size: 12px;
    font-weight: 600;
    margin-left: 30px;
    text-align: center;
  }

  .p-viewing-info {
    margin-top: 25px;
  }

  .p-viewing-info01 {
    min-height: 140px;
  }

  .p-viewing-fixed {
    position: absolute;
    top: 25px;
    bottom: auto;
    width: calc(390px / 2);
  }

  .p-viewing-fixed-head {
    font-size: 12px;
    height: 50px;
    border-radius: calc(15px / 2) 0 0 0;
    padding-left: 48px;
  }

  .p-viewing-fixed-head::before {
    width: 38px;
    height: 39px;
  }

  .p-viewing-fixed-body {
    padding-left: 10px;
    padding-right: 16px;
    min-height: 56px;
    border-radius: 0 0 0 calc(15px / 2);
  }

  .p-viewing-fixed-button {
    margin-top: -8px;
  }

  .p-viewing-fixed-button a {
    font-size: 14px;
    height: calc(75.84px / 2);
    padding-left: calc(115px / 2);
    padding-top: 12px;
  }

  .p-viewing-fixed-button a::before {
    width: calc(25.4px / 2);
    height: calc(25.4px / 2);
    left: 14px;
  }

  .p-viewing-fixed-button::after {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  .p-viewing-wrapper .c-footer {
    margin-top: 0px;
  }

  .p-thanks-wrapper .p-home-mv {
    padding-top: 164px;
    height: 772px;
  }

  .p-thanks-wrapper .p-home-section02-item--session04 {
    padding-bottom: 130px;
  }

  .p-thanks-section01 {
    padding: 78px 0 77px;
  }

  .p-thanks-section01 .l-inner-block {
    padding: 0 40px;
  }

  .p-thanks-section01-title {
    font-size: 22px;
  }

  .p-thanks-section01-text-box {
    text-align: left;
    margin-top: 50px;
  }

  .p-thanks-section01-text {
    font-size: 14px;
  }

  .p-home-mv-instructor {
    padding: 5px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .p-home-wrapper {
    background-size: cover;
  }

  .p-home-wrapper:not(.p-thanks-wrapper) .c-footer {
    background-size: cover;
  }
}

@media only screen and (max-width: 640px) and (min-width: 411px) {
  .p-home-mv {
    /* height: 186.3527980535vw; */
    height: calc(92vw + 445px);
  }

  .p-home-mv-title {
    /* font-size: 10.7317073171vw; */
    font-size: 8vw;
  }

  .p-home-mv-title-small {
    font-size: 6.8vw;
  }

  .p-home-mv-button {
    width: 54.8780487805vw;
  }
}

@media only screen and (max-width: 640px) and (max-width: 389px) {
  .p-home-mv-title {
    /* font-size: clamp(36px, (36 / 320 * 100vw), 44px); */
    font-size: clamp(25px, (25 / 320 * 100vw), 44px);
  }

  .p-home-mv-title-small {
    font-size: clamp(20px, (20 / 320 * 100vw), 36px);
  }

  .p-home-mv-button {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 180px;
  }

  .p-home-mv-button .c-button01 .c-button01-link {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 12px;
  }

  .p-home-mv-button .c-button01 .c-button01-link::before {
    left: 12px;
  }

  .p-home-mv-text04-subinfo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-home-mv-text04-subinfo .normal {
    font-size: 12px;
  }

  .p-home-mv-text04-subinfo .large {
    font-size: 18px;
  }

  .p-home-mv-instructor-text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 360px) {
  .p-thanks-section01 .l-inner-block {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=style.css.map */



@media only screen and (min-width: 641px) {
  .p-home-mv-text01 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 50px;
    font-weight: bold;
  }

  .p-home-mv-text03 p {
    font-size: 30px;
    font-weight: bold;
  }

  .p-home-mv-text03_day {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .p-home-mv-text01 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 21px;
    font-weight: bold;
  }

  .p-home-mv-text03 p {
    font-size: 18px;
    font-weight: bold;
  }

  .p-home-mv-text02 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 389px) {
  .p-home-mv-person {
    bottom: 55px;
  }
}

.l-inner-block {
  padding: 0 21px;
}
