@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Raleway|Cantarell|Open+Sans);

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.sp-only{
  display: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */

input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}


/* clearfix */

.clearfix,
#news li {
  display: inline-table;
  min-height: 1%;
}

.clearfix:after,
#news li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* Hides from IE-mac \*/

* html .clearfix,
* html #news li,
#news * html li {
  height: 1%;
}

.clearfix,
#news li {
  display: block;
}


/* End hide from IE-mac */


/* /clearfix */

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

html {
  font-size: 14px;
}

* html body,
* html input,
* html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body {
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", "EB Garamond", serif;
  text-align: center;
  min-width: 1000px;
}

input,
textarea,
select,
option,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
option:hover,
option:focus,
button:hover,
button:focus {
  outline: 0;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="file"]:hover,
select:hover,
option:hover,
label:hover,
button:hover {
  cursor: pointer;
}

select option {
  padding: 0.1em 0.5em;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
}

a:active,
a:focus {
  color: #333;
}

a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  text-decoration: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

table th {
  text-align: left;
  font-weight: normal;
}

.td-u-u {
  text-decoration: underline !important;
}

.td-u-u:hover {
  text-decoration: underline !important;
}

.td-u-n {
  text-decoration: underline !important;
}

.td-u-n:hover {
  text-decoration: none !important;
}

.td-n-u {
  text-decoration: none !important;
}

.td-n-u:hover {
  text-decoration: underline !important;
}

.td-n-n {
  text-decoration: none !important;
}

.td-n-n:hover {
  text-decoration: none !important;
}

.animate1 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate2 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate3 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate4 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate6 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate7 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -ms-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  animation-delay: 2.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate8 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate9 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  -ms-animation-delay: 2.7s;
  -o-animation-delay: 2.7s;
  animation-delay: 2.7s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate10 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate11 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -ms-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate12 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
  -ms-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate13 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.9s;
  -moz-animation-delay: 3.9s;
  -ms-animation-delay: 3.9s;
  -o-animation-delay: 3.9s;
  animation-delay: 3.9s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate14 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
  -moz-animation-delay: 4.2s;
  -ms-animation-delay: 4.2s;
  -o-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate15 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

.cool_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  line-height: 31px;
  padding: 0px 14px;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  border: 0px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
  transition: background-color 0.25s ease 0s, box-shadow 0.25s ease 0s;
}

.cool_button:hover {
  text-decoration: none;
  cursor: pointer;
}

.cool_button.blue_to_black {
  -webkit-box-shadow: 0 0 4px 1px #333;
  -moz-box-shadow: 0 0 4px 1px #333;
  -ms-box-shadow: 0 0 4px 1px #333;
  -o-box-shadow: 0 0 4px 1px #333;
  box-shadow: 0 0 4px 1px #333;
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
}

.cool_button.blue_to_black:hover {
  -webkit-box-shadow: 0 0 4px 1px #ccc;
  -moz-box-shadow: 0 0 4px 1px #ccc;
  -ms-box-shadow: 0 0 4px 1px #ccc;
  -o-box-shadow: 0 0 4px 1px #ccc;
  box-shadow: 0 0 4px 1px #ccc;
  background-color: #ccc;
}

.cool_button.red_to_black {
  -webkit-box-shadow: 0 0 4px 1px #333;
  -moz-box-shadow: 0 0 4px 1px #333;
  -ms-box-shadow: 0 0 4px 1px #333;
  -o-box-shadow: 0 0 4px 1px #333;
  box-shadow: 0 0 4px 1px #333;
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
}

.cool_button.red_to_black:hover {
  -webkit-box-shadow: 0 0 4px 1px #ccc;
  -moz-box-shadow: 0 0 4px 1px #ccc;
  -ms-box-shadow: 0 0 4px 1px #ccc;
  -o-box-shadow: 0 0 4px 1px #ccc;
  box-shadow: 0 0 4px 1px #ccc;
  background-color: #ccc;
}

.cool_button.gray_to_black {
  -webkit-box-shadow: 0 0 4px 1px #888;
  -moz-box-shadow: 0 0 4px 1px #888;
  -ms-box-shadow: 0 0 4px 1px #888;
  -o-box-shadow: 0 0 4px 1px #888;
  box-shadow: 0 0 4px 1px #888;
  background-color: #888;
  color: #fff;
  border: 1px solid #fff;
}

.cool_button.gray_to_black:hover {
  -webkit-box-shadow: 0 0 4px 1px #ccc;
  -moz-box-shadow: 0 0 4px 1px #ccc;
  -ms-box-shadow: 0 0 4px 1px #ccc;
  -o-box-shadow: 0 0 4px 1px #ccc;
  box-shadow: 0 0 4px 1px #ccc;
  background-color: #ccc;
}

#global_menu {
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 1000;
  border-radius: 100px;
  background-color: #333;
  padding: 5px;
  border: 1px solid #fff;
}

#global_menu ul {
  padding-top: 5px;
}

#global_menu ul li {
  padding-bottom: 5px;
}

#global_menu ul li a {
  border-radius: 100px;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}

#global_menu ul li a:hover {
  background-color: #333;
  color: #fff;
}

.content_wrap {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.content {
  width: 960px;
  margin: 0 auto;
}

.content .title {
  font-size: 46px;
  font-size: 3.28571rem;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 15px;
  color: #333;
    font-family: "EB Garamond", serif;
}

.content .left {
  float: left;
}

.content .right {
  float: right;
}

.content .description_wrap {
  width: 40%;
}

.content .eyecatch_wrap {
  width: 55%;
}

.content .eyecatch_wrap img {
  width: 100%;
}

#home_top {
  height: 500px;
  background: url("../images/mv.jpg") no-repeat center center;
  background-size: cover;
}

#home_top .mainvisual_wrap {
  display: flex;
  flex-flow: column;
  align-items: end;
  float: right;
  width: 24%;
  max-width: 300px;
  margin-right: 13%;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  text-shadow: #0B354D  1px 1px 5px,
    #0B354D  -1px 1px 5px,
    #0B354D  1px -1px 5px,
    #0B354D  -1px -1px 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
#home_top .mainvisual_wrap img{
  display: block;
  opacity: 0.8;
}
#news {
  padding-top: 60px;
}

#news li {
  padding: 0.5em 0;
}

#news .date {
  display: block;
  float: left;
  width: 7em;
  font-weight: bold;
}

#news .description {
  display: block;
  margin-left: 7em;
}

#intro {
  padding-top: 150px;
}

#intro .content {
  border-top: 1px solid #eee;
}

#intro .description {
  text-align: center;
  line-height: 35px;
  padding: 35px 0 65px 0;
}

#intro .logo_wrap img {
  display: block;
    width: 188px;
    padding: 0 15px;
    margin: -16px auto 0 auto;
    background-color: #fff;
}

#intro .logo_wrap img:hover,
#intro .logo_wrap img:focus {
  cursor: pointer;
}

.mainLinks {
  text-align: center;
  padding: 5px;
}

.mainLinks li {
  display: inline-block;
  max-width: 252px;
  margin: 10px 5px 0;
}

.snsLinks {
  text-align: center;
  padding: 5px;
}

.snsLinks li {
  display: inline-block;
  max-width: 50px;
  margin: 5px 8px;
}

#service, #contents {
  padding-top: 120px;
}

#service h3, #contents h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 1em;
}

#service h3 .fa {
  color: #333;
  font-size: 28px;
  font-size: 2rem;
  font-weight: normal;
  vertical-align: bottom;
  padding-right: 0.5rem;
}
 #contents h3 .fa {
  font-size: 28px;
  font-size: 2rem;
  color: #333;
  font-weight: normal;
  vertical-align: bottom;
}
#service .service_one1 {
  margin: 60px 0;
}
#service .service_one {
  width: 90%;
}
#service .service_one .description_wrap{
  width: 60%;
}

#service .service_one .eyecatch_wrap {
  width: 35%;
}
#service .service_one2 {
  margin-left: 10%;
}
 #contents .service_one {
  width: 90%;
}

 #contents .description_wrap {
  width: 60%;
}

#contents .service_one .eyecatch_wrap {
  width: 35%;
}

 #contents .service_one1, #contents .service_one2  {
  width: 100%;
  padding: 45px 0;
  border-bottom: 1px solid #ccc;
}

#company {
  padding-top: 120px;
}

#company .title {
  margin-bottom: 30px;
}
#company .right{
  margin-top: 35px;
}
#company table {
  margin-top: 55px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #eee;
}

#company table th,
#company table td {
  border-top: 1px solid #eee;
  vertical-align: middle;
  padding: 1em;
}

#company table th {
  background-color: #fafafa;
  font-weight: bold;
  text-align: center;
  width: 23%;
}

#company table td {
  width: 77%;
}

#company .access_map {
  position: relative;
}

#company .access_map .description {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 90%;
  width: 440px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 10px 0 20px 0;
}

#company .access_map .description b {
  display: block;
  padding-top: 10px;
}

#company .access_map #gmap {
  max-width: 100%;
  height: 600px;
  margin: 0 auto;
}

#company #gmap iframe {
  width: 100%;
}

#access .acccess_button_wrap {
  padding-top: 30px;
  text-align: center;
}

#access .acccess_button_wrap .cool_button {
  width: 10em;
  max-width: 100%;
}

#recruit {
  padding-top: 120px;
}

#recruit .preparation {
  margin-left: 20px;
}

#recruit table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #eee;
}

#recruit table th,
#recruit table td {
  border-top: 1px solid #eee;
  vertical-align: middle;
  padding: 1em;
}

#recruit table th {
  background-color: #fafafa;
  font-weight: bold;
  text-align: center;
  width: 20%;
}

#recruit table td {
  width: 30%;
}

#recruit table td.img_wrap {
  border-top: none;
  width: 50%;
  max-width: 400px;
  padding-right: 0;
  vertical-align: top;
}

#recruit table td.img_wrap img {
  max-width: 100%;
}

#recruit .description_wrap {
  width: auto;
}

#recruit .eyecatch_wrap {
  display: none;
}

#contact {
  padding-top: 120px;
}

#contact .label {
  padding: 25px 0 3px 0;
}

#contact .form_required {
  color: #f44;
}

#contact .contact_form_half {
  float: left;
  width: 50%;
}

#contact .contact_form_half input[type="text"],
#contact .contact_form_half input[type="email"],
#contact .contact_form_half input[type="password"],
#contact .contact_form_half textarea {
  width: 92%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="password"],
#contact textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px;
  display: block;
  width: 96%;
}

#contact textarea {
  height: 7em;
}

#contact .submit_button_wrap {
  position: relative;
  text-align: center;
}

#contact .submit_button_wrap .back_button {
  font-size: 19px;
  width: 100px;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  margin: 37px auto 0 auto;
  padding: 0 2px;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .submit_button_wrap .submit_button {
  font-size: 21px;
  height: 60px;
  line-height: 59px;
  display: inline-block;
  margin: 30px auto 0 auto;
  padding: 0 30px;
}

#contact .contact_form_error {
  background: #fffafa;
  border: 1px solid #f00;
  color: #f00;
  padding: 15px 20px;
  margin-bottom: 50px;
}

#contact .confirm_table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #eee;
}

#contact .confirm_table th,
#contact .confirm_table td {
  border-top: 1px solid #eee;
  vertical-align: middle;
  padding: 1em;
}

#contact .confirm_table th {
  background-color: #fafafa;
  font-weight: normal;
  width: 150px;
}

#privacy_policy .text {
  margin-top: 30px;
  background-color: #fafaff;
  padding: 4em;
}

#privacy_policy .text p {
  margin-bottom: 1em;
}

#privacy_policy .text ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

#privacy_policy .text ul li {
  list-style: circle inside;
}

#privacy_policy .text .sign {
  text-align: right;
  margin-bottom: 0;
}

#privacy_policy .privacy_policy_button_wrap {
  padding-top: 30px;
  text-align: center;
}

#privacy_policy .privacy_policy_button_wrap span {
  font-weight: normal;
  text-decoration: underline;
  color: #333;
}

#privacy_policy .privacy_policy_button_wrap span:hover,
#privacy_policy .privacy_policy_button_wrap span:focus {
  text-decoration: none;
  cursor: pointer;
}

#footer {
  padding: 40px 0;
}

#footer .copyright {
  text-align: center;
    font-family: "EB Garamond", serif;
}

@media (max-width: 1001px) {
  body {
    min-width: 100%;
  }

  .content_wrap {
    width: 100%;
  }

  .content {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  #home_top {
    background: url("../images/mv.jpg") no-repeat 51% center;
  }
}

@media (max-width: 890px) {
  #home_top {
    height: 30%;
    min-height: 400px;
    background-size: cover;
  }

  #home_top .content .mainvisual_wrap {
    max-width: 588px;
    width: 70%;
    left: 15%;
  }

  #home_top .content .mainvisual_wrap img {
    width: 100%;
  }

  #contents .service_one {
    width: 100%;
  }

  #contents .service_one .description_wrap {
    width: 60%;
  }

  #contents .service_one .eyecatch_wrap {
    width: 37%;
  }

  #contents .service_one2 {
    margin-left: 0;
  }

  #company .title {
    margin-top: 0;
  }

  #company table {
    border-bottom: none;
  }

  #company table th,
  #company table td {
    display: block;
    border-top: none;
    padding: 0.3em 0.5em;
  }

  #company table th {
    text-align: left;
    width: auto;
  }

  #company table td {
    width: auto;
  }
}

@media (max-width: 730px) {
  .sp-only{
    display: block;
  }
  
.pc-only{
  display: none;
}
  #home_top .mainvisual_wrap{
    font-size: 3.5vw;
    margin-right: 12%;
  }
  .content .title {
    padding-bottom: 20px;
  }

  .content .left {
    float: none;
  }

  .content .right {
    float: none;
  }

  .content .description_wrap {
    width: auto;
  }

  .content .eyecatch_wrap {
    width: auto;
    margin-top: 20px;
  }

  #news {
    padding-top: 30px;
  }

  #intro {
    padding-top: 90px;
  }

  #contents {
    padding-top: 60px;
  }

  #contents h3 {
    margin-bottom: 1em;
  }
  #service .service_one2{
    margin-left: 0;
  }
  #service .service_one,#service .service_one .description_wrap, #service .service_one .eyecatch_wrap,#contents .service_one .description_wrap,#contents .service_one .eyecatch_wrap {
    width: auto;
  }
  #service .service_one .eyecatch_wrap{
    text-align: center;
  }
  #company {
    padding-top: 60px;
  }

  #company table {
    border-bottom: 1px dotted #eee;
  }

  #company table th,
  #company table td {
    border-top: 1px dotted #eee;
    padding: 0.5em 1em;
  }

  #company table th {
    display: table-cell;
    background-color: #fafafa;
    text-align: center;
    width: 23%;
  }

  #recruit {
    padding-top: 60px;
  }

  #recruit .title {
    margin-top: 0;
  }

  #recruit table th {
    width: 30%;
  }

  #recruit table td {
    width: 70%;
  }

  #recruit table td.img_wrap {
    display: none;
  }

  #recruit .eyecatch_wrap {
    display: block;
  }

  #recruit .preparation {
    margin-left: 0;
  }

  #contact {
    padding-top: 60px;
  }

  .mainLinks li {
    vertical-align: middle;
    max-width: 140px;
  }

  #news .date {
    float: none;
    width: auto;
  }

  #news .description {
    display: inline;
    margin-left: 0;
  }

  #contact_form .submit_button_wrap .back_button {
    width: 98%;
    display: inline-block;
    margin-top: 30px;
    position: relative;
  }

  #contact_form .submit_button_wrap .submit_button {
    width: 98%;
  }

  #contact_form .confirm_table {
    border-bottom: none;
  }

  #contact_form .confirm_table th,
  #contact_form .confirm_table td {
    display: block;
    border-top: none;
    padding: 0.5em 1em;
  }

  #contact_form .confirm_table th {
    width: auto;
  }

  #company table {
    margin-top: 15px;
    border-bottom: none;
  }

  #company table th,
  #company table td {
    display: block;
    border-top: none;
    padding: 0.3em 1em;
  }

  #company table th {
    text-align: left;
    width: auto;
  }

  #recruit table {
    border-bottom: none;
  }

  #recruit table th,
  #recruit table td {
    display: block;
    border-top: none;
    padding: 0.3em 1em;
    width: auto;
  }

  #recruit table th {
    text-align: left;
  }

  #contact_form .contact_form_half {
    float: none;
    width: 100%;
  }

  #contact_form .contact_form_half input[type="text"],
  #contact_form .contact_form_half input[type="email"],
  #contact_form .contact_form_half input[type="password"],
  #contact_form .contact_form_half textarea {
    width: 98%;
  }

  #contact_form input[type="text"],
  #contact_form input[type="email"],
  #contact_form input[type="password"],
  #contact_form textarea {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  #contact_form .submit_button_wrap .back_button {
    font-size: 16px;
    height: 35px;
    line-height: 34px;
  }

  #contact_form .submit_button_wrap .submit_button {
    font-size: 18px;
    height: 45px;
    line-height: 44px;
  }

  #privacy_policy .text {
    padding: 2em;
  }
}


/*# sourceMappingURL=style.css.map */