@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default 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 {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block; }

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html, body {
  width: 100%; }

/* for mozilla: always display scrollbar */
body {
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  background: none; }

a {
  color: #2e394b; }

a:link, a:visited {
  text-decoration: underline; }

a:hover, a:active {
  text-decoration: none; }

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
  list-style: none; }

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none; }

textarea {
  resize: vertical; }

legend {
  display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: top; }

object {
  vertical-align: middle;
  outline: none; }

em, strong {
  font-weight: bold;
  font-style: normal; }

small {
  font-size: 100%; }

abbr, acronym {
  border: none;
  font-variant: normal; }

.clr {
  zoom: 1; }

.clr:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-width: 1024px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%;
      width: 100%;
      overflow-x: hidden; }
      body .wrapper {
        width: 100%;
        overflow-x: hidden; }
      body .sp {
        display: block; }
      body .pc {
        display: none; } }
  body .inner {
    position: relative;
    width: 960px;
    max-width: 1024px;
    margin: auto;
    height: 100%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      body .inner {
        width: auto;
        max-width: 100%;
        padding: 10px 30px; } }
  body .container {
    width: 100%;
    padding: 0; }
    body .container ::selection {
      background: #CCC;
      color: #fff; }

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  letter-spacing: 0em;
  box-sizing: border-box; }

a {
  color: #ef6449;
  cursor: pointer;
  text-decoration: underline; }
  a, a img {
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all; }
  a:hover {
    color: #e60012;
    text-decoration: none; }
    a:hover img {
      opacity: 0.7; }
      @media only screen and (max-width: 767px) {
        a:hover img {
          opacity: 1; } }
      a:hover img.imgOver {
        opacity: 1; }

hr {
  border: none;
  height: 1px;
  background-color: #fae7ce; }

ul {
  list-style-type: none;
  padding: 0; }

sup {
  font-size: 11px; }

small {
  font-size: 11px; }

.row {
  box-sizing: content-box; }
  .row:after {
    clear: both;
    content: "";
    display: block; }

.grid-w-1 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 8.33333%; }

.grid-w-2 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 16.66667%; }

.grid-w-3 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 25%; }

.grid-w-4 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 33.33333%; }

.grid-w-5 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 41.66667%; }

.grid-w-6 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 50%; }

.grid-w-7 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 58.33333%; }

.grid-w-8 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 66.66667%; }

.grid-w-9 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 75%; }

.grid-w-10 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 83.33333%; }

.grid-w-11 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 91.66667%; }

.grid-w-12 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%; }

.grid-mt-10 {
  margin-top: 10px !important; }

.grid-mb-10 {
  margin-bottom: 10px !important; }

.grid-ml-10 {
  margin-left: 10px !important; }

.grid-mr-10 {
  margin-right: 10px !important; }

.grid-mt-20 {
  margin-top: 20px !important; }

.grid-mb-20 {
  margin-bottom: 20px !important; }

.grid-ml-20 {
  margin-left: 20px !important; }

.grid-mr-20 {
  margin-right: 20px !important; }

.grid-mt-30 {
  margin-top: 30px !important; }

.grid-mb-30 {
  margin-bottom: 30px !important; }

.grid-ml-30 {
  margin-left: 30px !important; }

.grid-mr-30 {
  margin-right: 30px !important; }

.grid-mt-40 {
  margin-top: 40px !important; }

.grid-mb-40 {
  margin-bottom: 40px !important; }

.grid-ml-40 {
  margin-left: 40px !important; }

.grid-mr-40 {
  margin-right: 40px !important; }

.grid-mt-50 {
  margin-top: 50px !important; }

.grid-mb-50 {
  margin-bottom: 50px !important; }

.grid-ml-50 {
  margin-left: 50px !important; }

.grid-mr-50 {
  margin-right: 50px !important; }

.grid-mt-60 {
  margin-top: 60px !important; }

.grid-mb-60 {
  margin-bottom: 60px !important; }

.grid-ml-60 {
  margin-left: 60px !important; }

.grid-mr-60 {
  margin-right: 60px !important; }

.grid-mt-70 {
  margin-top: 70px !important; }

.grid-mb-70 {
  margin-bottom: 70px !important; }

.grid-ml-70 {
  margin-left: 70px !important; }

.grid-mr-70 {
  margin-right: 70px !important; }

.grid-mt-80 {
  margin-top: 80px !important; }

.grid-mb-80 {
  margin-bottom: 80px !important; }

.grid-ml-80 {
  margin-left: 80px !important; }

.grid-mr-80 {
  margin-right: 80px !important; }

.grid-mt-90 {
  margin-top: 90px !important; }

.grid-mb-90 {
  margin-bottom: 90px !important; }

.grid-ml-90 {
  margin-left: 90px !important; }

.grid-mr-90 {
  margin-right: 90px !important; }

.grid-mt-100 {
  margin-top: 100px !important; }

.grid-mb-100 {
  margin-bottom: 100px !important; }

.grid-ml-100 {
  margin-left: 100px !important; }

.grid-mr-100 {
  margin-right: 100px !important; }

.sp {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  img {
    max-width: 100%;
    height: auto; } }
.align-center,
.aligncenter {
  text-align: center; }

.align-right,
.alignright {
  text-align: right; }

.align-left,
.alignleft {
  text-align: left; }

.share-button {
  text-align: center; }
  .share-button ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    .share-button ul:after {
      clear: both;
      content: "";
      display: block; }
    .share-button ul li {
      float: left;
      height: 20px;
      line-height: 20px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }

.clear {
  clear: both; }

.font-large {
  font-size: 150%; }

.font-medium {
  font-size: 120%; }

.font-small {
  font-size: 80%; }

.font-bold {
  font-weight: bold; }

.left {
  float: left; }

.right {
  float: right; }

.vertical-middle-parent {
  display: table;
  height: 100%;
  min-width: 100%; }

.vertical-middle-child {
  display: table-cell;
  min-width: 100%;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 20px;
  background: #FFF;
  box-sizing: border-box;
  border: 2px solid #FFF;
  -webkit-appearance: none; }
  @media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    textarea {
      padding: 5px 6px;
      font-size: 100%; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border: 2px solid #ebb6af; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }

.warn {
  color: #e72e37; }

.imgResize img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.font-color-red {
  color: #e72e37; }

.font-color-green {
  color: #106731; }

.font-color-yellow {
  color: #fff100; }

.font-color-lightgreen {
  color: #71bf79; }

.smb {
  z-index: 10; }
  .smb ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 0 0; }
    .smb ul li:last-child {
      margin: 0; }

.section {
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 20px 0; } }
  .section .section-title {
    margin-bottom: 40px;
    font-size: 200%;
    letter-spacing: 0.1em;
    color: #182772; }
    @media only screen and (max-width: 767px) {
      .section .section-title {
        font-size: 140%;
        margin-bottom: 10px; }
        .section .section-title img {
          height: 18px;
          width: auto;
          max-width: none; } }
  .section:last-child {
    padding-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .section:last-child {
        padding-bottom: 20px; } }

.header {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background: #c7cacb no-repeat 50% 50%; }
  @media only screen and (max-width: 767px) {
    .header {
      min-height: 100%; } }
  .header .header-container {
    position: relative;
    height: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .header .header-container .vertical-middle-parent,
      .header .header-container .vertical-middle-child {
        text-align: center;
        width: 100%; } }
    .header .header-container .header-content {
      width: 100%;
      height: 100%; }
    .header .header-container .header-logo {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }
      @media only screen and (max-width: 767px) {
        .header .header-container .header-logo img {
          width: 260px;
          height: auto; } }
      .header .header-container .header-logo a {
        display: block; }
        .header .header-container .header-logo a img {
          opacity: 1 !important; }
      .header .header-container .header-logo span {
        display: block;
        margin-top: 30px;
        color: #FFF;
        font-size: 170%;
        letter-spacing: 0.06em; }
        @media only screen and (max-width: 767px) {
          .header .header-container .header-logo span {
            margin-top: 15px;
            font-size: 120%; } }

.footer {
  z-index: 10;
  width: 100%; }
  .footer .footer-about {
    position: relative;
    padding: 80px 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .footer .footer-about {
        padding: 40px 0; } }
    .footer .footer-about .footer-logo {
      margin-bottom: 32px; }
      @media only screen and (max-width: 767px) {
        .footer .footer-about .footer-logo {
          margin-bottom: 16px; }
          .footer .footer-about .footer-logo img {
            width: 90px;
            height: auto; } }
    .footer .footer-about .footer-copy {
      color: #182772;
      font-size: 90%;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .footer .footer-about .footer-copy {
          font-size: 70%; } }

.section-company {
  padding-bottom: 0 !important; }
  .section-company .company-table {
    max-width: 100%;
    margin: auto;
    font-size: 120%;
    color: #182772; }

.section-access {
  padding-bottom: 0 !important; }
  .section-access .access-map iframe {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .section-access .access-map iframe {
        height: 300px; } }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table tr th,
  .table tr td {
    vertical-align: top;
    padding: 10px 0; }
  .table tr th {
    width: 30%;
    text-align: left; }
    .table tr th img {
      margin-top: 3px;
      margin-right: 10px; }
  .table tr td {
    width: 70%; }
    .table tr td a img {
      vertical-align: middle; }

.standard-table tr th,
.standard-table tr td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #f1e9de; }
  @media only screen and (max-width: 767px) {
    .standard-table tr th,
    .standard-table tr td {
      padding: 6px; } }
.standard-table tr th {
  width: 30%;
  text-align: center;
  background: #fcf5eb; }
  @media only screen and (max-width: 767px) {
    .standard-table tr th {
      font-size: 70%; } }
.standard-table tr td {
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .standard-table tr td {
      font-size: 80%; } }
  .standard-table tr td a img {
    vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .company-table {
    width: auto !important;
    border-bottom: 1px solid #E4E4E4; } }
.company-table table {
  width: 100%; }
.company-table tr th,
.company-table tr td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #E4E4E4; }
  .company-table tr th .font-right,
  .company-table tr td .font-right {
    display: block;
    margin-top: 5px;
    text-align: right; }
  @media only screen and (max-width: 767px) {
    .company-table tr th,
    .company-table tr td {
      display: block;
      width: 100% !important;
      padding: 6px;
      border-bottom: none;
      text-align: left; } }
.company-table tr th {
  width: 24%;
  background: #F4F4F4; }
  @media only screen and (max-width: 767px) {
    .company-table tr th {
      font-size: 70%;
      text-align: left; } }
.company-table tr td {
  width: 76%; }
  @media only screen and (max-width: 767px) {
    .company-table tr td {
      font-size: 80%; } }
  .company-table tr td a img {
    vertical-align: middle; }
