@charset "utf-8";
/* CSS Document */

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

.roll {
	width:100%;
	height:100vh;
    position: relative;
    overflow: hidden;
	margin:0 auto;
	/*border-radius:10px 10px 0 0;*/
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	box-shadow:0px 2px 9px -2px #ccc;
	-moz-box-shadow:0px 2px 9px -2px #ccc;
	-webkit-box-shadow:0px 2px 9px -2px #ccc;
}
.roll-front {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.roll-back {
    position: absolute;
}
.roll-back img {
    width: 100%;
    display: block;
}
.roll-back {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-name: roll-scroll;
}





#main_title{
	position:absolute;
	top:34%;
	width:100%;
	text-align:center;
	z-index:9;
}

#main_title img{
	width:90%;
	max-width:400px;
}

#yajirushi{
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	z-index:9999;
}

#yajirushi img{
	width:18%;
	max-width:100px;
}

#line{
	height:1px;
	position:relative;
	bottom:60px;
}




.box01{
	width:96%;
	margin:0 auto;
	padding:30px 0;
}

h2.greet_title{
	text-align:center;
	font-size:131%;
	letter-spacing:3px;
	color:#fff;
	font-weight:normal;
	background:#339;
	padding:25px 0;
}

.list{
	margin-top:20px;
}

.list li{
	text-align:center;
	padding:5px 0 15px;
	font-size:108%;
	color:#333;
	line-height:1.8;
}

span.demo05{
	background: linear-gradient(transparent 60%, #ff0 10%); 
	font-weight:bold;
}

.list_text{
	color:#F00 !important;
	font-size:200% !important;
	font-weight:bold;
}







.box02{
	width:100%;
	background: #D0F4FD;
	padding:30px 0;
}

.photo_nakashima{
	text-align:center;
	letter-spacing:1px;
	color:#333;
}

.photo_nakashima img{
	display:block;
	margin:0 auto 5px;
	width:70%;
	border-radius: 50%;
    border: 5px solid #f0f0f0;
}

/* =======================================
	吹き出し
======================================= */
.balloon1-top {
  position: relative;
  margin: 1.5em  auto;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 88%;
  color: #333;
  font-size: 108%;
  background: #fff;
  border-radius:15px;
  border: 2px solid #F60;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.balloon1-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #F60;
  z-index: 1;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

p.verwell{
	letter-spacing:1px;
	line-height:1.8;
	color:#333;
}

p.verwell a{
	color:#339;
	text-decoration:underline;
}








h2.pro_title{
	color:#333;
	font-size:116%;
	font-weight:normal;
	letter-spacing:3px;
	padding:40px 10px 0;
}

.smtp_list{
	width:96%;
	margin:0 auto 20px;
}

.smtp_list li{
	font-size:116%;
	color:#333;
	padding:10px 0 20px;
	border-bottom:1px dotted #ccc;
}

.smtp_list li:last-child{
	border:none;
}

.smtp_big{
	font-size:200%;
	font-weight:bold;
}

.red_big{
	font-size:200%;
	color:#339;
}





.skill_box_04{
	width:100%;
	background:#fff;
	padding:0 0 40px;
}

.sub_skill_02{
	width:100%;
	margin:0 auto 0;
}

.text_tona{
	color: #333;
    font-size: 131%;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0 10px 30px;
	line-height:1.8em;
}

.naka_box{
	width:100%;
	background: #D0F4FD;
	padding:30px 0;
}

.photo_nakashima_02 img{
	display:block;
	margin:0 auto 5px;
	width:60%;
	border-radius: 50%;
    border: 5px solid #f0f0f0;
}



.photo02 img{
	display:block;
	width:100%;
	margin:0 auto;
}

/* =======================================
	吹き出し2
======================================= */
.balloon2-top {
  position: relative;
  margin: 1em  auto;
  padding: 20px 10px 0;
  min-width: 120px;
  max-width: 88%;
  color: #333;
  font-size: 108%;
  background: #fff;
  border-radius:15px;
  border: 3px solid #333;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #333;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}

.text_shigoto{
	color: #F60;
    font-size: 153.9%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding-bottom:10px !important;
}

.jisen_list{
	width:96%;
	margin:0 auto;
}

.jisen_list li{
	font-size:100%;
	color:#333;
	padding-bottom:15px;
	text-indent:-0.5em;
    padding-left:0.5em;
}

.fa-anchor{
	color:#F60;
	
}

.photo img{
	display:block;
	width:94%;
	margin:0 auto 8px;
}



.list_02{
	width:95%;
	margin:0 auto;
}

.list_02 li{
	color:#F60;
	font-size:108%;
	padding:10px 5px;
	text-indent:-1.5em;
    padding-left:1.5em;
	font-weight:bold;
}




.interview_pic img{
	width:96%;
	display:block;
	margin:20px auto;
}

/*----アコーディオン------*/
.accordion_dl{
	width:96%;
	margin:10px auto;
	padding-bottom:5px;
}

.accordion_dl dt{
	font-size:116%;
    background-color:#fff;
    padding: 10px 35px 10px 10px;
    color: #F60;
    cursor: pointer;
    position: relative;
	font-weight:bold;
	border-left: 2px solid #CCC;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",          Sans-Serif;
	letter-spacing:1px;
	
}

.accordion_dl dt:first-child {
    border-top: 2px solid #CCC;
}
 
.accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #F60;
}
 
.accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
}
 
.accordion_dl dt.active:before {
  margin-top: -2px;
}
 
.accordion_dl dt.active:after {
  margin-top: 3px;
}
 
.accordion_dl dd {
    padding: 10px;
	color:#535353;
	text-align:justify;
	border-top:none !important;
	border-radius:0 0 5px 5px;
}
/*------ここまでアコーディオン------*/

.view_title{
	text-align: center;
    font-size: 153.9% !important;
    color: #F60 !important;
    font-weight: bold;
    adding-top: 40px;
}

.interview{
	color:#333;
	line-height:2em;
	font-size:108%;
	letter-spacing:1px;
	padding-bottom:30px;
}





.you_text{
	text-align:center;
	font-size: 153.9%;
    color:#333;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px 0;
}

iframe{
	vertical-align:bottom;
}
.movie_box{
	width:94%;
	margin:0 auto 20px;
	border:2px solid #42a1cb;
}





.box04{
	width:100%;
	background:url(../img/back_005.jpg);
	background-size:contain;
	padding:30px 0 1px;
}

.ss_title{
	color:#fff;
	font-size:153.9%;
	text-align:center;
	letter-spacing:2px;
	font-weight:normal;
	padding-bottom:20px;
}

span.green{
	color:#BFBF00;
}

.circle img{
	display:block;
	width:36%;
	margin-left:15px;
	float:left;
}

.circle_pic img{
	display:block;
	width:50%;
	float:right;
	margin:0 15px 20px 0;
	border:2px solid #fff;
}

.box04_text{
	clear:both;
	width:86%;
	margin:10px auto 50px;
	padding:10px;
	border:2px dotted #fff;
	color:#fff;
	font-size:108%;
}

.box04_text02{
	clear:both;
	width:86%;
	margin:10px auto 30px;
	padding:10px;
	border:2px dotted #fff;
	color:#fff;
	font-size:108%;
}

.btn a{
	display:block;
	width:70%;
	margin:0 auto 60px;
	text-align:center;
	padding:10px 0;
	background:#ff9803;
	color:#fff;
	border: 2px solid #ccc;
	border-radius:5px;
	letter-spacing:2px;
	font-size:116%;
}

.pic_list{
	width:94%;
	margin:0 auto;
}

.pic_list li{
	width:31%;
	float:left;
	margin-bottom:20px;
}

.pic_list img{
	width:100%;
	border-radius:50%;
}

.center{
	margin:0 10px;
}





.staff_wrap{
	width:90%;
	margin:40px auto;
}

#staff_visual_sub{
	width:100%;
	position:relative;
}

#staff_visual_sub img{
	width:100%;
}

.staff_title{
	background-color: rgba(255, 255, 255, 0.7);
	padding:20px 10px;
	position:absolute;
	top:150px;
	
}

h2.sub_staff{
	color:#333;
	font-size:174%;
	letter-spacing:2px;
	line-height:1.2em;
}

/*----アコーディオン------*/
.accordion_dl_02{
	width:100%;
	margin:10px auto;
	padding-bottom:5px;
}

.accordion_dl_02 dt{
	font-size:116%;
    background-color:#fff;
    padding: 10px 35px 10px 10px;
    color: #F60;
    cursor: pointer;
    position: relative;
	font-weight:bold;
	border-left: 2px solid #CCC;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
	font-family: 'Noto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",          Sans-Serif;
	letter-spacing:1px;
	
}

.accordion_dl_02 dt:first-child {
    border-top: 2px solid #CCC;
}
 
.accordion_dl_02 dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #F60;
}
 
.accordion_dl_02 dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
}
 
.accordion_dl_02 dt.active:before {
  margin-top: -2px;
}
 
.accordion_dl_02 dt.active:after {
  margin-top: 3px;
}
 
.accordion_dl_02 dd {
    padding: 10px;
	color:#535353;
	text-align:justify;
	border-top:none !important;
	border-radius:0 0 5px 5px;
}
/*------ここまでアコーディオン------*/

.text{
	color:#333;
	padding:10px 10px;
	font-size:108%;
}





/*///////////インスタグラム//////////////*/
.instagram{
	width:100%;
	padding:40px 0;
	overflow:hidden;
	background:#fafafa;
}

.insta_title{
	text-align:center;
	font-size:200%;
	letter-spacing:3px;
	color:#333;
	font-weight:normal;
}

.instagram-gallery {
	 max-width: 94%;
	 margin:30px auto;
}
 
.instagram-gallery__list{ 
    overflow:hidden;
  
} 
.instagram-gallery__item img{ 
   width: 32.000%;
   border:2px solid #fff;
   float:left;
   height:100px;
   object-fit: cover;
}




.box05{
	width:96%;
	margin:0 auto;
	background:#fff;
	padding:30px 0;
}

h2.step_title{
	text-align:center;
	font-size:131%;
	letter-spacing:3px;
	color:#fff;
	font-weight:normal;
	background:#339;
	padding:25px 0;
}

.step_list{
	 width:96%;
	 margin:40px auto 0;
}

.step_list li{
	 width:50%;
	 margin:0 auto 20px;
	 text-align:center;
	 padding:20px;
	 border-radius:10px;
}

.step_num{
	display:block;
	font-size:131%;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}

.or{
	color:#F90;
}

.one{
	border:4px solid #F90;
}

.center_step{
	border:4px solid #F00;
}

.last{
	border:4px solid #00F;
}

.fa-mobile-alt{
	font-size:200%;
	padding-top:10px;
	color:#F90;
}

.or_red{
	color:#F00;
}

.fa-building{
	color:#F00;
	font-size:200%;
	padding-top:10px;
}

.or_blue{
	color:#00F;
}

.fa-hands-helping{
	color:#00F;
	font-size:200%;
	padding-top:10px;
}






.ta_box{
	margin:40px 0;
}

/*////　dtの範囲 ////*/
dl.table-list dt {
    display: table-cell;
    width: 150px;
    padding: 10px 5px;
    border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	color:#333;
	background:#ccc;
	text-align:center;
	font-size:108%;
	font-weight:bold;
}

/*////　ddの範囲 ////*/

dl.table-list dd {
    padding: 10px;
    border-top: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	width:80%;
	display: table-cell;
	font-size:108%;
	color:#535353;
}

.ta_last{
	border-bottom:1px solid #a2a2a2;
}




.banner_entory img{
	display:block;
	width:100%;
	margin:0 auto;
}






.line a{
    position: fixed;
    right: 8px;
    bottom: 20px;
    z-index: 9999;
    background-color: #00B900;
    background: linear-gradient(0deg, #00a500 0%,#00bf00 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 108%;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 6px -2px #555;
    text-shadow: 0 -1px #0e6000;
	border:3px solid #fff;
}



/* ======================================
	西田氏　NEW　Effect
======================================= */
@keyframes flippedtile-left-in {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}
@keyframes flippedtile-right-in {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}
@keyframes flippedtile-top-in {
    from {
        bottom: 100%;
    }
    to {
        bottom: 0;
    }
}
@keyframes flippedtile-bottom-in {
    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}
@keyframes flippedtile-blur-in {
    from {
        filter: blur(50px);
        opacity: 0.0;
    }
    to {
        filter: blur(0px);
        opacity: 1.0;
    }
}
@keyframes flippedtile-opacity-in {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 0.5;
    }
}

.flippedtile {
    position: relative;
    overflow: hidden;
    line-height: 0;
    background-size: cover;
}
@media screen and (max-width: 799px) {
    .flippedtile-tile {
        display: inline-block;
        position: relative;
        width: 100%;
		height:25vh;
/*        padding-bottom: 56%; 
*/		 /* 画像の高さ / 画像の幅 * CSS width (9/16*1)*/
        overflow: hidden;
    }
}
@media print, (min-width: 800px) {
    .flippedtile-tile {
        display: inline-block;
        position: relative;
        width: 25%;
		height:25vh;
/*        padding-bottom: 14%;  
*/		/* 画像の高さ / 画像の幅 * CSS width (9/16*0.25)*/
        overflow: hidden;
    }
}
.flippedtile-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flippedtile-slide {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: #ffffff solid 0.2em;
    box-sizing: border-box;
}
.flippedtile-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flippedtile-image img {
    animation: flippedtile-blur-in 500ms ease 0ms 1 normal both;
}
.flippedtile-blank {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    animation: flippedtile-opacity-in 250ms ease 0ms 2 alternate both;
}
.flippedtile-left {
    animation: flippedtile-left-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
.flippedtile-right {
    animation: flippedtile-right-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
.flippedtile-top {
    animation: flippedtile-top-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
.flippedtile-bottom {
    animation: flippedtile-bottom-in 1000ms ease 0ms 1 normal both;
    animation-play-state: paused;
}
@media screen and (max-width: 799px) {
    .flippedtile-mobile-only {
        display: block;
    }
    .flippedtile-pc-only {
        display: none;
    }
}
@media print, (min-width: 800px) {
    .flippedtile-mobile-only {
        display: none;
    }
    .flippedtile-pc-only {
        display: block;
    }
}
/* ======================================
	ローリングダウン　NEW　Effect　
======================================= */
@keyframes rolledfalling-falling {
    from {
        bottom: 100%;
    }
    to {
        bottom: -10%;
    }
}
@keyframes rolledfalling-rolling {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rolledfalling-dangling {
    from {
        margin-left: -5%;
    }
    to {
        margin-left: 5%;
    }
}
.rolledfalling {
    position: absolute;
    width: 10%;
    animation: rolledfalling-falling 5000ms linear 0ms 1 normal both,
    rolledfalling-rolling 2000ms linear 0ms infinite normal both,
    rolledfalling-dangling 2000ms ease-in-out 0ms infinite alternate both;
}
.rolledfalling img {
    width: 100%;
}
/* ======================================
	西田氏　NEW　Effect　　ここまで
======================================= */



/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa_02 {
	/* [disabled]-webkit-animation-name:fuwafuwa_01; */ /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-name: fuwafuwa_02;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	/*-webkit-animation-direction:alternate;*/
	-moz-animation-name: fuwafuwa_02;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
	/*-moz-animation-direction:alternate;*/
	-ms-animation-name: fuwafuwa_02;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease;
	/*-ms-animation-direction:alternate;*/
}
/* fuwafuwaっていうアニメーション */
@-webkit-keyframes fuwafuwa_02 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -30px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa_02 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -30px);}
	100% {-moz-transform:translate(0, 0);}
}
@-ms-keyframes fuwafuwa_02 {
	0% {-ms-transform:translate(0, 0);}
	50% {-ms-transform:translate(0, -30px);}
	100% {-ms-transform:translate(0, 0);}
}
/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa_01 {
	/* [disabled]-webkit-animation-name:fuwafuwa_01; */ /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-name: fuwafuwa_01;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	/*-webkit-animation-direction:alternate;*/
	-moz-animation-name: fuwafuwa_01;
	-moz-animation-duration: 2.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
	/*-moz-animation-direction:alternate;*/
	-ms-animation-name: fuwafuwa_01;
	-ms-animation-duration: 2.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease;
	/*-ms-animation-direction:alternate;*/
}
/* fuwafuwaっていうアニメーション */
@-webkit-keyframes fuwafuwa_01 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -30px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa_01 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -30px);}
	100% {-moz-transform:translate(0, 0);}
}
@-ms-keyframes fuwafuwa_01 {
	0% {-ms-transform:translate(0, 0);}
	50% {-ms-transform:translate(0, -30px);}
	100% {-ms-transform:translate(0, 0);}
}


