@charset "UTF-8";
@media screen and (min-width: 1024px) {
  .btn_style01 {
    width: 360px; }
    .btn_style01 a, .btn_style01 a:link a:visited {
      position: relative;
      width: 100%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #E5E5E5; }
    .btn_style01 a:hover {
      color: #111; }
    .btn_style01 .arrow {
      overflow: hidden;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style01 .arrow:before,
    .btn_style01 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: url(../img/arrow_bl.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .btn_style01 .arrow:after {
      transform: translateX(-100%); }
    .btn_style01 a:hover .arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .btn_style01 a:hover .arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style01 {
    width: 100%; }
    .btn_style01 a, .btn_style01 a:link a:visited {
      position: relative;
      width: 100%;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #E5E5E5; }
    .btn_style01 a:hover {
      color: #111; }
    .btn_style01 .arrow {
      overflow: hidden;
      position: absolute;
      top: 8px;
      right: 8px;
      width: 38px;
      height: 38px;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style01 .arrow:before,
    .btn_style01 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 38px;
      height: 38px;
      background: url(../img/arrow_bl.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .btn_style01 .arrow:after {
      transform: translateX(-100%); }
    .btn_style01 a:hover .arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .btn_style01 a:hover .arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 767px) {
  .btn_style01 {
    width: 100%; }
    .btn_style01 a {
      position: relative;
      width: 100%;
      height: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.0;
      background-color: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #E5E5E5; }
    .btn_style01 a:hover {
      color: #111; }
    .btn_style01 .arrow {
      overflow: hidden;
      position: absolute;
      top: 7px;
      right: 7px;
      width: 36px;
      height: 36px;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style01 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: url(../img/arrow_bl.svg) no-repeat center center;
      background-size: 10px; } }

@media screen and (min-width: 1024px) {
  .btn_style02 {
    width: 100%; }
    .btn_style02 a, .btn_style02 a:link a:visited {
      position: relative;
      width: 100%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.0;
      color: #fff;
      background-color: #69A6BD;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style02 a:hover {
      color: #fff; }
    .btn_style02 .arrow {
      overflow: hidden;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-color: #5699B2;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style02 .arrow:before,
    .btn_style02 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .btn_style02 .arrow:after {
      transform: translateX(-100%); }
    .btn_style02 a:hover .arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .btn_style02 a:hover .arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style02 {
    width: 100%; }
    .btn_style02 a, .btn_style02 a:link a:visited {
      position: relative;
      width: 100%;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.0;
      color: #fff;
      background-color: #69A6BD;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style02 a:hover {
      color: #fff; }
    .btn_style02 .arrow {
      overflow: hidden;
      position: absolute;
      top: 8px;
      right: 8px;
      width: 38px;
      height: 38px;
      background-color: #5699B2;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style02 .arrow:before,
    .btn_style02 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 38px;
      height: 38px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .btn_style02 .arrow:after {
      transform: translateX(-100%); }
    .btn_style02 a:hover .arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .btn_style02 a:hover .arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 767px) {
  .btn_style02 {
    width: 100%; }
    .btn_style02 a {
      position: relative;
      width: 100%;
      height: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.0;
      background-color: #69A6BD;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style02 a:hover {
      color: #fff; }
    .btn_style02 .arrow {
      overflow: hidden;
      position: absolute;
      top: 7px;
      right: 7px;
      width: 36px;
      height: 36px;
      background-color: #5699B2;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .btn_style02 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 10px; } }

@media screen and (min-width: 1024px) {
  .btn_style03 {
    width: 200px; }
    .btn_style03 a, .btn_style03 a:link a:visited {
      width: 100%;
      height: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background: url(../img/arrow_bl.svg) no-repeat right 15px center;
      background-size: 10px;
      background-color: #fff;
      border: 1px solid #E5E5E5;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px; }
    .btn_style03 a:hover {
      color: #111;
      background: url(../img/arrow_bl.svg) no-repeat right 10px center;
      background-size: 10px;
      background-color: #f5f5f5; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style03 {
    width: 170px; }
    .btn_style03 a, .btn_style03 a:link a:visited {
      width: 100%;
      height: 42px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background: url(../img/arrow_bl.svg) no-repeat right 15px center;
      background-size: 10px;
      background-color: #fff;
      border: 1px solid #E5E5E5;
      border-radius: 21px;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px; }
    .btn_style03 a:hover {
      color: #111;
      background: url(../img/arrow_bl.svg) no-repeat right 10px center;
      background-size: 10px;
      background-color: #f5f5f5; } }
@media screen and (max-width: 767px) {
  .btn_style03 {
    width: 90px; }
    .btn_style03 a {
      width: 100%;
      height: 36px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background: url(../img/arrow_bl.svg) no-repeat right 10px center;
      background-size: 10px;
      background-color: #fff;
      border: 1px solid #E5E5E5;
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px; }
    .btn_style03 a:hover {
      color: #111; } }

@media screen and (min-width: 1024px) {
  .line_btn_style01 {
    width: 360px; }
    .line_btn_style01 a, .line_btn_style01 a:link a:visited {
      position: relative;
      width: 100%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #00B900;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .line_btn_style01 a:hover {
      color: #fff; }
    .line_btn_style01 .arrow {
      overflow: hidden;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-color: #00ab00;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .line_btn_style01 .arrow:before,
    .line_btn_style01 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .line_btn_style01 .arrow:after {
      transform: translateX(-100%); }
    .line_btn_style01 a:hover .arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .line_btn_style01 a:hover .arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .line_btn_style01 {
    width: 100%; }
    .line_btn_style01 a, .line_btn_style01 a:link a:visited {
      position: relative;
      width: 100%;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #00B900;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .line_btn_style01 a:hover {
      color: #fff; }
    .line_btn_style01 .arrow {
      overflow: hidden;
      position: absolute;
      top: 8px;
      right: 8px;
      width: 38px;
      height: 38px;
      background-color: #00ab00;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .line_btn_style01 .arrow:before,
    .line_btn_style01 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 38px;
      height: 38px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .line_btn_style01 .arrow:after {
      transform: translateX(-100%); }
    .line_btn_style01 a:hover .arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .line_btn_style01 a:hover .arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 767px) {
  .line_btn_style01 {
    width: 100%; }
    .line_btn_style01 a {
      position: relative;
      width: 100%;
      height: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.0;
      background-color: #00B900;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .line_btn_style01 a:hover {
      color: #fff; }
    .line_btn_style01 .arrow {
      overflow: hidden;
      position: absolute;
      top: 7px;
      right: 7px;
      width: 36px;
      height: 36px;
      background-color: #00ab00;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .line_btn_style01 .arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 10px; } }

@media screen and (min-width: 1024px) {
  .cta_btn_style01 {
    width: 360px; }
    .cta_btn_style01 a, .cta_btn_style01 a:link a:visited {
      position: relative;
      width: 100%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.6); }
    .cta_btn_style01 a:hover {
      color: #fff;
      border: 1px solid #fff; }
    .cta_btn_style01 .cta_arrow {
      overflow: hidden;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .cta_btn_style01 .cta_arrow:before,
    .cta_btn_style01 .cta_arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .cta_btn_style01 .cta_arrow:after {
      transform: translateX(-100%); }
    .cta_btn_style01 a:hover .cta_arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .cta_btn_style01 a:hover .cta_arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cta_btn_style01 {
    width: 100%; }
    .cta_btn_style01 a, .cta_btn_style01 a:link a:visited {
      position: relative;
      width: 100%;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.6); }
    .cta_btn_style01 a:hover {
      color: #fff;
      border: 1px solid #fff; }
    .cta_btn_style01 .cta_arrow {
      overflow: hidden;
      position: absolute;
      top: 8px;
      right: 8px;
      width: 38px;
      height: 38px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .cta_btn_style01 .cta_arrow:before,
    .cta_btn_style01 .cta_arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 38px;
      height: 38px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }
    .cta_btn_style01 .cta_arrow:after {
      transform: translateX(-100%); }
    .cta_btn_style01 a:hover .cta_arrow:before {
      animation-name: transformRightLeft;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0s; }
    .cta_btn_style01 a:hover .cta_arrow:after {
      animation-name: transformLeftRight;
      /* 修正: hover時のアニメーションを指定 */
      animation-delay: 0.2s; } }
@media screen and (max-width: 767px) {
  .cta_btn_style01 {
    width: 100%; }
    .cta_btn_style01 a {
      position: relative;
      width: 100%;
      height: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.0;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.6); }
    .cta_btn_style01 a:hover {
      color: #fff; }
    .cta_btn_style01 .cta_arrow {
      overflow: hidden;
      position: absolute;
      top: 7px;
      right: 7px;
      width: 36px;
      height: 36px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    .cta_btn_style01 .cta_arrow:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 10px; } }

@media screen and (min-width: 1024px) {
  .jf_btn_style01 {
    width: 100%; }
    .jf_btn_style01 a, .jf_btn_style01 a:link a:visited {
      width: 100%;
      height: 76px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: 0.075em;
      background: url(../img/arrow01.svg) no-repeat right 15px center;
      background-size: 15px;
      background-color: #F4DF5F;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .jf_btn_style01 a img, .jf_btn_style01 a:link a:visited img {
        width: 32px;
        padding-right: 10px; }
    .jf_btn_style01 a:hover {
      color: #111;
      background: url(../img/arrow01.svg) no-repeat right 10px center;
      background-size: 15px;
      background-color: #F4D438; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .jf_btn_style01 {
    width: 100%; }
    .jf_btn_style01 a, .jf_btn_style01 a:link a:visited {
      width: 100%;
      height: 66px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: 0.075em;
      background: url(../img/arrow01.svg) no-repeat right 15px center;
      background-size: 13px;
      background-color: #F4DF5F;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px; }
      .jf_btn_style01 a img, .jf_btn_style01 a:link a:visited img {
        width: 26px;
        padding-right: 8px; }
    .jf_btn_style01 a:hover {
      color: #111;
      background-color: #F4D438; } }
@media screen and (max-width: 767px) {
  .jf_btn_style01 {
    width: 100%; }
    .jf_btn_style01 a {
      width: 100%;
      height: 54px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: 0.075em;
      background: url(../img/arrow01.svg) no-repeat right 10px center;
      background-size: 11px;
      background-color: #F4DF5F;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px; }
      .jf_btn_style01 a img {
        width: 20px;
        padding-right: 6px; } }

@media screen and (min-width: 1024px) {
  .btn_style_arrowunder {
    width: 100%; }
    .btn_style_arrowunder a, .btn_style_arrowunder a:link a:visited {
      width: 100%;
      height: 76px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: 0.075em;
      background: url(../img/arrow03.svg) no-repeat right 20px bottom 50%;
      background-size: 15px;
      background-color: #69A6BD;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .btn_style_arrowunder a img, .btn_style_arrowunder a:link a:visited img {
        width: 32px;
        padding-right: 10px; }
    .btn_style_arrowunder a:hover {
      color: #111;
      background: url(../img/arrow03.svg) no-repeat right 20px bottom 45%;
      background-size: 15px;
      background-color: #5699B2; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn_style_arrowunder {
    width: 100%; }
    .btn_style_arrowunder a, .btn_style_arrowunder a:link a:visited {
      width: 100%;
      height: 66px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: 0.075em;
      background: url(../img/arrow03.svg) no-repeat right 20px bottom 50%;
      background-size: 13px;
      background-color: #69A6BD;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px; }
      .btn_style_arrowunder a img, .btn_style_arrowunder a:link a:visited img {
        width: 26px;
        padding-right: 8px; }
    .btn_style_arrowunder a:hover {
      color: #111;
      background-color: #5699B2; } }
@media screen and (max-width: 767px) {
  .btn_style_arrowunder {
    width: 100%; }
    .btn_style_arrowunder a {
      width: 100%;
      height: 54px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: 0.075em;
      background: url(../img/arrow03.svg) no-repeat right 15px center;
      background-size: 11px;
      background-color: #69A6BD;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px; }
      .btn_style_arrowunder a img {
        width: 20px;
        padding-right: 6px; } }

/* ########## index_header ########## */
@media screen and (min-width: 1024px) {
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
    transition: all .6s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .index_header__detail {
      position: relative;
      width: 96%;
      height: 70px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 4%; }
      .index_header__detail__logo {
        position: relative;
        width: 140px;
        opacity: 0;
        transition: all .6s; }
        .index_header__detail__logo p {
          width: 100%; }
          .index_header__detail__logo p img {
            width: 100%; }
      .index_header__detail__nav {
        position: relative;
        flex: 1;
        height: 70px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px; }
        .index_header__detail__nav__left {
          position: relative;
          flex: 1;
          height: 70px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center; }
          .index_header__detail__nav__left__menu {
            position: relative;
            flex: 1;
            height: 70px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
            padding-right: 5px; }
            .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__list {
              position: relative;
              margin-right: 35px;
              font-size: min(1.0vw, 14px);
              font-weight: 500;
              letter-spacing: 0.075em; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__list a, .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__list a:link a:visited {
                position: relative;
                color: #fff;
                height: 70px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__list a::after {
                position: absolute;
                bottom: 23px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #fff;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__list a:hover {
                color: #fff; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__list a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .index_header__detail__nav__left__menu li.current a {
              color: #69A6BD; }
            .index_header__detail__nav__left__menu li.current::after {
              position: absolute;
              bottom: 23px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #69A6BD; }
            .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega {
              position: relative;
              margin-right: 35px;
              font-size: min(1.0vw, 14px);
              font-weight: 500;
              letter-spacing: 0.075em; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p {
                position: relative;
                font-weight: 500; }
                .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p a, .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p a:link a:visited {
                  position: relative;
                  color: #fff;
                  height: 70px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  align-items: center; }
                .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p a::after {
                  position: absolute;
                  bottom: 23px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #fff;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p a:hover {
                  color: #fff; }
                .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p.current a {
                color: #69A6BD; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega p.current::after {
                position: absolute;
                bottom: 23px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD; }
            .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub {
              position: absolute;
              width: 600px;
              top: 56px;
              left: 50%;
              background-color: #f5f5f5;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -webkit-transition: all .3s ease;
              transition: all .3s ease;
              visibility: hidden;
              opacity: 0;
              padding: 25px 25px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
              z-index: 30; }
              .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: space-between; }
                .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list li {
                  position: relative;
                  width: 49%; }
                  .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list li a, .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list li a:link a:visited {
                    position: relative;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    font-weight: 500;
                    height: 54px;
                    background: url(../img/arrow_bl.svg) no-repeat right 15px center;
                    background-size: 10px;
                    background-color: #fff;
                    border: 1px solid #E5E5E5;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
                  .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list li a::after {
                    background: none; }
                  .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list li a:hover {
                    background: url(../img/arrow_bl.svg) no-repeat right 10px center;
                    background-size: 10px;
                    background-color: #fff; }
                .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega div.index_header__detail__nav__left__menu__mega__sub ul.index_header__detail__nav__left__menu__mega__sub__list li:nth-child(n+3) {
                  margin-top: 12px; }
            .index_header__detail__nav__left__menu li.index_header__detail__nav__left__menu__mega:hover div.index_header__detail__nav__left__menu__mega__sub {
              visibility: visible;
              opacity: 1;
              top: 64px; }
        .index_header__detail__nav__right {
          position: relative;
          width: 170px;
          height: 70px; }
          .index_header__detail__nav__right p {
            position: relative;
            width: 100%; }
            .index_header__detail__nav__right p a, .index_header__detail__nav__right p a:link a:visited {
              position: relative;
              color: #fff;
              width: 100%;
              height: 70px;
              font-size: min(1.0vw, 14px);
              font-weight: 500;
              letter-spacing: 0.075em;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              background-color: #69A6BD; }
              .index_header__detail__nav__right p a img, .index_header__detail__nav__right p a:link a:visited img {
                width: 14px;
                margin-right: 6px; }
            .index_header__detail__nav__right p a:hover {
              background-color: #5699B2; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    transition: all .6s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .index_header__detail {
      position: relative;
      width: 96%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 4%; }
      .index_header__detail__logo {
        position: relative;
        width: 125px;
        opacity: 0;
        transition: all .6s; }
        .index_header__detail__logo p {
          width: 100%; }
          .index_header__detail__logo p img {
            width: 100%; }
      .index_header__detail__nav {
        display: none; }
        .index_header__detail__nav__left {
          display: none; }
        .index_header__detail__nav__right {
          display: none; } }
@media screen and (max-width: 767px) {
  .index_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .index_header__detail {
      position: relative;
      width: 95%;
      height: 52px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 5%; }
      .index_header__detail__logo {
        position: relative;
        width: 110px;
        opacity: 0;
        transition: all .6s; }
        .index_header__detail__logo p {
          width: 100%; }
          .index_header__detail__logo p img {
            width: 100%; }
      .index_header__detail__nav {
        display: none; }
        .index_header__detail__nav__left {
          display: none; }
        .index_header__detail__nav__right {
          display: none; } }

@media screen and (min-width: 1024px) {
  .fixed {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    transition: all .6s; }
    .fixed .index_header__detail__logo {
      position: relative;
      width: 140px;
      opacity: 10;
      transition: all .6s; }
      .fixed .index_header__detail__logo p {
        width: 100%; }
        .fixed .index_header__detail__logo p img {
          width: 100%; }
    .fixed li.index_header__detail__nav__left__menu__list {
      margin-right: 35px; }
      .fixed li.index_header__detail__nav__left__menu__list a, .fixed li.index_header__detail__nav__left__menu__list a:link a:visited {
        color: #111; }
      .fixed li.index_header__detail__nav__left__menu__list a::after {
        background: #69A6BD; }
      .fixed li.index_header__detail__nav__left__menu__list a:hover {
        color: #69A6BD; }
    .fixed li.index_header__detail__nav__left__menu__mega {
      margin-right: 35px; }
      .fixed li.index_header__detail__nav__left__menu__mega p {
        position: relative;
        font-weight: 500; }
        .fixed li.index_header__detail__nav__left__menu__mega p a, .fixed li.index_header__detail__nav__left__menu__mega p a:link a:visited {
          color: #111; }
        .fixed li.index_header__detail__nav__left__menu__mega p a::after {
          background: #69A6BD; }
        .fixed li.index_header__detail__nav__left__menu__mega p a:hover {
          color: #69A6BD; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .fixed {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    transition: all .6s; }
    .fixed .index_header__detail__logo {
      position: relative;
      width: 125px;
      opacity: 10;
      transition: all .6s; }
      .fixed .index_header__detail__logo p {
        width: 100%; }
        .fixed .index_header__detail__logo p img {
          width: 100%; } }
@media screen and (max-width: 767px) {
  .fixed {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    transition: all .6s; }
    .fixed .index_header__detail__logo {
      position: relative;
      width: 110px;
      opacity: 10;
      transition: all .6s; }
      .fixed .index_header__detail__logo p {
        width: 100%; }
        .fixed .index_header__detail__logo p img {
          width: 100%; } }

/* ########## index_header ########## */
/* ########## header ########## */
@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5; }
    .header__detail {
      position: relative;
      width: 96%;
      height: 70px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 4%; }
      .header__detail__logo {
        position: relative;
        width: 140px; }
        .header__detail__logo p {
          width: 100%; }
          .header__detail__logo p img {
            width: 100%; }
      .header__detail__nav {
        position: relative;
        flex: 1;
        height: 70px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-left: 20px; }
        .header__detail__nav__left {
          position: relative;
          flex: 1;
          height: 70px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center; }
          .header__detail__nav__left__menu {
            position: relative;
            flex: 1;
            height: 70px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
            padding-right: 5px; }
            .header__detail__nav__left__menu li.header__detail__nav__left__menu__list {
              position: relative;
              margin-right: 35px;
              font-size: min(1.0vw, 14px);
              font-weight: 500;
              letter-spacing: 0.075em; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__list a, .header__detail__nav__left__menu li.header__detail__nav__left__menu__list a:link a:visited {
                position: relative;
                color: #111;
                height: 70px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__list a::after {
                position: absolute;
                bottom: 23px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__list a:hover {
                color: #69A6BD; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__list a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .header__detail__nav__left__menu li.current a {
              color: #69A6BD !important;
              font-weight: 600; }
            .header__detail__nav__left__menu li.current::after {
              position: absolute;
              bottom: 23px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #69A6BD; }
            .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega {
              position: relative;
              margin-right: 35px;
              font-size: min(1.0vw, 14px);
              font-weight: 500;
              letter-spacing: 0.075em; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p {
                position: relative;
                font-weight: 500; }
                .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p a, .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p a:link a:visited {
                  position: relative;
                  color: #111;
                  height: 70px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  align-items: center; }
                .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p a::after {
                  position: absolute;
                  bottom: 23px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p a:hover {
                  color: #69A6BD; }
                .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p.current a {
                color: #69A6BD !important;
                font-weight: 600; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega p.current::after {
                position: absolute;
                bottom: 23px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD; }
            .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub {
              position: absolute;
              width: 600px;
              top: 56px;
              left: 50%;
              background-color: #f5f5f5;
              transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -webkit-transition: all .3s ease;
              transition: all .3s ease;
              visibility: hidden;
              opacity: 0;
              padding: 25px 25px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
              z-index: 30; }
              .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: space-between; }
                .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list li {
                  position: relative;
                  width: 49%; }
                  .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list li a, .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list li a:link a:visited {
                    position: relative;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    color: #111 !important;
                    font-weight: 500;
                    height: 54px;
                    background: url(../img/arrow_bl.svg) no-repeat right 15px center;
                    background-size: 10px;
                    background-color: #fff;
                    border: 1px solid #E5E5E5;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
                  .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list li a::after {
                    background: none; }
                  .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list li a:hover {
                    color: #69A6BD !important;
                    background: url(../img/arrow_bl.svg) no-repeat right 10px center;
                    background-size: 10px;
                    background-color: #fff; }
                .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega div.header__detail__nav__left__menu__mega__sub ul.header__detail__nav__left__menu__mega__sub__list li:nth-child(n+3) {
                  margin-top: 12px; }
            .header__detail__nav__left__menu li.header__detail__nav__left__menu__mega:hover div.header__detail__nav__left__menu__mega__sub {
              visibility: visible;
              opacity: 1;
              top: 64px; }
        .header__detail__nav__right {
          position: relative;
          width: 170px;
          height: 70px; }
          .header__detail__nav__right p {
            position: relative;
            width: 100%; }
            .header__detail__nav__right p a, .header__detail__nav__right p a:link a:visited {
              position: relative;
              color: #fff;
              width: 100%;
              height: 70px;
              font-size: min(1.0vw, 14px);
              font-weight: 500;
              letter-spacing: 0.075em;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              background-color: #69A6BD; }
              .header__detail__nav__right p a img, .header__detail__nav__right p a:link a:visited img {
                width: 14px;
                margin-right: 6px; }
            .header__detail__nav__right p a:hover {
              background-color: #5699B2; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5; }
    .header__detail {
      position: relative;
      width: 96%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 4%; }
      .header__detail__logo {
        position: relative;
        width: 125px; }
        .header__detail__logo p {
          width: 100%; }
          .header__detail__logo p img {
            width: 100%; }
      .header__detail__nav {
        display: none; }
        .header__detail__nav__left {
          display: none; }
        .header__detail__nav__right {
          display: none; } }
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5; }
    .header__detail {
      position: relative;
      width: 95%;
      height: 52px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 5%; }
      .header__detail__logo {
        position: relative;
        width: 110px; }
        .header__detail__logo p {
          width: 100%; }
          .header__detail__logo p img {
            width: 100%; }
      .header__detail__nav {
        display: none; }
        .header__detail__nav__left {
          display: none; }
        .header__detail__nav__right {
          display: none; } }

/* ########## header ########## */
/* ########## jf_header ########## */
@media screen and (min-width: 1024px) {
  .jf_header {
    position: relative;
    width: 100%;
    height: 170px;
    min-width: 1125px;
    padding-top: 70px;
    background-color: #fff; }
    .jf_header__contents {
      position: relative;
      width: 86%;
      height: 100px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 auto; }
      .jf_header__contents__logo {
        position: relative;
        width: 162px; }
        .jf_header__contents__logo p {
          width: 100%;
          line-height: 1.0; }
          .jf_header__contents__logo p img {
            width: 100%; }
      .jf_header__contents__nav {
        position: relative;
        flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end; }
        .jf_header__contents__nav__list {
          border-left: 1px dotted #E5E5E5; }
          .jf_header__contents__nav__list a {
            width: 130px;
            height: 100px;
            color: #111;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center; }
            .jf_header__contents__nav__list a p.jf_nav_img {
              text-align: center;
              width: 100%;
              line-height: 1.0;
              font-size: 1.2rem;
              font-weight: 500; }
              .jf_header__contents__nav__list a p.jf_nav_img img {
                width: 38px;
                margin-bottom: 12px; }
            .jf_header__contents__nav__list a p.jf_nav_txt {
              width: 100%;
              line-height: 1.0;
              text-align: center;
              font-size: 1.2rem;
              font-weight: 500; }
          .jf_header__contents__nav__list a:hover {
            color: #111;
            background-color: #f5f5f5; }
        .jf_header__contents__nav__contact {
          border-left: 1px dotted #E5E5E5; }
          .jf_header__contents__nav__contact a {
            width: 130px;
            height: 100px;
            color: #111;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #F4DF5F; }
            .jf_header__contents__nav__contact a p.jf_nav_img {
              text-align: center;
              width: 100%;
              line-height: 1.0;
              font-size: 1.2rem;
              font-weight: 500; }
              .jf_header__contents__nav__contact a p.jf_nav_img img {
                width: 38px;
                margin-bottom: 12px; }
          .jf_header__contents__nav__contact a:hover {
            color: #111;
            background-color: #F4D438; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .jf_header {
    position: relative;
    width: 100%;
    height: 150px;
    padding-top: 60px;
    background-color: #fff; }
    .jf_header__contents {
      position: relative;
      width: 97%;
      height: 90px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin-left: 3%; }
      .jf_header__contents__logo {
        position: relative;
        width: 145px; }
        .jf_header__contents__logo p {
          width: 100%;
          line-height: 1.0; }
          .jf_header__contents__logo p img {
            width: 100%; }
      .jf_header__contents__nav {
        position: relative;
        flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end; }
        .jf_header__contents__nav__list {
          border-left: 1px dotted #E5E5E5; }
          .jf_header__contents__nav__list a {
            width: 110px;
            height: 90px;
            color: #111;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center; }
            .jf_header__contents__nav__list a p.jf_nav_img {
              text-align: center;
              width: 100%;
              line-height: 1.0;
              font-size: 1.1rem;
              font-weight: 500; }
              .jf_header__contents__nav__list a p.jf_nav_img img {
                width: 34px;
                margin-bottom: 10px; }
          .jf_header__contents__nav__list a:hover {
            color: #111;
            background-color: #f5f5f5; }
        .jf_header__contents__nav__contact {
          border-left: 1px dotted #E5E5E5; }
          .jf_header__contents__nav__contact a {
            width: 110px;
            height: 90px;
            color: #111;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #F4DF5F; }
            .jf_header__contents__nav__contact a p.jf_nav_img {
              text-align: center;
              width: 100%;
              line-height: 1.0;
              font-size: 1.1rem;
              font-weight: 500; }
              .jf_header__contents__nav__contact a p.jf_nav_img img {
                width: 34px;
                margin-bottom: 10px; }
          .jf_header__contents__nav__contact a:hover {
            color: #111;
            background-color: #F4D438; } }
@media screen and (max-width: 767px) {
  .jf_header {
    position: relative;
    width: 100%;
    height: 132px;
    padding-top: 52px;
    background-color: #fff; }
    .jf_header__contents {
      position: relative;
      width: 100%;
      height: 80px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .jf_header__contents__logo {
        position: relative;
        width: 120px;
        margin: 0 auto; }
        .jf_header__contents__logo p {
          width: 100%;
          line-height: 1.0; }
          .jf_header__contents__logo p img {
            width: 100%; }
      .jf_header__contents__nav {
        display: none; } }

/* ########## jf_header ########## */
/* ########## nav_menu ########## */
@media screen and (min-width: 1024px) {
  div.nav_menu {
    display: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  div.nav_menu {
    position: fixed;
    top: 6px;
    right: 6px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/sp_nav_menu_backimg.svg) no-repeat center bottom 12px;
    background-size: 22px;
    background-color: #69A6BD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 9000; }
    div.nav_menu a.nav_menu__icon {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      width: 48px;
      height: 48px;
      text-align: center;
      text-decoration: none;
      transition: all .3s; }
      div.nav_menu a.nav_menu__icon .menu__line {
        display: block;
        height: 1px;
        position: absolute;
        transition: transform .3s; }
      div.nav_menu a.nav_menu__icon .menu__line--top {
        width: 24px;
        top: 15px;
        left: 12px;
        background-color: #fff; }
      div.nav_menu a.nav_menu__icon .menu__line--bottom {
        width: 24px;
        bottom: 26px;
        left: 12px;
        background-color: #fff; }
    div.nav_menu a.nav_menu__icon.active {
      width: 100%;
      height: 42px; }
      div.nav_menu a.nav_menu__icon.active .menu__line {
        display: block;
        height: 1px;
        position: absolute;
        transition: transform .3s; }
      div.nav_menu a.nav_menu__icon.active .menu__line--top {
        width: 25px;
        top: 17px;
        left: 12px;
        background-color: #fff;
        transform: rotate(25deg); }
      div.nav_menu a.nav_menu__icon.active .menu__line--bottom {
        width: 25px;
        bottom: 24px;
        left: 12px;
        background-color: #fff;
        transform: rotate(-25deg); } }
@media screen and (max-width: 767px) {
  div.nav_menu {
    position: fixed;
    top: 5px;
    right: 5px;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/sp_nav_menu_backimg.svg) no-repeat center bottom 10px;
    background-size: 20px;
    background-color: #69A6BD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 9000; }
    div.nav_menu a.nav_menu__icon {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      width: 42px;
      height: 42px;
      text-align: center;
      text-decoration: none;
      transition: all .3s; }
      div.nav_menu a.nav_menu__icon .menu__line {
        display: block;
        height: 1px;
        position: absolute;
        transition: transform .3s; }
      div.nav_menu a.nav_menu__icon .menu__line--top {
        width: 20px;
        top: 13px;
        left: 11px;
        background-color: #fff; }
      div.nav_menu a.nav_menu__icon .menu__line--bottom {
        width: 20px;
        bottom: 23px;
        left: 11px;
        background-color: #fff; }
    div.nav_menu a.nav_menu__icon.active {
      width: 100%;
      height: 42px; }
      div.nav_menu a.nav_menu__icon.active .menu__line {
        display: block;
        height: 1px;
        position: absolute;
        transition: transform .3s; }
      div.nav_menu a.nav_menu__icon.active .menu__line--top {
        width: 22px;
        top: 15px;
        left: 10px;
        background-color: #fff;
        transform: rotate(25deg); }
      div.nav_menu a.nav_menu__icon.active .menu__line--bottom {
        width: 22px;
        bottom: 26px;
        left: 10px;
        background-color: #fff;
        transform: rotate(-25deg); } }

@media screen and (min-width: 1024px) {
  .gnav {
    display: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .gnav {
    background-color: #69A6BD;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6000; }
    .gnav .gnav__wrap {
      position: relative;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .gnav .gnav__wrap__logo {
        position: relative;
        width: 100%;
        height: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 4%; }
        .gnav .gnav__wrap__logo p {
          width: 140px; }
          .gnav .gnav__wrap__logo p img {
            width: 100%; }
      .gnav .gnav__wrap__menu {
        width: 60%;
        margin: 0 auto;
        border-top: 1px solid #5699B2;
        /*　closeというクラスがついたら形状変化　*/
        /*アコーディオンで現れるエリア*/ }
        .gnav .gnav__wrap__menu__list {
          border-bottom: 1px solid #5699B2; }
          .gnav .gnav__wrap__menu__list p {
            text-align: center;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            font-weight: 500; }
            .gnav .gnav__wrap__menu__list p a {
              width: 100%;
              height: 52px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              color: #fff;
              line-height: 1.0;
              background: url(../img/arrow_wh.svg) no-repeat right 15px center;
              background-size: 12px; }
        .gnav .gnav__wrap__menu__contact {
          font-size: 1.4rem;
          padding: 20px 0 0; }
          .gnav .gnav__wrap__menu__contact a {
            position: relative;
            color: #111;
            font-weight: 500;
            width: 100%;
            height: 56px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .gnav .gnav__wrap__menu__contact a img {
              width: 12px;
              margin-right: 6px; }
        .gnav .gnav__wrap__menu .accordion-area {
          list-style: none;
          width: 100%;
          margin: 0 auto; }
          .gnav .gnav__wrap__menu .accordion-area ul {
            margin: 0 0 5px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between; }
            .gnav .gnav__wrap__menu .accordion-area ul li {
              width: 49.6%;
              margin-bottom: 3px; }
              .gnav .gnav__wrap__menu .accordion-area ul li a {
                position: relative;
                width: 100%;
                height: 46px;
                color: #fff;
                font-size: 1.3rem;
                font-weight: 500;
                line-height: 1.3;
                letter-spacing: 0.05em;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                background-color: #5699B2;
                padding: 0 10px;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
        .gnav .gnav__wrap__menu .accordion-title {
          position: relative;
          /*+マークの位置基準とするためrelative指定*/
          font-size: 1.4rem;
          height: 52px;
          font-weight: 500;
          color: #fff;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          line-height: 1.0;
          transition: all .5s ease; }
        .gnav .gnav__wrap__menu .accordion-title::before,
        .gnav .gnav__wrap__menu .accordion-title::after {
          position: absolute;
          content: '';
          width: 13px;
          height: 1px;
          background-color: #fff; }
        .gnav .gnav__wrap__menu .accordion-title::before {
          top: 48%;
          right: 15px;
          transform: rotate(0deg); }
        .gnav .gnav__wrap__menu .accordion-title::after {
          top: 48%;
          right: 15px;
          transform: rotate(90deg); }
        .gnav .gnav__wrap__menu .accordion-title.close::after {
          display: none; }
        .gnav .gnav__wrap__menu .box {
          display: none;
          /*はじめは非表示*/ } }
@media screen and (max-width: 767px) {
  .gnav {
    background-color: #69A6BD;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6000; }
    .gnav .gnav__wrap {
      position: relative;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      .gnav .gnav__wrap__logo {
        position: relative;
        width: 100%;
        height: 56px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 5%; }
        .gnav .gnav__wrap__logo p {
          width: 140px; }
          .gnav .gnav__wrap__logo p img {
            width: 100%; }
      .gnav .gnav__wrap__menu {
        width: 88%;
        margin: 0 auto;
        border-top: 1px solid #5699B2;
        /*　closeというクラスがついたら形状変化　*/
        /*アコーディオンで現れるエリア*/ }
        .gnav .gnav__wrap__menu__list {
          border-bottom: 1px solid #5699B2; }
          .gnav .gnav__wrap__menu__list p {
            text-align: center;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            font-weight: 500; }
            .gnav .gnav__wrap__menu__list p a {
              width: 100%;
              height: 48px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              color: #fff;
              line-height: 1.0;
              background: url(../img/arrow_wh.svg) no-repeat right 15px center;
              background-size: 10px; }
        .gnav .gnav__wrap__menu__contact {
          font-size: 1.4rem;
          padding: 20px 0 0; }
          .gnav .gnav__wrap__menu__contact a {
            position: relative;
            color: #111;
            font-weight: 500;
            width: 100%;
            height: 52px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .gnav .gnav__wrap__menu__contact a img {
              width: 12px;
              margin-right: 6px; }
        .gnav .gnav__wrap__menu .accordion-area {
          list-style: none;
          width: 100%;
          margin: 0 auto; }
          .gnav .gnav__wrap__menu .accordion-area ul {
            margin: 0 0 5px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between; }
            .gnav .gnav__wrap__menu .accordion-area ul li {
              width: 49.6%;
              margin-bottom: 3px; }
              .gnav .gnav__wrap__menu .accordion-area ul li a {
                position: relative;
                width: 100%;
                height: 42px;
                color: #fff;
                font-size: 1.2rem;
                font-weight: 500;
                line-height: 1.3;
                letter-spacing: 0.05em;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                background-color: #5699B2;
                padding: 0 10px;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
        .gnav .gnav__wrap__menu .accordion-title {
          position: relative;
          /*+マークの位置基準とするためrelative指定*/
          font-size: 1.4rem;
          height: 48px;
          font-weight: 500;
          color: #fff;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          line-height: 1.0;
          transition: all .5s ease; }
        .gnav .gnav__wrap__menu .accordion-title::before,
        .gnav .gnav__wrap__menu .accordion-title::after {
          position: absolute;
          content: '';
          width: 11px;
          height: 1px;
          background-color: #fff; }
        .gnav .gnav__wrap__menu .accordion-title::before {
          top: 48%;
          right: 15px;
          transform: rotate(0deg); }
        .gnav .gnav__wrap__menu .accordion-title::after {
          top: 48%;
          right: 15px;
          transform: rotate(90deg); }
        .gnav .gnav__wrap__menu .accordion-title.close::after {
          display: none; }
        .gnav .gnav__wrap__menu .box {
          display: none;
          /*はじめは非表示*/ } }

/* ########## nav_menu ########## */
@media screen and (min-width: 1024px) {
  .footer {
    position: relative;
    margin-top: 240px;
    background: url(../img/kishihiro_wh.svg) no-repeat center bottom 100px;
    background-size: 101%;
    background-color: #f5f5f5;
    padding-bottom: 35px; }
    .footer__cta {
      position: relative;
      width: 98%;
      height: 450px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      z-index: 3; }
      .footer__cta__contact {
        position: relative;
        width: 49.5%;
        height: 450px; }
        .footer__cta__contact a, .footer__cta__contact a:link a:visited {
          position: relative;
          width: 100%;
          height: 450px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background-color: #69A6BD;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .footer__cta__contact a .footer__cta__contact__detail, .footer__cta__contact a:link a:visited .footer__cta__contact__detail {
            position: relative;
            width: 100%;
            z-index: 5; }
            .footer__cta__contact a .footer__cta__contact__detail h2, .footer__cta__contact a:link a:visited .footer__cta__contact__detail h2 {
              text-align: center;
              font-size: 3rem;
              font-weight: 700; }
            .footer__cta__contact a .footer__cta__contact__detail h6, .footer__cta__contact a:link a:visited .footer__cta__contact__detail h6 {
              text-align: center;
              font-family: "Inter", sans-serif;
              font-size: 1.5rem;
              font-weight: 600;
              line-height: 1.0;
              padding-bottom: 8px; }
            .footer__cta__contact a .footer__cta__contact__detail p, .footer__cta__contact a:link a:visited .footer__cta__contact__detail p {
              text-align: center;
              font-size: 1.5rem;
              line-height: 1.8;
              margin: 20px auto 0; }
          .footer__cta__contact a .arrow02, .footer__cta__contact a:link a:visited .arrow02 {
            overflow: hidden;
            position: absolute;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.6);
            z-index: 15;
            transition: all .3s; }
          .footer__cta__contact a .arrow02:before,
          .footer__cta__contact a .arrow02:after, .footer__cta__contact a:link a:visited .arrow02:before,
          .footer__cta__contact a:link a:visited .arrow02:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 58px;
            height: 58px;
            background: url(../img/arrow_wh.svg) no-repeat center center;
            background-size: 12px;
            animation-fill-mode: forwards;
            animation-duration: 0.3s; }
          .footer__cta__contact a .arrow02:after, .footer__cta__contact a:link a:visited .arrow02:after {
            transform: translateX(-100%); }
        .footer__cta__contact a:hover {
          color: #fff;
          background-color: #5699B2; }
        .footer__cta__contact a:hover .arrow02 {
          border: 1px solid #fff; }
        .footer__cta__contact a:hover .arrow02:before {
          animation-name: transformRightLeft;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0s; }
        .footer__cta__contact a:hover .arrow02:after {
          animation-name: transformLeftRight;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0.2s; }
        .footer__cta__contact a::after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(../img/footer_contact_backimg.png) no-repeat center center;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .footer__cta__contact a:hover::after {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .footer__cta__line {
        position: relative;
        width: 49.5%;
        height: 450px; }
        .footer__cta__line a, .footer__cta__line a:link a:visited {
          position: relative;
          width: 100%;
          height: 450px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background-color: #00B900;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .footer__cta__line a .footer__cta__line__detail, .footer__cta__line a:link a:visited .footer__cta__line__detail {
            position: relative;
            width: 100%;
            z-index: 5; }
            .footer__cta__line a .footer__cta__line__detail h2, .footer__cta__line a:link a:visited .footer__cta__line__detail h2 {
              text-align: center;
              font-size: 3rem;
              font-weight: 700; }
            .footer__cta__line a .footer__cta__line__detail h6, .footer__cta__line a:link a:visited .footer__cta__line__detail h6 {
              text-align: center;
              font-family: "Inter", sans-serif;
              font-size: 1.5rem;
              font-weight: 600;
              line-height: 1.0;
              padding-bottom: 8px; }
            .footer__cta__line a .footer__cta__line__detail p, .footer__cta__line a:link a:visited .footer__cta__line__detail p {
              text-align: center;
              font-size: 1.5rem;
              line-height: 1.8;
              margin: 20px auto 0; }
          .footer__cta__line a .window, .footer__cta__line a:link a:visited .window {
            overflow: hidden;
            position: absolute;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.6);
            z-index: 15;
            transition: all .3s; }
          .footer__cta__line a .window:after, .footer__cta__line a:link a:visited .window:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 58px;
            height: 58px;
            background: url(../img/window_icon_wh.svg) no-repeat center center;
            background-size: 14px; }
        .footer__cta__line a:hover {
          color: #fff;
          background-color: #00ab00; }
        .footer__cta__line a:hover .window {
          border: 1px solid #fff; }
        .footer__cta__line a::after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(../img/footer_line_backimg.png) no-repeat center center;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .footer__cta__line a:hover::after {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .footer__detail {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 350px 4%;
      padding-top: 100px; }
      .footer__detail__left {
        position: relative;
        width: 400px; }
        .footer__detail__left__desc {
          position: relative;
          width: 100%; }
          .footer__detail__left__desc h3 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px; }
          .footer__detail__left__desc dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
            padding: 20px 2px; }
            .footer__detail__left__desc dl dt {
              width: 90px;
              font-size: 1.2rem; }
            .footer__detail__left__desc dl dd {
              flex: 1;
              font-size: 1.3rem; }
          .footer__detail__left__desc dl:last-of-type {
            border-bottom: 1px solid #ddd; }
      .footer__detail__right {
        position: relative;
        flex: 1; }
        .footer__detail__right__nav {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: flex-end; }
          .footer__detail__right__nav__list {
            position: relative;
            width: 225px; }
            .footer__detail__right__nav__list h3 {
              font-size: 1.4rem;
              font-weight: 700;
              margin-bottom: 15px; }
            .footer__detail__right__nav__list h4 {
              color: #111;
              font-size: 1.4rem;
              font-weight: 700;
              margin-top: 30px;
              margin-bottom: 15px; }
            .footer__detail__right__nav__list ul.footer_nav_style01 {
              position: relative;
              width: 100%; }
              .footer__detail__right__nav__list ul.footer_nav_style01 li {
                line-height: 1.4;
                font-size: 1.3rem;
                background: url(../img/list_mk.svg) no-repeat 2px 8px;
                background-size: 5px;
                padding-left: 13px; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a, .footer__detail__right__nav__list ul.footer_nav_style01 li a:link a:visited {
                  position: relative;
                  color: #111; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a:hover {
                  color: #69A6BD; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .footer__detail__right__nav__list ul.footer_nav_style01 li:nth-child(n + 2) {
                margin-top: 12px; }
            .footer__detail__right__nav__list ul.footer_nav_style02 {
              position: relative;
              width: 100%;
              margin-top: 25px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              padding-left: 13px; }
              .footer__detail__right__nav__list ul.footer_nav_style02 li {
                width: 28px;
                margin-right: 15px; }
                .footer__detail__right__nav__list ul.footer_nav_style02 li img {
                  width: 100%; }
    .footer__copy {
      width: 92%;
      margin: 0 auto; }
      .footer__copy p {
        text-align: right;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        line-height: 1.0;
        letter-spacing: 0.05em; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer {
    position: relative;
    margin-top: 220px;
    background: url(../img/kishihiro_wh.svg) no-repeat center bottom 70px;
    background-size: 101%;
    background-color: #f5f5f5;
    padding-bottom: 30px; }
    .footer__cta {
      position: relative;
      width: 98%;
      height: 400px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      z-index: 3; }
      .footer__cta__contact {
        position: relative;
        width: 49.5%;
        height: 400px; }
        .footer__cta__contact a, .footer__cta__contact a:link a:visited {
          position: relative;
          width: 100%;
          height: 400px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background-color: #69A6BD;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .footer__cta__contact a .footer__cta__contact__detail, .footer__cta__contact a:link a:visited .footer__cta__contact__detail {
            position: relative;
            width: 100%;
            z-index: 5; }
            .footer__cta__contact a .footer__cta__contact__detail h2, .footer__cta__contact a:link a:visited .footer__cta__contact__detail h2 {
              text-align: center;
              font-size: 2.4rem;
              font-weight: 700; }
            .footer__cta__contact a .footer__cta__contact__detail h6, .footer__cta__contact a:link a:visited .footer__cta__contact__detail h6 {
              text-align: center;
              font-family: "Inter", sans-serif;
              font-size: 1.3rem;
              font-weight: 600;
              line-height: 1.0;
              padding-bottom: 8px; }
            .footer__cta__contact a .footer__cta__contact__detail p, .footer__cta__contact a:link a:visited .footer__cta__contact__detail p {
              width: 80%;
              font-size: 1.3rem;
              line-height: 1.8;
              margin: 20px auto 0; }
              .footer__cta__contact a .footer__cta__contact__detail p br, .footer__cta__contact a:link a:visited .footer__cta__contact__detail p br {
                display: none; }
          .footer__cta__contact a .arrow02, .footer__cta__contact a:link a:visited .arrow02 {
            overflow: hidden;
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.6);
            z-index: 15;
            transition: all .3s; }
          .footer__cta__contact a .arrow02:before,
          .footer__cta__contact a .arrow02:after, .footer__cta__contact a:link a:visited .arrow02:before,
          .footer__cta__contact a:link a:visited .arrow02:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 54px;
            height: 54px;
            background: url(../img/arrow_wh.svg) no-repeat center center;
            background-size: 12px;
            animation-fill-mode: forwards;
            animation-duration: 0.3s; }
          .footer__cta__contact a .arrow02:after, .footer__cta__contact a:link a:visited .arrow02:after {
            transform: translateX(-100%); }
        .footer__cta__contact a:hover {
          color: #fff;
          background-color: #5699B2; }
        .footer__cta__contact a:hover .arrow02 {
          border: 1px solid #fff; }
        .footer__cta__contact a:hover .arrow02:before {
          animation-name: transformRightLeft;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0s; }
        .footer__cta__contact a:hover .arrow02:after {
          animation-name: transformLeftRight;
          /* 修正: hover時のアニメーションを指定 */
          animation-delay: 0.2s; }
        .footer__cta__contact a::after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(../img/footer_contact_backimg.png) no-repeat center center;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .footer__cta__contact a:hover::after {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .footer__cta__line {
        position: relative;
        width: 49.5%;
        height: 400px; }
        .footer__cta__line a, .footer__cta__line a:link a:visited {
          position: relative;
          width: 100%;
          height: 400px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background-color: #00B900;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .footer__cta__line a .footer__cta__line__detail, .footer__cta__line a:link a:visited .footer__cta__line__detail {
            position: relative;
            width: 100%;
            z-index: 5; }
            .footer__cta__line a .footer__cta__line__detail h2, .footer__cta__line a:link a:visited .footer__cta__line__detail h2 {
              text-align: center;
              font-size: 2.4rem;
              font-weight: 700; }
            .footer__cta__line a .footer__cta__line__detail h6, .footer__cta__line a:link a:visited .footer__cta__line__detail h6 {
              text-align: center;
              font-family: "Inter", sans-serif;
              font-size: 1.3rem;
              font-weight: 600;
              line-height: 1.0;
              padding-bottom: 8px; }
            .footer__cta__line a .footer__cta__line__detail p, .footer__cta__line a:link a:visited .footer__cta__line__detail p {
              width: 80%;
              font-size: 1.3rem;
              line-height: 1.8;
              margin: 20px auto 0; }
              .footer__cta__line a .footer__cta__line__detail p br, .footer__cta__line a:link a:visited .footer__cta__line__detail p br {
                display: none; }
          .footer__cta__line a .window, .footer__cta__line a:link a:visited .window {
            overflow: hidden;
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.6);
            z-index: 15;
            transition: all .3s; }
          .footer__cta__line a .window:after, .footer__cta__line a:link a:visited .window:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 54px;
            height: 54px;
            background: url(../img/window_icon_wh.svg) no-repeat center center;
            background-size: 14px; }
        .footer__cta__line a:hover {
          color: #fff;
          background-color: #00ab00; }
        .footer__cta__line a:hover .window {
          border: 1px solid #fff; }
        .footer__cta__line a::after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          background: url(../img/footer_line_backimg.png) no-repeat center center;
          background-size: cover;
          -webkit-transition: all .3s ease-out;
          -moz-transition: all .3s ease-out;
          -ms-transition: all .3s ease-out;
          transition: all .3s ease-out; }
        .footer__cta__line a:hover::after {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .footer__detail {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto 260px;
      padding-top: 80px; }
      .footer__detail__left {
        position: relative;
        width: 46%; }
        .footer__detail__left__desc {
          position: relative;
          width: 100%; }
          .footer__detail__left__desc h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 20px; }
          .footer__detail__left__desc dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
            padding: 18px 2px; }
            .footer__detail__left__desc dl dt {
              width: 70px;
              font-size: 1.1rem; }
            .footer__detail__left__desc dl dd {
              flex: 1;
              font-size: 1.2rem; }
          .footer__detail__left__desc dl:last-of-type {
            border-bottom: 1px solid #ddd; }
      .footer__detail__right {
        position: relative;
        width: 50%; }
        .footer__detail__right__nav {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .footer__detail__right__nav__list {
            position: relative;
            width: 50%; }
            .footer__detail__right__nav__list h3 {
              font-size: 1.4rem;
              font-weight: 700;
              margin-bottom: 15px; }
            .footer__detail__right__nav__list h4 {
              color: #111;
              font-size: 1.4rem;
              font-weight: 700;
              margin-top: 25px;
              margin-bottom: 15px; }
            .footer__detail__right__nav__list ul.footer_nav_style01 {
              position: relative;
              width: 100%; }
              .footer__detail__right__nav__list ul.footer_nav_style01 li {
                line-height: 1.4;
                font-size: 1.2rem;
                background: url(../img/list_mk.svg) no-repeat 2px 8px;
                background-size: 5px;
                padding-left: 13px; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a, .footer__detail__right__nav__list ul.footer_nav_style01 li a:link a:visited {
                  position: relative;
                  color: #111; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a:hover {
                  color: #69A6BD; }
                .footer__detail__right__nav__list ul.footer_nav_style01 li a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .footer__detail__right__nav__list ul.footer_nav_style01 li:nth-child(n + 2) {
                margin-top: 10px; }
            .footer__detail__right__nav__list ul.footer_nav_style02 {
              position: relative;
              width: 100%;
              margin-top: 20px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              padding-left: 13px; }
              .footer__detail__right__nav__list ul.footer_nav_style02 li {
                width: 24px;
                margin-right: 12px; }
                .footer__detail__right__nav__list ul.footer_nav_style02 li img {
                  width: 100%; }
          .footer__detail__right__nav__list:nth-child(2) {
            padding-left: 15px; }
    .footer__copy {
      width: 92%;
      margin: 0 auto; }
      .footer__copy p {
        text-align: right;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        line-height: 1.0;
        letter-spacing: 0.05em; } }
@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    width: 100%;
    margin-top: 160px;
    background: url(../img/kishihiro_wh.svg) no-repeat center bottom 70px;
    background-size: 101%;
    background-color: #f5f5f5;
    padding-bottom: 30px; }
    .footer__cta {
      position: relative;
      width: 94%;
      margin: 0 auto;
      z-index: 3; }
      .footer__cta__contact {
        position: relative;
        width: 100%;
        height: 300px; }
        .footer__cta__contact a {
          position: relative;
          width: 100%;
          height: 300px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background: url(../img/footer_contact_backimg.png) no-repeat center center;
          background-size: cover;
          background-color: #69A6BD;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .footer__cta__contact a .footer__cta__contact__detail {
            width: 100%; }
            .footer__cta__contact a .footer__cta__contact__detail h2 {
              text-align: center;
              font-size: 2.2rem;
              font-weight: 600; }
            .footer__cta__contact a .footer__cta__contact__detail h6 {
              text-align: center;
              font-family: "Inter", sans-serif;
              font-size: 1.2rem;
              font-weight: 500;
              line-height: 1.0;
              padding-bottom: 5px; }
            .footer__cta__contact a .footer__cta__contact__detail p {
              width: 80%;
              text-align: justify;
              font-size: 1.4rem;
              line-height: 1.8;
              margin: 15px auto 0; }
          .footer__cta__contact a .arrow02 {
            overflow: hidden;
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 1px solid #fff;
            z-index: 15; }
          .footer__cta__contact a .arrow02:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 38px;
            height: 38px;
            background: url(../img/arrow_wh.svg) no-repeat center center;
            background-size: 10px; }
        .footer__cta__contact a:hover {
          color: #fff; }
      .footer__cta__line {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 10px; }
        .footer__cta__line a {
          position: relative;
          width: 100%;
          height: 300px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background: url(../img/footer_line_backimg.png) no-repeat center center;
          background-size: cover;
          background-color: #00B900;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .footer__cta__line a .footer__cta__line__detail {
            width: 100%; }
            .footer__cta__line a .footer__cta__line__detail h2 {
              text-align: center;
              font-size: 2.2rem;
              font-weight: 600; }
            .footer__cta__line a .footer__cta__line__detail h6 {
              text-align: center;
              font-family: "Inter", sans-serif;
              font-size: 1.2rem;
              font-weight: 500;
              line-height: 1.0;
              padding-bottom: 5px; }
            .footer__cta__line a .footer__cta__line__detail p {
              width: 80%;
              text-align: justify;
              font-size: 1.4rem;
              line-height: 1.8;
              margin: 15px auto 0; }
          .footer__cta__line a .window {
            overflow: hidden;
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 1px solid #fff;
            z-index: 15; }
          .footer__cta__line a .window:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 38px;
            height: 38px;
            background: url(../img/window_icon_wh.svg) no-repeat center center;
            background-size: 12px; }
        .footer__cta__line a:hover {
          color: #fff; }
    .footer__detail {
      position: relative;
      width: 90%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto 180px;
      padding-top: 80px; }
      .footer__detail__left {
        position: relative;
        width: 100%; }
        .footer__detail__left__desc {
          position: relative;
          width: 100%; }
          .footer__detail__left__desc h3 {
            text-align: center;
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 20px; }
          .footer__detail__left__desc dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
            padding: 16px 0; }
            .footer__detail__left__desc dl dt {
              width: 80px;
              font-size: 1.2rem;
              padding-left: 3px; }
            .footer__detail__left__desc dl dd {
              flex: 1;
              font-size: 1.2rem; }
          .footer__detail__left__desc dl:last-of-type {
            border-bottom: 1px solid #ddd; }
      .footer__detail__right {
        position: relative;
        width: 100%; }
        .footer__detail__right__nav {
          width: 100%; }
          .footer__detail__right__nav__list {
            position: relative;
            width: 100%; }
            .footer__detail__right__nav__list h3 {
              display: none; }
            .footer__detail__right__nav__list h4 {
              display: none; }
            .footer__detail__right__nav__list ul.footer_nav_style01 {
              display: none; }
            .footer__detail__right__nav__list ul.footer_nav_style02 {
              position: relative;
              width: 100%;
              margin-top: 35px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: center; }
              .footer__detail__right__nav__list ul.footer_nav_style02 li {
                width: 28px;
                margin: 0 10px; }
                .footer__detail__right__nav__list ul.footer_nav_style02 li img {
                  width: 100%; }
    .footer__copy {
      width: 100%; }
      .footer__copy p {
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 1rem;
        line-height: 1.0;
        letter-spacing: 0.05em; } }

@media screen and (min-width: 1024px) {
  .footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #fff;
    top: 0;
    left: 0; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 340px;
    background-color: #fff;
    top: 0;
    left: 0; } }
@media screen and (max-width: 767px) {
  .footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 560px;
    background-color: #fff;
    top: 0;
    left: 0; } }

/* ###### title_sp ##### */
@media screen and (min-width: 1024px) {
  .title_sp {
    position: relative;
    width: 100%;
    padding-bottom: 40px; }
    .title_sp h2 {
      color: #111;
      font-weight: 600;
      font-size: 4rem;
      line-height: 1.2; }
    .title_sp h6 {
      font-family: "Inter", sans-serif;
      color: #69A6BD;
      font-weight: 500;
      line-height: 1.0;
      font-size: 1.5rem;
      background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
      background-size: 8px;
      padding: 0 0 8px 14px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title_sp {
    position: relative;
    width: 100%;
    padding-bottom: 35px; }
    .title_sp h2 {
      color: #111;
      font-weight: 600;
      font-size: 3rem;
      line-height: 1.2; }
    .title_sp h6 {
      font-family: "Inter", sans-serif;
      color: #69A6BD;
      font-weight: 500;
      line-height: 1.0;
      font-size: 1.3rem;
      background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
      background-size: 7px;
      padding: 0 0 8px 13px; } }
@media screen and (max-width: 767px) {
  .title_sp {
    position: relative;
    width: 100%;
    padding-bottom: 30px; }
    .title_sp h2 {
      color: #111;
      font-weight: 600;
      font-size: 2.4rem;
      line-height: 1.2; }
    .title_sp h6 {
      font-family: "Inter", sans-serif;
      color: #69A6BD;
      font-weight: 500;
      font-size: 1.2rem;
      line-height: 1.2;
      background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
      background-size: 6px;
      padding: 0 0 5px 13px; } }

/* ###### title_sp ##### */
/* ###### title_sp02 ##### */
@media screen and (min-width: 1024px) {
  .title_sp02 {
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 45px; }
    .title_sp02 h2 {
      color: #111;
      font-weight: 800;
      font-size: 2.4rem;
      line-height: 1.2; }
    .title_sp02 p {
      color: #69A6BD;
      font-weight: 600;
      font-size: 1.5rem;
      padding-bottom: 10px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .title_sp02 {
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 40px; }
    .title_sp02 h2 {
      color: #111;
      font-weight: 800;
      font-size: 2.4rem;
      line-height: 1.2; }
    .title_sp02 p {
      color: #69A6BD;
      font-weight: 600;
      font-size: 1.4rem;
      padding-bottom: 8px; } }
@media screen and (max-width: 767px) {
  .title_sp02 {
    position: relative;
    width: 86%;
    margin: 0 auto;
    padding-bottom: 30px; }
    .title_sp02 h2 {
      color: #111;
      font-weight: 800;
      font-size: 2.2rem;
      line-height: 1.2; }
    .title_sp02 p {
      color: #69A6BD;
      font-weight: 600;
      font-size: 1.2rem;
      line-height: 1.2;
      letter-spacing: 0.1em;
      padding-bottom: 6px; } }

/* ###### title_sp02 ##### */
/* ###### side_title_sp ##### */
@media screen and (min-width: 1024px) {
  .side_title_sp {
    text-align: center;
    position: relative;
    width: 100%; }
    .side_title_sp h2 {
      color: #111;
      font-weight: 500;
      font-size: 1.8rem;
      letter-spacing: 0.075em;
      line-height: 1.0; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .side_title_sp {
    text-align: center;
    position: relative;
    width: 100%; }
    .side_title_sp h2 {
      color: #111;
      font-weight: 500;
      font-size: 2rem;
      line-height: 1.0;
      letter-spacing: 0.075em; } }
@media screen and (max-width: 767px) {
  .side_title_sp {
    text-align: center;
    position: relative;
    width: 100%; }
    .side_title_sp h2 {
      color: #111;
      font-weight: 500;
      font-size: 1.8rem;
      letter-spacing: 0.075em;
      line-height: 1.0; } }

/* ###### side_title_sp ##### */
@media screen and (min-width: 1024px) {
  .order {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .order__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .order__about__img {
        position: relative;
        width: 50%; }
        .order__about__img p {
          width: 100%; }
          .order__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .order__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .order__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .order__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .order__promise {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 4%;
      margin-top: 120px; }
      .order__promise__title {
        position: relative;
        width: 360px;
        padding-top: 80px; }
        .order__promise__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .order__promise__desc {
        position: relative;
        flex: 1;
        padding: 80px 4% 85px 80px;
        background-color: #f5f5f5;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px; }
        .order__promise__desc__list {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 35px 0;
          border-bottom: 1px solid #ddd;
          z-index: 3; }
          .order__promise__desc__list__num {
            width: 140px; }
            .order__promise__desc__list__num p {
              position: relative;
              color: #111;
              font-size: 6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500; }
          .order__promise__desc__list__txt {
            flex: 1; }
            .order__promise__desc__list__txt h3 {
              color: #111;
              font-size: 2.2rem;
              line-height: 1.8;
              font-weight: 600; }
            .order__promise__desc__list__txt p {
              font-size: 1.5rem;
              line-height: 2.0;
              margin-top: 25px; }
        .order__promise__desc__list:first-of-type {
          border-top: 1px solid #ddd; }
      .order__promise__desc::after {
        content: 'Promise';
        position: absolute;
        bottom: -25px;
        right: 4%;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
    .order__business {
      position: relative;
      width: 92%;
      margin: 140px auto 0; }
      .order__business__title {
        position: relative;
        width: 100%;
        margin-bottom: 40px; }
        .order__business__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .order__business__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; }
        .order__business__list__sp {
          position: relative;
          width: 49.3%; }
          .order__business__list__sp a {
            position: relative;
            width: 100%;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .order__business__list__sp a .order__business__list__sp__title {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              z-index: 10;
              padding: 35px 40px 40px; }
              .order__business__list__sp a .order__business__list__sp__title p {
                position: relative;
                color: #fff;
                font-size: 1.5rem;
                font-weight: 500;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
              .order__business__list__sp a .order__business__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 1px;
                background-color: #fff;
                left: 1px;
                bottom: -15px; }
            .order__business__list__sp a .order__business__list__sp__txt {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              z-index: 10;
              padding: 40px 40px;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
              padding-right: 30%; }
              .order__business__list__sp a .order__business__list__sp__txt h3 {
                color: #fff;
                font-size: 2.4rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .order__business__list__sp a .order__business__list__sp__txt p {
                text-align: justify;
                color: #fff;
                font-size: 1.5rem;
                line-height: 1.8;
                margin-top: 15px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .order__business__list__sp a .order__business__list__sp__img {
              position: relative;
              width: 100%; }
              .order__business__list__sp a .order__business__list__sp__img p {
                width: 100%; }
                .order__business__list__sp a .order__business__list__sp__img p img {
                  width: 100%;
                  object-fit: cover;
                  -webkit-transition: .3s ease-in-out;
                  transition: .3s ease-in-out; }
            .order__business__list__sp a .arrow02 {
              overflow: hidden;
              position: absolute;
              bottom: 30px;
              right: 30px;
              width: 60px;
              height: 60px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border: 1px solid rgba(255, 255, 255, 0.6);
              z-index: 15;
              transition: all .3s; }
            .order__business__list__sp a .arrow02:before,
            .order__business__list__sp a .arrow02:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 58px;
              height: 58px;
              background: url(../img/arrow_wh.svg) no-repeat center center;
              background-size: 12px;
              animation-fill-mode: forwards;
              animation-duration: 0.3s; }
            .order__business__list__sp a .arrow02:after {
              transform: translateX(-100%); }
          .order__business__list__sp a:hover .arrow02 {
            border: 1px solid #fff; }
          .order__business__list__sp a:hover .arrow02:before {
            animation-name: transformRightLeft;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0s; }
          .order__business__list__sp a:hover .arrow02:after {
            animation-name: transformLeftRight;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0.2s; }
        .order__business__list__sp > a:hover .order__business__list__sp__img img {
          -webkit-transform: scale(1.07);
          transform: scale(1.07); }
        .order__business__list__sp:nth-child(n+3) {
          margin-top: 20px; }
    .order__cta {
      position: relative;
      width: 98%;
      height: 600px;
      background: url(../../img/order_img/order_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 160px auto 0; }
      .order__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .order__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 4rem;
          font-weight: 600; }
        .order__cta__detail h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.2rem;
          line-height: 1.8;
          font-weight: 600;
          margin-top: 30px; }
        .order__cta__detail h4 {
          margin: 35px auto 0; }
        .order__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 15px; }
    .order__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .order {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .order__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .order__about__img {
        position: relative;
        width: 50%; }
        .order__about__img p {
          width: 100%; }
          .order__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .order__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .order__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .order__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .order__promise {
      position: relative;
      width: 100%;
      margin-top: 120px; }
      .order__promise__title {
        position: relative;
        width: 92%;
        margin: 0 auto 35px; }
        .order__promise__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .order__promise__title h2 br {
            display: none; }
      .order__promise__desc {
        position: relative;
        width: 96%;
        padding: 60px 4%;
        background-color: #f5f5f5;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        margin-left: 4%; }
        .order__promise__desc__list {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 30px 0;
          border-bottom: 1px solid #ddd;
          z-index: 3; }
          .order__promise__desc__list__num {
            width: 120px; }
            .order__promise__desc__list__num p {
              position: relative;
              color: #111;
              font-size: 5.6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500; }
          .order__promise__desc__list__txt {
            flex: 1; }
            .order__promise__desc__list__txt h3 {
              color: #111;
              font-size: 2rem;
              line-height: 1.8;
              font-weight: 600; }
            .order__promise__desc__list__txt p {
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 20px; }
        .order__promise__desc__list:first-of-type {
          border-top: 1px solid #ddd; }
      .order__promise__desc::after {
        content: 'Promise';
        position: absolute;
        bottom: -20px;
        right: 4%;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
    .order__business {
      position: relative;
      width: 92%;
      margin: 120px auto 0; }
      .order__business__title {
        position: relative;
        width: 100%;
        margin: 0 auto 35px; }
        .order__business__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .order__business__title h2 br {
            display: none; }
      .order__business__list {
        position: relative;
        width: 100%; }
        .order__business__list__sp {
          position: relative;
          width: 100%; }
          .order__business__list__sp a {
            position: relative;
            width: 100%;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .order__business__list__sp a .order__business__list__sp__title {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              z-index: 10;
              padding: 35px 35px; }
              .order__business__list__sp a .order__business__list__sp__title p {
                position: relative;
                color: #fff;
                font-size: 1.4rem;
                font-family: "Inter", sans-serif;
                font-weight: 500; }
              .order__business__list__sp a .order__business__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 1px;
                background-color: #fff;
                left: 0;
                bottom: -15px; }
            .order__business__list__sp a .order__business__list__sp__txt {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              z-index: 10;
              padding: 35px 35px;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45)); }
              .order__business__list__sp a .order__business__list__sp__txt h3 {
                color: #fff;
                font-size: 2rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .order__business__list__sp a .order__business__list__sp__txt p {
                text-align: justify;
                color: #fff;
                font-size: 1.4rem;
                line-height: 1.8;
                margin-top: 15px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .order__business__list__sp a .order__business__list__sp__img {
              position: relative;
              width: 100%; }
              .order__business__list__sp a .order__business__list__sp__img p {
                width: 100%; }
                .order__business__list__sp a .order__business__list__sp__img p img {
                  width: 100%;
                  object-fit: cover;
                  -webkit-transition: .3s ease-in-out;
                  transition: .3s ease-in-out; }
            .order__business__list__sp a .arrow02 {
              overflow: hidden;
              position: absolute;
              bottom: 25px;
              right: 25px;
              width: 56px;
              height: 56px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border: 1px solid rgba(255, 255, 255, 0.6);
              z-index: 15;
              transition: all .3s; }
            .order__business__list__sp a .arrow02:before,
            .order__business__list__sp a .arrow02:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 54px;
              height: 54px;
              background: url(../img/arrow_wh.svg) no-repeat center center;
              background-size: 12px;
              animation-fill-mode: forwards;
              animation-duration: 0.3s; }
            .order__business__list__sp a .arrow02:after {
              transform: translateX(-100%); }
          .order__business__list__sp a:hover .arrow02 {
            border: 1px solid #fff; }
          .order__business__list__sp a:hover .arrow02:before {
            animation-name: transformRightLeft;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0s; }
          .order__business__list__sp a:hover .arrow02:after {
            animation-name: transformLeftRight;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0.2s; }
        .order__business__list__sp > a:hover .order__business__list__sp__img img {
          -webkit-transform: scale(1.07);
          transform: scale(1.07); }
        .order__business__list__sp:nth-child(n + 2) {
          margin-top: 15px; }
    .order__cta {
      position: relative;
      width: 98%;
      height: 500px;
      background: url(../../img/order_img/order_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 140px auto 0; }
      .order__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .order__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 3rem;
          font-weight: 600; }
        .order__cta__detail h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 500;
          margin-top: 25px; }
        .order__cta__detail h4 {
          width: 340px;
          margin: 30px auto 0; }
        .order__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 15px; }
    .order__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 767px) {
  .order {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .order__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .order__about__img {
        position: relative;
        width: 100%; }
        .order__about__img p {
          width: 100%; }
          .order__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .order__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .order__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .order__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .order__promise {
      position: relative;
      width: 100%;
      margin-top: 100px; }
      .order__promise__title {
        position: relative;
        width: 90%;
        margin: 0 auto 25px; }
        .order__promise__title h2 {
          color: #111;
          font-size: 2.4rem;
          font-weight: 600; }
      .order__promise__desc {
        position: relative;
        width: 95%;
        padding: 30px 25px 35px;
        background-color: #f5f5f5;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        margin-left: 5%; }
        .order__promise__desc__list {
          position: relative;
          padding: 25px 0;
          border-bottom: 1px solid #ddd;
          z-index: 3; }
          .order__promise__desc__list__num {
            width: 100%; }
            .order__promise__desc__list__num p {
              position: relative;
              color: #111;
              font-size: 3.8rem;
              font-family: "Inter", sans-serif;
              font-weight: 500; }
          .order__promise__desc__list__txt {
            width: 100%;
            padding-top: 20px; }
            .order__promise__desc__list__txt h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.8;
              font-weight: 600; }
            .order__promise__desc__list__txt p {
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 15px; }
        .order__promise__desc__list:first-of-type {
          border-top: 1px solid #ddd; }
      .order__promise__desc::after {
        content: 'Promise';
        position: absolute;
        bottom: -13px;
        right: 20px;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
    .order__business {
      position: relative;
      width: 100%;
      margin: 100px auto 0; }
      .order__business__title {
        width: 90%;
        margin: 0 auto 25px; }
        .order__business__title h2 {
          font-size: 2.4rem;
          color: #111;
          font-weight: 600; }
      .order__business__list {
        position: relative;
        width: 94%;
        margin: 0 auto; }
        .order__business__list__sp {
          position: relative;
          width: 100%; }
          .order__business__list__sp a {
            position: relative;
            width: 100%;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .order__business__list__sp a .order__business__list__sp__title {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              z-index: 10;
              padding: 22px 25px 25px; }
              .order__business__list__sp a .order__business__list__sp__title p {
                position: relative;
                color: #fff;
                font-size: 1.4rem;
                font-weight: 500; }
              .order__business__list__sp a .order__business__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 10px;
                height: 1px;
                background-color: #fff;
                left: 0;
                bottom: -10px; }
            .order__business__list__sp a .order__business__list__sp__txt {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              z-index: 10;
              padding: 25px 25% 25px 25px;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45)); }
              .order__business__list__sp a .order__business__list__sp__txt h3 {
                color: #fff;
                font-size: 2rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .order__business__list__sp a .order__business__list__sp__txt p {
                text-align: justify;
                color: #fff;
                font-size: 1.4rem;
                line-height: 1.7;
                margin-top: 12px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .order__business__list__sp a .order__business__list__sp__img {
              position: relative;
              width: 100%; }
              .order__business__list__sp a .order__business__list__sp__img p {
                width: 100%; }
                .order__business__list__sp a .order__business__list__sp__img p img {
                  width: 100%;
                  object-fit: cover;
                  -webkit-transition: .3s ease-in-out;
                  transition: .3s ease-in-out; }
            .order__business__list__sp a .arrow02 {
              overflow: hidden;
              position: absolute;
              bottom: 15px;
              right: 15px;
              width: 40px;
              height: 40px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border: 1px solid #fff;
              z-index: 15; }
            .order__business__list__sp a .arrow02:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 38px;
              height: 38px;
              background: url(../img/arrow_wh.svg) no-repeat center center;
              background-size: 10px; }
          .order__business__list__sp a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.15); }
        .order__business__list__sp:nth-child(n+2) {
          margin-top: 15px; }
    .order__cta {
      position: relative;
      width: 100%;
      height: 560px;
      background: url(../../img/order_img/sp_order_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      margin: 120px auto 0; }
      .order__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .order__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 600; }
        .order__cta__detail h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.8rem;
          line-height: 1.8;
          font-weight: 500;
          margin-top: 25px; }
        .order__cta__detail h4 {
          width: 76%;
          margin: 30px auto 0; }
        .order__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin: 15px auto 0; }
    .order__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }

@media screen and (min-width: 1024px) {
  .high_airtight {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .high_airtight__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .high_airtight__about__img {
        position: relative;
        width: 50%; }
        .high_airtight__about__img p {
          width: 100%; }
          .high_airtight__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .high_airtight__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .high_airtight__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .high_airtight__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .high_airtight__about02 {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      padding: 60px 60px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      margin: 120px auto 0; }
      .high_airtight__about02__img {
        position: relative;
        width: 50%; }
        .high_airtight__about02__img p {
          width: 100%; }
          .high_airtight__about02__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .high_airtight__about02__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .high_airtight__about02__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .high_airtight__about02__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .high_airtight__feature {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .high_airtight__feature__title {
        position: relative;
        width: 100%;
        padding: 160px 0 40px;
        overflow: hidden; }
        .high_airtight__feature__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .high_airtight__feature__title::after {
        content: 'Features';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.001em; }
      .high_airtight__feature__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .high_airtight__feature__desc__nav {
          position: relative;
          width: 260px; }
        .high_airtight__feature__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .high_airtight__feature__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 60px; }
            .high_airtight__feature__desc__list__sp__title {
              position: relative;
              width: 100%;
              margin-bottom: 40px; }
              .high_airtight__feature__desc__list__sp__title h3 {
                color: #111;
                font-size: 3rem;
                font-weight: 600; }
              .high_airtight__feature__desc__list__sp__title p {
                position: relative;
                font-size: 1.3rem;
                color: #69A6BD;
                font-family: "Inter", sans-serif;
                font-weight: 500;
                margin-bottom: 5px; }
              .high_airtight__feature__desc__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 5px;
                left: -12px;
                background: url(../img/list_mk.svg) no-repeat 0 center;
                background-size: 5px; }
            .high_airtight__feature__desc__list__sp__subtxt {
              position: relative;
              width: 100%;
              margin-bottom: 40px; }
              .high_airtight__feature__desc__list__sp__subtxt p {
                font-size: 1.5rem;
                line-height: 2.0; }
            .high_airtight__feature__desc__list__sp__content {
              position: relative;
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              z-index: 3; }
              .high_airtight__feature__desc__list__sp__content__img {
                position: relative;
                width: 50%; }
                .high_airtight__feature__desc__list__sp__content__img p {
                  width: 100%; }
                  .high_airtight__feature__desc__list__sp__content__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .high_airtight__feature__desc__list__sp__content__txt {
                position: relative;
                width: 50%;
                padding-left: 40px; }
                .high_airtight__feature__desc__list__sp__content__txt h5 {
                  font-size: 1.6rem;
                  font-weight: 600;
                  margin: 35px 0 30px; }
                .high_airtight__feature__desc__list__sp__content__txt p {
                  font-size: 1.5rem;
                  line-height: 2.0; }
                .high_airtight__feature__desc__list__sp__content__txt p:nth-child(2) {
                  margin-top: 30px; }
            .high_airtight__feature__desc__list__sp__content02 {
              position: relative;
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              background-color: #f5f5f5;
              margin-top: 40px;
              padding: 45px 45px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              z-index: 3; }
              .high_airtight__feature__desc__list__sp__content02__title {
                position: relative;
                width: 100%;
                margin-bottom: 30px; }
                .high_airtight__feature__desc__list__sp__content02__title h4 {
                  font-size: 2.2rem;
                  font-weight: 600;
                  color: #111;
                  background: url(../img/question_icon.svg) no-repeat 0 center;
                  background-size: 24px;
                  padding-left: 29px; }
              .high_airtight__feature__desc__list__sp__content02__img {
                position: relative;
                width: 50%; }
                .high_airtight__feature__desc__list__sp__content02__img p {
                  width: 100%; }
                  .high_airtight__feature__desc__list__sp__content02__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .high_airtight__feature__desc__list__sp__content02__txt {
                position: relative;
                width: 50%;
                padding-left: 40px; }
                .high_airtight__feature__desc__list__sp__content02__txt h5 {
                  font-size: 1.6rem;
                  font-weight: 600;
                  margin: 35px 0 30px; }
                .high_airtight__feature__desc__list__sp__content02__txt p {
                  font-size: 1.5rem;
                  line-height: 2.0; }
                .high_airtight__feature__desc__list__sp__content02__txt p:nth-child(2) {
                  margin-top: 30px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .high_airtight {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .high_airtight__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .high_airtight__about__img {
        position: relative;
        width: 50%; }
        .high_airtight__about__img p {
          width: 100%; }
          .high_airtight__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .high_airtight__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .high_airtight__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .high_airtight__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .high_airtight__about02 {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      padding: 40px 40px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      margin: 100px auto 0; }
      .high_airtight__about02__img {
        position: relative;
        width: 50%;
        padding-left: 35px; }
        .high_airtight__about02__img p {
          width: 100%; }
          .high_airtight__about02__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .high_airtight__about02__txt {
        position: relative;
        width: 50%; }
        .high_airtight__about02__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .high_airtight__about02__txt p {
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .high_airtight__feature {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .high_airtight__feature__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .high_airtight__feature__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .high_airtight__feature__title::after {
        content: 'Features';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.001em; }
      .high_airtight__feature__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .high_airtight__feature__desc__nav {
          position: relative;
          width: 200px; }
        .high_airtight__feature__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .high_airtight__feature__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 45px; }
            .high_airtight__feature__desc__list__sp__title {
              position: relative;
              width: 100%;
              margin-bottom: 30px; }
              .high_airtight__feature__desc__list__sp__title h3 {
                color: #111;
                font-size: 2.4rem;
                font-weight: 600; }
              .high_airtight__feature__desc__list__sp__title p {
                position: relative;
                font-size: 1.2rem;
                color: #69A6BD;
                font-family: "Inter", sans-serif;
                font-weight: 500;
                margin-bottom: 5px; }
              .high_airtight__feature__desc__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 5px;
                left: -12px;
                background: url(../img/list_mk.svg) no-repeat 0 center;
                background-size: 5px; }
            .high_airtight__feature__desc__list__sp__subtxt {
              position: relative;
              width: 100%;
              margin-bottom: 30px; }
              .high_airtight__feature__desc__list__sp__subtxt p {
                font-size: 1.4rem;
                line-height: 2.0; }
            .high_airtight__feature__desc__list__sp__content {
              position: relative;
              width: 100%;
              z-index: 3; }
              .high_airtight__feature__desc__list__sp__content__img {
                position: relative;
                width: 100%; }
                .high_airtight__feature__desc__list__sp__content__img p {
                  width: 100%; }
                  .high_airtight__feature__desc__list__sp__content__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .high_airtight__feature__desc__list__sp__content__txt {
                position: relative;
                width: 100%;
                padding-top: 30px; }
                .high_airtight__feature__desc__list__sp__content__txt h5 {
                  font-size: 1.6rem;
                  font-weight: 600;
                  margin: 30px 0 25px; }
                .high_airtight__feature__desc__list__sp__content__txt p {
                  font-size: 1.4rem;
                  line-height: 2.0; }
                .high_airtight__feature__desc__list__sp__content__txt p:nth-child(2) {
                  margin-top: 25px; }
            .high_airtight__feature__desc__list__sp__content02 {
              position: relative;
              width: 100%;
              background-color: #f5f5f5;
              margin-top: 40px;
              padding: 35px 35px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              z-index: 3; }
              .high_airtight__feature__desc__list__sp__content02__title {
                position: relative;
                width: 100%;
                margin-bottom: 25px; }
                .high_airtight__feature__desc__list__sp__content02__title h4 {
                  font-size: 2rem;
                  font-weight: 600;
                  color: #111;
                  background: url(../img/question_icon.svg) no-repeat 0 center;
                  background-size: 22px;
                  padding-left: 27px; }
              .high_airtight__feature__desc__list__sp__content02__img {
                position: relative;
                width: 100%; }
                .high_airtight__feature__desc__list__sp__content02__img p {
                  width: 100%; }
                  .high_airtight__feature__desc__list__sp__content02__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .high_airtight__feature__desc__list__sp__content02__txt {
                position: relative;
                width: 100%;
                padding-top: 30px; }
                .high_airtight__feature__desc__list__sp__content02__txt h5 {
                  font-size: 1.6rem;
                  font-weight: 600;
                  margin: 35px 0 30px; }
                .high_airtight__feature__desc__list__sp__content02__txt p {
                  font-size: 1.5rem;
                  line-height: 2.0; }
                .high_airtight__feature__desc__list__sp__content02__txt p:nth-child(2) {
                  margin-top: 25px; } }
@media screen and (max-width: 767px) {
  .high_airtight {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .high_airtight__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .high_airtight__about__img {
        position: relative;
        width: 100%; }
        .high_airtight__about__img p {
          width: 100%; }
          .high_airtight__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .high_airtight__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .high_airtight__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .high_airtight__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .high_airtight__about02 {
      position: relative;
      width: 94%;
      margin: 60px auto 0;
      padding: 25px 25px;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border: 1px solid #E5E5E5; }
      .high_airtight__about02__img {
        position: relative;
        width: 100%; }
        .high_airtight__about02__img p {
          width: 100%; }
          .high_airtight__about02__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .high_airtight__about02__txt {
        position: relative;
        width: 100%;
        padding-top: 25px; }
        .high_airtight__about02__txt h2 {
          color: #111;
          font-size: 1.8rem;
          line-height: 1.8;
          font-weight: 600; }
        .high_airtight__about02__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 20px; }
    .high_airtight__feature {
      position: relative;
      width: 100%; }
      .high_airtight__feature__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto;
        overflow: hidden; }
        .high_airtight__feature__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .high_airtight__feature__title::after {
        content: 'Features';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.001em; }
      .high_airtight__feature__desc {
        position: relative;
        width: 100%; }
        .high_airtight__feature__desc__nav {
          position: relative;
          width: 94%;
          margin: 0 auto; }
        .high_airtight__feature__desc__list {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3; }
          .high_airtight__feature__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 40px; }
            .high_airtight__feature__desc__list__sp__title {
              position: relative;
              width: 100%;
              margin-bottom: 25px; }
              .high_airtight__feature__desc__list__sp__title h3 {
                color: #111;
                font-size: 2rem;
                line-height: 1.7;
                font-weight: 600; }
              .high_airtight__feature__desc__list__sp__title p {
                position: relative;
                font-size: 1.1rem;
                color: #69A6BD;
                font-family: "Inter", sans-serif;
                font-weight: 500;
                margin-bottom: 3px; }
              .high_airtight__feature__desc__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 4px;
                left: -10px;
                background: url(../img/list_mk.svg) no-repeat 0 center;
                background-size: 5px; }
            .high_airtight__feature__desc__list__sp__subtxt {
              position: relative;
              width: 100%;
              margin-bottom: 25px; }
              .high_airtight__feature__desc__list__sp__subtxt p {
                font-size: 1.4rem;
                line-height: 2.0; }
            .high_airtight__feature__desc__list__sp__content {
              position: relative;
              width: 100%;
              z-index: 3; }
              .high_airtight__feature__desc__list__sp__content__img {
                position: relative;
                width: 100%; }
                .high_airtight__feature__desc__list__sp__content__img p {
                  width: 100%; }
                  .high_airtight__feature__desc__list__sp__content__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .high_airtight__feature__desc__list__sp__content__txt {
                position: relative;
                width: 100%;
                padding-top: 25px; }
                .high_airtight__feature__desc__list__sp__content__txt h5 {
                  font-size: 1.6rem;
                  font-weight: 600;
                  margin: 30px 0 20px; }
                .high_airtight__feature__desc__list__sp__content__txt p {
                  text-align: justify;
                  font-size: 1.4rem;
                  line-height: 2.0; }
                .high_airtight__feature__desc__list__sp__content__txt p:nth-child(2) {
                  margin-top: 25px; }
            .high_airtight__feature__desc__list__sp__content02 {
              position: relative;
              width: 100%;
              background-color: #f5f5f5;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              margin-top: 25px;
              padding: 25px 25px;
              z-index: 3; }
              .high_airtight__feature__desc__list__sp__content02__title {
                position: relative;
                width: 100%;
                margin-bottom: 20px; }
                .high_airtight__feature__desc__list__sp__content02__title h4 {
                  font-size: 1.6rem;
                  font-weight: 600;
                  color: #111;
                  background: url(../img/question_icon.svg) no-repeat 0 center;
                  background-size: 20px;
                  padding-left: 25px; }
              .high_airtight__feature__desc__list__sp__content02__img {
                position: relative;
                width: 100%; }
                .high_airtight__feature__desc__list__sp__content02__img p {
                  width: 100%; }
                  .high_airtight__feature__desc__list__sp__content02__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .high_airtight__feature__desc__list__sp__content02__txt {
                position: relative;
                width: 100%;
                padding-top: 20px; }
                .high_airtight__feature__desc__list__sp__content02__txt p {
                  text-align: justify;
                  font-size: 1.4rem;
                  line-height: 2.0; }
                .high_airtight__feature__desc__list__sp__content02__txt p:nth-child(2) {
                  margin-top: 15px; } }

@media screen and (min-width: 1024px) {
  .earthquake {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .earthquake__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .earthquake__about__img {
        position: relative;
        width: 50%; }
        .earthquake__about__img p {
          width: 100%; }
          .earthquake__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .earthquake__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .earthquake__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .earthquake__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .earthquake__moral {
      position: relative;
      width: 100%;
      margin: 120px auto 0;
      background-color: #f5f5f5;
      padding: 100px 4% 120px; }
      .earthquake__moral__title {
        position: relative;
        width: 100%;
        margin: 0 auto 40px; }
        .earthquake__moral__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
        .earthquake__moral__title h3 {
          color: #69A6BD;
          font-size: 2.2rem;
          font-weight: 600;
          margin-bottom: 8px; }
      .earthquake__moral__desc01 {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        border-left: 1px solid #ddd;
        padding: 60px 0 30px 120px; }
        .earthquake__moral__desc01__img {
          position: relative;
          width: 450px; }
          .earthquake__moral__desc01__img p {
            width: 100%; }
            .earthquake__moral__desc01__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc01__sp {
          position: relative;
          flex: 1;
          padding-right: 45px; }
          .earthquake__moral__desc01__sp h3 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc01__sp h3::before {
            content: '';
            position: absolute;
            left: -120px;
            top: 50%;
            width: 90px;
            height: 1px;
            background-color: #ddd;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .earthquake__moral__desc01__sp h3::after {
            content: '';
            position: absolute;
            left: -35px;
            top: 50%;
            width: 9px;
            height: 9px;
            background-color: #69A6BD;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            z-index: 3; }
          .earthquake__moral__desc01__sp p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
      .earthquake__moral__desc02 {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        border-left: 1px solid #ddd;
        padding: 30px 0 60px 120px; }
        .earthquake__moral__desc02__img {
          position: relative;
          width: 450px; }
          .earthquake__moral__desc02__img p {
            width: 100%; }
            .earthquake__moral__desc02__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc02__sp {
          position: relative;
          flex: 1;
          padding-right: 45px; }
          .earthquake__moral__desc02__sp h3 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc02__sp h3::before {
            content: '';
            position: absolute;
            left: -120px;
            top: 50%;
            width: 90px;
            height: 1px;
            background-color: #ddd;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .earthquake__moral__desc02__sp h3::after {
            content: '';
            position: absolute;
            left: -35px;
            top: 50%;
            width: 9px;
            height: 9px;
            background-color: #69A6BD;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            z-index: 3; }
          .earthquake__moral__desc02__sp p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
      .earthquake__moral__desc03 {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
        background-color: #fff;
        padding: 60px 60px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: 1px solid #ddd;
        margin: 40px auto 0; }
        .earthquake__moral__desc03__img {
          position: relative;
          width: 50%; }
          .earthquake__moral__desc03__img p {
            width: 100%; }
            .earthquake__moral__desc03__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc03__txt {
          position: relative;
          width: 50%;
          padding-right: 45px; }
          .earthquake__moral__desc03__txt h2 {
            color: #111;
            font-size: 3rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc03__txt p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
      .earthquake__moral__desc03::after {
        content: '';
        position: absolute;
        left: -9px;
        top: -42px;
        width: 17px;
        height: 17px;
        background: url(../img/triangle_icon_bl.svg) no-repeat 0 0;
        background-size: 100%;
        z-index: 3; }
    .earthquake__feature {
      position: relative;
      width: 92%;
      margin: 160px auto 0; }
      .earthquake__feature__title {
        position: relative;
        width: 100%;
        margin-bottom: 40px; }
        .earthquake__feature__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .earthquake__feature__desc01 {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center; }
        .earthquake__feature__desc01__img {
          position: relative;
          width: 50%; }
          .earthquake__feature__desc01__img p {
            width: 100%; }
            .earthquake__feature__desc01__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__feature__desc01__sp {
          position: relative;
          width: 50%;
          padding-left: 45px; }
          .earthquake__feature__desc01__sp p {
            font-size: 1.5rem;
            line-height: 2.0; }
          .earthquake__feature__desc01__sp p:nth-child(2) {
            margin-top: 30px; }
      .earthquake__feature__desc02 {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5;
        margin-top: 60px; }
        .earthquake__feature__desc02__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 40px 0;
          border-bottom: 1px solid #E5E5E5; }
          .earthquake__feature__desc02__sp__num {
            position: relative;
            width: 50%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center; }
            .earthquake__feature__desc02__sp__num p {
              width: 120px;
              color: #111;
              font-size: 6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
            .earthquake__feature__desc02__sp__num h3 {
              flex: 1;
              color: #111;
              font-size: 2.4rem;
              line-height: 1.7;
              font-weight: 600;
              padding-left: 120px;
              border-left: 1px solid #E5E5E5; }
          .earthquake__feature__desc02__sp__txt {
            position: relative;
            width: 50%;
            padding-left: 45px; }
            .earthquake__feature__desc02__sp__txt h3 {
              display: none; }
            .earthquake__feature__desc02__sp__txt p {
              font-size: 1.5rem;
              line-height: 2.0; }
      .earthquake__feature__desc03 {
        position: relative;
        width: 100%;
        padding: 35px 35px;
        background-color: #69A6BD;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-top: 40px; }
        .earthquake__feature__desc03 p {
          text-align: center;
          color: #fff;
          font-size: 1.8rem;
          line-height: 1.8;
          font-weight: 600; }
      .earthquake__feature__desc03::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -16px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .earthquake {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .earthquake__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .earthquake__about__img {
        position: relative;
        width: 50%; }
        .earthquake__about__img p {
          width: 100%; }
          .earthquake__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .earthquake__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .earthquake__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .earthquake__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .earthquake__moral {
      position: relative;
      width: 100%;
      margin: 100px auto 0;
      background-color: #f5f5f5;
      padding: 100px 4% 100px; }
      .earthquake__moral__title {
        position: relative;
        width: 100%;
        margin: 0 auto 30px; }
        .earthquake__moral__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
        .earthquake__moral__title h3 {
          color: #69A6BD;
          font-size: 1.6rem;
          font-weight: 600;
          margin-bottom: 6px; }
      .earthquake__moral__desc01 {
        position: relative;
        border-left: 1px solid #ddd;
        padding: 45px 0 25px 120px; }
        .earthquake__moral__desc01__img {
          position: relative;
          width: 100%; }
          .earthquake__moral__desc01__img p {
            width: 100%; }
            .earthquake__moral__desc01__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc01__sp {
          position: relative;
          width: 70%;
          padding-top: 30px; }
          .earthquake__moral__desc01__sp h3 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc01__sp h3::before {
            content: '';
            position: absolute;
            left: -120px;
            top: 50%;
            width: 90px;
            height: 1px;
            background-color: #ddd;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .earthquake__moral__desc01__sp h3::after {
            content: '';
            position: absolute;
            left: -35px;
            top: 50%;
            width: 9px;
            height: 9px;
            background-color: #69A6BD;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            z-index: 3; }
          .earthquake__moral__desc01__sp p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
      .earthquake__moral__desc02 {
        position: relative;
        border-left: 1px solid #ddd;
        padding: 25px 0 45px 120px; }
        .earthquake__moral__desc02__img {
          position: relative;
          width: 100%; }
          .earthquake__moral__desc02__img p {
            width: 100%; }
            .earthquake__moral__desc02__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc02__sp {
          position: relative;
          width: 70%;
          padding-top: 30px; }
          .earthquake__moral__desc02__sp h3 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc02__sp h3::before {
            content: '';
            position: absolute;
            left: -120px;
            top: 50%;
            width: 90px;
            height: 1px;
            background-color: #ddd;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .earthquake__moral__desc02__sp h3::after {
            content: '';
            position: absolute;
            left: -35px;
            top: 50%;
            width: 9px;
            height: 9px;
            background-color: #69A6BD;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            z-index: 3; }
          .earthquake__moral__desc02__sp p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
      .earthquake__moral__desc03 {
        position: relative;
        width: 100%;
        background-color: #fff;
        padding: 40px 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: 1px solid #ddd;
        margin: 30px auto 0; }
        .earthquake__moral__desc03__img {
          position: relative;
          width: 50%; }
          .earthquake__moral__desc03__img p {
            width: 100%; }
            .earthquake__moral__desc03__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc03__txt {
          position: relative;
          width: 50%;
          padding-left: 30px; }
          .earthquake__moral__desc03__txt h2 {
            color: #111;
            font-size: 2rem;
            line-height: 1.8;
            font-weight: 600; }
          .earthquake__moral__desc03__txt p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
      .earthquake__moral__desc03::after {
        content: '';
        position: absolute;
        left: -8px;
        top: -42px;
        width: 15px;
        height: 15px;
        background: url(../img/triangle_icon_bl.svg) no-repeat 0 0;
        background-size: 100%;
        z-index: 3; }
    .earthquake__feature {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .earthquake__feature__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .earthquake__feature__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .earthquake__feature__desc01 {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center; }
        .earthquake__feature__desc01__img {
          position: relative;
          width: 50%; }
          .earthquake__feature__desc01__img p {
            width: 100%; }
            .earthquake__feature__desc01__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__feature__desc01__sp {
          position: relative;
          width: 50%;
          padding-left: 35px; }
          .earthquake__feature__desc01__sp p {
            font-size: 1.4rem;
            line-height: 2.0; }
          .earthquake__feature__desc01__sp p:nth-child(2) {
            margin-top: 25px; }
      .earthquake__feature__desc02 {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5;
        margin-top: 40px; }
        .earthquake__feature__desc02__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 35px 0;
          border-bottom: 1px solid #E5E5E5; }
          .earthquake__feature__desc02__sp__num {
            width: 100px;
            border-right: 1px solid #E5E5E5; }
            .earthquake__feature__desc02__sp__num h3 {
              display: none; }
            .earthquake__feature__desc02__sp__num p {
              color: #111;
              font-size: 5.6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .earthquake__feature__desc02__sp__txt {
            position: relative;
            flex: 1;
            padding-left: 45px; }
            .earthquake__feature__desc02__sp__txt h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .earthquake__feature__desc02__sp__txt p {
              flex: 1;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 20px; }
      .earthquake__feature__desc03 {
        position: relative;
        width: 100%;
        padding: 30px 30px;
        background-color: #69A6BD;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-top: 30px; }
        .earthquake__feature__desc03 p {
          text-align: center;
          color: #fff;
          font-size: 1.8rem;
          line-height: 1.8;
          font-weight: 600; }
      .earthquake__feature__desc03::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -12px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
  .earthquake {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .earthquake__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .earthquake__about__img {
        position: relative;
        width: 100%; }
        .earthquake__about__img p {
          width: 100%; }
          .earthquake__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .earthquake__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .earthquake__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .earthquake__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .earthquake__moral {
      position: relative;
      width: 100%;
      margin: 100px auto 0;
      background-color: #f5f5f5;
      padding: 80px 5% 80px; }
      .earthquake__moral__title {
        position: relative;
        width: 100%;
        margin: 0 auto 25px; }
        .earthquake__moral__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
        .earthquake__moral__title h3 {
          color: #69A6BD;
          font-size: 1.4rem;
          font-weight: 600;
          margin-bottom: 5px; }
      .earthquake__moral__desc01 {
        position: relative;
        border-left: 1px solid #ddd;
        padding: 25px 0 15px 50px; }
        .earthquake__moral__desc01__img {
          position: relative;
          width: 100%; }
          .earthquake__moral__desc01__img p {
            width: 100%; }
            .earthquake__moral__desc01__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc01__sp {
          position: relative;
          width: 100%;
          padding-top: 25px; }
          .earthquake__moral__desc01__sp h3 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc01__sp h3::before {
            content: '';
            position: absolute;
            left: -50px;
            top: 50%;
            width: 30px;
            height: 1px;
            background-color: #ddd;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .earthquake__moral__desc01__sp h3::after {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            width: 7px;
            height: 7px;
            background-color: #69A6BD;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            z-index: 3; }
          .earthquake__moral__desc01__sp p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 20px; }
      .earthquake__moral__desc02 {
        position: relative;
        border-left: 1px solid #ddd;
        padding: 15px 0 25px 50px; }
        .earthquake__moral__desc02__img {
          position: relative;
          width: 100%; }
          .earthquake__moral__desc02__img p {
            width: 100%; }
            .earthquake__moral__desc02__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc02__sp {
          position: relative;
          width: 100%;
          padding-top: 25px; }
          .earthquake__moral__desc02__sp h3 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600; }
          .earthquake__moral__desc02__sp h3::before {
            content: '';
            position: absolute;
            left: -50px;
            top: 50%;
            width: 30px;
            height: 1px;
            background-color: #ddd;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%); }
          .earthquake__moral__desc02__sp h3::after {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            width: 7px;
            height: 7px;
            background-color: #69A6BD;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            z-index: 3; }
          .earthquake__moral__desc02__sp p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 20px; }
      .earthquake__moral__desc03 {
        position: relative;
        width: 100%;
        background-color: #fff;
        padding: 25px 25px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border: 1px solid #ddd;
        margin: 30px auto 0; }
        .earthquake__moral__desc03__img {
          position: relative;
          width: 100%; }
          .earthquake__moral__desc03__img p {
            width: 100%; }
            .earthquake__moral__desc03__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__moral__desc03__txt {
          position: relative;
          width: 100%;
          padding-top: 25px; }
          .earthquake__moral__desc03__txt h2 {
            color: #111;
            font-size: 1.8rem;
            line-height: 1.8;
            font-weight: 600; }
          .earthquake__moral__desc03__txt p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 20px; }
      .earthquake__moral__desc03::after {
        content: '';
        position: absolute;
        left: -6px;
        top: -32px;
        width: 11px;
        height: 11px;
        background: url(../img/triangle_icon_bl.svg) no-repeat 0 0;
        background-size: 100%;
        z-index: 3; }
    .earthquake__feature {
      position: relative;
      width: 100%; }
      .earthquake__feature__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto; }
        .earthquake__feature__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .earthquake__feature__desc01 {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .earthquake__feature__desc01__img {
          position: relative;
          width: 100%; }
          .earthquake__feature__desc01__img p {
            width: 100%; }
            .earthquake__feature__desc01__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .earthquake__feature__desc01__sp {
          position: relative;
          width: 100%;
          padding-top: 25px; }
          .earthquake__feature__desc01__sp p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0; }
          .earthquake__feature__desc01__sp p:nth-child(2) {
            margin-top: 25px; }
      .earthquake__feature__desc02 {
        position: relative;
        width: 90%;
        border-top: 1px solid #E5E5E5;
        margin: 30px auto 0; }
        .earthquake__feature__desc02__sp {
          position: relative;
          width: 100%;
          padding: 25px 0;
          border-bottom: 1px solid #E5E5E5; }
          .earthquake__feature__desc02__sp__num {
            width: 100%; }
            .earthquake__feature__desc02__sp__num p {
              color: #111;
              font-size: 3.8rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
            .earthquake__feature__desc02__sp__num h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600;
              margin-top: 20px; }
          .earthquake__feature__desc02__sp__txt {
            position: relative;
            width: 100%; }
            .earthquake__feature__desc02__sp__txt h3 {
              display: none; }
            .earthquake__feature__desc02__sp__txt p {
              text-align: justify;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 15px; }
      .earthquake__feature__desc03 {
        position: relative;
        width: 94%;
        padding: 25px 25px;
        background-color: #69A6BD;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 25px auto 0; }
        .earthquake__feature__desc03 p {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1.8;
          font-weight: 600; }
      .earthquake__feature__desc03::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -12px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); } }

@media screen and (min-width: 1024px) {
  .contact {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .contact__desc {
      max-width: 900px;
      margin: 0 auto; }
      .contact__desc p {
        font-size: 1.5rem;
        line-height: 2.0; }
        .contact__desc p img {
          width: 34px;
          padding-right: 6px;
          padding-bottom: 6px; }
      .contact__desc p:nth-child(2) {
        margin-top: 30px; }
    .contact__num {
      position: relative;
      max-width: 900px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 40px auto 0; }
      .contact__num__list {
        position: relative;
        width: 48.5%;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 30px 0px 35px; }
        .contact__num__list h3 {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 1.8rem; }
          .contact__num__list h3 img {
            width: 26px;
            padding-right: 6px; }
        .contact__num__list h4 {
          color: #111;
          text-align: center;
          font-weight: 600;
          font-size: 4rem;
          font-family: "Inter", sans-serif;
          letter-spacing: 0.075em;
          line-height: 1.2;
          margin-top: 15px; }
        .contact__num__list p {
          text-align: center;
          font-size: 1.3rem;
          margin-top: 4px; }
      .contact__num__list02 {
        position: relative;
        width: 48.5%;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 30px 0px 35px; }
        .contact__num__list02 h3 {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 1.8rem; }
          .contact__num__list02 h3 img {
            width: 34px;
            padding-right: 8px; }
        .contact__num__list02 h4 {
          text-align: center;
          margin: 20px auto 0; }
        .contact__num__list02 p {
          text-align: center;
          font-size: 1.3rem;
          margin-top: 15px; }
    .contact__form {
      position: relative;
      max-width: 900px;
      margin: 120px auto 0;
      border-top: 1px solid #E5E5E5; }
      .contact__form dl {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 25px 0;
        border-bottom: 1px solid #E5E5E5; }
        .contact__form dl dt {
          position: relative;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.8;
          width: 210px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding-left: 12px; }
          .contact__form dl dt img {
            display: none; }
        .contact__form dl dt::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          top: 50%;
          left: 0;
          background-color: #69A6BD; }
        .contact__form dl dt.required {
          background: url(../img/required_icon.svg) no-repeat right center;
          background-size: 28px; }
        .contact__form dl dd {
          position: relative;
          flex: 1;
          font-size: 1.5rem;
          line-height: 1.8;
          padding-left: 40px; }
      .contact__form__check {
        width: 100%;
        padding: 35px 35px;
        background-color: #f5f5f5;
        margin-top: 30px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .contact__form__check p {
          text-align: center;
          font-size: 1.3rem;
          line-height: 2.0;
          margin-bottom: 20px; }
          .contact__form__check p a {
            color: #69A6BD;
            border-bottom: 1px solid #69A6BD;
            font-weight: 500; }
        .contact__form__check .confirmArea {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          font-size: 1.5rem;
          background-color: #fff;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 20px 0; }
          .contact__form__check .confirmArea .wpcf7-acceptance {
            font-weight: 500;
            letter-spacing: 0.05em; }
        .contact__form__check .error {
          font-size: 1rem !important;
          font-weight: 500 !important;
          letter-spacing: 0.1em;
          color: #d32626 !important;
          display: block !important;
          padding-top: 10px !important; }
      .contact__form__btn {
        width: 100%;
        margin-top: 45px; }
      .contact__form__complete {
        position: relative;
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.0;
        letter-spacing: 0.05em;
        background-color: #f5f5f5;
        padding: 55px 60px 60px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .contact__form__complete .title_sp {
          padding-bottom: 40px; }
      .contact__form__bottom {
        position: relative;
        width: 100%;
        margin-top: 80px; }
        .contact__form__bottom p {
          text-align: center;
          font-size: 1.2rem; }
          .contact__form__bottom p br {
            display: none; }
          .contact__form__bottom p a {
            color: #69A6BD;
            font-weight: 500; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .contact {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .contact__desc {
      width: 92%;
      margin: 0 auto; }
      .contact__desc p {
        font-size: 1.4rem;
        line-height: 2.0; }
        .contact__desc p img {
          width: 34px;
          padding-right: 6px;
          padding-bottom: 6px; }
      .contact__desc p:nth-child(2) {
        margin-top: 25px; }
    .contact__num {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 40px auto 0; }
      .contact__num__list {
        position: relative;
        width: 49%;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 25px 0px 30px; }
        .contact__num__list h3 {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 1.6rem; }
          .contact__num__list h3 img {
            width: 28px;
            padding-right: 8px; }
        .contact__num__list h4 {
          color: #111;
          text-align: center;
          font-weight: 600;
          font-size: 3.4rem;
          font-family: "Inter", sans-serif;
          letter-spacing: 0.075em;
          line-height: 1.2;
          margin-top: 10px; }
        .contact__num__list p {
          text-align: center;
          font-size: 1.2rem;
          margin-top: 4px; }
      .contact__num__list02 {
        position: relative;
        width: 49%;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 25px 20px 30px; }
        .contact__num__list02 h3 {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 1.6rem; }
          .contact__num__list02 h3 img {
            width: 32px;
            padding-right: 8px; }
        .contact__num__list02 h4 {
          margin-top: 15px; }
    .contact__form {
      position: relative;
      width: 92%;
      margin: 100px auto 0;
      border-top: 1px solid #E5E5E5; }
      .contact__form dl {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 25px 0;
        border-bottom: 1px solid #E5E5E5; }
        .contact__form dl dt {
          position: relative;
          font-size: 1.4rem;
          font-weight: 500;
          line-height: 1.8;
          width: 200px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding-left: 12px; }
          .contact__form dl dt img {
            display: none; }
        .contact__form dl dt::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          top: 50%;
          left: 0;
          background-color: #69A6BD; }
        .contact__form dl dt.required {
          background: url(../img/required_icon.svg) no-repeat right center;
          background-size: 28px; }
        .contact__form dl dd {
          position: relative;
          flex: 1;
          font-size: 1.2rem;
          line-height: 1.8;
          padding-left: 35px; }
      .contact__form__check {
        width: 100%;
        padding: 30px 30px;
        background-color: #f5f5f5;
        margin-top: 30px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .contact__form__check p {
          width: 100%;
          text-align: center;
          font-size: 1.1rem;
          line-height: 1.8;
          margin: 0 auto 20px; }
          .contact__form__check p a {
            color: #69A6BD;
            border-bottom: 1px solid #69A6BD;
            font-weight: 500; }
        .contact__form__check .confirmArea {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          font-size: 1.4rem;
          background-color: #fff;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 20px 0; }
          .contact__form__check .confirmArea .wpcf7-acceptance {
            font-weight: 500;
            letter-spacing: 0.05em; }
        .contact__form__check .error {
          font-size: 1rem !important;
          font-weight: 500 !important;
          letter-spacing: 0.1em;
          color: #d32626 !important;
          display: block !important;
          padding-top: 10px !important; }
      .contact__form__btn {
        width: 100%;
        margin-top: 35px; }
      .contact__form__complete {
        position: relative;
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.0;
        letter-spacing: 0.05em;
        background-color: #f5f5f5;
        padding: 45px 45px 45px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .contact__form__bottom {
        position: relative;
        width: 100%;
        margin-top: 80px; }
        .contact__form__bottom p {
          text-align: center;
          font-size: 1.1rem; }
          .contact__form__bottom p br {
            display: none; }
          .contact__form__bottom p a {
            color: #69A6BD;
            font-weight: 500; } }
@media screen and (max-width: 767px) {
  .contact {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .contact__desc {
      width: 90%;
      margin: 0 auto; }
      .contact__desc p {
        text-align: justify;
        font-size: 1.4rem;
        line-height: 2.0; }
        .contact__desc p img {
          width: 28px;
          padding-right: 4px;
          padding-bottom: 6px; }
      .contact__desc p:nth-child(2) {
        margin-top: 20px; }
    .contact__num {
      position: relative;
      width: 90%;
      margin: 40px auto 0; }
      .contact__num__list {
        position: relative;
        width: 100%;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 20px 0px 25px; }
        .contact__num__list h3 {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 1.6rem; }
          .contact__num__list h3 img {
            width: 22px;
            padding-right: 4px; }
        .contact__num__list h4 {
          color: #111;
          text-align: center;
          font-weight: 600;
          font-size: 3.2rem;
          font-family: "Inter", sans-serif;
          letter-spacing: 0.075em;
          line-height: 1.2;
          margin-top: 10px; }
        .contact__num__list p {
          text-align: center;
          font-size: 1.2rem;
          margin-top: 2px; }
      .contact__num__list02 {
        position: relative;
        width: 100%;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 20px 20px 25px;
        margin-top: 12px; }
        .contact__num__list02 h3 {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500;
          font-size: 1.6rem; }
          .contact__num__list02 h3 img {
            width: 26px;
            padding-right: 6px; }
        .contact__num__list02 h4 {
          width: 100%;
          margin-top: 15px; }
        .contact__num__list02 p {
          text-align: center;
          font-size: 1.2rem;
          line-height: 1.7;
          margin-top: 10px; }
    .contact__form {
      position: relative;
      width: 90%;
      margin: 80px auto 0;
      border-top: 1px solid #E5E5E5; }
      .contact__form dl {
        position: relative;
        padding: 20px 0;
        border-bottom: 1px solid #E5E5E5; }
        .contact__form dl dt {
          font-size: 1.3rem;
          font-weight: 500;
          line-height: 1.2;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 10px; }
          .contact__form dl dt img {
            width: 32px;
            padding-left: 8px;
            padding-top: 2px; }
        .contact__form dl dd {
          font-size: 1.5rem;
          position: relative;
          line-height: 1.8; }
      .contact__form__check {
        width: 100%;
        padding: 20px 20px;
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-top: 25px; }
        .contact__form__check p {
          text-align: justify;
          font-size: 1.1rem;
          line-height: 1.8;
          margin-bottom: 15px;
          padding: 0 5px; }
          .contact__form__check p a {
            color: #69A6BD;
            border-bottom: 1px solid #69A6BD;
            font-weight: 500; }
        .contact__form__check .confirmArea {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          font-size: 1.4rem;
          background-color: #fff;
          padding: 15px 0;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .contact__form__check .confirmArea .wpcf7-acceptance {
            font-weight: 500;
            letter-spacing: 0.05em; }
        .contact__form__check .error {
          font-size: 1rem !important;
          letter-spacing: 0.1em !important;
          font-weight: 500 !important;
          color: #d32626 !important;
          display: block !important;
          padding-top: 10px !important; }
      .contact__form__btn {
        width: 100%;
        margin: 35px auto 0; }
      .contact__form__complete {
        position: relative;
        width: 100%;
        text-align: justify;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.0;
        letter-spacing: 0.05em;
        background-color: #f5f5f5;
        padding: 30px 30px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .contact__form__bottom {
        position: relative;
        width: 100%;
        margin-top: 60px; }
        .contact__form__bottom p {
          text-align: justify;
          font-size: 1.1rem;
          line-height: 1.8; }
          .contact__form__bottom p br {
            display: none; }
          .contact__form__bottom p a {
            color: #69A6BD;
            font-weight: 500; } }

@media screen and (min-width: 1024px) {
  .column {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .column__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 140px;
      padding-bottom: 120px; }
      .column__detail__content {
        position: relative;
        max-width: 900px;
        margin: 0 auto; }
        .column__detail__content__title {
          position: relative;
          width: 100%; }
          .column__detail__content__title h1 {
            color: #111;
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 30px; }
          .column__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.5rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
            background-size: 8px;
            padding: 0 0 3px 14px; }
          .column__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .column__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .column__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .column__detail__content__title__option ul li.cat_style a, .column__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .column__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .column__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .column__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .column__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .column__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
        .column__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .column__detail__content__eyecatch p {
            width: 100%; }
            .column__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .column__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .column__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .column__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 45px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .column__detail__content__desc p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
            .column__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .column__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 30px; }
            .column__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .column__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 40px 0; }
            .column__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .column__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.2rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 10px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
    .column__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .column__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .column__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .column__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .column__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .column__archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .column__archive__nav ul li a, .column__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .column__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .column__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto; }
        .column__archive__list__sp {
          position: relative;
          width: 31.5%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          margin-right: 2.75%; }
          .column__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .column__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .column__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .column__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .column__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .column__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .column__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px; }
            .column__archive__list__sp__desc h3 {
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
          .column__archive__list__sp__option {
            position: relative;
            width: 100%;
            margin-top: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .column__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .column__archive__list__sp__option li.cat_style a, .column__archive__list__sp__option li.cat_style a:link a:visited {
                position: relative;
                color: #111; }
              .column__archive__list__sp__option li.cat_style a::after {
                position: absolute;
                bottom: -2px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .column__archive__list__sp__option li.cat_style a:hover {
                color: #69A6BD; }
              .column__archive__list__sp__option li.cat_style a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .column__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .column__archive__list__sp__option li.time_style img {
                width: 17px;
                padding-right: 5px; }
        .column__archive__list__sp:nth-child(3n) {
          margin-right: 0; }
        .column__archive__list__sp:nth-child(n+4) {
          margin-top: 80px; }
        .column__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 60px 60px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .column__archive__list__none p {
            text-align: center;
            font-size: 1.5rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .column {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .column__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 120px;
      padding-bottom: 100px; }
      .column__detail__content {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .column__detail__content__title {
          position: relative;
          width: 100%; }
          .column__detail__content__title h1 {
            color: #111;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.7;
            margin-bottom: 25px; }
          .column__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.3rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
            background-size: 7px;
            padding: 0 0 2px 13px; }
          .column__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .column__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .column__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .column__detail__content__title__option ul li.cat_style a, .column__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .column__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .column__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .column__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .column__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .column__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
        .column__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .column__detail__content__eyecatch p {
            width: 100%; }
            .column__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .column__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .column__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .column__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .column__detail__content__desc p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
            .column__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .column__detail__content__desc ul {
            font-size: 1.4rem;
            margin-top: 30px; }
            .column__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .column__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 35px 0; }
            .column__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .column__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
    .column__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .column__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .column__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .column__archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .column__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .column__archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .column__archive__nav ul li a, .column__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .column__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .column__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .column__archive__list__sp {
          position: relative;
          width: 48%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column; }
          .column__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .column__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .column__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .column__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .column__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .column__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .column__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px; }
            .column__archive__list__sp__desc h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
          .column__archive__list__sp__option {
            position: relative;
            width: 100%;
            margin-top: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .column__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .column__archive__list__sp__option li.cat_style a, .column__archive__list__sp__option li.cat_style a:link a:visited {
                position: relative;
                color: #111; }
              .column__archive__list__sp__option li.cat_style a::after {
                position: absolute;
                bottom: -2px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .column__archive__list__sp__option li.cat_style a:hover {
                color: #69A6BD; }
              .column__archive__list__sp__option li.cat_style a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .column__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .column__archive__list__sp__option li.time_style img {
                width: 17px;
                padding-right: 5px; }
        .column__archive__list__sp:nth-child(n+3) {
          margin-top: 60px; }
        .column__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 45px 45px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .column__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .column {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .column__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 100px;
      padding-bottom: 80px; }
      .column__detail__content {
        position: relative;
        width: 100%; }
        .column__detail__content__title {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .column__detail__content__title h1 {
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 20px; }
          .column__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.2;
            background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
            background-size: 6px;
            padding: 0 0 2px 13px; }
          .column__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            padding: 12px 0 0; }
            .column__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .column__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .column__detail__content__title__option ul li.cat_style a {
                  position: relative;
                  color: #111; }
              .column__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .column__detail__content__title__option ul li.time_style img {
                  width: 16px;
                  padding-right: 5px; }
        .column__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 30px; }
          .column__detail__content__eyecatch p {
            width: 100%; }
            .column__detail__content__eyecatch p img {
              width: 100%; }
        .column__detail__content__desc {
          position: relative;
          width: 90%;
          margin: 45px auto 0; }
          .column__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 60px; }
          .column__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.6rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 9px;
            background-size: 5px;
            padding-left: 12px; }
          .column__detail__content__desc p {
            text-align: justify;
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 25px; }
            .column__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .column__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 25px; }
            .column__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 8px;
              background: url(../img/list_mk.svg) no-repeat 0 12px;
              background-size: 5px;
              padding-left: 12px; }
          .column__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 30px 0; }
            .column__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .column__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              font-weight: 500;
              margin-top: 8px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
    .column__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .column__archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .column__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .column__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .column__archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .column__archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .column__archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .column__archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .column__archive__list {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .column__archive__list__sp {
          position: relative;
          width: 100%; }
          .column__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .column__archive__list__sp__img img {
              width: 100%; }
            .column__archive__list__sp__img .caption {
              display: none; }
            .column__archive__list__sp__img .mask {
              display: none; }
          .column__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 15px;
            padding-bottom: 25px; }
            .column__archive__list__sp__desc h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
          .column__archive__list__sp__option {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 12px 0; }
            .column__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .column__archive__list__sp__option li.cat_style a {
                position: relative;
                color: #111; }
            .column__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .column__archive__list__sp__option li.time_style img {
                width: 16px;
                padding-right: 5px; }
        .column__archive__list__sp:nth-child(n+2) {
          margin-top: 60px; }
        .column__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 25px 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .column__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }

@media screen and (min-width: 1024px) {
  .event {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .event__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 140px;
      padding-bottom: 120px; }
      .event__detail__content {
        position: relative;
        max-width: 900px;
        margin: 0 auto; }
        .event__detail__content__title {
          position: relative;
          width: 100%; }
          .event__detail__content__title h1 {
            color: #111;
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 30px; }
          .event__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.5rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
            background-size: 8px;
            padding: 0 0 3px 14px; }
          .event__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .event__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .event__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .event__detail__content__title__option ul li.cat_style a, .event__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .event__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .event__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .event__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .event__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .event__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
        .event__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .event__detail__content__eyecatch p {
            width: 100%; }
            .event__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .event__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px;
          z-index: 3;
          padding-bottom: 140px; }
          .event__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .event__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 45px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .event__detail__content__desc h4 {
            width: 360px;
            margin: 35px auto 40px; }
          .event__detail__content__desc p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
            .event__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .event__detail__content__desc dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 30px;
            padding-bottom: 5px;
            border-top: 1px solid #E5E5E5; }
            .event__detail__content__desc dl dt {
              width: 20%;
              font-size: 1.4rem;
              font-weight: 500;
              background: url(../img/list_mk.svg) no-repeat 2px 35px;
              background-size: 5px;
              border-bottom: 1px solid #E5E5E5;
              padding: 25px 0 25px 13px; }
            .event__detail__content__desc dl dd {
              width: 80%;
              font-size: 1.5rem;
              border-bottom: 1px solid #E5E5E5;
              padding: 25px 0; }
          .event__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 30px; }
            .event__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .event__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 40px 0; }
            .event__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.2rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 10px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .event__detail__content__reserve {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5;
          margin-top: -40px;
          padding-top: 100px; }
          .event__detail__content__reserve__desc {
            position: relative;
            width: 100%;
            margin-bottom: 40px; }
            .event__detail__content__reserve__desc p {
              font-size: 1.5rem;
              line-height: 2.0; }
          .event__detail__content__reserve__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 35px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .event__detail__content__reserve__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0; }
          .event__detail__content__reserve__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .event__detail__content__reserve__form dl {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding: 25px 0;
              border-bottom: 1px solid #E5E5E5; }
              .event__detail__content__reserve__form dl dt {
                position: relative;
                font-size: 1.5rem;
                font-weight: 500;
                line-height: 1.8;
                width: 210px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 12px; }
                .event__detail__content__reserve__form dl dt img {
                  display: none; }
              .event__detail__content__reserve__form dl dt::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 1px;
                top: 50%;
                left: 0;
                background-color: #69A6BD; }
              .event__detail__content__reserve__form dl dt.required {
                background: url(../img/required_icon.svg) no-repeat right center;
                background-size: 28px; }
              .event__detail__content__reserve__form dl dd {
                position: relative;
                flex: 1;
                font-size: 1.5rem;
                line-height: 1.8;
                padding-left: 40px; }
            .event__detail__content__reserve__form__check {
              width: 100%;
              padding: 35px 35px;
              background-color: #f5f5f5;
              margin-top: 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .event__detail__content__reserve__form__check p {
                text-align: center;
                font-size: 1.3rem;
                line-height: 2.0;
                margin-bottom: 20px; }
                .event__detail__content__reserve__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .event__detail__content__reserve__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .event__detail__content__reserve__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .event__detail__content__reserve__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .event__detail__content__reserve__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .event__detail__content__reserve__form__check .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                letter-spacing: 0.1em;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .event__detail__content__reserve__form__btn {
              width: 100%;
              margin-top: 45px; }
            .event__detail__content__reserve__form__complete {
              position: relative;
              width: 100%;
              font-size: 1.5rem;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 55px 60px 60px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .event__detail__content__reserve__form__complete .title_sp {
                padding-bottom: 40px; }
            .event__detail__content__reserve__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 80px; }
              .event__detail__content__reserve__form__bottom p {
                text-align: center;
                font-size: 1.2rem; }
                .event__detail__content__reserve__form__bottom p br {
                  display: none; }
                .event__detail__content__reserve__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .event__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .event__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .event__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .event__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .event__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .event__archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .event__archive__nav ul li a, .event__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .event__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto; }
        .event__archive__list__sp {
          position: relative;
          width: 31.5%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          margin-right: 2.75%; }
          .event__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .event__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .event__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .event__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .event__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .event__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .event__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px; }
            .event__archive__list__sp__desc h3 {
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
          .event__archive__list__sp__option {
            position: relative;
            width: 100%;
            margin-top: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .event__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .event__archive__list__sp__option li.cat_style a, .event__archive__list__sp__option li.cat_style a:link a:visited {
                position: relative;
                color: #111; }
              .event__archive__list__sp__option li.cat_style a::after {
                position: absolute;
                bottom: -2px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .event__archive__list__sp__option li.cat_style a:hover {
                color: #69A6BD; }
              .event__archive__list__sp__option li.cat_style a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .event__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .event__archive__list__sp__option li.time_style img {
                width: 17px;
                padding-right: 5px; }
        .event__archive__list__sp:nth-child(3n) {
          margin-right: 0; }
        .event__archive__list__sp:nth-child(n+4) {
          margin-top: 80px; }
        .event__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 60px 60px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .event__archive__list__none p {
            text-align: center;
            font-size: 1.5rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .event {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .event__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 120px;
      padding-bottom: 100px; }
      .event__detail__content {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .event__detail__content__title {
          position: relative;
          width: 100%; }
          .event__detail__content__title h1 {
            color: #111;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.7;
            margin-bottom: 25px; }
          .event__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.3rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
            background-size: 7px;
            padding: 0 0 2px 13px; }
          .event__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .event__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .event__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .event__detail__content__title__option ul li.cat_style a, .event__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .event__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .event__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .event__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .event__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .event__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
        .event__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .event__detail__content__eyecatch p {
            width: 100%; }
            .event__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .event__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px;
          z-index: 3; }
          .event__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .event__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .event__detail__content__desc h4 {
            width: 340px;
            margin: 30px auto 40px; }
          .event__detail__content__desc p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
            .event__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .event__detail__content__desc dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 30px;
            padding-bottom: 5px;
            border-top: 1px solid #E5E5E5; }
            .event__detail__content__desc dl dt {
              width: 20%;
              font-size: 1.3rem;
              font-weight: 500;
              background: url(../img/list_mk.svg) no-repeat 2px 35px;
              background-size: 5px;
              border-bottom: 1px solid #E5E5E5;
              padding: 25px 0 25px 13px; }
            .event__detail__content__desc dl dd {
              width: 80%;
              font-size: 1.4rem;
              border-bottom: 1px solid #E5E5E5;
              padding: 25px 0; }
          .event__detail__content__desc ul {
            font-size: 1.4rem;
            margin-top: 30px; }
            .event__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .event__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 35px 0; }
            .event__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .event__detail__content__reserve {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5;
          margin-top: 100px;
          padding-top: 80px; }
          .event__detail__content__reserve__desc {
            position: relative;
            width: 100%;
            margin-bottom: 40px; }
            .event__detail__content__reserve__desc p {
              font-size: 1.4rem;
              line-height: 2.0; }
          .event__detail__content__reserve__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 30px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .event__detail__content__reserve__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.4rem;
              font-weight: 500;
              line-height: 2.0; }
          .event__detail__content__reserve__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .event__detail__content__reserve__form dl {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding: 25px 0;
              border-bottom: 1px solid #E5E5E5; }
              .event__detail__content__reserve__form dl dt {
                position: relative;
                font-size: 1.4rem;
                font-weight: 500;
                line-height: 1.8;
                width: 200px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 12px; }
                .event__detail__content__reserve__form dl dt img {
                  display: none; }
              .event__detail__content__reserve__form dl dt::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 1px;
                top: 50%;
                left: 0;
                background-color: #69A6BD; }
              .event__detail__content__reserve__form dl dt.required {
                background: url(../img/required_icon.svg) no-repeat right center;
                background-size: 28px; }
              .event__detail__content__reserve__form dl dd {
                position: relative;
                flex: 1;
                font-size: 1.2rem;
                line-height: 1.8;
                padding-left: 35px; }
              .event__detail__content__reserve__form dl textarea {
                font-size: 1.4rem;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                letter-spacing: 0.075em;
                font-weight: 500;
                line-height: 2.0;
                border: 1px solid #E5E5E5;
                background-color: #fff;
                padding: 12px;
                width: 100%;
                height: 200px; }
              .event__detail__content__reserve__form dl ::placeholder {
                color: #ccc;
                font-weight: 400;
                font-size: 1.4rem; }
            .event__detail__content__reserve__form__check {
              width: 100%;
              padding: 30px 30px;
              background-color: #f5f5f5;
              margin-top: 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .event__detail__content__reserve__form__check p {
                width: 100%;
                text-align: center;
                font-size: 1.1rem;
                line-height: 1.8;
                margin: 0 auto 20px; }
                .event__detail__content__reserve__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .event__detail__content__reserve__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .event__detail__content__reserve__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .event__detail__content__reserve__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .event__detail__content__reserve__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .event__detail__content__reserve__form__check .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                letter-spacing: 0.1em;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .event__detail__content__reserve__form__btn {
              width: 100%;
              margin-top: 35px; }
            .event__detail__content__reserve__form__complete {
              position: relative;
              width: 100%;
              font-size: 1.4rem;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 45px 45px 45px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__detail__content__reserve__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 80px; }
              .event__detail__content__reserve__form__bottom p {
                text-align: center;
                font-size: 1.1rem; }
                .event__detail__content__reserve__form__bottom p br {
                  display: none; }
                .event__detail__content__reserve__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .event__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .event__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .event__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .event__archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .event__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .event__archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .event__archive__nav ul li a, .event__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .event__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .event__archive__list__sp {
          position: relative;
          width: 48%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column; }
          .event__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .event__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .event__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .event__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .event__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .event__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .event__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px; }
            .event__archive__list__sp__desc h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
          .event__archive__list__sp__option {
            position: relative;
            width: 100%;
            margin-top: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .event__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .event__archive__list__sp__option li.cat_style a, .event__archive__list__sp__option li.cat_style a:link a:visited {
                position: relative;
                color: #111; }
              .event__archive__list__sp__option li.cat_style a::after {
                position: absolute;
                bottom: -2px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .event__archive__list__sp__option li.cat_style a:hover {
                color: #69A6BD; }
              .event__archive__list__sp__option li.cat_style a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .event__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .event__archive__list__sp__option li.time_style img {
                width: 17px;
                padding-right: 5px; }
        .event__archive__list__sp:nth-child(n+3) {
          margin-top: 60px; }
        .event__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 45px 45px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .event__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .event {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .event__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 100px;
      padding-bottom: 80px; }
      .event__detail__content {
        position: relative;
        width: 100%; }
        .event__detail__content__title {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .event__detail__content__title h1 {
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 20px; }
          .event__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.2;
            background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
            background-size: 6px;
            padding: 0 0 2px 13px; }
          .event__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            padding: 12px 0 0; }
            .event__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .event__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .event__detail__content__title__option ul li.cat_style a {
                  position: relative;
                  color: #111; }
              .event__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .event__detail__content__title__option ul li.time_style img {
                  width: 16px;
                  padding-right: 5px; }
        .event__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 30px; }
          .event__detail__content__eyecatch p {
            width: 100%; }
            .event__detail__content__eyecatch p img {
              width: 100%; }
        .event__detail__content__desc {
          position: relative;
          width: 90%;
          margin: 45px auto 0;
          z-index: 3;
          padding-bottom: 120px; }
          .event__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 60px; }
          .event__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.6rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 9px;
            background-size: 5px;
            padding-left: 12px; }
          .event__detail__content__desc h4 {
            width: 90%;
            margin: 30px auto 40px; }
          .event__detail__content__desc p {
            text-align: justify;
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 25px; }
            .event__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .event__detail__content__desc dl {
            margin-top: 25px;
            border-top: 1px solid #E5E5E5; }
            .event__detail__content__desc dl dt {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 500;
              background: url(../img/list_mk.svg) no-repeat 2px 30px;
              background-size: 5px;
              padding: 20px 2px 10px 13px; }
            .event__detail__content__desc dl dd {
              width: 100%;
              font-size: 1.5rem;
              border-bottom: 1px solid #E5E5E5;
              padding: 0 2px 20px 13px; }
          .event__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 25px; }
            .event__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 8px;
              background: url(../img/list_mk.svg) no-repeat 0 12px;
              background-size: 5px;
              padding-left: 12px; }
          .event__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 30px 0; }
            .event__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              font-weight: 500;
              margin-top: 8px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .event__detail__content__reserve {
          position: relative;
          width: 90%;
          border-top: 1px solid #E5E5E5;
          margin: -40px auto 0;
          padding-top: 80px; }
          .event__detail__content__reserve__desc {
            position: relative;
            width: 100%;
            margin-bottom: 30px; }
            .event__detail__content__reserve__desc p {
              text-align: justify;
              font-size: 1.5rem;
              line-height: 2.0; }
          .event__detail__content__reserve__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 20px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .event__detail__content__reserve__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0; }
          .event__detail__content__reserve__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .event__detail__content__reserve__form dl {
              position: relative;
              padding: 20px 0;
              border-bottom: 1px solid #E5E5E5; }
              .event__detail__content__reserve__form dl dt {
                font-size: 1.3rem;
                font-weight: 500;
                line-height: 1.2;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                margin-bottom: 10px; }
                .event__detail__content__reserve__form dl dt img {
                  width: 32px;
                  padding-left: 8px;
                  padding-top: 2px; }
              .event__detail__content__reserve__form dl dd {
                font-size: 1.5rem;
                position: relative;
                line-height: 1.8; }
            .event__detail__content__reserve__form__check {
              width: 100%;
              padding: 20px 20px;
              background-color: #f5f5f5;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              margin-top: 25px; }
              .event__detail__content__reserve__form__check p {
                text-align: justify;
                font-size: 1.1rem;
                line-height: 1.8;
                margin-bottom: 15px;
                padding: 0 5px; }
                .event__detail__content__reserve__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .event__detail__content__reserve__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                padding: 15px 0;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
                .event__detail__content__reserve__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  letter-spacing: 0.05em;
                  font-weight: 500; }
              .event__detail__content__reserve__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                padding: 15px 0;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
                .event__detail__content__reserve__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .event__detail__content__reserve__form__check .error {
                font-size: 1rem !important;
                letter-spacing: 0.1em !important;
                font-weight: 500 !important;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .event__detail__content__reserve__form__btn {
              width: 100%;
              margin: 35px auto 0; }
            .event__detail__content__reserve__form__complete {
              position: relative;
              width: 100%;
              text-align: justify;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 30px 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .event__detail__content__reserve__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 60px; }
              .event__detail__content__reserve__form__bottom p {
                text-align: justify;
                font-size: 1.1rem;
                line-height: 1.8; }
                .event__detail__content__reserve__form__bottom p br {
                  display: none; }
                .event__detail__content__reserve__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .event__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .event__archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .event__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .event__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .event__archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .event__archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .event__archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .event__archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .event__archive__list {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .event__archive__list__sp {
          position: relative;
          width: 100%; }
          .event__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .event__archive__list__sp__img img {
              width: 100%; }
            .event__archive__list__sp__img .caption {
              display: none; }
            .event__archive__list__sp__img .mask {
              display: none; }
          .event__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 15px;
            padding-bottom: 25px; }
            .event__archive__list__sp__desc h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
          .event__archive__list__sp__option {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 12px 0; }
            .event__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .event__archive__list__sp__option li.cat_style a {
                position: relative;
                color: #111; }
            .event__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .event__archive__list__sp__option li.time_style img {
                width: 16px;
                padding-right: 5px; }
        .event__archive__list__sp:nth-child(n+2) {
          margin-top: 60px; }
        .event__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 25px 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .event__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }

@media screen and (min-width: 1024px) {
  .news {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .news__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 140px;
      padding-bottom: 120px; }
      .news__detail__content {
        position: relative;
        max-width: 900px;
        margin: 0 auto; }
        .news__detail__content__title {
          position: relative;
          width: 100%; }
          .news__detail__content__title h1 {
            color: #111;
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 30px; }
          .news__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.5rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
            background-size: 8px;
            padding: 0 0 3px 14px; }
          .news__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .news__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .news__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .news__detail__content__title__option ul li.cat_style a, .news__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .news__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .news__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .news__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .news__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .news__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
        .news__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .news__detail__content__eyecatch p {
            width: 100%; }
            .news__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .news__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .news__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .news__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 45px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .news__detail__content__desc p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
            .news__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .news__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 30px; }
            .news__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .news__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 40px 0; }
            .news__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .news__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.2rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 10px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .news__detail__content__desc .link_sp {
            background-color: #f5f5f5;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            padding: 10px 40px 40px;
            margin-top: 40px; }
            .news__detail__content__desc .link_sp ul {
              font-weight: 500; }
    .news__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .news__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .news__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .news__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .news__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .news__archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .news__archive__nav ul li a, .news__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .news__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .news__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto; }
        .news__archive__list__sp {
          position: relative;
          width: 31.5%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          margin-right: 2.75%; }
          .news__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .news__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .news__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .news__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .news__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .news__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .news__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px; }
            .news__archive__list__sp__desc h3 {
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
          .news__archive__list__sp__option {
            position: relative;
            width: 100%;
            margin-top: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .news__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .news__archive__list__sp__option li.cat_style a, .news__archive__list__sp__option li.cat_style a:link a:visited {
                position: relative;
                color: #111; }
              .news__archive__list__sp__option li.cat_style a::after {
                position: absolute;
                bottom: -2px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .news__archive__list__sp__option li.cat_style a:hover {
                color: #69A6BD; }
              .news__archive__list__sp__option li.cat_style a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .news__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .news__archive__list__sp__option li.time_style img {
                width: 17px;
                padding-right: 5px; }
        .news__archive__list__sp:nth-child(3n) {
          margin-right: 0; }
        .news__archive__list__sp:nth-child(n+4) {
          margin-top: 80px; }
        .news__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 60px 60px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .news__archive__list__none p {
            text-align: center;
            font-size: 1.5rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .news {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .news__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 120px;
      padding-bottom: 100px; }
      .news__detail__content {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .news__detail__content__title {
          position: relative;
          width: 100%; }
          .news__detail__content__title h1 {
            color: #111;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.7;
            margin-bottom: 25px; }
          .news__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.3rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
            background-size: 7px;
            padding: 0 0 2px 13px; }
          .news__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .news__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .news__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .news__detail__content__title__option ul li.cat_style a, .news__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .news__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .news__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .news__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .news__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .news__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
        .news__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .news__detail__content__eyecatch p {
            width: 100%; }
            .news__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .news__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .news__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .news__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .news__detail__content__desc p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
            .news__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .news__detail__content__desc ul {
            font-size: 1.4rem;
            margin-top: 30px; }
            .news__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .news__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 35px 0; }
            .news__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .news__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .news__detail__content__desc .link_sp {
            background-color: #f5f5f5;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            padding: 5px 35px 35px;
            margin-top: 35px; }
            .news__detail__content__desc .link_sp ul {
              font-weight: 500; }
    .news__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .news__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .news__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .news__archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .news__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .news__archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .news__archive__nav ul li a, .news__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .news__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .news__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .news__archive__list__sp {
          position: relative;
          width: 48%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column; }
          .news__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .news__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .news__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .news__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .news__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .news__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .news__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 30px; }
            .news__archive__list__sp__desc h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
          .news__archive__list__sp__option {
            position: relative;
            width: 100%;
            margin-top: auto;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .news__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .news__archive__list__sp__option li.cat_style a, .news__archive__list__sp__option li.cat_style a:link a:visited {
                position: relative;
                color: #111; }
              .news__archive__list__sp__option li.cat_style a::after {
                position: absolute;
                bottom: -2px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #69A6BD;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              .news__archive__list__sp__option li.cat_style a:hover {
                color: #69A6BD; }
              .news__archive__list__sp__option li.cat_style a:hover::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            .news__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .news__archive__list__sp__option li.time_style img {
                width: 17px;
                padding-right: 5px; }
        .news__archive__list__sp:nth-child(n+3) {
          margin-top: 60px; }
        .news__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 45px 45px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .news__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .news {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .news__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 100px;
      padding-bottom: 80px; }
      .news__detail__content {
        position: relative;
        width: 100%; }
        .news__detail__content__title {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .news__detail__content__title h1 {
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 20px; }
          .news__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.2;
            background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
            background-size: 6px;
            padding: 0 0 2px 13px; }
          .news__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            padding: 12px 0 0; }
            .news__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .news__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .news__detail__content__title__option ul li.cat_style a {
                  position: relative;
                  color: #111; }
              .news__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .news__detail__content__title__option ul li.time_style img {
                  width: 16px;
                  padding-right: 5px; }
        .news__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 30px; }
          .news__detail__content__eyecatch p {
            width: 100%; }
            .news__detail__content__eyecatch p img {
              width: 100%; }
        .news__detail__content__desc {
          position: relative;
          width: 90%;
          margin: 45px auto 0; }
          .news__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 60px; }
          .news__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.6rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 9px;
            background-size: 5px;
            padding-left: 12px; }
          .news__detail__content__desc p {
            text-align: justify;
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 25px; }
            .news__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .news__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 25px; }
            .news__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 8px;
              background: url(../img/list_mk.svg) no-repeat 0 12px;
              background-size: 5px;
              padding-left: 12px; }
          .news__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 30px 0; }
            .news__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .news__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              font-weight: 500;
              margin-top: 8px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .news__detail__content__desc .link_sp {
            background-color: #f5f5f5;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            padding: 1px 25px 25px;
            margin-top: 30px; }
            .news__detail__content__desc .link_sp ul {
              font-weight: 500; }
    .news__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .news__archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .news__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .news__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .news__archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .news__archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .news__archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .news__archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .news__archive__list {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .news__archive__list__sp {
          position: relative;
          width: 100%; }
          .news__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .news__archive__list__sp__img img {
              width: 100%; }
            .news__archive__list__sp__img .caption {
              display: none; }
            .news__archive__list__sp__img .mask {
              display: none; }
          .news__archive__list__sp__desc {
            position: relative;
            width: 100%;
            padding-top: 15px;
            padding-bottom: 25px; }
            .news__archive__list__sp__desc h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
          .news__archive__list__sp__option {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 12px 0; }
            .news__archive__list__sp__option li.cat_style {
              position: relative;
              font-size: 1.1rem;
              line-height: 1.0;
              font-weight: 500;
              padding-left: 10px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
              background-size: 5px; }
              .news__archive__list__sp__option li.cat_style a {
                position: relative;
                color: #111; }
            .news__archive__list__sp__option li.time_style {
              font-size: 1rem; }
              .news__archive__list__sp__option li.time_style img {
                width: 16px;
                padding-right: 5px; }
        .news__archive__list__sp:nth-child(n+2) {
          margin-top: 60px; }
        .news__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 25px 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .news__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }

@media screen and (min-width: 1024px) {
  .works {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */
    /* ######### bottom_archive ######### */
    /* ######### bottom_archive ######### */ }
    .works__detail {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 140px;
      padding: 0 4% 120px; }
      .works__detail__thumb {
        position: relative;
        width: 480px; }
        .works__detail__thumb p {
          width: 100%; }
          .works__detail__thumb p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .works__detail__content {
        position: relative;
        flex: 1;
        padding-left: 60px; }
        .works__detail__content__subtitle {
          position: relative;
          width: 100%; }
          .works__detail__content__subtitle h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.5rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
            background-size: 8px;
            padding: 0 0 3px 14px; }
        .works__detail__content__title {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-bottom: 25px;
          border-bottom: 1px solid #E5E5E5; }
          .works__detail__content__title h1 {
            position: relative;
            flex: 1;
            word-break: break-all;
            color: #111;
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.5;
            padding-left: 15px; }
          .works__detail__content__title__option {
            position: relative;
            width: 100px;
            padding-top: 18px; }
            .works__detail__content__title__option p {
              width: 100px;
              height: 30px;
              color: #111;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              background-color: #f5f5f5;
              padding-left: 14px;
              font-size: 1.2rem;
              font-weight: 500;
              border-radius: 15px;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px; }
              .works__detail__content__title__option p img {
                width: 12px;
                margin-right: 4px; }
        .works__detail__content__eyecatch {
          display: none; }
        .works__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .works__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .works__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 45px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .works__detail__content__desc p {
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 30px; }
            .works__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .works__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 30px; }
            .works__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .works__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 40px 0; }
            .works__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.2rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 10px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
    .works__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .works__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .works__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .works__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .works__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .works__archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .works__archive__nav ul li a, .works__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .works__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto; }
        .works__archive__list__sp {
          position: relative;
          width: 31.5%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          margin-right: 2.75%;
          border-bottom: 1px solid #E5E5E5; }
          .works__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .works__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .works__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .works__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .works__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .works__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .works__archive__list__sp__txt {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            padding-top: 20px;
            padding-bottom: 30px; }
            .works__archive__list__sp__txt__left {
              width: 100px; }
              .works__archive__list__sp__txt__left p {
                height: 30px;
                color: #111;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding-left: 14px;
                font-size: 1.2rem;
                font-weight: 500;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px; }
                .works__archive__list__sp__txt__left p img {
                  width: 12px;
                  margin-right: 4px; }
              .works__archive__list__sp__txt__left ul {
                position: relative;
                width: 100%;
                margin: 12px 0 0 14px; }
                .works__archive__list__sp__txt__left ul li {
                  position: relative;
                  font-size: 1.1rem;
                  line-height: 1.0;
                  font-weight: 500;
                  padding-left: 10px;
                  background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                  background-size: 5px; }
                  .works__archive__list__sp__txt__left ul li a, .works__archive__list__sp__txt__left ul li a:link a:visited {
                    position: relative;
                    color: #111; }
                  .works__archive__list__sp__txt__left ul li a::after {
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                    content: '';
                    width: 100%;
                    height: 1px;
                    background: #69A6BD;
                    transform: scale(0, 1);
                    transform-origin: right top;
                    transition: transform .3s; }
                  .works__archive__list__sp__txt__left ul li a:hover {
                    color: #69A6BD; }
                  .works__archive__list__sp__txt__left ul li a:hover::after {
                    transform-origin: left top;
                    transform: scale(1, 1); }
            .works__archive__list__sp__txt__right {
              flex: 1;
              padding-left: 15px; }
              .works__archive__list__sp__txt__right h3 {
                font-size: 1.8rem;
                line-height: 1.7;
                font-weight: 600; }
        .works__archive__list__sp:nth-child(3n) {
          margin-right: 0; }
        .works__archive__list__sp:nth-child(n+4) {
          margin-top: 80px; }
        .works__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 60px 60px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .works__archive__list__none p {
            text-align: center;
            font-size: 1.5rem; }
    .works__bottom_archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .works__bottom_archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .works__bottom_archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .works__bottom_archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .works__bottom_archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .works__bottom_archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .works__bottom_archive__nav ul li a, .works__bottom_archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__bottom_archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .works__bottom_archive__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-left: 4%;
        padding-bottom: 60px; }
        .works__bottom_archive__list__sp {
          position: relative;
          width: 25%;
          padding-bottom: 25px;
          border-bottom: 1px solid #E5E5E5; }
          .works__bottom_archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden;
            margin-bottom: 20px; }
            .works__bottom_archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .works__bottom_archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .works__bottom_archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .works__bottom_archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .works__bottom_archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .works__bottom_archive__list__sp__txt {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            padding-top: 20px;
            padding-bottom: 30px; }
            .works__bottom_archive__list__sp__txt__left {
              width: 100px; }
              .works__bottom_archive__list__sp__txt__left p {
                height: 30px;
                color: #111;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding-left: 14px;
                font-size: 1.2rem;
                font-weight: 500;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px; }
                .works__bottom_archive__list__sp__txt__left p img {
                  width: 12px;
                  margin-right: 4px; }
              .works__bottom_archive__list__sp__txt__left ul {
                position: relative;
                width: 100%;
                margin: 12px 0 0 14px; }
                .works__bottom_archive__list__sp__txt__left ul li {
                  position: relative;
                  font-size: 1.1rem;
                  line-height: 1.0;
                  font-weight: 500;
                  padding-left: 10px;
                  background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                  background-size: 5px; }
                  .works__bottom_archive__list__sp__txt__left ul li a, .works__bottom_archive__list__sp__txt__left ul li a:link a:visited {
                    position: relative;
                    color: #111; }
                  .works__bottom_archive__list__sp__txt__left ul li a::after {
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                    content: '';
                    width: 100%;
                    height: 1px;
                    background: #69A6BD;
                    transform: scale(0, 1);
                    transform-origin: right top;
                    transition: transform .3s; }
                  .works__bottom_archive__list__sp__txt__left ul li a:hover {
                    color: #69A6BD; }
                  .works__bottom_archive__list__sp__txt__left ul li a:hover::after {
                    transform-origin: left top;
                    transform: scale(1, 1); }
            .works__bottom_archive__list__sp__txt__right {
              flex: 1;
              padding-left: 15px; }
              .works__bottom_archive__list__sp__txt__right h3 {
                font-size: 1.8rem;
                line-height: 1.7;
                font-weight: 600; }
        .works__bottom_archive__list .swiper-pagination {
          position: absolute;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          bottom: 0px !important;
          right: 4%;
          z-index: 10; }
          .works__bottom_archive__list .swiper-pagination span {
            display: block;
            width: 14px;
            height: 14px;
            background-color: #f5f5f5;
            margin-left: 15px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            cursor: pointer; }
          .works__bottom_archive__list .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #69A6BD; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .works {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */
    /* ######### bottom_archive ######### */
    /* ######### bottom_archive ######### */ }
    .works__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 120px;
      padding-bottom: 100px; }
      .works__detail__thumb {
        display: none; }
      .works__detail__content {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .works__detail__content__subtitle {
          position: relative;
          width: 100%; }
          .works__detail__content__subtitle h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.3rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
            background-size: 7px;
            padding: 0 0 10px 13px; }
        .works__detail__content__title {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .works__detail__content__title h1 {
            position: relative;
            flex: 1;
            color: #111;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.7;
            word-break: break-all;
            padding-left: 15px; }
          .works__detail__content__title__option {
            position: relative;
            width: 90px;
            padding-top: 12px; }
            .works__detail__content__title__option p {
              width: 90px;
              height: 30px;
              color: #111;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background-color: #f5f5f5;
              padding-left: 10px;
              font-size: 1.1rem;
              font-weight: 500;
              border-radius: 15px;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px; }
              .works__detail__content__title__option p img {
                width: 12px;
                margin-right: 4px; }
        .works__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .works__detail__content__eyecatch p {
            width: 100%; }
            .works__detail__content__eyecatch p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .works__detail__content__desc {
          position: relative;
          width: 100%;
          margin-top: 60px; }
          .works__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            margin-top: 60px; }
          .works__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
            background-size: 6px;
            padding-left: 12px; }
          .works__detail__content__desc p {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 25px; }
            .works__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .works__detail__content__desc ul {
            font-size: 1.4rem;
            margin-top: 30px; }
            .works__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .works__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 35px 0; }
            .works__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              margin-top: 10px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
    .works__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .works__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .works__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .works__archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .works__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .works__archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .works__archive__nav ul li a, .works__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .works__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .works__archive__list__sp {
          position: relative;
          width: 48%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          border-bottom: 1px solid #E5E5E5; }
          .works__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .works__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .works__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .works__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .works__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .works__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .works__archive__list__sp__txt {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            padding-top: 15px;
            padding-bottom: 25px; }
            .works__archive__list__sp__txt__left {
              width: 90px; }
              .works__archive__list__sp__txt__left p {
                height: 30px;
                color: #111;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding-left: 10px;
                font-size: 1.1rem;
                font-weight: 500;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px; }
                .works__archive__list__sp__txt__left p img {
                  width: 12px;
                  margin-right: 4px; }
              .works__archive__list__sp__txt__left ul {
                position: relative;
                width: 100%;
                margin: 10px 0 0 10px; }
                .works__archive__list__sp__txt__left ul li {
                  position: relative;
                  font-size: 1.1rem;
                  line-height: 1.0;
                  font-weight: 500;
                  padding-left: 10px;
                  background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                  background-size: 5px; }
                  .works__archive__list__sp__txt__left ul li a, .works__archive__list__sp__txt__left ul li a:link a:visited {
                    position: relative;
                    color: #111; }
                  .works__archive__list__sp__txt__left ul li a::after {
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                    content: '';
                    width: 100%;
                    height: 1px;
                    background: #69A6BD;
                    transform: scale(0, 1);
                    transform-origin: right top;
                    transition: transform .3s; }
                  .works__archive__list__sp__txt__left ul li a:hover {
                    color: #69A6BD; }
                  .works__archive__list__sp__txt__left ul li a:hover::after {
                    transform-origin: left top;
                    transform: scale(1, 1); }
            .works__archive__list__sp__txt__right {
              flex: 1;
              padding-left: 15px; }
              .works__archive__list__sp__txt__right h3 {
                font-size: 1.6rem;
                line-height: 1.7;
                font-weight: 600; }
        .works__archive__list__sp:nth-child(n+3) {
          margin-top: 60px; }
        .works__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 45px 45px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .works__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; }
    .works__bottom_archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .works__bottom_archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .works__bottom_archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .works__bottom_archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .works__bottom_archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .works__bottom_archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .works__bottom_archive__nav ul li a, .works__bottom_archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__bottom_archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .works__bottom_archive__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-left: 4%;
        padding-bottom: 50px; }
        .works__bottom_archive__list__sp {
          position: relative;
          width: 25%;
          padding-bottom: 25px;
          border-bottom: 1px solid #E5E5E5; }
          .works__bottom_archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden;
            margin-bottom: 15px; }
            .works__bottom_archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .works__bottom_archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .works__bottom_archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .works__bottom_archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .works__bottom_archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .works__bottom_archive__list__sp__txt {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            padding-top: 15px;
            padding-bottom: 25px; }
            .works__bottom_archive__list__sp__txt__left {
              width: 90px; }
              .works__bottom_archive__list__sp__txt__left p {
                height: 30px;
                color: #111;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding-left: 10px;
                font-size: 1.1rem;
                font-weight: 500;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px; }
                .works__bottom_archive__list__sp__txt__left p img {
                  width: 12px;
                  margin-right: 4px; }
              .works__bottom_archive__list__sp__txt__left ul {
                position: relative;
                width: 100%;
                margin: 10px 0 0 10px; }
                .works__bottom_archive__list__sp__txt__left ul li {
                  position: relative;
                  font-size: 1.1rem;
                  line-height: 1.0;
                  font-weight: 500;
                  padding-left: 10px;
                  background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                  background-size: 5px; }
                  .works__bottom_archive__list__sp__txt__left ul li a, .works__bottom_archive__list__sp__txt__left ul li a:link a:visited {
                    position: relative;
                    color: #111; }
                  .works__bottom_archive__list__sp__txt__left ul li a::after {
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                    content: '';
                    width: 100%;
                    height: 1px;
                    background: #69A6BD;
                    transform: scale(0, 1);
                    transform-origin: right top;
                    transition: transform .3s; }
                  .works__bottom_archive__list__sp__txt__left ul li a:hover {
                    color: #69A6BD; }
                  .works__bottom_archive__list__sp__txt__left ul li a:hover::after {
                    transform-origin: left top;
                    transform: scale(1, 1); }
            .works__bottom_archive__list__sp__txt__right {
              flex: 1;
              padding-left: 15px; }
              .works__bottom_archive__list__sp__txt__right h3 {
                font-size: 1.6rem;
                line-height: 1.7;
                font-weight: 600; }
        .works__bottom_archive__list .swiper-pagination {
          position: absolute;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          bottom: 0px !important;
          right: 5%;
          z-index: 10; }
          .works__bottom_archive__list .swiper-pagination span {
            display: block;
            width: 14px;
            height: 14px;
            background-color: #f5f5f5;
            margin-left: 12px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            cursor: pointer; }
          .works__bottom_archive__list .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #69A6BD; } }
@media screen and (max-width: 767px) {
  .works {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */
    /* ######### bottom_archive ######### */
    /* ######### bottom_archive ######### */ }
    .works__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 100px;
      padding-bottom: 80px; }
      .works__detail__thumb {
        display: none; }
      .works__detail__content {
        position: relative;
        width: 100%; }
        .works__detail__content__subtitle {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .works__detail__content__subtitle h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.2;
            background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
            background-size: 6px;
            padding: 0 0 8px 13px; }
        .works__detail__content__title {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .works__detail__content__title h1 {
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.6; }
          .works__detail__content__title__option {
            position: relative;
            width: 86px;
            padding-bottom: 4px; }
            .works__detail__content__title__option p {
              width: 86px;
              height: 28px;
              color: #111;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background-color: #f5f5f5;
              padding-left: 12px;
              font-size: 1rem;
              font-weight: 500;
              border-radius: 15px;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px; }
              .works__detail__content__title__option p img {
                width: 10px;
                margin-right: 4px; }
        .works__detail__content__eyecatch {
          position: relative;
          width: 100%;
          margin: 30px auto 0; }
          .works__detail__content__eyecatch p {
            width: 100%; }
            .works__detail__content__eyecatch p img {
              width: 100%; }
        .works__detail__content__desc {
          position: relative;
          width: 90%;
          margin: 45px auto 0; }
          .works__detail__content__desc h2 {
            position: relative;
            color: #111;
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 60px; }
          .works__detail__content__desc h3 {
            position: relative;
            color: #69A6BD;
            font-size: 1.6rem;
            font-weight: 600;
            margin-top: 40px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 9px;
            background-size: 5px;
            padding-left: 12px; }
          .works__detail__content__desc p {
            text-align: justify;
            font-size: 1.5rem;
            line-height: 2.0;
            margin-top: 25px; }
            .works__detail__content__desc p a {
              color: #69A6BD;
              font-weight: 500; }
          .works__detail__content__desc ul {
            font-size: 1.5rem;
            margin-top: 25px; }
            .works__detail__content__desc ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 8px;
              background: url(../img/list_mk.svg) no-repeat 0 12px;
              background-size: 5px;
              padding-left: 12px; }
          .works__detail__content__desc figure {
            position: relative;
            width: 100%;
            margin: 30px 0; }
            .works__detail__content__desc figure img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .works__detail__content__desc figure figcaption {
              text-align: center;
              color: #999;
              font-size: 1.1rem;
              font-weight: 500;
              margin-top: 8px;
              background-color: #f5f5f5;
              padding: 8px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
    .works__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .works__archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .works__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .works__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .works__archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .works__archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .works__archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .works__archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .works__archive__list {
        position: relative;
        width: 90%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .works__archive__list__sp {
          position: relative;
          width: 48%;
          border-bottom: 1px solid #E5E5E5; }
          .works__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .works__archive__list__sp__img img {
              width: 100%; }
            .works__archive__list__sp__img .caption {
              display: none; }
            .works__archive__list__sp__img .mask {
              display: none; }
          .works__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding: 10px 0 15px; }
            .works__archive__list__sp__txt__left {
              position: relative;
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: space-between; }
              .works__archive__list__sp__txt__left p {
                width: 86px;
                height: 28px;
                color: #111;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding-left: 12px;
                font-size: 1rem;
                font-weight: 500;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px; }
                .works__archive__list__sp__txt__left p img {
                  width: 10px;
                  margin-right: 4px; }
              .works__archive__list__sp__txt__left ul {
                position: relative;
                flex: 1;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                justify-content: flex-end; }
                .works__archive__list__sp__txt__left ul li {
                  position: relative;
                  font-size: 1.1rem;
                  line-height: 1.0;
                  font-weight: 500; }
                  .works__archive__list__sp__txt__left ul li a {
                    position: relative;
                    color: #111; }
            .works__archive__list__sp__txt__right {
              width: 100%;
              margin-top: 6px; }
              .works__archive__list__sp__txt__right h3 {
                font-size: 1.4rem;
                line-height: 1.7;
                font-weight: 600; }
        .works__archive__list__sp:nth-child(n+3) {
          margin-top: 45px; }
        .works__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 25px 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .works__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; }
    .works__bottom_archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .works__bottom_archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .works__bottom_archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .works__bottom_archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .works__bottom_archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .works__bottom_archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .works__bottom_archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .works__bottom_archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .works__bottom_archive__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-left: 5%;
        padding-bottom: 40px; }
        .works__bottom_archive__list__sp {
          position: relative;
          width: 25%;
          padding-bottom: 20px;
          border-bottom: 1px solid #E5E5E5; }
          .works__bottom_archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden;
            margin-bottom: 15px; }
            .works__bottom_archive__list__sp__img img {
              width: 100%; }
            .works__bottom_archive__list__sp__img .caption {
              display: none; }
            .works__bottom_archive__list__sp__img .mask {
              display: none; }
          .works__bottom_archive__list__sp__txt {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex; }
            .works__bottom_archive__list__sp__txt__left {
              width: 86px; }
              .works__bottom_archive__list__sp__txt__left p {
                height: 28px;
                color: #111;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding-left: 12px;
                font-size: 1rem;
                font-weight: 500;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px; }
                .works__bottom_archive__list__sp__txt__left p img {
                  width: 10px;
                  margin-right: 4px; }
              .works__bottom_archive__list__sp__txt__left ul {
                position: relative;
                width: 100%;
                margin: 6px 0 0 10px; }
                .works__bottom_archive__list__sp__txt__left ul li {
                  position: relative;
                  font-size: 1.1rem;
                  line-height: 1.0;
                  font-weight: 500;
                  padding-left: 10px;
                  background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                  background-size: 5px; }
                  .works__bottom_archive__list__sp__txt__left ul li a {
                    position: relative;
                    color: #111; }
            .works__bottom_archive__list__sp__txt__right {
              flex: 1;
              padding-left: 10px; }
              .works__bottom_archive__list__sp__txt__right h3 {
                font-size: 1.4rem;
                line-height: 1.7;
                font-weight: 600; }
        .works__bottom_archive__list .swiper-pagination {
          position: absolute;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          bottom: 0px !important;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          z-index: 10; }
          .works__bottom_archive__list .swiper-pagination span {
            display: block;
            width: 12px;
            height: 12px;
            background-color: #f5f5f5;
            margin: 0 5px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%; }
          .works__bottom_archive__list .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #69A6BD; } }

@media screen and (min-width: 1024px) {
  .land {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .land__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 140px;
      margin-top: -80px;
      padding-bottom: 120px; }
      .land__detail__titleimg {
        position: relative;
        width: 86%;
        margin: 0 auto 60px; }
        .land__detail__titleimg p {
          width: 100%; }
          .land__detail__titleimg p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .land__detail__content {
        position: relative;
        max-width: 900px;
        margin: 0 auto; }
        .land__detail__content__title {
          position: relative;
          width: 100%; }
          .land__detail__content__title h1 {
            color: #111;
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 30px; }
          .land__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.5rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
            background-size: 8px;
            padding: 0 0 3px 14px; }
          .land__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .land__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .land__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .land__detail__content__title__option ul li.cat_style a, .land__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .land__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .land__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .land__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .land__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .land__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
              .land__detail__content__title__option ul li.place_style {
                font-size: 1.1rem; }
                .land__detail__content__title__option ul li.place_style img {
                  width: 17px;
                  padding-right: 5px; }
        .land__detail__content__desc {
          position: relative;
          width: 100%;
          z-index: 3;
          padding-bottom: 140px; }
          .land__detail__content__desc .title_sp {
            margin-top: 80px; }
          .land__detail__content__desc__feature {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0 10px;
            z-index: 3;
            margin-top: 80px; }
            .land__detail__content__desc__feature__list {
              position: relative;
              flex: 1;
              text-align: center;
              color: #fff;
              background-color: #69A6BD;
              padding: 30px 25px 25px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .land__detail__content__desc__feature__list h3 {
                color: #111;
                font-size: 1.6rem;
                font-weight: 600;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 13px 0 15px;
                margin-bottom: 15px; }
              .land__detail__content__desc__feature__list h5 {
                font-size: 1.8rem;
                line-height: 1.8;
                font-weight: 500; }
              .land__detail__content__desc__feature__list p {
                font-size: 1.5rem;
                line-height: 1.8; }
                .land__detail__content__desc__feature__list p .feature_style01 {
                  color: #fdf251;
                  font-size: 2.2rem;
                  font-weight: 600; }
          .land__detail__content__desc__block {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__block p {
              width: 100%; }
              .land__detail__content__desc__block p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .land__detail__content__desc__plan {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__plan h3 {
              position: relative;
              color: #111;
              font-size: 1.8rem;
              font-weight: 600;
              margin: 45px 0 30px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
              background-size: 6px;
              padding-left: 12px; }
            .land__detail__content__desc__plan p {
              width: 100%; }
              .land__detail__content__desc__plan p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
            .land__detail__content__desc__plan ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 35px; }
              .land__detail__content__desc__plan ul li {
                width: 49.5%;
                margin-top: 10px; }
                .land__detail__content__desc__plan ul li img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
          .land__detail__content__desc__location {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__location iframe {
              position: relative;
              width: 100%;
              height: 400px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .land__detail__content__desc__outline {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__outline dl {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              border-top: 1px solid #E5E5E5; }
              .land__detail__content__desc__outline dl dt {
                width: 30%;
                font-size: 1.4rem;
                font-weight: 500;
                background: url(../img/list_mk.svg) no-repeat 2px 35px;
                background-size: 5px;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0 25px 13px; }
              .land__detail__content__desc__outline dl dd {
                width: 70%;
                font-size: 1.5rem;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0; }
                .land__detail__content__desc__outline dl dd a {
                  color: #69A6BD;
                  font-weight: 500; }
          .land__detail__content__desc h4 {
            width: 360px;
            margin: 35px auto 0; }
        .land__detail__content__contact {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5;
          margin-top: -40px;
          padding-top: 100px; }
          .land__detail__content__contact__desc {
            position: relative;
            width: 100%;
            margin-bottom: 40px; }
            .land__detail__content__contact__desc p {
              font-size: 1.5rem;
              line-height: 2.0; }
          .land__detail__content__contact__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 35px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .land__detail__content__contact__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0; }
          .land__detail__content__contact__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .land__detail__content__contact__form dl {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding: 25px 0;
              border-bottom: 1px solid #E5E5E5; }
              .land__detail__content__contact__form dl dt {
                position: relative;
                font-size: 1.5rem;
                font-weight: 500;
                line-height: 1.8;
                width: 210px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 12px; }
                .land__detail__content__contact__form dl dt img {
                  display: none; }
              .land__detail__content__contact__form dl dt::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 1px;
                top: 50%;
                left: 0;
                background-color: #69A6BD; }
              .land__detail__content__contact__form dl dt.required {
                background: url(../img/required_icon.svg) no-repeat right center;
                background-size: 28px; }
              .land__detail__content__contact__form dl dd {
                position: relative;
                flex: 1;
                font-size: 1.5rem;
                line-height: 1.8;
                padding-left: 40px; }
            .land__detail__content__contact__form__check {
              width: 100%;
              padding: 35px 35px;
              background-color: #f5f5f5;
              margin-top: 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .land__detail__content__contact__form__check p {
                text-align: center;
                font-size: 1.3rem;
                line-height: 2.0;
                margin-bottom: 20px; }
                .land__detail__content__contact__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .land__detail__content__contact__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .land__detail__content__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .land__detail__content__contact__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .land__detail__content__contact__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .land__detail__content__contact__form__check .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                letter-spacing: 0.1em;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .land__detail__content__contact__form__btn {
              width: 100%;
              margin-top: 45px; }
            .land__detail__content__contact__form__complete {
              position: relative;
              width: 100%;
              font-size: 1.5rem;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 55px 60px 60px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .land__detail__content__contact__form__complete .title_sp {
                padding-bottom: 40px; }
            .land__detail__content__contact__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 80px; }
              .land__detail__content__contact__form__bottom p {
                text-align: center;
                font-size: 1.2rem; }
                .land__detail__content__contact__form__bottom p br {
                  display: none; }
                .land__detail__content__contact__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .land__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .land__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .land__archive .title_sp h4.btn_style03 {
          position: absolute;
          width: 270px;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .land__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .land__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .land__archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .land__archive__nav ul li a, .land__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .land__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .land__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto; }
        .land__archive__list__sp {
          position: relative;
          width: 31.5%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          margin-right: 2.75%; }
          .land__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .land__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .land__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .land__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .land__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .land__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .land__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 20px; }
            .land__archive__list__sp__txt h3 {
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .land__archive__list__sp__txt p {
              font-size: 1.3rem;
              margin-top: 10px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center; }
              .land__archive__list__sp__txt p img {
                width: 12px;
                margin-right: 5px; }
        .land__archive__list__sp:nth-child(3n) {
          margin-right: 0; }
        .land__archive__list__sp:nth-child(n+4) {
          margin-top: 80px; }
        .land__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 60px 60px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .land__archive__list__none p {
            text-align: center;
            font-size: 1.5rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .land {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .land__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 120px;
      margin-top: -60px;
      padding-bottom: 100px; }
      .land__detail__titleimg {
        position: relative;
        width: 98%;
        margin: 0 auto 60px; }
        .land__detail__titleimg p {
          width: 100%; }
          .land__detail__titleimg p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .land__detail__content {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .land__detail__content__title {
          position: relative;
          width: 100%; }
          .land__detail__content__title h1 {
            color: #111;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.7;
            margin-bottom: 25px; }
          .land__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.3rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
            background-size: 7px;
            padding: 0 0 2px 13px; }
          .land__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .land__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .land__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .land__detail__content__title__option ul li.cat_style a, .land__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .land__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .land__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .land__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .land__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .land__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
              .land__detail__content__title__option ul li.place_style {
                font-size: 1.1rem; }
                .land__detail__content__title__option ul li.place_style img {
                  width: 17px;
                  padding-right: 5px; }
        .land__detail__content__desc {
          position: relative;
          width: 100%;
          z-index: 3; }
          .land__detail__content__desc .title_sp {
            margin-top: 80px; }
          .land__detail__content__desc__feature {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0 5px;
            z-index: 3;
            margin-top: 80px; }
            .land__detail__content__desc__feature__list {
              position: relative;
              flex: 1;
              text-align: center;
              color: #fff;
              background-color: #69A6BD;
              padding: 25px 20px 20px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .land__detail__content__desc__feature__list h3 {
                color: #111;
                font-size: 1.6rem;
                font-weight: 600;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 10px 0 12px;
                margin-bottom: 15px; }
              .land__detail__content__desc__feature__list h5 {
                font-size: 1.8rem;
                line-height: 1.8;
                font-weight: 500; }
              .land__detail__content__desc__feature__list p {
                font-size: 1.4rem;
                line-height: 1.8; }
                .land__detail__content__desc__feature__list p .feature_style01 {
                  color: #fdf251;
                  font-size: 2rem;
                  font-weight: 600; }
          .land__detail__content__desc__block {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__block p {
              width: 100%; }
              .land__detail__content__desc__block p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .land__detail__content__desc__plan {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__plan h3 {
              position: relative;
              color: #111;
              font-size: 1.8rem;
              font-weight: 600;
              margin: 45px 0 30px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
              background-size: 6px;
              padding-left: 12px; }
            .land__detail__content__desc__plan p {
              width: 100%; }
              .land__detail__content__desc__plan p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
            .land__detail__content__desc__plan ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 30px; }
              .land__detail__content__desc__plan ul li {
                width: 49.5%;
                margin-top: 10px; }
                .land__detail__content__desc__plan ul li img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
          .land__detail__content__desc__location {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__location iframe {
              position: relative;
              width: 100%;
              height: 350px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .land__detail__content__desc__outline {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__outline dl {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              padding-bottom: 5px;
              border-top: 1px solid #E5E5E5; }
              .land__detail__content__desc__outline dl dt {
                width: 30%;
                font-size: 1.3rem;
                font-weight: 500;
                background: url(../img/list_mk.svg) no-repeat 2px 35px;
                background-size: 5px;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0 25px 13px; }
              .land__detail__content__desc__outline dl dd {
                width: 70%;
                font-size: 1.4rem;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0; }
                .land__detail__content__desc__outline dl dd a {
                  color: #69A6BD;
                  font-weight: 500; }
          .land__detail__content__desc h4 {
            width: 340px;
            margin: 30px auto 0; }
        .land__detail__content__contact {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5;
          margin-top: 100px;
          padding-top: 80px; }
          .land__detail__content__contact__desc {
            position: relative;
            width: 100%;
            margin-bottom: 40px; }
            .land__detail__content__contact__desc p {
              font-size: 1.4rem;
              line-height: 2.0; }
          .land__detail__content__contact__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 30px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .land__detail__content__contact__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.4rem;
              font-weight: 500;
              line-height: 2.0; }
          .land__detail__content__contact__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .land__detail__content__contact__form dl {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding: 25px 0;
              border-bottom: 1px solid #E5E5E5; }
              .land__detail__content__contact__form dl dt {
                position: relative;
                font-size: 1.4rem;
                font-weight: 500;
                line-height: 1.8;
                width: 200px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 12px; }
                .land__detail__content__contact__form dl dt img {
                  display: none; }
              .land__detail__content__contact__form dl dt::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 1px;
                top: 50%;
                left: 0;
                background-color: #69A6BD; }
              .land__detail__content__contact__form dl dt.required {
                background: url(../img/required_icon.svg) no-repeat right center;
                background-size: 28px; }
              .land__detail__content__contact__form dl dd {
                position: relative;
                flex: 1;
                font-size: 1.2rem;
                line-height: 1.8;
                padding-left: 35px; }
            .land__detail__content__contact__form__check {
              width: 100%;
              padding: 30px 30px;
              background-color: #f5f5f5;
              margin-top: 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .land__detail__content__contact__form__check p {
                width: 100%;
                text-align: center;
                font-size: 1.1rem;
                line-height: 1.8;
                margin: 0 auto 20px; }
                .land__detail__content__contact__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .land__detail__content__contact__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .land__detail__content__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .land__detail__content__contact__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .land__detail__content__contact__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .land__detail__content__contact__form__check .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                letter-spacing: 0.1em;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .land__detail__content__contact__form__btn {
              width: 100%;
              margin-top: 35px; }
            .land__detail__content__contact__form__complete {
              position: relative;
              width: 100%;
              font-size: 1.4rem;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 45px 45px 45px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .land__detail__content__contact__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 80px; }
              .land__detail__content__contact__form__bottom p {
                text-align: center;
                font-size: 1.1rem; }
                .land__detail__content__contact__form__bottom p br {
                  display: none; }
                .land__detail__content__contact__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .land__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .land__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .land__archive .title_sp h4.btn_style03 {
          position: absolute;
          width: 260px;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .land__archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .land__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .land__archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .land__archive__nav ul li a, .land__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .land__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .land__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .land__archive__list__sp {
          position: relative;
          width: 48%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column; }
          .land__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .land__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .land__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .land__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .land__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .land__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .land__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 20px; }
            .land__archive__list__sp__txt h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
            .land__archive__list__sp__txt p {
              font-size: 1.1rem;
              margin-top: 6px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center; }
              .land__archive__list__sp__txt p img {
                width: 12px;
                margin-right: 5px; }
        .land__archive__list__sp:nth-child(n+3) {
          margin-top: 60px; }
        .land__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 45px 45px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .land__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .land {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .land__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 100px;
      margin-top: -70px;
      padding-bottom: 80px; }
      .land__detail__titleimg {
        position: relative;
        width: 100%;
        margin-bottom: 30px; }
        .land__detail__titleimg p {
          width: 100%; }
          .land__detail__titleimg p img {
            width: 100%; }
      .land__detail__content {
        position: relative;
        width: 100%; }
        .land__detail__content__title {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .land__detail__content__title h1 {
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 20px; }
          .land__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.2;
            background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
            background-size: 6px;
            padding: 0 0 2px 13px; }
          .land__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            padding: 12px 0 0; }
            .land__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .land__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .land__detail__content__title__option ul li.cat_style a {
                  position: relative;
                  color: #111; }
              .land__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .land__detail__content__title__option ul li.time_style img {
                  width: 16px;
                  padding-right: 5px; }
              .land__detail__content__title__option ul li.place_style {
                font-size: 1.1rem; }
                .land__detail__content__title__option ul li.place_style img {
                  width: 16px;
                  padding-right: 5px; }
        .land__detail__content__desc {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3;
          padding-bottom: 120px; }
          .land__detail__content__desc .title_sp {
            margin-top: 60px; }
          .land__detail__content__desc__feature {
            position: relative;
            width: 100%;
            z-index: 3;
            margin-top: 60px; }
            .land__detail__content__desc__feature__list {
              position: relative;
              width: 100%;
              text-align: center;
              color: #fff;
              background-color: #69A6BD;
              padding: 15px 15px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .land__detail__content__desc__feature__list h3 {
                color: #111;
                font-size: 1.4rem;
                font-weight: 600;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 8px 0 10px;
                margin-bottom: 12px; }
              .land__detail__content__desc__feature__list h5 {
                font-size: 1.6rem;
                line-height: 1.8;
                font-weight: 500; }
              .land__detail__content__desc__feature__list p {
                font-size: 1.4rem;
                line-height: 1.8; }
                .land__detail__content__desc__feature__list p .feature_style01 {
                  color: #fdf251;
                  font-size: 2rem;
                  font-weight: 600; }
            .land__detail__content__desc__feature__list:nth-child(n+2) {
              margin-top: 10px; }
          .land__detail__content__desc__block {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__block p {
              width: 100%; }
              .land__detail__content__desc__block p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .land__detail__content__desc__plan {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__plan h3 {
              position: relative;
              color: #111;
              font-size: 1.6rem;
              font-weight: 600;
              margin: 40px 0 30px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 9px;
              background-size: 5px;
              padding-left: 12px; }
            .land__detail__content__desc__plan p {
              width: 100%; }
              .land__detail__content__desc__plan p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
            .land__detail__content__desc__plan ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 30px; }
              .land__detail__content__desc__plan ul li {
                width: 49%;
                margin-top: 10px; }
                .land__detail__content__desc__plan ul li img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
          .land__detail__content__desc__location {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__location iframe {
              position: relative;
              width: 100%;
              height: 200px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .land__detail__content__desc__outline {
            position: relative;
            width: 100%;
            z-index: 3; }
            .land__detail__content__desc__outline dl {
              border-top: 1px solid #E5E5E5; }
              .land__detail__content__desc__outline dl dt {
                width: 100%;
                font-size: 1.3rem;
                font-weight: 500;
                background: url(../img/list_mk.svg) no-repeat 2px 30px;
                background-size: 5px;
                padding: 20px 2px 10px 13px; }
              .land__detail__content__desc__outline dl dd {
                width: 100%;
                font-size: 1.5rem;
                border-bottom: 1px solid #E5E5E5;
                padding: 0 2px 20px 13px; }
                .land__detail__content__desc__outline dl dd a {
                  color: #69A6BD;
                  font-weight: 500; }
          .land__detail__content__desc h4 {
            width: 90%;
            margin: 30px auto 0; }
        .land__detail__content__contact {
          position: relative;
          width: 90%;
          border-top: 1px solid #E5E5E5;
          margin: -40px auto 0;
          padding-top: 80px; }
          .land__detail__content__contact__desc {
            position: relative;
            width: 100%;
            margin-bottom: 30px; }
            .land__detail__content__contact__desc h2 {
              line-height: 1.5; }
            .land__detail__content__contact__desc p {
              text-align: justify;
              font-size: 1.5rem;
              line-height: 2.0; }
          .land__detail__content__contact__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 20px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .land__detail__content__contact__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0; }
          .land__detail__content__contact__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .land__detail__content__contact__form dl {
              position: relative;
              padding: 20px 0;
              border-bottom: 1px solid #E5E5E5; }
              .land__detail__content__contact__form dl dt {
                font-size: 1.3rem;
                font-weight: 500;
                line-height: 1.2;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                margin-bottom: 10px; }
                .land__detail__content__contact__form dl dt img {
                  width: 32px;
                  padding-left: 8px;
                  padding-top: 2px; }
              .land__detail__content__contact__form dl dd {
                font-size: 1.5rem;
                position: relative;
                line-height: 1.8; }
            .land__detail__content__contact__form__check {
              width: 100%;
              padding: 20px 20px;
              background-color: #f5f5f5;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              margin-top: 25px; }
              .land__detail__content__contact__form__check p {
                text-align: justify;
                font-size: 1.1rem;
                line-height: 1.8;
                margin-bottom: 15px;
                padding: 0 5px; }
                .land__detail__content__contact__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .land__detail__content__contact__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                padding: 15px 0;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
                .land__detail__content__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  letter-spacing: 0.05em;
                  font-weight: 500; }
              .land__detail__content__contact__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                padding: 15px 0;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
                .land__detail__content__contact__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .land__detail__content__contact__form__check .error {
                font-size: 1rem !important;
                letter-spacing: 0.1em !important;
                font-weight: 500 !important;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .land__detail__content__contact__form__btn {
              width: 100%;
              margin: 35px auto 0; }
            .land__detail__content__contact__form__complete {
              position: relative;
              width: 100%;
              text-align: justify;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 30px 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .land__detail__content__contact__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 60px; }
              .land__detail__content__contact__form__bottom p {
                text-align: justify;
                font-size: 1.1rem;
                line-height: 1.8; }
                .land__detail__content__contact__form__bottom p br {
                  display: none; }
                .land__detail__content__contact__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .land__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .land__archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .land__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .land__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .land__archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .land__archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .land__archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .land__archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .land__archive__list {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .land__archive__list__sp {
          position: relative;
          width: 100%; }
          .land__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .land__archive__list__sp__img img {
              width: 100%; }
            .land__archive__list__sp__img .caption {
              display: none; }
            .land__archive__list__sp__img .mask {
              display: none; }
          .land__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 15px; }
            .land__archive__list__sp__txt h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
            .land__archive__list__sp__txt p {
              font-size: 1.2rem;
              margin-top: 5px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center; }
              .land__archive__list__sp__txt p img {
                width: 12px;
                margin-right: 5px; }
        .land__archive__list__sp:nth-child(n+2) {
          margin-top: 60px; }
        .land__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 25px 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .land__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }

@media screen and (min-width: 1024px) {
  .property {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .property__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 140px;
      margin-top: -80px;
      padding-bottom: 120px; }
      .property__detail__titleimg {
        position: relative;
        width: 86%;
        margin: 0 auto 60px; }
        .property__detail__titleimg p {
          width: 100%; }
          .property__detail__titleimg p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .property__detail__content {
        position: relative;
        max-width: 900px;
        margin: 0 auto; }
        .property__detail__content__title {
          position: relative;
          width: 100%; }
          .property__detail__content__title h1 {
            color: #111;
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 30px; }
          .property__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.5rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 4px;
            background-size: 8px;
            padding: 0 0 3px 14px; }
          .property__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .property__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .property__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .property__detail__content__title__option ul li.cat_style a, .property__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .property__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .property__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .property__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .property__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .property__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
              .property__detail__content__title__option ul li.place_style {
                font-size: 1.1rem; }
                .property__detail__content__title__option ul li.place_style img {
                  width: 17px;
                  padding-right: 5px; }
        .property__detail__content__desc {
          position: relative;
          width: 100%;
          z-index: 3;
          padding-bottom: 140px; }
          .property__detail__content__desc .title_sp {
            margin-top: 80px; }
          .property__detail__content__desc__feature {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0 10px;
            z-index: 3;
            margin-top: 80px; }
            .property__detail__content__desc__feature__list {
              position: relative;
              flex: 1;
              text-align: center;
              color: #fff;
              background-color: #69A6BD;
              padding: 30px 25px 25px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .property__detail__content__desc__feature__list h3 {
                color: #111;
                font-size: 1.6rem;
                font-weight: 600;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 13px 0 15px;
                margin-bottom: 15px; }
              .property__detail__content__desc__feature__list h5 {
                font-size: 1.8rem;
                line-height: 1.8;
                font-weight: 500; }
              .property__detail__content__desc__feature__list p {
                font-size: 1.5rem;
                line-height: 1.8; }
                .property__detail__content__desc__feature__list p .feature_style01 {
                  color: #fdf251;
                  font-size: 2.2rem;
                  font-weight: 600; }
          .property__detail__content__desc__block {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__block p {
              width: 100%; }
              .property__detail__content__desc__block p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .property__detail__content__desc__plan {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__plan h3 {
              position: relative;
              color: #111;
              font-size: 1.8rem;
              font-weight: 600;
              margin: 45px 0 30px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
              background-size: 6px;
              padding-left: 12px; }
            .property__detail__content__desc__plan p {
              width: 100%; }
              .property__detail__content__desc__plan p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
            .property__detail__content__desc__plan ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 35px; }
              .property__detail__content__desc__plan ul li {
                width: 49.5%;
                margin-top: 10px; }
                .property__detail__content__desc__plan ul li img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
          .property__detail__content__desc__location {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__location iframe {
              position: relative;
              width: 100%;
              height: 400px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .property__detail__content__desc__outline {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__outline dl {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              border-top: 1px solid #E5E5E5; }
              .property__detail__content__desc__outline dl dt {
                width: 30%;
                font-size: 1.4rem;
                font-weight: 500;
                background: url(../img/list_mk.svg) no-repeat 2px 35px;
                background-size: 5px;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0 25px 13px; }
              .property__detail__content__desc__outline dl dd {
                width: 70%;
                font-size: 1.5rem;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0; }
                .property__detail__content__desc__outline dl dd a {
                  color: #69A6BD;
                  font-weight: 500; }
          .property__detail__content__desc h4 {
            width: 360px;
            margin: 35px auto 0; }
        .property__detail__content__contact {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5;
          margin-top: -40px;
          padding-top: 100px; }
          .property__detail__content__contact__desc {
            position: relative;
            width: 100%;
            margin-bottom: 40px; }
            .property__detail__content__contact__desc p {
              font-size: 1.5rem;
              line-height: 2.0; }
          .property__detail__content__contact__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 35px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .property__detail__content__contact__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0; }
          .property__detail__content__contact__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .property__detail__content__contact__form dl {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding: 25px 0;
              border-bottom: 1px solid #E5E5E5; }
              .property__detail__content__contact__form dl dt {
                position: relative;
                font-size: 1.5rem;
                font-weight: 500;
                line-height: 1.8;
                width: 210px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 12px; }
                .property__detail__content__contact__form dl dt img {
                  display: none; }
              .property__detail__content__contact__form dl dt::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 1px;
                top: 50%;
                left: 0;
                background-color: #69A6BD; }
              .property__detail__content__contact__form dl dt.required {
                background: url(../img/required_icon.svg) no-repeat right center;
                background-size: 28px; }
              .property__detail__content__contact__form dl dd {
                position: relative;
                flex: 1;
                font-size: 1.5rem;
                line-height: 1.8;
                padding-left: 40px; }
            .property__detail__content__contact__form__check {
              width: 100%;
              padding: 35px 35px;
              background-color: #f5f5f5;
              margin-top: 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .property__detail__content__contact__form__check p {
                text-align: center;
                font-size: 1.3rem;
                line-height: 2.0;
                margin-bottom: 20px; }
                .property__detail__content__contact__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .property__detail__content__contact__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .property__detail__content__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .property__detail__content__contact__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.5rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .property__detail__content__contact__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .property__detail__content__contact__form__check .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                letter-spacing: 0.1em;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .property__detail__content__contact__form__btn {
              width: 100%;
              margin-top: 45px; }
            .property__detail__content__contact__form__complete {
              position: relative;
              width: 100%;
              font-size: 1.5rem;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 55px 60px 60px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .property__detail__content__contact__form__complete .title_sp {
                padding-bottom: 40px; }
            .property__detail__content__contact__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 80px; }
              .property__detail__content__contact__form__bottom p {
                text-align: center;
                font-size: 1.2rem; }
                .property__detail__content__contact__form__bottom p br {
                  display: none; }
                .property__detail__content__contact__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .property__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .property__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .property__archive .title_sp h4.btn_style03 {
          position: absolute;
          width: 270px;
          bottom: 40px;
          right: 0;
          z-index: 10; }
      .property__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        .property__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .property__archive__nav ul li {
            width: 220px;
            font-size: 1.4rem;
            margin: 0 5px; }
            .property__archive__nav ul li a, .property__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 56px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 22px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 33px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .property__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .property__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto; }
        .property__archive__list__sp {
          position: relative;
          width: 31.5%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column;
          margin-right: 2.75%; }
          .property__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .property__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .property__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .property__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .property__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .property__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .property__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 20px; }
            .property__archive__list__sp__txt h3 {
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .property__archive__list__sp__txt p {
              font-size: 1.3rem;
              margin-top: 10px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center; }
              .property__archive__list__sp__txt p img {
                width: 12px;
                margin-right: 5px; }
        .property__archive__list__sp:nth-child(3n) {
          margin-right: 0; }
        .property__archive__list__sp:nth-child(n+4) {
          margin-top: 80px; }
        .property__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 60px 60px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .property__archive__list__none p {
            text-align: center;
            font-size: 1.5rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .property {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .property__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 120px;
      margin-top: -60px;
      padding-bottom: 100px; }
      .property__detail__titleimg {
        position: relative;
        width: 98%;
        margin: 0 auto 60px; }
        .property__detail__titleimg p {
          width: 100%; }
          .property__detail__titleimg p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .property__detail__content {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .property__detail__content__title {
          position: relative;
          width: 100%; }
          .property__detail__content__title h1 {
            color: #111;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.7;
            margin-bottom: 25px; }
          .property__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.3rem;
            background: url(../img/square_icon_bl.svg) no-repeat 0px 3px;
            background-size: 7px;
            padding: 0 0 2px 13px; }
          .property__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 15px 0; }
            .property__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .property__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .property__detail__content__title__option ul li.cat_style a, .property__detail__content__title__option ul li.cat_style a:link a:visited {
                  position: relative;
                  color: #111; }
                .property__detail__content__title__option ul li.cat_style a::after {
                  position: absolute;
                  bottom: -2px;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #69A6BD;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                .property__detail__content__title__option ul li.cat_style a:hover {
                  color: #69A6BD; }
                .property__detail__content__title__option ul li.cat_style a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
              .property__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .property__detail__content__title__option ul li.time_style img {
                  width: 17px;
                  padding-right: 5px; }
              .property__detail__content__title__option ul li.place_style {
                font-size: 1.1rem; }
                .property__detail__content__title__option ul li.place_style img {
                  width: 17px;
                  padding-right: 5px; }
        .property__detail__content__desc {
          position: relative;
          width: 100%;
          z-index: 3; }
          .property__detail__content__desc .title_sp {
            margin-top: 80px; }
          .property__detail__content__desc__feature {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0 5px;
            z-index: 3;
            margin-top: 80px; }
            .property__detail__content__desc__feature__list {
              position: relative;
              flex: 1;
              text-align: center;
              color: #fff;
              background-color: #69A6BD;
              padding: 25px 20px 20px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .property__detail__content__desc__feature__list h3 {
                color: #111;
                font-size: 1.6rem;
                font-weight: 600;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 10px 0 12px;
                margin-bottom: 15px; }
              .property__detail__content__desc__feature__list h5 {
                font-size: 1.8rem;
                line-height: 1.8;
                font-weight: 500; }
              .property__detail__content__desc__feature__list p {
                font-size: 1.4rem;
                line-height: 1.8; }
                .property__detail__content__desc__feature__list p .feature_style01 {
                  color: #fdf251;
                  font-size: 2rem;
                  font-weight: 600; }
          .property__detail__content__desc__block {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__block p {
              width: 100%; }
              .property__detail__content__desc__block p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .property__detail__content__desc__plan {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__plan h3 {
              position: relative;
              color: #111;
              font-size: 1.8rem;
              font-weight: 600;
              margin: 45px 0 30px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 10px;
              background-size: 6px;
              padding-left: 12px; }
            .property__detail__content__desc__plan p {
              width: 100%; }
              .property__detail__content__desc__plan p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
            .property__detail__content__desc__plan ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 30px; }
              .property__detail__content__desc__plan ul li {
                width: 49.5%;
                margin-top: 10px; }
                .property__detail__content__desc__plan ul li img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
          .property__detail__content__desc__location {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__location iframe {
              position: relative;
              width: 100%;
              height: 350px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .property__detail__content__desc__outline {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__outline dl {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              padding-bottom: 5px;
              border-top: 1px solid #E5E5E5; }
              .property__detail__content__desc__outline dl dt {
                width: 30%;
                font-size: 1.3rem;
                font-weight: 500;
                background: url(../img/list_mk.svg) no-repeat 2px 35px;
                background-size: 5px;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0 25px 13px; }
              .property__detail__content__desc__outline dl dd {
                width: 70%;
                font-size: 1.4rem;
                border-bottom: 1px solid #E5E5E5;
                padding: 25px 0; }
                .property__detail__content__desc__outline dl dd a {
                  color: #69A6BD;
                  font-weight: 500; }
          .property__detail__content__desc h4 {
            width: 340px;
            margin: 30px auto 0; }
        .property__detail__content__contact {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5;
          margin-top: 100px;
          padding-top: 80px; }
          .property__detail__content__contact__desc {
            position: relative;
            width: 100%;
            margin-bottom: 40px; }
            .property__detail__content__contact__desc p {
              font-size: 1.4rem;
              line-height: 2.0; }
          .property__detail__content__contact__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 30px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .property__detail__content__contact__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.4rem;
              font-weight: 500;
              line-height: 2.0; }
          .property__detail__content__contact__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .property__detail__content__contact__form dl {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding: 25px 0;
              border-bottom: 1px solid #E5E5E5; }
              .property__detail__content__contact__form dl dt {
                position: relative;
                font-size: 1.4rem;
                font-weight: 500;
                line-height: 1.8;
                width: 200px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                padding-left: 12px; }
                .property__detail__content__contact__form dl dt img {
                  display: none; }
              .property__detail__content__contact__form dl dt::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 1px;
                top: 50%;
                left: 0;
                background-color: #69A6BD; }
              .property__detail__content__contact__form dl dt.required {
                background: url(../img/required_icon.svg) no-repeat right center;
                background-size: 28px; }
              .property__detail__content__contact__form dl dd {
                position: relative;
                flex: 1;
                font-size: 1.2rem;
                line-height: 1.8;
                padding-left: 35px; }
            .property__detail__content__contact__form__check {
              width: 100%;
              padding: 30px 30px;
              background-color: #f5f5f5;
              margin-top: 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .property__detail__content__contact__form__check p {
                width: 100%;
                text-align: center;
                font-size: 1.1rem;
                line-height: 1.8;
                margin: 0 auto 20px; }
                .property__detail__content__contact__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .property__detail__content__contact__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .property__detail__content__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .property__detail__content__contact__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 20px 0; }
                .property__detail__content__contact__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .property__detail__content__contact__form__check .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                letter-spacing: 0.1em;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .property__detail__content__contact__form__btn {
              width: 100%;
              margin-top: 35px; }
            .property__detail__content__contact__form__complete {
              position: relative;
              width: 100%;
              font-size: 1.4rem;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 45px 45px 45px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .property__detail__content__contact__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 80px; }
              .property__detail__content__contact__form__bottom p {
                text-align: center;
                font-size: 1.1rem; }
                .property__detail__content__contact__form__bottom p br {
                  display: none; }
                .property__detail__content__contact__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .property__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .property__archive .title_sp {
        position: relative;
        width: 92%;
        margin: 0 auto; }
        .property__archive .title_sp h4.btn_style03 {
          position: absolute;
          width: 260px;
          bottom: 35px;
          right: 0;
          z-index: 10; }
      .property__archive__nav {
        position: relative;
        width: 92%;
        margin: 0 auto 80px; }
        .property__archive__nav ul {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: center; }
          .property__archive__nav ul li {
            width: 150px;
            font-size: 1.2rem;
            margin: 0 4px; }
            .property__archive__nav ul li a, .property__archive__nav ul li a:link a:visited {
              width: 100%;
              height: 48px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 15px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 26px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .property__archive__nav ul li a:hover {
              color: #111;
              background-color: #E5E5E5; }
      .property__archive__list {
        position: relative;
        width: 92%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto; }
        .property__archive__list__sp {
          position: relative;
          width: 48%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-direction: column; }
          .property__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .property__archive__list__sp__img img {
              width: 100%;
              object-fit: cover;
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
            .property__archive__list__sp__img .caption {
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              -webkit-transform: translateY(-50%) translateX(-50%);
              font-size: 1.1rem;
              font-weight: 500;
              color: #fff;
              letter-spacing: 0.05em; }
            .property__archive__list__sp__img .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              background-color: rgba(0, 0, 0, 0.2);
              -webkit-transition: all 0.6s ease;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
          .property__archive__list__sp__img:hover img {
            transform: scale(1.1); }
          .property__archive__list__sp__img:hover .mask {
            opacity: 1;
            /* マスクを表示する */ }
          .property__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 20px; }
            .property__archive__list__sp__txt h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
            .property__archive__list__sp__txt p {
              font-size: 1.1rem;
              margin-top: 6px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center; }
              .property__archive__list__sp__txt p img {
                width: 12px;
                margin-right: 5px; }
        .property__archive__list__sp:nth-child(n+3) {
          margin-top: 60px; }
        .property__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 45px 45px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .property__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .property {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ######### detail ######### */
    /* ######### detail ######### */
    /* ######### archive ######### */
    /* ######### archive ######### */ }
    .property__detail {
      position: relative;
      width: 100%;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 100px;
      margin-top: -70px;
      padding-bottom: 80px; }
      .property__detail__titleimg {
        position: relative;
        width: 100%;
        margin-bottom: 30px; }
        .property__detail__titleimg p {
          width: 100%; }
          .property__detail__titleimg p img {
            width: 100%; }
      .property__detail__content {
        position: relative;
        width: 100%; }
        .property__detail__content__title {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .property__detail__content__title h1 {
            color: #111;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 20px; }
          .property__detail__content__title h6 {
            font-family: "Inter", sans-serif;
            color: #69A6BD;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.2;
            background: url(../img/square_icon_bl.svg) no-repeat 2px 4px;
            background-size: 6px;
            padding: 0 0 2px 13px; }
          .property__detail__content__title__option {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5;
            padding: 12px 0 0; }
            .property__detail__content__title__option ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .property__detail__content__title__option ul li.cat_style {
                position: relative;
                font-size: 1.1rem;
                line-height: 1.0;
                font-weight: 500;
                padding-left: 10px;
                background: url(../img/circle_icon_bl.svg) no-repeat 0 4px;
                background-size: 5px; }
                .property__detail__content__title__option ul li.cat_style a {
                  position: relative;
                  color: #111; }
              .property__detail__content__title__option ul li.time_style {
                font-size: 1rem; }
                .property__detail__content__title__option ul li.time_style img {
                  width: 16px;
                  padding-right: 5px; }
              .property__detail__content__title__option ul li.place_style {
                font-size: 1.1rem; }
                .property__detail__content__title__option ul li.place_style img {
                  width: 16px;
                  padding-right: 5px; }
        .property__detail__content__desc {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3;
          padding-bottom: 120px; }
          .property__detail__content__desc .title_sp {
            margin-top: 60px; }
          .property__detail__content__desc__feature {
            position: relative;
            width: 100%;
            z-index: 3;
            margin-top: 60px; }
            .property__detail__content__desc__feature__list {
              position: relative;
              width: 100%;
              text-align: center;
              color: #fff;
              background-color: #69A6BD;
              padding: 15px 15px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .property__detail__content__desc__feature__list h3 {
                color: #111;
                font-size: 1.4rem;
                font-weight: 600;
                background-color: #fff;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                padding: 8px 0 10px;
                margin-bottom: 12px; }
              .property__detail__content__desc__feature__list h5 {
                font-size: 1.6rem;
                line-height: 1.8;
                font-weight: 500; }
              .property__detail__content__desc__feature__list p {
                font-size: 1.4rem;
                line-height: 1.8; }
                .property__detail__content__desc__feature__list p .feature_style01 {
                  color: #fdf251;
                  font-size: 2rem;
                  font-weight: 600; }
            .property__detail__content__desc__feature__list:nth-child(n+2) {
              margin-top: 10px; }
          .property__detail__content__desc__block {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__block p {
              width: 100%; }
              .property__detail__content__desc__block p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .property__detail__content__desc__plan {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__plan h3 {
              position: relative;
              color: #111;
              font-size: 1.6rem;
              font-weight: 600;
              margin: 40px 0 30px;
              background: url(../img/circle_icon_bl.svg) no-repeat 0 9px;
              background-size: 5px;
              padding-left: 12px; }
            .property__detail__content__desc__plan p {
              width: 100%; }
              .property__detail__content__desc__plan p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
            .property__detail__content__desc__plan ul {
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              justify-content: space-between;
              margin-top: 30px; }
              .property__detail__content__desc__plan ul li {
                width: 49%;
                margin-top: 10px; }
                .property__detail__content__desc__plan ul li img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
          .property__detail__content__desc__location {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__location iframe {
              position: relative;
              width: 100%;
              height: 200px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .property__detail__content__desc__outline {
            position: relative;
            width: 100%;
            z-index: 3; }
            .property__detail__content__desc__outline dl {
              border-top: 1px solid #E5E5E5; }
              .property__detail__content__desc__outline dl dt {
                width: 100%;
                font-size: 1.3rem;
                font-weight: 500;
                background: url(../img/list_mk.svg) no-repeat 2px 30px;
                background-size: 5px;
                padding: 20px 2px 10px 13px; }
              .property__detail__content__desc__outline dl dd {
                width: 100%;
                font-size: 1.5rem;
                border-bottom: 1px solid #E5E5E5;
                padding: 0 2px 20px 13px; }
                .property__detail__content__desc__outline dl dd a {
                  color: #69A6BD;
                  font-weight: 500; }
          .property__detail__content__desc h4 {
            width: 90%;
            margin: 30px auto 0; }
        .property__detail__content__contact {
          position: relative;
          width: 90%;
          border-top: 1px solid #E5E5E5;
          margin: -40px auto 0;
          padding-top: 80px; }
          .property__detail__content__contact__desc {
            position: relative;
            width: 100%;
            margin-bottom: 30px; }
            .property__detail__content__contact__desc h2 {
              line-height: 1.5; }
            .property__detail__content__contact__desc p {
              text-align: justify;
              font-size: 1.5rem;
              line-height: 2.0; }
          .property__detail__content__contact__end {
            position: relative;
            width: 100%;
            background-color: #f5f5f5;
            padding: 20px 10px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .property__detail__content__contact__end p {
              color: #d32626;
              text-align: center;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0; }
          .property__detail__content__contact__form {
            position: relative;
            width: 100%;
            border-top: 1px solid #E5E5E5; }
            .property__detail__content__contact__form dl {
              position: relative;
              padding: 20px 0;
              border-bottom: 1px solid #E5E5E5; }
              .property__detail__content__contact__form dl dt {
                font-size: 1.3rem;
                font-weight: 500;
                line-height: 1.2;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                margin-bottom: 10px; }
                .property__detail__content__contact__form dl dt img {
                  width: 32px;
                  padding-left: 8px;
                  padding-top: 2px; }
              .property__detail__content__contact__form dl dd {
                font-size: 1.5rem;
                position: relative;
                line-height: 1.8; }
            .property__detail__content__contact__form__check {
              width: 100%;
              padding: 20px 20px;
              background-color: #f5f5f5;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              margin-top: 25px; }
              .property__detail__content__contact__form__check p {
                text-align: justify;
                font-size: 1.1rem;
                line-height: 1.8;
                margin-bottom: 15px;
                padding: 0 5px; }
                .property__detail__content__contact__form__check p a {
                  color: #69A6BD;
                  border-bottom: 1px solid #69A6BD;
                  font-weight: 500; }
              .property__detail__content__contact__form__check .mwform-checkbox-field {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                padding: 15px 0;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
                .property__detail__content__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                  letter-spacing: 0.05em;
                  font-weight: 500; }
              .property__detail__content__contact__form__check .confirmArea {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                font-size: 1.4rem;
                background-color: #fff;
                padding: 15px 0;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
                .property__detail__content__contact__form__check .confirmArea .wpcf7-acceptance {
                  font-weight: 500;
                  letter-spacing: 0.05em; }
              .property__detail__content__contact__form__check .error {
                font-size: 1rem !important;
                letter-spacing: 0.1em !important;
                font-weight: 500 !important;
                color: #d32626 !important;
                display: block !important;
                padding-top: 10px !important; }
            .property__detail__content__contact__form__btn {
              width: 100%;
              margin: 35px auto 0; }
            .property__detail__content__contact__form__complete {
              position: relative;
              width: 100%;
              text-align: justify;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 2.0;
              letter-spacing: 0.05em;
              background-color: #f5f5f5;
              padding: 30px 30px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
            .property__detail__content__contact__form__bottom {
              position: relative;
              width: 100%;
              margin-top: 60px; }
              .property__detail__content__contact__form__bottom p {
                text-align: justify;
                font-size: 1.1rem;
                line-height: 1.8; }
                .property__detail__content__contact__form__bottom p br {
                  display: none; }
                .property__detail__content__contact__form__bottom p a {
                  color: #69A6BD;
                  font-weight: 500; }
    .property__archive {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      .property__archive .title_sp {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .property__archive .title_sp h4.btn_style03 {
          position: absolute;
          bottom: 30px;
          right: 0;
          z-index: 10; }
      .property__archive__nav {
        position: relative;
        width: 100%;
        margin-bottom: 60px; }
        .property__archive__nav ul {
          width: 90%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto; }
          .property__archive__nav ul li {
            position: relative;
            width: 49.2%;
            font-size: 1.2rem; }
            .property__archive__nav ul li a {
              width: 100%;
              height: 42px;
              font-weight: 500;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              background: url(../img/list_mk.svg) no-repeat 13px center;
              background-size: 5px;
              background-color: #f5f5f5;
              padding-left: 24px;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
          .property__archive__nav ul li:nth-child(n+3) {
            margin-top: 5px; }
      .property__archive__list {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .property__archive__list__sp {
          position: relative;
          width: 100%; }
          .property__archive__list__sp__img {
            position: relative;
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .property__archive__list__sp__img img {
              width: 100%; }
            .property__archive__list__sp__img .caption {
              display: none; }
            .property__archive__list__sp__img .mask {
              display: none; }
          .property__archive__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 15px; }
            .property__archive__list__sp__txt h3 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
            .property__archive__list__sp__txt p {
              font-size: 1.2rem;
              margin-top: 5px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center; }
              .property__archive__list__sp__txt p img {
                width: 12px;
                margin-right: 5px; }
        .property__archive__list__sp:nth-child(n+2) {
          margin-top: 60px; }
        .property__archive__list__none {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 25px 5px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .property__archive__list__none p {
            text-align: center;
            font-size: 1.4rem; } }

@media screen and (min-width: 1024px) {
  .maintenance {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .maintenance__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .maintenance__about__img {
        position: relative;
        width: 50%; }
        .maintenance__about__img p {
          width: 100%; }
          .maintenance__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .maintenance__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .maintenance__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .maintenance__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .maintenance__list {
      position: relative;
      width: 92%;
      margin: 120px auto 0;
      border-top: 1px solid #E5E5E5; }
      .maintenance__list__sp {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 40px 0;
        border-bottom: 1px solid #E5E5E5; }
        .maintenance__list__sp__num {
          width: 120px; }
          .maintenance__list__sp__num p {
            color: #111;
            font-size: 6rem;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            line-height: 1.0; }
        .maintenance__list__sp__txt {
          position: relative;
          flex: 1;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center; }
          .maintenance__list__sp__txt h3 {
            width: 470px;
            color: #111;
            font-size: 2.4rem;
            line-height: 1.7;
            font-weight: 600;
            padding-left: 120px;
            border-left: 1px solid #E5E5E5; }
          .maintenance__list__sp__txt p {
            flex: 1;
            font-size: 1.5rem;
            line-height: 2.0; }
    .maintenance__support {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .maintenance__support__title {
        position: relative;
        width: 100%;
        padding: 160px 0 40px;
        overflow: hidden; }
        .maintenance__support__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .maintenance__support__title::after {
        content: 'Support';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .maintenance__support__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .maintenance__support__desc__nav {
          position: relative;
          width: 260px; }
        .maintenance__support__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .maintenance__support__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 60px; }
            .maintenance__support__desc__list__sp__title {
              position: relative;
              width: 100%;
              margin-bottom: 40px; }
              .maintenance__support__desc__list__sp__title h3 {
                color: #111;
                font-size: 3rem;
                font-weight: 600; }
              .maintenance__support__desc__list__sp__title p {
                position: relative;
                font-size: 1.3rem;
                color: #69A6BD;
                font-family: "Inter", sans-serif;
                font-weight: 500;
                margin-bottom: 5px; }
              .maintenance__support__desc__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 5px;
                left: -12px;
                background: url(../img/list_mk.svg) no-repeat 0 center;
                background-size: 5px; }
            .maintenance__support__desc__list__sp__subtxt {
              position: relative;
              width: 100%;
              margin-bottom: 40px; }
              .maintenance__support__desc__list__sp__subtxt p {
                font-size: 1.5rem;
                line-height: 2.0; }
            .maintenance__support__desc__list__sp__content {
              position: relative;
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              z-index: 3; }
              .maintenance__support__desc__list__sp__content__img {
                position: relative;
                width: 50%; }
                .maintenance__support__desc__list__sp__content__img p {
                  width: 100%; }
                  .maintenance__support__desc__list__sp__content__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .maintenance__support__desc__list__sp__content__txt {
                position: relative;
                width: 50%;
                padding-left: 40px; }
                .maintenance__support__desc__list__sp__content__txt p {
                  font-size: 1.5rem;
                  line-height: 2.0; }
                .maintenance__support__desc__list__sp__content__txt p:nth-child(2) {
                  margin-top: 30px; }
    .maintenance__schedule {
      position: relative;
      width: 92%;
      margin: 140px auto 0;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      padding: 60px 60px; }
      .maintenance__schedule__title {
        position: relative;
        width: 100%; }
        .maintenance__schedule__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .maintenance__schedule__desc {
        position: relative;
        width: 100%;
        margin-top: 40px; }
        .maintenance__schedule__desc p {
          width: 100%; }
          .maintenance__schedule__desc p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .maintenance__schedule p.schedule_style {
        font-size: 1.2rem;
        text-align: right;
        padding-top: 15px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .maintenance {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .maintenance__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .maintenance__about__img {
        position: relative;
        width: 50%; }
        .maintenance__about__img p {
          width: 100%; }
          .maintenance__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .maintenance__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .maintenance__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .maintenance__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .maintenance__list {
      position: relative;
      width: 92%;
      margin: 100px auto 0;
      border-top: 1px solid #E5E5E5; }
      .maintenance__list__sp {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 35px 0;
        border-bottom: 1px solid #E5E5E5; }
        .maintenance__list__sp__num {
          width: 100px;
          border-right: 1px solid #E5E5E5; }
          .maintenance__list__sp__num p {
            color: #111;
            font-size: 5.6rem;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            line-height: 1.0; }
        .maintenance__list__sp__txt {
          position: relative;
          flex: 1;
          padding-left: 45px; }
          .maintenance__list__sp__txt h3 {
            color: #111;
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600; }
          .maintenance__list__sp__txt p {
            flex: 1;
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 20px; }
    .maintenance__support {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .maintenance__support__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .maintenance__support__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .maintenance__support__title::after {
        content: 'Support';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .maintenance__support__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .maintenance__support__desc__nav {
          position: relative;
          width: 200px; }
        .maintenance__support__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .maintenance__support__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 45px; }
            .maintenance__support__desc__list__sp__title {
              position: relative;
              width: 100%;
              margin-bottom: 30px; }
              .maintenance__support__desc__list__sp__title h3 {
                color: #111;
                font-size: 2.4rem;
                font-weight: 600; }
              .maintenance__support__desc__list__sp__title p {
                position: relative;
                font-size: 1.2rem;
                color: #69A6BD;
                font-family: "Inter", sans-serif;
                font-weight: 500;
                margin-bottom: 5px; }
              .maintenance__support__desc__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 5px;
                left: -12px;
                background: url(../img/list_mk.svg) no-repeat 0 center;
                background-size: 5px; }
            .maintenance__support__desc__list__sp__subtxt {
              position: relative;
              width: 100%;
              margin-bottom: 30px; }
              .maintenance__support__desc__list__sp__subtxt p {
                font-size: 1.4rem;
                line-height: 2.0; }
            .maintenance__support__desc__list__sp__content {
              position: relative;
              width: 100%;
              z-index: 3; }
              .maintenance__support__desc__list__sp__content__img {
                position: relative;
                width: 100%; }
                .maintenance__support__desc__list__sp__content__img p {
                  width: 100%; }
                  .maintenance__support__desc__list__sp__content__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .maintenance__support__desc__list__sp__content__txt {
                position: relative;
                width: 100%;
                padding-top: 30px; }
                .maintenance__support__desc__list__sp__content__txt p {
                  font-size: 1.4rem;
                  line-height: 2.0; }
                .maintenance__support__desc__list__sp__content__txt p:nth-child(2) {
                  margin-top: 25px; }
    .maintenance__schedule {
      position: relative;
      width: 98%;
      margin: 120px auto 0;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      padding: 45px 3%; }
      .maintenance__schedule__title {
        position: relative;
        width: 100%;
        margin: 0 auto 30px; }
        .maintenance__schedule__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .maintenance__schedule__title h2 br {
            display: none; }
      .maintenance__schedule__desc {
        position: relative;
        width: 100%; }
        .maintenance__schedule__desc p {
          width: 100%; }
          .maintenance__schedule__desc p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .maintenance__schedule p.schedule_style {
        text-align: right;
        font-size: 1.1rem;
        padding-top: 10px; } }
@media screen and (max-width: 767px) {
  .maintenance {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .maintenance__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .maintenance__about__img {
        position: relative;
        width: 100%; }
        .maintenance__about__img p {
          width: 100%; }
          .maintenance__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .maintenance__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .maintenance__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .maintenance__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .maintenance__list {
      position: relative;
      width: 90%;
      margin: 60px auto 0;
      border-top: 1px solid #E5E5E5; }
      .maintenance__list__sp {
        position: relative;
        width: 100%;
        padding: 25px 0;
        border-bottom: 1px solid #E5E5E5; }
        .maintenance__list__sp__num {
          width: 100%; }
          .maintenance__list__sp__num p {
            color: #111;
            font-size: 3.8rem;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            line-height: 1.0; }
        .maintenance__list__sp__txt {
          position: relative;
          width: 100%;
          margin-top: 20px; }
          .maintenance__list__sp__txt h3 {
            color: #111;
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600; }
          .maintenance__list__sp__txt p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 15px; }
    .maintenance__support {
      position: relative;
      width: 100%; }
      .maintenance__support__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto;
        overflow: hidden; }
        .maintenance__support__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .maintenance__support__title::after {
        content: 'Support';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .maintenance__support__desc {
        position: relative;
        width: 100%; }
        .maintenance__support__desc__nav {
          position: relative;
          width: 94%;
          margin: 0 auto; }
        .maintenance__support__desc__list {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3; }
          .maintenance__support__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 40px; }
            .maintenance__support__desc__list__sp__title {
              position: relative;
              width: 100%;
              margin-bottom: 25px; }
              .maintenance__support__desc__list__sp__title h3 {
                color: #111;
                font-size: 2rem;
                font-weight: 600; }
              .maintenance__support__desc__list__sp__title p {
                position: relative;
                font-size: 1.1rem;
                color: #69A6BD;
                font-family: "Inter", sans-serif;
                font-weight: 500;
                margin-bottom: 3px; }
              .maintenance__support__desc__list__sp__title p::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                top: 4px;
                left: -10px;
                background: url(../img/list_mk.svg) no-repeat 0 center;
                background-size: 5px; }
            .maintenance__support__desc__list__sp__subtxt {
              position: relative;
              width: 100%;
              margin-bottom: 25px; }
              .maintenance__support__desc__list__sp__subtxt p {
                font-size: 1.4rem;
                line-height: 2.0; }
            .maintenance__support__desc__list__sp__content {
              position: relative;
              width: 100%;
              z-index: 3; }
              .maintenance__support__desc__list__sp__content__img {
                position: relative;
                width: 100%; }
                .maintenance__support__desc__list__sp__content__img p {
                  width: 100%; }
                  .maintenance__support__desc__list__sp__content__img p img {
                    width: 100%;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
              .maintenance__support__desc__list__sp__content__txt {
                position: relative;
                width: 100%;
                padding-top: 25px; }
                .maintenance__support__desc__list__sp__content__txt p {
                  text-align: justify;
                  font-size: 1.4rem;
                  line-height: 2.0; }
                .maintenance__support__desc__list__sp__content__txt p:nth-child(2) {
                  margin-top: 25px; }
    .maintenance__schedule {
      position: relative;
      width: 100%;
      margin: 100px auto 0;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      padding: 40px 5%; }
      .maintenance__schedule__title {
        position: relative;
        width: 100%;
        margin: 0 auto 20px; }
        .maintenance__schedule__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .maintenance__schedule__desc {
        position: relative;
        width: 100%; }
        .maintenance__schedule__desc p {
          width: 100%; }
          .maintenance__schedule__desc p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .maintenance__schedule p.schedule_style {
        font-size: 1.1rem;
        padding-top: 10px;
        line-height: 1.5; } }

@media screen and (min-width: 1024px) {
  .flow {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .flow__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .flow__about__img {
        position: relative;
        width: 50%; }
        .flow__about__img p {
          width: 100%; }
          .flow__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .flow__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .flow__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .flow__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .flow__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .flow__step__title {
        position: relative;
        width: 100%;
        padding: 160px 0 40px;
        overflow: hidden; }
        .flow__step__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .flow__step__title::after {
        content: '6 Steps';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .flow__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .flow__step__desc__nav {
          position: relative;
          width: 260px; }
        .flow__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .flow__step__desc__list__sp {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 60px; }
            .flow__step__desc__list__sp__num {
              position: relative;
              width: 140px; }
              .flow__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .flow__step__desc__list__sp__num p {
                position: absolute;
                width: 85px;
                top: -75px;
                right: 20px;
                z-index: 10; }
                .flow__step__desc__list__sp__num p img {
                  width: 100%; }
            .flow__step__desc__list__sp__wrap {
              position: relative;
              flex: 1; }
              .flow__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 40px; }
                .flow__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 3rem;
                  font-weight: 600; }
                .flow__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .flow__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.5rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 5px; }
              .flow__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                z-index: 3; }
                .flow__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 50%; }
                  .flow__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .flow__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .flow__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 50%;
                  padding-left: 40px; }
                  .flow__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.5rem;
                    line-height: 2.0; }
                  .flow__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 30px; }
                  .flow__step__desc__list__sp__wrap__content__txt h4 {
                    margin-top: 35px; }
          .flow__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 64px;
            height: 64px;
            bottom: -32px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 12px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .flow__step__desc__list__sp:nth-child(6):after {
            display: none; }
    .flow__schedule {
      position: relative;
      width: 92%;
      margin: 140px auto 0; }
      .flow__schedule__title {
        position: relative;
        width: 100%; }
        .flow__schedule__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .flow__schedule__desc {
        position: relative;
        width: 100%; }
        .flow__schedule__desc p {
          width: 100%; }
          .flow__schedule__desc p img {
            width: 100%; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .flow {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .flow__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .flow__about__img {
        position: relative;
        width: 50%; }
        .flow__about__img p {
          width: 100%; }
          .flow__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .flow__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .flow__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0; }
        .flow__about__txt p:nth-child(2) {
          margin-top: 25px; }
    .flow__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .flow__step__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .flow__step__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .flow__step__title::after {
        content: '6 Steps';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .flow__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .flow__step__desc__nav {
          position: relative;
          width: 200px; }
          .flow__step__desc__nav .link-current a::after {
            background: none !important; }
        .flow__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .flow__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 45px; }
            .flow__step__desc__list__sp__num {
              position: relative;
              width: 100%;
              margin-bottom: 20px; }
              .flow__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 5.6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .flow__step__desc__list__sp__num p {
                position: absolute;
                width: 70px;
                top: -60px;
                left: 45px;
                z-index: 10; }
                .flow__step__desc__list__sp__num p img {
                  width: 100%; }
            .flow__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .flow__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 30px; }
                .flow__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 2.4rem;
                  font-weight: 600; }
                .flow__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .flow__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.4rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 4px; }
              .flow__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .flow__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .flow__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .flow__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .flow__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 30px; }
                  .flow__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .flow__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .flow__step__desc__list__sp__wrap__content__txt h4 {
                    width: 340px;
                    margin: 30px auto 0; }
          .flow__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 54px;
            height: 54px;
            bottom: -27px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .flow__step__desc__list__sp:nth-child(6):after {
            display: none; } }
@media screen and (max-width: 767px) {
  .flow {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .flow__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .flow__about__img {
        position: relative;
        width: 100%; }
        .flow__about__img p {
          width: 100%; }
          .flow__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .flow__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .flow__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .flow__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .flow__step {
      position: relative;
      width: 100%; }
      .flow__step__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto;
        overflow: hidden; }
        .flow__step__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .flow__step__title::after {
        content: '6 Steps';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .flow__step__desc {
        position: relative;
        width: 100%; }
        .flow__step__desc__nav {
          position: relative;
          width: 94%;
          margin: 0 auto; }
          .flow__step__desc__nav .page_contents_list {
            padding: 25px 10px; }
            .flow__step__desc__nav .page_contents_list ul {
              width: 100%; }
              .flow__step__desc__nav .page_contents_list ul li a {
                background: none !important; }
        .flow__step__desc__list {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3; }
          .flow__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 40px; }
            .flow__step__desc__list__sp__num {
              position: relative;
              width: 100%; }
              .flow__step__desc__list__sp__num h6 {
                display: none; }
              .flow__step__desc__list__sp__num p {
                position: absolute;
                width: 60px;
                top: -50px;
                left: 25px;
                z-index: 10; }
                .flow__step__desc__list__sp__num p img {
                  width: 100%; }
            .flow__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .flow__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin-bottom: 20px; }
                .flow__step__desc__list__sp__wrap__title__left {
                  width: 62px; }
                  .flow__step__desc__list__sp__wrap__title__left h6 {
                    color: #69A6BD;
                    font-size: 3.8rem;
                    font-family: "Inter", sans-serif;
                    font-weight: 600;
                    line-height: 1.0; }
                .flow__step__desc__list__sp__wrap__title__right {
                  flex: 1; }
                  .flow__step__desc__list__sp__wrap__title__right h3 {
                    color: #111;
                    font-size: 2rem;
                    font-weight: 600; }
                  .flow__step__desc__list__sp__wrap__title__right p {
                    position: relative;
                    font-size: 1.2rem;
                    color: #69A6BD;
                    font-weight: 600;
                    margin-bottom: 4px; }
              .flow__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .flow__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .flow__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .flow__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .flow__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 25px; }
                  .flow__step__desc__list__sp__wrap__content__txt p {
                    text-align: justify;
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .flow__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .flow__step__desc__list__sp__wrap__content__txt h4 {
                    width: 100%;
                    margin: 30px auto 0; }
          .flow__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            bottom: -20px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .flow__step__desc__list__sp:nth-child(6):after {
            display: none; } }

@media screen and (min-width: 1024px) {
  .real-estate {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .real-estate__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .real-estate__about__img {
        position: relative;
        width: 50%; }
        .real-estate__about__img p {
          width: 100%; }
          .real-estate__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .real-estate__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .real-estate__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .real-estate__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .real-estate__reason {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 100px 4%;
      margin-top: 120px;
      background-color: #f5f5f5; }
      .real-estate__reason__title {
        position: relative;
        width: 500px; }
        .real-estate__reason__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .real-estate__reason__desc {
        position: relative;
        flex: 1; }
        .real-estate__reason__desc__list {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 40px 0;
          border-bottom: 1px solid #ddd;
          z-index: 3; }
          .real-estate__reason__desc__list__num {
            width: 140px; }
            .real-estate__reason__desc__list__num p {
              position: relative;
              color: #111;
              font-size: 6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500; }
          .real-estate__reason__desc__list__sp {
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center; }
            .real-estate__reason__desc__list__sp__icon {
              position: relative;
              width: 100px;
              height: 100px;
              background-color: #fff;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              padding: 15px 15px; }
              .real-estate__reason__desc__list__sp__icon p {
                width: 100%; }
                .real-estate__reason__desc__list__sp__icon p img {
                  width: 100%; }
            .real-estate__reason__desc__list__sp__txt {
              position: relative;
              flex: 1;
              padding-left: 40px; }
              .real-estate__reason__desc__list__sp__txt h3 {
                color: #111;
                font-size: 2.2rem;
                line-height: 1.8;
                font-weight: 600; }
              .real-estate__reason__desc__list__sp__txt p {
                font-size: 1.5rem;
                line-height: 2.0;
                margin-top: 20px; }
        .real-estate__reason__desc__list:first-of-type {
          border-top: 1px solid #ddd; }
      .real-estate__reason__desc::after {
        content: 'Reason';
        position: absolute;
        bottom: -125px;
        right: 4%;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
    .real-estate__business {
      position: relative;
      width: 92%;
      margin: 140px auto 0; }
      .real-estate__business__title {
        position: relative;
        width: 100%;
        margin-bottom: 40px; }
        .real-estate__business__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .real-estate__business__list {
        position: relative;
        width: 100%; }
        .real-estate__business__list__sp {
          position: relative;
          width: 100%;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .real-estate__business__list__sp__title {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 10;
            padding: 35px 40px 40px; }
            .real-estate__business__list__sp__title p {
              position: relative;
              color: #fff;
              font-size: 1.5rem;
              font-weight: 500;
              text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp__title p::after {
              content: '';
              position: absolute;
              width: 12px;
              height: 1px;
              background-color: #fff;
              left: 1px;
              bottom: -15px; }
          .real-estate__business__list__sp__desc {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: space-between;
            z-index: 10;
            padding: 60px 40px 40px;
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .real-estate__business__list__sp__desc__txt {
              position: relative;
              flex: 1;
              padding-right: 20px; }
              .real-estate__business__list__sp__desc__txt h3 {
                color: #fff;
                font-size: 2.4rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp__desc__txt p {
                max-width: 600px;
                text-align: justify;
                color: #fff;
                font-size: 1.5rem;
                line-height: 1.8;
                margin-top: 15px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp__desc__btn {
              position: relative;
              width: 300px; }
              .real-estate__business__list__sp__desc__btn__style01 {
                width: 100%; }
                .real-estate__business__list__sp__desc__btn__style01 a, .real-estate__business__list__sp__desc__btn__style01 a:link a:visited {
                  position: relative;
                  width: 100%;
                  height: 60px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  font-size: 1.6rem;
                  font-weight: 600;
                  letter-spacing: 0.05em;
                  line-height: 1.0;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px;
                  background: url(../img/arrow_wh.svg) no-repeat right 15px center;
                  background-size: 12px;
                  border: 1px solid rgba(255, 255, 255, 0.6); }
                .real-estate__business__list__sp__desc__btn__style01 a:hover {
                  color: #fff;
                  background: url(../img/arrow_wh.svg) no-repeat right 10px center;
                  background-size: 12px;
                  border: 1px solid #fff; }
              .real-estate__business__list__sp__desc__btn__style01:nth-child(2) {
                margin-top: 15px; }
          .real-estate__business__list__sp__img {
            position: relative;
            width: 100%; }
            .real-estate__business__list__sp__img p {
              width: 100%; }
              .real-estate__business__list__sp__img p img {
                width: 100%;
                object-fit: cover;
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out; }
        .real-estate__business__list__sp02 {
          position: relative;
          width: 100%;
          margin-top: 20px; }
          .real-estate__business__list__sp02 a {
            position: relative;
            width: 100%;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              z-index: 10;
              padding: 35px 40px 40px; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title p {
                position: relative;
                color: #fff;
                font-size: 1.5rem;
                font-weight: 500;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title p::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 1px;
                background-color: #fff;
                left: 1px;
                bottom: -15px; }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              z-index: 10;
              padding: 60px 40px 40px;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
              padding-right: 30%; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt h3 {
                color: #fff;
                font-size: 2.4rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt p {
                width: 600px;
                text-align: justify;
                color: #fff;
                font-size: 1.5rem;
                line-height: 1.8;
                margin-top: 15px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img {
              position: relative;
              width: 100%; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img p {
                width: 100%; }
                .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img p img {
                  width: 100%;
                  object-fit: cover;
                  -webkit-transition: .3s ease-in-out;
                  transition: .3s ease-in-out; }
            .real-estate__business__list__sp02 a .arrow02 {
              overflow: hidden;
              position: absolute;
              bottom: 30px;
              right: 30px;
              width: 60px;
              height: 60px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border: 1px solid rgba(255, 255, 255, 0.6);
              z-index: 15;
              transition: all .3s; }
            .real-estate__business__list__sp02 a .arrow02:before,
            .real-estate__business__list__sp02 a .arrow02:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 58px;
              height: 58px;
              background: url(../img/arrow_wh.svg) no-repeat center center;
              background-size: 12px;
              animation-fill-mode: forwards;
              animation-duration: 0.3s; }
            .real-estate__business__list__sp02 a .arrow02:after {
              transform: translateX(-100%); }
          .real-estate__business__list__sp02 a:hover .arrow02 {
            border: 1px solid #fff; }
          .real-estate__business__list__sp02 a:hover .arrow02:before {
            animation-name: transformRightLeft;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0s; }
          .real-estate__business__list__sp02 a:hover .arrow02:after {
            animation-name: transformLeftRight;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0.2s; }
        .real-estate__business__list__sp02 > a:hover .real-estate__business__list__sp02__img img {
          -webkit-transform: scale(1.03);
          transform: scale(1.03); }
    .real-estate__cta {
      position: relative;
      width: 98%;
      height: 600px;
      background: url(../../img/order_img/order_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 160px auto 0; }
      .real-estate__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .real-estate__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 4rem;
          font-weight: 600; }
        .real-estate__cta__detail h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.2rem;
          line-height: 1.8;
          font-weight: 600;
          margin-top: 30px; }
        .real-estate__cta__detail h4 {
          margin: 35px auto 0; }
        .real-estate__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 15px; }
    .real-estate__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .real-estate {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .real-estate__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .real-estate__about__img {
        position: relative;
        width: 50%; }
        .real-estate__about__img p {
          width: 100%; }
          .real-estate__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .real-estate__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .real-estate__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .real-estate__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .real-estate__reason {
      position: relative;
      width: 100%;
      margin-top: 120px; }
      .real-estate__reason__title {
        position: relative;
        width: 92%;
        margin: 0 auto 35px; }
        .real-estate__reason__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .real-estate__reason__title h2 br {
            display: none; }
      .real-estate__reason__desc {
        position: relative;
        width: 96%;
        padding: 60px 4%;
        background-color: #f5f5f5;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        margin-left: 4%; }
        .real-estate__reason__desc__list {
          position: relative;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 35px 0;
          border-bottom: 1px solid #ddd;
          z-index: 3; }
          .real-estate__reason__desc__list__num {
            width: 120px; }
            .real-estate__reason__desc__list__num p {
              position: relative;
              color: #111;
              font-size: 5.6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500; }
          .real-estate__reason__desc__list__sp {
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center; }
            .real-estate__reason__desc__list__sp__icon {
              position: relative;
              width: 100px;
              height: 100px;
              background-color: #fff;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              padding: 20px 20px; }
              .real-estate__reason__desc__list__sp__icon p {
                width: 100%; }
                .real-estate__reason__desc__list__sp__icon p img {
                  width: 100%; }
            .real-estate__reason__desc__list__sp__txt {
              position: relative;
              flex: 1;
              padding-left: 30px; }
              .real-estate__reason__desc__list__sp__txt h3 {
                color: #111;
                font-size: 2rem;
                line-height: 1.8;
                font-weight: 600; }
              .real-estate__reason__desc__list__sp__txt p {
                font-size: 1.4rem;
                line-height: 2.0;
                margin-top: 15px; }
        .real-estate__reason__desc__list:first-of-type {
          border-top: 1px solid #ddd; }
      .real-estate__reason__desc::after {
        content: 'Reason';
        position: absolute;
        bottom: -20px;
        right: 4%;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
    .real-estate__business {
      position: relative;
      width: 92%;
      margin: 120px auto 0; }
      .real-estate__business__title {
        position: relative;
        width: 100%;
        margin: 0 auto 35px; }
        .real-estate__business__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .real-estate__business__title h2 br {
            display: none; }
      .real-estate__business__list {
        position: relative;
        width: 100%; }
        .real-estate__business__list__sp {
          position: relative;
          width: 100%;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .real-estate__business__list__sp__title {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 10;
            padding: 35px 35px; }
            .real-estate__business__list__sp__title p {
              position: relative;
              color: #fff;
              font-size: 1.4rem;
              font-weight: 600; }
            .real-estate__business__list__sp__title p::after {
              content: '';
              position: absolute;
              width: 12px;
              height: 1px;
              background-color: #fff;
              left: 0;
              bottom: -15px; }
          .real-estate__business__list__sp__desc {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: space-between;
            z-index: 10;
            padding: 35px 35px;
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45)); }
            .real-estate__business__list__sp__desc__txt {
              position: relative;
              flex: 1; }
              .real-estate__business__list__sp__desc__txt h3 {
                color: #fff;
                font-size: 2rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp__desc__txt p {
                width: 90%;
                text-align: justify;
                color: #fff;
                font-size: 1.4rem;
                line-height: 1.8;
                margin-top: 15px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp__desc__btn {
              position: relative;
              width: 280px; }
              .real-estate__business__list__sp__desc__btn__style01 {
                width: 100%; }
                .real-estate__business__list__sp__desc__btn__style01 a, .real-estate__business__list__sp__desc__btn__style01 a:link a:visited {
                  position: relative;
                  width: 100%;
                  height: 56px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  font-size: 1.5rem;
                  font-weight: 600;
                  letter-spacing: 0.05em;
                  line-height: 1.0;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px;
                  background: url(../img/arrow_wh.svg) no-repeat right 15px center;
                  background-size: 12px;
                  border: 1px solid rgba(255, 255, 255, 0.6); }
                .real-estate__business__list__sp__desc__btn__style01 a:hover {
                  color: #fff;
                  background: url(../img/arrow_wh.svg) no-repeat right 10px center;
                  background-size: 12px;
                  border: 1px solid #fff; }
              .real-estate__business__list__sp__desc__btn__style01:nth-child(2) {
                margin-top: 15px; }
          .real-estate__business__list__sp__img {
            position: relative;
            width: 100%; }
            .real-estate__business__list__sp__img p {
              width: 100%; }
              .real-estate__business__list__sp__img p img {
                width: 100%;
                height: 450px;
                object-fit: cover; }
        .real-estate__business__list__sp02 {
          position: relative;
          width: 100%;
          margin-top: 15px; }
          .real-estate__business__list__sp02 a {
            position: relative;
            width: 100%;
            height: 450px;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              z-index: 10;
              padding: 35px 35px; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title p {
                position: relative;
                color: #fff;
                font-size: 1.4rem;
                font-weight: 600; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title p::after {
                content: '';
                position: absolute;
                width: 12px;
                height: 1px;
                background-color: #fff;
                left: 0;
                bottom: -15px; }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              z-index: 10;
              padding: 35px 35px;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45)); }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt h3 {
                color: #fff;
                font-size: 2rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt p {
                width: 80%;
                text-align: justify;
                color: #fff;
                font-size: 1.4rem;
                line-height: 1.8;
                margin-top: 15px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img {
              position: relative;
              width: 100%; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img p {
                width: 100%; }
                .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img p img {
                  width: 100%;
                  height: 450px;
                  object-fit: cover;
                  -webkit-transition: .3s ease-in-out;
                  transition: .3s ease-in-out; }
            .real-estate__business__list__sp02 a .arrow02 {
              overflow: hidden;
              position: absolute;
              bottom: 25px;
              right: 25px;
              width: 56px;
              height: 56px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border: 1px solid rgba(255, 255, 255, 0.6);
              z-index: 15;
              transition: all .3s; }
            .real-estate__business__list__sp02 a .arrow02:before,
            .real-estate__business__list__sp02 a .arrow02:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 54px;
              height: 54px;
              background: url(../img/arrow_wh.svg) no-repeat center center;
              background-size: 12px;
              animation-fill-mode: forwards;
              animation-duration: 0.3s; }
            .real-estate__business__list__sp02 a .arrow02:after {
              transform: translateX(-100%); }
          .real-estate__business__list__sp02 a:hover .arrow02 {
            border: 1px solid #fff; }
          .real-estate__business__list__sp02 a:hover .arrow02:before {
            animation-name: transformRightLeft;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0s; }
          .real-estate__business__list__sp02 a:hover .arrow02:after {
            animation-name: transformLeftRight;
            /* 修正: hover時のアニメーションを指定 */
            animation-delay: 0.2s; }
        .real-estate__business__list__sp02 > a:hover .real-estate__business__list__sp02__img img {
          -webkit-transform: scale(1.04);
          transform: scale(1.04); }
    .real-estate__cta {
      position: relative;
      width: 98%;
      height: 500px;
      background: url(../../img/order_img/order_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 140px auto 0; }
      .real-estate__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .real-estate__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 3rem;
          font-weight: 600; }
        .real-estate__cta__detail h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 500;
          margin-top: 25px; }
        .real-estate__cta__detail h4 {
          width: 340px;
          margin: 30px auto 0; }
        .real-estate__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 15px; }
    .real-estate__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 767px) {
  .real-estate {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .real-estate__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .real-estate__about__img {
        position: relative;
        width: 100%; }
        .real-estate__about__img p {
          width: 100%; }
          .real-estate__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .real-estate__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .real-estate__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .real-estate__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .real-estate__reason {
      position: relative;
      width: 100%;
      margin-top: 100px; }
      .real-estate__reason__title {
        position: relative;
        width: 90%;
        margin: 0 auto 25px; }
        .real-estate__reason__title h2 {
          color: #111;
          font-size: 2.4rem;
          font-weight: 600; }
      .real-estate__reason__desc {
        position: relative;
        width: 95%;
        padding: 30px 25px 35px;
        background-color: #f5f5f5;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        margin-left: 5%; }
        .real-estate__reason__desc__list {
          position: relative;
          padding: 25px 0;
          border-bottom: 1px solid #ddd;
          z-index: 3; }
          .real-estate__reason__desc__list__num {
            width: 100%; }
            .real-estate__reason__desc__list__num p {
              position: relative;
              color: #111;
              font-size: 3.8rem;
              font-family: "Inter", sans-serif;
              font-weight: 500; }
          .real-estate__reason__desc__list__sp {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 15px; }
            .real-estate__reason__desc__list__sp__icon {
              position: relative;
              width: 80px;
              height: 80px;
              background-color: #fff;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              margin-top: 5px;
              padding: 8px 8px; }
              .real-estate__reason__desc__list__sp__icon p {
                width: 100%; }
                .real-estate__reason__desc__list__sp__icon p img {
                  width: 100%; }
            .real-estate__reason__desc__list__sp__txt {
              flex: 1;
              padding-left: 20px; }
              .real-estate__reason__desc__list__sp__txt h3 {
                color: #111;
                font-size: 1.8rem;
                line-height: 1.7;
                font-weight: 600; }
              .real-estate__reason__desc__list__sp__txt p {
                font-size: 1.4rem;
                line-height: 2.0;
                margin-top: 15px; }
        .real-estate__reason__desc__list:first-of-type {
          border-top: 1px solid #ddd; }
      .real-estate__reason__desc::after {
        content: 'Reason';
        position: absolute;
        bottom: -13px;
        right: 20px;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
    .real-estate__business {
      position: relative;
      width: 100%;
      margin: 100px auto 0; }
      .real-estate__business__title {
        width: 90%;
        margin: 0 auto 25px; }
        .real-estate__business__title h2 {
          font-size: 2.4rem;
          color: #111;
          font-weight: 600; }
      .real-estate__business__list {
        position: relative;
        width: 94%;
        margin: 0 auto; }
        .real-estate__business__list__sp {
          position: relative;
          width: 100%;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
          .real-estate__business__list__sp__title {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 10;
            padding: 22px 25px 25px; }
            .real-estate__business__list__sp__title p {
              position: relative;
              color: #fff;
              font-size: 1.4rem;
              font-weight: 500; }
            .real-estate__business__list__sp__title p::after {
              content: '';
              position: absolute;
              width: 10px;
              height: 1px;
              background-color: #fff;
              left: 0;
              bottom: -10px; }
          .real-estate__business__list__sp__desc {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 10;
            padding: 45px 25px 30px;
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
            .real-estate__business__list__sp__desc__txt {
              position: relative;
              width: 100%; }
              .real-estate__business__list__sp__desc__txt h3 {
                color: #fff;
                font-size: 2rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp__desc__txt p {
                text-align: justify;
                color: #fff;
                font-size: 1.4rem;
                line-height: 1.7;
                margin-top: 12px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp__desc__btn {
              position: relative;
              width: 100%;
              margin: 20px auto 0; }
              .real-estate__business__list__sp__desc__btn__style01 {
                width: 100%; }
                .real-estate__business__list__sp__desc__btn__style01 a {
                  position: relative;
                  width: 100%;
                  height: 52px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  font-size: 1.5rem;
                  font-weight: 600;
                  letter-spacing: 0.05em;
                  line-height: 1.0;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px;
                  background: url(../img/arrow_wh.svg) no-repeat right 15px center;
                  background-size: 10px;
                  border: 1px solid rgba(255, 255, 255, 0.6); }
              .real-estate__business__list__sp__desc__btn__style01:nth-child(2) {
                margin-top: 12px; }
          .real-estate__business__list__sp__img {
            position: relative;
            width: 100%; }
            .real-estate__business__list__sp__img p {
              width: 100%; }
              .real-estate__business__list__sp__img p img {
                width: 100%;
                object-fit: cover;
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out; }
        .real-estate__business__list__sp::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.1); }
        .real-estate__business__list__sp02 {
          position: relative;
          width: 100%;
          margin-top: 15px; }
          .real-estate__business__list__sp02 a {
            position: relative;
            width: 100%;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            overflow: hidden; }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              z-index: 10;
              padding: 22px 25px 25px; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title p {
                position: relative;
                color: #fff;
                font-size: 1.4rem;
                font-weight: 500; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__title p::after {
                content: '';
                position: absolute;
                width: 10px;
                height: 1px;
                background-color: #fff;
                left: 0;
                bottom: -10px; }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt {
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              z-index: 10;
              padding: 65px 25% 25px 25px;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt h3 {
                color: #fff;
                font-size: 2rem;
                font-weight: 600;
                text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__txt p {
                text-align: justify;
                color: #fff;
                font-size: 1.4rem;
                line-height: 1.7;
                margin-top: 12px;
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
            .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img {
              position: relative;
              width: 100%; }
              .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img p {
                width: 100%; }
                .real-estate__business__list__sp02 a .real-estate__business__list__sp02__img p img {
                  width: 100%;
                  object-fit: cover;
                  -webkit-transition: .3s ease-in-out;
                  transition: .3s ease-in-out; }
            .real-estate__business__list__sp02 a .arrow02 {
              overflow: hidden;
              position: absolute;
              bottom: 15px;
              right: 15px;
              width: 40px;
              height: 40px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border: 1px solid #fff;
              z-index: 15; }
            .real-estate__business__list__sp02 a .arrow02:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 38px;
              height: 38px;
              background: url(../img/arrow_wh.svg) no-repeat center center;
              background-size: 10px; }
          .real-estate__business__list__sp02 a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.1); }
    .real-estate__cta {
      position: relative;
      width: 100%;
      height: 560px;
      background: url(../../img/order_img/sp_order_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      margin: 120px auto 0; }
      .real-estate__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .real-estate__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 600; }
        .real-estate__cta__detail h3 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.8rem;
          line-height: 1.8;
          font-weight: 500;
          margin-top: 25px; }
        .real-estate__cta__detail h4 {
          width: 76%;
          margin: 30px auto 0; }
        .real-estate__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin: 15px auto 0; }
    .real-estate__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }

@media screen and (min-width: 1024px) {
  .sales {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .sales__about {
      position: relative;
      width: 92%;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      padding: 60px 60px;
      margin: 0 auto; }
      .sales__about h2 {
        color: #111;
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600;
        margin-bottom: 30px; }
      .sales__about h3 {
        position: absolute;
        width: 92%;
        left: 50%;
        bottom: -50px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 2.2rem;
        line-height: 1.7;
        font-weight: 600;
        padding: 20px 20px;
        background-color: #69A6BD;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .sales__about h3::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -16px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .sales__about__list {
        position: relative;
        width: 100%;
        padding: 20px 40px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .sales__about__list ul {
          position: relative;
          width: 100%; }
          .sales__about__list ul li {
            position: relative;
            font-size: 1.8rem;
            font-weight: 500;
            border-bottom: 1px dotted #ddd;
            padding: 25px 0 25px 55px; }
          .sales__about__list ul li:last-of-type {
            border-bottom: none; }
          .sales__about__list ul li::before {
            content: '';
            position: absolute;
            width: 41px;
            height: 34px;
            top: 22px;
            left: 0;
            background: url(../img/check_icon01.svg) no-repeat 0 center;
            background-size: 100%; }
    .sales__support {
      position: relative;
      width: 92%;
      margin: 180px auto 0; }
      .sales__support__title {
        position: relative;
        width: 100%;
        padding: 0 0 40px; }
        .sales__support__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .sales__support__list {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .sales__support__list__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 40px 0;
          border-bottom: 1px solid #E5E5E5; }
          .sales__support__list__sp__num {
            width: 120px; }
            .sales__support__list__sp__num p {
              color: #111;
              font-size: 6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .sales__support__list__sp__txt {
            position: relative;
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center; }
            .sales__support__list__sp__txt h3 {
              width: 470px;
              color: #111;
              font-size: 2.4rem;
              line-height: 1.7;
              font-weight: 600;
              padding-left: 120px;
              border-left: 1px solid #E5E5E5; }
            .sales__support__list__sp__txt p {
              flex: 1;
              font-size: 1.5rem;
              line-height: 2.0; }
    .sales__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .sales__step__title {
        position: relative;
        width: 100%;
        padding: 160px 0 40px;
        overflow: hidden; }
        .sales__step__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .sales__step__title::after {
        content: '5 Steps';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .sales__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .sales__step__desc__nav {
          position: relative;
          width: 260px; }
        .sales__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .sales__step__desc__list__sp {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 60px; }
            .sales__step__desc__list__sp__num {
              position: relative;
              width: 140px; }
              .sales__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .sales__step__desc__list__sp__num p {
                position: absolute;
                width: 85px;
                top: -75px;
                right: 20px;
                z-index: 10; }
                .sales__step__desc__list__sp__num p img {
                  width: 100%; }
            .sales__step__desc__list__sp__wrap {
              position: relative;
              flex: 1; }
              .sales__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 40px; }
                .sales__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 3rem;
                  font-weight: 600; }
                .sales__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .sales__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.5rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 5px; }
              .sales__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                z-index: 3; }
                .sales__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 50%; }
                  .sales__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .sales__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .sales__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 50%;
                  padding-left: 40px; }
                  .sales__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.5rem;
                    line-height: 2.0; }
                  .sales__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 30px; }
                  .sales__step__desc__list__sp__wrap__content__txt h4 {
                    margin-top: 35px; }
          .sales__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 64px;
            height: 64px;
            bottom: -32px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 12px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .sales__step__desc__list__sp:nth-child(5):after {
            display: none; }
    .sales__cta {
      position: relative;
      width: 98%;
      height: 600px;
      background: url(../../img/sales_img/sales_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 160px auto 0; }
      .sales__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .sales__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 4rem;
          font-weight: 600; }
        .sales__cta__detail h4 {
          margin: 35px auto 0; }
        .sales__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 20px; }
    .sales__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sales {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .sales__about {
      position: relative;
      width: 94%;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      padding: 40px 25px 45px;
      margin: 0 auto; }
      .sales__about h2 {
        color: #111;
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600;
        margin: 0 20px 25px; }
      .sales__about h3 {
        position: absolute;
        width: 94%;
        left: 50%;
        bottom: -88px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 2rem;
        line-height: 1.7;
        font-weight: 600;
        padding: 20px 25px;
        background-color: #69A6BD;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .sales__about h3::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -12px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .sales__about__list {
        position: relative;
        width: 100%;
        padding: 10px 35px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .sales__about__list ul {
          position: relative;
          width: 100%; }
          .sales__about__list ul li {
            position: relative;
            font-size: 1.6rem;
            font-weight: 500;
            line-height: 1.8;
            border-bottom: 1px dotted #ddd;
            padding: 20px 0 20px 45px; }
          .sales__about__list ul li:last-of-type {
            border-bottom: none; }
          .sales__about__list ul li::before {
            content: '';
            position: absolute;
            width: 32px;
            height: 27px;
            top: 22px;
            left: 0;
            background: url(../img/check_icon01.svg) no-repeat 0 center;
            background-size: 100%; }
    .sales__support {
      position: relative;
      width: 92%;
      margin: 160px auto 0; }
      .sales__support__title {
        position: relative;
        width: 100%;
        padding: 0 0 30px; }
        .sales__support__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
      .sales__support__list {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .sales__support__list__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 35px 0;
          border-bottom: 1px solid #E5E5E5; }
          .sales__support__list__sp__num {
            width: 100px;
            border-right: 1px solid #E5E5E5; }
            .sales__support__list__sp__num p {
              color: #111;
              font-size: 5.6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .sales__support__list__sp__txt {
            position: relative;
            flex: 1;
            padding-left: 45px; }
            .sales__support__list__sp__txt h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .sales__support__list__sp__txt p {
              flex: 1;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 20px; }
    .sales__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .sales__step__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .sales__step__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .sales__step__title::after {
        content: '5 Steps';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .sales__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .sales__step__desc__nav {
          position: relative;
          width: 200px; }
          .sales__step__desc__nav .link-current a::after {
            background: none !important; }
        .sales__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .sales__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 45px; }
            .sales__step__desc__list__sp__num {
              position: relative;
              width: 100%;
              margin-bottom: 20px; }
              .sales__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 5.6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .sales__step__desc__list__sp__num p {
                position: absolute;
                width: 70px;
                top: -60px;
                left: 45px;
                z-index: 10; }
                .sales__step__desc__list__sp__num p img {
                  width: 100%; }
            .sales__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .sales__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 30px; }
                .sales__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 2.4rem;
                  font-weight: 600; }
                .sales__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .sales__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.4rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 4px; }
              .sales__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .sales__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .sales__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .sales__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .sales__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 30px; }
                  .sales__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .sales__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .sales__step__desc__list__sp__wrap__content__txt h4 {
                    width: 340px;
                    margin: 30px auto 0; }
          .sales__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 54px;
            height: 54px;
            bottom: -27px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .sales__step__desc__list__sp:nth-child(5):after {
            display: none; }
    .sales__cta {
      position: relative;
      width: 98%;
      height: 450px;
      background: url(../../img/sales_img/sales_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 140px auto 0; }
      .sales__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .sales__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 3rem;
          font-weight: 600; }
        .sales__cta__detail h4 {
          width: 340px;
          margin: 30px auto 0; }
        .sales__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 20px; }
    .sales__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 767px) {
  .sales {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .sales__about {
      position: relative;
      width: 94%;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      padding: 25px 10px;
      margin: 0 auto; }
      .sales__about h2 {
        text-align: center;
        color: #111;
        font-size: 2rem;
        line-height: 1.7;
        font-weight: 600;
        margin-bottom: 20px; }
      .sales__about h3 {
        position: absolute;
        width: 88%;
        left: 50%;
        bottom: -102px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: 600;
        padding: 15px 15px;
        background-color: #69A6BD;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .sales__about h3::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -12px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .sales__about__list {
        position: relative;
        width: 100%;
        padding: 10px 20px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
        .sales__about__list ul {
          position: relative;
          width: 100%; }
          .sales__about__list ul li {
            position: relative;
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.8;
            border-bottom: 1px dotted #ddd;
            padding: 15px 0 15px 40px; }
          .sales__about__list ul li:last-of-type {
            border-bottom: none; }
          .sales__about__list ul li::before {
            content: '';
            position: absolute;
            width: 29px;
            height: 24px;
            top: 30px;
            left: 0;
            background: url(../img/check_icon01.svg) no-repeat 0 center;
            background-size: 100%; }
    .sales__support {
      position: relative;
      width: 90%;
      margin: 160px auto 0; }
      .sales__support__title {
        position: relative;
        width: 100%;
        padding: 0 0 25px; }
        .sales__support__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600; }
      .sales__support__list {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .sales__support__list__sp {
          position: relative;
          width: 100%;
          padding: 25px 0;
          border-bottom: 1px solid #E5E5E5; }
          .sales__support__list__sp__num {
            width: 100%; }
            .sales__support__list__sp__num p {
              color: #111;
              font-size: 3.8rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .sales__support__list__sp__txt {
            position: relative;
            width: 100%;
            margin-top: 20px; }
            .sales__support__list__sp__txt h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .sales__support__list__sp__txt p {
              text-align: justify;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 15px; }
    .sales__step {
      position: relative;
      width: 100%; }
      .sales__step__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto;
        overflow: hidden; }
        .sales__step__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .sales__step__title::after {
        content: '5 Steps';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .sales__step__desc {
        position: relative;
        width: 100%; }
        .sales__step__desc__nav {
          position: relative;
          width: 94%;
          margin: 0 auto; }
          .sales__step__desc__nav .page_contents_list {
            padding: 25px 10px; }
            .sales__step__desc__nav .page_contents_list ul {
              width: 100%; }
              .sales__step__desc__nav .page_contents_list ul li a {
                background: none !important; }
        .sales__step__desc__list {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3; }
          .sales__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 40px; }
            .sales__step__desc__list__sp__num {
              position: relative;
              width: 100%; }
              .sales__step__desc__list__sp__num h6 {
                display: none; }
              .sales__step__desc__list__sp__num p {
                position: absolute;
                width: 60px;
                top: -50px;
                left: 25px;
                z-index: 10; }
                .sales__step__desc__list__sp__num p img {
                  width: 100%; }
            .sales__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .sales__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin-bottom: 20px; }
                .sales__step__desc__list__sp__wrap__title__left {
                  width: 62px; }
                  .sales__step__desc__list__sp__wrap__title__left h6 {
                    color: #69A6BD;
                    font-size: 3.8rem;
                    font-family: "Inter", sans-serif;
                    font-weight: 600;
                    line-height: 1.0; }
                .sales__step__desc__list__sp__wrap__title__right {
                  flex: 1; }
                  .sales__step__desc__list__sp__wrap__title__right h3 {
                    color: #111;
                    font-size: 2rem;
                    font-weight: 600; }
                  .sales__step__desc__list__sp__wrap__title__right p {
                    position: relative;
                    font-size: 1.2rem;
                    color: #69A6BD;
                    font-weight: 600;
                    margin-bottom: 4px; }
              .sales__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .sales__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .sales__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .sales__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .sales__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 25px; }
                  .sales__step__desc__list__sp__wrap__content__txt p {
                    text-align: justify;
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .sales__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .sales__step__desc__list__sp__wrap__content__txt h4 {
                    width: 100%;
                    margin: 30px auto 0; }
          .sales__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            bottom: -20px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .sales__step__desc__list__sp:nth-child(5):after {
            display: none; }
    .sales__cta {
      position: relative;
      width: 100%;
      height: 560px;
      background: url(../../img/sales_img/sp_sales_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      margin: 120px auto 0; }
      .sales__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .sales__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 600;
          line-height: 1.6; }
        .sales__cta__detail h4 {
          width: 76%;
          margin: 30px auto 0; }
        .sales__cta__detail p {
          width: 82%;
          text-align: justify;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin: 15px auto 0; }
    .sales__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }

@media screen and (min-width: 1024px) {
  .inheritance {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .inheritance__about {
      position: relative;
      width: 92%;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      padding: 60px 60px;
      margin: 0 auto; }
      .inheritance__about h2 {
        color: #111;
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600;
        margin-bottom: 30px; }
      .inheritance__about h4 {
        position: relative;
        color: #69A6BD;
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 6px; }
      .inheritance__about__sub {
        position: absolute;
        width: 92%;
        left: 50%;
        bottom: -190px;
        background-color: #69A6BD;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
        .inheritance__about__sub h3 {
          text-align: center;
          color: #fff;
          font-size: 2.2rem;
          line-height: 1.7;
          font-weight: 600;
          padding: 20px 0; }
        .inheritance__about__sub p {
          width: 100%;
          background-color: #fff;
          font-size: 1.5rem;
          line-height: 2.0;
          padding: 40px 10%;
          border-radius: 0 0 4px 4px;
          -webkit-border-radius: 0 0 4px 4px;
          -moz-border-radius: 0 0 4px 4px; }
      .inheritance__about__sub::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%; }
      .inheritance__about__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; }
        .inheritance__about__list dl {
          position: relative;
          width: 49.2%;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 35px 40px 35px 96px;
          background: url(../img/check_icon01.svg) no-repeat 38px center;
          background-size: 41px;
          background-color: #fff; }
          .inheritance__about__list dl dt {
            color: #111;
            font-size: 2.2rem;
            font-weight: 600;
            border-bottom: 1px dotted #ddd;
            padding-bottom: 10px; }
          .inheritance__about__list dl dd {
            font-size: 1.6rem;
            font-weight: 500;
            line-height: 1.8;
            margin-top: 15px; }
        .inheritance__about__list dl:nth-child(n+3) {
          margin-top: 20px; }
    .inheritance__support {
      position: relative;
      width: 92%;
      margin: 300px auto 0; }
      .inheritance__support__title {
        position: relative;
        width: 100%;
        padding: 0 0 40px; }
        .inheritance__support__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .inheritance__support__list {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .inheritance__support__list__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 40px 0;
          border-bottom: 1px solid #E5E5E5; }
          .inheritance__support__list__sp__num {
            width: 120px; }
            .inheritance__support__list__sp__num p {
              color: #111;
              font-size: 6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .inheritance__support__list__sp__txt {
            position: relative;
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center; }
            .inheritance__support__list__sp__txt h3 {
              width: 500px;
              color: #111;
              font-size: 2.4rem;
              line-height: 1.7;
              font-weight: 600;
              padding-left: 120px;
              border-left: 1px solid #E5E5E5; }
            .inheritance__support__list__sp__txt p {
              flex: 1;
              font-size: 1.5rem;
              line-height: 2.0; }
    .inheritance__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .inheritance__step__title {
        position: relative;
        width: 100%;
        padding: 160px 0 40px;
        overflow: hidden; }
        .inheritance__step__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .inheritance__step__title::after {
        content: '4 Steps';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .inheritance__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .inheritance__step__desc__nav {
          position: relative;
          width: 260px; }
        .inheritance__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .inheritance__step__desc__list__sp {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 60px; }
            .inheritance__step__desc__list__sp__num {
              position: relative;
              width: 140px; }
              .inheritance__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .inheritance__step__desc__list__sp__num p {
                position: absolute;
                width: 85px;
                top: -75px;
                right: 20px;
                z-index: 10; }
                .inheritance__step__desc__list__sp__num p img {
                  width: 100%; }
            .inheritance__step__desc__list__sp__wrap {
              position: relative;
              flex: 1; }
              .inheritance__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 40px; }
                .inheritance__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 3rem;
                  font-weight: 600; }
                .inheritance__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .inheritance__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.5rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 5px; }
              .inheritance__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                z-index: 3; }
                .inheritance__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 50%; }
                  .inheritance__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .inheritance__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .inheritance__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 50%;
                  padding-left: 40px; }
                  .inheritance__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.5rem;
                    line-height: 2.0; }
                  .inheritance__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 30px; }
                  .inheritance__step__desc__list__sp__wrap__content__txt h4 {
                    margin-top: 35px; }
          .inheritance__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 64px;
            height: 64px;
            bottom: -32px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 12px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .inheritance__step__desc__list__sp:nth-child(4):after {
            display: none; }
    .inheritance__cta {
      position: relative;
      width: 98%;
      height: 600px;
      background: url(../../img/sales_img/sales_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 160px auto 0; }
      .inheritance__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .inheritance__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 4rem;
          font-weight: 600; }
        .inheritance__cta__detail h4 {
          margin: 35px auto 0; }
        .inheritance__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 20px; }
    .inheritance__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .inheritance {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .inheritance__about {
      position: relative;
      width: 94%;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      padding: 40px 25px 45px;
      margin: 0 auto; }
      .inheritance__about h2 {
        color: #111;
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600;
        margin: 0 20px 25px; }
      .inheritance__about h4 {
        position: relative;
        color: #69A6BD;
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: 600;
        margin: 0 25px 4px; }
      .inheritance__about__sub {
        position: absolute;
        width: 96%;
        left: 50%;
        bottom: -190px;
        background-color: #69A6BD;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
        .inheritance__about__sub h3 {
          text-align: center;
          color: #fff;
          font-size: 1.8rem;
          line-height: 1.7;
          font-weight: 600;
          padding: 20px 0; }
        .inheritance__about__sub p {
          width: 100%;
          background-color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          padding: 30px 30px;
          border-radius: 0 0 4px 4px;
          -webkit-border-radius: 0 0 4px 4px;
          -moz-border-radius: 0 0 4px 4px; }
      .inheritance__about__sub::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -12px;
        left: 50%;
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .inheritance__about__list {
        position: relative;
        width: 100%; }
        .inheritance__about__list dl {
          position: relative;
          width: 100%;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 30px 30px 30px 80px;
          background: url(../img/check_icon01.svg) no-repeat 30px center;
          background-size: 32px;
          background-color: #fff; }
          .inheritance__about__list dl dt {
            color: #111;
            font-size: 1.8rem;
            font-weight: 600;
            border-bottom: 1px dotted #ddd;
            padding-bottom: 10px; }
          .inheritance__about__list dl dd {
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.8;
            margin-top: 15px; }
        .inheritance__about__list dl:nth-child(n+2) {
          margin-top: 15px; }
    .inheritance__support {
      position: relative;
      width: 92%;
      margin: 300px auto 0; }
      .inheritance__support__title {
        position: relative;
        width: 100%;
        padding: 0 0 30px; }
        .inheritance__support__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
      .inheritance__support__list {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .inheritance__support__list__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 35px 0;
          border-bottom: 1px solid #E5E5E5; }
          .inheritance__support__list__sp__num {
            width: 100px;
            border-right: 1px solid #E5E5E5; }
            .inheritance__support__list__sp__num p {
              color: #111;
              font-size: 5.6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .inheritance__support__list__sp__txt {
            position: relative;
            flex: 1;
            padding-left: 45px; }
            .inheritance__support__list__sp__txt h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .inheritance__support__list__sp__txt p {
              flex: 1;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 20px; }
    .inheritance__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .inheritance__step__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .inheritance__step__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .inheritance__step__title::after {
        content: '4 Steps';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .inheritance__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .inheritance__step__desc__nav {
          position: relative;
          width: 200px; }
          .inheritance__step__desc__nav .link-current a::after {
            background: none !important; }
        .inheritance__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .inheritance__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 45px; }
            .inheritance__step__desc__list__sp__num {
              position: relative;
              width: 100%;
              margin-bottom: 20px; }
              .inheritance__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 5.6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .inheritance__step__desc__list__sp__num p {
                position: absolute;
                width: 70px;
                top: -60px;
                left: 45px;
                z-index: 10; }
                .inheritance__step__desc__list__sp__num p img {
                  width: 100%; }
            .inheritance__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .inheritance__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 30px; }
                .inheritance__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 2.4rem;
                  font-weight: 600; }
                .inheritance__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .inheritance__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.4rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 4px; }
              .inheritance__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .inheritance__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .inheritance__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .inheritance__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .inheritance__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 30px; }
                  .inheritance__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .inheritance__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .inheritance__step__desc__list__sp__wrap__content__txt h4 {
                    width: 340px;
                    margin: 30px auto 0; }
          .inheritance__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 54px;
            height: 54px;
            bottom: -27px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .inheritance__step__desc__list__sp:nth-child(4):after {
            display: none; }
    .inheritance__cta {
      position: relative;
      width: 98%;
      height: 450px;
      background: url(../../img/sales_img/sales_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 140px auto 0; }
      .inheritance__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .inheritance__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 3rem;
          font-weight: 600; }
        .inheritance__cta__detail h4 {
          width: 340px;
          margin: 30px auto 0; }
        .inheritance__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 20px; }
    .inheritance__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 767px) {
  .inheritance {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .inheritance__about {
      position: relative;
      width: 94%;
      background-color: #f5f5f5;
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      padding: 25px 10px;
      margin: 0 auto; }
      .inheritance__about h2 {
        text-align: center;
        color: #111;
        font-size: 2rem;
        line-height: 1.7;
        font-weight: 600;
        margin-bottom: 20px; }
      .inheritance__about h4 {
        text-align: center;
        color: #69A6BD;
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 4px; }
      .inheritance__about__sub {
        position: absolute;
        width: 96%;
        left: 50%;
        bottom: -255px;
        background-color: #69A6BD;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
        .inheritance__about__sub h3 {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1.7;
          font-weight: 600;
          padding: 20px 20px; }
        .inheritance__about__sub p {
          width: 100%;
          background-color: #fff;
          font-size: 1.4rem;
          line-height: 1.8;
          padding: 20px 6%;
          border-radius: 0 0 4px 4px;
          -webkit-border-radius: 0 0 4px 4px;
          -moz-border-radius: 0 0 4px 4px; }
      .inheritance__about__sub::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 26px;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: url(../img/comment_arrow.svg) no-repeat 0 0;
        background-size: 100%; }
      .inheritance__about__list {
        position: relative;
        width: 100%; }
        .inheritance__about__list dl {
          position: relative;
          width: 100%;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 20px 20px 20px 65px;
          background: url(../img/check_icon01.svg) no-repeat 18px center;
          background-size: 29px;
          background-color: #fff; }
          .inheritance__about__list dl dt {
            color: #111;
            font-size: 1.6rem;
            font-weight: 600;
            border-bottom: 1px dotted #ddd;
            padding-bottom: 6px; }
          .inheritance__about__list dl dd {
            text-align: justify;
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.8;
            margin-top: 12px; }
        .inheritance__about__list dl:nth-child(n+2) {
          margin-top: 10px; }
    .inheritance__support {
      position: relative;
      width: 90%;
      margin: 330px auto 0; }
      .inheritance__support__title {
        position: relative;
        width: 100%;
        padding: 0 0 25px; }
        .inheritance__support__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600; }
      .inheritance__support__list {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .inheritance__support__list__sp {
          position: relative;
          width: 100%;
          padding: 25px 0;
          border-bottom: 1px solid #E5E5E5; }
          .inheritance__support__list__sp__num {
            width: 100%; }
            .inheritance__support__list__sp__num p {
              color: #111;
              font-size: 3.8rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .inheritance__support__list__sp__txt {
            position: relative;
            width: 100%;
            margin-top: 20px; }
            .inheritance__support__list__sp__txt h3 {
              color: #111;
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .inheritance__support__list__sp__txt p {
              text-align: justify;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 15px; }
    .inheritance__step {
      position: relative;
      width: 100%; }
      .inheritance__step__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto;
        overflow: hidden; }
        .inheritance__step__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .inheritance__step__title::after {
        content: '4 Steps';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .inheritance__step__desc {
        position: relative;
        width: 100%; }
        .inheritance__step__desc__nav {
          position: relative;
          width: 94%;
          margin: 0 auto; }
          .inheritance__step__desc__nav .page_contents_list {
            padding: 25px 10px; }
            .inheritance__step__desc__nav .page_contents_list ul {
              width: 100%; }
              .inheritance__step__desc__nav .page_contents_list ul li a {
                background: none !important; }
        .inheritance__step__desc__list {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3; }
          .inheritance__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 40px; }
            .inheritance__step__desc__list__sp__num {
              position: relative;
              width: 100%; }
              .inheritance__step__desc__list__sp__num h6 {
                display: none; }
              .inheritance__step__desc__list__sp__num p {
                position: absolute;
                width: 60px;
                top: -50px;
                left: 25px;
                z-index: 10; }
                .inheritance__step__desc__list__sp__num p img {
                  width: 100%; }
            .inheritance__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .inheritance__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin-bottom: 20px; }
                .inheritance__step__desc__list__sp__wrap__title h3 {
                  flex: 1;
                  color: #111;
                  font-size: 2rem;
                  font-weight: 600; }
                .inheritance__step__desc__list__sp__wrap__title h6 {
                  width: 62px;
                  color: #69A6BD;
                  font-size: 3.8rem;
                  font-family: "Inter", sans-serif;
                  font-weight: 600;
                  line-height: 1.0; }
                .inheritance__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.2rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 5px; }
              .inheritance__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .inheritance__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .inheritance__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .inheritance__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .inheritance__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 25px; }
                  .inheritance__step__desc__list__sp__wrap__content__txt p {
                    text-align: justify;
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .inheritance__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .inheritance__step__desc__list__sp__wrap__content__txt h4 {
                    width: 100%;
                    margin: 30px auto 0; }
          .inheritance__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            bottom: -20px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .inheritance__step__desc__list__sp:nth-child(4):after {
            display: none; }
    .inheritance__cta {
      position: relative;
      width: 100%;
      height: 560px;
      background: url(../../img/sales_img/sp_sales_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      margin: 120px auto 0; }
      .inheritance__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .inheritance__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 600;
          line-height: 1.6; }
        .inheritance__cta__detail h4 {
          width: 76%;
          margin: 30px auto 0; }
        .inheritance__cta__detail p {
          width: 82%;
          text-align: justify;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin: 15px auto 0; }
    .inheritance__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }

@media screen and (min-width: 1024px) {
  .reform {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .reform__about {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      margin: 0 auto; }
      .reform__about__img {
        position: relative;
        width: 50%; }
        .reform__about__img p {
          width: 100%; }
          .reform__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .reform__about__txt {
        position: relative;
        width: 50%;
        padding-right: 45px; }
        .reform__about__txt h2 {
          color: #111;
          font-size: 3rem;
          line-height: 1.7;
          font-weight: 600; }
        .reform__about__txt p {
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 30px; }
    .reform__list {
      position: relative;
      width: 92%;
      margin: 180px auto 0; }
      .reform__list__title {
        position: relative;
        width: 100%;
        padding: 0 0 40px; }
        .reform__list__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .reform__list__content {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .reform__list__content__sp {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 45px 0;
          border-bottom: 1px solid #E5E5E5; }
          .reform__list__content__sp__num {
            width: 120px; }
            .reform__list__content__sp__num p {
              color: #111;
              font-size: 6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .reform__list__content__sp__desc {
            position: relative;
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .reform__list__content__sp__desc__img {
              position: relative;
              width: 30%; }
              .reform__list__content__sp__desc__img p {
                width: 100%; }
                .reform__list__content__sp__desc__img p img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
            .reform__list__content__sp__desc__txt {
              position: relative;
              width: 70%;
              padding-left: 40px; }
              .reform__list__content__sp__desc__txt h3 {
                color: #111;
                font-size: 2.4rem;
                line-height: 1.7;
                font-weight: 600; }
              .reform__list__content__sp__desc__txt p {
                font-size: 1.5rem;
                line-height: 2.0;
                margin-top: 30px; }
              .reform__list__content__sp__desc__txt ul {
                font-size: 1.5rem;
                margin-top: 30px; }
                .reform__list__content__sp__desc__txt ul li {
                  position: relative;
                  line-height: 1.8;
                  margin-top: 10px;
                  background: url(../img/list_mk.svg) no-repeat 0 center;
                  background-size: 5px;
                  padding-left: 12px; }
    .reform__case {
      position: relative;
      width: 100%;
      padding: 0 4% 120px;
      background-color: #f5f5f5;
      margin-top: 160px; }
      .reform__case__title {
        position: relative;
        width: 100%;
        padding: 100px 0 40px;
        overflow: hidden;
        border-bottom: 1px solid #ddd; }
        .reform__case__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .reform__case__title::after {
        content: 'Case';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .reform__case__list {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 60px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .reform__case__list__img {
          position: relative;
          width: 45%; }
          .reform__case__list__img p {
            width: 100%; }
            .reform__case__list__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .reform__case__list__txt {
          position: relative;
          width: 55%;
          padding-left: 40px; }
          .reform__case__list__txt h2 {
            color: #111;
            font-size: 2.4rem;
            line-height: 1.7;
            font-weight: 600; }
          .reform__case__list__txt h3 {
            color: #69A6BD;
            font-size: 1.6rem;
            line-height: 1.5;
            font-weight: 500;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            margin-top: 5px; }
            .reform__case__list__txt h3 img {
              width: 14px;
              margin-right: 5px; }
          .reform__case__list__txt h5 {
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: 600;
            margin-top: 30px; }
          .reform__case__list__txt h4 {
            margin-top: 40px;
            width: 360px; }
          .reform__case__list__txt ul {
            font-size: 1.5rem;
            margin-top: 15px; }
            .reform__case__list__txt ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 10px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .reform__case__list__txt__point {
            position: relative;
            width: 100%;
            background-color: #fff;
            padding: 30px 30px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            margin-top: 30px; }
            .reform__case__list__txt__point h6 {
              font-size: 1.8rem;
              line-height: 1.7;
              font-weight: 600; }
            .reform__case__list__txt__point p {
              font-size: 1.5rem;
              line-height: 2.0;
              margin-top: 15px; }
    .reform__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .reform__step__title {
        position: relative;
        width: 100%;
        padding: 160px 0 40px;
        overflow: hidden; }
        .reform__step__title h2 {
          position: relative;
          color: #111;
          font-size: 4rem;
          font-weight: 600;
          z-index: 3; }
      .reform__step__title::after {
        content: '6 Steps';
        position: absolute;
        bottom: -25px;
        right: 5px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 16.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .reform__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .reform__step__desc__nav {
          position: relative;
          width: 260px; }
        .reform__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .reform__step__desc__list__sp {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 60px; }
            .reform__step__desc__list__sp__num {
              position: relative;
              width: 140px; }
              .reform__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .reform__step__desc__list__sp__num p {
                position: absolute;
                width: 85px;
                top: -75px;
                right: 20px;
                z-index: 10; }
                .reform__step__desc__list__sp__num p img {
                  width: 100%; }
            .reform__step__desc__list__sp__wrap {
              position: relative;
              flex: 1; }
              .reform__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 40px; }
                .reform__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 3rem;
                  font-weight: 600; }
                .reform__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .reform__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.5rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 5px; }
              .reform__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center;
                z-index: 3; }
                .reform__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 50%; }
                  .reform__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .reform__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .reform__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 50%;
                  padding-left: 40px; }
                  .reform__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.5rem;
                    line-height: 2.0; }
                  .reform__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 30px; }
                  .reform__step__desc__list__sp__wrap__content__txt h4 {
                    margin-top: 35px; }
          .reform__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 64px;
            height: 64px;
            bottom: -32px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 12px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .reform__step__desc__list__sp:nth-child(6):after {
            display: none; }
    .reform__cta {
      position: relative;
      width: 98%;
      height: 600px;
      background: url(../../img/reform_img/reform_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 160px auto 0; }
      .reform__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .reform__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 4rem;
          font-weight: 600; }
        .reform__cta__detail h4 {
          margin: 35px auto 0; }
        .reform__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          line-height: 2.0;
          margin-top: 20px; }
    .reform__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .reform {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .reform__about {
      position: relative;
      width: 96%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      margin-left: 4%; }
      .reform__about__img {
        position: relative;
        width: 50%; }
        .reform__about__img p {
          width: 100%; }
          .reform__about__img p img {
            width: 100%;
            border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px; }
      .reform__about__txt {
        position: relative;
        width: 50%;
        padding-right: 40px; }
        .reform__about__txt p {
          font-size: 1.4rem;
          line-height: 2.0; }
        .reform__about__txt p:nth-child(2) {
          margin-top: 25px; }
    .reform__list {
      position: relative;
      width: 92%;
      margin: 160px auto 0; }
      .reform__list__title {
        position: relative;
        width: 100%;
        padding: 0 0 30px; }
        .reform__list__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
      .reform__list__content {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .reform__list__content__sp {
          position: relative;
          width: 100%;
          padding: 35px 0;
          border-bottom: 1px solid #E5E5E5; }
          .reform__list__content__sp__num {
            width: 100%;
            margin-bottom: 20px; }
            .reform__list__content__sp__num p {
              color: #111;
              font-size: 5.6rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .reform__list__content__sp__desc {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .reform__list__content__sp__desc__img {
              position: relative;
              width: 40%; }
              .reform__list__content__sp__desc__img p {
                width: 100%; }
                .reform__list__content__sp__desc__img p img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
            .reform__list__content__sp__desc__txt {
              position: relative;
              width: 60%;
              padding-left: 35px; }
              .reform__list__content__sp__desc__txt h3 {
                color: #111;
                font-size: 2rem;
                line-height: 1.7;
                font-weight: 600; }
              .reform__list__content__sp__desc__txt p {
                font-size: 1.4rem;
                line-height: 2.0;
                margin-top: 25px; }
              .reform__list__content__sp__desc__txt ul {
                font-size: 1.4rem;
                margin-top: 25px; }
                .reform__list__content__sp__desc__txt ul li {
                  position: relative;
                  line-height: 1.8;
                  margin-top: 8px;
                  background: url(../img/list_mk.svg) no-repeat 0 center;
                  background-size: 5px;
                  padding-left: 12px; }
    .reform__case {
      position: relative;
      width: 100%;
      padding: 0 4% 100px;
      background-color: #f5f5f5;
      margin-top: 160px; }
      .reform__case__title {
        position: relative;
        width: 100%;
        padding: 120px 0 30px;
        overflow: hidden;
        border-bottom: 1px solid #ddd; }
        .reform__case__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .reform__case__title::after {
        content: 'Case';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .reform__case__list {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 45px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .reform__case__list__img {
          position: relative;
          width: 45%; }
          .reform__case__list__img p {
            width: 100%; }
            .reform__case__list__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .reform__case__list__txt {
          position: relative;
          width: 55%;
          padding-left: 35px; }
          .reform__case__list__txt h2 {
            color: #111;
            font-size: 2rem;
            line-height: 1.7;
            font-weight: 600; }
          .reform__case__list__txt h3 {
            color: #69A6BD;
            font-size: 1.4rem;
            line-height: 1.5;
            font-weight: 500;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            margin-top: 5px; }
            .reform__case__list__txt h3 img {
              width: 14px;
              margin-right: 5px; }
          .reform__case__list__txt h5 {
            font-size: 1.6rem;
            line-height: 1.7;
            font-weight: 600;
            margin-top: 25px; }
          .reform__case__list__txt h4 {
            margin: 30px auto 0;
            width: 80%; }
          .reform__case__list__txt ul {
            font-size: 1.4rem;
            margin-top: 15px; }
            .reform__case__list__txt ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 8px;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
          .reform__case__list__txt__point {
            position: relative;
            width: 100%;
            background-color: #fff;
            padding: 25px 25px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            margin-top: 30px; }
            .reform__case__list__txt__point h6 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
            .reform__case__list__txt__point p {
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 10px; }
    .reform__step {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .reform__step__title {
        position: relative;
        width: 100%;
        padding: 140px 0 30px;
        overflow: hidden; }
        .reform__step__title h2 {
          position: relative;
          color: #111;
          font-size: 3rem;
          font-weight: 600;
          z-index: 3; }
      .reform__step__title::after {
        content: '6 Steps';
        position: absolute;
        bottom: -20px;
        right: 10px;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 12.0rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .reform__step__desc {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .reform__step__desc__nav {
          position: relative;
          width: 200px; }
          .reform__step__desc__nav .link-current a::after {
            background: none !important; }
        .reform__step__desc__list {
          position: relative;
          flex: 1;
          border-top: 1px solid #E5E5E5;
          z-index: 3; }
          .reform__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 45px; }
            .reform__step__desc__list__sp__num {
              position: relative;
              width: 100%;
              margin-bottom: 20px; }
              .reform__step__desc__list__sp__num h6 {
                color: #69A6BD;
                font-size: 5.6rem;
                font-family: "Inter", sans-serif;
                font-weight: 600;
                line-height: 1.0; }
              .reform__step__desc__list__sp__num p {
                position: absolute;
                width: 70px;
                top: -60px;
                left: 45px;
                z-index: 10; }
                .reform__step__desc__list__sp__num p img {
                  width: 100%; }
            .reform__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .reform__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                margin-bottom: 30px; }
                .reform__step__desc__list__sp__wrap__title h3 {
                  color: #111;
                  font-size: 2.4rem;
                  font-weight: 600; }
                .reform__step__desc__list__sp__wrap__title h6 {
                  display: none; }
                .reform__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.4rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 4px; }
              .reform__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .reform__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .reform__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .reform__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .reform__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 30px; }
                  .reform__step__desc__list__sp__wrap__content__txt p {
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .reform__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .reform__step__desc__list__sp__wrap__content__txt h4 {
                    width: 340px;
                    margin: 30px auto 0; }
          .reform__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 54px;
            height: 54px;
            bottom: -27px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .reform__step__desc__list__sp:nth-child(6):after {
            display: none; }
    .reform__cta {
      position: relative;
      width: 98%;
      height: 450px;
      background: url(../../img/reform_img/reform_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      margin: 140px auto 0; }
      .reform__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .reform__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 3rem;
          font-weight: 600; }
        .reform__cta__detail h4 {
          width: 340px;
          margin: 30px auto 0; }
        .reform__cta__detail p {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 20px; }
    .reform__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 767px) {
  .reform {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .reform__about {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .reform__about__img {
        position: relative;
        width: 100%; }
        .reform__about__img p {
          width: 100%; }
          .reform__about__img p img {
            width: 100%;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
      .reform__about__txt {
        position: relative;
        width: 100%;
        padding-top: 30px; }
        .reform__about__txt h2 {
          color: #111;
          font-size: 2rem;
          line-height: 1.8;
          font-weight: 600; }
        .reform__about__txt p {
          text-align: justify;
          font-size: 1.4rem;
          line-height: 2.0;
          margin-top: 25px; }
    .reform__list {
      position: relative;
      width: 90%;
      margin: 100px auto 0; }
      .reform__list__title {
        position: relative;
        width: 100%;
        padding: 0 0 25px; }
        .reform__list__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600; }
      .reform__list__content {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .reform__list__content__sp {
          position: relative;
          width: 100%;
          padding: 25px 0;
          border-bottom: 1px solid #E5E5E5; }
          .reform__list__content__sp__num {
            width: 100%; }
            .reform__list__content__sp__num p {
              color: #111;
              font-size: 3.8rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              line-height: 1.0; }
          .reform__list__content__sp__desc {
            position: relative;
            width: 100%;
            margin-top: 20px; }
            .reform__list__content__sp__desc__img {
              position: relative;
              width: 100%; }
              .reform__list__content__sp__desc__img p {
                width: 100%; }
                .reform__list__content__sp__desc__img p img {
                  width: 100%;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
            .reform__list__content__sp__desc__txt {
              position: relative;
              width: 100%;
              padding-top: 20px; }
              .reform__list__content__sp__desc__txt h3 {
                color: #111;
                font-size: 1.8rem;
                line-height: 1.7;
                font-weight: 600; }
              .reform__list__content__sp__desc__txt p {
                text-align: justify;
                font-size: 1.4rem;
                line-height: 2.0;
                margin-top: 20px; }
              .reform__list__content__sp__desc__txt ul {
                font-size: 1.4rem;
                margin-top: 20px; }
                .reform__list__content__sp__desc__txt ul li {
                  position: relative;
                  line-height: 1.8;
                  margin-top: 8px;
                  background: url(../img/list_mk.svg) no-repeat 0 12px;
                  background-size: 5px;
                  padding-left: 12px; }
    .reform__case {
      position: relative;
      width: 100%;
      padding: 0 5% 80px;
      background-color: #f5f5f5;
      margin-top: 100px; }
      .reform__case__title {
        position: relative;
        width: 100%;
        padding: 80px 0 20px;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: 1px solid #ddd; }
        .reform__case__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .reform__case__title::after {
        content: 'Case';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .reform__case__list {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 40px 0; }
        .reform__case__list__img {
          position: relative;
          width: 100%; }
          .reform__case__list__img p {
            width: 100%; }
            .reform__case__list__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
        .reform__case__list__txt {
          position: relative;
          width: 100%;
          padding-top: 20px; }
          .reform__case__list__txt h2 {
            color: #111;
            font-size: 1.8rem;
            line-height: 1.6;
            font-weight: 600; }
          .reform__case__list__txt h3 {
            color: #69A6BD;
            font-size: 1.4rem;
            line-height: 1.5;
            font-weight: 500;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            margin-top: 5px; }
            .reform__case__list__txt h3 img {
              width: 12px;
              margin-right: 5px; }
          .reform__case__list__txt h5 {
            font-size: 1.6rem;
            line-height: 1.7;
            font-weight: 600;
            margin-top: 20px; }
          .reform__case__list__txt h4 {
            margin-top: 25px;
            width: 100%; }
          .reform__case__list__txt ul {
            font-size: 1.4rem;
            margin-top: 15px; }
            .reform__case__list__txt ul li {
              position: relative;
              line-height: 1.8;
              margin-top: 6px;
              background: url(../img/list_mk.svg) no-repeat 0 12px;
              background-size: 5px;
              padding-left: 12px; }
          .reform__case__list__txt__point {
            position: relative;
            width: 100%;
            background-color: #fff;
            padding: 25px 25px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            margin-top: 20px; }
            .reform__case__list__txt__point h6 {
              font-size: 1.6rem;
              line-height: 1.7;
              font-weight: 600; }
            .reform__case__list__txt__point p {
              text-align: justify;
              font-size: 1.4rem;
              line-height: 2.0;
              margin-top: 15px; }
    .reform__step {
      position: relative;
      width: 100%; }
      .reform__step__title {
        position: relative;
        width: 90%;
        padding: 100px 0 25px;
        margin: 0 auto;
        overflow: hidden; }
        .reform__step__title h2 {
          position: relative;
          color: #111;
          font-size: 2.4rem;
          font-weight: 600;
          z-index: 3; }
      .reform__step__title::after {
        content: '6 Steps';
        position: absolute;
        bottom: -13px;
        right: 0;
        color: #f5f5f5;
        font-family: "Inter", sans-serif;
        font-size: 7.6rem;
        font-weight: 600;
        line-height: 1.0;
        letter-spacing: 0.01em; }
      .reform__step__desc {
        position: relative;
        width: 100%; }
        .reform__step__desc__nav {
          position: relative;
          width: 94%;
          margin: 0 auto; }
          .reform__step__desc__nav .page_contents_list {
            padding: 25px 10px; }
            .reform__step__desc__nav .page_contents_list ul {
              width: 100%; }
              .reform__step__desc__nav .page_contents_list ul li a {
                background: none !important; }
        .reform__step__desc__list {
          position: relative;
          width: 90%;
          margin: 0 auto;
          z-index: 3; }
          .reform__step__desc__list__sp {
            position: relative;
            width: 100%;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 0 40px; }
            .reform__step__desc__list__sp__num {
              position: relative;
              width: 100%; }
              .reform__step__desc__list__sp__num h6 {
                display: none; }
              .reform__step__desc__list__sp__num p {
                position: absolute;
                width: 60px;
                top: -50px;
                left: 25px;
                z-index: 10; }
                .reform__step__desc__list__sp__num p img {
                  width: 100%; }
            .reform__step__desc__list__sp__wrap {
              position: relative;
              width: 100%; }
              .reform__step__desc__list__sp__wrap__title {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin-bottom: 20px; }
                .reform__step__desc__list__sp__wrap__title h3 {
                  flex: 1;
                  color: #111;
                  font-size: 2rem;
                  font-weight: 600; }
                .reform__step__desc__list__sp__wrap__title h6 {
                  width: 62px;
                  color: #69A6BD;
                  font-size: 3.8rem;
                  font-family: "Inter", sans-serif;
                  font-weight: 600;
                  line-height: 1.0; }
                .reform__step__desc__list__sp__wrap__title p {
                  position: relative;
                  font-size: 1.2rem;
                  color: #69A6BD;
                  font-weight: 600;
                  margin-bottom: 5px; }
              .reform__step__desc__list__sp__wrap__content {
                position: relative;
                width: 100%;
                z-index: 3; }
                .reform__step__desc__list__sp__wrap__content__img {
                  position: relative;
                  width: 100%; }
                  .reform__step__desc__list__sp__wrap__content__img p {
                    width: 100%; }
                    .reform__step__desc__list__sp__wrap__content__img p img {
                      width: 100%;
                      border-radius: 4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius: 4px; }
                .reform__step__desc__list__sp__wrap__content__txt {
                  position: relative;
                  width: 100%;
                  padding-top: 25px; }
                  .reform__step__desc__list__sp__wrap__content__txt p {
                    text-align: justify;
                    font-size: 1.4rem;
                    line-height: 2.0; }
                  .reform__step__desc__list__sp__wrap__content__txt p:nth-child(2) {
                    margin-top: 25px; }
                  .reform__step__desc__list__sp__wrap__content__txt h4 {
                    width: 100%;
                    margin: 30px auto 0; }
          .reform__step__desc__list__sp::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            bottom: -20px;
            left: 50%;
            background: url(../img/arrow03_wh.svg) no-repeat center center;
            background-size: 10px;
            background-color: #69A6BD;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .reform__step__desc__list__sp:nth-child(6):after {
            display: none; }
    .reform__cta {
      position: relative;
      width: 100%;
      height: 560px;
      background: url(../../img/reform_img/sp_reform_cta_backimg.png) no-repeat 100% 100%;
      background-size: cover;
      background-color: #f5f5f5;
      margin: 120px auto 0; }
      .reform__cta__detail {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .reform__cta__detail h2 {
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 2.4rem;
          font-weight: 600;
          line-height: 1.6; }
        .reform__cta__detail h4 {
          width: 76%;
          margin: 30px auto 0; }
        .reform__cta__detail p {
          width: 82%;
          text-align: justify;
          color: #fff;
          font-size: 1.4rem;
          line-height: 2.0;
          margin: 15px auto 0; }
    .reform__cta::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25); } }

@media screen and (min-width: 1024px) {
  .about {
    position: relative;
    width: 100%; }
    .about__desc {
      position: relative;
      width: 100%;
      padding: 220px 0;
      background: url(../img/kishihiro_gr.svg) no-repeat center center;
      background-size: 90%; }
      .about__desc__txt {
        position: relative;
        width: 100%; }
        .about__desc__txt h2 {
          position: relative;
          width: 620px;
          margin: 0 auto;
          z-index: 5; }
          .about__desc__txt h2 img {
            width: 100%; }
        .about__desc__txt p {
          position: relative;
          text-align: center;
          font-size: 1.6rem;
          line-height: 2.2;
          margin-top: 35px;
          z-index: 5; }
        .about__desc__txt h6.history_img01 {
          position: absolute;
          top: -170px;
          left: 2.5%;
          width: 20%;
          z-index: 10; }
          .about__desc__txt h6.history_img01 img {
            width: 100%;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            border: 8px solid #fff; }
        .about__desc__txt h6.history_img02 {
          position: absolute;
          top: 100px;
          right: -10px;
          width: 18%;
          z-index: 10; }
          .about__desc__txt h6.history_img02 img {
            width: 100%;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            border: 8px solid #fff; }
        .about__desc__txt h6.history_img03 {
          position: absolute;
          bottom: -150px;
          width: 20%;
          left: 11%;
          z-index: 10; }
          .about__desc__txt h6.history_img03 img {
            width: 100%;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            border: 8px solid #fff; }
    .about__staff {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 60px auto 0; }
      .about__staff__title {
        position: relative;
        width: 360px; }
        .about__staff__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .about__staff__list {
        position: relative;
        flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .about__staff__list__sp {
          position: relative;
          width: 30%;
          margin-right: 5%; }
          .about__staff__list__sp__img {
            position: relative;
            width: 100%; }
            .about__staff__list__sp__img p {
              width: 100%; }
              .about__staff__list__sp__img p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .about__staff__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 20px; }
            .about__staff__list__sp__txt h3 {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              font-size: 1.8rem;
              font-weight: 500;
              color: #111; }
            .about__staff__list__sp__txt h4 {
              font-size: 1.4rem;
              margin-bottom: 6px; }
            .about__staff__list__sp__txt h5 {
              color: #69A6BD;
              font-size: 1.2rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              padding: 5px 0 0 2px; }
            .about__staff__list__sp__txt p {
              font-size: 1.4rem;
              margin-top: 15px; }
        .about__staff__list__sp:nth-child(3n) {
          margin-right: 0; }
        .about__staff__list__sp:nth-child(n + 4) {
          margin-top: 60px; }
    .about__overview {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 160px auto 80px; }
      .about__overview__title {
        position: relative;
        width: 360px; }
        .about__overview__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .about__overview__desc {
        position: relative;
        flex: 1;
        border-top: 1px solid #E5E5E5; }
        .about__overview__desc dl {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #E5E5E5;
          padding: 30px 2px; }
          .about__overview__desc dl dt {
            width: 280px;
            font-size: 1.4rem;
            font-weight: 500;
            background: url(../img/list_mk.svg) no-repeat 2px 10px;
            background-size: 5px;
            padding-left: 13px; }
          .about__overview__desc dl dd {
            flex: 1;
            font-size: 1.5rem;
            line-height: 2.0; }
            .about__overview__desc dl dd a {
              color: #69A6BD;
              font-weight: 500; }
              .about__overview__desc dl dd a img {
                width: 22px;
                padding-left: 8px;
                padding-bottom: 8px; }
    .about__access {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 160px auto 80px; }
      .about__access__title {
        position: relative;
        width: 360px; }
        .about__access__title h2 {
          color: #111;
          font-size: 4rem;
          font-weight: 600; }
      .about__access__desc {
        position: relative;
        flex: 1; }
        .about__access__desc dl {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          padding: 30px 30px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .about__access__desc dl dt {
            width: 250px;
            font-size: 1.4rem;
            font-weight: 500;
            background: url(../img/list_mk.svg) no-repeat 2px 10px;
            background-size: 5px;
            padding-left: 13px; }
          .about__access__desc dl dd {
            flex: 1;
            font-size: 1.5rem;
            line-height: 2.0; }
        .about__access__desc dl:nth-child(2) {
          margin-top: 15px; }
    .about__map {
      position: relative;
      width: 98%;
      height: 600px;
      margin: 0 auto; }
      .about__map iframe {
        width: 100%;
        height: 600px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .about {
    position: relative;
    width: 100%; }
    .about__desc {
      position: relative;
      width: 100%;
      padding: 200px 0;
      background: url(../img/kishihiro_gr.svg) no-repeat center center;
      background-size: 90%; }
      .about__desc__txt {
        position: relative;
        width: 100%; }
        .about__desc__txt h2 {
          position: relative;
          width: 520px;
          margin: 0 auto;
          z-index: 5; }
          .about__desc__txt h2 img {
            width: 100%; }
        .about__desc__txt p {
          position: relative;
          text-align: center;
          font-size: 1.6rem;
          line-height: 2.2;
          margin-top: 35px;
          z-index: 5; }
        .about__desc__txt h6.history_img01 {
          position: absolute;
          top: -160px;
          left: 4%;
          width: 24%;
          z-index: 10; }
          .about__desc__txt h6.history_img01 img {
            width: 100%;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            border: 6px solid #fff; }
        .about__desc__txt h6.history_img02 {
          position: absolute;
          top: 130px;
          right: -6px;
          width: 18%;
          z-index: 10; }
          .about__desc__txt h6.history_img02 img {
            width: 100%;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            border: 6px solid #fff; }
        .about__desc__txt h6.history_img03 {
          position: absolute;
          bottom: -160px;
          width: 23%;
          left: 11%;
          z-index: 10; }
          .about__desc__txt h6.history_img03 img {
            width: 100%;
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            border: 6px solid #fff; }
    .about__staff {
      position: relative;
      width: 92%;
      margin: 20px auto 0; }
      .about__staff__title {
        position: relative;
        width: 100%;
        margin: 0 auto 35px; }
        .about__staff__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .about__staff__title h2 br {
            display: none; }
      .about__staff__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .about__staff__list__sp {
          position: relative;
          width: 30%;
          margin-right: 5%; }
          .about__staff__list__sp__img {
            position: relative;
            width: 100%; }
            .about__staff__list__sp__img p {
              width: 100%; }
              .about__staff__list__sp__img p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .about__staff__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 20px; }
            .about__staff__list__sp__txt h3 {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              font-size: 1.8rem;
              font-weight: 500;
              color: #111; }
            .about__staff__list__sp__txt h4 {
              font-size: 1.2rem;
              margin-bottom: 6px; }
            .about__staff__list__sp__txt h5 {
              color: #69A6BD;
              font-size: 1.1rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              padding: 5px 0 0 2px; }
            .about__staff__list__sp__txt p {
              font-size: 1.2rem;
              margin-top: 15px; }
        .about__staff__list__sp:nth-child(3n) {
          margin-right: 0; }
        .about__staff__list__sp:nth-child(n + 4) {
          margin-top: 45px; }
    .about__overview {
      position: relative;
      width: 92%;
      margin: 140px auto 0; }
      .about__overview__title {
        position: relative;
        width: 100%;
        margin: 0 auto 35px; }
        .about__overview__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .about__overview__title h2 br {
            display: none; }
      .about__overview__desc {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .about__overview__desc dl {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #E5E5E5;
          padding: 25px 2px; }
          .about__overview__desc dl dt {
            width: 220px;
            font-size: 1.3rem;
            font-weight: 500;
            background: url(../img/list_mk.svg) no-repeat 2px 9px;
            background-size: 5px;
            padding-left: 13px; }
          .about__overview__desc dl dd {
            flex: 1;
            font-size: 1.4rem;
            line-height: 2.0; }
            .about__overview__desc dl dd a {
              color: #69A6BD;
              font-weight: 500; }
              .about__overview__desc dl dd a img {
                width: 20px;
                padding-left: 8px;
                padding-bottom: 8px; }
    .about__access {
      position: relative;
      width: 92%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 140px auto 60px; }
      .about__access__title {
        position: relative;
        width: 100%;
        margin: 0 auto 35px; }
        .about__access__title h2 {
          color: #111;
          font-size: 3rem;
          font-weight: 600; }
          .about__access__title h2 br {
            display: none; }
      .about__access__desc {
        position: relative;
        width: 100%; }
        .about__access__desc dl {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          padding: 25px 5px 25px 25px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .about__access__desc dl dt {
            width: 200px;
            font-size: 1.3rem;
            font-weight: 500;
            background: url(../img/list_mk.svg) no-repeat 2px 9px;
            background-size: 5px;
            padding-left: 13px; }
          .about__access__desc dl dd {
            flex: 1;
            font-size: 1.4rem;
            line-height: 2.0; }
        .about__access__desc dl:nth-child(2) {
          margin-top: 15px; }
    .about__map {
      position: relative;
      width: 98%;
      height: 400px;
      margin: 0 auto; }
      .about__map iframe {
        width: 100%;
        height: 400px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; } }
@media screen and (max-width: 767px) {
  .about {
    position: relative;
    width: 100%; }
    .about__desc {
      position: relative;
      width: 100%;
      padding: 180px 0;
      background: url(../img/kishihiro_gr.svg) no-repeat center center;
      background-size: 92%; }
      .about__desc__txt {
        position: relative;
        width: 100%; }
        .about__desc__txt h2 {
          position: relative;
          width: 76%;
          margin: 0 auto;
          z-index: 5; }
          .about__desc__txt h2 img {
            width: 100%; }
        .about__desc__txt p {
          position: relative;
          width: 76%;
          text-align: justify;
          font-size: 1.5rem;
          line-height: 2.2;
          margin: 30px auto 0;
          z-index: 5; }
        .about__desc__txt h6.history_img01 {
          position: absolute;
          top: -130px;
          left: -5px;
          width: 36%;
          z-index: 10; }
          .about__desc__txt h6.history_img01 img {
            width: 100%;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
            border: 4px solid #fff; }
        .about__desc__txt h6.history_img02 {
          position: absolute;
          bottom: -80px;
          right: -5px;
          width: 30%;
          z-index: 10; }
          .about__desc__txt h6.history_img02 img {
            width: 100%;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
            border: 4px solid #fff; }
        .about__desc__txt h6.history_img03 {
          position: absolute;
          bottom: -140px;
          width: 36%;
          left: 6%;
          z-index: 10; }
          .about__desc__txt h6.history_img03 img {
            width: 100%;
            border-radius: 6px;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
            border: 4px solid #fff; }
    .about__staff {
      position: relative;
      width: 90%;
      margin: 20px auto 0; }
      .about__staff__title {
        position: relative;
        width: 100%;
        margin-bottom: 25px; }
        .about__staff__title h2 {
          font-size: 2.4rem;
          color: #111;
          font-weight: 600; }
      .about__staff__list {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; }
        .about__staff__list__sp {
          position: relative;
          width: 47%; }
          .about__staff__list__sp__img {
            position: relative;
            width: 100%; }
            .about__staff__list__sp__img p {
              width: 100%; }
              .about__staff__list__sp__img p img {
                width: 100%;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .about__staff__list__sp__txt {
            position: relative;
            width: 100%;
            padding-top: 15px; }
            .about__staff__list__sp__txt h3 {
              position: relative;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              align-items: center;
              font-size: 1.6rem;
              font-weight: 500;
              color: #111; }
            .about__staff__list__sp__txt h4 {
              font-size: 1.2rem;
              margin-bottom: 6px; }
            .about__staff__list__sp__txt h5 {
              color: #69A6BD;
              font-size: 1.1rem;
              font-family: "Inter", sans-serif;
              font-weight: 500;
              padding: 4px 0 0 2px; }
            .about__staff__list__sp__txt p {
              font-size: 1rem;
              margin-top: 10px; }
        .about__staff__list__sp:nth-child(n + 3) {
          margin-top: 40px; }
    .about__overview {
      position: relative;
      width: 90%;
      margin: 100px auto 0; }
      .about__overview__title {
        position: relative;
        width: 100%;
        margin-bottom: 25px; }
        .about__overview__title h2 {
          color: #111;
          font-size: 2.4rem;
          font-weight: 600; }
      .about__overview__desc {
        position: relative;
        width: 100%;
        border-top: 1px solid #E5E5E5; }
        .about__overview__desc dl {
          border-bottom: 1px solid #E5E5E5;
          padding: 20px 2px; }
          .about__overview__desc dl dt {
            font-size: 1.3rem;
            font-weight: 500;
            background: url(../img/list_mk.svg) no-repeat 2px 10px;
            background-size: 5px;
            padding-left: 13px; }
          .about__overview__desc dl dd {
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 10px;
            padding-left: 13px; }
            .about__overview__desc dl dd a {
              color: #69A6BD;
              font-weight: 500; }
              .about__overview__desc dl dd a img {
                width: 18px;
                padding-left: 7px;
                padding-bottom: 8px; }
    .about__access {
      position: relative;
      width: 90%;
      margin: 100px auto 40px; }
      .about__access__title {
        position: relative;
        width: 100%;
        margin-bottom: 25px; }
        .about__access__title h2 {
          font-size: 2.4rem;
          color: #111;
          font-weight: 600; }
      .about__access__desc {
        position: relative;
        width: 100%; }
        .about__access__desc dl {
          padding: 20px 20px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .about__access__desc dl dt {
            font-size: 1.3rem;
            font-weight: 500;
            background: url(../img/list_mk.svg) no-repeat 2px 10px;
            background-size: 5px;
            padding-left: 13px; }
          .about__access__desc dl dd {
            width: 100%;
            font-size: 1.4rem;
            line-height: 2.0;
            margin-top: 10px;
            padding-left: 13px; }
        .about__access__desc dl:nth-child(2) {
          margin-top: 10px; }
    .about__map {
      position: relative;
      width: 94%;
      height: 400px;
      margin: 0 auto; }
      .about__map iframe {
        width: 100%;
        height: 400px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; } }

@media screen and (min-width: 1024px) {
  .privacy {
    position: relative;
    width: 100%;
    padding-top: 120px; }
    .privacy__desc {
      position: relative;
      max-width: 900px;
      margin: 0 auto; }
      .privacy__desc h2 {
        color: #111;
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600; }
      .privacy__desc h2:nth-child(n+2) {
        margin-top: 80px; }
      .privacy__desc h3 {
        color: #69A6BD;
        font-weight: 600;
        font-size: 1.8rem;
        margin-top: 45px; }
      .privacy__desc p {
        font-size: 1.5rem;
        line-height: 2.0;
        margin-top: 30px; }
      .privacy__desc ul {
        font-size: 1.5rem;
        margin-top: 30px; }
        .privacy__desc ul li {
          position: relative;
          line-height: 1.8;
          margin-top: 10px;
          background: url(../img/list_mk.svg) no-repeat 0 14px;
          background-size: 5px;
          padding-left: 12px; }
      .privacy__desc__add {
        position: relative;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 60px 60px;
        margin-top: 30px; }
        .privacy__desc__add h4 {
          font-weight: 600;
          font-size: 1.8rem; }
        .privacy__desc__add__sp {
          position: relative;
          width: 100%;
          margin-top: 30px; }
          .privacy__desc__add__sp dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
            padding: 20px 2px; }
            .privacy__desc__add__sp dl dt {
              width: 140px;
              font-size: 1.4rem;
              font-weight: 500;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
            .privacy__desc__add__sp dl dd {
              flex: 1;
              font-size: 1.5rem; }
          .privacy__desc__add__sp dl:last-of-type {
            border-bottom: 1px solid #ddd; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .privacy {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    .privacy__desc {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .privacy__desc h2 {
        color: #111;
        font-size: 3rem;
        line-height: 1.7;
        font-weight: 600; }
      .privacy__desc h2:nth-child(n+2) {
        margin-top: 80px; }
      .privacy__desc h3 {
        color: #69A6BD;
        font-weight: 600;
        font-size: 1.8rem;
        margin-top: 40px; }
      .privacy__desc p {
        font-size: 1.4rem;
        line-height: 2.0;
        margin-top: 30px; }
      .privacy__desc ul {
        font-size: 1.4rem;
        margin-top: 30px; }
        .privacy__desc ul li {
          position: relative;
          line-height: 1.8;
          margin-top: 10px;
          background: url(../img/list_mk.svg) no-repeat 0 13px;
          background-size: 5px;
          padding-left: 12px; }
      .privacy__desc__add {
        position: relative;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 45px 45px;
        margin-top: 30px; }
        .privacy__desc__add h4 {
          font-weight: 600;
          font-size: 1.8rem; }
        .privacy__desc__add__sp {
          position: relative;
          width: 100%;
          margin-top: 30px; }
          .privacy__desc__add__sp dl {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
            padding: 20px 2px; }
            .privacy__desc__add__sp dl dt {
              width: 120px;
              font-size: 1.3rem;
              font-weight: 500;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
            .privacy__desc__add__sp dl dd {
              flex: 1;
              font-size: 1.4rem; }
          .privacy__desc__add__sp dl:last-of-type {
            border-bottom: 1px solid #ddd; } }
@media screen and (max-width: 767px) {
  .privacy {
    position: relative;
    width: 100%;
    padding-top: 95px; }
    .privacy__desc {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .privacy__desc h2 {
        color: #111;
        font-size: 2rem;
        line-height: 1.7;
        font-weight: 600; }
      .privacy__desc h2:nth-child(n+2) {
        margin-top: 60px; }
      .privacy__desc h3 {
        color: #69A6BD;
        font-weight: 600;
        font-size: 1.6rem;
        margin-top: 35px; }
      .privacy__desc p {
        text-align: justify;
        font-size: 1.4rem;
        line-height: 2.0;
        margin-top: 25px; }
      .privacy__desc ul {
        font-size: 1.4rem;
        margin-top: 25px; }
        .privacy__desc ul li {
          position: relative;
          line-height: 1.8;
          margin-top: 8px;
          background: url(../img/list_mk.svg) no-repeat 0 12px;
          background-size: 5px;
          padding-left: 12px; }
      .privacy__desc__add {
        position: relative;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 25px 25px;
        margin-top: 25px; }
        .privacy__desc__add h4 {
          font-weight: 600;
          font-size: 1.6rem; }
        .privacy__desc__add__sp {
          position: relative;
          width: 100%;
          margin-top: 20px; }
          .privacy__desc__add__sp dl {
            border-top: 1px solid #ddd;
            padding: 20px 2px; }
            .privacy__desc__add__sp dl dt {
              width: 100%;
              font-size: 1.3rem;
              font-weight: 500;
              background: url(../img/list_mk.svg) no-repeat 0 center;
              background-size: 5px;
              padding-left: 12px; }
            .privacy__desc__add__sp dl dd {
              width: 100%;
              font-size: 1.4rem;
              padding-left: 12px;
              margin-top: 8px;
              line-height: 1.8; }
          .privacy__desc__add__sp dl:last-of-type {
            border-bottom: 1px solid #ddd; } }

@media screen and (min-width: 1024px) {
  .notfound {
    position: relative;
    width: 100%;
    padding-top: 120px;
    /* ########### desc ########### */
    /* ########### desc ########### */ }
    .notfound__desc {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .notfound__desc p {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.0; }
      .notfound__desc h4.btn_style01 {
        width: 360px;
        margin: 40px auto 0; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .notfound {
    position: relative;
    width: 100%;
    padding-top: 100px;
    /* ########### desc ########### */
    /* ########### desc ########### */ }
    .notfound__desc {
      position: relative;
      width: 92%;
      margin: 0 auto; }
      .notfound__desc p {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.0; }
      .notfound__desc h4.btn_style01 {
        width: 340px;
        margin: 40px auto 0; } }
@media screen and (max-width: 767px) {
  .notfound {
    position: relative;
    width: 100%;
    padding-top: 95px;
    /* ########### desc ########### */
    /* ########### desc ########### */ }
    .notfound__desc {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .notfound__desc p {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.0; }
      .notfound__desc h4.btn_style01 {
        width: 90%;
        margin: 30px auto 0; } }

/* ########## jf_contents ########## */
@media screen and (min-width: 1024px) {
  .jf_contents {
    position: relative;
    width: 100%;
    min-width: 1125px;
    background-color: #f5f5f5;
    padding-bottom: 180px;
    margin-bottom: -240px; }
    .jf_contents__main {
      position: relative;
      width: 100%;
      height: 600px;
      background-color: #EBF4F7; }
      .jf_contents__main__detail {
        position: absolute;
        width: 86%;
        top: 45%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: 10; }
        .jf_contents__main__detail__title {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center; }
          .jf_contents__main__detail__title h1 {
            width: 100%;
            color: #fff;
            font-weight: 700;
            font-size: 3rem;
            letter-spacing: 0.05em;
            text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }
          .jf_contents__main__detail__title p {
            width: 720px;
            color: #fff;
            font-weight: 500;
            font-size: 1.3rem;
            letter-spacing: 0.075em;
            line-height: 2.0;
            text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
            margin-top: 30px; }
      .jf_contents__main__full {
        position: relative;
        width: 100%;
        height: 600px; }
        .jf_contents__main__full div {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 600px;
          margin: 0; }
        .jf_contents__main__full__contents01 {
          position: relative;
          height: 600px;
          background: url(../../img/land_img/joyfieldouji2/slide/jf_slide_img01.png) no-repeat center center;
          background-size: cover; }
        .jf_contents__main__full__contents02 {
          position: relative;
          height: 600px;
          background: url(../../img/land_img/joyfieldouji2/slide/jf_slide_img02.png) no-repeat center center;
          background-size: cover; }
        .jf_contents__main__full__contents03 {
          position: relative;
          height: 600px;
          background: url(../../img/land_img/joyfieldouji2/slide/jf_slide_img03.png) no-repeat center center;
          background-size: cover; }
      .jf_contents__main__full::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 3; }
    .jf_contents__detail {
      position: relative;
      width: 86%;
      max-width: 1400px;
      background-color: #fff;
      margin: -60px auto 0;
      z-index: 10;
      padding-bottom: 80px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .jf_contents__detail__nav {
        display: none; }
      .jf_contents__detail__land {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 80px 80px 0 0; }
        .jf_contents__detail__land__left {
          position: relative;
          flex: 1; }
          .jf_contents__detail__land__left h3 {
            position: absolute;
            top: -25px;
            left: 0px;
            width: 330px;
            height: 50px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #1C3767;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.6rem;
            background-color: #EBF4F7;
            z-index: 10;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
          .jf_contents__detail__land__left p {
            width: 100%; }
            .jf_contents__detail__land__left p img {
              width: 100%;
              border-radius: 0 6px 6px 0;
              -webkit-border-radius: 0 6px 6px 0;
              -moz-border-radius: 0 6px 6px 0;
              border-top: 1px solid #E5E5E5;
              border-right: 1px solid #E5E5E5;
              border-bottom: 1px solid #E5E5E5; }
        .jf_contents__detail__land__right {
          position: relative;
          width: 320px;
          padding-left: 40px; }
          .jf_contents__detail__land__right h3 {
            color: #1C3767;
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.6; }
          .jf_contents__detail__land__right p {
            font-size: 1.5rem;
            line-height: 2.0; }
          .jf_contents__detail__land__right p:nth-child(n + 2) {
            margin-top: 25px; }
      .jf_contents__detail__plan {
        position: relative;
        width: 100%;
        padding-top: 120px; }
        .jf_contents__detail__plan__desc {
          position: relative;
          width: 100%;
          padding: 0 80px 60px; }
          .jf_contents__detail__plan__desc p {
            font-size: 1.5rem;
            line-height: 1.8; }
        .jf_contents__detail__plan__wrap {
          position: relative;
          background-color: #EBF4F7;
          margin: 0 10px;
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          padding: 60px 0 60px; }
          .jf_contents__detail__plan__wrap h3 {
            position: absolute;
            top: -30px;
            left: 50%;
            width: 460px;
            height: 68px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            line-height: 1.0;
            font-size: 2.4rem;
            background-color: #1C3767;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .jf_contents__detail__plan__wrap h3::after {
            content: '';
            position: absolute;
            width: 22px;
            height: 22px;
            bottom: -16px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            background: url(../../img/land_img/joyfieldouji2/title_underarrow.svg) no-repeat 0 0;
            background-size: 22px;
            z-index: 12; }
          .jf_contents__detail__plan__wrap__img {
            position: relative;
            width: 100%; }
          .jf_contents__detail__plan__wrap__list {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 5px 0 0;
            margin: 0 70px;
            border-top: 1px dotted #ddd; }
            .jf_contents__detail__plan__wrap__list__sp {
              position: relative;
              width: 48%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin-top: 40px; }
              .jf_contents__detail__plan__wrap__list__sp__img {
                width: 70px; }
                .jf_contents__detail__plan__wrap__list__sp__img p {
                  width: 100%; }
                  .jf_contents__detail__plan__wrap__list__sp__img p img {
                    width: 100%; }
              .jf_contents__detail__plan__wrap__list__sp__txt {
                position: relative;
                flex: 1;
                padding-left: 25px; }
                .jf_contents__detail__plan__wrap__list__sp__txt h4 {
                  color: #1C3767;
                  font-size: 1.8rem;
                  font-weight: 700; }
                .jf_contents__detail__plan__wrap__list__sp__txt p {
                  font-size: 1.5rem;
                  margin-top: 15px;
                  line-height: 2.0; }
          .jf_contents__detail__plan__wrap__btn {
            position: relative;
            width: 100%;
            margin-top: 45px; }
            .jf_contents__detail__plan__wrap__btn p {
              width: 500px;
              margin: 0 auto; }
      .jf_contents__detail__location {
        position: relative;
        width: 100%;
        padding-top: 120px; }
        .jf_contents__detail__location__desc {
          position: relative;
          width: 100%;
          padding: 0 80px; }
          .jf_contents__detail__location__desc p {
            font-size: 1.5rem;
            line-height: 2.0; }
        .jf_contents__detail__location__map {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 80px;
          margin-top: 40px; }
          .jf_contents__detail__location__map__left {
            position: relative;
            flex: 1; }
            .jf_contents__detail__location__map__left p {
              width: 100%;
              border: 1px solid #E5E5E5; }
              .jf_contents__detail__location__map__left p img {
                width: 100%;
                border: 10px solid #f5f5f5; }
          .jf_contents__detail__location__map__right {
            position: relative;
            width: 320px;
            padding-left: 40px; }
            .jf_contents__detail__location__map__right__list01 {
              position: relative;
              width: 100%;
              padding-bottom: 30px; }
              .jf_contents__detail__location__map__right__list01__title {
                position: relative;
                width: 100%;
                height: 26px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 13px; }
                .jf_contents__detail__location__map__right__list01__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__location__map__right__list01__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list01__desc h4 {
                  font-size: 1.6rem;
                  font-weight: 500; }
                .jf_contents__detail__location__map__right__list01__desc p {
                  text-align: center;
                  font-size: 1.8rem;
                  font-weight: 700;
                  color: #1C3767;
                  margin-top: 10px;
                  line-height: 1.0;
                  padding: 8px 0;
                  background-color: #f5f5f5;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
                  .jf_contents__detail__location__map__right__list01__desc p span.red {
                    font-size: 3rem;
                    color: #d32626;
                    padding: 0 3px 0 10px; }
                  .jf_contents__detail__location__map__right__list01__desc p span.minute {
                    font-size: 1.5rem; }
            .jf_contents__detail__location__map__right__list02 {
              position: relative;
              width: 100%;
              padding-bottom: 30px; }
              .jf_contents__detail__location__map__right__list02__title {
                position: relative;
                width: 100%;
                height: 26px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 13px; }
                .jf_contents__detail__location__map__right__list02__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__location__map__right__list02__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list02__desc h4 {
                  font-size: 1.6rem;
                  font-weight: 500; }
                .jf_contents__detail__location__map__right__list02__desc p {
                  text-align: center;
                  font-size: 1.8rem;
                  font-weight: 700;
                  color: #1C3767;
                  margin-top: 10px;
                  line-height: 1.0;
                  padding: 8px 0;
                  background-color: #f5f5f5;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
                  .jf_contents__detail__location__map__right__list02__desc p span.red {
                    font-size: 3rem;
                    color: #d32626;
                    padding: 0 3px 0 10px; }
                  .jf_contents__detail__location__map__right__list02__desc p span.minute {
                    font-size: 1.5rem; }
            .jf_contents__detail__location__map__right__list03 {
              position: relative;
              width: 100%; }
              .jf_contents__detail__location__map__right__list03__title {
                position: relative;
                width: 100%;
                height: 26px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 13px; }
                .jf_contents__detail__location__map__right__list03__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__location__map__right__list03__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list03__desc__sp {
                  position: relative;
                  width: 100%; }
                  .jf_contents__detail__location__map__right__list03__desc__sp h4 {
                    font-size: 1.6rem;
                    font-weight: 500; }
                  .jf_contents__detail__location__map__right__list03__desc__sp p {
                    text-align: center;
                    font-size: 1.8rem;
                    font-weight: 700;
                    color: #1C3767;
                    margin-top: 10px;
                    line-height: 1.0;
                    padding: 8px 0;
                    background-color: #f5f5f5;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px; }
                    .jf_contents__detail__location__map__right__list03__desc__sp p span.red {
                      font-size: 3rem;
                      color: #d32626;
                      padding: 0 3px 0 10px; }
                    .jf_contents__detail__location__map__right__list03__desc__sp p span.minute {
                      font-size: 1.5rem; }
                .jf_contents__detail__location__map__right__list03__desc__sp:nth-child(2) {
                  margin-top: 20px; }
        .jf_contents__detail__location__facility {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 80px;
          margin-top: 40px; }
          .jf_contents__detail__location__facility__left {
            position: relative;
            width: 220px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #EBF4F7;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px; }
            .jf_contents__detail__location__facility__left h4 {
              font-size: 1.6rem;
              color: #1C3767;
              font-weight: 700; }
          .jf_contents__detail__location__facility__right {
            position: relative;
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: flex-end;
            padding-left: 10px; }
            .jf_contents__detail__location__facility__right__list {
              position: relative;
              width: 30%;
              margin-left: 3.333%; }
              .jf_contents__detail__location__facility__right__list__img {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__facility__right__list__img p {
                  width: 100%; }
                  .jf_contents__detail__location__facility__right__list__img p img {
                    width: 100%; }
              .jf_contents__detail__location__facility__right__list__txt {
                position: relative;
                width: 100%;
                padding-top: 20px; }
                .jf_contents__detail__location__facility__right__list__txt h5 {
                  font-size: 1.6rem;
                  color: #1C3767;
                  font-weight: 700; }
                .jf_contents__detail__location__facility__right__list__txt p {
                  font-size: 1.3rem;
                  margin-top: 10px;
                  line-height: 1.0; }
        .jf_contents__detail__location__btn {
          position: relative;
          width: 100%;
          margin-top: 45px; }
          .jf_contents__detail__location__btn p {
            width: 500px;
            margin: 0 auto; }
      .jf_contents__detail__outline {
        position: relative;
        width: 100%;
        padding-top: 120px; }
        .jf_contents__detail__outline__desc {
          position: relative;
          width: 100%;
          padding: 0 80px; }
          .jf_contents__detail__outline__desc dl {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            border-top: 1px dotted #E5E5E5;
            padding: 30px 3px; }
            .jf_contents__detail__outline__desc dl dt {
              width: 230px;
              font-size: 1.5rem;
              font-weight: 500; }
            .jf_contents__detail__outline__desc dl dd {
              flex: 1;
              font-size: 1.5rem;
              padding-left: 45px;
              line-height: 1.8; }
          .jf_contents__detail__outline__desc dl:last-of-type {
            border-bottom: 1px dotted #E5E5E5; }
          .jf_contents__detail__outline__desc dl::after {
            content: '';
            width: 230px;
            height: 1px;
            position: absolute;
            background-color: #69A6BD;
            left: 0;
            top: -1px; }
          .jf_contents__detail__outline__desc dl:last-of-type::before {
            content: '';
            width: 230px;
            height: 1px;
            position: absolute;
            background-color: #69A6BD;
            left: 0;
            bottom: -1px; }
        .jf_contents__detail__outline__img {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 80px; }
          .jf_contents__detail__outline__img__left {
            position: relative;
            flex: 1;
            border: 1px solid #E5E5E5; }
            .jf_contents__detail__outline__img__left p {
              width: 100%; }
              .jf_contents__detail__outline__img__left p img {
                width: 100%; }
          .jf_contents__detail__outline__img__right {
            position: relative;
            width: 320px;
            padding-left: 40px; }
      .jf_contents__detail__plot {
        position: relative;
        width: 100%;
        margin-top: 120px;
        background-color: #f5f5f5;
        padding: 80px 80px; }
        .jf_contents__detail__plot h3 {
          position: absolute;
          top: -25px;
          left: 50%;
          width: 500px;
          height: 60px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-weight: 500;
          line-height: 1.0;
          font-size: 2.2rem;
          background-color: #1C3767;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          z-index: 10; }
        .jf_contents__detail__plot h3::after {
          content: '';
          position: absolute;
          width: 22px;
          height: 22px;
          bottom: -16px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          background: url(../../img/land_img/joyfieldouji2/title_underarrow.svg) no-repeat 0 0;
          background-size: 22px;
          z-index: 12; }
        .jf_contents__detail__plot__img {
          position: relative;
          width: 80%;
          margin: 0 auto; }
          .jf_contents__detail__plot__img p {
            width: 100%; }
            .jf_contents__detail__plot__img p img {
              width: 100%;
              border-radius: 6px;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px; }
      .jf_contents__detail__spec {
        position: relative;
        width: 100%;
        padding-top: 120px; }
        .jf_contents__detail__spec__wrap {
          position: relative;
          width: 100%;
          padding: 0 80px; }
          .jf_contents__detail__spec__wrap__list {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between; }
            .jf_contents__detail__spec__wrap__list__sp {
              position: relative;
              width: 31%; }
              .jf_contents__detail__spec__wrap__list__sp__title {
                position: relative;
                width: 100%;
                height: 26px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px; }
                .jf_contents__detail__spec__wrap__list__sp__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__spec__wrap__list__sp__img {
                position: relative;
                width: 100%;
                border-bottom: 1px dotted #E5E5E5;
                padding: 10px 0 22px; }
                .jf_contents__detail__spec__wrap__list__sp__img p {
                  width: 100%;
                  height: 160px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  justify-content: center;
                  align-items: center;
                  background: #f5f5f5;
                  border-radius: 6px;
                  -webkit-border-radius: 6px;
                  -moz-border-radius: 6px; }
                  .jf_contents__detail__spec__wrap__list__sp__img p img {
                    width: 80px; }
              .jf_contents__detail__spec__wrap__list__sp__txt {
                width: 100%;
                padding-top: 25px; }
                .jf_contents__detail__spec__wrap__list__sp__txt h4 {
                  color: #1C3767;
                  font-size: 1.8rem;
                  font-weight: 700; }
                .jf_contents__detail__spec__wrap__list__sp__txt p {
                  font-size: 1.5rem;
                  margin-top: 15px;
                  line-height: 2.0; }
          .jf_contents__detail__spec__wrap__btn {
            position: relative;
            width: 100%;
            margin-top: 45px; }
            .jf_contents__detail__spec__wrap__btn p {
              width: 500px;
              margin: 0 auto; }
      .jf_contents__detail__contact {
        position: relative;
        width: 100%;
        padding-top: 120px; }
        .jf_contents__detail__contact__desc {
          position: relative;
          width: 100%;
          margin-bottom: 40px; }
          .jf_contents__detail__contact__desc p.jf_contents__detail__contact__desc__txt {
            width: calc(100% - 160px);
            font-size: 1.5rem;
            line-height: 2.0;
            margin: 0 auto; }
        .jf_contents__detail__contact__end {
          position: relative;
          width: calc(100% - 160px);
          background-color: #f5f5f5;
          padding: 35px 10px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          margin: 0 auto; }
          .jf_contents__detail__contact__end p {
            color: #d32626;
            text-align: center;
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 2.0; }
        .jf_contents__detail__contact__form {
          position: relative;
          width: 100%;
          width: calc(100% - 160px);
          border-top: 1px solid #E5E5E5;
          margin: 0 auto; }
          .jf_contents__detail__contact__form dl {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            padding: 25px 0;
            border-bottom: 1px solid #E5E5E5; }
            .jf_contents__detail__contact__form dl dt {
              position: relative;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 1.8;
              width: 210px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding-left: 12px; }
              .jf_contents__detail__contact__form dl dt img {
                display: none; }
            .jf_contents__detail__contact__form dl dt::after {
              content: '';
              position: absolute;
              width: 5px;
              height: 1px;
              top: 50%;
              left: 0;
              background-color: #69A6BD; }
            .jf_contents__detail__contact__form dl dt.required {
              background: url(../img/required_icon.svg) no-repeat right center;
              background-size: 28px; }
            .jf_contents__detail__contact__form dl dd {
              position: relative;
              flex: 1;
              font-size: 1.5rem;
              line-height: 1.8;
              padding-left: 40px; }
              .jf_contents__detail__contact__form dl dd span.input_font {
                font-size: 1.2rem;
                padding-top: 10px; }
              .jf_contents__detail__contact__form dl dd span.wpcf7-not-valid-tip {
                font-size: 1.2rem;
                padding-top: 5px; }
              .jf_contents__detail__contact__form dl dd .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                color: #d32626 !important;
                display: block !important;
                padding-top: 6px !important; }
              .jf_contents__detail__contact__form dl dd .wpcf7-list-item {
                margin: 0 !important; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style01 {
                font-size: 1.2rem;
                padding-top: 10px; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style02 {
                font-size: 1.2rem;
                padding-top: 10px;
                padding-bottom: 5px; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style03 {
                font-size: 1.2rem; }
            .jf_contents__detail__contact__form dl input.input_style01 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 70%; }
            .jf_contents__detail__contact__form dl input.input_style02 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 100%; }
            .jf_contents__detail__contact__form dl input.input_style03 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 15%; }
            .jf_contents__detail__contact__form dl input.input_style04 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 25%; }
            .jf_contents__detail__contact__form dl input.input_style05 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 100px;
              margin: 0 5px 0 10px; }
            .jf_contents__detail__contact__form dl input.input_style06 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 260px; }
            .jf_contents__detail__contact__form dl select.input_style07 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 130px;
              margin-left: 5px; }
            .jf_contents__detail__contact__form dl .mwform-radio-field {
              display: inline-block;
              width: 20%; }
            .jf_contents__detail__contact__form dl textarea {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              line-height: 2.0;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 100%;
              height: 200px; }
            .jf_contents__detail__contact__form dl ::placeholder {
              color: #ccc;
              font-weight: 400;
              font-size: 1.5rem; }
          .jf_contents__detail__contact__form__check {
            width: 100%;
            padding: 35px 35px;
            background-color: #f5f5f5;
            margin-top: 30px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .jf_contents__detail__contact__form__check p {
              text-align: center;
              font-size: 1.3rem;
              line-height: 2.0;
              margin-bottom: 20px; }
              .jf_contents__detail__contact__form__check p a {
                color: #69A6BD;
                border-bottom: 1px solid #69A6BD;
                font-weight: 500; }
            .jf_contents__detail__contact__form__check .mwform-checkbox-field {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              font-size: 1.5rem;
              background-color: #fff;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              padding: 20px 0; }
              .jf_contents__detail__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                font-weight: 500;
                letter-spacing: 0.05em; }
            .jf_contents__detail__contact__form__check .error {
              font-size: 1rem !important;
              font-weight: 500 !important;
              letter-spacing: 0.1em;
              color: #d32626 !important;
              display: block !important;
              padding-top: 10px !important; }
          .jf_contents__detail__contact__form .mw_wp_form_confirm {
            width: 100%; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm dd {
              font-weight: 500; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm p.contact_font_style01 {
              display: none;
              padding-top: 0; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm p.contact_font_style02 {
              display: none;
              padding-top: 0; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm .event__detail__content__reserve__form__check {
              display: none; }
          .jf_contents__detail__contact__form__btn {
            width: 100%;
            margin-top: 45px; }
            .jf_contents__detail__contact__form__btn h6 {
              position: relative;
              width: 100%; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01 {
                position: relative;
                cursor: pointer;
                width: 360px;
                height: 60px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin: 0 auto;
                color: #fff;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                display: block !important;
                text-align: center;
                font-size: 1.6rem;
                font-weight: 600;
                letter-spacing: 0.1em;
                line-height: 1.0;
                background-color: #69A6BD;
                transition: all .3s;
                border: none;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01::after {
                content: '';
                position: absolute;
                top: 10px;
                right: 10px;
                width: 40px;
                height: 40px;
                background: url(../img/arrow_wh.svg) no-repeat center center;
                background-size: 12px;
                background-color: #5699B2;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                transition: all .3s; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01:hover {
                background-color: #5699B2; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02 {
                position: relative;
                cursor: pointer;
                width: 360px;
                height: 60px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin: 15px auto 0;
                color: #fff;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                display: block !important;
                text-align: center;
                font-size: 1.6rem;
                font-weight: 600;
                letter-spacing: 0.1em;
                line-height: 1.0;
                background-color: #999;
                border: none;
                transition: all .3s;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02::after {
                content: '';
                position: absolute;
                top: 10px;
                left: 10px;
                width: 40px;
                height: 40px;
                background: url(../img/arrow02_wh.svg) no-repeat center center;
                background-size: 10px;
                background-color: #888;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                transition: all .3s; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02:hover {
                background-color: #888; }
          .jf_contents__detail__contact__form__complete {
            position: relative;
            width: 100%;
            font-size: 1.5rem;
            line-height: 2.0;
            letter-spacing: 0.05em;
            background-color: #f5f5f5;
            padding: 55px 60px 60px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .jf_contents__detail__contact__form__complete .title_sp {
              padding-bottom: 40px; }
          .jf_contents__detail__contact__form__bottom {
            position: relative;
            width: 100%;
            margin-top: 80px; }
            .jf_contents__detail__contact__form__bottom p {
              text-align: center;
              font-size: 1.2rem; }
              .jf_contents__detail__contact__form__bottom p br {
                display: none; }
              .jf_contents__detail__contact__form__bottom p a {
                color: #69A6BD;
                font-weight: 500; }
      .jf_contents__detail__bread {
        position: relative;
        width: 100%;
        padding-top: 140px; }
        .jf_contents__detail__bread ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          margin: 0 60px;
          border-bottom: 1px dotted #E5E5E5;
          padding-bottom: 15px; }
          .jf_contents__detail__bread ul li {
            position: relative;
            font-size: 1.1rem; }
            .jf_contents__detail__bread ul li a, .jf_contents__detail__bread ul li a:link a:visited {
              position: relative;
              color: #111;
              font-weight: 500; }
            .jf_contents__detail__bread ul li a::after {
              position: absolute;
              bottom: -1px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #111;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            .jf_contents__detail__bread ul li a:hover {
              color: #111; }
            .jf_contents__detail__bread ul li a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
          .jf_contents__detail__bread ul li.bread_home {
            padding-left: 11px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
            background-size: 5px; }
          .jf_contents__detail__bread ul li.bread_list {
            padding-left: 29px; }
          .jf_contents__detail__bread ul li.bread_list::after {
            content: '';
            position: absolute;
            width: 5px;
            height: 1px;
            bottom: 8px;
            left: 12px;
            background-color: #69A6BD; }
      .jf_contents__detail__bottom {
        position: relative;
        width: 100%;
        padding-top: 80px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center; }
        .jf_contents__detail__bottom p {
          width: 250px; }
          .jf_contents__detail__bottom p img {
            width: 100%; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .jf_contents {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 140px;
    margin-bottom: -220px; }
    .jf_contents__main {
      position: relative;
      width: 100%;
      height: 500px;
      background-color: #EBF4F7; }
      .jf_contents__main__detail {
        position: absolute;
        width: 90%;
        top: 45%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: 10; }
        .jf_contents__main__detail__title {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center; }
          .jf_contents__main__detail__title h1 {
            width: 100%;
            color: #fff;
            font-weight: 700;
            font-size: 3rem;
            letter-spacing: 0.05em;
            text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }
          .jf_contents__main__detail__title p {
            width: 65%;
            color: #fff;
            font-weight: 500;
            font-size: 1.2rem;
            letter-spacing: 0.075em;
            line-height: 2.0;
            text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
            margin-top: 20px; }
      .jf_contents__main__full {
        position: relative;
        width: 100%;
        height: 500px; }
        .jf_contents__main__full div {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 500px;
          margin: 0; }
        .jf_contents__main__full__contents01 {
          position: relative;
          height: 500px;
          background: url(../../img/land_img/joyfieldouji2/slide/jf_slide_img01.png) no-repeat center center;
          background-size: cover; }
        .jf_contents__main__full__contents02 {
          position: relative;
          height: 500px;
          background: url(../../img/land_img/joyfieldouji2/slide/jf_slide_img02.png) no-repeat center center;
          background-size: cover; }
        .jf_contents__main__full__contents03 {
          position: relative;
          height: 500px;
          background: url(../../img/land_img/joyfieldouji2/slide/jf_slide_img03.png) no-repeat center center;
          background-size: cover; }
      .jf_contents__main__full::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 3; }
    .jf_contents__detail {
      position: relative;
      width: 94%;
      background-color: #fff;
      margin: -40px auto 0;
      z-index: 10;
      padding-bottom: 60px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .jf_contents__detail__nav {
        display: none; }
      .jf_contents__detail__land {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 60px 45px 0 0; }
        .jf_contents__detail__land__left {
          position: relative;
          flex: 1; }
          .jf_contents__detail__land__left h3 {
            position: absolute;
            top: -20px;
            left: 0px;
            width: 300px;
            height: 40px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #1C3767;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.6rem;
            background-color: #EBF4F7;
            z-index: 10;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
          .jf_contents__detail__land__left p {
            width: 100%; }
            .jf_contents__detail__land__left p img {
              width: 100%;
              border-radius: 0 6px 6px 0;
              -webkit-border-radius: 0 6px 6px 0;
              -moz-border-radius: 0 6px 6px 0;
              border-top: 1px solid #E5E5E5;
              border-right: 1px solid #E5E5E5;
              border-bottom: 1px solid #E5E5E5; }
        .jf_contents__detail__land__right {
          position: relative;
          width: 200px;
          padding-left: 25px; }
          .jf_contents__detail__land__right p {
            font-size: 1.4rem;
            line-height: 2.0; }
          .jf_contents__detail__land__right p:nth-child(n + 2) {
            margin-top: 25px; }
      .jf_contents__detail__plan {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__plan__desc {
          position: relative;
          width: 100%;
          padding: 0 60px 45px; }
          .jf_contents__detail__plan__desc p {
            font-size: 1.4rem;
            line-height: 2.0; }
        .jf_contents__detail__plan__wrap {
          position: relative;
          background-color: #EBF4F7;
          margin: 0 10px;
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          padding: 50px 0 50px; }
          .jf_contents__detail__plan__wrap h3 {
            position: absolute;
            top: -25px;
            left: 50%;
            width: 360px;
            height: 55px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            line-height: 1.0;
            font-size: 2.4rem;
            background-color: #1C3767;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .jf_contents__detail__plan__wrap h3::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            background: url(../../img/land_img/joyfieldouji2/title_underarrow.svg) no-repeat 0 0;
            background-size: 20px;
            z-index: 12; }
          .jf_contents__detail__plan__wrap__img {
            position: relative;
            width: 100%; }
          .jf_contents__detail__plan__wrap__list {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 5px 0 0;
            margin: 10px 45px 0;
            border-top: 1px dotted #ddd; }
            .jf_contents__detail__plan__wrap__list__sp {
              position: relative;
              width: 48%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin-top: 30px; }
              .jf_contents__detail__plan__wrap__list__sp__img {
                width: 55px; }
                .jf_contents__detail__plan__wrap__list__sp__img p {
                  width: 100%; }
                  .jf_contents__detail__plan__wrap__list__sp__img p img {
                    width: 100%; }
              .jf_contents__detail__plan__wrap__list__sp__txt {
                position: relative;
                flex: 1;
                padding-left: 20px; }
                .jf_contents__detail__plan__wrap__list__sp__txt h4 {
                  color: #1C3767;
                  font-size: 1.6rem;
                  font-weight: 700; }
                .jf_contents__detail__plan__wrap__list__sp__txt p {
                  font-size: 1.4rem;
                  margin-top: 15px;
                  line-height: 1.8; }
          .jf_contents__detail__plan__wrap__btn {
            position: relative;
            width: 100%;
            margin-top: 40px; }
            .jf_contents__detail__plan__wrap__btn p {
              width: 450px;
              margin: 0 auto; }
      .jf_contents__detail__location {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__location__desc {
          position: relative;
          width: 100%;
          padding: 0 60px; }
          .jf_contents__detail__location__desc p {
            font-size: 1.4rem;
            line-height: 2.0; }
        .jf_contents__detail__location__map {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 60px;
          margin-top: 30px; }
          .jf_contents__detail__location__map__left {
            position: relative;
            flex: 1; }
            .jf_contents__detail__location__map__left p {
              width: 100%;
              border: 1px solid #E5E5E5; }
              .jf_contents__detail__location__map__left p img {
                width: 100%; }
          .jf_contents__detail__location__map__right {
            position: relative;
            width: 200px;
            padding-left: 25px; }
            .jf_contents__detail__location__map__right__list01 {
              position: relative;
              width: 100%;
              padding-bottom: 25px; }
              .jf_contents__detail__location__map__right__list01__title {
                position: relative;
                width: 100%;
                height: 24px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 8px; }
                .jf_contents__detail__location__map__right__list01__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 12px; }
              .jf_contents__detail__location__map__right__list01__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list01__desc h4 {
                  font-size: 1.6rem;
                  font-weight: 500; }
                .jf_contents__detail__location__map__right__list01__desc p {
                  font-size: 1.6rem;
                  font-weight: 700;
                  color: #1C3767;
                  margin-top: 5px;
                  line-height: 1.0; }
                  .jf_contents__detail__location__map__right__list01__desc p span.red {
                    font-size: 3rem;
                    color: #d32626;
                    padding: 0 3px 0 8px; }
                  .jf_contents__detail__location__map__right__list01__desc p span.minute {
                    font-size: 1.4rem; }
            .jf_contents__detail__location__map__right__list02 {
              position: relative;
              width: 100%;
              padding-bottom: 25px; }
              .jf_contents__detail__location__map__right__list02__title {
                position: relative;
                width: 100%;
                height: 24px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 8px; }
                .jf_contents__detail__location__map__right__list02__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 12px; }
              .jf_contents__detail__location__map__right__list02__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list02__desc h4 {
                  font-size: 1.6rem;
                  font-weight: 500; }
                .jf_contents__detail__location__map__right__list02__desc p {
                  font-size: 1.6rem;
                  font-weight: 700;
                  color: #1C3767;
                  margin-top: 5px;
                  line-height: 1.0; }
                  .jf_contents__detail__location__map__right__list02__desc p span.red {
                    font-size: 3rem;
                    color: #d32626;
                    padding: 0 3px 0 8px; }
                  .jf_contents__detail__location__map__right__list02__desc p span.minute {
                    font-size: 1.4rem; }
            .jf_contents__detail__location__map__right__list03 {
              position: relative;
              width: 100%; }
              .jf_contents__detail__location__map__right__list03__title {
                position: relative;
                width: 100%;
                height: 24px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 8px; }
                .jf_contents__detail__location__map__right__list03__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 12px; }
              .jf_contents__detail__location__map__right__list03__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list03__desc__sp {
                  position: relative;
                  width: 100%; }
                  .jf_contents__detail__location__map__right__list03__desc__sp h4 {
                    font-size: 1.6rem;
                    font-weight: 500; }
                  .jf_contents__detail__location__map__right__list03__desc__sp p {
                    font-size: 1.6rem;
                    font-weight: 700;
                    color: #1C3767;
                    margin-top: 5px;
                    line-height: 1.0; }
                    .jf_contents__detail__location__map__right__list03__desc__sp p span.red {
                      font-size: 3rem;
                      color: #d32626;
                      padding: 0 3px 0 8px; }
                    .jf_contents__detail__location__map__right__list03__desc__sp p span.minute {
                      font-size: 1.4rem; }
                .jf_contents__detail__location__map__right__list03__desc__sp:nth-child(2) {
                  margin-top: 15px; }
        .jf_contents__detail__location__facility {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0 60px;
          margin-top: 30px; }
          .jf_contents__detail__location__facility__left {
            position: relative;
            width: 160px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #EBF4F7;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px; }
            .jf_contents__detail__location__facility__left h4 {
              font-size: 1.6rem;
              color: #1C3767;
              font-weight: 700; }
          .jf_contents__detail__location__facility__right {
            position: relative;
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: flex-end;
            padding-left: 5px; }
            .jf_contents__detail__location__facility__right__list {
              position: relative;
              width: 30%;
              margin-left: 3.333%; }
              .jf_contents__detail__location__facility__right__list__img {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__facility__right__list__img p {
                  width: 100%; }
                  .jf_contents__detail__location__facility__right__list__img p img {
                    width: 100%; }
              .jf_contents__detail__location__facility__right__list__txt {
                position: relative;
                width: 100%;
                padding-top: 15px; }
                .jf_contents__detail__location__facility__right__list__txt h5 {
                  font-size: 1.6rem;
                  color: #1C3767;
                  font-weight: 700; }
                .jf_contents__detail__location__facility__right__list__txt p {
                  font-size: 1.2rem;
                  margin-top: 8px;
                  line-height: 1.0; }
        .jf_contents__detail__location__btn {
          position: relative;
          width: 100%;
          margin-top: 40px; }
          .jf_contents__detail__location__btn p {
            width: 450px;
            margin: 0 auto; }
      .jf_contents__detail__outline {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__outline__desc {
          position: relative;
          width: 100%;
          padding: 0 60px; }
          .jf_contents__detail__outline__desc dl {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            border-top: 1px dotted #E5E5E5;
            padding: 25px 3px; }
            .jf_contents__detail__outline__desc dl dt {
              width: 160px;
              font-size: 1.4rem;
              font-weight: 500; }
            .jf_contents__detail__outline__desc dl dd {
              flex: 1;
              font-size: 1.4rem;
              padding-left: 35px;
              line-height: 1.8; }
          .jf_contents__detail__outline__desc dl:last-of-type {
            border-bottom: 1px dotted #E5E5E5; }
          .jf_contents__detail__outline__desc dl::after {
            content: '';
            width: 160px;
            height: 1px;
            position: absolute;
            background-color: #69A6BD;
            left: 0;
            top: -1px; }
          .jf_contents__detail__outline__desc dl:last-of-type::before {
            content: '';
            width: 160px;
            height: 1px;
            position: absolute;
            background-color: #69A6BD;
            left: 0;
            bottom: -1px; }
      .jf_contents__detail__plot {
        position: relative;
        width: 100%;
        margin-top: 100px;
        background-color: #f5f5f5;
        padding: 60px 60px; }
        .jf_contents__detail__plot h3 {
          position: absolute;
          top: -25px;
          left: 50%;
          width: 400px;
          height: 53px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-weight: 500;
          line-height: 1.0;
          font-size: 2rem;
          background-color: #1C3767;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          z-index: 10; }
        .jf_contents__detail__plot h3::after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          bottom: -12px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          background: url(../../img/land_img/joyfieldouji2/title_underarrow.svg) no-repeat 0 0;
          background-size: 20px;
          z-index: 12; }
        .jf_contents__detail__plot__img {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .jf_contents__detail__plot__img p {
            width: 100%; }
            .jf_contents__detail__plot__img p img {
              width: 100%;
              border-radius: 6px;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px; }
      .jf_contents__detail__spec {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__spec__wrap {
          position: relative;
          width: 100%;
          padding: 0 60px; }
          .jf_contents__detail__spec__wrap__list {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between; }
            .jf_contents__detail__spec__wrap__list__sp {
              position: relative;
              width: 31%; }
              .jf_contents__detail__spec__wrap__list__sp__title {
                position: relative;
                width: 100%;
                height: 26px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px; }
                .jf_contents__detail__spec__wrap__list__sp__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 12px; }
              .jf_contents__detail__spec__wrap__list__sp__img {
                position: relative;
                width: 100%;
                border-bottom: 1px dotted #E5E5E5;
                padding: 6px 0 18px; }
                .jf_contents__detail__spec__wrap__list__sp__img p {
                  width: 100%;
                  height: 150px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  justify-content: center;
                  align-items: center;
                  background: #f5f5f5;
                  border-radius: 6px;
                  -webkit-border-radius: 6px;
                  -moz-border-radius: 6px; }
                  .jf_contents__detail__spec__wrap__list__sp__img p img {
                    width: 66px; }
              .jf_contents__detail__spec__wrap__list__sp__txt {
                width: 100%;
                padding-top: 25px; }
                .jf_contents__detail__spec__wrap__list__sp__txt h4 {
                  color: #1C3767;
                  font-size: 1.6rem;
                  font-weight: 700; }
                .jf_contents__detail__spec__wrap__list__sp__txt p {
                  font-size: 1.4rem;
                  margin-top: 15px;
                  line-height: 2.0; }
          .jf_contents__detail__spec__wrap__btn {
            position: relative;
            width: 100%;
            margin-top: 40px; }
            .jf_contents__detail__spec__wrap__btn p {
              width: 450px;
              margin: 0 auto; }
      .jf_contents__detail__contact {
        position: relative;
        width: 100%;
        padding-top: 100px;
        margin: 0 auto; }
        .jf_contents__detail__contact__desc {
          position: relative;
          width: 100%;
          margin-bottom: 40px; }
          .jf_contents__detail__contact__desc p.jf_contents__detail__contact__desc__txt {
            width: calc(100% - 120px);
            margin: 0 auto;
            font-size: 1.4rem;
            line-height: 2.0; }
        .jf_contents__detail__contact__end {
          position: relative;
          width: calc(100% - 120px);
          margin: 0 auto;
          background-color: #f5f5f5;
          padding: 30px 10px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .jf_contents__detail__contact__end p {
            color: #d32626;
            text-align: center;
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 2.0; }
        .jf_contents__detail__contact__form {
          position: relative;
          width: calc(100% - 120px);
          margin: 0 auto;
          border-top: 1px solid #E5E5E5; }
          .jf_contents__detail__contact__form dl {
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            padding: 25px 0;
            border-bottom: 1px solid #E5E5E5; }
            .jf_contents__detail__contact__form dl dt {
              position: relative;
              font-size: 1.4rem;
              font-weight: 500;
              line-height: 1.8;
              width: 200px;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              padding-left: 12px; }
              .jf_contents__detail__contact__form dl dt img {
                display: none; }
            .jf_contents__detail__contact__form dl dt::after {
              content: '';
              position: absolute;
              width: 5px;
              height: 1px;
              top: 50%;
              left: 0;
              background-color: #69A6BD; }
            .jf_contents__detail__contact__form dl dt.required {
              background: url(../img/required_icon.svg) no-repeat right center;
              background-size: 28px; }
            .jf_contents__detail__contact__form dl dd {
              position: relative;
              flex: 1;
              font-size: 1.2rem;
              line-height: 1.8;
              padding-left: 35px; }
              .jf_contents__detail__contact__form dl dd span.input_font {
                font-size: 1.1rem;
                padding-top: 10px; }
              .jf_contents__detail__contact__form dl dd span.wpcf7-not-valid-tip {
                font-size: 1.1rem;
                padding-top: 5px; }
              .jf_contents__detail__contact__form dl dd .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                color: #d32626 !important;
                display: block !important;
                padding-top: 6px !important; }
              .jf_contents__detail__contact__form dl dd .wpcf7-list-item {
                margin: 0 !important; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style01 {
                font-size: 1.1rem;
                padding-top: 10px; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style02 {
                font-size: 1.1rem;
                padding-top: 10px;
                padding-bottom: 5px; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style02 {
                font-size: 1.1rem; }
            .jf_contents__detail__contact__form dl input.input_style01 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 80%; }
            .jf_contents__detail__contact__form dl input.input_style02 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 100%; }
            .jf_contents__detail__contact__form dl input.input_style03 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 20%; }
            .jf_contents__detail__contact__form dl input.input_style04 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 20%; }
            .jf_contents__detail__contact__form dl input.input_style05 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 80px;
              margin: 0 5px 0 10px; }
            .jf_contents__detail__contact__form dl input.input_style06 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 220px; }
            .jf_contents__detail__contact__form dl select.input_style07 {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 120px;
              margin-left: 5px; }
            .jf_contents__detail__contact__form dl .mwform-radio-field {
              display: inline-block;
              width: 25%; }
              .jf_contents__detail__contact__form dl .mwform-radio-field .mwform-radio-field-text {
                font-size: 1.4rem; }
            .jf_contents__detail__contact__form dl textarea {
              font-size: 1.4rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              letter-spacing: 0.075em;
              font-weight: 500;
              line-height: 2.0;
              border: 1px solid #E5E5E5;
              background-color: #fff;
              padding: 12px;
              width: 100%;
              height: 200px; }
            .jf_contents__detail__contact__form dl ::placeholder {
              color: #ccc;
              font-weight: 400;
              font-size: 1.4rem; }
          .jf_contents__detail__contact__form__check {
            width: 100%;
            padding: 30px 30px;
            background-color: #f5f5f5;
            margin-top: 30px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
            .jf_contents__detail__contact__form__check p {
              width: 100%;
              text-align: center;
              font-size: 1.1rem;
              line-height: 1.8;
              margin: 0 auto 20px; }
              .jf_contents__detail__contact__form__check p a {
                color: #69A6BD;
                border-bottom: 1px solid #69A6BD;
                font-weight: 500; }
            .jf_contents__detail__contact__form__check .mwform-checkbox-field {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              font-size: 1.4rem;
              background-color: #fff;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              padding: 20px 0; }
              .jf_contents__detail__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                font-weight: 500;
                letter-spacing: 0.05em; }
            .jf_contents__detail__contact__form__check .error {
              font-size: 1rem !important;
              font-weight: 500 !important;
              letter-spacing: 0.1em;
              color: #d32626 !important;
              display: block !important;
              padding-top: 10px !important; }
          .jf_contents__detail__contact__form .mw_wp_form_confirm {
            width: 100%; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm dd {
              font-weight: 500; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm p.contact_font_style01 {
              display: none;
              padding-top: 0; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm p.contact_font_style02 {
              display: none;
              padding-top: 0; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm .event__detail__content__reserve__form__check {
              display: none; }
          .jf_contents__detail__contact__form__btn {
            width: 100%;
            margin-top: 35px; }
            .jf_contents__detail__contact__form__btn h6 {
              position: relative;
              width: 100%; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01 {
                position: relative;
                cursor: pointer;
                width: 340px;
                height: 56px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin: 0 auto;
                color: #fff;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                display: block !important;
                text-align: center;
                font-size: 1.6rem;
                font-weight: 600;
                letter-spacing: 0.05em;
                line-height: 1.0;
                background-color: #69A6BD;
                transition: all .3s;
                border: none;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01:hover {
                background-color: #5699B2; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01::after {
                content: '';
                position: absolute;
                top: 8px;
                right: 8px;
                width: 38px;
                height: 38px;
                background: url(../img/arrow_wh.svg) no-repeat center center;
                background-size: 10px;
                background-color: #5699B2;
                border-radius: 4%;
                -webkit-border-radius: 4%;
                -moz-border-radius: 4%;
                transition: all .3s; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02 {
                position: relative;
                cursor: pointer;
                width: 340px;
                height: 56px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                margin: 15px auto 0;
                color: #fff;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                display: block !important;
                text-align: center;
                font-size: 1.6rem;
                font-weight: 600;
                letter-spacing: 0.05em;
                line-height: 1.0;
                background-color: #999;
                border: none;
                transition: all .3s;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02:hover {
                background-color: #888; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02::after {
                content: '';
                position: absolute;
                top: 8px;
                left: 8px;
                width: 38px;
                height: 38px;
                background: url(../img/arrow02_wh.svg) no-repeat center center;
                background-size: 10px;
                background-color: #888;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                transition: all .3s; }
          .jf_contents__detail__contact__form__complete {
            position: relative;
            width: 100%;
            font-size: 1.4rem;
            line-height: 2.0;
            letter-spacing: 0.05em;
            background-color: #f5f5f5;
            padding: 45px 45px 45px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
          .jf_contents__detail__contact__form__bottom {
            position: relative;
            width: 100%;
            margin-top: 80px; }
            .jf_contents__detail__contact__form__bottom p {
              text-align: center;
              font-size: 1.1rem; }
              .jf_contents__detail__contact__form__bottom p br {
                display: none; }
              .jf_contents__detail__contact__form__bottom p a {
                color: #69A6BD;
                font-weight: 500; }
      .jf_contents__detail__bread {
        position: relative;
        width: 100%;
        padding-top: 120px; }
        .jf_contents__detail__bread ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          margin: 0 60px;
          border-bottom: 1px dotted #E5E5E5;
          padding-bottom: 15px; }
          .jf_contents__detail__bread ul li {
            position: relative;
            font-size: 1rem; }
            .jf_contents__detail__bread ul li a, .jf_contents__detail__bread ul li a:link a:visited {
              position: relative;
              color: #111;
              font-weight: 500; }
            .jf_contents__detail__bread ul li a::after {
              position: absolute;
              bottom: -1px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #69A6BD;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            .jf_contents__detail__bread ul li a:hover {
              color: #69A6BD; }
            .jf_contents__detail__bread ul li a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
          .jf_contents__detail__bread ul li.bread_home {
            padding-left: 11px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
            background-size: 5px; }
          .jf_contents__detail__bread ul li.bread_list {
            padding-left: 29px; }
          .jf_contents__detail__bread ul li.bread_list::after {
            content: '';
            position: absolute;
            width: 5px;
            height: 1px;
            bottom: 6px;
            left: 12px;
            background-color: #69A6BD; }
      .jf_contents__detail__bottom {
        position: relative;
        width: 100%;
        padding-top: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center; }
        .jf_contents__detail__bottom p {
          width: 220px; }
          .jf_contents__detail__bottom p img {
            width: 100%; } }
@media screen and (max-width: 767px) {
  .jf_contents {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 120px;
    margin-bottom: -200px; }
    .jf_contents__main {
      position: relative;
      width: 100%;
      height: 350px;
      background-color: #EBF4F7; }
      .jf_contents__main__detail {
        position: absolute;
        width: 100%;
        top: 47%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: 10; }
        .jf_contents__main__detail__title {
          position: relative;
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center; }
          .jf_contents__main__detail__title h1 {
            text-align: center;
            width: 100%;
            color: #fff;
            font-weight: 700;
            font-size: 2rem;
            letter-spacing: 0.05em;
            text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4); }
          .jf_contents__main__detail__title p {
            text-align: justify;
            width: 70%;
            color: #fff;
            font-weight: 500;
            font-size: 1.1rem;
            letter-spacing: 0.075em;
            line-height: 1.8;
            text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
            margin: 15px auto 0; }
      .jf_contents__main__full {
        position: relative;
        width: 100%;
        height: 350px; }
        .jf_contents__main__full div {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 350px;
          margin: 0; }
        .jf_contents__main__full__contents01 {
          position: relative;
          height: 350px;
          background: url(../../img/land_img/joyfieldouji2/slide/sp_jf_slide_img01.png) no-repeat center center;
          background-size: cover; }
        .jf_contents__main__full__contents02 {
          position: relative;
          height: 350px;
          background: url(../../img/land_img/joyfieldouji2/slide/sp_jf_slide_img02.png) no-repeat center center;
          background-size: cover; }
        .jf_contents__main__full__contents03 {
          position: relative;
          height: 350px;
          background: url(../../img/land_img/joyfieldouji2/slide/sp_jf_slide_img03.png) no-repeat center center;
          background-size: cover; }
      .jf_contents__main__full::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 3; }
    .jf_contents__detail {
      position: relative;
      width: 94%;
      background-color: #fff;
      margin: -30px auto 0;
      z-index: 10;
      padding-bottom: 45px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06); }
      .jf_contents__detail__nav {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 5px 7.5px 0; }
        .jf_contents__detail__nav__list {
          position: relative;
          width: 50%;
          margin-top: 5px;
          padding: 0 2.5px; }
          .jf_contents__detail__nav__list a {
            position: relative;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            padding: 12px 12px;
            background-color: #f5f5f5;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px; }
            .jf_contents__detail__nav__list a p.jf_nav_img {
              width: 30px; }
              .jf_contents__detail__nav__list a p.jf_nav_img img {
                width: 100%; }
            .jf_contents__detail__nav__list a p.jf_nav_txt {
              flex: 1;
              padding-left: 10px;
              font-size: 1.2rem;
              font-weight: 500; }
      .jf_contents__detail__land {
        position: relative;
        width: 100%;
        padding: 100px 0 0; }
        .jf_contents__detail__land__left {
          position: relative;
          width: 100%;
          padding-right: 15px; }
          .jf_contents__detail__land__left h3 {
            position: absolute;
            top: -19px;
            left: 0px;
            width: 260px;
            height: 38px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #1C3767;
            font-weight: 500;
            line-height: 1.0;
            font-size: 1.4rem;
            background-color: #EBF4F7;
            z-index: 10;
            border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); }
          .jf_contents__detail__land__left p {
            width: 100%; }
            .jf_contents__detail__land__left p img {
              width: 100%;
              border-radius: 0 4px 4px 0;
              -webkit-border-radius: 0 4px 4px 0;
              -moz-border-radius: 0 4px 4px 0;
              border-top: 1px solid #E5E5E5;
              border-right: 1px solid #E5E5E5;
              border-bottom: 1px solid #E5E5E5; }
        .jf_contents__detail__land__right {
          position: relative;
          width: 100%;
          padding: 20px 25px 0; }
          .jf_contents__detail__land__right p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0; }
          .jf_contents__detail__land__right p:nth-child(n + 2) {
            margin-top: 15px; }
      .jf_contents__detail__plan {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__plan__desc {
          position: relative;
          width: 100%;
          padding: 0 25px; }
          .jf_contents__detail__plan__desc p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0; }
        .jf_contents__detail__plan__wrap {
          position: relative;
          background-color: #EBF4F7;
          margin: 40px 5px 0;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          padding: 30px 20px 35px; }
          .jf_contents__detail__plan__wrap h3 {
            position: absolute;
            top: -20px;
            left: 50%;
            width: 260px;
            height: 44px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            line-height: 1.0;
            font-size: 2rem;
            background-color: #1C3767;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            z-index: 10; }
          .jf_contents__detail__plan__wrap h3::after {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            background: url(../../img/land_img/joyfieldouji2/title_underarrow.svg) no-repeat 0 0;
            background-size: 16px;
            z-index: 12; }
          .jf_contents__detail__plan__wrap__img {
            position: relative;
            width: 100%; }
          .jf_contents__detail__plan__wrap__list {
            position: relative;
            width: 100%;
            padding-top: 5px;
            border-top: 1px dotted #ddd; }
            .jf_contents__detail__plan__wrap__list__sp {
              position: relative;
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin-top: 25px; }
              .jf_contents__detail__plan__wrap__list__sp__img {
                width: 36px; }
                .jf_contents__detail__plan__wrap__list__sp__img p {
                  width: 100%; }
                  .jf_contents__detail__plan__wrap__list__sp__img p img {
                    width: 100%; }
              .jf_contents__detail__plan__wrap__list__sp__txt {
                position: relative;
                flex: 1;
                padding-left: 15px; }
                .jf_contents__detail__plan__wrap__list__sp__txt h4 {
                  color: #1C3767;
                  font-size: 1.6rem;
                  font-weight: 700; }
                .jf_contents__detail__plan__wrap__list__sp__txt p {
                  text-align: justify;
                  font-size: 1.2rem;
                  margin-top: 12px;
                  line-height: 1.8; }
          .jf_contents__detail__plan__wrap__btn {
            position: relative;
            width: 100%;
            margin-top: 20px; }
            .jf_contents__detail__plan__wrap__btn p {
              width: 100%; }
      .jf_contents__detail__location {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__location__desc {
          position: relative;
          width: 100%;
          padding: 0 25px; }
          .jf_contents__detail__location__desc p {
            text-align: justify;
            font-size: 1.4rem;
            line-height: 2.0; }
        .jf_contents__detail__location__map {
          position: relative;
          width: 100%;
          margin-top: 30px; }
          .jf_contents__detail__location__map__left {
            position: relative;
            width: 100%; }
            .jf_contents__detail__location__map__left p {
              width: 100%;
              border-top: 1px solid #E5E5E5;
              border-bottom: 1px solid #E5E5E5; }
              .jf_contents__detail__location__map__left p img {
                width: 100%; }
          .jf_contents__detail__location__map__right {
            position: relative;
            width: 100%;
            padding: 25px 25px 0; }
            .jf_contents__detail__location__map__right__list01 {
              position: relative;
              width: 100%;
              padding-bottom: 25px; }
              .jf_contents__detail__location__map__right__list01__title {
                position: relative;
                width: 100%;
                height: 22px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 13px; }
                .jf_contents__detail__location__map__right__list01__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__location__map__right__list01__desc {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center; }
                .jf_contents__detail__location__map__right__list01__desc__left {
                  position: relative;
                  width: 50%; }
                  .jf_contents__detail__location__map__right__list01__desc__left h4 {
                    font-size: 1.6rem;
                    font-weight: 500; }
                .jf_contents__detail__location__map__right__list01__desc__right {
                  position: relative;
                  flex: 1; }
                  .jf_contents__detail__location__map__right__list01__desc__right p {
                    text-align: center;
                    font-size: 1.4rem;
                    font-weight: 500;
                    color: #1C3767;
                    line-height: 1.0;
                    background-color: #f5f5f5;
                    padding: 8px 0;
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px; }
                    .jf_contents__detail__location__map__right__list01__desc__right p span.red {
                      font-size: 3.2rem;
                      color: #d32626;
                      font-weight: 700;
                      padding: 0 3px 0 6px; }
                    .jf_contents__detail__location__map__right__list01__desc__right p span.minute {
                      font-size: 1.4rem; }
            .jf_contents__detail__location__map__right__list02 {
              position: relative;
              width: 100%;
              padding-bottom: 25px; }
              .jf_contents__detail__location__map__right__list02__title {
                position: relative;
                width: 100%;
                height: 22px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 13px; }
                .jf_contents__detail__location__map__right__list02__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__location__map__right__list02__desc {
                position: relative;
                width: 100%;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                align-items: center; }
                .jf_contents__detail__location__map__right__list02__desc__left {
                  position: relative;
                  width: 50%; }
                  .jf_contents__detail__location__map__right__list02__desc__left h4 {
                    font-size: 1.6rem;
                    font-weight: 500; }
                .jf_contents__detail__location__map__right__list02__desc__right {
                  position: relative;
                  flex: 1; }
                  .jf_contents__detail__location__map__right__list02__desc__right p {
                    text-align: center;
                    font-size: 1.4rem;
                    font-weight: 500;
                    color: #1C3767;
                    line-height: 1.0;
                    background-color: #f5f5f5;
                    padding: 8px 0;
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px; }
                    .jf_contents__detail__location__map__right__list02__desc__right p span.red {
                      font-size: 3.2rem;
                      color: #d32626;
                      font-weight: 700;
                      padding: 0 3px 0 6px; }
                    .jf_contents__detail__location__map__right__list02__desc__right p span.minute {
                      font-size: 1.4rem; }
            .jf_contents__detail__location__map__right__list03 {
              position: relative;
              width: 100%; }
              .jf_contents__detail__location__map__right__list03__title {
                position: relative;
                width: 100%;
                height: 22px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 13px; }
                .jf_contents__detail__location__map__right__list03__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__location__map__right__list03__desc {
                position: relative;
                width: 100%; }
                .jf_contents__detail__location__map__right__list03__desc__sp {
                  position: relative;
                  width: 100%; }
                  .jf_contents__detail__location__map__right__list03__desc__sp h4 {
                    font-size: 1.6rem;
                    font-weight: 500;
                    margin-bottom: 10px; }
                  .jf_contents__detail__location__map__right__list03__desc__sp p {
                    text-align: center;
                    font-size: 1.4rem;
                    font-weight: 500;
                    color: #1C3767;
                    margin-top: 6px;
                    line-height: 1.0;
                    background-color: #f5f5f5;
                    padding: 8px 0;
                    border-radius: 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px; }
                    .jf_contents__detail__location__map__right__list03__desc__sp p span.red {
                      font-size: 3.2rem;
                      color: #d32626;
                      font-weight: 700;
                      padding: 0 3px 0 6px; }
                    .jf_contents__detail__location__map__right__list03__desc__sp p span.minute {
                      font-size: 1.4rem; }
                .jf_contents__detail__location__map__right__list03__desc__sp:nth-child(2) {
                  margin-top: 15px; }
        .jf_contents__detail__location__facility {
          position: relative;
          width: 100%;
          margin-top: 35px; }
          .jf_contents__detail__location__facility__left {
            position: relative;
            width: 100%;
            background-color: #EBF4F7;
            padding: 15px 0; }
            .jf_contents__detail__location__facility__left h4 {
              text-align: center;
              font-size: 1.8rem;
              color: #1C3767;
              font-weight: 700; }
          .jf_contents__detail__location__facility__right {
            position: relative;
            width: 100%;
            padding: 5px 25px 0; }
            .jf_contents__detail__location__facility__right__list {
              position: relative;
              width: 100%;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              margin-top: 20px; }
              .jf_contents__detail__location__facility__right__list__img {
                position: relative;
                width: 50%;
                padding-right: 15px; }
                .jf_contents__detail__location__facility__right__list__img p {
                  width: 100%; }
                  .jf_contents__detail__location__facility__right__list__img p img {
                    width: 100%; }
              .jf_contents__detail__location__facility__right__list__txt {
                position: relative;
                width: 50%; }
                .jf_contents__detail__location__facility__right__list__txt h5 {
                  font-size: 1.6rem;
                  color: #1C3767;
                  font-weight: 700; }
                .jf_contents__detail__location__facility__right__list__txt p {
                  font-size: 1.2rem;
                  margin-top: 8px;
                  line-height: 1.0; }
        .jf_contents__detail__location__btn {
          position: relative;
          width: 100%;
          margin-top: 30px;
          padding: 0 25px; }
          .jf_contents__detail__location__btn p {
            width: 100%; }
      .jf_contents__detail__outline {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__outline__desc {
          position: relative;
          width: 100%;
          padding: 0 25px; }
          .jf_contents__detail__outline__desc dl {
            position: relative;
            border-top: 1px dotted #E5E5E5;
            padding: 20px 3px; }
            .jf_contents__detail__outline__desc dl dt {
              font-size: 1.2rem;
              font-weight: 500; }
            .jf_contents__detail__outline__desc dl dd {
              text-align: justify;
              font-size: 1.4rem;
              line-height: 1.8;
              padding-top: 4px; }
          .jf_contents__detail__outline__desc dl:last-of-type {
            border-bottom: 1px dotted #E5E5E5; }
          .jf_contents__detail__outline__desc dl::after {
            content: '';
            width: 60px;
            height: 1px;
            position: absolute;
            background-color: #69A6BD;
            left: 0;
            top: -1px; }
          .jf_contents__detail__outline__desc dl:last-of-type::before {
            content: '';
            width: 60px;
            height: 1px;
            position: absolute;
            background-color: #69A6BD;
            left: 0;
            bottom: -1px; }
      .jf_contents__detail__plot {
        position: relative;
        width: 100%;
        margin-top: 100px;
        background-color: #f5f5f5;
        padding: 50px 15px 40px; }
        .jf_contents__detail__plot h3 {
          position: absolute;
          top: -20px;
          left: 50%;
          width: 300px;
          height: 44px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-weight: 500;
          line-height: 1.0;
          font-size: 1.8rem;
          background-color: #1C3767;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          z-index: 10; }
        .jf_contents__detail__plot h3::after {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          background: url(../../img/land_img/joyfieldouji2/title_underarrow.svg) no-repeat 0 0;
          background-size: 16px;
          z-index: 12; }
        .jf_contents__detail__plot__img {
          position: relative;
          width: 100%; }
          .jf_contents__detail__plot__img p {
            width: 100%; }
            .jf_contents__detail__plot__img p img {
              width: 100%;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
      .jf_contents__detail__spec {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__spec__wrap {
          position: relative;
          width: 100%; }
          .jf_contents__detail__spec__wrap__list {
            position: relative;
            width: 100%;
            padding: 0 25px; }
            .jf_contents__detail__spec__wrap__list__sp {
              position: relative;
              width: 100%;
              margin-bottom: 25px; }
              .jf_contents__detail__spec__wrap__list__sp__title {
                position: relative;
                width: 100%;
                height: 22px;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: url(../../img/land_img/joyfieldouji2/jf_spec_title_backimg.png) repeat-x 0 center;
                background-size: 2px;
                margin-bottom: 10px; }
                .jf_contents__detail__spec__wrap__list__sp__title h3 {
                  color: #69A6BD;
                  font-size: 1.6rem;
                  font-weight: 700;
                  background-color: #fff;
                  padding-right: 15px; }
              .jf_contents__detail__spec__wrap__list__sp__img {
                position: relative;
                width: 100%; }
                .jf_contents__detail__spec__wrap__list__sp__img p {
                  width: 100%;
                  height: 120px;
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  justify-content: center;
                  align-items: center;
                  background: #f5f5f5;
                  border-radius: 4px;
                  -webkit-border-radius: 4px;
                  -moz-border-radius: 4px; }
                  .jf_contents__detail__spec__wrap__list__sp__img p img {
                    width: 60px; }
              .jf_contents__detail__spec__wrap__list__sp__txt {
                width: 100%;
                padding-top: 20px; }
                .jf_contents__detail__spec__wrap__list__sp__txt h4 {
                  color: #1C3767;
                  font-size: 1.6rem;
                  font-weight: 700; }
                .jf_contents__detail__spec__wrap__list__sp__txt p {
                  text-align: justify;
                  font-size: 1.4rem;
                  margin-top: 12px;
                  line-height: 2.0; }
          .jf_contents__detail__spec__wrap__btn {
            position: relative;
            width: 100%;
            margin-top: 30px;
            padding: 0 25px; }
            .jf_contents__detail__spec__wrap__btn p {
              width: 100%; }
      .jf_contents__detail__contact {
        position: relative;
        width: calc(100% - 50px);
        padding-top: 100px;
        margin: 0 auto; }
        .jf_contents__detail__contact__desc {
          position: relative;
          width: 100%;
          margin-bottom: 30px; }
          .jf_contents__detail__contact__desc p.jf_contents__detail__contact__desc__txt {
            text-align: justify;
            font-size: 1.5rem;
            line-height: 2.0; }
        .jf_contents__detail__contact__end {
          position: relative;
          width: 100%;
          background-color: #f5f5f5;
          padding: 20px 10px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px; }
          .jf_contents__detail__contact__end p {
            color: #d32626;
            text-align: center;
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 2.0; }
        .jf_contents__detail__contact__form {
          position: relative;
          width: 100%;
          border-top: 1px solid #E5E5E5; }
          .jf_contents__detail__contact__form dl {
            position: relative;
            padding: 20px 0;
            border-bottom: 1px solid #E5E5E5; }
            .jf_contents__detail__contact__form dl dt {
              font-size: 1.3rem;
              font-weight: 500;
              line-height: 1.2;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              margin-bottom: 10px; }
              .jf_contents__detail__contact__form dl dt img {
                width: 32px;
                padding-left: 8px;
                padding-top: 2px; }
            .jf_contents__detail__contact__form dl dd {
              font-size: 1.5rem;
              position: relative;
              line-height: 1.8; }
              .jf_contents__detail__contact__form dl dd span.input_font {
                font-size: 1rem;
                padding-top: 10px; }
              .jf_contents__detail__contact__form dl dd span.wpcf7-not-valid-tip {
                font-size: 1rem;
                padding-top: 5px; }
              .jf_contents__detail__contact__form dl dd .error {
                font-size: 1rem !important;
                font-weight: 500 !important;
                color: #d32626 !important;
                display: block !important;
                padding-top: 5px !important; }
              .jf_contents__detail__contact__form dl dd .wpcf7-list-item {
                margin: 0 !important; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style01 {
                font-size: 1rem;
                margin-top: 8px; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style02 {
                font-size: 1rem;
                margin-top: 8px;
                padding-bottom: 5px; }
              .jf_contents__detail__contact__form dl dd p.contact_font_style03 {
                font-size: 1rem; }
            .jf_contents__detail__contact__form dl input.input_style01 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 100%; }
            .jf_contents__detail__contact__form dl input.input_style02 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 100%; }
            .jf_contents__detail__contact__form dl input.input_style03 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 26%; }
            .jf_contents__detail__contact__form dl input.input_style05 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 60px;
              margin: 0 5px 0 10px; }
            .jf_contents__detail__contact__form dl input.input_style06 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 180px; }
            .jf_contents__detail__contact__form dl select.input_style07 {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 100px;
              margin-left: 5px; }
            .jf_contents__detail__contact__form dl .mwform-radio-field {
              display: inline-block;
              width: 35%; }
            .jf_contents__detail__contact__form dl textarea {
              font-size: 1.5rem;
              font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              letter-spacing: 0.05em;
              line-height: 2.0;
              border: 1px solid #E5E5E5;
              padding: 10px;
              width: 100%;
              height: 200px; }
            .jf_contents__detail__contact__form dl ::placeholder {
              color: #ccc;
              font-weight: 400;
              font-size: 1.5rem; }
          .jf_contents__detail__contact__form__check {
            width: 100%;
            padding: 20px 20px;
            background-color: #f5f5f5;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            margin-top: 25px; }
            .jf_contents__detail__contact__form__check p {
              text-align: justify;
              font-size: 1.1rem;
              line-height: 1.8;
              margin-bottom: 15px;
              padding: 0 5px; }
              .jf_contents__detail__contact__form__check p a {
                color: #69A6BD;
                border-bottom: 1px solid #69A6BD;
                font-weight: 500; }
            .jf_contents__detail__contact__form__check .mwform-checkbox-field {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              align-items: center;
              justify-content: center;
              font-size: 1.3rem;
              background-color: #fff;
              padding: 15px 0;
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__check .mwform-checkbox-field .mwform-checkbox-field-text {
                letter-spacing: 0.05em;
                font-weight: 500; }
            .jf_contents__detail__contact__form__check .error {
              font-size: 1rem !important;
              letter-spacing: 0.1em !important;
              font-weight: 500 !important;
              color: #d32626 !important;
              display: block !important;
              padding-top: 10px !important; }
          .jf_contents__detail__contact__form .mw_wp_form_confirm {
            width: 100%; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm p.contact_font_style01 {
              display: none;
              padding-top: 0; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm p.contact_font_style02 {
              display: none;
              padding-top: 0; }
            .jf_contents__detail__contact__form .mw_wp_form_confirm .event__detail__content__reserve__form__check {
              display: none; }
          .jf_contents__detail__contact__form__btn {
            width: 100%;
            margin: 35px auto 0; }
            .jf_contents__detail__contact__form__btn h6 {
              position: relative;
              width: 100%; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01 {
                position: relative;
                width: 100%;
                height: 52px;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 1.6rem;
                font-weight: 500;
                line-height: 1.0;
                letter-spacing: 0.05em;
                background-color: #69A6BD;
                border: none;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style01::after {
                content: '';
                position: absolute;
                top: 7px;
                right: 7px;
                width: 38px;
                height: 38px;
                background: url(../img/arrow_wh.svg) no-repeat center center;
                background-size: 10px;
                background-color: #5699B2;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02 {
                position: relative;
                width: 100%;
                height: 52px;
                font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 1.6rem;
                font-weight: 500;
                line-height: 1.0;
                letter-spacing: 0.05em;
                background-color: #999;
                border: none;
                margin-top: 15px;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
              .jf_contents__detail__contact__form__btn h6 .form_btn_style02::after {
                content: '';
                position: absolute;
                top: 7px;
                left: 7px;
                width: 38px;
                height: 38px;
                background: url(../img/arrow02_wh.svg) no-repeat center center;
                background-size: 10px;
                background-color: #888;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px; }
          .jf_contents__detail__contact__form__complete {
            position: relative;
            width: 100%;
            text-align: justify;
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 2.0;
            letter-spacing: 0.05em;
            background-color: #f5f5f5;
            padding: 30px 30px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px; }
          .jf_contents__detail__contact__form__bottom {
            position: relative;
            width: 100%;
            margin-top: 60px; }
            .jf_contents__detail__contact__form__bottom p {
              text-align: justify;
              font-size: 1.1rem;
              line-height: 1.8; }
              .jf_contents__detail__contact__form__bottom p br {
                display: none; }
              .jf_contents__detail__contact__form__bottom p a {
                color: #69A6BD;
                font-weight: 500; }
      .jf_contents__detail__bread {
        position: relative;
        width: 100%;
        padding-top: 100px; }
        .jf_contents__detail__bread ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          margin: 0 25px;
          border-bottom: 1px dotted #E5E5E5;
          padding-bottom: 10px; }
          .jf_contents__detail__bread ul li {
            position: relative;
            line-height: 1.6; }
            .jf_contents__detail__bread ul li a {
              position: relative;
              color: #111;
              font-weight: 500; }
          .jf_contents__detail__bread ul li.bread_home {
            padding-left: 8px;
            background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
            background-size: 4px; }
          .jf_contents__detail__bread ul li.bread_list {
            padding-left: 21px; }
          .jf_contents__detail__bread ul li.bread_list::after {
            content: '';
            position: absolute;
            width: 5px;
            height: 1px;
            top: 8px;
            left: 8px;
            background-color: #69A6BD; }
      .jf_contents__detail__bottom {
        position: relative;
        width: 100%;
        padding-top: 45px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center; }
        .jf_contents__detail__bottom p {
          width: 150px; }
          .jf_contents__detail__bottom p img {
            width: 100%; } }

/* ########## jf_contents ########## */
/* ########## class_style ########## */
@media screen and (min-width: 1024px) {
  .jf_contents__title_sp {
    width: 100%;
    padding: 0 0 0 104px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background: url(../../img/land_img/joyfieldouji2/title_backimg.svg) no-repeat 80px center;
    background-size: 12px;
    margin-bottom: 40px; }
    .jf_contents__title_sp h2 {
      font-family: "Inter", sans-serif;
      color: #1C3767;
      font-size: 4rem;
      font-weight: 600;
      letter-spacing: 0.05em; }
    .jf_contents__title_sp p {
      color: #1C3767;
      font-size: 1.2rem;
      font-weight: 500;
      margin-left: 20px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .jf_contents__title_sp {
    width: 100%;
    padding: 0 0 0 84px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background: url(../../img/land_img/joyfieldouji2/title_backimg.svg) no-repeat 60px center;
    background-size: 12px;
    margin-bottom: 35px; }
    .jf_contents__title_sp h2 {
      font-family: "Inter", sans-serif;
      color: #1C3767;
      font-size: 3rem;
      font-weight: 600;
      letter-spacing: 0.05em; }
    .jf_contents__title_sp p {
      color: #1C3767;
      font-size: 1.1rem;
      font-weight: 500;
      margin-left: 15px; } }
@media screen and (max-width: 767px) {
  .jf_contents__title_sp {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .jf_contents__title_sp h2 {
      font-family: "Inter", sans-serif;
      color: #1C3767;
      font-size: 3.2rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0; }
    .jf_contents__title_sp p {
      color: #1C3767;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.0;
      margin-top: 6px; } }

/* ########## class_style ########## */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 62.5%;
    overflow: visible; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  html, body {
    font-size: 62.5%;
    overflow: visible; } }
@media screen and (max-width: 767px) {
  html, body {
    font-size: 62.5%;
    overflow: visible;
    overflow-x: hidden; } }

body {
  height: 100%;
  color: #545454;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

@media screen and (min-width: 1024px) {
  ol, ul {
    list-style: none;
    font-weight: 400;
    letter-spacing: 0.05em; }

  h1 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h2 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h3 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h4 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h5 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h6 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  p {
    font-weight: 400;
    letter-spacing: 0.05em; }

  dl {
    font-weight: 400;
    letter-spacing: 0.05em; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  ol, ul {
    list-style: none;
    font-weight: 400;
    letter-spacing: 0.05em; }

  h1 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h2 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h3 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h4 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h5 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  h6 {
    font-weight: 400;
    letter-spacing: 0.05em; }

  p {
    font-weight: 400;
    letter-spacing: 0.05em; }

  dl {
    font-weight: 400;
    letter-spacing: 0.05em; } }
@media screen and (max-width: 767px) {
  ol, ul {
    list-style: none;
    font-weight: 500;
    letter-spacing: 0.05em; }

  h1 {
    font-weight: 500;
    letter-spacing: 0.05em; }

  h2 {
    font-weight: 500;
    letter-spacing: 0.05em; }

  h3 {
    font-weight: 500;
    letter-spacing: 0.05em; }

  h4 {
    font-weight: 500;
    letter-spacing: 0.05em; }

  h5 {
    font-weight: 500;
    letter-spacing: 0.05em; }

  h6 {
    font-weight: 500;
    letter-spacing: 0.05em; }

  p {
    font-weight: 500;
    letter-spacing: 0.05em; }

  dl {
    font-weight: 500;
    letter-spacing: 0.05em; } }
caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: bottom; }

a, a:link a:visited {
  color: #111;
  transition: all .3s;
  text-decoration: none; }

a:hover {
  color: #69A6BD;
  text-decoration: none; }

a.imghover:link img {
  transition: all .3s; }

a.imghover:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8; }

.imghover {
  transition: all .3s; }

.imghover:hover {
  filter: alpha(opacity=80);
  opacity: 0.8; }

input:-internal-autofill-selected {
  background-color: #fff; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.title_fadeUp01 {
  animation-name: titlefadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  opacity: 0; }

.title_fadeUp02 {
  animation-name: titlefadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
  opacity: 0; }

@keyframes titlefadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes transformRightLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
/* ########## container ########## */
@media screen and (min-width: 1024px) {
  .container {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .container {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal; } }
@media screen and (max-width: 767px) {
  .container {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal; } }

/* ########## container ########## */
/* ########## page_contents ########## */
@media screen and (min-width: 1024px) {
  .page_contents {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */ }
    .page_contents__header {
      position: relative;
      width: 100%;
      height: 480px;
      padding-top: 30px;
      margin-top: 70px; }
      .page_contents__header__title {
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .page_contents__header__title .title_sp {
          padding-bottom: 0; }
      .page_contents__header__img {
        position: relative;
        width: 70%;
        height: 450px;
        margin-left: 30%;
        padding-right: 30px; }
        .page_contents__header__img__detail {
          position: relative;
          width: 100%;
          height: 450px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
    .page_contents__bread {
      position: relative;
      width: 100%;
      max-width: 1600px;
      padding: 0 4%; }
      .page_contents__bread ul {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-top: 20px; }
        .page_contents__bread ul li {
          position: relative;
          font-size: 1.1rem; }
          .page_contents__bread ul li a, .page_contents__bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents__bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents__bread ul li a:hover {
            color: #69A6BD; }
          .page_contents__bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents__bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 5px; }
        .page_contents__bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 8px;
          left: 12px;
          background-color: #69A6BD; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */ }
    .page_contents__header {
      position: relative;
      width: 100%;
      margin-top: 120px; }
      .page_contents__header__title {
        position: relative;
        width: 92%;
        z-index: 5;
        margin: 0 auto; }
        .page_contents__header__title .title_sp {
          padding-bottom: 0; }
      .page_contents__header__img {
        position: relative;
        width: 98%;
        height: 380px;
        margin: 40px auto 0; }
        .page_contents__header__img__detail {
          position: relative;
          width: 100%;
          height: 380px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
    .page_contents__bread {
      position: relative;
      width: 92%;
      margin: 20px auto 0; }
      .page_contents__bread ul {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center; }
        .page_contents__bread ul li {
          position: relative;
          font-size: 1rem; }
          .page_contents__bread ul li a, .page_contents__bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents__bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents__bread ul li a:hover {
            color: #69A6BD; }
          .page_contents__bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents__bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 5px; }
        .page_contents__bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 6px;
          left: 12px;
          background-color: #69A6BD; } }
@media screen and (max-width: 767px) {
  .page_contents {
    position: relative;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */ }
    .page_contents__header {
      position: relative;
      width: 100%;
      margin-top: 110px; }
      .page_contents__header__title {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .page_contents__header__title .title_sp {
          padding-bottom: 0; }
      .page_contents__header__img {
        position: relative;
        width: 94%;
        height: 300px;
        margin: 30px auto 0; }
        .page_contents__header__img__detail {
          position: relative;
          width: 100%;
          height: 300px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
    .page_contents__bread {
      position: relative;
      width: 90%;
      margin: 12px auto 0; }
      .page_contents__bread ul {
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .page_contents__bread ul li {
          position: relative;
          line-height: 1.6; }
          .page_contents__bread ul li a {
            position: relative;
            color: #111;
            font-weight: 500; }
        .page_contents__bread ul li.bread_home {
          padding-left: 8px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 4px; }
        .page_contents__bread ul li.bread_list {
          padding-left: 21px; }
        .page_contents__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          top: 8px;
          left: 8px;
          background-color: #69A6BD; } }

/* ########## page_contents ########## */
/* ########## page_contents02 ########## */
@media screen and (min-width: 1024px) {
  .page_contents02 {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */ }
    .page_contents02__header {
      position: relative;
      width: 100%;
      height: 480px;
      padding-top: 30px;
      margin-top: 70px; }
      .page_contents02__header__title {
        position: absolute;
        width: 45%;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .page_contents02__header__title .title_sp {
          padding-bottom: 0; }
      .page_contents02__header__catch {
        position: absolute;
        bottom: 0;
        left: 4%;
        z-index: 5; }
        .page_contents02__header__catch p {
          position: relative;
          width: 360px;
          height: 46px;
          font-size: 1.8rem;
          font-weight: 600;
          color: #fff;
          background-color: #69A6BD;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 0 15px; }
        .page_contents02__header__catch p:nth-child(2) {
          margin-top: 6px; }
      .page_contents02__header__img {
        position: relative;
        width: 50%;
        height: 450px;
        margin-left: 50%;
        padding-right: 30px; }
        .page_contents02__header__img__detail {
          position: relative;
          width: 100%;
          height: 450px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
    .page_contents02__bread {
      position: relative;
      width: 100%;
      max-width: 1600px;
      padding: 0 4%; }
      .page_contents02__bread ul {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-top: 20px; }
        .page_contents02__bread ul li {
          position: relative;
          font-size: 1.1rem; }
          .page_contents02__bread ul li a, .page_contents02__bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents02__bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents02__bread ul li a:hover {
            color: #69A6BD; }
          .page_contents02__bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents02__bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 5px; }
        .page_contents02__bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents02__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 8px;
          left: 12px;
          background-color: #69A6BD; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents02 {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */ }
    .page_contents02__header {
      position: relative;
      width: 100%;
      margin-top: 120px; }
      .page_contents02__header__title {
        position: relative;
        width: 92%;
        z-index: 5;
        margin: 0 auto; }
        .page_contents02__header__title .title_sp {
          padding-bottom: 0; }
      .page_contents02__header__catch {
        position: absolute;
        bottom: 35px;
        left: -1%;
        z-index: 5; }
        .page_contents02__header__catch p {
          position: relative;
          width: 360px;
          height: 40px;
          font-size: 1.8rem;
          font-weight: 600;
          color: #fff;
          background-color: #69A6BD;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 0 15px 0 40px; }
        .page_contents02__header__catch p:nth-child(2) {
          margin-top: 6px; }
      .page_contents02__header__img {
        position: relative;
        width: 98%;
        height: 380px;
        margin: 40px auto 0; }
        .page_contents02__header__img__detail {
          position: relative;
          width: 100%;
          height: 380px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
    .page_contents02__bread {
      position: relative;
      width: 92%;
      margin: 20px auto 0; }
      .page_contents02__bread ul {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center; }
        .page_contents02__bread ul li {
          position: relative;
          font-size: 1rem; }
          .page_contents02__bread ul li a, .page_contents02__bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents02__bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents02__bread ul li a:hover {
            color: #69A6BD; }
          .page_contents02__bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents02__bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 5px; }
        .page_contents02__bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents02__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 6px;
          left: 12px;
          background-color: #69A6BD; } }
@media screen and (max-width: 767px) {
  .page_contents02 {
    position: relative;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */ }
    .page_contents02__header {
      position: relative;
      width: 100%;
      margin-top: 110px; }
      .page_contents02__header__title {
        position: relative;
        width: 90%;
        margin: 0 auto; }
        .page_contents02__header__title .title_sp {
          padding-bottom: 0; }
      .page_contents02__header__catch {
        position: absolute;
        width: 100%;
        bottom: 25px;
        left: 0;
        z-index: 5; }
        .page_contents02__header__catch p {
          position: relative;
          width: 70%;
          height: 36px;
          font-size: 1.4rem;
          font-weight: 600;
          color: #fff;
          background-color: #69A6BD;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          align-items: center;
          padding: 0 15px; }
        .page_contents02__header__catch p:nth-child(2) {
          margin-top: 6px; }
      .page_contents02__header__img {
        position: relative;
        width: 94%;
        height: 300px;
        margin: 30px auto 0; }
        .page_contents02__header__img__detail {
          position: relative;
          width: 100%;
          height: 300px;
          background-color: #f5f5f5;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          overflow: hidden; }
    .page_contents02__bread {
      position: relative;
      width: 90%;
      margin: 12px auto 0; }
      .page_contents02__bread ul {
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .page_contents02__bread ul li {
          position: relative;
          line-height: 1.6; }
          .page_contents02__bread ul li a {
            position: relative;
            color: #111;
            font-weight: 500; }
        .page_contents02__bread ul li.bread_home {
          padding-left: 8px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 4px; }
        .page_contents02__bread ul li.bread_list {
          padding-left: 21px; }
        .page_contents02__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          top: 8px;
          left: 8px;
          background-color: #69A6BD; } }

/* ########## page_contents02 ########## */
/* ########## page_contents03 ########## */
@media screen and (min-width: 1024px) {
  .page_contents03 {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */
    /* ### single_bread ### */
    /* ### single_bread ### */ }
    .page_contents03__header {
      position: relative;
      width: 100%;
      height: 300px;
      margin-top: 70px;
      border-bottom: 1px solid #E5E5E5; }
      .page_contents03__header__title {
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .page_contents03__header__title .title_sp {
          padding-bottom: 0; }
    .page_contents03__bread {
      position: relative;
      width: 100%;
      max-width: 1600px;
      padding: 0 4%;
      z-index: 3; }
      .page_contents03__bread ul {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: -1px; }
        .page_contents03__bread ul li {
          position: relative;
          font-size: 1.1rem;
          border-top: 1px solid #69A6BD;
          padding-top: 15px; }
          .page_contents03__bread ul li a, .page_contents03__bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents03__bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents03__bread ul li a:hover {
            color: #69A6BD; }
          .page_contents03__bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents03__bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 21px;
          background-size: 5px; }
        .page_contents03__bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents03__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 8px;
          left: 12px;
          background-color: #69A6BD; }
    .page_contents03__single_bread {
      position: relative;
      width: 100%;
      max-width: 1600px;
      padding: 90px 4% 0;
      z-index: 3; }
      .page_contents03__single_bread ul {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: -1px; }
        .page_contents03__single_bread ul li {
          position: relative;
          font-size: 1.1rem; }
          .page_contents03__single_bread ul li a, .page_contents03__single_bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents03__single_bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents03__single_bread ul li a:hover {
            color: #69A6BD; }
          .page_contents03__single_bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents03__single_bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 6px;
          background-size: 5px; }
        .page_contents03__single_bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents03__single_bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 8px;
          left: 12px;
          background-color: #69A6BD; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents03 {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */
    /* ### single_bread ### */
    /* ### single_bread ### */ }
    .page_contents03__header {
      position: relative;
      width: 100%;
      height: 300px;
      margin-top: 60px;
      border-bottom: 1px solid #E5E5E5; }
      .page_contents03__header__title {
        position: absolute;
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .page_contents03__header__title .title_sp {
          padding-bottom: 0; }
    .page_contents03__bread {
      position: relative;
      width: 92%;
      margin: 0 auto;
      z-index: 3; }
      .page_contents03__bread ul {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        margin-top: -1px; }
        .page_contents03__bread ul li {
          position: relative;
          font-size: 1rem;
          border-top: 1px solid #69A6BD;
          padding-top: 15px; }
          .page_contents03__bread ul li a, .page_contents03__bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents03__bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents03__bread ul li a:hover {
            color: #69A6BD; }
          .page_contents03__bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents03__bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 21px;
          background-size: 5px; }
        .page_contents03__bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents03__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 6px;
          left: 12px;
          background-color: #69A6BD; }
    .page_contents03__single_bread {
      position: relative;
      width: 92%;
      margin: 0 auto;
      z-index: 3;
      padding-top: 80px; }
      .page_contents03__single_bread ul {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        margin-top: -1px; }
        .page_contents03__single_bread ul li {
          position: relative;
          font-size: 1rem; }
          .page_contents03__single_bread ul li a, .page_contents03__single_bread ul li a:link a:visited {
            position: relative;
            color: #111;
            font-weight: 500; }
          .page_contents03__single_bread ul li a::after {
            position: absolute;
            bottom: -1px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #69A6BD;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          .page_contents03__single_bread ul li a:hover {
            color: #69A6BD; }
          .page_contents03__single_bread ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        .page_contents03__single_bread ul li.bread_home {
          padding-left: 11px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 center;
          background-size: 5px; }
        .page_contents03__single_bread ul li.bread_list {
          padding-left: 29px; }
        .page_contents03__single_bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          bottom: 6px;
          left: 12px;
          background-color: #69A6BD; } }
@media screen and (max-width: 767px) {
  .page_contents03 {
    position: relative;
    background-color: #fff;
    /* ### header ### */
    /* ### header ### */
    /* ### bread ### */
    /* ### bread ### */
    /* ### single_bread ### */
    /* ### single_bread ### */ }
    .page_contents03__header {
      position: relative;
      width: 100%;
      height: 160px;
      margin-top: 52px;
      border-bottom: 1px solid #E5E5E5; }
      .page_contents03__header__title {
        position: absolute;
        width: 95%;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 5; }
        .page_contents03__header__title .title_sp {
          padding-bottom: 0; }
          .page_contents03__header__title .title_sp h2 {
            width: 95%; }
    .page_contents03__bread {
      position: relative;
      width: 90%;
      margin: 0 auto;
      z-index: 3; }
      .page_contents03__bread ul {
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: -1px; }
        .page_contents03__bread ul li {
          position: relative;
          line-height: 1.6;
          border-top: 1px solid #69A6BD;
          padding-top: 12px; }
          .page_contents03__bread ul li a {
            position: relative;
            color: #111;
            font-weight: 500; }
        .page_contents03__bread ul li.bread_home {
          padding-left: 8px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 18px;
          background-size: 4px; }
        .page_contents03__bread ul li.bread_list {
          padding-left: 21px; }
        .page_contents03__bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          top: 20px;
          left: 8px;
          background-color: #69A6BD; }
    .page_contents03__single_bread {
      position: relative;
      width: 90%;
      margin: 0 auto;
      z-index: 3;
      padding-top: 53px; }
      .page_contents03__single_bread ul {
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: -1px; }
        .page_contents03__single_bread ul li {
          position: relative;
          line-height: 1.6;
          padding-top: 12px; }
          .page_contents03__single_bread ul li a {
            position: relative;
            color: #111;
            font-weight: 500; }
        .page_contents03__single_bread ul li.bread_home {
          padding-left: 8px;
          background: url(../img/circle_icon_bl.svg) no-repeat 0 18px;
          background-size: 4px; }
        .page_contents03__single_bread ul li.bread_list {
          padding-left: 21px; }
        .page_contents03__single_bread ul li.bread_list::after {
          content: '';
          position: absolute;
          width: 5px;
          height: 1px;
          top: 20px;
          left: 8px;
          background-color: #69A6BD; } }

/* ########## page_contents03 ########## */
/* ########## page_contents__detail ########## */
@media screen and (min-width: 1024px) {
  .page_contents__detail {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents__detail {
    position: relative;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .page_contents__detail {
    position: relative;
    width: 100%; } }

/* ########## page_contents__detail ########## */
/* ########## pagenavi ########## */
@media screen and (min-width: 1024px) {
  .wp-pagenavi {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.075em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 100px;
    padding: 17px 0; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.075em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 100px;
    padding: 17px 0; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    position: relative;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.075em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #E5E5E5;
    padding: 12px 0;
    margin-top: 100px; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi span.pages {
    display: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi span.pages {
    display: none; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi span.pages {
    display: none; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi span.current {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    font-weight: 600;
    background-color: #69A6BD;
    margin: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi span.current {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-weight: 600;
    background-color: #69A6BD;
    margin: 0 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    background-color: #69A6BD;
    margin: 0 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.first {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 46px;
    margin-right: 40px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi a.first {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 42px;
    margin-right: 40px; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi a.first {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 42px;
    top: 15px;
    left: 0;
    font-size: 1.1rem; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.last {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 46px;
    margin-left: 40px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi a.last {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 42px;
    margin-left: 40px; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi a.last {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 42px;
    top: 15px;
    right: 0;
    font-size: 1.1rem; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.page:link, a.page:visited {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi a.page:link, a.page:visited {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; } }

@media screen and (max-width: 767px) {
  .wp-pagenavi a.page {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-weight: 500;
    font-size: 1.1rem;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.page:hover {
    color: #111;
    background-color: #f5f5f5;
    border: 1px solid #E5E5E5; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi a.page:hover {
    color: #111;
    background-color: #f5f5f5;
    border: 1px solid #E5E5E5; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 17px;
    left: 4%;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 1rem;
    font-weight: 600;
    background: url(../img/arrow02_bl.svg) no-repeat 0 center;
    background-size: 10px;
    padding: 0 0 0 18px;
    border: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 17px;
    left: 4%;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 1.1rem;
    font-weight: 600;
    background: url(../img/arrow02_bl.svg) no-repeat 0 center;
    background-size: 10px;
    padding: 0 0 0 18px;
    border: none; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink {
    display: none; } }

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 17px;
    right: 4%;
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 1rem;
    font-weight: 600;
    background: url(../img/arrow_bl.svg) no-repeat right center;
    background-size: 10px;
    padding: 0 18px 0 0;
    border: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 17px;
    right: 4%;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 1.1rem;
    font-weight: 600;
    background: url(../img/arrow_bl.svg) no-repeat right center;
    background-size: 10px;
    padding: 0 18px 0 0;
    border: none; } }
@media screen and (max-width: 767px) {
  .wp-pagenavi a.nextpostslink {
    display: none; } }

/* ########## pagenavi ########## */
/* ########## page_contents_block ########## */
@media screen and (min-width: 1024px) {
  .page_contents_block {
    width: 100%;
    margin-top: -40px;
    padding-top: 100px;
    z-index: 10; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents_block {
    width: 100%;
    margin-top: -40px;
    padding-top: 85px;
    z-index: 10; } }
@media screen and (max-width: 767px) {
  .page_contents_block {
    margin-top: -40px;
    padding-top: 80px;
    z-index: 10; } }

@media screen and (min-width: 1024px) {
  .page_contents_block:nth-child(n+2) {
    width: 100%;
    margin-top: -50px;
    padding-top: 110px;
    z-index: 10; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents_block:nth-child(n+2) {
    width: 100%;
    margin-top: -40px;
    padding-top: 85px;
    z-index: 10; } }

/* ########## page_contents_block ########## */
/* ########## page_contents_list ########## */
@media screen and (min-width: 1024px) {
  .page_contents_list {
    width: 100%; }
    .page_contents_list ul {
      width: 100%; }
      .page_contents_list ul li {
        font-size: 1.4rem;
        background: url(../img/list_mk.svg) no-repeat 2px center;
        background-size: 5px;
        margin-bottom: 12px; }
        .page_contents_list ul li a, .page_contents_list ul li a:link a:visited {
          display: block;
          width: 100%;
          font-weight: 500;
          padding-left: 14px; }
        .page_contents_list ul li a:hover {
          color: #111; }
      .page_contents_list ul .link-current a {
        position: relative;
        color: #69A6BD !important;
        font-weight: 600; }
      .page_contents_list ul .link-current a::after {
        content: '';
        position: absolute;
        top: 5px;
        right: 40px;
        width: 10px;
        height: 10px;
        background: url(../img/arrow_bl.svg) no-repeat center center;
        background-size: 10px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .page_contents_list {
    width: 100%; }
    .page_contents_list ul {
      width: 100%; }
      .page_contents_list ul li {
        font-size: 1.3rem;
        background: url(../img/list_mk.svg) no-repeat 2px center;
        background-size: 5px;
        margin-bottom: 10px; }
        .page_contents_list ul li a, .page_contents_list ul li a:link a:visited {
          display: block;
          width: 100%;
          font-weight: 500;
          padding-left: 14px; }
        .page_contents_list ul li a:hover {
          color: #111; }
      .page_contents_list ul .link-current a {
        position: relative;
        color: #69A6BD !important;
        font-weight: 600; }
      .page_contents_list ul .link-current a::after {
        content: '';
        position: absolute;
        top: 5px;
        right: 30px;
        width: 10px;
        height: 10px;
        background: url(../img/arrow_bl.svg) no-repeat center center;
        background-size: 10px; } }
@media screen and (max-width: 767px) {
  .page_contents_list {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .page_contents_list ul {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      z-index: 5; }
      .page_contents_list ul li {
        width: 50%;
        font-size: 1.2rem; }
        .page_contents_list ul li a {
          display: block;
          width: 100%;
          font-weight: 500;
          background: url(../img/list_mk.svg) no-repeat 0 center;
          background-size: 5px;
          padding-left: 11px; }
      .page_contents_list ul li:nth-child(n+3) {
        margin-top: 12px; } }

/* ########## page_contents_list ########## */
/* ########## form_style ########## */
@media screen and (min-width: 1024px) {
  span.input_font {
    font-size: 1.2rem;
    padding-top: 10px; }

  span.wpcf7-not-valid-tip {
    font-size: 1rem;
    font-weight: 500;
    color: #d32626;
    padding-top: 6px; }

  .error {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #d32626 !important;
    display: block !important;
    padding-top: 6px !important; }

  p.contact_font_style01 {
    font-size: 1.2rem;
    padding-top: 10px; }

  p.contact_font_style02 {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 5px; }

  p.contact_font_style03 {
    font-size: 1.2rem;
    padding-bottom: 5px; }

  /* mw wp form */
  input.input_style01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 70%; }

  input.input_style02 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100%; }

  input.input_style03 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 15%; }

  input.input_style04 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 25%; }

  input.input_style05 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100px;
    margin: 0 5px 0 10px; }

  input.input_style06 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 260px; }

  select.input_style07 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 130px;
    margin-left: 5px; }

  select.input_style08 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 260px; }

  .mwform-radio-field {
    display: inline-block;
    width: 20%; }

  .mw_wp_form_confirm {
    width: 100%; }
    .mw_wp_form_confirm dd {
      font-weight: 500; }
    .mw_wp_form_confirm p.contact_font_style01 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm p.contact_font_style02 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm p.contact_font_style03 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm .contact__form__check {
      display: none; }
    .mw_wp_form_confirm .event__detail__content__reserve__form__check {
      display: none; }

  h6 {
    position: relative;
    width: 100%; }
    h6 .form_btn_style01 {
      position: relative;
      cursor: pointer;
      width: 360px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 0 auto;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.0;
      background-color: #69A6BD;
      transition: all .3s;
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style01::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 12px;
      background-color: #5699B2;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      transition: all .3s; }
    h6 .form_btn_style01:hover {
      background-color: #5699B2; }
    h6 .form_btn_style02 {
      position: relative;
      cursor: pointer;
      width: 360px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 15px auto 0;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.0;
      background-color: #999;
      border: none;
      transition: all .3s;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style02::after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: 40px;
      height: 40px;
      background: url(../img/arrow02_wh.svg) no-repeat center center;
      background-size: 10px;
      background-color: #888;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      transition: all .3s; }
    h6 .form_btn_style02:hover {
      background-color: #888; }

  /* mw wp form */
  /* contact form7 */
  input.input_text01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 70%; }

  input.input_text02 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100%; }

  input.input_zip01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 200px; }

  input.input_date01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 260px; }

  input.input_tel01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 50%; }

  .wpcf7-select {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 130px;
    margin-left: 5px; }

  .wpcf7-checkbox {
    display: block;
    width: 50%; }
    .wpcf7-checkbox .wpcf7-list-item {
      display: block;
      width: 100%;
      font-size: 1.5rem;
      margin-left: 0 !important; }
    .wpcf7-checkbox .wpcf7-list-item:nth-child(n+2) {
      margin-top: 6px; }

  .wpcf7-response-output {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    background-color: #f5f5f5;
    padding: 35px 10px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none !important;
    margin: 60px 0 0 !important; }

  h6.form_btn_style01 {
    position: relative;
    width: 360px;
    height: 60px;
    margin: 0 auto; }
    h6.form_btn_style01 input {
      position: relative;
      cursor: pointer;
      width: 100%;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 0 auto;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.0;
      background-color: #69A6BD;
      transition: all .3s;
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6.form_btn_style01 input:hover {
      background-color: #5699B2; }

  h6.form_btn_style01::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/arrow_wh.svg) no-repeat center center;
    background-size: 12px;
    background-color: #5699B2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .3s; }

  h6.form_btn_style02 {
    position: relative;
    width: 360px;
    height: 60px;
    margin: 0 auto; }
    h6.form_btn_style02 input {
      position: relative;
      cursor: pointer;
      width: 360px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 15px auto 0;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.0;
      background-color: #999;
      border: none;
      transition: all .3s;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6.form_btn_style02 input:hover {
      background-color: #888; }

  h6.form_btn_style02::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/arrow02_wh.svg) no-repeat center center;
    background-size: 10px;
    background-color: #888;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .3s; }

  /* contact form7 */
  textarea {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    line-height: 2.0;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100%;
    height: 200px; }

  ::placeholder {
    color: #ccc;
    font-weight: 400;
    font-size: 1.5rem; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  span.input_font {
    font-size: 1.1rem;
    padding-top: 10px; }

  span.wpcf7-not-valid-tip {
    font-size: 1rem;
    font-weight: 500;
    color: #d32626;
    padding-top: 6px; }

  .error {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #d32626 !important;
    display: block !important;
    padding-top: 6px !important; }

  .wpcf7-list-item {
    margin: 0 !important; }

  p.contact_font_style01 {
    font-size: 1.1rem;
    padding-top: 10px; }

  p.contact_font_style02 {
    font-size: 1.1rem;
    padding-top: 10px;
    padding-bottom: 5px; }

  p.contact_font_style03 {
    font-size: 1.1rem;
    padding-bottom: 5px; }

  /* mw wp form */
  input.input_style01 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 80%; }

  input.input_style02 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100%; }

  input.input_style03 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 20%; }

  input.input_style04 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 20%; }

  input.input_style05 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 80px;
    margin: 0 5px 0 10px; }

  input.input_style06 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 220px; }

  select.input_style07 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 120px;
    margin-left: 5px; }

  select.input_style08 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 220px; }

  .mwform-radio-field {
    display: inline-block;
    width: 25%; }
    .mwform-radio-field .mwform-radio-field-text {
      font-size: 1.4rem; }

  .mw_wp_form_confirm {
    width: 100%; }
    .mw_wp_form_confirm dd {
      font-weight: 500; }
    .mw_wp_form_confirm p.contact_font_style01 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm p.contact_font_style02 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm p.contact_font_style03 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm .contact__form__check {
      display: none; }
    .mw_wp_form_confirm .event__detail__content__reserve__form__check {
      display: none; }

  h6 {
    position: relative;
    width: 100%; }
    h6 .form_btn_style01 {
      position: relative;
      cursor: pointer;
      width: 340px;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 0 auto;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #69A6BD;
      transition: all .3s;
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style01:hover {
      background-color: #5699B2; }
    h6 .form_btn_style01::after {
      content: '';
      position: absolute;
      top: 8px;
      right: 8px;
      width: 38px;
      height: 38px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 10px;
      background-color: #5699B2;
      border-radius: 4%;
      -webkit-border-radius: 4%;
      -moz-border-radius: 4%;
      transition: all .3s; }
    h6 .form_btn_style02 {
      position: relative;
      cursor: pointer;
      width: 340px;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 15px auto 0;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #999;
      border: none;
      transition: all .3s;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style02:hover {
      background-color: #888; }
    h6 .form_btn_style02::after {
      content: '';
      position: absolute;
      top: 8px;
      left: 8px;
      width: 38px;
      height: 38px;
      background: url(../img/arrow02_wh.svg) no-repeat center center;
      background-size: 10px;
      background-color: #888;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      transition: all .3s; }

  /* mw wp form */
  /* contact form7 */
  input.input_text01 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 80%; }

  input.input_text02 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100%; }

  input.input_zip01 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 35%; }

  input.input_date01 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 220px; }

  input.input_tel01 {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 80%; }

  .wpcf7-select {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 120px;
    margin-left: 5px; }

  .wpcf7-checkbox {
    display: block;
    width: 100%; }
    .wpcf7-checkbox .wpcf7-list-item {
      display: block;
      width: 100%;
      font-size: 1.4rem;
      margin-left: 0 !important; }
    .wpcf7-checkbox .wpcf7-list-item:nth-child(n+2) {
      margin-top: 6px; }

  .wpcf7-response-output {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    background-color: #f5f5f5;
    padding: 35px 10px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none !important;
    margin: 45px 0 0 !important; }

  h6.form_btn_style01 {
    position: relative;
    width: 340px;
    height: 56px;
    margin: 0 auto; }
    h6.form_btn_style01 input {
      position: relative;
      cursor: pointer;
      width: 100%;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 0 auto;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #69A6BD;
      transition: all .3s;
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6.form_btn_style01 input:hover {
      background-color: #5699B2; }

  h6.form_btn_style01::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    background: url(../img/arrow_wh.svg) no-repeat center center;
    background-size: 10px;
    background-color: #5699B2;
    border-radius: 4%;
    -webkit-border-radius: 4%;
    -moz-border-radius: 4%;
    transition: all .3s; }

  h6.form_btn_style02 {
    position: relative;
    width: 340px;
    height: 56px;
    margin: 0 auto; }
    h6.form_btn_style02 input {
      position: relative;
      cursor: pointer;
      width: 100%;
      height: 56px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin: 15px auto 0;
      color: #fff;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: block !important;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.0;
      background-color: #999;
      border: none;
      transition: all .3s;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6.form_btn_style02 input:hover {
      background-color: #888; }

  h6.form_btn_style02::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 38px;
    height: 38px;
    background: url(../img/arrow02_wh.svg) no-repeat center center;
    background-size: 10px;
    background-color: #888;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .3s; }

  /* contact form7 */
  textarea {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.075em;
    font-weight: 500;
    line-height: 2.0;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 12px;
    width: 100%;
    height: 200px; }

  ::placeholder {
    color: #ccc;
    font-weight: 400;
    font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  span.input_font {
    font-size: 1rem;
    padding-top: 10px; }

  span.wpcf7-not-valid-tip {
    font-size: 1rem;
    font-weight: 500;
    color: #d32626;
    padding-top: 5px; }

  .error {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #d32626 !important;
    display: block !important;
    padding-top: 5px !important; }

  p.contact_font_style01 {
    font-size: 1rem;
    margin-top: 8px; }

  p.contact_font_style02 {
    font-size: 1rem;
    margin-top: 8px;
    padding-bottom: 5px; }

  p.contact_font_style03 {
    font-size: 1rem;
    padding-bottom: 5px; }

  /* mw wp form */
  input.input_style01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%; }

  input.input_style02 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%; }

  input.input_style03 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 26%; }

  input.input_style05 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 60px;
    margin: 0 5px 0 10px; }

  input.input_style06 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 180px; }

  select.input_style07 {
    color: #111;
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100px;
    margin-left: 5px; }

  select.input_style08 {
    color: #111;
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 180px; }

  .mwform-radio-field {
    display: inline-block;
    width: 35%; }

  .mw_wp_form_confirm {
    width: 100%; }
    .mw_wp_form_confirm dd {
      font-weight: 500; }
    .mw_wp_form_confirm p.contact_font_style01 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm p.contact_font_style02 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm p.contact_font_style03 {
      display: none;
      padding-top: 0; }
    .mw_wp_form_confirm .contact__form__check {
      display: none; }
    .mw_wp_form_confirm .event__detail__content__reserve__form__check {
      display: none; }

  h6 {
    position: relative;
    width: 100%; }
    h6 .form_btn_style01 {
      position: relative;
      width: 100%;
      height: 52px;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background-color: #69A6BD;
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style01::after {
      content: '';
      position: absolute;
      top: 7px;
      right: 7px;
      width: 38px;
      height: 38px;
      background: url(../img/arrow_wh.svg) no-repeat center center;
      background-size: 10px;
      background-color: #5699B2;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style02 {
      position: relative;
      width: 100%;
      height: 52px;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background-color: #999;
      border: none;
      margin-top: 15px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
    h6 .form_btn_style02::after {
      content: '';
      position: absolute;
      top: 7px;
      left: 7px;
      width: 38px;
      height: 38px;
      background: url(../img/arrow02_wh.svg) no-repeat center center;
      background-size: 10px;
      background-color: #888;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }

  /* mw wp form */
  /* contact form7 */
  input.input_text01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%; }

  input.input_text02 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%; }

  input.input_tel01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%; }

  input.input_zip01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 50%; }

  input.input_date01 {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 180px; }

  .wpcf7-select {
    color: #111;
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100px;
    margin-left: 5px; }

  .wpcf7-checkbox {
    display: block;
    width: 100%; }
    .wpcf7-checkbox .wpcf7-list-item {
      display: block;
      width: 100%;
      font-size: 1.3rem;
      font-weight: 500;
      margin-left: 0 !important; }
    .wpcf7-checkbox .wpcf7-list-item:nth-child(n+2) {
      margin-top: 4px; }

  .wpcf7-response-output {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background-color: #f5f5f5;
    padding: 25px 25px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none !important;
    margin: 40px 0 0 !important; }

  h6.form_btn_style01 {
    position: relative;
    width: 100%;
    height: 52px; }
    h6.form_btn_style01 input {
      position: relative;
      width: 100%;
      height: 52px;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background-color: #69A6BD;
      border: none;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }

  h6.form_btn_style01::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    width: 38px;
    height: 38px;
    background: url(../img/arrow_wh.svg) no-repeat center center;
    background-size: 10px;
    background-color: #5699B2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

  h6.form_btn_style02 {
    position: relative;
    width: 100%;
    height: 52px; }
    h6.form_btn_style02 input {
      position: relative;
      width: 100%;
      height: 52px;
      font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.0;
      letter-spacing: 0.05em;
      background-color: #999;
      border: none;
      margin-top: 15px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }

  h6.form_btn_style02::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 38px;
    height: 38px;
    background: url(../img/arrow02_wh.svg) no-repeat center center;
    background-size: 10px;
    background-color: #888;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }

  /* contact form7 */
  textarea {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.0;
    border: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%;
    height: 200px; }

  ::placeholder {
    color: #ccc;
    font-weight: 400;
    font-size: 1.4rem; } }
/* ########## form_style ########## */
/* ########## class_style ########## */
@media screen and (min-width: 1024px) {
  #ui-datepicker-div {
    width: 260px;
    padding: 1rem !important;
    border: 1px solid #ddd; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #ui-datepicker-div {
    width: 260px;
    padding: 1rem !important;
    border: 1px solid #ddd; } }
@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: 280px;
    padding: 1rem !important;
    border: 1px solid #ddd; } }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html
.ui-button.ui-state-disabled:hover, html
.ui-button.ui-state-disabled:active {
  font-family: "Inter", sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  padding: 5px 5px !important; }

.ui-widget-header {
  font-family: "Inter", sans-serif !important;
  color: #333 !important;
  font-weight: 600 !important; }

table.ui-datepicker-calendar th {
  font-family: "Inter", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important; }

@media screen and (min-width: 1024px) {
  .subnav_sp {
    position: relative;
    width: 100%; }
    .subnav_sp h3 {
      color: #111;
      font-weight: 500;
      font-size: 1.3rem;
      letter-spacing: 0.075em;
      line-height: 1.0;
      margin-bottom: 20px; }
    .subnav_sp ul {
      padding: 3px 0 3px 25px;
      border-left: 1px dotted #E5E5E5; }
      .subnav_sp ul li {
        position: relative;
        font-size: 1.2rem; }
        .subnav_sp ul li a, .subnav_sp ul li a:link a:visited {
          position: relative;
          color: #111; }
        .subnav_sp ul li a::after {
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #111;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        .subnav_sp ul li a:hover {
          color: #111; }
        .subnav_sp ul li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
      .subnav_sp ul li:nth-child(n + 2) {
        margin-top: 10px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .subnav_sp {
    position: relative;
    width: 100%; }
    .subnav_sp h3 {
      color: #111;
      font-weight: 500;
      font-size: 1.2rem;
      letter-spacing: 0.075em;
      line-height: 1.0;
      margin-bottom: 20px; }
    .subnav_sp ul {
      padding: 3px 0 3px 20px;
      border-left: 1px dotted #E5E5E5; }
      .subnav_sp ul li {
        position: relative;
        font-size: 1.1rem; }
        .subnav_sp ul li a {
          position: relative;
          color: #111; }
      .subnav_sp ul li:nth-child(n + 2) {
        margin-top: 8px; } }
@media screen and (max-width: 767px) {
  .subnav_sp h3 {
    color: #111;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
    line-height: 1.0;
    margin-bottom: 15px; }
  .subnav_sp ul {
    padding: 3px 0 3px 15px;
    border-left: 1px dotted #E5E5E5; }
    .subnav_sp ul li {
      position: relative;
      font-size: 1.1rem; }
      .subnav_sp ul li a {
        position: relative;
        color: #111; }
    .subnav_sp ul li:nth-child(n + 2) {
      margin-top: 8px; } }

@media screen and (min-width: 1024px) {
  .mt_0 {
    margin-top: 0 !important; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mt_0 {
    margin-top: 0 !important; } }
@media screen and (max-width: 767px) {
  .mt_0 {
    margin-top: 0 !important; } }

@media screen and (min-width: 1024px) {
  .img_border01 {
    border: 1px solid #E5E5E5; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .img_border01 {
    border: 1px solid #E5E5E5; } }
@media screen and (max-width: 767px) {
  .img_border01 {
    border: 1px solid #E5E5E5; } }

@media screen and (min-width: 1024px) {
  .img_border02 {
    border: 1px solid #ddd; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .img_border02 {
    border: 1px solid #ddd; } }
@media screen and (max-width: 767px) {
  .img_border02 {
    border: 1px solid #ddd; } }

@media screen and (min-width: 1024px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1000ms; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1000ms; } }

@media screen and (min-width: 1024px) {
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); } }

@media screen and (max-width: 767px) {
  .sp_fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1000ms; } }

@media screen and (max-width: 767px) {
  .sp_fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 1024px) {
  .sp {
    display: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sp {
    display: none; } }

@media screen and (min-width: 1024px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 110px; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 85px; } }

.f_black_style01 {
  color: #111; }

.f_black_style02 {
  color: #111;
  font-weight: 500; }

.f_red_style01 {
  color: #d32626; }

.f_red_style02 {
  color: #d32626;
  font-weight: 500; }

/* ########## class_style ########## */
/* ########## recaptcha ########## */
.grecaptcha-badge {
  visibility: hidden; }

/* ########## recaptcha ########## */
