@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (min-width: 769px) {
  .sec_inr {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .sec_inr {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  .sec_inr {
    width: 90%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

h2 {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体";
  font-size: 38px;
}

p {
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans JP", sans-serif;
}

.bold {
  font-weight: bold;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans JP", sans-serif;
}

.text_big {
  font-size: 45px;
}

.pink {
  color: #f96897;
}

.pink_2 {
  color: #f48d8d;
}

.orange {
  color: #ff8470;
}

.beige {
  color: #d7a476;
}

.space {
  letter-spacing: 0.05em;
}

.sp_br {
  display: none;
}
@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.dot {
  position: relative;
}

.dot::before {
  content: ".";
  position: absolute;
  top: -1.4em;
  left: 0.7vw;
}
@media (max-width: 768px) {
  .dot::before {
    left: 1.7vw;
  }
}

.line {
  background: #fff;
  padding: 0.3vw;
}

sup {
  top: -0.8em;
  font-size: 0.5em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.just_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.just_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item_center {
  margin: auto;
}

.text_center {
  text-align: center;
}

.abso_center {
  position: absolute;
  right: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mgT_40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mgT_40 {
    margin-top: 11.46vw;
  }
}

.mgT_50 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .mgT_50 {
    margin-top: 8vw;
  }
}

.mgT_60 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .mgT_60 {
    margin-top: 10.66vw;
  }
}

.pdT_90 {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .pdT_90 {
    padding-top: 13.33vw;
  }
}

.pdT_95 {
  padding-top: 95px;
}
@media (max-width: 768px) {
  .pdT_95 {
    padding-top: 16.4vw;
  }
}

.pdB_95 {
  padding-bottom: 95px;
}
@media (max-width: 768px) {
  .pdB_95 {
    padding-bottom: 16.4vw;
  }
}

.pdB_90 {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .pdB_90 {
    padding-bottom: 13.33vw;
  }
}

.shadow {
  -webkit-filter: drop-shadow(8px 8px 5px rgba(116, 75, 78, 0.2));
          filter: drop-shadow(8px 8px 5px rgba(116, 75, 78, 0.2));
}

.shadow2 {
  -webkit-filter: drop-shadow(8px 8px 5px rgba(121, 109, 110, 0.2));
          filter: drop-shadow(8px 8px 5px rgba(121, 109, 110, 0.2));
}

@media (min-width: 769px) {
  .btn {
    width: 440px;
  }
}
@media (max-width: 768px) {
  .btn {
    width: auto;
  }
}
.btn.btn_reserve {
  margin-left: 42px;
}
@media (max-width: 768px) {
  .btn.btn_reserve {
    margin-top: 4vw;
    margin-left: 0;
  }
}

.sec__bg {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  .kansai_kv.sec__bg {
    background-image: url(../images/kansaiplan_kv_bg.png);
    width: auto;
    height: 445px;
    position: relative;
  }
  .kansai_kv h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1095px;
  }
}

.is_plan .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .is_plan.sec__bg {
    background-image: url(../images/sec_1_bg.png);
  }
}
@media (max-width: 768px) {
  .is_plan.sec__bg {
    background-image: url(../images/sec_1_bg_sp.png);
  }
}

.is_worries h2 {
  z-index: 10;
}
@media (min-width: 769px) {
  .is_worries h2 {
    font-size: 2.25vw;
    width: 34vw;
    padding-top: 3vw;
  }
  .is_worries h2 .text_big {
    font-size: 2.78vw;
  }
}
@media (max-width: 768px) {
  .is_worries h2 {
    width: 89.5vw;
    font-size: 6.4vw;
    padding-top: 11vw;
  }
  .is_worries h2 .text_big {
    font-size: 8vw;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  .is_worries h2 {
    font-size: 2.25vw;
    width: 34vw;
    padding-top: 3vw;
  }
  .is_worries h2 .text_big {
    font-size: 2.78vw;
  }
}

.is_consult .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .is_consult {
    background-image: url(../images/sec_3_bg.png);
    background-size: cover;
  }
  .is_consult .connect {
    background-image: url(../images/pattern_bg.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 10px 100px;
    height: 100px;
    width: auto;
    position: relative;
    color: #fff;
  }
  .is_consult .connect_text {
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
  }
  .is_consult .connect_text span {
    font-size: 40px;
    vertical-align: -0.06em;
  }
  .is_consult .connect::before {
    content: "";
    background-image: url(../images/connect_arw_bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100px;
  }
  .is_consult h2 {
    line-height: 1.6em;
    padding-top: 75px;
  }
  .is_consult h2 span.size1 {
    font-size: 44px;
  }
  .is_consult h2 span.size2 {
    font-size: 33px;
    vertical-align: 0.12em;
  }
  .is_consult h2 span.size3 {
    font-size: 70px;
  }
  .is_consult h2 span.size4 {
    font-size: 40px;
  }
  .is_consult .consult_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .is_consult p {
    font-size: 22px;
    letter-spacing: 0.015em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .is_consult p span {
    font-size: 30px;
    letter-spacing: -0.015em;
  }
  .is_consult .sec_img {
    width: 480px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .is_consult {
    background-image: url(../images/connect_sp.png), url(../images/sec_3_bg_sp.png);
    background-size: 100% auto, cover;
  }
  .is_consult h2 {
    padding-top: 13.33vw;
    line-height: 1.2em;
    font-weight: bold;
  }
  .is_consult h2 span.size1 {
    font-size: 8vw;
  }
  .is_consult h2 span.size2 {
    font-size: 6.4vw;
    vertical-align: 0.12em;
  }
  .is_consult h2 span.size3 {
    font-size: 11.2vw;
    letter-spacing: -0.06em;
  }
  .is_consult h2 span.size4 {
    font-size: 6.12vw;
  }
  .is_consult .consult_contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .is_consult .connect_text {
    text-align: center;
    padding-top: 1.5vw;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .is_consult .connect_text span {
    font-size: 7.46vw;
    vertical-align: -0.1em;
  }
  .is_consult p {
    text-align: center;
    font-size: 4.26vw;
    letter-spacing: -0.07em;
  }
  .is_consult p span {
    font-size: 5.33vw;
  }
  .is_consult .sec_img {
    width: 79.33vw;
    margin-bottom: 10.4vw;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  .is_consult {
    background-image: url(../images/connect.png), url(../images/sec_3_bg.png);
    background-size: 100% auto, cover;
  }
  .is_consult h2 {
    line-height: 1.6em;
    padding-top: 10.38vw;
  }
  .is_consult h2 span.size1 {
    font-size: 44px;
  }
  .is_consult h2 span.size2 {
    font-size: 33px;
  }
  .is_consult h2 span.size3 {
    font-size: 70px;
  }
  .is_consult h2 span.size4 {
    font-size: 40px;
  }
  .is_consult .consult_contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .is_consult p {
    font-size: 22px;
    letter-spacing: 0.015em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .is_consult p span {
    font-size: 30px;
    letter-spacing: -0.015em;
  }
  .is_consult .sec_img {
    width: 480px;
  }
}

.is_difference .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is_difference .annotation {
  font-weight: normal;
  color: #8e8e8e;
  font-size: 14px;
  padding-bottom: 60px;
  text-align: right;
}
@media (min-width: 769px) {
  .is_difference {
    background-image: url(../images/sec4_bg.png);
    background-size: 100% 450px;
    background-color: #fff;
  }
  .is_difference .difference_figure {
    width: 393px;
  }
  .is_difference .hatsumou {
    margin-left: 90px;
  }
  .is_difference .lead_text {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .is_difference {
    background-image: url(../images/sec4_bg_sp.png);
    background-size: 100% auto;
    background-color: #fff;
  }
  .is_difference h2 {
    font-size: 6.13vw;
    line-height: 1.5em;
  }
  .is_difference h2 span {
    font-size: 6.93vw;
  }
  .is_difference .lead_text {
    margin-top: 6vw;
    font-size: 3.73vw;
  }
  .is_difference .hatsumou {
    margin-left: 0;
    margin-top: 15vw;
  }
  .is_difference .annotation {
    font-size: 3.73vw;
    padding-bottom: 13.33vw;
  }
}

.is_care {
  background-color: #fff;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  .is_care {
    background-image: url(../images/sec5_bg.png);
  }
  .is_care .care_copy {
    width: 50.74vw;
  }
  .is_care .care_bottom {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .is_care {
    background-image: url(../images/sec5_bg_sp.png);
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  .is_care .care_copy {
    width: 90%;
    padding-bottom: 25px;
  }
}

.is_effect {
  padding-bottom: 130px;
}
.is_effect .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is_effect h2 {
  font-size: 32px;
  line-height: 1.8em;
}
@media (min-width: 769px) {
  .is_effect .effect_figure {
    width: 880px;
    margin-bottom: 40px;
  }
  .is_effect .effect_linkbtn {
    width: 315px;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .is_effect {
    padding-bottom: 13.33vw;
  }
  .is_effect h2 {
    font-size: 5.6vw;
  }
  .is_effect h2 span.text_big {
    font-size: 7.2vw;
    font-weight: bold;
  }
  .is_effect .effect_figure {
    margin-bottom: 6.66vw;
  }
  .is_effect .effect_linkbtn {
    width: 72vw;
    padding-top: 4vw;
  }
}



.is__kansaiplan{
	padding-top:107px;
	/* @media (min-width: 768px) {
		
		
	  } */
}




.m_breadcrumb {
    background: #fff;
    padding: 15px 0;
}

@media (max-width: 640px) {
    .m_breadcrumb {
        display: none;
    }
}

.m_breadcrumb_list {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 640px) {
    .m_breadcrumb_list {
        padding-right: 4vw;
        padding-left: 4vw;
    }
}

.m_breadcrumb_list .m_breadcrumb_item {
    padding: 5px 0;
    padding-right: 10px;
    display: inline;
    line-height: 1.8;
}

.m_breadcrumb_list .m_breadcrumb_item+.m_breadcrumb_item {
    padding-left: 24px;
    position: relative;
}

.m_breadcrumb_list .m_breadcrumb_item+.m_breadcrumb_item::before {
    content: '＞';
    display: block;
    position: absolute;
    left: 0;
    top: 1em;
    transform: translateY(-50%);
}

.m_breadcrumb_list .m_breadcrumb_item.is_home ._icon {
    display: inline;
}

.m_breadcrumb_list .m_breadcrumb_item.is_home ._icon img {
    margin-bottom: 5px;
    width: 20px;
}

.m_breadcrumb_list .m_breadcrumb_item.is_home ._title {
    display: inline;
    margin-left: 5px;
}

@media (min-width: 1021px) {
    .m_breadcrumb_list .m_breadcrumb_item.is_home a ._title:hover {
        border-bottom: solid 1px #333;
    }
}

@media (min-width: 1021px) {
    .m_breadcrumb_link:hover {
        border-bottom: solid 1px #333;
    }
}