/*! Writen  by SCSS */
.inner_main {
  background-image: url(../images/main.jpg); }
  @media screen and (max-width: 480px) {
    .inner_main {
      height: 270px; } }
  @media screen and (max-width: 480px) {
    .inner_main .main_ttl {
      top: 130px; } }

.read {
  line-height: 2.33 !important; }
  @media screen and (max-width: 480px) {
    .read {
      line-height: 2 !important; } }

@media screen and (max-width: 480px) {
  .midashi_group .read {
    font-size: 14px;
    letter-spacing: 0.05em; } }

.sec01 {
  position: relative;
  background-image: url("../images/bg02.png");
  background-position: top;
  background-repeat: no-repeat; }
  .sec01::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("../images/bg01.jpg");
    background-position: top;
    background-repeat: no-repeat;
    opacity: 15%;
    z-index: -1; }
  .sec01 .sec_ttl {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl {
        font-size: 20px;
        column-gap: 3px; } }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl .icon {
        width: 20px; } }
  .sec01 .midashi_group .sec_ttl, .sec01 .midashi_group .read {
    color: #0d766e; }
  .sec01 .item_wrap01 .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(40px, 5vw, 60px); }
    @media screen and (max-width: 480px) {
      .sec01 .item_wrap01 .item {
        flex-direction: column; } }
    .sec01 .item_wrap01 .item .text_wrap .ttl_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: clamp(15px, 1.667vw, 20px); }
      .sec01 .item_wrap01 .item .text_wrap .ttl_wrap .ttl {
        font-size: clamp(16px, 2.223vw, 30px);
        color: #0d766e; }
        @media screen and (max-width: 480px) {
          .sec01 .item_wrap01 .item .text_wrap .ttl_wrap .ttl {
            font-size: 22px; } }
  .sec01 .item_wrap01 .item01 {
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .sec01 .item_wrap01 .item01 {
        margin-bottom: 50px; } }
    .sec01 .item_wrap01 .item01 .text_wrap {
      width: 41.25%; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap01 .item01 .text_wrap {
          width: 100%;
          margin-bottom: 20px; } }
      .sec01 .item_wrap01 .item01 .text_wrap .ttl_wrap .ttl .small {
        font-size: 55%;
        display: block; }
      .sec01 .item_wrap01 .item01 .text_wrap .ttl_wrap .icon {
        width: 19.76%; }
    .sec01 .item_wrap01 .item01 .img {
      width: 55%; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap01 .item01 .img {
          width: 100%; } }
  .sec01 .item_wrap01 .item02 {
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .sec01 .item_wrap01 .item02 {
        flex-direction: column; } }
    .sec01 .item_wrap01 .item02 .text_wrap {
      width: 41.25%; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap01 .item02 .text_wrap {
          width: 100%;
          margin-bottom: 10px; } }
    .sec01 .item_wrap01 .item02 .img {
      width: 55%; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap01 .item02 .img {
          width: 100%; } }
  .sec01 .item_wrap02 {
    background: #fff;
    padding: clamp(30px, 3.334vw, 40px) 3.75%;
    margin-bottom: 140px;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1)); }
    @media screen and (max-width: 480px) {
      .sec01 .item_wrap02 {
        padding: 20px 10px;
        margin-bottom: 60px; } }
    .sec01 .item_wrap02 .sec_ttl {
      color: #0d766e;
      padding: 0;
      margin-bottom: 1.25em; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap02 .sec_ttl {
          display: block;
          font-size: 19px;
          letter-spacing: -0.05em;
          line-height: 1.8;
          margin-bottom: 1em; } }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap02 .sec_ttl .icon {
          display: inline-block;
          margin-inline: 5px; } }
    .sec01 .item_wrap02 .list {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap02 .list {
          flex-wrap: wrap;
          row-gap: 30px; } }
      .sec01 .item_wrap02 .list li {
        width: 31.54%; }
        @media screen and (max-width: 480px) {
          .sec01 .item_wrap02 .list li {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .sec01 .item_wrap02 .list li:nth-child(1) .ttl {
            line-height: 1.4; } }
        .sec01 .item_wrap02 .list li .ttl {
          position: relative;
          border-bottom: 1px solid;
          border-top: 1px solid;
          color: #0d766e;
          text-align: center;
          padding: 10px 0;
          line-height: 1.4;
          font-size: clamp(14px, 1.667vw, 20px);
          margin-bottom: 1em; }
          @media screen and (max-width: 768px) {
            .sec01 .item_wrap02 .list li .ttl {
              line-height: 2.8; } }
          @media screen and (max-width: 480px) {
            .sec01 .item_wrap02 .list li .ttl {
              font-size: 16px;
              line-height: 1.4; } }
          .sec01 .item_wrap02 .list li .ttl::after {
            content: '';
            width: 14px;
            height: 12px;
            position: absolute;
            top: 100%;
            left: 50%;
            background: #0d766e;
            pointer-events: none;
            clip-path: polygon(50% 100%, 0 0, 100% 0);
            transform: translate(-50%, 0px); }
        .sec01 .item_wrap02 .list li .img {
          text-align: center; }
  .sec01 .item_wrap03 {
    position: relative;
    padding: 0px 0 80px;
    /*&::before {
    	content: '';
    	position: absolute;
    	inset: 0;
    	background-image: url("../images/bg03.jpg");
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center 75%;
    	
    	
    	//pointer-events: none;
    	opacity: .1;
    	z-index: -1;
    }*/ }
    .sec01 .item_wrap03 .in_box {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec01 .item_wrap03 .in_box {
          flex-direction: column; } }
      .sec01 .item_wrap03 .in_box .text_wrap {
        width: 62.09%; }
        @media screen and (max-width: 480px) {
          .sec01 .item_wrap03 .in_box .text_wrap {
            width: 100%;
            margin-bottom: 20px; } }
        .sec01 .item_wrap03 .in_box .text_wrap .ttl {
          font-size: clamp(16px, 2.223vw, 30px);
          color: #0d766e;
          margin-bottom: 0.75em; }
          @media screen and (max-width: 480px) {
            .sec01 .item_wrap03 .in_box .text_wrap .ttl {
              font-size: 22px;
              letter-spacing: -0.08em; } }
      .sec01 .item_wrap03 .in_box .img {
        width: 25%; }
        @media screen and (max-width: 480px) {
          .sec01 .item_wrap03 .in_box .img {
            width: 100%;
            text-align: center; } }

.sec02 {
  background: #effff9;
  padding: 70px 0 90px; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 50px 0 70px; } }
  .sec02 .sec_ttl {
    color: #5f4a0e;
    padding: 0;
    margin-bottom: 1.75em; }
    @media screen and (max-width: 480px) {
      .sec02 .sec_ttl {
        display: inline-block;
        font-size: 19px;
        letter-spacing: 0;
        letter-spacing: -0.06em; } }
    .sec02 .sec_ttl span {
      display: inline-block;
      margin-inline: 15px;
      line-height: 1;
      vertical-align: super;
      font-size: 0; }
      @media screen and (max-width: 480px) {
        .sec02 .sec_ttl span {
          width: 20px;
          margin-inline: 10px; } }
  .sec02 .ttl01 {
    color: #0d766e;
    margin-bottom: .75em;
    line-height: 1;
    font-size: clamp(14px, 1.482vw, 20px); }
    @media screen and (max-width: 480px) {
      .sec02 .ttl01 {
        font-size: 16px;
        line-height: 1.2; } }
  .sec02 .item01_wrap {
    margin-bottom: 75px; }
    @media screen and (max-width: 480px) {
      .sec02 .item01_wrap {
        margin-bottom: 50px; } }
    .sec02 .item01_wrap .img .cap {
      color: #151c39; }
      @media screen and (max-width: 480px) {
        .sec02 .item01_wrap .img .cap {
          padding: 0; } }
  .sec02 .item02_wrap {
    display: grid;
    grid-template-columns: 22.5% 74.17%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    row-gap: clamp(15px, 2.084vw, 25px);
    margin-bottom: clamp(50px, 5vw, 60px); }
    @media screen and (max-width: 768px) {
      .sec02 .item02_wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto; } }
    .sec02 .item02_wrap .img {
      grid-row: 1 / 3;
      grid-column: 2 / 3; }
      @media screen and (max-width: 768px) {
        .sec02 .item02_wrap .img {
          grid-row: span 1;
          grid-column: span 1; } }
    .sec02 .item02_wrap .text_wrap02 {
      grid-row: 2/3; }
      @media screen and (max-width: 768px) {
        .sec02 .item02_wrap .text_wrap02 {
          grid-row: 3/4; } }
      .sec02 .item02_wrap .text_wrap02 .ttl {
        color: #333;
        line-height: 1;
        margin-bottom: .5em;
        font-size: clamp(11px, 1.25vw, 13px); }
      .sec02 .item02_wrap .text_wrap02 .read {
        font-size: clamp(11px, 1.25vw, 13px); }
  .sec02 .item03_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: clamp(50px, 5.417vw, 65px); }
    .sec02 .item03_wrap .item {
      width: 22.5%; }
      @media screen and (max-width: 480px) {
        .sec02 .item03_wrap .item {
          width: 100%;
          /* text-align: center; */
          /* align-items: center; */
          margin: auto; } }
      .sec02 .item03_wrap .item .text_wrap {
        margin-bottom: clamp(15px, 2.5vw, 30px); }
        .sec02 .item03_wrap .item .text_wrap .ttl .small {
          font-size: 70%; }
        .sec02 .item03_wrap .item .text_wrap .read {
          letter-spacing: 0.05em; }
          .sec02 .item03_wrap .item .text_wrap .read.ls_0 {
            letter-spacing: 0; }
      .sec02 .item03_wrap .item .img .cap01 {
        right: auto;
        bottom: auto;
        top: 0;
        left: 0; }

.img_cap.black.no_shadow .cap {
  text-shadow: none; }

@media screen and (max-width: 480px) {
  .icon_sp {
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .ttl01_sp {
    display: flex;
    align-items: center; } }
