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

body,
html {
  height: 100%;
  margin: 0 auto;
}
.clear {
	clear: both;
}


h1 {
    width: 60%;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    font-family: "FOT-マティス ProN M";
    font-size: 25px;
    font-weight: lighter;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: center;
}
h1 span {
    display:inline-block;
    margin-bottom: 4px;
    border-bottom: 1px solid #E4007F;
}
h2 {
    font-family: "FOT-マティス ProN DB";
    width: 60%;
    font-size: 35px;
    font-weight: lighter;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    text-align: left;
    color: #3E3A39;
    padding-top: 30px;
    margin: 0 0 25px 0;
    background-image: url(../img/h2-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 35px;
}
h2 span {
    font-family: "FOT-ロダン ProN EB";
    color: #E4007F;
    font-size: 12px;
    display: block;
    margin: 0 0 5px 0;
}
h4 {
    font-family: "FOT-ロダン ProN M";
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 10px;
    color: #000;
}
h4 span {
    font-family: "FOT-ロダン ProN DB";
    color: #0B318F;
    font-size: 13px;
}
h5 {
    font-family: "FOT-マティス ProN B";
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}
h6 {
    font-family: "FOT-マティス ProN M";
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}
h6 span {
    font-family: "FOT-マティス ProN M";
    font-size: 14px;
    line-height: 1.8em;
}
.read {
    font-family: "FOT-マティス ProN M";
    font-size: 16px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: block;
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 2.0em;
}
.read2 {
    width: 75%;
    margin-bottom: 60px;
    font-family: "FOT-マティス ProN M";
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 2.0em;
}
.read2 a {
    color: #000;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}
.read2 a:hover {
    color: #E4007F;
    border-bottom: 1px solid #E4007F;
}
.container {
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 70px;
    position: relative;
}
.gray-container {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 70px 5%;
    position: relative;
    background-color: #F7F8F8;
}
.contents-gray {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 25px 5%;
    position: relative;
    background-color: #F2F2F3;   
}
.service-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: left;
}
.contents-gray a {
    color: inherit;
    text-decoration: none;
}
.contact-container {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 5%;
    position: relative;
    background-color: #F3FAFE;
    display:inline-block;
}
.flow-contents {
    width: 100%;
    padding: 0;
    margin: 50px 0 15px;
    position: relative;
    float: left;
}
.flow {
    width: 70%;
    box-sizing: border-box;
    padding: 120px 7% 30px 50px;
    background-color: #F3F9FD;
    position: absolute;
    top: 0;
    left:0;
    text-align: left;
}
.step {
    font-family: "FOT-マティス ProN DB";
    font-size: 25px;
    line-height: 1.2em;
    color: #E4007F;
    display: inline-block;
    text-align: center;
    padding: 15px 15px;
    border-radius: 50%;
    border: 1px solid #E4007F;
    position: inherit;
    top: 30px;
    left: 20px;
    z-index: 5;
}
.flow p {
    font-family: "FOT-マティス ProN M";
    font-size: 14px;
    line-height: 2.0em;
    letter-spacing: 1px;
}
.flow-img {
    width: 30%;
    box-sizing: border-box;
    margin: 30px 5% 30px 0;
    float: right;
    position: inherit;
    z-index: 6;
}
.flow a {
    text-decoration: none;
}
/*ボタンエフェクト関係ここから*/
.btn2{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    outline: none;
    transition: ease .2s;
    
    font-family: "FOT-マティス ProN M";
    font-size: 15px;
    line-height: 1.2em;
    color: #0B318F;
    display: inline-block;
    margin: 15px 20px 15px 0;
    padding: 10px 20px;
    border: 1px solid #0B318F;
}
.btn2 span {
  position: relative;
  z-index: 3;
}
.btn2:hover span{
  color:#fff;
}
.naname::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#0B318F;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}
.naname:hover::before {
  animation: skewanime .6s forwards;
}
@keyframes skewanime {
  100% {
    left:-10%;/*終了地点*/
  }
}
/*ボタンエフェクト関係ここまで*/
.support1 {
    width: 47%;
    box-sizing: border-box;
    margin: 0 1%;
    padding: 12px 20px 12px 100px;
    display: inline-block;
    border: 2px solid #E3007F;
    background-color: #fff;
    background-image: url("../img/tel-icon-p.png");
    background-repeat: no-repeat;
    background-position: 4% center;
    background-size: 60px auto;
    text-align: left;
}
.support2 {
    width: 47%;
    box-sizing: border-box;
    margin: 0 1%;
    padding: 12px 20px 12px 100px;
    display: inline-block;
    border: 2px solid #0B318F;
    background-color: #fff;
    background-image: url("../img/tel-icon-b.png");
    background-repeat: no-repeat;
    background-position: 4% center;
    background-size: 60px auto;
    text-align: left;
}
.support1 .sbtitle {
    font-family: "FOT-マティス ProN EB";
    font-size: 20px;
    color: #E3007F;
    line-height: 1.5em;
    display: block;
    margin: 0;
}
.support2 .sbtitle {
    font-family: "FOT-マティス ProN EB";
    font-size: 20px;
    color: #0B318F;
    line-height: 1.5em;
    display: block;
    margin: 0;
}
.support1 .tel {
    font-family: "FOT-ニューセザンヌ ProN B";
    font-size: 30px;
    color: #E3007F;
    line-height: 100%;
    letter-spacing: 0.1em;
}
.support2 .tel {
    font-family: "FOT-ニューセザンヌ ProN B";
    font-size: 30px;
    color: #0B318F;
    line-height: 100%;
    letter-spacing: 0.1em;
}
.font1 {
    font-family: "FOT-ニューセザンヌ ProN DB";
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 100%;
}

.text {
    font-family: "FOT-マティス ProN M";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    width: 40%;
    text-align: left;
    position: absolute;
    top: 48%;
    left: 7%;
    transform: translate(0, -50%);
}
.tel2 {
    width: 48%;
    box-sizing: border-box;
    padding: 16px 15px 16px 90px;
    margin: 5px 3%;
    text-align: left;
    background-color: #0B318F;
    float: right;
    font-family: "FOT-マティス ProN DB";
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background-image: url("../img/sp-icon.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px auto;
}
.mail {
    width: 48%;
    box-sizing: border-box;
    padding: 16px 15px 16px 90px;
    margin: 5px 3%;
    text-align: left;
    background-color: #0B318F;
    float: right;
    font-family: "FOT-マティス ProN DB";
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background-image: url("../img/mail-icon.png");
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 40px auto;
}

footer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
    padding: 50px 3% 80px;
    background-color: #F2F2F3;
    border-top: 3px solid #0B318F;
    background-image: url("../img/footer-back.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 45% auto;
}
.footer-nav {
    margin: 0 0 30px 60px;
    float: left;
}
.footer-nav a {
    color: #000;
    text-decoration: none;
}
.footer-nav a:hover {
    color: #0B318F;
}
.footer-nav li {
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: "FOT-ロダン ProN L";
    font-size: 13px;
    line-height: 1.5em;
    list-style: none;
    border-bottom: 1px solid #F2F2F3;
}
.footer-nav li:hover {
    border-bottom: 1px solid #0B318F;
}
.f-prof {
    max-width: 50%;
    margin-right: 3%;
    display: inline-block;
    float: right;
    text-align: left;
}
.f-prof .logo {
    width: 100px;
    margin: 0 40px 30px 0;
    float: left;
}
.corp {
    font-family: "FOT-ロダン ProN DB";
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.f-prof p {
    font-family: "FOT-ロダン ProN L";
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 1px;
    float: left;
}
.iso {
    width: 100px;
    margin: 5px 0 10px;
    float:right;
}
.copyright {
    font-family: "FOT-ロダン ProN L";
    font-size: 11px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 10px;
    right: 5%;
}

/* fade */
h2.delighter { transform:translatey(200%); opacity:0; transition: all .5s ease-out; }
h2.delighter.started { transform:none; opacity:1; }

.delighter.news { transform:translatey(70%); opacity:0; transition: all .5s ease-out; }
.delighter.news.started { transform:none; opacity:1; }

.delighter.teian_contents { transform:translatey(35%); opacity:0; transition: all .6s ease-out; }
.delighter.teian_contents.started { transform:none; opacity:1; }

.delighter.flow-contents { transform:translate(-100%); opacity:0; transition: all 0.6s ease-out; }
.delighter.flow-contents.started { transform:none; opacity:1; }

.delighter.flow-img {  transform:translatey(20%); opacity:0; transition: all .7s ease-out; }
.delighter.flow-img.started { transform:none; opacity:1; }

.staff-l .delighter.prof-img { transform:translate(90%); opacity:0; transition: all .9s ease-out; }
.staff-l .delighter.prof-img.started { transform:none; opacity:1; }

.staff-r .delighter.prof-img { transform:translate(-90%); opacity:0; transition: all .9s ease-out; }
.staff-r .delighter.prof-img.started { transform:none; opacity:1; }

.delighter.profile {  transform:translatey(10%); opacity:0; transition: all .5s ease-out; }
.delighter.profile.started { transform:none; opacity:1; }

.delighter.philosophy, .delighter.vision { transform:translatey(80%); opacity:0; transition: all .5s ease-out; }
.delighter.philosophy.started, .delighter.vision.started { transform:none; opacity:1; }

.delighter.example-contents, .delighter.answer { transform:translatey(70%); opacity:0; transition: all .5s ease-out; }
.delighter.example-contents.started, .delighter.answer.started { transform:none; opacity:1; }

.delighter.point-box { transform:translatey(30%); opacity:0; transition: all .7s ease-out; }
.delighter.point-box.started { transform:none; opacity:1; }



@media only screen and (max-width: 899px) {
h1 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 19px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 2em;
}
h2 {
    width: 100%;
    font-size: 25px;
    padding-top: 35px;
}
h4 {
    margin: 0 20px 10px;
}
.read {
    font-size: 14px;
    text-align: left;
    width: 90%;
    margin: 0 auto 50px;
}
.read br {
    display: none;
}
.read2 {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 0 auto 50px;
}

.support1, .support2 {
    width: 94%;
    margin: 10px auto;
    padding: 12px 6px 12px 40px;
    display: block;
    background-position: 4% center;
    background-size: 50px auto;
    text-align: center;
}
.support1 .sbtitle, .support2 .sbtitle {
    font-size: 16px;
    margin: 0;
}
.support1 .tel, .support2 .tel {
    font-size: 23px;
    letter-spacing: 0;
}
.contact-container {
    padding: 40px 5%;
}
.text {
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
    position:relative;
    top: 0px;
    left: 0;
    transform: translate(0, 0%);
}
.tel2, .mail {
    width: 80%;
    padding: 16px 5px 16px 57px;
    margin: 5px 0;
    font-size: 17px;
    letter-spacing: 0;
    background-position: 10px center;
    background-size: 38px auto;
}
.footer-nav {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    float: none;
}
.footer-nav li {
    margin: 0 20px 20px 0;
    display: inline-flex;
}
.f-prof {
    width: 94%;
    max-width: none;
    margin: 40px auto 80px;
    display: inline-block;
    float: none;
    text-align: left;
}
.f-prof .logo {
    width: 100px;
    margin: 0 30px 30px 10px;
    float: left;
}
.f-prof p {
    font-size: 12px;
    line-height: 2em;
}
footer {
    background-size: 70% auto;
}
.iso {
    width: 100px;
    margin: 5px 0 10px 140px;
    float:left;
}
.copyright {
    font-size: 11px;
}

/*法人*/
.flow {
    width: 100%;
    box-sizing: border-box;
    padding: 115px 30px 50% 12%;
    margin: 0 0 80px -10%;
    background-color: rgba(243,249,253,0.80);
    position:relative;
    top: 0;
    left:0;
    text-align: left;
    float: left;
}
.step {
    font-size: 25px;
    position: absolute;
    top: 5%;
    left: 35px;
    padding: 10px;
    line-height: 1.2em;
}
.flow p {
    font-size: 13px;
}
.flow-img {
    width: 60%;
    box-sizing: border-box;
    margin: 0;
    z-index: 6;
    position: absolute;
    top:inherit;
    bottom: -5%;
    right: 0;
}


}
