<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Buttons
 *   1.5 Other Elements
 *        1.5.1 sns icon
 *        1.5.2 page top
 *        1.5.3 modal
 * 2. HEADER
 * 3. CONTENT
 *    3.1 Info
 *    3.2 Benefits
 *    3.3 Message
 *    3.4 Guide
 *    3.5 Book
 *    3.6 Step
 * 4. FOOTER
 * 5. INTERACTIONS
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 20px;
	background: #fff;
	color: #171c61;
	line-height: 1.8;
	overflow: hidden;
}
@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 360.98px) {
    body {
        font-size: 13px;
    }
}

a {
    color: #171c61;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    color: #171c61;
    text-decoration: underline;
}
a:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767.98px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 1px solid #c8a063;
     margin-top: 20px;
     margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
}

img {
    display: block;
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px !important;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1040px !important;
    }
}

/* 1.1  Margin
 * ------------------------------*/
.mt-10 { margin-top: -10px !important; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !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; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !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; }

@media (max-width: 767.98px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mt30-xs {
        margin-top: 30px !important;
    }
    .mt40-xs {
        margin-top: 40px !important;
    }
    .mt50-xs {
        margin-top: 50px !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mb30-xs {
        margin-bottom: 30px !important;
    }
    .mb40-xs {
        margin-bottom: 40px !important;
    }
    .mb50-xs {
        margin-bottom: 50px !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
.txt-indent {
    text-indent: -1em;
    padding-left: 1em;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 767.98px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #cc0000 !important;
}
.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}
.txt-brown,
.txt-brown a,
.txt-brown a:hover {
    color: #c8a063 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f25 { font-size: 25px !important; }
@media (max-width: 991.98px) {
    .f18, .f19 {
        font-size: 16px !important;
    }
    .f20, .f21 {
        font-size: 17px !important;
    }
    .f22, .f23 {
        font-size: 18px !important;
    }
    .f24, .f25 {
        font-size: 20px !important;
    }
}
@media (max-width: 767.98px) {
    .f13, .f14 {
        font-size: 12px !important;
    }
    .f15, .f16 {
        font-size: 13px !important;
    }
    .f17, .f18 {
        font-size: 14px !important;
    }
    .f19, .f20, .f21 {
        font-size: 15px !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 16px !important;
    }
    .f15-xs {
        font-size: 15px !important;
    }
    .f14-xs {
        font-size: 14px !important;
    }
    .f13-xs {
        font-size: 13px !important;
    }
    .f12-xs {
        font-size: 12px !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

.section-ttl {
    margin: 0 0 30px;
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    color: #171c61 !important;
}
@media (max-width: 767.98px) {
    .section-ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* 1.4 Buttons
 * ------------------------------*/
#btn-right {
    width: 55px;
    height: 345px;
    position: fixed;
    font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "游ゴシック",YuGothic, sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    background: #cc0000;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    right: 0;
    top: 150px;
    margin: 0;
    z-index: 1000;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    box-sizing: border-box;
    -webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
#btn-right a {
    display: block;
    color: #fff;
    width: 55px;
    height: 345px;
    padding-top: 48px;
    padding-right: 11px;
    box-sizing: border-box;
}
#btn-right.end,
#btn-right.end a {
    height: 230px;
}
#btn-right a:hover {
    color: #fff;
    text-decoration: none;
}
#btn-right:hover,
#btn-right:focus,
#btn-right:active {
  color: #fff !important;
  background: #b80000;
}
#btn-right:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
#btn-right .icon-pen {
    width: 28px;
    height: 32px;
    top: 23px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 767.98px) {
    #btn-right {
        font-size: 12px;
        width: 31px;
        height: 225px;
        top: 40px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        letter-spacing: 0.08em;
    }
    #btn-right a {
        width: 31px;
        height: 225px;
        padding-top: 30px;
        padding-right: 3px;
    }
    #btn-right.end,
    #btn-right.end a {
        height: 150px;
    }
    #btn-right .icon-pen {
        top: 15px;
        width: 17px;
        height: 19px;
    }
}

.btn-guide {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 30px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    line-height: 1;
    padding: 45px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #cc0000;
    outline: none;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.btn-guide:hover,
.btn-guide:focus,
.btn-guide:active {
  color: #fff !important;
  text-decoration: none;
  background: #b80000;
}
.btn-guide:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
.btn-guide.small {
    max-width: 600px;
    background: #b59047;
    padding: 20px 10px;
    margin-top: 50px;
}
.btn-guide.small:hover,
.btn-guide.small:focus,
.btn-guide.small:active {
    background: #a17c33;
}
@media (max-width: 767.98px) {
    .btn-guide {
        padding: 25px 10px 25px 25px;
        font-size: 18px;
        border-radius: 60px;
    }
    .btn-guide.small {
        max-width: 300px;
        padding: 12px 10px 11px;
        margin-top: 20px;
    }
}

.btn-small {
    display: block;
    max-width: 600px;
    background: #5b5f99;
    border-radius: 80px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 40px auto 30px;
    padding: 5px 5px 6px;
    font-weight: 600;
    font-family: "游ゴシック",YuGothic, sans-serif !important;
    position: relative;
    outline: none;
    transition: all .3s;
    overflow: hidden;
    text-decoration: none;
}
.btn-small.left {
    margin-left: 0;
}
.btn-small:hover,
.btn-small:focus,
.btn-small:active {
  color: #fff !important;
  text-decoration: none;
  background: #474b85;
}
.btn-small:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
.btn-small.transparent {
    background: transparent;
    border: 2px solid #fff;
}
.btn-small.transparent:hover,
.btn-small.transparent:focus,
.btn-small.transparent:active {
  background: #8f7a50;
}
.btn-small.transparent:focus {
    background: transparent;
}
.btn-small + .btn-small {
    margin-top: 30px;
}
@media (max-width: 991.98px) {
    .btn-small {
        max-width: 450px;
    }
}
@media (max-width: 767.98px) {
    .btn-small {
        padding-top: 6px;
        font-size: 14px;
        margin: 20px auto 5px;
    }
    .btn-small + .btn-small {
        margin-top: 15px;
    }
}

.btn-book {
    display: block;
    max-width: 350px;
    background: #b59047;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 5px 12px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    position: relative;
    outline: none;
    transition: all .3s;
    overflow: hidden;
    text-decoration: none;
}
.btn-book span {
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, serif !important;
}
.btn-book:hover,
.btn-book:focus,
.btn-book:active {
  color: #fff !important;
  text-decoration: none;
  background: #a17c33;
}
.btn-book:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .btn-book {
        max-width: 270px;
        font-size: 15px;
        padding: 10px 5px;
        margin: 0 auto;
    }
    .btn-book span {
        font-size: 12px;
    }
}

/*---------- icon ----------*/
.icon-window01,
.icon-window02,
.icon-pen {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-size: contain !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
.icon-window01 {
    width: 36px;
    height: 26px;
    background-image: url(../img/icon-window01.png);
}
.icon-window02 {
    width: 35px;
    height: 26px;
    background-image: url(../img/icon-window02.png);
}
.icon-pen {
    width: 61px;
    height: 70px;
    background-image: url(../img/icon-pen.png);
    left: 50px;
}
@media (max-width: 767.98px) {
    .icon-window01 {
        width: 21px;
        height: 15px;
        left: 10px;
    }
    .icon-window02 {
        width: 20px;
        height: 15px;
        left: 10px;
    }
    .icon-pen {
        width: 30px;
        height: 34px;
        left: 15px;
    }
}

/* 1.5 Other Elements
 * ------------------------------*/
/* 1.5.1 sns Icon ------------*/
#sns-list {
    width: 50px;
    height: 150px;
    padding: 10px 10px 10px 10px;
    position: fixed;
    top: 220px;
    right: 0;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 10010 !important;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#sns-list .sub {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "游ゴシック",YuGothic, sans-serif !important;
}

#sns-list .fa-facebook,
#sns-list .fa-twitter {
	font-size: 21px !important;
    color: #fff !important;
    margin-top: 20px;
    display: block;
}
#sns-list .fa-facebook:hover,
#sns-list .fa-twitter:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.5s;
}
@media only screen and (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set .icon_social {
    padding: 0;
    text-align: right;
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px;
}
.knt_general-set .icon_social .line img {
    vertical-align: top;
}
.knt_general-set .icon_social iframe {
    max-width: 150px !important;
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important;
}

.social {
    margin: 0 auto;
    max-width: 400px;
}
.social .icon_social {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3;
}
.knt_general-set,
.knt_general-set .icon_social .socialBoxON {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.knt_general-set .icon_social .socialBoxON {
	margin-bottom:30px;
}
.knt_general-set .icon_social .socialBoxON &gt; iframe {
	margin:0 5px;
}

/* 1.5.2 page top ------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 91px;
    height: 91px;
    z-index: 1000;
    background: url(../img/pagetop.png) 50% 50% no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 991.98px) {
    #pagetop {
        width: 67px;
        height: 67px;
    }
}
@media (max-width: 767.98px) {
    #pagetop {
        right: 10px;
    }
}

/* 1.5.3 modal ------------*/
.modal-cont {
    width: 1100px;
    margin: 0;
    padding: 30px 40px;
    box-sizing: border-box;
    overflow-x: hidden;
    height: 550px;
    overflow-y: scroll;
}
@media (max-width: 1199.98px) {
    .modal-cont {
        width: 900px;
        height: 480px;
        padding: 30px;
    }
}
@media (max-width: 991.98px) {
    .modal-cont {
        width: 700px;
        height: 470px;
        padding: 20px;
    }
}
@media (max-width: 767.98px) {
    .modal-cont {
        width: auto;
        padding-left: 25px;
        padding-bottom: 0;
    }
}

.modal-cont .sub {
    margin: 30px 0 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.1;
}
.modal-cont .sub span {
    display: inline-block;
    font-size: 18px;
}
.modal-cont .txt {
    width: 75%;
    box-sizing: border-box;
    font-size: 17px;
}
.modal-cont .txt p {
    margin: 0 0 20px;
}
@media (max-width: 1199.98px) {
    .modal-cont .txt {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {
    .modal-cont .txt {
        width: 66%;
        font-size: 13px;
    }
}
@media (max-width: 767.98px) {
    .modal-cont .sub {
        width: 60%;
        float: left;
        font-size: 16px;
        padding-top: 35px;
        line-height: 1.6;
        margin-top: 0;
    }
    .modal-cont .sub span {
        font-size: 12px;
        line-height: 1.4;
    }
    .modal-cont .txt {
        width: auto;
        height: auto !important;
        font-size: 12px;
    }
    .modal-cont .txt p {
        margin-bottom: 10px;
    }
}
@media (max-width: 320.98px) {
    .modal-cont .sub {
        padding-top: 25px;
    }
}

.modal-cont::-webkit-scrollbar {
    width: 5px;
}
.modal-cont::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.modal-cont::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #171c61;
}
.modal-cont::-webkit-scrollbar-thumb:window-inactive {
	background: #171c61;
}

#modal-message .img-shibusawa {
    display: block;
    width: 250px;
    height: 502px;
    background: url(../img/img-shibusawa.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 30px;
}
@media (max-width: 1199.98px) {
    #modal-message .img-shibusawa {
        width: 200px;
        height: 402px;
        right: 30px;
    }
}
@media (max-width: 767.98px) {
    #modal-message .img-shibusawa.d-block {
        width: 110px;
        height: 140px;
        position: relative;
        top: 0;
        left: 0;
        float: right;
        background-size: cover;
    }
}
@media (max-width: 320.98px) {
    #modal-message .img-shibusawa.d-block {
        width: 90px;
        height: 120px;
    }
}

/*--- Color Box ---*/
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 10010 !important;
}

#cboxOverlay {
    background: rgba(23,28,97,0.95);
}

#cboxLoadedContent {
    border: none;
}

#cboxClose {
    width: 33px;
    height: 33px;
    top: 12px;
    right: 12px;
    outline: none;
    background: url(../img/icon-close.png) 0 0 no-repeat;
    background-size: contain;
}
#cboxClose:hover {
    opacity: 0.7;
    transition: 0.7s;
}
@media (max-width: 767.98px) {
    #cboxClose {
        width: 12px;
        height: 12px;
        top: 8px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    background: #171c61;
    -webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
header .container {
    position: relative;
}
@media (max-width: 767.98px) {
    header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

header .main {
    margin: 0 auto;
}
header .guide {
    margin: 0 auto;
    padding: 40px 0 50px;
}
header .icon-kentei {
    position: absolute;
    top: 20px;
    left: 40px;
    margin: 0;
    z-index: 2000;
}
@media (max-width: 991.98px) {
    header .icon-kentei {
        left: 80px;
    }
}
@media (max-width: 767.98px) {
    header .guide {
        padding: 15px 0 20px;
    }
    header .icon-kentei {
        top: 15px;
        left: 30px;
        width: 24px;
        height: 24px;
    }
}

/*-------------------------------
 * 3. CONTENT
 * ----------------------------*/
/* 3.1 Info
 * ------------------------------*/
.info-wrap {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 35px;
    background: #eee8d5;
	text-align: center;
}
.info-wrap .sub {
    margin: 35px 0 30px;
}
.info-wrap .sub img {
    display: inline-block;
    width: 350px;
    height: auto;
}
.info-wrap .sub span {
    display: inline-block;
    margin-left: 5px;
    font-size: 28px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
}
.info-wrap .txt {
    line-height: 2;
}
@media (max-width: 991.98px) {
    .info-wrap .sub img {
        width: 300px;
    }
}
@media (max-width: 767.98px) {
    .info-wrap {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .info-wrap .sub {
        margin: 0 0 20px;
    }
    .info-wrap .sub img {
        width: 180px;
    }
    .info-wrap .sub span {
        font-size: 20px;
        margin-left: 0;
    }
    .info-wrap .txt {
        line-height: 1.8;
    }
}

.info-wrap .info-box {
    font-size: 28px;
    line-height: 1.7;
    margin: -10px 0 30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
}
.info-wrap .info-box span {
    font-size: 24px;
    color: #b59047;
}
.info-wrap .info-box .small {
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, serif !important;
}
@media (max-width: 767.98px) {
    .info-wrap .info-box {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 20px;
    }
    .info-wrap .info-box span {
        display: block;
        font-size: 14px;
    }
    .info-wrap .info-box .small {
        font-size: 13px;
    }
}

/* 3.2 Benefits
 * ------------------------------*/
.benefits-wrap {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}
@media (max-width: 767.98px) {
    .benefits-wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

.benefits-wrap .benefits-box {
    background: #eee8d5;
    margin: 0 auto 20px;
    padding: 20px;
    font-size: 26px;
    line-height: 1.6;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
}
.benefits-wrap .benefits-box .large {
    font-size: 30px;
}
.benefits-wrap .benefits-box .small {
    font-size: 14px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, serif !important;
    line-height: 1.8;
}
.benefits-wrap .benefits-box p {
    margin: 0;
}
@media (max-width: 767.98px) {
    .benefits-wrap .benefits-box {
        font-size: 16px;
        padding: 20px;
    }
    .benefits-wrap .benefits-box .large {
        font-size: 18px;
    }
    .benefits-wrap .benefits-box .small {
        font-size: 12px;
    }
    .benefits-wrap .benefits-box .f18 {
        font-size: 13px !important;
    }
}

.benefits-wrap .benefits-box dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    padding: 0;
}
.benefits-wrap .benefits-box dl dt {
    width: 15%;
    margin: 0;
    padding: 0;
}
.benefits-wrap .benefits-box dl dd {
    margin: 0;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.benefits-wrap .benefits-box dl.benefits01 dd {
    width: 40%;
}
.benefits-wrap .benefits-box dl.benefits02 dd {
    width: 50%;
}
.benefits-wrap .benefits-box dl.benefits03 dd {
    width: 85%;
}
.benefits-wrap .benefits-box dl.benefits04 dd {
    width: 85%;
    line-height: 1.8 !important;
    padding-right: 10px;
}
.benefits-wrap .benefits-box dl.benefits04 dd .sub {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
}
.benefits-wrap .benefits-box dl.benefits01 dd.img {
    width: 45%;
}
.benefits-wrap .benefits-box dl.benefits02 dd.img {
    width: 35%;
}
@media (max-width: 767.98px) {
    .benefits-wrap .benefits-box dl dt {
        width: 30%;
    }
    .benefits-wrap .benefits-box dl dd {
        width: 70% !important;
        padding-left: 20px;
    }
    .benefits-wrap .benefits-box dl.benefits01 dd.img,
    .benefits-wrap .benefits-box dl.benefits02 dd.img {
        width: 100% !important;
        padding: 0 !important;
    }
    .benefits-wrap .benefits-box dl.benefits01 dd img {
        padding-top: 10px;
        width: 80%;
    }
    .benefits-wrap .benefits-box dl.benefits02 dd img {
        padding-top: 10px;
        width: 70%;
    }
    .benefits-wrap .benefits-box dl.benefits04 dt {
        width: 100%;
    }
    .benefits-wrap .benefits-box dl.benefits04 dt img {
        width: 30%;
    }
    .benefits-wrap .benefits-box dl.benefits04 dd {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .benefits-wrap .benefits-box dl.benefits04 dd .sub {
        font-size: 17px;
        margin: 15px 0 5px;
    }
}

.benefits-wrap .benefits-box .img-box {
    margin: 10px auto 0;
    text-align: center;
}
.benefits-wrap .benefits-box .img-box img {
    width: 80%;
    padding-bottom: 10px;
}
@media (max-width: 767.98px) {
    .benefits-wrap .benefits-box .img-box img {
        width: 100%;
    }
}

.benefits-wrap .benefits-box .movie-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 30px auto 0;
    padding: 0 30px;
}
.benefits-wrap .benefits-box .movie-box .left,
.benefits-wrap .benefits-box .movie-box .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}
@media (max-width: 767.98px) {
    .benefits-wrap .benefits-box .movie-box {
        padding: 0;
        margin-top: 0;
    }
    .benefits-wrap .benefits-box .movie-box .left,
    .benefits-wrap .benefits-box .movie-box .right {
        width: 100%;
        margin-top: 15px;
        padding: 0;
    }
}

.movie {
    position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 3.3 Message
 * ------------------------------*/
.message-wrap {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    background: #a38e64;
    color: #fff;
    font-size: 20px;
}
.message-wrap .container {
    position: relative;
}
.message-wrap .img-shibusawa {
    display: block;
    width: 250px;
    height: 502px;
    background: url(../img/img-shibusawa.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -70px;
    right: -50px;
}
@media (max-width: 1199.98px) {
    .message-wrap .img-shibusawa {
        width: 200px;
        height: 402px;
        right: 30px;
    }
}
@media (max-width: 767.98px) {
    .message-wrap .img-shibusawa {
        width: 180px;
        height: 361px;
        right: -45px;
        bottom: -30px;
    }
    .message-wrap {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 14px;
    }
}

.message-wrap .subsub {
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
}
.message-wrap .subsub span {
    display: inline-block;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, serif !important;
}
.message-wrap .txt {
    width: 75%;
}
@media (max-width: 991.98px) {
    .message-wrap .txt {
        width: 70%;
    }
}
@media (max-width: 767.98px) {
    .message-wrap .subsub {
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .message-wrap .subsub span {
        font-size: 14px;
        line-height: 1.5;
    }
    .message-wrap .txt {
        width: 64%;
    }
    .message-wrap .btn-small {
        max-width: 235px;
        font-size: 12px;
    }
    .message-wrap .btn-small.pl20-xs {
        padding-left: 30px;
    }
}
@media (max-width: 360.98px) {
    .message-wrap .txt {
        width: 62%;
    }
}
@media (max-width: 320.98px) {
    .message-wrap .txt {
        width: 56%;
    }
}

/* 3.4 Guide
 * ------------------------------*/
.guide-wrap {
    margin: 0;
    padding-top: 65px;
    padding-bottom: 65px;
}
@media (max-width: 767.98px) {
    .guide-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* 3.5 Book
 * ------------------------------*/
.book-wrap {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #5b5f99;
    color: #fff;
}
@media (max-width: 767.98px) {
    .book-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.book-wrap .book-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
    width: 90%;
}
.book-wrap .book-box .img-area {
    width: 33%;
}
.book-wrap .book-box .txt-area {
    width: 67%;
    box-sizing: border-box;
    padding-left: 40px;
}
@media (max-width: 767.98px) {
    .book-wrap .book-box {
        width: 100%;
    }
    .book-wrap .book-box .img-area {
        width: 100%;
    }
    .book-wrap .book-box .img-area img {
        width: 50%;
    }
    .book-wrap .book-box .txt-area {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        text-align: center;
    }
}

.book-wrap .book-box .sub {
    margin: 0 0 20px;
    font-size: 40px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
}
.book-wrap .book-box .frame01 {
    max-width: 250px;
    margin: 0 0 35px;
    padding: 5px 5px 6px;
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    border-radius: 80px;
    background: #171c61;
    text-align: center;
}
.book-wrap .book-box .frame02 {
    max-width: 350px;
    margin: 31px 0 25px;
    padding: 5px 5px 6px;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    background: #fff;
    text-align: center;
    color: #c9a063;
}
.book-wrap .book-box .txt {
    font-size: 16px;
    line-height: 2;
}
.book-wrap .book-box .price {
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .book-wrap .book-box .sub {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .book-wrap .book-box .frame01 {
        max-width: 270px;
        margin: 0 auto 15px;
        padding: 2px 5px;
        font-size: 15px;
    }
    .book-wrap .book-box .frame02 {
        max-width: 270px;
        margin: 15px auto;
        padding: 2px 5px;
        font-size: 15px;
    }
    .book-wrap .book-box .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .book-wrap .book-box .price {
        font-size: 17px;
    }
}

/* 3.6 Step
 * ------------------------------*/
.step-wrap {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 767.98px) {
    .step-wrap {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

.step-wrap .step-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    background: #eee8d5;
    margin: 0 auto 20px;
    padding: 25px;
    font-size: 20px;
    line-height: 1.6;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, serif !important;
    font-weight: 600;
    color: #000;
}
.step-wrap .step-box dt {
    width: 18%;
    margin: 0;
    padding: 0;
}
.step-wrap .step-box dd {
    width: 82%;
    margin: 0;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    .step-wrap .step-box {
        padding: 10px 12px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .step-wrap .step-box dt {
        width: 25%;
    }
    .step-wrap .step-box dd {
        width: 75%;
        padding-left: 12px;
    }
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 2;
}
footer .sponsor {
    margin: 0 0 30px;
    text-align: center;
}
footer .sponsor span {
    display: inline-block;
    font-size: 16px;
    color: #c8a063;
}
footer .copy {
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-family: "游ゴシック",YuGothic, sans-serif !important;
    color: #000;
}
@media (max-width: 767.98px) {
    footer {
        font-size: 14px;
        padding-bottom: 80px;
    }
    footer .sponsor span {
        font-size: 13px;
    }
    footer .copy {
        font-size: 10px;
    }
}
@media (max-width: 360.98px) {
    footer {
        font-size: 13px;
    }
    footer .sponsor span {
        font-size: 12px;
    }
}
@media (max-width: 320.98px) {
    footer {
        font-size: 11px;
    }
    footer .sponsor span {
        font-size: 10px;
    }
}

/*-------------------------------
 * 5. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*-------------------------------
 * 6. NOTICEBAR
 * ----------------------------*/
#knt_noticebar {
    background: #e7eaec;
    width: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "游ゴシック",YuGothic, sans-serif !important;
}
#knt_noticebar p {
    background: url(/common/imgs/i-attention.gif) 3% no-repeat;
    color: #000;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
@media (max-width: 575.98px) {
    #knt_noticebar p {
        font-size: 11px;
    }
}
</pre></body></html>