/*! Writen  by SCSS */
.container_wrap {
  color: #333; }

.read {
  font-size: 14px;
  line-height: 2.86; }
  @media screen and (max-width: 960px) {
    .read {
      line-height: 2; } }
  @media screen and (max-width: 768px) {
    .read {
      font-size: 13px; } }
  .read.black {
    color: #333333; }
  .read_min {
    font-size: 13px;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .read_min {
        line-height: 2;
        font-size: 12px; } }
  .read.big {
    font-size: 16px;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .read.big {
        line-height: 2;
        font-size: 14px; } }
  .sec03 .read {
    line-height: 2.15; }
    @media screen and (max-width: 768px) {
      .sec03 .read {
        line-height: 1.8; } }

.company_read {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2.2; }
  @media screen and (max-width: 480px) {
    .company_read {
      font-size: 13px; } }
  .company_read.white {
    color: #FFF; }
  @media screen and (max-width: 480px) {
    .company_read.sp_flex {
      display: flex;
      flex-direction: column;
      row-gap: 6px; } }

.sec02 {
  padding: 90px 0 100px; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding: 60px 0 70px; } }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 50px 0 60px; } }

.sec03 {
  background: #f8fdff;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .sec03 {
      padding: 60px 0; } }

.sec04 {
  padding: 80px 20px; }
  @media screen and (max-width: 768px) {
    .sec04 {
      padding: 50px 20px; } }
  @media screen and (max-width: 480px) {
    .sec04 {
      padding: 40px 20px; } }

.sec01_lead_wrap {
  padding-bottom: 70px;
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    .sec01_lead_wrap {
      padding-bottom: 50px;
      padding-top: 50px; } }
  @media screen and (max-width: 480px) {
    .sec01_lead_wrap {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .sec01_lead_wrap .lead_logo {
    max-width: 260px;
    line-height: 0;
    margin: 0 auto 60px; }
    @media screen and (max-width: 960px) {
      .sec01_lead_wrap .lead_logo {
        margin-bottom: 40px; } }
  .sec01_lead_wrap .sec01_lead {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 40px;
    display: inline-block; }
    @media screen and (max-width: 960px) {
      .sec01_lead_wrap .sec01_lead {
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .sec01_lead_wrap .sec01_lead {
        font-size: 28px; } }
    @media screen and (max-width: 480px) {
      .sec01_lead_wrap .sec01_lead {
        font-size: 22px; } }

.sec01_wrap_outer {
  position: relative;
  background: url("../images/company/bg_01.jpg") center bottom/cover no-repeat; }
  .sec01_wrap_outer::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 37.5%; }
    @media screen and (max-width: 480px) {
      .sec01_wrap_outer::before {
        content: none; } }
  .sec01_wrap_outer .sec01_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .sec01_wrap_outer .sec01_wrap {
        position: static;
        display: block; } }
    .sec01_wrap_outer .sec01_wrap .image_box {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec01_wrap_outer .sec01_wrap .image_box {
          width: 100%;
          padding: 30px 0 40px; } }
      .sec01_wrap_outer .sec01_wrap .image_box span {
        max-width: 705px;
        width: 88.13%; }
      .sec01_wrap_outer .sec01_wrap .image_box .img_cap span {
        max-width: none;
        width: auto; }
        @media screen and (max-width: 768px) {
          .sec01_wrap_outer .sec01_wrap .image_box .img_cap span {
            padding: 0; } }
        @media screen and (max-width: 480px) {
          .sec01_wrap_outer .sec01_wrap .image_box .img_cap span {
            bottom: -20px;
            right: -5px; } }
    .sec01_wrap_outer .sec01_wrap .text_box {
      width: 100%;
      align-items: center;
      padding: 100px 50px 50px;
      color: #fff; }
      @media screen and (max-width: 1200px) {
        .sec01_wrap_outer .sec01_wrap .text_box {
          padding: 8.34% 4.17% 4.17%; } }
      @media screen and (max-width: 820px) {
        .sec01_wrap_outer .sec01_wrap .text_box {
          width: 100%;
          padding: 30px 20px 20px; } }
      @media screen and (max-width: 480px) {
        .sec01_wrap_outer .sec01_wrap .text_box {
          width: 100%;
          padding: 30px 20px 80px 20px; } }
      .sec01_wrap_outer .sec01_wrap .text_box .sec01_wrap_head {
        font-size: 26px;
        margin-bottom: 3.64%; }
        @media screen and (max-width: 1600px) {
          .sec01_wrap_outer .sec01_wrap .text_box .sec01_wrap_head {
            font-size: 1.625vw; } }
        @media screen and (max-width: 960px) {
          .sec01_wrap_outer .sec01_wrap .text_box .sec01_wrap_head {
            font-size: 2.2vw; } }
        @media screen and (max-width: 768px) {
          .sec01_wrap_outer .sec01_wrap .text_box .sec01_wrap_head {
            margin-bottom: 15px; } }
        @media screen and (max-width: 480px) {
          .sec01_wrap_outer .sec01_wrap .text_box .sec01_wrap_head {
            font-size: 16px;
            margin-bottom: 15px; } }
      .sec01_wrap_outer .sec01_wrap .text_box .read {
        font-size: 1vw; }
        @media screen and (max-width: 960px) {
          .sec01_wrap_outer .sec01_wrap .text_box .read {
            font-size: 1.2vw; } }
        @media screen and (max-width: 768px) {
          .sec01_wrap_outer .sec01_wrap .text_box .read {
            font-size: 13px; } }

.sec01_list_wrap {
  padding: 80px 0 100px; }
  @media screen and (max-width: 768px) {
    .sec01_list_wrap {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 480px) {
    .sec01_list_wrap {
      padding: 40px 0 60px; } }
  .sec01_list_wrap .sec01_list_wrap_head {
    position: relative;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    color: #452b3c; }
    @media screen and (max-width: 768px) {
      .sec01_list_wrap .sec01_list_wrap_head {
        margin-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .sec01_list_wrap .sec01_list_wrap_head {
        padding: 15px 0;
        flex-direction: column;
        margin-bottom: 20px; } }
    .sec01_list_wrap .sec01_list_wrap_head span {
      display: block; }
    .sec01_list_wrap .sec01_list_wrap_head .en02 {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: 32px;
      margin-right: 0.5em;
      font-family: trajan-pro-3, serif;
      font-weight: 400;
      font-style: normal; }
      .sec01_list_wrap .sec01_list_wrap_head .en02 .en02_in {
        display: inline-block; }
      .sec01_list_wrap .sec01_list_wrap_head .en02::after {
        content: "";
        display: block;
        margin-left: 10px;
        width: 30px;
        height: 1px;
        background: #333;
        transform: rotate(-45deg); }
        @media screen and (max-width: 480px) {
          .sec01_list_wrap .sec01_list_wrap_head .en02::after {
            content: none; } }
      @media screen and (max-width: 768px) {
        .sec01_list_wrap .sec01_list_wrap_head .en02 {
          font-size: 26px; } }
      @media screen and (max-width: 480px) {
        .sec01_list_wrap .sec01_list_wrap_head .en02 {
          font-size: 24px;
          margin-right: 0;
          margin-bottom: 5px; } }
    .sec01_list_wrap .sec01_list_wrap_head .jp {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .sec01_list_wrap .sec01_list_wrap_head .jp {
          font-size: 14px; } }
  .sec01_list_wrap .sec01_list_inner {
    align-items: flex-start; }
    @media screen and (max-width: 480px) {
      .sec01_list_wrap .sec01_list_inner {
        display: block; } }
    .sec01_list_wrap .sec01_list_inner .sec01_list_box_head {
      text-align: center;
      color: #fff;
      font-size: 18px;
      line-height: 1.4;
      padding: 15px 10px;
      margin-bottom: 40px; }
      @media screen and (max-width: 960px) {
        .sec01_list_wrap .sec01_list_inner .sec01_list_box_head {
          font-size: 16px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 768px) {
        .sec01_list_wrap .sec01_list_inner .sec01_list_box_head {
          padding: 10px;
          margin-bottom: 20px; } }
    .sec01_list_wrap .sec01_list_inner .sec01_list_box_l {
      width: 48.34%; }
      @media screen and (max-width: 480px) {
        .sec01_list_wrap .sec01_list_inner .sec01_list_box_l {
          width: 100%;
          margin-bottom: 30px; } }
      .sec01_list_wrap .sec01_list_inner .sec01_list_box_l .sec01_list_box_head {
        color: #FFF;
        background: rgba(4, 15, 97, 0.8); }
      @media screen and (max-width: 480px) {
        .sec01_list_wrap .sec01_list_inner .sec01_list_box_l .sec01_list {
          display: block; } }
      .sec01_list_wrap .sec01_list_inner .sec01_list_box_l .sec01_list .item:first-child {
        max-width: 171px;
        width: 29.49%; }
        @media screen and (max-width: 480px) {
          .sec01_list_wrap .sec01_list_inner .sec01_list_box_l .sec01_list .item:first-child {
            width: 100%;
            margin-bottom: 15px; } }
      .sec01_list_wrap .sec01_list_inner .sec01_list_box_l .sec01_list .item:last-child {
        max-width: 281px;
        width: 48.45%; }
        @media screen and (max-width: 480px) {
          .sec01_list_wrap .sec01_list_inner .sec01_list_box_l .sec01_list .item:last-child {
            width: 100%; } }
    .sec01_list_wrap .sec01_list_inner .sec01_list_box_r {
      width: 47.5%; }
      @media screen and (max-width: 480px) {
        .sec01_list_wrap .sec01_list_inner .sec01_list_box_r {
          width: 100%; } }
      .sec01_list_wrap .sec01_list_inner .sec01_list_box_r .sec01_list_box_head {
        color: #FFF;
        background: rgba(0, 73, 33, 0.8); }
      @media screen and (max-width: 480px) {
        .sec01_list_wrap .sec01_list_inner .sec01_list_box_r .sec01_list {
          display: block; } }
      .sec01_list_wrap .sec01_list_inner .sec01_list_box_r .sec01_list .item:first-child {
        max-width: 162px;
        width: 28.43%; }
        @media screen and (max-width: 480px) {
          .sec01_list_wrap .sec01_list_inner .sec01_list_box_r .sec01_list .item:first-child {
            width: 100%;
            margin-bottom: 15px; } }
      .sec01_list_wrap .sec01_list_inner .sec01_list_box_r .sec01_list .item:last-child {
        max-width: 276px;
        width: 48.43%; }
        @media screen and (max-width: 480px) {
          .sec01_list_wrap .sec01_list_inner .sec01_list_box_r .sec01_list .item:last-child {
            width: 100%; } }

.sec01_flow_wrap {
  position: relative;
  padding: 80px 0px;
  background: #FFF;
  background: #f7fdff; }
  @media screen and (max-width: 768px) {
    .sec01_flow_wrap {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .sec01_flow_wrap {
      padding: 50px 0; } }
  .sec01_flow_wrap:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/company/sec01_flow_wrap.png") top center/cover; }
  .sec01_flow_wrap .sec01_flow_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .sec01_flow_wrap .sec01_flow_box .sec01_flow_logo {
      line-height: 0;
      max-width: 341px;
      width: 28.42%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.5%; }
      @media screen and (max-width: 1240px) {
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_logo {
          margin-bottom: auto; } }
      @media screen and (max-width: 820px) {
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_logo {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_logo {
          width: 80%;
          margin-bottom: 30px; } }
    .sec01_flow_wrap .sec01_flow_box .sec01_flow_image {
      line-height: 0;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      max-width: 1054px;
      width: 87.84%; }
      @media screen and (max-width: 820px) {
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_image {
          width: 100%; } }
      .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img {
        position: absolute;
        display: block; }
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link01 {
          left: 0.7%;
          bottom: 1.7%;
          width: 25.34%; }
          @media screen and (max-width: 480px) {
            .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link01 {
              left: 0.7%;
              bottom: 0.7%;
              width: 48.34%; } }
          .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link01:before {
            content: "";
            display: block;
            padding-bottom: 17.98%; }
            @media screen and (max-width: 480px) {
              .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link01:before {
                padding-bottom: 18.38%; } }
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link02 {
          left: 35.5%;
          bottom: 1.6%;
          width: 29.42%; }
          @media screen and (max-width: 480px) {
            .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link02 {
              left: 10.5%;
              bottom: 44.7%;
              width: 81.42%; } }
          .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link02:before {
            content: "";
            display: block;
            padding-bottom: 17.98%; }
        .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link03 {
          right: 0.7%;
          bottom: 1.7%;
          width: 25.34%; }
          @media screen and (max-width: 480px) {
            .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link03 {
              right: 0.7%;
              bottom: 0.8%;
              width: 48.34%; } }
          .sec01_flow_wrap .sec01_flow_box .sec01_flow_image .link_img.link03:before {
            content: "";
            display: block;
            padding-bottom: 17.98%; }

.sec02_lead_wrap .sec02_lead_head {
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .sec02_lead_wrap .sec02_lead_head {
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .sec02_lead_wrap .sec02_lead_head {
      display: block; } }
  .sec02_lead_wrap .sec02_lead_head .text {
    font-size: 30px;
    line-height: 1.3;
    color: #af9a43;
    display: inline-block; }
    @media screen and (max-width: 1200px) {
      .sec02_lead_wrap .sec02_lead_head .text {
        font-size: 2.5vw; } }
    @media screen and (max-width: 960px) {
      .sec02_lead_wrap .sec02_lead_head .text {
        font-size: 22px;
        letter-spacing: 0; } }
    @media screen and (max-width: 480px) {
      .sec02_lead_wrap .sec02_lead_head .text {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.6; } }
    .sec02_lead_wrap .sec02_lead_head .text .text_lg {
      display: inline-block;
      font-size: 1.4em; }
      @media screen and (max-width: 480px) {
        .sec02_lead_wrap .sec02_lead_head .text .text_lg {
          line-height: 1; } }
  .sec02_lead_wrap .sec02_lead_head .logo {
    flex-shrink: 0;
    max-width: 90px;
    margin-top: 0.84%; }
    @media screen and (max-width: 768px) {
      .sec02_lead_wrap .sec02_lead_head .logo {
        margin-top: 0; } }
    @media screen and (max-width: 480px) {
      .sec02_lead_wrap .sec02_lead_head .logo {
        display: block;
        margin: 0 auto; } }
.sec02_lead_wrap .sec02_read {
  font-size: 24px;
  color: #af9a43; }
  @media screen and (max-width: 1200px) {
    .sec02_lead_wrap .sec02_read {
      font-size: 2vw; } }
  @media screen and (max-width: 480px) {
    .sec02_lead_wrap .sec02_read {
      text-align: center;
      font-size: 16px; } }
.sec02_lead_wrap .sec02_flex {
  align-items: flex-start;
  flex-direction: row-reverse; }
  @media screen and (max-width: 820px) {
    .sec02_lead_wrap .sec02_flex {
      flex-wrap: wrap; } }
  .sec02_lead_wrap .sec02_flex .jpx_logo {
    margin-top: -1.66%;
    width: 34.92%;
    margin-left: -10%; }
    @media screen and (max-width: 820px) {
      .sec02_lead_wrap .sec02_flex .jpx_logo {
        width: 100%;
        margin: 0 0 20px; } }
    @media screen and (max-width: 480px) {
      .sec02_lead_wrap .sec02_flex .jpx_logo {
        margin: 0 auto 20px; } }
  .sec02_lead_wrap .sec02_flex .company_read {
    width: 75%; }
    @media screen and (max-width: 820px) {
      .sec02_lead_wrap .sec02_flex .company_read {
        width: 100%; } }
.sec02_lead_wrap .sec02_txt {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2.2; }

.sec02_wrap {
  align-items: center;
  padding-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .sec02_wrap {
      padding-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .sec02_wrap {
      display: block;
      padding-bottom: 30px; } }
  .sec02_wrap .sec02_wrap_left {
    max-width: 653px;
    width: 54.42%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap .sec02_wrap_left {
        width: 100%;
        margin-bottom: 20px; } }
  .sec02_wrap .sec02_wrap_right {
    max-width: 610px;
    width: 50.84%;
    margin-left: -103.66%; }
    @media screen and (max-width: 480px) {
      .sec02_wrap .sec02_wrap_right {
        width: 100%;
        margin-left: 0; } }

.sec02_list_head {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .sec02_list_head {
      font-size: 2.41vw; } }
  @media screen and (max-width: 960px) {
    .sec02_list_head {
      font-size: 20px;
      letter-spacing: 0; } }

.sec02_ttl {
  text-align: center;
  font-size: clamp(30px, 3.334vw, 40px);
  color: #c9bc9c;
  line-height: 1.5;
  margin-bottom: clamp(25px, 3.334vw, 40px); }
  @media screen and (max-width: 480px) {
    .sec02_ttl {
      font-size: 6.6vw; } }
  .sec02_ttl .big {
    display: inline-block;
    line-height: 1;
    font-size: 160%; }

.sec02_list_group .sec02_list_ttl {
  font-size: clamp(20px, 3.167vw, 38px);
  color: #af9a43;
  line-height: 1.57;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .sec02_list_group .sec02_list_ttl {
      font-size: 5vw; } }
.sec02_list_group .sec02_list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  align-items: start;
  align-content: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 5%; }
  @media screen and (max-width: 820px) {
    .sec02_list_group .sec02_list {
      gap: 20px 5%; } }
  @media screen and (max-width: 480px) {
    .sec02_list_group .sec02_list {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px 4%; } }
  .sec02_list_group .sec02_list .item {
    text-align: center; }
    .sec02_list_group .sec02_list .item .item_image {
      position: relative; }
    .sec02_list_group .sec02_list .item .item_step {
      margin: clamp(15px, 1.539vw, 20px) 0 10px;
      border: 1px solid #af9a43;
      padding: 8px 5px 5px;
      font-size: clamp(14px, 1.385vw, 18px);
      text-align: center;
      line-height: 1.4;
      color: #af9a43; }
      @media screen and (max-width: 480px) {
        .sec02_list_group .sec02_list .item .item_step {
          font-size: 10px; } }
      .sec02_list_group .sec02_list .item .item_step .big {
        display: block;
        font-size: 160%; }
    .sec02_list_group .sec02_list .item .item_text {
      font-size: clamp(12px, 1.231vw, 16px);
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .sec02_list_group .sec02_list .item .item_text {
          font-size: 12px;
          letter-spacing: -0.05em;
          margin-top: 5px; } }

.sec03 .cap_l {
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .sec03 .cap_l {
      font-size: 10px; } }
.sec03 .sec03_lead_head .text {
  font-size: 30px;
  color: #af9a43;
  line-height: 1.3;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .sec03 .sec03_lead_head .text {
      font-size: 2.5vw; } }
  @media screen and (max-width: 960px) {
    .sec03 .sec03_lead_head .text {
      font-size: 22px;
      letter-spacing: 0; } }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_lead_head .text {
      display: block;
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1.6; } }
.sec03 .sec03_flex {
  flex-direction: row-reverse; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_flex {
      flex-wrap: wrap; } }
  .sec03 .sec03_flex .read {
    width: 39%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_flex .read {
        width: 100%; } }
  .sec03 .sec03_flex .sdgs_logo {
    width: 58.42%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_flex .sdgs_logo {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
.sec03 .sdgs_box {
  background: rgba(255, 255, 255, 0.8);
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  column-gap: 5.17%;
  margin-inline: auto; }
  @media screen and (max-width: 1200px) {
    .sec03 .sdgs_box {
      padding-left: 20px; } }
  @media screen and (max-width: 480px) {
    .sec03 .sdgs_box {
      flex-wrap: wrap;
      padding: 20px; } }
  .sec03 .sdgs_box .company_read {
    width: 38.37%;
    letter-spacing: -0.03em; }
    @media screen and (max-width: 480px) {
      .sec03 .sdgs_box .company_read {
        width: 100%;
        margin-bottom: 20px; } }
  .sec03 .sdgs_box .sdgs_logo {
    width: 52.33%; }
    @media screen and (max-width: 480px) {
      .sec03 .sdgs_box .sdgs_logo {
        width: 100%; } }

.sec04 {
  position: relative;
  text-align: center;
  background: #FFF; }
  .sec04 .sec04_in {
    position: relative; }
    .sec04 .sec04_in .sec04_lead_head .text {
      font-size: 36px;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .sec04 .sec04_in .sec04_lead_head .text {
          font-size: 26px;
          letter-spacing: 0; } }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_in .sec04_lead_head .text {
          display: block;
          font-size: 20px;
          margin-bottom: 10px;
          text-align: center;
          line-height: 1.6; } }
    .sec04 .sec04_in .sec04_sub_ttl {
      font-size: 18px;
      color: #766842; }
      @media screen and (max-width: 768px) {
        .sec04 .sec04_in .sec04_sub_ttl {
          font-size: 16px; } }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_in .sec04_sub_ttl {
          font-size: 15px; } }
    .sec04 .sec04_in .youtube_wrap {
      max-width: 800px;
      margin: 0 auto;
      position: relative; }
      .sec04 .sec04_in .youtube_wrap:before {
        content: "";
        padding-bottom: 56.25%;
        display: block; }
      .sec04 .sec04_in .youtube_wrap iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }

/*# sourceMappingURL=company.css.map */
