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

    header

-----------------------------------------------------------------------*/
/* ▼page-header */
.page-header {
  width: 100%;
}
.page-header_wrap {
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 4%;
  background-color: rgba(255, 255, 255, 0.85);
}
.page-header-logo img {
  display: block;
  height: 17px;
}

/* pagetop */
.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.pagetop a {
  transition: all 0.3s;
}

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

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

    nav

-----------------------------------------------------------------------*/
/* drawer-nav */
.drawer--right .drawer-toggle.drawer-hamburger {
  background-color: #1f528e !important;
  border: 1px solid #fff;
}

.drawer-logo {
  width: auto;
  margin-top: -8%;
}
.drawer-logo img {
  height: 16px;
}

.drawer-nav {
  color: #fff;
  padding: 15% 8% 10% !important;
  background-color: #1f528e;
  z-index: 100;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item {
  color: inherit;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.current {
  background-color: rgba(96, 149, 212, 0.3);
}
.drawer-nav .drawer-menu > li > .drawer-menu-item.font-small {
  font-size: 0.9em;
}
.drawer-nav .drawer-menu > li > .drawer-menu-item span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 80%;
  color: #1f528e;
}
.drawer-nav .drawer-current {
  border-bottom-color: inherit !important;
  border-right-color: inherit !important;
}
.drawer-nav .level1 {
  padding-bottom: 2%;
}
.drawer-nav .level1 li {
  padding: 0 2% !important;
}
.drawer-nav .level1 li .drawer-dropdown-menu-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 8px 0;
  border-bottom: 1px solid;
  vertical-align: 5px;
}

/* ▼ drawer-info*/
.drawer-info {
  width: 100%;
  margin: 30px 0 0;
}
.drawer-info .page-footer-ttl,
.drawer-info .copyright {
  display: none;
}

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

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key-cnt {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  bottom: 50px;
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-shadow: 0 0 50px rgba(34, 34, 34, 0.8);
}

#top .key {
  height: auto;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  height: auto;
  margin: 0;
}

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 40px 0 23px;
  color: #fff;
  background-color: #1f528e;
  position: relative;
  /* ▼page-footer-main */
  /* ▼page-footer-detail */
  /* &nav */
}
.page-footer-ttl {
  margin: 0 0 30px;
  text-align: center;
}
.page-footer-ttl a {
  display: inline-block;
}
.page-footer-ttl img {
  height: 19px;
}
.page-footer-time {
  margin: 12px 0 0;
}
.page-footer-address {
  line-height: 1.7143;
}
.page-footer-address br {
  display: block;
}
.page-footer-address-note {
  margin-top: 0.3em;
  font-size: 0.875em;
}
.page-footer-link {
  justify-content: center;
  margin: 17px 0 0;
}
.page-footer-link-item:nth-child(n+2) {
  margin-left: 20px;
}
.page-footer-nav {
  line-height: 1;
  font-size: 1.6rem;
}
.page-footer-nav-list {
  justify-content: flex-end;
}
.page-footer-nav-list li:not(:last-child) {
  margin-bottom: 1.6875em;
}
.page-footer-nav-list:not(:last-child) {
  margin-right: 57px;
}
.page-footer-bottom {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid;
}
.page-footer-bottom-lead {
  margin: -0.22725em 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4545;
}
.page-footer-bottom-lead br {
  display: block;
}
.page-footer-bottom-bnr {
  display: block;
  margin: 35px 0 0;
}
.page-footer-bottom-bnr-item {
  width: 100%;
}
.page-footer-bottom-bnr-item:nth-child(n+2) {
  margin-top: 25px;
}

/* ▼copyright */
.copyright {
  width: 100%;
  margin: 40px 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_news */
.top_news-block-cnt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.top_news-block-cnt-ttl {
  width: auto;
}
.top_news-block-cnt-btn {
  width: 150px;
  margin: 6px 0 0 auto;
}
.top_news-block-post {
  width: 100%;
}

/* ▼top_about */
.top_about {
  padding-bottom: 235px;
  margin-bottom: -193px;
  color: #fff;
  background: url(../images/top/about-bg.jpg) no-repeat center/cover;
}
.top_about-ttl {
  margin: -0.39475em 0 calc(50px - 0.39475em);
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.7895;
}

/* ▼top_business */
.top_business {
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}
.top_business::before {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top_business-txt {
  text-align: center;
}
.top_business-list {
  margin: 35px 0 0;
}
.top_business-list-item {
  width: 100%;
}
.top_business-list-item:nth-child(n+2) {
  margin-top: 6%;
}
.top_business-btn {
  margin-top: 35px;
}

/* ▼top_support */
.top_support {
  background: url(../images/top/support-bg.jpg) no-repeat center/cover;
}
.top_support-txt {
  text-align: center;
}
.top_support-reason {
  margin: 40px 0 0;
}
.top_support-reason-ttl {
  margin: 0 0 20px;
  padding: 0 0 calc(15px - 0.15em);
  color: #1f528e;
  border-bottom: 1px solid;
  text-align: center;
}
.top_support-reason-list {
  justify-content: center;
}
.top_support-reason-list-item {
  width: 250px;
  margin: 7px;
}
.top_support-reason-btn {
  margin-top: 60px;
}

/* ▼top_guide */
.top_guide-list-item {
  overflow: hidden;
  width: 98%;
  height: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top_guide-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/guide-img01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
}
.top_guide-list-item:nth-child(2)::before {
  background-image: url(../images/top/guide-img02.jpg);
}
.top_guide-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.top_guide-list-item:hover::before {
  transform: scale(1.1) rotate(3deg);
}
.top_guide-list-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(31, 82, 142, 0.8);
}
.top_guide-list-cnt-ttl {
  margin: 0;
}
.top_guide-list-cnt-ttl .txt-en {
  background-image: linear-gradient(#fff, #fff);
}
.top_guide-list-cnt:hover {
  opacity: 1;
  background-color: rgba(31, 82, 142, 0.3);
}

/*
    page-business
--------------------*/
/* ▼business_works */
.business_works {
  background-color: #fff;
}
.business_works-block-img {
  width: 100%;
}
.business_works-block-cnt {
  width: 100%;
  margin: 15px 0 0;
}
.business_works-block-cnt-desc {
  margin: 25px 0 0;
  padding: 20px 20px 25px;
  background-color: #f0f0f0;
}
.business_works-block-cnt-desc-ttl {
  margin: 0 0 1em;
  color: #1f528e;
  font-size: 1.7rem;
  line-height: 1.2;
}
.business_works-block-cnt-desc br {
  display: none;
}
.business_works-block:nth-child(n+2) {
  margin-top: 40px;
}

/* ▼business_campaign */
.business_campaign {
  background: url(../images/business/campaign-bg.jpg) no-repeat center/cover;
  color: #fff;
}
.business_campaign-block {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid;
  text-align: center;
}
.business_campaign-block-ttl {
  margin: 0 0 1.315789em;
}
.business_campaign-block-txt {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 300;
}

/* ▼business_price */
.business_price-block {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
}
.business_price-block-ttl {
  margin: 0 0 1.071429em;
  padding: 0 0 0.678571em;
  color: #1f528e;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5;
}
.business_price-block-body {
  margin: 30px 0 0;
}
.business_price-block:nth-of-type(n+2) {
  margin-top: 40px;
}

/*
    page-support
--------------------*/
/* ▼support_greeting */
.support_greeting-block-cnt {
  width: 100%;
  margin: 15px 0 0;
}
.support_greeting-block-cnt-txt {
  margin: 20px 0 0;
  padding: 1.875em 1.625em;
  background-color: #fff;
}

/* ▼support_feature */
.support_feature {
  background-color: #fff;
}
.support_feature-block-cnt {
  width: 100%;
  margin: 15px 0 0;
}
.support_feature-block:nth-of-type(n+2) {
  margin-top: 30px;
}

/* ▼support_flow */
.support_flow-list-item {
  align-items: center;
  position: relative;
  z-index: 10;
}
.support_flow-list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.support_flow-list-item:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #1f528e;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}
.support_flow-list-icon {
  width: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.support_flow-list-cnt {
  width: 100%;
  padding: 20px 20px;
  background-color: #fff;
}
.support_flow-list-cnt-ttl {
  margin: -0.15em 0 1em;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.support_flow-list-cnt-ttl .txt-sub {
  margin-right: 1em;
  color: #1f528e;
}

/* ▼support_faq */
.support_faq-block:not(:last-of-type) {
  margin-bottom: 45px;
}
.support_faq-block-ttl, .support_faq-block-cnt {
  display: flex;
}
.support_faq-block-ttl::before, .support_faq-block-cnt::before {
  content: "Q";
  margin-right: 0.6em;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.1rem;
  line-height: 1;
}
.support_faq-block-ttl .main-content, .support_faq-block-cnt .main-content {
  flex: 1;
}
.support_faq-block-ttl {
  margin: 0 0 20px;
  padding: 15px 20px;
  color: #fff;
  background-color: #1f528e;
  font-size: 1.6rem;
}
.support_faq-block-ttl::before {
  margin-top: -0.1em;
}
.support_faq-block-cnt {
  padding: 0 20px;
}
.support_faq-block-cnt::before {
  content: "A";
  color: #1f528e;
  margin-top: 0.05em;
}

/*
    page-voice
--------------------*/
/* ▼voice_main */
.voice_main-block {
  align-items: center;
  flex-direction: row-reverse;
  padding: 20px 20px 25px;
  background-color: #fff;
}
.voice_main-block:nth-of-type(n+2) {
  margin-top: 30px;
}
.voice_main-block-ttl {
  width: calc(100% - 100px);
  padding: 0.85em 0;
  font-size: 1.7rem;
  border-bottom: 1px solid #1f528e;
  text-align: center;
}
.voice_main-block-img {
  width: 90px;
}
.voice_main-block-img .c_ofi {
  padding-top: 100%;
  border-radius: 50%;
}
.voice_main-block-cnt {
  width: 100%;
  margin: 20px 0 0;
}
.voice_main-block-cnt-desc {
  letter-spacing: 0.02em;
}
.voice_main-block-cnt-desc-ttl {
  margin: 0 0 0.9375em;
  padding: 0.375em 1.25em;
  background-color: #d8dfe8;
}
.voice_main-block-cnt-desc-txt {
  padding: 0 1.25em;
}
.voice_main-block-cnt-desc:nth-child(n+2) {
  margin-top: 20px;
}

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

.information_main-map {
  width: 100%;
  height: 240px;
  margin: 30px 0 0;
  background-color: #ccc;
}