@charset "utf-8";

/*-- windows8 スナップビュー対策 --*/
@-ms-viewport {
    width: device-width;
}

html {
    font-size: 14px;
}
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*- apple -*/
    background-color: #ffffff;
}
.r {
    font-family: 'Josefin Sans',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.75;
    color: #363636;
    letter-spacing : 0.05em;
}

/* common
=================================================== */

/*--- clearFix ---*/
.clr:after {
    content: '';
    display: block;
    clear: both;
}

/*--- float ---*/
.lft {
    float: left;
}

.rgt {
    float: right;
}

/*--- flex ---*/
.flex {
    display: flex;
}

/*--- スクロール表示 ---*/
.invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
}

.visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
}

/*--- img ---*/
img {
    vertical-align: bottom;
}

/*--- アニメーション ---*/
.ts {
    -webkit-transition: 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: 1s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.tsf {
    -webkit-transition: .7s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .7s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

/*--- ポジション & opacity ---*/
.pL {
    opacity: 0;
    -webkit-transform: translate3d(-30px,0,0);
    transform: translate3d(-30px,0,0);
}
.pR {
    opacity: 0;
    -webkit-transform: translate3d(30px,0,0);
    transform: translate3d(30px,0,0);
}
.pB {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    transform:  translate3d(0,30px,0);
}
.resP {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

/*------- Button -------*/
.vDetail {
    overflow: hidden;
    position: relative;
    display: block;
    width: 250px;
//min-height: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-size: 1.062rem;
    font-weight: 500;
    color: #383838;
    text-align: center;
    line-height: 1;
    background: transparent;
}
.vDetail::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 20px;
    height: 6px;
    background: url(img/vDetailArrow.png) no-repeat;
    background-size: 100%;
    transform: translateY(-55%);
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    z-index: 1;
}
.vDetail:hover::after {
    right: 5px;
    background-size: 100%;
}
.vDetail > span {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 17px 0;
    z-index: 1;
    border: 1px solid #ffffff;
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.vDetail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    transform: translateX(-100%);
    background: #0d81d5;
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    z-index: 0;
}
.vDetail:hover > span {
    color: #fff;
    border: 1px solid #0d81d5;
}
.vDetail:hover::before {
    transform: translateX(0);
}



/* レイアウト
=================================================== */

/*  container
------------------------------------*/
.wrap {
    overflow: hidden;
    position: relative;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
}

/* header
=================================================== */
header {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0 8px;
    //background: rgba(255,255,255,.9);
    background: transparent;
}
.headerBg {
    padding: 8px 0 8px;
    background: #111111;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
header li {
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 28px;
}
header h1 {
    width: 262px;
    float: left;
}
header h1 img {
    width:100%;
}
header nav {
    float: right;
    margin-top: 18px;
}

/* SP_NAV */
#sp_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    background: rgba(0,0,0, .9);
    width: 100%;
    height: 100%;
    z-index: 99999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
#sp_nav > div {
    width: 100%;
    height: 100%;
}
.hum_b {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 40px;
    height: 32px;
    transform: translateY(-50%);
    display: none;
}
.hum_b > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.hum_b span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
}
.hum_b span:nth-of-type(1) {
    top: 0;
}
.hum_b span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hum_b span:nth-of-type(3) {
    bottom: 0;
    width: 80%;
}
#sp_nav ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
#sp_nav ul li {
    width: 250px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

#sp_nav ul li a {
    padding: 25px 0;
    display: block;
}
#sp_nav ul li.close {
    position: relative;
    padding: 30px;
}
.close span {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
}
.close span:nth-of-type(2) {
    transform: rotate(-45deg);
}
/* 表示非表示 */
.dn {
//display: block;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.section {
    box-sizing: border-box;
    padding: 136px 0 80px;
}
.section h2::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -38px;
    display: block;
    height: 3px;
    width: 28px;
    background: #393939;
}
.section h2 {
    position: relative;
    display: inline-block;
    max-width: 124px;
    margin: 0 0 70px 0;
}
.section h2 img {
    width: 100%;
}
/* main_visual
=================================================== */
#main_visual {
    overflow: hidden;
    position: relative;
    width: 100%;
    //height: 100vh;
    height: 750px;
    //max-height: 840px;
    background: transparent;
    //background-attachment: fixed;

}
#main_visual > div {
    position: absolute;
    left: 0;
    top: 0;
    //display: block;
    width: 100%;
    height: 100%;
    background: url(img/main_visual_bg.jpg) top center / cover no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main_visual h2 {
    max-width: 520px;
}
#main_visual h2 img {
    width: 100%;
}
#main_visual p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
/* scroll icon */
#main_visual > div > a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: inline-block;
    width: 39px;
    transform: translateX(-50%);
}
#main_visual > div > a img {
    width: 100%;
}
#main_visual > div > a:hover {
    opacity: .6;
}

/* service
=================================================== */
#service {
    background: #fff url(img/big_title_service.png) top 70px center / 568px no-repeat;
}
#service > section {

}
#service .sec_title {
    text-align: center;
}

#service h2 img {
    width: 100%;
}

#service .icon_list {
    display: block;
    margin: 0 auto 35px;
    max-width: 800px;
}
#service ul {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service ul li {
    width: 30%;
    margin: 0 0 35px 0;
    text-align: center;
}
#service ul li img {
    max-width: 116px;
}
#service ul li p {
    font-size: 14px;
    color: #0d81d5;
}
#service > section > p {
    max-width: 718px;
    margin: 0 auto;
}

/* about us
=================================================== */
#about_us {
    background: #f6f6f6 url(img/big_title_about_us.png) top 70px center / 706px no-repeat;
}
#about_us .sec_title {
    margin: 0 0 0 0;
    text-align: center;
}
#about_us h2 {
    position: relative;
    display: inline-block;
    max-width: 150px;
    margin: 0 0 95px 0;
}
#about_us .us_bx {
    max-width: 900px;
    margin: 0 auto;
}
#about_us .logo_rect,
#about_us .us_detail {
    width: 50%;
}
#about_us .logo_rect {
    text-align: center;
}
#about_us .flex .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#about_us .logo_rect img {
    max-width: 302px;
}
#about_us dt,
#about_us dd {
    position: relative;
    font-size: 14px;
    line-height: 1;
}
#about_us dt::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 15px;
    height: 2px;
    background: #0d81d5;
    transform: translateY(-50%);
}
#about_us dt {
    margin: 0 0 12px 0;
    font-weight: bold;
}
#about_us dd {
    margin: 0 0 22px 0;
}

/* contact
=================================================== */
#contact {
    padding: 0;
    background: url(img/contact_bg.jpg) top center / cover no-repeat;
}
#contact > div {
    box-sizing: border-box;
    padding: 136px 0 80px;
    background: transparent url(img/big_title_contact.png) top 70px center / 670px no-repeat;
}
#contact .sec_title {
    margin: 0 0 0 0;
    text-align: center;
}
#contact h2 {
    position: relative;
    display: inline-block;
    max-width: 142px;
    margin: 0 0 95px 0;
}
#contact form {
    width: 558px;
    margin: 0 auto;
}
#contact form > div {
    margin: 0 0 35px 0;
}
#contact form > div:nth-of-type(2) {
    margin: 0 auto 0;
}
#contact form span {
    display: block;
    color: #fff;
    font-weight: bold;
}
#contact form input,
#contact form textarea {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px rgba(0,0,0,.3) inset;
}
#contact form input {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 24px 0;
}
#contact form textarea {
    width: 100%;
    box-sizing: border-box;
    height: 210px;
}

/* footer
=================================================== */
footer {
    box-sizing: border-box;
    padding: 30px 0 20px;
    background: #0d81d5;
}
footer p {
    font-size: 11px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}




/* ===================================================
 下層
=================================================== */
#title_area {
    box-sizing: border-box;
    padding: 140px 0 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url(img/main_visual_bg.jpg) top center / cover no-repeat;
    background-attachment: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*formの内容*/
#contact_detail_area {
    margin-bottom: 40px;
    //padding: 40px;
}
#contact_detail_area > section {
    padding: 70px 40px;
    max-width: 800px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 4px;
    background: #fff;
    transform: translateY(-30px);
}
#contact_detail_area h2 {
    position: relative;
    margin: 0 0 80px 0;
    font-size: 18px;
    color: #2f2f2f;
    text-align: center;
}
#contact_detail_area h2::after {
    content: '';
    position: absolute;
    bottom: -39px;
    left: 50%;
    display: block;
    width: 50px;
    height: 2px;
    background: #0d81d5;
    transform: translateX(-50%);
}
#contact_detail_area table {
    width: 100%;
    margin: 0 0 30px 0;
}
#contact_detail_area table th,
#contact_detail_area table td {
    //width: 100%;
    font-size: 14px;
    text-align: left;
}
#contact_detail_area table th {
    box-sizing: border-box;
    padding: 20px 0 5px 0;
}
#contact_detail_area table td {
    box-sizing: border-box;
    padding: 10px;
    background: #f2f2f2;
}

/*------- Button -------*/
#contact_detail_area .vDetail {
    margin-bottom: 20px;
    background: #72a2e3;
    color: #fff;
}
#contact_detail_area .vDetail::after {
    background: url(img/vDetailArrow.png) no-repeat;
    background-size: 100%;
    transform: translateY(-55%);
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    z-index: 1;
}
#contact_detail_area .vDetail:hover::after {
    right: 5px;
    background-size: 100%;
    background: url(img/vDetailArrow.png) no-repeat;
}
#contact_detail_area .vDetail > span {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 17px 0;
    z-index: 1;
    border: 1px solid #72a2e3;
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
#contact_detail_area .vDetail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    transform: translateX(-100%);
    background: #0d81d5;
    -webkit-transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: .3s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    z-index: 0;
}
#contact_detail_area .vDetail:hover > span {
    color: #fff;
    border: 1px solid #0d81d5;
}
#contact_detail_area .vDetail:hover::before {
    transform: translateX(0);
}
/* 完了テキスト */
.fix_text {
    margin-bottom: 40px;
    text-align: center;
}
.fix_text p {
    display: inline-block;
    text-align: left;
}
.back_home {
    display: block;
    margin: 0 auto 60px;
    width: 200px;
    text-align: center;
    font-size: 15px;
}




























