@charset "UTF-8";

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp/NotoSansCJKjp-Black.woff2") format("woff2"),
       url("../font/NotoSansCJKjp/NotoSansCJKjp-Black.woff") format("woff");
}


/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a {
	text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong {
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background: #dee6ee;
}

::-moz-selection {
	background: #dee6ee;
}



/* CSS Document */
body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

html {
 -webkit-text-size-adjust: 100%;
}

html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
h1, h2, h3 { font-weight: bold; }

p.mincyo,
span.mincyo {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    transform: rotate(.03deg);
}

p.notosan {
    font-family:"NotoSansCJKjp", sans-serif,"ヒラギノ角ゴ ProN W3";
}

.clear {
	clear: both;
	padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

section { margin: 0;}
.relative { position: relative;}
.pcBlank { display: none;}
.spBlank { display: block;}
.nowrap { white-space: nowrap;}
.left { float: left; }
.right { float: right; }
.wrapper {
    box-sizing: border-box;
    margin: 60px auto 100px;
    padding: 0 10px;
    width: 940px;
}

section.whyWrap div.wrapper {
    margin: 0 auto 100px;
}

.wrapperSub {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    padding: 120px 10px 0;
    width: 940px;
}
.attentionTxt {
	margin-left: 1em;
	text-indent: -1em;
}
.alnL { text-align:left;}
.alnR { text-align:right;}
.alnC { text-align:center;}



@media screen and (max-width: 768px) {
	.pcBlank { display: block;}
	.spBlank { display: none;}
    .left { float: none; }
    .right { float: none; }
    .wrapper {
        margin: 30px auto 100px;
        width: 94%;
    }
    .wrapperSub {
        box-sizing: border-box;
        margin: 30px auto 0;
        padding: 0 10px;
        width: 94%;
    }
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	
	a.telLink {
		color:#fff !important;
	}
    
    a.telLinkAbout {
		color:#000 !important;
	}
}

@media screen and (max-width: 768px) {
}




/* ==========================================================================
   Loading
   ========================================================================== */
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}


/**/
/* Header Navigation
=========================================*/
header {
    position: fixed;
    z-index: 9;
}
header h1 {
    float: left;
     padding: 11px 0 0 15px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, header h1 {
      padding: 8px 0 0 15px;
      width: 120px;
    } /* IE11 */
}

header h1 img {
    height: auto;
    width: 120px;
}

#sidebar {
    background: #0000cc;
    min-width: 1000px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

#global-nav {
    -webkit-box-shadow: 3px 6px 5px -6px rgba(0,0,0,0.5);
	box-shadow: 3px 6px 5px -6px rgba(0,0,0,0.5);
}

#global-nav ul {
    -js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
	width: 930px;
    
}

#global-nav ul li {
    box-sizing: border-box;
    color:#fff;
    font-size:1.3rem;
    line-height: 1;
	margin: 0 0 0 40px;
	padding: 15px 0;
	width: auto;
}

#global-nav > ul > li {
	position: relative;
}

#global-nav ul li a {
	color:#fff;
    padding: 5px 0;
    position: relative;
  display: inline-block;
  transition: .3s;
}
#global-nav ul li a:hover {
	color:#b1c6f7;
  transition: .3s;
}

#global-nav ul li a::after {
    color:#000;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #4b68ad;
  transition: .3s;
}
#global-nav ul li a:hover::after {
  width: 100%;
}


#global-nav ul li.navFb {
    padding: 12px 0 0;
    width: 9px;
}

#global-nav ul li.navFb img {
    height: auto;
    width: 9px;
}



/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 18px;
	right: 15px;
	height: 32px;
}

#nav-toggle > div {
	position: relative;
	width: 28px;
}

#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #0000cc;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
    
}
#nav-toggle span:nth-child(2) {
	top: 9px;
    width: 70%;
}
#nav-toggle span:nth-child(3) {
	top: 18px;
    width: 40%;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.navTop {
    background: #f5f5f5;
    min-width: 1000px;
    width: 100%;
}

.navTop div.inner {
    margin: 0 auto;
    width: 1000px;
}

.headerLogo {
    float: left;
    height: auto;
    padding: 10px 0 0;
    width: 120px;
}

.navTopCo {
    color:#0000cc;
    font-size:1.4rem;
    font-weight: bold;
    float: left;
    padding:12px 0 0 25px;
}

.navTopTel {
    background: url("../svg/icon_tel_bl.svg") no-repeat left 14px;
    background-size: 14px auto;
    color:#0000cc;
    float: left;
    font-size:2.3rem;
    font-weight: 900;
    padding: 2px 15px 0 24px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .navTopTel {
      background: url("../svg/icon_tel_bl.svg") no-repeat left 13px;
      background-size: 14px auto;
      padding: 4px 15px 0 27px;
    } /* IE11 */
}

.topContactWrap {
    background: url("../images/bg_top_contact.png") no-repeat;
    background-size: 50px auto;
    float: left;
    padding: 0 0 0 27px;
}

.topContactInner {
    /*background: url("../svg/icon_shiryou_or.svg") no-repeat 30px 20px #fff; */
    background: #fff;
    background-size: 16px auto;
    box-sizing: border-box;
    /* padding: 12px 40px 7px 60px; */
    padding: 12px 15px 7px;
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .topContactInner {
      /* background: url("../svg/icon_shiryou_or.svg") no-repeat 25px 16px #fff; */
      background: #fff;
      background-size: 16px auto;
    } /* IE11 */
}

.topContactInner p {
    background: url("../images/bg_line_contact_n.png") repeat-x left 17px;
    color:#000;
    background-size: 2px auto;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0 5px 5px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .topContactInner p {
      background: url("../images/bg_line_contact_n.png") repeat-x left 13px;
    color:#000;
    background-size: 2px auto;
    } /* IE11 */
}

.topContactInner p a {
    color:#000;
    display: block;
    transition: .35s ease-in-out;
}

.topContactInner p a:hover {
    color:#555;
    display: block;
    transition: .35s ease-in-out;
}




/* Sub Navigation */
#subNavTitleBg {
    margin: 0 auto;
}
nav#subNav {
    margin: 20px 0 0;
}

nav#subNav ul {
	-js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
    text-align: center;
	width: 920px;
}

nav#subNav ul li {
    background: #f5f5f5;
    border: 1px solid #0000cc;
    border-radius: 5px;
	box-sizing: border-box;
    font-size:1.3rem;
	margin: 0;
	vertical-align: top;
}

nav#subNav ul li a {
    color:#0000cc;
    display: block;
    padding: 10px 0;
}

.aboutSubNav ul li {
    width: 140px;
}

.whySubNav ul li {
    width: 220px;
}

#subNav {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 1;
}







@media screen and (max-width: 768px) {
    header {
        background: rgba(255,255,255,0.90);
        -webkit-box-shadow: 0 6px 5px -7px rgba(0,0,0,0.5);
        box-shadow: 0 6px 5px -7px rgba(0,0,0,0.5);
        width: 100%;
    }

    header h1 {
        padding: 10px 0 10px 5px;
        width: 100%
    }
    
    header h1 img {
        height: auto;
        width: 22%;
        vertical-align: bottom;
    }
    
    header p {
        display: none;
    }

	#sidebar {
        border-left: 5px solid #0000cc;
        min-width: initial; min-width: auto;
		/*display: none;*/
		position: fixed;
		right: -410px;
		top: 0;
		height: 100%;
		width: 410px;
		color: #333;
		background: rgba(255,255,255,1.0);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        text-align: center;
        box-shadow: 5px 5px 5px 7px rgba(0,0,0,0.2);
	}
    
    #global-nav {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    #global-nav ul {
        border-bottom: 1px solid #0000cc;
        float: none;
        margin: 20px auto 10px;
        padding: 0 0 15px;
        text-align: left;
        width: 80%;
    }
    
    #global-nav ul li {
        color:#0000cc;
        font-size:83%;
        line-height: 2.8em;
        margin: 0;
        padding: 0;
        vertical-align: top;
        width: 100%;

    }
    
    #global-nav ul li a {
        color:#0000cc;
        padding: 0;
    }
    
    #global-nav a:before,
    #global-nav a:after {
      position: absolute;
      -webkit-transition: none;
      transition: none;
    }
    #global-nav a:before {
      bottom: 0;
      display: block;
      height: 0;
      width: 0%;
      content: "";
      background-color: none;
    }
    
    #global-nav ul li p {
        font-size:1.0rem;
    }

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-400px,0,0);
		transform: translate3d(-400px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-225deg);
		-moz-transform: rotate(-225deg);
		transform: rotate(-225deg);
        width: 100%;
	}
    
    .navTopTel{
        background: url("../svg/icon_tel_bl.svg") no-repeat left 10px;
        background-size: 12px auto;
        color: #0000cc;
        float: none;
        font-size:117%;
        padding: 0 15px 0 22px;
        display: inline-block;
        margin: 0 auto;
    }
    
    .navTopTel a {
        color: #0000cc;
    }

    .contactInner {
        background: #ff33ff;
        margin: 10px auto;
        padding: 0;
        width: 100%;
    }

    .contactInner p {
        background: url("../svg/icon_shiryou_wh.svg") no-repeat 0 11px;
        background-size: 16px auto;
        color:#fff;
        display: inline-block;
        font-size: 74%;
        font-weight: normal;
        line-height: 1em;
        padding: 12px 0 12px 24px;
    }

    .contactInner p a {
        color:#fff;
        padding: 7px 0;
    }
    
	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
    
    /* Sub Navigation */
    #subNavTitleBg {
        margin: 0 auto 30px;
    }
    nav#subNav {
        display: none;
    }

    

}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}



/**/

.bgAll {
    background: url("../images/bg_header_img.png");
    background-size: 5px auto;
    width: 100%;
    height: 100vh;
    
    -js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#photoBox {
    min-width:1000px;
	width: 100%;
}
#container { width: 100%; /* height: 143%; */height: 100vh;}
.first-view { width: 100%; height: 100%; min-height: 100%;}
.hidden-view { width: 0%; height: 0%; /* background:url(../images/bg_bottom_img.jpg) repeat-x center top; */ }

.photoBoxIn {
    margin:0 auto;
    padding: 400px 0 0;
    width:1000px;
}

#photoBox .backstretch .backstretch-item  {
    -webkit-animation: scaleup 7s ease-out forwards;
    animation: scaleup 7s ease-out forwards;
}
@keyframes scaleup {
    to {
        transform: scale(1.17);
    }
}



.copyImg {
    height: auto;
    padding: 100px 0 0;
    width: 675px;
}

@media screen and (max-width: 768px) {
    .bgAll {
        background: url("../images/bg_header_img.png");
        background-size: 3px auto;
        width: 100%;
        height: 100vh;

        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    #photoBox {
        min-width: initial;
        min-width: auto;
        background-size: cover;
    }
    
    #container {
        width: 100%;
        height: 100vh;
    }
    
    .copyImg {
        padding: 0;
        width: 80%;
    }
}




/* ==========================================================================
   Common
   ========================================================================== */
p {
    color:#000;
    font-size:1.6rem;
    line-height: 1.8em;
}

/* h2 */
.title {
    padding: 30px 0;
    text-align: center;
}

.titleIcon {
    background: #0000cc;
    border-radius: 50%;
    height: 33px;
    margin: 0 auto;
    width: 33px;
}

.titleIcon img {
    border-radius: 50%;
    height: auto;
    padding: 9px 0 0;
    width: 16px;
}

.titleLine {
    background: #ff33ff;
    height: 4px;
    margin: 7px auto 17px;
    width: 28px;
}

.title h2 {
    color:#0000cc;
    font-size:1.8rem;
}

.title h2.h2wh {
    color:#fff;
}

.title p {
    color:#0000cc;
    font-size:4.0rem;
    margin: 15px auto 0;
}

.titleBg {
    margin: 0 auto ;
    min-width: 1000px;
    padding: 100px 0 20px;
    width: 100%;
}


.bgAbout {
    background: url("../images/bg_head_about.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgDummy {
    background: url("../images/bg_head_dummy.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgPrivacy {
    background: url("../images/bg_head_privacy.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgFaq {
    background: url("../images/bg_head_faq.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgSystem {
    background: url("../images/bg_head_system.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgFlow {
    background: url("../images/bg_head_flow.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgWhyCompany {
    background: url("../images/bg_head_why_company.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgInfo {
    background: url("../images/bg_head_info.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgWhySupport {
    background: url("../images/bg_head_why_support.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgWhy {
    background: url("../images/bg_head_why.jpg") no-repeat center bottom;
    background-size: cover;
}

.bgWhyPortrait {
    background: url("../images/bg_head_why_portrait.jpg") no-repeat center bottom;
    background-size: cover;
}




/* h3 */
h3 {
    border-bottom: 2px solid #e5e5e5;
    color:#000;
    font-size:2.5rem;
    font-weight: normal;
    margin: 0 0 40px;
    padding: 0 0 20px; 
}

.subTitle {
    position: relative;
}

.subTitle h3 span {
    font-size:1.8rem;
}

.h3Line {
    background: #0000cc;
    height: 2px;
    width: 25%;
    position: absolute;
    bottom:0;
    left:0;
}


/* read more btn */
.btnReadMore {
    background: #0000cc;
    border-radius: 50px;
    
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.btnReadMore a {
    color:#fff;
    display: block;
    padding: 7px 0;
}


a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


@media screen and (max-width: 768px) {
    p {
        font-size:83%;
    }
    
    /* h2 */
    .title {
        padding: 50px 0 30px;
    }

    .titleIcon {
        height: 18px;
        width: 18px;
    }

    .titleIcon img {
        padding: 0 0 8px;
        width: 10px;
    }

    .titleLine {
        background: #ff33ff;
        height: 2px;
        margin: 10px auto;
        width: 12px;
    }

    .title h2 {
        font-size:92%;
    }

    .title p {
        font-size:133%;
        margin: 10px auto 0;
    }
    
    .titleBg {
        min-width: initial;
        min-width: auto;
        padding: 35px 0 0;
    }
    
    /* h3 */
    h3 {
        border-bottom: 2px solid #e5e5e5;
        font-size:125%;
        margin: 0 0 20px;
        padding: 0 0 10px;
    }
    
    .subTitle h3 span {
        font-size:83%;
    }

    .h3Line {
        width: 35%;
    }


    /* read more btn */
    .btnReadMore a {
        padding: 5px 0;
    }
}



/* ==========================================================================
   Top
   ========================================================================== */
.bgDot {
    background: url("../images/bg_dot.png");
    background-size: 9px auto;
    min-width: 1000px;
    width: 100%;
}

.bgGrayImg {
    background: url("../images/bg_top_gray.png") no-repeat center bottom;
    background-size: 2500px auto;
    min-width: 1000px;
    width: 100%;
}

.bgGrayImg div.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}

.bgMap {
    background: url("../images/bg_map.png") no-repeat center 40px;
    background-size: 1383px auto;
    min-width: 1000px;
    width: 100%;
}

.bgGrayColor {
    background: #e4e6e9;
    min-width: 1000px;
    padding-bottom: 1px;
    width: 100%;
}

.bgGrayColor div.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px 10px 0;
    width: 940px;
}

@media screen and (max-width: 768px) {
    .bgDot {
        min-width: initial;
        min-width: auto;
    }

    .bgGrayImg {
        background-size: 1250px auto;
        min-width: initial;
        min-width: auto;
    }

    .bgMap {
        background-size: 690px auto;
        min-width: initial;
        min-width: auto;
    }

    .bgGrayColor {
        min-width: initial;
        min-width: auto;
    }
    
    .bgGrayImg div.wrapper {
        width: 94%;
    }
    
    .bgGrayColor div.wrapper {
        padding: 0 10px 0;
        width: 94%;
    }
    
    
}



/* お知らせ */
.topInfo ul {
	-js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto 45px;
	width: 100%;
}

.topInfo ul li {
    background: #fff;
	box-sizing: border-box;
    border-top: 3px solid #0000cc;
    border-bottom: 3px solid #0000cc;
	margin: 0;
    padding: 20px;
	vertical-align: top;
	width: 210px;
}

.imgWrap {
    overflow: hidden;
	width: 100%;
    height: 98px;
}

.topInfo ul li img {
    height: auto;
    width: 100%;
    
    display: block;
	transition-duration: 0.4s;
}

.topInfo ul li img:hover {
    transform: scale(1.2);
	transition-duration: 0.4s;
} 

.topInfoData {
    font-size:1.5rem;
    color:#0000cc;
    line-height: 1.8em;
}

.topInfoTitle {
    font-size:1.4rem;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px;
}

.topInfo div.btnReadMore {
    font-size:1.4rem;
    width: 230px;
}

.topInfo div.btnReadMore a {
    color:#fff;
}

.topInfo div.btnReadMore a:hover {
    background: #8080ff;
    border-radius: 50px;
    color:#0000cc;
    transition: all 0.5s ease-out;
}


/* IHD協同組合について */
.topContentsImg {
    height: auto;
    width: 665px;
}

ul.topContents {
    
}

ul.topContents li {
    margin: 0 0 70px;
    position: relative;
}

.imgLeft {
    text-align: left;
}

.imgRight {
    text-align: right;
}

.topContentsInner {
    background: #fff;
    border-bottom: 5px solid #0000cc;
    box-sizing: border-box;
    text-align: center;
    width: 310px;
    
    position: absolute;
    top:-45px;
}

.topContentsBox {
    position: relative;
}

.topContentsSpace {
    box-sizing: border-box;
    padding: 25px;  
    transition: all 0.5s ease-out;
    width: 100%;
}

.topContentsSpace:hover p {
    color:#fff;
    transition: all 0.5s ease-out;
}

.topContentsSpace:hover h3 {
    color:#fff;
    transition: all 0.5s ease-out;
}

.topContentsSpace h3 {
    border: none;
    color:#0000cc;
    font-size:1.8rem;
    padding: 0;
    margin: 0;
}



.topContentsSpace p {
    color:#0000cc;
    font-size:1.8rem;
    line-height: 1.7em;
    text-align: left;
    transition: all 0.5s ease-out;
    width: 100%;
}



.topContentsSpace img {
    height: auto;
    padding: 15px 0;
    width: 40px;
}

.topContentsSpace div.btnReadMore {
    color:#fff;
    font-size:1.2rem;
    margin-top: 25px;
    width: 80%;
}

.topContentsSpace div.btnReadMore a {
    color:#fff;
}

.topContentsSpace div.btnReadMore a:hover {
    color:#0000cc;
}


.expLeft {
    border-right: 5px solid #0000cc;
    left:0;
}

.expRight {
    border-left: 5px solid #0000cc;
    right:0;
}

.corner {
    border-top: 5px solid #0000cc;
    height: 25px;
    width: 25px;
    position: absolute;
    top:0;
    
}
.cornerLeft {
    border-left: 5px solid #0000cc;
    left:0;
}

.cornerRight {
    border-right: 5px solid #0000cc;
    right:0;
}

.square {
    background: #e4e6e9;
    height: 5px;
    width: 5px;
    position: absolute;    
}

.squareRightTop {
    top:0;
    right:-5px;
}

.squareLeftTop {
    top:0;
    left:-5px;
}

.squareRightBottom {
    bottom:-5px;
    right:0;
}

.squareLeftBottom {
    bottom:-5px;
    left:0;
}

.spTopContents {
    display: none;
}







@media screen and (max-width: 768px) {
    /* お知らせ */
    .topInfo ul {
        width: 100%;
    }

    .topInfo ul li {
        padding: 12px;
        width: 23%;
    }

    .topInfoData {
        font-size:83%;
    }

    .topInfoTitle {
        font-size:83%;
        margin: 0 0 5px;
    }
    
    
    
    /* IHD協同組合について */
    .topContentsImg {
        display: none;
    }

    ul.topContents li {
        margin: 0 0 70px;
        position: relative;
    }

    .imgLeft {
        text-align: none;
    }

    .imgRight {
        text-align: none;
    }

    .topContentsInner {
        width: 86%;
        margin: 0 auto;

        position: static;
        top: auto;
    }

    .topContentsInner h3 {
        font-size:100%;
    }

    .topContentsInner p {
        
        font-size:92%;
        text-align: center;
    }

    .topContentsBox {
        position: relative;
        padding: 0;margin: 0;
    }
    
    .topContentsSpace {
        padding: 25px;    
    }
    
    .topContentsSpace img {
        margin: 0;
        padding: 10px 0;
        width: 30px;
    }

    .topContentsSpace div.btnReadMore {
        font-size:1.2rem;
        margin-top: 25px;
        width: 80%;
    }

    .corner {
        border-top: 3px solid #0000cc;
    }
    .cornerLeft {
        border-left: 3px solid #0000cc;
    }

    .cornerRight {
        border-right: 3px solid #0000cc;
    }
    
    .spTopContents {
        display: inline;
        height: auto;
        vertical-align: bottom;
        width: 100%;
    }
    
    .squareRightBottom {
        display: none;
    }

    .squareLeftBottom {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .topInfo ul li {
        margin: 0 0 10px;
        padding: 12px;
        width: 48%;
    }
}




/* ==========================================================================
   Contents
   ========================================================================== */

/* ==========================================================================
   About
   ========================================================================== */
/* greeting */
.greeting {
    /* margin-bottom: 100px; */
}
.greeting div.left {
    width: 190px;
}

.greeting div.left img {
    height: auto;
    width: 190px;
}

.greeting div.right {
    width: 700px;
}

.greeting div.right p {
    line-height: 2.0em;
}

.greetingCopy {
    margin-left: 1em;
}

.greetingCopy span {
    font-size:2.5rem;
    margin-left: -0.5em;
}

.greetingTxt {
    margin-left: 1.5em;
    padding: 15px 0;
}

.greetingSign {
    float: right;
}

.greetingSign p span {
    font-size:2.5rem;
}


/* about */
.about {
    /* margin-bottom: 100px; */
}

.about dl {
    
}

.about dl p {
    font-size:1.4rem;
}

.about dl dt {
    clear: left;
    float: left;
    padding: 10px 0;
    width: 150px;
}

.about dl dd {
    margin: 0 0 0 150px;
    padding: 10px 0;
}

.about dl dd p a {
    color:#000;
}

.about dl dd p a:hover {
    border-bottom: 3px double #969696;
}

.mapWrap {
  margin: 0 auto;
  position: relative;
 min-width: 1000px;
  width: 100%;
  padding-top: 56.25%;
}

.mapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 目的 */
.mokuteki {
    /* margin-bottom: 100px; */
}

.mokuteki p {
    font-size:1.4rem;
    line-height: 2.0em;
}

/* 事業内容 */
.businessContent {
    /* margin-bottom: 75px; */
}

.businessContent p {
    font-size:1.4rem;
    line-height: 1.8em;
    padding-bottom: 25px;
}

.businessContent p span {
    font-weight: bold;
}

/* 沿革 */
.newOffice {
    margin: 30px 0 0;
    text-align: right;
}

.newOffice img {
    height: auto;
    width: 920px;margin: 0;
}

.newOffice p {
    font-size:1.3rem;
    margin: 0;
}

@media screen and (max-width: 768px) {
    /* greeting */
    .greeting {
        margin-bottom: 50px;
    }
    .greeting div.left {
        float: none;
        text-align: center;
        width: auto;
    }

    .greeting div.left img {
        width: 150px;
    }

    .greeting div.right {
        float: none;
        width: auto;
    }

    .greeting div.right p {
        line-height: 1.8em;
    }

    .greetingCopy {
        margin:10px 0 0;
        text-align: center;
    }

    .greetingCopy span {
        font-size:150%;
        margin-left: 0;
    }

    .greetingTxt {
        margin-left: 0;
    }

    .greetingSign p span {
        font-size:150%;
    }


    /* about */
    .about {
        /* margin-bottom: 50px; */
    }

    .about dl {

    }

    .about dl p {
        font-size:83%;
    }

    .about dl dt {
        clear: both;
        float: none;
        padding: 10px 0 5px;
        width: 100%;
    }
    
    .about dl dt p {
        font-weight: bold;
    }

    .about dl dd {
        margin: 0;
        padding: 0 0 10px;
    }
    
    .mapWrap {
        min-width: initial;
        min-width: auto;
    }


    /* 目的 */
    .mokuteki {
        margin-bottom: 50px;
    }

    .mokuteki p {
        font-size:83%;
        line-height: 1.8em;
    }

    /* 事業内容 */
    .businessContent {
        margin-bottom: 35px;
    }

    .businessContent p {
        font-size:83%;
        padding-bottom: 15px;
    }
    
    /* 沿革 */
    .newOffice img {
        width: 100%;
    }

    .newOffice p {
        font-size:74%;
    }
    
}



/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
    margin-bottom: 60px;
}

.faq dl {
    width: 100%;
}

.faq dt {
    padding: 10px 0;
    width: 100%;
    
}

.faq dd {
    padding: 10px 0 40px;
    width: 100%;    
}

.faq dl p {
    margin: 0 0 0 50px;
}

.faq dl p a {
    border-bottom: 1px dashed #555;
    color:#555;
}

.faq dl p a:hover {
    border-bottom: none;
}

.faqIcon {
    border-radius: 50%;
    color:#fff;
    float: left;
    font-size:2.0rem;
    font-weight: 900;
    font-family:"NotoSansCJKjp", sans-serif,"ヒラギノ角ゴ ProN W3";
    line-height: 1.7em;
    height: 35px;
    text-align: center;
    
    width: 35px;
}

.iconQ {
    background: #0000cc;
    
}

.iconA {
    background: #8080ff;
}



@media screen and (max-width: 768px) {
    .faq dd {
        padding: 10px 0 20px; 
    }

    .faq dl p {
        margin: 0 0 0 45px;
    }

    .faqIcon {
        font-size:1.8rem;
        line-height: 1.6em;
        height: 30px;
        width: 30px;
    }
}




/* ==========================================================================
   Privacy Policy
   ========================================================================== */
.privacy {
    margin-bottom: 100px;
}
.privacy ul li {
    margin-bottom: 60px;
}

.privacy ul li ol {
    list-style: upper-roman;
    margin: 15px 0 0 40px;
}

.privacy ul li ol li {
    margin: 0;
}


@media screen and (max-width: 768px) {
    .privacy {
        margin-bottom: 50px;
    }
    
    .privacy ul li {
        margin-bottom: 30px;
    }

    .privacy ul li ol {
        margin: 10px 0 0 40px;
    }
}




/* ==========================================================================
   System
   ========================================================================== */
.system {
    margin-bottom: 100px;
}

section.systemWrap div.wrapper {
    margin: 0 auto;
}

.gaiyou {
    margin-bottom: 15px;
}

.system ul li {
    /* margin: 0 0 100px; */
    margin: 0 0 100px;
    padding: 120px 0 0;
}

.system ul li:first-child {
    padding: 100px 0 0;
}

.system table {
    border-top: solid 1px #c8c8c8;
    border-right: solid 1px #c8c8c8;
    border-left: solid 1px #c8c8c8;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:1.5rem;
    padding:0;
    width: 100%;
}

.system table tr th {
    background: #898989;
    color:#fff;
    text-align: center;
}

.system table th,table td {
  padding: 15px;
}

.system table td {
  border-top: solid 1px #c8c8c8;
}

.systemTop ul li {
    padding: 0 !important;
}

.tableLeft {
    float: left;
    width: 48%;
}

.tableRight {
    float: right;
    width: 48%;
}

.unLine {
    border-bottom: 3px double #333333;
}

table.shikaku {
    margin:40px 0;
}

table.shikaku th,table td{
  text-align: center;
}

table.syokusyu {
    margin: 30px 0 15px;
}

table.syokusyu td {
    border: solid 1px #c8c8c8;
}

table th.rightLine {
    border-right: 1px solid #dcdcdc;
}

table.syokusyu th.bottomLine {
    border-bottom: 1px solid #dcdcdc;
}

table.syokusyu th.bottomLineY {
    border-bottom: 1px solid #c8c8c8;
}

table.syokusyu td.bgBlue {
    background: #d5ebfa;
}

table.syokusyu td.bgGray {
    background: #e7eef8;
}

table.taihi td {
    text-align: left;
}

table.taihi th.w320 {
    width: 320px;
}

.bgGray {
    background: #e7eef8; 
}

.bgLightBlue {
    background: #f3f7fc;
}

table.taihi th.bgBlue {
    background: #0000cc;
}

table.taihi th.bgGray {
    background: #e7eef8; 
    color:#000;
}

table.taihi th.bgGray,.bottomLine {
    border-bottom: 1px solid #c8c8c8;
}

.system div.btnReadMore {
    font-size:1.4rem;
    margin: 40px auto 100px;
    width: 450px;
}

.system div.btnReadMore a:hover {
    background: #8080ff;
    border-radius: 50px;
    color:#000;
    transition: all 0.5s ease-out;
}

.lineBlueTRL {
    border-top: 3px solid #0000cc;
    border-right: 3px solid #0000cc;
    border-left: 3px solid #0000cc;
}

.lineBlueRL {
    border-right: 3px solid #0000cc;
    border-left: 3px solid #0000cc;
}

.lineBlueBbg {
    background: url("../system/images/line_blue_bottom.png") repeat-x left bottom #e7eef8; 
    background-size: 2px auto;
}

.lineBlueB {
    border-bottom: solid 1px #0000cc;
}

.lineGrayB {
    border-bottom: solid 1px #c8c8c8;
}

.lineGrayL {
    border-left: solid 1px #c8c8c8;
}


/* btn */
ul.systemBtn {
    -js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 50px auto 100px;
    text-align: center;
	width: 100%;
}

ul.systemBtn li {
    box-sizing: border-box;
	margin: 0;
    padding: 0;
	vertical-align: top;
	width: 48%;
}

ul.systemBtn li:first-child {
    padding: 0;
}

.bgGinouJissyu {
    background: url("../system/images/bg_ginoujissyu.jpg") no-repeat;
    background-size: 440px auto;
}

.bgTokuteiGinou {
    background: url("../system/images/bg_tokuteiginou.jpg") no-repeat;
    background-size: 440px auto;
}

ul.systemBtn li a {
    color:#fff;
    display: block;
    font-size:1.8rem;
    font-weight: bold;
    padding: 70px 0;
}

ul.systemBtn li a:hover {
    color:#f0f0f0;
}

.systemChart {
    height: auto;
    margin: 20px 0 0;
    width: 920px;
}

/* 特定技能制度 */
.tokuteiginou ul li h4 {
    color:#0000cc;
    font-size:1.8rem;
    margin-bottom: 5px
}

.tokuteiginou ul li p {
    margin-bottom: 20px;
}
/*  */

.systemFlowchart {
    padding: 0 0 30px;
}

.systemFlowchart img {
    height: auto;
    width: 875px;
}

ul.taihiSyokugyou {
    -js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
	width: 100%;
}

ul.taihiSyokugyou li {
    background: #0000cc;
    border-radius: 3px;
	box-sizing: border-box;
	margin: 0;
    text-align: center;
    padding: 10px;
	vertical-align: top;
	width: 440px;
}

ul.taihiSyokugyou li h4 {
    color:#fff;
    font-size:1.8rem;
    font-weight: bold;
    padding: 0;
}

.taihiSyokugyouInner {
    background: #fff;
    padding: 10px;
    margin: 3px;
}

.ginouSyokusyu {
    padding: 20px 0 10px;
}

.tokuteiSyokusyu {
    text-align: left;
}

.ginouBtn {
    background: #ff33ff;
    border-radius: 30px;
    margin: 20px 20px 0;
}

.ginouBtn a {
    border-radius: 30px;
    color:#fff;
    display: block;
    font-size:1.8rem;
    transition-duration: 0.4s;
}

.ginouBtn a:hover {
    background: #ff80ff;
    color:#fff;
    display: block;
    font-size:1.8rem;
    transition-duration: 0.4s;
}

.systemTxt {
    text-align: center;
}

.systemTxt a {
    color:#333;
    border-bottom: 1px dotted#333;
}

.systemTxt a:hover {
    border: none;
}






@media screen and (max-width: 768px) {
    
    
    .system {
        margin-bottom: 50px;
    }
    .system ul li {
        margin-bottom: 30px;
        padding: 0 0 30px;
    }
    
    .system ul li:first-child {
        padding: 0;
    }
    
    .system table {
        font-size:83%;
    }

    .xScroll {
        overflow: auto;
        margin-bottom: 20px;
    }
    .xScroll table{
        width:100%;
    }
    .xScroll::-webkit-scrollbar{
        height: 7px; /* スクロールバーの高さ */
        
    }
    .xScroll::-webkit-scrollbar-track{
        background: #F1F1F1; /* スクロールバーの背景色 */
    }
    .xScroll::-webkit-scrollbar-thumb {
        background: #d6d6d6; /* スクロールバーの色 */
    }
    .xScroll td, .x-scroll th{
        white-space: nowrap;
    }

    .system table th,table td{
      padding: 10px;
    }
    
    .tableLeft {
        float: none;
        width: 100%;
    }

    .tableRight {
        float: none;
        width: 100%;
    }
    
    table.shikaku {
        margin:30px 0 15px;
    }
    
    table.syokusyu {
        margin: 30px 0 0;
    }
    
    table.syokusyu td.syokusyuItiran {
        width: 100px;
    }

    .system div.btnReadMore {
        font-size:83%;
        margin: 30px auto 60px;
        width: 80%;
    }
    
    .systemTopH3 {
        padding: 20px 0 0;
    }
    
    
    
    /* btn */
    ul.systemBtn {
        margin: 30px auto 0;
    }

    ul.systemBtn li {
        padding: 0;
        width: 48%;
    }

    ul.systemBtn li a {
        font-size:100%;
        padding: 60px 0;
    }
    
    .systemChart {
        width: 100%;
    }
    
    /* 特定技能制度 */
    .tokuteiginou ul li h4 {
        font-size:92%;
        margin-bottom: 3px
    }

    .tokuteiginou ul li p {
        margin-bottom: 15px;
    }
    
    /*  */

    .systemFlowchart img {
        width: 100%;
    }

    ul.taihiSyokugyou li {
        margin: 15px 0;
        padding: 5px;
        width: 100%;
    }

    ul.taihiSyokugyou li h4 {
        font-size:100%;
        padding: 0 0 3px;
    }

    .ginouSyokusyu {
        padding: 10px 0;
    }

    .ginouBtn {
        margin: 5px 20px 0;
    }

    .ginouBtn a {
        font-size:92%;
    }
    
    th, td {
      font-size: 83%;
    }
    
}


@media screen and (max-width: 500px) {
    /* btn */
    ul.systemBtn li {
        width: 100%;
    }
    
}



/* ==========================================================================
   Flow
   ========================================================================== */

.flow {

}

.flow ul li {
    margin: 0 0 100px;
}

.flowImg {
    text-align: center;
}

.flowImg img {
    height: auto;
    width: 940px;
}

.flowImgSmall {
    margin: 100px 0 50px;
    position: relative;
    text-align: center;
}

.flowImgSmall img {
    height: auto;
    width: 800px;
}

img.noImg {
    height: 37px;
    position: absolute;
    right:60px;
    width: auto;
}

img.noImg a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img.tekiji {
    height: auto;
    position: absolute;
    bottom:142px;
    right:16px;
    width: 37px;
}

img.no01 { top:10px;}
img.no02 { top:70px;}
img.no03 { top:115px;}
img.no04 { top:115px; right:18px;}
img.no05 { top:160px;}
img.no06 { top:200px;}
img.no07 { top:275px;}
img.no08 { top:330px;}
img.no09 { top:380px;}
img.no10 { top:440px;}
img.no11 { top:530px;}
img.no12 { top:705px;}
img.no13 { top:820px;}
img.no14 { top:900px;}
img.no15 { bottom:15px;}

img.no01s { top:305px;}
img.no02s { top:390px;}
img.no03s { top:435px;}

img.no01_2s { top:835px;}
img.no03_2s { top:960px;}

img.no01_3s { top:1410px;}
img.no02_3s { top:1490px;}
img.no03_3s { top:1535px;}

img.no01_4s { top:1980px;}
img.no02_4s { top:2140px;}
img.no03_4s { top:2095px;}

img.no04s { bottom:565px;}
img.no05s { bottom:490px;}
img.no06s { bottom:445px;}
img.no07s { bottom:350px;}
img.no08s { bottom:240px;}
img.no09s { bottom:125px;}

img.no02_5s { bottom:15px;}

img.no10_1s { bottom:525px; right:auto !important; left:200px;}
img.no10_2s { bottom:410px; right:auto !important; left:200px;}
img.no10_3s { bottom:295px; right:auto !important; left:200px;}
img.no10_4s { bottom:180px; right:auto !important; left:200px;}
img.no10_5s { bottom:65px; right:auto !important; left:200px;}

ul#flowList {
	-js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
	width: 100%;
}

ul#flowList li {
	box-sizing: border-box;
    padding: 110px 30px 0;
    margin: 0;
    /* margin: 0 0 30px; */
	vertical-align: top;
	width: 50%;
}

ul#flowList li:nth-child(2n) {
    /* border-left: 1px solid #a4a4a4; */
    background: url("../system/practice/images/even_line.png") no-repeat left 110px;
    background-size: 1px auto;
}

ul#flowList li h4 {
    color:#000;
    font-size:2.3rem;
    margin: 0 0 20px;
}

ul#flowList li h4 span {
    font-size:1.8rem;
}

.no {
    background: #a4a4a4;
    color:#fff;
    float: left;
    font-size:2.0rem;
    font-weight: 900;
    font-family:"NotoSansCJKjp", sans-serif,"ヒラギノ角ゴ ProN W3";
    line-height: 2.0em;
    margin: 0 1em 0 0;
    text-align: center;
    width: 40px;
}

.flowStep {
    background: #0000cc;
    margin: 10px 0 0;
    padding: 7px 0;
    text-align: center;
}

.flowStep p {
    color:#fff;
    font-size:1.8rem;
    font-weight: bold;
}

.flowArrow {
    padding: 50px 0 0;
    text-align: center;
}

.flowArrow img {
    height: auto;
    width: 36px;
}

.flow div.btnReadMore {
    font-size:1.4rem;
    margin: 60px auto;
    width: 450px;
}

.flow div.btnReadMore a:hover {
    background: #8080ff;
    border-radius: 50px;
    color:#0000cc;
    transition: all 0.5s ease-out;
}





@media screen and (max-width: 768px) {

    .flow ul li {
        margin: 0 0 50px;
    }

    .flowImg img {
        width: 100%;
    }
    
    .flowImgSmall {
        margin: 50px 0;
    }

    .flowImgSmall img {
        width: 100%;
    }
    
    ul#flowList li {
        padding: 10px 0;
        margin: 0 0 20px;
        width: 100%;
    }

    ul#flowList li:nth-child(2n) {
        background: none;
        border-left: none;
    }

    ul#flowList li h4 {
        
        font-size:117%;
        margin: 0 0 20px;
    }

    ul#flowList li h4 span {
        font-size:1.8rem;
    }

    .no {
        background: #a4a4a4;
        color:#fff;
        float: left;
        font-size:2.0rem;
        font-weight: 900;
        font-family:"NotoSansCJKjp", sans-serif,"ヒラギノ角ゴ ProN W3";
        line-height: 2.0em;
        margin: 0 1em 0 0;
        text-align: center;
        width: 40px;
    }

    .flowStep {
        background: #0000cc;
        margin: 10px 0 70px;
        padding: 7px 0;
        text-align: center;
    }

    .flowStep p {
        color:#fff;
        font-size:1.8rem;
        font-weight: bold;
    }

    .flowArrow {
        text-align: center;
    }

    .flowArrow img {
        height: auto;
        width: 36px;
    }

    .flow div.btnReadMore {
        font-size:83%;
        margin: 30px auto 60px;
        width: 80%;
    }
}




/* ==========================================================================
   Why
   ========================================================================== */

.why {
    /* margin-bottom: 100px; */
}

#whyWidth {
    width: 580px;
}

.why ul li {
    /* margin: 0 0 100px; */
    margin: 0;
    padding: 120px 0 0;
}

.why ul li:first-child {
    padding: 100px 0 0;
}

.why ul li p span {
    background: #ffb3ff;
    padding: 2px 4px;
}

ul#wyhBtn {
	-js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
	width: 100%;
    
}

ul#wyhBtn li {
	box-sizing: border-box;
	margin: 0;
    padding: 0;
    text-align: center;
	width: 30%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.why ul#wyhBtn {
	float: right;
	margin: 100px auto 0;
	width: 280px;
    position: -webkit-sticky; /* Safariに対応する */
    position: sticky; /* 要素を固定/解除する */
    top: 200px; /* 縦方向の閾値 */
}

.why ul#wyhBtn li {
	box-sizing: border-box;
	margin: 0 0 30px;
    padding: 0;
    text-align: center;
	width: 280px;
    
}

.whyRight ul#wyhBtn li:last-of-type{/*サイドバー最後の要素*/
    position: -webkit-sticky;
    position: sticky;
    top: 0;/*上から離す距離（50pxとか）*/
}

.bgPortrait {
    background: url("../why/images/img_portrait.jpg") no-repeat;
    background-size: 280px auto;
}

.bgSupport {
    background: url("../why/images/img_support.jpg") no-repeat;
    background-size: 280px auto;
}

.bgCompany {
    background: url("../why/images/img_company.jpg") no-repeat;
    background-size: 280px auto;
}

.bgBk {
    background: rgba(0,0,0,0.3);
    width: 100%;
    transition: all 0.5s ease-out;
}

.bgBk:hover {
    background: rgba(0,0,0,0.4);
    transition: all 0.5s ease-out;
}

ul#wyhBtn li p {
     color:#fff;
    font-size:2.0rem;
    font-weight: bold;
    margin: 0;
    text-shadow: -2px -2px 3px #333;
}

ul#wyhBtn li p a {
    color:#fff;
    display: block;
    padding: 70px 0;
    
}

@media screen and (max-width: 768px) {
    .why {
        margin-bottom: 80px;
    }
    
    #whyWidth {
        width: 100%;
    }
    
    .why ul {
        margin: 10px 0 0;
    }

    .why ul li {
        margin: 0 0 50px;
        padding: 0;
    }
    
    .why ul li:first-child {
        padding: 0;
    }
    
    ul#wyhBtn {
        padding: 20px 0 0;

    }
    
    ul#wyhBtn li {
        width: 32%;
    }

    .bgPortrait {
        background: url("../why/images/img_portrait.jpg") no-repeat center;
        background-size: cover;
    }

    .bgSupport {
        background: url("../why/images/img_support.jpg") no-repeat center;
        background-size: cover;
    }

    .bgCompany {
        background: url("../why/images/img_company.jpg") no-repeat center;
        background-size: cover;
    }

    ul#wyhBtn li p {
        font-size:92%;
    }

    ul#wyhBtn li p a {
        padding: 40px 0;

    }
    
    .why ul#wyhBtn {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin: 0 auto;
        width: 100%;
        float: none;
        position: static;
        top:0;

    }

    .why ul#wyhBtn li {
        box-sizing: border-box;
        margin: 0 0 20px;
        padding: 0;
        text-align: center;
        width: 30%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        
        
    }
}

@media screen and (max-width: 400px) {
    ul#wyhBtn {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    ul#wyhBtn li {
        margin: 0 0 20px;
        width: 100%;
    }

    ul#wyhBtn li p a {
        padding: 30px 0;
    }
    
    .why ul#wyhBtn {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .why ul#wyhBtn li {
        margin: 0 0 20px;
        width: 100%;
    }
}



/* サポート */
.support {
    margin-bottom: 100px;
}

.support ul li {
    margin-bottom: 100px;
}

.support div.left {
    width: 180px;
}

.support div.left img {
    height: auto;
    width: 180px;
}

.support div.right {
    width: 700px;
}
.support h4 {
    color:#0000cc;
    font-size:1.5rem;
    margin-bottom: 10px;
}

.support p {
    margin-bottom: 30px;
}

p.keireki {
    font-size:1.4rem;
    line-height: 1.6em;
    margin: 0 0 7px;
    padding: 0;
}

dl.supportList p {
    margin: 0;
}

dl.supportList dt {
    clear: left;
    float: left;
    width: 45px;
}

dl.supportList dd {
    margin: 0 0 0 45px;
}

@media screen and (max-width: 768px) {
    .support {
        margin-bottom: 50px;
    }

    .support ul li {
        margin-bottom: 50px;
    }

    .support div.left {
        float: none;
        text-align: center;
        width: 100%;
    }

    .support div.left img {
        height: auto;
        margin-bottom: 10px;
        width: 24%;
    }

    .support div.right {
        float: none;
        width: 100%;
    }
    .support h4 {
        margin-bottom: 5px;
    }

    .support p {
        font-size:83%;
        margin-bottom: 20px;
    }
}


/* ポートレート */
ul.photoList {
	-js-display: flex;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	margin: 0 auto;
	width: 100%;
}

ul.photoList  li {
	box-sizing: border-box;
	margin: 0;
    text-align: center;
	vertical-align: top;
	width: 46%;
}

ul.photoList  li img {
    height: auto;
    width: auto;
    max-height: 400px;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    ul.photoList  li img {
        max-height: 300px;
    }
}

@media screen and (max-width: 400px) {
    ul.photoList  li {
        width: 100%;
    }
    
    ul.photoList  li img {
        max-height: 300px;
    }
    
}





/* ==========================================================================
   Infomation
   ========================================================================== */
.infomation {
   margin-bottom: 100px;
}

.infomation p {
   margin-bottom: 30px;
}

.infomation dl {
    margin-bottom: 30px;
}

.infomation dt {
    clear: left;
    float: left;
    padding: 10px 0;
    width: 220px;
}

.infomation dd {
    margin: 0 0 0 220px;
    padding: 10px 0;
    min-height: 27px;
}

.infomation dt p {
    font-size:1.4rem;
    margin-bottom: 0;
}

.infomation dd p {
    font-size:1.4rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infomation dd p a {
    color:#000;
    
    transition-duration: 0.4s;
}

.infomation dd p a:hover {
    color:#0000cc;
    transition-duration: 0.4s;
}

.infomation div.infoIcon {
    color:#fff;
    font-size:1.2rem;
    float: left;
    margin: 0 15px 0 0;
    padding: 1px 0;
    text-align: center;
    width: 100px;
}

.infoColorRed {
    background: #ff33ff;
}

.infoColorBlue {
    background: #8080ff;
}

.infoColorYellow {
    background: #f7c70a;
}

.infoPhoto {
    margin-top: 100px;
    text-align: center;
}

.infoPhoto img {
    height: auto;
    margin-bottom: 50px;
    width: 80%;
}

.infoIconWrap div.infoIcon {
    margin: 0;
}

p.infoData {
    float: left;
    margin-left: 20px;
}




/* Page */
.pageWrap {
	font-size: 1.4rem;
	margin: 30px auto;
	width: 50%;
}

.pageLeft {
	float: left;
}
.pageRight {
	float: right;
}

.pageWrap a {
	color:#000;
    transition-duration: 0.4s;
}

.pageWrap a:hover {
	color:#0000cc;
    transition-duration: 0.4s;
}

@media screen and (max-width: 768px) {
    .infomation {
       margin-bottom: 50px;
    }

    .infomation p {
       margin-bottom: 15px;
    }

    .infomation dt {
        clear: both;
        float: none;
        padding: 0;
        width: 100%;
    }

    .infomation dd {
        margin: 0 0 30px;
        padding: 0;
    }

    .infomation dt p {
        font-size:83%;
    }

    .infomation dd p {
        font-size:83%;
    }

    .infomation dt div.infoIcon {
        font-size:74%;
        margin: 2px 15px 0 0;
    }

    .infoPhoto {
        margin-top: 50px;
    }

    .infoPhoto img {
        height: auto;
        margin-bottom: 50px;
    }
    
/* Page */
	.pageWrap {
        font-size:74%;
		margin: 30px;
		width: auto;
    }
}



/* ==========================================================================
   Contact
   ========================================================================== */
p.contactExp {
    margin: 0 0 70px;
    text-align: center;
}

p.toiawaseExp {
    color:#000;
    font-size: 2.0rem;
    margin: 0 0 20px;
    text-align: center;
}

p.contactExp span.bold {
    font-weight: bold;
}

p.contactExp span.bgColor {
    background: #ffb3ff;
    padding: 5px;
}
.contactExpWrap {
    border: 6px solid #ff33ff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 0 0 10px;
}

.contactExpWrap h4 {
    background: #ff33ff;
    color:#000;
    font-size:2.0rem;
    font-weight: bold;
    padding: 0 0 6px;
    text-align: center;
}

.contactExpWrap p {
    margin: 0;
    padding: 10px 20px;
}

.contactExpWrap p span.bold {
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    p.contactExp {
        text-align: left;
        margin: 0 0 40px;
    }
    
    p.toiawaseExp {
        font-size: 100%;
        margin: 0 0 10px;
    }
    
    .contactExpWrap {
        border: 4px solid #ff33ff;
        margin: 0 0 40px;
    }

    .contactExpWrap h4 {
        font-size:100%;
        padding: 0 0 4px;
    }

    .contactExpWrap p {
        padding: 10px;
    }
    
}






/* ==========================================================================
   Form
   ========================================================================== */

.formWrap dl {
    margin: 0 auto;
    padding: 40px 0 ;
    width: 900px;
}

.formWrap dt {
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
    clear: left;
    float: left;
    padding: 5px 0;
    text-align:left;
    width: 220px;
}

.formWrap dd {
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin: 0 0 0 220px;
    padding: 5px 0;
    text-align:left;
    
}

.formWrap dt:first-child {
	border-top:none;
}
.formWrap dt:first-child + dd {
    border-top:none;
}

.formWrap dt p {
	line-height: 2.2em;
	float:left;
	padding:5px 0;
}

.formWrap dd p {
	color:#333;
	font-size: 1.4rem;
	font-weight: 300;
	padding:10px 0 10px 5px;
}

.formWrap dd p span {
    color:#ff0000;
}

.required {
    background: #ff0000;
    color:#fff;
    font-size:1.0rem;
    float: right;
    line-height: 30px;
    margin: 5px 10px 0 0;
    padding: 0;
    height: 30px;
    text-align: center;
    width: 30px;
}

.hissuColor {
    color:#ff0000;
}

/* 外国人就労者転職希望お問い合わせフォーム */
dl.careerForm {
    padding: 0;
}

dl.careerForm dt {
    padding: 5px 0 0;
    width: 100%;
}

dl.careerForm dd {
    margin-left: 0;
    padding: 0 0 10px;
    width: 100%;
}

dl.careerForm dt div.required {
    float: left;
    margin-left: 15px;
}

dl.careerForm dt p {
    font-weight: bold;
	line-height: 2.2em;
	float:left;
	padding:10px 0;
}
/* 外国人就労者転職希望お問い合わせフォームここまで */

.fSta {
    box-sizing: border-box;
	width: 290px;
    ime-mode: active;
}

.fStaEn {
    box-sizing: border-box;
	width: 290px;
    ime-mode: inactive;
}

.fSmall {
    box-sizing: border-box;
	width: 100px;
    ime-mode: inactive;
}

.fAdd {
    box-sizing: border-box;
	width: 99%;
	ime-mode: active;
}

.fComm {
    box-sizing: border-box;
	height: 200px;
	ime-mode: active;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	padding: 0 10px;
    vertical-align: top;
	width: 99%;
}

.formWrap input {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
    box-sizing: border-box;
	font-size: 13px;
	margin: 5px;
	padding: 10px;
}

.formWrap textarea {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 13px;
    margin: 5px 0 5px 5px;
    padding: 0;
}

.selectArea {
    background: #fff;
    border: 1px solid #bbb;
	border-radius: 5px;
	margin: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 290px;
}

.selectArea select {
	appearance: none;
    -webkit-appearance: none;
    background: transparent;
	background-image: none;
	border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.3rem;
	font-weight: 300;
    outline: none;
	padding-right: 1em;
	text-indent: 0.01px;
	text-overflow: ellipsis;
    width: 100%;
}

.selectArea select::-ms-expand {
    display: none;
}

.selectArea::before {
    border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
    content: '';
	top: 1.0em;
	right: 0.9em;
	height: 0;
	padding: 0;
	position: absolute;
	pointer-events: none;
    width: 0;
    box-shadow:none;
}

.selectArea select {
    color: #333;
	padding: 8px 38px 8px 8px;
}

.checkBoxWrap {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    padding: 0 0 0 30px;
    position: relative;
}
.checkBoxWrap input[type="checkbox"] {
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 15px;
    position: absolute;
    top:0;
    left:50px;
    width: 15px;
}

.checkBoxWrap p {
    font-size:1.5rem;
    font-weight: 300;
}

label.radioTxt {
    color:#000;
    font-size:1.4rem;
    line-height: 1.8em;
}

.zairyuBox {
    padding: 0 0 0 20px;
}

.kunimei p {
    float: left;
}

.kunimei input {
    margin: 10px 0 0 15px;
}

p.kihonHogo {
    margin: 30px 0 10px;
    text-align: center;
}

p.kihonHogo a {
    border-bottom: 1px solid #bbb;
    color:#333;
    
}

p.kihonHogo a:hover {
    border-bottom: none;
    
}

.thanksWrap {
	margin: 0 0 100px;
	height: 450px;
	text-align: center;
}

.thanksImg {
	padding: 100px 0;
}

.topBtn a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* button */
.btnRe { float:left; width:48%;}
.btnCheck { float:right; width:48%;}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
  
.submitWrap {
	margin: 0 auto;
	padding: 30px 0 60px;
	text-align: center;
	width: 100%;
}

.submitWrap input[type="submit"] {
	appearance:none;
	background:#fff;
	border: none;
	border: 1px #0000cc solid;
	border-radius: 0px;
	box-sizing:border-box;
	color: #0000cc;
	clear:both;
	cursor : pointer;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 10px 0;
	padding:15px 10px 15px;
	width:330px;
	transition-duration: 0.4s;
}

.submitWrap input:hover {
    background:#0000cc;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
	color: #fff;
	transition-duration: 0.4s;
}

input#reBtn {
	border: 1px #777 solid;
	background:#dcdcdc;
	color:#666;
}

input#reBtn:hover {
	border: 1px #777 solid;
	background:#fff;
	color:#222;
}

.contentsCaptionTitle {
    font-size:2.5rem;
    line-height: 1.8em;
    margin-bottom: 30px;
    text-align: center;
}

.contentsCaption {
    font-size:1.5rem;
    line-height: 2.6em;
    text-align: center;
}

.contentsCaptionspC {
    font-size:1.5rem;
    line-height: 2.6em;
    margin-bottom: 150px;
    text-align: center;
}



@media screen and (max-width: 768px) {	
	
	dl.contactAdd {
        margin: 0 0 60px;
    }

    dl.contactAdd dt {
        border: 3px double #3fa44a;
        clear: none;
        float: none;
        margin: 5px auto;
        text-align: center;
        width: 100%;
    }

    dl.contactAdd dd {
        margin: 5px 0 20px;
    }

    dl.contactAdd dt p {
        color:#3fa44a;
        font-size:1.5rem;
        font-weight: 700;
    }

    dl.contactAdd dd p {
        font-size:1.5rem;
        font-weight: 300;
        padding: 7px 0;
    }

    dl.contactAdd dd p span {
        color:#3fa44a;
        font-weight: 700;
    }

    .contactTxt {
        font-size:1.5rem;
        font-weight: 300;
        line-height: 1.8em;
        margin-bottom: 50px;
        text-align: left;
    }

    .contactTxt {
        font-size: 83%;
        margin-bottom: 30px;
    }

    .formWrap dl {
        box-sizing: border-box;
        padding: 0;
        width: 90%;
    }

    .formWrap dt {
        border-top: none;
        clear: left;
        float: none;
        padding: 5px 0 0;
        width: 100%;
    }

    .formWrap dd {
        border-top: none;
        border-bottom: 1px solid #dcdcdc;
        clear: left;
        margin: 0;
        padding: 0 0 5px;
        text-align:left;
        width: 100%;
    }
    
    .formWrap dd:last-child {
        border-bottom: none;
    }

    .formWrap dt p {
        font-size: 83%;
        padding:5px 0 0 5px;
    }

    .formWrap dd p {
        font-size: 83%;
        padding:5px 0 0 5px;
    }

    .required {
        border-radius: 3px;
        font-size:1.0rem;
        float: left;
        line-height: 1em;
        margin: 5px 10px 0 10px;
        padding: 5px ;
        height: auto;
    }
    
    /* 外国人就労者転職希望お問い合わせフォーム */
    .required {
        margin: 15px 10px 0 10px;
    }
    /* 外国人就労者転職希望お問い合わせフォームここまで */

    .fSta {
        width: 99%;
    }

    .fStaEn {
        width: 99%;
    }

    .fSmall {
        width: 30%;
    }

    .fAdd {
        width: 99%;
    }

    .fComm {
        height: 100px;
        padding: 10px;
        width: 99%;
    }

    .formWrap input {
        font-size: 83%;
    }

    .formWrap textarea {
        font-size: 83%;
    }

    .selectArea {
        width: 99%;
    }

    .selectArea select {
        font-size: 83%;
    }

    .checkBoxWrap {
        width: 260px;
        padding: 0 0 0 30px;
    }
    
    .checkBoxWrap input[type="checkbox"] {
        left:40px;
    }

    .checkBoxWrap p {
        font-size:83%;
    }
    
    .kunimei input {
        margin: 5px 0;
    }

    p.kihonHogo {
        font-size:83%;
        margin: 30px 0 10px;
    }

    p.kihonHogo a {
        border-bottom: 1px solid #bbb;
        color:#333;
    }

    p.kihonHogo a:hover {
        border-bottom: none;
    }
    
    .formWrap ul li {
        padding: 0 20px;
    }
    
    input.fileBtn {
        background: none;
        border: none;
    }

    
    .thanksWrap {
        margin: 0 0 100px;
        height: 450px;
        text-align: center;
    }

    .thanksImg {
        padding: 100px 0;
    }

    /* button */
    .btnRe { float:left; width:48%;}
    .btnCheck { float:right; width:48%;}
    input[type="button"],input[type="submit"] {
        -webkit-appearance: none;
    }

    .submitWrap {
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    .submitWrap input[type="submit"] {
        font-size: 92%;
        margin: 10px 0;
        padding:10px;
        width:150px;
    }

    .contentsCaptionTitle {
        font-size:117%;
    }

    .contentsCaption {
        font-size:83%;
        line-height: 2.0em;
        text-align: left;
    }
    
    .contentsCaptionspC {
        font-size:83%;
        line-height: 2.0em;
        text-align: center;
        margin-bottom: 50px;
    }


	
}





/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    min-width: 1000px;
    text-align: center;
    width: 100%;
}

footer div.wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}

.footerBlue {
    background: #0000cc;
    padding: 46px 0;
}

.footerGray{
    background: #444;
    padding: 40px 0 15px;
}

.footerFb {
    height: auto;
    width: 9px;
}

.footerCaption {
    color:#fff;
    font-size:2.0rem;
}

.footerTel {
    background: url("../images/icon_tel_wh.png") no-repeat 0 36px ;
    background-size: 19px auto;
    color:#fff;
    display: inline-block;
    font-size:3.0rem;
    font-weight: 900;
    padding: 25px 0 20px 30px;
}

.footerTel a {
    color:#fff;
}

.contactBtn {
    background: url("../images/icon_shiryou_wh.png") no-repeat 30px 13px #ff33ff;
    background-size: 15px auto;
    border-radius: 50px;
    color:#fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .contactBtn {
      background: url("../images/icon_shiryou_wh.png") no-repeat 30px 10px #ff33ff;
      background-size: 15px auto;
    } /* IE11 */
}

.contactBtn a {
    color:#fff;
    display: block;
    padding: 7px 40px 7px 60px;
    transition-duration: 0.4s;
}

.contactBtn a:hover {
    color:#0000cc;
    transition-duration: 0.4s;
}

footer div.left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 200px;
}

.footerLogo {
    height: auto;
    width: 130px;
}

.footerGray div.right ul {
    float: left;
    text-align: left;
    width: 240px;
}

.footerGray div.right ul li {
    display: inline;
}

.footerGray div.right ul li p {
    color:#999;
    font-size:1.4rem;
    font-weight: bold;
    line-height: 2.0em;
}

.footerGray div.right ul li p span {
    font-size:1.2rem;
    font-weight: normal;
}

.footerGray div.right ul li p a {
    color: #999;
    transition: .3s;
}

.footerGray div.right ul li p a:hover {
    color: #c8c8c8;
    transition: .3s;
}

.footerSns {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    color:#ff33ff;
    font-size:1.5rem;
    font-weight: bold;
    margin: 40px auto 10px;
    padding: 10px 0;
    width: 950px;
}

.footerSns img {
    margin: 0 0 0 10px;
}

footer small {
    color:#999;
    font-size:1.0rem;
    
}

@media screen and (max-width: 768px) {
    footer {
        min-width: initial;
        min-width: auto;
    }
    
    footer div.wrapper {
        width: 94%;
    }

    .footerBlue {
        padding: 28px 0;
    }

    .footerGray{
        padding: 20px 0 10px;
    }

    .footerFb {
        height: auto;
        width: 9px;
    }

    .footerCaption {
        color:#fff;
        font-size:92%;
    }

    .footerTel {
        background: url("../svg/icon_tel_wh.svg") no-repeat 0 15px ;
        background-size: 15px auto;
        font-size:117%;
        padding: 10px 0 20px 25px;
    }

    .contactBtn {
        font-size: 83%;
    }

    footer div.left {
        height: auto;
        width: auto;
    }
    
    .footerLogo {
        width: 100px;
    }

    .footerGray div.right ul {
        float: none;
        width: 100%;
    }

    .footerGray div.right ul li {
        border: none;
        display: inline;
    }

    .footerGray div.right ul li p {
        font-size:74%;
    }
    
    .footerGray div.right ul li p span {
        
    }
    
    .footerGray div.right ul li dl dt {
        clear: left;
        float: left;
        width: 46%;
    }
    
    .footerGray div.right ul li dl dd {
        margin: 0 0 0 46%;
    }

    .footerSns {
        font-size:92%;
        margin: 30px auto 10px;
        width: 100%;
    }
}





/* ---------------------------------------------------------------------------------------------------------- 
Go Top --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.goTop {
    position: fixed;
    bottom: 26px;
    right: 2em;
    text-decoration: none;
    padding: 1em;
    width:72px;
    height:55px;
    display: none;
}

a:link img.onmouse {
    height: auto;
    width: 60px;
    filter: alpha(opacity=70);
     -ms-filter: “alpha(opacity=70)”;
    opacity:0.7;
	filter: none\9;
}

a:hover img.onmouse {
    filter: alpha(opacity=100);
     -ms-filter: “alpha(opacity=100)”;
    opacity:1.0;
	filter: none\9;
}

.fixed { position: fixed; top: 0; width: 100%; z-index: 10000; }

@media screen and (max-width: 768px) {
    .goTop {
        bottom: 26px;
        right: 0;
        padding: 1em 0;
    }
    
    a:link img.onmouse {
        height: auto;
        width: 40px;
    }
}





/* ---------------------------------------------------------------------------------------------------------- 
Inview --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.inView {}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}





/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
    
  position: absolute;
    border-radius: 50px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8080ff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





