/*------------------------------------------------------------------------------
  PC or ALL
------------------------------------------------------------------------------*/
.header-logo{
  width: 277px;
}
.header-nav a span{
  font-weight: bold;
}

.mainvisual-catch{
  & > div{
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  & div.copy{
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    font-size: 3rem;
  }
  & div.sub-text{
    font-size: 3.6rem;
    & strong{
      font-size: 6rem;
    }
  }
}

.side-sns{
  right: 0;
  .btn{
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    & a{
      padding: 38px 18px;
      background: var(--main-color);
      color: #fff;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
      &::before{
        content: "\e158";
        font-family: "Material Symbols Outlined";
        font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
        line-height: 1;
      }
    }
    .btn2 a{
      background: var(--main-color-2);
      &::before{
        content: "\ea7d";
        font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20
      }
    }
  }
}

.fixed-footer{
  background: #47598e;
  color: #fff;
  .tel a:before{
    color: var(--main-color-2);
  }
  .contact a{
    border-radius: 0;
    background: var(--main-color-2);
  }
}

.home .page-content{

.sm{
  max-width: 1120px;
  /* margin: 0 auto; */
  padding: 0;
}

.btn a{
  border-radius: 0;
  background: var(--main-color);
}

.title-type02{
  padding: 0;
  & span:nth-child(1){
    font-size: 4.2rem;
  }
  & span:nth-child(2){
    font-size: 1.8rem;
    color: var(--main-color-2);
    opacity: 1;
  }
  &::before{display: none;}
}

.main-news{
  padding: 35px 40px;
  background: #f1f1f1;
  .date{font-weight: bold;}
}

.main-message{
  .title-type02{
    & span:nth-child(1){
      color: var(--main-color);
    }
  }
}

.main-reason{
  .box .copy{
    font-weight: normal;
  }
  .btn a{
    background: var(--main-color-2);
  }
}

.main-con{
  margin: 12vmin 0;
  .contact-type02 .title{
    text-align: center;
    .en{
      font-size: 2.4rem;
    }
  }
  .btn .btn2 a{
    background: var(--main-color-2);
    &::after{
      content: "\ea7d";
      font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20
    }
  }
}

.main-about{
  .image img{
    opacity: 0.5 !important;
  }
  .text{
    position: relative;
    max-width: 960px;
    margin: -100px auto 0;
    padding: 60px 80px;
    &::before{
      content:"";
      display: block;
      width: 88px;
      height: 88px;
      position: absolute;
      top: -44px;
      left: 50%;
      transform: translateX(-50%);
      background: url(/mwp/wp-content/themes/mwp-theme/assets/images/about-icon.png) no-repeat center center / contain;
      z-index: 5;
    }
    .box-h3{
      text-align: center;
      font-size: 4.2rem;
      font-weight: bold;
      color: var(--main-color);
    }
    .copy{
      text-align: center;
      font-size: 2.2rem;
      color: var(--main-color);
    }
  }
}

.main-menu{
  margin-bottom: 0;
  .image-text-type03 .text{
    color: #fff;
    &::before{
      background: var(--main-color);
    }
    .btn a{
      background: var(--main-color-2);
    }
  }
}

.main-banner2{
  &.bg::before{
    background: var(--main-color);
  }
  .banner-type01 ul li a span:nth-child(2){
    font-size: 2.4rem;
    font-weight: bold;
  }
}


/* home */
}

/* 20241122 added by Fabo */
.mt-0 { margin-top: 0 !important;}
.mt-s { margin-top: 4vh !important;}
.mt-m { margin-top: 7vh !important;}
.mt-l { margin-top: 10vh !important;}

.mb-0 { margin-bottom: 0 !important;}
.mb-s { margin-bottom: 4vh !important;}
.mb-m { margin-bottom: 7vh !important;}
.mb-l { margin-bottom: 10vh !important;}

.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]) {
    margin-bottom: 3vh;
}

.box-color {
    margin: 0 0 6vh;
    padding: 35px;
    background: #f7f7f7;
}
.box-color :first-child {
    margin-top: 0 !important;
}
.box-color :last-child {
    margin-bottom: 0 !important;
}

.page-content .image-text-type01 .text {
    overflow: hidden;
}
.page-content  .list-check-type01 {
    display: flex;
    justify-content: flex-start;
}

.align-center {
    text-align: center;
}

.contact-type02 .title {
  text-align: center;
}
.contact-type02 .title .en {
  font-size: 2.4rem;
}
body:not(.home) .contact-type02 .text .datetime {
    margin: 0 0 3vh 0;
}
body:not(.home) .contact-type02 .tel a  {
    color: #fff;
}
body:not(.home) .contact-type02 .btn a  {
    background: var(--main-color);
}
body:not(.home) .contact-type02 .btn2 a  {
    background: var(--main-color-2);
}

.table_qa {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_qa th {
  width: 5%;
  padding: 20px 10px;
}
.table_qa td {
  padding: 20px 10px;
  vertical-align: middle;
}
.table_qa tr:nth-child(2n-1) td {
  font-size: 18px;
  font-weight: bold;
}
.table_qa tr:nth-child(2n) {
  background: #eaf0f7;
}
.table_qa tr:nth-child(2n) th {
  vertical-align: top;
}
.q_icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--main-color);
  line-height: 46px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.a_icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--main-color-2);
  line-height: 46px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

body:not(.home).image-text-type02 .image {
  min-height: 20vmax;
}

.box-table-fixed {
  width: 100%;
  margin: 0 0 1em 0;
  table-layout: fixed;
}
.box-table-fixed th,
.box-table-fixed td {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #5071a3;
  vertical-align: middle;
}
.box-table-fixed th {
  background: #e5ecf6;
}
.box-table-fixed thead th {
  color: #fff;
  font-weight: bold;
  background: var(--main-color);
}


/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {

.header-logo{
  width: 200px;
}
.mainvisual-catch{
  & div.copy{
    font-size: 2rem;
  }
  & div.sub-text{
    font-size: 1.6rem;
    & strong{
      font-size: 3rem;
    }
  }
}

.home .page-content {

.main-about {
  .text {
      margin: -30px 4vmin 0 4vmin;
      padding: 30px 30px 0 30px;
      &::before{display: none;}
      .box-h3{
        font-size: 3rem;
      }
      .copy{
        font-size: 1.8rem;
      }
  }
}

.main-menu {
  .image-text-type03 .text {
    background: var(--main-color);
  }
}

/* home */
}

.box-table-fixed th,
.box-table-fixed td {
  padding: 10px;
  font-size: 1.4rem;
}
.table-wrap {
	overflow-x: auto;
}
.table-wrap table {
	min-width: 1000px;
}


}