@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  background-color: #fff;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-break: break-word;
}

img {
  vertical-align: middle;
}

/*  reset */
input,
textarea,
select {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input:focus,
textarea:focus {
  outline-offset: -2px;
}

input::-webkit-search-decoration {
  display: none;
}

button,
input[type=submit],
input[type=button] {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

/*MainArea*/
.MainArea {
  background-color: #FDF6EC;
}
.MainArea__eyecatch {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}
@media screen and (max-width: 414px) {
  .MainArea__eyecatch.-pcContent {
    display: none;
  }
}
.MainArea__eyecatch.-spContent {
  display: none;
}
@media screen and (max-width: 414px) {
  .MainArea__eyecatch.-spContent {
    display: block;
  }
}
.MainArea__image {
  width: 100%;
}

/*Banner*/
.Banner {
  position: absolute;
  z-index: 100;
  top: 40px;
  right: 0px;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .Banner {
    display: none;
  }
}
.Banner__image {
  width: 100%;
  border-radius: 4px 0px 0px 4px;
  border: #fff solid 2px;
  border-right: none;
}
.Banner__title {
  font-size: 1.3rem;
}
.Banner__heading {
  font-size: 1.8rem;
}
.Banner__text {
  font-size: 2.9rem;
}
.Banner__largeText {
  font-size: 5.1rem;
}

/*Contents*/
.Contents__leadUnit {
  text-align: center;
  font-size: 0;
  color: #222;
  font-weight: bold;
  width: calc(100% - 48px);
  max-width: 980px;
  margin: 0px auto;
}
.Contents__leadInner {
  margin: -16px 0px 0px -30px;
}
@media screen and (max-width: 768px) {
  .Contents__leadInner {
    margin: -16px 0px;
  }
}
.Contents__inner.-bgA {
  color: #fff;
  background-color: #4BB4B9;
  margin-top: 40px;
  padding: 64px 0px 34px;
}
@media screen and (max-width: 768px) {
  .Contents__inner.-bgA {
    margin-top: 24px;
    padding: 40px 0px 24px;
  }
}
.Contents__inner.-bgA .Section__inner {
  margin-top: 0px;
}
.Contents__lead {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  width: calc(100% - 48px);
  margin: 40px auto 0px;
}
@media screen and (max-width: 768px) {
  .Contents__lead {
    font-size: 1.8rem;
    text-align: left;
  }
}
.Contents__decoration {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFEF2F));
  background: -o-linear-gradient(transparent 50%, #FFEF2F 50%);
  background: linear-gradient(transparent 50%, #FFEF2F 50%);
}
.Contents__decoration.-wave {
  display: inline-block;
  line-height: 1.75;
  background-image: none;
  background: url(../image/text_decoration_wave.svg) bottom repeat-x;
  background-size: 46px;
}
.Contents__subLead {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 432px;
  font-size: 2rem;
  margin: 16px 0px 16px 30px;
  padding: 16px;
  background-color: #FFEF2F;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .Contents__subLead {
    margin: 16px 0px;
    font-size: 1.8rem;
  }
}
.Contents__subLead::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 16px 0;
  border-color: transparent #FFEF2F transparent transparent;
}
.Contents__largeText {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .Contents__largeText {
    font-size: 2.8rem;
  }
}
.Contents__formName {
  width: 30%;
  font-weight: bold;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .Contents__formName {
    width: auto;
  }
}
.Contents__formItem {
  width: 70%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Contents__formItem {
    width: 100%;
    margin-top: 8px;
  }
}
.Contents__formUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Contents__formUnit {
    display: block;
  }
}
.Contents__formUnit:not(:first-child) {
  margin-top: 24px;
}
.Contents__formLabel {
  font-size: 1.6rem;
}
.Contents__formHeading {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 24px 0px -16px;
}
.Contents__formSubLabel {
  font-size: 1.3rem;
}
.Contents__formSubLabel.-caution {
  color: #E31A00;
}
.Contents__formInput {
  width: 100%;
  height: 100%;
  border: #E8E8E8 solid 1px;
  padding: 11px 12px;
  font-size: 1.6rem;
}
.Contents__formSelect {
  width: 100%;
  border: #E8E8E8 solid 1px;
  padding: 15px 30px 15px 12px;
  font-size: 1.6rem;
  background: url(../image/select_arrow.png) no-repeat;
  background-size: contain;
  background-position: right;
  cursor: pointer;
}
.Contents__formTextarea {
  width: 100%;
  border: #E8E8E8 solid 1px;
  padding: 11px 8px;
  font-size: 1.6rem;
}
.Contents__formInner {
  text-align: center;
}
.Contents__formButton {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px auto 0px;
  padding: 10px 0px;
  border-radius: 4px;
  color: #fff;
  background-color: #4BB4B9;
  width: 180px;
  cursor: pointer;
}
.Contents__formButton:hover {
  background-color: #42a4a9;
}
.Contents__formButton.-prev {
  color: #333;
  background-color: #E8E8E8;
}
.Contents__formButton.-prev:hover {
  background-color: #dbdbdb;
}
.Contents__formButton + .Contents__formButton {
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .Contents__br.-pcContent {
    display: none;
  }
}
.Contents__br.-spContent {
  display: none;
}
@media screen and (max-width: 768px) {
  .Contents__br.-spContent {
    display: block;
  }
}
.Contents__errorMesse {
  font-size: 1.4rem;
  margin: 5px 0;
  color: red;
}

/*Section*/
.Section {
  padding: 104px 0px 0px;
}
@media screen and (max-width: 768px) {
  .Section {
    padding: 80px 0px 0px;
  }
}
.Section.-medium {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .Section.-medium {
    padding: 64px 0px;
  }
}
.Section:first-child:not(.-medium) {
  padding: 0px 0px 40px;
}
.Section.-bgA {
  color: #fff;
  background-color: #4BB4B9;
}
.Section.-bgB {
  background-color: #E7FAFC;
  margin-top: 104px;
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .Section.-bgB {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.Section.-bgB.-noMt {
  margin-top: 0px;
}
.Section__inner {
  width: calc(100% - 48px);
  max-width: 980px;
  margin: 40px auto 0px;
}
.Section__inner.-widthL {
  max-width: 1100px;
}
.Section__inner.-widthS {
  max-width: 800px;
}
.Section__inner.-widthThin {
  max-width: 700px;
}
.Section__inner.-border {
  border-top: #E8E8E8 solid 1px;
  border-bottom: #E8E8E8 solid 1px;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .Section__inner.-border {
    padding: 24px 0px;
  }
}
.Section__unit + .Section__unit {
  margin-top: 40px;
  padding-top: 40px;
  border-top: #E8E8E8 solid 1px;
}
@media screen and (max-width: 768px) {
  .Section__unit + .Section__unit {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.Section__headUnit {
  width: calc(100% - 48px);
  max-width: 980px;
  margin: 0px auto;
}
@media screen and (max-width: 414px) {
  .Section__headUnit {
    text-align: center;
  }
}
.Section__headUnit.-widthL {
  max-width: 1100px;
}
.Section__headUnit.-center {
  text-align: center;
}
.Section__title {
  display: inline-block;
  position: relative;
  font-size: 4.6rem;
  color: #4BB4B9;
}
@media screen and (max-width: 768px) {
  .Section__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 414px) {
  .Section__title {
    font-size: 3rem;
  }
}
.Section__title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 18px;
  background: url(../image/decoration.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 414px) {
  .Section__title::before {
    width: 30px;
  }
}
.Section__lead {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .Section__lead {
    font-size: 1.4rem;
  }
}
.Section__heading {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .Section__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .Section__heading {
    font-size: 1.6rem;
  }
}
.Section__heading::before {
  content: "●";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #4BB4B9;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .Section__heading::before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .Section__heading::before {
    font-size: 1.6rem;
  }
}
.Section__heading.-voice {
  font-weight: normal;
}
.Section__heading + .Section__text {
  margin-top: 10px;
}
.Section__text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .Section__text {
    font-size: 1.4rem;
  }
}
.Section__text.-bottom {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .Section__text.-bottom {
    margin-top: 40px;
  }
}
.Section__tableWrap {
  overflow: auto;
}
.Section__table {
  border-collapse: collapse;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .Section__table {
    min-width: 1100px;
  }
}
.Section__tableRow.-ourStudio {
  font-weight: bold;
  background-color: #FAFAFA;
}
.Section__tableRow.-ourStudio .Section__tableCompanyName {
  color: #4BB4B9;
}
.Section__tableRow.-ourStudio .Section__tableIcon {
  font-size: 2.2rem;
}
.Section__tableHeading {
  font-size: 1.4rem;
  color: #fff;
  background-color: #4BB4B9;
  border: #DEDEDE solid 1px;
  padding: 16px 0px;
}
.Section__tableCompanyName {
  font-size: 1.6rem;
  line-height: 1.75;
  border: #DEDEDE solid 1px;
  text-align: left;
  padding: 24px 16px;
}
.Section__tableData {
  font-size: 1.4rem;
  line-height: 1.75;
  border: #DEDEDE solid 1px;
  vertical-align: text-top;
  padding: 24px 8px;
  width: calc(100% / 7);
}
.Section__tableIcon {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 16px;
}
.Section__profileList {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .Section__profileList {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.Section__profileListTitle {
  float: left;
}
.Section__profileListData {
  margin-left: 60px;
}
.Section__link {
  color: #222;
}
.Section__link:hover {
  text-decoration: none;
}

/*ServiceGrid*/
.ServiceGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0px -40px -40px;
}
@media screen and (max-width: 768px) {
  .ServiceGrid {
    margin: 0px 0px -24px -24px;
  }
}
.ServiceGrid__item {
  width: calc((100% / 3) - 40px);
  margin: 0px 0px 40px 40px;
  border: #E8E8E8 solid 2px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .ServiceGrid__item {
    width: calc((100% / 2) - 24px);
    margin: 0px 0px 24px 24px;
  }
}
@media screen and (max-width: 414px) {
  .ServiceGrid__item {
    width: 100%;
  }
}
.ServiceGrid__icon {
  width: 90px;
  margin: 0px auto;
}
.ServiceGrid__image {
  width: 100%;
}
.ServiceGrid__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .ServiceGrid__title {
    font-size: 1.8rem;
  }
}
.ServiceGrid__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .ServiceGrid__text {
    font-size: 1.4rem;
  }
}

/*StudioGrid*/
.StudioGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0px 64px -30px;
}
@media screen and (max-width: 768px) {
  .StudioGrid {
    margin: -30px 0px 40px -16px;
  }
}
.StudioGrid__item {
  width: calc((100% / 5) - 30px);
  margin: 40px 0px 0px 30px;
}
@media screen and (max-width: 768px) {
  .StudioGrid__item {
    width: calc((100% / 3) - 16px);
    margin: 30px 0px 0px 16px;
  }
}
@media screen and (max-width: 414px) {
  .StudioGrid__item {
    width: calc((100% / 2) - 16px);
  }
}
.StudioGrid__image {
  width: 100%;
  border: #fff solid 4px;
}
.StudioGrid__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .StudioGrid__name {
    font-size: 1.6rem;
  }
}
.StudioGrid__text {
  font-size: 1.3rem;
  margin-top: 8px;
}
.StudioGrid__url {
  font-size: 1.2rem;
  margin-top: 8px;
}

/*FlowGrid*/
.FlowGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}
@media screen and (max-width: 768px) {
  .FlowGrid {
    display: block;
    margin-left: -24px;
  }
}
.FlowGrid__item:last-child {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .FlowGrid__item.-pcContent {
    display: none;
  }
}
.FlowGrid__cell {
  position: relative;
  margin: 90px 0px 0px 60px;
  padding: 30px;
  background-color: #fff;
  border: #E8E8E8 solid 2px;
}
@media screen and (max-width: 768px) {
  .FlowGrid__cell {
    margin: 70px 0px 0px 24px;
    padding: 20px 24px;
  }
}
.FlowGrid__cell:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .FlowGrid__cell:first-child {
    margin-top: 70px;
  }
}
.FlowGrid__cell::after {
  content: "";
  position: absolute;
  top: -55px;
  right: 40px;
  width: 140px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .FlowGrid__cell::after {
    top: -45px;
    right: 24px;
    width: 110px;
    height: 90px;
  }
}
.FlowGrid__cell.-spContent {
  display: none;
}
@media screen and (max-width: 768px) {
  .FlowGrid__cell.-spContent {
    display: block;
  }
}
.FlowGrid__cell.-number01::after {
  background: url(../image/flow_num_1.png) no-repeat;
  background-size: contain;
}
.FlowGrid__cell.-number02::after {
  background: url(../image/flow_num_2.png) no-repeat;
  background-size: contain;
}
.FlowGrid__cell.-number03::after {
  background: url(../image/flow_num_3.png) no-repeat;
  background-size: contain;
}
.FlowGrid__cell.-number04::after {
  background: url(../image/flow_num_4.png) no-repeat;
  background-size: contain;
}
.FlowGrid__cell.-number05::after {
  background: url(../image/flow_num_5.png) no-repeat;
  background-size: contain;
}
.FlowGrid__cell.-number06::after {
  background: url(../image/flow_num_6.png) no-repeat;
  background-size: contain;
}
.FlowGrid__title {
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .FlowGrid__title {
    font-size: 2.4rem;
  }
}
.FlowGrid__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .FlowGrid__text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

/*LayoutBox*/
.LayoutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .LayoutBox {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .LayoutBox {
    margin-top: 64px;
  }
}
.LayoutBox.-single {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .LayoutBox.-profileItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 414px) {
  .LayoutBox.-profileItem {
    display: block;
  }
}
.LayoutBox__avatar {
  width: 270px;
  border: #fff solid 4px;
}
@media screen and (max-width: 414px) {
  .LayoutBox__avatar {
    width: 80%;
    max-width: 250px;
    margin: 0px auto;
  }
}
.LayoutBox__title {
  font-size: 3rem;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .LayoutBox__title {
    font-size: 2.4rem;
  }
}
.LayoutBox__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .LayoutBox__text {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}
.LayoutBox__item {
  width: 100%;
}
.LayoutBox__item:last-child:not(.-itemL) {
  margin: 0px 0px 0px 60px;
}
@media screen and (max-width: 768px) {
  .LayoutBox__item:last-child:not(.-itemL) {
    margin: 24px 0px 0px;
  }
}
.LayoutBox__item.-itemL {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  .LayoutBox__item.-itemL {
    margin: 24px 0px 0px;
  }
}
.LayoutBox__item.-itemR {
  margin: 0px 0px 0px 60px;
}
@media screen and (max-width: 768px) {
  .LayoutBox__item.-itemR {
    margin: 0px;
  }
}
.LayoutBox__item.-profileItem {
  width: auto;
}
@media screen and (max-width: 768px) {
  .LayoutBox__item.-profileItem:last-child {
    margin: 0px 0px 0px 60px;
  }
}
@media screen and (max-width: 414px) {
  .LayoutBox__item.-profileItem:last-child {
    margin: 40px 0px 0px;
  }
}
.LayoutBox__item.-profileItem .LayoutBox__textUnit {
  font-weight: bold;
}
.LayoutBox__image {
  width: 100%;
}

/*PlanBox*/
.PlanBox {
  text-align: center;
}
.PlanBox__main {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  color: #222;
  font-weight: bold;
  padding: 24px 0px;
}
.PlanBox__catch {
  font-size: 4.3rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .PlanBox__catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 414px) {
  .PlanBox__catch {
    font-size: 3rem;
  }
}
.PlanBox__largeText {
  color: #4BB4B9;
  font-size: 6.6rem;
}
@media screen and (max-width: 768px) {
  .PlanBox__largeText {
    font-size: 6rem;
  }
}
@media screen and (max-width: 414px) {
  .PlanBox__largeText {
    font-size: 4rem;
  }
}
.PlanBox__largeText.-wave {
  line-height: 1.2;
}
.PlanBox__mediumText {
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .PlanBox__mediumText {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 414px) {
  .PlanBox__mediumText {
    font-size: 3.2rem;
  }
}
.PlanBox__smallText {
  font-size: 3.5rem;
}
@media screen and (max-width: 414px) {
  .PlanBox__smallText {
    font-size: 2.8rem;
  }
}
.PlanBox__subCatch {
  font-size: 2.5rem;
  line-height: 1.14;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .PlanBox__subCatch {
    font-size: 2.2rem;
    margin-top: 12px;
  }
}
.PlanBox__subCatch .PlanBox__mediumText {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .PlanBox__subCatch .PlanBox__mediumText {
    font-size: 2.4rem;
  }
}
.PlanBox__subCatch .PlanBox__smallText {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .PlanBox__subCatch .PlanBox__smallText {
    margin-top: -6px;
  }
}
.PlanBox__captionList {
  max-width: 800px;
  margin: 24px auto 0px;
  padding-left: 20px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .PlanBox__captionList {
    font-size: 1.6rem;
  }
}

/*WorksBox*/
.WorksBox__thumbnails {
  margin: 20px 0px -16px 1px;
}
.WorksBox__thumbnails::after {
  content: "";
  display: block;
  clear: both;
}
.WorksBox__thumbnails.-noTrim .WorksBox__thumbnailItem {
  border: #d7d7d7 solid 1px;
  margin-right: -1px;
}
.WorksBox__thumbnails.-noTrim .WorksBox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  /*IE対策*/
}
.WorksBox__thumbnailItem {
  position: relative;
  float: left;
  width: calc(100% / 4);
  padding-top: calc(75% / 4);
  margin-bottom: 16px;
  overflow: hidden;
  cursor: pointer;
}
.WorksBox__thumbnailItem:hover {
  opacity: 0.8;
}
@media screen and (max-width: 414px) {
  .WorksBox__thumbnailItem {
    width: calc(100% / 3);
    padding-top: calc(75% / 3);
  }
}
.WorksBox__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.WorksBox__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
  line-height: 1.75;
}
.WorksBox__captionUnit {
  margin-left: 16px;
}
.WorksBox__total {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #FFEF2F;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .WorksBox__total {
    font-size: 1.6rem;
  }
}
.WorksBox__heading {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .WorksBox__heading {
    font-size: 1.6rem;
  }
}
.WorksBox__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .WorksBox__text {
    font-size: 1.4rem;
  }
}
.WorksBox__modalContent {
  position: fixed;
  display: none;
  /*jsでフェードイン*/
  z-index: 300;
  margin: 10px;
  padding: 10px;
  background: #fff;
}
.WorksBox__modalContent.-largeImage {
  width: 760px;
}
@media screen and (max-width: 768px) {
  .WorksBox__modalContent.-largeImage {
    width: 90%;
  }
}
.WorksBox__iframeContent {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.WorksBox__modalIframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.WorksBox__modalItem {
  max-width: 100%;
  max-height: 70vh;
}
.WorksBox__modalClose {
  position: absolute;
  top: -50px;
  right: -10px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

/*Footer*/
.Footer {
  position: relative;
  margin: 104px auto 0px;
}
@media screen and (max-width: 768px) {
  .Footer {
    margin: 64px auto 0px;
  }
}
.Footer__bgWrap {
  background-color: #4BB4B9;
  margin-top: 24px;
}
.Footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 48px);
  max-width: 980px;
  margin: 0px auto;
  padding: 40px 0px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Footer__inner {
    display: block;
  }
}
.Footer__logo {
  font-size: 1.4rem;
}
.Footer__text {
  font-size: 1.2rem;
}
.Footer__copyright {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .Footer__copyright {
    margin-top: 8px;
  }
}
.Footer__link {
  color: #fff;
}
.Footer__link:hover {
  text-decoration: none;
}
.Footer__buttonUnit {
  width: calc(100% - 48px);
  max-width: 980px;
  margin: 0px auto;
  text-align: right;
}
.Footer__button {
  background-color: transparent;
  cursor: pointer;
  width: 34px;
}
.Footer__button:hover {
  opacity: 0.8;
}
.Footer__image {
  width: 100%;
}

/*ModalOverlay*/
.ModalOverlay {
  display: none;
  /*jsでフェードイン*/
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.Contents__button1 {
    margin: 40px auto;
    width: 250px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

.Contents__button1 a {
    text-align: center;
    display: inline-block;
    margin: 14px 0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #4BB4B9;
}