@charset "UTF-8";
/*
breakpoints
*/
/*
media query
*/
/*
media query
*/
/*
 * _mixin.scss
 */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/*
base
*/
/*
color
*/
/*
utility
*/
/*
 * _utility.scss
 */
/* -----------------------------------
font
------------------------------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
.u-fwb {
  font-weight: bold !important;
}
.u-fwn {
  font-weight: normal !important;
}
/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}
.u-tl {
  text-align: left !important;
}
.u-tr {
  text-align: right !important;
}
/* -----------------------------------
padding
------------------------------------ */
.u-mt0 {
  margin-top: 0px !important;
}
.u-pt0 {
  padding-top: 0px !important;
}
.u-mr0 {
  margin-right: 0px !important;
}
.u-pr0 {
  padding-right: 0px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-ml0 {
  margin-left: 0px !important;
}
.u-pl0 {
  padding-left: 0px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}
.u-mr5 {
  margin-right: 5px !important;
}
.u-pr5 {
  padding-right: 5px !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-ml5 {
  margin-left: 5px !important;
}
.u-pl5 {
  padding-left: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}
.u-mr10 {
  margin-right: 10px !important;
}
.u-pr10 {
  padding-right: 10px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-ml10 {
  margin-left: 10px !important;
}
.u-pl10 {
  padding-left: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}
.u-mr15 {
  margin-right: 15px !important;
}
.u-pr15 {
  padding-right: 15px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-ml15 {
  margin-left: 15px !important;
}
.u-pl15 {
  padding-left: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-mr20 {
  margin-right: 20px !important;
}
.u-pr20 {
  padding-right: 20px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-ml20 {
  margin-left: 20px !important;
}
.u-pl20 {
  padding-left: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}
.u-mr25 {
  margin-right: 25px !important;
}
.u-pr25 {
  padding-right: 25px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-ml25 {
  margin-left: 25px !important;
}
.u-pl25 {
  padding-left: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}
.u-mr30 {
  margin-right: 30px !important;
}
.u-pr30 {
  padding-right: 30px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-ml30 {
  margin-left: 30px !important;
}
.u-pl30 {
  padding-left: 30px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}
.u-mr35 {
  margin-right: 35px !important;
}
.u-pr35 {
  padding-right: 35px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-ml35 {
  margin-left: 35px !important;
}
.u-pl35 {
  padding-left: 35px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}
.u-mr40 {
  margin-right: 40px !important;
}
.u-pr40 {
  padding-right: 40px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-ml40 {
  margin-left: 40px !important;
}
.u-pl40 {
  padding-left: 40px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}
.u-mr45 {
  margin-right: 45px !important;
}
.u-pr45 {
  padding-right: 45px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-ml45 {
  margin-left: 45px !important;
}
.u-pl45 {
  padding-left: 45px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}
.u-mr50 {
  margin-right: 50px !important;
}
.u-pr50 {
  padding-right: 50px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-ml50 {
  margin-left: 50px !important;
}
.u-pl50 {
  padding-left: 50px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-pt55 {
  padding-top: 55px !important;
}
.u-mr55 {
  margin-right: 55px !important;
}
.u-pr55 {
  padding-right: 55px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-pb55 {
  padding-bottom: 55px !important;
}
.u-ml55 {
  margin-left: 55px !important;
}
.u-pl55 {
  padding-left: 55px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}
.u-mr60 {
  margin-right: 60px !important;
}
.u-pr60 {
  padding-right: 60px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
.u-ml60 {
  margin-left: 60px !important;
}
.u-pl60 {
  padding-left: 60px !important;
}
.u-mt65 {
  margin-top: 65px !important;
}
.u-pt65 {
  padding-top: 65px !important;
}
.u-mr65 {
  margin-right: 65px !important;
}
.u-pr65 {
  padding-right: 65px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-pb65 {
  padding-bottom: 65px !important;
}
.u-ml65 {
  margin-left: 65px !important;
}
.u-pl65 {
  padding-left: 65px !important;
}
.u-mt70 {
  margin-top: 70px !important;
}
.u-pt70 {
  padding-top: 70px !important;
}
.u-mr70 {
  margin-right: 70px !important;
}
.u-pr70 {
  padding-right: 70px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-pb70 {
  padding-bottom: 70px !important;
}
.u-ml70 {
  margin-left: 70px !important;
}
.u-pl70 {
  padding-left: 70px !important;
}
.u-mt75 {
  margin-top: 75px !important;
}
.u-pt75 {
  padding-top: 75px !important;
}
.u-mr75 {
  margin-right: 75px !important;
}
.u-pr75 {
  padding-right: 75px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-pb75 {
  padding-bottom: 75px !important;
}
.u-ml75 {
  margin-left: 75px !important;
}
.u-pl75 {
  padding-left: 75px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}
.u-mr80 {
  margin-right: 80px !important;
}
.u-pr80 {
  padding-right: 80px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-pb80 {
  padding-bottom: 80px !important;
}
.u-ml80 {
  margin-left: 80px !important;
}
.u-pl80 {
  padding-left: 80px !important;
}
.u-mt85 {
  margin-top: 85px !important;
}
.u-pt85 {
  padding-top: 85px !important;
}
.u-mr85 {
  margin-right: 85px !important;
}
.u-pr85 {
  padding-right: 85px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-pb85 {
  padding-bottom: 85px !important;
}
.u-ml85 {
  margin-left: 85px !important;
}
.u-pl85 {
  padding-left: 85px !important;
}
.u-mt90 {
  margin-top: 90px !important;
}
.u-pt90 {
  padding-top: 90px !important;
}
.u-mr90 {
  margin-right: 90px !important;
}
.u-pr90 {
  padding-right: 90px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-pb90 {
  padding-bottom: 90px !important;
}
.u-ml90 {
  margin-left: 90px !important;
}
.u-pl90 {
  padding-left: 90px !important;
}
.u-mt95 {
  margin-top: 95px !important;
}
.u-pt95 {
  padding-top: 95px !important;
}
.u-mr95 {
  margin-right: 95px !important;
}
.u-pr95 {
  padding-right: 95px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-pb95 {
  padding-bottom: 95px !important;
}
.u-ml95 {
  margin-left: 95px !important;
}
.u-pl95 {
  padding-left: 95px !important;
}
.u-mt100 {
  margin-top: 100px !important;
}
.u-pt100 {
  padding-top: 100px !important;
}
.u-mr100 {
  margin-right: 100px !important;
}
.u-pr100 {
  padding-right: 100px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.u-pb100 {
  padding-bottom: 100px !important;
}
.u-ml100 {
  margin-left: 100px !important;
}
.u-pl100 {
  padding-left: 100px !important;
}
/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1.0rem;
}
.u-fz11px {
  font-size: 1.1rem;
}
.u-fz12px {
  font-size: 1.2rem;
}
.u-fz13px {
  font-size: 1.3rem;
}
.u-fz14px {
  font-size: 1.4rem;
}
/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}
.u-fz10em {
  font-size: 1.0em;
}
.u-fz11em {
  font-size: 1.1em;
}
.u-fz12em {
  font-size: 1.2em;
}
.u-fz13em {
  font-size: 1.3em;
}
.u-fz14em {
  font-size: 1.4em;
}
/* -----------------------------------
clerfix
------------------------------------ */
.sec::after, .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}
.u-d_n {
  display: none !important;
}
.u-d_ib {
  display: inline-block !important;
}
/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}
.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}
@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
/*
fonts
*/
html {
  font-size: 62.5%;
}
/*
layout
*/
.l-wrapper {
  overflow: hidden;
}
.l-header {
  position: fixed;
  z-index: 1;
  background-color: #000;
  width: 100vw;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: static;
  }
}
.l-header_in {
  margin: 0 auto;
}
.l-header_in ._cnt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2%;
}
@media screen and (max-width: 1084px) {
  .l-header_in ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-header_in ._cnt1 ._titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 376px) {
  .l-header_in ._cnt1 ._titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-header_in ._cnt1 ._titles ._logo {
  margin-left: 25px;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._titles ._logo {
    margin-top: 0;
  }
}
.l-header_in ._cnt1 ._titles ._logo a img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._titles ._logo a img {
    width: 155px;
  }
}
.l-header_in ._cnt1 ._titles ._subTitle {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 8px;
  margin-left: 10px;
}
@media screen and (max-width: 376px) {
  .l-header_in ._cnt1 ._titles ._subTitle {
    margin-left: 24px;
  }
}
.l-header_in ._cnt1 ._headerButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-left: 10px;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
@media screen and (max-width: 1084px) {
  .l-header_in ._cnt1 ._headerButtons {
    margin-top: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons {
    margin-top: 20px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn1 {
  height: 15px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton ._btn1 {
    height: 10px;
    margin-right: 0;
    padding-right: 5px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn1 ._buttonText {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton ._btn1 ._buttonText {
    margin-top: -7px;
    padding: 0;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn1 ._buttonText::before {
  top: 9px;
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn1 ._buttonText::after {
  top: 16px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton .-btn1 {
    padding-left: 20px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton .-btn1::before {
  top: 9px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton .-btn1::before {
    top: 6px;
    left: 2px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton .-btn1::after {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton .-btn1::after {
    top: 12.5px;
    left: 8px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn2 {
  height: 15px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton ._btn2 {
    height: 10px;
    margin-right: 0;
    margin-left: 10px;
    padding-right: 5px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn2 ._buttonText {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton ._btn2 ._buttonText {
    margin-top: -7px;
    padding: 0;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn2 ._buttonText::before {
  top: 9px;
}
.l-header_in ._cnt1 ._headerButtons ._headerButton ._btn2 ._buttonText::after {
  top: 16px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton .-btn2 {
    padding-left: 20px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton .-btn2::before {
  top: 9px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton .-btn2::before {
    top: 6px;
    left: 2px;
  }
}
.l-header_in ._cnt1 ._headerButtons ._headerButton .-btn2::after {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .l-header_in ._cnt1 ._headerButtons ._headerButton .-btn2::after {
    top: 12.5px;
    left: 8px;
  }
}
.l-content {
  /*padding-top: 5%;*/
  padding-top: auto;
}
@media screen and (max-width: 1600px) {
  .l-content {
    /*padding-top: 7%;*/
    padding-top: auto;
  }
}
@media screen and (max-width: 1400px) {
  .l-content {
    /*padding-top: 8%;*/
    padding-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-content {
    /*padding-top: 0;*/
    padding-top: auto;
  }
}
.l-content.-login {
  padding: 0;
  margin: 0;
}
.l-footer {
  background-color: #000;
}
.l-footer_in {
  margin: 0 auto;
  max-width: 1300px;
}
.l-footer_in .bar {
  width: 90%;
  border-top: 1px solid #414241;
  margin: 0 auto;
}
.l-footer_in ._cnt1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10%;
  margin-top: 60px;
  max-width: 1240px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.l-footer_in ._cnt1 ._item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer_in ._cnt1 ._item1 ._logo {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item1 ._logo {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .l-footer_in ._cnt1 ._item1 ._logo {
    width: unset;
  }
}
.l-footer_in ._cnt1 ._item1 ._logo a img {
  width: 100%;
}
.l-footer_in ._cnt1 ._item1 ._tel {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item1 ._tel {
    margin-top: 0;
  }
}
.l-footer_in ._cnt1 ._item1 ._tel a {
  margin-top: 21px;
  margin-left: 25px;
  display: block;
  font-size: 2.0rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item1 ._tel a {
    margin-left: 0;
    text-decoration: underline;
  }
}
.l-footer_in ._cnt1 ._item1 ._tel a span {
  line-height: 35px;
}
.l-footer_in ._cnt1 ._item1 ._tel a span._t {
  display: inline-block;
  letter-spacing: -6px;
  -webkit-transform: scale(0.7, 1.2) translateY(-1px);
  transform: scale(0.7, 1.2) translateY(-1px);
}
.l-footer_in ._cnt1 ._item1 ._tel a span._el {
  display: inline-block;
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}
.l-footer_in ._cnt1 ._item1 ._tel a span._telNum {
  letter-spacing: 3px;
  margin-left: 10px;
}
.l-footer_in ._cnt1 ._item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0%, 35%);
  transform: translate(0%, 35%);
}
@media screen and (max-width: 1150px) {
  .l-footer_in ._cnt1 ._item2 {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer_in ._cnt1 ._item2 ._btn {
  margin-top: 12px;
  margin-left: auto;
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
}
@media screen and (max-width: 1150px) {
  .l-footer_in ._cnt1 ._item2 ._btn {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item2 ._btn {
    margin-left: 0;
    margin-top: 0;
  }
}
.l-footer_in ._cnt1 ._item2 ._sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1150px) {
  .l-footer_in ._cnt1 ._item2 ._sns {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
@media screen and (max-width: 983px) {
  .l-footer_in ._cnt1 ._item2 ._sns {
    margin-left: unset;
    margin-top: 20px;
  }
}
.l-footer_in ._cnt1 ._item2 ._sns ._icon {
  width: 15%;
  padding: 0px 5px;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt1 ._item2 ._sns ._icon {
    width: 5%;
  }
}
@media screen and (max-width: 426px) {
  .l-footer_in ._cnt1 ._item2 ._sns ._icon {
    width: 15%;
  }
}
.l-footer_in ._cnt1 ._item2 ._sns ._icon a img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-footer_in ._cnt1 ._item2 ._sns ._icon:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-footer_in ._cnt2 {
  color: #fff;
  margin-left: 10%;
  margin-top: 20px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  .l-footer_in ._cnt2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt2 {
    margin-top: 60px;
    width: 80%;
  }
}
.l-footer_in ._cnt2 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.l-footer_in ._cnt2 p._text2 {
  font-size: 10px;
}
.l-footer_in ._cnt2 p._text3 {
  font-size: 10px;
}
.l-footer_in ._cnt2 ._info1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt2 ._info1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer_in ._cnt2 ._info1 ._address {
  margin-top: 0;
}
.l-footer_in ._cnt2 ._info1 ._hours {
  margin-left: 5%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt2 ._info1 ._hours {
    margin-left: 0;
  }
}
.l-footer_in ._cnt2 ._info1 ._hours::before {
  content: "";
  position: absolute;
  margin-top: 2px;
  margin-left: -2.2%;
  width: 1px;
  height: 15px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt2 ._info1 ._hours::before {
    border: 0;
  }
}
.l-footer_in ._cnt2 ._info2 {
  font-size: 10px;
  margin-top: 20px;
}
.l-footer_in ._cnt2 ._info2 ._text2 {
  margin-top: 0;
  line-height: unset;
}
.l-footer_in ._cnt2 ._info2 ._text3 {
  margin-top: 0;
  line-height: unset;
}
.l-footer_in ._cnt3 {
  position: relative;
  background-color: #414241;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
.l-footer_in ._cnt3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt3 ul {
    margin: 0 auto;
  }
}
.l-footer_in ._cnt3 ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt3 ul li {
    margin: 0 auto;
    padding: 0px 4px;
  }
}
.l-footer_in ._cnt3 ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.l-footer_in ._cnt3 ul li a p {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: unset;
  margin-top: 0;
}
.l-footer_in ._cnt3 ul li a p::before {
  content: "";
  position: absolute;
  margin-top: 2px;
  margin-left: -1%;
  width: 1px;
  height: 15px;
  border-left: 1px solid #fff;
}
.l-footer_in ._cnt3 ul li a p.-borderNone::before {
  border: none;
}
.l-footer_in ._cnt3 ._copyRight {
  position: absolute;
  right: 5%;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: unset;
  line-height: unset;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-footer_in ._cnt3 ._copyRight {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
}
/*
component
*/
.c-btn {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 25px;
  margin-right: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn.-twoLines {
  border-radius: 50px;
}
.c-btn.-type2 {
  margin: 0 auto;
  margin-top: 5%;
}
.c-btn ._buttonText {
  display: block;
  font-size: 1.2rem;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 426px) {
  .c-btn ._buttonText {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 321px) {
  .c-btn ._buttonText {
    font-size: 1rem;
  }
}
.c-btn ._buttonText.-orange {
  color: #fff;
}
.c-btn ._buttonText.-green {
  color: #fff;
}
.c-btn ._buttonText.-bold {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-btn ._buttonText {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.c-btn.-btn1 {
  background-color: #ea5405;
  border: 2px solid #ea5405;
  padding-left: 30px;
  padding-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn.-btn1::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  width: 14px;
  height: 14px;
  border: 2px solid #ea5405;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn.-btn1::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 22px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #ea5405;
  border-right: 2px solid #ea5405;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn.-btn2 {
  background-color: #40ae49;
  border: 2px solid #40ae49;
  padding-left: 30px;
  padding-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn.-btn2::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  width: 14px;
  height: 14px;
  border: 2px solid #40ae49;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn.-btn2::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 22px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #40ae49;
  border-right: 2px solid #40ae49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn:hover ._buttonText.-orange {
  color: #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn:hover ._buttonText.-green {
  color: #40ae49;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn:hover.-btn1 {
  background-color: #fff;
}
.c-btn:hover.-btn2 {
  background-color: #fff;
}
.c-roundBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
}
.c-roundBtn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 20vh;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-roundBtn a.-type2 {
  top: 30px;
  left: 10%;
}
.c-roundBtn a ._btnBg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../img/common/round_btn_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 200px;
  min-width: 180px;
  width: 20vw;
  height: inherit;
}
@media screen and (max-width: 425px) {
  .c-roundBtn a ._btnBg {
    min-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .c-roundBtn a ._btnBg {
    min-width: 70px;
  }
}
.c-roundBtn a ._btnTxt {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  top: -55%;
  left: 0;
  z-index: 1;
  -webkit-animation: none;
  animation: none;
}
.c-roundBtn a ._btnTxt::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  border-bottom: 2.8px solid #fff;
  border-right: 2.8px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  top: 115%;
  right: 43%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 425px) {
  .c-roundBtn a ._btnTxt {
    height: 6vh;
    top: -73%;
  }
}
@media screen and (max-width: 320px) {
  .c-roundBtn a ._btnTxt {
    height: 4vh;
    margin-left: -28%;
    top: -65%;
  }
}
.c-roundBtn a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-roundBtn a:hover ._btnTxt::after {
  right: 38%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/*
.c-tokuten
*/
.c-tokuten_flag {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 0px 12px 2px 15px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 1.3rem;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-tokuten_icon {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-tokuten_text1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-tokuten_text2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #ea5405;
  font-size: 4.2rem;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-tokuten_text3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
/* -----------------------------------
.c-icoPlay
------------------------------------ */
.c-icoPlay {
  position: relative;
}
.c-icoPlay:before {
  content: '';
  display: block;
  width: calc(228px / 2);
  height: calc(126px / 2);
  background: url("../img/common/ico_play.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-icoPlay:before {
    width: calc(228px / 3);
    height: calc(126px / 3);
  }
}
/*
project
*/
.p-secKv {
  position: relative;
}
.p-secKv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secKv img {
    /*height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;*/
    width: 100%;
  }
}
.p-secKv span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #40ae49;
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 4%;
  left: 10%;
}
.p-secKv span .slash {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-secKv span .slash {
    display: none;
  }
  /* NP21 */
  .p-secKv span.mini-size {
    padding: 5px 10px;
    font-size: 1rem;
    bottom: 1%;
    left: 1%;
  }
}
.p-secKv span > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secKv span > br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-secKv span {
    font-size: 1.3rem;
    left: 25px;
  }
}
.p-secKvTop {
  position: relative;
}
.p-secKvTop ._img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secKvTop ._img img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-subTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 3.2rem;
}
.p-subTitle > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-subTitle > br {
    display: block;
  }
}
.p-subTitle span {
  font-weight: 600;
  color: #40ae49;
}
@media screen and (max-width: 768px) {
  .p-subTitle {
    font-size: 2.1rem;
    letter-spacing: 1px;
  }
}
h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #40ae49;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.2rem;
  }
}
h3.-type2 {
  color: #ea5405;
}
h3.-type3 {
  color: #000;
}
h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.3rem;
  }
}
h4.-type2 {
  color: #ea5405;
}
h4.-type3 {
  color: #40ae49;
}
p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.1rem;
  }
}
.p-btn {
  width: 30%;
  margin-top: 20px;
  margin-left: -25px;
}
.p-btnWrapMonthly {
  /*position: absolute;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  margin: 40px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .p-btnWrapMonthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-btnWrapMonthly ._btnMonth {
  position: static;
}
@media screen and (max-width: 768px) {
  .p-btnWrapMonthly ._btnMonth {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px auto;
  }
}
.p-btnWrapMonthly ._btnMonth > a {
  /*padding-left: 70px;
  padding-right: 60px;*/
  padding-left: auto;
  padding-right: auto;
}
@media screen and (max-width: 768px) {
  .p-btnWrapMonthly ._btnMonth > a {
    margin: 0 auto;
  }
}
.p-btnWrapMonthly ._btnMonth > a > span {
  font-size: 1.3rem;
}
.p-cnt1 {
  margin-top: 5%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-cnt1 {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cnt1 {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-cnt2 {
  margin-top: 10%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-cnt2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.p-cnt2.-type2 {
  background-color: #f9f9f4;
  padding: 35px;
  width: 75%;
  margin: 0 auto;
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .p-cnt2.-type2 {
    padding: 20px;
    width: 90%;
  }
}
.p-cnt3 {
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-cnt3 {
    width: 90%;
  }
}
.p-cnt3 img {
  width: 100%;
}
.p-cnt3 ._btn {
  position: absolute;
  top: -40%;
  right: 0;
}
.p-text1 {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-text1 {
    font-size: 1.3rem;
  }
}
.p-text1 > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-text1 > br {
    display: block;
  }
}
.p-text1 span {
  font-size: 10px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 12px;
  font-weight: 600;
  border: 1px solid #000;
  padding: 3px;
  margin-right: 10px;
}
.p-text1 span.-type2 {
  font-size: 1.3rem;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.p-text1.-type2 {
  font-weight: unset;
}
.p-text2 {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}
.p-text2 span {
  font-weight: 500;
  color: #ea5405;
}
.p-text2 span.-bold {
  font-weight: 600;
}
.p-brokenCornerList {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
}
.p-brokenCornerList ._item {
  position: relative;
  width: 360px;
  height: 140px;
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-brokenCornerList ._item {
    width: 100%;
    padding: 40px;
    height: auto;
  }
}
.p-brokenCornerList ._item::before {
  height: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 19px;
  left: -9px;
  content: "";
  border-top: solid 1px #000;
  width: 57px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.p-brokenCornerList ._item::after {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  border: solid 1px #000;
  border-top: none;
  border-left: none;
  background-color: #fff;
}
.p-brokenCornerList ._item span {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e5e5e5;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-brokenCornerList ._item ._new1 {
  width: 70px;
  right: 118px;
  padding: 5px;
  background-color: orange;
}
.p-brokenCornerList ._item ._new2 {
  width: 70px;
  right: 93px;
  padding: 5px;
  background-color: orange;
}
.p-brokenCornerList ._item ._new3 {
  width: 70px;
  right: 125px;
  padding: 5px;
  background-color: orange;
}
.p-brokenCornerList ._item ._new4 {
  width: 70px;
  right: 130px;
  padding: 5px;
  background-color: orange;
}
.p-brokenCornerList ._item ._new5 {
  width: 70px;
  right: 106px;
  padding: 5px;
  background-color: orange;
}
.p-brokenCornerList ._item h3 {
  text-align: left;
}
.p-brokenCornerList ._item p {
  text-align: left;
}
.p-banner {
  background-color: #fff;
  width: 40%;
  margin-left: 50%;
  margin-top: -8%;
}
.p-banner img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-banner img:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-contactWrap {
  background-color: #f2f2f2;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 5%;
}
.p-contactWrap ._cntWrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-contactWrap ._cntWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-contactWrap ._cntWrap ._cnt1 {
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.p-contactWrap ._cntWrap ._cnt1 ._text1 {
  background-color: #fff;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-contactWrap ._cntWrap ._cnt1 ._text1 {
    font-size: 1.3rem;
  }
}
.p-contactWrap ._cntWrap ._cnt1 ._text2 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contactWrap ._cntWrap ._cnt1 ._text2 {
    font-size: 1.3rem;
  }
}
.p-contactWrap ._cntWrap ._cnt1 ._text3 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contactWrap ._cntWrap ._cnt1 ._text3 {
    font-size: 1.8rem;
  }
}
.p-contactWrap ._cntWrap ._cnt2 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-contactWrap ._cntWrap ._cnt2 {
    text-align: center;
  }
}
.p-contactWrap ._cntWrap ._cnt2 ._text1 {
  font-size: 1.6rem;
  line-height: 28px;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-contactWrap ._cntWrap ._cnt2 ._text1 {
    font-size: 1.1rem;
  }
}
.p-contactWrap ._btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 426px) {
  .p-contactWrap ._btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 426px) {
  .p-contactWrap ._btnWrap ._btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px auto;
  }
}
/*
現在ページに下線のstyle
*/
body.top > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemImageTop::before {
  display: block;
  width: 15px;
  left: 50%;
  border-color: #ea5405;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  -webkit-animation: none;
  animation: none;
}
body.Benefits > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-benefits::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
body.Seminar > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-seminar::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
body.TaxConsul > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-taxConsul::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
body.Loan > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-loan::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
body.Insurance > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-insurance::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
body.Foreign > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-foreign::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
body.cHousing > .l-wrapper > .l-header > .l-header_in > nav.p-menu > ul._menu_items > ._menu_item_wrapper ._menu_itemText.-cHousing::before {
  display: block;
  width: 100%;
  left: 50%;
  border-color: #ea5405;
  -webkit-animation: none;
  animation: none;
}
.p-menu {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 1084px) {
  .p-menu {
    display: none;
  }
}
.p-menu ._menu_items {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper {
  width: 100%;
  /*width: 47%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item {
  position: relative;
  border-left: 1px solid #fff;
  /*padding-left: 3%;
  padding-right: 2.5%;*/
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  flex-grow: 1;
  text-align: center;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item.-current {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item.-current ._menu_itemImage {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item.-current ._menu_item_inside {
  background-color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item.-noBorder {
  border-left: none;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImageTop {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImageTop::before {
  content: '';
  position: absolute;
  left: 55%;
  bottom: -15px;
  width: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImageTop ._homeImg {
  width: 15px;
  margin-left: 3px;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item a {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item a._borderLeftNone::before {
  border: none;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item a ._menu_itemText {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 10px;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item a ._menu_itemText::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3.5px;
  width: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item:hover ._menu_itemImageTop::before {
  -webkit-animation: border_anim_homeImg 0.2s linear forwards;
  animation: border_anim_homeImg 0.2s linear forwards;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item:hover ._menu_itemText::before {
  -webkit-animation: border_anim 0.2s linear forwards;
  animation: border_anim 0.2s linear forwards;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside {
  position: absolute;
  z-index: 9999;
  left: 0%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-animation: fadeIn .9s forwards;
  animation: fadeIn .9s forwards;
  margin: 0 auto;
  padding-top: 5px;
  display: none;
  border-bottom: 2px solid #000;
  width: max-content;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside.-noItem {
  display: none;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside.-visible {
  display: block;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li.-noItem {
  display: none;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li div {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li div a {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li div a::before {
  display: none;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li:hover div {
  background-color: #e5e5e5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li:hover a {
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 40px 0px;
}
@media screen and (max-width: 1084px) {
  .p-menuFooter {
    display: none;
  }
}
.p-menuFooter ._menu_items {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item {
  position: relative;
  border-left: 1px solid #fff;
  padding: 0px 10px 0px 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-current {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-current ._menu_itemImage {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-current ._menu_item_inside {
  background-color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemImage {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemImage::before {
  display: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemText {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemText::before {
  display: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item.-noBorder {
  border-left: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImage {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImage ._homeImg {
  width: 15px;
  margin-left: 3px;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImage::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3.5px;
  width: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item a {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item a._borderLeftNone::before {
  border: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item a ._menu_itemText {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item a ._menu_itemText::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3.5px;
  width: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item:hover ._menu_itemImage::before {
  -webkit-animation: border_anim 0.2s linear forwards;
  animation: border_anim 0.2s linear forwards;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item:hover ._menu_itemText::before {
  -webkit-animation: border_anim 0.2s linear forwards;
  animation: border_anim 0.2s linear forwards;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside {
  position: absolute;
  z-index: 9999;
  top: 20.9px;
  left: 0%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-animation: fadeIn .9s forwards;
  animation: fadeIn .9s forwards;
  margin: 0 auto;
  padding-top: 5px;
  display: none;
  border-bottom: 2px solid #000;
  width: max-content;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside.-noItem {
  display: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside.-visible {
  display: block;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li.-noItem {
  display: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li div {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li div a {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li div a::before {
  display: none;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li:hover div {
  background-color: #e5e5e5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menuFooter ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside li:hover a {
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/*
現在ページに下線のstyle
*/
body.top > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemImageTop {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.Seminar > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-seminar {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.Benefits > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-benefits {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.Foreign > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-foreign {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.cHousing > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-cHousing {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.Loan > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-loan {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.TaxConsul > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-taxConsul {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
body.Insurance > .l-wrapper > .l-header > .l-header_in > nav.p-menu_sp > ul._menu_items > ._menu_item_wrapper > ._menu_item > a ._menu_itemText.-insurance {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  /*enable to scroll*/
  /*動き*/
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp.panelactive {
  right: 0;
}
.p-menu_sp ._menu_items {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-single::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  right: -10px;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-multiple a span {
  color: #999999;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-current {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-current ._menu_itemImageTop {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-current ._menu_item_inside {
  background-color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemImageTop {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemImageTop::before {
  display: none;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemText {
  border-bottom: 2px solid #ea5405;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-currentPage ._menu_itemText::before {
  display: none;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item.-noBorder {
  border-left: none;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImageTop {
  position: relative;
  padding-bottom: 5px;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_itemImageTop ._homeImg {
  width: 20px;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item a {
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item a._borderLeftNone::before {
  border: none;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item a ._menu_itemText {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 5px;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-animation: fadeIn .9s forwards;
  animation: fadeIn .9s forwards;
  margin-top: 5px;
  width: max-content;
  transition: 0.3s all;
  padding-left: 12px;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp.-noItem {
  display: none;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li {
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li.-noItem {
  display: none;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li div {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li div a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li div a::before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  right: -10px;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li:hover div {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-menu_sp ._menu_items ._menu_item_wrapper ._menu_item ._menu_item_inside_sp li:hover a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
  background-color: #000;
}
@media screen and (max-width: 1084px) {
  .openbtn1 {
    display: block;
  }
}
/*×に変化*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 11px;
  height: 3px;
  margin-top: -3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 12px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.p-tableWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-tableWrap .p-tableWrapChild {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-tableWrap .p-tableWrapChild .p-tableBefore {
  position: relative;
  width: 7%;
  min-width: 50px;
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-tableBefore {
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding: 10px 0px;
  }
}
.p-tableWrap .p-tableWrapChild .p-tableBefore.-type1 {
  background-color: #40ae49;
}
.p-tableWrap .p-tableWrapChild .p-tableBefore.-type2 {
  background-color: #ea5405;
}
.p-tableWrap .p-tableWrapChild .p-tableBefore::before {
  display: block;
  position: absolute;
  content: "";
  bottom: -5%;
  left: -5%;
  border-top: solid 27px transparent;
  border-right: solid 27px transparent;
  border-bottom: solid 27px #fff;
  border-left: solid 27px #fff;
  -webkit-transform: rotate(350deg);
  transform: rotate(350deg);
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-tableBefore::before {
    display: none;
  }
}
.p-tableWrap .p-tableWrapChild .p-tableBefore::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -5%;
  right: -5%;
  border-top: solid 27px transparent;
  border-right: solid 27px transparent;
  border-bottom: solid 27px #fff;
  border-left: solid 27px #fff;
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-tableBefore::after {
    display: none;
  }
}
.p-tableWrap .p-tableWrapChild .p-tableBefore > div {
  text-align: -webkit-center;
}
.p-tableWrap .p-tableWrapChild .p-tableBefore > div ._beforeText {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-tableBefore > div ._beforeText {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: center;
    margin-top: 0;
  }
  .p-tableWrap .p-tableWrapChild .p-tableBefore > div ._beforeText > br {
    display: none;
  }
}
.p-tableWrap .p-tableWrapChild .p-tableBefore > div.-type1 {
  background-color: #40ae49;
}
.p-tableWrap .p-tableWrapChild .p-tableBefore > div.-type2 {
  background-color: #ea5405;
}
.p-tableWrap .p-tableWrapChild .p-table {
  width: 89%;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table {
    width: 100%;
  }
}
.p-tableWrap .p-tableWrapChild .p-table.-type1 {
  border-color: #40ae49;
}
.p-tableWrap .p-tableWrapChild .p-table.-type2 {
  border-color: #ea5405;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr {
  border-collapse: collapse;
  border: 0.5px solid;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table_p-tableTr {
    display: block;
    margin-top: 10px;
    border-bottom: none;
    border-top: none;
  }
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr.-type1 {
  border-color: #40ae49;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr.-type2 {
  border-color: #ea5405;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr th {
  position: relative;
  min-width: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr th ._new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  background: red;
  color: white;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table_p-tableTr th {
    display: block;
    padding: 5px 0px;
  }
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr th.-type1 {
  background-color: #f2f9f2;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr th.-type2 {
  background-color: #fffaf3;
  border-color: #ea5405;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr th p {
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table_p-tableTr th p {
    font-size: 1.1rem;
  }
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr td {
  padding: 20px;
  border-collapse: collapse;
  border-left: 0.5px solid;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table_p-tableTr td {
    display: block;
    padding: 0;
    border-left: none;
    margin-top: 5px;
  }
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr td.-type1 {
  border-color: #40ae49;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr td.-type2 {
  border-color: #ea5405;
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr td p {
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table_p-tableTr td p {
    font-size: 1.1rem;
  }
}
.p-tableWrap .p-tableWrapChild .p-table_p-tableTr ._text1 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .p-tableWrap .p-tableWrapChild .p-table_p-tableTr ._text1 {
    width: 100%;
  }
}
.p-QAList {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-QAList {
    width: 85%;
  }
}
.p-QAList > dl {
  background-color: #f2f9f2;
}
.p-QAList > dl > dt {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.5;
  line-height: 2;
  padding: 20px 75px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-QAList > dl > dt {
    font-size: 1.2rem;
  }
}
.p-QAList > dl > dt > span {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #40ae49;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-QAList > dl > dt::before {
  position: absolute;
  content: "";
  border-top: 2px solid #40ae49;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-QAList > dl > dt::after {
  position: absolute;
  content: "";
  border-right: 2px solid #40ae49;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-QAList > dl > dt.is-open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-QAList > dl > dt.is-open::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-QAList > dl > dd {
  display: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.5;
  line-height: 2;
  padding: 20px 75px;
  margin: 0 auto;
  background-color: #fffaf3;
}
@media screen and (max-width: 768px) {
  .p-QAList > dl > dd {
    font-size: 1.2rem;
  }
}
.p-QAList > dl > dd.is-open {
  display: block;
}
.p-QAList > dl > dd > span {
  position: absolute;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #ea5405;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}
#cboxPrevious {
  top: 40%;
  left: -20%;
  width: 40px;
  height: 40px;
  background: url("/home/assets/img/common/modal_prev.png") no-repeat 0 0;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #cboxPrevious {
    top: -25%;
    left: 0%;
  }
}
#cboxPrevious:hover {
  background-position: 0px 0px;
  opacity: 0.7;
}
#cboxNext {
  top: 40%;
  right: -20%;
  width: 40px;
  height: 40px;
  background: url("/home/assets/img/common/modal_next.png") no-repeat 0 0;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #cboxNext {
    top: -25%;
    right: 65%;
  }
}
#cboxNext:hover {
  background-position: 0px 0px;
  opacity: 0.7;
}
#cboxTitle {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 1rem;
}
/* ---------------------------------------
p-youtube
--------------------------------------- */
.p-youtube {
  max-width: 800px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  visibility: hidden;
  margin-top: 50px;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
}
.p-youtubeCover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.p-youtubeCover.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}
.p-youtube.is-visible {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  font-size: 0;
}
.p-youtube_close:hover {
  opacity: .7;
}
.p-youtube_close:before, .p-youtube_close:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-youtube_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-youtube_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* -----------------------------------
p-videoDetail
------------------------------------ */
.p-videoDetail_txt {
  text-align: center;
}
.p-videoDetail_under {
  max-width: 800px;
  margin: 75px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-videoDetail_under {
    margin-top: 30px;
    height: 50vw;
  }
}
.p-videoDetail_main {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-videoDetail_main {
    margin-top: 30px;
  }
}
.p-videoDetail_main_child {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-videoDetail_main_child ._img {
  cursor: pointer;
  overflow: hidden;
}
.p-videoDetail_main_child ._img img {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-videoDetail_main_child ._img:hover img {
    opacity: .7;
  }
}
.p-videoDetail_main_child ._title {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-videoDetail_main_child ._title {
    margin-top: 20px;
  }
}
.p-videoDetail_main_child ._title span {
  font-weight: bold;
  display: inline-block;
}
.p-videoDetail_box {
  margin-top: 100px;
}
/*
js animation
*/
.js-animation.-fadein {
  -webkit-transition: opacity 1.0s ease-out;
  transition: opacity 1.0s ease-out;
  opacity: 0;
}
.js-animation.-fadein.is-animation {
  opacity: 1;
}
.js-animation.-slideup {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.js-animation.-slideInTop {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  mix-blend-mode: normal;
}
.js-animation.-slideInTop.is-animation {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  mix-blend-mode: normal;
}
.js-animation.-slideInTop2 {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  mix-blend-mode: multiply;
}
.js-animation.-slideInTop2.is-animation {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  mix-blend-mode: multiply;
}
.js-animation.-slideInLeft {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
.js-animation.-slideInLeft.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.js-animation.-slideInRight {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.js-animation.-slideInRight.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.js-animation.-slideInLeft2 {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
.js-animation.-slideInLeft2.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.js-animation.-slideInRight2 {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
.js-animation.-slideInRight2.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    mix-blend-mode: normal;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    mix-blend-mode: normal;
  }
}
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    mix-blend-mode: normal;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    mix-blend-mode: normal;
  }
}
@-webkit-keyframes slideInFromTop2 {
  0% {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    mix-blend-mode: multiply;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    mix-blend-mode: multiply;
  }
}
@keyframes slideInFromTop2 {
  0% {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    mix-blend-mode: multiply;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    mix-blend-mode: multiply;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {}
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {}
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes rotateZoom {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(0deg) scale(0.2);
    transform: rotateZ(0deg) scale(0.2);
  }
  50% {
    -webkit-transform: rotateZ(360deg) scale(1.5);
    transform: rotateZ(360deg) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotateZoom {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(0deg) scale(0.2);
    transform: rotateZ(0deg) scale(0.2);
  }
  50% {
    -webkit-transform: rotateZ(360deg) scale(1.5);
    transform: rotateZ(360deg) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border_anim_homeImg {
  0% {
    width: 0%;
  }
  100% {
    width: 15px;
  }
}
@keyframes border_anim_homeImg {
  0% {
    width: 0%;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
/* ---------------------------------------
animation index
--------------------------------------- */
.js-animation-main_child.-slider {
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
}
.js-animation-main_child.-slider.is-animation {
  opacity: 1;
}
/* ---------------------------------------
animation page
--------------------------------------- */
.js-animation-page_child.-thc {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  opacity: 0;
  margin-left: -20px;
}
.js-animation-page_child.-thc.is-animation {
  opacity: 1;
  margin-left: 0;
}
.js-animation-page_child.-title {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 0;
  margin-top: 40px;
}
.js-animation-page_child.-title.is-animation {
  opacity: 1;
  margin-top: 0;
}
/*
page
*/
.p-sec1 .p-cnt1 ul {
  margin-top: 10px;
}
.p-sec1 .p-cnt1 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media screen and (max-width: 426px) {
  .p-sec1 .p-cnt1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    width: 90%;
  }
}
.p-sec1 .p-cnt1 ul li ._date {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-left: 20px;
  letter-spacing: 2px;
  line-height: unset;
  margin-top: unset;
}
.p-sec1 .p-cnt1 ul li ._text {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
  letter-spacing: 1px;
  line-height: unset;
  margin-top: unset;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-sec1 .p-cnt1 ul li ._text {
    margin-top: 2px;
    margin-left: 18px;
  }
}
.p-sec1 .p-cnt1 ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background: #40ae49;
}
.p-sec1 .p-cnt1 a {
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.p-sec1 .p-cnt1 a ._more {
  position: relative;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #40ae49;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec1 .p-cnt1 a ._more::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec1 .p-cnt1 a ._more:hover::after {
  margin-left: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec1 ._illust {
  position: relative;
  z-index: -1;
}
.p-sec1 ._illust img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-sec1 ._illust img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 426px) {
  .p-sec1 ._illust img {
    width: 90%;
    -webkit-transform: translateY(-77%);
    transform: translateY(-77%);
  }
}
@media screen and (max-width: 768px) {
  .p-sec1 .p-cnt2 {
    margin-top: 40%;
  }
}
@media screen and (max-width: 426px) {
  .p-sec1 .p-cnt2 {
    margin-top: 70%;
  }
}
@media screen and (max-width: 426px) {
  .p-sec1 .p-cnt2 > h2 {
    padding-top: 30px;
  }
}
.p-sec1 .p-cnt2 ._desc {
  position: relative;
  background-color: #fff;
  width: 40%;
  margin-top: 50px;
  padding: 40px 10px;
}
@media screen and (max-width: 768px) {
  .p-sec1 .p-cnt2 ._desc {
    width: 80%;
  }
}
@media screen and (max-width: 426px) {
  .p-sec1 .p-cnt2 ._desc {
    width: unset;
    margin-top: 0px;
    padding: 10px 0px;
  }
}
.p-sec1 .p-cnt2 ._desc p {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-sec1 .p-cnt2 ._desc p {
    width: unset;
  }
}
.p-sec1 .p-cnt2 ._desc .c-btn {
  margin-left: none;
}
.p-middleImage {
  position: relative;
}
.p-middleImage img {
  width: 100%;
  margin-top: 18%;
}
@media screen and (max-width: 1440px) {
  .p-middleImage img {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-sec2 ._cnt1 {
    width: 90%;
  }
}
.p-sec2 .p-cnt2 {
  width: 80%;
  margin-left: 10%;
  background-image: url("../img/top/img3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
  padding-bottom: 40px;
}
.p-sec2 .p-cnt2 ul {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-sec2 .p-cnt2 ul li {
  width: 260px;
  height: 230px;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1025px) {
  .p-sec2 .p-cnt2 ul li {
    width: 230px;
    height: 200px;
  }
}
@media screen and (max-width: 426px) {
  .p-sec2 .p-cnt2 ul li {
    width: 200px;
    height: 150px;
    margin-top: 35px;
  }
}
.p-sec2 .p-cnt2 ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.p-sec2 .p-cnt2 ul li a span {
  display: block;
  height: 50%;
  margin-top: 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 426px) {
  .p-sec2 .p-cnt2 ul li a span {
    margin-top: 20px;
  }
}
.p-sec2 .p-cnt2 ul li a span._item1 > img {
  width: 50%;
}
.p-sec2 .p-cnt2 ul li a span._item2 > img {
  width: 40%;
}
.p-sec2 .p-cnt2 ul li a span._item3 {
  margin-left: 28px;
}
.p-sec2 .p-cnt2 ul li a span._item3 > img {
  width: 50%;
}
.p-sec2 .p-cnt2 ul li a p {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec2 .p-cnt2 ul li a p::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: 5px;
  margin-left: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 1025px) {
  .p-sec2 .p-cnt2 ul li a p::after {
    width: 30px;
    margin-left: 5px;
  }
}
.p-sec2 .p-cnt2 ul li:hover a span {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec2 .p-cnt2 ul li:hover a p::after {
  margin-left: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 1025px) {
  .p-sec2 .p-cnt2 ul li:hover a p::after {
    margin-left: 15px;
  }
}
.p-sec3 .p-cnt1 h3 {
  margin-top: 2%;
}
.p-sec3 .p-cnt1 ._text2 {
  margin-top: 1%;
  font-weight: unset;
}
.p-sec3 ._tokuten1 {
  margin-left: 10%;
  margin-top: 20px;
}
.p-sec3 ._tokuten1 > img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-sec3 ._tokuten1 > img {
    width: 80%;
  }
}
.p-sec3 ._wrap1 {
  position: relative;
}
.p-sec3 ._wrap1 ._img {
  width: 75%;
  background-color: #000;
  overflow: hidden;
}
.p-sec3 ._wrap1 ._img > a > img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec3 ._wrap1 ._img > a:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec3 ._wrap1 ._btn {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
  top: -15%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .p-sec3 ._wrap1 ._btn {
    display: none;
  }
}
.p-sec3 ._wrap2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-sec3 ._wrap2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-sec3 ._wrap2 ._tokuten2 > img {
  width: 80%;
}
.p-sec3 ._wrap2 ._tokuten3 > img {
  width: 80%;
}
.p-sec3 ._btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5%;
}
.p-sec4 .p-cnt1 ._text1 span > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt1 ._text1 span > br {
    display: block;
  }
}
.p-sec4 .p-cnt1 h3 {
  margin-top: 2%;
}
.p-sec4 .p-cnt2 {
  margin-top: 5%;
  margin-left: unset;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt2 {
    margin: 0 auto;
  }
}
.p-sec4 .p-cnt2_wrap {
  position: relative;
}
.p-sec4 .p-cnt2_wrap ._illust {
  position: absolute;
  right: 0;
  width: 75%;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt2_wrap ._illust {
    -webkit-transform: translateY(-117%);
    transform: translateY(-117%);
  }
}
.p-sec4 .p-cnt2_wrap ._illust > a > img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec4 .p-cnt2_wrap ._illust > a:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec4 .p-cnt2_wrap ._btn1 {
  position: absolute;
  right: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -7%;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt2_wrap ._btn1 {
    display: none;
  }
}
.p-sec4 .p-cnt2_wrap ._tokutenWrap {
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt2_wrap ._tokutenWrap {
    width: 85%;
    margin: 0 auto;
    margin-top: 50%;
  }
}
.p-sec4 .p-cnt2_wrap ._tokutenWrap ._tokuten1 {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt2_wrap ._tokutenWrap ._tokuten1 {
    width: 80%;
    margin: 0 auto;
  }
}
.p-sec4 .p-cnt2_wrap ._tokutenWrap ._tokuten1 > img {
  width: 100%;
}
.p-sec4 .p-cnt2_wrap ._tokutenWrap ._tokuten2 {
  position: relative;
  margin-top: 5%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-sec4 .p-cnt2_wrap ._tokutenWrap ._tokuten2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.p-sec4 .p-cnt2_wrap ._tokutenWrap ._tokuten2 > img {
  width: 100%;
}
.p-sec4 .p-cnt2 ._btn2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10%;
}
.p-sec5 {
  margin-top: 10%;
}
.p-sec5 .p-cnt1 h3 {
  margin-top: 2%;
}
.p-sec5 .p-cnt2 {
  position: relative;
  margin-left: unset;
}
.p-sec5 .p-cnt2 ._btn {
  position: absolute;
  top: -15%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .p-sec5 .p-cnt2 ._btn {
    display: none;
  }
}
.p-sec5 .p-cnt2 ._tokuten {
  position: absolute;
  right: 10%;
  top: -12%;
  z-index: 1;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .p-sec5 .p-cnt2 ._tokuten {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-sec5 .p-cnt2 ._tokuten > img {
  width: 100%;
}
.p-sec5 .p-cnt2 ._illust {
  position: relative;
  background-color: #000;
  overflow: hidden;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .p-sec5 .p-cnt2 ._illust {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}
.p-sec5 .p-cnt2 ._illust > a > img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec5 .p-cnt2 ._illust > a:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec5 ._btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-sec5 ._btn {
    margin-top: 40%;
  }
}
.p-sec6 .p-cnt2 {
  margin-top: unset;
  margin-left: unset;
}
.p-sec6 .p-cnt2 ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}
.p-sec6 .p-cnt2 ul li {
  position: relative;
  width: 30%;
  min-width: 270px;
  height: 190px;
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid;
}
@media screen and (max-width: 1025px) {
  .p-sec6 .p-cnt2 ul li {
    width: 230px;
    height: 130px;
  }
}
.p-sec6 .p-cnt2 ul li::before {
  height: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 19px;
  left: -9px;
  content: "";
  border-top: solid 1px #000;
  width: 57px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.p-sec6 .p-cnt2 ul li::after {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -1px;
  content: "";
  border: solid 1px #000;
  border-top: none;
  border-left: none;
  background-color: #fff;
  top: -1px;
}
.p-sec6 .p-cnt2 ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.p-sec6 .p-cnt2 ul li a span {
  display: block;
  height: 50%;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec6 .p-cnt2 ul li a span._item1 > img {
  width: 30%;
}
.p-sec6 .p-cnt2 ul li a span._item2 > img {
  width: 45%;
}
.p-sec6 .p-cnt2 ul li a span._item3 > img {
  width: 40%;
}
.p-sec6 .p-cnt2 ul li a span._item4 > img {
  width: 40%;
}
.p-sec6 .p-cnt2 ul li a span._item5 > img {
  width: 37%;
}
.p-sec6 .p-cnt2 ul li a span._item6 > img {
  width: 30%;
}
.p-sec6 .p-cnt2 ul li a p {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 45px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec6 .p-cnt2 ul li a p::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: 5px;
  margin-left: 5%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec6 .p-cnt2 ul li:hover a span {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec6 .p-cnt2 ul li:hover a p::after {
  margin-left: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec7 {
  margin-top: 10%;
}
.p-sec7 .p-cnt1 {
  margin: 0 auto;
}
.p-sec7 .p-cnt1 ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-sec7 .p-cnt1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-sec7 .p-cnt1 ul li {
  width: 45%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-sec7 .p-cnt1 ul li {
    width: 100%;
    margin-top: 20px;
  }
}
.p-sec7 .p-cnt1 ul li a {
  display: block;
}
.p-sec7 .p-cnt1 ul li a .p-banner {
  width: unset;
  margin-left: unset;
  margin-top: unset;
}
.p-sec7 .p-cnt2 {
  padding-bottom: 10%;
}
.p-sec7 .p-cnt2 ul {
  margin-top: 10px;
}
.p-sec7 .p-cnt2 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media screen and (max-width: 426px) {
  .p-sec7 .p-cnt2 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    width: 90%;
  }
}
.p-sec7 .p-cnt2 ul li ._date {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-left: 20px;
  letter-spacing: 2px;
  line-height: unset;
  margin-top: unset;
}
.p-sec7 .p-cnt2 ul li ._text {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
  letter-spacing: 1px;
  line-height: unset;
  margin-top: unset;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-sec7 .p-cnt2 ul li ._text {
    margin-top: 2px;
    margin-left: 18px;
  }
}
.p-sec7 .p-cnt2 ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 3px;
  background: #40ae49;
}
.p-sec7 .p-cnt2 > div {
  margin-top: 20px;
}
.p-sec7 .p-cnt2 > div a {
  text-decoration: none;
  display: inline-block;
}
.p-sec7 .p-cnt2 > div a ._more {
  position: relative;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #40ae49;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec7 .p-cnt2 > div a ._more::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-sec7 .p-cnt2 > div a ._more:hover::after {
  margin-left: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secMyHomeSeminar .p-cnt2.-mt {
  margin-top: 5%;
}
.p-secMyHomeSeminar .p-cnt2 ._cnt1 .p-text2 > span > a {
  color: #ea5405;
  text-decoration: none;
  font-weight: 500;
}
.p-secMyHomeSeminar .p-cnt2 ._btnWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
.p-secMyHomeSeminar .p-cnt2 ._cnt2 {
  margin-top: 35px;
}
.p-secMyHomeSeminar .p-cnt2 ._cnt2 .p-text2 > span > a {
  color: #ea5405;
  text-decoration: none;
  font-weight: 500;
}
.p-secMyHomeSeminar .p-cnt2 .p-text1.-type2 {
  margin-top: unset !important;
}
.p-secMyHomeSeminar .p-cnt2 ._btn {
  position: absolute;
  bottom: -20px;
  right: 40%;
}
.p-secMyHomeSeminar ._cnt3 {
  position: relative;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 {
    /*margin-top: 90%;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item1 {
  position: relative;
  margin-left: 10%;
}
.p-secMyHomeSeminar ._cnt3 ._item1 ._personImg {
  position: absolute;
  top: 20%;
  left: -25%;
  display: block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item1 ._personImg {
    left: -20%;
    width: 25%;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item1 ._personImg > img {
  width: 100%;
}
.p-secMyHomeSeminar ._cnt3 ._item1 div {
  text-align: center;
  padding: 20px;
  border: 1px solid #ea5405;
  border-radius: 5px;
  width: 25vw;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item1 div {
    width: 94%;
    padding: 10px;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item1 div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.p-secMyHomeSeminar ._cnt3 ._item1 div ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  background-color: #f9f9f4;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 25px;
}
.p-secMyHomeSeminar ._cnt3 ._item1 div ul li p {
  opacity: 0.8;
  margin-top: unset;
}
.p-secMyHomeSeminar ._cnt3 ._item1 div p {
  font-weight: 600;
}
.p-secMyHomeSeminar ._cnt3 ._item1 div p > br {
  display: none;
}
@media screen and (max-width: 321px) {
  .p-secMyHomeSeminar ._cnt3 ._item1 div p > br {
    display: block;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item1 ._btn {
  padding: 0;
  border: none;
  border-radius: 0;
  width: unset;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item1 ._btn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item2 {
    width: 100%;
    margin-top: 15%;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_txt {
  text-align: center;
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_under {
  max-width: 800px;
  margin: 75px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_under {
    margin-top: 30px;
    height: 50vw;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main {
    margin-top: 30px;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child ._img {
  cursor: pointer;
  overflow: hidden;
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child ._img img {
  width: 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child ._img:hover img {
    opacity: .7;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child ._title {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child ._title {
    margin-top: 20px;
  }
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_main_child ._title span {
  font-weight: bold;
  display: inline-block;
}
.p-secMyHomeSeminar ._cnt3 ._item2 .p-videoDetail_box {
  margin-top: 100px;
}
.p-secStep1 {
  position: static;
  margin-top: 45px;
}
.p-secStep1 ._btnWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-secStep1 ._btnWrap ._btnMonth {
  margin: 0px 20px;
}
.p-secStep2 {
  position: static;
  margin-top: 10%;
}
.p-secStep2 ._btnWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-secStep2 ._btnWrap ._btnMonth {
  margin: 0px 20px;
}
.p-secStep3 {
  position: static;
  margin-top: 10%;
}
.p-secStep3 ._btnWrap {
  margin-top: 5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
}
/*.p-secStep3 ._btnWrap ._btnMonth {
  margin: 0px 20px;
}*/
.p-secPickUp {
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .p-secStep1 {
    margin-top: 20px;
  }
  .p-secPickUp {
    margin-top: 80%;
  }
}
.p-secPickUp ._cnt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-secPickUp ._cnt1 ._text1 {
  margin-top: 7px;
  margin-left: 15px;
}
.p-secPickUp ._cnt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secPickUp ._cnt2 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secPickUp ._cnt2 ._cnt3 {
  width: 60%;
  margin-top: 0%;
}
@media screen and (max-width: 768px) {
  .p-secPickUp ._cnt2 ._cnt3 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secPickUp ._cnt2 ._cnt3 ._cnt4 {
    padding: 20px;
  }
}
.p-secPickUp ._cnt2 ._cnt5 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-secPickUp ._cnt2 ._cnt5 {
    width: 100%;
  }
}
.p-secPickUp ._cnt2 ._cnt5 img {
  width: 100%;
  height: 100%;
}
.p-secWebMyHomeSeminar ._cnt1 {
  /*padding-bottom: 55px;*/
}
.p-secWebMyHomeSeminar ._cnt1 h3 {
  /*padding-bottom: 55px;*/
  /*margin-bottom: 20px;*/
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-secWebMyHomeSeminar ._cnt1 {}
}
.p-secWebMyHomeSeminar ._cnt2 {
  text-align: center;
}
.p-secWebMyHomeSeminar ._cnt2 img {
  margin-top: 40px;
  width: 90%;
}
.p-secWebMyHomeSeminar ._btn {
  position: absolute;
  bottom: -3%;
  left: 40%;
}
.p-secSeminarTheme {
  width: 80%;
  margin-top: 20%;
}
.housing_counselor__img {
  width: 90%;
  padding-top: 20px;
}
.housing_counselor__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .housing_counselor__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-secSeminarTheme {
    margin-top: 35%;
  }
}
@media screen and (max-width: 426px) {
  .p-secSeminarTheme {
    margin-top: 65%;
  }
}
@media screen and (max-width: 321px) {
  .p-secSeminarTheme {
    margin-top: 75%;
  }
}
.p-secSeminarTheme ._cnt1 {
  text-align: center;
  padding: 50px;
  border: 1px solid #ea5405;
  border-radius: 5px;
  width: 85%;
  margin-left: 19%;
}
@media screen and (max-width: 768px) {
  .p-secSeminarTheme ._cnt1 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-left: 8%;
  }
}
@media screen and (max-width: 426px) {
  .p-secSeminarTheme ._cnt1 {
    margin-left: 5%;
  }
}
.p-secSeminarTheme ._cnt1 ._item1 {
  position: relative;
}
.p-secSeminarTheme ._cnt1 ._item1 ._cnt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0%;
  margin-left: 0%;
}
@media screen and (max-width: 768px) {
  .p-secSeminarTheme ._cnt1 ._item1 ._cnt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secSeminarTheme ._cnt1 ._item1 ._cnt2 > h2 {
  text-align: left;
}
.p-secSeminarTheme ._cnt1 ._item1 ._cnt2 ._text1 {
  margin-top: 15px;
  text-align: left;
}
.p-secSeminarTheme ._cnt1 ._item1 ._personImg {
  position: absolute;
  top: 0%;
  left: -15%;
  display: inline-block;
  width: 100px;
  height: 112px;
  background-image: url("../img/common/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-secSeminarTheme ._cnt1 ._item1 ._personImg {
    display: none;
  }
}
.p-secSeminarTheme ._btnWrapMonthly {
  margin-left: 13%;
  margin-top: 5%;
}
.p-secSteps {
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .p-secSteps {
    margin-top: 40%;
  }
}
@media screen and (max-width: 500px) {
  .p-secSteps {
    margin-top: 60%;
  }
}
@media screen and (max-width: 321px) {
  .p-secSteps {
    margin-top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .p-secSteps ._cnt1 {
    margin: 0 auto;
  }
}
.p-secSteps ._cnt1 p._text1 {
  font-size: 1.6rem;
  line-height: 24px;
}
.p-secSteps ._cnt1 ul._step {
  position: relative;
  margin-top: 10px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secSteps ._cnt1 ul._step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.p-secSteps ._cnt1 ul._step li {
  position: relative;
  width: 25%;
  min-width: 260px;
}
@media screen and (max-width: 768px) {
  .p-secSteps ._cnt1 ul._step li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 40px;
  }
}
.p-secSteps ._cnt1 ul._step li ._desc div {
  margin-top: 15px;
  height: 260px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .p-secSteps ._cnt1 ul._step li ._desc div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-secSteps ._cnt1 ul._step li ._desc div p {
  margin: 0 auto;
}
.p-secSteps ._cnt1 ul._step li ._desc div ._text1 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2;
}
.p-secSteps ._cnt1 ul._step li ._desc div ._text2 {
  margin-top: 10px;
}
.p-secSteps ._cnt1 ul._step li::before {
  position: absolute;
  content: "";
  display: block;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #40ae49;
  border-left: solid 10px #40ae49;
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
  top: 55%;
  left: -50px;
  margin-left: -7.5%;
}
@media screen and (max-width: 1200px) {
  .p-secSteps ._cnt1 ul._step li::before {
    left: -50px;
  }
}
@media screen and (max-width: 1120px) {
  .p-secSteps ._cnt1 ul._step li::before {
    left: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .p-secSteps ._cnt1 ul._step li::before {
    left: -5px;
  }
}
.p-secSteps ._cnt1 ul._step li.-step1::before, .p-secSteps ._cnt1 ul._step li.-step1::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secSteps ._cnt1 ul._step li.-step2::before {
    top: -5%;
    left: 55%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .p-secSteps ._cnt1 ul._step li.-step3::before {
    top: -5%;
    left: 55%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.p-secSmileLifeBenefit {
  margin-top: 20%;
  position: relative;
}
.p-secSmileLifeBenefit ._illust {
  position: relative;
  z-index: -1;
  top: -100px;
  right: 0;
}
.p-secSmileLifeBenefit ._illust img {
  position: absolute;
  right: 0;
  width: 75%;
  max-height: 700px;
  min-height: 480px;
}
@media screen and (max-width: 768px) {
  .p-secSmileLifeBenefit ._illust img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: unset;
    min-height: unset;
  }
}
@media screen and (max-width: 426px) {
  .p-secSmileLifeBenefit ._illust img {
    width: 90%;
    -webkit-transform: translateY(-77%);
    transform: translateY(-77%);
  }
}
@media screen and (max-width: 768px) {
  .p-secSmileLifeBenefit ._cnt1 {
    margin-top: 50%;
  }
}
@media screen and (max-width: 600px) {
  .p-secSmileLifeBenefit ._cnt1 {
    margin-top: 75%;
  }
}
.p-secSmileLifeBenefit ._cnt1 ._desc {
  background-color: #fff;
  width: 20%;
  min-width: 300px;
  height: 200px;
  margin-top: 50px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-secSmileLifeBenefit ._cnt1 ._desc {
    width: 80%;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 426px) {
  .p-secSmileLifeBenefit ._cnt1 ._desc {
    width: unset;
    margin-top: 0px;
  }
}
.p-secSmileLifeBenefit ._cnt1 ._desc h3 {
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  .p-secSmileLifeBenefit ._cnt1 ._desc h3 {
    margin-left: 0;
  }
}
.p-secSmileLifeBenefit ._cnt1 ._desc p {
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  .p-secSmileLifeBenefit ._cnt1 ._desc p {
    margin-left: 0;
  }
}
.p-secBenefitList {
  margin-top: 20%;
}
.p-secBenefitList ._cnt1 ul li {
  width: 300px;
  height: 180px;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .p-secBenefitList ._cnt1 ul li {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-secBenefitList ._cnt1 ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.p-secBenefitList ._cnt1 ul li a ._img {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img1 {
  margin-top: 10%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img1 > img {
  width: 30%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img2 {
  margin-top: 12%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img2 > img {
  width: 30%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img3 {
  margin-top: 10%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img3 > img {
  width: 20%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img4 {
  margin-top: 8%;
}
.p-secBenefitList ._cnt1 ul li a ._img.-img4 > img {
  width: 25%;
}
.p-secBenefitList ._cnt1 ul li a ._text1 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}
.p-secBenefitList ._cnt1 ul li a ._text1::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: 5px;
  margin-left: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-secBenefitList ._cnt1 ul li a ._text1::after {
    margin-left: 5px;
    margin-top: 10px;
    width: 25px;
    height: 2px;
  }
}
.p-secBenefitList ._cnt1 ul li a ._text2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 40px;
  text-align: left;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-secBenefitList ._cnt1 ul li a ._text2 {
    margin-top: 20px;
    padding: 10px;
  }
}
.p-secBenefitList ._cnt1 ul li a ._text4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 20px;
  text-align: left;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-secBenefitList ._cnt1 ul li a ._text4 {
    margin-top: 20px;
    padding: 15px;
  }
}
.p-secBenefitList ._cnt1 ul li:hover a ._img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secBenefitList ._cnt1 ul li:hover a p::after {
  margin-left: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secBenefitOfCustomHome {
  position: relative;
  margin-top: 15%;
}
.p-secBenefitOfCustomHome ._personImg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._personImg {
    text-align: right;
  }
}
@media screen and (max-width: 426px) {
  .p-secBenefitOfCustomHome ._personImg {
    top: 100%;
    width: 100%;
    text-align: right;
  }
}
.p-secBenefitOfCustomHome ._personImg > img {
  width: 40%;
}
@media screen and (max-width: 426px) {
  .p-secBenefitOfCustomHome ._personImg > img {
    width: 20%;
  }
}
.p-secBenefitOfCustomHome ._cnt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secBenefitOfCustomHome ._cnt1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20%;
  }
}
.p-secBenefitOfCustomHome ._cnt1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt1 ul li {
    width: 100%;
  }
}
.p-secBenefitOfCustomHome ._cnt1 ul li > img {
  width: 100%;
}
.p-secBenefitOfCustomHome ._cnt1 ul li p {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 5px;
  padding-left: 15%;
}
@media screen and (max-width: 426px) {
  .p-secBenefitOfCustomHome ._cnt1 ul li p {
    padding-left: 5%;
    font-size: 1.3rem;
  }
}
.p-secBenefitOfCustomHome ._cnt1 ul li p::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 8px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secBenefitOfCustomHome ._cnt1 ul li > div {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  padding-left: 15%;
}
.p-secBenefitOfApartment ._cnt1 ul li > div {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  padding-left: 25%;
}
.p-secBenefitOfCustomHome ._cnt1 ul li ._text {
  margin-top: 10px;
}
.p-secBenefitOfCustomHome ._cnt2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secBenefitOfCustomHome ._cnt2 > div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt2 > div {
    width: 100%;
    margin-top: 10px;
  }
}
.p-secBenefitOfCustomHome ._cnt2 > div > img {
  width: 100%;
}
.p-secBenefitOfCustomHome ._cnt3 {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-secBenefitOfCustomHome ._cnt3 p {
  font-size: 2.1rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 10%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 p {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.p-secBenefitOfCustomHome ._cnt3 p > span {
  color: #ea5405;
  font-weight: 600;
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap {
  position: relative;
  width: 85%;
  margin-left: auto;
  border: 1px solid #ea5405;
  border-radius: 5px;
  padding: 20px 30px;
  margin-top: 20px;
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ._personImg {
  position: absolute;
  left: -8%;
  width: 25%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ._personImg {
    width: 55%;
    text-align: left;
    top: 0;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ._personImg > img {
  width: 40%;
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ul li {
  background-color: #fffaf3;
  text-align: center;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ul li {
    width: 100%;
    margin-top: 10px;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ul li p {
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 2.1rem;
  color: #ea5405;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ul li p {
    font-size: 1.8rem;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ul li p.-mt {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ul li p.-mt {
    margin-top: 0;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ul span {
  display: block;
  margin-top: 15px;
  font-size: 2.0rem;
}
@media screen and (max-width: 1047px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ul span {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ul span {
    text-align: center;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ._text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ._text {
    font-size: 1.6rem;
  }
}
.p-secBenefitOfCustomHome ._cnt3 ._wrap ._text > span {
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #ea5405;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfCustomHome ._cnt3 ._wrap ._text > span {
    font-size: 2rem;
  }
}
.p-secBenefitOfCustomHome ._btn {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.p-secBenefitOfApartment ._cnt1 {
  margin: 0 auto;
  width: 80%;
}
.p-secBenefitOfApartment ._cnt1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secBenefitOfApartment ._cnt1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt1 ul li {
    width: 100%;
  }
}
.p-secBenefitOfApartment ._cnt1 ul li > img {
  width: 100%;
}
.p-secBenefitOfApartment ._cnt1 ul li p {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 5px;
  padding-left: 25%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt1 ul li p {
    padding-left: 5%;
    font-size: 1.3rem;
  }
}
.p-secBenefitOfApartment ._cnt1 ul li p::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 8px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secBenefitOfApartment ._cnt1 ul li ._text {
  margin-top: 10px;
}
.p-secBenefitOfApartment ._cnt2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-secBenefitOfApartment ._cnt2 p {
  font-size: 2.1rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 10%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 p {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.p-secBenefitOfApartment ._cnt2 p > span {
  color: #ea5405;
  font-weight: 600;
}
.p-secBenefitOfApartment ._cnt2 ._wrap {
  position: relative;
  width: 85%;
  margin-left: auto;
  border: 1px solid #ea5405;
  border-radius: 5px;
  padding: 20px 30px;
  margin-top: 20px;
}
.p-secBenefitOfApartment ._cnt2 ._wrap ._personImg {
  position: absolute;
  left: -8%;
  width: 25%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ._personImg {
    width: 55%;
    text-align: left;
    top: 0;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ._personImg > img {
  width: 40%;
}
.p-secBenefitOfApartment ._cnt2 ._wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ul li {
  display: table;
  background-color: #fffaf3;
  text-align: center;
  width: 27%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ul li {
    width: 100%;
    margin-top: 10px;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ul li.-ml {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ul li.-ml {
    margin-left: 0;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ul li p {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 2.1rem;
  color: #ea5405;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ul li p {
    font-size: 1.8rem;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ul span {
  display: block;
  margin-top: 10px;
  font-size: 2.0rem;
  margin-left: 20px;
}
@media screen and (max-width: 1047px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ul span {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ul span {
    text-align: center;
    margin-left: 0;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ._text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ._text {
    font-size: 1.6rem;
  }
}
.p-secBenefitOfApartment ._cnt2 ._wrap ._text > span {
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #ea5405;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfApartment ._cnt2 ._wrap ._text > span {
    font-size: 2rem;
  }
}
.p-secBenefitOfApartment ._btn {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.p-secBenefitOfRealEstate ._tokuten {
  width: 40%;
}
.p-secBenefitOfRealEstate ._tokuten > img {
  width: 100%;
}
.p-secBenefitOfRealEstate ._cnt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secBenefitOfRealEstate ._cnt1 ._personImg {
  display: block;
  width: 180px;
  height: 185px;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 ._personImg {
    width: 100%;
    text-align: right;
    height: unset;
    margin-top: 0;
  }
}
.p-secBenefitOfRealEstate ._cnt1 ._personImg > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 ._personImg > img {
    width: 20%;
  }
}
.p-secBenefitOfRealEstate ._cnt1 div {
  width: 70%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 div {
    width: 100%;
    margin-left: 0;
  }
}
.p-secBenefitOfRealEstate ._cnt1 div ._tokuten {
  width: 70%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 div ._tokuten {
    width: 100%;
  }
}
.p-secBenefitOfRealEstate ._cnt1 div ._tokuten > img {
  width: 100%;
}
.p-secBenefitOfRealEstate ._cnt1 div ._text1 {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 div ._text1 {
    font-size: 1.3rem;
    margin-left: 0;
  }
}
.p-secBenefitOfRealEstate ._cnt1 div ._text1::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 8px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secBenefitOfRealEstate ._cnt1 div ._text2 {
  width: 50%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt1 div ._text2 {
    width: 100%;
    margin-left: 0;
  }
}
.p-secBenefitOfRealEstate ._cnt2 {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.p-secBenefitOfRealEstate ._cnt2 p {
  font-size: 2.1rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 10%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 p {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.p-secBenefitOfRealEstate ._cnt2 p > span {
  color: #ea5405;
  font-weight: 600;
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap {
  position: relative;
  width: 85%;
  margin-left: auto;
  border: 1px solid #ea5405;
  border-radius: 5px;
  padding: 20px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 ._wrap {
    margin-top: 40px;
  }
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap ._personImg {
  position: absolute;
  left: -8%;
  width: 25%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 ._wrap ._personImg {
    width: 40%;
    top: 90%;
  }
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap ._personImg > img {
  width: 40%;
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap ._text1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 ._wrap ._text1 {
    font-size: 1.8rem;
  }
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap ._text1 > span {
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #ea5405;
  font-size: 3.0rem;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 ._wrap ._text1 > span {
    font-size: 2rem;
  }
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap ._text2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 ._wrap ._text2 {
    font-size: 1.8rem;
  }
}
.p-secBenefitOfRealEstate ._cnt2 ._wrap ._text2 > span {
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #ea5405;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-secBenefitOfRealEstate ._cnt2 ._wrap ._text2 > span {
    font-size: 2rem;
  }
}
.p-secBenefitOfRealEstate ._btn {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.p-secMyHomeLoan ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._text1 {
    font-size: 1.3rem;
  }
}
.p-secMyHomeLoan ._text2 {
  font-size: 1.6rem;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._text2 {
    font-size: 1.3rem;
  }
}
.p-secMyHomeLoan ._cnt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secMyHomeLoan ._cnt1 ._personImg {
  display: block;
  width: 190px;
  height: 230px;
  background-image: url("../img/loan/person1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2%;
}
.p-secMyHomeLoan ._cnt1 ul {
  width: 70%;
  margin-top: 5%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt1 ul {
    width: 100%;
    margin-left: 0;
  }
}
.p-secMyHomeLoan ._cnt1 ul li {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 600;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt1 ul li {
    font-size: 1.3rem;
  }
}
.p-secMyHomeLoan ._cnt1 ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secMyHomeLoan ._cnt1 ul ._text2 {
  width: 50%;
}
.p-secMyHomeLoan ._cnt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt2 ._cnt {
    margin: 5px 0px;
  }
}
.p-secMyHomeLoan ._cnt2 p {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt2 p {
    font-size: 1.3rem;
  }
}
.p-secMyHomeLoan ._cnt2 ul {
  margin-top: 5%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secMyHomeLoan ._cnt2 ul {
    margin: 0 auto;
    margin-left: 0;
  }
}
.p-secMyHomeLoan ._cnt2 ul li p {
  font-weight: unset;
  margin-top: 5px;
}
.p-secLoanTable {
  margin-top: 15%;
}
.p-secLoanTable ._loanTitleWrap {
  margin: 0 auto;
  width: 70vw;
  max-width: 1750px;
  margin-left: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._loanTitleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10%;
  }
}
.p-secLoanTable ._loanTitleWrap ._loanTableTitle {
  color: #ea5405;
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._loanTitleWrap ._loanTableTitle {
    font-size: 1.8rem;
  }
}
.p-secLoanTable ._loanTitleWrap ._date {
  /*font-size: 1.6rem;*/
  margin-top: 5px;
  font-weight: unset;
  font-size: 1.3rem;
}
.p-secLoanTable ._cnt1 {
  position: relative;
  padding: 50px;
  border: 1px solid #ea5405;
  border-radius: 5px;
  width: 65%;
  margin: 0 auto;
  margin-left: 15%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 {
    width: 85%;
    margin-left: 4.5%;
    padding: 10px;
  }
}
.p-secLoanTable ._cnt1 ._personImg {
  position: absolute;
  top: 50px;
  left: -80px;
  display: inline-block;
  width: 100px;
  height: 112px;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._personImg {
    top: -50px;
    right: 0;
    left: unset;
    width: 20%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.p-secLoanTable ._cnt1 ._personImg > img {
  width: 100%;
}
.p-secLoanTable ._cnt1 ._loanTableWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableTitle {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableTitle {
    font-size: 1.3rem;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableTitle.-mtNone {
  margin-top: 0;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableDesc {
  font-size: 1.4rem;
  font-weight: unset;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableDesc {
    font-size: 1.2rem;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild.-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable {
  width: 89%;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable {
    width: 100%;
    margin: 5px 0px;
    border-collapse: collapse;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable.-type1 {
  border-color: #40ae49;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable.-type2 {
  border-color: #ea5405;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable.-type3 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable.-type3 {
    width: 100%;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr {
  border-collapse: collapse;
  border: 0.5px solid;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr {
    border-top: 1px solid #ea5405;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr.-borderbottom {
    border-bottom: 1px solid #ea5405;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr.-type1 {
  border-color: #40ae49;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr.-type2 {
  border-color: #ea5405;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr.-type3 {
  background-color: #fffaf3;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr.-type4 {
  background-color: #f2f9f2;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th p {
    font-size: 1.1rem;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th p.-fontNormal {
  font-weight: unset;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th.-type1 {
  background-color: #f2f9f2;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th.-type2 {
  background-color: #fffaf3;
  border-color: #ea5405;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th.-type3 {
  border-left: 0.5px solid;
  border-right: 0.5px solid;
  border-color: #ea5405;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th.-type3 {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #ea5405;
    border-collapse: collapse;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th.-type4 {
  border-left: 0.5px solid;
  border-right: 0.5px solid;
  border-color: #40ae49;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th.-type4 {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #40ae49;
    border-collapse: collapse;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th ._text1 {
  font-size: 1.2rem;
  font-weight: 600;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th ._text2 {
  font-size: 1rem;
  font-weight: 600;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr th ._text3 {
  font-weight: unset;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td {
  padding: 10px;
  border-collapse: collapse;
  border-left: 0.5px solid;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td {
    border-collapse: collapse;
    border-left: 1px solid;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td p {
  font-size: 1.4rem;
  margin-top: unset;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td p {
    font-size: 1.1rem;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td.-type1 {
  border-color: #40ae49;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td.-type2 {
  border-color: #ea5405;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td.-borderNone {
  border-left: none;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td ._text1 {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td ._text1 {
    font-size: 1.1rem;
  }
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td ._text2 {
  font-size: 1rem;
  font-weight: 600;
}
.p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr td ._text3 {
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secLoanTable ._cnt1 ._loanTableWrap ._tableWrapChild ._loanTable ._loanTableTr:not(:last-child) {
    border-bottom: none;
  }
}
.p-secLoanTable > p {
  font-weight: unset;
}
.p-secOtherLoans {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
.p-secOtherLoans h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secOtherLoans h2 {
    font-size: 1.3rem;
  }
}
.p-secOtherLoans ._cnt1 {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secOtherLoans ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-secOtherLoans ._cnt1 ._banner {
    margin-top: 20px;
  }
}
.p-secOtherLoans ._cnt1 ._banner img {
  width: 98%;
}
.p-secOtherLoans ._cnt1 ._banner p {
  text-align: center;
  font-weight: unset;
}
.p-secOtherLoans ._cnt1 ._banner a.banner {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secOtherLoans ._cnt1 ._banner a.banner:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secOtherLoans ._btn {
  margin: 0 auto;
  margin-top: 5%;
  text-align: center;
}
.p-secFireInsurance ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._text1 {
    font-size: 1.3rem;
  }
}
.p-secFireInsurance ._text2 {
  font-size: 1.6rem;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._text2 {
    font-size: 1.3rem;
  }
}
.p-secFireInsurance ._cnt1 {
  position: relative;
  margin-top: 50px;
}
.p-secFireInsurance ._cnt1 ._subTitle {
  font-size: 2.1rem;
  color: #ea5405;
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt1 ._subTitle {
    font-size: 1.8rem;
    margin-left: 8%;
  }
}
.p-secFireInsurance ._cnt1 ._cnt2 {
  padding: 50px;
  border: 1px solid #ea5405;
  border-radius: 5px;
  width: 65%;
  max-width: 900px;
  margin: 0 auto;
  margin-left: 15%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt1 ._cnt2 {
    margin-left: 5%;
    margin-left: 8%;
    width: 70%;
    padding: 30px;
  }
}
.p-secFireInsurance ._cnt1 ._cnt2 ._personImg {
  display: block;
  position: absolute;
  width: 100px;
  height: 110px;
  top: 25%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt1 ._cnt2 ._personImg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    top: -7%;
    left: unset;
    right: 5%;
    width: 13%;
  }
}
.p-secFireInsurance ._cnt1 ._cnt2 ._personImg > img {
  width: 100%;
}
.p-secFireInsurance ._cnt1 ._cnt2 ._text1 {
  margin-top: unset;
}
.p-secFireInsurance ._cnt1 ._cnt2 ._text2 {
  font-weight: unset;
}
.p-secFireInsurance ._cnt3 {
  width: 80%;
  margin-top: 50px;
  margin-left: 15%;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt3 {
    margin-left: 8%;
  }
}
.p-secFireInsurance ._cnt3 h3 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt3 h3 {
    font-size: 1.8rem;
  }
}
.p-secFireInsurance ._cnt3 p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt3 p {
    font-size: 1.3rem;
  }
}
.p-secFireInsurance ._cnt3 ._requirement {
  margin-top: 50px;
}
.p-secFireInsurance ._cnt3 ._requirement div {
  margin-top: 20px;
}
.p-secFireInsurance ._cnt3 ._feature {
  margin-top: 50px;
}
.p-secFireInsurance ._cnt3 ._feature div {
  margin-top: 20px;
  margin-left: 25px;
}
.p-secFireInsurance ._cnt3 ._feature div p {
  position: relative;
}
.p-secFireInsurance ._cnt3 ._feature div p::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secFireInsurance ._cnt4 {
  position: relative;
  width: 80%;
  margin-top: 50px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt4 {
    margin-left: 8%;
  }
}
.p-secFireInsurance ._cnt4 h3 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt4 h3 {
    font-size: 1.8rem;
  }
}
.p-secFireInsurance ._cnt4 p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt4 p {
    font-size: 1.3rem;
  }
}
.p-secFireInsurance ._cnt4 ._personImg {
  display: block;
  position: absolute;
  width: 195px;
  height: 185px;
  top: 5%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt4 ._personImg {
    top: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}
.p-secFireInsurance ._cnt4 ._personImg > img {
  width: 100%;
}
.p-secFireInsurance ._cnt4 ._condition {
  margin-left: 225px;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt4 ._condition {
    margin-left: unset;
    margin-top: 40%;
  }
}
@media screen and (max-width: 426px) {
  .p-secFireInsurance ._cnt4 ._condition {
    margin-left: unset;
    margin-top: 70%;
  }
}
@media screen and (max-width: 321px) {
  .p-secFireInsurance ._cnt4 ._condition {
    margin-left: unset;
    margin-top: 85%;
  }
}
.p-secFireInsurance ._cnt4 ._detail {
  margin-top: 50px;
  margin-left: 225px;
}
@media screen and (max-width: 768px) {
  .p-secFireInsurance ._cnt4 ._detail {
    margin-left: unset;
    margin-top: 20px;
  }
}
.p-secLimitedConsultation_cnt1 ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secLimitedConsultation_cnt1 ._text1 {
    font-size: 1.3rem;
  }
}
.p-secLimitedConsultation_cnt1 ._text2 {
  font-size: 1.6rem;
  font-weight: unset;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secLimitedConsultation_cnt1 ._text2 {
    font-size: 1.3rem;
  }
}
.p-secLimitedConsultation ._btnWrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .p-secLimitedConsultation ._btnWrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-secLimitedConsultation ._btnWrap ._btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-secLimitedConsultation ._btnWrap ._btn {
    margin: 0 auto;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul {
    margin-top: 15%;
  }
}
.p-secTaxConsul ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._text1 {
    font-size: 1.3rem;
  }
}
.p-secTaxConsul ._text2 {
  font-size: 1.6rem;
  font-weight: unset;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._text2 {
    font-size: 1.3rem;
  }
}
.p-secTaxConsul ._cnt1 {
  width: 80%;
  max-width: 1000px;
  position: relative;
  margin-top: 5%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._cnt1 {
    margin-left: 8%;
  }
}
.p-secTaxConsul ._cnt1 ._textBox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._cnt1 ._textBox {
    width: 100%;
    margin-top: 50%;
  }
}
.p-secTaxConsul ._cnt1 ._textBox h3 {
  font-size: 2.1rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._cnt1 ._textBox h3 {
    font-size: 1.8rem;
  }
}
.p-secTaxConsul ._cnt1 ._textBox p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._cnt1 ._textBox p {
    font-size: 1.3rem;
    margin-left: 12px;
  }
}
.p-secTaxConsul ._cnt1 ._textBox p::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 7px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secTaxConsul ._cnt1 ._personImg {
  position: absolute;
  top: -10px;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-secTaxConsul ._cnt1 ._personImg {
    width: 100%;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}
.p-secTaxConsul ._cnt1 ._personImg img {
  width: 100%;
}
.p-secDates ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secDates ._text1 {
    font-size: 1.3rem;
  }
}
.p-secDates ._cnt1 {
  width: 80%;
  margin-top: 20px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secDates ._cnt1 {
    margin-left: 8%;
    width: 85%;
  }
}
.p-secDates ._cnt1 h2 {
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-secDates ._cnt1 h2 {
    font-size: 1.8rem;
  }
}
.p-secDates ._cnt1 ._notification {
  margin-top: 20px;
  background-color: #f9f9f4;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-secDates ._cnt1 ._notification {
    padding: 10px;
  }
}
.p-secDates ._cnt1 ._notification ._textBox {
  margin-left: 5px;
  margin-top: 10px;
}
.p-secDates ._cnt1 ._notification ._textBox p {
  font-weight: unset;
  margin-top: 5px;
}
.p-secLifePlanConsulation .p-cnt1 ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation .p-cnt1 ._text1 {
    font-size: 1.3rem;
  }
}
.p-secLifePlanConsulation ._cnt1 {
  margin-left: 10%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._cnt1 {
    margin-left: 7.5%;
    width: 85%;
  }
}
.p-secLifePlanConsulation ._cnt1 > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._cnt1 > p {
    font-size: 1.3rem;
  }
}
.p-secLifePlanConsulation ._cnt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._cnt2 {
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secLifePlanConsulation ._cnt2 ._wrap1 {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._cnt2 ._wrap1 {
    width: 80%;
    margin: 0 auto;
  }
}
.p-secLifePlanConsulation ._cnt2 ._wrap1 > img {
  width: 100%;
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 {
  position: relative;
  width: 45%;
  -webkit-transform: translateY(65%);
  transform: translateY(65%);
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._cnt2 ._wrap2 {
    width: 85%;
    margin: 0 auto;
    margin-top: 20%;
  }
}
@media screen and (max-width: 426px) {
  .p-secLifePlanConsulation ._cnt2 ._wrap2 {
    width: 100%;
    margin: 0 auto;
    margin-left: 7%;
    margin-top: 40%;
  }
}
@media screen and (max-width: 321px) {
  .p-secLifePlanConsulation ._cnt2 ._wrap2 {
    margin-top: 45%;
    margin-left: 5%;
  }
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 ._item1 {
  position: absolute;
  right: -20%;
  top: -5%;
  z-index: 2;
}
@media screen and (max-width: 426px) {
  .p-secLifePlanConsulation ._cnt2 ._wrap2 ._item1 {
    margin-top: 45%;
    right: -5%;
  }
}
@media screen and (max-width: 321px) {
  .p-secLifePlanConsulation ._cnt2 ._wrap2 ._item1 {
    right: -15%;
  }
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 ._item1 > a > img {
  width: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 ._item1 > a:hover > img {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 ._item2 {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 25%;
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 ._item2 > img {
  width: 50%;
}
.p-secLifePlanConsulation ._cnt2 ._wrap2 ._item3 {
  position: absolute;
  bottom: 0;
  width: 70%;
  border: 1px solid #ea5405;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.p-secLifePlanConsulation ._wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 40px;
  background-color: #fffaf3;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper {
    margin-top: 30%;
  }
}
@media screen and (max-width: 426px) {
  .p-secLifePlanConsulation ._wrapper {
    margin-top: 90%;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt1 {
  margin-left: 0;
}
.p-secLifePlanConsulation ._wrapper ._cnt1 > h3 {
  color: #ea5405;
}
.p-secLifePlanConsulation ._wrapper ._cnt1 > p {
  font-size: 1.2rem;
}
.p-secLifePlanConsulation ._wrapper ._cnt2 {
  margin-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-secLifePlanConsulation ._wrapper ._cnt2 > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt2 > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt2 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23%;
  border: 1px solid #ea5405;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ea5405;
  text-align: center;
  background-color: #fff;
  height: 47px;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt2 > ul > li {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt2 > ul .-borderbottom {
    border-bottom: 1px solid #ea5405;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt3 {
  position: relative;
  margin-top: 5%;
  margin-left: 0;
  background-color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 426px) {
  .p-secLifePlanConsulation ._wrapper ._cnt3 {
    padding: 10px;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt3 > h3 {
  color: #ea5405;
}
.p-secLifePlanConsulation ._wrapper ._cnt3 > p {
  /*width: 85%;*/
  font-size: 1.2rem;
}
.p-secLifePlanConsulation ._wrapper ._cnt3 ._personImg {
  position: absolute;
  display: block;
  right: -10%;
  bottom: -15%;
}
@media screen and (max-width: 600px) {
  .p-secLifePlanConsulation ._wrapper ._cnt3 ._personImg {
    right: -70%;
    bottom: -5%;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt3 ._personImg > img {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .p-secLifePlanConsulation ._wrapper ._cnt3 ._personImg > img {
    width: 20%;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt4 {
  margin-top: 10%;
}
.p-secLifePlanConsulation ._wrapper ._cnt4 > h3 {
  color: #000;
  text-align: center;
}
.p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._img {
    width: 100%;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._img > a > img {
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._img > a:hover > img {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 20px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._text {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._text > p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-secLifePlanConsulation ._wrapper ._cnt4 ._cnt ._text ._btn {
    margin: 10px auto;
  }
}
.p-secInheritanceConsultation .p-cnt1 ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation .p-cnt1 ._text1 {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation .p-cnt1 ._text2 {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation .p-cnt1 ._text2 {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt1 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  background-color: #f9f9f4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt1 {
    margin-top: 55%;
  }
}
.p-secInheritanceConsultation ._cnt1 ._img {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt1 ._img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.p-secInheritanceConsultation ._cnt1 ._img > img {
  width: 50%;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt1 ._img > img {
    width: 70%;
  }
}
.p-secInheritanceConsultation ._cnt1 ._wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-secInheritanceConsultation ._cnt1 ._wrap > ul {
  margin-top: 20px;
  margin-left: 20px;
}
.p-secInheritanceConsultation ._cnt1 ._wrap > ul > li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.p-secInheritanceConsultation ._cnt1 ._wrap > ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-left: -17px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secInheritanceConsultation ._cnt2 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt2 {
    margin-top: 30%;
  }
}
.p-secInheritanceConsultation ._cnt2 > h3 {
  color: #000;
}
.p-secInheritanceConsultation ._cnt2 ._cnt {
  margin-top: 20px;
}
.p-secInheritanceConsultation ._cnt2 ._cnt ._text {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-secInheritanceConsultation ._cnt2 ._cnt ._text > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #40ae49;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt2 ._cnt ._text > span {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt2 ._cnt ._text > p {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt2 ._cnt ._text > p {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt2 ._personImg {
  position: absolute;
  right: 0;
  bottom: -65%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt2 ._personImg {
    bottom: 100%;
  }
}
.p-secInheritanceConsultation ._cnt2 ._personImg > img {
  width: 40%;
}
.p-secInheritanceConsultation ._cnt3 {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
.p-secInheritanceConsultation ._cnt3 > h3 {
  color: #000;
}
.p-secInheritanceConsultation ._cnt3 ._cnt {
  margin-top: 20px;
}
.p-secInheritanceConsultation ._cnt3 ._cnt ._text {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-secInheritanceConsultation ._cnt3 ._cnt ._text > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #40ae49;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt3 ._cnt ._text > span {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt3 ._cnt ._text > p {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt3 ._cnt ._text > p {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt4 {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
.p-secInheritanceConsultation ._cnt4 > h3 {
  color: #000;
}
.p-secInheritanceConsultation ._cnt4 ._cnt {
  margin-top: 20px;
}
.p-secInheritanceConsultation ._cnt4 ._cnt ._text {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-secInheritanceConsultation ._cnt4 ._cnt ._text > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #40ae49;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt4 ._cnt ._text > span {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt4 ._cnt ._text > p {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt4 ._cnt ._text > p {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt5 {
  width: 80%;
  margin: 5% auto 0;
}
.p-secInheritanceConsultation ._cnt5 > h3 > span {
  border: 1px solid #000;
  padding: 1px 20px 2px 20px;
  border-radius: 25px;
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
}
.p-secInheritanceConsultation ._cnt5 ._text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-secInheritanceConsultation ._cnt5 ._text {
    font-size: 1.3rem;
  }
}
.p-secInheritanceConsultation ._cnt5 ._cnt {
  margin-top: 20px;
  padding: 30px;
  background-color: #f9f9f4;
}
.p-secInheritanceConsultation ._cnt5 ._cnt ._img {
  margin-top: 40px;
}
.p-secInheritanceConsultation ._cnt5 > ul {
  margin-top: 20px;
  margin-left: 20px;
}
.p-secInheritanceConsultation ._cnt5 > ul > li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}
.p-secInheritanceConsultation ._cnt5 > ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  margin-left: -17px;
  border-radius: 25px;
  background-color: #40ae49;
}
.p-secInheritanceConsultation ._cnt5 ._btnWrap ._btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
}
.p-secInheritanceConsultation ._cnt5 ._btnWrap ._btn > a {
  margin-right: 0%;
}
@media screen and (max-width: 321px) {
  .p-secInheritanceConsultation ._cnt5 ._btnWrap ._btn > a {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 321px) {
  .p-secInheritanceConsultation ._cnt5 ._btnWrap ._btn > a::before {
    left: 4px;
    top: 8px;
  }
}
@media screen and (max-width: 321px) {
  .p-secInheritanceConsultation ._cnt5 ._btnWrap ._btn > a::after {
    left: 10px;
    top: 14px;
  }
}
.p-secContactUs.-tax ._wrap ._cnt1 {
  text-align: center;
}
.p-secContactUs.-tax ._wrap ._cnt1 ._text1 {
  text-align: center;
}
.p-secContactUs.-tax ._wrap ._cnt1 ._text1.-mt {
  margin-top: 20px;
}
.p-secContactUs.-tax ._wrap ._cnt1 > div {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  margin-top: 5px;
}
.p-secContactUs.-tax ._wrap ._cnt2 {
  margin-top: 10px;
}
.p-secContactUs.-tax ._wrap ._cnt2 ._text1.-mt {
  margin-top: 30px;
}
.p-secContactUs.-tax ._textAddress {
  margin-top: 20px;
  text-align: center;
}
.p-secCompanyHouse ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secCompanyHouse ._text1 {
    font-size: 1.3rem;
  }
}
.p-secCompanyHouse ._text2 {
  font-size: 1.6rem;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secCompanyHouse ._text2 {
    font-size: 1.3rem;
  }
}
.p-secApartment ._apartTitle {
  position: relative;
  margin-left: 50px;
  margin-top: 60px;
}
.p-secApartment ._apartTitle::before {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  left: -50px;
  width: 33px;
  height: 41px;
  background-image: url("../img/c-housing/house.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-secApartment ._wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secApartment ._wrapper ._madoriAndLent {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapper ._madoriAndLent {
    width: 100%;
  }
}
.p-secApartment ._wrapper ._madoriAndLent ._textBox {
  margin-top: 30px;
}
.p-secApartment ._wrapper ._madoriAndLent ._textBox p {
  margin-top: unset;
}
.p-secApartment ._wrapper ._madoriImg {
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapper ._madoriImg {
    width: unset;
    margin: 10px 0px;
    text-align: center;
  }
}
.p-secApartment ._wrapper ._madoriImg img {
  width: 100%;
  max-width: 274px;
  max-height: 337px;
}
.p-secApartment ._btnWrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-secApartment ._btnWrap ._btn {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._btnWrap ._btn {
    margin: 10px auto;
  }
  .p-secApartment ._btnWrap ._btn > a {
    margin-right: 0;
  }
}
@media screen and (max-width: 426px) {
  .p-secApartment ._btnWrap ._btn {
    width: 100%;
  }
}
.p-secApartment ._btnWrap .c-btn {
  width: 80%;
  border-radius: 50px;
  max-width: 360px;
}
@media screen and (max-width: 426px) {
  .p-secApartment ._btnWrap .c-btn {
    width: 85%;
  }
}
@media screen and (max-width: 321px) {
  .p-secApartment ._btnWrap .c-btn {
    width: 80%;
  }
}
.p-secApartment ._btnWrap .c-btn.-btn1::before {
  top: 25px;
}
.p-secApartment ._btnWrap .c-btn.-btn1::after {
  top: 31px;
}
.p-secApartment ._wrapTables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-secApartment ._wrapTables ._tableWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild {
  width: 100%;
  margin-top: 20px;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._tableTitle {
  margin-top: 30px;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table {
  width: 90%;
  margin-top: 20px;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table.-type1 {
  border-color: #40ae49;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table.-type2 {
  border-color: #ea5405;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table.-type3 {
  width: 48%;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr {
  border-collapse: collapse;
  border: 0.5px solid;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr {
    border-collapse: collapse;
    border: 1px solid;
    border-left: none;
    border-right: none;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr p {
  text-align: center;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr.-type1 {
  border-color: #40ae49;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr.-type2 {
  border-color: #ea5405;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr.-type3 {
  background-color: #fffaf3;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr.-type4 {
  background-color: #f2f9f2;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr.-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th p {
    font-size: 1.1rem;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th p.-fontNormal {
  font-weight: unset;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th.-type1 {
  background-color: #f2f9f2;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th.-type2 {
  background-color: #fffaf3;
  border-color: #ea5405;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th.-type3 {
  border-left: 0.5px solid;
  border-right: 0.5px solid;
  border-color: #ea5405;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th.-type3 {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #ea5405;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th.-type4 {
  border-left: 0.5px solid;
  border-right: 0.5px solid;
  border-color: #40ae49;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th.-type4 {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #40ae49;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th ._text1 {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th ._text1 {
    font-size: 1.1rem;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th ._text2 {
  font-size: 10px;
  font-weight: 600;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr th ._text3 {
  font-weight: unset;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td {
  padding: 10px;
  border-collapse: collapse;
  border-left: 0.5px solid;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td {
    border-left: 1px solid;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td p {
  font-size: 1.4rem;
  margin-top: unset;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td p {
    font-size: 1.1rem;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td.-type1 {
  border-color: #40ae49;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td.-type2 {
  border-color: #ea5405;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td.-borderNone {
  border-left: none;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td ._text1 {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td ._text1 {
    font-size: 1.1rem;
  }
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td ._text2 {
  font-size: 10px;
  font-weight: 600;
}
.p-secApartment ._wrapTables ._tableWrap ._tableWrapChild ._table tr td ._text3 {
  font-weight: unset;
}
.p-secRentalService_cnt1 ._text1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secRentalService_cnt1 ._text1 {
    font-size: 1.3rem;
  }
}
.p-secRentalService_cnt1 ._text2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-secRentalService_cnt1 ._text2 {
    font-size: 1.3rem;
  }
}
.p-secRentalService ._cnt1 {
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
}
.p-secRentalService ._cnt1 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3%;
}
.p-secRentalService ._cnt1 ul li {
  width: 30%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secRentalService ._cnt1 ul li {
    width: 47%;
  }
}
.p-secRentalService ._cnt1 ul li > figure > img {
  width: 100%;
}
.p-secRentalService ._cnt1 ul li > figure > figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-secRentalService ._cnt1 ul li > figure > figcaption {
    font-size: 1.2rem;
  }
}
.p-secTransferAbroad ._text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._text {
    font-size: 1.3rem;
  }
}
.p-secTransferAbroad ._cnt1 {
  padding-bottom: 50px;
}
.p-secTransferAbroad ._cnt1 ._wrapper ._textBox ._text2 {
  margin-top: unset;
}
.p-secTransferAbroad ._cnt1 ._wrapper ._imgBox {
  text-align: center;
  margin-top: 30px;
}
.p-secTransferAbroad ._cnt1 ._wrapper ._imgBox img {
  width: 80%;
}
.p-secTransferAbroad ._cnt1 ._wrapper ._text {
  text-align: center;
}
.p-secTransferAbroad ._btnWrap {
  text-align: center;
  margin-top: -25px;
}
.p-secTransferAbroad ._cnt2 {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 15%;
  }
}
.p-secTransferAbroad ._cnt2 ._textBox {
  position: relative;
  width: 30%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 ._textBox {
    width: 100%;
    margin: 10px auto;
  }
}
.p-secTransferAbroad ._cnt2 ._textBox ._text1 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 ._textBox ._text1 {
    font-size: 1.8rem;
  }
}
.p-secTransferAbroad ._cnt2 ._textBox ._text2 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 ._textBox ._text2 {
    font-size: 1.3rem;
  }
}
.p-secTransferAbroad ._cnt2 ._textBox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 ._textBox::after {
    width: 50%;
    margin-top: 10px;
  }
}
.p-secTransferAbroad ._cnt2 ._imgBox {
  width: 50%;
  margin-top: -10%;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 ._imgBox {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-secTransferAbroad ._cnt2 ._imgBox img {
  width: 80%;
  max-width: 500px;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .p-secTransferAbroad ._cnt2 ._imgBox img {
    width: 100%;
    min-width: unset;
  }
}
.p-secMerit {
  margin-top: 60px;
}
.p-secMerit ._cnt1 {
  position: relative;
  padding: 50px;
  border: 1px solid #ea5405;
  border-radius: 5px;
  width: 65%;
  margin: 0 auto;
  margin-left: 15%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
  }
}
.p-secMerit ._cnt1 ._personImg {
  position: absolute;
  top: 50px;
  left: -80px;
  display: inline-block;
  width: 100px;
  height: 112px;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._personImg {
    left: unset;
    right: 5%;
    -webkit-transform: rotateY(180deg) translateY(-20%);
    transform: rotateY(180deg) translateY(-20%);
    width: 50px;
  }
}
.p-secMerit ._cnt1 ._personImg > img {
  width: 100%;
}
.p-secMerit ._cnt1 ._tableTitle {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._tableTitle {
    font-size: 1.3rem;
  }
}
.p-secMerit ._cnt1 ._meritWrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table {
    width: 100%;
    margin-top: 20px;
  }
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr {
  border-collapse: collapse;
  border: 0.5px solid;
  border-left: none;
  border-right: none;
  border-color: #40ae49;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr.-type1 {
    border-top: 1px solid #40ae49;
    border-bottom: 1px solid #40ae49;
  }
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr th {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f9f2;
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr th p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: unset;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr th p {
    font-size: 1.2rem;
  }
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr td {
  padding: 10px;
  border-collapse: collapse;
  border-bottom: 0.5px solid;
  border-color: #40ae49;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr td {
    border-collapse: collapse;
    border-color: #40ae49;
    border: none;
  }
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr td p {
  font-size: 1.4rem;
  margin-top: unset;
  font-weight: unset;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr td p {
    font-size: 1.2rem;
  }
}
.p-secMerit ._cnt1 ._meritWrap ._tableWrapChild ._table tr td.-borderNone {
  border-left: none;
}
.p-secMerit ._btnWrap {
  text-align: center;
  margin-top: 30px;
}
.p-secMerit ._area {
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area {
    width: 90%;
    margin-left: 5%;
  }
}
.p-secMerit ._area ._wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secMerit ._area ._wrapper ._areaImg {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper ._areaImg {
    width: 100%;
  }
}
.p-secMerit ._area ._wrapper ._areaImg img {
  width: 100%;
  margin-top: 20px;
}
.p-secMerit ._area ._wrapper ._areaTable {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper ._areaTable {
    width: 100%;
    margin-top: 15%;
  }
}
.p-secMerit ._area ._wrapper ._areaTable ._table {
  width: 100%;
}
.p-secMerit ._area ._wrapper ._areaTable ._table tr {
  border: 0.5px solid #40ae49;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper ._areaTable ._table tr {
    border: 1px solid #40ae49;
    border-left: none;
    border-right: none;
  }
}
.p-secMerit ._area ._wrapper ._areaTable ._table tr.-green {
  background-color: #f2f9f2;
}
.p-secMerit ._area ._wrapper ._areaTable ._table tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper ._areaTable ._table tr th {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.p-secMerit ._area ._wrapper ._areaTable ._table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper ._areaTable ._table tr td {
    font-size: 1.2rem;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-secMerit ._area ._wrapper ._areaTable ._table tr:not(:last-child) {
    border-bottom: none;
  }
}
.p-secExample ._wrapper .slideArea {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-secExample ._wrapper .slideArea li {
  width: 15%;
  overflow: hidden;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-secExample ._wrapper .slideArea li {
    width: 45%;
  }
}
.p-secExample ._wrapper .slideArea li a {
  text-decoration: none;
}
.p-secExample ._wrapper .slideArea li a figure {
  text-align: -webkit-center;
}
.p-secExample ._wrapper .slideArea li a figure img {
  width: 90%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.p-secExample ._wrapper .slideArea li a figure figcaption {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-secExample ._wrapper .slideArea li a figure figcaption {
    font-size: 1.1rem;
  }
}
.p-secExample ._wrapper .slideArea li:hover img {
  opacity: 0.7;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.p-secExample ._wrapper .slideAreaThumb {
  width: 80%;
  /*display: flex;*/
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 60px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secExample ._wrapper .slideAreaThumb {
    display: none;
  }
}
.p-secExample ._wrapper .slideAreaThumb li a {
  text-decoration: none;
}
.p-secExample ._wrapper .slideAreaThumb li a figure {
  text-align: -webkit-center;
}
.p-secExample ._wrapper .slideAreaThumb li a figure img {
  width: 90%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  text-align: center;
}
.p-secExample ._wrapper .slideAreaThumb li a figure figcaption {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #000;
  margin-top: 10px;
}
.p-secExample ._wrapper .slideAreaThumb li:hover img {
  opacity: 0.7;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.p-secFlow ._steps ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-secFlow ._steps ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secFlow ._steps ul li {
  width: 15.5%;
}
@media screen and (max-width: 768px) {
  .p-secFlow ._steps ul li {
    width: 100%;
  }
}
.p-secFlow ._steps ul li ._stepNum {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.p-secFlow ._steps ul li ._stepNum span {
  color: #40ae49;
  font-weight: 600;
}
.p-secFlow ._steps ul li ._cnt {
  border: 1px solid #000;
  text-align: center;
  margin-top: 10px;
}
.p-secFlow ._steps ul li ._cnt ._text {
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: unset;
  padding: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-secFlow ._steps ul li ._cnt ._text {
    font-size: 1.3rem;
  }
}
.p-secFlow ._steps ul li ._cnt::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 4px;
  border-bottom: 2.8px solid #40ae49;
  border-right: 2.8px solid #40ae49;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: -15px;
  margin-left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .p-secFlow ._steps ul li ._cnt::after {
    width: 0px;
    height: 0px;
    border-top: 10px solid #40ae49;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #40ae49;
    border-left: 10px solid transparent;
    /*transform: skew(0deg);*/
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, 50%) rotate(135deg);
  }
}
.p-secFlow ._steps ul li ._cnt.-noBefore::after {
  display: none;
}
.p-secFlow ._cnt1 {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secFlow ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secFlow ._cnt1 div {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-secFlow ._cnt1 div {
    width: 100%;
    margin-top: 20px;
  }
}
.p-secFlow ._cnt1 div figure {
  margin-top: 20px;
}
.p-secFlow ._cnt1 div figure img {
  width: 100%;
}
.p-secFlow ._cnt1 div figure figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
}
.p-secFlow ._btnWrap {
  text-align: center;
  margin-top: 60px;
}
.p-secAfterReturning ._text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._text {
    font-size: 1.3rem;
  }
}
.p-secAfterReturning ._text1 {
  margin-left: 10%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._text1 {
    font-size: 1.3rem;
    width: 80%;
    margin-left: 8%;
  }
}
.p-secAfterReturning ._cnt1 {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 {
    width: 85%;
  }
}
.p-secAfterReturning ._cnt1 > h3 {
  color: #000;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 > h3 {
    font-size: 1.6rem;
  }
}
.p-secAfterReturning ._cnt1 > h3 > span {
  font-size: 2.1rem;
  font-weight: 600;
  color: #ea5405;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 > h3 > span {
    font-size: 1.6rem;
  }
}
.p-secAfterReturning ._cnt1 ._cnt {
  position: relative;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 ._cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
}
.p-secAfterReturning ._cnt1 ._cnt ._textArea {
  background-color: #f9f9f4;
  padding: 30px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 ._cnt ._textArea {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
  }
}
.p-secAfterReturning ._cnt1 ._cnt ._textArea > h4 {
  color: #40ae49;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 ._cnt ._textArea > h4 {
    margin-top: 0;
  }
}
.p-secAfterReturning ._cnt1 ._cnt ._textArea > p {
  line-height: 2;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 ._cnt ._textArea > p {
    font-size: 1.2rem;
  }
}
.p-secAfterReturning ._cnt1 ._cnt ._img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._cnt1 ._cnt ._img {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.p-secAfterReturning ._cnt1 ._cnt ._img > img {
  width: 100%;
}
.p-secAfterReturning ._btn {
  margin-top: 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-secAfterReturning ._btn {
    margin: 0 auto;
    margin-top: 5%;
  }
}
.p-secPickUpComeback {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (max-width: 426px) {
  .p-secPickUpComeback {
    width: 85%;
  }
}
.p-secPickUpComeback_wrap {
  position: relative;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  width: 80%;
  border: 1px solid #ea5405;
  border-radius: 5px;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap {
    width: 100%;
    -webkit-transform: translateX(-2%);
    transform: translateX(-2%);
    margin: 0 auto;
    padding: 10px 10px;
  }
}
.p-secPickUpComeback_wrap ._personImg {
  position: absolute;
  top: 5%;
  left: -8%;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._personImg {
    display: none;
  }
}
.p-secPickUpComeback_wrap ._personImg > img {
  width: 40%;
}
.p-secPickUpComeback_wrap ._cnt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secPickUpComeback_wrap ._cnt1 > h2 {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt1 > h2 {
    font-size: 2.1rem;
  }
}
.p-secPickUpComeback_wrap ._cnt1 > h2 > span {
  padding-left: 5px;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #ea5405;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt1 > h2 > span {
    font-size: 2.1rem;
  }
}
.p-secPickUpComeback_wrap ._cnt1 ._text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 4px 10px 5px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 7px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt1 ._text {
    font-size: 1.1rem;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-secPickUpComeback_wrap ._cnt2 {
  margin-top: 5%;
}
.p-secPickUpComeback_wrap ._cnt2 > h3 {
  color: #ea5405;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 > h3 {
    font-size: 1.4rem;
  }
}
.p-secPickUpComeback_wrap ._cnt2 > h3 > span {
  font-size: 1.3rem;
  padding-left: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 > h3 > span {
    font-size: 1.1rem;
  }
}
.p-secPickUpComeback_wrap ._cnt2 > p {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 > p {
    font-size: 1.2rem;
  }
}
.p-secPickUpComeback_wrap ._cnt2 ._text {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 ._text {
    font-size: 1.3rem;
  }
}
.p-secPickUpComeback_wrap ._cnt2 ._text > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 ._text > br {
    display: block;
  }
}
.p-secPickUpComeback_wrap ._cnt2 ._text > span.-circle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 4px 10px 5px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 7px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 ._text > span.-circle {
    font-size: 1.2rem;
    margin-left: 0;
    padding: 0px 10px 2px 10px;
  }
}
.p-secPickUpComeback_wrap ._cnt2 ._text > span.-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 4px 10px 5px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 7px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt2 ._text > span.-text {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.p-secPickUpComeback_wrap ._cnt3 {
  margin-top: 30px;
}
.p-secPickUpComeback_wrap ._cnt3 > h3 {
  color: #ea5405;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt3 > h3 {
    font-size: 1.4rem;
  }
}
.p-secPickUpComeback_wrap ._cnt3 > h3.-ml {
  margin-left: -10px;
}
.p-secPickUpComeback_wrap ._cnt3 > p {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt3 > p {
    font-size: 1.2rem;
  }
}
.p-secPickUpComeback_wrap ._cnt4 {
  margin-top: 40px;
  border-top: 1px solid #ea5405;
  padding-top: 40px;
}
.p-secPickUpComeback_wrap ._cnt4 > h3 {
  color: #ea5405;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt4 > h3 {
    font-size: 1.4rem;
  }
}
.p-secPickUpComeback_wrap ._cnt4 > p {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt4 > p {
    font-size: 1.2rem;
  }
}
.p-secPickUpComeback_wrap ._btnWrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secPickUpComeback_wrap ._btnWrap ._btn {
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._btnWrap ._btn {
    width: 100%;
    margin-top: 10px;
  }
}
.p-secPickUpComeback_wrap ._btnWrap .c-btn {
  width: 80%;
  border-radius: 50px;
  max-width: 360px;
}
.p-secPickUpComeback_wrap ._btnWrap .c-btn.-btn1::before {
  top: 25px;
}
.p-secPickUpComeback_wrap ._btnWrap .c-btn.-btn1::after {
  top: 31px;
}
.p-secPickUpComeback_wrap ._cnt5 {
  margin-top: 5%;
}
.p-secPickUpComeback_wrap ._cnt5 > table {
  width: 100%;
  margin-top: 15px;
}
.p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr {
  border-collapse: collapse;
  border: 0.5px solid #ea5405;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr {
    border-width: 1px;
  }
}
.p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fffaf3;
  vertical-align: middle;
  border-right: 1px solid #ea5405;
}
.p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr > th > p {
  text-align: center;
  margin-top: unset;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr > th > p {
    font-size: 1.1rem;
  }
}
.p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr > td {
  vertical-align: middle;
}
.p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr > td > p {
  margin-top: unset;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr > td > p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-secPickUpComeback_wrap ._cnt5 > table > tbody > tr:not(:first-child) {
    border-top: none;
  }
}
.p-secPickUpComeback ._bottomText {
  margin-top: 20px;
}
.p-secPickUpComeback ._bottomText > p {
  text-align: center;
}
.p-secPickUpComeback ._btn {
  margin: 0 auto;
  margin-top: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-secQA {
  margin-top: 10%;
}
.p-secQA_cnt1 {
  position: relative;
}
.p-secQA_cnt1 ._text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secQA_cnt1 ._text {
    font-size: 1.3rem;
  }
}
.p-secQA_cnt1 ._personImg {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-secQA_cnt1 ._personImg {
    text-align: right;
  }
}
.p-secQA_cnt1 ._personImg > img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-secQA_cnt1 ._personImg > img {
    width: 30%;
  }
}
.p-secConsultationFlow {
  margin-top: 5%;
}
.p-secConsultationFlow_cnt1 ._text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secConsultationFlow_cnt1 ._text {
    font-size: 1.3rem;
  }
}
.p-secConsultationFlow ._wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
.p-secConsultationFlow ._wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 855px) {
  .p-secConsultationFlow ._wrap > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secConsultationFlow ._wrap > ul > li {
  position: relative;
  width: 23%;
}
@media screen and (max-width: 855px) {
  .p-secConsultationFlow ._wrap > ul > li {
    width: 100%;
    margin-top: 30px;
  }
}
.p-secConsultationFlow ._wrap > ul > li:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #40ae49;
  border-left: solid 10px #40ae49;
  top: 50%;
  right: -25px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 855px) {
  .p-secConsultationFlow ._wrap > ul > li:not(:last-child)::before {
    top: unset;
    bottom: 0;
    right: 50%;
    -webkit-transform: rotate(-45deg) translateY(140%);
    transform: rotate(-45deg) translateY(140%);
  }
}
.p-secConsultationFlow ._wrap > ul > li > h3 {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-secConsultationFlow ._wrap > ul > li > h3 {
    font-size: 1.8rem;
  }
}
.p-secConsultationFlow ._wrap > ul > li > h3 > span {
  padding-left: 5px;
  letter-spacing: 2px;
  font-family: "Roboto Condensed", sans-serif;
  color: #40ae49;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secConsultationFlow ._wrap > ul > li > h3 > span {
    font-size: 1.8rem;
  }
}
.p-secConsultationFlow ._wrap > ul > li ._cnt {
  border: 1px solid #000;
  margin-top: 30px;
  padding: 20px;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .p-secConsultationFlow ._wrap > ul > li ._cnt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px;
  }
}
.p-secConsultationFlow ._wrap > ul > li ._cnt > p {
  line-height: unset;
}
.p-secAccessMap {
  padding-bottom: 10%;
}
.p-secAccessMap ._mapWrap {
  width: 80%;
  margin: 0 auto;
}
.p-secAccessMap ._mapWrap ._mapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map {
  width: 45%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map {
    width: 100%;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map ._title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 15px 0px;
  background-color: #f2f9f2;
  border-top: 1px solid #40ae49;
  border-bottom: 1px solid #40ae49;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._title {
    font-size: 1.3rem;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map ._title > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #40ae49;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._title > span {
    font-size: 1.3rem;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map ._address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._address {
    font-size: 1.2rem;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map ._address ._btn > a {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._address ._btn > a::before {
    top: 2px;
    left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._address ._btn > a::after {
    top: 8px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._address ._btn > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map ._address ._btn > a > span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-secAccessMap ._mapWrap ._mapList ._map ._address ._btn > a > span {
    font-size: 1.1rem;
  }
}
.p-secAccessMap ._mapWrap ._mapList ._map ._img {
  margin-top: 20px;
}
.p-secAccessMap ._mapWrap ._mapList ._map ._img > img {
  width: 100%;
}
.p-secAccessMap ._btnWrapMonthly {
  margin-top: 5%;
}
.p-secKvLogin_loginBg {
  position: relative;
  z-index: -1;
}
.p-secKvLogin_loginBg > picture > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-secKvLogin_wrapper {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-secKvLogin_wrapper {
    width: 90%;
    top: 10%;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-secKvLogin_wrapper ._cnt {
    width: 90%;
    margin: 0 auto;
  }
}
.p-secKvLogin_wrapper ._cnt ._title {
  width: 100%;
  text-align: center;
}
.p-secKvLogin_wrapper ._cnt ._title > img {
  width: 82%;
}
.p-secKvLogin_wrapper ._cnt ._title ._titleText {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secKvLogin_wrapper ._cnt ._title ._titleText {
    font-size: 1.8rem;
  }
}
.p-secKvLogin_wrapper ._cnt .border {
  display: block;
  border-top: 1px solid #ea5405;
  width: 100%;
  margin-top: 30px;
  padding: 10px 0px;
}
.p-secKvLogin_wrapper ._cnt .errorMessage {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
  color: #E60014;
  display: block;
  margin-bottom: 10px;
}
.p-secKvLogin_wrapper ._cnt .text {
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-secKvLogin_wrapper ._cnt .text {
    font-size: 1.1rem;
  }
}
.p-secKvLogin_wrapper ._formWrapper {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secKvLogin_wrapper ._formWrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.p-secKvLogin_wrapper ._formWrapper > form {
  text-align: center;
}
.p-secKvLogin_wrapper ._formWrapper > form ._text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-secKvLogin_wrapper ._formWrapper > form ._text {
    font-size: 1.1rem;
  }
}
.p-secKvLogin_wrapper ._formWrapper > form > input.textInputArea {
  width: 100%;
  line-height: 3;
  font-size: 1.4rem;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0px 10px;
}
.p-secKvLogin_wrapper ._formWrapper > form > button.submitButton {
  position: relative;
  background-color: #ea5405;
  border-radius: 25px;
  padding: 10px 50px 10px 65px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
  margin-top: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secKvLogin_wrapper ._formWrapper > form > button.submitButton:hover {
  background-color: #fff;
  border: 2px solid #ea5405;
}
.p-secKvLogin_wrapper ._formWrapper > form > button.submitButton:hover > span {
  color: #ea5405;
}
.p-secKvLogin_wrapper ._formWrapper > form > button.submitButton > span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secKvLogin_wrapper ._formWrapper > form > button.submitButton::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  width: 14px;
  height: 14px;
  border: 2px solid #ea5405;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-secKvLogin_wrapper ._formWrapper > form > button.submitButton::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 22px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #ea5405;
  border-right: 2px solid #ea5405;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.tmcslider {
  max-width: 100%;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.bg-nisshin {
  color: #fff;
  background: #3a72c1 !important;
  border-color: #3a72c1 !important;
}
.c-btn.-btn1.bg-nisshin::before {
  border-color: #3a72c1;
}
.c-btn.-btn1.bg-nisshin::after {
  border-top-color: #3a72c1;
  border-right-color: #3a72c1;
}
.c-btn:hover.-btn1.bg-nisshin {
  color: #3a72c1 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff !important;
}
.bg-factory {
  color: #fff;
  background: #c10000 !important;
  border-color: #c10000 !important;
}
.c-btn.-btn1.bg-factory::before {
  border-color: #c10000;
}
.c-btn.-btn1.bg-factory::after {
  border-top-color: #c10000;
  border-right-color: #c10000;
}
.c-btn:hover.-btn1.bg-factory {
  color: #c10000 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff !important;
}
.bg-genchi-tochi {
  color: #fff;
  background: #00b056 !important;
  border-color: #00b056 !important;
}
.c-btn.-btn1.bg-genchi-tochi::before {
  border-color: #00b056;
}
.c-btn.-btn1.bg-genchi-tochi::after {
  border-top-color: #00b056;
  border-right-color: #00b056;
}
.c-btn:hover.-btn1.bg-genchi-tochi {
  color: #00b056 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff !important;
}
/*# sourceMappingURL=style.css.map */
/* NP21追加 */
.dl-horizontal {
  margin: 0;
  padding: 15px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
}
.dl-horizontal dt {
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  white-space: nowrap;
}
.dl-horizontal dt:before {
  content: "■ ";
  color: #40ae49;
}
.dl-horizontal dd {
  margin: 0;
  padding: 0 0 10px 0;
}
.dl-horizontal dt {
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  width: 130px;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
}
.dl-horizontal dd {
  margin: 0 0 0 140px;
  padding: 0 0 10px 0;
}
@media (max-width: 768px) {
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
.label {
  display: inline;
  margin-left: 0.5rem;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.label-success {
  background-color: #758040;
}
.label-info {
  background-color: #808080;
}
.label-info.red {
  background-color: #df4b4b;
}
/*NP21追加 22/12/20*/
.seminarbox {
  max-width: 960px;
  margin: 0 auto 30px;
  display: flex;
  text-align: left;
  background: #f9f9f4;
}
.seminar__winter {
  max-width: 960px;
  margin: 0 auto;
  background: #40ae49;
  color: #fff;
}
.seminar__winter p {
  padding: 20px;
  font-size: 3rem;
}
.seminar__outline {
  width: 55%;
  padding: 20px;
}
.seminar__title {
  padding: 0px 0px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ea5405;
}
.seminar__img {
  width: 45%;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.p-tableWrap .p-tableWrapChild {
  display: block;
}
.p-secSeminarTheme ._btnWrapMonthly {
  margin-top: 10%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .seminarbox {
    display: block;
  }
  .seminar__winter p {
    font-size: 1.8rem;
  }
  .seminar__outline {
    width: 100%;
    padding: 20px 0px;
  }
  .seminar__title {
    padding: 0px 20px 20px;
  }
  .seminar__headline {
    padding: 0 20px;
  }
  .seminar__text {
    padding: 0 20px;
  }
  .seminar__img {
    width: 100%;
  }
}
/*NP21追加 23/2/17*/
.lifePlan {
  width: 80%;
  margin: 10% auto 40px;
}
.lifePlan__row {
  display: flex;
  padding: 40px;
}
.lifePlan__lead {
  margin: 0;
  padding: 0;
}
.lifePlan__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 3.2rem;
}
.lifePlan__lead span {
  color: #40ae49;
  font-weight: 600;
}
.lifePlan___subtitle {
  font-size: 1.6rem;
  font-weight: 600;
}
.lifePlan___text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 500;
}
.lifePlan___figure {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
.lifePlanCash {
  background: #f9f9f4;
  margin: 0 0 40px 0;
  padding: 40px 20px;
}
.lifePlanCash__inner {
  width: 80%;
  margin: 0 auto;
}
.lifePlanCash__title, .lifePlanTax__title, .lifePlanRisk__title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  text-align: center;
}
.lifePlanCash__heading, .lifePlanTax__heading, .lifePlanRisk__heading {
  font-weight: 600;
  padding: 0 5px 0 0;
}
.lifePlanCash__balloon, .lifePlanTax__balloon, .lifePlanRisk__balloon {
  margin: 0;
  padding: 0;
}
.lifePlanCash__row, .lifePlanTax__row, .lifePlanRisk__row {
  display: flex;
  align-items: center;
}
.lifePlanCash__text {
  width: 70%;
}
.lifePlanCash__text p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
}
.lifePlanCash__figure {
  width: 30%;
  padding: 0 0 0 30px;
}
.lifePlanCash__figure img {
  width: 100%;
  height: auto;
}
.lifePlanTax {
  background: #fff;
  margin: 0 0 40px 0;
  padding: 40px 20px;
}
.lifePlanTax__inner {
  width: 80%;
  margin: 0 auto;
}
.lifePlanTax__text {
  width: 70%;
}
.lifePlanTax__define {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.lifePlanTax__term {
  margin: 0;
  padding: 0;
  color: #ea5405;
  font-size: 1.75rem;
  font-weight: bold;
}
.lifePlanTax__description {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.7;
}
.lifePlanTax__text p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
}
.lifePlanTax__figure {
  width: 30%;
  padding: 0 0 0 30px;
}
.lifePlanTax__figure img {
  width: 100%;
  height: auto;
}
.lifePlanRisk {
  background: #f9f9f4;
  margin: 0 0 40px 0;
  padding: 40px 20px;
}
.lifePlanRisk__inner {
  width: 80%;
  margin: 0 auto;
}
.lifePlanRisk__text {
  width: 70%;
}
.lifePlanRisk__text p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
}
.lifePlanRisk__figure {
  width: 30%;
  padding: 0 0 0 30px;
}
.lifePlanRisk__figure img {
  width: 100%;
  height: auto;
}
.lifePlanSimulation {
  padding: 40px;
  background: #fffaf3;
}
.lifePlanSimulation {
  width: 80%;
  margin: 0 auto;
}
.lifePlanSimulation__detail {
  margin: 0 0 40px 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.lifePlanSimulation__list {
  width: 100%;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
}
.lifePlanSimulation__items {
  display: grid;
  place-items: center;
  width: 20%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ea5405;
  color: #ea5405;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.lifePlanSimulation__row {
  display: flex;
  align-items: center;
  margin: 0 0 60px 0;
  padding: 30px 50px;
  background: #fff;
}
.lifePlanSimulation__title {
  color: #ea5405;
}
.lifePlanSimulation__figure {
  flex-grow: 1;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: center;
}
.lifePlanReserve {
  margin: 0;
  padding: 0;
}
.lifePlanReserve__title {
  margin: 0 0 40px 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
}
.lifePlanReserve__row {
  display: flex;
  margin: 0 0 30px 0;
}
.lifePlanReserve__figure {
  width: 50%;
  margin: 0;
  padding: 0 15px 0 0;
}
.lifePlanReserve__figure img {
  width: 100%;
  height: auto;
}
.lifePlanReserve__list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  margin: 0;
  padding: 0;
}
.lifePlanReserve__item {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 500;
}
.lifePlanReserve__button {
  text-align: left;
}
.lifePlanReserve__buttonGroup {
  display: flex;
  justify-content: space-around;
}
.benefitHouseBox {
  box-sizing: border-box;
  width: 80%;
  margin: 40px auto;
  padding: 30px;
  background: #f9f9f4;
  border-radius: 5px;
}
.benefitHouseBox__heading {
  margin: 0 0 15px 0;
}
.benefitGetBox {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 30px;
  padding: 25px;
  border: 1px solid #ea5405;
  border-radius: 5px;
}
.benefitGetBox__heading {
  margin: 0 0 15px 0;
}
.benefitGetBox__row {
  display: flex;
}
.benefitGetBox__col {
  width: calc(100% / 3);
  padding: 0 30px 0 0;
}
.benefitGetBox__col:last-child {
  padding: 0;
}
.benefitGetBox__title {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eacab9;
  color: #ea5405;
  font-size: 2rem;
}
.benefitGetBox__text {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.7;
}
.benefitGetBox__define {
  font-family: "Noto Sans JP", sans-serif;
}
.benefitGetBox__term {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.benefitGetBox__description {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 15px 0 0;
  font-size: 1.3rem;
}
.tel-number {
  font-size: 1.8rem;
  font-weight: bold;
}
.benefitGetBox__notes {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
  font-size: 1.2rem;
}
.benefitGetBox__link {
  margin: 0 0 10px 0;
  padding: 5px 0;
  font-size: 1.2rem;
}
.benefitGetBox__attention {
  margin: 0;
  color: #333;
  font-size: 1rem;
}
.benefitGetBox__list {
  list-style: disc;
  margin: 0 0 10px 0;
  padding: 0 0 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
.benefitGetBox__figure {
  margin: 40px auto 0;
  padding: 0;
  max-width: 350px;
}
.benefitGetBox__list li {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.benefitContactBox {
  box-sizing: border-box;
  width: 80%;
  margin: 40px auto;
  padding: 30px;
  background: #fffaf3;
  border-radius: 5px;
}
.benefitContactBox__heading {
  margin: 0 0 15px 0;
}
.benefitContactBox__define {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}
.benefitContactBox__term {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-weight: bold;
}
.benefitContactBox__term::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: -22px;
  border-radius: 25px;
  background-color: #40ae49;
}
.benefitContactBox__description {
  display: inline-block;
  margin: 0 20px 0 0;
}
.benefitContactBox__mail {
  display: inline-block;
  margin: 0;
  word-break: break-all;
}
.d-xs-block {
  display: none;
}
.btn-channel {
  display: inline-block;
  padding: 15px 40px;
  background: #ea5405;
  border-radius: 36px;
  border: 2px solid #ea5405;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  text-decoration: none;
}
.btn-channel:hover {
  background: #fff;
  color: #ea5405;
}
.step-section {
  width: 80%;
  margin: 10% auto;
}
.step-section__title {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}
.step-row {
  display: flex;
}
.step-row h2 {
  margin-bottom: 15px;
}
.step1-box {
  width: 22%;
  padding: 15px 20px;
  border: 1px solid #000;
}
.step2-box {
  width: 50%;
  padding: 15px 20px;
  border: 1px solid #000;
}
.step3-box {
  width: 22%;
  padding: 15px 20px;
  border: 1px solid #000;
}
.step-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3%;
}
.step-arrow span {
  display: inline-block;
  color: #40ae49;
  transform: rotateZ(-90deg);
  font-size: 2rem;
}
.step-frame__title {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.7;
}
.step1-box__text {
  margin: 0 0 15px 0;
  padding: 0;
}
.step1-box__link {
  margin: 0 0 10px 0;
  padding: 0;
}
.btn-channel.is-mini {
  display: block;
  padding: 5px 10px;
  background: #ea5405;
  border-radius: 36px;
  border: 2px solid #ea5405;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.btn-channel.is-mini:hover {
  background: #fff;
  color: #ea5405;
}
.step2-box__row {
  display: flex;
}
.step2-box__explain {
  width: 50%;
  padding: 0 10px 0 0;
}
.step2-box__text {
  margin: 0;
  padding: 0;
}
.step2-box__image {
  width: 25%;
  padding: 0 5px;
}
.step2-box__image img, .step3-box__image img {
  border: 1px solid #999;
}
.step3-box__text {
  margin: 0 0 15px 0;
}
/*240604追加NP21*/
.np21-reform__row {
  display: flex;
  justify-content: space-between;
}
.np21-reform__col {
  width: 48%;
}
.np21-reform__col img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .benefitHouseBox {
    width: 90%;
  }
  .benefitGetBox {
    width: 90%;
    padding: 20px;
  }
  .benefitGetBox__row {
    display: block;
  }
  .benefitGetBox__col {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .benefitContactBox {
    width: 90%;
    padding: 15px;
  }
  .step-section {
    margin: 60px auto;
  }
  .step-row {
    display: block;
  }
  .step1-box, .step2-box, .step3-box, .step-arrow {
    width: auto;
  }
  .step-arrow span {
    padding: 10px;
    transform: rotateZ(0deg);
    text-align: center;
  }
  .step2-box__row {
    flex-wrap: wrap;
  }
  .step2-box__explain {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .step2-box__image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .lifePlan {
    width: 100%;
    margin: 10% auto 0;
  }
  .lifePlan__row {
    display: block;
    padding: 30px;
  }
  .lifePlan__lead {
    margin: 0 0 15px 0;
  }
  .lifePlan__title {
    font-size: 2.1rem;
  }
  .lifePlan___subtitle {
    font-size: 1.3rem;
  }
  .lifePlan___text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 500;
  }
  .lifePlan___figure {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .lifePlanCash {
    padding: 40px 30px;
  }
  .lifePlanCash__inner {
    width: 100%;
  }
  .lifePlanCash__title, .lifePlanTax__title, .lifePlanRisk__title {
    display: block;
    font-size: 2.1rem;
    line-height: 2.5rem;
    text-align: left;
  }
  .lifePlanCash__heading, .lifePlanTax__heading, .lifePlanRisk__heading {
    display: block;
    padding: 0;
  }
  .lifePlanCash__balloon, .lifePlanTax__balloon, .lifePlanRisk__balloon {
    display: block;
    margin: 0 0 0 auto;
    padding: 0 0 10px 0;
  }
  .lifePlanCash__row, .lifePlanTax__row, .lifePlanRisk__row {
    display: block;
    align-items: baseline;
  }
  .lifePlanCash__text {
    width: 100%;
  }
  .lifePlanCash__text p {
    padding: 0;
    font-size: 1.2rem;
  }
  .lifePlanCash__figure {
    width: 100%;
    padding: 0;
  }
  .lifePlanTax {
    padding: 40px 30px;
  }
  .lifePlanTax__inner {
    width: 100%;
  }
  .lifePlanTax__text {
    width: 100%;
  }
  .lifePlanTax__description {
    font-size: 1.3rem;
  }
  .lifePlanTax__text p {
    padding: 0;
    font-size: 1.2rem;
  }
  .lifePlanTax__figure {
    width: 100%;
    padding: 0;
  }
  .lifePlanRisk {
    padding: 40px 30px;
  }
  .lifePlanRisk__inner {
    width: 100%;
  }
  .lifePlanRisk__text {
    width: 100%;
  }
  .lifePlanRisk__text p {
    padding: 0;
    font-size: 1.2rem;
  }
  .lifePlanRisk__figure {
    width: 100%;
    padding: 0;
  }
  .lifePlanSimulation__list {
    display: block;
  }
  .lifePlanSimulation__items {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
  }
  .lifePlanSimulation__row {
    display: block;
    align-items: baseline;
    padding: 30px 15px;
  }
  .lifePlanSimulation__about {
    margin: 0 0 15px 0;
  }
  .lifePlanSimulation__figure {
    padding: 0;
  }
  .lifePlanReserve__title {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
  }
  .lifePlanReserve__row {
    display: block;
  }
  .lifePlanReserve__figure {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .lifePlanReserve__list {
    display: block;
    width: 100%;
  }
  .lifePlanReserve__item {
    margin: 0 0 20px 0;
  }
  .lifePlanReserve__button {
    text-align: center;
  }
  .lifePlanReserve__buttonGroup {
    display: block;
    text-align: center;
  }
  .lifePlanReserve__buttonGroup ._btn {
    margin: 0 auto 15px;
  }
  .benefitContactBox__description, .benefitContactBox__mail {
    margin: 0 20px 5px 0;
  }
  /*240604追加NP21*/
  .np21-reform__row {
    display: block;
  }
  .np21-reform__col {
    width: 100%;
  }
  .np21-reform__col img:first-child {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .d-xs-block {
    display: inline;
  }
  .btn-channel {
    padding: 15px 20px;
    border-radius: 26px;
    font-size: 1.4rem;
  }
}
/*241025追加NP21*/
.bnr-venue-inner__np21 {
  max-width: 1200px;
  margin: 40px auto 0;
  /*background: red;*/
}
.bnr-venue-list__np21 {
  display: flex;
  flex-wrap: wrap;
  /*gap: 30px;*/
  justify-content: space-around;
  margin-bottom: 30px;
}
.bnr-venue-item__np21 {
  width: calc(50% - 15px);
  transition: 0.3s all;
  margin-bottom: 20px;
}
.bnr-venue-item__np21:hover {
  opacity: 0.7;
}
.bnr-venue-item__np21 img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .bnr-venue-inner__np21 {
    width: 90%;
    margin-top: 20px;
  }
  .bnr-venue-list__np21 {
    display: block;
    margin: 0;
  }
  .bnr-venue-item__np21 {
    width: calc(100%);
    margin-bottom: 20px;
  }
}
/*追加NP21*/
.bnr-theme-inner__np21 {
  max-width: 1300px;
  margin: 20px auto 0;
}
.bnr-theme-list__np21 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr-theme-item__np21 {
  width: calc(33.333% - 20px);
  margin-bottom: 40px;
  transition: 0.3s all; 
}
.bnr-theme-new-icon {
  background: red;
  padding: 4px 7px;
  color: #ffe619;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  top: -21px;
  left: -6px;
  z-index: 100;
}
.bnr-theme-item-link__np21 {
  display: block;
  transition: 0.3s all;
  text-decoration: none!important;
}
.bnr-theme-item-link__np21:hover {
  opacity: 0.7;
}
.bnr-theme-item__np21 img {
  width: 100%;
}
.bnr-theme-text-inner__np21 {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}
.bnr-theme-text-inner__np21 img {
  width: 13%;
}
.bnr-theme-text__np21 {
  margin-left: 20px;
}
.bnr-theme-text-list__np21 {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500!important;
  line-height: 1.8;
  letter-spacing: 1px;
  color: black!important;
}
.bnr-theme-text-list__np21-plural {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500!important;
  line-height: 1.8;
  letter-spacing: 1px;
  color: black!important;
}
.bnr-theme-text-list__np21-span {
  display: inline-block;
}
.bnr-theme-text-list__np21-span.is-time {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .bnr-theme-inner__np21 {
    width: 90%;
  }
  .bnr-theme-list__np21 {
    display: block;
    margin: 0;
  }
  .bnr-theme-item__np21 {
    width: calc(100%);
    margin-bottom: 30px;
  }
}
/*追加NP21*/
.hidden {
  display: none;
}
/*241101追加NP21*/
.webseminar-text-item__np21 {
  margin: 0 0 30px 0;
}
/*241111追加NP21*/
.contact-table {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5px 0;
  width: fit-content;
  margin: 10px auto 0;
  padding: 0;
}
.contact-table dt,.contact-table dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.contact-table dt {
  text-align: right;
  white-space: nowrap;
}
/*.contact-table {
  margin: 10px auto 0;
  padding: 0;
}
.contact-table th, .contact-table td {
  margin: 0;
  padding: 0 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 24px;
}
.contact-table th {
  text-align: right;
  white-space: nowrap;
}*/