@charset "UTF-8";
/* 選ばれる理由
------------------------------------------------------------*/
.reason .topimg.pc {
  display: none;
}
.reason .topimg.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .reason .topimg.pc {
    display: block;
  }
  .reason .topimg.sp {
    display: none;
  }
}
.reason .wrapper {
  margin: 0 0 70px;
}
@media screen and (min-width: 768px) {
  .reason .wrapper {
    max-width: 1110px;
    margin: 0 auto 100px;
  }
}
.reason .dspSp {
  display: block;
}
@media screen and (min-width: 768px) {
  .reason .dspSp {
    display: none;
  }
}
.reason .intro {
  max-width: 980px;
  margin: 0 auto;
}
.reason .intro h2 {
  color: #2C5BC5;
  font-size: 30px;
}
.reason .intro h2 span {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .reason .intro h2 {
    font-size: 40px;
  }
  .reason .intro h2 span {
    font-size: 32px;
  }
}
.reason .intro .flexWrap {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reason .intro .flexWrap {
    margin-top: 30px;
  }
}
.reason .intro .flexWrap .txtArea {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .reason .intro .flexWrap .txtArea {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .reason .intro .flexWrap .txtArea p {
    font-size: 18px;
  }
}
.reason .intro .flexWrap .txtArea p.notes {
  font-size: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .reason .intro .flexWrap .txtArea p.notes {
    margin-top: 24px;
  }
}
.reason .intro .flexWrap .imgArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason .intro .flexWrap .imgArea {
    width: 42%;
  }
}
.reason .gradationBg {
  background: transparent linear-gradient(195deg, #59D4D7 0%, #3FB5E4 13%, #2C5BC5 100%) 0% 0% no-repeat padding-box;
  padding: 60px 0 70px;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg {
    padding: 110px 0 50px;
  }
}
.reason .gradationBg .reasonBox {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox {
    margin-bottom: 70px;
  }
}
.reason .gradationBg .reasonBox h4.boxttl {
  background-color: #2C5BC5;
  width: 100%;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  padding: 12px 0;
  color: #fff;
}
.reason .gradationBg .reasonBox h4.boxttl .din {
  font-family: "DIN Alternate", sans-serif;
}
.reason .gradationBg .reasonBox .reasonInfo {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  width: 100%;
  padding: 40px 30px 50px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .reasonInfo {
    padding: 60px 80px 80px;
  }
}
.reason .gradationBg .reasonBox .reasonInfo.reason01 {
  background-image: url("../images/reason/reason01_sp.jpg");
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .reasonInfo.reason01 {
    background-image: url("../images/reason/reason01_pc.jpg");
  }
}
.reason .gradationBg .reasonBox .reasonInfo.reason02 {
  background-image: url("../images/reason/reason02_sp.jpg");
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .reasonInfo.reason02 {
    background-image: url("../images/reason/reason02_pc.jpg");
  }
}
.reason .gradationBg .reasonBox .reasonInfo.reason03 {
  background-image: url("../images/reason/reason03_sp.jpg");
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .reasonInfo.reason03 {
    background-image: url("../images/reason/reason03_pc.jpg");
  }
}
.reason .gradationBg .reasonBox .reasonInfo.reason04 {
  background-image: url("../images/reason/reason04_sp.jpg");
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .reasonInfo.reason04 {
    background-image: url("../images/reason/reason04_pc.jpg");
  }
}
.reason .gradationBg .reasonBox .reasonInfo h3 {
  font-size: 22px;
  text-align: center;
}
.reason .gradationBg .reasonBox .reasonInfo p {
  margin: 10px 0;
}
.reason .gradationBg .reasonBox .reasonInfo p.notes {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .reasonInfo h3 {
    font-size: 30px;
  }
  .reason .gradationBg .reasonBox .reasonInfo p {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .reason .gradationBg .reasonBox .reasonInfo p.notes {
    font-size: 10px;
  }
}
.reason .gradationBg .reasonBox .service {
  padding: 50px 30px 45px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service {
    padding: 60px 95px 45px;
  }
}
.reason .gradationBg .reasonBox .service h3 {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}
.reason .gradationBg .reasonBox .service h3:before {
  content: "";
  width: 4px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #2C5BC5;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service h3 {
    font-size: 22px;
  }
}
.reason .gradationBg .reasonBox .service .flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason .gradationBg .reasonBox .service .flexWrap li {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service .flexWrap li {
    width: 48%;
    margin-bottom: 25px;
  }
}
.reason .gradationBg .reasonBox .service .flexWrap li .inner {
  padding: 28px;
}
.reason .gradationBg .reasonBox .service .flexWrap li .inner h4 {
  font-size: 18px;
  color: #2C5BC5;
  margin-bottom: 15px;
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.reason .gradationBg .reasonBox .service .flexWrap li .inner h4 span {
  color: #333;
  padding-right: 0.4em;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service .flexWrap li .inner {
    padding: 35px 40px;
  }
  .reason .gradationBg .reasonBox .service .flexWrap li .inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.reason .gradationBg .reasonBox .service .flexWrap li.reason02flex {
  width: 100%;
}
.reason .gradationBg .reasonBox .service .flexWrap li.reason02flex .flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason .gradationBg .reasonBox .service .flexWrap li.reason02flex .flexWrap .txtArea {
  width: 100%;
  margin-bottom: 15px;
}
.reason .gradationBg .reasonBox .service .flexWrap li.reason02flex .flexWrap .imgArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service .flexWrap li.reason02flex .flexWrap .txtArea {
    width: 65%;
  }
  .reason .gradationBg .reasonBox .service .flexWrap li.reason02flex .flexWrap .imgArea {
    width: 30%;
  }
}
.reason .gradationBg .reasonBox .service .innerBox {
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
}
.reason .gradationBg .reasonBox .service .innerBox .inner {
  padding: 28px;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service .innerBox .inner {
    padding: 35px 40px;
  }
}
.reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 .dotsList {
  width: 100%;
  margin-bottom: 20px;
}
.reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 .dotsList li {
  text-indent: -20px;
  margin-bottom: 15px;
  padding-left: 20px;
}
.reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 .dotsList li:before {
  content: "●";
  font-size: 10px;
  color: #2C5BC5;
  display: inline-block;
  padding-left: 20px;
}
.reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 .imgArea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 .dotsList {
    width: 60%;
  }
  .reason .gradationBg .reasonBox .service .innerBox .inner .flexWrap02 .imgArea {
    width: 35%;
  }
}

/* ウスイグループ　ESG／SDGs
------------------------------------------------------------*/
.sdgs {
  /* 番号毎に色分け */
}
.sdgs .topimg.pc {
  display: none;
}
.sdgs .topimg.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sdgs .topimg.pc {
    display: block;
  }
  .sdgs .topimg.sp {
    display: none;
  }
}
.sdgs .wrapper {
  margin: 0 0 70px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sdgs .wrapper {
    max-width: 1110px;
    margin: 0 auto 100px;
  }
}
.sdgs .dspSp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sdgs .dspSp {
    display: none;
  }
}
.sdgs h3.sdgs_01 {
  color: #e5001e;
}
.sdgs h3.sdgs_02 {
  color: #d7a600;
}
.sdgs h3.sdgs_03 {
  color: #00973b;
}
.sdgs h3.sdgs_04 {
  color: #c60f28;
}
.sdgs h3.sdgs_05 {
  color: #e83819;
}
.sdgs h3.sdgs_06 {
  color: #00a6d9;
}
.sdgs h3.sdgs_07 {
  color: #fabd00;
}
.sdgs h3.sdgs_08 {
  color: #970b31;
}
.sdgs h3.sdgs_09 {
  color: #ed6a02;
}
.sdgs h3.sdgs_10 {
  color: #dc007a;
}
.sdgs h3.sdgs_11 {
  color: #f5a200;
}
.sdgs h3.sdgs_12 {
  color: #d39200;
}
.sdgs h3.sdgs_13 {
  color: #427935;
}
.sdgs h3.sdgs_14 {
  color: #0075ba;
}
.sdgs h3.sdgs_15 {
  color: #28a838;
}
.sdgs h3.sdgs_16 {
  color: #004c88;
}
.sdgs h3.sdgs_17 {
  color: #003067;
}
.sdgs .intro {
  max-width: 980px;
  margin: 0 auto;
}
.sdgs .intro .intro_h {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 30px;
}
.sdgs .intro .intro_h h2 {
  font-family: "futura-pt", sans-serif;
  color: #2C5BC5;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sdgs .intro .intro_h h2 {
    font-size: 40px;
    width: 30%;
  }
}
.sdgs .intro .intro_h p {
  margin-top: 25px;
  font-size: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sdgs .intro .intro_h p {
    margin-top: 0;
    font-size: 18px;
    width: 65%;
  }
}
.sdgs .intro .box {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  padding: 28px 28px 38px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sdgs .intro .box {
    padding: 50px 60px 60px;
    margin-top: 60px;
  }
}
.sdgs .intro .box h3 {
  color: #2C5BC5;
  font-weight: bold;
  font-size: 18px;
}
.sdgs .intro .box h3 span {
  font-size: 14px;
}
.sdgs .intro .box h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  background-color: #2C5BC5;
  margin-right: 10px;
}
.sdgs .intro .box .flexWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.sdgs .intro .box .flexWrap .imgArea {
  width: 80%;
  margin: 0 auto;
}
.sdgs .intro .box .flexWrap .txtArea {
  width: 100%;
  margin-top: 30px;
}
.sdgs .intro .box .flexWrap .txtArea strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sdgs .intro .box .flexWrap {
    margin-top: 24px;
  }
  .sdgs .intro .box .flexWrap .imgArea {
    width: 25%;
    margin: 0;
  }
  .sdgs .intro .box .flexWrap .txtArea {
    width: 70%;
    margin-top: 0;
  }
}
.sdgs .blueBg {
  background-color: #EAEEF4;
}
.sdgs .task {
  padding: 70px 0 60px;
}
@media screen and (min-width: 768px) {
  .sdgs .task {
    padding: 120px 0 20px;
  }
}
.sdgs .task h2 {
  font-family: "futura-pt", sans-serif;
  text-align: center;
  font-size: 50px;
  font-weight: normal;
}
.sdgs .task h2 span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.sdgs .task h2 span.blue {
  color: #2C5BC5;
}
@media screen and (min-width: 768px) {
  .sdgs .task h2 span {
    font-size: 40px;
    display: inline-block;
    padding: 0 10px;
  }
}
.sdgs .task p {
  margin: 25px 0 40px;
}
.sdgs .task p span.blue {
  color: #2C5BC5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sdgs .task p {
    text-align: center;
    margin: 30px 0 60px;
  }
}
.sdgs .task .box {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  padding: 28px 28px 38px;
  margin-top: 40px;
  position: relative;
}
.sdgs .task .box .scrollalbleicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdgs .task .box .scrollalbleicon .icon {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdgs .task .box .scrollalbleicon .icon img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .sdgs .task .box .scrollalbleicon {
    display: none;
  }
}
.sdgs .task .box h3 {
  color: #2C5BC5;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.sdgs .task .box .scrolltxt {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.sdgs .task .box .scrolltxt:before {
  content: "";
  background: url(../images/sdgs/sdgs_scrollicon.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .sdgs .task .box {
    padding: 50px 60px 60px;
    margin-top: 60px;
  }
  .sdgs .task .box h3 {
    font-size: 30px;
  }
  .sdgs .task .box p {
    text-align: center;
  }
  .sdgs .task .box .scrolltxt {
    display: none;
  }
}
.sdgs .task .box .table-scroll {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .sdgs .task .box .table-scroll {
    overflow-x: hidden;
  }
}
.sdgs .task .box table {
  display: grid;
  grid-template-columns: repeat(4, auto);
  font-size: 14px;
  width: 980px;
}
@media screen and (min-width: 768px) {
  .sdgs .task .box table {
    width: 100%;
  }
}
.sdgs .task .box table thead,
.sdgs .task .box table tbody,
.sdgs .task .box table tfoot,
.sdgs .task .box table tr {
  display: contents;
}
.sdgs .task .box table th,
.sdgs .task .box table td {
  display: block;
  text-align: center;
}
.sdgs .task .box table th.row2,
.sdgs .task .box table td.row2 {
  grid-row: auto/span 2;
}
.sdgs .task .box table th.row3,
.sdgs .task .box table td.row3 {
  grid-row: auto/span 3;
}
.sdgs .task .box table thead th {
  font-weight: bold;
  border-top: 1px solid #3361AD;
  border-bottom: 1px solid #3361AD;
  padding: 10px 5px;
}
.sdgs .task .box table td {
  border-bottom: 1px solid #3361AD;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 18px 5px;
}
.sdgs .task .box table td.grayline {
  border-bottom: 1px solid #C8C8C8;
}
.sdgs .task .box table td.category {
  background-color: #EAEEF4;
  border-bottom: 1px solid #3361AD;
  justify-content: center;
}
.sdgs .task .box table td.blue {
  font-weight: bold;
  color: #3361AD;
  justify-content: center;
}
.sdgs .task .box table td ul {
  text-align: left;
}
.sdgs .task .box table td ul li {
  padding-left: 7px;
  text-indent: 7px;
}
.sdgs .task .box table td ul li:before {
  content: "";
  background-color: #3361AD;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
.sdgs .fixedArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  position: relative;
}
.sdgs .fixedArea .fixedside {
  display: none;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .fixedside {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    background-color: #fff;
    width: 360px;
    z-index: 2;
    padding: 120px 40px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  }
  .sdgs .fixedArea .fixedside .sdgs_btn_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 20px;
  }
}
.sdgs .fixedArea .wrapper_17goals {
  width: 100%;
  padding: 0 0 60px 0;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .wrapper_17goals {
    margin: 0 auto;
    width: calc(100% - 360px);
    padding: 0;
  }
}
.sdgs .fixedArea .sdgsworks {
  padding: 70px 10px 60px;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgsworks {
    padding: 120px 5%;
  }
}
.sdgs .fixedArea .sdgsworks h3 {
  color: #2C5BC5;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgsworks h3 {
    font-size: 30px;
  }
}
.sdgs .fixedArea #SDGS_01,
.sdgs .fixedArea #SDGS_03,
.sdgs .fixedArea #SDGS_05,
.sdgs .fixedArea #SDGS_07,
.sdgs .fixedArea #SDGS_09,
.sdgs .fixedArea #SDGS_11,
.sdgs .fixedArea #SDGS_13,
.sdgs .fixedArea #SDGS_15,
.sdgs .fixedArea #SDGS_17 {
  background-color: #EAEEF4;
}
.sdgs .fixedArea .sdgs_wrap01 {
  padding: 70px 0 60px;
  margin: 0 auto;
  /* もっと見る */
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 {
    padding: 100px 0;
    margin: 0;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl {
    margin-bottom: 50px;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .imgArea {
  margin: 0 auto 14px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .imgArea {
    width: 65px;
    margin: 0;
    margin-right: 20px;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea {
    width: calc(100% - 85px);
    text-align: left;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3 {
    font-size: 30px;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3:before {
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3:before {
    font-size: 14px;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_01:before {
  content: "1.NO PORVERTY";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_02:before {
  content: "2.ZERO HUNGER";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_03:before {
  content: "3.GOOD HEALTH ANF WELL-BEING";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_04:before {
  content: "4.QUALITY EDUCATION";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_05:before {
  content: "5.GENDER EQUALITY";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_06:before {
  content: "6.CLEAN WATER AND SANITATION";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_07:before {
  content: "7.AFFORDABLE AND CLEAN ENERGY";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_08:before {
  content: "3.GOOD HEALTH ANF WELL-BEING";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_09:before {
  content: "9.INDUSTRY, INNOVATION AND INFRASTRUCTURE";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_10:before {
  content: "10.REDUCED INEQUALITIES";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_11:before {
  content: "11.SUSTAINABLE CITIES AND COMMUNITIES";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_12:before {
  content: "12.RESPONSIBLE CONSUMPTION AND PRODUCTION";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_13:before {
  content: "13.CLIMATE ACTION";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_14:before {
  content: "14.LIFE BELOW WATER";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_15:before {
  content: "15.LIFE ON LAND";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_16:before {
  content: "16.PEACE, JUSTICE AND STRONG INSTITUTIONS";
}
.sdgs .fixedArea .sdgs_wrap01 .sdgs_ttl .txtArea h3.sdgs_17:before {
  content: "17.CLIMATE ACTION";
}
.sdgs .fixedArea .sdgs_wrap01 button.more_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto 0;
  display: block;
}
.sdgs .fixedArea .sdgs_wrap01 button.more_btn:after {
  content: "";
  background: url("../images/sdgs/sdgs_morebtn.png") no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  background-size: contain;
}
.sdgs .fixedArea .sdgs_wrap01 .wrapper_sdgs {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 5%;
}
.sdgs .fixedArea .sdgs_wrap01 .case_area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .sdgs .fixedArea .sdgs_wrap01 .case_area {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile .info {
  position: relative;
  padding: 16px 37px 16px 20px;
  width: 100%;
  display: block;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile .info:after {
  content: "";
  background: url("../images/sdgs/sdgs_arrow_off.svg") no-repeat;
  width: 8px;
  height: 12.5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.5s ease-in-out;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile .info:hover:after {
  content: "";
  background: url("../images/sdgs/sdgs_arrow_on.svg") no-repeat;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile .info h4 {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 18px;
  font-weight: 500;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile > img {
  width: 100%;
  height: auto;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom {
  position: relative;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.02), 0 5px 10px rgba(0, 0, 0, 0.05);
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom span.mask {
  height: 280px;
  position: relative;
  transition: 0.2s ease-in-out;
  display: block;
  line-height: 0;
  /* 行の高さ0 */
  overflow: hidden;
  background: #ffffff;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom span.mask {
    height: 20vh;
  }
}
@media screen and (max-width: 640px) {
  .sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom span.mask {
    height: 28vh;
  }
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: 0.2s ease-in-out;
  width: 105%;
  height: auto;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom a .mask::before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-in-out;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom .mask .cap {
  opacity: 0;
  transition: 0.3s ease-in-out;
  /* 移り変わる速さ */
  position: absolute;
  z-index: 3;
  /*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: calc(100% - 30px);
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom:hover a .mask img {
  top: 50%;
  left: 50%;
  transform: scale(1.1) translate(-45%, -45%);
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom:hover a .mask:before, .sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom:hover a .mask .cap {
  opacity: 1;
}
.sdgs .fixedArea .sdgs_wrap01 .case_tile.zoom a {
  color: #222;
  text-decoration: none;
}
.sdgs .sp_fixedBottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sdgs .sp_fixedBottom {
    display: none !important;
  }
}
.sdgs .sp_fixedBottom .fixedlist {
  background-color: #fff;
  display: none;
  height: 300px;
}
.sdgs .sp_fixedBottom .fixedlist li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sdgs .sp_fixedBottom .fixedlist li a img {
  width: 50px;
}
.sdgs .sp_fixedBottom .fixedlist li a .txtArea {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  padding: 0 18px;
  background-color: #fff;
}
.sdgs .sp_fixedBottom .fixedlist li a .txtArea h3 {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.sdgs .sp_fixedBottom .fixedlist li a .txtArea h3:after {
  content: "";
  background: url("../images/sdgs/sdgs_arrow_sp.png") no-repeat;
  background-size: contain;
  width: 9.5px;
  height: 5.8px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sdgs .sp_fixedBottom .accordion_17goals {
  width: 100%;
  height: 60px;
  background-color: #2C5BC5;
}
.sdgs .sp_fixedBottom .accordion_17goals p {
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

/* お問い合わせ一覧
------------------------------------------------------------*/
.contact .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.contact .headLine04 {
  text-align: center;
  padding: 0;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .contact .headLine04 {
    font-size: 40px;
  }
}
.contact .contactList {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .contact .contactList {
    margin: 50px 0 100px;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 100px;
  }
}
.contact .contactList li {
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .contact .contactList li {
    padding: 0;
  }
}
.contact .contactList li:nth-child(even) {
  background-color: #eaeffa;
}
@media screen and (min-width: 768px) {
  .contact .contactList li:nth-child(even) {
    background-color: #fff;
  }
}
.contact .contactList li h3 {
  color: #2C5BC5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.contact .contactList li h3:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #2C5BC5;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact .contactList li .submitBtn {
  background: #36c;
  border: none;
  box-shadow: none;
  padding: 17px 0;
  margin: 20px auto 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  max-width: 320px;
  display: block;
}
.contact .contactList li .submitBtn:hover {
  text-decoration: none;
  background: #02346d;
  color: #fff;
}

#form .wrapper {
  max-width: 980px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #form .wrapper {
    gmargin: 0 auto 70px;
  }
}
#form .wrapper h4 {
  margin-bottom: 1em;
  color: #2C5BC5;
}
#form .wrapper .formChangeLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #form .wrapper .formChangeLinks {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 50px;
  }
}
#form .wrapper .formChangeLinks li a {
  padding: 12px 0;
  width: 100%;
  border: 1px solid #2C5BC5;
  background-color: #fff;
  color: #2C5BC5;
  display: block;
  text-align: center;
  transition: 0.2s;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #form .wrapper .formChangeLinks li a {
    font-size: 16px;
    padding: 15px 0;
  }
}
#form .wrapper .formChangeLinks li a:hover {
  background-color: #eaeffa;
}
#form .wrapper .formChangeLinks li a.active {
  background-color: #2C5BC5;
  color: #ffffff;
}
#form #content {
  margin: 0 auto;
}

/* 追記：コーポレートメッセージ
------------------------------------------------------------*/
.p-corporatemessage__read {
  background: url(../images/corporatemessage/bg_corporatemessage_01_sp.png) no-repeat;
  background-size: 100%;
  margin: 0 0 40px;
  padding: 32px 0 290px;
  position: relative;
}
.p-corporatemessage__read .txtbox {
  position: relative;
  z-index: 2;
}
.p-corporatemessage__read .txtbox h2 {
  max-width: 300px;
  margin: 0 auto 24px;
  padding: 0;
}
.p-corporatemessage__read .txtbox h2 img {
  display: block;
}
.p-corporatemessage__read .txtbox h3 {
  background: none;
  color: #222;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em;
  margin: 0 0 32px;
  padding: 0;
}
.p-corporatemessage__read .txtbox p {
  text-align: center;
}
.p-corporatemessage__read .imgbox {
  width: 96%;
  max-width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-corporatemessage__read .imgbox picture {
  display: block;
}
.p-corporatemessage__read .imgbox picture img {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-corporatemessage__read {
    background: none;
    padding: 0;
    margin: 0 0 80px;
  }
  .p-corporatemessage__read .wrap1 {
    background: url(../images/corporatemessage/bg_corporatemessage_01_pc.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 680px;
    position: relative;
  }
  .p-corporatemessage__read .txtbox {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 0 0 0 5%;
  }
  .p-corporatemessage__read .txtbox h2 {
    max-width: 482px;
    margin: 0 auto 80px;
    padding: 0;
  }
  .p-corporatemessage__read .txtbox h2 img {
    display: block;
  }
  .p-corporatemessage__read .txtbox h3 {
    margin: 0 0 56px;
  }
  .p-corporatemessage__read .txtbox p {
    text-align: center;
  }
  .p-corporatemessage__read .imgbox {
    width: 50%;
    max-width: inherit;
    position: absolute;
    bottom: -40px;
    right: -5%;
    z-index: 1;
  }
}

.p-corporatemessage__message {
  background: #3366CC url(../images/corporatemessage/bg_corporatemessage_02_sp.png) no-repeat;
  background-size: 100%;
  padding: 64px 0 442px;
  position: relative;
  margin: 0 0 112px;
}
.p-corporatemessage__message .txtbox h2 {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 0 32px;
  padding: 0;
}
.p-corporatemessage__message .txtbox p {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 8px;
}
.p-corporatemessage__message .txtbox .day {
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  margin: 0 0 8px;
}
.p-corporatemessage__message .txtbox .name {
  display: block;
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 10px;
}
.p-corporatemessage__message .txtbox .name span {
  display: inline-block;
  padding-left: 15px;
  font-size: 20px;
  vertical-align: middle;
}
.p-corporatemessage__message .imgbox {
  width: 96%;
  max-width: 360px;
  position: absolute;
  bottom: -52px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-corporatemessage__message {
    background: none;
    padding: 0;
  }
  .p-corporatemessage__message .wrap1 {
    background: #3366CC url(../images/corporatemessage/bg_corporatemessage_02_pc.png) no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    min-height: 680px;
    position: relative;
    padding: 40px 0;
  }
  .p-corporatemessage__message .txtbox {
    width: 50%;
    position: relative;
    z-index: 2;
    margin: 0 0 0 auto;
    padding: 0 5% 0 0;
  }
  .p-corporatemessage__message .txtbox h2 {
    font-size: 40px;
    margin: 0 0 40px;
  }
  .p-corporatemessage__message .txtbox p {
    margin: 0 0 16px;
  }
  .p-corporatemessage__message .txtbox .day {
    margin: 0 0 16px;
  }
  .p-corporatemessage__message .imgbox {
    width: 50%;
    max-width: inherit;
    position: absolute;
    top: -40px;
    bottom: inherit;
    left: -5%;
    z-index: 1;
  }
  .p-corporatemessage__message .txtbox h2 .sp-on {
    display: none;
  }
}

.p-corporatemessage__link {
}
.p-corporatemessage__link ul {
}
.p-corporatemessage__link ul li {
  margin: 0 0 32px;
}
.p-corporatemessage__link ul li:last-child {
  margin: 0;
}
.p-corporatemessage__link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 219px;
  position: relative;
}
.p-corporatemessage__link ul li a:before {
  background: rgba(0,0,0,.6);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .3s;
}
.p-corporatemessage__link ul li a span {
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-corporatemessage__link ul li a.sdgs {
  background: url(../images/corporatemessage/bg_link_sdgs.png) no-repeat;
  background-size: cover;
}
.p-corporatemessage__link ul li a.csr {
  background: url(../images/corporatemessage/bg_link_csr.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-corporatemessage__link h2 .sp-on {
    display: none;
  }
  .p-corporatemessage__link ul {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
  }
  .p-corporatemessage__link ul li {
    width: calc((100% - 32px) / 2);
    margin: 0;
  }
  .p-corporatemessage__link ul li a {
    height: 370px;
  }
  .p-corporatemessage__link ul li a:hover {
    text-decoration: none;
  }
  .p-corporatemessage__link ul li a:hover:before {
    background: rgba(0,0,0,.11);
  }
}

/* 追記：rebirth
------------------------------------------------------------*/
.sub div.ttl.is-rebirth {
  background: url(../images/rebirth/bg_kv.png) no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sub div.ttl.is-rebirth .ttl__wrap {
  background: rgba(255,255,255,.8);
  border-radius: 12px;
  width: 74%;
  margin: 0 0 20px;
  padding: 12px;
}
.sub div.ttl.is-rebirth .ttl__wrap .sub {
  color: #222;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 3px;
}
.sub div.ttl.is-rebirth .ttl__wrap h1 {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6px;
}
.sub div.ttl.is-rebirth .ttl__wrap h1 span {
  color: #222;
  font-size: 18px;
  letter-spacing: 0;
  padding: 0;
}
.sub div.ttl.is-rebirth .ttl__wrap h1::after {
  content: none;
}
.sub div.ttl.is-rebirth .ttl__wrap p {
  color: #222;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  text-shadow: none;
  line-height: 1.6;
}


@media screen and (min-width: 768px) {

  .sub div.ttl.is-rebirth {
    background: url(../images/rebirth/bg_kv.png) no-repeat center bottom;
  }
  .sub div.ttl.is-rebirth .ttl__wrap {
    border-radius: 8px;
    width: 876px;
    margin: 0 0 60px;
    padding: 20px 20px;
  }
  .sub div.ttl.is-rebirth .ttl__wrap .sub {
    font-size: 24px;
  }
  .sub div.ttl.is-rebirth .ttl__wrap h1 {
    font-size: 50px;
  }
  .sub div.ttl.is-rebirth .ttl__wrap h1 span {
    font-size: 40px;
  }
  .sub div.ttl.is-rebirth .ttl__wrap p {
    font-size: 19px;
  }
  .sub div.ttl.is-rebirth .ttl__wrap p .sp-on {
    display: none;
  }

}

.p-rebirth__solution {
  background: url(../images/rebirth/bg_solution.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 65px;
  margin: 0 0 60px;
}
.p-rebirth__solution .linkbox {
  background: #3366CC;
  border-radius: 8px;
  padding: 20px 16px;
}
.p-rebirth__solution .linkbox p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 16px;
}
.p-rebirth__solution .linkbox p span {
  font-size: 58px;
  letter-spacing: .05em;
  display: inline-block;
  padding: 0 .1em;
}
.p-rebirth__solution .linkbox a {
  background: #FFF;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  transition:  all .3s;
}
.p-rebirth__solution .linkbox a span {
  color: #3366CC;
  position: relative;
  font-size: 21px;
  font-weight: bold;
  position: relative;
}
.p-rebirth__solution .linkbox a span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #3366CC;
  border-right: solid 2px #3366CC;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-65%) rotate(135deg);
}

@media screen and (min-width: 768px) {

  .p-rebirth__solution {
    background: none;
    margin: 0 0 80px;
  }
  .p-rebirth__solution .wrap1 {
    background: url(../images/rebirth/bg_solution.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0 0 210px;
  }
  .p-rebirth__solution .linkbox {
    background: #3366CC;
    border-radius: 8px;
    padding: 20px 16px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-rebirth__solution .linkbox p {
    font-size: min(3.8vw, 38px);
    display: flex;
    align-items: center;
    margin: 0;
  }
  .p-rebirth__solution .linkbox p br {
    display: none;
  }
  .p-rebirth__solution .linkbox p span {
    font-size: 86px;
    padding: 0 .1em 14px;
  }
  .p-rebirth__solution .linkbox a {
    width: 31%;
    max-width: 310px;
  }
  .p-rebirth__solution .linkbox a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .p-rebirth__solution .linkbox a span {
    font-size: 20px;
  }

}

.p-rebirth__sec {
  position: relative;
  z-index: 2;
  margin: 0 0 80px;
}
.p-rebirth__sec.is-trouble {
  z-index: 1;
  margin: 0 0 -126px;
}
.p-rebirth__sec .wrap1 h2 {
  background: #FFF;
  border-bottom: 1px solid #3366CC;
  border-left: 15px solid #3366CC;
  border-right: 15px solid #3366CC;
  color: #3366CC;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 9px 15px;
  margin: 0 0 32px;
}
.p-rebirth__sec.is-trouble .wrap1 h2 {
  margin: 0;
}
.p-rebirth__sec .wrap1 h2 br.pc-on {

display: none;}
@media screen and (min-width: 768px) {

  .p-rebirth__sec.is-trouble {
    margin: 0 0 -150px;
  }
  .p-rebirth__sec .wrap1 h2 {
    border-left: 20px solid #3366CC;
    border-right: 20px solid #3366CC;
    font-size: 40px;
    padding: 14px 15px;
    margin: 0 0 60px;
  }
  .p-rebirth__sec .wrap1 h2 br {
    display: none;
  }
  .p-rebirth__sec .wrap1 h2 br.pc-on {
    display: block;
  }
  .p-rebirth__sec.is-trouble .wrap1 {
    margin: 0 auto -60px;
  }
  .p-rebirth__sec.is-trouble picture {
    max-width: 1125px;
    display: block;
    margin: 0 auto;
  }
}

.p-rebirth__flow {
  background: #F7F7F7;
  padding: 30px 10px;
  margin: 0 0 80px;
}
.p-rebirth__flow li {
  margin: 0 0 40px;
}
.p-rebirth__flow li:last-child {
  margin: 0;
}
.p-rebirth__flow li .imgbox {
  margin: 0 0 10px;
}
.p-rebirth__flow li .imgbox img {
  display: block;
}
.p-rebirth__flow li .txtbox {
}
.p-rebirth__flow li .txtbox h3 {
  background: none;
  border-bottom: 1px solid #3366CC;
  color: #222;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 10px 10px 30px;
  margin: 0 0 10px;
  position: relative;
}
.p-rebirth__flow li .txtbox h3:before {
  background: url(../images/rebirth/icon_check.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-rebirth__flow li .txtbox p {
  padding: 0 10px 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.p-rebirth__flow li .txtbox p span {
  color: #3366CC;
}

@media screen and (min-width: 768px) {

  .p-rebirth__flow {
    padding: 60px 100px;
    margin: 0 0 80px;
  }
  .p-rebirth__flow li {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .p-rebirth__flow li:last-child {
    margin: 0;
  }
  .p-rebirth__flow li .imgbox {
    width: 40%;
  }
  .p-rebirth__flow li .imgbox img {
  }
  .p-rebirth__flow li .txtbox {
    width: calc(60% - 40px);
  }
  .p-rebirth__flow li .txtbox h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 0 20px 20px 40px;
    margin: 0 0 20px;
  }
  .p-rebirth__flow li .txtbox h3:before {
    background: url(../images/rebirth/icon_check.png) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .p-rebirth__flow li .txtbox p {
    padding: 0 20px 0 40px;
    font-size: 20px;
  }

}

.p-rebirth__faq {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 24px 10px;
  margin: 0 0 20px;
}
.p-rebirth__faq:last-child {
  margin: 0;
}
.p-rebirth__faq dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 14px;
}
.p-rebirth__faq dt:before {
  color: #3366CC;
  content: "Q";
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-rebirth__faq dd {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}
.p-rebirth__faq dd:before {
  color: #3366CC;
  content: "A";
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {

  .p-rebirth__faq {
    max-width: 1000px;
    padding: 24px;
    margin: 0 auto 40px;
  }
  .p-rebirth__faq:last-child {
    margin: 0 auto;
  }
  .p-rebirth__faq dt {
    font-size: 22px;
    padding: 0 0 0 40px;
    margin: 0 0 22px;
  }
  .p-rebirth__faq dt:before {
    top: 5px;
  }
  .p-rebirth__faq dd {
    font-size: 18px;
    padding: 0 0 0 40px;
  }
  .p-rebirth__faq dd:before {
    top: 5;
  }

}


.p-rebirth__step {
  list-style-type: none;
}
.p-rebirth__step li {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 0 40px;
  position: relative;
}
.p-rebirth__step li:after {
  content: "";
  display: block;
  background: #3366CC;
  height: calc(tan(60deg) * 24px / 2);
  width: 24px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-rebirth__step li:last-child {
  margin: 0;
}
.p-rebirth__step li:last-child:after {
  content: none;
}
.p-rebirth__step li .num {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.p-rebirth__step li .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 80px);
  height: 80px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.p-rebirth__step li .num:after {
  background: #D9D9D9;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-rebirth__step {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
  }
  .p-rebirth__step li {
    width: calc((100% - 120px) / 4);
    margin: 0;
  }
  .p-rebirth__step li:after {
    content: "";
    display: block;
    background: #3366CC;
    height: calc(tan(60deg) * 24px / 2);
    width: 24px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: -32px;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-rebirth__step li:last-child {
    margin: 0;
  }
  .p-rebirth__step li:last-child:after {
    content: none;
  }
  .p-rebirth__step li .num {
    width: 80px;
    height: auto;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
  }
  .p-rebirth__step li .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 80px);
    height: auto;
    min-height: 80px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-rebirth__step li .title br {
    display: none;
  }
  .p-rebirth__step li .num:after {
    background: #D9D9D9;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    right: 0;
  }
}


.p-rebirth__sec.is-tel {
  background: url(../images/rebirth/bg_tel_sp.png) no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
}
.p-rebirth__sec.is-tel h2 {
  background: #3366CC;
  border: none;
  border-radius: 8px;
  color: #FFF;
}
.p-rebirth__problem {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  margin: 0 0 40px;
}
.p-rebirth__problem li {
  background: #FFF;
  border: 3px solid #CCCCCC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  font-size: 16px;
  height: 54px;
}
.p-rebirth__problem li:nth-child(1) {
  border: 3px solid #3366CC;
  color: #3366CC;
  width: 100%;
  font-weight: bold;
}
.p-rebirth__problem--title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}
.p-rebirth__tel {
  background: rgba(255,255,255,.8);
  border-radius: 8px;
  padding: 30px 22px 40px;
}
.p-rebirth__tel .ttl {
  display: block;
  font-size: 20px;
  text-align: center;
  margin: 0 0 16px;
}
.p-rebirth__tel .num {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 10px;
}
.p-rebirth__tel .num:before {
  background: url(../images/rebirth/icon_tel.png) no-repeat;
  background-size: 100%;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-rebirth__tel p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {

  .p-rebirth__sec.is-tel {
    background: url(../images/rebirth/bg_tel_pc.png) no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
  }
  .p-rebirth__sec.is-tel h2 {
    font-size: 30px;
    max-width: 458px;
    margin: 0 auto 40px;
  }
  .p-rebirth__problem {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 50px;
  }
  .p-rebirth__problem li {
    width: calc((100% - 60px) / 4);
    font-size: 20px;
    height: 60px;
  }
  .p-rebirth__problem li:nth-child(1) {
    width: calc(50% - 10px);
  }
  .p-rebirth__problem--title {
    font-size: 30px;
    margin: 0 0 12px;
  }
  .p-rebirth__tel {
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    padding: 30px 22px 40px;
  }
  .p-rebirth__tel .ttl {
    font-size: 24px;
  }
  .p-rebirth__tel .num {
    font-size: 60px;
    line-height: 1;
    padding: 0 0 0 70px;
    margin: 0 auto 26px;
    width: fit-content;
  }
  .p-rebirth__tel .num:before {
    background: url(../images/rebirth/icon_tel.png) no-repeat;
    background-size: 100%;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-rebirth__tel p {
    font-size: 20px;
    max-width: 780px;
    margin: 0 auto;
  }
  .formtext {
    text-align: center!important;
  }
}





































/* 追記：leasehold
------------------------------------------------------------*/
.sub div.ttl.is-leasehold {
  background: url(../images/leasehold/bg_kv.png) no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sub div.ttl.is-leasehold .ttl__wrap {
  background: rgba(255,255,255,.8);
  border-radius: 12px;
  width: 90%;
  margin: 0 0 20px;
  padding: 12px;
}
.sub div.ttl.is-leasehold .ttl__wrap h1 {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6px;
}
.sub div.ttl.is-leasehold .ttl__wrap h1::after {
  content: none;
}
.sub div.ttl.is-leasehold .ttl__wrap p {
  color: #222;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  text-shadow: none;
  line-height: 1.6;
}


@media screen and (min-width: 768px) {

  .sub div.ttl.is-leasehold {
    background: url(../images/leasehold/bg_kv.png) no-repeat center bottom;
    background-size: cover;
  }
  .sub div.ttl.is-leasehold .ttl__wrap {
    border-radius: 8px;
    width: 876px;
    margin: 0 0 60px;
    padding: 20px 20px;
  }
  .sub div.ttl.is-leasehold .ttl__wrap h1 {
    font-size: 50px;
  }
  .sub div.ttl.is-leasehold .ttl__wrap p {
    font-size: 19px;
  }
  .sub div.ttl.is-leasehold .ttl__wrap p .sp-on {
    display: none;
  }

}

.p-leasehold__solution {
  padding: 40px 0 0;
  margin: 0 0 60px;
  position: relative;
}
.p-leasehold__solution:before {
  content: "";
  display: block;
  background: url(../images/leasehold/bg_solution.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-leasehold__solution .wrap1 {
  position: relative;
  z-index: 2;
}
.p-leasehold__solution p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 22px;
}
.p-leasehold__solution ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.p-leasehold__solution ul li {
  background: rgba(255,255,255,.29);
  border-radius: 8px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  width: calc((100% - 10px) / 2);
  height: 40px;
}

@media screen and (min-width: 768px) {

  .p-leasehold__solution {
    background: none;
    margin: 0 0 80px;
    padding: 0;
  }
  .p-leasehold__solution:before {
    content: none;
  }
  .p-leasehold__solution .wrap1 {
    padding: 40px 0 0;
  }
  .p-leasehold__solution .wrap1:before {
    content: "";
    display: block;
    background: url(../images/leasehold/bg_solution.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-leasehold__solution p {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 22px;
    position: relative;
    z-index: 2;
  }
  .p-leasehold__solution p .sp-on {
    display: none;
  }
  .p-leasehold__solution ul {
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    max-width: 1010px;
  }
  .p-leasehold__solution ul li {
    background: rgba(255,255,255,.29);
    border-radius: 8px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .05em;
    width: calc((100% - 50px) / 6);
    height: 40px;
  }
  .p-leasehold__solution picture {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

}

.p-leasehold__sec {
  position: relative;
  z-index: 2;
  margin: 0 0 80px;
}
.p-leasehold__sec .wrap1 picture {
  display: block;
}
.p-leasehold__sec .wrap1 picture img {
  display: block;
}
.p-leasehold__sec.is-trouble {
  z-index: 1;
  margin: 0 0 60px;
}
.p-leasehold__sec .wrap1 h2 {
  background: #FFF;
  border-bottom: 1px solid #3366CC;
  border-left: 15px solid #3366CC;
  border-right: 15px solid #3366CC;
  color: #3366CC;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 9px 15px;
  margin: 0 0 32px;
}
.p-leasehold__sec.is-trouble .wrap1 h2 {
  margin: 0 0 10px;
}
.p-leasehold__sec .wrap1 h2 br.pc-on {
  display: none;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation {
  background: #EBF2FF;
  border-radius: 8px;
  padding: 32px 4%;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation h3 {
  background: none;
  display: block;
  margin: 0 auto 32px;
  position: relative;
  width: fit-content;
  padding: 0;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation h3:before {
  background: url(../images/leasehold/obj_example.svg) no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 1;
  transform: translateY(-50%);
}
.p-leasehold__sec.is-trouble .wrap1 .consultation h3 span {
  color: #3366CC;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  position: relative;
  z-index: 2;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item {
  margin: 0 0 40px;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item:last-child {
  margin: 0;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .case {
  background: #FFF;
  border-radius: 999px;
  color: #3366CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  width: 156px;
  height: 42px;
  margin: 0 auto 18px;
  position: relative;
  padding: 0 0 10px;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .case:before {
  background: url(../images/leasehold/obj_balloon.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  width: 158px;
  height: 56px;
  position: absolute;
  top: -6px;
  left: -1px;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  position: relative;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item h4:before {
  background: url(../images/leasehold/icon_example.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice {
  background: #FFF;
  border: 1px solid #3366CC;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 25px;
  position: relative;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice:before {
  background: #3366CC;
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice:after {
  background: #3366CC;
  content: "";
  display: block;
  height: 12px;
  width: 24px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice span {
  background: #3366CC;
  border-radius: 999px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 .5em;
  width: fit-content;
  height: 30px;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .result {
  background: #FFF;
  border: 3px solid #3366CC;
  border-radius: 8px;
  color: #3366CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  width: 120px;
  height: 40px;
}





@media screen and (min-width: 768px) {

  .p-leasehold__sec.is-trouble {
    margin: 0 0 80px;
  }
  .p-leasehold__sec .wrap1 h2 {
    border-left: 20px solid #3366CC;
    border-right: 20px solid #3366CC;
    font-size: 40px;
    padding: 14px 15px;
    margin: 0 0 60px;
  }
  .p-leasehold__sec .wrap1 h2 br {
    display: none;
  }
  .p-leasehold__sec .wrap1 h2 br.pc-on {
    display: block;
  }
  .p-leasehold__sec.is-trouble .wrap1 {
    margin: 0 auto;
  }
  .p-leasehold__sec.is-trouble .wrap1 h2 {
    margin: 0;
  }
  .p-leasehold__sec.is-trouble picture {
    display: block;
    margin: 0 auto;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation {
    padding: 60px 40px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation h3 {
    margin: 0 auto 42px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation h3:before {
    width: 80px;
    height: 80px;
    left: -20px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation h3 span {
    font-size: 28px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case {
    display: flex;
    gap: 40px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item {
    margin: 0;
    width: calc((100% - 40px) / 2);
    display: flex;
    flex-direction: column;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .case {
    font-size: 20px;
    width: 204px;
    height: 56px;
    margin: 0 auto 22px;
    padding: 0 0 12px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .case:before {
    width: 208px;
    height: 77px;
    top: -9px;
    left: -2px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item h4 {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item h4:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice {
    margin: 0 0 25px;
    position: relative;
    flex: 1 1 auto;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .advice span {
    padding: 0 1em;
  }
  .p-leasehold__sec.is-trouble .wrap1 .consultation__case--item .result {
    font-size: 20px;
    width: 160px;
    height: 60px;
  }




}




















.p-leasehold__flow {
  background: #F7F7F7;
  padding: 30px 10px;
  margin: 0 0 80px;
}
.p-leasehold__flow li {
  margin: 0 0 40px;
}
.p-leasehold__flow li:last-child {
  margin: 0;
}
.p-leasehold__flow li .imgbox {
  margin: 0 0 10px;
}
.p-leasehold__flow li .imgbox img {
  display: block;
}
.p-leasehold__flow li .txtbox {
}
.p-leasehold__flow li .txtbox h3 {
  background: none;
  border-bottom: 1px solid #3366CC;
  color: #222;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 10px 10px 30px;
  margin: 0 0 10px;
  position: relative;
}
.p-leasehold__flow li .txtbox h3:before {
  background: url(../images/rebirth/icon_check.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-leasehold__flow li .txtbox p {
  padding: 0 10px 0 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.p-leasehold__flow li .txtbox p span {
  color: #3366CC;
}

@media screen and (min-width: 768px) {

  .p-leasehold__flow {
    padding: 60px 100px;
    margin: 0 0 80px;
  }
  .p-leasehold__flow li {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .p-leasehold__flow li:last-child {
    margin: 0;
  }
  .p-leasehold__flow li .imgbox {
    width: 40%;
  }
  .p-leasehold__flow li .imgbox img {
  }
  .p-leasehold__flow li .txtbox {
    width: calc(60% - 40px);
  }
  .p-leasehold__flow li .txtbox h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 0 20px 20px 40px;
    margin: 0 0 20px;
  }
  .p-leasehold__flow li .txtbox h3:before {
    background: url(../images/rebirth/icon_check.png) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .p-leasehold__flow li .txtbox p {
    padding: 0 20px 0 40px;
    font-size: 20px;
  }

}

.p-leasehold__faq {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 24px 10px;
  margin: 0 0 20px;
}
.p-leasehold__faq:last-child {
  margin: 0;
}
.p-leasehold__faq dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 14px;
}
.p-leasehold__faq dt:before {
  color: #3366CC;
  content: "Q";
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-leasehold__faq dd {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}
.p-leasehold__faq dd:before {
  color: #3366CC;
  content: "A";
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {

  .p-leasehold__faq {
    max-width: 1000px;
    padding: 24px;
    margin: 0 auto 40px;
  }
  .p-leasehold__faq:last-child {
    margin: 0 auto;
  }
  .p-leasehold__faq dt {
    font-size: 22px;
    padding: 0 0 0 40px;
    margin: 0 0 22px;
  }
  .p-leasehold__faq dt:before {
    top: 5px;
  }
  .p-leasehold__faq dd {
    font-size: 18px;
    padding: 0 0 0 40px;
  }
  .p-leasehold__faq dd:before {
    top: 5;
  }

}

.p-leasehold__step {
  list-style-type: none;
  margin: 0 0 40px;
}
.p-leasehold__step li {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0 0 40px;
  position: relative;
}
.p-leasehold__step li:after {
  content: "";
  display: block;
  background: #3366CC;
  height: calc(tan(60deg) * 24px / 2);
  width: 24px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-leasehold__step li:last-child {
  margin: 0;
}
.p-leasehold__step li:last-child:after {
  content: none;
}
.p-leasehold__step li .num {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.p-leasehold__step li .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 80px);
  height: 80px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.p-leasehold__step li .title br {
  display: none;
}
.p-leasehold__step li .num:after {
  background: #D9D9D9;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .p-leasehold__step {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
  }
  .p-leasehold__step li {
    width: calc((100% - 120px) / 4);
    margin: 0;
  }
  .p-leasehold__step li:after {
    content: "";
    display: block;
    background: #3366CC;
    height: calc(tan(60deg) * 24px / 2);
    width: 24px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 50%;
    bottom: inherit;
    left: inherit;
    right: -32px;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-leasehold__step li:last-child {
    margin: 0;
  }
  .p-leasehold__step li:last-child:after {
    content: none;
  }
  .p-leasehold__step li .num {
    width: 80px;
    height: auto;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
  }
  .p-leasehold__step li .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 80px);
    height: auto;
    min-height: 80px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-leasehold__step li .title br {
    display: block;
  }
  .p-leasehold__step li .num:after {
    background: #D9D9D9;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    right: 0;
  }
}

















.p-leasehold__sec .contact-cta {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 20px 4%;
}
.p-leasehold__sec .contact-cta p {
  margin: 0 0 20px;
}
.p-leasehold__sec .contact-cta p.strong {
  font-size: 20px;
  font-weight: bold;
}
.p-leasehold__sec .contact-cta__method {

}
.p-leasehold__sec .contact-cta__method--item {
  background: #EBF2FF;
  border-radius: 8px;
  padding: 20px 4%;
  margin: 0 0 20px;
}
.p-leasehold__sec .contact-cta__method--item:last-child {
  margin: 0;
}
.p-leasehold__sec .contact-cta__method--item span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
}
.p-leasehold__sec .contact-cta__method--item a.mailbtn {
  background: #3366CC;
  border-radius: 999px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 310px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
.p-leasehold__sec .contact-cta__method--item a.mailbtn:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-60%) rotate(135deg);
}
.p-leasehold__sec .contact-cta__method--item a.telnum {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 10px;
}
.p-leasehold__sec .contact-cta__method--item a.telnum:before {
  background: url(../images/rebirth/icon_tel.png) no-repeat;
  background-size: 100%;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {

  .p-leasehold__sec .contact-cta {
    padding: 40px 40px 48px;
  }
  .p-leasehold__sec .contact-cta p {
    font-size: 20px;
    text-align: center;
  }
  .p-leasehold__sec .contact-cta p.strong {
    font-size: 26px;
    text-align: center;
  }
  .p-leasehold__sec .contact-cta__method {
    display: flex;
    gap: 40px;
  }
  .p-leasehold__sec .contact-cta__method--item {
    width: calc((100% - 40px) / 2);
    padding: 20px 20px 30px;
    margin: 0;
  }
  .p-leasehold__sec .contact-cta__method--item a.mailbtn:hover {
    background: #02346d;
    text-decoration: none;
  }
  .p-leasehold__sec .contact-cta__method--item a.telnum {
    pointer-events: none;
    margin: 0 auto;
    width: fit-content;
  }

}
















.p-leasehold__sec.is-tel {
  background: url(../images/rebirth/bg_tel_sp.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.p-leasehold__sec.is-tel h2 {
  background: none;
  border: none;
  color: #3366CC;
  font-size: 30px;
  position: relative;
  padding: 60px 0 0;
}
.p-leasehold__sec.is-tel h2:before {
  background: url(../images/leasehold/ico_problem.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-leasehold__problem {
  margin: 0 0 40px;
  position: relative;
}
.p-leasehold__problem:before {
  background: #222;
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.p-leasehold__problem:after {
  background: #222;
  content: "";
  display: block;
  height: 12px;
  width: 24px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-leasehold__problem ul {
  background: rgba(0,0,0,.08);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 4%;
}
.p-leasehold__problem li {
  background: #FFF;
  border: 3px solid #CCCCCC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  font-size: 16px;
  height: 54px;
  text-align: center;
}
.p-leasehold__problem--title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
}
.p-leasehold__tel {
  background: rgba(255,255,255,.8);
  border-radius: 8px;
  padding: 30px 22px 30px;
}
.p-leasehold__tel .ttl {
  display: block;
  font-size: 20px;
  text-align: center;
}
.p-leasehold__tel .num {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 50px;
}
.p-leasehold__tel .num:before {
  background: url(../images/rebirth/icon_tel.png) no-repeat;
  background-size: 100%;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-leasehold__tel p {
  font-size: 16px;
}

@media screen and (min-width: 768px) {

  .p-leasehold__sec.is-tel {
    background: url(../images/rebirth/bg_tel_pc.png) no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
  }
  .p-leasehold__sec.is-tel h2 {
    font-size: 30px;
    margin: 0 auto;
    padding: 0 0 0 60px;
  }
  .p-leasehold__sec.is-tel h2:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-leasehold__problem {
    background: rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 30px 22px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 0 50px;
  }
  .p-leasehold__problem ul {
    background: none;
    max-width: 746px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
  .p-leasehold__problem li {
    width: calc((100% - 40px) / 3);
    font-size: 20px;
    height: 60px;
  }
  .p-leasehold__problem li br {
    display: none;
  }
  .p-leasehold__problem--title {
    font-size: 30px;
    margin: 0 0 12px;
  }
  .p-leasehold__problem--title br {
    display: none;
  }
  .p-leasehold__tel {
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    padding: 30px 22px 40px;
  }
  .p-leasehold__tel .ttl {
    font-size: 24px;
  }
  .p-leasehold__tel .num {
    font-size: 60px;
    line-height: 1;
    padding: 0 0 0 70px;
    margin: 0 auto;
    width: fit-content;
  }
  .p-leasehold__tel .num:before {
    background: url(../images/rebirth/icon_tel.png) no-repeat;
    background-size: 100%;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-leasehold__tel p {
    font-size: 20px;
    max-width: 780px;
    margin: 0 auto;
  }
  .formtext {
    text-align: center!important;
  }
}

.p-leasehold__sec#form {
  > .wrap1 {
    padding: 0 4%;
  }
}