/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #000;
    /*letter-spacing: .2em;*/
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_hina {
    font-family: 'Hina Mincho', serif;
}
#wrapper {
    overflow: hidden;
}
::selection{
	background: #d2e2e2;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
    height: auto;
}
/*▲ 初期設定 ▲*/

.bg_white{background:#fff}
.bg_glay{background:#f4f3f3}
.bg_navy{background:#272730}

.bold{font-weight:700}
.fw600{font-weight:600}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_red{color:#bf3e3e}
.col_purple{color:#7c6881}
.col_gold{color: #e3bc88}
.col_gold02{color: #d2b185}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.font_16{font-size: 1.6rem}
.font_18{font-size: 1.8rem}
.font_30{font-size: 3rem}
.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
img {
    width:100%;
    height: 100%;
}
table{
	width: 100%;
}
h1,h2,h3,h4{
    line-height: 1.2;
}
/*　▼ header　▼　*/
header{
    background:url(../images/mv_bg.jpg) no-repeat;
    background-size: cover;
}
.mv_area{
	background-size: cover;
    width:1200px;
    margin:0 auto;
    position: relative;
}
.mv_area p {
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
}
.mv_btn {
    position: absolute;
    width: 50%;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);

    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    border-radius: 50px;
    background-size: 2%;
    background-position: 88% 50%;
	height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    background-color: #bf3e3e;
    color: #fff;
    font-size: 2.8rem;
}
.mv_btn:hover{
    background-color: #7d0000;
}
@media screen and (max-width: 1200px) {
    .mv_area{
        width: 94%;
    }
}
@media screen and (max-width: 1050px) {
.mv_area p {
    bottom: 34%;
    width: 100%;
}
.mv_btn {
    width: 60%;
    bottom: 14%;
}
@media screen and (max-width: 840px) {
.mv_area p {
    bottom: 30%;
    font-size: 1.6rem;
}
.mv_btn {
    width: 50%;
    bottom: 10%;
    height: 60px;
    line-height: 60px;
}
}
@media screen and (max-width: 700px) {
.mv_area p {
    bottom: 25%;
    font-size: 2rem;
}
.mv_btn {
    width: 90%;
    bottom: 5%;
    height: 70px;
    line-height: 70px;
}
}
@media screen and (max-width: 550px) {
.mv_area p {
    bottom: 30%;
    font-size: 1.8rem;
}
.mv_btn {
    width: 90%;
}
}
}
header h1{
	margin-bottom: 0;
}
/*　▼ footer　▼　*/
footer {
    background:#fff;
}
footer a{
	color: #272730;
}
/*▼ ボタン設定　▼*/
.btn{
	background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: 2%;
    background-position: 88% 50%;
	height: 100px;
    line-height: 100px;
    width: 73%;
    margin: 0 auto;
    text-align: center;
    background-color: #bf3e3e;
    color: #fff;
    font-size: 2.8rem;
}
.btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #7d0000;
}

section{
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0;
}
/* 見出し設定 */
.heading_border{
	position: relative;
}
.heading_border:before {
	position: absolute;
    bottom: -30px;
    left: calc(47% - 30px);
    width: 114px;
    height: 2px;
    content: '';
    background: #272730;
}
/* 画像設定 */
.check li{
	background: url(../images/check.png) no-repeat;
	background-size: 2.5%;
    background-position: left 5px;
    padding-left: 3.2%;
    border-bottom: 1px solid #bac8c9;
    line-height: 1.2;
}
.sec04_wrap {
	background: #d2e2e2;
}
.sec05_wrap {
	background: url(../images/sec05_bg.jpg) no-repeat;
	background-size: cover;
    background-position: center top;
}
.sec06_wrap {
	background: url(../images/sec06_bg.jpg) no-repeat;
	background-size: cover;
    background-position: center top;
}

.btn_txt {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: .1em;
}

/* tokuten */
.tokuten_wrap {
    background-color: #020231;
}
.tokuten {
    padding: 80px 0;
}
.tokuten h1 {
    font-size: 4.4rem;
    line-height: 1.6;
    margin-bottom: 50px;
}
.tokuten01 {
    margin-bottom: 40px;
}
.tokuten_num01 {
    width: 18%;
    margin: 0 auto 20px;
}
.tokuten01 h2 {
    font-size: 3rem;
}
.tokuten01_img {
    width: 86%;
    margin: 30px auto;
}
.tokuten01 ul {
    margin: 0 auto;
    width: 86%;
    padding: 3%;
    text-align: left;
    background-color: #d2b185;
    color: #020231;
}
.tokuten01 ul li {
    font-size: 2.6rem;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.tokuten01 ul li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check_tokuten.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    left: 0;
    top: 12px;
}
.tokuten p {
    font-size: 2.6rem;
}
.tokuten_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tokuten_flex h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.tokuten02, .tokuten03 {
    width: 42%;
}
.tokuten_num {
    width: 16%;
    margin:  0 auto 20px;
}

/* sec01 */
.sec01 .txt {
    font-size: 2.2rem;
}
.sec01_list01 {
    text-align: left;
    width: 70%;
    padding: 3%;
    font-size: 2.2rem;
    background-color: #f6f7f7;
    color: #7c6881;
    margin: 0 auto 30px;
}
.sec01_list02 {
    text-align: left;
    width: 70%;
    padding: 3%;
    font-size: 2.4rem;
    background-color: #f6f7f7;
    color: #bb0000;
    font-weight: 500;
    margin: 0 auto 30px;
}
.sec01_list02 li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}
.sec01_list02 li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check_list.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    left: 0;
    top: 12px;
}




/* sec05 */
.sec05 {
    color: #fff;
}
.sec05 h1 {
    font-size: 4.8rem;
    font-weight: 600;
    font-style: italic;
}
.sec05 ul {
    width: 86%;
    margin: 0 auto 20px;
    font-size: 3rem;
    font-weight: 600;
}
.sec05 ul li {
    padding-left: 30px;
    position: relative;
}
.sec05 ul li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check_sec05.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    top: 14px;
}
.sec05 p {
    margin-top: 20px;
    font-size: 1.8rem;
}

/* sec06 */
.sec06 {
    color: #000;
}
.sec06 h1 {
    font-weight: 600;
    font-style: italic;
    color: #bb0000;
}
.sec06 ul {
    width: 80%;
    margin: 0 auto 40px;
    padding: 3%;
    font-size: 3rem;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.5);
}
.sec06 ul li {
    margin-bottom: 14px;
}
.sec06 p {
    font-size: 3rem;
    font-weight: 600;
    color: #c70000;
}


/* sec07 */
.sec07 img {
    width: 84%;
    margin:  0 auto 50px;
}
.sec07 .txt01 {
    font-size: 3rem;
    margin-bottom: 50px;
}
.sec07 .txt02{
    margin-top: 20px;
    line-height: 1.4;
}
/*------------------------
スマホ
------------------------*/
@media screen and (max-width: 700px) {
html {
  font-size: 62.5%;
}
body {
	width:100%;
	font-size:1.6rem;
}
.pcnone {
	display:block
}
.spnone {
    display:none
}
.sp_br {
	display:block
}
.sp_alc {
    text-align: center;
}
.sp_noflex {
    display:block;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%!important;
	padding: 14% 2%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
    font-size: 1.4rem
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
.logo {
    width:23%;
    margin: 0 auto;
}
#page-top img {
    width: 50px;
    bottom: 4%!important;
    height: 50px;
    right: 2%;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
	background: url(../images/sp_mv_bg.jpg) no-repeat;
	background-position: center top;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
.btn {
    background-size: 3%;
    background-position: 94% 50%;
    height: 80px;
    line-height: 80px;
    width: 100%;
    margin: 16px auto 0px;
    text-align: center;
    font-size: 2.4rem;
}
.heading_border:before {
    bottom: -11px;
    left: calc(43% - 30px);
}
.heading_border{
	margin-bottom: 40px;
}
.check li{
	padding-bottom: 3%;
    margin-bottom: 14px;
    background-size: 3.5%;
    background-position: left 3px;
    padding-left: 6.2%;
}
.heading_border {
    margin-bottom: 60px;
}
.pf_img{
	width: 60%;
	display: block;
	margin: 0 auto 40px;
}
.name{
	margin-bottom: 40px;
}
.name .font_big{
	font-size: 3rem;
    letter-spacing: 0.5em;
    text-align: center;
}
.name_center{
	font-size: 2.4rem;
    letter-spacing: 0.6em;
    text-align: center;
	margin-bottom: -14px;
}
.name .font_small{
	font-size: 2rem;
	text-align: center;
}
.pf_tbl th,.pf_tbl td{
	display: block;
}
.pf_tbl th{
	text-align: left;
}
.pf_tbl td{
	margin-bottom: 10px;
}
.pf_box .right{
	margin-bottom: 40px;
}
.check li {
    padding: 2% 6%!important;
    background-position: 1% 11px!important;
}
h1 {
    font-size: 3rem;
}
.heading_border:before {
    bottom: -30px;
}
.tokuten {
    padding: 14% 2%;
}
.tokuten h1 {
    font-size: 3.8rem;
    margin-bottom: 50px;
}
.tokuten_num01 {
    width: 30%;
}
.tokuten_flex {
    display: block;
}
.tokuten02, .tokuten03 {
    width: 80%;
    margin: 0 auto 30px;
}
.sec01 .txt {
    font-size: 1.8rem;
}
.sec01_list01 {
    width: 100%;
    font-size: 2rem;
}
.sec01_list02 {
    width: 100%;
    font-size: 2rem;
}
.sec01_list02 li {
    padding-left: 24px;
}
.sec01_list02 li::before {
    width: 18px;
    height: 18px;
    top: 10px;
}
.sec04 h1 {
    font-size: 2.7rem;
}
.sec04 ul {
    width: 90%;
    margin:  0 auto 30px;
}
.btn_txt {
    font-size: 1.8rem;
    letter-spacing: .1em;
}
.sec05 h1 {
    margin-bottom: 50px;
}
.sec05 ul {
    width: 94%;
    margin: 0 auto 20px;
    font-size: 2rem;
}
.sec05 ul li::before {
    top: 7px;
}
.sec05 p {
    font-size: 1.5rem;
}
.sec06 h1 {
    margin-bottom: 50px;
}
.sec06 ul {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 2rem;
    letter-spacing: .001em;
    padding: 3% 2%;
}
.sec06 p {
    font-size: 2rem;
}
.sec07 h1 {
    margin-bottom: 30px;
}
.sec07 img {
    width: 100%;
}
.sec07 .txt01 {
    font-size: 2.4rem;
    margin-bottom: 40px;
}


}
/*------------------------
タブレット〜pc
------------------------*/
@media screen and (min-width: 701px) {
body {
	line-height:1.6;
	font-size: 2rem;
}
.pcnone {
	display:none;
}
footer {
	font-size: 1.6rem;
    padding: 2%;
}
footer .box {
	width:980px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer .box li {
    display: inline;
}
footer .box li a {	
	background-size: 15px;
    background-position: 26px center;
    padding-left: 46px;
}
.logo{
	width: 16%;
	height: auto!important;
	margin: 0 auto;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
   bottom: 31px;
}
section{
	margin: 0 auto;
	padding: 8% 2%;
}
h1{
	font-size: 4rem;
	margin-bottom: 85px;
}
.heading_border{
	margin-bottom: 80px;
}
.pf_img{
	width: 32%;
	margin-right: 50px;
}
.name .font_big{
	font-size: 3.3rem;
	letter-spacing: 0.3em;
	margin-bottom: -13px;
}
.name_center{
	font-size: 2.2rem;
	letter-spacing: 0.5em;
	margin-bottom: -20px;
}
.name .font_small{
	font-size: 1.9rem;
}
.name{
	margin-bottom: 20px;
}
.name .kinoshita_name{
	letter-spacing: 0.8em;
}
.pf_box .right{
	font-size: 1.6rem;
}
.pf_tbl th{
	width: 5em;
    padding-right: 19px;
}
.pf_box{
	margin-bottom: 50px;
}
.sec03 .right p{
	line-height: 2.1;
}
.check {
	width: 100%;
	margin: 0 auto 50px;
}
.check li{
	font-size: 2.4rem;
	padding: 2% 15%;
	background-size: 3.5%;
    background-position: 10% 17px;
}


.tokuten {
    padding: 8% 2%;
}
.tokuten02, .tokuten03 {
    width: 48%;
}
.sec01_list01 {
    width: 90%;
}
.sec01_list02 {
    width: 90%;
}
.sec05 ul {
    width: 90%;
}
.sec06 ul {
    width: 94%;
}
.sec07 img {
    width: 90%;
}

}




@media screen and (max-width: 1254px){
header img{
    width: 100%;
    padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
}