@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
body {
  margin: 0 auto;
  max-width: 1920px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img.fullwide {
  width: 100%;
}
.sp-only {
  display: none;
}
@media (max-width: 612px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.redbg {
  display: inline-block;
  position: relative;
  background-color: #D93831;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  z-index: 1;
  padding: 4px 36px 6px;
}
.redbg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -3px;
  /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px #fff;
  /*bodyのカラーと同じ色に*/
  border-bottom: solid 55px transparent;
  z-index: 2;
}
.redbg:after {
  position: absolute;
  content: "";
  right: 0px;
  top: -3px;
  /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  /*bodyのカラーと同じ色に*/
  border-bottom: solid 55px #fff;
  z-index: 2;
}
.large-bold {
  font-size: 1.3em;
  font-weight: bold;
}
.mb0 {
  margin-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.sectionTitle {
  text-align: center;
}
.gradation {
  margin-top: 0;
  font-size: 5em;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(180deg, #777 0%, #000 75%, #000 100%);
  background: -webkit-linear-gradient(-90deg, #777 0%, #000 75%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
  .gradation {
    margin-bottom: 20px;
    font-size: 3em;
  }
}
/* FV */
.mv {
  position: relative;
}
.mv__logo {
  position: fixed;
  top: 27px;
  left: 45px;
  z-index: 999;
}
@media (max-width: 480px) {
  .mv__logo {
    width: 200px;
    top: 12px;
    left: 20px;
  }
}
.mv__logo a {
  display: block;
}
/* こんなお悩みありませんか？ */
.fukidashi {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_fukidashi.jpg");
  background-size: cover;
  background-position: center;
  padding: 3em;
  position: relative;
}
.fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #252525;
}
.fukidashi p.fukidashi-ttl {
  text-align: center;
  color: #fff;
  font-size: clamp(1.2rem, 5vw, 3rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 0;
}
.fukidashi-flex {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.fukidashi-flex-child {
  position: relative;
}
.fukidashi-flex-child p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 16px;
}
.fukidashi-flex-child2 p {
  top: 5%;
}
.fukidashi-largefont {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.fukidashi-red {
  color: red;
  font-weight: bold;
}
@media (max-width: 612px) {
  .fukidashi {
    padding: 2em;
  }
  .fukidashi-flex-child {
    width: clamp(160px, 40vw, 210px);
  }
  .fukidashi-flex-child img {
    width: 100%;
  }
  .fukidashi-flex-child p {
    top: 5%;
    font-size: 13px;
    padding-right: 8px;
    line-height: 1.4;
  }
  .fukidashi-flex-child2 p {
    top: unset;
  }
  .fukidashi-largefont {
    font-size: 15px;
  }
}
/* モデルオンデマンドならすべて解決 */
.kaiketsu {
  padding: 5em 0;
}
@media (max-width: 612px) {
  .kaiketsu {
    padding: 5em 2em;
    background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/kaiketsu_bg1@2x_filter.png"), url("https://kotowork.com/modelondemand/wp-content/uploads/kaiketsu_bg2@2x_filter.png");
    background-position: 0% 10%, 100% 90%;
    background-size: 200px, 200px;
    background-repeat: no-repeat, no-repeat;
  }
}
/* スライドの動き等速 */
.swiper-wrapper {
  transform: unset;
  transition-timing-function: linear !important;
  height: unset !important;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 253px;
  padding: 12px;
}
/* 3つの特徴 */
.tokuchou {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_tokuchou@2x-scaled.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.tokuchou__ttl__top {
  font-size: 2em;
  margin-top: 5em;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .tokuchou__ttl__top {
    font-size: 1.5em;
  }
}
.tokuchou-wrapper.flex {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1038px;
}
@media (max-width: 612px) {
  .tokuchou-wrapper.flex {
    display: block;
  }
}
.tokuchou-wrapper-child {
  width: 33%;
  text-align: center;
}
@media (max-width: 480px) {
  .tokuchou-wrapper-child {
    width: 100%;
    margin-bottom: 5em;
  }
}
.tokuchou-wrapper-child img.tokuchou-icon {
  width: 120px;
}
img.tokuchou-text1 {
  width: 180px;
}
img.tokuchou-text2 {
  width: 250px;
  padding-top: 19px;
  padding-bottom: 19px;
}
img.tokuchou-text3 {
  width: 210px;
}
.tokuchou-ttl-top {
  margin-top: 3em;
  margin-bottom: -10px;
  font-size: 1.5em;
  font-weight: bold;
}
.tokuchou-wrapper.bottom {
  text-align: center;
}
@media (max-width: 480px) {
  .tokuchou-wrapper.bottom .redbg {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* WHAT IS MODEL ON DEMAND? */
.whatis {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg-whatis.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 150px;
  text-align: center;
  height: 1670px;
}
@media (max-width: 480px) {
  .whatis {
    padding-top: 70px;
    height: unset;
  }
}
.whatis__img {
  padding: 1em;
}
.whatis p {
  font-size: 1.5em;
}
@media (max-width: 480px) {
  .whatis p {
    font-size: 1.1em;
  }
}
.whatis-movie {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1038px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .whatis-movie {
    gap: unset;
  }
}
.whatis-movie video {
  width: 494px;
  height: 282px;
}
@media (max-width: 480px) {
  .whatis-movie video {
    width: 100%;
    padding: 1rem;
  }
}
.whatis-movie-comment {
  position: relative;
  display: block;
}
.whatis-movie-comment:before {
  content: " 電子書籍化決定！ /";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  color: #000;
}
/* エントリーはこちら */
.offer {
  position: relative;
}
.offer-btn {
  position: absolute;
  width: 790px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
@media (max-width: 480px) {
  .offer-btn {
    width: 250px;
    bottom: 20px;
  }
}
@media (max-width: 320px) {
  .offer-btn {
    width: 220px;
    bottom: 10px;
  }
}
.offer-btn img {
  width: 100%;
}
.offer a {
  display: inline-block;
  transition: all 0.5s;
}
.offer a:hover {
  opacity: 0.8;
}
/* 知っていますか？ */
.dyn {
  background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_dyn_but-scaled.jpg");
  height: 880px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 2em;
  position: relative;
}
@media (max-width: 480px) {
  .dyn {
    background-image: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_dyn_sp_narrow2.jpg");
    background-size: cover;
    height: 900px;
    background-position: center center;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.dyn-child1 {
  max-width: 1038px;
  margin: 0 auto;
  color: #fff;
}
.dyn-child1-text {
  max-width: 600px;
}
.dyn-ttl {
  font-size: 50px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .dyn-ttl {
    font-size: 2em;
  }
}
.dyn-text-red {
  font-size: 20px;
  color: red;
}
@media (max-width: 480px) {
  .dyn-text-red {
    font-size: 1em;
  }
}
.dyn-text-small {
  font-size: 14px;
  line-height: 28px;
}
.dyn-child2 {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 480px) {
  .dyn-child2 {
    font-size: 1.3em;
    width: 100%;
    bottom: 50px;
  }
}
/* 講座 */
.kouza {
  text-align: center;
  margin-top: 5em;
}
.kouza__youtuber {
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.kouza__yousei {
  font-size: 6em;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .kouza__yousei {
    font-size: 3.2em;
  }
}
.kouza .redbg, .kouza .large-bold {
  margin-bottom: 0;
}
/* method */
.method__ttl__img {
  margin-bottom: 4rem;
}
.method__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media (max-width: 480px) {
  .method__wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.method__wrapper__item {
  max-width: 495px;
  max-height: 650px;
  padding: 20px;
  border: 1px solid #aaa;
}
.method__wrapper__item .merit__number {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.method__wrapper__item .merit__ttl {
  text-align: center;
  margin-bottom: 2em;
}
.method__wrapper__item .merit__text {
  line-height: 1.8;
}
.method__bottom {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 4em;
}
.method__bottom .color-red {
  color: red;
}
.method__bottom .inline {
  display: inline-block;
}
@media (max-width: 480px) {
  .method__bottom .inline {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* flow */
.flow {
  background: url("https://kotowork.com/modelondemand/wp-content/uploads/bg_flow.jpg");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  .flow {
    background: unset;
  }
}
.flow__ttl {
  text-align: center;
  margin-top: 5em;
}
.flow__ttl p.gradation {
  display: inline-block;
  position: relative;
  font-size: 60px;
  letter-spacing: 0px;
}
@media (max-width: 480px) {
  .flow__ttl p.gradation {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .flow__ttl p.gradation {
    font-size: 26px;
  }
}
.flow__ttl p.gradation:before {
  content: url("https://kotowork.com/modelondemand/wp-content/uploads/icon_camera.png");
  position: absolute;
  left: -100px;
}
@media (max-width: 480px) {
  .flow__ttl p.gradation:before {
    transform: scale(0.5);
    left: -60px;
    bottom: -25px;
  }
}
@media (max-width: 320px) {
  .flow__ttl p.gradation:before {
    transform: scale(0.4);
    left: -55px;
  }
}
.flow__ttl p.gradation:after {
  content: url("https://kotowork.com/modelondemand/wp-content/uploads/icon_cut.png");
  position: absolute;
  right: -90px;
  bottom: -10px;
}
@media (max-width: 480px) {
  .flow__ttl p.gradation:after {
    transform: scale(0.5);
    right: -55px;
    bottom: -20px;
  }
}
@media (max-width: 320px) {
  .flow__ttl p.gradation:after {
    transform: scale(0.4);
    right: -50px;
  }
}
.flow__wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .flow__wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.flow__wrapper__item {
  display: flex;
  padding: 20px;
  box-shadow: 5px 5px 1px rgba(190, 31, 46, 0.36);
  margin-bottom: 70px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 480px) {
  .flow__wrapper__item {
    display: block;
  }
}
.flow__wrapper__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  transform: translatex(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid #d93831;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}
.flow__wrapper__item__img img {
  max-width: 380px;
}
@media (max-width: 480px) {
  .flow__wrapper__item__img img {
    width: 100%;
  }
}
.flow__wrapper__item__text {
  padding-top: 18px;
  padding-left: 28px;
}
@media (max-width: 480px) {
  .flow__wrapper__item__text {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.flow__wrapper__item__text p.ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.flow__wrapper__item__text p.text {
  line-height: 1.8;
}
/* Q & A */
.qanda__ttl {
  margin-top: 5em;
}
@media (max-width: 480px) {
  .qanda__ttl {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.qanda__ttl .gradation {
  margin-bottom: 0;
  letter-spacing: -2px;
}
.qanda__ttl .gradation .small {
  font-size: 70px;
}
@media (max-width: 480px) {
  .qanda__ttl .gradation .small {
    font-size: 38px;
  }
}
.accordion {
  margin: 2em auto 5em;
  max-width: 60vw;
}
@media (max-width: 480px) {
  .accordion {
    max-width: 90vw;
    margin-top: 0;
  }
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #252525;
}
@media (max-width: 480px) {
  .title {
    padding-right: 2em;
  }
}
.accordion-ttl-large {
  font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 1em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media (max-width: 480px) {
  .contact__form__ttl.sectionTitle .gradation {
    letter-spacing: 1px;
    font-size: 2.5em;
  }
}
@media (max-width: 320px) {
  .contact__form__ttl.sectionTitle .gradation {
    letter-spacing: 0px;
    font-size: 2em;
  }
}
.contact__form {
  margin-bottom: 5rem;
}
.contact__form form {
  max-width: 1140px;
  margin: 0 auto;
}
.contact__form table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contact__form table td, .contact__form table th {
  padding: 0.5rem 1rem;
}
.contact__form input[type=button], .contact__form input[type=submit] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.contact__form input[type=button]::-webkit-search-decoration, .contact__form input[type=submit]::-webkit-search-decoration {
  display: none;
}
.contact__form input[type=button]::focus, .contact__form input[type=submit]::focus {
  outline-offset: -2px;
}
.contact__form input:where(:not([type=checkbox], [type=radio])), .contact__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__form input[type=date], .contact__form input[type=email], .contact__form input[type=number], .contact__form input[type=password], .contact__form input[type=tel], .contact__form input[type=text], .contact__form input[type=url], .contact__form select, .contact__form textarea {
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.8em 1em;
  margin: 0 0 0.5rem;
  width: 100%;
  color: #333;
  background-color: #fff;
}
.contact__form input[type=file] {
  margin: 0.5rem 0;
}
.contact__form input[type=submit] {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 5px;
}
.contact__form input[type=submit]:hover {
  color: #fff;
  cursor: pointer;
  background-color: var(--vk-color-primary-dark);
}
@media (max-width: 500px) {
  /* 必須・任意のサイズ調整 */
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*確認用の調整*/
.kakunin {
  font-size: 7px;
  padding: 5px;
  background: #228b22;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 100%;
  background: #d83830;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}
@media (max-width: 480px) {
  #formbtn {
    width: 80%;
    margin: 0 auto;
  }
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  opacity: 0.8;
}
/* スクロールバーの幅 */
.scroll-box::-webkit-scrollbar {
  width: 10px;
}
/* スクロールバー背景色 */
.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* スクロールバーのつまみの色 */
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #c1c1c1;
}
/* 本文調整 */
.bs {
  margin-bottom: 1em;
}
.scroll-box {
  padding: 40px;
}
.orange {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.contact__form .form__bottom {
  text-align: center;
  padding: 1rem;
}
.wpcf7-list-item {
	display: inline-block;
}
/*# sourceMappingURL=cus-style.css.map */