@charset "UTF-8";
/* Scss Document */
/*$maincolor: #0099cc;*/
/* line 5, ../scss/style.scss */
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;
}

#privacy dt {
 font-weight:bold;
font-size: 115%;
margin-top: 20px;
margin-bottom: 5px;
}

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

/* line 30, ../scss/style.scss */
body {
  line-height: 1;
}

/* line 33, ../scss/style.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../scss/style.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../scss/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, ../scss/style.scss */
body {
  font-family: ryo-display-plusn, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝体, YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 160%;
  color: #111;
  background-color: #fff;
}

/* line 56, ../scss/style.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* line 61, ../scss/style.scss */
a {
  text-decoration: none;
  color: #111;
}

/* line 65, ../scss/style.scss */
.loading {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* line 72, ../scss/style.scss */
.loading #slidebox01, .loading #slidebox02 {
  background-color: #204978;
  width: 100%;
  height: 50%;
  position: absolute;
}
/* line 78, ../scss/style.scss */
.loading #slidebox01 {
  top: 0;
  animation: slideup .5s ease 1 forwards 1s;
}
/* line 82, ../scss/style.scss */
.loading #slidebox02 {
  bottom: 0;
  animation: slidedown .5s ease 1 forwards 1s;
}
/* line 86, ../scss/style.scss */
.loading #slidebox01::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
  animation: loadOn .5s ease 1 forwards;
}
@keyframes loadOn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slidedown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
/* line 110, ../scss/style.scss */
.wrapper {
  width: 100%;
  overflow: hidden;
}

/* line 114, ../scss/style.scss */
.inner {
  width: 960px;
  margin: 0 auto;
}

/* line 118, ../scss/style.scss */
.caption {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5em;
  color: #204978;
  text-align: center;
}

/* line 124, ../scss/style.scss */
.caption02 {
  font-weight: bold;
  font-size: 1.7em;
  color: #204978;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 3px solid #204978;
}

/* line 133, ../scss/style.scss */
.topImg {
  width: 100%;
  height: 500px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
}
/* line 145, ../scss/style.scss */
.topImg p {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 151, ../scss/style.scss */
.topImg .headline {
  font-size: 1.1em;
  margin-top: 2.3em;
  text-align: center;
  line-height: 1.3em;
  font-weight: lighter;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 160, ../scss/style.scss */
#topimage {
  width: 100vw;
}
/* line 162, ../scss/style.scss */
#topimage .sp {
  display: none;
}

/* line 166, ../scss/style.scss */
.sub {
  font-size: 14px;
  color: #aaa;
}

/* line 170, ../scss/style.scss */
#service span.sub::before {
  display: none;
}

/* line 173, ../scss/style.scss */
.mg {
  margin-top: 30px;
}

/* line 176, ../scss/style.scss */
.top {
  margin-top: 120px;
}

/* line 179, ../scss/style.scss */
#gheader {
  padding: 20px 0 15px;
  background-color: #fff;
  z-index: 15;
  width: 100%;
}
/* line 184, ../scss/style.scss */
#gheader #name {
  display: inline-block;
}
/* line 186, ../scss/style.scss */
#gheader #name .pc_logo {
  display: inline-block;
}
/* line 189, ../scss/style.scss */
#gheader #name .sp_logo {
  display: none;
}
/* line 193, ../scss/style.scss */
#gheader #telImg {
  margin-left: 10px;
  display: flex;
  float: right;
}
/* line 198, ../scss/style.scss */
#gheader #gnavi {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: -1.6em;
  background-color: #fff !important;
  z-index: 9999;
}
/* line 205, ../scss/style.scss */
#gheader #gnavi ul {
  display: flex;
  flex-wrap: nowrap;
}
/* line 209, ../scss/style.scss */
#gheader #gnavi a {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  transition: .3s;
  color: #333;
  z-index: 10000;
}
/* line 218, ../scss/style.scss */
#gheader #gnavi a:hover {
  color: #204978;
  background-color: rgba(201, 201, 201, 0.3);
}
/* line 223, ../scss/style.scss */
#gheader #gnavi .hover {
  color: #204978;
}

/* line 228, ../scss/style.scss */
#hum {
  z-index: 9998;
}

/* line 231, ../scss/style.scss */
#hummove {
  display: none;
  position: fixed;
  z-index: 9999;
}

/* line 236, ../scss/style.scss */
section {
  padding: 120px 0 60px;
}

/* line 239, ../scss/style.scss */
#service {
  background-color: #eee;
}
/* line 241, ../scss/style.scss */
#service .title {
  color: #777;
  font-size: 30px;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
  width: 70%;
  position: absolute;
  top: -8%;
  left: -20%;
  text-shadow: 18px 9px 4px #DADADA;
  z-index: 10;
  font-weight: normal;
  　　　　　　　font-weight: 400;
}
/* line 256, ../scss/style.scss */
#service .box {
  margin: 100px auto 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
  position: relative;
}
/* line 263, ../scss/style.scss */
#service .box dl {
  flex-basis: 30%;
  height: 48%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 16px 1px #ddd;
}
/* line 270, ../scss/style.scss */
#service .box dl:first-child {
  margin-top: 15%;
}
/* line 273, ../scss/style.scss */
#service .box dl:nth-child(2) {
  margin-top: 10%;
}
/* line 276, ../scss/style.scss */
#service .box dl:nth-child(3) {
  margin-top: 5%;
}
/* line 281, ../scss/style.scss */
#service .box dd h3 {
  font-size: 22px;
  font-weight: bold;
  color: #204978;
  padding: 15px 0 10px;
  display: inline-block;
  border-bottom: 2px solid #204978;
}
/* line 289, ../scss/style.scss */
#service .box dd p {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
}
/* line 296, ../scss/style.scss */
#service ul {
  margin: 120px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 302, ../scss/style.scss */
#service li {
  flex-basis: 48%;
  height: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
/* line 311, ../scss/style.scss */
#service li:first-child::after {
  background: url("../img/top/vis04.jpg") no-repeat center;
}
/* line 314, ../scss/style.scss */
#service li:nth-child(2)::after {
  background: url("../img/top/vis05.jpg") no-repeat center;
  margin-right: 0;
}
/* line 318, ../scss/style.scss */
#service li:nth-child(3)::after {
  background: url("../img/top/vis06.jpg") no-repeat center;
}
/* line 321, ../scss/style.scss */
#service li:nth-child(4)::after {
  background: url("../img/top/vis07.jpg") no-repeat center;
  margin-right: 0;
}
/* line 325, ../scss/style.scss */
#service li::after {
  transition: all 5s ease-out;
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all 5s ease-out;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  display: block;
  content: "";
}
/* line 339, ../scss/style.scss */
#service li:hover::after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .5;
}
/* line 346, ../scss/style.scss */
#service a {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  display: flex;
  height: 380px;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* line 355, ../scss/style.scss */
#service a span {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 1px #000;
  margin-top: -20px;
  position: relative;
  transition: .3s;
}
/* line 366, ../scss/style.scss */
#service a span:hover {
  transform: translateY(-15px);
}
/* line 369, ../scss/style.scss */
#service a span::after {
  display: inline-block;
  content: "詳しくはこちら";
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border: 2px solid #fff;
  position: absolute;
  top: 235px;
  opacity: 0;
  transition: .3s;
}
/* line 381, ../scss/style.scss */
#service a span:hover::after {
  opacity: 1;
}

/* line 390, ../scss/style.scss */
#info article {
  line-height: 1.8em;
  font-size: 16px;
}
/* line 394, ../scss/style.scss */
#info time {
  color: #204978;
}
/* line 397, ../scss/style.scss */
#info p {
  margin-left: 8em;
  margin-top: -1.6em;
}
/* line 401, ../scss/style.scss */
#info a:hover {
  text-decoration: underline;
}

/* line 405, ../scss/style.scss */
#recruit {
  margin-top: 120px;
}

/* line 408, ../scss/style.scss */
#topinfo {
  width: 80px;
  position: fixed;
  bottom: 15%;
  right: 14%;
}

/* line 414, ../scss/style.scss */
#gfooter {
  margin-top: 120px;
  background-color: #204978;
  color: #fff;
}
/* line 418, ../scss/style.scss */
#gfooter #footerin {
  text-align: left;
  display: block;
  width: 100%;
  padding: 70px 0 20px;
  box-sizing: border-box;
  line-height: 1.9em;
  font-family: ryo-display-plusn, serif;
  font-style: normal;
}
/* line 427, ../scss/style.scss */
#gfooter #footerin address {
  font-size: 14px;
  font-weight: normal;
}
/* line 431, ../scss/style.scss */
#gfooter #footerin p {
  letter-spacing: 1px;
  font-size: 23px;
  margin-bottom: 10px;
}
/* line 435, ../scss/style.scss */
#gfooter #footerin p span {
  font-size: 15px;
  display: block;
}
/* line 441, ../scss/style.scss */
#gfooter small {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 0;
}

/* line 452, ../scss/style.scss */
#telinfo:hover {
  opacity: .5;
}

/*# sourceMappingURL=style.css.map */





.tp_yt_txt01{
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 50px;
}

.tp_yt_out{
    width: 100%;
    height: auto;

    margin-bottom: 60px;

}

.tp_yt_out ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right:0% !important;  
}

.tp_yt_out ul li:nth-child(2n){
    margin-right: 0;
    float: right;
}



.tp_yt_in {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
}



.tp_yt_in iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}







/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}












