﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after, body > header > div:after, main:after, main > section:after, body > footer > div:after, body > footer > .copyright:after {
  content: '';
  display: table;
  clear: both; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all; }

img {
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

body {
  font-size: 10px; }

/**/
body.fixed > header {
  margin-bottom: 68px;
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0; }


a {
  color: #BD3328;
}
a:hover {
  color: #192a39;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/**********************************************/
/**********************************************/
body {
  -webkit-text-size-adjust: none;
  color: #192a39;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
}

body > header {
  margin: 10px 0;
  height: auto;
  background-color: #fff;
}
body > header > div#head-fix {
  margin: 10px auto;
  width: 1200px;
  height: 60px;
}
body > header > div > h1 {
  float: left;
  margin-right: 5%;
  width: 60%;
}
body > header > div > h1 img {
  display: block;
  max-width: 45%;
  margin-right: 15px;
  float: left;
}
body > header > div > h1 span {
  display: block;
  max-width: 54%;
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2em;
  margin-top: 12px;
}

body > header > div > p {
  float: right;
  width: 35%;
  margin-top: 3px;
}
body > header > div > p > a {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  padding: 3px 0 3px 10px;
  font-size: 2.2rem;
  background-color: #b33633;
  line-height: 2em;
  color: #fff !important;
  position: relative;
  border: none;
  border-bottom: solid 2px #5A0D0A;
  border-radius: .4rem;
  text-decoration: none;
}
body > header > div > p > a:before {
  position: absolute;
  width: 100%;
  content: '　企業推薦サービスに予約する';
  text-align: center;
  background: url(../img/arrow_s.png) no-repeat 3% center;
  background-size: 30px;
}
body > header > div > p > a:hover {
  height: 50px;
  border-bottom: none;
  cursor: pointer;
  margin-top: 2px;
}

main {
  margin: 0 auto;
  width: 100%;
  display: block;
}
main > section {
  position: relative;
  margin-bottom: 50px;
}
main > section > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
main > section > div > h2 {
  margin-bottom: 30px;
  padding: 0;
}
main > section > div > h2 > img {
  width: 100%;
}


main > section#catch {
  height: 610px;
  padding: 80px 0 0;
  margin-bottom: 100px;
  background: url("../img/main.png") no-repeat 50% 100% / cover;
  background-position: right top;
  background-color: #cbebf0;
}
main > section#catch > div > h2 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  margin-bottom: 40px;
}
main > section#catch > div > h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8em;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
}

main > section#reason {
  margin-bottom: 100px;
}
main > section#reason > div > h2 {
  margin-bottom: 100px;
}
main > section#reason > div > dl.reason01,
main > section#reason > div > dl.reason02,
main > section#reason > div > dl.reason03 {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 390px;
  float: left;
  margin-right: 20px;
  padding: 60px 15px 10px;
  border: 1px #ccc dotted;
}
main > section#reason > div > dl.reason03 {
  margin-right: 0;
}
main > section#reason > div > dl.reason01:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 31%;
  display: block;
  width: 129px;
  height: 110px;
  background-image: url(../img/reason01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
main > section#reason > div > dl.reason02:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 31%;
  display: block;
  width: 129px;
  height: 110px;
  background-image: url(../img/reason02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
main > section#reason > div > dl.reason03:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 31%;
  display: block;
  width: 129px;
  height: 110px;
  background-image: url(../img/reason03.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

main > section#reason > div > dl > dt {
  margin-bottom: 35px;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
main > section#reason > div > dl > dd {
  padding: 0;
  font-size: 1.7rem;
  line-height: 2;
}


main > section#parallax {
  background: rgba(0, 0, 0, 0) url("../img/parallax-photo.png") no-repeat fixed 50% 100% / cover;
  position: relative;
  height: 380px;
  overflow: hidden;
  width: 100%;
}
main > section#parallax > div {
  background: rgba(0, 30, 98, 0.2) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
main > section#parallax > div > div {
  margin: 160px auto 0;
  padding: 0;
  width: 1200px;
}
main > section#parallax > div > div > h3{
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}


main > section > div > h4 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 70px;
  font-size: 2.8rem;
  font-weight: 800;
}
main > section > div > h4:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 60px;
  border-top: #333 1px solid;
}

main > section#sec-01 > div > p {
  width: 57%;
  float: left;
  font-size: 1.8rem;
  line-height: 2;
}
main > section#sec-01 > div > div {
  width: 37%;
  float: right;
}
main > section#sec-01 > div > div > figure {
  width: 100%;
  border: #ccc 1px solid;
  text-align: center;
	margin-bottom: 20px;
}
main > section#sec-01 > div > div > p {
  font-size: 1.5rem;
  line-height: 2;
}

main > section#sec-02 > div > h4 {
  margin-bottom: 60px;
}
main > section#sec-02 > div > dl {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 260px;
  float: left;
  margin-right: 20px;
  padding: 50px 11px 10px;
  border: 2px #ccc dotted;
}
main > section#sec-02 > div > dl:last-child {
  margin-right: 0;
}
main > section#sec-02 > div > dl:before {
  content: '';
  position: absolute;
  top: -28px;
  left: 40%;
  display: block;
  width: 67px;
  height: 57px;
  background-image: url(../img/check.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
main > section#sec-02 > div > dl > dt {
  margin-bottom: 30px;
  padding: 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
main > section#sec-02 > div > dl > dd {
  padding: 0;
  font-size: 1.7rem;
  line-height: 2;
}

main > section#sec-03 > div > p {
  text-align: center;
  width: 100%;
  padding: 10px;
}
main > section#sec-03 > div > p > img {
  width: 1158px;
}
main > section#sec-03 > div > figure {
  text-align: center;
  width: 100%;
  margin-top: -20px;
}
main > section#sec-03 > div > figure > img {
  width: 1199px;
}

main > section.sec-btn {
  padding: 25px 0;
  background-color: #f7f7f7;
  margin-bottom: 100px;
}
main > section.sec-btn > div > img {
  float: left;
  width: 427px;
}
main > section.sec-btn > div > p {
  float: right;
  width: 64%;
}
main > section.sec-btn > div > p > a {
  display: block;
  width: 100%;
  height: 85px;
  margin: 0 auto;
  padding: 0 0 3px 10px;
  font-size: 3.5rem;
  font-weight: 500;
  background-color: #b33633;
  line-height: 2.3em;
  color: #fff !important;
  position: relative;
  border: none;
  border-bottom: solid 4px #5A0D0A;
  border-radius: .4rem;
  text-decoration: none;
}
main > section.sec-btn > div > p > a:before {
  position: absolute;
  width: 100%;
  content: '　企業推薦サービスに予約する';
  text-align: center;
  background: url(../img/arrow_l.png) no-repeat 8% center;
  background-size: 35px;
}
main > section.sec-btn > div > p > a:hover {
  height: 81px;
  border-bottom: none;
  cursor: pointer;
  margin-top: 4px;
}

main > section#adviser {
  padding: 20px 0 0;
  background-color: #f7f7f7;
	margin-bottom: 80px;
}
main > section#adviser > div > img {
  width: 935px;
  margin: -50px auto 10px 10%;
}
main > section#adviser > div > figure {
  width: 62%;
  float: right;
}
main > section#adviser > div > figure > img {
  width: 100%;
}
main > section#adviser > div > p {
  float: left;
  width: 36%;
  margin-bottom: 25px;
  line-height: 2;
  font-size: 1.8rem;
}
main > section#adviser > div > p:nth-child(3) {
  margin-top: 25px;
	margin-bottom: 18px;
  line-height: 1.4;
  font-size: 4rem;
  font-weight: 700;
}
main > section#adviser > div > p > a {
  display: block;
  width: 100%;
  height: 65px;
  padding: 1px 0 3px 10px;
  margin: 0 auto;
  background-color: #b33633;
  font-size: 2.2rem;
  line-height: 2.6em;
  color: #fff !important;
  position: relative;
  border: none;
  border-bottom: solid 2px #5A0D0A;
  border-radius: .4rem;
  text-decoration: none;
}
main > section#adviser > div > p > a:before {
  position: absolute;
  width: 100%;
  content: '　企業推薦サービスに予約する';
  text-align: center;
  background: url(../img/arrow_s.png) no-repeat 4% center;
  background-size: 30px;
}
main > section#adviser > div > p > a:hover {
  height: 63px;
  border-bottom: none;
  cursor: pointer;
  margin-top: 2px;
}

main > section#service > div > dl {
  display: block;
  width: 23%;
  float: left;
  margin: auto 10px;
  padding: 0;
}
main > section#service > div > dl > dt {
  padding: 15px;
	text-align: center;
}
main > section#service > div > dl > dt > img {
  width: inherit;
}
main > section#service > div > dl > dd {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
main > section#service > div > dl > dd > b {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

main > section#service02 {
  position: relative;
  display: block;
  border-top: #ccc 1px solid;
  padding-top: 50px;
}
main > section#service02:after {
  content: '';
  position: absolute;
  top: 0;
  left: 49%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
main > section#service02 > div > div {
  float: left;
  width:250px;
  margin: auto 20px auto 10%;
}
main > section#service02 > div > h3 {
  float: left;
  width: 55%;
  background: url(../img/h3_bg.png) no-repeat center bottom;
  background-size: 100%;
  display: block;
  margin-bottom: 20px;
  padding: 20px 0 8px 10px;
  font-size: 3.6rem;
  font-weight: 600;
}
main > section#service02 > div > p {
  float: left;
  width: 55%;
  display: block;
  font-size: 1.7rem;
  line-height: 2;
}

main > section#sec-qa > div > h2 {
  margin-bottom: 50px;
}

/*アコーディオン*/
.accbox {
  margin: 2em auto;
  padding: 0;
  max-width: 1200px;
}
.accbox label {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin: 1.5px 0;
  padding : 13px 0 13px 15px;
  font-size: 2rem;
  cursor :pointer;
  transition: all 0.5s;
  border-bottom: #ccc 1px solid;
}
.accbox label.bor-top {
  border-top: #ccc 1px solid;
}
.accbox label:before {
  content: '';
  display: block;
  position: relative;
  left: -10px;
  width: 30px;
  height: 30px;
  padding: 7px;
  background: url(../img/faq_q.png) no-repeat center;
  background-size: 45% auto;
  text-align: center;
  background-color: #1e4578;
  border-radius: 5px;
  float: left;
}
.accbox label:after {
  content: '';
  float: right;
  padding: 25px;
  background: url(../img/btn_plus.png) no-repeat center;
  background-size: 90% auto
}
.accbox label:hover {
  color: #bd3328;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  width: 100%;
  height: 0;
  padding: 0 0 0 15px;
  opacity: 0;
  transition: 0.3s;
}
.accbox .accshow:before {
  content: '';
  display: block;
  position: relative;
  left: -10px;
  width: 30px;
  padding: 7px;
  background: url(../img/faq_a.png) no-repeat center;
  background-size: 45% auto;
  background-color: #bd3328;
  border-radius: 5px;
  float: left;
}
.accbox .accshow > p {
  margin: 0 0 0 30px;
  padding: 0;
  height: 0;
  width: 1100px;
  font-size: 1.6rem;
}
.accbox label > p {
  margin: 8px 0 0 0;
  padding: 0;
  float: left;
  width: 87%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 15px 15px 20px;
  opacity: 1;
  border-bottom: #ccc 1px solid;
}
.cssacc:checked + label + .accshow:before {
  content: '';
  display: block;
  position: relative;
  left: -10px;
  width: 30px;
  height: 30px;
  padding: 7px;
  background: url(../img/faq_a.png) no-repeat center;
  background-size: 45% auto;
  background-color: #bd3328;
  border-radius: 5px;
  float: left;
}

.cssacc:checked + label + .accshow > p {
  display: block;
  margin: -5px 0 0 0;
  padding: 0;
  float: left;
  width: 1100px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cssacc:checked + label {
  border-bottom: none;
}
.cssacc:checked + label:after {
  background: url(../img/btn_minus.png) no-repeat center;
  background-size: 90% auto
}


main > section#place {
  padding: 40px 0 20px;
  background-color: #f7f7f7;
}
main > section#place > div {
  content: '';
  display: table;
  clear: both;
  border-bottom: #ccc 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
main > section#place > div > p {
  display: block;
  font-size: 2.8rem;
	text-align: center;
  margin-bottom: 15px;
}
main > section#place > div:first-child {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 0;
}
main > section#place > div:last-child {
  border-bottom: none;
}
main > section#place > div > address {
  display: block;
  float: left;
  width: 50%;
  margin: auto 0;
  padding: 20px 0 10px;
}
main > section#place > div > address > dl {
  display: block;
  width: 97%;
  margin: auto 10px auto 0;
  padding: 0;
}
main > section#place > div > address:nth-child(1) {
  border-right: #ccc 1px solid;
}
main > section#place > div > address:nth-child(2) > dl {
  float: right;
  margin: auto 0 auto 10px;
}
main > section#place > div > address > dl > dt {
  position: relative;
  padding-left: 40px;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 30px;
}
main > section#place > div > address > dl > dt:before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 25px;
  height: 30px;
  padding: 7px 22px;
  background: url(../img/map-point.png) no-repeat left center;
  background-size: contain;
}

main > section#place > div > address > dl > dd {
  width: 40%;
  float: left;
  padding: 0;
}
main > section#place > div > address > dl > dd > p {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 10px;
	position: relative;
}
main > section#place > div > address > dl > dd > p > a {
  display: block;
  width: 90%;
  height: 54px;
  padding: 1px 0 3px;
  margin: 0;
  background-color: #b33633;
  font-size: 2rem;
  line-height: 2.5em;
  color: #fff !important;
	text-align: center;
  border: none;
  border-bottom: solid 2px #5A0D0A;
  border-radius: .4rem;
  text-decoration: none;
	position: absolute;
	top: 2px;
}
main > section#place > div > address > dl > dd > p > a:hover {
  height: 52px;
  border-bottom: none;
  cursor: pointer;
  margin-top: 2px;
}

main > section#place > div > address > dl > dd > p > span {
  display: block;
  width: 90%;
  height: 54px;
  padding: 1px 0 3px;
  margin: 0;
  background-color: #7E7E7E;
  font-size: 2rem;
  line-height: 2.5em;
  color: #fff !important;
	text-align: center;
  border: none;
  border-bottom: solid 2px #5A0D0A;
  border-radius: .4rem;
  text-decoration: none;
	position: absolute;
	top: 2px;
}

main > section#place > div > address > dl > dd > iframe {
  border: #fff 1px solid;
	height: 210px;
}
main > section#place > div > address > dl > dd:nth-child(3) {
  width: 59%;
  float: right;
  padding: 1px;
  border: #ccc 1px solid;
}


/* anime-hana.png */
.attention-figure {
    position: absolute;
    right: -30px;
    width: 216px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    -ms-animation: spin 10s linear infinite;
    -o-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
.attention-figure02 {
    width: 216px;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    -ms-animation: spin 10s linear infinite;
    -o-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);}
  100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.attention-text{
    position: absolute;
    bottom: -170px;
    right: 20px;
    width: 114px;
}
.attention-text02{
    position: absolute;
    top:40px;
    left:13%;
    width: 200px;
}
/* anime-hana.png ここまで */



body > footer {
  padding: 20px 0;
  background-color: #f7f7f7;
}
body > footer > div {
  margin: 10px auto;
  width: 1200px;
}
body > footer > #pagetop {
  margin-top: -80px;
  padding: 0;
  width: 60px;
  height: 60px;
  position: relative;
  right: 0;
}
body > footer > #pagetop > a {
  background-color: #1F1F1F;
	padding: 20px 0 25px;
  border-radius: 3px;
}
body > footer > #pagetop > a:hover {
  background-color: #BD3328;
}
body > footer > #pagetop > a > img {
  width: 60px;
  height: 60px;
}

body > footer > div > h2 {
  width: 20%;
  float: left;
  margin-right: 25px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
body > footer > div > h2 > a > img {
  width: 94%;
  margin-bottom: 10px;
}
body > footer > div > h2 > span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

body > footer > div > address {
  width: 50%;
  float: left; 
}
body > footer > div > address > dl {
  margin: 0 0 15px 0;
  padding: 3px 0 0 25px;
  border-left: 1px solid #ccc; 
}
body > footer > div > address > dl > dt {
  display: block;
  float: left;
  font-weight: 700;
  text-align: center;
  background-color: #cdcdcd; 
  border-radius: 15px;
  margin: 0 10px 20px 0;
	padding: 0 12px;
  font-size: 1.5rem;
	line-height: 2;
}
body > footer > div > address > dl > dd {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
	line-height: 2;
}

body > footer > div > address#tel {
  width: 23%;
  margin-top: -5px;
  padding: 10px 15px 5px;
  border-left: 1px solid #ccc; 
  float: right; 
}
body > footer > div > address#tel > h3 {
  text-align: center;
  border-top: 3px #333 double;
}
body > footer > div > address#tel > h3 > b {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 10px;
  background-color: #f7f7f7;
  position: relative;
  top: -10px;
}
body > footer > div > address#tel > p {
  display: block;
  font-size: 1.4rem;
  margin: 10px auto;
  text-align: center;
}
body > footer > div > address#tel > p:last-child {
  margin: 10px auto 0;
}
body > footer > div > address#tel > p > a {
  display: block;
  width: 96%;
  height: 42px;
  margin: 10px auto 0;
  padding: 0 0 3px 5px;
  font-size: 1.6rem;
  line-height: 2.4em;
  color: #fff !important;
  position: relative;
  background-color: #b33633;
  border: none;
  border-bottom: solid .2rem #5A0D0A;
  border-radius: 2px;
  text-decoration: none;
}
body > footer > div > address#tel > p > a:before {
  width: 100%;
  content: '　　メールでのお問い合わせ';
  background: url(../img/mail.png) no-repeat left bottom;
  background-size: 25px;
  text-align: center;
}
body > footer > div > address#tel > p > a:hover {
  height: 40px;
  border-bottom: none;
  cursor: pointer;
  margin-top: 12px;
}


body > footer > div > .copyright {
  float: left;
  width: 75%;
  margin-right: 10px;
  padding: 20px 0;
  border-top: 1px solid #ccc; 
  font-size: 1.2rem;
}



