@charset "UTF-8";
.root {
  /* min-width: 350px; */
  overflow: hidden;
  /* Variable */
  /*
      lightGrey : #F1F1F1
      grey: #BCBCBC;
      grey2: #777777;
      black: #262626;
      lightBlue: #E0E3E6;
      mainBlue: #00C6CD;
      mainBlueLigh: #00E1E9;

      font-family: 'Open Sans', sans-serif;
      font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro','游ゴシック', 'YuGothic', Meiryo, メイリオ, 'ＭＳ ゴシック', sans-serif;

      */
  /* START */
  /* Global */
  /* ===========Header */
  /* =========== Program overview */
  /* タイトル白枠 */
  /* 会社名SP用 */
  /* アバター（現在未使用） */
  /* =========== プログラムの概要 */
  /*  =========== このプログラムで実現したいこと */
  /*  =========== 活用できるリソース */
  /* program motivation */
  /* program profile */
  /* program schedule */
  /* program supplemejntary information */
  /* entry & flow */
  /* program entry & condition */
  /* program entry & social */
  /* winning */
  /* comment */
  /* program other */
  /* Footer */
  /* media screen */
}
.root button,
.root hr,
.root input {
  overflow: visible;
}
.root progress,
.root sub,
.root sup {
  vertical-align: baseline;
}
.root [type=checkbox],
.root [type=radio],
.root legend {
  box-sizing: border-box;
  padding: 0;
}
.root html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.root body {
  margin: 0;
}
.root h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.root hr {
  box-sizing: content-box;
  height: 0;
}
.root code,
.root kbd,
.root pre,
.root samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.root a {
  background-color: transparent;
}
.root abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.root b,
.root strong {
  font-weight: bolder;
}
.root small {
  font-size: 80%;
}
.root sub,
.root sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.root sub {
  bottom: -0.25em;
}
.root sup {
  top: -0.5em;
}
.root img {
  border-style: none;
}
.root button,
.root input,
.root optgroup,
.root select,
.root textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.root button,
.root select {
  text-transform: none;
}
.root [type=button],
.root [type=reset],
.root [type=submit],
.root button {
  -webkit-appearance: button;
}
.root [type=button]::-moz-focus-inner,
.root [type=reset]::-moz-focus-inner,
.root [type=submit]::-moz-focus-inner,
.root button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.root [type=button]:-moz-focusring,
.root [type=reset]:-moz-focusring,
.root [type=submit]:-moz-focusring,
.root button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
.root fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.root legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
.root textarea {
  overflow: auto;
}
.root [type=number]::-webkit-inner-spin-button,
.root [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.root [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.root [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.root ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.root details {
  display: block;
}
.root summary {
  display: list-item;
}
.root [hidden],
.root template {
  display: none;
}
.root * {
  box-sizing: border-box;
}
.root .template-wrapper {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  color: #777777;
}
.root .container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.root .container--sm {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.root .title {
  font-size: 30px;
  color: #333;
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .root .title {
    font-size: 22px;
  }
}
.root .title-sm {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  margin-bottom: 16px;
}
.root .title-lg {
  font-size: 40px;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .root .title {
    font-size: 19px;
    line-height: 1.4;
  }
  .root h4 .title {
    margin-bottom: 10px;
  }
}
.root .btn {
  height: 40px;
  border-width: 1px;
  border-style: solid;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.root .btn img {
  margin-right: 8px;
}
.root .btn.disabled {
  pointer-events: none;
  background-color: #c8cdd1;
  border-color: #c8cdd1;
  opacity: 0.8;
  color: #fff;
}
.root .btn--blue {
  color: white;
  border-color: #269a82;
  background-color: #269a82;
}
.root .btn--blue:hover {
  border-color: #269a82;
  background-color: #269a82;
}
.root .btn--blue-outline {
  color: #269a82;
  border-color: #269a82;
  background-color: white;
}
.root .btn--blue-outline:hover {
  color: white;
  border-color: #269a82;
  background-color: #269a82;
}
.root .btn--grey-outline {
  color: #777777;
  border-color: #b0b0b0;
  background-color: white;
}
.root .btn--grey-outline:hover {
  background-color: #777777;
  border-color: #777777;
  color: white;
}
.root .btn-dark-blue {
  background-color: #269a82;
  border-color: #269a82;
  color: white;
}
.root .btn-dark-blue:hover {
  background-color: #1c715f;
  border-color: #1c715f;
}
.root .btn--lg {
  height: 80px;
  font-size: 22px;
}
.root .btn--lg .before-entry {
  font-size: 19px;
  line-height: 1.3em;
}
.root .btn-edit {
  border: 0;
  background-color: #0094bb;
  cursor: pointer;
  color: #ffffff;
  border-radius: 3px;
  margin: 0;
  padding: 0 0 0 25px;
  line-height: 47px;
  height: 47px;
  position: relative;
  transition: 0.2s;
  font-size: 14px;
  width: 100px;
}
.root .btn-edit:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InBlbmNpbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OCwxMi41Yy0wLjEtMC4xLTAuMS0wLjEtMC4yLTAuMkwzNy4zLDEuOGMtMS4xLTEuMS0yLjktMS4xLTQsMEwzMC4xLDVsLTEuOSwxLjlsLTIsMS45bC02LjYsNi42bC01LjksNS45CgkJbC02LjgsNi44bC0wLjgsMC43Yy0wLjQsMC40LTAuNywxLTAuOCwxLjVsLTEsMy41bC0xLjgsNi44bC0xLDMuOGMtMC4yLDAuNy0wLjEsMS40LDAuMiwyYzAuMSwwLjMsMC4zLDAuNiwwLjYsMC44CgkJYzAuNSwwLjYsMS4zLDAuOSwyLDAuOWMwLjMsMCwwLjUsMCwwLjgtMC4xbDE0LjQtMy44YzAuNS0wLjEsMS0wLjQsMS40LTAuOGw5LjEtOS4xbDEwLjktMTAuOWw3LTcuMUM0OSwxNS4yLDQ5LjEsMTMuNSw0OCwxMi41egoJCSBNMTcuNSwzOC42TDguNiw0MWwyLjQtOC45bDE3LjEtMTcuMmw2LjYsNi42TDE3LjUsMzguNnoiLz4KPC9nPgo8L3N2Zz4K");
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 13px;
}
.root .btn-edit:hover {
  background: #007897;
}
.root .btn-edit-wrap {
  z-index: 7;
  text-align: right;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .root .btn-edit-wrap {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
.root .btn-edit-title {
  z-index: 7;
  margin: 0;
  width: 980px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .root .btn-edit-title {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
}
.root .btn-edit-header {
  z-index: 7;
  position: absolute;
  top: 10px;
  left: 10px;
  list-style-type: none;
}
@media print {
  .root .btn-edit {
    display: none;
  }
}
.root .header {
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: white;
  border-bottom: 1px solid #e0e3e6;
  align-items: center;
  color: #262626;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.root .header .btn-pdf {
  min-width: 180px;
}
.root .header .btn-pdf svg {
  fill: #777777;
  transition: all 0.3s;
  margin-right: 8px;
}
.root .header .btn-pdf:hover svg {
  fill: white;
}
.root .header .btn-edit {
  min-width: 150px;
  margin-right: 30px;
}
.root .header .btn-edit svg {
  fill: #269a82;
  transition: all 0.3s;
  margin-right: 8px;
}
.root .header .btn-edit:hover svg {
  fill: white;
}
.root .header .btn-edit .btn-complete {
  min-width: 150px;
  height: 48px;
}
.root .header .btn-edit .notify {
  display: inline-flex;
  align-items: center;
}
.root .header .btn-edit .notify span {
  padding-right: 15px;
}
.root .header .btn-edit .control {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.root .program__overview {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  margin: 80px auto 0px auto;
  /* エントリー〆切 */
}
@media screen and (max-width: 750px) {
  .root .program__overview {
    margin-top: 130px;
  }
}
.root .program__overview-header {
  height: 510px;
  position: relative;
  /* SP */
}
@media screen and (max-width: 480px) {
  .root .program__overview-header {
    height: 400px;
  }
}
.root .program__overview-inner {
  z-index: 2;
  width: 100%;
  height: 510px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* SP */
}
.root .program__overview-inner .btn-entry {
  background-color: #fff;
  min-width: 200px;
  height: 48px;
  border: 1.5px solid #269a82;
  color: #269a82;
  font-size: 18px;
  padding: 0;
}
@media print {
  .root .program__overview-inner {
    margin-left: 0;
    padding: 52px 50px 240px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .root .program__overview-inner {
    height: 400px;
  }
}
.root .program__overview-bg01 {
  position: absolute;
  left: 0;
  top: 510px;
  width: 232px;
  height: 747px;
}
.root .program__overview-bg01 path {
  fill: #c4d8d3;
}
.root .program__overview-bg02 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 1099px;
  height: 707px;
}
.root .program__overview-bg02 path {
  fill: #c4d8d3;
}
@media print {
  .root .program__overview-bg02 {
    width: 800px !important;
    height: auto;
  }
}
@media print {
  .root .program__overview {
    max-width: initial;
    margun-top: 0;
  }
}
.root .program__overview .entry_endat {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 50px 0 0;
  background-color: #1c715f;
  color: #ffffff;
  z-index: 4;
  margin-right: -500px;
  position: absolute;
  top: 10px;
  right: 50%;
  /* エントリー〆切 タブレット */
  /* エントリー〆切 SP */
}
.root .program__overview .entry_endat-title {
  font-size: 19px;
  text-align: center;
  width: auto;
  display: block;
  margin: 0 auto;
}
.root .program__overview .entry_endat-date {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .root .program__overview .entry_endat {
    margin: 0;
    top: 20px;
    right: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .root .program__overview .entry_endat {
    width: 150px;
    height: 150px;
  }
  .root .program__overview .entry_endat-title {
    font-size: 15px;
  }
  .root .program__overview .entry_endat-date {
    margin-top: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .root .program__overview .entry_endat {
    top: 5px;
    right: 5px;
    width: 140px;
    height: 140px;
    padding-top: 40px;
  }
  .root .program__overview .entry_endat-title {
    font-size: 14px;
  }
  .root .program__overview .entry_endat-date {
    margin-top: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .root .program__overview .entry_endat {
    width: 120px;
    height: 120px;
    padding-top: 30px;
  }
  .root .program__overview .entry_endat-title {
    font-size: 13px;
  }
  .root .program__overview .entry_endat-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 340px) {
  .root .program__overview .entry_endat {
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }
  .root .program__overview .entry_endat-title {
    font-size: 11px;
  }
  .root .program__overview .entry_endat-date {
    font-size: 13px;
  }
}
.root .program__overview-title {
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  position: relative;
  top: 250px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  padding: 20px 0px 30px 0px;
  /* プログラムタイトル */
  /* 会社名 */
  /* キャッチコピー */
  /* 編集ボタン */
}
.root .program__overview-title .wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.root .program__overview-title h1 {
  display: inline-block;
  font-size: 1.8rem;
  word-wrap: break-word;
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
  line-height: 1.4em;
}
.root .program__overview-title .companyDetail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  width: 70%;
}
.root .program__overview-title .companyDetail .companyDetailLogo {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.root .program__overview-title .companyDetail .companyDetailName {
  margin-left: 10px;
  padding: 0;
  font-size: 18px;
  word-wrap: break-word;
  text-align: left;
}
.root .program__overview-title .companyCatchcopy {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
  text-align: left;
  line-height: 1.4;
}
.root .program__overview-title .btn-edit {
  bottom: 10px;
  right: 0;
  margin: auto 0;
}
.root .program__overview-title .btn-entry {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .root .program__overview-title .btn-entry {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .root .program__overview-title h1 {
    font-size: 27px;
  }
  .root .program__overview-title .companyDetail {
    margin-bottom: 15px;
  }
  .root .program__overview-title .companyDetail .companyDetailLogo {
    height: 30px;
  }
  .root .program__overview-title .companyDetail .companyDetailName {
    font-size: 15px;
  }
  .root .program__overview-title .wrapper {
    margin: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .root .program__overview-title {
    padding: 30px 0;
    top: 50%;
  }
  .root .program__overview-title h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 21px;
  }
  .root .program__overview-title .companyDetail {
    display: none;
  }
  .root .program__overview-title .companyCatchcopy {
    font-size: 16px;
    font-weight: normal;
  }
  .root .program__overview-title .btn-edit-wrap {
    width: auto;
    position: absolute;
    bottom: -15px;
    right: 10px;
    padding: 0;
  }
  .root .program__overview-title .btn-edit {
    bottom: 0;
  }
}
.root .headerCompanyDetail {
  display: flex;
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0 0 0 15px;
}
.root .headerCompanyDetail img {
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  object-fit: contain;
}
.root .headerCompanyDetail p {
  width: 100%;
  font-size: 15px;
  margin: auto auto auto 10px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .root .headerCompanyDetail {
    display: none;
  }
}
.root .program__overview-avatar {
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(13%, -40%);
  background-size: cover;
  background-position: center center;
}
@media print {
  .root .program__overview-avatar {
    width: 60%;
  }
}
.root .program__overview-avatar__inner {
  position: relative;
  width: 1130px;
  height: 1130px;
  background-color: #c4d8d3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print {
  .root .program__overview-avatar__inner {
    width: 750px;
    height: 750px;
  }
}
.root .program__overview-avatar__placeholder {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 678px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.root .upload-thumbnail__input {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
.root .btn-next-section {
  position: absolute;
  top: 665px;
  left: 50%;
  transform: tranlsateX(-50%);
  cursor: pointer;
  border: 0;
  background-color: transparent;
  width: 63px;
  height: 120px;
}
.root .btn-next-section path {
  fill: #c4d8d3;
}
@media print {
  .root .btn-next-section {
    top: 500px;
  }
}
.root .program__outline {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  /* プログラムの概要 タブレット */
  /* プログラムの概要 SP */
}
.root .program__outline-main {
  background-color: #ffffff;
  z-index: 2;
  margin: auto;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.root .program__outline-content {
  margin: auto;
}
.root .program__outline-content p {
  text-align: left !important;
  line-height: 1.5;
  font-size: 18px;
  color: #4a4a4a;
  white-space: pre-wrap;
  word-break: break-word;
}
.root .program__outline-title {
  font-size: 28px;
  font-weight: bold;
  color: #1c715f;
  margin: auto auto 24px auto;
  line-height: 1.4;
}
.root .program__outline-text {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-heght: 1.6;
}
.root .program__outline .btn-edit-wrap {
  padding: 15px 0 0 0;
}
@media screen and (max-width: 980px) {
  .root .program__outline {
    padding: 0 20px;
  }
  .root .program__outline .btn-edit-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .root .program__outline .btn-edit-wrap {
    padding: 15px 0 0 0;
    width: auto;
    margin-right: -10px;
  }
  .root .program__outline-title {
    font-size: 23px;
  }
  .root .program__outline-main {
    padding: 20px 0 30px 0;
  }
  .root .program__outline-content p {
    font-size: 16px;
  }
}
.root .program__target {
  padding: 60px 0 30px 0;
  background-color: #f5f9f7;
  position: relative;
  /* 実現したいこと タブレット */
  /* 実現したいこと SP */
}
.root .program__target .btn-edit-wrap {
  margin-top: -40px;
}
.root .program__target-inner {
  width: 980px;
  margin: auto;
}
.root .program__target-item {
  position: relative;
  margin-bottom: 40px;
}
.root .program__target-title {
  font-size: 28px;
  font-weight: bold;
  color: #1c715f;
  margin: 0 auto 60px auto;
  line-height: 1.4;
  text-align: center;
}
.root .program__target-main {
  background-color: #ffffff;
  position: relative;
  padding: 30px 50px;
  text-align: left;
  border-radius: 10px;
  position: relative;
  margin: 0;
}
.root .program__target-main:before {
  content: "";
  display: block;
  width: 130px;
  height: 40px;
  border-top: #f5f9f7 solid 15px;
  border-left: #f5f9f7 solid 15px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.root .program__target-main:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: #f5f9f7 solid 10px;
  border-right: #f5f9f7 solid 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.root .program__target-number {
  font-size: 100px;
  color: #1c715f;
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  margin: 0;
  position: absolute;
  top: -35px;
  left: 30px;
}
.root .program__target-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 160px;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.root .program__target-heading:before {
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  background: #1c715f;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: -50px;
}
.root .program__target-content {
  margin: 30px 0 0;
  padding: 0;
}
.root .program__target-content p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
}
.root .program__target-overlay {
  background-color: #c4d8d3;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 0;
  opacity: 0.3;
  top: 40px;
  left: -40px;
}
.root .program__target-bracketsLeft {
  position: absolute;
  height: auto;
  width: 120px;
  top: 1rem;
  left: 1rem;
  fill: #f5f9f7;
  z-index: -1;
}
.root .program__target-bracketsRight {
  position: absolute;
  height: 70px;
  width: 70px;
  right: 1rem;
  bottom: 1rem;
  fill: #f5f9f7;
  z-index: -1;
}
.root .program__target .container--sm {
  position: relative;
}
.root .program__target .container--sm .title {
  position: relative;
  color: #1c715f;
}
.root .program__target .title {
  margin-bottom: 5rem;
}
.root .program__target .title h4 {
  font-weight: bold;
  color: #262626;
  text-align: left;
  word-wrap: break-word;
  font-size: 22px;
  margin: 1rem;
}
@media print {
  .root .program__target {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .root .program__target-inner {
    width: auto;
    padding: 0 20px;
  }
  .root .program__target-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .root .program__target-main {
    padding: 30px;
  }
  .root .program__target-main:before {
    width: 95px;
    height: 40px;
    border-top: #f5f9f7 solid 10px;
    border-left: #f5f9f7 solid 10px;
    top: 20px;
    left: 20px;
  }
  .root .program__target-main:after {
    display: none;
  }
  .root .program__target-heading {
    margin: 15px 0 0 110px;
    font-size: 18px;
  }
  .root .program__target-heading:before {
    display: none;
  }
  .root .program__target-number {
    font-size: 3rem;
    margin: 0;
    top: 40px;
    left: 60px;
  }
  .root .program__target .title {
    margin-bottom: 5rem;
  }
  .root .program__target .title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .root .program__target {
    padding-top: 30px;
  }
  .root .program__target-main {
    padding: 30px;
  }
  .root .program__target-main:before {
    width: 70px;
    height: 30px;
    border-top: #f5f9f7 solid 7px;
    border-left: #f5f9f7 solid 7px;
    top: 10px;
    left: 10px;
  }
  .root .program__target-number {
    font-size: 2.3rem;
    top: 25px;
    left: 35px;
  }
  .root .program__target-title {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .root .program__target-heading {
    margin: 0 0 0 70px;
  }
  .root .program__target-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .root .program__target-content p {
    font-size: 14px;
  }
  .root .program__target .btn-edit-wrap {
    padding: 0 0 10px 0;
    margin: 0 -10px 0 0;
  }
}
.root .program__resource {
  background-color: white;
  padding: 80px 0 0 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  /* リソース タブレット */
}
.root .program__resource-title {
  font-size: 28px;
  font-weight: bold;
  color: #1c715f;
  margin: auto auto 30px auto;
  line-height: 1.4;
  text-align: center;
}
.root .program__resource-container {
  margin-bottom: 50px;
  width: 100%;
}
.root .program__resource-inner {
  width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.root .program__resource-content {
  padding: 0;
  margin: 0;
}
.root .program__resource-number {
  margin-top: 1rem;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  color: #1c715f;
  padding-left: 52.5px;
}
.root .program__resource-number::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 1px;
  top: 6px;
  left: 0;
  border-bottom: 1px solid #1c715f;
}
.root .program__resource-headline {
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  font-size: 23px;
  text-decoration: none;
  display: block;
  white-space: pre-wrap;
  margin-top: 10px;
  margin-bottom: 1rem;
  color: #1c715f;
}
.root .program__resource-title-sub {
  margin: auto auto 20px -80px;
  display: flex;
  width: 100%;
  flex-direction: row;
}
.root .program__resource-title-sub h4 {
  margin-top: 0.5rem !important;
  margin-left: 1rem !important;
}
.root .program__resource-title-wrap h4 {
  text-align: left;
  font-weight: bold;
  line-height: 30px;
  font-size: 25px;
  text-decoration: none;
  display: block;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1c715f;
}
.root .program__resource-image {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.root .program__resource-desc-wrap .grad-item {
  color: #4a4a4a;
  font-size: 16px;
  white-space: pre-wrap;
  width: 100%;
  line-height: 1.6;
}
.root .program__resource-desc-wrap .grad-item-default {
  color: #4a4a4a;
  font-size: 16px;
  white-space: pre-wrap;
  width: 100%;
  line-height: 1.6;
}
.root .program__resource .headlineBox {
  display: block;
  width: 420px;
  padding: 0;
  margin: 0;
}
.root .program__resource .imageBox {
  display: block;
  width: 520px;
  padding: 0;
  margin: 0;
  position: relative;
}
.root .program__resource .imageBox:after {
  display: block;
  content: "";
  width: 1px;
  height: 70px;
  background: #1c715f;
  position: absolute;
  transform: rotate(45deg);
}
.root .program__resource .detailBox {
  display: block;
  width: 420px;
  padding: 0;
  margin: 0;
}
.root .program__resource-item {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}
.root .program__resource-item .imageBox::after {
  top: -20px;
  left: 10px;
}
.root .program__resource-item::after {
  content: "";
  display: block;
  clear: both;
}
.root .program__resource-item .headlineBox {
  float: right;
}
.root .program__resource-item .imageBox {
  float: left;
  clear: left;
}
.root .program__resource-item .detailBox {
  margin-left: 560px;
}
.root .program__resource-item-reverse {
  display: block;
  margin: 0;
  padding: 0;
}
.root .program__resource-item-reverse .imageBox::after {
  bottom: -20px;
  right: 10px;
}
.root .program__resource-item-reverse::after {
  content: "";
  display: block;
  clear: both;
}
.root .program__resource-item-reverse .headlineBox {
  float: left;
}
.root .program__resource-item-reverse .imageBox {
  float: right;
}
.root .program__resource-item-reverse .detailBox {
  float: left;
}
.root .program__resource-title-sub {
  display: none !important;
}
.root .program__resource .container--sm {
  position: relative;
}
.root .program__resource .title {
  color: #1c715f;
}
.root .program__resource .btn-edit {
  top: 0;
  right: 0;
}
@media print {
  .root .program__resource {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .root .program__resource {
    padding: 80px 20px 20px 20px;
    width: auto;
  }
  .root .program__resource-inner {
    width: 100%;
  }
  .root .program__resource .btn-edit-wrap {
    width: auto;
    margin: -40px -10px 20px 0;
    padding: 0;
  }
  .root .program__resource .imageBox {
    padding: 0;
    margin: 0;
    width: 450px;
  }
  .root .program__resource .detailBox {
    padding: 0;
    margin: 0;
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
  }
  .root .program__resource .headlineBox {
    padding: 0;
    margin: 0;
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
  }
  .root .program__resource-item .detailBox {
    margin-left: 480px;
  }
}
@media screen and (max-width: 950px) {
  .root .program__resource .imageBox {
    width: 400px;
  }
  .root .program__resource .detailBox {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
  }
  .root .program__resource .headlineBox {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
  }
  .root .program__resource-item .detailBox {
    margin-left: 430px;
  }
}
@media screen and (max-width: 850px) {
  .root .program__resource-headline {
    font-size: 20px;
  }
  .root .program__resource .imageBox {
    width: 350px;
  }
  .root .program__resource .detailBox {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
  }
  .root .program__resource .headlineBox {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
  }
  .root .program__resource-item .detailBox {
    margin-left: 380px;
  }
}
@media screen and (max-width: 750px) {
  .root .program__resource-title {
    font-size: 23px;
  }
  .root .program__resource-number {
    margin-left: -50px;
  }
  .root .program__resource-item .imageBox::after {
    bottom: -20px;
    right: 10px;
  }
  .root .program__resource-item .headlineBox {
    float: none;
  }
  .root .program__resource-item .imageBox {
    float: none;
    clear: both;
  }
  .root .program__resource-item .detailBox {
    float: none;
  }
  .root .program__resource-item-reverse .headlineBox {
    float: none;
  }
  .root .program__resource-item-reverse .imageBox {
    float: none;
  }
  .root .program__resource-item-reverse .detailBox {
    float: none;
  }
  .root .program__resource .imageBox {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    margin: 0 auto;
  }
  .root .program__resource .headlineBox {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto 10px auto;
  }
  .root .program__resource .detailBox {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .root .program__resource .imageBox {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .root .program__resource .headlineBox {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .root .program__resource .detailBox {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .root .program__resource-number {
    margin-left: -20px;
  }
  .root .program__resource .imageBox {
    width: 100%;
  }
  .root .program__resource .headlineBox {
    width: 100%;
  }
  .root .program__resource .detailBox {
    width: 100%;
  }
}
.root .grad-wrap {
  position: relative;
}
.root .grad-wrap .grad-link {
  padding-top: 20px;
  text-align: right;
}
.root .grad-wrap .grad-link a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  background-color: #269a82;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
}
.root .grad-wrap .grad-link a:hover {
  background-color: #1c715f;
}
.root .grad-btn {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #1c715f;
  text-decoration: underline;
  cursor: pointer;
}
.root .grad-btn::before {
  content: "続きを読む";
}
.root .grad-item {
  position: relative;
  overflow: hidden;
  height: 10rem;
  /*隠した状態の高さ*/
  margin-bottom: 1rem;
}
@media screen and (max-width: 980px) {
  .root .grad-item {
    height: 6rem;
    /*隠した状態の高さ*/
  }
}
.root .grad-item-default {
  position: relative;
  overflow: hidden;
}
.root .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 50%, #fff 100%);
  content: "";
}
.root .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}
.root .grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
  /*チェックされていたら、文言を変更する*/
}
.root .grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}
.root .grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
@media screen and (max-width: 480px) {
  .root .grad-wrap .grad-link {
    padding-top: 20px;
  }
  .root .grad-wrap .grad-link a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.root .program__motivation {
  padding: 60px 0 30px 0;
  background-color: #f9f9f9;
}
.root .program__motivation .btn-edit-wrap {
  margin-top: -40px;
}
.root .program__motivation .title {
  margin-bottom: 60px;
}
.root .program__motivation .container--sm {
  position: relative;
}
.root .program__motivation .container--sm {
  position: relative;
}
.root .program__motivation .container--sm .title {
  color: #1c715f;
}
.root .program__motivation .btn-edit {
  top: 0;
  right: 0;
}
.root .program__motivation .file {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 10rem;
  height: 100px;
  line-height: 1;
  z-index: 2;
  text-align: center;
  opacity: 0.9;
  background-color: #00e1e9;
}
@media print {
  .root .program__motivation .file {
    display: none;
  }
}
.root .program__motivation .title-lg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
}
.root .program__motivation-inner {
  max-width: 980px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 980px) {
  .root .program__motivation-inner {
    flex-direction: column;
  }
}
.root .program__motivation-avatar {
  position: relative;
  margin-bottom: 3rem;
  flex: 0 0 400px;
}
@media print {
  .root .program__motivation-avatar {
    flex: 0 0 300px;
  }
}
.root .program__motivation-avatar-inner {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
  width: 400px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #c4d8d3;
}
.root .program__motivation-avatar-inner img {
  max-width: 100%;
  width: 100%;
}
.root .program__motivation-avatar-content {
  padding: 4rem;
  margin-bottom: 150px;
  flex-grow: 1;
  max-width: 50%;
  position: relative;
}
.root .program__motivation-quote {
  display: flex;
  align-items: flex-start;
}
.root .program__motivation-quote span {
  align-self: center;
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #777;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 50%;
}
.root .program__motivation-content {
  width: 50%;
}
.root .program__motivation-content svg {
  flex: 0 0 60px;
  width: 4rem;
}
.root .program__motivation-content svg rect {
  fill: #c4d8d3;
}
.root .program__motivation-content svg path {
  fill: #c4d8d3;
}
.root .program__motivation-content p {
  color: #4a4a4a;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.6;
}
.root .program__motivation-content .content {
  font-size: 18px;
  padding: 50px 40px;
  position: relative;
  min-height: 200px;
}
.root .program__motivation-content .content:before {
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  content: " “ ";
  font-size: 100px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1c715f;
}
.root .program__motivation-content .content:after {
  position: absolute;
  bottom: -80px;
  right: 0;
  display: block;
  content: " ” ";
  font-size: 100px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1c715f;
}
.root .program__motivation-content .author {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 40px;
}
.root .program__motivation-content .program__motivation-quote-01 {
  position: absolute;
  top: 0rem;
  left: 0.5rem;
}
@media screen and (max-width: 980px) {
  .root .program__motivation-content .program__motivation-quote-01 {
    top: -2rem;
    left: -4rem;
  }
}
.root .program__motivation-content .program__motivation-quote-02 {
  position: absolute;
  right: 0.5rem;
  transform: scale(-1, -1);
}
@media screen and (max-width: 980px) {
  .root .program__motivation-content .program__motivation-quote-02 {
    right: -4rem;
  }
}
@media screen and (max-width: 980px) {
  .root .program__motivation-content {
    width: 90%;
    margin-bottom: 40px;
  }
  .root .program__motivation-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .root .program__motivation-content {
    width: 100%;
  }
}
.root .company__profile {
  position: relative;
  padding-bottom: 150px;
  background-color: #f9f9f9;
}
.root .company__profile .btn-edit-wrap {
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.root .company__profile-text {
  color: #777777;
  line-height: 25px;
}
.root .company__profile-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
}
.root .company__profile-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1c715f;
}
.root .company__profile-bg01 {
  position: absolute;
  right: -35px;
  bottom: 244px;
  z-index: 2;
  width: 56px;
  height: 56px;
}
.root .company__profile-bg01 path {
  fill: #c4d8d3;
}
.root .company__profile-bg02 {
  position: absolute;
  right: 15px;
  bottom: 158px;
  z-index: 2;
  width: 23px;
  height: 23px;
}
.root .company__profile-bg02 path {
  fill: #c4d8d3;
}
.root .company__profile-inner {
  position: relative;
  min-height: 360px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  z-index: 2;
}
.root .company__profile-inner-title {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 0 4rem;
}
@media screen and (max-width: 480px) {
  .root .company__profile-inner-title {
    padding: 0rem;
  }
}
.root .company__profile-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
.root .company__profile-logo-item {
  max-width: 200px;
  height: 94px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #011449;
  margin: 0 5px;
  text-align: center;
  background-color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.root .company__profile-logo-item img {
  max-width: 200px;
  max-height: 94px;
}
@media screen and (max-width: 1000px) {
  .root .company__profile .container {
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .root .company__profile .container {
    margin: 0 10px;
  }
}
.root .btn-official-website {
  height: 48px;
  width: 100%;
  margin-top: 40px;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .root .btn-official-website {
    width: 75%;
  }
}
.root .btn-official-website svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.root .program__schedule {
  padding: 60px 15px;
  position: relative;
  background: white;
}
.root .program__schedule-inner {
  position: relative;
  max-width: 924px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.root .program__schedule-inner .btn-edit {
  top: -4rem;
  right: 0;
}
.root .program__schedule-timeline {
  position: relative;
  z-index: 3;
}
.root .program__schedule-bg01 {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: 2;
}
.root .program__schedule-bg01 path {
  fill: #c4d8d3;
}
.root .timeline-row {
  display: flex;
  justify-content: center;
}
.root .timeline-row .timeline-pin {
  left: 0;
  transform: translateX(-50%);
}
.root .timeline-row__inner {
  position: relative;
  display: flex;
  min-width: 260px;
  padding-bottom: 30px;
  padding-left: 48px;
  flex: 0 0 50%;
  border-left: 1px solid #e7e7e7;
}
.root .timeline-row__inner .timeline-pin {
  position: absolute;
  top: 0;
}
.root .timeline-content {
  width: 100%;
}
.root .timeline-content h4 {
  margin: 0;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
}
.root .timeline-time {
  color: #1c715f;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 25px;
}
.root .timeline-desc {
  font-size: 14px;
  line-height: 25px;
  color: #777777;
  display: inline-flex;
  width: 100%;
  margin-top: 0;
}
.root .icon-time {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #c4d8d3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.root .icon-time svg {
  width: 18px;
  height: 18px;
}
.root .icon-time svg path {
  fill: white;
}
.root .subpplementary-information-inner {
  width: 50%;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-color: #f1f1f1;
  border-radius: 0.5rem;
  list-style: none;
}
.root .subpplementary-information__divider {
  margin-bottom: 84px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.root .subpplementary-information-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.root .subpplementary-information__content {
  line-height: 32px;
  font-size: 16px;
  text-align: left;
}
.root .subpplementary-information__content a {
  color: #2e80d6;
}
.root .subpplementary-information-flow {
  background-color: #ffffff;
  text-align: center;
  margin: 0;
  padding-bottom: 100px;
}
.root .subpplementary-information-flow p {
  margin-bottom: 1rem;
}
.root .subpplementary-information-flow a {
  color: #2e80d6;
}
.root .subpplementary-information-copy {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  padding: 30px;
  position: relative;
}
.root .subpplementary-information-copy:before, .root .subpplementary-information-copy:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: black;
}
.root .subpplementary-information-copy:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.root .subpplementary-information-copy:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.root .subpplementary-information-link {
  display: block;
  background: #269a82;
  text-align: center;
  margin: 0 auto;
  border-radius: 25px;
  color: #fff !important;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 500px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.root .subpplementary-information-link:hover {
  background: #1c715f;
}
@media screen and (max-width: 800px) {
  .root .subpplementary-information-inner {
    width: 75%;
  }
}
.root .program__entryflow {
  margin: 0px auto;
  padding: 60px 0;
  background-color: #f1f1f1;
}
.root .program__entryflow-title {
  text-align: center;
  font-style: 22px;
}
.root .program__entryflow-image {
  width: 610px;
  height: 210px;
  display: block;
  margin: 30px auto;
}
.root .program__entryflow-detail a {
  display: block;
  background: #269a82;
  text-align: center;
  margin: 60px auto 0 auto;
  border-radius: 25px;
  color: #fff !important;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 500px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.root .program__entryflow-detail a:hover {
  background: #1c715f;
}
@media screen and (max-width: 550px) {
  .root .program__entryflow-image {
    width: 90%;
    height: auto;
  }
  .root .program__entryflow-detail a {
    width: 90%;
  }
  .root .program__entryflow-detail .sp {
    display: none;
  }
  .root .subpplementary-information-link {
    width: 90%;
  }
  .root .subpplementary-information-qualifier {
    display: none;
  }
}
.root .program__entry-condition {
  padding: 90px 15px;
  background-color: #f1f1f1;
  position: relative;
}
.root .program__entry-condition-inner {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
}
.root .program__entry-condition-bg01 {
  position: absolute;
  top: 64px;
  left: 127px;
  width: 60px;
}
.root .program__entry-condition-bg01 path {
  fill: #c4d8d3;
}
.root .program__entry-condition-bg02 {
  position: absolute;
  top: 198px;
  left: 0;
  width: 103px;
  height: 103px;
}
.root .program__entry-condition-bg02 path {
  fill: #c4d8d3;
}
.root .program__entry-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.root .row__title-wrap {
  flex: 0 0 200px;
  text-align: right;
}
.root .row__title-wrap h4 {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin: 0;
  line-height: 25px;
}
.root .row__description-wrap {
  text-align: left;
  font-size: 14px;
  color: #777777;
  flex-grow: 1;
  line-height: 25px;
  padding-left: 40px;
}
.root .row__description-wrap p {
  margin: 0;
  white-space: pre-wrap;
}
.root .row__description-wrap ul {
  list-style: disc;
  margin-top: 0;
  padding-left: 20px;
}
.root .program__entry-social {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  z-index: 10;
  display: none;
}
.root .program__entry-social-inner {
  text-align: center;
}
.root .program__entry-social-inner .list-social svg {
  width: 15px;
  margin-top: -5px;
}
.root .btn-entry {
  min-width: 300px;
}
.root .btn-entry svg {
  margin-left: 15px;
  margin-right: 0;
  width: 0.425em;
}
.root .btn-entry svg.fa-chevron-right {
  width: 15px;
  margin-left: 18px;
}
.root .program__entry-social-deadline-desc {
  font-size: 14px;
  color: #999999;
}
.root .program__entry-social-divider {
  margin: 60px auto;
}
.root .program__entry-social-divider svg stop:nth-of-type(2) {
  stop-color: #c4d8d3;
}
.root .title-share {
  color: #333333;
  font-weight: 600;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
.root .title-desc-share {
  font-size: 14px;
  color: #999999;
  margin-bottom: 32px;
}
.root .list-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.root .list-social li {
  display: inline-block;
}
.root .list-social li a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  width: 100%;
  padding: 8px 30px;
}
.root .list-social li a svg path {
  fill: #c4d8d3;
}
.root .list-social li a svg g > g {
  stroke: #c4d8d3;
}
.root .list-social li a svg.icon-twitter {
  width: 29px;
  height: 26px;
}
.root .list-social li a svg.icon-facebook {
  width: 16px;
  height: 29px;
}
.root .list-social li a svg.icon-mail {
  width: 28px;
  height: 20px;
}
.root .list-social li a:hover {
  text-decoration: none;
  transform: translateY(-4px);
}
.root .program__winning .winning__title {
  color: #262626;
}
.root .program__winning .btn-entry-close {
  width: 100%;
  max-width: 500px;
  height: 80px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  background-color: #c8cdd1;
  border-radius: 5px;
  color: #fff;
  padding: 22px 15px;
  margin: 0 auto 100px auto;
}
.root .program__winning .winning__title {
  margin-bottom: 80px;
}
.root .program__winning .winning__title h4 {
  font-size: 25px;
  font-weight: 600;
}
.root .program__winning .winning__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.root .program__winning .winning__card {
  width: calc(50% - 25px);
  border: 1px solid #e0e3e6;
  border-radius: 5px;
  height: 100px;
  background-color: #f5f9fb;
  overflow: hidden;
  display: flex;
}
.root .program__winning .winning__logo {
  width: 98px;
  flex: 0 0 98px;
  height: 98px;
  background-color: #fff;
}
.root .program__winning .winning__logo img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.root .program__winning .winning__name {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 0;
}
.root .program__winning .winning__content {
  flex-grow: 1;
  text-align: left;
  padding: 22px 15px 0 30px;
}
.root .program__winning .winning__team-title {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 21px;
  white-space: nowrap;
}
.root .program__winning .winning__team-title svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.root .program__comment {
  background-color: #ffffff;
  padding: 40px;
}
.root .program__comment-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
}
.root .program__comment-content {
  text-align: center;
  font-size: 12px !important;
  color: #999;
}
.root .program__other {
  background-color: #f9f9f9;
  padding: 150px 15px;
}
@media print {
  .root .program__other {
    padding: 200px 15px;
  }
}
.root .program__other-inner {
  display: flex;
  justify-content: space-between;
}
.root .program__other-item {
  width: calc(33.3333% - 20px);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.root .program__other-item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.root .program__other-cover {
  background-color: #c4d8d3;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 66.1%;
}
.root .program__other-content {
  padding: 34px 15px;
  text-align: center;
}
.root .program__other-content h4 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 0;
  margin-bottom: 8px;
}
.root .program__other-content p {
  margin-bottom: 0;
}
.root .footer__template {
  padding: 0px 0px 140px 0px;
  background-color: #ffffff;
  color: #bcbcbc;
  font-family: "Open Sans", sans-serif;
}
.root .footer__template .logo img {
  width: 170px;
}
.root .footer__template .container {
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  align-items: center;
}
.root .footer__template .container .left {
  display: flex;
  align-items: center;
}
.root .footer__template .container .left span {
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  .root .company__profile-bg,
.root .company__profile-bg01,
.root .company__profile-bg02,
.root .program__entry-condition-bg01,
.root .program__entry-condition-bg02,
.root .program__schedule-bg01,
.root .program__motivation-bg-01,
.root .program__motivation-bg-02,
.root .program__overview-bg04,
.root .program__overview-bg03,
.root .program__overview-bg02,
.root .program__overview-bg01 {
    display: none;
  }
  .root .render-title {
    color: white;
  }
  .root .render-title > p > span {
    color: white !important;
  }
  .root .program__overview-avatar {
    width: 100%;
    border-radius: unset;
    transform: unset !important;
  }
  .root .program__overview-avatar__inner {
    width: 100vw !important;
    height: 440px !important;
    background-color: unset;
  }
  .root .program__overview-avatar__placeholder {
    width: 100vw;
    top: 0;
    bottom: unset;
  }
  .root .program__overview-avatar__placeholder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  .root .program__overview-inner .company__profile-logo {
    display: none;
  }
  .root .program__motivation-avatar-inner {
    height: 300px;
    width: 300px;
    margin: auto;
  }
  .root .program__motivation-content {
    padding: 0;
  }
  .root .row__title-wrap {
    flex: 1 1 200px;
  }
}
@media screen and (max-width: 1600px) {
  .root .header {
    min-height: 0;
    padding: 10px 30px;
  }
  .root .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .root .btn.btn--lg {
    font-size: 22px;
  }
  .root .header .btn-pdf {
    min-width: 0;
    margin-right: 5px;
  }
  .root .header .btn-pdf svg {
    width: 24px;
  }
  .root .header .btn-edit {
    min-width: 130px;
  }
  .root .header .notify span {
    font-size: 12px;
    padding-left: 15px;
  }
  .root .program__overview-avatar img {
    width: 750px;
  }
  .root .program__overview-bg02 {
    width: 750px;
    height: auto;
  }
  .root .program__overview-avatar__inner {
    width: 800px;
    height: 800px;
  }
  .root .program__overview-avatar__placeholder {
    height: 440px;
  }
  .root .program__overview-avatar {
    transform: translate(13%, -46%);
  }
  .root .btn-next-section {
    top: 500px;
  }
  .root .program__overview-avatar__btn-upload {
    bottom: 170px;
  }
}
@media all and (-ms-high-contrast: none) {
  .root .upload-thumbnail__input {
    text-indent: -99999px;
  }
  .root .timeline-row__inner {
    max-width: 50%;
  }
  .root .program__overview-inner {
    display: inline-block;
  }
  .root .program__motivation-content {
    width: 100%;
  }
  .root .header .btn-pdf {
    padding-top: 16px;
  }
  .root .header .btn-pdf svg {
    margin-top: -4px;
  }
  .root .program__entry-social-inner {
    font-size: 22px;
  }
  .root .program__entry-social-inner span {
    display: block;
    margin-top: 6px;
  }
  .root .btn-official-website span {
    display: block;
    margin-top: 4px;
  }
  .root .program__overview-bg02 {
    top: 0;
    transform: translateY(-38%);
  }
}
.root .modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.root .modal__header {
  height: 70px;
  border-bottom: 1px solid #e0e3e6;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 27px;
  color: #262626;
  font-weight: 600;
}
.root .modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 0;
}
.root .modal__close:hover, .root .modal__close:focus {
  outline: 0;
  box-shadow: none;
}
.root .modal__close:hover svg .close-modal-square, .root .modal__close:focus svg .close-modal-square {
  fill: #00e1e9;
}
.root .modal__body {
  padding: 40px 50px 0;
}
.root .modal__overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.root .modal__wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 800px;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  overflow: auto;
  border-radius: 5px;
}
.root .modal__transition {
  transition: all 0.3s 0.12s;
  transform: translate(-50%, 100px);
  opacity: 0;
}
.root .modal.is-visible {
  visibility: visible;
}
.root .modal.is-visible .modal__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.root .modal.is-visible .modal__transition {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.root .organization-card {
  display: flex;
  padding: 30px 40px 20px;
  align-items: center;
}
.root .organization-card__image {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e0e3e6;
}
.root .organization-card__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.root .organization-card:not(:last-child) {
  border-bottom: 1px solid #e0e3e6;
}
.root .organization-card .btn__main {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
  flex: 0 0 150px;
  max-width: 150px;
  background-color: #00e1e9;
  border-color: #00e1e9;
}
.root .organization-card .btn__main:hover {
  background-color: #00d2da;
  border-color: #00d2da;
}
.root .organization__name {
  color: #262626;
  font-size: 14px;
  margin-bottom: 10px;
}
.root .organization__type {
  color: #b0b0b0;
  font-size: 12px;
}
@media screen and (max-width: 1600px) and (-ms-high-contrast: none) {
  .root .program__entry-social-inner svg {
    margin-top: 1px;
  }
}