@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

html { 
    scroll-behavior: smooth;
}

body {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #001339;
}

a {
    transition: 0.8s;
}

a:hover {
    opacity: 0.6;
}

img {
    width: 100%;
    object-fit: cover;
}

.jp_hd_logo {
    position: fixed;
    width: 15%;
    top: 20px;
    left: 30px;
    z-index: 100;
}

/* トップ */
#top {
    background-image: url(img/top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    /* height: 100vh; */
    padding-bottom: 100px;
}

.top_flex {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #fff
}

.top_left {
    text-align: center;
    width: 45%;
}

.top_righ {
    width: 55%;
    text-align: center;
}

.top_righ img {
    width: 95%;
}

.top_subtitle {
    font-size: 1.5vw;
    margin-bottom: 10px;
}

.top_title_01 {
    font-size: 4vw;
}

.top_title_02 {
    font-size: 5.8vw;
    letter-spacing: 6;
}

.aw_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.aw_item {
    width: 48%;
}

.top_message {
    width: 100%;
    margin-top: -4.5vw;
    overflow: hidden;
}

.top_message p {
    width: 105%;
    font-size: 2.75vw;
    margin-left: -20px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #c8c3aa;
    text-transform: uppercase;
    white-space: nowrap;
}

.top_voice_wrapper {
    overflow: hidden;
}

.top_voice {
    width: 120%;
    display: flex;
    justify-content: space-between;
    margin-top:15px;
    padding: 0 30px;
    flex-wrap: nowrap;
}

.top_voice_item {
    width: 23%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #fff;
}

.top_voice_item_left {
    width: 18%;
    text-align: center;
}

.top_voice_item_left img {
    border-radius: 100vh;
    aspect-ratio: 1/1;
}

.top_voice_item_cat {
    font-size: 14px;
    margin-top: 5px;
}

.top_voice_item_right {
    width: 79%;
    font-size: 15px;
}

.top_voice_item_right_at {
    color: #b83a3a;
}

/* .swiper-slide {
    height: 7vw!important;
} */

.swiper-slide img {
    height: auto;
    width: 100%;
  }
  /* スライドの動き等速 */
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  /* メッセージ */
#message {
    position: relative;
    background-image: url(img/ms_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.ms_flex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ms_left {
    width: 70%;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;
}

.ms_right {
    width: 30%;
}

.ms_sub {
    font-size: 1vw;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.ms_title {
    font-size: 3.5vw;
    margin-bottom: 20px;
}

.ms_text {
    font-size: 1.8vw;
    margin-bottom: 20px;
}

/* すべきこと */
#do {
    background-image: url(img/do_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* height: 100vh; */
    padding-top: 5vw;
    display: flex;
    align-items: flex-end;
}

.do_list {
    display: flex;
    align-items: center;
}

.do_left {
    width: 30%;
}

.do_right {
    width: 65%;
    padding-right: 60px;
    margin-left: 6%;
}

.do_sub {
    font-size: 1vw;
    color: #b8ae91;
}

.do_title {
    font-size: 2.5vw;
    margin: 15px 0 30px;
    line-height: 1.3;
    letter-spacing: 3px;
}

.do_flow {
    letter-spacing: 0;
}

.do_text {
    margin-top: 30px;
    font-size: 1.2vw;
}

/* 調査内容 */

#work {
    position: relative;
    background-image: url(img/wr_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8vw 0;
}

.work_list {
    width: 80%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.work_item {
    width: 29%;
}

.wk_sub {
    text-align: center;
    color: #b8ae91;
    font-size: 1.2vw;
}

.wk_title {
    text-align: center;
    font-size: 2vw;
    margin: 0 0 40px;
}

.wk_info {
    display: flex;
    align-items: center;
    margin: 40px 0 15px;
    font-size: 1.2vw;
}

.wk_info_bar {
    display: inline-block;
    width: 5%;
    height: 1px;
    margin-right: 13px;
    background-color: #001339;
}

/* CTA01 */
#cta01 {

}

.cta01_flex {
    display: flex;
}

.cta01_side {
    width: 30%;
} 

.cta01_side img {
    height: 50%;
    /* aspect-ratio: 1/1; */
}

.cta01_center {
    width: 40%;
    text-align: center;
}

.cta01_center_top {
    padding: 3vw;
}

.cta01_center_en {
    font-size: 1vw;
    color: #b8ae91;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cta01_center_box {
    padding: 40px 0;
    border: 4px solid #b8ae91;
    margin: 10px 0 50px;
}

.cta01_center_sub {
    font-size: 1.3vw;
}

.cta01_center_title {
    font-size: 3vw;
}

.cta01_center_mega {
    font-size: 2vw;
    color: #b83a3a;
    margin-bottom: 50px;
    font-weight: bold;
}

.cta01_center_text {
    font-size: 1.2vw;
}

.cta01_center_btn {
    background-image: url(img/vo_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    background-color: #001339;
    padding: 5vw;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.cta01_center_btn img {
    width: 7%;
    margin-right: 20px;
}

/* データ */
#data {
    padding: 6vw;
}

.data_top {
    display: flex;
    justify-content: space-between;
}

.data_item {
    width: 49%;
}

.data_bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.data_bottom_right {
    display: flex;
    justify-content: space-between;
}

.data_bottom_right img {
    width: 48%;
}

.data_bottom_total {
    margin-top: 25px;
}

/* 被害者の声・利用者の声 */
.vo_list {
    display: flex;
}

.vo_cat {
    width: 50%;
}

.vo_item_title {
    color: #fff;
    padding: 80px;
}

.vo_b_title {
    background-image: url(img/vo_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.vo_g_title {
    background-image: url(img/vo_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.vo_item_title_sub {
    font-size: 14px;
    text-transform: uppercase;
}

.vo_item_title_main {
    font-size: 1.3vw;
}

.vo_item_list {
    display: flex;
}

.vo_b {
    width: 33.333%;
    color: #fff;
}

.vo_item {
    width: 100%;
    height: 75%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1vw;
    padding: 4vw 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
    letter-spacing: 4px;
    transition: 0.8s;
    cursor: pointer;
}

.vo_item_click {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 12px;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    
}

.vo_item_click_b {
    position: absolute;
    bottom: 40px;
    color: #001339;
    font-size: 12px;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

.vo_item:hover {
    opacity: 0.8;
}

.vo_b:nth-of-type(1) {
    background-image: url(img/vo01.png);
    
}

.vo_b:nth-of-type(2) {
    background-image: url(img/vo02.png);

}

.vo_b:nth-of-type(3) {
    background-image: url(img/vo03.png);

}

.vo_g {
    width: 25%;
    color: #001339;
}

.vo_g:nth-of-type(1) {
    background-image: url(img/vo07.png);
    
}

.vo_g:nth-of-type(2) {
    background-image: url(img/vo04.png);
}

.vo_g:nth-of-type(3) {
    background-image: url(img/vo05.png);

}

.vo_g:nth-of-type(4) {
    background-image: url(img/vo06.png);

}

/* モーダル */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
  }
  
  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 45%;
    line-height: 1.8;
    padding: 3vw;
    max-height: 80%;
    overflow-y: scroll;
    font-size: 16px;
    background-color: #fff;
  }

  .modal_title {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #b8ae91;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
  }
  
  
  /* 以下ボタンスタイル */
  button {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 2px;
    cursor: pointer;
  }
  
  /* CTA02 */
  #cta02 {
    background-image: url(img/cta02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cta02_flex {
    display: flex;
    justify-content: end;
    position: relative;
    align-items: end;
  }

  .cta02_flex::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    background-color: #001339;
  }

  .c02_left {
    width:55%;
    padding: 6vw 6vw 0;
  }

  .c02_left_sub {
    font-size: 1vw;
    color: #b8ae91;
    text-transform: uppercase;
  }

  .c02_left_title {
    font-size: 2vw;
    margin-top: 5px;
    font-weight: 600;
  }

  .c02_left_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  60px 0;
  }

  .c02_left_cr_item {
    padding: 5.5vw;
    position: relative;
    border-radius: 100vh;
    background-color: #fff;
  }

  .c02_left_cr_item:nth-of-type(2) {
    margin: 0 30px;
  }

  .c02_left_cr_item p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    border-radius: 100vh;
    text-align: center;
    font-size: 1vw;
  }

  .c02_left_box {
    display: flex;
    justify-content: center;
  }

  .c02_left_box_left {
    padding: 20px 40px;
    text-align: center;
    width: 40%;
    background-color: #b83a3a;
    margin-right: 30px;
  }

  .c02_left_box_right {
    padding: 40px ;
    text-align: center;
    width: 60%;
    background-color: #6d8093;
  }

  .c02_box_left_sub {
    font-size: 1.5vw;
    margin-bottom: 10px;
  }

  .c02_box_left_text {
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1;
  }

  .c02_box_left_text span {
    font-size: 1vw;
    font-weight: 600;
  }

  .c02_price_box {
    display: flex;
    justify-content: center;
  }

  .c02_price_left {
    width: 35%;
    padding: 40px;
    text-align: center;
    background-color: #b83a3a;
    color: #fff;
    margin-right: 30px;
  }

  .c02_price_right {
    padding: 40px 60px;
    text-align: center;
    background-color: #6d8093;
    color: #fff;
  }

  .c02_price_text {
    font-size: 2vw;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .c02_price_text_sub {
    text-align: left;
  }

  .c02_price_left_num {
    font-size: 7vw;
    line-height: 1;
    font-weight: bold;
  }

  .c02_price_right_num {
    font-size: 5.5vw;
    line-height: 1;
    font-weight: bold;
  }

  .c02_price_mark {
    font-size: 2vw;
  }
  
  .c02_left_con {
    display: flex;
    align-items: center;
    margin: 3vw 0;
    /* justify-content: center; */
  }
  

.c02_left_con_tel {
    width: 45%;
}

.c02_left_con_tel_text {
    text-align: center;
    font-size: 0.85vw;
}

.c02_left_con_tel_numbox {
    display: flex;
    justify-content: center;
}

.c02_left_con_tel_numbox img {
    width: 6%;
    margin-right: 10px;
    object-fit: contain;
}

.c02_left_con_tel_num {
    font-size: 1.5vw;
}

.c02_left_con_line {
    width: 45%;
    margin-left: 3vw;
}

@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.c02_left_con_line a {
    display: flex;
    align-items: center;
    background: #12c356;
    padding: 12px 0px;
    text-align-last: center;
    color: #fff;
    justify-content: center;
    animation: bound 1.5s infinite;
}

.c02_left_con_line img {
    width: 15%;
    object-fit: contain;
    /*margin-right: 13px;*/
}

.c02_left_con_line_text {
    width: 70%;
    font-size: 1vw;
}

.c02_bar_box {
    text-align: center;
}

.c02_bar {
    display: inline-block;
    width: 2px;
    height: 3vw;
    background-color: #b8ae91;
}

.c02_right {
    width: 40%;
}

.c02_box_left_min {
    text-align: left;
}

/* よくある質問 */
#faq {
    background-image: url(img/faq_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    padding: 12vw 30px;
}

.faq_list {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.faq_left {
    width: 30%;
}

.faq_left_sub {
    font-size: 1.5vw;
}

.faq_left_title {
    font-size: 2vw;
}

.faq_right {
    width: 70%;
}

.accordion-container {
    width: 100%;
  }
  
  .accordion-list:not(:first-child) {
    margin-top: 10px;
  }
  
  .accordion-title {
    border-bottom: 1px solid #001339;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 1vw;
    font-weight: 400;
    padding: 20px 40px;
    position: relative;
  }
  .accordion-title span {
    margin-right: 5px;
  }
  
  .accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }
  .accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transition: all .3s ease-in-out;
  }
  
  .accordion-title.open:before {
    transform: rotate(180deg);
  }
  .accordion-title.open:after {
    opacity: 0;
  }
  
  .accordion-text {
    display: none;
    padding: 20px 40px;
    font-size: 1vw;
    font-weight: 400;
  }

  /* バーガーメニュー */
body.overflow {
    overflow: hidden;
}
.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 110;
  background-color: #b83a3a;
  transform: skewX(-0.06turn);
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #ffffff;
}
.burger:hover {
  cursor: pointer;
}

.bg_nav::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    background-color: #b7ac7f;
    width: 30px;
    top: 0;
    left: 0;
}

/*  NAV
========================================== */
nav {
  background-color: #001339;
  position: fixed;
  z-index: 109;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.show .about,
nav.show .social,
nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}
@media (min-width: 667px) {
  nav {
    padding: 120px 90px 70px 90px;
  }
}
nav ul.main {
  list-style-type: none;
}
nav ul.main li {
  margin-bottom: 20px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.main li:last-of-type {
  margin-bottom: 0px;
}
nav ul.main li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1vw;
  display: block;
  letter-spacing: 5px;
  font-weight: 400;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.main li a span {
  color: #b7ac7f;
}
nav ul.main li a:hover {
  color: #b7ac7f;
}
nav .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .about p {
  color: #ffffff;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}
nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
nav .social a:last-of-type {
  margin-right: 0px;
}
nav .social a:hover svg path,
nav .social a:hover svg circle {
  fill: #b7ac7f;
}
nav .social a svg {
  width: 100%;
  height: 100%;
}
nav .social a svg path,
nav .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav ul.sub li {
  margin-bottom: 10px;
}
nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.sub li a:hover {
  color: #b7ac7f;
}

/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 108;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

.bg_bar {
    width: 100%;
    height: 1px;
    background-color: #b7ac7f;
    margin: 30px 0;
}

.bg_cp_info {
    color: #fff;
    font-size: 14px;
}

.bg_cp_name {
    font-size: 16px;
}

.bg_cp_ad {
    margin: 10px 0;
}

.bg_cp_line {
    width: 15%;
    margin-top: 30px;
}

.bg_cp_info_link {
    margin-top: 20px;
}

/* フッター */
footer {
    background-image: url(img/top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .footer {
    padding: 2vw 1.5vw;
    font-size: 15px;
    color: #fff;
    /* background: #001339; */
    padding-bottom: 250px;
  }
  
  .footer__navi-heading {
    font-weight: 600;
  }
  
  .footer__logo {
    display: inline-block;
    font-size: 2.3vw;
    margin-bottom: 20px;
  }
  
  .footer__navi li {
    margin-bottom: 0.75rem;
  }
  
  .footer__address {
    margin-bottom: 2rem;
  }
  
  .footer__address a {
    text-decoration: underline;
  }

  .footer_dec_box {
    overflow: hidden;
    margin-top: 20px;
  }

  .footer_dec {
    width: 180%;
    font-size: 7vw;
    margin-left: -2vw;
  }

  .copyright {
    /*margin-top: 20px;*/
  }
  
  @media (min-width: 768px) {
    .md-flex {
      display: flex;
    }
  
    .md-justify-between {
      justify-content: space-between;
    }
  
    .grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .footer__address a {
      text-decoration: none;
      pointer-events: none;
    }
  }
  
  @media (min-width: 1024px) {
    .lg-flex {
      display: flex;
    }
  }

/* アンダーメニュー */
.ud_box {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    z-index:-1;
    transition: all .8s ease-out;
}

.ud_list {
    width: 100%;
    display: flex;
    justify-content: left;
    position: fixed;
    bottom: 0;
}

.ud_item {
    width: 30%;
    padding: 30px 10px;
    background-color: #fff;
}

.ud_item_num {
    text-align: center;
}

.ud_item_text {
    display: flex;
    justify-content: center;
    font-size: 1.5vw;
}

.ud_item_text img {
    object-fit: contain;
    width: 6%;
    margin-right: 10px;
}

.ud_line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
    border-right: 1px solid #001339;
    border-left: 1px solid #001339;
}

.ud_line a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ud_line img {
    object-fit: contain;
    width: 8%;
    margin-right: 20px;
}

.ud_dl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
}

.ud_dl a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ud_dl img {
    object-fit: contain;
    width: 5%;
    margin-left: 10px;
}

/* 対応件数 */
.active_box {
    position: fixed;
    right: 0px;
    bottom: 0px;
    font-size: 1vw;
    padding: 30px;
    text-align: center;
    color: #fff;
    background-color: #6d8093;
}

.active_sub {
    font-size: 1vw;
    font-weight: 600;
}

#active_text {
    font-size: 3vw;
    font-weight: 600;
    line-height: 1.3;
}

.active_lil {
    font-size: 1.3vw;
    margin-left: 10px;
    font-weight: 600;
}

.ud_pc {
    display: block;
}

.ud_sp {
    display: none;
}

/* プライバシー・ポリシー */
.pp_wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 3vw 5vw;
    }

    .pp_hd_title {
    font-size: 23px;
    margin-bottom: 5px;
    }

    .pp_block {
    margin-top: 40px;
    }

    .pp_title {
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    }

    .pp_title::before {
    content: "";
    width: 5px;
    height:20px;
    background-color: #003750;
    display: inline-block;
    margin-right: 10px;
    }

    .pp_lest {
    text-align: right;
    }

    .footer_cr_box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_cr_left {
        /*width: 80%;*/
    }

    .footer_cr_right {
        display: flex;
        justify-content: space-between;
        /*width: 20%;*/
    }
    
    .footer_cr_right a  {
        margin-left: 20px;
    }
    
    .jp_logo {
        margin-bottom: 15px;
    }

/* ラップトップ */
@media (max-width: 1400px){
    .jp_hd_logo {
        width: 40%;
    }
    #top{
        padding-bottom: 40px;
    }

    .top_voice_item_right {
        font-size: 12px;
    }

    .top_voice_item_cat {
        font-size: 10px;
    }

    .top_voice {
        margin-top: 30px;
    }

    .c02_left_cr_item {
        padding: 6.5vw;
    }

    .c02_left_cr {
        margin: 30px 0;
    }

    .c02_left_cr_item p {
        font-size: 18px;
    }

    .ud_item {
        padding: 20px 10px;
    }

    .ud_dl img {
        margin-left: 8px;
    }

    .active_box {
        padding: 25px;
    }
}

/* タブレット */
@media (max-width: 1024px){
    .jp_hd_logo {
        width: 35%;
        top: 30px;
    }
    .res_br {
        display: none;
    }

    #top{
        padding: 50px 0;
    }

    .top_flex {
        display: block;
    }

    .top_left {
        width: 100%;
    }

    .top_subtitle {
        font-size: 2.5vw;
    }

    .top_title_01 {
        font-size: 6vw;
    }

    .top_title_02 {
        font-size: 11vw
    }

    .top_righ {
        width: 80%;
        margin: 0px auto;
    }

    .aw_list {
        margin-top: 10px;
    }

    #message {
        height: 40vh;
    }

    .ms_left {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .ms_right {
        display: none;
    }

    .ms_sub {
        font-size: 14px;
    }

    .ms_title {
        font-size: 4.5vw;
    }

    .ms_text {
        font-size: 2.5vw;
    }

    #do {
        padding-bottom: 5vw;
    }

    .do_list {
        width: 90%;
        margin: 0 auto;
    }

    .do_left {
        display: none;
    }

    .do_sub {
        font-size: 14px;
    }

    .do_text {
        font-size: 15px;
    }

    .do_right {
        width: 100%;
        padding-right: 0;
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .work_list {
        width: 95%;
    }

    .work_item {
        width: 30%;
    }

    .wk_title {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .wk_info {
        font-size: 16px;
        margin: 20px 0 10px;
    }

    .wk_text {
        font-size: 14px;
    }

    .cta01_center_box {
        padding: 20px 0;
        margin: 10px 0 20px;
    }

    .cta01_center_mega {
        margin-bottom: 20px;
    }

    .vo_item_title_main {
        font-size: 2.5vw
    }

    .vo_item_title_sub {
        font-size: 12px;
    }

    .vo_item_title {
        padding: 40px;
    }

    .vo_item {
        height: 40%;
        font-size: 14px;
    }

    .modalWrapper {
        width: 90%;
        padding: 5vw;
    }

    .c02_left {
        width: 80%;
        margin: 6vw 6vw 6vw 0;;
        padding: 0;
    }

    .c02_left_cr_item {
        padding: 10vw;
    }

    .c02_price_box {
        width: 100%;
    }

    .c02_right {
        display: none;
    }

    .c02_price_right {
        width: 65%;
    }

    .c02_price_left {
        padding: 25px;
    }

    .c02_price_text {
        font-size: 3vw;
    }

    .c02_price_mark {
        font-size: 2.5vw;
    }

    .c02_price_left_num {
        font-size: 12vw;
    }

    .c02_price_right_num {
        font-size: 8vw;
    }

    .c02_price_right {
        padding: 30px 60px;
    }

    .c02_left_con_tel_text {
        font-size: 1.5vw;
    }

    .c02_left_con_tel_num {
        font-size: 2.5vw;
    }

    .c02_left_con_line_text {
        font-size: 2vw;
    }

    .faq_list {
        width: 100%;
    }

    .faq_left {
        width: 25%;
    }

    .faq_right {
        width: 75%;
    }

    .accordion-title {
        font-size: 14px;
    }

    .accordion-text {
        font-size: 14px;
    }

    .ud_list {
        width: 100%;
    }

    .ud_item {
        width: 33.333%;
        padding: 30px 10px;
    }

    .ud_item_num {
        font-size: 14px;
    }

    .ud_item_text {
        font-size: 23px;
    }

    .ud_line {
        font-size: 18px;
    }

    .ud_line img {
        margin-right: 10px;
    }

    .active_box {
        display: none;
    }

    .ud_dl {
        font-size: 18px;
    }

    nav ul.main li a {
        font-size: 2.5vw;
    }

    .footer__logo {
        font-size: 3vw;
    }

    .footer {
        padding: 4vw 4vw 20vw 4vw;
    }

    .pp_wrapper {
        font-size:14px;
        padding: 3vw 5vw;
    }
    
    .copyright {
        margin-top: 0;
    }

    .footer_cr_box {
        flex-wrap: wrap;
    }

    .footer_cr_left {
        width: 100%;
    }

    .footer_cr_right {
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .footer_cr_right a {
        font-size: 12px;
        display: block;
        width: 100%;
        margin-left:0;
    }

    .footer_cr_right a:nth-of-type(2) {
        margin-top: 10px;
    }
    
    .c02_left_con_line a {
        padding: 12px 10px;
    }
    
    .jp_logo {
        width: 40%;
    }

/* スマホ */
@media (max-width: 430px){
    .jp_hd_logo {
        width: 40%;
        top: 30px;
        left: 20px;
    }

    .br_sp {
        display: none;
    }

    .burger {
        width: 40px;
        height: 40px;
    }

    .burger span, .burger span::before, .burger span::after {
        height: 2px;
    }

    .top_subtitle {
        font-size: 12px;
    }

    .top_righ {
        width: 100%;
    }

    .top_message p {
        font-size: 4vw;
    }

    .top_voice_item_left {
        width: 16%;
    }

    .top_voice_item {
        padding: 15px 30px;
    }

    #message {
        height: 55vh;
        background-position: center;
    }

    .ms_left {
        width: 95%;
    }

    .ms_sub {
        text-align: left;
    }

    .ms_title {
        font-size: 18px;
        text-align: left;
    }

    .ms_text {
        font-size: 16px;
        text-align: left;
    }

    #do {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .do_list {
        width: 100%;
    }

    .do_right {
        margin-right: 0;
        margin-left: 0;
    }

    .do_sub {
        width: 90%;
        margin: 0 auto;
    }

    .do_title {
        width: 90%;
        margin: 20px auto;
    }

    .do_text {
        width: 90%;
        margin: 20px auto 0;
    }

    .do_flow {
        overflow-x: scroll;
        padding: 0 20px;
    }

    .do_flow::-webkit-scrollbar{
        display: none;
    }

    #do_pc {
        width: 260%;
    }

    .do_title {
        font-size: 20px
    }

    #work {
        overflow-x: scroll;
        padding: 60px 0;
        background-size: contain;
    }

    #work::-webkit-scrollbar{
        display: none;
    }

    .work_list {
        width: 250%;
        padding: 0 50px;
    }

    .wk_sub {
        font-size: 12px;
    }

    .cta01_side {
        display: none;
    }

    .cta01_center {
        width: 95%;
        margin: 0 auto;
    }

    .cta01_center_en {
        font-size: 12px;
    }

    .cta01_center_sub {
        font-size: 14px;
    }

    .cta01_center_title {
        font-size: 25px;
    }

    .cta01_center_mega {
        font-size: 18px;
    }

    .cta01_center_text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .cta01_center_btn {
        font-size: 14px;
    }

    #data {
        padding: 40px 20px;
    }

    .data_top {
        display: block;
    }

    .data_item {
        width: 100%;
    }

    .data_item:nth-of-type(2) {
        margin-top: 15px;
    }

    .data_bottom {
        display: block;
        margin-top: 15px;
    }

    .data_bottom_total {
        margin-top: 15px;
    }

    .vo_list {
        display: block;
    }

    .vo_cat {
        width: 100%;
    }

    .vo_item {
        height: 60%;
    }

    .vo_item_title_main {
        font-size: 18px;
    }

    .modalWrapper {
        padding: 30px;
    }

    .modalContents {
        font-size: 14px;
    }

    .c02_left_sub {
        font-size: 12px;
    }

    .cta02_flex {
        display: block;
    }

    .cta02_flex::before {
        display: none;
    }

    .c02_left {
        width: 100%;
        padding: 30px 15px;
        margin: 0;
    }

    .c02_left_cr_item {
        padding: 14vw;
    }

    .c02_left_cr_item p {
        font-size: 10px;
    }

    .c02_left_cr_item:nth-of-type(2) {
        margin: 0 15px;
    }

    .c02_left_title {
        font-size: 16px;
    }

    .c02_price_left {
        margin-right: 10px;
    }

    .c02_price_right {
        padding: 30px;
    }

    .c02_price_left {
        width: 40%;
    }

    .c02_price_right {
        width: 60%;
    }

    .c02_price_text {
        font-size: 16px;
    }

    .c02_price_left_num {
        font-size: 75px;
    }

    .c02_price_mark {
        font-size: 20px;
    }

    .c02_price_text_sub {
        font-size: 14px;
    }

    .c02_price_right_num {
        font-size: 50px;
    }

    .c02_left_con {
        display: block;
    }

    .c02_left_con_tel {
        width: 100%;
        margin-top: 40px;
    }

    .c02_left_con_tel_text {
        font-size: 15px;
    }

    .c02_left_con_tel_num {
        font-size: 20px;
    }

    .c02_bar_box {
        display: none;
    }

    .c02_left_con_line {
        width: 100%;
        margin-left: 0;
    }

    .c02_left_con_line a {
        justify-content: center;
        margin-top: 30px;
    }

    .c02_left_con_line_text {
        font-size: 16px;
    }

    #faq {
        padding: 60px 30px;
    }

    .faq_list {
        display: block;
    }

    .faq_left {
        width: 100%;
    }

    .faq_left_sub {
        font-size: 14px;
    }

    .faq_left_title {
        font-size: 16px;
    }

    .faq_right {
        width: 100%;
    }

    .accordion-title {
        padding: 20px 33px 20px 10px;
    }

    .accordion-text {
        padding: 20px 10px;
    }

    .accordion-title:after, .accordion-title:before {
        right: 10px;
    }

    .footer {
        padding: 40px 30px 120px 30px;
    }

    .footer__logo {
        font-size: 18px;
    }

    .footer__address {
        font-size: 14px;
    }

    .grid {
        font-size: 14px;
    }

    .copyright {
        font-size: 10px;
    }
    
    nav {
        width: 90%;
        padding: 100px 60px 60px 60px;
    }

    nav ul.main li a {
        font-size: 14px;
    }

    nav ul.main li {
        margin-bottom: 10px;
    }

    .ud_pc {
        display: none;
    }

    .ud_sp {
        display: block;
    }

    .ud_sp_list {
        position: fixed;
        bottom: 0;
        background-color: #fff;
    }

    .ud_sp_list {
        display: flex;
    }

    .ud_sp_item {
        width: 33.33%;
        text-align: center;
        padding: 20px 15px 15px 15px;
    }

    .ud_sp_item img {
        width: 20%;
    }

    .ud_sp_item:nth-of-type(2) {
        border-left: 1px solid #001339;
        border-right: 1px solid #001339;
    }

    .ud_sp_item:nth-of-type(2) img {
        width: 25%;
    }

    .ud_sp_text {
        font-size: 12px;
        margin-top: 8px;
    }

    .pp_wrapper {
        padding: 8vw 5vw;
    }
    
     .vo_item_click, .vo_item_click_b {
        font-size: 10px;
    }
    
    .jp_logo {
        width: 60%;
    }
}}



/* 追記
=========================================*/
.jp_hd_logo {
    color: #fff;
    font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
    font-weight: 700;
    width: 100%;
}

.top_subtitle {
    margin-top: clamp(1.25rem, 0.964rem + 1.43vw, 2.25rem);
}

.top_title_01 {
    font-size: clamp(1.25rem, 0.964rem + 1.43vw, 2.25rem);
}

.top_title_02 {
    font-size: clamp(1.875rem, 1.375rem + 2.5vw, 3.625rem);
    margin-top: 10px;
}

.aw_list {
    justify-content: center;
    width: 80%;
    column-gap: 30px;
}

.aw_item {
    font-size: clamp(1.125rem, 0.911rem + 1.07vw, 1.875rem);
    width: auto;
}

#top {
    background-image: url(./img/top_bg03.jpeg);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 1024px) {
    #top {
        background-position: center;
    }
}

#top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50%の黒いオーバーレイ */
    z-index: -1; /* 背景の背後に配置 */
}

.top_flex, .top_message, .top_voice_wrapper {
    position: relative;
    z-index: 1; /* コンテンツを背景の前に表示 */
}

.bg_cp_name {
    font-size: 20px;
    font-weight: 700;
}

.footer {
    background-image: url(./img/top_bg03.jpeg);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .footer {
        background-position: center;
    }
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50%の黒いオーバーレイ */
    z-index: -1; /* 背景の背後に配置 */
}

.lg-flex,
.footer_cr_box {
    position: relative;
    z-index: 1; /* コンテンツを背景の前に表示 */
}