﻿



/*スマホサイト**********************************************************************/
@media screen and (max-width:680px) {



* {margin: 0;padding: 0}
a {text-decoration : none}
ul, ol {list-style : none}
img {
	vertical-align : middle;
	max-width : 100%;
	height:auto;
}

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
.floatClear-sp {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

html {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    font-size : 62.5%; /*ブラウザデフォルト16px / 16×0.625=10 / 以降em指定はこれを基準に */
	line-height : 1.5;
	margin:0px;
	padding:0px;
	scroll-behavior: smooth;
}

#bg {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
    background-image: url("../img/bg_sp.svg");
	background-size:cover;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-pc {
	display: none;
}



/* ▼ フローティングバナー関係 */
.application_contact_wrapper_floating {
    background-color: #D7EAED;
    padding: 0vw 0vw 2vw 0vw;
	position: fixed;
	bottom: 0;
    width: 100%;
/* ▼ ページ下部固定表示＆最初は見えないように */
	display: none;
/* ▲ ページ下部固定表示＆最初は見えないように */
    z-index: 100;
}
.application_contact_wrapper_floating_show {
    background-color: #D7EAED;
    padding: 0vw 0vw 2vw 0vw;
	position: fixed;
	bottom: 0;
    width: 100%;
    z-index: 100;
}
p#accept {
    background-color: #259599;
    z-index: 101;
    text-align: center;
    font-size: 12px;
    line-height: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
    color: #FFFFFF;
    font-weight: bold;    
}
.application_contact_floating {
    width: 98vw;
    margin: 0px auto 0px auto;
}
img.application_button_floating {
    width: 48vw;
    height: 10vw;
    float: left;
}
img.contact_button_floating {
    width: 48vw;
    height: 10vw;
    float: right;
}
/* ▲ フローティングバナー関係 */



/*▼ページ共通の「お申し込み」関係（h3部分は個別CSSに記載）-----------------*/
#application_common_wrapper {
	height: 278px;
    padding: 40px 0px 40px 0px;
    background: linear-gradient(to right, rgba(141,200,203,1) 50%, rgba(238,196,50,1) 50%);
}
#application_common {
    width: 94vw;
    height: 238px;
    padding-top: 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    position: relative;
}

p#application_common_text1 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
p#application_common_text2 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 22px;
}

.application_common_button {
    width: 240px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    background-color: #DD3861;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #EA688E;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

p#right_now {
    margin-bottom: 0px;
}
p#right_now a {/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}

img.arrow1 {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    top: 5px;
    left: 200px;
}

img.man1 {
    display: none;
/*
    width: 75px;
    height: 114px;
    position: absolute;
    top: 212px;
    left: 8vw;
*/
}
img.woman1 {
    display: none;
/*
    width: 75px;
    height: 114px;
    position: absolute;
    top: 212px;
    left: 69vw;
*/
}
/*▲ページ共通の「お申し込み」関係（h3部分は個別CSSに記載）-----------------*/



/*▼フッター関係------------------------------------------------------*/
footer {
    margin-top: 80px;
}

p#company_logo_caption1 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

#company_logo_wrapper {
    width: 100vw;
	height: 32px;
}
#company_logo_left {
    width: 14vw;
    height: 2px;
    background-color: #A3CACC;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}
img#company_logo {
    display: block;
    width: 72vw;
    height: 32px;
    margin: 0 auto 0 auto;
    float: left;
}
#company_logo_right {
    width: 14vw;
    height: 2px;
    background-color: #E2C86B;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

p#company_logo_caption2 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #279093;
    margin: 20px 0px 10px 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

#tel_wrapper {
    width: 96vw;
    padding-top: 22px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f3f3f3;
    border-radius: 10px 10px 10px 10px;
}

p#tel_caption1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

img#tel {
    display: block;
    width: 250px;
    height: 24px;
    margin: 0px auto 15px auto;
}

p#tel_caption2 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 25px;
}

p#footer_navi {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
/*▲フッター関係------------------------------------------------------*/



small {
	display: block;
	height: 50px;
	line-height: 50px;
    font-size: 1.2rem;
/*	background-color: #27969a;*/
/*	color: #FFFFFF;*/
	text-align: center;
}
#small_application {
	display: block;
	height: 50px;
	line-height: 50px;
    font-size: 1.2rem;
	background-color: #27969a;
	color: #FFFFFF;
	text-align: center;
}



#bottom_space {
    height: 19vw;
}



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}

.mt0sp {
	margin-top: 0px !important;
}
.mt1sp {
	margin-top: 1px !important;
}
.mt2sp {
	margin-top: 2px !important;
}
.mt3sp {
	margin-top: 3px !important;
}
.mt4sp {
	margin-top: 4px !important;
}
.mt5sp {
	margin-top: 5px !important;
}
.mt6sp {
	margin-top: 6px !important;
}
.mt7sp {
	margin-top: 7px !important;
}
.mt8sp {
	margin-top: 8px !important;
}
.mt9sp {
	margin-top: 9px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.mt40sp {
	margin-top: 40px !important;
}
.mt50sp {
	margin-top: 50px !important;
}
.mt60sp {
	margin-top: 60px !important;
}
.mt70sp {
	margin-top: 70px !important;
}
.mt80sp {
	margin-top: 80px !important;
}
.mt90sp {
	margin-top: 90px !important;
}
.mt100sp {
	margin-top: 100px !important;
}

.mb0sp {
	margin-bottom: 0px !important;
}
.mb1sp {
	margin-bottom: 1px !important;
}
.mb2sp {
	margin-bottom: 2px !important;
}
.mb3sp {
	margin-bottom: 3px !important;
}
.mb4sp {
	margin-bottom: 4px !important;
}
.mb5sp {
	margin-bottom: 5px !important;
}
.mb6sp {
	margin-bottom: 6px !important;
}
.mb7sp {
	margin-bottom: 7px !important;
}
.mb8sp {
	margin-bottom: 8px !important;
}
.mb9sp {
	margin-bottom: 9px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mb50sp {
	margin-bottom: 50px !important;
}
.mb60sp {
	margin-bottom: 60px !important;
}
.mb70sp {
	margin-bottom: 70px !important;
}
.mb80sp {
	margin-bottom: 80px !important;
}
.mb90sp {
	margin-bottom: 90px !important;
}
.mb100sp {
	margin-bottom: 100px !important;
}

.pt10sp {
	padding-top: 10px !important;
}
.pt20sp {
	padding-top: 20px !important;
}
.pt30sp {
	padding-top: 30px !important;
}
.pt40sp {
	padding-top: 40px !important;
}
.pt50sp {
	padding-top: 50px !important;
}

.pb10sp {
	padding-bottom: 10px !important;
}
.pb20sp {
	padding-bottom: 20px !important;
}
.pb30sp {
	padding-bottom: 30px !important;
}
.pb40sp {
	padding-bottom: 40px !important;
}
.pb50sp {
	padding-bottom: 50px !important;
}



.green_text {
    color: #258F93;
}



.only_pc {
    display: none;
}
.only_sp {
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:681px) {



/*defaultCSS------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html {
overflow-y: scroll;
scroll-behavior: smooth;
}

img, object, embed {
vertical-align:bottom;
border: 0px;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-sp {
	display: none;
}

ul {
padding: 0;
margin: 0;
list-style-position:outside;
}

ol {
padding: 0;
margin: 0;
list-style-position:inside;
}

form, input {
margin: 0;
padding: 0;
}
/*------------------------------------------------------------------------------------------defaultCSS*/

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

/*body部分--------------------------------------------------------------------------------------------*/
body {
	min-width: 1260px;/*ipad対応用*/
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #222222;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
/*--------------------------------------------------------------------------------------------body部分*/



#bg {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
    background-image: url("../img/bg.svg");
	background-size:cover;
}



/* ▼ フローティングバナー関係 */
.application_contact_wrapper_floating {
    background-color: #D7EAED;
    height: 84px;
    padding: 0px 0px 10px 0px;
	position: fixed;
	bottom: 0;
    width: 100%;
/* ▼ ページ下部固定表示＆最初は見えないように */
	display: none;
/* ▲ ページ下部固定表示＆最初は見えないように */
    z-index: 100;
}
.application_contact_wrapper_floating_show {
    background-color: #D7EAED;
    height: 84px;
    padding: 0px 0px 10px 0px;
	position: fixed;
	bottom: 0;
    width: 100%;
    z-index: 100;
}
p#accept {
    background-color: #259599;
    z-index: 101;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
}
.application_contact_floating {
    width: 540px;
    height: 50px;
    margin: 0px auto 0px auto;
}
img.application_button_floating {
    width: 250px;
    height: 50px;
    float: left;
}
img.contact_button_floating {
    width: 250px;
    height: 50px;
    float: right;
}
/* ▲ フローティングバナー関係 */



/*▼ページ共通の「お申し込み」関係（h3部分は個別CSSに記載）-----------------*/
#application_common_wrapper {
	height: 384px;
    padding: 81px 0px 81px 0px;
    background: linear-gradient(to right, rgba(141,200,203,1) 50%, rgba(238,196,50,1) 50%);
}
#application_common {
    width: 900px;
    height: 338px;
    padding-top: 46px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    position: relative;
}

p#application_common_text1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 37px;
    font-weight: bold;
}
p#application_common_text2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 38px;
}

.application_common_button {
    width: 310px;
    height: 56px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 49px;
    background-color: #DD3861;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #EA688E;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

p#right_now {
    margin-bottom: 0px;
}
p#right_now a {/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:link {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:visited {/*訪問後のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:hover {/*マウスをのせたとき*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
p#right_now a:active {/*クリック中*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}

img.arrow1 {
    display: block;
    width: 10px;
    height: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    top: 13px;
    left: 270px;
}

img.man1 {
    width: 100px;
    height: 152px;
    position: absolute;
    top: 232px;
    left: 73px;
}
img.woman1 {
    width: 100px;
    height: 152px;
    position: absolute;
    top: 232px;
    left: 727px;
}
/*▲ページ共通の「お申し込み」関係（h3部分は個別CSSに記載）-----------------*/



/*▼フッター関係------------------------------------------------------*/
footer {
    margin-top: 180px;
}

p#company_logo_caption1 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

#company_logo_wrapper {
	height: 32px;
	background-image: url(../img/company_logo_wrapper_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
img#company_logo {
    width: 510px;
    height: 32px;
    display: block;
    margin: 0 auto 0 auto;
}

p#company_logo_caption2 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #279093;
    margin: 30px 0px 10px 0px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: bold;
}

#tel_wrapper {
    width: 600px;
    height: 172px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f3f3f3;
    border-radius: 30px 30px 30px 30px;
}

p#tel_caption1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

img#tel {
    display: block;
    width: 332px;
    height: 31px;
    margin: 0px auto 22px auto;
}

p#tel_caption2 {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 33px;
}

p#footer_navi {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin: 24px 0px 24px 0px;
}
/*▲フッター関係------------------------------------------------------*/



small {
	display: block;
	height: 50px;
	line-height: 50px;
/*	background-color: #27969a;*/
/*	color: #FFFFFF;*/
	text-align: center;
}
#small_application {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #27969a;
	color: #FFFFFF;
	text-align: center;
}



#bottom_space {
    height: 94px;
}



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}

.mt0 {
	margin-top: 0px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt6 {
	margin-top: 6px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt180 {
	margin-top: 180px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb6 {
	margin-bottom: 6px !important;
}
.mb7 {
	margin-bottom: 7px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb180 {
	margin-bottom: 180px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}

.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt90 {
	padding-top: 90px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}



.green_text {
    color: #258F93;
}



.only_pc {
}
.only_sp {
    display: none;
}



}


