@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%; }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #828286;
  font-style: normal;
  font: 14px/160% Arial, sans-serif;
  font-size: 1.3rem; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

li {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*
html{
	font-size: 62.5%;
}

body{
margin:0;
padding:0}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,table,th,td,address{
margin:0;
padding:0;
color:$main_color;
font-style:normal;
font:13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
font-size: 1.3rem
}

select,
input,
button,
textarea{
font-size:99%;
}

table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%}

textarea,input{margin:0;padding:0}

caption,th{text-align:left}
td,th{vertical-align: top}

fieldset,img,abbr{border:none}
li{list-style-type:none}
hr{display:none}

strong{font-weight:bold}


*/
main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0 0 20px; }

a, a:link {
  color: #4059b3; }

a:visited {
  color: #4059b3; }

a:hover {
  color: #4059b3; }

#wrapper header {
  padding: 0 25px; }
  #wrapper header .inner {
    padding: 20px 0; }
    #wrapper header .inner #logo, #wrapper header .inner ul {
      display: inline-block;
      vertical-align: middle; }
    #wrapper header .inner #logo {
      margin-right: 15px; }
  #wrapper header .inner02 {
    padding-bottom: 15px;
    position: relative; }
    #wrapper header .inner02 h1 {
      font-weight: bold;
      font-size: 24px; }
    #wrapper header .inner02 .btn {
      position: absolute;
      top: 5px;
      right: 0; }
      #wrapper header .inner02 .btn a {
        padding: 10px 24px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background: #2979FF;
        text-decoration: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 12px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 12px; }

#wrapper main #mv {
  position: relative;
  padding: 0 25px;
  margin-bottom: 95px; }
  #wrapper main #mv img {
    max-width: 100%;
    height: auto;
    width: 100%\9; }
  #wrapper main #mv > p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
    font-size: 35px;
    font-weight: bold;
    color: #fff; }
  #wrapper main #mv .end {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
    width: 90%; }
    #wrapper main #mv .end h2 {
      font-size: 36px;
      text-align: center;
      color: #000; }
    #wrapper main #mv .end p {
      color: #000;
      font-size: 16px; }
      #wrapper main #mv .end p strong {
        font-size: inherit;
        color: red; }

#wrapper main .lead {
  width: 560px;
  margin: 0 auto 95px; }
  #wrapper main .lead dl {
    text-align: center; }
    #wrapper main .lead dl dt {
      font-size: 36px;
      margin-bottom: 15px; }
      #wrapper main .lead dl dt span {
        display: block; }
        #wrapper main .lead dl dt span img {
          border-radius: 50%; }
    #wrapper main .lead dl dd {
      font-size: 18px; }

#wrapper main #conversation {
  padding: 0 25px;
  position: relative; }
  #wrapper main #conversation > img {
    max-width: 100%;
    height: auto;
    width: 100%\9;
    width: 100%; }
  #wrapper main #conversation > dl {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%; }
    #wrapper main #conversation > dl > dt {
      max-width: 340px;
      background: #fff;
      font-size: 16px;
      padding: 10px 25px;
      border-radius: 10px;
      margin: 0 auto 40px; }
    #wrapper main #conversation > dl > dd dl {
      max-width: 440px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #wrapper main #conversation > dl > dd dl dt {
        margin-right: 20px; }
        #wrapper main #conversation > dl > dd dl dt img {
          border-radius: 50%; }
      #wrapper main #conversation > dl > dd dl dd {
        background: #fff;
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 10px; }

#wrapper main #square {
  padding: 0 25px; }
  #wrapper main #square .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #wrapper main #square .inner.r {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #wrapper main #square .inner div {
      width: calc(50% - 12px); }
    #wrapper main #square .inner .fig {
      position: relative; }
      #wrapper main #square .inner .fig img {
        max-width: 100%;
        height: auto;
        width: 100%\9; }
      #wrapper main #square .inner .fig > dl {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%; }
        #wrapper main #square .inner .fig > dl > dt {
          max-width: 340px;
          background: #fff;
          font-size: 16px;
          padding: 10px 25px;
          border-radius: 10px;
          margin: 0 auto 40px; }
        #wrapper main #square .inner .fig > dl > dd dl {
          max-width: 440px;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #wrapper main #square .inner .fig > dl > dd dl dt {
            margin-right: 20px;
            width: 104px; }
            #wrapper main #square .inner .fig > dl > dd dl dt img {
              border-radius: 50%; }
          #wrapper main #square .inner .fig > dl > dd dl dd {
            background: #fff;
            font-size: 16px;
            padding: 10px 15px;
            border-radius: 10px; }
    #wrapper main #square .inner .txt {
      background: #FAFAFA;
      position: relative; }
      #wrapper main #square .inner .txt dl {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        text-align: center; }
        #wrapper main #square .inner .txt dl dt {
          margin-bottom: 20px;
          font-size: 32px;
          font-weight: bold; }
        #wrapper main #square .inner .txt dl dd {
          font-size: 16px; }

#wrapper main #movie {
  padding: 90px 25px; }
  #wrapper main #movie h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px; }
  #wrapper main #movie ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #wrapper main #movie ul li {
      max-width: 500px;
      text-align: center; }
      #wrapper main #movie ul li:first-child {
        margin-right: 50px; }
      #wrapper main #movie ul li a {
        display: block;
        outline: none; }
        #wrapper main #movie ul li a img {
          max-width: 100%;
          height: auto;
          width: 100%\9; }

#wrapper main #about {
  margin: 0 25px 50px;
  padding: 90px 0;
  text-align: center;
  background: #FAFAFA; }
  #wrapper main #about h3 {
    text-align: center;
    font-size: 36px; }
    #wrapper main #about h3:before {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      background: url(../img/logo.png) no-repeat;
      background-size: cover;
      margin: 0 auto; }

#wrapper main .note {
  max-width: 1230px;
  padding: 0 25px;
  margin: 0 auto; }

@media screen and (max-width: 1000px) {
  #wrapper header .inner02 h1 {
    font-size: 20px; }
  #wrapper main #mv {
    height: 100vh;
    background: url(../img/bg_01.png) no-repeat 50% 100%;
    background-size: cover; }
    #wrapper main #mv > img {
      display: none; }
    #wrapper main #mv > p {
      top: 10%;
      left: 0;
      text-align: center;
      width: 100%;
      font-size: 28px;
      padding: 0 50px; }
    #wrapper main #mv .end {
      top: 30%; }
  #wrapper main .lead dl dt {
    font-size: 24px; }
  #wrapper main .lead dl dd {
    font-size: 16px; }
  #wrapper main #conversation > dl > dt {
    font-size: 15px; }
  #wrapper main #conversation > dl > dd dl dd {
    font-size: 13px; }
  #wrapper main #square .inner .fig {
    position: relative; }
    #wrapper main #square .inner .fig img {
      max-width: 100%;
      height: auto;
      width: 100%\9; }
    #wrapper main #square .inner .fig > dl {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      padding: 0 25px; }
      #wrapper main #square .inner .fig > dl > dt {
        max-width: 340px;
        background: #fff;
        font-size: 15px;
        padding: 10px 25px;
        border-radius: 10px;
        margin: 0 auto 40px; }
      #wrapper main #square .inner .fig > dl > dd dl {
        max-width: 340px; }
        #wrapper main #square .inner .fig > dl > dd dl dd {
          font-size: 15px; }
  #wrapper main #square .inner .txt dl dt {
    font-size: 28px; }
  #wrapper main #square .inner .txt dl dd {
    font-size: 16px; }
  #wrapper main #movie h2 {
    font-size: 24px; }
  #wrapper main #about h3 {
    font-size: 24px; } }

@media screen and (max-width: 768px) {
  #wrapper header {
    padding: 0 10px; }
    #wrapper header .inner02 h1 {
      font-size: 20px; }
  #wrapper main #mv {
    height: 70vh;
    padding: 0 10px; }
    #wrapper main #mv > p {
      top: 20%;
      font-size: 24px; }
    #wrapper main #mv .end {
      top: 50%;
      padding: 15px; }
      #wrapper main #mv .end h2 {
        font-size: 20px; }
      #wrapper main #mv .end p {
        font-size: 14px; }
  #wrapper main .lead {
    width: auto; }
    #wrapper main .lead dl {
      width: 70%;
      margin: 0 auto; }
  #wrapper main #conversation {
    height: 70vh;
    margin: 0 10px 10px;
    background: url(../img/02.png) no-repeat 100% 0;
    background-size: cover; }
    #wrapper main #conversation > img {
      display: none; }
    #wrapper main #conversation > dl {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 25px; }
      #wrapper main #conversation > dl > dt {
        font-size: 13px; }
      #wrapper main #conversation > dl > dd dl dd {
        font-size: 13px; }
  #wrapper main #square {
    padding: 0 10px; }
    #wrapper main #square .inner {
      display: block; }
      #wrapper main #square .inner .fig {
        width: auto;
        margin-bottom: 10px;
        position: relative; }
        #wrapper main #square .inner .fig img {
          max-width: 100%;
          height: auto;
          width: 100%\9; }
        #wrapper main #square .inner .fig > dl > dt {
          font-size: 13px; }
        #wrapper main #square .inner .fig > dl > dd dl dd {
          font-size: 13px; }
      #wrapper main #square .inner .txt {
        width: auto;
        padding: 64px 25px; }
        #wrapper main #square .inner .txt dl {
          position: relative;
          top: auto;
          left: auto;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
          #wrapper main #square .inner .txt dl dt {
            font-size: 24px; }
          #wrapper main #square .inner .txt dl dd {
            font-size: 14px; }
  #wrapper main #movie {
    padding: 15px 10px; }
    #wrapper main #movie h2 {
      font-size: 24px; }
    #wrapper main #movie ul {
      display: block; }
      #wrapper main #movie ul li {
        width: auto;
        margin-right: 0 !important;
        margin-bottom: 15px; }
  #wrapper main #about {
    margin: 0 10px 20px;
    padding: 35px; }
    #wrapper main #about h3 {
      font-size: 24px; } }
