@charset "UTF-8";

/*
Theme Name: paraboric_THERMA
*/

/* CSS Document */

/*common*/

@charset "UTF-8";
/* CSS Document */
/* Document
   ========================================================================== */

html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body{
letter-spacing:0.1em;
}
#intro p{
font-family: 'Raleway', sans-serif;
font-size:16px;
}
#service p{
font-family: 'Raleway', sans-serif;
font-size:16px;
}
#concept p{
font-family: 'Raleway', sans-serif;
font-size:16px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
  width:100%;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
  width:100%;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

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;
}
li{
	list-style:none;	
	}
a{
	text-decoration:none;
	color:#333;
}
.simple_square_btn6 {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #fff;
	 -webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.simple_square_btn6:hover {
	 cursor: pointer;
	 text-decoration: none;
	-webkit-animation: simple_square_btn6 0.5s both;
	-moz-animation: simple_square_btn6 0.5s both;
	 animation: simple_square_btn6 0.5s both;
}
@-webkit-keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-moz-keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fadein {
opacity : 0;
transform: translateY(20px);
transition: all 1s;
}

/*リセットcssここまで*/
@media screen and (min-width: 769px) {
.sp {
        display: none !important;
    }	
body{
    background: #fff;
	color:#221814;
}
body{
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.logo_fade {

}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*ヘッダー*/
.site-header{
    display: flex;
    padding: 25px 0;
	position: fixed;
    transition: .5s;
    justify-content: space-between;
	width:100%;
    background: #F7F7F7;
	z-index:1;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.header-bg a {
  padding-top: 80px;
  display:inline-block;
  position:absolute;
  left:50%;
  top:80%;
  color:#fff;
}
.header-bg a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.header-bg a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.header-bg a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.header-bg a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-header.fixed{
    position: fixed;
    top: 0;
    background: #F7F7F7;
    padding: 20px;
	z-index:1;	
}
.site-logo img{
    height: 40px;
    width: auto;
}
.site-logo{
	background-image: url(images/logo_top_after.png);
	width:278px;
	height:48px;
	background-repeat:no-repeat;
	margin:0 30px;
	}
.site-header.fixed .site-logo{
	background-image: url(images/logo_top_after.png);
	width:278px;
	height:48px;
	background-repeat:no-repeat;
	margin:0 30px;
	}
.gnav__menu{
    display: flex;
	padding:20px 30px;
}
.gnav__menu__item{
    margin-left: 50px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.hero{
    overflow: hidden;
	display:none;
}
.hero img{
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 43%;
  text-align: center;/
 }
.hero img{
  animation-delay: 3s;
}
.gnav__menu a {
	display: inline-block;
	color: #333;
}
.site-header.fixed .gnav__menu a {
	color: #333;
}
/*ここまでヘッダー*/
.content{
    line-height: 2em;
    margin: 0 auto;
}
.blue{
	color:#0F5885;
	display:inline-block;
	margin:0 0 30px 0;
	}
.site-footer{
    background: #fff;
    padding: 100px 0;
	border-top: 1px solid #b4b5b5;
}
.copyright{
    color: #3e3a39;
    font-size: 12px;
    text-align: center;
	line-height:3em;
}
.copyright li{
	display:inline-block;
	font-size:20px;
	padding:0 10px;
}
.header-bg {
	height: 100vh;
	background-attachment: fixed;
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	font-size: 40px;
	line-height:1.3em;
	margin:0 0 50px 0;
}
p{
	font-size:14px;
	color:#595757;
}
h2 span{
	font-size: 18px;
}
.introInner{
	padding:200px 0 100px 0;
	width:1000px;
	margin:0 auto;
	}
.introInner h2 .color{
	color:#8ec31e;
	font-size:48px;
	}
.conceptInner{
	padding:100px 0 0 0;
	width:1000px;
	margin:0 auto;
	}
.serviceInner{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
	}
.priceInner{
	padding:200px 0;
	width:1000px;
	margin:0 auto;
	}
.priceInner p{
	font-size:16px;
}
.price_area{
	overflow:hidden;
	margin:50px 0 0 0;
	}
.price_text{
	float:left;
	width:50%;
	}
.price_img{
	float:right;
	}
.price_text_right{
	float:right;
	width:50%;
	}
.price_img_left{
	float:left;
	}
.tbl-r02{
	border-collapse:collapse;
	width:100%;
	}
th {
  text-align:left;
  padding:15px 0;
  font-size:14px;
     }
td {
  vertical-align:middle;
  font-size:14px;
  padding:15px 0;
  color:#595757;
}
.last td {
 padding:10px 0;
}
.last td img {
	width:25%;
}
.price_text caption{
	text-align:left;
	padding:20px 0;
	font-size:24px;
	font-weight:bold;
	}
.price_text .color{
	color:#8ec31e;
	font-size:24px;
	}
.view_btn{
	width:278px;
	margin:50px auto 0 auto;
	}	
.color{
font-family: 'Noto Serif JP', serif;
	letter-spacing:0px;
	font-weight:bold;
	}
.tbl-r02 caption{
	text-align:left;
	padding:20px 0;
	font-size:24px;
	font-weight:bold;
	}
.tbl-r02 .color{
	color:#8ec31e;
	font-size:24px;
	}
.tbl-r02 tr th span{
	font-size:12px;
	}
#formInner p{
	line-height:2.5em;
	margin:30px 0 0 0;
}
#formInner{
	width:500px;
	margin:0 auto;
	padding:0 0 100px 0;
}
#form_bg{
background-color:#f7f7f7;
	}
input[type="submit"]{
	border: none;
  display: block;
  width: 200px;
  max-width: 200px;
  padding: 10px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 20px 0 0 65px;
}
#form h2 {
	margin:0 auto;
	width:1000px;
padding:100px 0 25px 0
	}
#form h2 span{
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
}
.instaInner{
	padding:100px 0;
	width:1200px;
	margin:0 auto;
	}
#insta{
	background-color:#f7f7f7;
	}
#insta li{
width:25%;
	}
.inner{
	color:#fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-55%) translateX(-45%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:48px;
  font-weight:700;
  font-family: "Hiragino Sans";
  line-height:2em;
}
.inner span{
	font-size:17px;
}
.office ul{
	overflow:hidden;
}
.office li:nth-child(1) {
	margin:110px 0 0 0;
}
.office li{
	margin:80px 0 0 0;
	overflow:hidden;
}
.office .txt{
	font-size:14px;
	font-weight:300;
	color:#595757;
	line-height:2em;
	text-align:left;
}
.office dt{
	font-size:18px;
	margin:0 0 10px 0;
	font-weight:bold;
}
.office p{
	float:left;
	margin:0 50px 0 0;
}
.office img{
	width:245px;
}
.aaa {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
#newsInner{
padding:250px 0;
	}
.parallax-bg {
  background-image: url('images/back_01.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:400px;
}
.link_btn {
	text-align:center;
	margin:50px 0 0 0;
}
.link_btn a{
	padding:20px 130px;
	background-color:#B11D23;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:inline-block;
}
.conceptInner ul{
	overflow:hidden;
}
.conceptInner li{
	float:left;
	width:50%;
}
.conceptInner li dt{
	font-size:21px;
	font-weight:bold;
	margin:25px 0 15px 0;
}
.conceptInner li dd{
	line-height:2em;
}
.conceptInner li .link_btn a{
	padding:15px 100px;
	background-color:#1876BC;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:inline-block;
}
.staff ul{
	overflow:hidden;
}
.staff li{
	float:left;
	margin:15px 60px 50px 0;
	width:292px;
}
.staff .txt{
	font-size:14px;
	font-weight:300;
	color:#595757;
	line-height:2em;
	text-align:left;
}
.staff dd{
	font-size:16px;
	text-align:center;
	margin:10px 0 0 0;
	font-weight:bold;
}
.staff li:nth-child(3) {
	margin:15px 0 0 0;
}
.recluit_main{
	padding:108px 0 0 0;
	line-height:0;
}
.recluit_main img{
	width:100%;
}
.recluitInner{
	padding:100px 0 100px 0;
	width:1000px;
	margin:0 auto;
}
.poricyInner{
	padding:200px 0 100px 0;
	width:1000px;
	margin:0 auto;
}
.poricyInner p{
	font-size:14px;
	color:#595757;
}
.poricyInner dl{
	margin:30px 0 0 0;
}
.poricyInner dt{
	font-weight:bold;	
}
.poricyInner dd{
	font-size:14px;
	color:#595757;
}
.recluitInner h3{
	font-size:38px;
	text-align:center;
}
.recluitInner p{
	font-size:18px;
	text-align:center;
	color:#fff;
	padding:60px 0 0 0;
	line-height:2.5em;
}
#recluit{
	background-image:url(images/recluit_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#B11D23;
}
.recluitInner{
	color:#fff;
}
.recluit_detailInner{
	padding:100px 0 100px 0;
	width:1000px;
	margin:0 auto;
}
.white{
	color:#fff;	
}
.recluit_detailInner h4{
	margin:0 0 30px 0;
}
.recluit_detailInner dl{
	margin:0 0 20px 0;
}
.recluit_detailInner dt{
	font-weight:bold;
}
.recluitInner dt{
	font-size:26px;
	font-weight:bold;
	margin:0 0 20px 0;	
}
.recluitInner .link_btn {
	text-align:center;
	margin:80px 0 0 0;
}
.recluitInner .link_btn a{
	padding:20px 130px;
	background-color:#fff;
	text-align:center;
	color:#333;
	font-weight:bold;
	display:inline-block;
}
#ceo{
	background-color:#F7F7F7;
}
.ceoInner{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
	}
.ceoInner ul{
	overflow:hidden;
}
.ceoInner li{
	width:50%;
}
.ceoInner li:nth-child(odd){
	float:left;
}
.ceoInner li:nth-child(even){
	float:right;
}
.ceoInner li dt{
	text-align:right;
}
.ceoInner li dd{
	margin:15px 0 0 0;
	text-align:right;
}
}
@media screen and (max-width:768px){
   .pc {
        display: none !important;
   }
  .tbl-r02 tr th span{
	font-size:12px;
	}
   .header-bg a {
  padding-top: 80px;
  display:inline-block;
  position:absolute;
  left:50%;
  top:80%;
  color:#fff;
}
.header-bg a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.header-bg a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.header-bg a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.header-bg a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255,1);
		left: 0;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		margin: 25px 0;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #006598;
		text-decoration:none
	}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 7px;
		z-index: 1100;
		float:right;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #111;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		background: #333;
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		background: #333;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		background: #333;
		} 
	#headerinner {
		display:flex;
		justify-content:space-between;
		align-items:center;
		width:90%;
		margin:10px auto;
}
.site-header{
    padding: 10px 0;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index:1;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 0;
}
h1 {
	font-size: 34px;
	color:#fff;
	width:45%;
	float:left;
}
#headerInner {
	overflow: hidden;
	padding:15px 15px;
}
body{
    background: #fff;
	color:#3e3a39;
}
body{
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.hero{
    overflow: hidden;
	display:none;
}
.hero img{
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 70%;
  text-align: center;/
 }
.hero img{
  animation-delay: 3s;
}
/*ここまでヘッダー*/
.content{
    line-height: 2em;
    margin: 0 auto;
}
.site-footer{
    background: #fff;
    padding: 100px 50px;
	border-top: 1px solid #b4b5b5;
}
.copyright{
    color: #3e3a39;
    font-size: 12px;
    text-align: center;
	line-height:3em;
}
.copyright li{
	display:inline-block;
	font-size:20px;
	padding:0 10px;
}
.header-bg {
	height: 100vh;
	background-image: url(http://tanaka-shoji.main.jp/wp-content/uploads/2020/09/main_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	font-size: 30px;
	line-height:1.3em;
	margin:0 0 25px 0;
}
h2 span{
	font-size: 18px;
}
.introInner{
	padding:50px 50px;
	margin:0 auto;
	}
.introInner h2 .color{
	color:#8ec31e;
	font-size:48px;
	}
.conceptInner{
	padding:100px 50px 0 50px;
	margin:0 auto;
	}
.serviceInner{
	padding:100px 50px;
	margin:0 auto;
	}
.styleInner .simple_square_btn6{
	color:#3e3a39;
	border:1px solid #3e3a39;
	}
.priceInner{
	padding:100px 50px;
	margin:0 auto;
	}
.price_area{
	overflow:hidden;
	}
.price_area:nth-child(n + 1){
	margin:40px 0 0 0;
	}
.price_area dl{
	padding:0 0 20px 0;
}
.price_area dt{
	font-size:21px;
	font-weight:bold;
	line-height:2.5em;
}
.tbl-r02{
	border-collapse:collapse;
	width:100%;
	}
th {
  border-top: 1px solid #b4b5b5;
  text-align:left;
  padding:20px 0;
  font-size:12px;
    }
td {
  border-top: 1px solid #b4b5b5;
  vertical-align:middle;
  font-size:12px;
  padding:20px 10px;
  color:#595757;
}
.last th {
  border-bottom: 1px solid #b4b5b5;
}
.priceInner .simple_square_btn6{
	color:#3e3a39;
	border:1px solid #3e3a39;
	}
#ceo{
	background-color:#F7F7F7;
	}
.ceoInner{
	padding:100px 50px;
	margin:0 auto;
	}
.ceoInner li{
	font-size:14px;
	color:#595757;
}
.ceoInner dt{
	text-align:center;
	margin:30px 0 0 0;
}
.ceoInner dd{
	text-align:center;
}
.staff{
	background-color:#f7f7f7;
	}
.staffInner{
	padding:100px 20px;
	margin:0 auto;
	}
.staffInner .simple_square_btn6{
	color:#3e3a39;
	border:1px solid #3e3a39;
	}
.accessInner{
	padding:100px 20px;
	margin:0 auto;
	}
.access_area{
	overflow:hidden;
	}
.access_map{
	padding:100px 0 0 0;
	}
#access{
	background-color:#f7f7f7;
	}
.tbl-r02 caption{
	text-align:left;
	padding:20px 0;
	font-size:24px;
	font-weight:bold;
	}
.tbl-r02 .color{
	color:#8ec31e;
	font-size:24px;
	}
.view_btn{
	width:278px;
	margin:50px auto 0 auto;
	}	
.color{
font-family: 'Noto Serif JP', serif;
	letter-spacing:0px;
	font-weight:bold;
	}
#formInner p{
	line-height:2.5em;
	margin:30px 0 0 0;
	padding:0 25px;
}
#formInner{
	padding:100px 50px;
}	
input[type="submit"]{
	border: none;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 auto;
}
#form h2 {
	padding:0 50px;
	}
#form h2 span{
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
}
	#form_bg{
background-color:#f7f7f7;
	}
.instaInner{
	padding:100px 20px;
	margin:0 auto;
	}
#insta{
	background-color:#f7f7f7;
	}
.last td {
	border-bottom: 1px solid #b4b5b5;
 padding:20px 10px;
}
.last td img {
	width:25%;
}
.inner{
	color:#fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-55%) translateX(-45%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size:30px;
  font-weight:bold;
  line-height:2em;
}
p{
	font-size:14px;
	color:#595757;
}
.back img{
	height:200px;
}
.blue{
	color:#0F5885;
	}
.office dt{
	text-align:center;
	font-weight:bold;
}
.office p{
	text-align:center;
}
.office p img{
	width:70%;
}
.office li{
	margin:50px 0;
}
.office dd{
	font-weight:bold;
	margin:15px 0;
}
.office .txt{
	font-weight:300;
	color:#595757;
	line-height:2em;
	text-align:left;
}
.recluitInner h3{
	font-size:24px;
	text-align:center;
}
.recluitInner p{
	text-align:center;
	color:#fff;
	padding:40px 0 0 0;
}
#recluit{
	background-image:url(images/recluit_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#B11D23;
	background-size:cover
}
.recluitInner{
	color:#fff;
	padding:50px;
}
.recluit_mainInner img{
	width:100%;
	line-height:0em;
}
.recluit_mainInner{
	line-height:0em;
}
.recluit_detailInner{
	padding:50px 50px 100px 50px;
	margin:0 auto;
}
.white{
	color:#fff;	
}
.recluit_detailInner h4{
	margin:0 0 30px 0;
}
.recluit_detailInner dl{
	margin:0 0 20px 0;
}
.recluit_detailInner ul{
	margin:0 0 50px 0;
}
.recluit_detailInner dt{
	font-weight:bold;
}
.recluitInner dt{
	font-size:21px;
	font-weight:bold;
	margin:0 0 20px 0;	
}
.recluit_detailInner dd{
	font-size:14px;
}
.link_btn a{
	background-color:#B11D23;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	padding:10px 0;
	width:100%;
}
.poricyInner{
	padding:100px 50px;
	margin:0 auto;
}
.poricyInner dt{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 0 0;	
}
.poricyInner dd{
	font-size:14px;
	color:#595757;
}
}
