@charset "UTF-8";
/* normalize.css */
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #212121;
  background-color: #fffcf3;
  margin: 0;
  letter-spacing: .05em;
  box-sizing: border-box;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
  display: block;
}
template, /* 1 */ [hidden] {
  display: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  color: #212121;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dl {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1 {
  margin: 0;
}
h2 {}
h3 {
  margin-bottom: 8px;
}
p {
  margin-bottom: .8em;
}
a:hover {}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button, input, select, textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
figure {
  margin: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
img, article, button, input, textarea {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inner {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.sec {
  padding: 80px 0;
}
/* font-size */
#mv-area h1 {
  font-size: 78px;
  font-weight: 900;
}
#mv-area p {
  font-size: 34px;
  font-weight: 800;
}
h2 {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  color: #034d87;
}
h3 {
  font-size: 30px;
  font-weight: 700;
  color: #034d87;
}
#flow-area .nav-flow ul li, .u_line span {
  font-size: 24px;
  font-weight: 700;
}
.u_line span {
  background: linear-gradient(transparent 75%, #f0e326 50%);
}
#about-area .wrap-rakushisha h3 {
  font-size: 32px;
}
#contact dl dd span {
  font-size: 16px;
}
#contact dl dd .notice {
  font-size: 18px;
}
/* decoration */
h2 {
  margin-bottom: 40px;
}
h2 span {
  position: relative;
  padding: 0 30px;
}
h2 span:before, h2 span:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
h2 span:before {
  left: 0;
  top: 0;
  background-image: url("lib/images/icon-bktL.png");
}
h2 span:after {
  right: 0;
  bottom: 0;
  background-image: url("lib/images/icon-bktR.png");
}
.list-num li h3, .list-num li dt {
  position: relative;
}
.list-num li h3:before, .list-num li dt:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px auto;
}
.list-num li:nth-child(1) .icon-num:before {
  background-image: url("lib/images/icon_01.png");
}
.list-num li:nth-child(2) .icon-num:before {
  background-image: url("lib/images/icon_02.png");
}
.list-num li:nth-child(3) .icon-num:before {
  background-image: url("lib/images/icon_03.png");
}
.list-num li:nth-child(4) .icon-num:before {
  background-image: url("lib/images/icon_04.png");
}
.list-num li:nth-child(5) .icon-num:before {
  background-image: url("lib/images/icon_05.png");
}
.list-num li:nth-child(6) .icon-num:before {
  background-image: url("lib/images/icon_06.png");
}
.list-num li:nth-child(7) .icon-num:before {
  background-image: url("lib/images/icon_07.png");
}
.list-num li:nth-child(8) .icon-num:before {
  background-image: url("lib/images/icon_08.png");
}
@media screen and (max-width:979px) {
  body::after {
    height: 10px; /* 1px → 10px に変更 */
  }
}
@media screen and (max-width:767px) {}
@media screen and (min-width:980px) {
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
    display: inline-block;
  }
}
/* -----------------------------------------------
	main
----------------------------------------------- */
#mv-area {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mv-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("lib/images/mov.png") no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
#mv-area .wrap-txt {
  position: absolute;
  left: 6.5%;
  bottom: 45px;
  color: #fff;
  line-height: 1.4;
}
#mv-area .wrap-txt h1 {
  margin-bottom: 20px;
}
#mv-area .wrap-txt p {
  margin-bottom: 0.5em;
}
#about-area {
  padding: 80px 0 150px;
}
#about-area h2 {
  position: relative;
  padding-top: 160px;
}
#about-area h2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  background-image: url("lib/images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150px auto;
}
#about-area .left {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#about-area article {
  margin-bottom: 30px;
}
#about-area .image-area {
  height: 620px;
  margin: 80px 0;
  background-image: url("lib/images/img-about.jpg");
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
#about-area .wrap-rakushisha h3 {
  margin-bottom: 30px;
}
#service-area {
  padding-bottom: 150px;
  background-color: #f4efe5;
}
#service-area h2, #flow-area h2, #contact h2 {
  transform: translateY(-50%);
  margin-bottom: -10px;
}
#service-area .inner li {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
#service-area .inner li:last-child {
  margin-bottom: 0;
}
#service-area .inner li h3 {
  padding-left: 70px;
}
#service-area .inner li .u_line {
  margin-bottom: 15px;
}
#flow-area .nav-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 660px;
  margin: 0 auto 60px;
}
#flow-area .nav-flow ul li {
  width: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 66px;
  background-color: #f5efe5;
  color: #034d87;
}
#flow-area .nav-flow ul li.is-active {
  background-color: #034d87;
  color: #f5efe5;
}
#flow-area .list-flow {
  display: none;
}
#flow-area .list-flow.is-show {
  display: block;
}
#flow-area .list-flow {
  position: relative;
  box-sizing: border-box;
  padding: 60px 100px;
  background-color: #f4efe5;
}
#flow-area .list-flow:before {
  position: absolute;
  content: "";
  left: 123px;
  top: 60px;
  width: 5px;
  height: calc(100% - 225px);
  background-color: #034d87;
}
#flow-area .list-flow li {
  position: relative;
  padding-bottom: 40px;
}
#flow-area .list-flow li:last-child {
  padding-bottom: 0;
}
#flow-area .list-flow li dl dt, #flow-area .list-flow li dl dd {
  padding-left: 95px;
}
#flow-area .list-flow li dl dt {
  margin-bottom: 10px;
}
#sns-area {
  padding-bottom: 120px;
}
#sns-area .icon-insta {
  display: block;
  width: 60px;
  margin: 15px auto 20px;
}
#company-area {
  padding-bottom: 180px;
}
#company-area dl, #contact .wrap-contact {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#company-area dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-top: 2px solid #034d87;
}
#company-area dl dt, #company-area dl dd {
  padding: 20px 0;
  box-sizing: border-box;
  color: #034d87;
  font-weight: 700;
}
#company-area dl dt {
  width: 240px;
  padding-left: 60px;
  border-bottom: 2px solid #034d87;
}
#company-area dl dd {
  width: calc(100% - 240px);
  border-bottom: 2px solid #034d87;
}
#company-area .wrap-access {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#company-area .wrap-access .logo {
  width: 70%;
  max-width: 400px;
  margin: 40px auto;
}
#company-area .wrap-access .img-company {
  height: 380px;
  width: 100%;
  background-image: url("lib/images/img-company.jpg");
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 20px;
}
#company-area .wrap-access .gMap iframe {
  width: 100%;
  height: 380px;
}
#contact {
  padding-bottom: 80px;
  background-color: #f4efe5;
}
#contact .txtLead {
  margin-bottom: 60px;
}
#searchform input[type=text], form input[type=text], form input[type=email], form input[type=url], form input[type=tel], form input[type=number], form input[type=date], form textarea, select {
  border: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fffcf3;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border-radius: none;
  border: none;
  background: #034d87;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-weight: 700;
  max-width: 420px;
  cursor: pointer;
}
#contact dl {
  margin-bottom: 20px;
}
#contact dl dt {
  margin-bottom: 10px;
}
#contact dl dt span {
  margin-left: 5px;
}
#contact dl dd {
  margin-bottom: 25px;
}
#contact dl dd ul {
  margin-bottom: 40px;
}
#contact dl dd ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}
#contact dl dd ul li:last-child {
  margin-bottom: 0;
}
#contact dl dd span {
  display: block;
  color: #666;
  margin-left: 20px;
}
#contact dl dd .notice {
  text-align: right;
  margin-top: 10px;
  color: #212121;
}
#contact .error_blank, #contact .error_match, #contact .error_format {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 0;
  color: red;
}
#form_submit {
  cursor: pointer;
}
#contact .wrap-line {
  margin: 60px 0 40px;
}
#contact .wrap-line .btn-line a {
  display: block;
  width: 120px;
  margin: 30px auto 0;
}
#contact .wrap-line .btn-line span {
  display: block;
  text-align: center;
  position: relative;
  padding-top: 27px;
}
#contact .wrap-line .btn-line span:before {
  position: absolute;
  content: "↑";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#contact .ttlPb {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
#contact .wrapPb {
  overflow-y: auto;
  height: 150px;
  padding: 10px 15px 10px 8px;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #fff;
}
#contact .wrapPb > div.bloc {
  margin-bottom: 20px;
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
#contact .wrapPb > div.bloc h4 {
  margin-bottom: 5px;
}
#contact .wrapPb > div.bloc ul li {
  margin-left: 1.8em;
  text-indent: -1.3em;
}
#contact .wrapPb h4 {
  font-size: 12px;
}
#contact .wrapPb p {
  font-size: 12px;
  line-height: 1.6;
  margin-left: .5em;
}
#contact .wrapPb p a {
  text-decoration: underline;
}
#contact .wrapPb dt, #contact .wrapPb dd {
  padding: 0;
  line-height: 1.6;
  margin-bottom: 0;
}
.bnr-area {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 80px 0;
}
.bnr-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bnr-area ul li:nth-child() {}
#footer {
  background-color: #034d87;
  color: #fff;
  font-size: 14px;
  padding: 8px;
}
#footer p {
  margin: 0;
}
@media screen and (max-width:979px) {
	.sp-none {
    display: none;
  }
  /* font-size */
  body {
    font-size: 15px;
  }
  #mv-area {
    height: 60vh;
  }
  @supports (height: 60dvh) {
    #mv-area {
      height: 60dvh;
    }
  }
  #mv-area h1 {
    font-size: 32px;
  }
  #mv-area p {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  #flow-area .nav-flow ul li, .u_line span {
    font-size: 17px;
  }
  #about-area .wrap-rakushisha h3 {
    font-size: 20px;
  }
  #contact dl dd span {
    font-size: 13px;
  }
  #contact dl dd .notice {
    font-size: 15px;
  }
  /* decoration */
  h2 {
    margin-bottom: 30px;
  }
  h2 span {
    padding: 0 15px;
  }
  h2 span:before, h2 span:after {
    width: 14px;
    height: 14px;
    background-size: 14px auto;
  }
  .list-num li h3:before, .list-num li dt:before {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
  #about-area {
    padding: 50px 0 100px;
  }
  #about-area h2 {
    padding-top: 90px;
  }
  #about-area h2:before {
    width: 80px;
    height: 80px;
    background-size: 80px auto;
  }
  #about-area .left {
    width: 90%;
  }
  #about-area article {
    margin-bottom: 30px;
  }
  #about-area .image-area {
    height: 240px;
    margin: 50px 0;
  }
  #about-area .wrap-rakushisha h3 {
    margin-bottom: 20px;
  }
  #service-area {
    padding-bottom: 100px;
  }
  #service-area h2, #flow-area h2, #contact h2 {
    margin-bottom: 0;
  }
  #service-area .inner li {
    padding: 30px 20px;
  }
  #service-area .inner li h3 {
    padding-left: 55px;
  }
  #flow-area .nav-flow ul {
    margin: 0 auto 30px;
  }
  #flow-area .nav-flow ul li {
    line-height: 52px;
  }
  #flow-area .list-flow {
    padding: 30px 20px;
  }
  #flow-area .list-flow:before {
    left: 40px;
    top: 60px;
    width: 3px;
    height: calc(100% - 225px);
  }
  #flow-area .list-flow li {
    padding-bottom: 20px;
  }
  #flow-area .list-flow li dl dt, #flow-area .list-flow li dl dd {
    padding-left: 60px;
  }
  #sns-area {
    padding-bottom: 80px;
  }
  #sns-area .center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #sns-area h2 {
    line-height: 1.6;
  }
  #company-area {
    padding-bottom: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #company-area dl {
    display: block;
    border-top: none;
  }
  #company-area dl dt, #company-area dl dd {
    padding: 10px 0;
  }
  #company-area dl dt {
    width: 100%;
    padding-left: 0;
    border-top: 2px solid #034d87;
    border-bottom: 2px solid #034d87;
  }
  #company-area dl dd {
    width: 100%;
    border-bottom: none;
    margin-bottom: 20px;
  }
  #company-area .wrap-access {
    width: 100%;
  }
  #company-area .wrap-access .img-company {
    height: 200px;
  }
  #company-area .wrap-access .gMap iframe {
    height: 240px;
  }
  #contact .txtLead {
    margin-bottom: 50px;
  }
  #searchform input[type=text], form input[type=text], form input[type=email], form input[type=url], form input[type=tel], form input[type=number], form input[type=date], form textarea, select {
    padding: 12px 20px;
  }
  button, html [type="button"], [type="reset"], [type="submit"] {
    padding: 12px;
  }
  #contact dl {
    margin-bottom: 15px;
  }
  #contact dl dd {
    margin-bottom: 20px;
  }
  #contact .error_blank, #contact .error_match, #contact .error_format {
    margin-top: 5px;
  }
  #contact .wrap-line .btn-line a {
    width: 80px;
    margin: 20px auto 0;
  }
  #contact .inner {
    width: 100%;
  }
  #contact .ttlPb {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #contact .wrapPb {
    height: 180px;
    padding: 15px 15px 10px 8px;
  }
  .bnr-area {
    padding: 50px 0;
  }
  .bnr-area ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .bnr-area ul li:nth-child(3n) {
    margin-right: 0;
  }
  #footer {
    font-size: 12px;
  }
  #footer p {
    text-align: center;
  }
}
@media screen and (min-width:980px) {
  .pc-none {
    display: none;
  }
  a:hover, html [type="button"]:hover {
    opacity: .7;
  }
  #main {
    padding-left: 50px;
  }
  #mv-area {
    height: calc(100vh - 50px);
    margin-top: 50px;
  }
  #searchform input[type=text], form input[type=text], form input[type=email], form input[type=url], form input[type=tel], form input[type=number], form input[type=date], form textarea, select {
    padding: 20px 30px;
  }
  #contact dl dt {
    width: 240px;
    margin-bottom: 0;
    float: left;
    padding: 28px 0;
    line-height: 1.6;
  }
  #contact dl dt.sp0 {
    padding: 10px 0;
  }
  #contact dl dd {
    margin-left: 240px;
    margin-bottom: 25px;
  }
  #contact .error_blank, #contact .error_match, #contact .error_format {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: red;
  }
  #form_submit {
    margin: auto;
  }
  #contact .pb.inner {
    margin: auto;
  }
  #contact .ttlPb {
    font-size: 18px;
  }
  #contact .wrapPb {
    overflow: auto;
    height: 280px;
    padding: 20px 35px 20px 30px;
  }
  #contact .wrapPb > div.bloc, #contact .wrapPb h4, #contact .wrapPb p {
    font-size: 15px;
  }
  #contact .wrapPb p a:hover {
    text-decoration: none;
  }
  #contact .wrapPb dt {
    width: 120px;
  }
  #contact .wrapPb dd {
    margin-left: 120px;
  }
  .bnr-area ul li {
    margin: 0 1%;
  }
  .bnr-area ul li:first-child {
    margin-left: 0;
  }
  .bnr-area ul li:last-child {
    margin-right: 0;
  }
  .bnr-area ul li:nth-child(1) {
    width: 9%;
  }
  .bnr-area ul li:nth-child(2) {
    width: 17%;
  }
  .bnr-area ul li:nth-child(3) {
    width: 9%;
  }
  .bnr-area ul li:nth-child(4) {
    width: 14%;
  }
  .bnr-area ul li:nth-child(5) {
    width: 14.8%;
  }
  .bnr-area ul li:nth-child(6) {
    width: 10%;
  }
  .bnr-area ul li:nth-child(7) {
    width: 14.2%;
  }
}