@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

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

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

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
object,
iframe {
  vertical-align: bottom;
}

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;
}

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

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

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

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;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-weight: 900;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: 400;
  color: #323232;
  position: relative;
  overflow-x: hidden;
  background: #f6e6dc;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  /*background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  /*padding: 5px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;*/
  margin: 1% auto;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
}

input::-moz-placeholder {
  color: #BCBCBC;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
}

input::-ms-input-placeholder {
  color: #BCBCBC;
}

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.l-header__top {
  position: relative;
  padding: 14px 0;
  z-index: 999;
  height: 100px;
}
.l-header__top-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 0 50px;
}
.l-header__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  margin: 0 130px 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__top-logo {
  width: 35%;
  max-width: 306px;
}
.l-header__top-menu {
  width: 60%;
}
.l-header__top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__top-menu ul li {
  border-left: 1px solid #D13F1D;
  margin: 1% 0;
}
.l-header__top-menu ul li a {
  padding: 0 1.5em 0 0.5em;
  font-size: 1.4rem;
}
.l-header__top-menu ul li:last-child {
  border: none;
}
.l-header__top-menu ul li:last-child a {
  padding: 7px 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#D77D68), to(#D13F1D));
  background: linear-gradient(#D77D68, #D13F1D);
  color: #fff;
  border-radius: 20px;
}
.l-header__lower {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 100px;
}
.l-header__lower-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  max-width: 100%;
  background: #fff;
  z-index: -2;
  border-radius: 0 0 0 50px;
}
.l-header__lower ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__lower ul li {
  padding: 0 1%;
}
.l-header__lower ul li a {
  padding: 0.6em 1em;
  /*line-height: 2.4;*/
  color: #d13f1d;
  border-bottom: 2px solid transparent;
  font-size: 1.6rem;
}
.l-header__lower ul li a:hover {
  border-bottom: 2px solid #D13F1D;
}
.l-header__lower-mega-menu {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  background: #D16951;
  padding: 33px 0;
  /*border-radius: 0 0 0 50px;*/
  display: none;
}
.l-header__lower-mega-menu.js-fixed {
  display: block;
}
.l-header__lower-mega-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__lower-mega-menu ul li {
  padding: 0 3.3%;
}
.l-header__lower-mega-menu ul li a {
  position: relative;
  color: #fff;
  border: none;
  font-size: 1.6rem;
}
.l-header__lower-mega-menu ul li a::before {
  position: absolute;
  display: inline-block;
  content: "▶";
  font-size: 1.2rem;
  margin-right: 0.5em;
  left: -1em;
  top: 37%;
}
.l-header__lower-mega-menu ul li a:hover {
  border: none;
}

@media screen and (max-width: 1020px) {
  .l-header__lower ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-header__lower ul li {
    padding: 0;
  }
  .l-header__lower ul li a {
    padding: 0.6em 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-header__top-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 130px 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__top-logo {
    width: 100%;
    max-width: 383px;
  }
  .l-header__top-menu {
    display: none;
  }
  .l-header__lower {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .l-header__top {
    height: 50px;
    padding: 8px 0;
  }
  .l-header__top-bg {
    border-radius: 0 0 0 20px;
  }
  .l-header__top-flex {
    margin: 0 80px 0 30px;
  }
  .l-header__top-logo {
    width: 70%;
    max-width: 383px;
  }
}
/* ハンバーガーメニュー */
/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: block;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: -14px;
  right: 0;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #D13F1D;
  border-radius: 0 0 0 25px;
}

/*×に変化*/
.openbtn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 30%;
  right: 30%;
  height: 2px;
  background: #fff;
  width: 40%;
}
.openbtn span:nth-of-type(1) {
  top: 32px;
}
.openbtn span:nth-of-type(2) {
  top: 49px;
}
.openbtn span:nth-of-type(3) {
  top: 68px;
}

.openbtn.is-active span:nth-of-type(1) {
  top: 42px;
  -webkit-transform: translateY(7px) rotate(-225deg);
          transform: translateY(7px) rotate(-225deg);
}

.openbtn.is-active span:nth-of-type(2) {
  display: none;
}

.openbtn.is-active span:nth-of-type(3) {
  top: 62px;
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

#g-nav {
  position: fixed;
  z-index: 998;
  top: 0;
  right: -100%;
  left: auto;
  width: 100%;
  height: auto;
  /*ナビの高さ*/
  background: rgba(255, 255, 255, 0.96);
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 170px 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#g-nav.panelactive {
  right: 0;
}

.g-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-nav__menu-right {
  width: 50%;
  padding: 0 5% 0 0;
  border-right: 1px solid #E6ADA0;
}
.g-nav__menu-left {
  width: 50%;
  padding: 0 0 0 5%;
}
.g-nav__menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-nav__menu ul {
  width: auto;
  min-width: 50%;
  margin-bottom: 30px;
}
.g-nav__menu ul li {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.g-nav__menu ul li:first-child {
  color: #d13f1d;
  font-size: 1.8rem;
}
.g-nav__menu-box-w50 {
  width: 50%;
}
.g-nav__menu-box-mb100 {
  margin-bottom: 88px;
}
.g-nav__menu-left ul {
  min-width: 45%;
}

@media screen and (max-width: 768px) {
  #g-nav {
    padding: 150px 0 50px;
  }
  .g-nav__menu-right {
    width: 60%;
    padding: 0 4%;
    border-right: 1px solid #E6ADA0;
  }
  .g-nav__menu-left {
    width: 40%;
    padding: 0 4%;
  }
  .g-nav__menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-nav__menu ul {
    width: auto;
    min-width: 45%;
  }
  .g-nav__menu-box-w50 {
    width: auto;
    min-width: 45%;
  }
  .g-nav__menu-box-mb100 {
    margin-bottom: 81px;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: -8px;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 10px;
  }
  /*×に変化*/
  .openbtn span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 30%;
    right: 30%;
    height: 2px;
    background: #fff;
    width: 40%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  .openbtn.is-active span:nth-of-type(1) {
    top: 18px;
    -webkit-transform: translateY(7px) rotate(-225deg);
            transform: translateY(7px) rotate(-225deg);
  }
  .openbtn.is-active span:nth-of-type(2) {
    display: none;
  }
  .openbtn.is-active span:nth-of-type(3) {
    top: 39px;
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
  #g-nav {
    padding: 80px 0 50px;
    height: 100vh;
    overflow-x: scroll;
  }
  .g-nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-nav__menu-right {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E6ADA0;
  }
  .g-nav__menu-left {
    width: 100%;
    padding: 10% 4%;
  }
  .g-nav__menu-box-mb100 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  background: #D13F1D;
  padding: 90px 0;
}
.l-footer__logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 70px;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__detail {
  width: 45%;
}
.l-footer__detail p {
  line-height: 1.6666666667;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.4rem;
}
.l-footer__nav {
  width: 25%;
}
.l-footer__nav ul li {
  line-height: 1.6666666667;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
}
.l-footer__stickers {
  width: 5%;
  /*height: 80px;*/
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 50px auto 0;
}
.l-footer__privacy a {
  width: 160px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.l-footer__copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 45px 0 120px;
  }
  .l-footer .l-inner03 {
    width: 90%;
    margin: 0 auto;
  }
  .l-footer__logo {
    margin-bottom: 40px;
  }
  .l-footer__detail {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-footer__nav {
    width: 70%;
  }
  .l-footer__stickers {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 45px 0 80px;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner02 {
  position: relative;
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner03 {
  position: relative;
  width: 96%;
  max-width: 1020px;
  margin: 0 auto;
}

.l-inner04 {
  position: relative;
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
common.scss
----------------------------------------------------------------------------------------*/
main {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* 下層mainvisual type01 */
.p-common-low__mv {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 140px 0 0;
}
.p-common-low__mv-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 260px;
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 0 50px;
}
.p-common-low__mv img {
  position: relative;
}
.p-common-low__mv-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-common-low__mv-title-box {
  position: relative;
  left: 3%;
  background: rgba(255, 255, 255, 0.85);
  width: 40%;
  max-width: 480px;
  height: 62%;
}
.p-common-low__mv-title-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #D13F1D;
  width: 70%;
  font-size: clamp(2.2rem, 1.172vw + 1.3rem, 2.8rem);
  font-weight: 500;
}
.p-common-low__mv-title-box h2 span {
  color: #323232;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  line-height: 1.4444444444;
  margin-top: 3%;
}
.p-common-low__mv-title-en {
  width: 55%;
  text-align: right;
}
.p-common-low__mv-title-en p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: rgba(209, 105, 81, 0.4);
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .p-common-low__mv {
    padding: 100px 0 0;
  }
  .p-common-low__mv-bg {
    height: 150px;
  }
  .p-common-low__mv-title-box {
    width: 50%;
  }
  .p-common-low__mv-title-box h2 {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .p-common-low__mv {
    padding: 50px 0 0;
  }
  .p-common-low__mv-bg {
    height: 70px;
    border-radius: 0 0 0 20px;
  }
  .p-common-low__mv img {
    position: relative;
    height: 130px;
  }
  .p-common-low__mv-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-common-low__mv-title-box {
    width: 90%;
    left: 0;
    right: 0;
    top: 5%;
  }
  .p-common-low__mv-title-box h2 {
    font-size: 2rem;
  }
  .p-common-low__mv-title-box h2 span {
    font-size: 1.2rem;
  }
  .p-common-low__mv-title-en {
    width: 90%;
    text-align: center;
  }
  .p-common-low__mv-title-en p {
    font-size: 1.4rem;
  }
}
/* 下層mainvisual type02 */
.p-common-low__mv-type02 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 140px 0 0;
}
.p-common-low__mv-type02-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 260px;
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 0 50px;
}
.p-common-low__mv-type02 img {
  position: relative;
}
.p-common-low__mv-type02-title {
  position: absolute;
  top: 47%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-common-low__mv-type02-title .bdr {
  border-top: 1px solid #E6ADA0;
  width: 9%;
  margin: 0 1% 2% 0;
}
.p-common-low__mv-type02-title-box h2 {
  color: #D13F1D;
  font-size: clamp(2.2rem, 1.172vw + 1.3rem, 2.8rem);
  margin-bottom: 3%;
  font-weight: 500;
}
.p-common-low__mv-type02-title-box p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: rgba(209, 105, 81, 0.4);
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
}

@media screen and (max-width: 1280px) {
  .p-common-low__mv-type02-bg {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-low__mv-type02 {
    padding: 100px 0 0;
  }
  .p-common-low__mv-type02-bg {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .p-common-low__mv-type02 {
    padding: 50px 0 0;
  }
  .p-common-low__mv-type02-bg {
    height: 70px;
    border-radius: 0 0 0 20px;
  }
  .p-common-low__mv-type02 img {
    position: relative;
    height: 70px;
  }
  .p-common-low__mv-type02-title .bdr {
    border-top: 1px solid #E6ADA0;
    width: 6%;
    margin: 0 1% 2% 0;
  }
  .p-common-low__mv-type02-title-box h2 {
    font-size: 2rem;
  }
  .p-common-low__mv-type02-title-box p {
    font-size: 1.4rem;
  }
}
/* 共通タイトル */
.p-common-title {
  position: relative;
  margin-bottom: 40px;
}
.p-common-title h3 {
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.172vw + 1.3rem, 2.8rem);
}
.p-common-title h3 span {
  background: #06549E;
  color: #fff;
  padding: 3px 1em;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  margin-left: 1em;
}
.p-common-title p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #D16951;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}

@media screen and (max-width: 480px) {
  .p-common-title {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .p-common-title p {
    font-size: 1.6rem;
  }
}
/* 共通お知らせ・テキストバナー */
.p-common-news {
  position: relative;
  width: 100%;
  margin: 80px auto;
}
.p-common-news__list {
  position: relative;
  padding: 60px 0;
}
.p-common-news__list-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 50px 0;
}
.p-common-news__list-scroll {
  width: 100%;
  max-height: 210px;
  overflow-y: scroll;
}
.p-common-news__list-scroll.type02 {
  max-height: 210px;
}
.p-common-news__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  width: 98%;
}
.p-common-news__list-flex p.news-type {
  font-size: 1.4rem;
  width: 120px;
  padding: 10px;
  text-align: center;
  background: #53C8D7;
  color: #fff;
}
.p-common-news__list-flex p.news-title {
  width: calc(100% - 120px);
  font-size: 1.6rem;
  margin-left: 1em;
}
.p-common-news__list-flex span.news-time {
  font-size: 1.4rem;
}
.p-common-news__list-type02 {
  margin-bottom: 40px;
  width: 98%;
}
.p-common-news__list-type02 p.news-type {
  font-size: 1.4rem;
  width: 200px;
  padding: 12px;
  text-align: center;
  /*background: #53C8D7;*/
  border: 1px solid #06549E;
  color: #06549E;
  margin-bottom: 5px;
}
.p-common-news__list-type02 p.news-title {
  width: 100%;
  font-size: 1.6rem;
}
.p-common-news__list-type02 p.type {
  font-size: 1.4rem;
  width: 120px;
  padding: 10px;
  text-align: center;
  background: #53C8D7;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 10px;
}
.p-common-news__list-type02 p.news-time {
  font-size: 1.4rem;
}
.p-common-news__list-type02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1280px) {
  .p-common-news__list-bg {
    max-width: 98%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-common-news {
    margin: 80px auto;
  }
}
@media screen and (max-width: 480px) {
  .p-common-news {
    margin: 40px auto;
  }
  .p-common-news__list {
    padding: 30px 0px 30px 20px;
  }
  .p-common-news__list-bg {
    border-radius: 0 0 20px 0;
  }
  .p-common-news__list-scroll {
    max-height: 150px;
  }
  .p-common-news__list-scroll.type02 {
    max-height: 150px;
  }
  .p-common-news__list-flex {
    display: block;
    margin-bottom: 20px;
  }
  .p-common-news__list-flex p.news-type {
    width: 120px;
    padding: 5px;
  }
  .p-common-news__list-flex p.news-title {
    margin-left: 0;
    width: 100%;
  }
  .p-common-news__list-type02-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-common-news__list-type02 p.type {
    margin-left: 0;
  }
}
/* 共通ブロック 5type */
.p-common-content__type01 {
  position: relative;
  margin: 30px auto;
}
.p-common-content__type01-bg {
  background: #fff;
  border-radius: 0 0 0 50px;
  padding: 80px 0;
  max-width: 100%;
}

.p-common-content__type02 {
  position: relative;
  margin: 30px auto;
}
.p-common-content__type02-bg {
  background: #fff;
  border-radius: 0 0 50px 0;
  padding: 80px 0;
  max-width: 100%;
}

.p-common-content__type03 {
  position: relative;
  margin: 30px auto;
  padding: 80px 0;
}
.p-common-content__type03-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 0 50px;
}

/* 共通ブロック 物件検索結果用 */
.p-common-content__type04 {
  position: relative;
  margin: 30px auto;
  padding: 1px 0;
}
.p-common-content__type04-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 50px 0;
}

.p-common-content__type05 {
  position: relative;
  margin: 30px auto;
}
.p-common-content__type05-bg {
  background: #fff;
  border-radius: 0 0 0 50px;
  padding: 80px 0;
  max-width: 100%;
}
.p-common-content__type05:nth-of-type(2n) .p-common-content__type05-bg {
  border-radius: 0 0 50px 0;
}

@media screen and (max-width: 1280px) {
  .p-common-content__type01-bg {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
  .p-common-content__type01 .content {
    max-width: 98%;
    margin: 0 auto 0 0;
  }
  .p-common-content__type02-bg {
    max-width: 98%;
    margin: 0 auto 0 0;
  }
  .p-common-content__type02 .content {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
  .p-common-content__type03-bg {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
  .p-common-content__type03 .content {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
  .p-common-content__type04-bg {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
  .p-common-content__type04 .content {
    max-width: 98%;
    margin: 0 auto 0 0;
  }
  .p-common-content__type05-bg {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
  .p-common-content__type05 .content {
    max-width: 98%;
    margin: 0 auto 0 0;
  }
  .p-common-content__type05:nth-of-type(2n) .p-common-content__type05-bg {
    max-width: 98%;
    margin: 0 auto 0 0;
  }
  .p-common-content__type05:nth-of-type(2n) .content {
    max-width: 98%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-common-content__type01-bg {
    border-radius: 0 0 0 20px;
    padding: 20px 0;
  }
  .p-common-content__type02-bg {
    border-radius: 0 20px 0 0;
    padding: 20px 0;
  }
  .p-common-content__type03 {
    padding: 20px 0;
  }
  .p-common-content__type03-bg {
    border-radius: 0 0 0 20px;
    padding: 20px 0;
  }
  .p-common-content__type04 {
    padding: 20px 0;
  }
  .p-common-content__type04-bg {
    border-radius: 0 0 20px 0;
    padding: 20px 0;
  }
  .p-common-content__type05-bg {
    border-radius: 0 0 0 20px;
    padding: 20px 0;
  }
  .p-common-content__type05:nth-of-type(2n) .p-common-content__type05-bg {
    border-radius: 0 0 20px 0;
    padding: 20px 0;
  }
}
/* 共通実例集 */
.p-common-book {
  position: relative;
  margin: 80px auto;
}
.p-common-book__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #E6ADA0;
}
.p-common-book__flex-box {
  width: 31.3725490196%;
}
.p-common-book__flex-box-img {
  position: relative;
  text-align: center;
  padding: 30px 0 20px;
  margin-bottom: 20px;
}
.p-common-book__flex-box-img img {
  position: relative;
  max-width: 141px;
  border: 1px solid #cbcbcb;
  z-index: 1;
}
.p-common-book__flex-box-img .bdr {
  display: block;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #D16951;
  border-left: 1px solid #D16951;
  border-right: 10px solid #D16951;
  border-bottom: 10px solid #D16951;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  z-index: 0;
}
.p-common-book__flex-box-img .bdr.bdr01 {
  border-right: none;
  width: 110%;
  left: 4%;
  height: 30px;
}
.p-common-book__flex-box-img .bdr.bdr02 {
  border-left: none;
  border-right: none;
  width: 110%;
  left: 0;
  height: 30px;
}
.p-common-book__flex-box-img .bdr.bdr03 {
  border-left: none;
  width: 110%;
  right: 4%;
  height: 30px;
}
.p-common-book__flex-box h4 {
  text-align: center;
  line-height: 1.3333333333;
  vertical-align: middle;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6ADA0;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 0.391vw + 1.5rem, 2rem);
  font-weight: 500;
}
.p-common-book__flex-box h4.lh64 {
  line-height: 2.6666666667;
}
.p-common-book__flex-box p {
  font-weight: 400;
  line-height: 1.5;
  min-height: 120px;
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
}
.p-common-book__flex-box-bdrbox {
  border: 1px solid #E6ADA0;
  padding: 10px;
  margin: 20px auto;
}
.p-common-book__flex-box-bdrbox p {
  text-align: center;
  min-height: auto;
  padding: 8px;
  background: #D16951;
  color: #fff;
  border-radius: 20px;
}
.p-common-book__flex-box-bdrbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px auto;
}
.p-common-book__flex-box-bdrbox ul li {
  text-align: center;
  line-height: 1.6111111111;
  width: 50%;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
  font-weight: 500;
}
.p-common-book__flex-box-bdrbox.box02 p {
  background: #F6E6DC;
  color: #D16951;
}
.p-common-book__flex-box-bdrbox.box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px auto;
}
.p-common-book__flex-box-bdrbox.box02 ul li {
  text-align: left;
  width: 100%;
  padding: 0 15px;
}
.p-common-book__flex-box-bdrbox.box02 ul li span {
  color: #D16951;
}

@media screen and (max-width: 768px) {
  .p-common-book {
    margin: 80px auto;
  }
  .p-common-book__flex {
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  .p-common-book__flex-box {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #E6ADA0;
  }
  .p-common-book__flex-box-img .bdr.bdr01, .p-common-book__flex-box-img .bdr.bdr02, .p-common-book__flex-box-img .bdr.bdr03 {
    border-left: 1px solid #D16951;
    border-right: 10px solid #D16951;
    width: 95%;
    left: 3%;
    right: auto;
    height: 30px;
  }
  .p-common-book__flex-box p {
    min-height: auto;
  }
  .p-common-book__flex-box a {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-common-book {
    margin: 40px auto;
  }
  .p-common-book__flex {
    width: 90%;
  }
  .p-common-book__flex-box-img {
    margin-bottom: 10px;
  }
  .p-common-book__flex-box h4 {
    padding-bottom: 10px;
  }
  .p-common-book__flex-box h4.lh64 {
    line-height: 1.3333333333;
  }
}
/* 下層ページ下部 ご相談・お問い合わせ */
.p-common__contact {
  text-align: center;
  border: 1px solid #06549E;
  border-radius: 160px;
  width: 100%;
  max-width: 800px;
  padding: 40px 12.5%;
  margin: 80px auto 0;
}
.p-common__contact h6 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #06549E;
  color: #06549E;
  font-weight: 700;
}
.p-common__contact p {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-common__contact p.tel {
  font-size: 2.2rem;
  color: #06549E;
  font-weight: 700;
}
.p-common__contact p.mail {
  font-size: 1.8rem;
  color: #06549E;
  font-weight: 700;
}
.p-common__contact a {
  margin: 10px auto 0;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .p-common__contact {
    padding: 40px 10%;
  }
}
@media screen and (max-width: 480px) {
  .p-common__contact {
    border-radius: 50px;
    padding: 20px 2%;
    margin: 40px auto 0;
  }
}
/* 共通ページ下部ボタン */
.p-common__btn {
  position: relative;
  margin: 80px auto;
}
.p-common__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-common__btn-flex a {
  width: 32%;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .p-common__btn {
    margin: 80px auto;
  }
}
@media screen and (max-width: 480px) {
  .p-common__btn {
    margin: 40px auto;
  }
  .p-common__btn-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-common__btn-flex a {
    width: auto;
    max-width: 320px;
    margin: 10px auto;
  }
}
/* 下層ボタン サービス・提携企業一覧等 */
.p-common__btn02 {
  margin: 80px auto;
}
.p-common__btn02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-common__btn02 a {
  width: auto;
  max-width: 520px;
  margin: 0 4%;
}

@media screen and (max-width: 768px) {
  .p-common__btn02 {
    margin: 80px auto;
  }
}
@media screen and (max-width: 480px) {
  .p-common__btn02 {
    margin: 40px auto;
  }
  .p-common__btn02-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-common__btn02-flex a {
    width: auto;
    max-width: 320px;
    margin: 10px auto;
  }
}
.p-common__btn03 {
  margin: 60px auto;
}
.p-common__btn03-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-common__btn03 a {
  width: auto;
  max-width: 440px;
  margin: 0 4%;
}

@media screen and (max-width: 480px) {
  .p-common__btn03 {
    margin: 30px auto;
  }
  .p-common__btn03-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-common__btn03-flex a {
    width: auto;
    max-width: 440px;
    margin: 10px auto;
  }
}
/* 共通ローテーションバナー */
.p-common-slider {
  position: relative;
  width: 100%;
  margin: 80px auto;
}
.p-common-slider .slider02::before {
  content: "";
  display: block;
  width: 7.5%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f6e6dc), to(rgba(246, 230, 220, 0)));
  background: linear-gradient(to right, #f6e6dc, rgba(246, 230, 220, 0));
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.p-common-slider .slider02::after {
  content: "";
  display: block;
  width: 7.5%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#f6e6dc), to(rgba(246, 230, 220, 0)));
  background: linear-gradient(to left, #f6e6dc, rgba(246, 230, 220, 0));
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1280px) {
  .p-common-slider .l-inner02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-common-slider {
    margin: 80px auto;
  }
}
@media screen and (max-width: 480px) {
  .p-common-slider {
    margin: 40px auto;
  }
}
/* スマホ・タブレット 固定下部ボタン */
.p-common__float-btn {
  position: fixed;
  bottom: 0;
  z-index: 2;
}

.background-top-left {
  /* topだけに使用 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2);
  background-color: #f0d5c5;
  height: 860px;
  z-index: -1;
  border-radius: 0 0 50px 0;
  /* メモ：トップだけに使用 */
}

.background-content-right {
  position: absolute;
  bottom: -150px;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 130px);
  background-color: #f0d5c5;
  height: 320px;
  z-index: -1;
  border-radius: 0 0 0 50px;
  /* メモ：お知らせ部分に使用 */
  /* メモ：いくつか必要になるかも（高さ違い） */
}

.background-content-right90 {
  position: absolute;
  bottom: -90px; /* 90 */
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 130px);
  background-color: #f0d5c5;
  height: 320px;
  z-index: -1;
  border-radius: 0 0 0 50px;
}

.background-content-right450 {
  position: absolute;
  bottom: -150px;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 130px);
  background-color: #f0d5c5;
  height: 450px;
  z-index: -1;
  border-radius: 0 0 0 50px;
  /* メモ：お知らせ部分に使用 */
  /* メモ：いくつか必要になるかも（高さ違い） */
}

.background-content-left {
  position: absolute;
  bottom: -150px;
  left: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 130px);
  background-color: #f0d5c5;
  height: 320px;
  z-index: -1;
  border-radius: 0 0 50px 0;
  /* メモ：いくつか必要になるかも（高さ違い） */
}

.background-content-left500 {
  position: absolute;
  bottom: -150px;
  left: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 80px);
  background-color: #f0d5c5;
  height: 500px; /* 500 */
  z-index: -1;
  border-radius: 0 0 50px 0;
}

/*モーダルを開くボタン*/
.modal-open,
.modal02-open {
  display: inline-block;
  font-size: 1.6rem;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal02-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal02-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal02-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 450px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal02-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -30px;
  right: -20px;
  width: 30px;
  height: 30px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 25px 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.modal-content p {
  margin-bottom: 3%;
}

.modal-content p span {
  display: inline;
  color: #D13F1D;
}

.modal-content a {
  display: inline-block;
  margin: 2% auto;
  width: 80%;
  max-width: 280px;
  background-color: #142364;
  color: #fff;
  padding: 5px;
  border-radius: 15px;
}

/* 使うかもしれないもの */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up03.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up04.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* フェード開始を0.5秒遅らせる */
}

/*----------------------------------------------------------------------------------------
top.scss
----------------------------------------------------------------------------------------*/
body.top .l-header__lower {
  display: none;
  /* 下層メニューのためtopは非表示 */
}

.p-top__mv {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*padding: 100px 0 80px;*/
  padding: 100px 0 50px;
  margin-bottom: 80px;
}
.p-top__mv-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  max-width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 0 50px;
}
.p-top__mv-menu {
  position: relative;
  width: 100%;
  margin: 70px auto 0;
}
.p-top__mv-menu01 {
  position: relative;
}
.p-top__mv-menu01-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 20px);
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  background-color: #f6e6dc;
  z-index: -1;
  bottom: 10px;
}
.p-top__mv-menu01 h2 {
  position: absolute;
  width: 54.6875%;
  max-width: 700px;
  top: -40px;
  left: 15px;
}
.p-top__mv-menu01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-top__mv-menu01-flex-box01 {
  width: 58.59375%;
  position: relative;
  margin: 20px auto 40px 0;
}
.p-top__mv-menu01-flex-box01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  width: 88%;
}
.p-top__mv-menu01-flex-box01 ul li {
  width: 24%;
}
.p-top__mv-menu01-flex-box02 {
  width: 41.40625%;
  text-align: center;
  padding: 0 3.15%;
  position: relative;
  top: -40px;
}
.p-top__mv-menu02 {
  position: relative;
  margin-top: -10px;
  padding: 30px 0;
}
.p-top__mv-menu02-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((100% - 1280px) / 2 + 70px + 1280px);
  background-color: #e6edf6;
  z-index: -1;
}
.p-top__mv-menu02-flex {
  /*display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;*/
}
.p-top__mv-menu02-flex-box03 {
  /*width: calc((640 / 1280) * 100%);*/
  width: 93%;
  margin: 0 auto;
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3.5%;
  margin-right: 5%;*/
}
.p-top__mv-menu02-flex-box04 {
  /*width: calc((630 / 1280) * 100%);*/
  width: 93%;
  margin: 0 auto;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}
.p-top__mv-menu02-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__mv-menu02-flex ul li {
  margin: 0 5px 10px;
}
.p-top__mv-menu02-flex ul li:first-child {
  margin-left: 0;
}
.p-top__mv-menu02-flex ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-top__mv {
    margin-bottom: 80px;
  }
  .p-top__mv-menu01 {
    position: relative;
  }
  .p-top__mv-menu01-bg {
    top: 30px;
    height: calc(100% - 50px);
    bottom: 10px;
  }
  .p-top__mv-menu01 h2 {
    width: 90%;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p-top__mv-menu01-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__mv-menu01-flex-box01 {
    width: 80%;
    margin: 40px auto 40px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top__mv-menu01-flex-box02 {
    width: 65%;
    top: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto;
  }
  .p-top__mv-menu02-flex-box03 {
    width: 96%;
    margin: 0 auto 0;
  }
  .p-top__mv-menu02-flex-box04 {
    width: 96%;
    margin: 0 auto;
  }
  .p-top__mv-menu02 ul li {
    margin: 0 3px 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-top__mv {
    padding: 50px 0 40px;
    margin-bottom: 40px;
  }
  .p-top__mv-bg {
    border-radius: 0 0 0 20px;
  }
  .p-top__mv-menu {
    margin: 80px auto 0;
  }
  .p-top__mv-menu01 {
    position: relative;
  }
  .p-top__mv-menu01 .l-inner02 {
    width: 100%;
  }
  .p-top__mv-menu01 h2 {
    margin: 0 auto;
    width: 90%;
    top: -65px;
  }
  .p-top__mv-menu01-flex-box01 {
    width: 100%;
    margin: 20px auto 20px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top__mv-menu01-flex-box01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 10px;
    width: 100%;
  }
  .p-top__mv-menu01-flex-box01 ul li {
    width: 33.3333333333%;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .p-top__mv-menu01-flex-box01 ul li:first-child {
    width: 100%;
  }
  .p-top__mv-menu01-flex-box01 ul li.menu-titile {
    background: #D13F1D;
    color: #fff;
    padding: 3px;
  }
  .p-top__mv-menu01-flex-box01 ul.half li {
    width: 50%;
  }
  .p-top__mv-menu01-flex-box01 ul.half li ul li {
    width: 100%;
  }
  .p-top__mv-menu01-flex-box01 ul.half .bdr_r {
    border-right: 1px solid #fff;
  }
  .p-top__mv-menu01-flex-box02 {
    width: 80%;
    margin: 0 auto;
  }
  .p-top__mv-menu02 {
    padding: 10px 0;
  }
  .p-top__mv-menu02 .l-inner02 {
    width: 100%;
  }
  .p-top__mv-menu02-flex-box05 {
    display: block;
    width: 100%;
    margin: 10px auto 0;
  }
  .p-top__mv-menu02-flex-box05 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-top__mv-menu02-flex-box05 ul li {
    width: 50%;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
  }
  .p-top__mv-menu02-flex-box05 ul li:first-child {
    width: 100%;
    border-right: none;
  }
  .p-top__mv-menu02-flex-box05 ul li:nth-child(6) {
    width: 100%;
  }
  .p-top__mv-menu02-flex-box05 ul li.menu-titile {
    background: #06549E;
    color: #fff;
    padding: 3px;
  }
}
/* modal window */
/*.p-top__modal {
    width: 100%;
    min-height: 20vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    display: none;
    background-color: rgba(0,35,141, 0.8);

    &.is_active {
        display: block;
    }


    .modal_wrap {
        text-align: right;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        z-index: 10000;
        position: relative;
    }

    .modal_inner {
        text-align: left;
        padding: 1% 8%;
        font-size: 1em;
        color: #fff;
    }

    .modal_inner p {
        font-size: 1.6rem;
        line-height: 2;
    }

    .modal_close {
        color: #fff;
        font-size: 32px;
        position: absolute;
        top: 15%;
        right: 3%;

        line-height: 32px;
        padding: 0 2px 0 0;
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
}

@media screen and (max-width: 480px) {
    .p-top__modal {

        .modal_inner {
            padding: 5% 0% 3%;
            font-size: 1em;
        }

        .modal_close {
            font-size: 20px;
            top: 4%;
            right: 3%;

            line-height: 20px;
            padding: 0 1px 0 0;
            width: 26px;
            height: 26px;
        }
    }
}*/
/*----------------------------------------------------------------------------------------
search.scss
----------------------------------------------------------------------------------------*/
/* 項目非表示 */
/*------------------------------------*/
.displayN {
  display: none !important;
}

.p-search {
  margin: 80px auto;
  /* formタグ関連項目 */
  /* checkbox */
  /* チェックボックスの代わりを成すラベル */
  /* ラベルの左に表示させるチェックボックス area  */
  /* チェックが入った時の色  */
  /* labelの色 絞り込み検索 */
  /* ラベルの左に表示させるチェックボックス 戸建て・絞り込み検索  */
  /* チェックが入った時の色 戸建て・絞り込み検索 */
  /* チェックが入った時のレ点 */
  /* 0件の項目 */
  /* IE11 hide native button (thanks Matt!) */
}
.p-search .saerch_window {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98%;
  max-width: 440px;
}
.p-search .saerch_window .search_container {
  position: relative;
  border: 1px solid #D13F1D;
  background: #fff;
  border-radius: 25px;
  font-size: 1.4rem;
}
.p-search .saerch_window .search_container input[type=text] {
  border: none;
  width: calc(100% - 160px);
  margin-left: 130px;
  padding: 4px;
  font-weight: 400;
}
.p-search .saerch_window .search_container button {
  cursor: pointer;
  text-align: center;
  position: absolute;
}
.p-search .saerch_window .search_container button.kensaku {
  background: #D13F1D;
  border-radius: 15px;
  color: #fff;
  width: 110px;
  padding: 7.5px;
  font-size: 1.6rem;
}
.p-search .saerch_window .search_container .fa-search {
  position: relative;
  color: #D13F1D;
  top: 7px;
  right: 3px;
  font-size: 2rem;
}
.p-search .saerch_window p {
  font-weight: 400;
  color: #323232;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.p-search__link-tab {
  border-bottom: 4px double #D16951;
}
.p-search__link-tab ul {
  width: 86.2745098039%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.p-search__link-tab ul li {
  width: 50%;
  color: #EABCAF;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #D16951;
  border-left: 1px solid #D16951;
  border-right: 1px solid #D16951;
  padding: 15px;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
}
.p-search__link-tab ul li:first-child {
  border-radius: 20px 0 0 0;
}
.p-search__link-tab ul li:last-child {
  border-radius: 0 20px 0 0;
}
.p-search__link-tab ul li.current, .p-search__link-tab ul li:hover {
  color: #D13F1D;
  background: #F6E6DC;
}
.p-search .tab_area {
  padding: 80px 0 0;
}
.p-search .tab_area h3 {
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
  text-align: center;
  font-weight: 500;
}
.p-search .tab_area p {
  font-size: 1.4rem;
  text-align: center;
  margin: 50px auto 80px;
}
.p-search .tab_area .areatab {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-search .tab_area .areatab li {
  width: 18.431372549%;
  max-width: 188px;
  border: 1px solid #D16951;
  font-weight: 400;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-search .tab_area .areatab li:nth-child(5) {
  border: none;
}
.p-search .tab_area .areatab li.current {
  background: #D16951;
  color: #fff;
}
.p-search .submit_btn {
  text-align: center;
  margin-bottom: 20px;
}
.p-search .submit_btn img {
  max-width: 300px;
}
.p-search .form_area {
  position: relative;
  border-top: 1px solid #D16951;
  margin-top: 80px;
  display: none;
}
.p-search .form_area.bdr_non {
  border-top: none;
}
.p-search .form_area.mt00 {
  margin-top: 0;
}
.p-search .form_area.show {
  display: block;
}
.p-search .form_area h3 {
  text-align: center;
  margin: 80px auto 50px;
  font-size: clamp(1.6rem, 0.781vw + 1rem, 2rem);
  font-weight: 500;
}
.p-search .form_area h3 span {
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
}
.p-search .form_area p {
  font-size: 1.4rem;
  text-align: center;
  margin: 50px auto 80px;
}
.p-search .form_area form {
  margin: 80px auto;
}
.p-search .form_area dl {
  font-weight: 400;
  margin: 80px auto;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
}
.p-search .form_area dl dt {
  position: relative;
  background: #F6E6DC;
  padding: 0 20px;
  margin: 0;
  line-height: 1.6;
}
.p-search .form_area dl dt label {
  padding: 5px 20px;
}
.p-search .form_area dl dt a.toggle-block {
  position: absolute;
  display: inline-block;
  color: #d16951;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
  margin: 0 auto;
}
.p-search .form_area dl dt a.toggle-block::after {
  display: inline-block;
  content: "－";
  font-size: 1.8em;
  position: absolute;
  top: -6px;
  right: 0;
}
.p-search .form_area dl dt a.toggle-block.close::after {
  display: inline-block;
  content: "+";
  font-size: 1.6em;
  position: absolute;
  top: -6px;
  right: 0;
  padding-right: 0.1em;
}
.p-search .form_area dl dd {
  padding: 0 20px;
  line-height: 1.6;
}
.p-search .form_area dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-search .form_area dl dd ul li {
  width: 25%;
  margin: 1% 0;
}
.p-search .form_area table.result {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #e6ada0;
  margin: 80px auto;
}
.p-search .form_area table.result th {
  background-color: #F6E6DC;
  border-bottom: 1px solid #e6ada0;
  color: #d13f1d;
  font-weight: 500;
  vertical-align: top;
  width: 20%;
  padding: 15px 20px;
  margin: 0;
  font-size: clamp(1.6rem, 0.391vw + 1.3rem, 1.8rem);
}
.p-search .form_area table.result td {
  border-bottom: 1px solid #e6ada0;
  width: 80%;
  padding: 15px 20px;
  margin: 0;
  font-size: clamp(1.4rem, 0.391vw + 1.1rem, 1.6rem);
}
.p-search .form_area table.result ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-search .form_area table.result ul li {
  min-width: 25%;
  margin-bottom: 15px;
}
.p-search input[type=checkbox] {
  display: none;
}
.p-search input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-search input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 18px;
  left: 0;
  top: 25%;
  border: 1px solid;
  border-radius: 50%;
  border-color: #D16951;
  background-color: #fff;
}
.p-search input[type=checkbox]:checked + label::before {
  border-radius: 50%;
  border-color: #D16951;
  background-color: #D16951;
}
.p-search table.result input[type=checkbox] + label {
  color: #3c3c3c;
}
.p-search dl.house input[type=checkbox] + label::before,
.p-search table.result input[type=checkbox] + label::before {
  border-color: #D16951;
  background-color: #fff;
}
.p-search dl.house input[type=checkbox]:checked + label::before,
.p-search table.result input[type=checkbox]:checked + label::before {
  border-radius: 50%;
  border-color: #D16951;
  background-color: #D16951;
}
.p-search input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 9px;
  height: 6px;
  top: 45%;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-search input[type=hidden] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  color: #D16951;
  font-weight: 500;
}
.p-search input[type=hidden] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 18px;
  left: 0;
  top: 20%;
  border: 1px solid;
  border-radius: 50%;
  border-color: #D16951;
  background-color: #fff;
}
.p-search input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #D16951;
  vertical-align: -5px;
}
.p-search input[type=radio]:checked::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #D16951;
  margin: 2px;
}
.p-search input[type=radio] + label {
  font-weight: 400;
}
.p-search .selectdiv {
  position: relative;
  width: 180px;
  height: 32px;
  float: left;
}
.p-search .fl_l {
  float: left;
  margin: 0 20px;
  line-height: 32px;
}
.p-search select::-ms-expand {
  display: none;
}
.p-search .selectdiv:after {
  display: inline-block;
  content: "<>";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 2px;
  height: 15px;
  line-height: 14px;
  width: 30px;
  right: -7px;
  top: 10px;
  padding: 0px 5px 0px 5px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  pointer-events: none;
  color: #fff;
  background-color: #D16951;
}
.p-search .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  min-width: 180px;
  height: 30px;
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #e6ada0;
  border-radius: 5px;
  font-weight: 400;
}
.p-search input[type=text] {
  border: 1px solid #e6ada0;
  padding: 5px;
}

/* 共通ページ下部ボタン */
.p-search__property-btn {
  margin: 80px auto;
}
.p-search__property-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-search__property-btn a {
  width: 40%;
  max-width: 350px;
  margin: 0 4%;
}

@media screen and (max-width: 768px) {
  .p-search {
    margin: 80px auto 60px;
  }
  .p-search .saerch_window {
    position: relative;
    margin: 20px 0 0 auto;
  }
  .p-search .saerch_window .search_container input[type=text] {
    width: calc(100% - 130px);
    margin-left: 100px;
  }
  .p-search .saerch_window .search_container button.kensaku {
    width: 90px;
    padding: 8.5px;
    font-size: 1.4rem;
  }
  .p-search .saerch_window p {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .p-search .tab_area {
    padding: 40px 0 0;
  }
  .p-search .tab_area .areatab {
    margin: 40px auto;
  }
  .p-search .submit_btn {
    margin-bottom: 0;
  }
  .p-search .submit_btn img {
    max-width: 250px;
  }
  .p-search .form_area {
    margin-top: 50px;
  }
  .p-search .form_area h3 {
    margin: 40px auto 50px;
  }
  .p-search .form_area p {
    margin: 50px auto 40px;
  }
  .p-search .form_area form {
    margin: 40px auto;
  }
  .p-search .form_area dl {
    margin: 40px auto;
  }
  .p-search .form_area dl dd ul li {
    width: 33%;
  }
  .p-search .form_area table.result {
    margin: 40px auto;
  }
  .p-search .form_area table.result ul li {
    min-width: 33%;
    margin-bottom: 10px;
  }
  /* 共通ページ下部ボタン */
  .p-search__property-btn {
    margin: 60px auto;
  }
}
@media screen and (max-width: 480px) {
  .p-search {
    margin: 40px auto 30px;
  }
  .p-search .saerch_window {
    margin: 20px 20px 0 auto;
  }
  .p-search .tab_area {
    padding: 20px 0 0;
  }
  .p-search .tab_area .areatab {
    margin: 20px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-search .tab_area .areatab li {
    width: 30%;
    margin: 1%;
    font-size: 1.4rem;
  }
  .p-search .tab_area .areatab li:nth-child(5) {
    display: none;
  }
  .p-search .form_area {
    margin-top: 25px;
  }
  .p-search .form_area h3 {
    margin: 20px auto 25px;
  }
  .p-search .form_area p {
    margin: 25px auto 20px;
    text-align: left;
  }
  .p-search .form_area form {
    margin: 20px auto;
  }
  .p-search .form_area dl {
    margin: 20px auto;
  }
  .p-search .form_area dl dd ul li {
    width: 50%;
  }
  .p-search .form_area table.result {
    margin: 20px auto;
  }
  .p-search .form_area table.result ul li {
    min-width: 50%;
    margin-bottom: 10px;
  }
  /* 共通ページ下部ボタン */
  .p-search__property-btn {
    margin: 30px auto;
  }
  .p-search__property-btn-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search__property-btn a {
    width: auto;
    max-width: 320px;
    margin: 10px auto;
  }
}
/* 検索結果 物件一覧 */
.p-description {
  position: relative;
  margin: 40px auto;
}
.p-description .filtering {
  width: calc(100% - 180px);
  margin: 0 auto 0 0;
}
.p-description .filtering .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-description .filtering .ttl {
  font-size: 1.6rem;
  width: 5em;
}
.p-description .filtering .list {
  font-size: 1.6rem;
  width: calc(100% - 5em);
  padding-left: 1em;
  border-left: 1px solid #323232;
}
.p-description form {
  width: 180px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
}
.p-description form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  min-width: 180px;
  height: 30px;
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #e6ada0;
  border-radius: 5px;
  font-weight: 400;
  position: relative;
}
.p-description form:after {
  display: inline-block;
  content: ">";
  font-family: "Lato", sans-serif;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 2px;
  height: 15px;
  line-height: 14px;
  width: 30px;
  right: -7px;
  top: 10px;
  padding: 0px 5px 0px 5px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  pointer-events: none;
  color: #fff;
  background-color: #D16951;
  text-align: center;
}

.p-property-list {
  margin: 0 auto 80px;
}
.p-property-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-property-list .flex .ttl {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-property-list .flex .ttl .discount {
  font-size: 2rem;
  background: #D13F1D;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 24px 10px;
  margin-right: 20px;
}
.p-property-list .flex .ttl .ttl-detail {
  width: calc(100% - 90px);
}
.p-property-list .flex .ttl .ttl-detail .number {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.p-property-list .flex .ttl .ttl-detail .name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-property-list .flex .ttl .ttl-detail .company {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-property-list .flex .link_btn {
  width: 25%;
  max-width: 210px;
}
.p-property-list .flex .link_btn a {
  width: 100%;
  margin-bottom: 10px;
}
.p-property-list .detail {
  margin: 20px auto;
}
.p-property-list .detail table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  border-collapse: separate;
  margin: 0 auto;
}
.p-property-list .detail table.bdr_top {
  border-top: 1px solid #A0A0A0;
}
.p-property-list .detail table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #A0A0A0;
  width: 15%;
  padding: 5px 0;
}
.p-property-list .detail table th p {
  padding: 8px 0;
  background: #ebebeb;
}
.p-property-list .detail table td {
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #A0A0A0;
}
.p-property-list .detail a.andmore {
  display: block;
  text-align: center;
  margin: 20px auto;
  max-width: 300px;
}
.p-property-list .caution p {
  font-size: 1.4rem;
  background: #FAF0EA;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .p-description {
    margin: 40px auto;
  }
  .p-description .filtering {
    width: 100%;
  }
  .p-description form {
    position: relative;
    margin: 20px 20px 0 auto;
  }
  .p-description form:after {
    top: 8px;
  }
  .p-property-list .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-property-list .flex .ttl {
    width: 100%;
  }
  .p-property-list .flex .ttl .discount {
    font-size: 1.6rem;
    width: 70px;
    height: 70px;
    padding: 20px 10px;
    margin-right: 10px;
  }
  .p-property-list .flex .ttl .ttl-detail {
    width: calc(100% - 80px);
  }
  .p-property-list .flex .ttl .ttl-detail .number {
    font-size: 1.4rem;
  }
  .p-property-list .flex .ttl .ttl-detail .name {
    font-size: 2.2rem;
  }
  .p-property-list .flex .ttl .ttl-detail .company {
    font-size: 1.4rem;
  }
  .p-property-list .flex .link_btn {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto 0;
  }
  .p-property-list .flex .link_btn a {
    width: 45%;
    margin: 0;
  }
  .p-property-list .detail table {
    font-size: 1.4rem;
  }
  .p-property-list .detail table th {
    width: 20%;
  }
  .p-property-list .detail a.andmore {
    max-width: 220px;
  }
  .p-property-list .caution p {
    text-align: left;
  }
}
/*----------------------------------------------------------------------------------------
detail.scss
----------------------------------------------------------------------------------------*/
.p-search.detail {
  margin: 80px auto 0;
}

.p-detail {
  margin: 0 auto 80px;
}
.p-detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto 0;
}
.p-detail .flex .ttl {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-detail .flex .ttl .discount {
  font-size: 2rem;
  background: #D13F1D;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 24px 10px;
  margin-right: 20px;
}
.p-detail .flex .ttl .ttl-detail {
  width: calc(100% - 90px);
}
.p-detail .flex .ttl .ttl-detail .number {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.p-detail .flex .ttl .ttl-detail .name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-detail .flex .ttl .ttl-detail .company {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-detail .flex .link_btn {
  width: 25%;
  max-width: 210px;
}
.p-detail .flex .link_btn a {
  width: 100%;
  margin-bottom: 10px;
}
.p-detail .detail {
  margin: 30px auto 80px;
  /*.youtube_area{
      margin: 30px auto;

      iframe{
          width: 100%;
          height: auto;
          aspect-ratio:16/9;
      }
  }*/
}
.p-detail .detail table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  border-collapse: separate;
  margin: 0 auto;
}
.p-detail .detail table.bdr_top {
  border-top: 1px solid #A0A0A0;
}
.p-detail .detail table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #A0A0A0;
  width: 15%;
  padding: 5px 0;
}
.p-detail .detail table th p {
  padding: 8px 0;
  background: #ebebeb;
}
.p-detail .detail table td {
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #A0A0A0;
}
.p-detail .detail .main_image {
  margin: 0 auto 30px;
}
.p-detail .detail p.txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.375;
  margin: 10px auto;
}
.p-detail .detail .caution p {
  font-size: 1.4rem;
  background: #FAF0EA;
  text-align: center;
  padding: 10px;
  margin: 20px auto;
}
.p-detail .detail .explain {
  background: #FAF5EB;
  border-radius: 20px;
  padding: 50px;
  margin: 40px auto 0;
}
.p-detail .detail .explain p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-detail .detail .explain .slogan {
  margin: 0 auto 20px;
}
.p-detail .detail .explain .slogan p {
  font-size: 2.4rem;
  line-height: 1.4375;
  color: #d13f1d;
}
.p-detail .detail .more_image img {
  margin: 30px auto;
}
.p-detail .detail .mapping_area {
  margin: 30px auto;
}
.p-detail .detail .mapping_area h3 {
  background: #d13f1d;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.p-detail .detail .youtube_area {
  margin: 30px auto;
  max-width: 1020px;
}
.p-detail .detail .youtube_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 のアスペクト比（9 ÷ 16 = 0.5625） */
  height: 0;
  overflow: hidden;
}
.p-detail .detail .youtube_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-detail .mg04 {
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}

@media screen and (max-width: 768px) {
  .p-search.detail {
    margin: 80px auto 0;
  }
  .p-detail .flex {
    margin: 50px auto 0;
  }
  .p-detail .detail {
    margin: 30px auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .p-search.detail {
    margin: 40px auto 0;
  }
  .p-detail .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .p-detail .flex .ttl {
    width: 100%;
  }
  .p-detail .flex .ttl .discount {
    font-size: 1.6rem;
    width: 70px;
    height: 70px;
    padding: 20px 10px;
    margin-right: 10px;
  }
  .p-detail .flex .ttl .ttl-detail {
    width: calc(100% - 80px);
  }
  .p-detail .flex .ttl .ttl-detail .number {
    font-size: 1.4rem;
  }
  .p-detail .flex .ttl .ttl-detail .name {
    font-size: 2.2rem;
  }
  .p-detail .flex .ttl .ttl-detail .company {
    font-size: 1.4rem;
  }
  .p-detail .flex .link_btn {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px auto 0;
  }
  .p-detail .flex .link_btn a {
    width: 45%;
    margin: 0;
  }
  .p-detail .detail {
    margin: 30px auto 0;
  }
  .p-detail .detail table {
    font-size: 1.4rem;
    border: none;
  }
  .p-detail .detail table colgroup {
    display: none;
  }
  .p-detail .detail table th {
    display: block;
    width: 100%;
  }
  .p-detail .detail table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #A0A0A0;
    padding: 10px;
  }
  .p-detail .detail p {
    font-size: 1.4rem;
  }
  .p-detail .detail .caution p {
    text-align: left;
  }
  .p-detail .detail .explain {
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto 0;
  }
  .p-detail .detail .explain p {
    font-size: 1.4rem;
  }
  .p-detail .detail .explain .slogan p {
    font-size: 1.4rem;
  }
  .p-detail .detail .mapping_area h3 {
    font-size: 1.8rem;
  }
  .p-detail .mg04 {
    font-size: 1.4rem;
    margin: 20px auto;
  }
}
/*----------------------------------------------------------------------------------------
company.scss
----------------------------------------------------------------------------------------*/
.p-company-title {
  margin: 80px auto 0;
}
.p-company-title__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-title__category {
  margin-right: 1.5em;
}
.p-company-title__category p {
  font-size: 1.6rem;
  line-height: 2.35;
  background: #D16951;
  color: #fff;
  padding: 0.5em 1.5em;
  font-weight: 500;
}
.p-company-title__name h3 {
  font-size: 3rem;
}
.p-company-title__name p {
  font-size: 1.6rem;
  color: #323232;
  font-weight: 400;
}

.p-company-detail {
  margin: 30px auto 80px;
  /*.youtube_area {
      margin: 30px auto;

      iframe {
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9;
      }
  }*/
}
.p-company-detail h3 {
  background: #d13f1d;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.p-company-detail__list {
  margin: 80px auto 30px;
}
.p-company-detail__list table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  border-collapse: separate;
  margin: 0 auto;
}
.p-company-detail__list table.bdr_top {
  border-top: 1px solid #D13F1D;
}
.p-company-detail__list table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #D13F1D;
  width: 15%;
  padding: 5px 0;
}
.p-company-detail__list table th p.red {
  padding: 8px 0;
  background: #F6E6DC;
  color: #d13f1d;
}
.p-company-detail__list table th p.blue {
  padding: 8px 0;
  background: #E6EDF6;
  color: #478ED1;
}
.p-company-detail__list table td {
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #D13F1D;
}
.p-company-detail__list table td p {
  font-size: 1.6rem;
}
.p-company-detail__list table td p.red {
  font-weight: 700;
  color: #d13f1d;
}
.p-company-detail__list table td small {
  font-size: 1.2rem;
}
.p-company-detail__list table td small a {
  color: #06549E;
}
.p-company-detail__inpuiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 80px;
}
.p-company-detail__inpuiry .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3%;
  margin: 10px 0;
}
.p-company-detail__inpuiry .contact p.title {
  background: #EBEBEB;
  border-radius: 20px;
  font-size: 1.4rem;
  padding: 0.5em 2em;
  margin-right: 2rem;
}
.p-company-detail__inpuiry .contact p.name {
  font-size: 1.4rem;
  margin-right: 2rem;
}
.p-company-detail__inpuiry .contact p.tel {
  font-size: 2.8rem;
  font-weight: 700;
  color: #06549e;
}
.p-company-detail__inpuiry a {
  display: inline-block;
  width: 27%;
  max-width: 280px;
  min-width: 240px;
}
.p-company-detail__inpuiry a img {
  width: 100%;
}
.p-company-detail .youtube_area {
  margin: 30px auto;
  max-width: 1020px;
}
.p-company-detail .youtube_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 のアスペクト比（9 ÷ 16 = 0.5625） */
  height: 0;
  overflow: hidden;
}
.p-company-detail .youtube_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-company-detail__bdr-box {
  border: 1px solid #DE914B;
  border-radius: 20px;
  padding: 60px;
  margin: 80px auto;
}
.p-company-detail__bdr-box .img_area {
  margin-bottom: 30px;
}
.p-company-detail__bdr-box .img_area img {
  width: 100%;
}
.p-company-detail__bdr-box .txt_area p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-company-detail__bdr-box .txt_area p.bold {
  font-size: 2.4rem;
  line-height: 1.4375;
  margin-bottom: 30px;
}
.p-company-detail__news {
  margin: 80px auto;
}
.p-company-detail__news h4 {
  position: relative;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
}
.p-company-detail__news h4 span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #06549E;
  font-size: 1.6rem;
  margin-right: 20px;
}
.p-company-detail__news h4 .more {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-company-detail__news h4 .more img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
  margin-left: 5px;
}
.p-company-detail__news-list {
  border-bottom: 1px solid #a0a0a0;
}
.p-company-detail .mapping_area {
  margin: 80px auto;
}
.p-company-detail__info {
  margin: 80px auto;
}
.p-company-detail__info p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-company-detail__info p span {
  color: #d13f1d;
}
.p-company-detail__info ul {
  line-height: 1.7777777778;
  font-size: 1.6rem;
  margin: 30px auto;
}
.p-company-detail__info ul li::before {
  content: "●";
  color: #a0a0a0;
}
.p-company-detail__info ul li a {
  color: #06549E;
  text-decoration: none;
}
.p-company-detail__btn {
  margin: 80px auto;
}
.p-company-detail__btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-company-detail__btn a {
  width: auto;
  max-width: 320px;
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
  .p-company-title {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-company-title {
    margin: 40px auto 0;
  }
  .p-company-title__category {
    margin-right: 1.5em;
  }
  .p-company-title__category p {
    font-size: 1.4em;
    padding: 0.5em 1.5em;
  }
  .p-company-title__name h3 {
    font-size: 2.4rem;
  }
  .p-company-title__name p {
    font-size: 1.4rem;
  }
  .p-company-detail {
    margin: 30px auto 50px;
  }
  .p-company-detail h3 {
    font-size: 1.8rem;
  }
  .p-company-detail__list {
    margin: 40px auto 10px;
  }
  .p-company-detail__list table th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .p-company-detail__list table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .p-company-detail__inpuiry {
    margin: 10px auto 40px;
  }
  .p-company-detail__inpuiry .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin: 10px auto;
  }
  .p-company-detail__inpuiry .contact p.title {
    border-radius: 5px;
    width: 100%;
    padding: 0.5em 2em;
    margin-right: 0;
    text-align: center;
  }
  .p-company-detail__inpuiry .contact p.name {
    font-size: 1.4rem;
    margin: 10px;
  }
  .p-company-detail__inpuiry .contact p.tel {
    font-size: 2.4rem;
    margin: 10px;
  }
  .p-company-detail__inpuiry a {
    width: 100%;
    margin: 10px auto;
  }
  .p-company-detail__inpuiry a img {
    width: 100%;
  }
  .p-company-detail__bdr-box {
    padding: 20px;
    margin: 40px auto;
  }
  .p-company-detail__bdr-box .img_area {
    margin-bottom: 20px;
  }
  .p-company-detail__bdr-box .txt_area p {
    font-size: 1.4rem;
  }
  .p-company-detail__bdr-box .txt_area p.bold {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-company-detail__news {
    margin: 40px auto;
  }
  .p-company-detail .mapping_area {
    margin: 40px auto;
  }
  .p-company-detail__info {
    margin: 40px auto;
  }
  .p-company-detail__info p {
    font-size: 1.4rem;
  }
  .p-company-detail__info ul {
    font-size: 1.4rem;
    margin: 20px auto;
  }
  .p-company-detail__btn {
    margin: 40px auto;
  }
  .p-company-detail__btn-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-company-detail__btn a {
    margin: 2% auto;
  }
}
/*----------------------------------------------------------------------------------------
pickup.scss
----------------------------------------------------------------------------------------*/
.p-pickup {
  margin: 80px auto;
}
.p-pickup h3 span {
  margin-left: 0;
}
.p-pickup p.txt {
  font-size: 1.6rem;
  line-height: 1.7777777778;
  margin-bottom: 40px;
}
.p-pickup table {
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  border-collapse: separate;
  margin: 0 auto;
}
.p-pickup table.bdr_top {
  border-top: 1px solid #A0A0A0;
}
.p-pickup table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #A0A0A0;
  width: 15%;
  padding: 5px 0;
}
.p-pickup table th p {
  padding: 8px 0;
  background: #ebebeb;
}
.p-pickup table td {
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #A0A0A0;
}
.p-pickup table td span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-pickup {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-pickup {
    margin: 40px auto 0;
  }
  .p-pickup table th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .p-pickup table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
/*----------------------------------------------------------------------------------------
developer.scss
----------------------------------------------------------------------------------------*/
.p-developer {
  margin: 80px auto;
}
.p-developer.developer02 {
  margin: 80px auto;
}
.p-developer.developer02 .mb120 {
  margin-bottom: 80px;
}
.p-developer.developer02 .pt80 {
  padding-top: 80px;
}
.p-developer.developer02 .pb80 {
  padding-bottom: 80px;
}
.p-developer__anker {
  text-align: center;
  margin: 80px auto;
}
.p-developer__anker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-developer__anker p {
  font-size: 1.6rem;
  text-align: left;
  margin: 40px auto;
}
.p-developer__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px auto;
}
.p-developer__list-box {
  width: 31.3725490196%;
  max-width: 320px;
  text-align: left;
  margin-right: 2.9411764706%;
  margin-bottom: 30px;
}
.p-developer__list-box:nth-child(3n) {
  margin-right: 0;
}
.p-developer__list-box .accordion_open {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D16951;
  text-align: center;
  width: 100%;
  height: 100px;
  padding: 5px 20px 15px;
}
.p-developer__list-box .accordion_open img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 45px;
  max-width: 200px;
}
.p-developer__list-box .accordion_open span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-developer__list-box .accordion_open.open span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-developer__list-box .accordion_detail {
  position: relative;
  border: 1px solid #D16951;
  border-top: none;
}
.p-developer__list-box .accordion_detail::before {
  content: "";
  background: #D16951;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: auto;
  width: 20px;
}
.p-developer__list-box .accordion_detail::after {
  content: "▶";
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  height: 14px;
  width: 14px;
  margin: auto 0;
}
.p-developer__list-box .accordion_detail a {
  position: relative;
  width: 100%;
  padding: 5px 25px 15px 15px;
}
.p-developer__list-box .accordion_detail.detail02 {
  position: relative;
  width: 100%;
  padding: 5px 15px 40px 15px;
}
.p-developer__list-box .accordion_detail.detail02::before, .p-developer__list-box .accordion_detail.detail02::after {
  display: none;
}
.p-developer__list-box .accordion_detail.detail02 a {
  position: absolute;
  background: #D16951;
  color: #fff;
  right: 0;
  bottom: -2px;
  left: 0;
  font-size: 1.4rem;
  padding: 5px 10px;
}
.p-developer__list-box .accordion_detail.detail02 a span {
  position: absolute;
  right: 5px;
}
.p-developer__list-box .accordion_detail.detail02 .detail-area {
  width: 100%;
  margin: 10px auto;
  padding: 10px 10px 20px;
  background: #f6e6dc;
  text-align: center;
  font-size: 1.6rem;
}
.p-developer__list-box .accordion_detail.detail02 .detail-area p.title {
  background: #d16951;
  color: #fff;
  border-radius: 20px;
  width: 10em;
  padding: 3px;
  margin: 0 auto 20px;
}
.p-developer__list-box .accordion_detail.detail02 .detail-area p.txt {
  min-height: 2em;
  font-size: 1.4rem;
}
.p-developer__list-box .accordion_detail table {
  table-layout: fixed;
  width: 100%;
  line-height: 1;
  vertical-align: middle;
}
.p-developer__list-box .accordion_detail table th {
  width: 30%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px 0 0;
  line-height: 2.25;
}
.p-developer__list-box .accordion_detail table th p.bg_01 {
  background: #d13f1d;
  color: #fff;
}
.p-developer__list-box .accordion_detail table th p.bg_02 {
  background: #06549E;
  color: #fff;
}
.p-developer__list-box .accordion_detail table th p.bg_03 {
  background: #F6E6DC;
  color: #D16951;
}
.p-developer__list-box .accordion_detail table th p.bg_04 {
  border: 1px solid #06549E;
  color: #06549E;
}
.p-developer__list-box .accordion_detail table td {
  position: relative;
  width: 70%;
  font-size: 1.4rem;
  padding: 0 10px;
}
.p-developer__list-box .accordion_detail table td span.cl_01 {
  position: relative;
  top: 5px;
  color: #d13f1d;
  font-size: 3.6rem;
  font-weight: 700;
  margin-left: 0.2em;
}
.p-developer__list-box .accordion_detail table td span.cl_02 {
  position: relative;
  top: 5px;
  color: #06549e;
  font-size: 3.6rem;
  font-weight: 700;
  margin-left: 0.2em;
}
.p-developer__list-box .accordion_detail table td span.cl_03 {
  color: #d13f1d;
  font-weight: 700;
}
.p-developer__list-box .accordion_detail table td span.cl_04 {
  color: #06549e;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-developer__list-box .accordion_detail table td span small {
  font-size: 0.7em;
}
.p-developer__list-box .accordion_detail table td.pt10 {
  padding-top: 10px;
  line-height: normal;
}
.p-developer__list-box .accordion_detail table td.pt15 {
  padding-top: 15px;
  line-height: normal;
}
.p-developer__list-box .accordion_detail table.table02 {
  width: auto;
  margin: 0 auto;
}
.p-developer__list-box .accordion_detail table.table02 th,
.p-developer__list-box .accordion_detail table.table02 td {
  width: 30%;
}
.p-developer__discount {
  width: 90%;
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
}
.p-developer__plus {
  text-align: center;
}
.p-developer__plus a {
  width: 98%;
  max-width: 900px;
  background: #06549e;
  border-radius: 20px;
  font-size: 1.6rem;
  padding: 8px;
  color: #fff;
  margin: 0 auto;
}
.p-developer__plus p {
  font-size: 1.6rem;
  text-align: left;
  margin: 40px auto;
}
.p-developer .mapping_area {
  margin: 80px auto 0;
}
.p-developer .mapping_area h3 {
  background: #d13f1d;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 5px 10px;
  margin-bottom: 30px;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06 {
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 900px) {
  .p-developer__list-flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p-developer__list-box {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-developer {
    margin: 80px auto 0;
  }
  .p-developer.developer02 {
    margin: 80px auto;
  }
  .p-developer.developer02 .mb120 {
    margin-bottom: 80px;
  }
  .p-developer.developer02 .pt80 {
    padding-top: 80px;
  }
  .p-developer.developer02 .pb80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .p-developer {
    margin: 40px auto 0;
  }
  .p-developer.developer02 {
    margin: 40px auto;
  }
  .p-developer.developer02 .mb120 {
    margin-bottom: 40px;
  }
  .p-developer.developer02 .pt80 {
    padding-top: 0px;
  }
  .p-developer.developer02 .pb80 {
    padding-bottom: 0px;
  }
  .p-developer__anker {
    margin: 40px auto;
  }
  .p-developer__anker ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-developer__anker ul li {
    width: 32%;
    margin-bottom: 10px;
  }
  .p-developer__list-flex {
    margin: 30px auto 0;
  }
  .p-developer__list-box {
    width: 100%;
  }
  .p-developer__plus {
    text-align: center;
  }
  .p-developer__plus a {
    border-radius: 20px;
    font-size: 1.4rem;
  }
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06 {
    padding-top: 0px;
    margin-top: 0px;
  }
}
/*----------------------------------------------------------------------------------------
service.scss
----------------------------------------------------------------------------------------*/
.p-service {
  margin: 80px auto;
  /*.mt40{
      margin-top: 40px;
  }

  .mb40{
      margin-bottom: 40px;
  }*/
}
.p-service .mt00 {
  margin-top: 0;
}
.p-service .mt20 {
  margin-top: 20px;
}
.p-service .mt30 {
  margin-top: 30px;
}
.p-service .mb00 {
  margin-bottom: 0;
}
.p-service .mb120 {
  margin-bottom: 80px;
}
.p-service h4 {
  position: relative;
  background: #D16951;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.p-service h4.bg_blue {
  background: #478ED1;
}
.p-service h4 p {
  position: absolute;
  right: 10px;
  top: 20%;
}
.p-service p.bdr_red {
  color: #D13F1D;
  font-weight: 700;
  border-top: 1px solid #D16951;
  border-bottom: 1px solid #D16951;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  line-height: normal;
}
.p-service p.al_r {
  text-align: right;
}
.p-service p.title_bdr {
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
  border-bottom: 1px solid #323232;
}
.p-service p.title_bdr02 {
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
  border-bottom: 1px solid #06549E;
  color: #06549E;
}
.p-service p.asessment_caution {
  text-align: center;
  font-size: 1.4rem;
  margin: 10px auto;
  color: #d13f1d;
}
.p-service__block {
  margin: 60px auto;
}
.p-service__block p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-service__list01 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px auto;
}
.p-service__list01 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-service__list01 li::before {
  content: "●";
  color: #D16951;
  padding-right: 0.5em;
}
.p-service__list02 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px auto;
}
.p-service__list02 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-service__list02 li::before {
  content: "●";
  color: #DE914B;
  padding-right: 0.5em;
}
.p-service__list03 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px auto;
}
.p-service__list03 li {
  padding-left: 1.5em;
  text-indent: -0.75em;
}
.p-service__list03 li span {
  color: #53C8D7;
  padding-right: 0.5em;
}
.p-service__list03 li span.cl_red {
  color: #D16951;
}
.p-service__list03 li span.cl_red:nth-child(2) {
  padding-right: 0;
  padding-left: 0.5em;
}
.p-service__list03.caution {
  font-size: 1.4rem;
}
.p-service__flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service__flex-box {
  width: 48%;
  max-width: 470px;
}
.p-service__flex .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service__flex .box-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 48%;
  max-width: 250px;
}
.p-service__flex p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-service__flex p.title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-service__flex p.bdr {
  border: 1px solid #D16951;
  border-radius: 20px;
  color: #d16951;
  padding: 0 20px;
  margin: 20px auto 0;
}
.p-service__flex a {
  margin: 30px 0;
}
.p-service__flex02 {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service__flex02-img {
  padding: 0 20px 0 0;
}
.p-service__flex02-txt {
  font-size: 1.4rem;
  line-height: 1.7777777778;
}
.p-service__flex03 {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-service__flex03 img {
  width: 24%;
  max-width: 240px;
}
.p-service__flex03-box {
  width: 31%;
  text-align: center;
}
.p-service__flex03-box p {
  text-align: left;
}
.p-service__flex03-box p.bdr_top {
  padding-top: 20px;
  border-top: 1px solid #323232;
}
.p-service__flex03-box p.bdr {
  border: 1px solid #D16951;
  border-radius: 20px;
  color: #d16951;
  padding: 0 20px;
  margin: 0 auto 0;
  text-align: center;
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
}
.p-service__flex03-box img {
  width: 100%;
  max-width: 202px;
  margin: 20px auto;
}
.p-service__flex03-box img.w322 {
  width: 100%;
  max-width: 322px;
}
.p-service__flex03-box a {
  color: #06549e;
}
.p-service__flex04 {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service__flex04-img {
  width: 180px;
  padding: 0 20px 0 0;
}
.p-service__flex04-img img {
  width: 160px;
}
.p-service__flex04-txt {
  width: calc(100% - 180px);
  font-size: 1.4rem;
  line-height: 1.7777777778;
}
.p-service__flex04 .bdr_b {
  border-bottom: 1px solid #323232;
  padding-bottom: 5px;
}
.p-service__flex04 .bdr_b p.name {
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
  line-height: 1;
}
.p-service__flex04 .bdr_b p.name small {
  font-size: 1.6rem;
}
.p-service__flex04 .bdr_b p.name-en {
  color: #E6ADA0;
  font-size: 1.6rem;
}
.p-service__flex04 dl {
  display: block;
  font-size: 1.6rem;
  margin: 20px auto 20px;
}
.p-service__flex04 dl dt {
  float: left;
  clear: left;
  color: #DE914B;
  border: 1px solid #DE914B;
  border-radius: 20px;
  padding: 0 1em;
  margin: 0 auto;
}
.p-service__flex04 dl dd {
  margin: 10px auto;
  padding: 0 5px 0 7em;
}
.p-service__flex04 .bg_orange {
  display: block;
  clear: both;
  background: #FAF0EA;
  padding: 15px;
  margin: 20px auto;
}
.p-service__flex05 {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-service__flex05-img {
  padding: 0 20px 0 0;
}
.p-service__flex05-img02 {
  width: 20%;
  padding: 0 20px 0 0;
}
.p-service__flex05-img02 img {
  border: 1px solid #323232;
}
.p-service__flex05 .txt {
  width: 88%;
  font-size: 1.4rem;
}
.p-service__flex05 .txt span {
  color: #D13F1D;
}
.p-service__flex05 .txt span.cl_blue {
  color: #53C8D7;
}
.p-service__flex05 .txt02 {
  width: 70%;
  line-height: 1.4;
  margin: 30px 0;
}
.p-service__flex05 .txt03 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: auto;
  line-height: 1.4;
}
.p-service__flex05 .txt03 .title {
  font-size: 2.4rem;
  border-bottom: 1px solid #323232;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.p-service__flex05 .txt03 .title small {
  font-size: 0.6em;
}
.p-service__flex05 .txt04 {
  width: 75%;
  margin: 0 0 0 3%;
}
.p-service__flex05 .txt04 a {
  margin: 20px 0;
}
.p-service__flex05-demo {
  width: 45%;
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-service__flex06 {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service__flex06-box {
  width: 40%;
}
.p-service__flex06 .box02 {
  width: 56%;
}
.p-service__comlist {
  margin: 80px auto;
}
.p-service__point {
  margin: 30px auto 80px;
}
.p-service__point dl dt {
  color: #d13f1d;
  font-size: 2.4rem;
}
.p-service__point dl dd {
  margin: 20px 0 40px 30px;
}
.p-service__point dl dd p.example {
  display: inline-block;
  color: #DE914B;
  background: #FAF0EA;
  font-weight: 500;
  border-radius: 20px;
  padding: 0 10px;
  margin: 15px 0 10px;
}
.p-service__point dl dd div {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.p-service__point dl dd div:before {
  content: "[";
  font-size: 5rem;
  color: #D16951;
  position: absolute;
  font-weight: 300;
  left: 0;
  top: -5px;
}
.p-service__point dl dd div::after {
  content: "]";
  font-size: 5rem;
  color: #D16951;
  position: absolute;
  font-weight: 300;
  right: 0;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .p-service {
    margin: 80px auto 0;
  }
  .p-service h4 p {
    position: relative;
    padding: 0 10px;
  }
  .p-service p.bdr_red {
    font-size: 1.6rem;
  }
  .p-service__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service__flex-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .p-service__flex-box.tab_al_c {
    text-align: center;
  }
  .p-service__flex .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service__flex .box-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 46%;
    max-width: 250px;
    margin: 0 2%;
  }
  .p-service__flex02-txt {
    max-width: 80%;
  }
  .p-service__flex05 .txt {
    width: 84%;
  }
  .p-service__flex05 .txt02 {
    width: 60%;
  }
  .p-service__flex05 .txt03 .title {
    font-size: 2.2rem;
  }
  .p-service__flex05 .txt03 .title small {
    font-size: 0.8em;
  }
  .p-service__flex05-demo {
    width: 50%;
  }
  .p-service__flex06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service__flex06-box {
    width: 100%;
  }
  .p-service__flex06 .box02 {
    width: 100%;
  }
  .p-service__comlist {
    margin: 80px auto;
  }
  .p-service__point dl dt {
    font-size: 2rem;
  }
  .p-service__point dl dd div:before {
    font-size: 8rem;
    top: -13px;
  }
  .p-service__point dl dd div::after {
    font-size: 8rem;
    top: -13px;
  }
}
@media screen and (max-width: 480px) {
  .p-service {
    margin: 40px auto 0;
  }
  .p-service .mb120 {
    margin-bottom: 40px;
  }
  .p-service h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-service h4 p {
    font-size: 1.4rem;
  }
  .p-service h5 {
    font-size: 1.6rem;
  }
  .p-service p.bdr_red {
    font-size: 1.4rem;
  }
  .p-service__block {
    margin: 30px auto;
  }
  .p-service__block p {
    font-size: 1.4rem;
  }
  .p-service__list01 {
    font-size: 1.4rem;
  }
  .p-service__list02 {
    font-size: 1.4rem;
  }
  .p-service__list03 {
    font-size: 1.4rem;
  }
  .p-service__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service__flex-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .p-service__flex p.bdr {
    margin: 10px auto 0;
  }
  .p-service__flex02 {
    margin: 30px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service__flex02-img {
    padding: 0 20px 20px 0;
  }
  .p-service__flex02-txt {
    max-width: 100%;
  }
  .p-service__flex03 img {
    width: 48%;
    margin-bottom: 10px;
  }
  .p-service__flex03-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-service__flex03-box img.w322 {
    width: 100%;
    max-width: 200px;
  }
  .p-service__flex04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-service__flex04-img {
    padding: 0;
    margin: 0 auto;
  }
  .p-service__flex04-txt {
    width: 100%;
    margin: 20px auto;
  }
  .p-service__flex05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service__flex05-img02 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .p-service__flex05-img02 img {
    width: 60%;
    border: 1px solid #323232;
  }
  .p-service__flex05 .txt {
    width: 100%;
    margin-top: 10px;
  }
  .p-service__flex05 .txt04 {
    width: 100%;
    margin: 30px auto;
  }
  .p-service__flex05-demo {
    width: 100%;
  }
  .p-service__comlist {
    margin: 40px auto;
  }
  .p-service__point {
    margin: 30px auto 80px;
  }
  .p-service__point dl dt {
    font-size: 1.7rem;
  }
  .p-service__point dl dd {
    margin: 20px auto 40px;
  }
  .p-service__point dl dd div:before {
    top: -19px;
  }
  .p-service__point dl dd div::after {
    top: -19px;
  }
}
/*----------------------------------------------------------------------------------------
qanda.scss
----------------------------------------------------------------------------------------*/
.p-qanda__list dl dt {
  position: relative;
  width: 100%;
  background: #E6EDF6;
  border-top: 1px solid #06549E;
  border-left: 1px solid #06549E;
  border-right: 1px solid #06549E;
  border-bottom: none;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-qanda__list dl dt span {
  position: relative;
  width: 50px;
  top: 0;
  bottom: 0;
  background: #06549E;
}
.p-qanda__list dl dt span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-qanda__list dl dt:first-child {
  margin-top: 0;
}
.p-qanda__list dl dt a {
  position: relative;
  font-size: 1.6rem;
  width: calc(100% - 50px);
  padding: 8px 10px;
}
.p-qanda__list dl dt a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-qanda__list dl dt a div img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-qanda__list dl dt a.close {
  border-bottom: 1px solid #06549E;
}
.p-qanda__list dl dt a.close div img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-qanda__list dl dt:nth-of-type(2n) {
  border-top: 1px solid #478ED1;
  border-left: 1px solid #478ED1;
  border-right: 1px solid #478ED1;
}
.p-qanda__list dl dt:nth-of-type(2n) span {
  background: #478ED1;
}
.p-qanda__list dl dt:nth-of-type(2n) a.close {
  border-bottom: 1px solid #478ED1;
}
.p-qanda__list dl dd {
  border-left: 1px solid #06549E;
  border-bottom: 1px solid #06549E;
  border-right: 1px solid #06549E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-qanda__list dl dd span {
  position: relative;
  width: 50px;
  top: 0;
  bottom: 0;
  background: #F6E6DC;
}
.p-qanda__list dl dd span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-qanda__list dl dd div {
  position: relative;
  width: calc(100% - 50px);
  font-size: 1.6rem;
  color: #D16951;
  padding: 15px 10px;
}
.p-qanda__list dl dd:nth-of-type(2n) {
  border-bottom: 1px solid #478ED1;
  border-left: 1px solid #478ED1;
  border-right: 1px solid #478ED1;
}
.p-qanda__list dl dd a {
  color: #06549e;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .p-qanda__list dl dt a {
    font-size: 1.4rem;
  }
  .p-qanda__list dl dd div {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------------------------------------------
step.scss
----------------------------------------------------------------------------------------*/
.p-step table {
  table-layout: fixed;
}
.p-step table th {
  padding-top: 5px;
  padding-bottom: 30px;
}
.p-step table th p {
  font-size: 2.8rem;
  padding-right: 20px;
  border-right: 1px solid #D13F1D;
  color: #D13F1D;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
}
.p-step table td {
  font-size: 1.6rem;
  padding: 0px 20px 20px;
}
.p-step table td p.pt12 {
  padding-top: 12px;
}
.p-step table td p.title {
  color: #d13f1d;
  font-size: 1.8rem;
}
.p-step table td p span {
  color: #06549E;
  font-size: 2rem;
  font-weight: 700;
}
.p-step table td a {
  margin: 20px 0;
}
.p-step table td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-step table td div p:first-child {
  width: 11em;
  min-width: 11em;
}
.p-step table td div p:last-child {
  margin-left: 1em;
  width: 60%;
}
.p-step table td div img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-step table th p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .p-step table th p {
    font-size: 2rem;
    padding-right: 10px;
  }
  .p-step table td {
    font-size: 1.4rem;
    padding: 0px 10px 30px;
  }
  .p-step table td p.pt12 {
    padding-top: 5px;
  }
  .p-step table td div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-step table td div p:first-child {
    width: 100%;
  }
  .p-step table td div p:last-child {
    width: 85%;
  }
}
/*----------------------------------------------------------------------------------------
info.scss
----------------------------------------------------------------------------------------*/
.p-info {
  margin: 80px auto;
}
.p-info .mt00 {
  margin-top: 0;
}
.p-info .mt20 {
  margin-top: 20px;
}
.p-info .mt30 {
  margin-top: 30px;
}
.p-info .mb00 {
  margin-bottom: 0;
}
.p-info .mb120 {
  margin-bottom: 80px;
}
.p-info h4 {
  position: relative;
  background: #D16951;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.p-info .al_c {
  position: relative;
  text-align: center;
}
.p-info p.bdr_red {
  color: #D13F1D;
  font-weight: 700;
  border-top: 1px solid #D16951;
  border-bottom: 1px solid #D16951;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  line-height: normal;
}
.p-info p.title_bdr {
  font-size: clamp(1.8rem, 1.172vw + 0.9rem, 2.4rem);
  border-bottom: 1px solid #D13F1D;
  color: #D13F1D;
  line-height: 1.5;
}
.p-info p.title_bdr span {
  color: #323232;
  font-size: 1.6rem;
}
.p-info__block {
  margin: 60px auto;
}
.p-info__block p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-info__block img.w650 {
  width: 100%;
  max-width: 650px;
}
.p-info__block a.cl_blue {
  color: #06549e;
  font-weight: 500;
}
.p-info__list01 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto;
}
.p-info__list01 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-info__list01 li::before {
  content: "●";
  color: #D16951;
  padding-right: 0.5em;
}
.p-info__list01 li a {
  display: inline;
  color: #06549e;
  font-weight: 500;
}
.p-info__list02 {
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px auto;
}
.p-info__list02 li {
  padding-left: 1.5em;
  text-indent: -0.75em;
}
.p-info__list02 li span {
  padding-right: 0.5em;
  color: #D16951;
}
.p-info__list02 .bdr_box {
  border: 1px solid #D16951;
  padding: 5px;
  text-indent: 0;
  margin-top: 10px;
}
.p-info__list02 .bdr_box p {
  font-size: 1.4rem;
}
.p-info__flex {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-info__flex-box {
  width: 48%;
  max-width: 470px;
}
.p-info__flex p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
  margin-bottom: 20px;
}
.p-info__flex a {
  display: block;
  margin: 10px auto;
}
.p-info__flex img.book {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 95px;
}
.p-info__flex a.book_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-info__flex .ali-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-info__flex02 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-info__flex02 p:first-child {
  background: #d16951;
  border-radius: 20px;
  color: #fff;
  width: 18%;
  text-align: center;
  margin-right: 2%;
}
.p-info__flex02 p.com_list {
  width: 80%;
}
.p-info__flex03 {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-info__flex03-img {
  padding: 0 20px 0 0;
}
.p-info__flex03 .txt {
  width: 88%;
  font-size: 1.4rem;
}
.p-info__flex04 {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-info__flex04-box {
  width: 62%;
}
.p-info__flex04-box p {
  font-size: 1.6rem;
  line-height: 1.7777777778;
}
.p-info__flex04-box a {
  margin: 20px 0;
}
.p-info__flex04-img {
  position: relative;
  width: 33%;
}
.p-info__flex04-img a.book {
  position: absolute;
  top: -35px;
  width: 80%;
  max-width: 260px;
}
.p-info__flex04-img img.click {
  position: absolute;
  top: -75px;
  right: -5px;
  width: 40%;
  max-width: 129px;
}

@media screen and (max-width: 768px) {
  .p-info {
    margin: 80px auto 0;
  }
  .p-info h4 p {
    position: relative;
    padding: 0 10px;
  }
  .p-info p.bdr_red {
    font-size: 1.6rem;
  }
  .p-info p.title_bdr span {
    font-size: 1.4rem;
  }
  .p-info__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-info__flex-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .p-info__flex-box.tab_al_c {
    text-align: center;
  }
  .p-info__flex .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-info__flex .box-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 46%;
    max-width: 250px;
    margin: 0 2%;
  }
  .p-info__flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px;
  }
  .p-info__flex02 p:first-child {
    width: auto;
    padding: 0 2em;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .p-info__flex02 p.com_list {
    width: 100%;
  }
  .p-info__flex03 .txt {
    width: 80%;
  }
  .p-info__flex04 {
    margin: 30px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-info__flex04-box {
    width: 100%;
  }
  .p-info__flex04-img {
    width: 90%;
    max-width: 260px;
    margin: 50px auto 0;
  }
  .p-info__flex04-img a.book {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 260px;
  }
  .p-info__flex04-img img.click {
    position: absolute;
    top: -25px;
    right: -60px;
  }
}
@media screen and (max-width: 480px) {
  .p-info {
    margin: 40px auto 0;
  }
  .p-info .mb120 {
    margin-bottom: 40px;
  }
  .p-info h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-info h4 p {
    font-size: 1.4rem;
  }
  .p-info h5 {
    font-size: 1.6rem;
  }
  .p-info p.bdr_red {
    font-size: 1.4rem;
  }
  .p-info__block {
    margin: 30px auto;
  }
  .p-info__block p {
    font-size: 1.4rem;
  }
  .p-info__list01 {
    font-size: 1.4rem;
  }
  .p-info__list02 {
    font-size: 1.4rem;
  }
  .p-info__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-info__flex-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .p-info__flex02 {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-info__flex02-img {
    padding: 0 20px 20px 0;
  }
  .p-info__flex02-txt {
    max-width: 100%;
  }
  .p-info__flex03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-info__flex03-img {
    padding: 0;
    margin: 0 auto;
  }
  .p-info__flex03 .txt {
    width: 100%;
    margin: 20px auto;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 901px) {
  .u-900-appea {
    display: none;
  }
}
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */