/*------------------------------------------------------------------------------
  PC or ALL
------------------------------------------------------------------------------*/
.mainvisual-catch {
  bottom: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  width: auto;
  max-width: calc(100% - 40vw);

}
.mainvisual-catch div.copy {
  margin: 0 0 45px 0;
  position: relative;
}
.mainvisual-catch div.copy:before {
  content: "";
  position: absolute;
  left: -26vw;
  top: -1vw;
  width: 27vw;
  height: 35vw;
  background: url(../images/card1.png) no-repeat center center / contain;
}
.mainvisual-catch div.copy:after {
  content: "";
  position: absolute;
  right: -26vw;
  top: -1vw;
  width: 27vw;
  height: 35vw;
  background: url(../images/card2.png) no-repeat center center / contain;
}
.header-logo {
  width: 170px !important;
}
.header-nav .en{
  font-family: "Shippori Mincho", serif;
}
.box h2.box-h2 {
  font-size: 4.4rem;
}
.title-type01 span:nth-child(2), .title-type02 span:nth-child(2), .title-type03 span:nth-child(2), .title-type04 span:nth-child(2) {
  opacity: 1;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 1.5px;
  color: #0752a5;
}
.title-type02, .title-type04 {
  padding: 0 0 20px 0;
}
.title-type02:before, .title-type04:before {
  width: 80px;
  height: 2px;
}
.box .btn a {
  background: var(--main-color-2);
  border-radius: 10px;
  outline: 1px solid #f9ab71;
  outline-offset: -2px /* どれだけ内側に線を表示したいかを負の値で指定 */;
}
.box .btn a:after {
  right: 18px;
  background: #fff;
  color: #f57312;
  border-radius: 50%;
  font-size: 1.5rem;
}
.banner-type02 ul li .text .btn a {
  background: #f57312;
}
.image-text-type03.right .text:before {
  border-top: solid 5px #0752a5;
}
.image-text-type03 .text:before {
  border-top: solid 5px #0752a5;
}
.footer {
  padding: 150px 0 var(--foooter-padding-bottom) 0;
}
.footer-main {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
.footer-main .nav ul li {
  font-size: 1.2rem;
}
.footer-main p:not([class]) {
  margin-bottom: 5px;
}
.footer-main .about {
  font-size: 1.4rem;
}
.footer-main .about strong{
  font-size: 1.5rem;
}
.footer-sub .copyright {
  font-size: 1rem;
}

.fixed-footer {
  .tel a {
    margin: 0 10px;
    font-size: 3.6rem;
    font-weight: normal;
  }
  p {
    font-size: 2rem;
    font-weight: bold;
  }
  .btn {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .btn a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 8px 30px 9px 50px;
    color: #fff;
    border-radius: 10px;
    outline: 1px solid #f9ab71;
    outline-offset: -2px;
    font-size: 1.8rem;
  }
  .btn .ja:nth-child(1) a {
      outline: 1px solid #6b97c8;
      background: #074e9d;
      background: linear-gradient(#0751a2, #033f83);
  }
  .btn a:after {
    content: "\e158";
    position: absolute;
    top: 50%;
    left: 21px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
    line-height: 1;
    transform: translateY(-50%);
  }
  .btn .ja:nth-child(2) a {
    outline: 1px solid #67c494;
    background: #008441;
    background: linear-gradient(#019b4c, #007e3e);
  }
}

.main-message {
  h2:not([class]) {
    font-size: 4.4rem;
    font-family: "Shippori Mincho", serif;
    border-bottom: none;
    padding: 21px;
    background: url(../images/bg.jpg) no-repeat center center / cover;
    color: #fff;
  }
  h2:not([class]):after {
    display: none;
  }
  .box, .box-wrap {
    margin-bottom: 0;
  }
  .box-wrap.bg:before {
    background: #f4f4f4;
  }
  .image-bg-type02 .text {
    max-width: 565px;
  }
  .image-bg-type02 .text h3 {
    font-size: 3.8rem;
    line-height: 1.4;
  }
  .box.row.row-2 .col img {
    border: solid 10px #dedede;
  }
  ul.box-ul {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.main-concept {
  .image-bg-type02 .text {
    max-width: 700px;
  }
}
.main-number {
  h3.box-h3.en {
    color: #00387c;
    font-size: 4.4rem;
    font-weight: bold;
  }
  .box, .box-wrap {
    margin-bottom: 5vh;
  }
  .box .copy {
    font-size: 3.2rem;
  }
  .list-number-type01 ol li:before {
    font-size: 6.4rem;
    background: #0752a5;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Cardo", serif;
    font-weight: normal;
    border-radius: 50%;
  }
}
.main-banner1 {
  margin-bottom: 4vh;
  .box .copy {
    margin: 0 0 3vh 0;
    font-size: 2.5rem;
  }
  .image-bg-type02 .text {
    max-width: 640px;
    padding: 70px 0;
  }
  .box .btn a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 13px 50px 12px 30px;
    color: #fff;
    border-radius: 10px;
  }
}
.main-banner2 {
  .row {
    gap: 3.7vh;
  }
}
.main-greeting {
  .image-bg-type01 .text {
    margin: 0 10vw 0 10vw;
    padding: 0;
  }
  .box h3.box-h3 {
    margin: -60px 0 2vh 0;
    padding: 28px 20px;
    font-size: 4.2rem;
    background: url(../images/bg.jpg) no-repeat center center / cover;
    color: #fff;
  }
  .box .copy {
    margin: 0 0 3vh 0;
    font-size: 3rem;
    line-height: 1.466;
    color: #e06102;
  }
  p:not([class]) {
    padding: 0 65px;
  }
}
.main-bannerarea {
  .box, .box-wrap {
    margin: 0 auto 30px auto;
  }
  .banner-type01 ul li .image {
    filter: brightness(0.6);
  }
  .banner-type01 ul li a .en {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .banner-type01 ul li a {
    padding: 70px 40px;
    font-weight: bold;
  }
  .banner-type01 ul li a:after {
    bottom: 12px;
    right: 12px;
    margin: 0;
    font-size: 2rem;
    background: #0752a5;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .two a {
    padding: 45px 40px !important;
  }
}

/* added by coder */
.home-search{
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;

  .input-group{
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    background: #fff;
  }
  .home-search-input{
    background: none;
    border: none;
    height: 60px;
    color: #000;
    font-size: 1.6rem;
    padding: 10px 10px 10px 20px;
    &:focus {
      border: none;
      background: none;
    }
  }
  .home-search-btn{
    border: none;
    background: #0752a5;
    color: #fff;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-search-btn:after{
    content: '\e8b6';
    font-family: 'Material Icons Outlined';
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
  }
}
.search .blog-sidebar{display: none;}

.main-contact {
  .contact-type01 .title {
    font-size: 4.5rem;
  }
  .contact-type01 .title .en {
    font-size: 3rem;
  }
  .box .image img {
    filter: brightness(0.6);
  }
  .contact-type01 .text .tel {
    font-size: 7.2rem;
    font-weight: normal;
  }
  .box .btn .ja:nth-child(1) a {
    outline: 1px solid #6b97c8;
    background: #074e9d;
    background: linear-gradient(#0751a2, #033f83);
  }
  .box .btn .ja:nth-child(1) a:after {
    color: #fff !important;
    background: none;
    color: #074e9d;
    font-size: 1.5rem;
  }
  .box .btn .ja:nth-child(2) a {
    outline: 1px solid #67c494;
    background: #008441;
    background: linear-gradient(#019b4c, #007e3e);
  }
  .box .btn .ja:nth-child(2) a:after {
    color: #fff !important;
    background: none;
    color: #008441;

    font-size: 1.5rem;
  }
}


@media screen and (max-width: 1920px) {
  .main-bannerarea {
    .banner-type01 ul li a {
        padding: 70px 25px;
    }
    .two a {
      padding: 45px 25px !important;
    }
    .banner-type01 ul li a span {
      font-size: 2.5rem;
    }
  }
}
@media screen and (max-width: 1650px) {
  .main-bannerarea {
    .banner-type01 ul li a {
        padding: 70px 20px;
    }
    .two a {
      padding: 54px 20px !important;
    }
    .banner-type01 ul li a span {
      font-size: 2rem;
    }
    .banner-type01 ul li a .en {
      font-size: 1.5rem;
    }
  }
}
.pagetop {
  z-index: 10;
}
.header-logo {
  width: 130px;
}

/* 20240825 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;}

.box-color {
    margin: 0 0 6vh;
    padding: 35px;
    background: #f4f4f4;
    border-radius: 10px;
}
.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;
}

.table-fixed {
    margin-bottom: 25px !important;
    table-layout: fixed !important;
    width: 100% !important;
}
.table-fixed th,
.table-fixed td {
    padding: 12px 15px !important;
    border: 3px solid #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
}
.table-fixed th {
    color: #fff !important;
    background: #0752a5 !important;
}
.table-fixed td {
    background: #f4f4f4 !important;
}

table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.table_qa th{
    padding: 15px 0 15px 15px;
    width: 5%;
}
table.table_qa td{
    padding: 15px;
    vertical-align: middle;
}
table.table_qa tr:nth-child(2n-1) td{
  font-size:18px;
}
table.table_qa tr:nth-child(2n){
    background:#f4f4f4;
}
table.table_qa tr:nth-child(2n) p{
    margin-top: 0;
}
table.table_qa td ol{
    margin: 0 !important;
}
table.table_qa tr:nth-child(2n) th{
    vertical-align: top;
}
/* Qアイコン */
.q_icon{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background: #0752a5;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
}
/* Aアイコン */
.a_icon{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background: #e06102;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
}

table td ul {
  margin: 0 !important;
}

/* ======================================
2024/11/26 added by tsuji
==================================*/

sup {
vertical-align:text-top;
font-size:small;
}


/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
  .mainvisual {
    height: calc(50vh - 20px);
  }
  .fixed-footer {
    .btn {
        gap: 10px;
        flex-direction: column;
      }
    }
  }
/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .header-logo {
    width: 130px !important;
  }
  .mainvisual {
    height: calc(50vh - 100px);
  }
  .mainvisual-catch {
    width: calc(100% - 25vw);
    max-width: none;
  }
  .mainvisual-catch div.copy {
    margin: 0 0 4vh 0;
  }
  .mainvisual-catch div.sub-text {
    font-size: 1.8rem;
    padding: 0 6vw;
  }
  .mainvisual-catch div.copy:before {
    left: -5vw;
    width: 30vw;
    height: 42vw;
  }
  .mainvisual-catch div.copy:after {
    right: -5vw;
    width: 30vw;
    height: 42vw;
    z-index: -1;
  }
  .box h2.box-h2 {
    font-size: 3.2rem;
  }
  .title-type01 span:nth-child(2), .title-type02 span:nth-child(2), .title-type03 span:nth-child(2), .title-type04 span:nth-child(2) {
    font-size: 1.7rem;
  }
  .main-message {
    h2:not([class]) {
        font-size: 2.2rem;
    }
    ul.box-ul {
      font-size: 1.8rem;
      line-height: 2;
    }
  }
  .main-number {
    h3.box-h3.en {
        font-size: 2.5rem;
    }
    .list-number-type01 ol li:before {
      font-size: 4rem;
      width: 65px;
      height: 65px;
    }
    .box .copy {
      font-size: 2.3rem;
    }
  }
  .main-banner1 {
    .box .copy {
        padding: 0 3vw;
        font-size: 1.8rem;
    }
    .box h3.box-h3 {
      font-size: 2.2rem;
      padding: 0 8vw;
    }
  }
  .main-greeting {
    .box h3.box-h3 {
        margin: -25px 0 2vh 0;
        padding: 28px 10px;
        font-size: 2.2rem;
    }
    .box .copy {
      font-size: 2rem;
    }
    p:not([class]) {
      padding: 0;
    }
  }
  .main-bannerarea {
    .banner-type01 ul li a {
        padding: 40px 20px;
    }
    .two a {
      padding: 25px 20px !important;
    }
  }
  .main-contact {
    .contact-type01 .title .ja {
      font-size: 3rem;
    }
    .contact-type01 .title .en {
      font-size: 2.2rem;
  }
    .contact-type01 .text .tel {
        font-size: 3rem;
        font-weight: normal;
    }
    .contact-type01 .text .btn {
      flex-direction: column;
      gap: 2vh;
    }
  }
  .footer {
    padding: 70px 0 var(--foooter-padding-bottom) 0;
  }
  .contact-type01 .text .btn {
    flex-direction: column;
    gap: 10px;
  }
  .contact-type02 .text .btn {
    flex-direction: column;
    gap: 10px;
  }

  .table-wrap {
    overflow-x: auto !important;
  }
  .table-wrap table td {
    min-width: 800px !important;
    table-layout: fixed !important;
  }

  table.table_qa{
      margin: 0 0 0.8em 0;
      padding: 0;
      margin-bottom:40px;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }
  table.table_qa th{
      padding: 6px;
      width: 15%;
  }
  table.table_qa td{
      padding: 10px;
  }
  table.table_qa tr:nth-child(2n-1) td{
    font-size:15px;
  }
  table.table_qa tr:nth-child(2n) th{
      vertical-align: top;
  }
  /* Qアイコン */
  .q_icon{
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background: #0752a5;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
  }
  /* Aアイコン */
  .a_icon{
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: normal;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background: #e06102;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
  }
}
