@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*----------------------------------------------------
　下層ページ
----------------------------------------------------*/
.pageMain {
  position: relative;
  padding: 180px 0 100px 0;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1); }
  @media screen and (max-width: 767px) {
    .pageMain {
      padding: 120px 0 50px; } }
  @media screen and (max-width: 450px) {
    .pageMain {
      padding: 120px 0 0px; } }
  .pageMain .in {
    clip-path: inset(0 100% 0 0);
    display: inline-block;
    transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    width: 100%;
    position: relative;
    z-index: 2; }
    .pageMain .in.is-animated {
      clip-path: inset(0); }
    .pageMain .in h1, .pageMain .in .title, .pageMain .in .sub {
      background: linear-gradient(0deg, white 0%, #ecf5f9 100%);
      font-size: 60px;
      font-weight: 700;
      margin: 0 auto;
      max-width: 1300px;
      width: 90%;
      line-height: 140%;
      animation: AnimationTitle 5s ease infinite;
      background: linear-gradient(to right, #50a3db, #0068b4, #48bdcf);
      background-size: 200% 100%;
      background-clip: text;
      color: transparent; }
      @media screen and (max-width: 800px) {
        .pageMain .in h1, .pageMain .in .title, .pageMain .in .sub {
          font-size: 50px; } }
      @media screen and (max-width: 600px) {
        .pageMain .in h1, .pageMain .in .title, .pageMain .in .sub {
          font-size: 40px; } }
      @media screen and (max-width: 450px) {
        .pageMain .in h1, .pageMain .in .title, .pageMain .in .sub {
          font-size: 30px; } }
    .pageMain .in .sub {
      font-family: 'Oswald',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 36px;
      font-weight: 400; }
      @media screen and (max-width: 600px) {
        .pageMain .in .sub {
          font-size: 24px; } }
      @media screen and (max-width: 450px) {
        .pageMain .in .sub {
          font-size: 20px; } }

/*====================================
　共通パーツ
=====================================*/
#content section {
  padding: 0 0 50px; }
#content .f22 {
  font-size: 22px; }
#content .f20 {
  font-size: 20px; }
#content .f18 {
  font-size: 18px; }
#content .f15 {
  font-size: 15px; }
#content .f14 {
  font-size: 14px; }
#content .b {
  font-weight: 700; }
@media screen and (max-width: 1440px) {
  #content .inner {
    padding: 0 30px; } }
@media screen and (max-width: 520px) {
  #content .inner {
    padding: 0 20px; } }
#content p {
  line-height: 36px;
  padding: 0 0 1em; }
  @media screen and (max-width: 520px) {
    #content p {
      line-height: 28px;
      font-size: 15px; } }
  #content p:last-child {
    padding: 0; }
  #content p:empty {
    display: none;
    padding: 0;
    line-height: 0; }
#content table {
  width: 100%; }
  #content table th, #content table td {
    padding: 30px 10px;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    letter-spacing: 0.1em;
    line-height: 30px; }
    @media screen and (max-width: 520px) {
      #content table th, #content table td {
        padding: 10px;
        display: block;
        width: 100% !important; } }
  #content table th {
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    width: 25%; }
    @media screen and (max-width: 520px) {
      #content table th {
        border-top: none;
        border-bottom: none;
        padding: 10px 10px 0; } }
  #content table td {
    font-size: 16px;
    width: 75%; }
    @media screen and (max-width: 520px) {
      #content table td {
        border-top: none; } }
    #content table td div {
      padding: 20px 0; }
      @media screen and (max-width: 520px) {
        #content table td div {
          padding: 0 0 10px; } }
#content .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/*====================================
　会社概要
=====================================*/
.company #content .companyBox {
  padding: 0 0 100px; }
  @media screen and (max-width: 520px) {
    .company #content .companyBox {
      padding: 0 0 50px; } }
  .company #content .companyBox:last-child {
    padding: 0; }
  .company #content .companyBox .flexBox .lBox {
    width: 300px; }
    @media screen and (max-width: 1000px) {
      .company #content .companyBox .flexBox .lBox {
        width: 25%; } }
    @media screen and (max-width: 850px) {
      .company #content .companyBox .flexBox .lBox {
        width: 10%; } }
    .company #content .companyBox .flexBox .lBox h2 {
      position: sticky;
      top: 110px;
      font-weight: 500;
      font-size: 30px; }
      @media screen and (max-width: 850px) {
        .company #content .companyBox .flexBox .lBox h2 {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; } }
      @media screen and (max-width: 520px) {
        .company #content .companyBox .flexBox .lBox h2 {
          font-size: 24px; } }
  .company #content .companyBox .flexBox .rBox {
    width: calc(100% - 300px); }
    @media screen and (max-width: 1000px) {
      .company #content .companyBox .flexBox .rBox {
        width: 75%; } }
    @media screen and (max-width: 850px) {
      .company #content .companyBox .flexBox .rBox {
        width: 90%; } }
    @media screen and (max-width: 520px) {
      .company #content .companyBox .flexBox .rBox {
        padding: 0 0 0 20px; } }
    .company #content .companyBox .flexBox .rBox p {
      line-height: 40px;
      padding: 0 0 2em; }
      @media screen and (max-width: 520px) {
        .company #content .companyBox .flexBox .rBox p {
          line-height: 160%; } }
    .company #content .companyBox .flexBox .rBox .btn {
      padding-top: 0px;
      padding-bottom: 0; }
    @media screen and (max-width: 600px) {
      .company #content .companyBox .flexBox .rBox .map iframe {
        height: 240px; } }

/*====================================
　事業紹介
=====================================*/
.business #content .list .busBox {
  padding: 0 0 100px; }
  @media screen and (max-width: 520px) {
    .business #content .list .busBox {
      padding: 0 0 30px; } }
  .business #content .list .busBox:last-child {
    padding: 0; }
  .business #content .list .busBox h2 {
    padding: 0 0 20px;
    margin: 0 0 50px;
    font-size: 40px;
    text-align: center;
    color: #0068b4; }
    @media screen and (max-width: 520px) {
      .business #content .list .busBox h2 {
        font-size: 28px; } }
  .business #content .list .busBox .inBox {
    margin: 0 0 60px;
    display: flex;
    justify-content: flex-start;
    gap: 0 100px; }
    @media screen and (max-width: 1000px) {
      .business #content .list .busBox .inBox {
        gap: 0 50px; } }
    @media screen and (max-width: 767px) {
      .business #content .list .busBox .inBox {
        flex-wrap: wrap; } }
    .business #content .list .busBox .inBox.type2 {
      justify-content: flex-end; }
      .business #content .list .busBox .inBox.type2 .imgBox {
        order: 2;
        border-radius: 200px 50px 200px 50px; }
        @media screen and (max-width: 1000px) {
          .business #content .list .busBox .inBox.type2 .imgBox {
            border-radius: 100px 50px 100px 50px; } }
        @media screen and (max-width: 767px) {
          .business #content .list .busBox .inBox.type2 .imgBox {
            order: 1; } }
      .business #content .list .busBox .inBox.type2 .txBox {
        order: 1; }
        @media screen and (max-width: 767px) {
          .business #content .list .busBox .inBox.type2 .txBox {
            order: 2; } }
    .business #content .list .busBox .inBox .imgBox {
      width: 55%;
      max-height: 500px;
      position: relative;
      border-radius: 50px 200px 50px 200px;
      overflow: hidden; }
      @media screen and (max-width: 1000px) {
        .business #content .list .busBox .inBox .imgBox {
          border-radius: 50px 100px 50px 100px; } }
      @media screen and (max-width: 767px) {
        .business #content .list .busBox .inBox .imgBox {
          width: 100%;
          max-height: none;
          height: 300px; } }
      @media screen and (max-width: 520px) {
        .business #content .list .busBox .inBox .imgBox {
          height: 240px; } }
      .business #content .list .busBox .inBox .imgBox img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .business #content .list .busBox .inBox .txBox {
      width: 400px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .business #content .list .busBox .inBox .txBox {
          width: 100%;
          padding: 30px 20px 0; } }
      @media screen and (max-width: 520px) {
        .business #content .list .busBox .inBox .txBox {
          padding: 20px 0 0; } }
      .business #content .list .busBox .inBox .txBox h3 {
        font-size: 24px;
        padding: 0 0 30px; }
        @media screen and (max-width: 520px) {
          .business #content .list .busBox .inBox .txBox h3 {
            font-size: 20px; } }
      .business #content .list .busBox .inBox .txBox p {
        line-height: 30px; }
      .business #content .list .busBox .inBox .txBox .btn {
        padding-bottom: 0; }
        .business #content .list .busBox .inBox .txBox .btn a {
          font-size: 15px;
          width: 200px;
          height: 60px; }
.business #content .purchaseBox .main {
  background: url(../images/_kari/businessBg.png) repeat;
  text-align: center;
  padding: 50px 20px; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .main {
      padding: 20px; } }
.business #content .purchaseBox .inner {
  max-width: 1200px; }
.business #content .purchaseBox p {
  line-height: 240%; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox p {
      line-height: 180%; } }
.business #content .purchaseBox .titles {
  position: relative;
  background-color: #f1f7fd;
  padding: 50px 20px 80px;
  font-size: 26px;
  text-shadow: 0 0 0 #FFF;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .titles {
      font-size: 20px !important; } }
  .business #content .purchaseBox .titles:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #0068b4;
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
.business #content .purchaseBox .sub {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 20px 20px 60px;
  margin: 0 0 30px;
  text-align: left;
  box-shadow: 0 3px 0 #e0e0e0; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .sub {
      font-size: 16px;
      padding: 15px 10px 15px 40px; } }
  .business #content .purchaseBox .sub:before {
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 30px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #0068b4; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .sub:before {
        left: 15px; } }
.business #content .purchaseBox .bnrArea {
  background: url(../images/_kari/businessBg2.png) repeat;
  border-radius: 20px;
  text-align: center;
  padding: 50px;
  margin: 50px auto 0;
  max-width: 1200px; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .bnrArea {
      padding: 20px 20px 10px; } }
  .business #content .purchaseBox .bnrArea .titles {
    background-color: transparent;
    padding: 0 0 80px;
    font-weight: bold; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .bnrArea .titles {
        padding: 0 0 40px; } }
    .business #content .purchaseBox .bnrArea .titles:after {
      background-color: #f5b415; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .bnrArea .titles:after {
          bottom: 20px; } }
  .business #content .purchaseBox .bnrArea .bnr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .business #content .purchaseBox .bnrArea .bnr a {
      display: block;
      padding: 0 20px; }
.business #content .purchaseBox .purBox1 {
  padding: 50px 0; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .purBox1 {
      padding: 50px 20px; } }
.business #content .purchaseBox .purBox2 .inBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .purBox2 .inBox {
      padding: 10px 20px 50px; } }
  .business #content .purchaseBox .purBox2 .inBox .imgBox {
    width: 30%;
    min-height: 250px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox2 .inBox .imgBox {
        width: 100%;
        height: 280px;
        min-height: 280px; } }
    .business #content .purchaseBox .purBox2 .inBox .imgBox img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 70%;
      max-width: none;
      height: 100%;
      width: auto; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox2 .inBox .imgBox img {
          left: 50%;
          max-width: 100%;
          height: auto; } }
  .business #content .purchaseBox .purBox2 .inBox .txBox {
    width: 65%; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox2 .inBox .txBox {
        width: 100%;
        padding: 30px 0 0 0; } }
  .business #content .purchaseBox .purBox2 .inBox.sec {
    align-items: center; }
@media screen and (max-width: 520px) {
  .business #content .purchaseBox .purBox3 .inner {
    padding: 0 20px; } }
.business #content .purchaseBox .purBox3 .inBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 10px; }
  .business #content .purchaseBox .purBox3 .inBox .in {
    width: 30%;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox3 .inBox .in {
        width: 30%; } }
    .business #content .purchaseBox .purBox3 .inBox .in .tx {
      font-size: 18px;
      font-weight: 600;
      padding: 0 0 20px; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox3 .inBox .in .tx {
          font-size: 12px;
          padding: 0; } }
    .business #content .purchaseBox .purBox3 .inBox .in span {
      font-size: 12px;
      display: block;
      line-height: 130%; }
  .business #content .purchaseBox .purBox3 .inBox .txBox {
    width: 65%; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox3 .inBox .txBox {
        width: 100%;
        padding: 30px 0 0 0; } }
  .business #content .purchaseBox .purBox3 .inBox.inBox2 {
    margin: 0 0 20px; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox3 .inBox.inBox2 .in {
        width: 100%;
        margin: 0 auto; }
        .business #content .purchaseBox .purBox3 .inBox.inBox2 .in .tx {
          font-size: 18px;
          padding: 0 0 10px; } }
.business #content .purchaseBox .purBox4 {
  padding: 50px 0; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .purBox4 {
      padding: 50px 0px 0; } }
  .business #content .purchaseBox .purBox4 .c {
    text-align: center;
    padding: 30px 0 0 0; }
  .business #content .purchaseBox .purBox4 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 0 0; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox4 .inner {
        padding: 20px; } }
    .business #content .purchaseBox .purBox4 .inner .inBox {
      width: 48%;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      box-shadow: 0 3px 0 #e0e0e0;
      padding: 30px;
      margin: 0 0 20px; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox4 .inner .inBox {
          width: 100%; } }
      .business #content .purchaseBox .purBox4 .inner .inBox .img {
        float: left;
        width: 35%;
        height: auto;
        margin: 0 20px 10px 0; }
        @media screen and (max-width: 520px) {
          .business #content .purchaseBox .purBox4 .inner .inBox .img {
            width: 30%; } }
      .business #content .purchaseBox .purBox4 .inner .inBox p {
        line-height: 180%;
        font-size: 14px; }
        .business #content .purchaseBox .purBox4 .inner .inBox p.tx1 {
          background-color: #0068b4;
          color: #FFF;
          font-size: 13px;
          padding: 0 10px;
          border-radius: 5px;
          display: inline-block; }
        .business #content .purchaseBox .purBox4 .inner .inBox p.tx2 {
          font-size: 16px;
          font-weight: bold;
          padding: 3px 0 10px; }
.business #content .purchaseBox .purBox5,
.business #content .purchaseBox .purBox6 {
  padding: 50px 0; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .purBox5,
    .business #content .purchaseBox .purBox6 {
      padding: 50px 0 0; } }
  .business #content .purchaseBox .purBox5 .inner,
  .business #content .purchaseBox .purBox6 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 0 0; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox5 .inner,
      .business #content .purchaseBox .purBox6 .inner {
        padding: 20px; } }
    .business #content .purchaseBox .purBox5 .inner .inBox,
    .business #content .purchaseBox .purBox6 .inner .inBox {
      width: 30%;
      margin: 0 0 50px; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox5 .inner .inBox,
        .business #content .purchaseBox .purBox6 .inner .inBox {
          width: 100%; } }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox5 .inner .inBox .imgBox,
        .business #content .purchaseBox .purBox6 .inner .inBox .imgBox {
          position: relative;
          width: 100%;
          height: 220px;
          overflow: hidden; }
          .business #content .purchaseBox .purBox5 .inner .inBox .imgBox img,
          .business #content .purchaseBox .purBox6 .inner .inBox .imgBox img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
      .business #content .purchaseBox .purBox5 .inner .inBox .txBox,
      .business #content .purchaseBox .purBox6 .inner .inBox .txBox {
        padding: 20px 0 0 0; }
        @media screen and (max-width: 520px) {
          .business #content .purchaseBox .purBox5 .inner .inBox .txBox,
          .business #content .purchaseBox .purBox6 .inner .inBox .txBox {
            width: 100%; } }
        .business #content .purchaseBox .purBox5 .inner .inBox .txBox h3,
        .business #content .purchaseBox .purBox6 .inner .inBox .txBox h3 {
          border-bottom: none;
          text-align: center;
          padding: 0; }
          .business #content .purchaseBox .purBox5 .inner .inBox .txBox h3:before,
          .business #content .purchaseBox .purBox6 .inner .inBox .txBox h3:before {
            display: none; }
          @media screen and (max-width: 520px) {
            .business #content .purchaseBox .purBox5 .inner .inBox .txBox h3,
            .business #content .purchaseBox .purBox6 .inner .inBox .txBox h3 {
              text-align: left;
              font-size: 16px;
              margin: 0 0 10px; } }
        .business #content .purchaseBox .purBox5 .inner .inBox .txBox p,
        .business #content .purchaseBox .purBox6 .inner .inBox .txBox p {
          font-size: 14px; }
          @media screen and (max-width: 520px) {
            .business #content .purchaseBox .purBox5 .inner .inBox .txBox p,
            .business #content .purchaseBox .purBox6 .inner .inBox .txBox p {
              line-height: 160%; } }
@media screen and (max-width: 520px) {
  .business #content .purchaseBox .purBox6 {
    padding: 0; } }
.business #content .purchaseBox .purBox6 .inner {
  justify-content: center; }
  .business #content .purchaseBox .purBox6 .inner .inBox {
    width: 250px;
    margin: 0 50px 50px; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox6 .inner .inBox {
        width: 100%;
        margin: 0 0 30px;
        display: flex;
        justify-content: space-between; } }
    .business #content .purchaseBox .purBox6 .inner .inBox .imgBox {
      width: 250px;
      height: 250px;
      border: 2px solid #cfcfcf;
      border-radius: 20px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox6 .inner .inBox .imgBox {
          width: 100px;
          height: 100px;
          padding: 30px; } }
      .business #content .purchaseBox .purBox6 .inner .inBox .imgBox img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 520px) {
          .business #content .purchaseBox .purBox6 .inner .inBox .imgBox img {
            width: 70%;
            height: auto; } }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox6 .inner .inBox .txBox {
        width: 65%;
        padding: 0; } }
    .business #content .purchaseBox .purBox6 .inner .inBox .txBox h3 {
      font-size: 15px; }
.business #content .purchaseBox .purBox7 {
  padding: 50px 0; }
  .business #content .purchaseBox .purBox7 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 0 0; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox7 .inner {
        padding: 20px; } }
    .business #content .purchaseBox .purBox7 .inner .inBox {
      width: 48%;
      padding: 0 0 50px; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox7 .inner .inBox {
          width: 100%; } }
      .business #content .purchaseBox .purBox7 .inner .inBox p {
        font-size: 14px;
        padding: 0 30px; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .purBox7 .bnrArea {
      margin: 0 20px; } }
.business #content .purchaseBox .purBox8 {
  padding: 50px 0; }
  .business #content .purchaseBox .purBox8 .inner {
    padding: 50px; }
    @media screen and (max-width: 520px) {
      .business #content .purchaseBox .purBox8 .inner {
        padding: 0 20px; } }
    .business #content .purchaseBox .purBox8 .inner .inBox {
      padding: 50px 30px;
      margin: 0 auto;
      width: 700px;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #d4d4d4; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox8 .inner .inBox {
          width: 100%;
          padding: 40px 0px 40px 10px; } }
      .business #content .purchaseBox .purBox8 .inner .inBox .step {
        width: 85px;
        height: 85px;
        position: relative;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        padding: 23px 0 0 0; }
        .business #content .purchaseBox .purBox8 .inner .inBox .step p {
          font-size: 13px;
          position: relative;
          z-index: 2;
          line-height: 160%; }
        .business #content .purchaseBox .purBox8 .inner .inBox .step span {
          display: block;
          font-size: 20px; }
        .business #content .purchaseBox .purBox8 .inner .inBox .step:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 85px;
          height: 85px;
          background-color: #0068b4;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
          z-index: 1;
          border-radius: 5px;
          box-shadow: -5px 5px 0 #dcecf9; }
      .business #content .purchaseBox .purBox8 .inner .inBox .txBox {
        width: 80%; }
        @media screen and (max-width: 520px) {
          .business #content .purchaseBox .purBox8 .inner .inBox .txBox {
            width: 60%; } }
        .business #content .purchaseBox .purBox8 .inner .inBox .txBox .tx1 {
          font-weight: bold; }
        .business #content .purchaseBox .purBox8 .inner .inBox .txBox .tx2 {
          font-size: 14px; }
.business #content .purchaseBox .purBox9 .inner {
  padding: 50px 0 0; }
  @media screen and (max-width: 520px) {
    .business #content .purchaseBox .purBox9 .inner {
      padding: 0 20px; } }
.business #content .purchaseBox .purBox9 .faqBox {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .business #content .purchaseBox .purBox9 .faqBox {
      width: 100%;
      box-sizing: border-box; } }
  .business #content .purchaseBox .purBox9 .faqBox .in {
    padding: 5px 0; }
    .business #content .purchaseBox .purBox9 .faqBox .in.open .qTx:after {
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform: translate(0%, -40%) rotate(-45deg);
      -moz-transform: translate(0%, -40%) rotate(-45deg);
      -ms-transform: translate(0%, -40%) rotate(-45deg);
      -o-transform: translate(0%, -40%) rotate(-45deg);
      transform: translate(0%, -40%) rotate(-45deg); }
    .business #content .purchaseBox .purBox9 .faqBox .in .qTx {
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      padding: 20px 50px 20px 6em;
      overflow: hidden; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox9 .faqBox .in .qTx {
          line-height: 180%;
          padding: 20px 40px 20px 5em;
          font-size: 14px;
          line-height: 150%; } }
      .business #content .purchaseBox .purBox9 .faqBox .in .qTx:before {
        content: "Ｑ";
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 100%;
        background-color: #0068b4;
        color: #FFF;
        font-size: 30px;
        padding: 7px 0 0 25px; }
        @media screen and (max-width: 520px) {
          .business #content .purchaseBox .purBox9 .faqBox .in .qTx:before {
            box-sizing: border-box;
            font-size: 30px;
            width: 50px;
            padding: 10px; } }
      .business #content .purchaseBox .purBox9 .faqBox .in .qTx:after {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        content: '';
        width: 15px;
        height: 15px;
        border-top: solid 3px #0068b4;
        border-right: solid 3px #0068b4;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0%, -60%) rotate(135deg);
        -moz-transform: translate(0%, -60%) rotate(135deg);
        -ms-transform: translate(0%, -60%) rotate(135deg);
        -o-transform: translate(0%, -60%) rotate(135deg);
        transform: translate(0%, -60%) rotate(135deg); }
        @media screen and (max-width: 1024px) {
          .business #content .purchaseBox .purBox9 .faqBox .in .qTx:after {
            width: 10px;
            height: 10px;
            right: 15px; } }
    .business #content .purchaseBox .purBox9 .faqBox .in .aTx {
      display: none;
      font-size: 16px;
      color: #606060;
      position: relative;
      padding: 40px 30px 40px 6em; }
      @media screen and (max-width: 520px) {
        .business #content .purchaseBox .purBox9 .faqBox .in .aTx {
          line-height: 180%;
          padding: 20px 10px 20px 3.5em;
          font-size: 14px;
          line-height: 150%; } }
      .business #content .purchaseBox .purBox9 .faqBox .in .aTx:before {
        content: "A";
        position: absolute;
        top: 28px;
        left: 28px;
        font-size: 30px;
        font-weight: 600;
        color: #f39718; }
        @media screen and (max-width: 1024px) {
          .business #content .purchaseBox .purBox9 .faqBox .in .aTx:before {
            -webkit-transform: translate(0%, -50%);
            -moz-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
            top: 50%;
            left: 10px;
            font-size: 30px; } }

/*====================================
　経営思想
=====================================*/
.philosophy #content .js-scroll-overlap {
  background-color: #FFF; }
  .philosophy #content .js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: sticky;
    top: var(--sticky-offset); }
  .philosophy #content .js-scroll-overlap.first {
    padding: 0; }
.philosophy #content .relative {
  position: relative;
  background-color: #FFF; }
.philosophy #content .philosophyBox p {
  position: relative;
  z-index: 1; }
.philosophy #content .philosophyBox .phi1 {
  position: relative;
  padding: 0 0 50px 180px; }
  @media screen and (max-width: 1000px) {
    .philosophy #content .philosophyBox .phi1 {
      padding: 0 0 50px 50px; } }
  @media screen and (max-width: 520px) {
    .philosophy #content .philosophyBox .phi1 {
      padding: 0 20px 50px; } }
  .philosophy #content .philosophyBox .phi1:after {
    content: "PHILOSOPHY";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 160px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.1);
    line-height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 520px) {
      .philosophy #content .philosophyBox .phi1:after {
        font-size: 70px; } }
.philosophy #content .philosophyBox .flexBox {
  padding: 50px 0 70px; }
  @media screen and (max-width: 1000px) {
    .philosophy #content .philosophyBox .flexBox {
      padding: 30px 0; } }
  .philosophy #content .philosophyBox .flexBox .txBox {
    width: 50%;
    padding: 0 50px; }
    @media screen and (max-width: 1000px) {
      .philosophy #content .philosophyBox .flexBox .txBox {
        width: 100%;
        padding: 0 0 0 50px; } }
    @media screen and (max-width: 520px) {
      .philosophy #content .philosophyBox .flexBox .txBox {
        padding: 0 20px; } }
    .philosophy #content .philosophyBox .flexBox .txBox h3 {
      font-size: 24px;
      color: #0068b4;
      padding: 0 0 20px; }
    .philosophy #content .philosophyBox .flexBox .txBox p {
      font-size: 15px; }
  .philosophy #content .philosophyBox .flexBox .imgBox {
    width: 50%; }
    @media screen and (max-width: 1000px) {
      .philosophy #content .philosophyBox .flexBox .imgBox {
        width: 100%;
        height: 350px; } }
    @media screen and (max-width: 1000px) {
      .philosophy #content .philosophyBox .flexBox .imgBox img {
        object-fit: cover;
        width: 100%;
        height: 100%; } }
  .philosophy #content .philosophyBox .flexBox.type2 {
    padding-bottom: 150px; }
    .philosophy #content .philosophyBox .flexBox.type2 .txBox {
      order: 2; }
      @media screen and (max-width: 1000px) {
        .philosophy #content .philosophyBox .flexBox.type2 .txBox {
          order: 1; } }
    .philosophy #content .philosophyBox .flexBox.type2 .imgBox {
      order: 1; }
      @media screen and (max-width: 1000px) {
        .philosophy #content .philosophyBox .flexBox.type2 .imgBox {
          order: 2; } }
.philosophy #content .phi_common .en {
  font-weight: 500;
  color: #AAAAAA;
  font-size: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi_common .en {
      font-size: 20px; } }
.philosophy #content .phi_common h2 {
  font-size: 40px;
  font-weight: 700;
  color: #219CC1;
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi_common h2 {
      font-size: 30px; } }
.philosophy #content .phi_common h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 30px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi_common h3 {
      font-size: 17px; } }
.philosophy #content .phi2_par {
  padding: 100px 0 250px;
  border-radius: 100px 100px 0 0;
  background-color: #eef8fb;
  position: relative; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi2_par {
      border-radius: 50px 50px 0 0; } }
  .philosophy #content .phi2_par:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/top/top_stance1.webp") no-repeat center;
    background-size: cover;
    opacity: 0.4;
    z-index: 0; }
  .philosophy #content .phi2_par h3 {
    text-align: center; }
  .philosophy #content .phi2_par p {
    text-align: center; }
    @media screen and (max-width: 520px) {
      .philosophy #content .phi2_par p {
        text-align: left; } }
.philosophy #content .phi3_par {
  padding: 100px 0 50px;
  border-radius: 100px 100px 0 0; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi3_par {
      border-radius: 50px 50px 0 0; } }
  .philosophy #content .phi3_par h3 {
    text-align: center; }
  .philosophy #content .phi3_par p {
    text-align: center; }
    @media screen and (max-width: 520px) {
      .philosophy #content .phi3_par p {
        text-align: left; } }
  .philosophy #content .phi3_par .img_full {
    margin: 100px 0 0;
    width: 100%;
    height: 400px;
    background: url("../images/page/philosophy3.webp") no-repeat center;
    background-size: cover; }
.philosophy #content .phi4_par {
  padding: 100px 0 250px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi4_par {
      border-radius: 50px 50px 0 0; } }
  .philosophy #content .phi4_par:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/page/philosophy4.webp") no-repeat center;
    background-size: cover;
    opacity: 0.5;
    z-index: 0; }
  .philosophy #content .phi4_par h3 {
    text-align: center; }
  .philosophy #content .phi4_par p {
    text-align: center; }
    @media screen and (max-width: 520px) {
      .philosophy #content .phi4_par p {
        text-align: left; } }
  .philosophy #content .phi4_par .subBox {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 50px;
    margin: 70px auto 0;
    background-color: #FFF;
    max-width: 900px;
    border-radius: 30px;
    box-shadow: 10px 10px rgba(51, 51, 51, 0.1); }
    @media screen and (max-width: 520px) {
      .philosophy #content .phi4_par .subBox {
        padding: 25px; } }
    .philosophy #content .phi4_par .subBox h3 {
      font-size: 24px; }
    .philosophy #content .phi4_par .subBox p {
      text-align: left;
      font-size: 15px; }
      .philosophy #content .phi4_par .subBox p.tx {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        background-color: rgba(0, 104, 180, 0.1);
        padding: 5px;
        margin: 0 0 20px; }
.philosophy #content .phi5_par {
  padding: 100px 0 0;
  border-radius: 100px 100px 0 0; }
  @media screen and (max-width: 520px) {
    .philosophy #content .phi5_par {
      border-radius: 50px 50px 0 0; } }
  .philosophy #content .phi5_par h3 {
    text-align: center; }
  .philosophy #content .phi5_par p {
    text-align: center; }
  .philosophy #content .phi5_par .flexBox2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .philosophy #content .phi5_par .flexBox2 .in {
      width: 48%;
      padding: 40px 50px 30px;
      margin: 30px 0;
      box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
      position: relative;
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        .philosophy #content .phi5_par .flexBox2 .in {
          width: 100%;
          margin: 0 0 50px; } }
      .philosophy #content .phi5_par .flexBox2 .in p {
        text-align: left; }
        .philosophy #content .phi5_par .flexBox2 .in p.tx1 {
          font-size: 30px;
          font-weight: 700;
          color: #81BFC9;
          padding: 0 0 5px;
          position: absolute;
          top: -20px;
          left: 20px; }
          .philosophy #content .phi5_par .flexBox2 .in p.tx1 span {
            background-color: #FFF;
            padding: 0 10px; }
        .philosophy #content .phi5_par .flexBox2 .in p.tx2 {
          font-size: 20px;
          font-weight: 600;
          padding: 0 0 15px; }
        .philosophy #content .phi5_par .flexBox2 .in p.tx3 {
          line-height: 180%;
          font-size: 15px; }

/*====================================
　代表メッセージ
=====================================*/
.message #content .flexBox .lBox {
  width: 400px; }
  @media screen and (max-width: 1150px) {
    .message #content .flexBox .lBox {
      width: 25%; } }
  @media screen and (max-width: 850px) {
    .message #content .flexBox .lBox {
      width: 100%;
      text-align: center; } }
  .message #content .flexBox .lBox .imgBox {
    position: sticky;
    top: 110px; }
.message #content .flexBox .rBox {
  width: calc(100% - 450px); }
  @media screen and (max-width: 1150px) {
    .message #content .flexBox .rBox {
      width: 70%; } }
  @media screen and (max-width: 850px) {
    .message #content .flexBox .rBox {
      width: 100%;
      padding: 20px 0 0 0; } }
  @media screen and (max-width: 520px) {
    .message #content .flexBox .rBox {
      padding: 20px 0 0 20px; } }
  .message #content .flexBox .rBox h2 {
    padding: 0 0 30px;
    font-weight: 500;
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .message #content .flexBox .rBox h2 {
        font-size: 24px; } }
  .message #content .flexBox .rBox h3 {
    font-size: 20px;
    padding: 0 0 20px; }
    .message #content .flexBox .rBox h3 span {
      background-color: #F0F0F0;
      padding: 5px 30px; }
  .message #content .flexBox .rBox p {
    line-height: 40px;
    padding: 0 0 2em; }
    @media screen and (max-width: 520px) {
      .message #content .flexBox .rBox p {
        line-height: 160%; } }
    .message #content .flexBox .rBox p.name span {
      font-size: 20px;
      font-weight: 600; }

/*====================================
　プライバシーポリシー
=====================================*/
.privacy-policy #content,
.privacy #content {
  padding: 100px 0; }
  .privacy-policy #content .inner,
  .privacy #content .inner {
    max-width: 1200px; }
  .privacy-policy #content p,
  .privacy #content p {
    line-height: 38px; }
    .privacy-policy #content p.tx,
    .privacy #content p.tx {
      padding: 0 0 30px; }
  .privacy-policy #content .box,
  .privacy #content .box {
    padding: 0 0 60px; }
    .privacy-policy #content .box h2,
    .privacy #content .box h2 {
      font-size: 20px;
      font-weight: 700;
      padding: 0 0 20px; }
    .privacy-policy #content .box p,
    .privacy #content .box p {
      padding: 0 0 0px 20px; }
      @media screen and (max-width: 520px) {
        .privacy-policy #content .box p,
        .privacy #content .box p {
          padding: 0 0 30px; } }
    .privacy-policy #content .box .tx,
    .privacy #content .box .tx {
      font-weight: 900; }
    .privacy-policy #content .box ul,
    .privacy-policy #content .box ol,
    .privacy #content .box ul,
    .privacy #content .box ol {
      padding: 10px 10px 0px 20px; }
      @media screen and (max-width: 520px) {
        .privacy-policy #content .box ul,
        .privacy-policy #content .box ol,
        .privacy #content .box ul,
        .privacy #content .box ol {
          padding: 0; } }
      .privacy-policy #content .box ul li,
      .privacy-policy #content .box ol li,
      .privacy #content .box ul li,
      .privacy #content .box ol li {
        font-size: 16px;
        font-weight: 500;
        list-style-type: none;
        position: relative;
        padding: 0 10px 5px 1em;
        line-height: 250%; }
        @media screen and (max-width: 520px) {
          .privacy-policy #content .box ul li,
          .privacy-policy #content .box ol li,
          .privacy #content .box ul li,
          .privacy #content .box ol li {
            line-height: 200%; } }
        .privacy-policy #content .box ul li:before,
        .privacy-policy #content .box ol li:before,
        .privacy #content .box ul li:before,
        .privacy #content .box ol li:before {
          content: "・";
          position: absolute;
          left: 0;
          top: 0; }
    .privacy-policy #content .box ol,
    .privacy #content .box ol {
      margin: 0 0 30px 1.5em; }
      .privacy-policy #content .box ol li,
      .privacy #content .box ol li {
        list-style: decimal;
        padding: 0 10px 5px 0; }
        .privacy-policy #content .box ol li:before,
        .privacy #content .box ol li:before {
          display: none; }
        .privacy-policy #content .box ol li ul,
        .privacy #content .box ol li ul {
          padding: 0 0 20px; }
          .privacy-policy #content .box ol li ul li,
          .privacy #content .box ol li ul li {
            list-style: none;
            padding: 0 10px 5px 2em; }
            .privacy-policy #content .box ol li ul li span,
            .privacy #content .box ol li ul li span {
              position: absolute;
              top: 0;
              left: 0; }

/*====================================
　BLOG
=====================================*/
.blog #content .inner {
  max-width: 1360px; }
  @media screen and (max-width: 1400px) {
    .blog #content .inner {
      padding: 0 20px; } }
  .blog #content .inner .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px 4%; }
    .blog #content .inner .list .in {
      width: 22%;
      max-width: 320px; }
      @media screen and (max-width: 1000px) {
        .blog #content .inner .list .in {
          width: 47%;
          max-width: none;
          padding: 0 0 30px; } }
      @media screen and (max-width: 520px) {
        .blog #content .inner .list .in {
          width: 100%;
          max-width: none;
          padding: 0 0 30px; } }
      .blog #content .inner .list .in a {
        display: block; }
      .blog #content .inner .list .in .imgBox {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        width: 100%;
        height: 200px; }
        @media screen and (max-width: 767px) {
          .blog #content .inner .list .in .imgBox {
            height: 200px; } }
        .blog #content .inner .list .in .imgBox img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .blog #content .inner .list .in .txBox {
        padding: 15px 10px 0;
        position: relative; }
        .blog #content .inner .list .in .txBox p {
          font-size: 18px; }
          .blog #content .inner .list .in .txBox p.time {
            padding: 1.5em 0 0 0;
            color: #a5a5a5;
            font-size: 16px; }

/*====================================
　NEWS
=====================================*/
.news #content .inner {
  max-width: 1360px; }
  @media screen and (max-width: 1400px) {
    .news #content .inner {
      padding: 0 20px; } }
  .news #content .inner .list .in {
    padding: 20px 0;
    border-bottom: 1px solid #D1D1D1; }
    .news #content .inner .list .in a {
      display: block; }
      .news #content .inner .list .in a .flexBox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0 20px;
        padding: 0 0 10px; }
        .news #content .inner .list .in a .flexBox .time {
          color: #a5a5a5;
          padding: 0; }
        .news #content .inner .list .in a .flexBox .cate {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 5px 10px; }
          .news #content .inner .list .in a .flexBox .cate div {
            border: 1px solid #0068b4;
            border-radius: 50px;
            color: #0068b4;
            font-size: 12px;
            padding: 5px 30px; }

.post.single #content .inner {
  color: #333;
  max-width: 1235px; }
  @media screen and (max-width: 1275px) {
    .post.single #content .inner {
      padding: 0 20px; } }
  .post.single #content .inner h1 {
    font-size: 24px;
    margin: 0 0 60px; }
    @media screen and (max-width: 520px) {
      .post.single #content .inner h1 {
        font-size: 30px; } }
  .post.single #content .inner h2 {
    font-size: 22px;
    margin: 0 0 40px;
    position: relative;
    padding: 0 0 20px 20px; }
    .post.single #content .inner h2:before, .post.single #content .inner h2:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #F5F5F5;
      z-index: 1; }
    .post.single #content .inner h2:before {
      z-index: 2;
      width: 20%;
      background-color: #0D99D8; }
    @media screen and (max-width: 520px) {
      .post.single #content .inner h2 {
        font-size: 18px; } }
  .post.single #content .inner h3 {
    font-size: 20px;
    margin: 20px 0 40px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #0D99D8; }
    @media screen and (max-width: 520px) {
      .post.single #content .inner h3 {
        font-size: 16px; } }
  .post.single #content .inner h4 {
    font-size: 18px;
    margin: 20px 0 40px; }
    @media screen and (max-width: 520px) {
      .post.single #content .inner h4 {
        font-size: 16px; } }
  .post.single #content .inner h5 {
    font-size: 16px;
    margin: 20px 0 40px; }
    @media screen and (max-width: 520px) {
      .post.single #content .inner h5 {
        font-size: 14px; } }
  .post.single #content .inner .post_content {
    padding: 50px 0 0 0; }
    .post.single #content .inner .post_content .time {
      font-size: 16px;
      padding: 0 0 10px; }
  .post.single #content .inner .single_content {
    min-height: 300px;
    line-height: 36px; }
    @media screen and (max-width: 520px) {
      .post.single #content .inner .single_content {
        white-space: normal;
        overflow-wrap: break-word; } }
    .post.single #content .inner .single_content .wp-block-columns {
      padding: 0 0 0px; }
    .post.single #content .inner .single_content .wp-element-caption {
      font-size: 14px;
      padding: 10px 0; }
    .post.single #content .inner .single_content p {
      width: 100%;
      line-height: 34px;
      padding: 0 1.5em 2em 1em; }
      @media screen and (max-width: 520px) {
        .post.single #content .inner .single_content p {
          font-size: 15px;
          line-height: 28px; } }
      .post.single #content .inner .single_content p:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        clear: both; }
    .post.single #content .inner .single_content a {
      text-decoration: underline;
      color: #333; }
    .post.single #content .inner .single_content img {
      margin: 50px auto;
      filter: brightness(105%); }
    .post.single #content .inner .single_content table {
      margin: 0 auto 50px !important; }
      @media screen and (max-width: 520px) {
        .post.single #content .inner .single_content table {
          table-layout: fixed;
          margin: 0 auto 50px !important; } }
      .post.single #content .inner .single_content table tr th {
        background-color: #F0F0F0; }
      .post.single #content .inner .single_content table tr th, .post.single #content .inner .single_content table tr td {
        border: 1px solid #D0D0D0;
        padding: 10px;
        width: auto; }
        @media screen and (max-width: 520px) {
          .post.single #content .inner .single_content table tr th, .post.single #content .inner .single_content table tr td {
            display: table-cell;
            font-size: 14px;
            padding: 5px; } }
    .post.single #content .inner .single_content ul {
      width: 100%;
      margin: 0 0 30px 1em;
      padding: 50px;
      background-color: #abb7c233; }
      @media screen and (max-width: 520px) {
        .post.single #content .inner .single_content ul {
          padding: 20px 20px 20px 40px; } }
      .post.single #content .inner .single_content ul li {
        list-style: outside;
        font-size: 16px;
        padding: 5px 0; }
        @media screen and (max-width: 520px) {
          .post.single #content .inner .single_content ul li {
            font-size: 14px;
            padding: 3px 0;
            line-height: 28px; } }
        .post.single #content .inner .single_content ul li ul {
          background: #FFF;
          margin: 10px 0 0 0;
          padding: 10px 20px 10px 40px; }
          .post.single #content .inner .single_content ul li ul li {
            list-style-type: circle; }
      .post.single #content .inner .single_content ul.nolist li {
        list-style: none; }
    .post.single #content .inner .single_content ol {
      margin: 0 0 30px 1em; }
      .post.single #content .inner .single_content ol li {
        font-size: 16px;
        padding: 5px 0; }
    .post.single #content .inner .single_content .wp-block-image {
      margin: 0 0 0 1em; }
      .post.single #content .inner .single_content .wp-block-image img {
        margin: 20px auto 50px; }
    .post.single #content .inner .single_content .wp-block-columns {
      margin: 0 0 0 1em; }
      @media screen and (max-width: 520px) {
        .post.single #content .inner .single_content .wp-block-columns {
          flex-wrap: wrap !important; } }
      @media screen and (max-width: 520px) {
        .post.single #content .inner .single_content .wp-block-columns .wp-block-image img {
          margin: 0 auto 20px; } }
    .post.single #content .inner .single_content .is-style-rounded {
      border-radius: 50px; }
      .post.single #content .inner .single_content .is-style-rounded img {
        border-radius: 50px; }
    .post.single #content .inner .single_content .has-background {
      padding: 50px; }
      @media screen and (max-width: 520px) {
        .post.single #content .inner .single_content .has-background {
          padding: 20px; } }
    .post.single #content .inner .single_content blockquote {
      position: relative;
      padding: 50px 30px 30px;
      margin: 20px 0 40px;
      box-sizing: border-box;
      font-style: italic;
      background: #efefef;
      color: #555; }
      .post.single #content .inner .single_content blockquote:before {
        display: inline-block;
        position: absolute;
        top: 13px;
        left: 15px;
        content: "“";
        color: #cfcfcf;
        font-size: 50px;
        line-height: 1;
        font-weight: 900; }
      .post.single #content .inner .single_content blockquote cite {
        display: block;
        text-align: right;
        color: #888888;
        font-size: 0.9em; }
    .post.single #content .inner .single_content .btn {
      text-align: center; }
      .post.single #content .inner .single_content .btn a {
        width: 300px;
        display: inline-block; }
    .post.single #content .inner .single_content .wp-block-button {
      padding: 50px 0; }
      .post.single #content .inner .single_content .wp-block-button a, .post.single #content .inner .single_content .wp-block-button span {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 280px;
        margin: 0 auto;
        height: 70px;
        padding: 9px 25px 9px 30px;
        line-height: 1.8;
        letter-spacing: 0.07em;
        text-decoration: none;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        background-color: #0068b4;
        color: #FFF;
        border-radius: 10px;
        font-size: 20px; }
        .post.single #content .inner .single_content .wp-block-button a:after, .post.single #content .inner .single_content .wp-block-button span:after {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
          position: absolute;
          top: 50%;
          right: 25px;
          content: "";
          width: 11px;
          height: 9px;
          background-color: #FFF; }
        .post.single #content .inner .single_content .wp-block-button a:hover, .post.single #content .inner .single_content .wp-block-button span:hover {
          opacity: 1; }
          .post.single #content .inner .single_content .wp-block-button a:hover:after, .post.single #content .inner .single_content .wp-block-button span:hover:after {
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            right: 20px; }
      .post.single #content .inner .single_content .wp-block-button a {
        width: 300px;
        display: inline-block;
        text-align: center; }

/*====================================
　media
=====================================*/
.media #content .inner {
  max-width: 1360px; }
  @media screen and (max-width: 1400px) {
    .media #content .inner {
      padding: 0 20px; } }
  .media #content .inner .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px 4%; }
    .media #content .inner .list .in {
      width: 22%;
      max-width: 320px; }
      @media screen and (max-width: 1000px) {
        .media #content .inner .list .in {
          width: 47%;
          max-width: none;
          padding: 0 0 30px; } }
      @media screen and (max-width: 520px) {
        .media #content .inner .list .in {
          width: 100%;
          max-width: none;
          padding: 0 0 30px; } }
      .media #content .inner .list .in a {
        display: block;
        padding: 20px;
        border-radius: 20px;
        background-color: #FFF;
        box-shadow: 0 0 5px rgba(194, 193, 193, 0.8); }
      .media #content .inner .list .in .imgBox {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
        height: 160px; }
        .media #content .inner .list .in .imgBox img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .media #content .inner .list .in .txBox {
        padding: 15px 0 0;
        position: relative; }
        .media #content .inner .list .in .txBox p {
          font-size: 18px;
          min-height: 130px; }
          .media #content .inner .list .in .txBox p.time {
            padding: 0;
            min-height: 0;
            color: #a5a5a5;
            font-size: 16px;
            position: absolute;
            bottom: 0;
            right: 0;
            text-align: right; }

#content .postlink {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 150px;
  width: 100%; }
  @media screen and (max-width: 520px) {
    #content .postlink {
      padding: 30px 0; } }
  #content .postlink .box {
    width: 33.3%;
    min-height: 1px; }
    @media screen and (max-width: 520px) {
      #content .postlink .box {
        width: 33%;
        padding: 0 10px; } }
    #content .postlink .box.box_l:empty, #content .postlink .box.box_r:empty {
      display: none; }
    #content .postlink .box.box_l a, #content .postlink .box.box_r a {
      color: #333;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px; }
      @media screen and (max-width: 520px) {
        #content .postlink .box.box_l a, #content .postlink .box.box_r a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 2px solid #FFF;
          color: #333;
          display: flex;
          justify-content: center;
          align-items: center; } }
      #content .postlink .box.box_l a span, #content .postlink .box.box_r a span {
        font-size: 16px;
        padding: 0 10px; }
        @media screen and (max-width: 520px) {
          #content .postlink .box.box_l a span, #content .postlink .box.box_r a span {
            display: none; } }
    #content .postlink .box.box_l {
      text-align: left; }
      #content .postlink .box.box_l a {
        justify-content: flex-start; }
    #content .postlink .box.box_r {
      text-align: right; }
      #content .postlink .box.box_r a {
        justify-content: flex-end; }
    #content .postlink .box.box_c {
      text-align: center; }
      #content .postlink .box.box_c a {
        color: #333;
        font-weight: 700; }

/*====================================
　404
=====================================*/
.not404 #container .inner {
  display: block; }
.not404 #container .error {
  position: relative;
  max-width: 960px;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
  padding: 100px 0; }
  @media screen and (max-width: 520px) {
    .not404 #container .error {
      font-size: 14px;
      padding: 50px 0; } }
  .not404 #container .error p {
    padding: 0 0 1.5em; }
    .not404 #container .error p.title {
      font-size: 80px;
      font-weight: 700;
      text-align: center;
      padding: 0 0 80px; }
      @media screen and (max-width: 520px) {
        .not404 #container .error p.title {
          font-size: 24px; } }
  .not404 #container .error .btn {
    display: flex;
    justify-content: center; }
    .not404 #container .error .btn a {
      width: 280px; }

.thanks_area {
  text-align: center;
  font-size: 20px;
  line-height: 200%; }
  .thanks_area p {
    padding: 0 0 50px; }
