@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
@import url(//use.fontawesome.com/releases/v5.8.2/css/all.css);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese);
@import url(//fonts.googleapis.com/css?family=Sawarabi+Mincho);
* {
  margin: 0;
  padding: 0; }

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em; }

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
* Add the correct margin in IE 8.
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit; }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block; }

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

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

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

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
  display: none; }

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none; }

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6em; }
  @media screen and (max-width: 750px) {
    body {
      font-size: 0.9em;
      line-height: 1.6em; } }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

img {
  max-width: 100%;
  max-height: 100%; }

li {
  list-style: none; }

a {
  color: #222;
  text-decoration: underline;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  a:hover {
    opacity: 0.5; }

::-moz-selection {
  background: #ffafa4;
  color: #fff; }

::selection {
  background: #ffafa4;
  color: #fff; }

.head_title {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center; }

.head_high {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center; }

a.pdf {
  padding-right: 1.2em;
  background-image: url(../img/common/pdf.png);
  background-size: auto 1em;
  background-repeat: no-repeat;
  background-position: right center; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .button a {
    display: block;
    padding: 0.8em 1.8em;
    font-size: 0.9rem;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    border: solid 1px #777;
    border-radius: 0.3em; }
    .button a.pdf {
      padding-right: 3.1em;
      background-position: right 1.7em center; }
  .button input[type=submit] {
    display: inline-block;
    width: auto !important;
    padding: 0.6em 3em !important;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em; }
    .button input[type=submit]:hover {
      cursor: pointer; }
  .button.send {
    margin-bottom: 1.5rem; }
    .button.send input[type=submit] {
      color: #fff;
      font-size: 1rem;
      background-color: #00B050;
      border: none; }

.shadowbox {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bgbox {
  padding: 60px 80px;
  background-color: #F0F0F0; }

.radiusbox {
  width: 800px;
  margin: auto;
  padding: 40px;
  border: solid 1px #777;
  border-radius: 0.3em; }

.banner {
  margin-bottom: 30px;
  text-align: center; }
  .banner img {
    line-height: 1em; }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  @media screen and (max-width: 750px) {
    body > header {
      display: none; } }
  body > header .menu {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 15px; }
    body > header .menu:before {
      display: inline;
      content: "\f0c9";
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      font-family: "Font Awesome 5 Free";
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1em; }
    body > header .menu > ul {
      position: absolute;
      top: 0;
      left: -50%;
      width: 25em;
      padding: 20px;
      background: #333;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      visibility: hidden;
      opacity: 0;
      z-index: 10; }
      body > header .menu > ul li {
        display: block;
        margin: 0; }
        body > header .menu > ul li:last-of-type {
          border-bottom: none; }
        body > header .menu > ul li a {
          display: block;
          margin-bottom: 0.5em;
          padding: 0.5rem 1rem;
          color: #fff;
          font-size: 0.9rem;
          line-height: 1em;
          text-decoration: none; }
          body > header .menu > ul li a:hover {
            text-decoration: underline;
            opacity: 1; }
    body > header .menu:hover > ul {
      top: 20px;
      visibility: visible;
      opacity: 1; }

body > footer {
  padding-top: 50px;
  background-color: #F0F0F0; }
  body > footer h2 {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center; }
  body > footer dl {
    font-size: 0.9rem;
    line-height: 1.6em;
    text-align: center; }
    body > footer dl dt {
      display: inline; }
      body > footer dl dt:after {
        content: "："; }
    body > footer dl dd {
      display: inline; }
      body > footer dl dd:after {
        content: '\A';
        white-space: pre; }
  body > footer .copyright {
    margin-top: 50px;
    padding: 1em 0;
    color: #fff;
    font-size: 0.8em;
    line-height: 1em;
    text-align: center;
    background-color: #555; }

#mv {
  position: relative;
  height: 880px;
  max-height: 100vh;
  background-image: url(../img/common/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover; }
  #mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0.1em 0.2em 0.1em 0.35em;
    margin-top: -0.5em;
    margin-left: calc((-14em - 0.1em * 14) / 2);
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    background-color: #fff; }
    #mv h1 a {
      text-decoration: none; }

#about {
  position: relative;
  margin: -140px auto 80px auto; }
  #about p {
    margin-bottom: 1.5em; }
    #about p:last-of-type {
      margin-bottom: 0; }
    #about p.button {
      margin-top: 40px; }

#info {
  margin-bottom: 100px; }
  #info dl {
    width: 900px;
    margin: 0 auto 40px auto;
    overflow: hidden; }
    #info dl dt {
      float: left;
      width: 12em;
      padding: 0.5em 0; }
    #info dl dd {
      padding: 0.5em 0 0.5em 13em;
      border-bottom: dotted 1px #777; }

#member {
  margin-bottom: 40px; }
  #member .wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
    #member .wrapper h2 {
      position: absolute;
      top: 1em;
      left: 0; }
      #member .wrapper h2 span {
        display: block;
        margin-top: 0.25em;
        font-size: 0.95rem;
        font-weight: normal; }
    #member .wrapper picture {
      margin-bottom: 30px; }
  #member .swiper-container .swiper-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
    padding: 20px;
    background-color: #F0F0F0; }
    #member .swiper-container .swiper-wrapper li * {
      width: 100%; }
    #member .swiper-container .swiper-wrapper li h3 {
      margin-bottom: 0.1em;
      font-size: 1.2rem;
      line-height: 1.2em;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #member .swiper-container .swiper-wrapper li picture {
      margin-bottom: 10px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    #member .swiper-container .swiper-wrapper li .department {
      margin-bottom: 15px;
      color: #777;
      font-size: 0.8rem;
      line-height: 1.4em;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    #member .swiper-container .swiper-wrapper li .message {
      margin-bottom: 20px;
      font-size: 0.85rem;
      line-height: 1.6em;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    #member .swiper-container .swiper-wrapper li .banner {
      text-align: center;
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
      #member .swiper-container .swiper-wrapper li .banner img {
        width: auto;
        max-width: 200px; }
  #member .swiper-container .swiper-button-prev,
  #member .swiper-container .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: -40px;
    background-color: #fff;
    background-size: 30%;
    border-radius: 0.3em;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    #member .swiper-container .swiper-button-prev:hover,
    #member .swiper-container .swiper-button-next:hover {
      opacity: 0.7; }
  #member .swiper-container .swiper-button-prev {
    left: 25px; }
  #member .swiper-container .swiper-button-next {
    right: 25px; }

#sns {
  margin-bottom: 80px; }
  #sns h2 {
    display: none; }
  #sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #sns ul li {
      font-size: 0.9rem;
      line-height: 1.6em; }
      #sns ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none; }
        #sns ul li a .icon {
          width: 64px;
          height: 64px;
          margin-right: 1em; }
        #sns ul li a .text {
          text-align: center; }

#colorful {
  margin-bottom: 80px; }
  #colorful h2 {
    height: 180px;
    margin-bottom: 40px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain; }

#inquiry {
  margin-bottom: 100px; }
  #inquiry h2 {
    margin-bottom: 30px;
    font-size: 1.2rem;
    text-align: center; }
  #inquiry > p {
    margin-bottom: 1.875rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #inquiry > p {
        font-size: 0.85rem;
        line-height: 1.6em;
        margin-bottom: 1.5rem; } }
  #inquiry .error {
    margin-bottom: 3.125rem;
    padding: 1.25rem 1.875rem;
    color: #f00;
    text-align: center;
    background-color: #fff;
    border: solid 1px #f00; }
    @media screen and (max-width: 750px) {
      #inquiry .error {
        margin-bottom: 2rem;
        padding: 1rem 1.5rem; } }
    #inquiry .error h3 {
      margin-bottom: 0.8em;
      font-size: 1rem;
      line-height: 1.4em; }
      @media screen and (max-width: 750px) {
        #inquiry .error h3 {
          font-size: 0.9rem; } }
    @media screen and (max-width: 750px) {
      #inquiry .error ul {
        font-size: 0.8rem;
        line-height: 1.4em; } }
    @media screen and (max-width: 750px) {
      #inquiry .error ul li + li {
        margin-top: 0.4em; } }
  #inquiry form input,
  #inquiry form select,
  #inquiry form textarea {
    width: 100%;
    padding: 0.5em 0.8em; }
  #inquiry dl.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.95rem;
    line-height: 1.4em; }
    @media screen and (max-width: 750px) {
      #inquiry dl.input {
        display: block; } }
    #inquiry dl.input dt {
      width: 100%;
      margin-bottom: 0.25em;
      font-weight: bold;
      -webkit-transform: rotate(0.05deg);
      -ms-transform: rotate(0.05deg);
      transform: rotate(0.05deg); }
      #inquiry dl.input dt span {
        margin-left: 0.25em;
        color: #f00;
        font-size: 0.9em; }
    #inquiry dl.input dd {
      width: 100%;
      margin-bottom: 1.8em; }
      @media screen and (max-width: 750px) {
        #inquiry dl.input dd {
          margin-bottom: 1.2em; } }
    #inquiry dl.input div {
      width: 47%; }
      @media screen and (max-width: 750px) {
        #inquiry dl.input div {
          width: auto; } }
  #inquiry dl.conf {
    margin-bottom: 2.5em;
    overflow: hidden; }
    #inquiry dl.conf dt {
      float: left;
      width: 20%;
      padding: 0.8em 0;
      font-weight: bold;
      clear: both; }
      @media screen and (max-width: 750px) {
        #inquiry dl.conf dt {
          float: none;
          width: auto;
          padding: 0; } }
    #inquiry dl.conf dd {
      padding: 0.8em 0 0.8em 20%;
      border-bottom: dashed 1px #555; }
      @media screen and (max-width: 750px) {
        #inquiry dl.conf dd {
          margin-bottom: 0.8em;
          padding: 0.5em 0; } }
      #inquiry dl.conf dd:after {
        content: "　"; }
