/*******************************************/
/* Policy
/*******************************************/
.policyWrap {
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  align-items: flex-start;
  gap: 40px;
  position: relative;
  margin: 0 auto;
  padding-top: 86px; }
  @media print, screen and (min-width: 1024px) {
    .policyWrap {
      padding-top: 134px;
      width: calc(100% - 96px); } }
  @media print, screen and (min-width: 1320px) {
    .policyWrap {
      width: 1320px; } }

.policyBlock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%; }
  @media print, screen and (min-width: 1024px) {
    .policyBlock {
      flex-direction: row;
      gap: 30px; } }
  .policyBlock .block-text {
    align-self: stretch;
    background: #FCFCF4;
    border-radius: 30px;
    padding: 160px 20px 60px 20px;
    position: relative;
    flex: 1; }
    @media print, screen and (min-width: 1024px) {
      .policyBlock .block-text {
        padding: 160px 60px 60px 60px; } }
    @media print, screen and (min-width: 1320px) {
      .policyBlock .block-text {
        padding: 160px 140px 60px 60px; } }
  .policyBlock .block-heading {
    margin-bottom: 2em; }
    .policyBlock .block-heading h3 {
      font-weight: 400;
      font-family: dnp-shuei-gothic-gin-std, sans-serif;
      color: #e18f23;
      font-size: 2.4rem;
      line-height: 1.6em; }
  .policyBlock .box-1 {
    padding: 0px 0px 40px; }
  .policyBlock .box-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%; }
    .policyBlock .box-2 p {
      align-self: stretch;
      color: #229395;
      font-size: 1.8rem;
      line-height: 1em; }
      @media print, screen and (min-width: 1024px) {
        .policyBlock .box-2 p {
          font-size: 2.4rem; } }
  .policyBlock .block-profile {
    padding: 20px;
    background-color: #fbf3e2;
    border-radius: 30px; }
    @media print, screen and (min-width: 1024px) {
      .policyBlock .block-profile {
        padding: 30px;
        width: 360px; } }
    @media print, screen and (min-width: 1320px) {
      .policyBlock .block-profile {
        width: 500px; } }
  .policyBlock .block-heading-profile {
    width: 100%;
    padding: 0px 0px 20px; }
    .policyBlock .block-heading-profile h3 {
      color: #e18f23;
      font-size: 2.4rem;
      line-height: normal; }

.section-heading {
  background: #fff;
  border-radius: 0 0 30px 0;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 120px;
  white-space: nowrap; }
  @media print, screen and (min-width: 1024px) {
    .section-heading {
      width: 338px; } }
  .section-heading::before {
    background: url(../img/cmn/curve_1.svg) no-repeat center/30px 30px;
    content: "";
    display: block;
    height: 30px;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px; }
  .section-heading::after {
    background: url(../img/cmn/curve_1.svg) no-repeat center/30px 30px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    transform: rotate(90deg);
    width: 30px; }
  .section-heading > div {
    padding-left: 26px;
    position: absolute;
    top: 30px;
    left: 0; }
    @media print, screen and (min-width: 1024px) {
      .section-heading > div {
        padding-left: 36px;
        top: 16px;
        left: 60px; } }
    .section-heading > div p {
      color: #CACACA;
      font-size: 1.4rem;
      font-family: din-2014, sans-serif;
      font-weight: 100;
      line-height: 1em;
      position: absolute;
      top: 0;
      left: 18px;
      transform: rotate(90deg);
      transform-origin: top left; }
      @media print, screen and (min-width: 1024px) {
        .section-heading > div p {
          font-size: 1.8rem; } }
    .section-heading > div h2 {
      color: #229395;
      font-family: "dnp-shuei-gothic-gin-std", sans-serif;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.2em; }
      @media print, screen and (min-width: 1024px) {
        .section-heading > div h2 {
          font-size: 3.0rem; } }

.conceptWrap {
  background: #FCFCF4;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 140px 20px 60px;
  position: relative;
  align-self: stretch;
  width: 100%; }
  @media print, screen and (min-width: 1024px) {
    .conceptWrap {
      gap: 80px;
      padding: 140px 60px 60px; } }

.conceptBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%; }
  @media print, screen and (min-width: 1024px) {
    .conceptBlock {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 100px; } }
  @media print, screen and (min-width: 1320px) {
    .conceptBlock {
      gap: 140px; } }
  @media print, screen and (min-width: 1024px) {
    .conceptBlock.flex-reverse {
      flex-direction: row-reverse; } }

.conceptBlock-2 {
  padding-top: 0px; }
  @media print, screen and (min-width: 1024px) {
    .conceptBlock-2 {
      padding-top: 0px; } }
  @media print, screen and (min-width: 1320px) {
    .conceptBlock-2 {
      padding-top: 40px; } }

.block-heading-concept {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%; }
  .block-heading-concept .ellipse {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 9px solid;
    border-color: #e18f23;
    margin-top: 4px; }
  .block-heading-concept h3 {
    color: #e18f23;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6em;
    width: calc(100% - 38px); }
    @media print, screen and (min-width: 1024px) {
      .block-heading-concept h3 {
        font-size: 2.4rem; } }

.conceptImg-1 {
  width: 100%;
  height: auto;
  border-radius: 30px; }
  @media print, screen and (min-width: 1024px) {
    .conceptImg-1 {
      width: 324px;
      height: 258px; } }
  @media print, screen and (min-width: 1320px) {
    .conceptImg-1 {
      width: 482px;
      height: 384px; } }

.renkeitBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  margin-bottom: 64px;
  width: 100%; }
  @media print, screen and (min-width: 1024px) {
    .renkeitBlock {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 100px;
      margin-bottom: 80px;
      padding: 0 48px; } }
  @media print, screen and (min-width: 1320px) {
    .renkeitBlock {
      gap: 40px;
      padding: 0; } }
  .renkeitBlock .renkeiTxt {
    flex: 1; }
  .renkeitBlock .renkeiImgWrap {
    flex: 1; }
    @media print, screen and (min-width: 1320px) {
      .renkeitBlock .renkeiImgWrap {
        flex: 2;
        display: flex;
        gap: 100px; } }
    .renkeitBlock .renkeiImgWrap .renkeiImg:nth-of-type(1) {
      margin-bottom: 16px; }
  .renkeitBlock img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-bottom: 8px; }

.conceptImg-dr {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto; }
  @media print, screen and (min-width: 1024px) {
    .conceptImg-dr {
      max-width: 70%; } }
  @media print, screen and (min-width: 1320px) {
    .conceptImg-dr {
      max-width: 70%; } }
