@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@700&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@700&display=swap");
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -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;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* 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;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

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

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

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

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 */
}

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

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

/* 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: none;
  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 */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 2001px) {
  body {
    background-position: 0 0;
  }
}

a,
a:link {
  color: #005592;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

a:hover {
  color: #005592;
  opacity: 0.8;
}

ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 30px;
}
ol li {
  margin-bottom: 15px;
}

p {
  margin-bottom: 30px;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none !important;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block !important;
  }
}
.common__ontb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .common__ontb {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .common__ontb {
    display: none !important;
  }
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    display: block;
  }
}
.common__col02 li, .common__col02 .text__block {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 768px) {
  .common__col02 li, .common__col02 .text__block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.common__col02 figure {
  width: calc((100% - 25px) / 2);
}
.common__col02 figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .common__col02 figure {
    text-align: center;
    width: 100%;
  }
}
.common__btn {
  margin-bottom: 30px;
  text-align: center;
}
.common__btn a {
  border: 1px solid #000;
  border-radius: 0 20px 0 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px;
  min-width: 240px;
  color: #000;
}
.common__btn a:hover {
  background: #000;
  color: #fff;
}
.common__breadcrumbs {
  padding: 0 20px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.common__breadcrumbs ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common__breadcrumbs ol li {
  font-size: 12px;
  color: #41a0bd;
  line-height: 1.2;
}
.common__breadcrumbs ol li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}
.common__breadcrumbs ol li a::after {
  content: "";
  background: url(../img/common/icon__breadcrumbs.svg) no-repeat right center;
  background-size: contain;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.common__pageTitle {
  background: url(../img/common/bg__title.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.common__pageTitle::before {
  content: "";
  background: url(../img/common/deco__square.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  display: block;
  position: absolute;
  right: 30px;
  top: 240px;
}
@media screen and (max-width: 768px) {
  .common__pageTitle::before {
    background: url(../img/common/deco__square02.png) no-repeat;
    width: 80px;
    height: 90px;
    background-size: contain;
    right: 0;
    top: 110px;
  }
}
.common__pageTitle h2 {
  margin-bottom: 0 !important;
  padding: 50px 0;
}
.common__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin-bottom: 30px;
}
.common__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u__tc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u__tc {
    text-align: left;
  }
}
.u__mb30 {
  margin-bottom: 30px;
}
.u__mb60 {
  margin-bottom: 60px;
}
.u__en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.u__sdw20 {
  text-shadow: 3px 3px 20px #000000;
}
.u__figcap {
  text-align: center;
}
.u__figcap figcaption {
  padding: 10px;
}
.u__hr {
  border-bottom: 1px solid #000;
  padding-bottom: 75px !important;
  margin-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .u__hr {
    padding-bottom: 35px !important;
    margin-bottom: 25px !important;
  }
}

#wrapper {
  overflow: hidden;
}
#wrapper main .bg__beam {
  position: relative;
}
#wrapper main .bg__beam::before {
  content: "";
  background: url(../img/common/deco__beam.png) no-repeat;
  width: 922px;
  height: 804px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -50%;
  top: 20%;
}
@media screen and (max-width: 980px) {
  #wrapper main .bg__beam::before {
    left: -80%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main .bg__beam::before {
    width: 250px;
    height: 250px;
    left: -50px;
    top: -100px;
  }
}
#wrapper main .bg__beam.view__fadeL::before {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
#wrapper main .bg__beam.view__fadeInL::before {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
}
#wrapper main section h2 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 70px;
}
#wrapper main section h2 span {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #wrapper main section h2 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
  }
  #wrapper main section h2 span {
    font-size: 30px;
  }
}
#wrapper main section .inner {
  max-width: 1053px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper main section .inner.bg__square {
  position: relative;
}
#wrapper main section .inner.bg__square::before {
  content: "";
  background: url(../img/common/deco__square.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  display: block;
  position: absolute;
  right: -114px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner.bg__square::before {
    background: url(../img/common/deco__square02.png) no-repeat;
    width: 80px;
    height: 90px;
    background-size: contain;
  }
}
#wrapper main section .inner.bg__square02 {
  position: relative;
}
#wrapper main section .inner.bg__square02::after {
  content: "";
  background: url(../img/common/deco__square02.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  display: block;
  position: absolute;
  left: -110px;
  top: 20%;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner.bg__square02::after {
    content: none;
  }
}
#wrapper main section .inner.bg__square03 {
  position: relative;
}
#wrapper main section .inner.bg__square03::before, #wrapper main section .inner.bg__square03::after {
  content: "";
  display: block;
  position: absolute;
}
#wrapper main section .inner.bg__square03::before {
  background: url(../img/common/deco__square02.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  left: -110px;
  top: 20%;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner.bg__square03::before {
    display: none;
  }
}
#wrapper main section .inner.bg__square03::after {
  background: url(../img/common/deco__square.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  right: -114px;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner.bg__square03::after {
    display: none;
  }
}
#wrapper main section .inner.bg__square04 {
  position: relative;
}
#wrapper main section .inner.bg__square04::before, #wrapper main section .inner.bg__square04::after {
  content: "";
  display: block;
  position: absolute;
}
#wrapper main section .inner.bg__square04::before {
  background: url(../img/common/deco__square.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  right: -114px;
  top: 20%;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner.bg__square04::before {
    display: none;
  }
}
#wrapper main section .inner.bg__square04::after {
  background: url(../img/common/deco__square02.png) no-repeat;
  width: 114px;
  height: 190px;
  background-size: contain;
  left: -110px;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner.bg__square04::after {
    width: 74px;
    height: 110px;
    left: 30px;
    bottom: -10%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
#wrapper main section .inner .table00 {
  width: 100%;
  margin-bottom: 50px;
}
#wrapper main section .inner .table00 tr th, #wrapper main section .inner .table00 tr td {
  padding: 5px 10px;
  text-align: left;
  font-weight: normal;
}
#wrapper main section .inner .table00 tr th p:last-child, #wrapper main section .inner .table00 tr td p:last-child {
  margin-bottom: 0;
}
#wrapper main section .inner .table00 tr th {
  width: 3rem;
}
#wrapper main section .inner .table01 {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner .table01 {
    margin-bottom: 30px;
  }
}
#wrapper main section .inner .table01 tr {
  background-image: -webkit-linear-gradient(left, #000 6px, transparent 6px);
  background-image: linear-gradient(to right, #000 6px, transparent 6px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#wrapper main section .inner .table01 tr th, #wrapper main section .inner .table01 tr td {
  padding: 20px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner .table01 tr th, #wrapper main section .inner .table01 tr td {
    width: 100%;
    display: block;
    padding: 5px 10px;
  }
}
#wrapper main section .inner .table01 tr th p:last-child, #wrapper main section .inner .table01 tr td p:last-child {
  margin-bottom: 0;
}
#wrapper main section .inner .table01 tr th {
  width: 7rem;
}
@media screen and (max-width: 768px) {
  #wrapper main section .inner .table01 tr th {
    width: 100%;
    display: block;
    padding: 20px 10px 5px;
  }
  #wrapper main section .inner .table01 tr td {
    width: 100%;
    display: block;
    padding: 5px 10px 20px;
  }
}
#wrapper .view__fadeT {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
#wrapper .view__fadeInT {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}
#wrapper .view__fadeHeader {
  opacity: 0;
}
#wrapper .view__fadeInHeader {
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
  opacity: 1 !important;
}

#wrapper #header {
  z-index: 100;
  position: relative;
  /*---index---*/
}
#wrapper #header .header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
#wrapper #header .header__wrap .header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 20px;
}
#wrapper #header .header__wrap .header__nav .logo {
  width: 220px;
}
#wrapper #header .header__wrap .header__nav .logo img {
  vertical-align: top;
}
#wrapper #header .header__wrap .header__nav .logo img.logo_st {
  display: block;
}
#wrapper #header .header__wrap .header__nav .logo img.logo_fix {
  display: none;
}
#wrapper #header .header__wrap .header__nav .nav__wrap {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  #wrapper #header .header__wrap .header__nav .nav__wrap {
    display: none;
  }
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__item a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  margin: 0 15px;
  text-shadow: 3px 3px 10px #000000;
  display: block;
  position: relative;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__item a::after {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左上基点*/
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list a {
  font-size: 14px;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a {
  font-size: 12px;
  font-size: 500;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 20px;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a::after {
  content: none;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a:hover {
  background: #000;
  opacity: 1;
  border: 1px solid #000;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list .nav__fig {
  width: 61px;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list .nav__fig a::after {
  content: none;
}
#wrapper #header .header__wrap .header__nav .nav__wrap nav .nav__list .nav__fig img {
  width: 100%;
  height: auto;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list a {
  font-size: 12px;
  font-size: 500;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon {
  width: 18px;
  margin: 0 10px;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon:last-child {
  margin-right: 0;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon .nav__icon_st {
  display: block;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon .nav__icon_fix {
  display: none;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon img {
  width: 100%;
  height: auto;
}
#wrapper #header .header__wrap .header__nav .nav__wrap .nav__sp {
  display: none;
}
#wrapper #header .header__wrap .header__nav #nav__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrapper #header .header__wrap .header__nav #nav__toggle {
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;
  }
  #wrapper #header .header__wrap .header__nav #nav__toggle div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 50%;
  }
  #wrapper #header .header__wrap .header__nav #nav__toggle span {
    position: absolute;
    display: block;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #wrapper #header .header__wrap .header__nav #nav__toggle span:nth-child(1) {
    top: 0;
  }
  #wrapper #header .header__wrap .header__nav #nav__toggle span:nth-child(2) {
    top: 10px;
  }
  #wrapper #header .header__wrap .header__nav #nav__toggle span:nth-child(3) {
    top: 20px;
  }
}
#wrapper #header.lower .header__wrap {
  border-bottom: 1px solid #419ebb;
}
#wrapper #header.lower.open .header__wrap {
  border-bottom: none;
}
#wrapper #header.fix .header__wrap, #wrapper #header.lower .header__wrap {
  background: #fff;
  position: fixed;
}
#wrapper #header.fix .header__wrap .header__nav .logo img.logo_st, #wrapper #header.lower .header__wrap .header__nav .logo img.logo_st {
  display: none;
}
#wrapper #header.fix .header__wrap .header__nav .logo img.logo_fix, #wrapper #header.lower .header__wrap .header__nav .logo img.logo_fix {
  display: block;
}
#wrapper #header.fix .header__wrap .header__nav .nav__wrap nav .nav__item a, #wrapper #header.lower .header__wrap .header__nav .nav__wrap nav .nav__item a {
  color: #000;
  text-shadow: none;
}
#wrapper #header.fix .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a, #wrapper #header.lower .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a {
  border: 1px solid #000;
}
#wrapper #header.fix .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a:hover, #wrapper #header.lower .header__wrap .header__nav .nav__wrap nav .nav__list .nav__recruit a:hover {
  color: #fff;
}
#wrapper #header.fix .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon .nav__icon_st, #wrapper #header.lower .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon .nav__icon_st {
  display: none;
}
#wrapper #header.fix .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon .nav__icon_fix, #wrapper #header.lower .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon .nav__icon_fix {
  display: block;
}
#wrapper #header.fix .header__wrap .header__nav #nav__toggle span, #wrapper #header.lower .header__wrap .header__nav #nav__toggle span {
  background: #000;
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 100;
  background: #fff;
  overflow-y: none;
}
#wrapper #header.open .logo {
  display: none;
}
#wrapper #header.open .header__wrap {
  position: static;
}
#wrapper #header.open .header__wrap .header__nav {
  display: block;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap {
  display: block;
  padding: 50px 0;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__list {
  display: block;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__list .nav__recruit a {
  border: 1px solid #000;
  font-size: 12px;
  border-radius: 40px;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__list .nav__recruit a:hover {
  color: #fff;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__list .nav__fig {
  display: none;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__item {
  margin: 0 0 20px;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__item a {
  color: #000;
  text-shadow: none;
  font-size: 20px;
  margin: 0;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .sub_nav__list {
  display: block;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .sub_nav__list .nav__icon {
  display: none;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp {
  display: block;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp .logo {
  width: 40%;
  display: block;
  margin-bottom: 15px;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp .logo img {
  width: 100%;
  height: auto;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp ul li {
  margin: 0 10px 0 0;
  width: 20px;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp ul li img {
  width: 100%;
  height: auto;
}
#wrapper #header.open .header__wrap .header__nav .nav__wrap .nav__sp ul li.bnr {
  width: 61px;
}
#wrapper #header.open .header__wrap .header__nav #nav__toggle {
  display: block !important;
  z-index: 101 !important;
  top: 30px !important;
  bottom: auto !important;
}
#wrapper #header.open .header__wrap .header__nav #nav__toggle span {
  background: #000;
}
#wrapper #header.open .header__wrap .header__nav #nav__toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#wrapper #header.open .header__wrap .header__nav #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open .header__wrap .header__nav #nav__toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#wrapper #header.top {
  border-bottom: none;
}
#wrapper #header.top .swiper {
  position: relative;
  width: 100vw;
  height: 465px;
  overflow: hidden;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  #wrapper #header.top .swiper {
    margin-bottom: 30px;
    height: auto;
  }
}
#wrapper #header.top .swiper .mv__cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
#wrapper #header.top .swiper .mv__cont h1 {
  width: 29.17%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #wrapper #header.top .swiper .mv__cont h1 {
    max-width: 440px;
    width: 90%;
  }
}
@media screen and (max-width: 370px) {
  #wrapper #header.top .swiper .mv__cont h1 {
    max-width: 100%;
  }
}
#wrapper #header.top .swiper .mv__cont h1 img {
  width: 100%;
  height: auto;
  text-shadow: 0px 0px 10px #000;
}
@media screen and (max-width: 980px) {
  #wrapper #header.top .swiper .mv__cont h1 img {
    width: 80%;
  }
}
#wrapper #header.top .swiper .swiper__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#wrapper #header.top .swiper .swiper-slide-active .swiper-img,
#wrapper #header.top .swiper .swiper-slide-duplicate-active .swiper-img,
#wrapper #header.top .swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomDown 8s linear 0s normal both;
          animation: zoomDown 8s linear 0s normal both;
}
#wrapper #header.top .swiper .swiper-img {
  height: 100%;
}
#wrapper #header.top .swiper .swiper-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
#wrapper #header.top .swiper .swiper-img img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #wrapper #header.top .swiper .swiper-img img.pc {
    display: none;
  }
}
#wrapper #header.top .swiper .swiper-img img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrapper #header.top .swiper .swiper-img img.sp {
    display: block;
  }
}
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#wrapper #header.top.open .swiper {
  margin-bottom: 0;
}
#wrapper #header.top.open .swiper .mv__cont, #wrapper #header.top.open .swiper .swiper-wrapper {
  display: none;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

hr {
  background: url(../img/common/bg__footer.png) no-repeat top center #fff;
  background-size: cover;
  height: 225px;
  border: none;
}
@media screen and (max-width: 768px) {
  hr {
    background: url(../img/common/bg__footer__sp.png) no-repeat top center #fff;
    background-size: cover;
    height: 80px;
  }
}

footer {
  background: #005592;
  padding: 65px 20px 40px;
}
footer .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
footer .inner .site__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  footer .inner .site__link {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .inner .site__link nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .site__link nav {
    display: inline-block;
    text-align: left;
  }
}
footer .inner .site__link nav ul {
  margin-right: 7rem;
}
@media screen and (max-width: 768px) {
  footer .inner .site__link nav ul {
    margin-right: 0;
  }
}
footer .inner .site__link nav ul li {
  margin-bottom: 0.6rem;
}
footer .inner .site__link nav ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
footer .inner .site__link nav ul li a::before {
  content: ">";
  margin-right: 10px;
}
footer .inner .site__link nav ul li a::after {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左上基点*/
}
footer .inner .site__link nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .inner .site__link .logo {
  width: 220px;
}
@media screen and (max-width: 768px) {
  footer .inner .site__link .logo {
    margin: 0 auto;
  }
}
footer .inner .site__link .logo img {
  width: 100%;
  height: auto;
}
footer .inner .site__prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .inner .site__prof {
    display: block;
    margin-bottom: 0;
  }
}
footer .inner .site__prof .sns__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .inner .site__prof .sns__block {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .inner .site__prof .sns__block li {
  margin-right: 15px;
}
footer .inner .site__prof .company__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .inner .site__prof .company__add {
    display: block;
  }
}
footer .inner .site__prof .company__add p {
  display: inline-block;
  margin-left: 45px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .inner .site__prof .company__add p {
    margin-left: 0;
  }
}
footer .inner .copyrights {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
}

.important {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 999;
  background: #fff;
  border: 1px solid #D40F0F;
}
@media screen and (max-width: 768px) {
  .important {
    top: 50px;
  }
}
.important.on .important__head .common__inner::before {
  content: "閉じる";
}
.important.on .important__head .common__inner::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.important__head {
  background: #D40F0F;
  cursor: pointer;
}
.important__head .common__inner {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner {
    font-size: 16px;
  }
}
.important__head .common__inner::before {
  content: "開く";
  position: absolute;
  right: 20px;
  top: 8px;
  width: 80px;
  border: 1px solid #fff;
  text-align: left;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::before {
    right: 15px;
  }
}
.important__head .common__inner::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_double_down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 16px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::after {
    right: 25px;
  }
}
.important__head .common__inner span::before {
  content: "";
  width: 25px;
  height: 22px;
  background: url("../image/common/icon_important_info.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.important__body {
  display: none;
}
.important__body .common__news {
  border-top: none;
}
.important__body .common__news li:last-child {
  border-bottom: none;
}

.important {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 999;
  background: #fff;
  border: 1px solid #D40F0F;
}
@media screen and (max-width: 768px) {
  .important {
    top: 50px;
  }
}
.important.on .important__head .common__inner::before {
  content: "閉じる";
}
.important.on .important__head .common__inner::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.important__head {
  background: #D40F0F;
  cursor: pointer;
}
.important__head .common__inner {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner {
    font-size: 16px;
  }
}
.important__head .common__inner::before {
  content: "開く";
  position: absolute;
  right: 20px;
  top: 8px;
  width: 80px;
  border: 1px solid #fff;
  text-align: left;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::before {
    right: 15px;
  }
}
.important__head .common__inner::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_double_down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 16px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::after {
    right: 25px;
  }
}
.important__head .common__inner span::before {
  content: "";
  width: 25px;
  height: 22px;
  background: url("../image/common/icon_important_info.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.important__body {
  display: none;
}
.important__body .common__news {
  border-top: none;
}
.important__body .common__news li:last-child {
  border-bottom: none;
}

#wrapper main.top .bg__blue {
  background-image: url(../img/top/bg__wave.png), url(../img/top/bg__blue.png);
  background-repeat: no-repeat no-repeat;
  background-position: left -1px, center center;
  background-size: 100%, cover;
}
#wrapper main.top .bg__beam::before {
  left: -20%;
  top: -30%;
}
@media screen and (max-width: 768px) {
  #wrapper main.top .bg__beam::before {
    left: -10%;
    top: 0%;
    width: 200px;
    height: 200px;
  }
}
#wrapper main.top section {
  text-align: center;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section {
    text-align: left;
    padding-bottom: 80px;
  }
}
#wrapper main.top section .h2__wrap {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 40px, #fff 40px);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 40px, #fff 40px);
  margin-top: -165px;
  height: 165px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section .h2__wrap {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 20px, #fff 20px);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20px, #fff 20px);
    height: 80px;
    margin-top: -170px;
  }
}
#wrapper main.top section .h2__wrap h2 {
  margin-bottom: 0;
  line-height: 0.4;
}
#wrapper main.top section .inner.bg__square::before {
  right: -114px;
  top: 50px;
}
#wrapper main.top section .inner.bg__square02::after {
  left: 40px;
  bottom: -240px;
  top: auto;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section .inner.bg__square02::after {
    content: none;
  }
}
#wrapper main.top section .common__col02 li {
  text-align: left;
}
#wrapper main.top section .common__col02 li figure {
  position: relative;
}
#wrapper main.top section .common__col02 li figure figcaption {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 3px 20px #000000;
}
#wrapper main.top section.movie {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.movie {
    padding-bottom: 200px;
  }
}
#wrapper main.top section.movie p {
  font-size: 20px;
}
#wrapper main.top section.movie .movie {
  max-width: 510px;
  margin: 0 auto 20px;
}
#wrapper main.top section.movie .movie__cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#wrapper main.top section.movie .movie__cont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#wrapper main.top section.bussiness {
  padding-top: 250px;
  margin-top: -325px;
}
#wrapper main.top section.bussiness .common__col02 li figure {
  width: auto;
}
#wrapper main.top section.staff {
  padding-bottom: 0;
}
#wrapper main.top section.staff .h2__head {
  background: url(../img/top/bg__staff.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 455px 0 0;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .h2__head {
    padding-top: 250px;
  }
}
#wrapper main.top section.staff .h2__head::before {
  content: "";
  background: url(../img/top/staff.svg) no-repeat;
  background-size: contain;
  width: 405px;
  height: 120px;
  display: block;
  position: absolute;
  top: 140px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .h2__head::before {
    width: 30%;
    top: 10%;
    left: 20px;
  }
}
#wrapper main.top section.staff .bg__blue {
  background-position: center 340px, center top;
  padding-bottom: 245px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .bg__blue {
    background: url(../img/top/bg__blue.png);
    padding-bottom: 135px;
  }
}
#wrapper main.top section.staff .bg__blue__wh {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .bg__blue__wh {
    padding-bottom: 10px;
    position: relative;
  }
  #wrapper main.top section.staff .bg__blue__wh::after {
    content: "";
    background: url(../img/top/bg__wave__sp.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    bottom: -500px;
    left: 0;
  }
}
#wrapper main.top section.staff .inner {
  max-width: 1255px;
  width: 100%;
  padding-top: 80px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .inner {
    padding-top: 50px;
  }
}
#wrapper main.top section.staff .inner.bg__square::before {
  top: -130px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .inner.bg__square::before {
    content: none;
  }
}
#wrapper main.top section.staff .list__staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .list__staff {
    display: block;
    margin-bottom: 30px;
  }
}
#wrapper main.top section.staff .list__staff li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .list__staff li {
    width: 80%;
    margin: 0 auto 30px;
  }
}
#wrapper main.top section.staff .list__staff li a {
  text-decoration: none;
}
#wrapper main.top section.staff .list__staff li p {
  color: #4193b0;
  line-height: 1;
  margin-bottom: 5px;
  text-align: left;
  padding: 0 0 0 20px;
}
#wrapper main.top section.staff .list__staff li p.part {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .list__staff li p.part {
    margin-bottom: 10px;
  }
}
#wrapper main.top section.staff .list__staff li p.name {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.staff .list__staff li p.name {
    margin-bottom: 20px;
  }
}
#wrapper main.top section.staff .list__staff li p.name .join {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
#wrapper main.top section.staff .list__staff li figure img {
  width: 100%;
  height: auto;
}
#wrapper main.top section.recruit {
  padding-bottom: 0;
}
#wrapper main.top section.recruit .h2__head {
  background: url(../img/top/bg__recruit.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  padding-top: 500px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.recruit .h2__head {
    padding-top: 250px;
  }
}
#wrapper main.top section.recruit .h2__head::before {
  content: "";
  background: url(../img/top/recruit.svg) no-repeat;
  background-size: contain;
  width: 35%;
  height: 122px;
  display: block;
  position: absolute;
  top: 45px;
  left: 40px;
}
#wrapper main.top section.recruit .inner {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.recruit .inner {
    padding-top: 50px;
  }
}
#wrapper main.top section.recruit .inner.bg__square::before {
  top: -130px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #wrapper main.top section.recruit .inner.bg__square::before {
    top: -60px;
  }
}
#wrapper main.top section.recruit .inner.bg__square02::after {
  bottom: -140px;
}
#wrapper main.top section.recruit figure {
  margin-bottom: 45px;
}

#wrapper main.lower {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  #wrapper main.lower {
    padding-top: 85px;
    margin-bottom: 100px;
  }
}
#wrapper main.lower section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper main.lower section {
    margin-bottom: 40px;
  }
}
#wrapper main.lower section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #wrapper main.company .common__pageTitle {
    margin-bottom: 200px;
  }
  #wrapper main.company .bg__beam::before {
    top: -230px;
  }
}
#wrapper main.company .inner {
  max-width: 900px;
}
#wrapper main.company h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  color: #41a0bd;
}
#wrapper main.company .u__flrb .space {
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #wrapper main.company .u__flrb .space {
    display: none;
  }
}
#wrapper main.company .u__flrb .fl__img {
  clear: both;
  float: right;
}
@media screen and (max-width: 640px) {
  #wrapper main.company .u__flrb .fl__img {
    display: none;
  }
}
#wrapper main.company .u__flrb .fl__text {
  margin-right: 20px;
}
#wrapper main.company .u__flrb .figure__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #wrapper main.company .u__flrb .figure__sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#wrapper main.access .inner {
  max-width: 900px;
}
#wrapper main.access h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  color: #41a0bd;
}
@media screen and (max-width: 768px) {
  #wrapper main.recruit .bg__beam::before {
    top: -40px;
    left: -100px;
  }
}
#wrapper main.recruit .inner {
  max-width: 900px;
}
#wrapper main.recruit h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  color: #41a0bd;
  text-align: center;
}
#wrapper main.recruit figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrapper main.recruit figure {
    margin-bottom: 0px;
  }
}
#wrapper main.recruit figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper main.business .bg__beam::before {
    content: none;
  }
}
#wrapper main.business .inner {
  max-width: 900px;
}
#wrapper main.business .intro__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #wrapper main.business .intro__block {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
#wrapper main.business .intro__block dl {
  border-right: 3px solid #41a0bd;
  border-bottom: 3px solid #41a0bd;
  padding: 0 25px 25px 0;
  color: #41a0bd;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #wrapper main.business .intro__block dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    padding: 0 10px 10px 0;
    margin-bottom: 20px;
  }
}
#wrapper main.business .intro__block dl dt {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #41a0bd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper main.business .intro__block dl dt {
    border-bottom: none;
    border-right: 1px solid #41a0bd;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
}
#wrapper main.business .intro__block dl dd {
  font-size: 18px;
}
#wrapper main.business .intro__block .txt__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper main.business .intro__block .txt__block p {
  margin-bottom: 0;
}
#wrapper main.business h3 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(25%, #41a0bd), color-stop(75%, #41a0bd), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent 0, #41a0bd 25%, #41a0bd 75%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0, #41a0bd 25%, #41a0bd 75%, transparent 100%);
  font-size: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #wrapper main.business h3 {
    margin-bottom: 40px;
  }
}
#wrapper main.business h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
#wrapper main.business .product__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #wrapper main.business .product__list {
    display: block;
  }
}
#wrapper main.business .product__list li {
  width: calc((100% - 100px) / 3);
  margin: 0 50px 30px 0;
}
@media screen and (max-width: 768px) {
  #wrapper main.business .product__list li {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main.business .product__list li {
    width: 100%;
    margin: 0 0 30px;
  }
}
#wrapper main.business .product__list li:nth-child(3n) {
  margin-right: 0;
}
#wrapper main.business .product__list a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#wrapper main.business .product__list a figure img {
  width: 100%;
  height: auto;
}
#wrapper main.business .product__list a figure figcaption {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper main.interview .common__pageTitle::before {
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .bg__beam::before {
    top: 50px;
    left: -150px;
  }
}
#wrapper main.interview .list__staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #wrapper main.interview .list__staff {
    display: block;
  }
}
#wrapper main.interview .list__staff li {
  width: calc((100% - 80px) / 3);
  margin: 0 40px 60px 0;
}
@media screen and (max-width: 980px) {
  #wrapper main.interview .list__staff li {
    width: calc((100% - 40px) / 2);
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main.interview .list__staff li {
    width: 80%;
    margin: 0 auto 50px !important;
  }
}
#wrapper main.interview .list__staff li:nth-child(3n) {
  margin-right: 0;
}
#wrapper main.interview .list__staff li a {
  text-decoration: none;
}
#wrapper main.interview .list__staff li p {
  color: #4193b0;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 20px 0 40px;
}
#wrapper main.interview .list__staff li p.part {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .list__staff li p.part {
    margin-bottom: 10px;
  }
}
#wrapper main.interview .list__staff li p.name {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .list__staff li p.name {
    margin-bottom: 20px;
  }
}
#wrapper main.interview .list__staff li p.name .join {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
#wrapper main.interview .list__staff li figure img {
  width: 100%;
  height: auto;
}
#wrapper main.interview .recruit__block {
  background: url(../img/top/bg__recruit.jpg) no-repeat left top;
  background-size: cover;
  padding-top: 385px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1201px) {
  #wrapper main.interview .recruit__block {
    background: url(../img/top/bg__recruit.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .recruit__block {
    background: url(../img/top/bg__recruit.jpg) no-repeat 50% top;
    background-size: cover;
    padding-top: 275px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper main.interview .recruit__block {
    background: url(../img/top/bg__recruit.jpg) no-repeat 30% top;
    background-size: cover;
  }
}
#wrapper main.interview .recruit__block .inner {
  max-width: 1200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .recruit__block .inner {
    left: 3%;
  }
}
#wrapper main.interview .recruit__block .inner h2 {
  max-width: 370px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .recruit__block .inner h2 {
    max-width: 50%;
  }
}
#wrapper main.interview .recruit__block .inner h2 img {
  width: 100%;
  height: auto;
}
#wrapper main.interview .recruit__block .inner p {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
  text-shadow: 0px 0px 6px #fff;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .recruit__block .inner p {
    font-size: 15px;
    margin-bottom: 60px;
  }
}
#wrapper main.interview .recruit__block .btn__rec a {
  background: #4193b0;
  color: #fff;
  font-size: 27px;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
}
#wrapper main.interview .interview__pageTitle {
  width: 100%;
  height: 653px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle {
    height: 630px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#wrapper main.interview .interview__pageTitle.ts {
  background: url(../img/interview/head__ts.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle.ts {
    background: url(../img/interview/head__ts__sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#wrapper main.interview .interview__pageTitle.sk {
  background: url(../img/interview/head__sk.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle.sk {
    background: url(../img/interview/head__sk__sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#wrapper main.interview .interview__pageTitle.mt {
  background: url(../img/interview/head__mt.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle.mt {
    background: url(../img/interview/head__mt__sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#wrapper main.interview .interview__pageTitle.oi {
  background: url(../img/interview/head__oi.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle.oi {
    background: url(../img/interview/head__oi__sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#wrapper main.interview .interview__pageTitle.kk {
  background: url(../img/interview/head__kk.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle.kk {
    background: url(../img/interview/head__kk__sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#wrapper main.interview .interview__pageTitle .inner {
  max-width: 1100px;
}
#wrapper main.interview .interview__pageTitle .inner.row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#wrapper main.interview .interview__pageTitle .inner.row-reverse .copy__block {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .inner.row-reverse .copy__block {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .inner {
    padding-bottom: 40px;
  }
}
#wrapper main.interview .interview__pageTitle .copy__block {
  padding-left: 80px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #wrapper main.interview .interview__pageTitle .copy__block {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .copy__block {
    padding-left: 0;
  }
}
#wrapper main.interview .interview__pageTitle .copy__block p {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.65;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .copy__block p {
    font-size: 20px;
  }
}
#wrapper main.interview .interview__pageTitle .status__block {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(20%, #41a0bd), color-stop(80%, #41a0bd), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent 0, #41a0bd 20%, #41a0bd 80%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0, #41a0bd 20%, #41a0bd 80%, transparent 100%);
  width: 50%;
  padding: 10px 30px 10px 80px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #wrapper main.interview .interview__pageTitle .status__block {
    width: 60%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .status__block {
    background-image: -webkit-gradient(linear, left top, right top, from(#41a0bd), color-stop(90%, #41a0bd), to(transparent));
    background-image: -webkit-linear-gradient(left, #41a0bd 0%, #41a0bd 90%, transparent 100%);
    background-image: linear-gradient(to right, #41a0bd 0%, #41a0bd 90%, transparent 100%);
    width: 100%;
    padding: 15px 20px;
  }
}
#wrapper main.interview .interview__pageTitle .status__block p {
  margin-bottom: 10px;
}
#wrapper main.interview .interview__pageTitle .status__block p:last-child {
  margin-bottom: 0;
}
#wrapper main.interview .interview__pageTitle .status__block .part {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .status__block .part {
    font-size: 18px;
  }
}
#wrapper main.interview .interview__pageTitle .status__block .name {
  font-size: 42px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .status__block .name {
    font-size: 38px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.interview .interview__pageTitle .status__block .name {
    display: block;
  }
}
#wrapper main.interview .interview__pageTitle .status__block .name .join {
  font-size: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .interview__pageTitle .status__block .name .join {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.interview .interview__pageTitle .status__block .name .join {
    margin-left: 0;
    display: block;
    padding-top: 10px;
  }
}
#wrapper main.interview .common__col02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrapper main.interview .common__col02 figure {
    margin-bottom: 40px;
  }
}
#wrapper main.interview .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#wrapper main.interview .text__block .question {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #727171;
}
#wrapper main.interview .text__block .answer {
  font-size: 26px;
  font-weight: 700;
  color: #4193b0;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
#wrapper main.contact .inner {
  max-width: 860px;
}
#wrapper main.contact .inner .table01 {
  margin-bottom: 40px;
}
#wrapper main.contact .inner .table01 tr th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #wrapper main.contact .inner .table01 tr th {
    width: 100%;
  }
}
#wrapper main.contact .inner .table01 tr th span {
  color: #f00;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper main.contact .inner .table01 tr td {
    width: 100%;
  }
}
#wrapper main.contact .inner .table01 tr td input, #wrapper main.contact .inner .table01 tr td textarea {
  border: 1px solid #666;
  padding: 3px 5px;
}
#wrapper main.contact .inner .table01 tr td input.txt, #wrapper main.contact .inner .table01 tr td textarea.txt {
  width: 100%;
}
#wrapper main.contact .inner .submit__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper main.contact .inner .submit__btn button {
  border: none;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 10px;
}
#wrapper main.contact .inner .submit__btn button.submit {
  background: #41a0bd;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#wrapper main.contact .inner .submit__btn button.reset {
  font-size: 16px;
  background: #eee;
  border: 1px solid #666;
}/*# sourceMappingURL=style.css.map */