@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/

.bold{
	font-weight:bold;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
    width: 100%;
    background: #fff;
    position: relative;
}
#header .top-text {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: right;
    padding: 8px 0;
}
.head-content {
    position: relative;
    max-width: 1300px;
    margin: 0 auto 25px;
    padding: 20px 0 0;
}
.head-content .logo-wrap {
    width: 100%;
}
.head-content h1 {
    width: 244px;
}
.head-content h1 a img {
    width: 100%;
}
.head-content .title {
}
.head-content .tel-wrap {
    min-width: 735px;
}
.head-content .tel-wrap .tel {
    font-size: 30px!important;
    display: flex;
    padding-left: 30px;
    align-items: center;
    position: relative;
    -webkit-appearance: none;
}
.head-content .tel-wrap .tel:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icon-tel-01.png) no-repeat;
    background-size: contain;
}
.head-content .tel-wrap a {
    margin-left: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    -webkit-appearance: none;
}
.head-content .tel-wrap a.btn_regist {
    width: auto;
    padding: 10px 29px 10px;
    background: #64bfaa;
    border: 1px solid #64bfaa;
}
.head-content .tel-wrap a.btn_regist:after {
    /*content: "\e900";*/
    font-family: "icomoon";
    font-size: 11px;
    padding-left: 5px;
}
.head-content .tel-wrap a.btn_company {
    width: auto;
    padding: 10px 23px 10px;
    color: #fff;
    font-weight: 300;
    background: #bedfc2;
    border: 1px solid #bedfc2;
}
.head-content .tel-wrap a.btn_company:after {
    /*content: "\e900";*/
    font-family: "icomoon";
    font-size: 11px;
    padding-left: 5px;
}

@media only screen and (min-width: 681px) and (max-width: 1100px) {
.head-content .logo-wrap {
    width: 30%;
    padding: 20px 0;
}
.head-content .tel-wrap p {
    width: 225px;
}
.head-content .tel-wrap .tel {
    -webkit-appearance: none;
}
.head-content .tel-wrap a.btn_regist {
}
.head-content .tel-wrap .tel.tablet:before {
    left: 5px;
    top: 12px;
}
.head-content .tel-wrap .tel.tablet a {
    color: #212121;
    font-size: 35px;
    margin-left: 0;
    width: 100%;
}
}
 _::-webkit-full-page-media, _:future, :root .head-content .tel-wrap .tel {
 font-size: 30px!important;
 -webkit-text-size-adjust: 100%!important;
}

@media screen and (max-width:680px) {
#header {
    width: 100%;
    position: relative;
}
.head-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 0 0;
    background: #fff;
    min-height: 60px;
    border-bottom: 3px solid;
    margin: 0;
    z-index: 100;
}
.head-content .logo-wrap {
    width: 100%;
    padding: 0 10px;
}
.head-content h1 {
    width: 150px;
    margin-right: 0px;
}
}
/*  main-v  */
.main-v {
    height: 500px;
}
.main-v {
    position: relative;
    /* 	max-width:1500px; */
    margin: auto;
}
.main-v .main-slick {
}
.main-v .slick-slide {
    position: relative;
}
.main-v .main-title-wrap {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1250px;
    padding: 0%;
}
.main-v .main-v-title {
    display: block;
    font-size: 35px;
    padding-top: 120px;
    padding-bottom: 20px;
	text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.main-v .main-v-title span {
    font-size: 100%;
    color: #64bfaa;
    font-feature-settings: "palt";
}
.main-v .main-title-wrap .text_wrap {
    background: rgba(190, 223, 194, 0.4);
	padding: 1rem;
    width: 570px;
    display: inline-block;
}
.main-v .main-title-wrap .text_wrap p {
    font-size: 14px;
    color: #535353;
    text-align: center;
}
.main-v .main-title-wrap a {
    width: 240px;
    font-size: 15px;
    text-align: center;
    padding: 14px 0;
    border-radius: 50px;
}
.main-v .main-title-wrap a.btn_old {
    color: #fff;
    background: #64bfaa;
    border: 1px solid #64bfaa;
    font-feature-settings: "palt";
}

.main-v .main-title-wrap a.btn_old span {
    color: #fff;
    background: #64bfaa;
    border: 1px solid #64bfaa;
    font-feature-settings: "palt";
	font-size:18px;
}


.main-v .main-title-wrap a.btn_general {
    color: #64bfaa;
    border: 1px solid #64bfaa;
	background: #fff;
	opacity: 0.8;
}

@media screen and (max-width:650px) {
.main-v {
    height: auto !important;
    max-height: 580px;
}
.main-v .main-title-wrap {
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90vw;
    height: 100%;
}
.main-v .main-v-title {
    width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 1.8em;
    padding: 15px 10px;
    background: rgba(255,255,255,0.7);
}
.btn_box {
    padding: 20px 10px;
}
.btn_box p {
    color: #535353;
}
.btn_box a {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
    margin: 10px auto 0;
    border-radius: 50px;
    display: block;
}
.btn_box a.btn_old {
    color: #fff;
    background: #64bfaa;
    border: 1px solid #64bfaa;
    font-feature-settings: "palt";
}
.btn_box a.btn_general {
    color: #64bfaa;
    background: #fff;
    border: 1px solid #64bfaa;
}
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
    width: 100%;
}
.foot-contact-wrap {
    margin-bottom: 60px;
}
.foot-contact-wrap .title {
    font-size: 28px;
}
.foot-contact-wrap .add-text {
    font-size: 16px;
    color: #7c7c7c;
}
.foot-contact-wrap .maru-btn01 {
    max-width: 240px;
}
.foot-contact-wrap .tel {
    font-size: 26px;
    font-weight: bold;
}
.foot-contact-wrap .tel:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 28px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}
/* footer フローティングボタン・トップに戻る  */
#follow-fotter {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    z-index: 100;
}
#follow-fotter .box {
    width: 48.5%;
}
.foot-button1, .foot-button2 {
    height: 45px;
}
.foot-button1 {
    border-radius: 5px;
    padding: 10px 2px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
}
.foot-button1 i {
    font-size: 12px;
    padding-right: 2px;
    position: relative;
    top: 0px;
    transform: rotate(10deg);
}
.foot-button2 {
    border-radius: 5px;
    padding: 14px 15px 10px 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    position: relative;
	color:#fff;
}
.foot-button2 i {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 5px;
    top: -1px;
    font-size: 14px;
	color: #fff;
}
#scroll-top a {
    border-radius: 50%;
    bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    height: 70px;
    width: 70px;
    padding: 5px;
    position: fixed;
    right: 30px;
}
#scroll-top a:before {
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -2px;
}
.copy {
    text-align: center;
    letter-spacing: 0.075em;
    padding: 15px 0;
    margin: 0 0 0;
    background: #4b4b4b;
}

@media screen and (max-width:680px) {
#scroll-top a {
    display: none;
}
.copy {
    text-align: center;
    padding: 20px 0 20px;
    margin-top: 0;
}
}
/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
.menu-ani-button {
    cursor: pointer;
    position: absolute;
    width: 30px;/*---線の長さ---*/
    height: 25px;/*---線の太さ長さによって調整---*/
    margin-top: -10px;
}
.bar, .bar:before, .bar:after {
    height: 3px;/*---線の太さ---*/
    border-radius: 3px;
    width: 100%;
    background-color: #555;
    transition: all .25s;
    position: absolute;
}
.bar {
    left: 0;
    top: 10px;
}
.bar:before {
    content: "";
    left: 0;
    top: -10px;
}
.bar:after {
    content: "";
    left: 0;
    top: 10px;
}
.menu-animated .bar {
    background-color: transparent;
    transition: all .25s;
}
.menu-animated .bar:before {
    transition: all .25s;
    content: "";
    transform: rotate(45deg);
    top: 0px;
}
.menu-animated .bar:after {
    transition: all .25s;
    content: "";
    transform: rotate(-45deg);
    top: 0px;
}
/*----------------------------------------
ナビゲーションPC(ヘッダー)
----------------------------------------*/
#head-navi-pc {
    padding-bottom: 30px;
}
#head-navi-pc ul {
    display: flex;
}
#head-navi-pc ul li {
    margin-right: 30px;
}
#head-navi-pc ul li a {
    font-size: 15px;
    transition: 0.3s;
    letter-spacing: 0.05em;
}
#head-navi-pc ul li a:hover {
    opacity: 0.7;
}
/*----------------------------------------
ナビゲーションSP(ヘッダー)
----------------------------------------*/
#head-navi-sp {
    display: none;
    min-width: 630px;
}
#head-navi-sp > ul {
    display: flex;
    justify-content: space-between;
}
#head-navi-sp > ul > li {
    list-style: none;
    padding: 0 20px;
}
#head-navi-sp > ul > li:first-child {
    border-top: none;
}
#head-navi-sp > ul > li > a {
    font-size: 15px;
    font-weight: bold;
}
#head-navi-sp > ul > li > a:hover {
    opacity: 0.5;
}

@media screen and (max-width:680px) {
#head-navi-sp {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
#head-navi-sp > ul {
    display: block;
}
#head-navi-sp > ul > li {
    list-style: none;
    border-bottom: 1px dotted;
}
#head-navi-sp > ul > li:first-child {
    border-top: none;
}
#head-navi-sp > ul > li > a {
    font-size: 13px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: left;
}
#head-navi-sp > ul > li > a:hover {
    opacity: 0.5;
}
}
/*----------------------------------------
ナビゲーションPC(フッター)
----------------------------------------*/
#foot-navi-pc {
    padding: 40px 0;
}
#foot-navi-pc > .ul-wrap {
    width: 880px;
}
#foot-navi-pc > .ul-wrap > ul {
    text-align: center;
    display: table;
    table-layout: auto;
    width: 100%;
}
#foot-navi-pc > .ul-wrap > ul > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#foot-navi-pc > .ul-wrap > ul > li > a {
    padding: 5px 0;
    font-size: 14px;
    color: #4d4d4d;
}
#foot-navi-pc > .ul-wrap > ul > li > a:hover {
    opacity: 0.5;
}
/*----------------------------------------
ナビゲーションSP(フッター)
----------------------------------------*/
#foot-navi-sp > .ul-wrap > ul > li > a {
    display: block;
    color: #555;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 32px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #AFAFAF;
    background: url(../images/top_111.png) no-repeat 95% center;
    text-shadow: 0px -1px 0px #FFF !important;
}
#foot-navi-sp > .ul-wrap > ul > li {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #fff;
}
#foot-navi-sp > .ul-wrap > ul > li > a:hover {
    opacity: 0.5;
}
