@charset "UTF-8";
/*---------------------------
message
----------------------------*/
.mv_message {
  background: #edeae2;
  border-bottom: 7px solid #00009b;
}
.mv_message .inner {
  max-width: 100%;
  position: relative;
}
.mv_message .inner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.mv_message .inner .txt {
  width: 55%;
  top: 7vh;
  left: 5vw;
  position: absolute;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv_message .inner .txt {
    width: 70%;
    top: 5vh;
  }
}
.mv_message .inner .txt p {
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv_message .inner .txt p {
    font-size: 0.7rem;
    margin-bottom: 2rem;
  }
}
.mv_message .inner .txt p span {
  color: #00009d;
  font-family: "Noto Sans JP";
  display: inline-block;
  margin-right: 10px;
}
.mv_message .inner .txt > img {
  width: 80%;
  height: auto;
  margin-left: 5%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mv_message .inner .txt > img {
    width: 83%;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
.mv_message .inner .txt .name {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv_message .inner .txt .name {
    width: 80%;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.mv_message .inner .txt .name > img {
  display: block;
}
.mv_message .inner .txt .name > img:nth-of-type(1) {
  width: 70%;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .mv_message .inner .txt .name > img:nth-of-type(1) {
    /*sp*/
    width: 48%;
  }
}
.mv_message .inner .txt .name > img:nth-of-type(2) {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .mv_message .inner .txt .name > img:nth-of-type(2) {
    /*sp*/
    width: 48%;
  }
}

.top_message {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .top_message {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .top_message .inner {
    max-width: 90%;
    width: 100%;
  }
}
.top_message .inner .row {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row {
    margin-bottom: 1.5rem;
  }
}
.top_message .inner .row .col {
  margin-bottom: 4rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row .col {
    margin-bottom: 1rem;
  }
}
.top_message .inner .row .col .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row .col .img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.top_message .inner .row .col .txt {
  width: 46%;
  text-align: left;
  line-height: 2.4rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row .col .txt {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}
.top_message .inner .row .col .txt span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 3.6rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row .col .txt span {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
    line-height: 1.8rem;
  }
}
.top_message .inner .row .col:nth-of-type(even) .img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row .col:nth-of-type(even) .img {
    order: 1;
  }
}
.top_message .inner .row .col:nth-of-type(even) .txt {
  order: 1;
}
@media screen and (max-width: 767px) {
  .top_message .inner .row .col:nth-of-type(even) .txt {
    order: 2;
  }
}
.top_message .inner .profile {
  background: #ddd;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .top_message .inner .profile {
    padding: 1rem;
  }
}
.top_message .inner .profile .img {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .top_message .inner .profile .img {
    width: 45%;
  }
}
.top_message .inner .profile .txt {
  width: 80%;
  text-align: left;
  line-height: 2.2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .top_message .inner .profile .txt {
    width: 50%;
    font-size: 0.6rem;
    line-height: 1rem;
  }
}
.top_message .inner .profile .txt span {
  display: block;
  color: #00009d;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top_message .inner .profile .txt span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_message .inner .profile .txt p {
    font-size: 0.8rem;
    letter-spacing: -1px;
    margin-bottom: 0.8rem;
  }
}

.company_profile {
  margin-bottom: 5rem;
}
.company_profile > .title {
  padding: 5rem 3rem;
  text-align: left;
  background: url(../img/message/outline_title_bg.png);
  background-repeat: no-repeat;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .company_profile > .title {
    background: url(../img/message/outline_title_bg_sp.png);
    background-position: top left;
    background-size: 100%;
    padding: 4rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.company_profile > .title img {
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .company_profile > .title img {
    width: 70%;
    max-width: 100%;
  }
}
.company_profile .inner {
  text-align: left;
}
.company_profile .inner h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .company_profile .inner h2 {
    margin-bottom: 2rem;
    margin-left: -6%;
  }
}
.company_profile .inner h2 img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .company_profile .inner h2 img {
    width: auto;
    height: 8vw;
  }
}
.company_profile .inner .row {
  max-width: 1100px;
  margin: auto;
}
.company_profile .inner .row .txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row .txt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.company_profile .inner .row .txt dl > div {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row .txt dl > div {
    font-size: 1rem;
  }
}
.company_profile .inner .row .txt dl > div dt {
  width: 20%;
  padding: 1.2rem 0;
  color: #1b1464;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row .txt dl > div dt {
    padding: 1rem 0;
  }
}
.company_profile .inner .row .txt dl > div dd {
  width: 75%;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row .txt dl > div dd {
    padding: 1rem 0;
  }
}
.company_profile .inner .row .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row .img {
    width: 100%;
  }
}
.company_profile .inner .row .img img {
  margin-bottom: 0.5rem;
}
.company_profile .inner .row.outline {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row.outline {
    margin-bottom: 2rem;
  }
}
.company_profile .inner .row.outline .txt dl dt {
  color: #1b1464;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row.outline .txt dl dt {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row.outline .txt dl dd {
    font-size: 0.9rem;
  }
}
.company_profile .inner .row.history .txt {
  width: 100%;
}
.company_profile .inner .row.history .txt dl dt {
  width: 12%;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row.history .txt dl dt {
    width: 22%;
    font-size: 0.9rem;
  }
}
.company_profile .inner .row.history .txt dl dd {
  width: 88%;
}
@media screen and (max-width: 767px) {
  .company_profile .inner .row.history .txt dl dd {
    width: 78%;
    font-size: 0.9rem;
  }
}

.philosophy > .title {
  height: 40vw;
  background-image: url(../img/message/philosophy_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom left;
  padding: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy > .title {
    height: 50vh;
    background-image: url(../img/message/philosophy_img_sp.png);
    padding: 1rem 0 0 1rem;
    background-size: 100% 100%;
  }
}
.philosophy > .title h2 {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 6rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .philosophy > .title h2 {
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
}
.philosophy > .title h2 span {
  color: #00009d;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .philosophy > .title h2 span {
    display: block;
  }
}
.philosophy > .title > img {
  max-width: 1000px;
  display: block;
  max-width: 1000px;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .philosophy > .title > img {
    max-width: 80%;
    height: auto;
  }
}
.philosophy > .title .btxt {
  max-width: 900px;
  margin: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.philosophy > .title .btxt > img {
  display: block;
  max-width: 900px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .philosophy > .title .btxt > img {
    max-width: 80%;
  }
}
.philosophy .inner .model {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .model {
    display: none;
  }
}
.philosophy .inner .model .col {
  width: 28.5%;
}
.philosophy .inner .model .col > img {
  width: 80%;
  height: auto;
  margin-bottom: 1rem;
}
.philosophy .inner .model .col .txt {
  text-align: left;
  font-size: 1rem;
  height: 80px;
}
.philosophy .inner .model .col a > img {
  max-width: 55%;
  height: auto;
}
.philosophy .inner .model_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .model_sp {
    display: block;
    padding: 3rem 0 1rem 0;
    width: 90%;
    margin: auto;
  }
  .philosophy .inner .model_sp .col {
    width: 100%;
  }
  .philosophy .inner .model_sp .col > img {
    width: 80%;
    height: auto;
    margin-bottom: 1rem;
  }
  .philosophy .inner .model_sp .col .txt {
    text-align: left;
    font-size: 1rem;
    height: 80px;
  }
  .philosophy .inner .model_sp .col a {
    display: none;
  }
  .philosophy .inner .model_sp .col a > img {
    max-width: 55%;
    height: auto;
  }
}
.philosophy .inner .exa {
  border: 1px solid #ccc;
  margin-bottom: 4rem;
  padding: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa {
    margin-bottom: 0;
    padding: 1.5rem 1rem;
  }
}
.philosophy .inner .exa > .title {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.philosophy .inner .exa > .title > img {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .philosophy .inner .exa > .title > img {
    /*sp*/
    display: none;
  }
}
.philosophy .inner .exa > .title > span {
  display: block;
  width: 77%;
  line-height: 2.2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa > .title > span {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
}
.philosophy .inner .exa > .title > span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa > .title > span br {
    display: block;
  }
}
.philosophy .inner .exa .row > img {
  max-width: 48%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa .row > img {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .philosophy .inner .exa .row > img:last-child {
    margin-bottom: 0;
  }
}
.philosophy .inner .exa .box {
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  border: 1px solid #ccc;
  padding: 1rem;
}
.philosophy .inner .exa .btn {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa .btn {
    display: none;
  }
}
.philosophy .inner .exa .btn a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 1rem;
  width: 25%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa .btn a {
    width: 75%;
  }
}
.philosophy .inner .exa .btn a:hover {
  background: #999;
  color: #fff;
  border: 1px solid #999;
}
.philosophy .inner .exa .btn a.a_econori {
  background-color: #ffedde;
}
.philosophy .inner .exa .btn a.a_econori:hover {
  background-color: #ff4709;
}
.philosophy .inner .exa .btn a.a_kbank {
  background-color: #ffe8eb;
}
.philosophy .inner .exa .btn a.a_kbank:hover {
  background-color: #ac272d;
}
.philosophy .inner .exa .btn a.a_kwork {
  background-color: #e6f0e5;
}
.philosophy .inner .exa .btn a.a_kwork:hover {
  background-color: #00823e;
}
.philosophy .inner .exa#model_econori {
  border: 2px solid #ff4709;
}
.philosophy .inner .exa#model_econori .title > span {
  font-size: 2.2rem;
  color: #e84709;
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_econori .title > span {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
}
.philosophy .inner .exa#model_econori > .row {
  max-width: 90%;
  margin: auto;
  margin-bottom: 1.5rem;
}
.philosophy .inner .exa#model_econori .box {
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_econori .box {
    padding: 1rem 1rem;
  }
}
.philosophy .inner .exa#model_econori .box span {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_econori .box span {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.philosophy .inner .exa#model_econori .box span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_econori .box span br {
    display: block;
  }
}
.philosophy .inner .exa#model_econori .box span > img {
  max-width: 130px;
  height: auto;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_econori .box span > img {
    display: block;
    margin: auto;
    margin-bottom: 0.5rem;
  }
}
.philosophy .inner .exa#model_kbank {
  border: 2px solid #b50005;
}
.philosophy .inner .exa#model_kbank .title > img {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kbank .title > img {
    margin-top: 0;
  }
}
.philosophy .inner .exa#model_kbank .title > span {
  color: #b50005;
  font-size: 1.9rem;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kbank .title > span {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.philosophy .inner .exa#model_kbank .title > span br:nth-of-type(1) {
  display: block !important;
}
.philosophy .inner .exa#model_kbank > img {
  max-width: 85%;
  height: auto;
  margin: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kbank > img {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.philosophy .inner .exa#model_kbank .box {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kbank .box {
    padding: 1rem;
  }
}
.philosophy .inner .exa#model_kbank .box span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kbank .box span {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.philosophy .inner .exa#model_kwork {
  border: 2px solid #00823e;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork {
    margin-bottom: 3rem;
  }
}
.philosophy .inner .exa#model_kwork .title > span {
  color: #00823e;
  font-size: 2rem;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .title > span {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.philosophy .inner .exa#model_kwork > .row {
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork > .row {
    max-width: 100%;
  }
  .philosophy .inner .exa#model_kwork > .row > img {
    max-width: 100%;
  }
}
.philosophy .inner .exa#model_kwork .box {
  padding: 2rem 1.5rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box {
    padding: 1rem;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.philosophy .inner .exa#model_kwork .box img {
  height: auto;
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(1) {
  width: 150px;
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(2) {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(2) {
    width: 25%;
    order: 2;
    margin-right: 14%;
    margin-bottom: 0.3rem;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(3) {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(3) {
    width: 18%;
    order: 3;
    margin-right: 14%;
    margin-bottom: 0.3rem;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(4) {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(4) {
    width: 15%;
    order: 4;
    margin-bottom: 0.3rem;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(5) {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(5) {
    width: 25%;
    order: 5;
    margin-right: 8%;
    margin-bottom: 0.3rem;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(6) {
  width: 82px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(6) {
    width: 25%;
    order: 6;
    margin-right: 5%;
    margin-bottom: 0.3rem;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(7) {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(7) {
    width: 31%;
    order: 7;
    margin-bottom: 0.3rem;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(8) {
  width: 74px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(8) {
    width: 20%;
    order: 8;
    margin-right: 10%;
  }
}
.philosophy .inner .exa#model_kwork .box img:nth-of-type(9) {
  width: 93px;
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(9) {
    width: 25%;
    order: 9;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .inner .exa#model_kwork .box img:nth-of-type(10) {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
}

.shop_info {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .shop_info {
    margin-bottom: 2rem;
  }
}
.shop_info .inner {
  text-align: left;
}
.shop_info .inner h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .shop_info .inner h2 {
    margin-bottom: 1rem;
  }
}
.shop_info .inner h2 img {
  width: auto;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .shop_info .inner h2 img {
    height: 8vw;
    margin-left: -6%;
  }
}
.shop_info .inner .row .col {
  max-width: 22%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop_info .inner .row .col {
    max-width: 49%;
  }
}
.shop_info .inner .row .col > a {
  display: block;
  margin-bottom: 1.5rem;
}
.shop_info .inner .row .col .txt {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .shop_info .inner .row .col .txt {
    border-bottom: none;
    text-align: left;
    line-height: 1.2rem;
  }
}
.shop_info .inner .row .col .txt > a {
  display: block;
  margin-bottom: 1rem;
}
.shop_info .inner .row .col .txt br:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop_info .inner .row .col .txt br:nth-of-type(1) {
    display: block;
  }
}
.shop_info .inner .row .col:hover {
  background: #eee;
}

/*-----------------
Youtube動画
------------------*/
.youtube_wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .youtube_wrap {
    width: 60%;
    margin-bottom: 60px;
  }
}

/*-----------------
プライバシーポリシー
------------------*/
.privacy_policy {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .privacy_policy {
    margin-bottom: 2rem;
  }
}
.privacy_policy > h2 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .privacy_policy > h2 {
    text-align: center;
    font-size: 1rem;
  }
}
.privacy_policy .txt {
  line-height: 1.6;
  height: 200px;
  border: 1px solid #ccc;
  overflow-y: auto;
  padding: 2rem;
  box-sizing: border-box;
}
.privacy_policy .txt > h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.privacy_policy .txt p {
  margin-bottom: 1rem;
}
.privacy_policy .txt h3 {
  margin-bottom: 1rem;
}