@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 140px;
  background-color: #f3eee6;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 140px;
  padding: 20px 50px;
}
.page-header-logo {
  align-self: center;
}
.page-header-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

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

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  margin: 20px 27px 0 0;
  line-height: 1;
  color: #5c3513;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav {
  justify-content: flex-end;
  font-weight: 600;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child) {
  margin-right: 2em;
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
  font-weight: 700;
}
.global-nav .hd-nav li a.another-link .fa-external-link-alt {
  margin-left: 0.3em;
}
.global-nav .hd-nav li a span {
  display: block;
  margin: 6px 0 0;
  color: #f39037;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #f39037;
}

.hd-nav li.has-child {
  position: relative;
}
.hd-nav li.has-child .has-child-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-nav li.has-child .has-child-txt::after {
  content: "";
  width: 11px;
  height: 7px;
  margin: 0 0 0 8px;
  background-color: #f39037;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.hd-nav li.has-child ul {
  width: 173px;
  text-align: left;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.hd-nav li.has-child ul li {
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
}
.hd-nav li.has-child ul li:not(:last-child) {
  margin-bottom: 3px;
}
.hd-nav li.has-child ul li::after {
  content: none;
}
.hd-nav li.has-child ul li a {
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f39037;
  font-weight: 400;
}
.hd-nav li.has-child ul li a::before {
  content: "";
  width: 5px;
  height: 8px;
  margin: auto;
  background: url(../images/common/btn-arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  z-index: 10;
}
.hd-nav li.has-child ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #f6e0b6;
  transform: translateX(10px);
}
.hd-nav li.has-child:hover > ul, .hd-nav li.has-child ul li:hover > ul, .hd-nav li.has-child:active > ul, .hd-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background-color: #f3eee6;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  left: 76px;
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 0.695652em 0.086957em;
  color: #fff;
  background-color: #f39037;
  border-radius: 0.217391em;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#top .key {
  height: 770px;
  padding-left: 720px;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  margin: 0;
  border-radius: 30px 0 0 30px;
}

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 60px 0 23px;
  background-color: #f6e0b6;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
}
.page-footer-main-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.page-footer-ttl {
  display: inline-block;
  width: auto;
  text-align: left;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-address {
  line-height: 1.375;
}
.page-footer-list {
  align-items: center;
  justify-content: flex-start;
}
.page-footer-list-item:not(:last-of-type) {
  margin-right: 30px;
}
.page-footer-nav {
  justify-content: flex-end;
  padding: calc(40px - 0.666665em) 0 0;
  line-height: 2.333333;
  font-size: 1.5rem;
}
.page-footer-nav-list:not(:last-child) {
  margin-right: 3.333333em;
}
.page-footer-nav-list a {
  display: flex;
  align-items: center;
}
.page-footer-nav-list a.another-link .fa-external-link-alt {
  margin-left: 0.5em;
}
.page-footer-nav-list a::before {
  content: "";
  width: 0.6em;
  height: 1px;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #f39037;
}
.page-footer-nav-list a:hover::before {
  height: 0.6em;
}

/* ▼copyright */
.copyright {
  margin: 90px 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

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

    entrance

-----------------------------------------------------------------------*/
#entrance .key,
#entrance .breadcrumbs,
#entrance .page-footer {
  display: none;
}

.entrance-list {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.entrance-list-item {
  flex: 1;
  height: 730px;
  position: relative;
  z-index: 10;
}
.entrance-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/entrance/entrance-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.entrance-list-item:nth-child(2) {
  margin-left: 40px;
}
.entrance-list-item:nth-child(2)::before {
  background-image: url(../images/entrance/entrance-img02.jpg);
}
.entrance-list-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entrance-list-cnt-ttl {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.entrance-footer {
  padding: 0 0 20px;
}
.entrance-footer .copyright {
  margin-top: 50px;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_about */
.top_about {
  padding: 80px 0 80px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.top_about-block::before {
  content: "";
  width: calc(100vw - 200px);
  height: calc(100% - 220px);
  margin: auto;
  background-color: rgba(255, 196, 94, 0.3);
  border-radius: 30px 0 0 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-50vw + 540px);
  z-index: -1;
}
.top_about-block-img {
  width: 725px;
  margin-left: -220px;
}
.top_about-block-cnt {
  width: 540px;
  margin: 110px 0 0;
}
.top_about-block-cnt-btn {
  margin: 50px 0 0;
}
.top_about-block-fig {
  position: absolute;
  bottom: -45px;
  right: calc(50% - 960px);
  z-index: 10;
}

/* ▼top_chart */
.top_chart #chart .com_chart,
.top_chart #chart .result_chart {
  overflow: hidden;
  padding: 0 0 40px;
  background-color: #fff;
  border-radius: 20px;
}
.top_chart #chart .com_chart .chart_title,
.top_chart #chart .com_chart .result_title,
.top_chart #chart .result_chart .chart_title,
.top_chart #chart .result_chart .result_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: url(../images/common/pattern/border_oranege2.png);
  border-radius: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
.top_chart #chart .com_chart .chart_title::after,
.top_chart #chart .com_chart .result_title::after,
.top_chart #chart .result_chart .chart_title::after,
.top_chart #chart .result_chart .result_title::after {
  content: "";
  width: 4.166667em;
  height: 0.1667em;
  background-color: #f39037;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.top_chart #chart .com_chart .chart_title .q-icon,
.top_chart #chart .com_chart .result_title .q-icon,
.top_chart #chart .result_chart .chart_title .q-icon,
.top_chart #chart .result_chart .result_title .q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.538462em;
  height: 1.538462em;
  margin-right: 0.7692em;
  padding-left: 0.1em;
  background-color: #f39037;
  color: #fff;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 1.0833em;
  font-weight: 500;
  line-height: 1;
}
.top_chart #chart .com_chart .chart_btn_list-item,
.top_chart #chart .result_chart .chart_btn_list-item {
  width: auto;
}
.top_chart #chart .result_chart {
  padding: 50px 70px;
}
.top_chart #chart .result_chart .result_container {
  flex-wrap: wrap;
}
.top_chart #chart .result_chart .result_container .result_img,
.top_chart #chart .result_chart .result_container .result_txtxbx {
  width: 450px;
}
.top_chart #chart .result_chart .result_container .result_btn-list {
  width: 100%;
  justify-content: center;
  margin: 38px 0 0;
}
.top_chart #chart .result_chart .result_container .result_btn-list-item:not(:nth-child(2n)) {
  margin-right: 40px;
}
.top_chart #chart .result_chart .result_container .price_bx {
  border-bottom: 1px solid;
}
.top_chart #chart .result_chart .result_container .price_bx dd {
  font-size: 3rem;
  line-height: 1.3;
}
.top_chart #chart .result_chart .result_container .price_bx dd .font-small {
  font-size: 0.6667em;
}

/* ▼top_guide */
.top_guide {
  background: url(../images/common/pattern/border_oranege3.png);
}
.top_guide-list {
  justify-content: center;
}
.top_guide-list-item {
  width: min(540px, 28.125%);
}
.top_guide-list-item:not(:last-child) {
  margin-right: min(40px, 2.6042%);
}
.top_guide-list-item:nth-child(3n-1) {
  margin-top: 1.5625%;
}

/* ▼top_news */
.top_news-block-txt {
  width: 300px;
}
.top_news-block-btn {
  width: 100%;
}
.top_news-block-cnt {
  width: 730px;
}

/* ▼top_contact */
.top_contact {
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}
.top_contact::before {
  content: "";
  width: calc(100% - 200px);
  min-width: 1280px;
  margin: auto;
  background: url(../images/top/contact-bg.jpg) no-repeat center/cover;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_contact-block {
  align-items: stretch;
  width: 840px;
  padding: 100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 20px;
}
.top_contact-block-cnt {
  width: 280px;
  margin-right: 40px;
  border-right: 1px solid rgba(92, 53, 19, 0.25);
}
.top_contact-block-cnt .common-info-time {
  font-size: 2rem;
}
.top_contact-block-cnt .common-info-time-item {
  margin-bottom: 0.75em;
}
.top_contact-block-info .common-info-item:not(:last-of-type) {
  margin: 0 0 30px;
}
.top_contact-block-info-list-item {
  margin-bottom: 15px;
}

/*
    page-about
--------------------*/
/* ▼about_works */
.about_works {
  overflow: hidden;
}
.about_works-block {
  position: relative;
}
.about_works-block-txt {
  padding: 0 210px;
  text-align: center;
}
.about_works-block-list-item {
  position: absolute;
}
.about_works-block-list-item:nth-child(1) {
  width: 435px;
  top: 0;
  right: calc(100% - 195px);
}
.about_works-block-list-item:nth-child(2) {
  width: 450px;
  top: 68px;
  left: calc(100% - 205px);
}
@media screen and (max-width: 1565px) {
  .about_works-block-list-item:nth-child(1) {
    width: max(355px, 27.7955vw);
  }
  .about_works-block-list-item:nth-child(2) {
    width: max(368px, 28.754vw);
  }
}

/* ▼about_feature */
.about_feature {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.about_feature::before {
  content: "";
  width: calc(100% - 200px);
  min-width: 1280px;
  height: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about_feature-block-cnt {
  width: 580px;
}
.about_feature-block-cnt-ttl {
  margin: 0 0 1.333333em;
  padding: 0.833333em;
  background: url(../images/common/pattern/border_oranege2.png);
  border-radius: 0.416667em;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  position: relative;
}
.about_feature-block-cnt-ttl .txt-sub {
  color: #f39037;
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  top: -1.1em;
  left: 1.5em;
}
.about_feature-block-cnt-ttl .txt-sub .txt-num {
  font-size: 1.5em;
}
.about_feature-block:nth-of-type(n+2) {
  margin-top: 50px;
}
.about_feature-block:nth-of-type(even) {
  flex-direction: row-reverse;
}

/* ▼about_greeting */
.about_greeting-block {
  align-items: stretch;
}
.about_greeting-block-cnt {
  width: 700px;
  padding: 40px 0 0;
  border-top: 2px dashed #f39037;
  border-bottom: 2px dashed #f39037;
}
.about_greeting-block-cnt-name {
  margin: 15px 0 0;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}

/*
    page-price
--------------------*/
/* ▼price_main */
.price_main-block-ttl {
  margin: 0 0 60px;
  text-align: center;
}
.price_main-block-ttl::after {
  content: "";
  display: block;
  width: 1.6667em;
  height: 0.0833em;
  margin: 0.694444em auto 0;
  background-color: #f39037;
}
.price_main-block-table {
  width: 100%;
}
.price_main-block-table tr th,
.price_main-block-table tr td {
  width: auto;
}
.price_main-block-table tr td {
  margin-left: auto;
}
.price_main-block-cnt {
  margin: 50px 0 0;
  padding: 40px 50px;
  border-radius: 10px;
  background-color: #fff;
}

/*
    page-flow
--------------------*/
/* ▼flow_main */
.flow_main-list-item {
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 20px;
}
.flow_main-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.flow_main-list-icon {
  width: 140px;
}
.flow_main-list-cnt {
  flex: 1;
  margin: 0 0 0 50px;
}
.flow_main-list-cnt-ttl {
  margin: 0 0 1em;
  font-size: 3rem;
}
.flow_main-list-cnt-ttl .txt-sub {
  display: block;
  color: #f39037;
  font-size: 0.7333333333em;
}
.flow_main-list-cnt-ttl .txt-sub .txt-num {
  margin-left: 0.3em;
  font-size: 1.2727272727em;
}

/*
    page-information
--------------------*/
/* ▼information_main */
.information_main-block:not(:last-child) {
  margin-bottom: 100px;
}

.information_main-map {
  width: 100%;
  height: 360px;
  margin: 60px 0 0;
  background-color: rgba(255, 196, 94, 0.3);
  border-radius: 20px;
}
.information_main-map iframe {
  border-radius: 20px;
}