@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #ff6d10;
  color: #fff;
  background: #ff6d10;
  padding: 20px 0;
  width: 400px;
  text-align: center;
  font-size: 18px;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 55px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 100vh;
    padding-bottom: 55px; }
    #sp_menu ul {
      padding: 30px 20px 0; }
      #sp_menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 15px 0;
          color: #fff; }
        #sp_menu ul li span {
          display: inline-block;
          font-size: 10px;
          color: #060054;
          margin-left: 10px; }
    #sp_menu .txt {
      padding: 30px 40px 0; }

  .header_menu {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 11px 0 0 12px;
    z-index: 20; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 34px;
    height: 30px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #574332;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 7px; }
    .menu-trigger span:nth-of-type(2) {
      top: 15px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 5px; }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(-45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(-45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .5s forwards;
    animation: menu-bar02 .5s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .5s forwards;
    animation: menu-bar03 .5s forwards; }

  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    border: 1px solid rgba(204, 183, 86, 0.3);
    transition: all .1s;
    opacity: 0; }

  .menu-trigger.close::after {
    -webkit-animation: circle .5s;
    animation: circle .5s; }

  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(3.5);
      opacity: 0; } }
  @keyframes circle {
    0% {
      transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(3.5);
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s .5s forwards;
    animation: active-menu-bar01 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .5s .5s forwards;
    animation: active-menu-bar02 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s .5s forwards;
    animation: active-menu-bar03 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(45deg); } } }
body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #333; }

a:hover {
  color: #333;
  text-decoration: none; }

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(255, 109, 16, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #ff6d10;
    color: #fff; }
  .page_top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -23px auto 0;
    z-index: 2; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        margin: -17px auto 0; } }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 1000 !important;
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .header {
      height: 55px; }
      .header .site_logo {
        width: 190px; }
      .header .sp_header_tel {
        margin-top: 20px; }
        .header .sp_header_tel a {
          color: #fff;
          font-size: 18px;
          text-decoration: none; }
          .header .sp_header_tel a .fa {
            margin-right: 5px; }
      .header .header_recruit {
        position: absolute;
        top: 0;
        right: 55px;
        width: 55px; } }
  .header .header_txt {
    background: #ff6d10;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .header .header_txt {
        display: none; } }
    .header .header_txt .header_txt_inner {
      width: 1000px;
      margin: 0 auto;
      position: relative;
      font-size: 12px;
      padding: 5px 0; }
    .header .header_txt .header_tel {
      position: absolute;
      top: 5px;
      right: 0; }
      .header .header_txt .header_tel a {
        color: #fff;
        text-decoration: none;
        font-size: 13px; }
        .header .header_txt .header_tel a .fa {
          margin-right: 3px; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%;
        padding: 10px 0 0 7px; } }
  .header .g_nav {
    position: absolute;
    right: 0;
    top: 27px; }
    .header .g_nav ul li {
      display: inline-block;
      vertical-align: top;
      margin-left: 30px; }
      .header .g_nav ul li:first-child {
        margin-left: 0; }
      .header .g_nav ul li a {
        text-decoration: none;
        padding-left: 38px;
        display: block;
        font-size: 15px;
        color: #464646;
        position: relative;
        line-height: 1.2; }
        .header .g_nav ul li a span {
          display: block;
          font-size: 11px;
          color: #ff6d10; }
        .header .g_nav ul li a::before {
          content: "";
          position: absolute;
          left: 0;
          top: 2px;
          width: 30px;
          height: 30px;
          background-color: #b1b1b1;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          transition: 0.3s; }
        .header .g_nav ul li a.system::before {
          background-image: url(img/common/gnav_01.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 30px auto; }
        .header .g_nav ul li a.company::before {
          background-image: url(img/common/gnav_02.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 30px auto; }
        .header .g_nav ul li a.contact::before {
          background-image: url(img/common/gnav_03.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 30px auto; }
        .header .g_nav ul li a.recruit::before {
          background-image: url(img/common/gnav_04.png);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 30px auto; }
        .header .g_nav ul li a:hover::before {
          background-color: #ff6d10; }

.wrapper {
  padding-top: 110px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      padding: 55px 0 30px; } }

.fv {
  background: url(img/top/fv_bg.png) no-repeat center top; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    height: 447px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%;
        height: auto; } }

.main_ttl {
  text-align: center;
  color: #999;
  font-size: 13px; }
  .main_ttl span {
    display: block;
    font-size: 30px;
    color: #ff6d10;
    position: relative;
    margin-bottom: 12px; }
    .main_ttl span::after {
      content: "";
      position: absolute;
      width: 80px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 2px;
      background: #ff6d10;
      bottom: -5px; }

.top .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .top .section01 .inner {
      width: 100%;
      padding: 30px 15px; } }
.top .section01 .txt {
  margin-top: 30px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .top .section01 .txt {
      font-size: 4.3vw; } }
.top .section02 {
  max-width: 1500px;
  margin: 0 auto; }
  .top .section02 .item {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .top .section02 .item .image, .top .section02 .item .txt {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .top .section02 .item .image, .top .section02 .item .txt {
          display: block;
          width: 100%; } }
    .top .section02 .item .image {
      height: 313px; }
      @media only screen and (max-width: 768px) {
        .top .section02 .item .image {
          width: 100%; } }
    .top .section02 .item .txt {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .top .section02 .item .txt {
          padding: 20px 15px 30px; } }
      .top .section02 .item .txt .ttl h2 {
        text-align: center;
        color: #999;
        font-size: 13px;
        position: relative;
        padding-bottom: 5px; }
        .top .section02 .item .txt .ttl h2::after {
          content: "";
          position: absolute;
          width: 250px;
          left: 0;
          right: 0;
          margin: 0 auto;
          height: 1px;
          background: #bcbcbc;
          bottom: -5px; }
        .top .section02 .item .txt .ttl h2 span {
          display: block;
          font-size: 30px;
          color: #ff6d10; }
      .top .section02 .item .txt .read {
        margin-top: 20px; }
      .top .section02 .item .txt .link {
        margin: 30px auto 0;
        width: 140px; }
        .top .section02 .item .txt .link a {
          display: block;
          text-decoration: none;
          background: #fff;
          text-align: center;
          padding: 10px;
          border: 2px solid #a2a2a2;
          font-size: 13px; }
          .top .section02 .item .txt .link a:hover {
            border-color: #ff6d10;
            background: #ff6d10;
            color: #fff; }
    .top .section02 .item:nth-child(1) .image {
      background-image: url(img/top/section02_image1.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .top .section02 .item:nth-child(1) .txt {
      background-image: url(img/top/section02_bg1.png);
      background-repeat: repeat;
      background-position: center center; }
    .top .section02 .item:nth-child(2) .image {
      background-image: url(img/top/section02_image2.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .top .section02 .item:nth-child(2) .txt {
      background-image: url(img/top/section02_bg2.png);
      background-repeat: repeat;
      background-position: center center; }
      .top .section02 .item:nth-child(2) .txt .read {
        color: #fff; }
.top .section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .top .section03 .inner {
      width: 100%;
      padding: 30px 15px; } }
.top .section03 .wrap {
  margin-top: 40px;
  width: 100%;
  display: table;
  table-layout: fixed; }
  .top .section03 .wrap .map, .top .section03 .wrap .txt {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .top .section03 .wrap .map, .top .section03 .wrap .txt {
        display: block;
        width: 100%; } }
  .top .section03 .wrap .map {
    border: 5px solid #ddd; }
    .top .section03 .wrap .map iframe {
      height: 400px; }
      @media only screen and (max-width: 768px) {
        .top .section03 .wrap .map iframe {
          height: 250px; } }
  .top .section03 .wrap .txt {
    padding-left: 30px; }
    @media only screen and (max-width: 768px) {
      .top .section03 .wrap .txt {
        padding-left: 0;
        margin-top: 20px; } }
    .top .section03 .wrap .txt .link {
      margin-top: 20px; }
      .top .section03 .wrap .txt .link a {
        display: inline-block;
        text-decoration: none;
        background: #fff;
        text-align: center;
        padding: 10px 25px;
        border: 2px solid #a2a2a2;
        font-size: 13px; }
        .top .section03 .wrap .txt .link a:hover {
          border-color: #ff6d10;
          background: #ff6d10;
          color: #fff; }

.footer {
  background: #fea94f; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%;
        padding: 30px 15px; }
        .footer .inner .footer_logo {
          width: 130px;
          margin: 0 auto; } }
  .footer .f_nav {
    margin-top: 25px; }
    .footer .f_nav ul {
      font-size: 0; }
      .footer .f_nav ul li {
        display: inline-block;
        font-size: 15px;
        margin-right: 5px; }
        .footer .f_nav ul li::before {
          content: "/";
          margin-right: 5px;
          color: #fff; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
        .footer .f_nav ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: bold; }
          @media only screen and (max-width: 768px) {
            .footer .f_nav ul li a {
              font-size: 14px; } }
          .footer .f_nav ul li a:hover {
            text-decoration: underline; }
  .footer .copyright {
    margin-top: 30px;
    color: #fff;
    font-size: 12px; }

.breadcrumb {
  background: #c3ab9c; }
  .breadcrumb ol {
    width: 1000px;
    margin: 0 auto;
    padding: 5px; }
    @media only screen and (max-width: 768px) {
      .breadcrumb ol {
        padding-top: 0;
        width: 100%; } }
  .breadcrumb ol li {
    display: inline;
    font-size: 11px;
    margin-right: 5px;
    color: #fff; }
    .breadcrumb ol li strong {
      font-weight: normal; }
    .breadcrumb ol li::before {
      content: "/";
      margin-right: 5px; }
    .breadcrumb ol li:first-child::before {
      display: none; }
    .breadcrumb ol li a {
      text-decoration: none;
      color: #fff; }
      .breadcrumb ol li a:hover {
        text-decoration: underline; }

.page {
  background: #fafafa; }
  .page .container {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0 50px; }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%;
        padding: 15px 15px 40px; } }
    .page .container h1 {
      text-align: center; }

.wrapper.page {
  padding-bottom: 0; }

.page_system .section01 {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .page_system .section01 {
      margin-top: 20px; } }
  .page_system .section01 .read {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_system .section01 .read {
        font-size: 4vw; } }
  .page_system .section01 .image {
    margin-top: 30px;
    text-align: center; }
.page_system .section02 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .page_system .section02 {
      margin-top: 30px;
      padding-top: 30px; } }
  .page_system .section02 .image {
    margin-top: 40px;
    text-align: center; }
  .page_system .section02 p {
    margin-top: 30px;
    text-align: center;
    font-size: 17px; }
    @media only screen and (max-width: 768px) {
      .page_system .section02 p {
        margin-top: 20px;
        font-size: 16px; } }

.page_contact .read {
  margin-top: 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page_contact .read {
      font-size: 4vw; } }
.page_contact .form_section {
  width: 800px;
  margin: 30px auto 0; }
  @media only screen and (max-width: 768px) {
    .page_contact .form_section {
      width: 100%; } }

.thanks a {
  display: block;
  border: 1px solid #ff6d10;
  color: #fff;
  background: #ff6d10;
  padding: 20px 0;
  width: 400px;
  text-align: center;
  font-size: 18px;
  margin: 25px auto;
  text-decoration: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .thanks a:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .thanks a {
      width: 100%;
      padding: 20px 10px; } }

.page_company .section01 {
  margin: 50px auto 0;
  width: 800px; }
  @media only screen and (max-width: 768px) {
    .page_company .section01 {
      margin-top: 20px;
      width: 100%; } }
  .page_company .section01 table {
    border: 1px solid #ddd;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .page_company .section01 table {
        border-bottom: none; } }
    .page_company .section01 table th, .page_company .section01 table td {
      padding: 20px;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      @media only screen and (max-width: 768px) {
        .page_company .section01 table th, .page_company .section01 table td {
          display: block;
          width: 100% !important;
          border-right: none; } }
    .page_company .section01 table th {
      width: 280px;
      background: #f5f5f5;
      position: relative; }
    .page_company .section01 table td {
      background: #fff; }
  .page_company .section01 iframe {
    width: 100%;
    height: 350px; }
    @media only screen and (max-width: 768px) {
      .page_company .section01 iframe {
        height: 250px; } }
.page_company .section02 {
  margin-top: 50px;
  padding: 50px 20px 20px;
  border-top: 1px solid #ddd; }
  @media only screen and (max-width: 768px) {
    .page_company .section02 {
      margin-top: 30px;
      padding: 30px 15px 15px; } }
  .page_company .section02 .heading {
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_company .section02 .heading {
        font-size: 5vw; } }
  .page_company .section02 .wrap {
    margin-top: 40px;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0 50px; }
    @media only screen and (max-width: 768px) {
      .page_company .section02 .wrap {
        padding: 0;
        margin-top: 30px; } }
    .page_company .section02 .wrap .ceo {
      text-align: right;
      margin-top: 20px; }
