/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #434343;
  letter-spacing: 0;
  font-weight: 400; }

@media only screen and (min-width: 1080px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) {
  html {
    font-size: .92vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #434343;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1080px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  transition: all .5s; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  transition: all .5s; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1080px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		102 header
-------------------------------------- */
#content .header {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
  background: #0c6a6a;
  position: relative;
  z-index: 1; }
  #content .header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/bg_main.jpg") no-repeat 100% 50%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9; }
  @media only screen and (max-width: 767px) {
    #content .header {
      padding: 0 1.2rem;
      height: 5rem; } }
  #content .header-logo {
    width: 16rem;
    padding-bottom: 1.2rem; }
    @media only screen and (max-width: 767px) {
      #content .header-logo {
        width: 10rem;
        padding-top: .5rem; } }
  #content .header-uluru {
    width: 8.1rem; }
    @media only screen and (max-width: 767px) {
      #content .header-uluru {
        width: 6rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
#content .container-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6rem 0; }
  @media only screen and (max-width: 767px) {
    #content .container-header {
      padding: 3.5rem 0; } }
  #content .container-header-fig {
    width: 9.7rem;
    margin-bottom: -2rem; }
    @media only screen and (max-width: 767px) {
      #content .container-header-fig {
        width: 6rem;
        margin-bottom: -1rem; } }
  #content .container-header-ttl {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: baseline; }
    #content .container-header-ttl span {
      font-size: 5.6rem;
      background: linear-gradient(135deg, #ff884e 0%, #f89978 20%, #339999 60%, #339999 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        #content .container-header-ttl span {
          font-size: 4rem; } }
    #content .container-header-ttl strong {
      font-size: 9.6rem;
      bottom: -.5rem;
      position: relative;
      background: linear-gradient(-45deg, #ff884e 0%, #f89978 20%, #339999 60%, #339999 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        #content .container-header-ttl strong {
          font-size: 6.4rem; } }
  #content .container-header p {
    font-size: 1.6rem;
    padding: 2rem 0 0; }
    @media only screen and (max-width: 767px) {
      #content .container-header p {
        font-size: 1.2rem;
        padding-top: 1rem; } }
#content .container-inner {
  background: #f7f7f7;
  padding: 3rem 0; }
  @media only screen and (max-width: 767px) {
    #content .container-inner {
      padding: 1.5rem; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer {
  width: 100%;
  height: 6.4rem;
  padding: 1.6rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .footer {
      height: 4.8rem; } }
  .footer-nav ul {
    display: flex; }
    .footer-nav ul li {
      margin-right: 1.5rem; }
  .footer-copy {
    font-size: 1.4rem; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem; } }

#content .footer {
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  background: #339999; }
