@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
/*====================================
　共通パーツ
=====================================*/
#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; }
#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: 50px 30px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
    @media screen and (max-width: 520px) {
      #content table th, #content table td {
        padding: 10px;
        display: block;
        width: 100% !important; } }
  #content table th {
    padding: 50px 30px 50px 60px;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    width: 25%; }
    @media screen and (max-width: 520px) {
      #content table th {
        border-bottom: none;
        padding: 10px 10px 0; } }
  #content table td {
    font-size: 16px;
    width: 75%; }
    @media screen and (max-width: 520px) {
      #content table td {
        font-size: 15px; } }
    #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; }

/*====================================
　店舗一覧・お問い合わせ
=====================================*/
.shops #content .inner .subT,
.contact #content .inner .subT {
  text-align: center; }
  @media screen and (max-width: 520px) {
    .shops #content .inner .subT,
    .contact #content .inner .subT {
      text-align: left; }
      .shops #content .inner .subT br,
      .contact #content .inner .subT br {
        display: none; } }
.shops #content .inner .subLink,
.contact #content .inner .subLink {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  padding: 50px 0; }
  @media screen and (max-width: 520px) {
    .shops #content .inner .subLink,
    .contact #content .inner .subLink {
      padding: 25px 0;
      gap: 0 5px; } }
  .shops #content .inner .subLink a,
  .contact #content .inner .subLink a {
    display: block;
    border: 1px solid #1571DA;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    color: #1571DA;
    font-size: 14px;
    position: relative;
    width: 180px; }
    @media screen and (max-width: 520px) {
      .shops #content .inner .subLink a,
      .contact #content .inner .subLink a {
        font-size: 12px;
        width: 30%;
        text-align: left; } }
    .shops #content .inner .subLink a:after,
    .contact #content .inner .subLink a:after {
      content: "";
      width: 10px;
      height: 8px;
      background-color: #1571DA;
      position: absolute;
      top: 50%;
      right: 20px;
      -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(100% 0, 0 0, 50% 100%); }
      @media screen and (max-width: 520px) {
        .shops #content .inner .subLink a:after,
        .contact #content .inner .subLink a:after {
          right: 10px; } }
.shops #content .inner .shopList,
.contact #content .inner .shopList {
  background-color: #F2F2F2;
  margin: 0 0 50px; }
  @media screen and (max-width: 520px) {
    .shops #content .inner .shopList:last-child,
    .contact #content .inner .shopList:last-child {
      margin: 0; } }
  .shops #content .inner .shopList .subTitle,
  .contact #content .inner .shopList .subTitle {
    background: #16348B;
    color: #FFF;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 520px) {
      .shops #content .inner .shopList .subTitle,
      .contact #content .inner .shopList .subTitle {
        padding: 10px 10px 10px 20px; } }
    .shops #content .inner .shopList .subTitle .lBox,
    .contact #content .inner .shopList .subTitle .lBox {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: wrap; }
      .shops #content .inner .shopList .subTitle .lBox h2,
      .contact #content .inner .shopList .subTitle .lBox h2 {
        font-size: 20px; }
        @media screen and (max-width: 520px) {
          .shops #content .inner .shopList .subTitle .lBox h2,
          .contact #content .inner .shopList .subTitle .lBox h2 {
            font-size: 16px; } }
        .shops #content .inner .shopList .subTitle .lBox h2 span,
        .contact #content .inner .shopList .subTitle .lBox h2 span {
          font-size: 30px; }
          @media screen and (max-width: 520px) {
            .shops #content .inner .shopList .subTitle .lBox h2 span,
            .contact #content .inner .shopList .subTitle .lBox h2 span {
              font-size: 20px;
              display: block; } }
    .shops #content .inner .shopList .subTitle .rBox a,
    .contact #content .inner .shopList .subTitle .rBox a {
      display: block;
      border: 1px solid #1571DA;
      background-color: #FFF;
      border-radius: 5px;
      padding: 8px 30px;
      text-align: center;
      color: #1571DA;
      font-size: 14px;
      position: relative; }
      @media screen and (max-width: 520px) {
        .shops #content .inner .shopList .subTitle .rBox a,
        .contact #content .inner .shopList .subTitle .rBox a {
          padding: 8px 20px 8px 10px;
          font-size: 12px; } }
      .shops #content .inner .shopList .subTitle .rBox a:after,
      .contact #content .inner .shopList .subTitle .rBox a:after {
        content: "";
        width: 8px;
        height: 10px;
        background-color: #1571DA;
        position: absolute;
        top: 50%;
        right: 10px;
        -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%); }
  .shops #content .inner .shopList .inBox,
  .contact #content .inner .shopList .inBox {
    padding: 40px 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1200px) {
      .shops #content .inner .shopList .inBox,
      .contact #content .inner .shopList .inBox {
        align-items: flex-start; } }
    @media screen and (max-width: 520px) {
      .shops #content .inner .shopList .inBox,
      .contact #content .inner .shopList .inBox {
        padding: 20px; } }
    .shops #content .inner .shopList .inBox .imgBox,
    .contact #content .inner .shopList .inBox .imgBox {
      width: 40%; }
      @media screen and (max-width: 1200px) {
        .shops #content .inner .shopList .inBox .imgBox,
        .contact #content .inner .shopList .inBox .imgBox {
          width: 30%; } }
      @media screen and (max-width: 900px) {
        .shops #content .inner .shopList .inBox .imgBox,
        .contact #content .inner .shopList .inBox .imgBox {
          width: 100%;
          text-align: center; } }
    .shops #content .inner .shopList .inBox .txBox,
    .contact #content .inner .shopList .inBox .txBox {
      width: 60%;
      padding: 0 0 0 20px; }
      @media screen and (max-width: 1200px) {
        .shops #content .inner .shopList .inBox .txBox,
        .contact #content .inner .shopList .inBox .txBox {
          width: 70%; } }
      @media screen and (max-width: 900px) {
        .shops #content .inner .shopList .inBox .txBox,
        .contact #content .inner .shopList .inBox .txBox {
          width: 100%;
          padding: 20px 0 0 0; } }
      .shops #content .inner .shopList .inBox .txBox table tr th, .shops #content .inner .shopList .inBox .txBox table tr td,
      .contact #content .inner .shopList .inBox .txBox table tr th,
      .contact #content .inner .shopList .inBox .txBox table tr td {
        padding: 15px 5px;
        font-weight: 500;
        font-size: 16px; }
      .shops #content .inner .shopList .inBox .txBox table tr th,
      .contact #content .inner .shopList .inBox .txBox table tr th {
        text-align: center;
        background-color: transparent; }
        @media screen and (max-width: 520px) {
          .shops #content .inner .shopList .inBox .txBox table tr th,
          .contact #content .inner .shopList .inBox .txBox table tr th {
            text-align: left;
            padding: 15px 5px 0; } }
  .shops #content .inner .shopList .btnArea,
  .contact #content .inner .shopList .btnArea {
    width: 100%;
    padding: 5px; }
    .shops #content .inner .shopList .btnArea .flex,
    .contact #content .inner .shopList .btnArea .flex {
      background-color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 0;
      gap: 0 40px; }
      @media screen and (max-width: 520px) {
        .shops #content .inner .shopList .btnArea .flex,
        .contact #content .inner .shopList .btnArea .flex {
          gap: 0 5px;
          padding: 15px 0; } }
      @media screen and (max-width: 450px) {
        .shops #content .inner .shopList .btnArea .flex,
        .contact #content .inner .shopList .btnArea .flex {
          gap: 0 0; } }
      @media screen and (max-width: 450px) {
        .shops #content .inner .shopList .btnArea .flex .button,
        .contact #content .inner .shopList .btnArea .flex .button {
          transform: scale(1); } }
      .shops #content .inner .shopList .btnArea .flex .button.type2:last-child a,
      .contact #content .inner .shopList .btnArea .flex .button.type2:last-child a {
        background: url("../images/common/btn6.webp") no-repeat center;
        background-size: 100%; }
        .shops #content .inner .shopList .btnArea .flex .button.type2:last-child a:before,
        .contact #content .inner .shopList .btnArea .flex .button.type2:last-child a:before {
          display: none; }
      .shops #content .inner .shopList .btnArea .flex .button a,
      .contact #content .inner .shopList .btnArea .flex .button a {
        position: relative;
        background: url("../images/common/btn2.webp") no-repeat center;
        background-size: cover;
        font-size: 18px;
        color: #FFF;
        width: 290px;
        height: 80px;
        padding: 0 10px 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 10px; }
        @media screen and (max-width: 1150px) {
          .shops #content .inner .shopList .btnArea .flex .button a,
          .contact #content .inner .shopList .btnArea .flex .button a {
            width: 200px;
            height: 55px;
            font-size: 16px; } }
        @media screen and (max-width: 600px) {
          .shops #content .inner .shopList .btnArea .flex .button a,
          .contact #content .inner .shopList .btnArea .flex .button a {
            width: 145px;
            height: 40px; }
            .shops #content .inner .shopList .btnArea .flex .button a span span,
            .contact #content .inner .shopList .btnArea .flex .button a span span {
              display: none; } }
        @media screen and (max-width: 767px) {
          .shops #content .inner .shopList .btnArea .flex .button a,
          .contact #content .inner .shopList .btnArea .flex .button a {
            font-size: 12px; } }
        @media screen and (max-width: 520px) {
          .shops #content .inner .shopList .btnArea .flex .button a,
          .contact #content .inner .shopList .btnArea .flex .button a {
            width: 180px;
            height: 55px;
            background-size: 100% 100%; } }
        .shops #content .inner .shopList .btnArea .flex .button a:before,
        .contact #content .inner .shopList .btnArea .flex .button a:before {
          content: "";
          background: url("../images/common/mail.svg") no-repeat center;
          background-size: cover;
          width: 18px;
          height: 14px; }
      .shops #content .inner .shopList .btnArea .flex .button:last-child a,
      .contact #content .inner .shopList .btnArea .flex .button:last-child a {
        background: url("../images/common/btn3.webp") no-repeat center;
        background-size: cover; }
        @media screen and (max-width: 600px) {
          .shops #content .inner .shopList .btnArea .flex .button:last-child a,
          .contact #content .inner .shopList .btnArea .flex .button:last-child a {
            width: 145px;
            height: 40px; } }
        @media screen and (max-width: 520px) {
          .shops #content .inner .shopList .btnArea .flex .button:last-child a,
          .contact #content .inner .shopList .btnArea .flex .button:last-child a {
            width: 180px;
            height: 55px;
            background-size: 100% 100%; } }
        .shops #content .inner .shopList .btnArea .flex .button:last-child a:before,
        .contact #content .inner .shopList .btnArea .flex .button:last-child a:before {
          content: "";
          background: url("../images/common/calendar.svg") no-repeat center;
          background-size: cover;
          width: 18px;
          height: 18px; }
    .shops #content .inner .shopList .btnArea .flex2,
    .contact #content .inner .shopList .btnArea .flex2 {
      background-color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 0 30px;
      gap: 0 40px; }
      @media screen and (max-width: 520px) {
        .shops #content .inner .shopList .btnArea .flex2,
        .contact #content .inner .shopList .btnArea .flex2 {
          gap: 0 5px;
          padding: 0 0 15px 0; } }
      @media screen and (max-width: 450px) {
        .shops #content .inner .shopList .btnArea .flex2,
        .contact #content .inner .shopList .btnArea .flex2 {
          gap: 0 0; } }
      @media screen and (max-width: 450px) {
        .shops #content .inner .shopList .btnArea .flex2 .button,
        .contact #content .inner .shopList .btnArea .flex2 .button {
          transform: scale(1); } }
      .shops #content .inner .shopList .btnArea .flex2 .button a,
      .contact #content .inner .shopList .btnArea .flex2 .button a {
        position: relative;
        background: url("../images/common/btn7.webp") no-repeat center;
        background-size: cover;
        font-size: 18px;
        color: #FFF;
        width: 290px;
        height: 80px;
        padding: 0 10px 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 10px; }
        @media screen and (max-width: 1150px) {
          .shops #content .inner .shopList .btnArea .flex2 .button a,
          .contact #content .inner .shopList .btnArea .flex2 .button a {
            width: 200px;
            height: 55px;
            font-size: 16px; } }
        @media screen and (max-width: 600px) {
          .shops #content .inner .shopList .btnArea .flex2 .button a,
          .contact #content .inner .shopList .btnArea .flex2 .button a {
            width: 145px;
            height: 40px; }
            .shops #content .inner .shopList .btnArea .flex2 .button a span span,
            .contact #content .inner .shopList .btnArea .flex2 .button a span span {
              display: none; } }
        @media screen and (max-width: 767px) {
          .shops #content .inner .shopList .btnArea .flex2 .button a,
          .contact #content .inner .shopList .btnArea .flex2 .button a {
            font-size: 12px; } }
        @media screen and (max-width: 520px) {
          .shops #content .inner .shopList .btnArea .flex2 .button a,
          .contact #content .inner .shopList .btnArea .flex2 .button a {
            width: 180px;
            height: 55px;
            background-size: 100% 100%; } }
        .shops #content .inner .shopList .btnArea .flex2 .button a:before,
        .contact #content .inner .shopList .btnArea .flex2 .button a:before {
          content: "";
          background: url("../images/common/phone.webp") no-repeat center;
          background-size: 100%;
          width: 22px;
          height: 22px; }
          @media screen and (max-width: 520px) {
            .shops #content .inner .shopList .btnArea .flex2 .button a:before,
            .contact #content .inner .shopList .btnArea .flex2 .button a:before {
              width: 16px;
              height: 16px; } }
      .shops #content .inner .shopList .btnArea .flex2 .button:last-child a,
      .contact #content .inner .shopList .btnArea .flex2 .button:last-child a {
        background: url("../images/common/btn6.webp") no-repeat center;
        background-size: cover; }
        @media screen and (max-width: 600px) {
          .shops #content .inner .shopList .btnArea .flex2 .button:last-child a,
          .contact #content .inner .shopList .btnArea .flex2 .button:last-child a {
            width: 145px;
            height: 40px; } }
        @media screen and (max-width: 520px) {
          .shops #content .inner .shopList .btnArea .flex2 .button:last-child a,
          .contact #content .inner .shopList .btnArea .flex2 .button:last-child a {
            width: 180px;
            height: 55px;
            background-size: 100% 100%; } }
        .shops #content .inner .shopList .btnArea .flex2 .button:last-child a:before,
        .contact #content .inner .shopList .btnArea .flex2 .button:last-child a:before {
          display: none; }

.contact .headBttom {
  margin: 156px 0 0 0; }
  @media screen and (max-width: 1150px) {
    .contact .headBttom {
      margin-top: 154px; } }
  @media screen and (max-width: 1024px) {
    .contact .headBttom {
      margin-top: 0; } }
@media screen and (max-width: 430px) {
  .contact #content .inner .shopList .btnArea .flex,
  .contact #content .inner .shopList .btnArea .flex2 {
    gap: 0 5px; } }
@media screen and (max-width: 430px) {
  .contact #content .inner .shopList .btnArea .flex .button a,
  .contact #content .inner .shopList .btnArea .flex2 .button a {
    width: 140px !important;
    height: 40px !important; } }

/*====================================
　各店舗
=====================================*/
.shops .shopMain {
  width: 100%; }
  .shops .shopMain img {
    width: 100%;
    height: auto; }
.shops #content .shopInfo {
  background-color: #16348B;
  padding: 50px 0; }
  .shops #content .shopInfo .inner .titleBox {
    text-align: center;
    padding: 0 0 50px; }
    @media screen and (max-width: 600px) {
      .shops #content .shopInfo .inner .titleBox {
        padding: 0 0 20px; } }
    .shops #content .shopInfo .inner .titleBox h2 {
      text-align: center;
      color: #FFF;
      font-size: 36px;
      padding: 0 0 10px; }
      @media screen and (max-width: 600px) {
        .shops #content .shopInfo .inner .titleBox h2 {
          font-size: 20px; } }
      @media screen and (max-width: 380px) {
        .shops #content .shopInfo .inner .titleBox h2 {
          font-size: 17px; } }
    .shops #content .shopInfo .inner .titleBox .sub {
      background-color: #FFF;
      display: inline-block;
      font-size: 26px;
      color: #16348B;
      padding: 10px 50px; }
      @media screen and (max-width: 600px) {
        .shops #content .shopInfo .inner .titleBox .sub {
          font-size: 22px;
          padding: 10px;
          width: 100%; } }
      @media screen and (max-width: 380px) {
        .shops #content .shopInfo .inner .titleBox .sub {
          font-size: 20px; } }
  .shops #content .shopInfo .inner .shop_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 50px; }
    .shops #content .shopInfo .inner .shop_in .lBox {
      width: 55%; }
      @media screen and (max-width: 767px) {
        .shops #content .shopInfo .inner .shop_in .lBox {
          width: 100%;
          order: 2;
          padding: 20px 0 0 0; } }
      .shops #content .shopInfo .inner .shop_in .lBox table tr th {
        padding: 20px 10px;
        background-color: #FFF000;
        color: #16348B;
        font-weight: 500;
        text-align: center; }
      .shops #content .shopInfo .inner .shop_in .lBox table tr td {
        padding: 20px 20px;
        background-color: #23429B;
        color: #FFF;
        font-weight: 500; }
    .shops #content .shopInfo .inner .shop_in .rBox {
      width: 42%;
      height: 350px;
      overflow: hidden;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .shops #content .shopInfo .inner .shop_in .rBox {
          width: 100%;
          height: auto;
          order: 1; } }
      .shops #content .shopInfo .inner .shop_in .rBox img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 520px) {
    .shops #content .shopInfo .inner .map {
      height: 200px; }
      .shops #content .shopInfo .inner .map iframe {
        width: 100%;
        height: 100%; } }
.shops #content .menuBox h2 {
  padding: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .shops #content .menuBox h2 {
      padding: 0 0 25px; } }
.shops #content .menuBox p {
  line-height: normal !important;
  padding: 0 !important; }
.shops #content .menuBox .par1_in p {
  line-height: 30px !important; }
@media screen and (max-width: 520px) {
  .shops #content .reasonBox .main {
    padding: 50px 0 0 0; } }
@media screen and (max-width: 520px) {
  .shops #content .staffBox {
    padding: 50px 20px; } }

/*====================================
　店舗一覧・お問い合わせ
=====================================*/
.menu #content .inner .flexBox {
  gap: 0 3.3%;
  padding: 30px 0 0 0; }
  .menu #content .inner .flexBox .inBox {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .menu #content .inner .flexBox .inBox {
        width: 100%; } }
    .menu #content .inner .flexBox .inBox .imgBox {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .menu #content .inner .flexBox .inBox .imgBox img {
          width: 100%;
          height: auto; } }
    .menu #content .inner .flexBox .inBox .txBox {
      padding: 25px 0 0 0; }
      .menu #content .inner .flexBox .inBox .txBox h3 {
        color: #16348B;
        font-size: 30px;
        padding: 0 0 15px; }
        @media screen and (max-width: 520px) {
          .menu #content .inner .flexBox .inBox .txBox h3 {
            font-size: 24px; } }
      .menu #content .inner .flexBox .inBox .txBox p {
        line-height: 21px; }
      .menu #content .inner .flexBox .inBox .txBox .btn {
        padding-top: 20px; }
.menu #content .main_bottom {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
  padding: 0 0 50px; }
  @media screen and (max-width: 1000px) {
    .menu #content .main_bottom {
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px 0; } }
  .menu #content .main_bottom img {
    height: auto;
    max-width: none; }
    @media screen and (max-width: 1000px) {
      .menu #content .main_bottom img {
        width: 250px; } }
  .menu #content .main_bottom p {
    line-height: 21px; }
.menu #content h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 50px;
  color: #16348B; }
  @media screen and (max-width: 900px) {
    .menu #content h2 {
      font-size: 36px; } }
  @media screen and (max-width: 520px) {
    .menu #content h2 {
      font-size: 28px;
      padding: 0 0 25px; } }
  .menu #content h2 br {
    display: none; }
    @media screen and (max-width: 520px) {
      .menu #content h2 br {
        display: block; } }
.menu #content .point {
  background-color: #16348B;
  padding: 50px 0; }
  @media screen and (max-width: 520px) {
    .menu #content .point {
      padding: 50px 0 0; } }
  .menu #content .point .inner .titleBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 70px; }
    @media screen and (max-width: 860px) {
      .menu #content .point .inner .titleBox {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0; } }
    @media screen and (max-width: 520px) {
      .menu #content .point .inner .titleBox {
        gap: 10px 0; } }
    .menu #content .point .inner .titleBox .tx {
      font-size: 110px;
      color: #FFF;
      line-height: 100%; }
      @media screen and (max-width: 1240px) {
        .menu #content .point .inner .titleBox .tx {
          font-size: 70px; } }
      @media screen and (max-width: 520px) {
        .menu #content .point .inner .titleBox .tx {
          font-size: 40px; } }
      .menu #content .point .inner .titleBox .tx br {
        display: block; }
        @media screen and (max-width: 520px) {
          .menu #content .point .inner .titleBox .tx br {
            display: none; } }
    .menu #content .point .inner .titleBox h2 {
      font-size: 46px;
      color: #FFF;
      text-align: left;
      line-height: 58px;
      letter-spacing: -0.04em;
      padding: 0;
      font-weight: 300; }
      @media screen and (max-width: 1240px) {
        .menu #content .point .inner .titleBox h2 {
          font-size: 30px;
          line-height: 36px; } }
      @media screen and (max-width: 520px) {
        .menu #content .point .inner .titleBox h2 {
          font-size: 24px; } }
      .menu #content .point .inner .titleBox h2 span {
        color: #FFF000; }
      .menu #content .point .inner .titleBox h2 br {
        display: block; }
  .menu #content .point .inner .flexBox .inBox {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .menu #content .point .inner .flexBox .inBox {
        width: 100%; } }
    .menu #content .point .inner .flexBox .inBox .imgBox {
      text-align: center; }
    .menu #content .point .inner .flexBox .inBox .txBox {
      padding: 20px 0 0 0; }
      @media screen and (max-width: 767px) {
        .menu #content .point .inner .flexBox .inBox .txBox {
          padding: 20px 0 50px; } }
      .menu #content .point .inner .flexBox .inBox .txBox h3 {
        color: #FFF000;
        font-size: 26px;
        font-weight: 500;
        padding: 0 0 20px; }
      .menu #content .point .inner .flexBox .inBox .txBox p {
        line-height: 21px;
        color: #FFF; }
.menu #content .movie {
  background: url("../images/page/movieBg.webp") no-repeat center;
  background-size: cover;
  padding: 50px 0;
  text-align: center; }
  .menu #content .movie h2 {
    color: #FFF;
    font-size: 30px; }
    @media screen and (max-width: 520px) {
      .menu #content .movie h2 {
        font-size: 25px; } }
    .menu #content .movie h2 span {
      font-size: 46px;
      color: #FFF000; }
      @media screen and (max-width: 520px) {
        .menu #content .movie h2 span {
          font-size: 40px; } }
    .menu #content .movie h2 br {
      display: none; }
      @media screen and (max-width: 767px) {
        .menu #content .movie h2 br {
          display: block; } }
  .menu #content .movie iframe {
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .menu #content .movie iframe {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .menu #content .movie iframe {
        width: 100%;
        height: 300px; } }
    @media screen and (max-width: 520px) {
      .menu #content .movie iframe {
        width: 100%;
        height: 250px; } }
.menu #content .flow {
  padding: 50px 0; }
  @media screen and (max-width: 520px) {
    .menu #content .flow {
      padding: 50px 0 0px; } }
  .menu #content .flow .inBox {
    background-color: #16348B;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px;
    position: relative; }
    @media screen and (max-width: 520px) {
      .menu #content .flow .inBox {
        padding: 10px; } }
    .menu #content .flow .inBox:after {
      content: "";
      width: 24px;
      height: 12px;
      background-color: #16348B;
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      clip-path: polygon(50% 100%, 0 0, 100% 0); }
    .menu #content .flow .inBox:last-child:after {
      display: none; }
    .menu #content .flow .inBox .imgBox {
      width: 300px;
      text-align: center; }
      @media screen and (max-width: 700px) {
        .menu #content .flow .inBox .imgBox {
          width: 25%; } }
      @media screen and (max-width: 520px) {
        .menu #content .flow .inBox .imgBox {
          width: 32%;
          height: 100px;
          position: absolute;
          overflow: hidden;
          bottom: 10px;
          left: 10px; }
          .menu #content .flow .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%);
            max-width: none;
            height: 100%;
            width: auto; } }
      @media screen and (max-width: 445px) {
        .menu #content .flow .inBox .imgBox {
          bottom: 30px; } }
    .menu #content .flow .inBox .txBox {
      width: calc(100% - 340px);
      color: #FFF; }
      @media screen and (max-width: 700px) {
        .menu #content .flow .inBox .txBox {
          width: 72%; } }
      @media screen and (max-width: 520px) {
        .menu #content .flow .inBox .txBox {
          width: 100%; } }
      .menu #content .flow .inBox .txBox p {
        font-size: 16px;
        line-height: 21px; }
        @media screen and (max-width: 520px) {
          .menu #content .flow .inBox .txBox p {
            font-size: 14px; } }
        .menu #content .flow .inBox .txBox p.step {
          color: #FFF000;
          display: flex;
          justify-content: flex-start;
          align-items: baseline;
          padding: 0 0 10px;
          margin: 0 0 10px;
          border-bottom: 1px dashed #FFF; }
          .menu #content .flow .inBox .txBox p.step span {
            font-size: 24px; }
            @media screen and (max-width: 520px) {
              .menu #content .flow .inBox .txBox p.step span {
                font-size: 18px; } }
        @media screen and (max-width: 520px) {
          .menu #content .flow .inBox .txBox p.tx {
            padding: 0 0 10px 35%; } }
        @media screen and (max-width: 445px) {
          .menu #content .flow .inBox .txBox p.tx {
            padding: 0 0 10px 40%; } }
      .menu #content .flow .inBox .txBox h3 {
        font-size: 24px;
        font-weight: 500;
        padding: 0 0 20px; }
        @media screen and (max-width: 520px) {
          .menu #content .flow .inBox .txBox h3 {
            font-size: 18px;
            padding: 0 0 20px 35%; } }
        @media screen and (max-width: 445px) {
          .menu #content .flow .inBox .txBox h3 {
            padding: 0 0 20px 40%; } }
.menu #content .faqPar {
  background: url("../images/page/reasonMain.webp") no-repeat center, #16348B;
  background-size: cover;
  padding: 65px 0 120px; }
  @media screen and (max-width: 520px) {
    .menu #content .faqPar {
      background-position: right top;
      background-size: 200%;
      padding: 65px 0 60px; } }
  .menu #content .faqPar h2 {
    color: #FFF; }
  .menu #content .faqPar .inner {
    background-color: #FFF;
    padding: 40px 50px;
    border-radius: 10px; }
    @media screen and (max-width: 1240px) {
      .menu #content .faqPar .inner {
        margin: 0 2%;
        max-width: none;
        width: 96%; } }
    @media screen and (max-width: 767px) {
      .menu #content .faqPar .inner {
        padding: 30px 40px; } }
    @media screen and (max-width: 520px) {
      .menu #content .faqPar .inner {
        padding: 10px 20px; } }
    .menu #content .faqPar .inner .faqBox {
      padding: 0; }
      .menu #content .faqPar .inner .faqBox dd {
        border-bottom: 1px solid #C3C3C3;
        padding-bottom: 60px; }
        @media screen and (max-width: 520px) {
          .menu #content .faqPar .inner .faqBox dd {
            padding-bottom: 30px; } }

/*====================================
　スタッフ紹介
=====================================*/
.staff #content .staffBox {
  padding-top: 0; }
  @media screen and (max-width: 1200px) {
    .staff #content .staffBox {
      padding: 0 20px 100px; } }
  @media screen and (max-width: 520px) {
    .staff #content .staffBox {
      padding-bottom: 50px; } }
  .staff #content .staffBox .inner.w {
    margin: 30px auto 0; }

/*====================================
　よくある質問
=====================================*/
.faq #content .inner {
  max-width: 1000px; }
  .faq #content .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 25px;
    padding: 0 0 50px; }
    @media screen and (max-width: 910px) {
      .faq #content .inner ul {
        gap: 5px 5px; } }
    .faq #content .inner ul li {
      flex: 1; }
      @media screen and (max-width: 850px) {
        .faq #content .inner ul li {
          flex: none;
          width: 49%; } }
      @media screen and (max-width: 520px) {
        .faq #content .inner ul li {
          font-size: 12px; } }
      @media screen and (max-width: 370px) {
        .faq #content .inner ul li {
          font-size: 10px; } }
      .faq #content .inner ul li a {
        display: block;
        background-color: #D5EAFA;
        border-radius: 30px;
        position: relative;
        padding: 10px 40px 10px 20px; }
        .faq #content .inner ul li a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 20px;
          width: 8px;
          height: 8px;
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          -webkit-transform: translate(0%, -50%) rotate(45deg);
          -moz-transform: translate(0%, -50%) rotate(45deg);
          -ms-transform: translate(0%, -50%) rotate(45deg);
          -o-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg); }
  .faq #content .inner h2 {
    background-color: #16348B;
    color: #FFF;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0 0 20px; }
  .faq #content .inner .faqBox {
    border-top: 1px solid #C3C3C3; }
    .faq #content .inner .faqBox dd {
      border-bottom: 1px solid #C3C3C3; }

/*====================================
　プライバシーポリシー
=====================================*/
.privacy-policy #content .inner,
.privacy #content .inner {
  max-width: 1200px;
  padding: 50px 20px; }
.privacy-policy #content p,
.privacy #content p {
  line-height: 36px; }
  @media screen and (max-width: 520px) {
    .privacy-policy #content p,
    .privacy #content p {
      line-height: 28px;
      font-size: 14px; } }
  .privacy-policy #content p:last-child,
  .privacy #content p:last-child {
    padding: 0; }
  .privacy-policy #content p.tx,
  .privacy #content p.tx {
    padding: 0 0 30px; }
.privacy-policy #content .box,
.privacy #content .box {
  padding: 40px 0; }
  .privacy-policy #content .box h2,
  .privacy #content .box h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 20px;
    margin: 0 0 20px;
    color: #16348B;
    border-bottom: 1px solid #16348B; }
    @media screen and (max-width: 520px) {
      .privacy-policy #content .box h2,
      .privacy #content .box h2 {
        font-size: 18px; } }
  .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 0 0 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: 28px;
        font-size: 14px; } }
    .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; }

/*====================================
　施工事例
=====================================*/
@media screen and (max-width: 1240px) {
  .works #content .inner {
    padding: 0 20px 50px; } }
.works #content .inner .caseTx {
  max-width: 1000px;
  padding: 0 0 1em;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    .works #content .inner .caseTx {
      padding: 0 20px 1em; } }
.works #content .inner .cateArea_par {
  border: 2px solid #1671DA;
  padding: 20px 40px;
  margin: 20px auto 50px;
  max-width: 1000px; }
  @media screen and (max-width: 1040px) {
    .works #content .inner .cateArea_par {
      padding: 0 20px; } }
  @media screen and (max-width: 450px) {
    .works #content .inner .cateArea_par {
      padding: 0 10px; } }
  .works #content .inner .cateArea_par .cateArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0; }
    .works #content .inner .cateArea_par .cateArea .lBox {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .works #content .inner .cateArea_par .cateArea .lBox {
          width: 100%;
          padding: 0 0 10px;
          text-align: center; } }
    .works #content .inner .cateArea_par .cateArea .rBox {
      width: 78%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .works #content .inner .cateArea_par .cateArea .rBox {
          width: 100%; } }
      .works #content .inner .cateArea_par .cateArea .rBox label {
        width: 33.3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0 5px;
        color: #1671DA;
        padding: 0 0 3px; }
        @media screen and (max-width: 700px) {
          .works #content .inner .cateArea_par .cateArea .rBox label {
            font-size: 14px;
            width: 50%; } }
        @media screen and (max-width: 450px) {
          .works #content .inner .cateArea_par .cateArea .rBox label {
            font-size: 14px;
            width: 100%; } }
.works #content .inner .caseBox {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 3%;
  padding: 0; }
  .works #content .inner .caseBox:before, .works #content .inner .caseBox:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .works #content .inner .caseBox {
      gap: 20px 1%; } }
  .works #content .inner .caseBox .in {
    width: 22%;
    border: 2px solid #16348B; }
    @media screen and (max-width: 1000px) {
      .works #content .inner .caseBox .in {
        width: 32.3%; } }
    @media screen and (max-width: 767px) {
      .works #content .inner .caseBox .in {
        width: 49%; } }
    .works #content .inner .caseBox .in a {
      display: block;
      padding: 10px;
      background-color: #FFF; }
    .works #content .inner .caseBox .in .imgBox {
      position: relative;
      height: 160px;
      overflow: hidden; }
      @media screen and (max-width: 1050px) {
        .works #content .inner .caseBox .in .imgBox {
          height: 120px; } }
      .works #content .inner .caseBox .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 screen and (max-width: 1100px) {
          .works #content .inner .caseBox .in .imgBox img {
            max-width: none;
            height: 100%;
            width: auto; } }
        @media screen and (max-width: 1050px) {
          .works #content .inner .caseBox .in .imgBox img {
            width: 100%;
            height: auto; } }
    .works #content .inner .caseBox .in .txBox {
      padding: 10px 0; }
      .works #content .inner .caseBox .in .txBox .time {
        font-size: 10px;
        padding: 0 0 5px; }
      .works #content .inner .caseBox .in .txBox p {
        font-size: 14px;
        line-height: 24px;
        color: #1571DA; }
    .works #content .inner .caseBox .in .cateBox {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 10px;
      border-top: 1px solid #C3C3C3;
      padding: 10px 0; }
      @media screen and (max-width: 520px) {
        .works #content .inner .caseBox .in .cateBox {
          flex-wrap: wrap; } }
      .works #content .inner .caseBox .in .cateBox .lBox {
        width: 30%; }
        @media screen and (max-width: 520px) {
          .works #content .inner .caseBox .in .cateBox .lBox {
            width: 100%;
            padding: 0 0 5px; } }
      .works #content .inner .caseBox .in .cateBox .rBox {
        width: 70%;
        display: flex;
        justify-content: flex-start;
        gap: 3px 3px; }
        @media screen and (max-width: 520px) {
          .works #content .inner .caseBox .in .cateBox .rBox {
            flex-wrap: wrap;
            width: 100%; } }
        .works #content .inner .caseBox .in .cateBox .rBox img {
          max-width: none;
          width: auto;
          height: 20px; }
          @media screen and (max-width: 1200px) {
            .works #content .inner .caseBox .in .cateBox .rBox img {
              height: 15px; } }
.works #content .inner .singleType {
  padding: 50px 0;
  border-top: 1px solid #16348B;
  border-bottom: 1px solid #16348B; }
  @media screen and (max-width: 520px) {
    .works #content .inner .singleType {
      padding: 30px 0; } }
  .works #content .inner .singleType .title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #16348B;
    padding: 0 0 50px; }
    @media screen and (max-width: 520px) {
      .works #content .inner .singleType .title {
        font-size: 24px;
        padding: 0 0 25px; } }
  .works #content .inner .singleType .in .imgBox {
    height: 165px; }
    @media screen and (max-width: 520px) {
      .works #content .inner .singleType .in .imgBox {
        height: 120px; } }

.single.works #content .inner {
  max-width: 1200px !important; }
  .single.works #content .inner .post_content .caseTitle {
    background-color: #16348B;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 30px; }
    .single.works #content .inner .post_content .caseTitle h1 {
      color: #FFF; }
    .single.works #content .inner .post_content .caseTitle p {
      padding: 0; }
  .single.works #content .inner .single_content .caseSlider {
    padding: 0 0 40px; }
    .single.works #content .inner .single_content .caseSlider .sliderArea {
      width: 100%; }
      .single.works #content .inner .single_content .caseSlider .sliderArea .slick-slide {
        transition: all ease-in-out .3s;
        opacity: .2;
        margin: 0 5px;
        text-align: center;
        overflow: hidden;
        height: 600px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .single.works #content .inner .single_content .caseSlider .sliderArea .slick-slide {
            height: 400px; } }
        @media screen and (max-width: 520px) {
          .single.works #content .inner .single_content .caseSlider .sliderArea .slick-slide {
            height: 300px; } }
        .single.works #content .inner .single_content .caseSlider .sliderArea .slick-slide img {
          max-width: none;
          width: auto;
          height: 100%;
          margin: 0 auto;
          filter: none;
          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%); }
      .single.works #content .inner .single_content .caseSlider .sliderArea .slick-active {
        opacity: 1; }
      .single.works #content .inner .single_content .caseSlider .sliderArea .slick-current {
        opacity: 1; }
      .single.works #content .inner .single_content .caseSlider .sliderArea .thumb {
        margin: 20px 0 0 0; }
        .single.works #content .inner .single_content .caseSlider .sliderArea .thumb .slick-track {
          width: 100% !important; }
        .single.works #content .inner .single_content .caseSlider .sliderArea .thumb .slick-slide {
          position: relative;
          cursor: pointer;
          height: 115px !important;
          width: 150px !important;
          margin: 0 10px; }
          @media screen and (max-width: 767px) {
            .single.works #content .inner .single_content .caseSlider .sliderArea .thumb .slick-slide {
              height: 60px !important;
              width: 100px !important;
              margin: 0 5px; } }
          @media screen and (max-width: 520px) {
            .single.works #content .inner .single_content .caseSlider .sliderArea .thumb .slick-slide {
              height: 40px !important;
              width: 60px !important; } }
          .single.works #content .inner .single_content .caseSlider .sliderArea .thumb .slick-slide 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%);
            width: 100%;
            height: auto; }
          .single.works #content .inner .single_content .caseSlider .sliderArea .thumb .slick-slide:hover {
            opacity: .7; }
  .single.works #content .inner .single_content .caseCateBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    padding: 5px 0; }
    .single.works #content .inner .single_content .caseCateBox .lBox {
      width: 130px; }
    .single.works #content .inner .single_content .caseCateBox .rBox {
      width: calc(100% - 150px);
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 3px 3px; }
      .single.works #content .inner .single_content .caseCateBox .rBox img {
        max-width: none;
        width: auto;
        height: 20px;
        margin: 0;
        filter: brightness(100%); }
  .single.works #content .inner .single_content .single_con {
    padding: 50px 0 0; }
    .single.works #content .inner .single_content .single_con p {
      font-size: 18px; }

/*====================================
　コラム
=====================================*/
.column #content .inner {
  max-width: 1000px; }
  @media screen and (max-width: 1040px) {
    .column #content .inner {
      padding: 0 20px; } }
  .column #content .inner .cateArea {
    border: 2px solid #1671DA;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 50px; }
    @media screen and (max-width: 767px) {
      .column #content .inner .cateArea {
        margin: 20px 0; } }
    .column #content .inner .cateArea .lBox {
      width: 20%; }
      @media screen and (max-width: 767px) {
        .column #content .inner .cateArea .lBox {
          width: 100%;
          padding: 0 0 10px;
          text-align: center; } }
    .column #content .inner .cateArea .rBox {
      width: 78%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .column #content .inner .cateArea .rBox {
          width: 100%; } }
      .column #content .inner .cateArea .rBox label {
        width: 33.3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0 5px;
        color: #1671DA; }
        @media screen and (max-width: 700px) {
          .column #content .inner .cateArea .rBox label {
            font-size: 14px;
            width: 50%; } }
        @media screen and (max-width: 450px) {
          .column #content .inner .cateArea .rBox label {
            font-size: 14px;
            width: 100%; } }
  .column #content .inner .columnBox .flexBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 3%; }
    .column #content .inner .columnBox .flexBox .in {
      width: 31%;
      padding: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .column #content .inner .columnBox .flexBox .in {
          width: 48%; } }
      .column #content .inner .columnBox .flexBox .in .imgBox {
        position: relative;
        height: 200px; }
        @media screen and (max-width: 1050px) {
          .column #content .inner .columnBox .flexBox .in .imgBox {
            height: 180px; } }
        .column #content .inner .columnBox .flexBox .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 screen and (max-width: 1100px) {
            .column #content .inner .columnBox .flexBox .in .imgBox img {
              max-width: none;
              height: 100%;
              width: auto; } }
          @media screen and (max-width: 1050px) {
            .column #content .inner .columnBox .flexBox .in .imgBox img {
              width: 100%;
              height: auto; } }
      .column #content .inner .columnBox .flexBox .in .txBox {
        padding: 20px 0 0 0; }
        .column #content .inner .columnBox .flexBox .in .txBox .time {
          font-size: 12px; }
        .column #content .inner .columnBox .flexBox .in .txBox p {
          font-size: 18px;
          line-height: 24px; }
      .column #content .inner .columnBox .flexBox .in .cate {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px 5px;
        padding: 5px 0; }
        .column #content .inner .columnBox .flexBox .in .cate li span {
          font-size: 12px;
          padding: 3px 20px;
          border-radius: 30px; }
  .column #content .inner .columnBox.singleType {
    padding: 50px;
    border-top: 1px solid #16348B;
    border-bottom: 1px solid #16348B; }
    @media screen and (max-width: 520px) {
      .column #content .inner .columnBox.singleType {
        padding: 30px 0; } }
    .column #content .inner .columnBox.singleType .title {
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      color: #16348B;
      padding: 0 0 50px; }
      @media screen and (max-width: 520px) {
        .column #content .inner .columnBox.singleType .title {
          font-size: 24px;
          padding: 0 0 25px; } }
    .column #content .inner .columnBox.singleType .in .imgBox {
      height: 165px; }
      @media screen and (max-width: 520px) {
        .column #content .inner .columnBox.singleType .in .imgBox {
          height: 100px; } }

.staff .bread_crumb span,
.reason .bread_crumb span {
  color: #FFF !important; }
  .staff .bread_crumb span a,
  .reason .bread_crumb span a {
    color: #FFF !important; }
.staff .bread_crumb.level-2:before,
.staff .bread_crumb .sub:before,
.reason .bread_crumb.level-2:before,
.reason .bread_crumb .sub:before {
  border-color: #FFF; }

/*====================================
　お知らせ
=====================================*/
.news #content .inner .list {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 840px) {
    .news #content .inner .list {
      padding: 0 20px; } }
  .news #content .inner .list .in {
    padding: 25px 0;
    border-bottom: 1px solid #707070; }
    .news #content .inner .list .in a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 0 20px; }
      @media screen and (max-width: 800px) {
        .news #content .inner .list .in a {
          flex-wrap: wrap; } }
      .news #content .inner .list .in a .time {
        font-size: 12px;
        padding: 0; }
        @media screen and (max-width: 767px) {
          .news #content .inner .list .in a .time {
            width: 100%;
            padding: 0 0 5px; } }
      .news #content .inner .list .in a .cateBox {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px 5px; }
        @media screen and (max-width: 520px) {
          .news #content .inner .list .in a .cateBox {
            width: 100%;
            padding: 0 0 5px; } }
        .news #content .inner .list .in a .cateBox span {
          background-color: #37B446;
          color: #FFF;
          font-size: 12px;
          padding: 2px 15px;
          border-radius: 30px;
          text-align: center;
          min-width: 80px; }
          .news #content .inner .list .in a .cateBox span.shop_icon {
            min-width: 94px; }
      .news #content .inner .list .in a .tx {
        font-size: 16px;
        padding: 0; }

.single #content .inner {
  max-width: 1000px; }
  .single #content .inner h1 {
    color: #16348B;
    font-size: 36px; }
    @media screen and (max-width: 520px) {
      .single #content .inner h1 {
        font-size: 26px; } }
  .single #content .inner h2 {
    border-left: 4px solid #16348B;
    color: #16348B;
    font-weight: 700;
    white-space: nowrap;
    line-height: 100%;
    font-size: 26px;
    position: relative;
    padding: 10px 20px;
    margin: 10px 0 30px;
    background-color: #F5FF00; }
    @media screen and (max-width: 520px) {
      .single #content .inner h2 {
        font-size: 20px; } }
  .single #content .inner h3 {
    font-size: 22px;
    position: relative;
    padding: 5px 0;
    margin: 0 0 20px;
    color: #16348B;
    border-bottom: 2px solid #16348B; }
  .single #content .inner h4 {
    font-size: 20px;
    padding: 10px 0 30px;
    color: #16348B; }
  .single #content .inner h5 {
    font-size: 18px;
    border-bottom: 4px double #16348B;
    padding: 0 0 10px 10px;
    margin: 30px 0; }
    @media screen and (max-width: 520px) {
      .single #content .inner h5 {
        padding: 10px 10px 10px 15px;
        margin: 0 0 15px; } }
  .single #content .inner .post_content {
    padding: 50px 0 0 0; }
    @media screen and (max-width: 520px) {
      .single #content .inner .post_content {
        padding: 15px 0 0 0; } }
    .single #content .inner .post_content .time {
      font-weight: 500;
      font-size: 14px;
      padding: 0 0 20px; }
  .single #content .inner .cateBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 5px;
    padding: 20px 0 0; }
    @media screen and (max-width: 520px) {
      .single #content .inner .cateBox {
        width: 100%;
        padding: 0 0 5px; } }
    .single #content .inner .cateBox span {
      background-color: #37B446;
      color: #FFF;
      font-size: 12px;
      padding: 2px 15px;
      border-radius: 30px;
      text-align: center;
      min-width: 80px; }
      .single #content .inner .cateBox span.shop_icon {
        min-width: 94px; }
  .single #content .inner .single_content {
    text-wrap: balance;
    word-break: auto-phrase;
    min-height: 300px;
    padding: 50px 0;
    line-height: 34px; }
    @media screen and (max-width: 520px) {
      .single #content .inner .single_content {
        white-space: normal;
        overflow-wrap: break-word; } }
    .single #content .inner .single_content .wp-block-columns {
      padding: 0 0 0px; }
    .single #content .inner .single_content .wp-element-caption {
      font-size: 14px;
      padding: 10px 0; }
    .single #content .inner .single_content p {
      width: 100%;
      line-height: 34px;
      padding: 0 1.5em 2em 0; }
      @media screen and (max-width: 520px) {
        .single #content .inner .single_content p {
          font-size: 15px;
          line-height: 28px; } }
      .single #content .inner .single_content p:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        clear: both; }
    .single #content .inner .single_content a {
      text-decoration: underline;
      color: #61d7a6; }
    .single #content .inner .single_content img {
      margin: 50px auto;
      filter: brightness(105%); }
    .single #content .inner .single_content table {
      margin: 0 auto 50px !important; }
      @media screen and (max-width: 520px) {
        .single #content .inner .single_content table {
          table-layout: fixed;
          margin: 0 auto 50px !important; } }
      .single #content .inner .single_content table tr th {
        background-color: #E5EEF7; }
      .single #content .inner .single_content table tr th, .single #content .inner .single_content table tr td {
        border: 1px solid #D0D0D0;
        padding: 10px;
        width: auto; }
        @media screen and (max-width: 520px) {
          .single #content .inner .single_content table tr th, .single #content .inner .single_content table tr td {
            display: table-cell;
            font-size: 14px;
            padding: 5px; } }
        .single #content .inner .single_content table tr th p:last-child, .single #content .inner .single_content table tr td p:last-child {
          padding: 0; }
    .single #content .inner .single_content ul {
      width: 100%;
      margin: 0 0 30px 0;
      padding: 50px;
      background-color: #abb7c233; }
      @media screen and (max-width: 520px) {
        .single #content .inner .single_content ul {
          padding: 20px 20px 20px 40px; } }
      .single #content .inner .single_content ul li {
        list-style: outside;
        font-size: 16px;
        padding: 5px 0; }
        @media screen and (max-width: 520px) {
          .single #content .inner .single_content ul li {
            font-size: 14px;
            padding: 3px 0;
            line-height: 28px; } }
        .single #content .inner .single_content ul li ul {
          background: #FFF;
          margin: 10px 0 0 0;
          padding: 10px 20px 10px 40px; }
          .single #content .inner .single_content ul li ul li {
            list-style-type: circle; }
      .single #content .inner .single_content ul.nolist li {
        list-style: none; }
    .single #content .inner .single_content ol {
      margin: 0 0 30px 1.5em; }
      .single #content .inner .single_content ol li {
        font-size: 16px;
        padding: 5px 0; }
    .single #content .inner .single_content .wp-block-image img {
      margin: 20px auto 50px; }
    @media screen and (max-width: 520px) {
      .single #content .inner .single_content .wp-block-columns {
        flex-wrap: wrap !important; } }
    @media screen and (max-width: 520px) {
      .single #content .inner .single_content .wp-block-columns .wp-block-image img {
        margin: 0 auto 20px; } }
    .single #content .inner .single_content .is-style-rounded {
      border-radius: 50px; }
      .single #content .inner .single_content .is-style-rounded img {
        border-radius: 50px; }
    .single #content .inner .single_content .has-background {
      padding: 50px; }
      @media screen and (max-width: 520px) {
        .single #content .inner .single_content .has-background {
          padding: 20px; } }
    .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; }
      .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; }
      .single #content .inner .single_content blockquote cite {
        display: block;
        text-align: right;
        color: #888888;
        font-size: 0.9em; }
    .single #content .inner .single_content .btn {
      text-align: center; }
      .single #content .inner .single_content .btn a {
        width: 300px;
        display: inline-block; }
    .single #content .inner .single_content .wp-block-button a {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: url("../images/common/btn5.webp") no-repeat center;
      background-size: cover;
      font-size: 18px;
      color: #FFF;
      width: 350px;
      height: 70px;
      padding: 0 40px 5px 40px; }
      @media screen and (max-width: 520px) {
        .single #content .inner .single_content .wp-block-button a {
          background-size: 100%;
          font-size: 14px; } }
      .single #content .inner .single_content .wp-block-button a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 30px;
        width: 10px;
        height: 15px;
        background-color: #FFF;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        -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; }
      .single #content .inner .single_content .wp-block-button a:hover {
        opacity: 1; }
        .single #content .inner .single_content .wp-block-button a:hover:after {
          right: 25px;
          -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; }
    .single #content .inner .single_content .wp-block-button a {
      width: 300px;
      display: inline-block;
      text-align: center; }
  .single #content .inner .postlink {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    width: 100%; }
    @media screen and (max-width: 520px) {
      .single #content .inner .postlink {
        padding: 30px 0; } }
    .single #content .inner .postlink .box {
      padding: 0 50px;
      min-height: 1px; }
      @media screen and (max-width: 520px) {
        .single #content .inner .postlink .box {
          padding: 0 10px; } }
      .single #content .inner .postlink .box.box_l:empty, .single #content .inner .postlink .box.box_r:empty {
        display: none; }
      .single #content .inner .postlink .box.box_l a, .single #content .inner .postlink .box.box_r a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px; }
        @media screen and (max-width: 520px) {
          .single #content .inner .postlink .box.box_l a, .single #content .inner .postlink .box.box_r a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #61d7a6;
            color: #61d7a6;
            display: flex;
            justify-content: center;
            align-items: center; } }
        .single #content .inner .postlink .box.box_l a span, .single #content .inner .postlink .box.box_r a span {
          font-size: 16px;
          padding: 0 10px; }
          @media screen and (max-width: 520px) {
            .single #content .inner .postlink .box.box_l a span, .single #content .inner .postlink .box.box_r a span {
              display: none; } }
      .single #content .inner .postlink .box.box_c a {
        color: #61d7a6;
        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 a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url("../images/common/btn5.webp") no-repeat center;
    background-size: cover;
    font-size: 18px;
    color: #FFF;
    width: 350px;
    height: 70px;
    padding: 0 40px 5px 40px; }
    @media screen and (max-width: 520px) {
      .not404 #container .error .btn a {
        background-size: 100%;
        font-size: 14px; } }
    .not404 #container .error .btn a:after {
      position: absolute;
      content: "";
      top: 50%;
      right: 30px;
      width: 10px;
      height: 15px;
      background-color: #FFF;
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      -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; }
    .not404 #container .error .btn a:hover {
      opacity: 1; }
      .not404 #container .error .btn a:hover:after {
        right: 25px;
        -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; }

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

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