@charset "UTF-8";

/*
Theme Name: LOLE_OG_THERMA
*/

/* CSS Document */

/*common*/

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

html {
font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.inter-<uniquifier> {
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
h2 span{
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.fuchidori{
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
body{
letter-spacing:0.1em;
}

/* 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;
}
.start {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/
  z-index: 9999;
}
/*リセットcssここまで*/
@media screen and (min-width: 769px) {
.sp {
        display: none !important;
    }	
body{
    background: #fff;
	color:#221814;
}
@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{
    transition: .5s;
    justify-content: space-between;
	width:100%;
	color:#fff;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 20px;
}
.header-bg a {
  display:inline-block;
  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(https://quatis.co.jp/wp-content/uploads/2021/07/logo_top.png);
	width:278px;
	height:48px;
	background-repeat:no-repeat;
	margin:0 30px;
	}
.site-header.fixed .site-logo{
	background-image: url(/images/top.png);
	width:278px;
	height:48px;
	background-repeat:no-repeat;
	margin:0 30px;
	}
.gnav ul{
	overflow:hidden;
}
.gnav ul li{
	float:left;
}
.gnav__menu{
	padding:20px 30px;
	font-size:16px;
	font-weight:300;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
.hero{
    overflow: hidden;
}
.hero img{
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);s
  text-align: center;/
 }
.hero img{
  animation-delay: 3s;
}
.gnav__menu a {
	display: inline-block;
	color: #fff;
}
.site-header.fixed .gnav__menu a {
	color: #333;
}
/*ここまでヘッダー*/

#wrap .page1 {
  width: 100%;
  height: 100vh;
  line-height: 100vh;
}
#wrap .page2 {
  width: 100%;
  height: 100vh;
  line-height: 100vh;
}
.contents_footer{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.content{
    line-height: 2em;
    margin: 0 auto;
}
.blue{
	color:#0F5885;
	display:inline-block;
	}
.site-footer{
    background: #fff;
    padding: 50px 0;
	border-top: 1px solid #b4b5b5;
	width:1000px;
	margin:0 auto;
}
.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/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:100px 0 100px 0;
	width:1000px;
	margin:0 auto;
	}
.introInner ul{
	overflow:hidden;
	}
.introInner ul li{
	float:left;
	}
.introInner ul li:nth-child(n+2){
	margin:0 0 0 61px;	
}
.introInner ul li dt{
	font-weight:bold;
	text-align:center;
	padding:0 0 15px 0;
	}
.conceptInner{
	padding:100px 0 50px 0;
	width:1000px;
	margin:0 auto;
	}
#service {
	background-color:#1876BC;
}
.serviceInner{
	padding:100px 0 50px 0;
	width:1000px;
	margin:0 auto;
	}
.white{
	color:#fff;
}
.fuchidori{
  font-weight: bold;
  font-size:60px;
  color:rgba(0,0,0,.0);
  text-align:center;
  padding: 0 0 50px 0;
   -webkit-text-stroke: 2px #1876BC;
}
.fuchidori_w{
  font-weight: bold;
  font-size:60px;
  color:rgba(0,0,0,.0);
  text-align:center;
  padding: 0 0 50px 0;
   -webkit-text-stroke: 2px #fff;
}
.priceInner{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
	}
.priceInner p{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
	}
.price_area{
	overflow:hidden;
	margin:50px 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 {
  border-top: 1px solid #b4b5b5;
  text-align:left;
  padding:20px 0;
  font-size:14px;
     }
td {
  border-top: 1px solid #b4b5b5;
  vertical-align:middle;
  font-size:14px;
  padding:20px 0;
  color:#595757;
}
.price_text caption{
	text-align:left;
	padding:20px 0;
	font-size:24px;
	font-weight:bold;
	}
.price_text .color{
	color:#8ec31e;
	font-size:24px;
	}
.price_area dl{
	overflow:hidden;
}
.price_area dt{
	float:left;
	width:35%;
}
.price_area dd{
	float:right;
	width:60%;
}
.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: 0 auto;
}
#form h2 {
	margin:0 auto;
	width:1000px;
padding:100px 0 50px 0;
text-align:left;
	}
.saiyou {
	margin:0 auto;
	width:1000px;
padding:0 0 25px 0
	}
	#form h2 span{
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
}
.instaInner{
	padding:100px 0;
	width:1200px;
	margin:0 auto;
	}
.valuesInner{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
	color:#fff;
	}
.valuesInner ul{
	overflow:hidden;
}
.valuesInner ul li{
	float:left;
}
.middle{
	padding:0 50px;
}
#values {
	background-color:#1876BC;
}
#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-weight:700;
  line-height:2.5em;
}
.inner .lole{
	font-size:60px;
}
.inner span{
	font-size:17px;
	display:block;
	text-align:center;
}
.office ul{
	overflow:hidden;
}
.office li{
	float:left;
	margin:50px 0;
	width:450px;
	padding:0 25px;
}
.office .txt{
	font-size:14px;
	font-weight:300;
	color:#595757;
	line-height:2em;
	text-align:left;
}
.office dd{
	font-size:16px;
	margin:10px 0 0 0;
	font-weight:bold;
}
.business_txt dt{
	font-size:16px;
	margin:10px 0 0 0;
	font-weight:bold;
}
.office li:nth-child(4) {
	margin:50px 0 0 0;
}
.aaa {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}
.link_btn {
	text-align:center;
	margin:20px 0 0 0;
}
.link_btn a{
	padding:20px 130px;
	background-color:#1876BC;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.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{
	margin:50px 0;
}
.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;
}
.recluitInner{
	padding:100px 0 100px 0;
	width:1000px;
	margin:0 auto;
}
.recluitInner{
	color:#fff;
}
.white{
	color:#fff;	
}
.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;
}
.last td {
	border-bottom: 1px solid #b4b5b5;
 padding:20px 10px;
}
.last th {
  border-bottom: 1px solid #b4b5b5;
}

}
@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:43%;
  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;
		right:15px;
	}
	#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;
}
@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;
}
.hero img{
  animation-delay: 3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width:65%;
  }
/*ここまでヘッダー*/
.content{
    line-height: 2em;
    margin: 0 auto;
}
.site-footer{
    background: #fff;
    padding: 50px 0;
	border-top: 1px solid #b4b5b5;
	margin:0 25px;
}
.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: 100svh;
	background-image: url(images/top_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.inner span{
	font-size:14px;
	line-height:0.1em;
}
.lole{
	font-size:50px !important;
}
h2 {
	font-size: 24px;
	line-height:1.3em;
	margin:0 0 25px 0;
}
h2 span{
	font-size: 18px;
}
.blue{
	color:#0F5885;
	}
.introInner{
	padding:50px 25px 25px 25px;
	margin:0 auto;
	}
.introInner h2 .color{
	color:#8ec31e;
	font-size:48px;
	}
.conceptInner{
	padding:70px 25px 50px 25px;
	margin:0 auto;
	}
#service {
	background-color:#1876BC;
}
.serviceInner{
	padding:70px 25px;
	margin:0 auto;
	}
.recluitInner{
	padding:70px 25px;
	margin:0 auto;
	color:#fff;
	}
#values	 {
	background-color:#1876BC;
}
.valuesInner{
	padding:70px 25px 45px 25px;
	margin:0 auto;
	color:#fff;
	}
.valuesInner li{
	text-align:center;
	padding:0 0 25px 0;
}
.valuesInner li img{
	width:80%;
}
.priceInner{
	padding:100px 25px;
	margin:0 auto;
	}
.price_area{
	overflow:hidden;
	}
.price_area:nth-child(n + 1){
	margin:25px 0 0 0;
	}
.price_area dl{
	padding:0 0 20px 0;
}
.price_area dt{
	font-size:21px;
	font-weight:bold;
	line-height:2.5em;
}
.introInner ul{
	overflow:hidden;
}
.introInner li{
	width:48%;
	padding:0 0 25px 0;
}
.introInner li dd{
	line-height:1.5em
}
.introInner li:nth-child(odd){
	float:left;
}
.introInner li:nth-child(even){
	float:right;
}
.introInner li img{
	width:100%;
}
.introInner dt{
	text-align:center;
}
.tbl-r02{
	border-collapse:collapse;
	width:100%;
	}
th {
  border-top: 1px solid #b4b5b5;
  text-align:left;
  padding:20px 0;
  font-size:12px;
  width:20%;
    }
td {
  border-top: 1px solid #b4b5b5;
  vertical-align:middle;
  font-size:12px;
  padding:20px 10px;
  color:#595757;
  width:80%;
}
.last th {
  border-bottom: 1px solid #b4b5b5;
}
.office dt{
	text-align:center;
	padding:25px 0;
}
.office dt img{
	width:70%;
}
.office dd{
	font-weight:bold;
	text-align:center;
}
.office .txt{
	font-weight:300;
	color:#595757;
	line-height:2em;
	text-align:left;
}
.link_btn {
	text-align:center;
	margin:25px 0 0 0;
}
.link_btn a{
	padding:10px 0;
	width:100%;
	background-color:#1876BC;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:inline-block;
}
.recluitInner dl{
	margin:0 0 50px 0; 
}
.recluitInner .link_btn a{
	background-color:#fff;
	color:#333;
}
.conceptInner img{
	width:100%;
}
.conceptInner li dl{
	margin:0 0 50px 0;
}
.conceptInner li dt{
	font-size:21px;
	font-weight:bold;
	margin:25px 0 15px 0;
}
.conceptInner li dd{
	line-height:2em;
	font-size:16px;
	color:#595757;
}
.priceInner .simple_square_btn6{
	color:#3e3a39;
	border:1px solid #3e3a39;
	}
.staff{
	padding:25px 0 0 0;
	}
.staff li{
	margin:50px 0;
}
.staff dt{
	text-align:center;
}
.staff dd{
	font-weight:bold;
	text-align:center;
}
.staff .txt{
	font-weight:300;
	color:#595757;
	line-height:2em;
	text-align:left;
}
.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;
}
#form_bg{
	padding:70px 0;
}
#formInner{
	padding:20px 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;
	}
.saiyou {
	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%;
}
p{
	font-size:14px;
	color:#595757;
}
.back img{
	height:200px;
}
.white{
	color:#fff;
}
.fuchidori{
  font-weight: bold;
  font-size:45px;
  color:rgba(0,0,0,.0);
  text-align:center;
  padding: 0 0 25px 0;
   -webkit-text-stroke: 2px #1876BC;
   display:inline-block;
}
.fuchidori_w{
  font-weight: bold;
  font-size:45px;
  color:rgba(0,0,0,.0);
  text-align:center;
  padding: 0 0 25px 0;
   -webkit-text-stroke: 2px #fff;
   display:inline-block;
}
.business_txt dt{
	font-size:24px;
	padding:25px 0;
	font-weight:bold;
}
#wrap div {
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  font-size: 30px;
}
.inner{
	color:#fff;
  position: absolute;
  width:70%;
  top: 55%;
  left: 45%;
  transform: translateY(-55%) translateX(-45%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-weight:700;
  line-height:2.5em;
}
}
