@charset "utf-8";
/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: YakuHanMP,'Noto Serif JP', serif!important;
    background-color: #f5f5f5;
    position: relative;
}

a {
    font-family: 'Noto Serif JP', serif;
    text-decoration: none!important;
}

a.plavo {
    color: #212121!important;
}

p {
    letter-spacing: 2.0px;
    line-height: 1.7;
    color: #212121;
}

.text-aka {
    color: #a61527;
}

.bg-lightgray {
    background-color: #f5f3ec;
}

.bg-red {
    background-color: #a61527;
}

.bg-lightred {
    background-color: #671620;
}

.text-justify {
    text-align: justify;
}

.fz-10 {
    font-size: 10px;
}
.fz-12 {
    font-size: 12px;
}
.fz-18 {
    font-size: 18px;
}
.fz-20 {
    font-size: 20px;
}
.fz-22 {
    font-size: 22px;
}
.fz-24 {
    font-size: 24px;
}

.lh-14 {
    line-height: 1.4;
}
.lh-15 {
    line-height: 1.5;
}

/* モバイルヘッダー（992px以下） */
.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo {
    width: 200px;
}
@media (min-width: 992px) {
    .logo {
        width: 100%;
    }
}

.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #a61527;
    margin: 3px 0;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-50deg) translate(-5px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(50deg) translate(-5px, -8px);
}

.mobile-nav {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #a61527;
    transition: left 0.3s ease;
    z-index: 999;
}

.mobile-nav.active {
    left: 0;
}

.mobile-nav ul {
    list-style: none;
    padding: 0 0 20px 0;
}

.mobile-nav ul li {
    border-bottom: 1px solid #62000c;
}

.mobile-nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 18px;
    transition: background-color 0.3s;
}

.mobile-nav ul li a:hover {
    background-color: #555;
}

/* PCヘッダー（768px以上） */
.desktop-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background-color: #fff;
    display: none;
    flex-direction: column;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.desktop-logo {
    padding: 30px 20px;
    border-bottom: 1px solid #555;
}

.desktop-logo a {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.desktop-nav {
    flex: 1;
    padding: 20px 0;
}

.desktop-nav ul {
    list-style: none;
    padding-left: 0;
}

.desktop-nav ul li {
    margin: 5px 0;
}

.desktop-nav ul li a {
    display: block;
    color: #212121;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 16px;
    transition: background-color 0.3s;;
    margin: 0 10px;
}

.desktop-nav ul li a:hover {
    background-color: #a61527;
    color: #fff;
}

/* メインコンテンツ */
.main-content {
    padding: 120px 20px 20px;
    min-height: 100vh;
}

.content-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.content-card h2 {
    color: #333;
    margin-bottom: 15px;
}

.content-card p {
    color: #666;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media (min-width: 992px) {
    .mobile-header {
        display: none;
    }

    .desktop-header {
        display: flex;
    }

    .main-content {
        margin-left: 200px;
        padding: 40px;
    }
}

/* オーバーレイ */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
}

.overlay.active {
    display: block;
}

main {
    position: relative;
    background-image: url(../img/mainimg01.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: 80px;
    height: calc(100vh - 80px);
}
@media (min-width: 992px) {
    main {
        margin-top: 0px;
        margin-left: 200px;
        height: 100vh;
    }
}

.main-title {
    position: absolute;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    color: #fff;
    left: 50%;
    top: 8%;
    line-height: 1.6;
    font-size: 20px;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    text-shadow: 0 0 10px #ffd300, 0 0 20px #ffd300, 0 0 30px #ffd300, 0 0 40px #ffd300;
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translate(-50%, 80px);
    opacity: 0;
    filter: blur(50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
    filter: blur(0px);
  }
}
@media (min-width: 576px) {
    .main-title {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .main-title {
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        -o-transform: translate(0%,0%);
        transform: translate(0%, 0%);
        top: 5%;
        right: 5%;
        font-size: 28px;
        line-height: 1.8;
        letter-spacing: 2.0px;
    }
    @keyframes fadeup {
      0% {
        transform: translate(-5%, 80px);
        opacity: 0;
        filter: blur(50px);
      }
      80% {
        opacity: 1;
      }
      100% {
        opacity: 1;
        transform: translate(-5%, 0);
        filter: blur(0px);
      }
    }
}
@media (min-width: 1400px) {
    .main-title {
        top: 10%;
        right: 10%;
        font-size: 32px;
    }
}

.logomark {
    width: 70%;
    position: absolute;
    -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: 50%;
    top: 60%;
}
@media (min-width: 576px) {
    .logomark {
        width: 350px;
    }
}
@media (min-width: 992px) {
    .logomark {
        width: 400px;
    }
}
@media (min-width: 992px) {
    .logomark {
        top: 50%;
    }
}

.canopustudio {
    position: absolute;
    width: 100%;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}

.slide-blur {
    transform: translateX(-100%);
    opacity: 0;
    filter: blur(50px);
    animation: slideBlur 0.5s ease-out forwards;
}

@keyframes slideBlur {
    to {
        transform: translateX(0);
        opacity: 1;
        filter: blur(0px);
    }
}

.pt-haba01 {
    padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.py-haba01 {
    padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
    padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.mt-haba01 {
    margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.my-haba01 {
    margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
    margin-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.pc-bodyhaba {
    padding-left: 5%;
    padding-right: 5%;
}
@media (min-width: 992px) {
    .pc-bodyhaba {
        margin-left: 200px;
    }
}

h2.indent {
    font-family: "Lora", serif;
    color: #a61527;
    font-size: clamp(2.188rem, 1.619rem + 2.84vw, 3.75rem);
    letter-spacing: 2.0px;
}
.hosoku {
    font-size: 18px;
    letter-spacing: 2.0px;
}
@media (min-width: 992px) {
    .hosoku {
        font-size: 22px;
    }
}

.mail-box {
    position: fixed;
    z-index: 10;
    display: block;
    background-color: #a61527;
    color: #fff;
    text-decoration: none;
    width: 45px;
    right: 0%;
    padding: 10px;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}
.mail-icon {
    width: 25px;
}
.mail-icon2 {
    width: 35px;
}
.mail-box.show {
    right: 46px;
    opacity: 1;
    visibility: visible;
}

.mail-box:hover {
    background-color: #ab8d00;
}

.otoiawase-sp {
     -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 5px;
}


@media (min-width: 992px) {
    .mail-iconpc {
        width: 40px;
    }
    .desktop-nav ul li.contact-btnpc {
        position: absolute;
        bottom: 0;
        background-color: #a61527;
        width: 200px;
        margin: 0;
        text-align: center;
    }
    .desktop-nav ul li.contact-btnpc:hover {
        background-color: #ab8d00;
    }
    .desktop-nav ul li.contact-btnpc a:hover {
        background-color: transparent;
    }
    .desktop-nav ul li.contact-btnpc a {
        color: #fff;
        font-size: 20px;
        padding: 10px 0 0 0;
    }
}

.strong-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.strong-inner {
    border: 2px solid #999;
    padding: 5%;
    position: relative;
     opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.strong-inner.show2 {
    opacity: 1;
    transform: translateX(0);
}
.strong-inner h3 {
    line-height: 1.7;
    letter-spacing: 2.0px;
}
.strong-inner h3 span {
    border-bottom: 2px solid #a61527;
    color: #212121;
}
.i-catch {
    width: 35px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.i-catch2 {
    width: 35px;
    position: absolute;
    bottom: -2px;
    right: -2px;
}
.icon-strengths {
    width: 50px;
}
@media (min-width: 992px) {
    .strong-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }
    .strong-inner {
        width: 47.5%;
        padding: 3%;
    }
    .i-catch {
        width: 45px;
    }
}
@media (min-width: 1200px) {
    .icon-strengths {
        width: 70px;
    }
    .i-catch {
        width: 50px;
    }
}

@media (min-width: 1400px) {
    .strong-box {
        gap: 30px;
    }
}
@media (min-width: 1500px) {
    .strong-box {
        gap: 35px;
    }
}

.suggestion-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 1200px) {
    .suggestion-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }

    .suggestion-inner {
        width: 48%;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .suggestion-innerkoumoku {
        flex: 1;
    }
}

.suggestion-title {
    background-color: #212121;
    color: #fff;
    padding: 15px;
}

.bb-4-1 {
    border: 1px solid #212121;
}

.bg-achieveimg01 {
    position: relative;
    background-image: url(../img/bg-achieveimg05.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.bg-achieveimg02 {
    position: relative;
    background-image: url(../img/bg-achieveimg02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.bg-achieveimg03 {
    position: relative;
    background-image: url(../img/bg-achieveimg03.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.bg-achieveimg04 {
    position: relative;
    background-image: url(../img/bg-achieveimg01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
}
.achieve-title {
    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%);
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .bg-achieveimg01,.bg-achieveimg02,.bg-achieveimg03,.bg-achieveimg04 {
        min-height: 420px;    
    }    
}

.achieve-koumoku span {
    border-bottom: 1px solid #a61527;
}

.i-catch3 {
    width: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.i-catch4 {
    width: 35px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
@media (min-width: 992px) {
    .i-catch3,.i-catch4  {
        width: 45px;
    }
}

@media (min-width: 992px) {
    .pl-200 {
        padding-left: 200px;
    }
}

.icon-iphone {
    width: 35px;
}

.contact-frontbtn {
    background-color: #a61527;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.contact-frontbtn::after {
  background: #ab8d00;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: top top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.contact-frontbtn:hover {
  color: #fff;
}
.contact-frontbtn:hover::after {
  transform: scale(1, 1);
}

.tel-frontbtn {
    background-color: #671620;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tel-frontbtn::after {
  background: #ab8d00;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: top top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.tel-frontbtn:hover {
  color: #fff;
}
.tel-frontbtn:hover::after {
  transform: scale(1, 1);
}


table.tbl-r02 {
  margin: 20px auto;
  width: 100%;
}
.tbl-r02 th {
  background: #999;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
      width: 25%;
    text-align: center;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 30px;
}
 
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }

  .tbl-r02 td {
    padding: 20px;
  }
}

footer {
    border-top: 1px solid #a61527;
}
@media (min-width: 768px) {
    .tbl-r02 th {
        background: transparent;
        border-left: 0;
        border-right: 0;
        color: #212121;
        font-weight: normal;
    }
    .tbl-r02 td {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}

.footer-logo {
    width: 90%;
}
@media (min-width: 768px) {
    .footer-logo {
        width: 350px;
    }
}


.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #a61527;
    color: #fff;
    width: 45px;
    height: 45px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.back-to-topinner {
    position: relative;
    width: 45px;
    height: 45px;
}
.back-to-topinner span {
    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 (min-width: 992px) {
    .back-to-top {
        width: 60px;
        height: 60px;
    }
    .back-to-topinner {
        position: relative;
        width: 60px;
        height: 60px;
    }
    .back-to-topinner span {
        font-size: 20px;
    }
}

.logo-otherpage {
    width: 160px;
}
@media (min-width: 576px) {
    .logo-otherpage {
        width: 250px;
    }
}
.logo-otherpagebox {
    display: block;
    text-align: center;
    margin: 0 auto;

}

header.other {
    border-bottom: 1px solid #a61527;
}

.modoru {
    background-color: #a61527;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 12px;
}
@media (min-width: 576px) {
    .modoru {
        font-size: 14px;
    }
}
.modoru:hover {
    background-color: #212121;
}

.plavoyajirushi {
    display: inline-block;
    color: #a61527;
}

.btn_back {
    display: inline-block;
    background-color: #a61527;
    border: 4px solid #a61527;
    color: #fff;
    font-size: 20px;
    max-width: 250px;
    padding: 10px 25px;
    border-radius: 40px;
    width: 50%;
    position: relative;
}
.btn_back:before {
    content: '◀︎';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn_back:hover {
    color: #a61527;
    background-color: #fff;
}
.btnWr:hover .btn_back:before {
    color: #a61527;
}

.hissu {
    display: inline-block;
    background-color: #a61527;
    color: #fff;
}

.grecaptcha-badge {
    width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s;
    position: fixed;
    bottom: 70px!important;
    right: -186px;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
    z-index: 80;
}

.btn-mailform {
    width: 200px;
    margin: 30px auto 0;
    display: block;
    background-color: #a61527;
    border: 0;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
}

#contact.office {
    background-color: #eceae6;
}