﻿@charset "UTF-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.clear {
	clear: both;
}
.ptop-btn {
    padding: 7px 25px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #00699D;
    transition: .3s;
    position: absolute;
    bottom: 10px;
    right: 13%;
}
.ptop-btn:hover {
    background-color: #3CC0C2;
    transition: .3s;
}


.top-visual {
    width: 100%;
    height: 90vh;
    min-height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
    background:linear-gradient(90deg,#3CC0C2 0%,#3CC0C2 40%,#DAEBED 40%,#DAEBED 100%);
}
.kojin_top-visual {
    width: 100%;
    height: 90vh;
    min-height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
    background:linear-gradient(90deg,#E87099 0%,#E87099 40%,#F8C7D8 40%,#F8C7D8 100%);
}
.top-visual .logo, .kojin_top-visual .logo {
    width: 200px;
    height: 43px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}
.top-visual .logo img, .kojin_top-visual .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.image-bar, .image-bar2, .image-bar3, .image-bar4, .image-bar5, .image-bar6 {
	width: 80%;
	height: 65%;
	position: absolute;
	bottom: 16%;
	right: 0;
}
.image-bar {
	background-image: url("../img/corp/corp-top.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 10%;
}
.image-bar2 {
	background-image: url("../img/form-top.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 10%;
}
.image-bar3 {
	background-image: url("../img/staff/staff-top.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 10%;
}
.image-bar4 {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 10%;
}
.image-bar5 {
	background-image: url("../img/recruit-top.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 30%;
}
.image-bar6 {
	background-image: url("../img/seminar-top.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 20%;
}


h1 {
    font-family: "FOT-ロダン ProN L";
    font-size: 5vw;
    color: #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0%;
    left: 8%;
}
.kanren-site {
    font-family: "FOT-UD丸ゴ_スモール Pr6N M";
    font-size: 21px;
    letter-spacing: 0.1em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}


/*=============
.bg_pattern ここから
==============*/
.bg_pattern {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.Paper_v2 {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),

    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}
/*=============
.bg_patternここまで
==============*/

.toiawase {
	display: table;
	padding: 20px 200px 18px;
    margin: 70px auto;
	background-color: #3B51C2;
    font-family: "FOT-ロダン ProN EB";
	font-size: 28px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-decoration: none;
    transition: 0.3s;
}
.toiawase:hover {
    transition: 0.3s;
    border-radius: 35px;
	background-color: #3CC0C2;
	color: #fff; 
}
.toiawase-btn {
	display: table;
	padding: 20px 200px 18px 20px;
    margin: 50px 0 30px 10%;
	background-color: #C4BB9C;
    font-family: "FOT-ロダン ProN B";
	font-size: 20px;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-decoration: none;
    transition: 0.5s;
    text-align: left;
}
.toiawase-btn:hover {
    transition: 0.5s;
	background-color: #A59049;
	color: #fff; 
}

.tell_btn {
	width: 70px;
	height: 90px;
	background-color:#38CD73;
	position:fixed;
	top: 100px;
	right: 0;
    display: flex;
    z-index: 900;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
    /*普段は隠しておく*/
	opacity: 0;
	visibility: hidden;
    transition: .4s;
}
.nethoken_btn {
	width: 70px;
	height: 100px;
	background-color: #EAB910;
	position:fixed;
	top: 200px;
	right: 0;
    display: flex;
    z-index: 901;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
    /*普段は隠しておく*/
	opacity: 0;
	visibility: hidden;
    transition: .4s;
}
.tell_btn.active, .mail_btn.active, .nethoken_btn.active {
    /*activeが付いたら表示*/
    opacity: 1;
	visibility: visible;
    transition: .4s;
}
.tell_btn a, .mail_btn a {
    display: block;
    width: 100%;
    padding: 80% 0 0 0;
    font-family: "FOT-ロダン ProN B";
	font-size: 11px;
	line-height: 1.2em;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.nethoken_btn a {
    display: block;
    width: 100%;
    padding: 85% 0 0 0;
    font-family: "FOT-ロダン ProN B";
	font-size: 10px;
    transform: scale(0.95, 1);/*文字の長体*/
	line-height: 1.2em;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.nethoken_btn a br {
    display: none;
}
.tell_btn img, .mail_btn img {
    width: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.tell_btn img, .mail_btn img, .nethoken_btn img {
    width: auto;
    max-height: 50%;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.kanren-link {
    width: 100%;
    box-sizing: border-box;
    background-color: #878788;
    margin: 0;
    padding: 15px 5%;
    list-style: none;
}
.kanren-link li {
    width: 21.5%;
    height: 80px;
    margin: 10px 1.2%;
    background-color: #fff;
    line-height: 80px; 
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
}
.kanren-link li a {
    display: block;
    width: 100%;
    height: 100%;
}
.kanren-link li:hover {
    border: 1px solid #3CC0C2;
}
.kanren-link li a img {
    max-width: 100%;
    max-height: 98%;
    padding: 0;
    margin: -5px 0 0;
    object-fit: contain;
    vertical-align: middle;
}
footer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #3CC0C2;
    display: inline-block;
}
footer .f-info {
    width: 90%;
    box-sizing: border-box;
    margin: 0 5% 0 0;
    padding: 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 50px;
    left: 5%;
}
footer .f-info .syamei {
    font-size: 1.7em;
    display: inline-block;
    margin-bottom: 15px;
}
footer .f-info a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}
footer .f-info ol {
    width: 100%;
    display: block;
    margin: 40px auto 0;
    padding: 25px 0 0;
    list-style: none;
    border-top: 1px solid #000;
}
footer .f-info ol li {
    width: 98%;
    display: block;
    margin: 0 1em 15px;
    font-size: 12px;
    line-height: 1.2em;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
}
footer .f-logo {
    width: 160px;
    position: absolute;
    top: 15px;
    left: 3%;
}
.hoken {
    width: 570px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    margin: 50px 5% 10px 0;
    border-bottom: 1px solid #000;
    display: inline-block;
    float: right;
}
.hoken-list {
    width: 250px;
    float: right;
    margin: 5px 5% 20px 0;
    display: table;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.hoken-list li {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
    line-height: 1em;
}
.hoken-list .name {
    font-size: 15px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
}
.copyright {
    display: block;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 10px;
	line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    margin: 330px auto 20px;
}


@media only screen and (max-width: 899px) {
.top-visual {
    width: 100%;
    height: 75vh;
    min-height:inherit;
    margin: 0;
    padding: 0;
    position: relative;
    background:linear-gradient(90deg,#3CC0C2 0%,#3CC0C2 40%,#DAEBED 40%,#DAEBED 100%);
}
.kojin_top-visual {
    width: 100%;
    height: 75vh;
    min-height:inherit;
    margin: 0;
    padding: 0;
    position: relative;
    background:linear-gradient(90deg,#E87099 0%,#E87099 40%,#F8C7D8 40%,#F8C7D8 100%);
}
.top-visual .logo,.kojin_top-visual .logo {
    width: 150px;
    height: 41px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
}
.top-visual .logo img,.kojin_top-visual .logo img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.image-bar, .image-bar2, .image-bar3, .image-bar4, .image-bar5, .image-bar6 {
	width: 90%;
	height: 55%;
	position: absolute;
	bottom: 25%;
	right: 0;
}
.image-bar2 {
	background-image: url("../img/form-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 10%;
}
h1 {
    font-family: "FOT-ロダン ProN DB";
    font-size: 9vw;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 2%;
    left: 3%;
}
.toiawase {
    width: 100%;
    box-sizing: border-box;
	padding: 20px 20px 18px;
    margin: -50px auto 0;
	background-color: #3B51C2;
    font-family: "FOT-ロダン ProN EB";
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-decoration: none;
    transition: 0.3s;
}
.toiawase-btn {
    width: 65%;
	padding: 15px 20px 14px;
    margin: 20px auto;
	font-size: 18px;
	letter-spacing: 0.1em;
    text-align: center;
}

footer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 -10px;
    padding: 0 0 100px;
    background-color: #3CC0C2;
    display: inline-block;
}
footer .f-info {
    width: 90%;
    box-sizing: border-box;
    margin: 40px 5% 0;
    padding: 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 1px;
    position:static;
    display: inline-block;
}
footer .f-info .syamei {
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 12px;
}
footer .f-info a {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}
footer .f-info ol {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 30px 0 0;
    padding: 25px 0 0;
    list-style: none;
    border-top: 1px solid #000;
}
footer .f-info ol li {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.4em;
}
footer .f-logo {
    width: 150px;
    position: absolute;
    top: 15px;
    left: 3%;
}
.hoken {
    width: 80%;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    margin: 100px 0 10px 10%;
    border-bottom: 1px solid #000;
    display: inline-block;
    float: right;
}
.hoken-list {
    width: 80%;
    float: right;
    margin: 5px 0 15px 10%;
    display: table;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.hoken-list li {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 2px 0;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
    line-height: 1em;
}
.hoken-list .name {
    font-size: 15px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.kaigyo {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.copyright {
    width: 100%;
	font-size: 10px;
	line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
/*追尾関係*/
.tell_btn {
	width: 50%;
	height: 55px;
	position:fixed;
	top:inherit;
    bottom: 0;
	right:inherit;
    left: 0;
    border-radius: 0;
}
.nethoken_btn {
	width: 100%;
	height: 55px;
	position:fixed;
	top:inherit;
    bottom: 0;
	right:0;
    left:inherit;
    border-radius: 0;
}
.tell_btn.active, .mail_btn.active, .nethoken_btn.active {
    /*activeが付いたら表示*/
    opacity: 1;
	visibility: visible;
    transition: .4s;
}
.tell_btn a, .mail_btn a {
    width: 100%;
    padding: 10px 0 0px 65px;
    box-sizing: border-box;
	font-size: 14px;
    text-align: left;
    line-height: 1.3em;
}
.nethoken_btn a br {
    display:block;
}
.nethoken_btn a {
    width: 100%;
    padding: 10px 0 0px 50px;
    box-sizing: border-box;
	font-size: 14px;
    transform: scale(1.0, 1);/*文字の長体*/
    line-height: 1.3em;
    text-align: left;
}
.tell_btn img, .mail_btn img {
    width: auto;
    height: 40px;
    max-height:none;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.nethoken_btn img {
    width: auto;
    height: 40px;
    max-height:none;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.kanren-link {
    padding: 15px 3%;
}
.kanren-link li {
    width: 46%;
    height: 75px;
    margin: 10px 1%;
    text-align: center;
    vertical-align: middle;
}
.kanren-link li a img {
    width: 100%;
    max-width: 100%;
    max-height: 95%;
    padding: 0;
    margin: -5px 0 0;
    object-fit: contain;
    vertical-align: middle;
}

}
