@charset "utf-8";

.privacy{
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.privacy h1{
    font-size: clamp(2rem, 1.5vw, 3rem);
}
.privacy h2{
    font-size: clamp(1.8rem, 1vw, 2.5rem);
}
.privacy h3{
    font-weight: 600;
    padding-top: 2%;
    font-size: clamp(1.5rem, 1vw, 2rem);
}
.privacy p, .privacy span{
    font-size: clamp(1.5rem, 1vw, 1.8rem);
    line-height: 1.6;
}
.privacy p{
    padding-top: 2%;
}
.privacy .lst2 li{
    padding-top: 3%;
}
.privacy .privacy_sec1{
    margin: 15% 0 2%;
}

.privacy .privacy_sec1 h1{
    text-transform: uppercase;
}

.privacy .sec1 .par{
    padding-top: 2%;

}


.privacy .privacy_sec2, .privacy_sec3{
    background: #afd9e97d;
    padding: 5%;
}
.privacy_sec3{
    margin: 2% 0;
}

@media(max-width:600px) {
    .privacy .privacy_sec1{
        margin: 20% 0 2%;
    }
    .par br{
     display: none;
    }
    .privacy p{
        line-height: 2;
    }
    .privacy_sec2{
        margin-top: 5%;
    }

}@charset "UTF-8";
* {
  text-decoration: none;
  list-style: none;
}
html {
  font-size: 62.5%;
  font-family: normal normal normal Hiragino Sans;
}
body {
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}
p {
  font-size: clamp(1.4rem, 0.2rem + 1.5vw, 2rem);
}
h1 {
  font-size: clamp(2.8rem, -1.4rem + 5.25vw, 4.9rem);
  font-weight: 600;
}
h2 {
  font-size: clamp(1.6rem, 0.24rem + 2.13vw, 2.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
h3 {
  font-size: clamp(1.4rem, -1.4rem + 3.5vw, 2.8rem);
  letter-spacing: 0.188rem;
  font-weight: 600;
}
.inner {
  width: 1020px;
  margin: 0 auto;
}
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexB {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.border:before,
.border:after {
  content: "";
  border-top: 1px solid;
  width: 10rem;
}
.border::before {
  margin-right: 25px;
}
.border::after {
  margin-left: 25px;
}
.entry-content img {
  width: 100%;
  height: auto;
}
.works-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

/* 各記事のスタイル */
.works-archive article {
  flex: 1 1 calc(33.333% - 20px); /* 各記事を3列に並べる */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}

/* スマホの時は2列にする */
@media (max-width: 768px) {
  .works-archive article {
    flex: 1 1 calc(50% - 20px); /* 各記事を2列に並べる */
  }
}

/* サムネイルのスタイル */
.works-archive .entry-content a img {
  width: 100%;
  height: auto;
  display: block;
}
.works_goods_title{
  margin-left: 10px;
  font-size: 20px;
}
.price {
  margin-left: 18px;
  font-size: 22px;
}

@media (max-width: 1280px) {
  .inner {
    width: 80%;
  }
  .page-title-lan {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .events {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .events {
    pointer-events: auto;
  }
  .inner {
    width: 95%;
  }
  h2 {
    font-size: 1.6rem;
  }
  .border::before,
  .border::after {
    width: 8rem;
  }
  .works_goods_title {
    margin-left: 10px;
    font-size: 1.4rem;
}
.price {
  font-size: 1.4rem;
}
.page-title-lan {
  padding-top: 60px;
}
}
@media (max-width: 375px) {
  .border::before,
  .border::after {
    width: 5rem;
  }
}

/*ナビゲーション*/
.container {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
}
.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #515e8e 0%, #191f37 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 4px 6px #5c5c5c29;
  font-size: 1.8rem;
  z-index: 9999;
}
.header_inner {
  position: relative;
}
.nav_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_item {
  align-items: center;
}
.title {
  font-size: 2rem;
  font-weight: 600;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main {
  margin-top: 60px;
}

@media only screen and (max-width: 1020px) {
  .header {
    background: none;
    box-shadow: none;
  }
  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%; /* 右から出てくる */
    top: 0;
    width: 90%; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background: #313e6e 0% 0% no-repeat padding-box;
    opacity: 0.64;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: calc(infinity);
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.66;
  }
  .nav_list {
    width: 100%;
    list-style: none;
    flex-direction: column;
    margin: 16px;
  }
  .nav_item {
    padding: 0 14px;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .nav_item a {
    display: block;
    padding: 60px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .nav_list li .icon_left::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 30px;
  }
  .nav_list li:nth-child(1) a::before {
    background: url(https://megane.am-bitious.co.jp/wp-content/uploads/2024/06/home_icon.png) no-repeat;
    background-size: contain;
  }
  .nav_list li:nth-child(2) a::before {
    background: url(https://megane.am-bitious.co.jp/wp-content/uploads/2024/06/ECshop_icon.png) no-repeat;
    background-size: contain;
  }
  .nav_list li:nth-child(3) a::before {
    background: url(https://megane.am-bitious.co.jp/wp-content/uploads/2024/06/Buy_icon.png) no-repeat;
    background-size: contain;
  }
  .nav_list li:nth-child(4) a::before {
    background: url(https://megane.am-bitious.co.jp/wp-content/uploads/2024/06/contact_icon.png) no-repeat;
    background-size: contain;
  }
  .nav_list li:nth-child(4) {
    border: none;
    margin: 0;
  }
  .nav_button a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 24px 30px;
  }
  .sp_contact {
    padding: 0px;
    border: 1px solid #fff;
    display: inline-block;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 7px;
  }
  .hamburger_border_center {
    top: 14px;
  }
  .hamburger_border_bottom {
    top: 21px;
  }
  .hamburger_menu {
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 27px;
    left: 5px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }

  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 17px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 17px;
  }
} /* sp */

@media only screen and (min-width: 1021px) {
  .header_inner {
    width: 100%;
    padding: 15px 30px;
  }
  .logo {
    padding: 12px 30px;
  }
  .nav_list {
    text-align: right;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a {
    color: #fff;
    font-weight: 600;
  }
  .sp_contact {
    display: none;
  }
  .hamburger_menu {
    display: none;
  }
  .nav_list li:last-child {
    display: none;
  }
}

/* logo */
.logo {
  padding: 1%;
  max-width: 100%;
}
.logo img {
  max-width: 224px;
  height: auto;
}

/* TOP */

.main_Visual {
  padding-top: 80px;
}
.top {
  background: #e4edef 0% 0% no-repeat padding-box;
}
.top_box {
  padding: 5% 4%;
}
.box1 {
  text-align: justify;
  max-width: 68%;
}
.box1 h1 {
  letter-spacing: 0.662rem;
  line-height: 1.102;
  text-align: left;
}
.box1 span {
  font-weight: 700;
  text-align: left;
  display: block;
  font-size: clamp(1.6rem, -0.78rem + 3.73vw, 3.7rem);
  letter-spacing: 0.522rem;
  line-height: 1.459;
  padding-top: 10px;
}
.box1 p {
  letter-spacing: 0.24rem;
  line-height: 1.7;
  font-weight: 500;
  padding-top: 20px;
}
.box2 {
  margin-top: 50px;
}
.box2 img {
  max-width: 278px;
  height: auto;
}

@media (max-width: 768px) {
  .box2 img {
    max-width: 210px;
    height: auto;
  }
  .top_box {
    flex-direction: column;
  }
  .box1,
  .box2 {
    max-width: 100%;
    text-align: center;
  }
  .box1 h1,
  .box1 span {
    text-align: center;
    letter-spacing: 0.412rem;
  }
  .box1 p {
    text-align: left;
  }
}

/* sec1 */
.sec1 {
  margin: 80px 0;
}
.sec1 h2 {
  letter-spacing: 0.16rem;
}

.sec1_case {
  font-size: clamp(1.4rem, 1.229rem + 0.76vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.234rem;
  padding-top: 50px;
}
.font_size {
  font-size: clamp(3.6rem, -7.4rem + 11vw, 5.8rem);
  font-weight: 700;
  letter-spacing: 0.754rem;
  line-height: 1;
  color: #fff;
}
.box_title {
  background: #313e6e 0% 0% no-repeat padding-box;
  padding: 15px 2% 3px;
  text-align: center;
}
.box_title p:nth-of-type(2) {
  letter-spacing: 0.114rem;
  color: #fff;
}
.sec1_box {
  width: 30%;
  border: 4px solid #323e6e;
}
.sec1_text {
  padding: 24px 20px 15px;
  font-size: clamp(1.4rem, 1.303rem + 0.41vw, 1.8rem);
}
@media (max-width: 1020px) {
  .sec1 {
    margin: 70px 0 0;
  }
  .sec1_case {
    flex-direction: column;
  }
  .sec1_box {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .sec1 {
    padding: 0 5%;
  }
}
/* sec2 */

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cta {
  background: #e4edef 0% 0% no-repeat padding-box;
  padding-top: 40px;
}
.cta h2 {
  letter-spacing: 0.266rem;
  padding-bottom: 30px;
}
.sp-on {
  position: relative;
}
.sp-on img {
  position: absolute;
  max-width: 250px;
  height: auto;
  z-index: 1;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 15%);
}
.sp-on h2 {
  padding-bottom: 230px;
}
@media (min-width: 1021px) {
  .sp-on {
    display: none;
  }
}
.cta_img {
  max-width: 343px;
  height: auto;
}
.cta_img img {
  vertical-align: bottom;
}
@media (max-width: 1280px) {
  .cta h2 {
    text-align: center;
  }
}
@media (max-width: 1020px) {
  .cta {
    padding-top: 80px;
  }
  .cta_img {
    display: none;
  }
  .cta h2 {
    display: none;
  }
}
.contact_box2 img {
  max-width: 490px;
  height: auto;
}

.contact_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tell {
  position: relative;
}
.tell a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -85px;
  transform: translateY(-50%);
  background: url("https://megane.am-bitious.co.jp/wp-content/uploads/2024/06/tell_white.png") no-repeat;
  background-size: contain;
  width: 82px;
  height: 64px;
}
.contact_box a {
  font-size: clamp(3rem, -1.533rem + 7.11vw, 7rem);
  font-weight: 700;
  color: #313e6e;
  line-height: 0;
}

.contact_box2 p {
  font-size: clamp(1.4rem, -0.187rem + 2.49vw, 2.8rem);
  color: #313e6e;
  font-weight: bold;
  letter-spacing: -0.014rem;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 15px;
  font-weight: 700;
}
.contact_box2 p span {
  letter-spacing: 0.35rem;
}
.contact_box2 {
  padding-bottom: 60px;
}
.contact_box2 a:first-of-type {
  padding-bottom: 25px;
}
.contact_box2 a picture:first-child {
  filter: drop-shadow(0px 7px 0px #417453);
}
.contact_box2 a:nth-last-child(1) picture {
  filter: drop-shadow(0px 7px 0px #2f5480);
}
.contact_box2 a picture:hover {
  display: inline-block;
  transform: translateY(7px);
  filter: none;
  filter: brightness(90%);
}

@media (max-width: 768px) {
  .contact_box a {
    font-size: 3rem;
  }
  .contact_box::before {
    width: 35px;
    height: 28px;
    top: 0%;
    left: -45px;
  }
  .contact_box2 p {
    font-size: 1.6rem;
    letter-spacing: 0.175rem;
  }
  .contact_box2 img {
    max-width: 320px;
    height: auto;
  }
  .tell a::before {
    width: 35px;
    height: 28px;
    top: -12%;
    left: -40px;
  }
}

/* sec3 */
.sec3 {
  padding-top: 35px;
}
.sec3 h3 {
  text-align: center;
  display: flex;
  align-items: center;
  color: #313e6e;
}
.sec3_box {
  padding: 80px 5%;
  border-bottom: 1px dotted #707070;
}
.sec3_box2 {
  padding: 80px 0 80px 5%;
  border-bottom: 1px dotted #707070;
}
.text2 {
  font-size: clamp(1.4rem, -0.6rem + 2.5vw, 2.4rem);
  text-align: left;
  background-color: #4fb7ce;
  border-radius: 20px;
  margin-right: 5rem;
  letter-spacing: 0.278rem;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
}
.text2 span {
  font-size: clamp(1.6rem, -3rem + 5.75vw, 3.9rem);
}
.sec3_case,
.sec3_case2 {
  margin-top: 40px;
}
.sec3_case img {
  width: 284px;
  height: auto;
}
.sec3_case2 {
  display: flex;
  justify-content: left;
  align-items: center;
}
.sec3_case2 img {
  width: 284px;
  height: auto;
}
.sec3_text {
  margin: 10px 10px 10px 40px;
}
.sec3_text p {
  line-height: 2.35;
  letter-spacing: normal;
}
.sec3_text1 {
  border: 1px solid #707070;
  padding: 10px 10px 10px 40px;
  margin-left: 40px;
}
.sec3_text1 ul li {
  font-size: clamp(1.4rem, 0.2rem + 1.5vw, 2rem);
  line-height: 2.35;
  list-style: square;
}
@media (max-width: 768px) {
  .sec3_box,
  .sec3_box2 {
    margin: 55px 24px;
    padding: 0;
    border-bottom: none;
  }
  .sec3_case,
  .sec3_case2 {
    flex-direction: column;
    width: 100%;
    margin: 20px auto 0;
  }
  .sec3_case img,
  .sec3_case2 img {
    width: 90%;
    height: auto;
  }
  .text2 {
    width: 70px;
    border-radius: 7px;
    margin-right: 10px;
  }
  .sec3_text {
    margin: 0;
    padding-top: 25px;
  }
  .sec3_text1 {
    margin: 23px 0 0;
    width: 95%;
  }
}
@media (max-width: 375px) {
  .text2 {
    margin-right: 7px;
  }
  .sec3_box,
  .sec3_box2 {
    margin: 40px 6px;
  }
}

/* sec4 */
.sec4 {
  margin: 150px auto 130px;
}
.sec4 h2 {
  padding-bottom: 70px;
}
.sec4_img {
  width: 100%;
  height: auto;
}
.sec4_title {
  font-size: clamp(1.5rem, 0.48rem + 1.6vw, 2.4rem);
  font-weight: bold;
  color: #313e6e;
  text-align: center;
  padding: 30px 0 20px;
}
.sec4_case {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec4_box {
  max-width: 225px;
  position: relative;
}
.sec4_box::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #4fb7ce;
}
.sec4_box:last-child::before {
  display: none;
}

@media (max-width: 768px) {
  .sec4 {
    margin: 100px auto 20px;
  }
  .sec4 h2 {
    padding-bottom: 50px;
  }
  .sec4_case {
    flex-direction: column;
  }
  .sec4_box {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 55px;
  }
  .sec4_box::before {
    right: inherit;
    top: inherit;
    left: 26%;
    bottom: 8%;
    transform: rotate(90deg);
  }
  .sec4_title {
    padding: 0 0 11px 0;
  }
  .sec4_img {
    max-width: 140px;
    margin-right: 30px;
    height: auto;
  }
  .sp-box {
    max-width: 45%;
  }
  .sp-box p {
    padding: 0 5%;
    line-height: 1.692;
    letter-spacing: 0.13rem;
  }
}

/* sec5 */
.sec5 {
  padding: 160px 0 100px;
  background: #e4edef 0% 0% no-repeat padding-box;
}
.grid_box {
  max-width: 197px;
  max-height: 175px;
  padding: 14px;
  text-align: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  margin: 0 auto;
}
.grid_box img {
  max-width: 165px;
  height: auto;
}
.grid_box p {
  font-size: clamp(1rem, 0.927rem + 0.31vw, 1.3rem);
  text-align: center;
}
.grid {
  padding: 80px 0 65px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn {
  max-width: 280px;
  margin: 0 auto;
}
.btn:hover {
  filter: brightness(90%);
}
@media (max-width: 768px) {
  .sec5 {
    padding: 70px 0 20px;
  }
  .grid {
    padding: 55px 0;
  }
}
@media (max-width: 630px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }
}
@media (max-width: 480px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 8px;
  }
}
/* sec6 */
.sec6 {
  position: relative;
  padding: 70px 0 100px;
  background: #e4edef 0% 0% no-repeat padding-box;
}
.sec6 h2 {
  padding-bottom: 65px;
}
.sec6_inner {
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .sec6_inner {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .sec6_inner {
    max-width: 80%;
  }
}
.slick-next {
  right: -1rem;
}
.slick-next:before {
  content: ">";
  opacity: 1;
  color: #3c3c3c;
  font-size: 2rem;
  font-weight: bold;
}
.slick-prev {
  left: -1rem;
}
.slick-prev:before {
  content: "<";
  opacity: 1;
  color: #3c3c3c;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .slick-next:before,
  .slick-prev:before {
    font-weight: normal;
  }
}
/* sec7 */
.sec7 .cta {
  background: #ffffff 0% 0% no-repeat padding-box;
}

.sec7 .cta_img {
  max-width: 380px;
  margin-right: 30px;
  margin-left: 20px;
  height: auto;
}
.sec7 .cta h2 {
  padding-top: 30px;
}
@media (max-width: 1020px) {
  .sec7_bg {
    background: #e4edef 0% 0% no-repeat padding-box;
  }
}

/* sec8 faq */
.sec8 {
  padding: 150px 0 200px;
  background: #e4edef 0% 0% no-repeat padding-box;
}
.faq {
  padding-top: 110px;
}

.faq p {
  font-size: clamp(1.2rem, 1.006rem + 0.83vw, 2rem);
  letter-spacing: 0.168rem;
  line-height: 1.7;
  display: inline;
  padding: 0px 12px 0px 0px;
}
.faq span {
  font-size: clamp(1.4rem, 0.04rem + 2.13vw, 2.6rem);
  border-radius: 13px;
  margin-right: 35px;
  font-weight: bold;
}
.faq_q {
  background: #4fb7ce 0% 0% no-repeat padding-box;
  color: #ffffff;
  padding: 1.4rem 2.2rem;
}
.faq_a {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 4px solid #4eb7ce;
  color: #4fb7ce;
  padding: 1rem 1.8rem;
}

summary {
  font-size: clamp(1.4rem, 1.109rem + 1.24vw, 2.6rem);
  letter-spacing: 0.218rem;
}
.faq_q .faq_a {
  font-size: clamp(1.2rem, 0.909rem + 1.24vw, 2.4rem);
}

.accordion-008 {
  background: #e4edef 0% 0% no-repeat padding-box;
}
.accordion-008 summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 7rem;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px dashed #707070;
}

.accordion-008 summary::-webkit-details-marker {
  display: none;
}

.accordion-008 summary::before,
.accordion-008 summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 24px;
  height: 3px;
  background-color: currentColor;
}

.accordion-008 summary:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border: none;
}

.accordion-008[open] summary {
  border-bottom: none;
}

.accordion-008[open] summary::after {
  transform: rotate(0deg);
}

.accordion-008 div {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1rem 7rem;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  display: flex;
  text-align: right;
}

.accordion-008 div p {
  width: 80%;
}

.accordion-008[open] div {
  transform: none;
  opacity: 1;
  background: #e4edef;
  text-align: left;
  align-items: flex-start;
  padding: 10px 70px 40px;
  border-bottom: 1px dashed #707070;
  text-align: justify;
}
@media (max-width: 768px) {
  .sec8 {
    padding: 70px 0 65px;
  }
  .faq {
    padding-top: 65px;
  }
  .faq_q {
    padding: 9px 12px;
  }
  .faq_a {
    padding: 6px 10px;
  }
  .accordion-008 summary {
    padding: 10px 15px;
  }
  .accordion-008[open] div {
    padding: 10px 15px 40px;
  }
  .faq span {
    margin-right: 10px;
  }
  summary p {
    font-size: 13px;
    font-weight: 600;
  }
  .accordion-008 summary::before,
  .accordion-008 summary::after {
    width: 15px;
    height: 2px;
  }
}
/* footer */
.info {
  background: #313e6e 0% 0% no-repeat padding-box;
}
.info_box {
  padding: 135px 0 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.info_box p {
  color: #ffffff;
}
.f_logo {
  max-width: 165px;
}
.footer_contact p {
  font-size: clamp(1.4rem, 0.947rem + 0.71vw, 1.8rem);
  letter-spacing: 0.133rem;
  line-height: 0;
  padding: 32px 0 23px;
  font-weight: 500;
}
.footer_tell {
  font-size: clamp(1.6rem, 0.807rem + 1.24vw, 2.3rem);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid;
}
.footer_tell img {
  max-width: 27px;
  margin-right: 9px;
  height: auto;
}
.mail {
  font-size: clamp(1.4rem, 0.947rem + 0.71vw, 1.8rem);
  letter-spacing: 0.133rem;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
}
.mail img {
  max-width: 18px;
  margin-right: 1.4rem;
}
.compan_front p {
  font-size: clamp(1.4rem, 0.833rem + 0.89vw, 1.9rem);
  line-height: 2;
  letter-spacing: 0.236rem;
  font-weight: 600;
}
.company_front a {
  display: block;
  font-size: clamp(1.4rem, 0.833rem + 0.89vw, 1.9rem);
  color: #fff;
  letter-spacing: 0.236rem;
  line-height: 2;
  font-weight: 600;
}
.footer {
  padding: 80px 0 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.footer img {
  max-width: 77px;
  height: auto;
}
.footer_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 70px;
}
.footer_box p {
  font-size: clamp(1.2rem, 0.747rem + 0.71vw, 1.6rem);
  color: #313e6e;
  font-weight: 500;
}
small {
  display: block;
  text-align: center;
  font-size: clamp(1rem, 0.914rem + 0.38vw, 1.2rem);
  letter-spacing: 0.149rem;
}
.footer_text {
  display: contents;
}
.footer_text p:last-child {
  padding: 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
  .info_box {
    flex-direction: column;
    justify-content: center;
    padding: 45px 0 70px;
  }
  .f_logo {
    max-width: 85px;
    padding-bottom: 40px;
  }
  .footer_tell img {
    max-width: 18px;
    height: auto;
  }
  .footer_tell {
    letter-spacing: 0.139rem;
  }
  .footer_contact {
    text-align: center;
  }
  .footer_contact p {
    padding: 28px 0 20px;
  }
  .mail img {
    width: 14px;
    margin-right: 1rem;
    height: auto;
  }
  .company_front {
    padding-top: 45px;
  }
  .company_front p,
  .company_front a {
    font-weight: 400;
    letter-spacing: 0.161rem;
    line-height: 2;
  }
  .footer_box {
    flex-direction: column;
    padding-bottom: 35px;
  }
  .footer_box p {
    letter-spacing: 0.124rem;
    line-height: 2.6;
  }
  .footer_box img {
    margin-top: 28px;
    max-width: 65px;
    height: auto;
  }
  .footer_text {
    text-align: left;
  }
}


/*--会社概要--*/
.company {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
} 
.company a {
  display: block;
  font-size: clamp(1.4rem, 0.833rem + 0.89vw, 1.9rem);
  color: #000000;
  letter-spacing: 0.236rem;
  line-height: 2;
  font-weight: 600;
}
.company .line_common_title {
  padding-bottom: 5%;
}
.line_common_title {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 2.5vw, 5rem);
  letter-spacing: 1.1rem;
  font-weight: 600;
  padding-bottom: 12%;
}
.line_common_title::before {
  margin-right: 0.5em;
}
.line_common_title::before {
  border-top: 2px solid;
  content: "";
  width: 2em;
}
.company th {
  background-color: #313e6e;
}
.company th {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  border-bottom: solid 1px #afd9e9;
  border-width: 1px 0;
  height: auto !important;
  padding: 2%;
  color: #FFF;
}
.company td {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  border-bottom: solid 1px #afd9e9;
  border-width: 1px 0;
  height: auto !important;
  padding: 2%;
  color: #000;
}
.company td {
  text-align: left;
}
.company table {
  width: 100%;
}
table {
  border-color: inherit;
  text-indent: 0;
}

@media (max-width: 1020px) {
.company {
  padding: 90px 0;
}
}
@media (max-width: 768px) {
  .company {
    max-width: 700px;
    margin: 0 auto;
  } 
}
@media (max-width: 480px) {
  .company {
    max-width: 390px;
    margin: 0 auto;
  } 
}
.works-archive .entry-content a img{
  max-height: 235px;
}
.header_top_container{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.header_top_container p{
  font-size: clamp(14px, 1vw, 15px);
}
@media(max-width:1020px){
  .header_top_container{
    position: fixed;
    width: 100%;
    background: #e4edef 0% 0% no-repeat padding-box;
    z-index: 100;
  }
}