@charset "utf-8";


/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
	/*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*reset */
html, body {
  height:100%;
}

.center{
	text-align:center;
	margin:0 auto;
}
body{
	height:100%;
/*	overflow: hidden;*/
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic{
	font-family: 'Fjalla One', sans-serif;
}

a{
    transition: all  0.3s ease;
	color: #0E3195;
}
a.jquery-disabled{
    pointer-events: none;
}



/* Mobile Layout: 480px and below. */
html { font-size:12px}
.wrap {

}

.fluidwidth{
	width: 100%;
}


/* トップ戻るボタン隠す */
.pagetop a{
	display: none;
}
.sp480,.sp768 {
	display: block;
}
.pc480, .pc768 {
	display: none;
}
a i{
    font-size: 50%;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}
.j-scroll{
	opacity: 0;
}
.animated.on{
	opacity: 1;
}


/* btn */
.btn10 {
    background: transparent;
    /*    color: #3169d1 !important;*/
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -moz-linear-gradient(180deg, rgba(48, 192, 200, 0.8), rgba(50, 22, 110, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background: -webkit-linear-gradient(right, rgba(48, 192, 200, 0.8), rgba(50, 22, 110, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background: linear-gradient(270deg, rgba(48, 192, 200, 0.8), rgba(50, 22, 110, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    /*background: linear-gradient(-55deg, #30cfd0 0%, #330867 100%);*/
    background-position: 1% 50%;
    background-size: 300% 300%;
    border: none;
    border: 1px solid #0e3195;
}
.btn10:hover {
    background-position: 99% 50%;
    color: #fff !important;
    border: 1px solid rgba(205, 200, 252, 0);
}



.btn_up {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
 }
.btn_up:hover {
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
.cv_btn{
    padding: 20px auto;
    border-radius: 100px;
    border: 0px solid rgba(255,255,255,1.00);
    background-color: #004666;
}




button {
    overflow: visible;
}
input[type="button"], input[type="submit"], button {
    background: none;
    border: 0;
    cursor: pointer;
}
input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, button, select, textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}


#particle {
    position: relative;
}
.grad01,.grad02,.grad03,.grad04{
	background: linear-gradient(90deg, #67e7dd, #AFBBF5);
}

.particle_in {
    position: absolute;
    width: 100%;
    z-index: 20;
    top: 0px;
    left: 0px;
    height: auto;
}

.btn_up_base {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
 }
.btn_up_base:hover {
  transform: translateY(-7px);
}
.head {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: rgba(255,255,255,0.70);
    position: relative;
    z-index: 10;
}
.logo {
    width: 127px;
    margin: 0 auto;
    display: block;
}
.main_title_in {
    margin: 0 auto;
    width: 90%;
    padding-top: 150px;
}
.cnt_box {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 10;
}
.sub_title01 {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 900;
    line-height: 1.5;
    font-size: 1.1em;
}
.sub_title02 {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 900;
    line-height: 1.5;
    color: #00a0e9;
    font-size: 1.5em;
}
.sub_title_img01 {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 80%;
}
.sub_lead {
    padding-bottom: 60px;
}
.point6 {
    padding-bottom: 20px;
}
.cnt01 {
    background-color: #f7f7f7;
}
.cnt02 {
    background-color: #00a0e9;
    position: relative;
}

.kouka_table {

}
.kouka_table td {
    width: 50%;
    padding: 20px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.3;
}
.k_td01 {
    background-color: #FFFFFF;
    border-bottom: 1px solid #00a0e9;
    border-left: 3px solid #00a0e9;
}
.k_td02 {
    background-color: #00a0e9;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.nano_title_w {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.kouka_table .k_td01_title {
    font-size: 1.3em;
    font-weight: 900;
    border-left: 3px solid #00a0e9;
    border-top: 3px solid #00a0e9;
}
.sub_lead01 {
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 900;
    width: 50%;
    float: left;
}
.k_td02_last {
    border-bottom-color: #00a0e9;
    border-bottom-width: 3px;
}
.k_td01_last {
    border-bottom-width: 3px;
}
.k_td02_title {
    border-top: 3px solid #00a0e9;
}
.kouka_lead {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #00a0e9;
    font-weight: 900;
    line-height: 1.8;
}
.point6_lead {
    text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    padding-bottom: 40px;
    font-size: 1.2em;
}
.sankaku {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
}
.sankaku_box {
    margin: 0 auto;
    width: 50px;
}
.contact_lead {
    color: #FFFFFF;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 20px;
    text-shadow: 0px 0px 3px hsla(0,0%,32%,0.67);
    font-size: 1.4em;
}
.contact_lead2 {
    padding: 20px;
    background-color: #FFFFFF;
}
.contact_title {
    text-align: center;
    padding-bottom: 20px;
    color: #00A0E9;
    font-weight: 900;
    font-size: 1.4em;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 20px;
}
.contact_p {
    font-size: 0.8em;
    line-height: 1.7;
    color: #555555;
    padding-bottom: 20px;
}
.contact_btn a {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 1.3em;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100px;
    background-color: #004666;
}
.kouka_bg {
    background-color: #FFFFFF;
}
.voice_bg {
    background-color: #f7f7f7;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
.about_lead {
    font-size: 1.1em;
    line-height: 2;
    padding-bottom: 40px;
}
.shiken_bg {
    background-color: #f7f7f7;
    padding-bottom: 20px;
}
.riyo_bg {
    background-color: #fff;
    padding-bottom: 20px;
}
.kensho_title {
    background-color: #00a0e9;
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
}
.kensho_img {
    padding-bottom: 20px;
}
.kensho_lead01 {
    color: #00a0e9;
    font-size: 1em;
    line-height: 1.5;
    padding-bottom: 20px;
}
.kensho_lead02 {
    font-size: 1em;
    line-height: 1.5;
    padding-bottom: 50px;
}
.phot_list {
    width: 50%;
    float: left;
}
.sub_lead01 img {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
}
.nami01 {
    padding-bottom: 20px;
}
.zizoku01 {
    padding-bottom: 20px;
}
.st_list {
    width: 33.3333%;
    float: left;
}
.st_in {
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 120px;
}

.voice_box {
    padding: 20px;
    background-color: #FFFFFF;
}
.voice_title {
    color: #00a0e9;
    font-weight: 900;
    line-height: 1.7;
    padding-bottom: 1rem;
    text-align: center;
}
.voice_lead {
    font-size: 1em;
    line-height: 1.5;
}
.voice_list img {
    position: relative;
    z-index: 0;
}
.voice_list {
    margin: 0 auto;
    width: 100%;
}
.riyo_box {
    padding-top: 20px;
    padding-bottom: 40px;
}
.riyo_list {
    width: 50%;
    float: left;
    text-align: center;
}
.riyo_in {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.riyo_lead {
    font-size: 0.8em;
    font-weight: 900;
    padding-top: 10px;
}
.torihiki_list {
    margin: 0 auto;
    width: 90%;
}
.torihiki_wrap {
    padding-top: 20px;
}
.info_wrap {
    border-top: 1px solid #CDCDCD;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.info_name_in {
    color: #00a0e9;
    font-weight: 900;
    font-size: 1em;
    text-align: center;
    padding-bottom: 10px;
}
.info_detail_in {
    text-align: center;
    font-size: 1em;
    line-height: 1.7;
}
.info_list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}
.foot {
    background-color: #FFFFFF;
    color: #7A8C90;
    font-size: 0.7em;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.pagetop {
    display: none;
}
.pagetop img {
    width: 60px;
    height: auto;
}
.foot_link a {
    background-color: #004666;
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
    font-weight: 900;
    display: block;
}
.form_bg {
    background-color: #f7f7f7;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.slider .slick-arrow {
    visibility: hidden;
}
.thanks {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255,255,255,1.00);
    font-size: 2em;
}
.thanks_head {
    background-color: #FFFFFF;
}
.main_title {
    position: relative;
    z-index: 10;
}
.voice_labe {
    display: inline-block;
    border-right: 3px solid #01A0E9;
    border-left: 3px solid #01A0E9;
    color: #01A0E9;
    font-weight: 900;
    font-size: 0.8em;
    line-height: 1.5;
}
.voice_label_box {
    text-align: center;
    margin-bottom: 10px;
}












































































/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
html { font-size:16px}


/* トップ戻るボタン隠す */
.pagetop a{
    padding: 10px 30px;
    display: none;
}

.sp480 {
	display: none;
}
.pc480 {
	display: block;
}
.sub_title_img01 {
    width: 400px;
}
.info_name {
    width: 30%;
    float: left;
}
.info_detail {
    width: 70%;
    float: left;
    text-align: left;
}
.info_name_in {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.7;
}
.info_detail_in {
    text-align: left;
    font-size: 1.3em;
}
.foot_link a {
    display: none;
}
.slider .slick-arrow {
    visibility:visible;
}














}




@media only screen and (min-width: 769px) {
html { font-size:18px}
.sp768{
	display: none;
}
.pc768{
	display: block;
}
/* topへ戻る */
.pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    display: none;
}
.pagetop a {
    text-align: center;
    text-decoration: none;
    opacity: 0.8;
    display: block;
}
.main_title_in {
    width: 400px;
}
.cnt_box {
    padding-top: 80px;
}
.phot_list {
    width: 33%;
    float: left;
}
.sub_lead01 {
    width: 33.333%;
    float: left;
}
.sub_lead01 img {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
.kouka_table td {
    padding: 30px;
    font-size: 1em;
}
.nano_title_w {
    width: 70%;
}
.kouka_table .k_td01_title {
    font-size: 1.7em;
}
.kouka_lead {
    text-align: center;
    font-size: 1.5em;
    padding-top: 40px;
    padding-bottom: 60px;
}
.point6_lead {
    padding-bottom: 60px;
}
.contact_lead2 {
    padding: 40px;
}
.sub_title02 {
    padding-bottom: 40px;
    font-size: 2em;
}
.about_lead {
    text-align: center;
}
.kensho_list {
    width: 50%;
    float: left;
}
.kensho_in {
    padding-right: 10px;
    padding-left: 10px;
}
.nami01 {
    width: 50%;
    float: left;
}
.nami01 img {
    margin: 0 auto;
    width: 93%;
    display: block;
}
.voice_list {
    margin-left: 20px;
    margin-right: 20px;
}
.voice_list img {
    width: 90%;
    margin-left: 0px;
    margin-right: auto;
}
.voice_box {
    margin-left: 10%;
    position: relative;
    z-index: 10;
    padding: 40px;
    margin-top: -60px;
}
.voice_bg {
    padding-bottom: 80px;
}
.riyo_box {
    padding-bottom: 80px;
    padding-top: 40px;
}
.torihiki_wrap {
    padding-top: 40px;
}
.foot {
    padding-top: 30px;
    padding-bottom: 30px;

}
.kensho_title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagetop {
    display: block;
    position: fixed;
    padding-bottom: 0px;
    padding-right: 0px;
}
.logo {
    width: 253px;
}
.voice_label_box {
    margin-bottom: 20px;
}




































}


@media only screen and (min-width: 900px) {
html { font-size:18px;
		width:100%;
}


}
@media only screen and (min-width: 1100px) {
.main_title_in {
    width: 984px;
}
.contact_list {
    width: 50%;
    float: left;
}
.contact_lead2 {
    padding: 60px;
}
.contact_lead {
    font-size: 2.3em;
    line-height: 2;
    padding-top: 10px;
}
.cnt_box {
    padding-top: 120px;
}
.point6_lead {
    padding-bottom: 120px;
}
.kouka_lead {
    padding-bottom: 120px;
}
.kensho_in {
    padding: 40px;
}
.phot_list {
    width: 16.6667%;
}
.sub_lead01 {
    width: 20%;
}
.shiken_bg {
    padding-bottom: 100px;
}
.riyo_bg {
    padding-bottom: 100px;
}
.sub_title02 {
    font-size: 3em;
}
.voice_list {
    margin: 0px auto;
    width: 1100px;
}
.voice_bg {
    padding-bottom: 120px;
}
.riyo_list {
    width: 25%;
}





}

@media only screen and (min-width: 1200px) {
.cnt1200{
    margin: 0 auto;
    width: 1080px;
}

}

@media only screen and (min-width: 1600px) {
	}
