@charset "UTF-8";
/*   
Theme Name: Restructuring
Description: Restructuring
Version: 2020.04
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

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

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  font-size: 16px;
  line-height: 2em;
  color: #2e302e;
  background: #fff;
  -webkit-text-size-adjust: none;
  min-width: 500px;
  font-family: "Noto Sans JP", sans-serif;
	transition: opacity 0.6s ease;
	opacity: 0;
}
body.show {
	opacity: 1;
}

p, span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 2em;
  }

a, a img {
  text-decoration: none;
  color: #231814;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease; }

a:hover {
  opacity: 0.75; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.non_pc {
  display: none !important; }

/* ===========================================================================================

	Common

=========================================================================================== */
.wrap {
  overflow: hidden; }

.main {
  z-index: 100;
  /* max-width: 1000px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 0 30px #ccc; */
}
header {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 1000;
  height: 0;
  /* max-width: 500px; */
  transform: translate(-50%, 0);
  transition: bottom 1s +0.6s ease;
}
header.show {
  bottom: 84px;
}
header a {
  display: block;
  width: 250px;
  float: right;
  margin-right: 30px;
}
.visual {
  position: relative;
  z-index: 100;
  max-height: 800px;
  background: #eaeee3;
}
.visual::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  box-sizing: border-box;
  border: 3px solid #fff;
  left: 13px;
  top: 13px;
  border-radius: 12px;
}
.visual h1 {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 116%;
  max-width: 550px;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
}
.visual.show h1 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.visual a {
  display: block;
  position: absolute;
  bottom: 37px;
  left: 40px;
  width: 77px;
  animation: anime 1s ease infinite alternate;
  -webkit-animation: anime 1s ease infinite alternate;
  transition: opacity 1s +0.6s ease;
  opacity: 0;
}
.visual.show a {
  opacity: 1;
}
.visual.show .credit {
  position: absolute;
  bottom: 40px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  color: #55576d;
  opacity: 0.75;
}
@keyframes anime {
  0% { bottom: 32px; }
  100% { bottom: 42px; }
}

.about .box {
  padding: 80px 0;
  position: relative;
}
.about .box::after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #cfd7c1;
	border-width: 30px;
	margin-left: -30px;
}
.about .box img {
  width: 900px;
  margin: 0 auto;
}
.about .box1::after {
  display: none;
}
.about .box2::after {
  border-top-color: #cfd7c1;
}
.about .box3 img {
  width: 600px;
}
.about .box3::after {
  border-top-color: #e9ebe1;
}
.about .box1 { background: #cfd7c1; }
.about .box2 { background: #eaebe1; }

.contact {
  background: #56586f;
  text-align: center;
  padding: 55px 0 36px 0;
  position: relative;
}
.contact::before {
  position: absolute;
  display: block;
  content: "";
  width: 78px;
  height: 77px;
  left: 50%;
  top: -37px;
  background: url(../images/icon_contact.png) no-repeat center center;
  background-size: cover;
  margin-left: -39px;
}
.contact .title {
  color: #fff;
  font-weight: 900;
  font-size: 23px;
}
.contact a.tel {
  display: block;
  max-width: 330px;
  width: 90%;
  margin: 10px auto 10px auto;
  pointer-events: none;
}
.contact a.email {
  font-size: 15px;
  color: #96dadb;
  text-decoration: underline;
}
.faq {
  background: #eaeee3;
  padding: 30px 0 90px 0;
}
.faq h2 {
  color: #56586f;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.05em;
}
.faq .box {
  width: 90%;
  background: #fff;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  max-width: 1000px;
}
.faq h2 + .box {
  margin-top: 0;
}
.faq .title {
  color: #56586f;
  font-size: 20px;
  font-weight: 900;
  background: url(../images/icon_q.png) no-repeat left top;
  background-size: 24px auto;
  padding-left: 35px;
  line-height: 1.5em;
  padding-top: 2px;
}
.faq .text {
  margin-top: 15px;
  font-size: 15px;
  color: #56586f;
}

.case {
  background: #d3dbc4;
  padding: 45px 0 86px 0;
  position: relative;
}
.case::before {
  position: absolute;
  display: block;
  content: "";
  width: 63px;
  height: 78px;
  left: 50%;
  top: -27px;
  background: url(../images/icon_case.png) no-repeat center center;
  background-size: cover;
  margin-left: -32px;
}
.case h2 {
  color: #56586f;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
}
.case .box {
  width: 90%;
  background: #fff;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
}
.case h2 + .box {
  margin-top: 0;
}
.case .data {
  float: left;
  width: 90px;
  color: #56586f;
  font-size: 14px;
  font-weight: 900;
  background: url(../images/icon_man.png) no-repeat center top;
  background-size: 73px auto;
  line-height: 1.5em;
  padding: 90px 0 10px 0;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 5px;
}
.case .label {
  margin-left: 100px;
  font-size: 15px;
  color: #4abfc1;
  font-weight: 900;
}
.case .title {
  font-size: 16px;
  margin-left: 100px;
  margin-bottom: 15px;
  font-weight: 900;
  color: #4abfc1;
  line-height: 1.5em;
}
.case .text {
  clear: both;
  font-size: 13px;
  color: #56586f;
}

.company {
  background: #eaeee3;
  padding: 0 0 70px 0;
  position: relative;
}
.company::before {
  position: absolute;
  display: block;
  content: "";
  width: 81px;
  height: 77px;
  left: 50%;
  top: -37px;
  background: url(../images/icon_company.png) no-repeat center center;
  background-size: cover;
  margin-left: -41px;
}
.company h2 {
  background: #56586f;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 66px 0 35px 0;
  letter-spacing: 0.1em;
}
.company .title {
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 900;
  color: #56586e;
  margin-top: 30px;
}  
.company dl {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6em;
  padding-bottom: 5px;
  max-width: 1000px;
}
.company dl dt {
  font-weight: 900;
  margin-top: 20px;
  color: #56586e;
}
.company dl dt:first-child {
  margin-top: 0;
}
.company dl dd,
.company dl dd a {
  color: #56586e;  
}
.company dl dd .pmark {
  width: 80px;
  margin-top: 10px;
  margin-left: -4px;
}

footer {
  background: #4abfc1;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 26px 0;
  position: relative;
  z-index: 1000;
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 768px) {
/* style
-------------------------------------------------------------- */
body {
min-width: 320px;
overflow: visible !important; }

body.fixed {
overflow: hidden; }

body p {
color: inherit;
font-size: 12px;
line-height: 1.8em; }

a:hover {
opacity: 1; }

.non_pc {
display: block !important; }

.non_sp {
display: none !important; }

.wrap {
position: relative;
min-width: 320px; }

.main {width: auto;margin: 0 auto;position: relative;}

.visual a {
  left: 35px;
}
header.show {
  bottom: 61px;
}
header a {
  width: 183px;
  margin-right: 13px;
}
footer {
    padding: 15px 0;
}

.visual.show .credit {
  bottom: 90px;
  font-size: 14px;
}
.about .box {
  padding: 0;

}
.about .box::after {
  display: none;
}

.contact a.tel {
  pointer-events: auto;
}
.faq .box {
  width: 90%;
  background: #fff;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  max-width: 1000px;
}
.faq .title {
  color: #56586f;
  font-size: 16px;
  font-weight: 900;
  background: url(../images/icon_q.png) no-repeat left top;
  background-size: 24px auto;
  padding-left: 35px;
  line-height: 1.5em;
  padding-top: 2px;
}
.faq .text {
  margin-top: 15px;
  font-size: 14px;
  color: #56586f;
}
.company h2 {
  background: #56586f;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 66px 0 35px 0;
  letter-spacing: 0.1em;
}
.company .title {
  text-align: center;
  padding: 30px 0;
  font-size: 22px;
  font-weight: 900;
  color: #56586e;
  margin-top: 30px;
}  
.company dl {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 5px;
  max-width: 1000px;
}
.company dl dt {
  font-weight: 900;
  margin-top: 20px;
  color: #56586e;
}
.company dl dd .pmark {
  width: 65px;
  margin-top: 7px;
  margin-left: -2px;
}

@media screen and (max-height: 670px) {
  .visual h1 {
    width: 100%;
  }
}
}

@media screen and (max-height: 500px) {
  .visual h1 {
    width: 100%;
  }
}
@media screen and (max-height: 450px) {
  .visual h1 {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .visual {
    max-height: none;
  }
  .visual h1 {
    width: 100%;
    top: 50%;
  }
  @media screen and (max-height: 800px) {
    .visual h1 {
      max-width: 500px;
    }
  }
  @media screen and (max-height: 700px) {
    .visual {
      min-height: 500px;
    }
    .visual h1 {
      max-width: 400px;
    }
  }
}