@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Oswald:500&display=swap");
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: theme-color("primary");
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: theme-color("primary");
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  width: auto;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

body {
  position: relative; }

main {
  width: 100%;
  overflow-x: hidden; }

@media (max-width: 575px) {
  br.pcbr {
    display: none; } }

@media (min-width: 576px) {
  br.spbr {
    display: none; } }

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

#overray {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none; }

.header {
  position: fixed;
  width: 100%;
  transition: .3s;
  z-index: 1000; }
  .header_inner {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .header_logo {
    position: relative;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem; }
    @media (max-width: 1199px) {
      .header_logo {
        padding-left: 1.5rem; } }
    @media (max-width: 991px) {
      .header_logo {
        justify-content: center;
        background-color: #1cb7ac;
        width: 100%;
        margin: 0;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .header_logo img {
      width: 200px; }
    .header_logo a {
      position: relative; }
      .header_logo a::after {
        content: "";
        width: 100%;
        height: .75rem;
        background-color: #1cb7ac;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: left;
        transform: scaleX(0);
        transition: .3s;
        z-index: -1; }
      .header_logo a:hover {
        text-decoration: none; }
        .header_logo a:hover::after {
          transform: scaleX(1);
          transform-origin: right; }
  .header_btn {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: calc(50% - 13px);
    width: 30px;
    height: 26px;
    border: none;
    background: transparent; }
    .header_btn.is-thanks {
      display: none; }
    .header_btn span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      border-radius: 4px;
      transition: all 0.3s; }
      .header_btn span:nth-of-type(1) {
        top: 0px;
        transform-origin: left bottom; }
      .header_btn span:nth-of-type(2) {
        top: 11px;
        transform-origin: center center; }
      .header_btn span:nth-of-type(3) {
        top: 22px;
        transform-origin: left top; }
    .header_btn.is-active span:nth-of-type(1) {
      transform: rotate(45deg); }
    .header_btn.is-active span:nth-of-type(2) {
      transform: scaleX(0); }
    .header_btn.is-active span:nth-of-type(3) {
      transform: rotate(-45deg); }
    @media (min-width: 992px) {
      .header_btn {
        display: none; } }
  .header_nav {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .header_nav {
        width: 100%; } }
    .header_nav_item {
      margin-bottom: 0;
      margin-right: 1rem;
      padding: 1.5rem 0; }
      @media (min-width: 992px) {
        .header_nav_item {
          display: inline-block !important; } }
      @media (max-width: 991px) {
        .header_nav_item {
          width: 100%;
          text-align: center;
          display: none;
          background-color: #1cb7ac; } }
      @media (max-width: 575px) {
        .header_nav_item {
          padding: 1rem 0; } }
      .header_nav_item a {
        color: #fff;
        position: relative;
        text-decoration: none;
        transition: .3s;
        padding-left: .25rem;
        padding-right: .25rem;
        font-size: 0.9rem; }
        .header_nav_item a::after {
          content: "";
          width: 100%;
          height: .75rem;
          background-color: #1cb7ac;
          position: absolute;
          left: 0;
          bottom: 0;
          transform-origin: left;
          transform: scaleX(0);
          transition: .3s;
          z-index: -1; }
        .header_nav_item a:hover {
          text-decoration: none; }
          .header_nav_item a:hover::after {
            transform: scaleX(1);
            transform-origin: right; }
  .header_cv {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .header_cv {
        display: none;
        width: 100%;
        text-align: center;
        padding-top: .5rem;
        padding-bottom: .5rem;
        background-color: #1cb7ac; } }
  @media (min-width: 992px) {
    .header.is-thanks .header_inner {
      height: 72px; } }
  .header.is-scroll {
    background-color: #1cb7ac; }
    .header.is-scroll .header_logo a {
      color: #fff; }
      .header.is-scroll .header_logo a::after {
        background-color: #692ba5 !important; }
    .header.is-scroll .header_nav_item a {
      color: #fff; }
      .header.is-scroll .header_nav_item a::after {
        background-color: #692ba5 !important; }

.share {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  right: 0;
  bottom: 10%;
  z-index: 100;
  border-radius: 5px 0 0 5px;
  background-color: #1cb7ac;
  padding: .5rem;
  transform: translateX(200px);
  transition: .3s;
  cursor: pointer; }
  .share.is-pc:hover {
    transform: translateX(0px) !important; }
  @media (max-width: 991px) {
    .share {
      bottom: 5%; } }
  .share.is-active {
    transition: .2s;
    transform: translateX(0px) !important; }
  .share_ttl {
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 0;
    width: calc(50% - 5px);
    display: flex;
    align-items: center; }
    .share_ttl i {
      font-size: 1.21875rem; }
  .share_ico {
    width: calc(25% - 5px); }
    .share_ico img {
      transition: .3s; }
      .share_ico img:hover {
        transform: rotate(360deg); }

.hero {
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #444;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .hero::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1cb7ac, #692ba5);
    position: absolute;
    opacity: .4;
    left: 0;
    top: 0;
    z-index: -1; }
  .hero h1 {
    height: 60vh;
    margin-bottom: 3rem; }
    .hero h1 img {
      height: 100%;
      width: auto; }
  @media (max-width: 1199px) {
    .hero {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero h1 {
    height: 30vh;
    margin-bottom: 1rem; } }

  @media (max-width: 575px) {
    .hero {
      padding-left: 1rem;
      padding-right: 1rem; }
      .hero h1 {
        margin-bottom: 3rem;
        width: 100%;
        height: auto; }
        .hero h1 img {
          height: auto; } }
  @media screen and (max-width: 575px) and (orientation: landscape) {
    .hero h1 {
      width: auto;
      height: 30vh;
      margin-bottom: 1rem; }
      .hero h1 img {
        height: 100%; } }

.btn {
  display: inline-block;
  background: linear-gradient(90deg, #FFCC33, #FF8800, #FFCC33, #FF8800);
  background-size: 300%;
  background-position: left;
  color: #000;
  padding: 1.25rem 3rem;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
  font-weight: bold; }
  @media (max-width: 575px) {
    .btn {
      padding: 1rem 2rem;
      font-size: 1.21875rem; } }
  .btn.is-header {
    font-size: 0.875rem;
    padding: .75rem .75rem; }
  .btn:hover {
    text-decoration: none;
    animation: btnanime linear 1s infinite; }
@keyframes btnanime {
  0% {
    background-position: left; }
  100% {
    background-position: right; } }
  .btn_thanks {
    display: flex;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #1cb7ac;
    font-size: 1.21875rem;
    margin-bottom: 2rem;
    transition-delay: .3s; }
    .btn_thanks:hover {
      text-decoration: none;
      filter: brightness(110%); }
  .btn.is-finish {
    background: rgba(28, 183, 172, 0.8);
    color: #fff;
    font-size: 1.125rem; }
    .btn.is-finish a {
      color: #fff;
      position: relative;
      transition: .3s;
      text-decoration: none;
      z-index: 0; }
      .btn.is-finish a i {
        font-size: 1rem; }
      .btn.is-finish a::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: .3s;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1; }
      .btn.is-finish a:hover {
        color: #692ba5; }
        .btn.is-finish a:hover::after {
          background-color: #692ba5; }
    @media (max-width: 767px) {
      .btn.is-finish {
        font-size: 0.875rem; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .btn.is-finish {
      font-size: 0.875rem; } }

.secttl {
  margin-bottom: 4.5rem; }
  @media (max-width: 575px) {
    .secttl {
      margin-bottom: 2.25rem;
      text-align: center; } }
  .secttl.is-center {
    text-align: center; }
  .secttl_ttl {
    font-size: 3rem;
    margin-bottom: .5rem;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: normal; }
    @media (max-width: 575px) {
      .secttl_ttl {
        font-size: 1.875rem; } }
  .secttl_sub {
    color: #1cb7ac;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .secttl_sub {
        font-size: 0.875rem; } }

.about {
  background: url(../images/about_bg.png) no-repeat left center;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 16px solid #692ba5;
  padding-top: 5rem;
  padding-bottom: 3rem; }
  @media (max-width: 1199px) {
    .about {
      background-size: 43%; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
  .about {
    background-size: 40%;
    padding-top: 2rem;
    padding-bottom: 2rem; } }

  @media (max-width: 575px) {
    .about {
      background: none;
      height: auto;
      padding-top: 2.25rem;
      padding-bottom: 2.25rem; } }
  .about_body {
    width: 60%;
    margin-left: auto; }
    @media (max-width: 575px) {
      .about_body {
        width: 100%; } }
    .about_body_txt {
      font-size: 1rem;
      line-height: 2; }
      @media (max-width: 575px) {
        .about_body_txt {
          font-size: 0.875rem; } }
  .about_img {
    display: none; }
    @media (max-width: 575px) {
      .about_img {
        display: block; } }
  .about::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    border-top: 90px solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    bottom: -180px;
    left: 0;
    z-index: 1; }
    @media (max-width: 575px) {
      .about::before {
        height: 90px;
        border-top: 45px solid #fff;
        bottom: -90px; } }
  .about::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    border-top: 90px solid #692ba5;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    bottom: -196px;
    left: 0;
    z-index: 0; }
    @media (max-width: 575px) {
      .about::after {
        height: 90px;
        border-top: 45px solid #692ba5;
        bottom: -106px; } }

.sessions {
  background-color: #F3F3F3;
  padding-top: calc(5rem + 90px); }
  @media (max-width: 575px) {
    .sessions {
      padding-top: calc(2.25rem + 53px); } }
  .sessions_tag {
    padding: .5rem; }
    .sessions_tag p {
      margin-bottom: 0;
      color: #fff;
      font-size: 1rem; }
      .sessions_tag p small {
        font-size: 0.875rem; }
    .sessions_tag[data-category="line"] {
      background-color: #1cb7ac; }
    .sessions_tag[data-category="client"] {
      background-color: #f86d70; }
  .sessions_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .sessions_inner::after {
      content: "";
      display: block;
      width: calc(100%/3 - 40px/3); }
  .sessions_item {
    width: calc(100%/3 - 40px/3);
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .sessions_item {
        width: calc(50% - 10px); } }
    @media (max-width: 575px) {
      .sessions_item {
        width: 100%; } }
    .sessions_item_body {
      border-bottom: 1px solid #CFCFCF; }
    .sessions_item_img {
      width: 100%;
      height: 185px; }
      .sessions_item_img[data-session="1"] {
        background: url(../images/prof_01.png) no-repeat top center;
        background-size: cover; }
      .sessions_item_img[data-session="2"] {
        background: url(../images/prof_02.png) no-repeat top center;
        background-size: cover; }
      .sessions_item_img[data-session="3"] {
        background: url(../images/prof_03.png) no-repeat top center;
        background-size: cover; }
      .sessions_item_img[data-session="4"] {
        background: url(../images/prof_04.png) no-repeat top center;
        background-size: cover; }
      .sessions_item_img[data-session="5"] {
        background: url(../images/prof_05.png) no-repeat top center;
        background-size: cover; }
    .sessions_item_detail {
      padding: 1rem .5rem;
      min-height: 179px; }
      .sessions_item_detail.is-height {
        min-height: 179px; }
        @media (max-width: 991px) {
          .sessions_item_detail.is-height {
            min-height: 151px; } }
      @media (max-width: 575px) {
        .sessions_item_detail {
          min-height: auto; } }
      .sessions_item_detail_time {
        font-size: 1.125rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .5rem; }
        @media (max-width: 575px) {
          .sessions_item_detail_time {
            font-size: 1rem;
            margin-bottom: .5rem; } }
      .sessions_item_detail_ttl {
        font-size: 19px;
        font-weight: normal;
        margin-bottom: 0;
        position: relative; }
        .sessions_item_detail_ttl small {
          font-size: 0.875rem; }
        @media (max-width: 767px) {
          .sessions_item_detail_ttl {
            font-size: 1.21875rem; } }
        @media (max-width: 575px) {
          .sessions_item_detail_ttl {
            font-size: 1.125rem; } }
    .sessions_item_prof {
      padding: 1rem; }
      .sessions_item_prof_company {
        font-size: 0.75rem;
        margin-bottom: .5rem;
        width: 100%; }
        .sessions_item_prof_company span {
          font-size: 0.875rem; }
        .sessions_item_prof_company + .sessions_item_prof_company {
          border-top: 1px solid #ddd;
          margin-bottom: 0;
          padding-top: .5rem; }

.timetable {
  background-color: #F3F3F3;
  padding-bottom: 14rem;
  padding-top: 7rem; }
  @media (max-width: 575px) {
    .timetable {
      padding-bottom: 7rem;
      padding-top: 3.5rem; } }
  @media (max-width: 767px) {
    .timetable > .container {
      padding-left: .5rem;
      padding-right: .5rem; } }
  .timetable_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem; }
    @media (max-width: 575px) {
      .timetable_inner {
        margin-bottom: 3.5rem; } }
    .timetable_inner_time {
      width: calc(100%/12 - 10px);
      list-style: none;
      padding: 0;
      margin: -3px 0 0 0; }
      @media (max-width: 575px) {
        .timetable_inner_time {
          width: calc((100%/12)*1.5); } }
      .timetable_inner_time li {
        margin-bottom: 107px;
        font-size: 1rem;
        line-height: 16px;
        text-align: right;
        vertical-align: middle; }
        @media (max-width: 575px) {
          .timetable_inner_time li {
            font-size: 0.75rem;
            text-align: left; } }
    .timetable_inner_sessions {
      width: calc((100%/12)*11 - 10px);
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 11px;
      background: repeating-linear-gradient(transparent 0px, transparent 5px, #000 5px, #000 6px, transparent 6px, transparent 46px, #c4c4c4 46px, #c4c4c4 47px, transparent 47px, transparent 87px, #c4c4c4 87px, #c4c4c4 88px, transparent 88px, transparent 123px); }
      @media (max-width: 575px) {
        .timetable_inner_sessions {
          padding-left: .5rem;
          padding-right: .5rem;
          width: calc((100%/12)*11.5); } }
      .timetable_inner_sessions_item {
        background-color: #692ba5;
        border-radius: 5px;
        padding: 1rem 2rem;
        color: #fff;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; }
        @media (max-width: 575px) {
          .timetable_inner_sessions_item {
            padding: .5rem; } }
        .timetable_inner_sessions_item.is-line {
          background-color: #1cb7ac; }
        .timetable_inner_sessions_item.is-client {
          background-color: #f86d70; }
        .timetable_inner_sessions_item h3 {
          font-size: 1.125rem;
          margin-bottom: 0;
          width: 100%; }
          @media (max-width: 991px) {
            .timetable_inner_sessions_item h3 {
              font-size: 1rem; } }
          .timetable_inner_sessions_item h3 span {
            font-size: 0.875rem;
            font-weight: bold; }
            @media (max-width: 991px) {
              .timetable_inner_sessions_item h3 span {
                font-size: 0.875rem; } }
        .timetable_inner_sessions_item p {
          font-size: 0.875rem;
          margin-bottom: 1rem;
          width: 100%;
          font-weight: bold; }
          .timetable_inner_sessions_item p span {
            font-weight: normal; }
          .timetable_inner_sessions_item p:last-child {
            margin-bottom: 0; }
          .timetable_inner_sessions_item p + p {
            font-weight: normal; }
          @media (max-width: 991px) {
            .timetable_inner_sessions_item p {
              font-size: 0.875rem; } }
          @media (max-width: 575px) {
            .timetable_inner_sessions_item p {
              margin-bottom: .5rem; }
              .timetable_inner_sessions_item p + p {
                font-size: 0.75rem; } }
        .timetable_inner_sessions_item[data-length="3.5"] {
          height: 133px;
          margin-bottom: 10px; }
        .timetable_inner_sessions_item[data-length="3"] {
          height: 112px;
          margin-bottom: 6px; }
        .timetable_inner_sessions_item[data-length="5"] {
          height: 174px;
          margin-bottom: 72px; }
          .timetable_inner_sessions_item[data-length="5"].is-last {
            margin-bottom: 52px; }
  .timetable_btn {
    text-align: center; }

.sponsored {
  background-color: #fff;
  position: relative;
  border-top: 16px solid #692ba5;
  padding-top: 5rem;
  padding-bottom: 12rem; }
  @media (max-width: 575px) {
    .sponsored {
      padding-top: 2.25rem;
      padding-bottom: 6rem; } }
  .sponsored::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    border-bottom: 90px solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    top: -180px;
    left: 0;
    z-index: 1; }
    @media (max-width: 575px) {
      .sponsored::before {
        height: 90px;
        border-bottom: 45px solid #fff;
        top: -90px; } }
  .sponsored::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    border-bottom: 90px solid #692ba5;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    top: -196px;
    left: 0;
    z-index: 0; }
    @media (max-width: 575px) {
      .sponsored::after {
        height: 90px;
        border-bottom: 45px solid #692ba5;
        top: -106px; } }
  .sponsored_inner {
    text-align: center; }
    .sponsored_inner_mf img {
      max-width: 250px; }
    @media (max-width: 575px) {
      .sponsored_inner a img {
        width: 70%; } }

.cooperation {
  background-color: #fff;
  padding-bottom: 7rem; }
  @media (max-width: 575px) {
    .cooperation {
      padding-bottom: 3.5rem; } }
  .cooperation_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cooperation_inner_item {
      width: calc(100%/4 - 60px/4);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 575px) {
        .cooperation_inner_item {
          width: calc(50% - 10px);
          margin-bottom: 20px; } }
      .cooperation_inner_item img {
        width: 140px; }
        @media (max-width: 575px) {
          .cooperation_inner_item img {
            width: 70%;
            margin-bottom: 20px; } }
      .cooperation_inner_item.is-other img {
        width: 230px; }
        @media (max-width: 575px) {
          .cooperation_inner_item.is-other img {
            margin-bottom: 20px;
            width: 100%; } }
      .cooperation_inner_item.is-takara img {
        width: 200px; }
        @media (max-width: 575px) {
          .cooperation_inner_item.is-takara img {
            margin-bottom: 20px;
            width: 90%; } }

.outline {
  background-color: #F3F3F3;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  @media (max-width: 575px) {
    .outline {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  .outline_ttl h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5rem; }
    @media (max-width: 575px) {
      .outline_ttl h2 {
        font-size: 1.125rem;
        margin-bottom: 2.25rem; } }
  .outline_datalist {
    display: flex;
    justify-content: space-between;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .outline_datalist {
        padding: 0; } }
    .outline_datalist dt {
      width: calc(30% - 10px);
      border-bottom: 1px solid #000;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      vertical-align: middle; }
      @media (max-width: 575px) {
        .outline_datalist dt {
          padding-top: .75rem;
          padding-bottom: .75rem;
          font-size: 0.875rem; } }
    .outline_datalist dd {
      width: calc(70% - 10px);
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      margin-bottom: 0;
      border-bottom: 1px solid #ddd; }
      @media (max-width: 575px) {
        .outline_datalist dd {
          padding-top: .75rem;
          padding-bottom: .75rem;
          font-size: 0.875rem; } }
    .outline_datalist:first-of-type dt {
      padding-top: 0; }
    .outline_datalist:first-of-type dd {
      padding-top: 0; }

.access {
  padding-top: 7rem;
  padding-bottom: 10.5rem; }
  @media (max-width: 575px) {
    .access {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  .access_map {
    margin-bottom: 5rem; }
    @media (max-width: 575px) {
      .access_map {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 2.25rem; } }
    .access_map #summit_map {
      width: 100%;
      height: 400px; }
      @media (max-width: 575px) {
        .access_map #summit_map {
          height: 200px; }
          .access_map #summit_map .gm-style-mtc > div {
            font-size: 14px !important;
            padding: .25rem .5rem !important;
            height: auto !important; } }
  .access_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 575px) {
      .access_inner {
        padding-left: .5rem;
        padding-right: .5rem; } }
    .access_inner_detail {
      width: calc(50% - 10px); }
      @media (max-width: 575px) {
        .access_inner_detail {
          width: 100%; } }
      .access_inner_detail h3 {
        font-size: 2rem;
        margin-bottom: 2rem; }
        @media (max-width: 575px) {
          .access_inner_detail h3 {
            font-size: 1.3125rem;
            margin-bottom: 1rem; } }
      .access_inner_detail p {
        font-size: 1rem; }
    .access_inner_duration {
      width: calc(50% - 10px);
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 575px) {
        .access_inner_duration {
          width: 100%; } }
      .access_inner_duration li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 1.5rem; }
        @media (max-width: 575px) {
          .access_inner_duration li {
            margin-bottom: .75rem; } }
        .access_inner_duration li::before {
          content: "";
          position: absolute;
          left: 0;
          top: calc(50% - 5px);
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #692ba5; }

.form {
  padding-top: 3.5rem; }
  @media (max-width: 575px) {
    .form {
      padding-top: 0;
      padding-bottom: 3.5rem; } }
  .form.is-finish {
    padding-top: 0;
    padding-bottom: 0; }
  .form .secttl {
    margin-bottom: 3.5rem; }
    @media (max-width: 575px) {
      .form .secttl {
        margin-bottom: 1.75rem; } }
  .form_about {
    text-align: center;
    margin-bottom: 3.5rem; }
    @media (max-width: 575px) {
      .form_about {
        text-align: left;
        margin-bottom: 1.75rem; } }
  .form_result {
    text-align: center;
    font-size: 1.21875rem; }
  .form_form {
    width: 640px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .form_form_ttl {
      font-size: 1.21875rem;
      margin-bottom: .5rem;
      font-weight: bold; }
      @media (max-width: 575px) {
        .form_form_ttl {
          font-size: 1rem; } }
      .form_form_ttl span {
        font-size: 0.875rem;
        color: #dc3545; }
    .form_form_txt {
      font-size: 0.875rem; }
      .form_form_txt .notes {
        font-size: 0.75rem; }
    .form_form_textbox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 1rem; }
      .form_form_textbox .form_form_ttl {
        width: calc(30% - 10px); }
        @media (max-width: 575px) {
          .form_form_textbox .form_form_ttl {
            width: 100%; } }
      .form_form_textbox input {
        width: calc(70% - 10px);
        padding: .5rem .75rem; }
        .form_form_textbox input#email {
          width: 100%; }
        @media (max-width: 575px) {
          .form_form_textbox input {
            width: 100%; } }
    .form_form_checkbox {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      .form_form_checkbox_input {
        position: absolute;
        opacity: 0; }
        .form_form_checkbox_input:checked + .form_form_checkbox_txt:after {
          content: "";
          display: block;
          position: absolute;
          top: -1px;
          left: 7px;
          width: 12px;
          height: 20px;
          transform: rotate(40deg);
          border-bottom: 3px solid #692ba5;
          border-right: 3px solid #692ba5; }
      .form_form_checkbox_txt {
        padding-left: 2rem;
        position: relative;
        margin-right: 20px;
        margin-bottom: 2rem; }
        @media (max-width: 575px) {
          .form_form_checkbox_txt {
            width: 100%;
            margin-right: 0; } }
        .form_form_checkbox_txt::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 25px;
          height: 25px;
          border: 1px solid #E0E0E0;
          background: #fff;
          border-radius: 3px;
          cursor: pointer; }
        .form_form_checkbox_txt a {
          color: #111;
          border-bottom: 1px solid #111; }
          .form_form_checkbox_txt a:hover {
            text-decoration: none;
            opacity: .7; }
    .form_form_radio {
      margin-bottom: 2rem; }
      .form_form_radio_input {
        position: absolute;
        opacity: 0; }
        .form_form_radio_input:checked + .form_form_radio_txt:after {
          content: "";
          display: block;
          position: absolute;
          top: 5px;
          left: 5px;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background-color: #692ba5; }
      .form_form_radio_txt {
        padding-left: 2rem;
        position: relative;
        margin-right: 20px; }
        .form_form_radio_txt::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 25px;
          height: 25px;
          border: 1px solid #E0E0E0;
          background: #fff;
          border-radius: 50%;
          cursor: pointer; }
    .form_form_btn {
      text-align: center; }
      .form_form_btn .btn {
        width: 260px;
        max-width: 100%;
        border: none;
        cursor: pointer; }

.footer {
  background-color: #212529;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .footer_company {
    text-align: center;
    border-bottom: 1px solid #495057;
    margin-bottom: 1rem; }
    .footer_company_logo {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: center;
      font-size: 1rem;
      line-height: 1;
      margin-bottom: 1.5rem; }
      @media (max-width: 575px) {
        .footer_company_logo {
          font-size: 0.875rem; } }
      .footer_company_logo img {
        margin-right: 1rem; }
    .footer_company_address {
      font-size: 0.875rem;
      margin-bottom: 1rem; }
      .footer_company_address p {
        margin-bottom: .5rem; }
        .footer_company_address p:last-child {
          margin-bottom: 0; }
      .footer_company_address a {
        color: #fff; }
  .footer_mail {
    margin-bottom: 1rem; }
    .footer_mail a {
      color: #fff;
      display: inline-flex;
      align-items: center;
      text-decoration: none; }
      .footer_mail a:hover {
        border-bottom: 1px solid #fff; }
  .footer_copyright {
    text-align: center;
    font-size: 0.875rem; }

#thanks {
  height: 100vh; }
  @media (max-width: 575px) {
    #thanks {
      height: auto; } }
  #thanks .footer {
    position: fixed;
    bottom: 0;
    width: 100%; }
    @media screen and (max-height: 1000px) {
      #thanks .footer {
        position: relative; } }
@media screen and (max-width: 1199px) and (orientation: landscape) {
  #thanks .footer {
    position: relative; } }

    @media (max-width: 575px) {
      #thanks .footer {
        position: relative; } }
  #thanks .thanks {
    padding-top: 7rem;
    padding-bottom: 7rem;
    text-align: center; }
    #thanks .thanks_body p {
      margin-bottom: 2rem; }
      #thanks .thanks_body p small {
        color: #a7a7a7;
        font-size: 13px; }
    @media (max-width: 575px) {
      #thanks .thanks {
        padding-top: 5rem;
        padding-bottom: 5rem; }
        #thanks .thanks .secttl {
          margin-bottom: 1rem; }
        #thanks .thanks_body {
          font-size: 0.875rem; }
          #thanks .thanks_body p {
            margin-bottom: 1rem; } }

/*# sourceMappingURL=style.css.map */
