﻿@charset "utf-8";
/*
Theme Name: BraveJAPAN
Theme URL: http://brave-nyc.heteml.net/
*/

/*-----------------------------------------------------  */
/*  common  */
/*-----------------------------------------------------  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
.font-poppins {
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  font-weight: 800;
}
.font-noto {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  margin: 0 auto;
  min-width: 900px;
  font-size: 0.9rem;
  color: #211c19;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  overflow: hidden;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
ul,li {
  display: inline-block;
  list-style-type: none;
}
span.red {
  color: #e21325;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 280px;
    font-size: 0.7rem;
    font-weight: 100;
    -webkit-text-size-adjust: 100%; /* 文字サイズの自動調整機能のキャンセル */
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* anchor */
a, a:link, a:visited {
  color: #221d1a;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
a:hover, a:focus, a:link:hover, a:link:focus, a:visited:hover, a:visited:focus {
  color: #221d1a;
}

/* inner */
.contents {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 150px;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.inner_l {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    max-width: 100%;
  }
  .inner {
    width: 90%;
    max-width: 90%;
  }
  .inner_l {
    width: 95%;
    max-width: 95%;
  }
}

/* heading */
h1 {
  font-size: 0px;
}
h2, h3 {
  font-weight: bold;
  line-height: 1.8;
}
h2 {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
h2 span:nth-of-type(1) {
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
}
h3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 1.2rem;
  }
}


/*-----------------------------------------------------  */
/*  header  */
/*-----------------------------------------------------  */
header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  z-index: 10;
}
.header_inner {
  width: 100%;
  min-width: 700px;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
header h1 {
  width: 200px;
  height: 100%;
  margin: 0 2%;
  display: flex;
}
header h1 img.logo {
  height: auto;
  object-fit: contain;
}
/* contact_header */
.contact_header {
  height: 100%;
  display: flex;
  justify-content: right;
  position: absolute;
  right: 3%;
  top: 0;
}
.contact_header_tel {
  padding-right: 30px;
  text-align: right;
  letter-spacing: 2px;
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
}
.contact_header_tel,
.contact_header_mail {
  align-self: center;
}
.contact_header_tel p:nth-of-type(1) {
  margin-top: -8px;
  font-size: 1.3rem;
  font-weight: bold;
}
.contact_header_tel img.icon_tel {
  width: 13px;
  height: auto;
  margin-right: 8px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.contact_header_tel p:nth-of-type(2) {
  margin-right: -6px;
  font-size: 0.8rem;
  font-weight: normal;
  color: #69615f;
  text-align: right;
  line-height: 1;
}
.contact_header_tel p:nth-of-type(2) span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}
.contact_header_mail a {
  margin-top: -3px;
  padding: 8px 20px 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff!important;
  border: 1px solid #3979c1;
  background: -moz-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  background: -webkit-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  background: linear-gradient(to bottom, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  box-shadow: 0px 4px 0px #2e65a6;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 2px;
}
.contact_header_mail a:hover {
  opacity: 0.8;
}
.contact_header_mail img.icon_contact {
  width: 27px;
  height: auto;
  margin-top: -2px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.contact_header_btn {
  display: none;
}
/* nav */
nav {
  width: 100%;
  min-width: 1000px;
  height: 40px;
  margin: 0 auto;
  padding: 20px 0 10px;
  background: #fff;
  overflow: hidden;
}
nav a.active {
  color: #e68331!important;
}
nav a:hover {
  color: #e68331!important;
  opacity: 0.8!important;
}
nav ul {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
nav li {
  padding: 0 20px;
  font-size: 1.0rem;
  position: relative;
}
nav li:first-child {
  padding-left: 0;
}
nav li:last-child {
  padding-right: 0;
}
nav li::before {
  content: "｜";
  font-size: 1rem;
  color: #898989;
  position: absolute;
  left: -9px;
  top: -2px;
}
nav li:nth-of-type(1)::before,
.contact_nav {
  display: none;
}
.contact_nav img {
  width: 0;
}
@media screen and (max-width: 1120px) {
  .header_inner {
    max-width: 100%;
    display: block;
  }
  nav {
    width: 96%;
    min-width: 96%;
    padding: 20px 2% 10px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  nav ul {
    justify-content: left;
  }
  nav li:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding-top: 70px;
  }
  header {
    height: 70px;
    transition: 0.5s;
  }
  .header_inner {
    min-width: 100%;
  }
  header h1 {
    margin: 0 5%;
  }
  .contact_header_tel, nav {
    display: none;
  }
  .contact_header {
    right: 5%;
  }
  .contact_header_mail {
    padding-right: 20px;
  }
  .contact_header_mail a {
    margin-top: -5px;
    font-size: 0.9rem;
  }
  .contact_header_mail img.icon_contact {
    width: 19px;
  }
  .contact_header_btn {
    width: 50px;
    height: 60%;
    margin-top: 6%;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .contact_header_btn span {
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background: #201c19;
    display: block;
    position: relative;
    top: 50%;
    transition: 0.5s;
  }
  .contact_header_btn span::before,
  .contact_header_btn span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #201c19;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .contact_header_btn span::before {
    top: -8px;
  }
  .contact_header_btn span::after {
    top: 8px;
  }
  .contact_header_btn.open span {
    height: 0;
    transition: 0s;
  }
  .contact_header_btn.open span::before {
    transform: rotate(45deg);
    transition: 0.5s;
    top: 2px;
  }
  .contact_header_btn.open span::after {
    transform: rotate(-45deg);
    top: 2px;
    left: -1px;
    transition: 0.5s;
  }
  nav {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    height: 100vh;
    padding: 20px 5%;
    overflow: hidden;
    z-index: 5;
  } 
  nav ul {
    text-align: left;
    display: block;
    overflow: hidden;
  }
  nav li {
    padding: 15px 0;
    font-size: 1rem;
    border-bottom: 1px solid #898989;
    position: relative;
    display: block;
  }
  nav li:last-child {
    padding-right: 0;
  }
  nav li a {
    display: block;
  }
  nav li::before {
    display: none;
  }
  nav li::after {
    content: "〉";
    font-weight: bold;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
  }
  .contact_nav {
    margin: 20px auto 10px;
    display: block;
  }
  .nav_inner {
    height: calc(100vh - 110px);
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .contact_nav_mail a {
    width: 98%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0 12px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff!important;
    border: 1px solid #3979c1;
    background: -moz-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
    background: -webkit-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
    background: linear-gradient(to bottom, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
    box-shadow: 0px 4px 0px #2e65a6;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 2px;
  }
  .contact_nav_mail a:hover, .contact_nav_mail a:focus {
    color: #fff!important;
  }
  .contact_nav_mail .icon_contact {
    width: 19px;
    height: auto;
    margin-top: -2px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact_nav_tel {
    margin: 12px auto 0;
    font-weight: bold;
    font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  }
  .contact_nav_tel p:nth-of-type(1) {
    font-size: 1.0rem;
    line-height: 1.4;
  }
  .contact_nav_tel .icon_tel {
    width: 10px;
    height: auto;
    margin-right: 8px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact_nav_tel p:nth-of-type(2) {
    font-size: 0.6rem;
    font-weight: normal;
    color: #69615f;
    line-height: 1.5;
  }
  .contact_nav_tel p:nth-of-type(2) span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
  }
}
@media screen and (max-width: 500px) {
  header h1 {
    width: 150px;
  }
  .contact_header_mail img.icon_contact {
    width: 16px;
  }
  .contact_header_mail a {
    padding: 6px 20px 8px;
    font-size: 0.7rem;
  }
  nav li {
    font-size: 0.8rem;
  }
  .contact_nav_mail a {
    max-width: 300px;
    padding: 8px 0 10px;
  }
}
@media screen and (max-width: 430px) {
  header h1 {
    width: 120px;
  }
  .contact_header_mail a {
    padding: 6px 15px 8px;
  }
  .contact_header_btn, .contact_header_btn span {
    width: 40px;
  }
}
@media screen and (max-width: 380px) {
  .contact_header_mail {
    padding-right: 18px;
  }
  .contact_header_mail a {
    margin-top: -5px;
    padding: 4px 15px 6px;
    font-size: 0.6rem;
  }
  .contact_header_mail img.icon_contact {
    width: 14px;
  }
  .contact_header_btn, .contact_header_btn span {
    width: 30px;
  }
}
@media screen and (max-width: 350px) {
  header h1 {
    width: 100px;
  }
  .contact_header_mail {
    padding-right: 15px;
  }
  .contact_header_mail a {
    padding: 4px 10px 6px;
  }
  nav li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 300px) {
  header h1 {
    width: 90px;
  }
  .contact_header_mail {
    margin-top: -5px;
    padding-right: 13px;
  }
  .contact_header_mail a {
    padding: 2px 8px 4px;
  }
  .contact_header_mail img.icon_contact {
    width: 12px;
  }
}


/*-----------------------------------------------------  */
/*  contact  */
/*-----------------------------------------------------  */
/* contact_common */
.contact_common {
  margin: 0 auto;
  padding: 80px 0;
  letter-spacing: 2px;
}
.contact_common p.ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
.contact_common_mail a {
  margin: 20px auto;
  padding: 13px 80px 15px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff!important;
  border: 1px solid  #3979c1;
  background: -moz-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  background: -webkit-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  background: linear-gradient(to bottom, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  box-shadow: 0px 4px 0px #2e65a6;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 2px;
}
.contact_common_mail a:hover {
  opacity: 0.8;
}
.contact_common .icon_contact {
  width: 24px;
  height: auto;
  margin-top: -2px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.contact_common_tel {
  font-weight: bold;
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
}
.contact_common_tel p:nth-of-type(1) {
  font-size: 1.3rem;
}
.contact_common .icon_tel {
  width: 15px;
  height: auto;
  margin-right: 8px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.contact_common_tel p:nth-of-type(2) {
  font-size: 0.8rem;
  font-weight: normal;
  color: #69615f;
  line-height: 1.5;
}
.contact_common_tel p:nth-of-type(2) span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/* contact_footer */
.contact_footer {
  padding: 80px 0 100px;
  background: -moz-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: -webkit-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: linear-gradient(to bottom, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
}
.contact_footer h2 {
  margin-bottom: 40px;
  padding-top: 10px;
  color: #fff;
  background: url(../img/ttl_contact.png) no-repeat;
  background-size: 90%;
  background-position: center;
}
.contact_footer h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
     2px  2px 1px #ff9a36,
    -2px  2px 1px #ff9a36,
     2px -2px 1px #ff9a36,
    -2px -2px 1px #ff9a36,
     2px  0px 1px #ff9a36,
     0px  2px 1px #ff9a36,
    -2px  0px 1px #ff9a36,
     0px -2px 1px #ff9a36;
}
.contact_footer h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.contact_footer h2 span:nth-of-type(2) {
  margin-top: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: block;
}
.contact_con {
  display: flex;
}
.contact_con > div {
  width: 40%;
  padding: 4% 5%;
  background: #fffff7;
  border-radius: 20px;
}
.contact_con > div:nth-of-type(1) {
  margin-right: 5%;
}
.contact_con > div:nth-of-type(2) {
  margin-left: 5%;
}
.contact_con > div h3 {
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.contact_con > div h3::after {
  content: "";
  width: 100%;
  height: 9px;
  background: #ffcda0;
  display: block;
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
.contact_con_tel {
  margin: 10px 0 0;
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
}
.contact_con_tel p:nth-of-type(1) {
  font-size: 1.7rem;
  font-weight: bold;
}
.contact_con_tel img.icon_tel {
  width: 15px;
  height: auto;
  margin-right: 8px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}
.contact_con_tel p:nth-of-type(2) {
  font-weight: normal;
  color: #69615f;
  line-height: 1;
}
.contact_con_tel p:nth-of-type(2) span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}
.contact_con_mail {
  margin: 20px 0 0;
}
.contact_con_mail a {
  margin: 0 auto;
  padding: 13px 30px 15px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff!important;
  border: 1px solid #3979c1;
  background: -moz-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  background: -webkit-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  background: linear-gradient(to bottom, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
  box-shadow: 0px 4px 0px #2e65a6;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 2px;
}
.contact_con_mail a:hover {
  opacity: 0.8;
}
.contact_con_mail img.icon_contact {
  width: 21px;
  height: auto;
  margin-top: -2px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact_common {
    padding: 50px 0;
  }
  .contact_common p.ttl {
    font-size: 1.0rem;
    line-height: 1.8;
  }
  .contact_common p.ttl br.sp {
    display: none!important;
  }
  .contact_common_mail a {
    padding: 10px 40px 12px;
    font-size: 0.9rem;
  }
  .contact_common .icon_contact {
    width: 19px;
  }
  .contact_common_tel p:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .contact_common_tel p:nth-of-type(2) {
    font-size: 0.7rem;
  }
  .contact_common .icon_tel {
    width: 10px;
  }
  .contact_footer {
    padding: 60px 0 70px;
  }
  .contact_footer h2 {
    margin-bottom: 40px;
    padding-top: 2px;
    background-size: 100%;
  }
  .contact_footer h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .contact_footer h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .contact_con {
    display: block;
  }
  .contact_con > div {
    width: 90%;
    margin: 30px auto 0!important;
  }
}
@media screen and (max-width: 500px) {
  .contact_footer {
    padding: 30px 0 50px;
  }
  .contact_footer h2 {
    margin-bottom: 30px;
  }
  .contact_con > div {
    margin: 20px auto 0!important;
    padding: 5% 5%;
  }
  .contact_con > div h3 {
    font-size: 0.9rem;
  }
  .contact_con_tel p:nth-of-type(1) {
    font-size: 1.3rem;
  }
  .contact_con_tel p:nth-of-type(2) {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .contact_con_mail {
    margin: 20px 0 10px;
  }
  .contact_con_mail a {
    padding: 13px 30px 15px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 450px) {
  .contact_common p.ttl br.sp {
    display: block!important;
  }
  .contact_con_tel img.icon_tel {
    width: 12px;
  }
  .contact_con_tel p:nth-of-type(2) {
    font-size: 0.7rem;
  }
  .contact_con_tel {
    margin: 10px 0 10px;
  }
  .contact_con_mail {
    margin: 20px 0 15px;
  }
}
@media screen and (max-width: 340px) {
  .contact_common p.ttl {
    font-size: 0.9rem;
  }
  .contact_common_mail a {
    padding: 10px 20px 12px;
    font-size: 0.8rem;
  }
  .contact_con_mail a {
    padding: 13px 20px 15px;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 320px) {
  .contact_con_tel p:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .contact_con_tel img.icon_tel {
    width: 11px; 
  }
  .contact_con_tel p:nth-of-type(2) {
    font-size: 0.6rem;
  }
  .contact_con_mail img.icon_contact {
    width: 16px;
  }
}


/*-----------------------------------------------------  */
/*  introduction  */
/*-----------------------------------------------------  */
.introduction {
  padding: 60px 0 15%;
  background: url("../img/bg_intro_pc.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.introduction h2 {
  margin-bottom: 50px;
  font-size: 2.5em;
  line-height: 1.6;
}
.introduction h2 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.introduction p {
  margin-top: 40px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 0 0 70px;
    background: url("../img/bg_intro_sp.jpg") no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .introduction h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .introduction p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .introduction h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .introduction h2 {
    font-size: 1.5rem;
  }
  .introduction p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 450px) {
  .introduction h2 {
    font-size: 1.3rem;
  }
}


/*-----------------------------------------------------  */
/*  strength  */
/*-----------------------------------------------------  */
.strength {
  padding: 80px 0;
  background: -moz-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: -webkit-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: linear-gradient(to bottom, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
}
.strength h2 {
  margin-bottom: 50px;
  padding-top: 10px;
  color: #fff;
  background: url(../img/ttl_strength.png) no-repeat;
  background-size: 90%;
  background-position: center;
}
.strength h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
     2px  2px 1px #ff9a36,
    -2px  2px 1px #ff9a36,
     2px -2px 1px #ff9a36,
    -2px -2px 1px #ff9a36,
     2px  0px 1px #ff9a36,
     0px  2px 1px #ff9a36,
    -2px  0px 1px #ff9a36,
     0px -2px 1px #ff9a36;
}
.strength h2 span:nth-of-type(1) {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  display: block;
}
.strength h2 span:nth-of-type(2) {
  font-size: 1.8rem;
  display: inline-block;
}
.strength h2 span:nth-of-type(2)::before {
  content: "ブレイブジャパン";
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 
     2px  2px 1px #ff9a36,
    -2px  2px 1px #ff9a36,
     2px -2px 1px #ff9a36,
    -2px -2px 1px #ff9a36,
     2px  0px 1px #ff9a36,
     0px  2px 1px #ff9a36,
    -2px  0px 1px #ff9a36,
     0px -2px 1px #ff9a36;
  position: absolute;
  top: -13px;
  left: 20px;
  z-index: -1;
  letter-spacing: 3px;
}
.strength div.text {
  padding: 40px;
  font-size: 1.0rem;
  background: #fffff7;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #feb14a;
  display: flex;
  position: relative;
}
.strength div.text div:nth-of-type(1) p span.red {
  font-size: 1.1rem;
}
.strength div.text div:nth-of-type(2) {
  width: 30%;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.strength ul {
  width: 101%;
  display: flex;
  flex-flow: wrap;
}
.strength li {
  width: 27%;
  margin: 3% 3% 0 0;
  padding: 3% 2%;
  text-align: center;
  background: #fffff7;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #feb14a;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.strength li:nth-of-type(3),
.strength li:nth-of-type(6) {
  margin-right: 0;
}
.strength li::after {
  content: "";
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  color: #fff1dc;
  font-size: 5rem;
  z-index: -1;
  position: absolute;
  right: 20px;
  bottom: 10px;
  line-height: 1;
}
.strength li:nth-of-type(1)::after {
  content: "1";
}
.strength li:nth-of-type(2)::after {
  content: "2";
}
.strength li:nth-of-type(3)::after {
  content: "3";
}
.strength li:nth-of-type(4)::after {
  content: "4";
}
.strength li:nth-of-type(5)::after {
  content: "5";
}
.strength li:nth-of-type(6)::after {
  content: "6";
}
.strength li img {
  width: 50px;
  margin: 0 auto;
}
.strength li h3 {
  margin: 20px auto 20px;
  color: #e21325;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.strength li h3::after {
  content: "";
  width: 110%;
  height: 10px;
  margin-left: -5%;
  background: #fecd42;
  display: block;
  position: absolute;
  bottom: -2px;
  z-index: -1;
}
.strength li p.text {
  text-align: left;
  line-height: 2.3;
}
.strength li p.text span.red {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .strength h2 {
    padding: 5px 0 0;
  }
  .strength h2 {
    margin-bottom: 30px;
    padding-top: 5px;
    background-size: 100%;
  }
  .strength h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .strength h2 span:nth-of-type(2) {
    font-size: 1.1rem;
  }
  .strength h2 span:nth-of-type(2)::before {
    font-size: 0.6rem;
  }
  .strength img.sp {
    width: 70%;
    margin: 0 auto;
  }
  .strength div.text {
    padding: 30px 20px;
    font-size: 0.7rem;
    display: block;
  }
  .strength div.text div:nth-of-type(2) {
    display: none;
  }
  .strength div.text div:nth-of-type(1) p span.red {
    font-size: 0.9rem;
  }
  .strength ul {
    width: 100%;
    display: block;
    flex-flow: unset;
    margin: 0 auto;
  }
  .strength li {
    width: 90%;
    margin: 20px 0 0;
    padding: 7% 5% 30px;
  }
  .strength li::after{
    bottom: 15px;
  }
  .strength li h3 {
    font-size: 1.0rem;
  }
  .strength li p.text span.red {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
  .strength {
    padding: 30px 0 50px;
  }
}


/*-----------------------------------------------------  */
/*  feature  */
/*-----------------------------------------------------  */
.feature {
  padding: 80px 0 100px;
  background: #fef9f5;
}
.feature h2 {
  margin-bottom: 60px;
  padding-top: 10px;
  background: url(../img/ttl_feature.png) no-repeat;
  background-size: 90%;
  background-position: center;
}
.feature h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
     2px  2px 1px #fff,
    -2px  2px 1px #fff,
     2px -2px 1px #fff,
    -2px -2px 1px #fff,
     2px  0px 1px #fff,
     0px  2px 1px #fff,
    -2px  0px 1px #fff,
     0px -2px 1px #fff;
}
.feature h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.feature h2 span:nth-of-type(2) {
  margin-top: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: block;
}
.feature_text {
  text-align: left;
  display: flex;
}
.feature_text img {
  width: 37%;
  height: auto;
  object-fit: contain;
  object-position: top;
}
.feature_text > div {
  margin-top: -5px;
  margin-left: 5%;
}
.feature_text > div h3 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.feature_text > div h3::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #fdcf9e;
  display: block;
  position: absolute;
  bottom: 5px;
  z-index: -1;
}
.feature_text > div div {
  margin-top: 20px;
  font-size: 0.8rem;
}
.feature_text > div div ul {
  padding-left: 30px;
}
.feature_text > div div li {
  position: relative;
}
.feature_text > div div li::before {
  position: absolute;
  left: -30px;
  top: 0;
}
.feature_text > div div li:nth-of-type(1)::before {
  content: "※1";
}
.feature_text > div div li:nth-of-type(2)::before {
  content: "※2";
}
.skill_list {
  margin-top: 70px;
  padding: 40px 40px 60px;
  background: -moz-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: -webkit-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: linear-gradient(to bottom, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  border-radius: 20px;
}
.skill_list h3 {
  margin-bottom: 40px;
  font-size: 1.4rem;
  color: #fff;
}
.skill_list ul li {
  background: #fffff7;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #feb14a;
  overflow: hidden;
}
.skill_list ul:nth-of-type(1) {
  display: flex;
}
.skill_list ul:nth-of-type(1) li {
  margin: 0 3% 0 0;
}
.skill_list ul:nth-of-type(2) {
  display: flex;
  flex-flow: wrap;
}
.skill_list ul:nth-of-type(2) li {
  width: 18%;
  margin: 3% 2.5% 0 0;
}
.skill_list ul:nth-of-type(1) li:last-child,
.skill_list ul:nth-of-type(2) li:nth-of-type(5),
.skill_list ul:nth-of-type(2) li:nth-of-type(10) {
  margin-right: 0;
}
.merit_list {
  margin: 60px auto 0;
}
.merit_list p.ttl {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.merit_list p.ttl::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #fdcf9e;
  display: block;
  position: absolute;
  bottom: 6px;
  z-index: -1;
}
.merit_list ul {
  display: flex;
}
.merit_list li {
  width: 31%;
  margin-right: 4%;
}
.merit_list li:first-child p,
.merit_list li:last-child p {
  padding-bottom: 29px;
}
.merit_list li:last-child {
  margin-right: 0;
}
.merit_list li img {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  object-fit: contain;
}
.merit_list li .merit {
  margin-top: 20px;
  padding: 20px 10px;
  background: #fefdfb;
  border-radius: 10px;
  box-shadow: 4px 4px 0px #feb14a;
  overflow: hidden;
}
.merit_list li h3 {
  color: #357ecb;
  font-size: 1.3rem;
  line-height: 1.5;
}
.merit_list li p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 60px 0 40px;
  }
  .feature h2 {
    margin-bottom: 30px;
    padding-top: 1px;
    background-size: 100%;
  }
  .feature h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .feature h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .feature_text {
    display: block;
  }
  .feature_text img {
    width: 100%;
  }
  .feature_text > div {
    margin-top: 0;
    margin-left: 0;
  }
  .feature_text > div h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
  .feature_text > div div ul {
    width: 100%;
    transform: scale(0.9);
    transform-origin: left top;
  }
  .skill_list {
    margin-top: 30px;
    padding: 30px 5% 20px;
  }
  .skill_list h3 {
    margin-bottom: 30px;
    font-size: 0.9rem;
  }
  .skill_list ul:nth-of-type(1),
  .skill_list ul:nth-of-type(2) {
    display: block;
  }
  .skill_list ul:nth-of-type(1) li,
  .skill_list ul:nth-of-type(2) li {
    width: 47%;
    margin: 0 2% 3%;
    text-align: center;
  }
  .skill_list ul:nth-of-type(1) li:nth-child(odd),
  .skill_list ul:nth-of-type(2) li:nth-child(odd) {
    margin-left: 0;
  }
  .skill_list ul:nth-of-type(1) li:nth-child(even),
  .skill_list ul:nth-of-type(2) li:nth-child(even) {
    margin-right: 0;
  }
  .skill_list ul:nth-of-type(2) li:nth-of-type(5) {
    margin-right: 2%;
  }
  .merit_list {
    margin: 30px auto 0;
  }
  .merit_list ul {
    display: block;
  }
  .merit_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .merit_list li:first-child p, .merit_list li:last-child p {
    padding-bottom: 0;
  }
  .merit_list li img {
    width: 70%;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .feature {
    padding: 30px 0 20px;
  }
}


/*-----------------------------------------------------  */
/*  service  */
/*-----------------------------------------------------  */
.service {
  padding: 80px 0;
  background: -moz-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: -webkit-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
  background: linear-gradient(to bottom, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
}
.service h2 {
  margin-bottom: 30px;
  padding-top: 10px;
  color: #fff;
  background: url(../img/ttl_service.png) no-repeat;
  background-size: 90%;
  background-position: center;
}
.service h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
     2px  2px 1px #ff9a36,
    -2px  2px 1px #ff9a36,
     2px -2px 1px #ff9a36,
    -2px -2px 1px #ff9a36,
     2px  0px 1px #ff9a36,
     0px  2px 1px #ff9a36,
    -2px  0px 1px #ff9a36,
     0px -2px 1px #ff9a36;
}
.service h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.service h2 span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 1.8rem;
  display: block;
}
.service .text {
  margin-bottom: 20px;
  color: #fff;
  line-height: 2.5;
}
.service_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.service_list li {
  width: 23.5%;
  margin: 2% 2% 0 0;
  background: #fffff7;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #feb14a;
  overflow: hidden;
}
.service_list li:nth-of-type(4),
.service_list li:nth-of-type(8),
.service_list li:nth-of-type(12),
.service_list li:nth-of-type(14) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 60px 0 40px;
  }
  .service h2 {
    margin-bottom: 10px;
    padding-top: 2px;
    background-size: 100%;
  }
  .service h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .service h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .service .text {
    margin: 20px 0 30px;
    line-height: 2.5;
  }
  .service_list {
    display: block;
  }
  .service_list li {
    width: 47%;
    margin: 0 2% 3%;
    text-align: center;
  }
  .service_list li:nth-child(odd) {
    margin-left: 0;
  }
  .service_list li:nth-child(even) {
    margin-right: 0; 
  }
}
@media screen and (max-width: 500px) {
  .service {
    padding: 30px 0;
  }
  .service .text {
    margin: 0 0 20px;
  }
}


/*-----------------------------------------------------  */
/*  flow  */
/*-----------------------------------------------------  */
.flow {
  padding: 70px 0 0;
  background: #fff8eb;
}
.flow h2 {
  margin-bottom: -50px;
  padding-top: 10px;
  background: url(../img/ttl_flow.png) no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  z-index: 2;
}
.flow h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
  2px  2px 1px #fff,
  -2px  2px 1px #fff,
  2px -2px 1px #fff,
  -2px -2px 1px #fff,
  2px  0px 1px #fff,
  0px  2px 1px #fff,
  -2px  0px 1px #fff,
  0px -2px 1px #fff;
}
.flow h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.flow h2 span:nth-of-type(2) {
  margin-top: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: block;
}
.flow_con_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.flow_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
  background: #fefdfb;
  z-index: 1;
}
.flow_con::after {
  content: "";
  width: calc(100% - 900px);
  height: 100%;
  background: #fefdfb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.flow_con ul {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
  background: url("../img/flow_img01.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.flow_con li {
  width: 86%;
  margin: 0 0 20px;
  padding: 30px 3% 35px 10%;
  text-align: left;
  background: #fffefc;
  border: 2px solid #ffc878;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #ffc878;
  overflow: hidden;
  position: relative;
}
.flow_con li::before {
  content: "";
  color: #ff9b46;
  font-size: 2.2rem;
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  position: absolute;
  top: 17px;
  left: 4%;
}
.flow_con li:nth-of-type(1):before {
  content: "1.";
}
.flow_con li:nth-of-type(2):before {
  content: "2.";
}
.flow_con li:nth-of-type(3):before {
  content: "3.";
}
.flow_con li:nth-of-type(4):before {
  content: "4.";
}
.flow_con li:nth-of-type(5):before {
  content: "5.";
}
.flow_con li:nth-of-type(6):before {
  content: "6.";
}
.flow_con li:nth-of-type(7):before {
  content: "7.";
}
.flow_con li h3 {
  font-size: 1.5rem;
}
.flow_con li p {
  margin-top: 15px;
}
.flow_text {
  width: 800px;
  margin: 0 auto;
  display: flex;
}
.flow_text > div:nth-of-type(1) {
  width: 60%;
  text-align: left;
}
.flow_text > div:nth-of-type(1) p {
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.flow_text > div:nth-of-type(1) p span {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.flow_text > div:nth-of-type(1) p span::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #fdcf9e;
  display: block;
  position: absolute;
  bottom: 8px;
  z-index: -1;
}
.flow_text > div:nth-of-type(2) {
  width: 49%;
  margin-right: -11%;
}
.flow_text > div:nth-of-type(2) img {
  margin-top: -20px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 50px 0 0;
  }
  .flow h2 {
    margin-bottom: -40px;
    padding-top: 2px;
    background-size: 100%;
  }
  .flow h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .flow h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .flow_con {
    width: 95%;
    max-width: 95%;
    margin: 0 0 0 auto;
    padding: 80px 0 0;
  }
  .flow_con ul {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 70px;
    background-size: contain;
  }
  .flow_con li {
    width: 91%;
    margin: 0 0 15px;
    padding: 30px 4%;
    border-radius: 10px;
  }
  .flow_con li::before {
    font-size: 1.1rem;
    top: 27px;
    left: 4%;
  }
  .flow_con li h3 {
    margin-left: 25px;
    font-size: 0.9rem;
  }
  .flow_con li p {
    margin-top: 8px;
  }
  .flow_text {
    width: 80%;
    position: relative;
  }
  .flow_text > div:nth-of-type(1) {
    width: 100%;
  }
  .flow_text > div:nth-of-type(1) p {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .flow_text > div:nth-of-type(1) p span::after {
    height: 8px;
    bottom: 5px;
  }
  .flow_text > div:nth-of-type(2) {
    margin: 0;
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .flow_text > div:nth-of-type(2) img {
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .flow_text > div:nth-of-type(2) {
    right: -5%;
  }
}
@media screen and (max-width: 600px) {
  .flow_text > div:nth-of-type(1) p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 550px) {
  .flow_text > div:nth-of-type(2) {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .flow {
    padding: 20px 0 0;
  }
  .flow_con {
    padding: 60px 0 0;
  }
  .flow_con ul {
    padding-bottom: 70px;
  }
  .flow_con li {
    padding: 20px 4%;
  }
  .flow_con li::before {
    top: 17px;
  }
  .flow_text {
    width: 90%;
  }
  .flow_text > div:nth-of-type(1) p {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 1.0rem;
  }
  .flow_text > div:nth-of-type(2) {
    right: 0;
  }
}
@media screen and (max-width: 470px) {
  .flow_con ul {
    padding-bottom: 60px;
  }
  .flow_text > div:nth-of-type(1) p {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .flow_text > div:nth-of-type(2) {
    width: 39%;
    right: -3%;
  }
}
@media screen and (max-width: 400px) {
  .flow_con ul {
    padding-bottom: 50px;
  }
  .flow_text > div:nth-of-type(1) p {
    font-size: 0.9rem;
  }
  .flow_text > div:nth-of-type(2) {
    width: 40%;
  }
}
@media screen and (max-width: 340px) {
  .flow_con ul {
    padding-bottom: 40px;
  }
  .flow_text > div:nth-of-type(1) p {
    margin-top: 20px;
    font-size: 0.8rem;
  }
}



/*-----------------------------------------------------  */
/*  staff  */
/*-----------------------------------------------------  */
.staff {
  padding: 80px 0 0;
  background: #fef9f5;
}
.staff h2 {
  margin-bottom: -68px;
  padding-top: 10px;
  background: url(../img/ttl_staff.png) no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  z-index: 2;
}
.staff h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
  2px  2px 1px #fff,
  -2px  2px 1px #fff,
  2px -2px 1px #fff,
  -2px -2px 1px #fff,
  2px  0px 1px #fff,
  0px  2px 1px #fff,
  -2px  0px 1px #fff,
  0px -2px 1px #fff;
}
.staff h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.staff h2 span:nth-of-type(2) {
  margin-top: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: block;
}
.staff_con_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.staff_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 0 80px;
  background: #fefdfb;
  z-index: 1;
}
.staff_con::after {
  content: "";
  width: calc(100% - 900px);
  height: 100%;
  background: #fefdfb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.staff_text {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.staff_text > div:nth-of-type(1) {
  width: 34%;
  margin-right: 5%;
}
.staff_text > div:nth-of-type(2) {
  width: 61%;
  text-align: left;
}
.staff_text > div:nth-of-type(2) h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.staff_text > div:nth-of-type(2) h3 span {
  font-size: 1.1rem;
  font-weight: normal;
  color: #ff9b45;
  display: block;
}
.staff_text > div:nth-of-type(2) p {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 60px 0 0;
  }
  .staff h2 {
    margin-bottom: -50px;
    padding-top: 2px;
    background-size: 100%;
  }
  .staff h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .staff h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .staff_con {
    width: 100%;
    max-width: 95%;
    margin: 0 auto 0 0;
    padding: 100px 0 50px;
  }
  .staff_text {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .staff_text > div:nth-of-type(1) {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .staff_text > div:nth-of-type(2) {
    width: 100%;
    margin: 10px auto 0;
  }
  .staff_text > div:nth-of-type(2) h3 {
    text-align: center;
    font-size: 1.0rem;
  }
  .staff_text > div:nth-of-type(2) h3 span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .staff {
    padding: 30px 0 0;
  }
  .staff h2 {
    margin-bottom: -40px;
  }
  .staff_con {
    padding: 60px 0 40px;
  }
}



/*-----------------------------------------------------  */
/*  faq  */
/*-----------------------------------------------------  */
.faq {
  padding: 80px 0;
  background: #fff8eb;
}
.faq h2 {
  margin-bottom: 50px;
  padding-top: 10px;
  background: url(../img/ttl_faq.png) no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  z-index: 2;
}
.faq h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
  2px  2px 1px #fff,
  -2px  2px 1px #fff,
  2px -2px 1px #fff,
  -2px -2px 1px #fff,
  2px  0px 1px #fff,
  0px  2px 1px #fff,
  -2px  0px 1px #fff,
  0px -2px 1px #fff;
}
.faq h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.faq h2 span:nth-of-type(2) {
  margin-top: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: block;
}
.faq_list {
  width: 100%;
  margin: 0 auto 20px;
}
.faq_list li {
  width: 89%;
  margin: 0 0 20px;
  padding: 4% 5% 0;
  text-align: left;
  background: #fffefc;
  border: 2px solid #ffc878;
  border-radius: 20px;
  box-shadow: 4px 4px 0px #ffc878;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.faq_list li:hover p.question {
  opacity: 0.7;
}
.faq_list li p.question {
  margin-bottom: 20px;
  padding: 0 40px 20px 45px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.faq_list li p.question::before,
.faq_list li p.question::after {
  position: absolute;
  color: #ff9a46;
}
.faq_list li p.question::before {
  content: "Q.";
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  font-size: 1.5rem;
  top: -5px;
  left: 2px;
}
.faq_list li p.question::after {
  content: "＋";
  top: 15px;
  right: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0;
  transition: 0.5s;
}
.faq_list li.active p.question {
  border-bottom: 1px solid #f1f0ee;
}
.faq_list li.active p.question::after {
  content: "－";
}
.faq_list li p.answer {
  margin-top: 0;
  padding: 0 0 5% 45px;
  position: relative;
  display: none;
}
.faq_list li p.answer::before {
  content: "A.";
  font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  font-size: 1.5rem;
  color: #ababab;
  position: absolute;
  top: -8px;
  left: 2px;
}
.faq_text {
  display: flex;
}
.faq_text > div:nth-of-type(1) {
  width: 38%;
}
.faq_text > div:nth-of-type(2) {
  width: 55%;
  margin-top: 60px;
  margin-left: 7%;
  text-align: left;
}
.faq_text > div:nth-of-type(2) p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.faq_text > div:nth-of-type(2) p span {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.faq_text > div:nth-of-type(2) p span::after {
  content: "";
  width: 104%;
  height: 11px;
  background: #fdce40;
  display: block;
  position: absolute;
  left: -2%;
  bottom: 5px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
  .faq h2 {
    margin-bottom: 40px;
    padding-top: 2px;
    background-size: 100%;
  }
  .faq h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .faq h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .faq_list {
    width: 100%;
  }
  .faq_list li {
    width: 91%;
    margin: 0 0 20px;
    padding: 35px 4% 0px;
    border-radius: 10px;
  }
  .faq_list li p.question {
    margin-bottom: 20px;
    padding: 0 30px 20px 35px;
    font-size: 0.8rem;
  }
  .faq_list li p.answer {
    padding: 0 0 4% 35px;
  }
  .faq_list li p.question::before,
  .faq_list li p.question::after,
  .faq_list li p.answer::before {
    font-size: 1.1rem;
  }
  .faq_list li p.question::before {
    top: -11%;
  }
  .faq_list li p.question::after {
    top: 11px;
  }
  .faq_list li p.answer::before {
    top: -8px;
  }
  .faq_text > div:nth-of-type(1) {
    width: 33%;
  }
  .faq_text > div:nth-of-type(2) {
    width: 59%;
    margin-top: 10px;
  }
  .faq_text > div:nth-of-type(2) p {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 720px) {
  .faq_list {
    margin: 0 auto 10px;
  }
  .faq_text {
    display: block;
  }
  .faq_text > div:nth-of-type(1) {
    width: 100%;
    margin: 0;
  }
  .faq_text > div:nth-of-type(1) img {
    width: 70%;
    max-width: 350px;
    margin: 0 auto;
  }
  .faq_text > div:nth-of-type(2) {
    width: fit-content;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .faq {
    padding: 30px 0;
  }
  .faq h2 {
    margin-bottom: 20px;
  }
  .faq_list li {
    padding: 25px 4% 0px;
  }
  .faq_list li p.question {
    margin-bottom: 13px;
    padding: 0 30px 13px 35px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .faq_list li p.question::before {
    top: -6px;
  }
  .faq_list li p.question::before {
    top: 10px;
  }
  .faq_text > div:nth-of-type(2) p {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 420px) {
  .faq_text > div:nth-of-type(2) p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 380px) {
  .faq_text > div:nth-of-type(2) p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 330px) {
  .faq_text > div:nth-of-type(2) p {
    font-size: 0.7rem;
  }
}


/*-----------------------------------------------------  */
/*  company  */
/*-----------------------------------------------------  */
.company {
  padding: 80px 0 0;
  background: #fef9f5;
}
.company h2 {
  margin-bottom: -60px;
  padding-top: 10px;
  background: url(../img/ttl_company.png) no-repeat;
  background-size: 90%;
  background-position: center;
  position: relative;
  z-index: 2;
}
.company h2 span {
  position: relative;
  z-index: 1;
  text-shadow: 
  2px  2px 1px #fff,
  -2px  2px 1px #fff,
  2px -2px 1px #fff,
  -2px -2px 1px #fff,
  2px  0px 1px #fff,
  0px  2px 1px #fff,
  -2px  0px 1px #fff,
  0px -2px 1px #fff;
}
.company h2 span:nth-of-type(1) {
  margin-top: 15px;
  font-size: 1.3rem;
  display: block;
}
.company h2 span:nth-of-type(2) {
  margin-top: 5px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: block;
}
.company_con_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.company_con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 150px;
  background: #fefdfb;
  z-index: 1;
}
.company_con::after {
  content: "";
  width: calc(100% - 900px);
  height: 100%;
  background: #fefdfb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.company_con dl {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.company_con dt {
  width: 200px;
  padding: 40px 30px 40px 70px;
}
.company_con dd {width: calc(100% - 320px);
  margin-left: -5px;
  padding: 40px 0 40px 10px;
}
.company_con dt,
.company_con dd {
  border-top: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: top;
}
.company_con dt:nth-of-type(1),
.company_con dd:nth-of-type(1) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 40px 0 0;
  }
  .company h2 {
    margin-bottom: 30px;
    padding-top: 2px;
  }
  .company h2 span:nth-of-type(1) {
    font-size: 0.8rem;
  }
  .company h2 span:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .company_con_wrap {
    margin-top: -70px;
  }
  .company_con {
    width: 95%;
    max-width: 95%;
    margin: 0px auto 0 0;
    padding: 50px 0 80px;
  }
  .company_con dl {
    width: 90%;
    margin: 0 auto;
  }
  .company_con dt {
    width: 90%;
    padding: 30px 5% 0;
    display: block;
    line-height: 1.6;
  }
  .company_con dd {
    width: 90%;
    padding: 20px 5% 30px;
    margin: 0;
    border: none;
  }
  .company_con dd ruby > rt {
    font-size: 0.6rem;
    transform: scale(0.8);
    transform-origin: center top;
  }
}
@media screen and (max-width: 500px) {
  .company {
    padding: 30px 0 0;
  }
  .company h2 {
    background-size: 100%;
  }
  .company_con {
    padding: 40px 0 60px;
  }
}


/*-----------------------------------------------------  */
/*  footer  */
/*-----------------------------------------------------  */
.copyright {
  padding: 30px 0;
  color: #706f6d;
  font-size: 0.6rem;
}
@media screen and (max-width: 500px) {
  footer .inner {
    width: 95%;
    max-width: 95%;
  }
  .copyright {
    padding: 20px 0;
    transform: scale(0.9);
    transform-origin: center;
  }
}


/*-----------------------------------------------------  */
/*  cvb  */
/*-----------------------------------------------------  */
.cvb {
  display: none;
}
@media screen and (max-width: 768px) {
  .cvb {
    width: 100%;
    /* background: -moz-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
    background: -webkit-linear-gradient(top, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58);
    background: linear-gradient(to bottom, #ffa95a, #ffad59, #ffb558, #ffb758, #ffba58); */
    display: block;
    position: fixed;
    bottom: -1px;
    z-index: 3;
  }
  .cvb_inner {
    /* margin: 3%; */
    padding: 3%;
    background: #fff8f0;
    /* border-radius: 20px; */
    border-top: 1px solid #ccc3ba;
  }
  .cvb_mail a {
    width: 100%;
    max-width: 400px;
    padding: 8px 0 9px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #fff!important;
    border: 1px solid #3979c1;
    background: -moz-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
    background: -webkit-linear-gradient(top, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
    background: linear-gradient(to bottom, #0c7ddb, #1384e0, #2094e9, #2ba0f0, #34a9f6);
    box-shadow: 0px 4px 0px #2e65a6;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 2px;
  }
  .cvb_mail .icon_contact {
    width: 17px;
    height: auto;
    margin-top: -2px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  .cvb_tel {
    margin: 14px auto 0;
    font-weight: bold;
    font-family: 'Poppins', "Yu Mincho", "YuMincho", sans-serif, serif;
  }
  .cvb_tel p:nth-of-type(1) {
    font-size: 1.0rem;
    line-height: 1.2;
  }
  .cvb_tel .icon_tel {
    width: 9px;
    height: auto;
    margin-right: 8px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
  }
  .cvb_tel p:nth-of-type(2) {
    font-size: 0.7rem;
    font-weight: normal;
    color: #69615f;
    line-height: 1.5;
    display: none;
  }
  .cvb_tel p:nth-of-type(2) span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
  }
}
@media screen and (max-width: 500px) {
  .cvb_inner {
    /* margin: 4%; */
    padding: 4%;
  }
}