/*! Writen  by SCSS */
.wrap div.container {
  background: #faf2ee;
  max-width: 100%;
  padding: 70px 0 0; }
  @media screen and (max-width: 768px) {
    .wrap div.container {
      padding: 40px 0 0; } }

.p_ttl {
  margin-bottom: 0; }

.bg1 {
  background: #faf2ee;
  padding: 40px 0 30px; }
  @media screen and (max-width: 768px) {
    .bg1 {
      padding: 30px 0 20px; } }

.bg2 {
  background: #fff;
  padding: 40px 0 30px; }
  @media screen and (max-width: 768px) {
    .bg2 {
      padding: 30px 0 20px; } }

.txt10 {
  /*font-size: clamp(22px, calc(38vw / 9.76), 38px);*/
  /*font-size: clamp(20px, calc(28vw / 9.76), 28px);*/
  font-size: clamp(14px, calc(20vw / 9.76), 20px);
  color: #524517;
  letter-spacing: 0.4em;
  line-height: 1;
  font-weight: 700; }
  .txt10.mt_adjust {
    padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .txt10.mt_adjust2 {
      padding-top: 20px; } }
  .txt10 .txt10_jp {
    display: block;
    padding-top: 12px;
    font-size: clamp(23px, calc(24vw / 9.76), 30px); }
    @media screen and (max-width: 480px) {
      .txt10 .txt10_jp {
        padding-top: 5px; } }

.txt11 {
  font-size: clamp(15px, calc(16vw / 9.76), 16px);
  color: #bf795d;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 700;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: none; }
  @media screen and (max-width: 480px) {
    .txt11 {
      letter-spacing: 0;
      font-size: 13px;
      display: block; }
      .txt11.size_adjust {
        font-size: clamp(15px, calc(16vw / 9.76), 16px); } }
  @media screen and (max-width: 480px) {
    .txt11 {
      letter-spacing: -0.05em; } }
  .txt11 .s {
    font-size: clamp(11px, calc(13vw / 9.76), 13px);
    color: #000;
    letter-spacing: 0.02em;
    font-feature-settings: "palt"; }
  .txt11 .gothic2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      .txt11 .gothic2 {
        margin-bottom: 0; } }

.txt12 {
  font-size: clamp(12px, calc(14vw / 9.76), 14px);
  color: #524517;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt"; }

.cpu_container {
  padding-top: 20px;
  padding-bottom: 0; }

.ta_c {
  text-align: center; }

.cap_wrap {
  background-color: #fff; }

.ttl1 {
  text-align: center; }
  .ttl1 p {
    display: inline-block;
    position: relative;
    padding: calc(25% / 7.2) calc(65% / 7.2) 0; }
    @media screen and (max-width: 768px) {
      .ttl1 p {
        padding: 0; } }
    .ttl1 p .en {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(180% / 7.2); }
      @media screen and (max-width: 768px) {
        .ttl1 p .en {
          position: static;
          display: block;
          width: 100%;
          text-align: center;
          margin-bottom: 10px; } }

.ttl2 {
  text-align: center; }
  .ttl2 p {
    display: inline-block;
    position: relative;
    padding: calc(20% / 7.1) 0 0; }
    @media screen and (max-width: 768px) {
      .ttl2 p {
        padding: 0; } }
    .ttl2 p .en {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(118% / 7.1); }
      @media screen and (max-width: 768px) {
        .ttl2 p .en {
          position: static;
          display: block;
          width: 100%;
          text-align: center;
          margin-bottom: 10px; } }

.ttl3 {
  text-align: center; }
  .ttl3 p {
    display: inline-block;
    position: relative;
    padding: calc(20% / 8.4) 0 0; }
    @media screen and (max-width: 768px) {
      .ttl3 p {
        padding: 0; } }
    .ttl3 p .en {
      position: absolute;
      top: 0;
      left: calc(150% / 8.4);
      width: calc(118% / 8.4); }
      @media screen and (max-width: 768px) {
        .ttl3 p .en {
          position: static;
          display: block;
          width: 100%;
          text-align: center;
          margin-bottom: 10px; } }

.s_ttl {
  background: #e0ddcf;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #696339;
  font-size: 18px;
  font-feature-settings: "palt"; }
  .s_ttl sup {
    font-size: 50%; }
  @media screen and (max-width: 976px) {
    .s_ttl {
      font-size: calc(18vw / 9.76); } }
  @media screen and (max-width: 768px) {
    .s_ttl {
      font-size: calc(17vw / 7.67); } }
  @media screen and (max-width: 480px) {
    .s_ttl {
      font-size: calc(16vw / 4.8); } }
  .s_ttl .l {
    font-size: 120%;
    font-weight: 700; }

.box {
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .box {
      margin-bottom: 25px; } }
  .box .img {
    position: relative;
    margin-bottom: 10px; }
  .box .c_ttl {
    color: #696339;
    line-height: 1.4;
    margin: 0 0 7px;
    padding-bottom: 5px;
    border-bottom: solid 1px #555352;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 18px; }
    @media screen and (max-width: 976px) {
      .box .c_ttl {
        font-size: calc(18vw / 9.76); } }
    @media screen and (max-width: 768px) {
      .box .c_ttl {
        font-size: calc(17vw / 7.67);
        letter-spacing: 0.03em; } }
    @media screen and (max-width: 480px) {
      .box .c_ttl {
        font-size: calc(16vw / 4.8); } }
  .box .c_txt {
    color: #555352;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    font-size: 15px; }
    @media screen and (max-width: 976px) {
      .box .c_txt {
        font-size: calc(15vw / 9.76); } }
    @media screen and (max-width: 768px) {
      .box .c_txt {
        font-size: calc(14vw / 7.67); } }
    @media screen and (max-width: 480px) {
      .box .c_txt {
        font-size: calc(14vw / 4.8); } }
  .box .cap_l {
    color: #555352;
    line-height: 1.4;
    font-size: 10px; }
    @media screen and (max-width: 976px) {
      .box .cap_l {
        font-size: 10px; } }
    @media screen and (max-width: 768px) {
      .box .cap_l {
        font-size: 10px; } }
    @media screen and (max-width: 480px) {
      .box .cap_l {
        font-size: 10px; } }
  .box .sb_ttl {
    color: #696339;
    line-height: 1.3;
    margin: 0 0 7px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 16px; }
    @media screen and (max-width: 976px) {
      .box .sb_ttl {
        font-size: calc(16vw / 9.76); } }
    @media screen and (max-width: 768px) {
      .box .sb_ttl {
        font-size: calc(15vw / 7.67); } }
    @media screen and (max-width: 480px) {
      .box .sb_ttl {
        font-size: calc(15vw / 4.8); } }
  .box .sb_txt {
    color: #555352;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    font-size: 14px; }
    @media screen and (max-width: 976px) {
      .box .sb_txt {
        font-size: calc(14vw / 9.76); } }
    @media screen and (max-width: 768px) {
      .box .sb_txt {
        font-size: calc(13vw / 7.67); } }
    @media screen and (max-width: 480px) {
      .box .sb_txt {
        font-size: calc(13vw / 4.8); } }
  @media screen and (max-width: 768px) {
    .box .sp_f {
      display: flex;
      justify-content: space-between; }
      .box .sp_f .img {
        width: 48%;
        margin-bottom: 0; }
      .box .sp_f .txt {
        width: 48%; } }

.c3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .c3 {
      max-width: 620px;
      margin: 0 auto; } }
  .c3 li {
    width: calc(300% / 9.76); }
    .c3 li.wide700 {
      width: calc(700% / 9.76);
      margin: 0 auto; }
      .c3 li.wide700 .sp_f {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .c3 li.wide700 .sp_f {
            align-items: flex-start;
            margin-bottom: 10px; } }
        .c3 li.wide700 .sp_f .img {
          width: calc(340%/7);
          margin-bottom: 0; }
        .c3 li.wide700 .sp_f .txt {
          width: calc(340%/7); }
    @media screen and (max-width: 768px) {
      .c3 li {
        width: 48%; }
        .c3 li.sp100 {
          width: 100%; } }
    .c3 li.w2 {
      width: calc(638% / 9.76); }
      .c3 li.w2 > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .c3 li.w2 > ul > li {
          width: calc(300% / 6.38); }
          @media screen and (max-width: 768px) {
            .c3 li.w2 > ul > li {
              width: 48%; } }
      @media screen and (max-width: 768px) {
        .c3 li.w2 {
          width: 100%; } }
    .c3 li.w4 {
      width: 100%; }
      .c3 li.w4 > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .c3 li.w4 > ul > li {
          width: calc(229% / 9.76); }
          @media screen and (max-width: 768px) {
            .c3 li.w4 > ul > li {
              width: 48%; } }
      @media screen and (max-width: 768px) {
        .c3 li.w4 {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      .c3 li .c_ttl.ex {
        font-size: 17px;
        line-height: 1.49; } }

.fbox1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .fbox1 {
      max-width: 620px;
      margin: 0 auto; } }
  .fbox1 > .img {
    width: calc(320% / 9.76); }
    @media screen and (max-width: 768px) {
      .fbox1 > .img {
        width: 48%; } }
  .fbox1 > .txt {
    width: calc(630% / 9.76);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .fbox1 > .txt {
        width: 48%; } }

.fbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .fbox2 {
      display: block;
      max-width: 600px;
      margin: 0 auto; } }
  .fbox2 > div {
    width: calc(300% / 6.3);
    max-width: 300px; }
    @media screen and (max-width: 768px) {
      .fbox2 > div {
        width: 100%;
        max-width: 100%; } }

.fbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px; }
  @media screen and (max-width: 768px) {
    .fbox3 {
      display: block; } }
  .fbox3 .c_ttl {
    width: 100%; }
  .fbox3 > .img {
    width: calc(300% / 9.76);
    width: calc(200% / 6.3);
    margin-bottom: 0;
    float: right; }
    @media screen and (max-width: 768px) {
      .fbox3 > .img {
        float: none;
        width: 75%;
        margin: 0 auto;
        max-width: 300px; } }
  .fbox3 > .txt {
    width: calc(638% / 9.76);
    width: calc(420% / 6.3); }
    @media screen and (max-width: 768px) {
      .fbox3 > .txt {
        width: 100%;
        margin-bottom: 15px; } }

.fbox4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .fbox4 {
      display: block; } }
  .fbox4 > .img {
    width: calc(636% / 9.76);
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .fbox4 > .img {
        width: 100%; } }
  .fbox4 > .txt {
    width: calc(300% / 9.76); }
    @media screen and (max-width: 768px) {
      .fbox4 > .txt {
        width: 100%;
        margin-bottom: 15px; } }

.fbox5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .fbox5 {
      display: block; } }
  .fbox5 > .img {
    width: calc(416% / 9.76);
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .fbox5 > .img {
        width: 100%; } }
  .fbox5 > .txt {
    width: calc(540% / 9.76); }
    @media screen and (max-width: 768px) {
      .fbox5 > .txt {
        width: 100%;
        margin-bottom: 15px; } }

.fbox6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .fbox6 {
      display: block; } }
  .fbox6 > .img {
    width: calc(300% / 9.76);
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .fbox6 > .img {
        width: 70%;
        margin: 0 auto;
        max-width: 300px; } }
  .fbox6 > .txt {
    width: calc(638% / 9.76); }
    @media screen and (max-width: 768px) {
      .fbox6 > .txt {
        width: 100%;
        margin-bottom: 15px; } }

@media screen and (max-width: 768px) {
  .sld3 img {
    width: 680px;
    max-width: 680px; } }

@media screen and (max-width: 768px) {
  .sld1 img {
    width: 820px;
    max-width: 820px; } }

/*.fbox7 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	li:nth-child(1) {
		width: 100%;
	}
	li:nth-child(2) {
		width: calc(300% / 9.76);
	}
	li:nth-child(3) {
		width: calc(638% / 9.76);
	}
	@include mq($br_tb){
		display: block;
		li:nth-child(2) {
		width: 100%;
		}
		li:nth-child(3) {
		width: 100%;
		}
	}
}
*/
@media screen and (max-width: 768px) {
  .sld2 img {
    width: 680px;
    max-width: 680px; } }

.ls_01 {
  letter-spacing: -0.01em !important; }

.ls_02 {
  letter-spacing: -0.02em !important; }

.ls_03 {
  letter-spacing: -0.03em !important; }

.ls_04 {
  letter-spacing: -0.04em !important; }

.ls_05 {
  letter-spacing: -0.05em !important; }

.ls_06 {
  letter-spacing: -0.06em !important; }

@media screen and (max-width: 768px) {
  .ls_01_sp {
    letter-spacing: -0.01em !important; }

  .ls_02_sp {
    letter-spacing: -0.02em !important; }

  .ls_03_sp {
    letter-spacing: -0.03em !important; }

  .ls_04_sp {
    letter-spacing: -0.04em !important; }

  .ls_05_sp {
    letter-spacing: -0.05em !important; }

  .ls_06_sp {
    letter-spacing: -0.06em !important; } }
@media screen and (max-width: 768px) {
  .sp_caps .cap_l {
    font-size: 8px;
    font-feature-settings: "palt"; } }

.fbox10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .fbox10 {
      display: block; } }
  .fbox10 > .fig {
    width: calc(601% / 9.76); }
    @media screen and (max-width: 768px) {
      .fbox10 > .fig {
        width: 100%;
        margin: 0 auto;
        max-width: 601px; } }
  .fbox10 > .txt {
    width: calc(375% / 9.76);
    width: calc(435% / 9.76);
    margin-top: calc(35% / 9.76);
    margin-right: calc(-60% / 9.76); }
    @media screen and (max-width: 768px) {
      .fbox10 > .txt {
        width: 100%;
        margin: 0 auto 15px; } }

/*# sourceMappingURL=technology.css.map */
