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

/* -----------------------------

トップページ／index.html

----------------------------- */

/* COMMON */

.content-in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.shoulder {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size:12px;
  font-weight: 400;
  display: block;
  margin: 15px 0 2px;
  text-align: center;
}
.shoulder_line {
  width: 80px;
  border-bottom:1px solid #8b8a89;
  margin: 5px auto 15px;
}
h3.h3_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 80px;
}

p.text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 1em;
}
p.one_column_center {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
p.one_column_left {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  margin: 0 auto 1em;
  width: 100%;
  max-width: 720px;
  text-align: left;
}


/* KV */

#kv_wrap {
  width: 100%;
  /*background-color: #f4f4f4;*/
}
/*#index_kv {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 380px;
  z-index: 1;
}*/
#index_kv {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


/* ABOUT US */
.content-about_us {
  background-color: #e0e0e0;
}
ul.aboutus_circle {
  width: calc( 240px + 10px + 240px + 10px + 240px );
  margin: 0 auto 40px;
}
ul.aboutus_circle li {
  width: 240px;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
ul.aboutus_circle li.circle1 {
  background-image: url("../img/aboutus_circle_1.png");
  margin-right: 10px;
}
ul.aboutus_circle li.circle2 {
  background-image: url("../img/aboutus_circle_2.png");
  margin-right: 10px;
}
ul.aboutus_circle li.circle3 {
  background-image: url("../img/aboutus_circle_3.png");
}
h4.aboutus_copy {
  width: 140px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/aboutus_copy.png");
  text-indent: -9999px;
  margin: 100px auto 20px;
}
.aboutus_box {
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
}
.aboutus_pict {
  width: calc( 100% - 50px - 330px );
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/aboutus_image.png");
  float: left;
}
.aboutus_text {
  width: 330px;
  float: right;
}

    /* ABOUT US add_2022.04 */
.content-big-column {
  width: 100%;
  /*width: calc( 100% - 60px );*/
  padding: 60px 0;
  background-image: url("../img/ifa_bg.jpg");
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
}
.aboutifa_box {
  width: calc( 100% - 180px );
  max-width: 840px;
  padding: 60px;
  margin: 0 auto;
  background-image: url("../img/about_ifa_box.png");
}
.aboutifa_box h4 {
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 40px;
}
.aboutifa_box_line {
  border-bottom: 1px solid #bdbdbd;
  margin: 50px auto;
  max-width: 700px;
}
.kangaeru {}
.kangaeru .left {
  width: 45%;
  max-width: 350px;
  height: 300px;
  background-image: url("../img/about_ifa_sankaku.png");
  background-position: center;
  background-size:contain;
  background-repeat: no-repeat;
  float: left;
}
.kangaeru .right {
  width: 55%;
  max-width: 450px;
  float: right;
}
.kangaeru .right ul li h5 {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 110%;
  margin-bottom: 0.1em
}
.kangaeru .right ul li {
  padding: 4px 0 3px 10px;
  margin-top: 1em;
}
.kangaeru .right ul li:nth-child(1),
.kangaeru .right ul li:nth-child(2) {
  border-left: 4px solid #93beaa;
}
.kangaeru .right ul li:nth-child(3) {
  border-left: 4px solid #799ebf;
}
.kangaeru .right ul li:nth-child(4) {
  border-left: 4px solid #ec977d;
}
.kangaeru .right ul li:nth-child(1) h5,
.kangaeru .right ul li:nth-child(2) h5 {
  color: #93beaa;
}
.kangaeru .right ul li:nth-child(3) h5 {
  color: #799ebf;
}
.kangaeru .right ul li:nth-child(4) h5 {
  color: #ec977d;
}
.kangaeru .right ul li p.text {
  margin-bottom: 0;
}




/* SERVICE */
.content-service {
  background-color: #fff;
}
ul.service_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
ul.service_list li {
  width: calc( 25% - 19px );
  float: left;
  margin-right: 20px;
}
ul.service_list li:last-child {
  margin-right: 0;
}
ul.service_list li h4 {
  background-color: #e9e0d9;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  padding: 18px 0;
  text-align: center;
  margin-bottom: 1px;
}
ul.service_list li .service_pict {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
ul.service_list li:nth-child(1) .service_pict {
  background-image:url("../img/service_pict_1.jpg");
}
ul.service_list li:nth-child(2) .service_pict {
  background-image:url("../img/service_pict_2.jpg");
}
ul.service_list li:nth-child(3) .service_pict {
  background-image:url("../img/service_pict_3.jpg");
}
ul.service_list li:nth-child(4) .service_pict {
  background-image:url("../img/service_pict_4.jpg");
}

.seminar_btn_area {
  background-color: #f0f5e1;
  padding: 30px 0 25px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
a.seminar_btn {
  background-color: #617731;
  background-image: url("../img/seminar_icon.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center left 40px;
  max-width: 260px;
  width: 90%;
  
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  text-align: center;
  display: block;
  line-height: 60px;
  text-indent: 50px;
  color: #fff;
  margin: 0 auto 15px;
}
a.seminar_btn:hover {
  background-color: #455d0f;
  text-decoration: none;
}
.seminar_btn_area p {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.service_menu {
  width: 450px;
  background-image: url("../img/service_menu.png");
  background-position: center;
  background-repeat: no-repeat;
  margin: 60px auto;
}
.service_menu::before {
	display:block;
	content:"";
  padding-top: 90%;
}

.concierge_btn_area {
  border: #bbb3ae 1px solid;
  padding: 30px 20px 25px;
  width: calc( 100% - 40px );
  max-width: 800px;
  margin: 0 auto;
}
a.concierge_btn {
  background-image: url("../img/concierge_btn.png");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 330px;
  width: 90%;
  height: 60px;
  display: block;
  text-indent: -9999px;
  margin: 0 auto 20px;
}
a.concierge_btn:hover {
  background-image: url("../img/concierge_btn_.png");
}
.concierge_btn_area p {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
.concierge_btn_area p.notis {
  font-size: 0.8em;
  margin-top: 5px;
}

   /* SERVICE add_2022.04 */
.service_img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 70px;
}
.service_img img {
  width: 100%;
}




/* FLOW */
.content-flow {
  background-color: #d7cdc4;
}
#flow_box {
  width: 100%;
  max-width: 950px;
}
#flow_box li {
  width: calc( 20% );
  float: left;
}
#flow_box li h4 {
  background-position: left center;
  background-repeat: no-repeat;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
}
#flow_box .flow1 h4 {
  background-color: #a88c72;
}
#flow_box .flow2 h4 {
  background-color: #9d7d60;
  background-image: url("../img/flow_arrow_2.png");
}
#flow_box .flow3 h4 {
  background-color: #927358;
  background-image: url("../img/flow_arrow_3.png");
}
#flow_box .flow4 h4 {
  background-color: #83674e;
  background-image: url("../img/flow_arrow_4.png");
}
#flow_box .flow5 h4 {
  background-color: #795f47;
  background-image: url("../img/flow_arrow_5.png");
}
.flow_pict {
  width: calc( 100% - 1px );
  height: 120px;
  background-position: center;
  background-size:cover;
}
.flow_pict_1 { background-image: url("../img/flow_pict_1.jpg"); }
.flow_pict_2 { background-image: url("../img/flow_pict_2.jpg"); }
.flow_pict_3 { background-image: url("../img/flow_pict_3.jpg"); }
.flow_pict_4 { background-image: url("../img/flow_pict_4.jpg"); }
.flow_pict_5 { background-image: url("../img/flow_pict_5.jpg"); }

#flow_box li p {
  width: calc( 100% - 31px );
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  padding: 15px;
}



/* ACCESS */
.content-access {
  background-color: #fff;
}
.access_box {}
.access_shibuya {
  width: calc( 50% - 60px );
  padding: 0 20px;
  float: left;
}
.access_tamapla {
  width: calc( 50% - 60px );
  padding: 0 20px;
  float: left;
  border-left: 1px solid #b9b8b8;
}
/*.access_musako {
  width: calc( 33% - 40px );
  padding: 0 20px;
  float: left;
  border-left: 1px solid #b9b8b8;
}*/
.access_box h4 {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  line-height: 1.6em;
  text-align: center;
  margin: 10px 0 25px;
}
.access_pict_main {
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
  background-position: center;
}
.access_pict_map {}

ul.access_pict {}
.access_pict_main {
  max-width: 455px;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.access_shibuya .access_pict_main {
  background-image: url("../img/access_shibuya_pict_1.jpg");
}
.access_tamapla .access_pict_main {
  background-image: url("../img/access_tamapla_pict_1.jpg");
}
.access_musako .access_pict_main {
  background-image: url("../img/access_musako_pict_1.jpg");
}
.access_pict_map {
  width: 90%;
  max-width: 300px;
  height: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px auto;
}
.access_shibuya .access_pict_map {
  background-image: url("../img/access_shibuya_map.png")
}
.access_tamapla .access_pict_map {
  background-image: url("../img/access_tamapla_map.png")
}
.access_musako .access_pict_map {
  background-image: url("../img/access_musako_map.png")
}

table.access_table {
  border: none;
  border-collapse: collapse;
  margin: 30px auto;
}
table.access_table tr {
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
table.access_table th,
table.access_table td {
  border-collapse: collapse;
  padding: 15px 10px;
  font-size: 13px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  border: none;
  text-align: left;
}


    /* add 20210824 */
.access_online {
  width: calc( 100% - 80px );
  padding: 40px;
  background-color: #ede8e5;
  /*margin-top: 50px;*/
  margin-bottom: 50px;
}
.access_online .access_online_photo {
  width: 340px;
  height: 240px;
  float: left;
  background-image: url("../img/access_online_photo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  /*background-color: #fff;*/
}
.access_online .access_online_about {
  width: calc( 100% - 380px );
  float: right;
}
.access_online .access_online_about p {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  line-height: 1.8em;
}
.access_online h4 {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 40px;
}
.access_online h5 {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight:600;
  /*margin-top: 40px;*/
  margin-bottom: 15px;
}
.access_online ol.online_flow li,
.access_online ul.setsubi li {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.access_online ul.setsubi {
  margin-top: 20px;
}
.access_online ul.setsubi li {
  list-style: disc outside;
  margin-bottom: 5px;
  margin-left: 1.5em;
}
.access_online ol.online_flow li strong {
  font-size: 15px;
  font-weight:600;
}

    /* add 2022.04 */



/* VOICE */
.content-voice {
  background-color: #f7f7f7;
}
ul.voice_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
ul.voice_list li {
  width: calc( 100% / 3 - 40px );
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}
ul.voice_list li h5 {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  line-height: 1.6em;
  margin: 10px 0;
  text-align: center;
}
ul.voice_list li p {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 1.7em;
}
.people_pict {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  margin: 10px auto;
}
.voice_1 .people_pict {
  background-image: url("../img/voice_1.png");
}
.voice_2 .people_pict {
  background-image: url("../img/voice_2.png");
}
.voice_3 .people_pict {
  background-image: url("../img/voice_3.png");
}
.voice_4 .people_pict {
  background-image: url("../img/voice_4.png");
}
.voice_5 .people_pict {
  background-image: url("../img/voice_5.png");
}
.voice_6 .people_pict {
  background-image: url("../img/voice_6.png");
}




/* FAQ */
.content-faq {
  background-color: #e7ded8;
}
.faq_q {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  
  background-image: url("../img/faq_q.png");
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #f1edea;
  padding: 20px 20px 20px 60px;
  width: calc( 100% - 80px );
  margin-bottom: 1px;
}
.faq_a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  
  background-image: url("../img/faq_a.png");
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-color: #dfd6cf;
  padding: 20px 20px 20px 60px;
  width: calc( 100% - 80px );
  margin-bottom: 20px;
}


/* CONTACT */
.content-contact {
  background-color: #f6f6f6;
}
.content-contact a.contact_btn {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 200;
  background-color: #8d1e35;
  text-align: center;
  display: block;
  width: 260px;
  color: #fff;
  padding: 28px 0 30px;
  margin: 0 auto;
}
a.contact_btn:hover {
  background-color: #520212;
  text-decoration: none;
}

/*-- disclaimer --*/
.content-disclaimer {
  border-bottom: 1px solid #ececec;
  background-color: #f6f6f6;
}
.disclaimer_content {
  font-size: 12px;
  line-height: 1.8em;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* -----------------------------

SP　スマホ
画面サイズが765px以下　

----------------------------- */

@media screen and (max-width:765px) {
  
/* COMMON */

.content-in {
  width: calc( 100% - 40px );
  padding: 30px 0;
}
h3.h3_title {
  margin-bottom: 40px;
}

/* KV */
#index_kv {
  height: 300px;
  width: 100%;
}

  
/* ABOUT US */
.aboutus_circle_set {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 40px;
}
.aboutus_circle_set img {
  width: 100%;
}
.aboutus_box {
}
.aboutus_pict {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.aboutus_text {
  width: 100%;
  float: none;
}
.kangaeru .left,
.kangaeru .right {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
  height: auto;
  float: none;
}
.kangaeru .left {
  height: 300px;
}
  
/* SERVICE */
ul.service_list {
  margin: 0 auto 40px;
}
ul.service_list li {
  width: 100%;
}
ul.service_list li,
ul.service_list li:last-child {
  float: none;
  width: 90%;
  max-width: 450px;
  margin: 0 auto 40px auto;
}
.service_menu {
  width: 90%;
  max-width: 450px;
  background-size: 100%;
}
a.concierge_btn {
  background-size: cover;
  max-width: 250px;
  width: 90%;
  height: 50px;
}
  
  
/* FLOW */
  #flow_box {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
#flow_box li {
  width: calc( 50% - 10px );
  float: left;
  margin-bottom: 20px;
}
  #flow_box .flow2,
  #flow_box .flow4 {
    margin-left: 20px;
  }
#flow_box .flow2 h4,
#flow_box .flow3 h4,
#flow_box .flow4 h4,
#flow_box .flow5 h4 {
  background-image: none;
}
.flow_pict {
  height: 180px;
}

  
/* ACCESS */
.access_shibuya {
  width: calc( 100% - 50px );
  max-width: 450px;
  padding: 0 25px;
  float:none;
  margin: 0 auto;
}
.access_tamapla {
  width: calc( 100% - 50px );
  max-width: 450px;
  padding: 40px 25px 0;
  float:none;
  border-left: none;
  border-top: 1px solid #b9b8b8;
  margin: 0 auto;
}
.access_musako {
  width: calc( 100% - 50px );
  max-width: 450px;
  padding: 40px 25px 0;
  float:none;
  border-left: none;
  border-top: 1px solid #b9b8b8;
  margin: 0 auto;
}
.access_shibuya h4,
.access_tamapla h4,
.access_musako h4 {
  height: auto;
  padding: 10px 0;
  line-height: 1.6em;
}
/* add 20210824 */
.access_online {
  width: calc( 100% - 50px );
  max-width: 450px;
  padding: 25px;
  float:none;
  margin: 0 auto 40px;
}
.access_online h4 {
  margin-bottom: 25px;
}
.access_online .access_online_photo {
  width: 100%;
  height: 220px;
  float: none;
}
.access_online .access_online_about {
  width: 100%;
  float: none;
  margin-top: 20px;
}

  /* VOICE */
ul.voice_list li {
  width: calc( 100% / 2 - 40px );
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}
    
  
  
/* -----------------------------

SP　スマホ
画面サイズが600px以下　

----------------------------- */

@media screen and (max-width:600px) {
  
/* KV */
#index_kv {
  height: 180px;
  width: 100%;
  background-size:contain;
}

/* FLOW */

#flow_box li {
  width: calc( 100% - 20px );
  max-width: 350px;
  float: none;
  margin:0 auto 20px auto;
}
  #flow_box .flow2,
  #flow_box .flow4 {
    margin-left:auto;
  }
.content-big-column {
  width: 100%;
  padding: 30px 0;
}
.aboutifa_box {
  width: calc( 100% - 120px );
  padding: 30px;
}
  
}
/* -----------------------------

SP　スマホ
画面サイズが360px以下　

----------------------------- */

@media screen and (max-width:360px) {
  
/* ABOUT US */
.aboutus_pict {
  height: 200px;
}
  
/* FLOW */
.flow_pict {
  height: 140px;
}
/* VOICE */
ul.voice_list li {
  width: calc( 100% - 40px );
  float: none;
  padding: 20px;
  margin-bottom: 20px;
}
.content-big-column {
  padding: 10px 0;
}
.aboutifa_box {
  width: calc( 100% - 40px );
  padding: 10px;
}
.kangaeru .left {
  height: 200px;
}
}</pre></body></html>